Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaharke/influx-nagios-plugin
Nagios plugin for querying monitoring stats from InfluxDB
https://github.com/shaharke/influx-nagios-plugin
Last synced: 3 months ago
JSON representation
Nagios plugin for querying monitoring stats from InfluxDB
- Host: GitHub
- URL: https://github.com/shaharke/influx-nagios-plugin
- Owner: shaharke
- License: mit
- Created: 2014-11-22T06:47:03.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-10-21T06:44:05.000Z (about 9 years ago)
- Last Synced: 2024-10-17T09:24:37.434Z (3 months ago)
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 29
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
- awesome-influxdb - influx-nagios-plugin - [Nagios](https://www.nagios.org/) plugin for querying monitoring stats from InfluxDB (Collecting data into InfluxDB / Plugins)
README
nagios-influx-plugin
====================Nagios plugin for querying stats from InfluxDB
**Installation:**
```shell
pip install influx-nagios-plugin
```**Usage:**
```shell
check_influx -h HOST_PORT -u USERNAME -p PASSWORD -d DATABASE -q QUERY [-m METRIC] [-w WARNING] [-c CRITICAL]
```**Options**:
**-h** Colon separated host and port of InfluxDB (e.g. localhost:8086). Port is optional (8086 by default)
**-u** InfluxDB username
**-p** InfluxDB password
**-d** InfluxDB database name
**-q** Query to execute
**-w** Warning threshold
**-c** Critical threshold
**-m** Metric name. Query will be used by default _[OPTIONAL]_