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:
ae6102d
)
we want to know when openvpn is running
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Jul 2013 19:01:39 +0000
(21:01 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Jul 2013 19:01:39 +0000
(21:01 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
config/nagios-master.cfg
patch
|
blob
|
history
diff --git
a/config/nagios-master.cfg
b/config/nagios-master.cfg
index
dbfee97
..
db518a3
100644
(file)
--- a/
config/nagios-master.cfg
+++ b/
config/nagios-master.cfg
@@
-1886,6
+1886,11
@@
services:
nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:30 -c 0:50 -u postfix -C local -a 'local -t unix'"
hostgroups: postfix-hosts
depends: process - postfix - master
+ -
+ name: unwanted process - openvpn
+ nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C openvpn"
+ hosts: draghi, jenkins
+
###
-