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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« modules/nagios/files/check_memory ('K') | « modules/nagios/manifests/client.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nagios/templates/nrpe.cfg.erb
===================================================================
--- a/modules/nagios/templates/nrpe.cfg.erb
+++ b/modules/nagios/templates/nrpe.cfg.erb
@@ -1,18 +1,20 @@
log_facility=daemon
pid_file=/var/run/nagios/nrpe.pid
server_port=5666
nrpe_user=nagios
nrpe_group=nagios
allowed_hosts=<%= server_address %>
-
+
dont_blame_nrpe=0
debug=0
command_timeout=60
connection_timeout=300
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 3 -c 1
-command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
+command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z
command[check_bandwidth]=/usr/lib/nagios/plugins/check_bandwidth 60000000 70000000
+command[check_connections]=/usr/lib/nagios/plugins/check_connections
+command[check_memory]=/usr/lib/nagios/plugins/check_memory
include=/etc/nagios/nrpe_local.cfg
include_dir=/etc/nagios/nrpe.d/
« 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