| OLD | NEW | 
|---|
| 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 <%= | 
|  | 15     scope.function_hiera(['nagios::client::total_procs_warning_threshold', 150])
    .to_i %> -c <%= | 
|  | 16     scope.function_hiera(['nagios::client::total_procs_critical_threshold', 200]
    ).to_i %> | 
| 15 command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z | 17 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 <%= | 18 command[check_bandwidth]=/usr/lib/nagios/plugins/check_bandwidth <%= | 
| 17     scope.function_hiera(['nagios::client::bandwidth_warning_threshold', 130000]
    ).to_i * 1000 %> <%= | 19     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 %> | 20     scope.function_hiera(['nagios::client::bandwidth_critical_threshold', 150000
    ]).to_i * 1000 %> | 
| 19 command[check_connections]=/usr/lib/nagios/plugins/check_connections | 21 command[check_connections]=/usr/lib/nagios/plugins/check_connections | 
| 20 command[check_memory]=/usr/lib/nagios/plugins/check_memory | 22 command[check_memory]=/usr/lib/nagios/plugins/check_memory | 
| 21 include=/etc/nagios/nrpe_local.cfg | 23 include=/etc/nagios/nrpe_local.cfg | 
| 22 include_dir=/etc/nagios/nrpe.d/ | 24 include_dir=/etc/nagios/nrpe.d/ | 
| OLD | NEW | 
|---|