blob: 40dc7b10a6a692d32f4a68c5b3212e0aaba00f17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# ###################################################
# # 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 /
|