Metadata-Version: 2.1
Name: mktxp
Version: 0.21
Summary: 
                    Prometheus Exporter for Mikrotik RouterOS devices
                
Home-page: https://github.com/akpw/mktxp
Author: Arseniy Kuznetsov
Author-email: k.arseniy@gmail.com
License: GNU General Public License v2 (GPLv2)
Description: 
        ![License](https://img.shields.io/badge/License-GNU%20GPL-blue.svg)
        ![Language](https://img.shields.io/badge/python-v3.6-blue)
        ![License](https://img.shields.io/badge/mikrotik-routeros-orange)
        ![License](https://img.shields.io/badge/prometheus-exporter-blueviolet)
        
        
        ## Description
        Prometheus Exporter for Mikrotik RouterOS. 
        MKTXP enables gathering metrics across multiple RouterOS devices, all easily configurable via built-in CLI interface.
        Comes with a dedicated [Grafana dashboard](https://grafana.com/grafana/dashboards/13679)
        
        <img src="http://www.akpdev.com/images/mktxp_b_t.png" width="530" height="620">
        
        
        #### Requirements:
        - [Python 3.6.x](https://www.python.org/downloads/release/python-360/) or later
        
        
        - OSs:
            * Linux
            * Mac OSX
            * Windows: TBD / maybe
        
        #### Install:
        - from [PyPI](https://pypi.org/project/mktxp/): `$ pip install mktxp`
        - latest from source repository: `$ pip install git+https://github.com/akpw/mktxp`
        
        
        ## Getting started
            Usage: $ mktxp [-h]
            	{info, version, show, add, edit, delete, start}
        Commands:
          {info, version, show, add, edit, delete, start}
        
                $ mktxp {command} -h  #run this for detailed help on individual commands
        
        
        ## Full description of CLI Commands
        ### mktxp
              . action commands:
                .. export   Starts collecting metrics for all enabled RouterOS configuration entries
                .. print    Displays seleted metrics on the command line
                .. info     Shows base MKTXP info
                .. edit     Open MKTXP configuration file in your editor of choice        
                .. add      Adds MKTXP RouterOS configuration entry from the command line
                .. show   	Shows MKTXP configuration entries on the command line
                .. delete   Deletes a MKTXP RouterOS configuration entry from the command line
        
        
        ## Installing Development version
        - Clone the repo, then run: `$ python setup.py develop`
        
        
        **Running Tests**
        - TDB
        - Run via: `$ python setup.py test`
        
        
        
        
Keywords: Mikrotik RouterOS Prometheus Exporter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
