diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-22 15:27:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-22 15:27:33 +0100 |
commit | 8c23653b156d86447572caef1a5dba8a5b3a45a5 (patch) | |
tree | ede43a6490fecb1d897d1ce7bce7ee61095c3c56 /usr-lib-nagios-plugins/check_apcupsd | |
parent | ec5d6fc82d8c5c3a607f3937cefbf9aa1fba150b (diff) | |
download | itzks-systems-8c23653b156d86447572caef1a5dba8a5b3a45a5.tar.gz itzks-systems-8c23653b156d86447572caef1a5dba8a5b3a45a5.tar.bz2 itzks-systems-8c23653b156d86447572caef1a5dba8a5b3a45a5.zip |
usr-lib-nagios-plugins: White-space cleanups.
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 |