User Tools

Site Tools


nagios:nrpe.cfg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
nagios:nrpe.cfg [2015/06/29 08:13] jzaehrinnagios:nrpe.cfg [2015/07/14 08:08] jzaehrin
Line 206: Line 206:
 # only snipplets ending in .cfg will get included # only snipplets ending in .cfg will get included
 include_dir=/etc/nagios/nrpe.d/ include_dir=/etc/nagios/nrpe.d/
 +</code>
 +
 +/etc/nagios/nrpe.d/commands.cfg
 +<code>
 +command[check_users]=/usr/lib/nagios/plugins/check_users -w 0 -c 0
 +command[check_load]=/usr/lib/nagios/plugins/check_load -w 60,40,20 -c 80,60,40
 +command[check_root]=/usr/lib/nagios/plugins/check_disk -w 30% -c 20% -p /
 +command[check_monit]=/usr/lib/nagios/plugins/check_procs -C monit -c 1min:
 +command[check_watchdog]=/usr/lib/nagios/plugins/check_procs -C watchdog -c 1min:
 +command[check_acdsn]=/usr/lib/nagios/plugins/check_procs -C acdsn -c 1min:
 +command[check_time]=/usr/lib/nagios/plugins/check_ntp_time -H 0.debian.pool.ntp.org
 +
 +command[eh_time_full]=sudo /home/acdsn/git/acdsn-scripts/set_time.sh
 +command[eh_time_part]=/bin/bash /home/acdsn/git/acdsn-scripts/broadcast_time.sh -a $ARG1$
 </code> </code>
nagios/nrpe.cfg.txt · Last modified: 2015/07/14 08:28 by jzaehrin