KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
nagios-plugins
★ 29
Open GitHub ↗
Nagios plugins written at Disqus
Download README (.md)
Explore Similar Repositories
jquery-ajax-retry
:
Smart retry for jQuery's ajax.
sfDoctrineDynamicFormRelationsPlugin
:
Common sense embedded forms for your symfony 1.4 project.
localhose
:
Hose your hosts file for easier local web development
ofxARtoolkitPlus
:
artoolkitplus addons for openframeworks
todo.txt-vim
:
Vim Syntax for todo.txt (todotxt.com)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nagios-plugins
?
Download (.md)
# 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