blob: 2766a97e0b9fbe7638982269023afaec08ce9b0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# ###################################################
# # This file is maintained in
# #
# # #### #### #### # # #### ####
# # # # # # # ## ## # # #
# # # # # #### # ## # # # ####
# # # # # # # # # # #
# # # # # # # # # # # # # #
# # #### #### #### # # #### ####
# #
# # ... so you can't just change it locally.
# #
# ###################################################
command[check_uptime]=/usr/lib/nagios/plugins/check_uptime.pl -f
command[check_reboot]=/usr/lib/nagios/plugins/check_reboot
command[check_root]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
command[check_backup]=/usr/lib/nagios/plugins/check_procs -u root -w 1:1 -a dsmcad
|