Skip to content

Commit

Permalink
delete blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingxiang.Zhang committed Feb 5, 2013
1 parent 35d0281 commit c79cc83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/nrpe.cfg.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ command[check_url_auth]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_http -I
command[check_swap]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_swap -w 40% -c 20%
command[check_mailq]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_mailq -w 1 -c 5
command[check_all_disks]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_disk -w 20% -c 10% -L -X tmpfs
<% if server_type == 'gateway' %>
<% if server_type == 'gateway' -%>
command[check_users]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_users -w 25 -c 35
<% else %>
<% else -%>
command[check_users]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_users -w 5 -c 10
<% end %>
<% end -%>
command[check_load]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_load -w 15,10,5 -c 30,25,20
command[check_zombie_procs]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_procs -w 5 -c 10 -s Z
command[check_ageandcontent]=<%= scope.lookupvar('nrpe::pluginsdir') %>/check_ageandcontent.pl -f "$ARG1$" -i "$ARG2$" -n "$ARG3$" -m "$ARG4$"
Expand Down

0 comments on commit c79cc83

Please sign in to comment.