summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJulien Dessaux2017-09-21 14:20:13 +0200
committerJulien Dessaux2017-09-21 16:21:41 +0200
commit48b0d706b0c9053472ce54e8375e797332868084 (patch)
tree64beec0744784a6025961e4e99b57e171dde44f8 /templates
parentFixed classify.inputs warning in messages log files (diff)
downloadmasterfiles-48b0d706b0c9053472ce54e8375e797332868084.tar.gz
masterfiles-48b0d706b0c9053472ce54e8375e797332868084.tar.bz2
masterfiles-48b0d706b0c9053472ce54e8375e797332868084.zip
Added nrpe policy
Diffstat (limited to 'templates')
-rw-r--r--templates/nrpe/nrpe.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/nrpe/nrpe.cfg b/templates/nrpe/nrpe.cfg
new file mode 100644
index 0000000..db9e18a
--- /dev/null
+++ b/templates/nrpe/nrpe.cfg
@@ -0,0 +1,14 @@
+log_facility=daemon
+pid_file=/var/run/nrpe2/nrpe2.pid
+server_port=5666
+nrpe_user=nagios
+nrpe_group=nagios
+allowed_hosts=10.1.0.101
+
+command_timeout=60
+connection_timeout=300
+
+command[check_load]=/usr/local/libexec/nagios/check_load -w 15,10,5 -c 30,25,20
+command[check_root]=/usr/local/libexec/nagios/check_disk -w 20% -c 10% -p /
+command[check_zombie_procs]=/usr/local/libexec/nagios/check_procs -w 5 -c 10 -s Z
+command[check_total_procs]=/usr/local/libexec/nagios/check_procs -w 150 -c 200