Skip to content

Nagios plugin for querying monitoring stats from InfluxDB

License

Notifications You must be signed in to change notification settings

dolbyjoab/check_influx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nagios-influx-plugin

Nagios plugin for querying stats from InfluxDB

Installation:

pip install influx-nagios-plugin

Usage:

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]

About

Nagios plugin for querying monitoring stats from InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages