Check Templates
These templates are a basis for checks that can be run against a node.
You may need to modify them depending on the node.
Because a check's attributes are copied when applied to a node, these templates can be modified without affecting existing checks.
| Name | Command | |
|---|---|---|
| collectd load | collectd-nagios -s /var/run/collectd-unixsock -H $HOSTNAME -n load/load -e $FOOBAR | Show |
| collectd free memory | collectd-nagios -s /var/run/collectd-unixsock -H $HOSTNAME -n memory/memory-free | Show |
| collectd cpu idle | collectd-nagios -s /var/run/collectd-unixsock -H $HOSTNAME -n cpu-0/cpu-idle -e $FOOBAR | Show |
| test ping | ping $HOSTNAME --tries $TRIES | Show |
| ping test | pint-check $HOSTNAME | Show |
| Host Availability | ping-check $FQDN --tries 3 | Show |
| Ping | ping-check $FQDN --tries $TRIES | Show |
| pingme | ping-check $FQDN --tries 5 | Show |
| ping-localhost | ping-check localhost --tries 1 | Show |
| ftg availability | ping-check $FQDN --tries 2 | Show |
| ping | ping-check $FQDN --triess $TRIES | Show |
| pingup | ping-check cat.dog.com --tries 4 | Show |
| conversant | ping-check conversant.co.nz | Show |
| ping-check | ping-check www.heise.de --tries 3 | Show |
| host availability | ping-check fqdn --tries $TRIES | Show |
| truthiness | /bin/true | Show |
| g2X8V | 3GkLZ6 | Show |
| Is Schmoogle up ? | ping-check google.fr --tries 5 | Show |
| FwH0J | p1b8Y | Show |
| hello world | hello world | Show |
| host exist | ping-check spacewalk.dontexist.net --tries $TRIES | Show |
| the blar | blar balar | Show |
| pingaa | braincheck $FQDN --tries $TRIES | Show |
| you sonny jim | ping-check google.com --tries 3 | Show |
| katori availability | ping-check katori --tries 3 | Show |
| ping news | ping-check news.bbc.co.uk --tries 3 | Show |
| ttt | ping-check actitudnomade.com.ar | Show |
| availability | ping-check z.ebay.com --tries 3 | Show |
| PingChk | ping-check $FQDN --tries $4 | Show |
| check_imapd | check_imap $FQDN | Show |
| TEST | ping-check $FQDN --tries $TRIESS | Show |
| megam availability | ping-check $FQDN --tries 100 | Show |
| pens | ping-check $pens.examaple.com --tries $TRIES | Show |
| me.test.check | ping-check2 $FQDN --tries $TRIES | Show |
| check stuff | check-stuff $FQDN --tries $TRIES | Show |