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:
authorHarald Pfeiffer <coding _ lirion.de> 2019-04-17 19:07:19 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2019-04-17 19:07:19 +0200
commit1e2387474a449452b78520b9ad96a8b4b5e99722 (patch)
tree836889471eec7d2aac177405068e2a8f1e2b1978 /nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md
downloadnagios-plugins-contrib-1e2387474a449452b78520b9ad96a8b4b5e99722.tar.bz2
initial commit of source fetch
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