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

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

Issue 11773028: Added connections and memory monitoring (Closed)
Patch Set: Created Sept. 20, 2013, 10:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
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 60000000 700000 00 16 command[check_bandwidth]=/usr/lib/nagios/plugins/check_bandwidth 60000000 700000 00
17 command[check_connections]=/usr/lib/nagios/plugins/check_connections
18 command[check_memory]=/usr/lib/nagios/plugins/check_memory
17 include=/etc/nagios/nrpe_local.cfg 19 include=/etc/nagios/nrpe_local.cfg
18 include_dir=/etc/nagios/nrpe.d/ 20 include_dir=/etc/nagios/nrpe.d/
OLDNEW
« modules/nagios/files/check_memory ('K') | « modules/nagios/manifests/client.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld