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:
a273f13
)
Different getty check on jessie
author
Peter Palfrader
<peter@palfrader.org>
Sat, 29 Nov 2014 10:24:15 +0000
(11:24 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 29 Nov 2014 10:24:15 +0000
(11:24 +0100)
config/nagios-master.cfg
patch
|
blob
|
history
diff --git
a/config/nagios-master.cfg
b/config/nagios-master.cfg
index
226db6f
..
6b7c095
100644
(file)
--- a/
config/nagios-master.cfg
+++ b/
config/nagios-master.cfg
@@
-1553,6
+1553,12
@@
services:
nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:8 -c 1: -u root -C getty -a /sbin/getty"
hostgroups: computers
excludehosts: zelenka, zandonai
+ excludehostgroups: jessie
+ -
+ name: process - getty
+ nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:8 -c 1: -u root -C agetty -a /sbin/agetty"
+ hostgroups: computers
+ hostgroups: jessie
-
name: processes - zombies
nrpe: "/usr/lib/nagios/plugins/check_procs 5 10 -s Z"