Advertisement
iarmin

nrpe commands

Oct 25th, 2011
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. command[check_users]=/usr/lib/nagios/plugins/check_users -w 5 -c 10
  2. command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
  3. command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /dev/xvda2
  4. command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 200 -c 350
  5. command[check_temp]=/usr/lib/nagios/plugins/check_sensors
  6. # command[check_linux_raid]=/usr/lib/nagios/plugins/check_linux_raid
  7. command[check_mailq]=sudo /usr/lib/nagios/plugins/check_mailq -w 50 -c 100
  8. command[check_mysql]=/usr/lib/nagios/plugins/check_mysql -u nagios_test -p nagtest
  9. command[check_swap]=/usr/lib/nagios/plugins/check_swap -w 85\% -c 50\%
  10. command[check_apt]=/usr/lib/nagios/plugins/check_apt
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement