diff options
Diffstat (limited to 'usr-lib-nagios-plugins/check_apcupsd')
-rwxr-xr-x | usr-lib-nagios-plugins/check_apcupsd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr-lib-nagios-plugins/check_apcupsd b/usr-lib-nagios-plugins/check_apcupsd index b68b823..716fed9 100755 --- a/usr-lib-nagios-plugins/check_apcupsd +++ b/usr-lib-nagios-plugins/check_apcupsd @@ -26,7 +26,7 @@ # command_name check_apcupsd # command_line $USER1$/check_apcupsd -w $ARG2$ -c $ARG3$ $ARG1$ # } -# +# # define command { # command_name check_apcupsd_no_notify # command_line $USER1$/check_apcupsd $ARG1$ @@ -40,21 +40,21 @@ # service_description CHARGE # check_command check_apcupsd!bcharge!95!50 # } -# +# # define service { # use generic-service # host_name ups1 # service_description TEMP # check_command check_apcupsd!itemp!35!40 # } -# +# # define service { # use generic-service # host_name ups1 # service_description LOAD # check_command check_apcupsd!loadpct!70!85 # } -# +# # define service { # use generic-service # host_name ups1 |