projects
/
mirror
/
dsa-nagios.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496f777
)
[project @ peter@palfrader.org-20080509125451-2vhcblvjxajw2iq1]
author
Peter Palfrader
<peter@palfrader.org>
Fri, 9 May 2008 12:54:51 +0000
(12:54 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 9 May 2008 12:54:51 +0000
(12:54 +0000)
fuzz with check_attempts on nrpe services
nagios-master.cfg
patch
|
blob
|
history
diff --git
a/nagios-master.cfg
b/nagios-master.cfg
index
02bc990
..
1e01bbe
100644
(file)
--- a/
nagios-master.cfg
+++ b/
nagios-master.cfg
@@
-716,12
+716,13
@@
services:
name: network service - nrpe
check: check_tcp!5666
hostgroups: computers
- max_check_attempts: -
1
+ max_check_attempts: -
2
notification_interval: 1440
-
name: process - nrpe
nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u nagios -C nrpe -a '/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d'"
hostgroups: computers
+ max_check_attempts: -1
depends: network service - nrpe
###
-