mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-12-08 20:38:48 +00:00
cli options
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
@@ -25,7 +24,7 @@
|
|||||||
## Description
|
## Description
|
||||||
Prometheus Exporter for Mikrotik RouterOS.
|
Prometheus Exporter for Mikrotik RouterOS.
|
||||||
MKTXP enables gathering metrics across multiple RouterOS devices, all easily configurable via built-in CLI interface.
|
MKTXP enables gathering metrics across multiple RouterOS devices, all easily configurable via built-in CLI interface.
|
||||||
Comes along with a dedicated [Grafana dashboard](https://grafana.com/grafana/dashboards/13679)
|
Comes with a dedicated [Grafana dashboard](https://grafana.com/grafana/dashboards/13679)
|
||||||
|
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|||||||
9
setup.py
9
setup.py
@@ -43,7 +43,7 @@ setup(
|
|||||||
|
|
||||||
keywords = 'Mikrotik RouterOS Prometheus Exporter',
|
keywords = 'Mikrotik RouterOS Prometheus Exporter',
|
||||||
|
|
||||||
install_requires = ['prometheus-client>=0.9.0', 'librouteros>=3.0.2'],
|
install_requires = ['prometheus-client>=0.9.0', 'RouterOS-api>=0.17.0'],
|
||||||
|
|
||||||
test_suite = 'tests.mktxp_test_suite',
|
test_suite = 'tests.mktxp_test_suite',
|
||||||
|
|
||||||
@@ -59,7 +59,6 @@ setup(
|
|||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Intended Audience :: End Users.Desktop',
|
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
'Intended Audience :: Information Technology',
|
'Intended Audience :: Information Technology',
|
||||||
@@ -67,11 +66,7 @@ setup(
|
|||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
'Topic :: System',
|
'Topic :: System',
|
||||||
'Topic :: System :: Systems Administration',
|
'Topic :: System :: Systems Administration',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities'
|
||||||
'Topic :: Mikrotik',
|
|
||||||
'Topic :: Mikrotik :: RouterOS',
|
|
||||||
'Topic :: Prometheus',
|
|
||||||
'Topic :: Prometheus :: Exporter'
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user