Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/nagios/templates/nrpe.cfg.erb

Issue 29367491: Issue 3065 - Ensure Puppet 3 compatibility in nrpe.cfg template (Closed)
Patch Set: Created Dec. 14, 2016, 3:03 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 log_facility=daemon 1 log_facility=daemon
2 pid_file=/var/run/nagios/nrpe.pid 2 pid_file=/var/run/nagios/nrpe.pid
3 server_port=5666 3 server_port=5666
4 nrpe_user=nagios 4 nrpe_user=nagios
5 nrpe_group=nagios 5 nrpe_group=nagios
6 allowed_hosts=<%= server_address %> 6 allowed_hosts=<%= server_address %>
7 7
8 dont_blame_nrpe=0 8 dont_blame_nrpe=0
9 debug=0 9 debug=0
10 command_timeout=60 10 command_timeout=60
11 connection_timeout=300 11 connection_timeout=300
12 command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 12 command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
13 command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 3 -c 1 13 command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 3 -c 1
14 command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200 14 command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
15 command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z 15 command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z
16 command[check_bandwidth]=/usr/lib/nagios/plugins/check_bandwidth <%= 16 command[check_bandwidth]=/usr/lib/nagios/plugins/check_bandwidth <%=
17 scope.function_hiera('nagios::client::bandwidth_warning_threshold', 130000). to_i * 1000 %> <%= 17 scope.function_hiera(['nagios::client::bandwidth_warning_threshold', 130000] ).to_i * 1000 %> <%=
18 scope.function_hiera('nagios::client::bandwidth_critical_threshold', 150000) .to_i * 1000 %> 18 scope.function_hiera(['nagios::client::bandwidth_critical_threshold', 150000 ]).to_i * 1000 %>
19 command[check_connections]=/usr/lib/nagios/plugins/check_connections 19 command[check_connections]=/usr/lib/nagios/plugins/check_connections
20 command[check_memory]=/usr/lib/nagios/plugins/check_memory 20 command[check_memory]=/usr/lib/nagios/plugins/check_memory
21 include=/etc/nagios/nrpe_local.cfg 21 include=/etc/nagios/nrpe_local.cfg
22 include_dir=/etc/nagios/nrpe.d/ 22 include_dir=/etc/nagios/nrpe.d/
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld