Skip to main content

Nagios command for Graphite metrics

Project 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
-u UNTIL, --until=UNTIL
Ending 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nagios_graphite-0.4.0.tar.gz (17.6 kB view details)

Uploaded Source

File details

Details for the file nagios_graphite-0.4.0.tar.gz.

File metadata

File hashes

Hashes for nagios_graphite-0.4.0.tar.gz
Algorithm Hash digest
SHA256 abe7f40116f6055cedaf5ae5375e56e94080b382a937faa377ed412a3ac48f45
MD5 c74cc50545aebfd2899d16c9d24c427b
BLAKE2b-256 c48b0d4638ae3bff4c3e4f160bd1ebe16cfef6ca41b4dcd57b59cecace09fd1b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page