Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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]_