Metadata-Version: 1.1
Name: nagios_graphite
Version: 0.1.2
Summary: Nagios command for Graphite metrics
Home-page: https://github.com/segfaultax/nagios_graphite
Author: Michael-Keith Bernard
Author-email: mkbernard.dev@gmail.com
License: UNKNOWN
Description: # Nagios Graphite
        
        A nagios check for graphite
        
        ## Quick Start
        
        ```shell
        $ pip install nagios_graphite
        
        $ nagios_graphite \
          -H http://example.com/render \
          -M 'com.example.*.cpu.load' \
          -N cpu_load_avg -w 4 -c 8 -F "5minutes" -A avg
        CRIT: cpu_load_avg (avg = 11)|avg=11;;;;
        
        $ echo $?
        2
        ```
        
        ## Documentation
        
        ```
        Usage: nagios_graphite [options]
        
        Options:
          -U USERNAME, --username=USERNAME
                                Username (HTTP Basic Auth)
          -N NAME, --name=NAME  Metric name
          -A FUNC, --algorithm=FUNC
                                Algorithm for combining metrics, options: 999th, 95th,
                                min, max, sum, avg, median, 99th, (default: avg)
          -F FROM_, --from=FROM_
                                Starting offset
          -P PASSWORD, --password=PASSWORD
                                Password (HTTP Basic Auth)
          -M TARGET, --target=TARGET
                                Graphite target (series or query)
          -v, --verbose
          -H HOSTNAME, --hostname=HOSTNAME
          -w WARNING, --warning=WARNING
          -c CRITICAL, --critical=CRITICAL
          -t TIMEOUT, --timeout=TIMEOUT
          -h, --help            show this help message and exit
        ```
        
        ## Contributing
        
        Want to contribute? Great!
        
        1. Fork it.
        2. Create a branch (`git checkout -b my_markup`)
        3. Commit your changes (`git commit -am "Added Snarkdown"`)
        4. Push to the branch (`git push origin my_markup`)
        5. Open a [Pull Request][1]
        6. Enjoy a refreshing cup of coffee!
        
        ## License
        
        The MIT License (MIT)
        
        Copyright (c) 2015 Michael-Keith Bernard
        
        See LICENSE for full license.
        
        [1]: http://github.com/segfaultax/nagios_graphite/pulls
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
Classifier: Intended Audience :: System Administrators
