git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md')
-rw-r--r--nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md b/nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md
new file mode 100644
index 0000000..0d86ab9
--- /dev/null
+++ b/nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md
@@ -0,0 +1,34 @@
+# Disqus Nagios plugins
+
+This is a collection of Nagios plugins written at Disqus.
+
+## Scripts
+
+* check_graphite.py
+
+## check_graphite.py
+
+ % ./check_graphite.py -h
+ Usage: check_graphite.py [options]
+
+ Options:
+ -h, --help show this help message and exit
+ -U URL, --graphite-url=URL
+ Graphite URL [http://localhost/]
+ -t TARGET, --target=TARGET
+ Target to check
+ --compare=SERIES Compare TARGET against SERIES
+ --from=_FROM From timestamp/date
+ --until=_UNTIL Until timestamp/date [now]
+ -c COUNT, --count=COUNT
+ Alert on at least COUNT metrics [0]
+ --percentile=PERCENT Use nPercentile Graphite function on the target
+ (returns one datapoint)
+ --confidence Use holtWintersConfidenceBands Graphite function on
+ the target
+ --over Over specified WARNING or CRITICAL threshold [True]
+ --under Under specified WARNING or CRITICAL threshold [False]
+ -W VALUE Warning if datapoints beyond VALUE
+ -C VALUE Critical if datapoints beyond VALUE
+
+Mandatory arguments: -U, [-t|--target], --from