From 1e2387474a449452b78520b9ad96a8b4b5e99722 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 17 Apr 2019 19:07:19 +0200 Subject: initial commit of source fetch --- .../check_graphite/README.md | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/README.md') 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 -- cgit v1.2.3