Metadata-Version: 2.1
Name: prtg-utils
Version: 0.9.4
Summary: Tools to work with prtg 
Home-page: https://github.com/VerneGlobal/prtg-utils
Author: Verne Global
Author-email: work@khivi.com
License: MIT
Description: # Prtg Utils
        =======================
        
        
        ----
        
        Ths ulilities use the PRTG API to access prtg.
        They allow one to download historic data.
        
        --- 
        
        ## Usage 
            Query prtg historic data
        
            prtg_history_csv [-h] --ids IDS --starttime STARTTIME --endtime ENDTIME [--average AVERAGE] [--host HOST] [--user USER] [--password PASSWORD] --output OUTPUT [--locale LOCALE] [--ilocale LOCALE] [--raw]
        
        
            optional arguments:
              -h, --help              show this help message and exit
              --ids IDS               List of PRTG ids
              --starttime STARTTIME   Start time
              --endtime ENDTIME       End Time
              --average AVERAGE       Average
              --host HOST             PRTG host
              --user USER             PRTG user
              --password PASSWORD     PRTG password
              --output OUTPUT         Output file
              --locale LOCALE         [us|euro]
              --ilocale LOCALE        [us|euro]
              --raw                   Only output raw data
        
        
Keywords: prtg api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
