From: Peter Palfrader Date: Sat, 29 Nov 2014 10:24:15 +0000 (+0100) Subject: Different getty check on jessie X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=7d4bb8d15c78dd22621dd58da42848fbbca4881d;p=mirror%2Fdsa-nagios.git Different getty check on jessie --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 226db6f..6b7c095 100644 --- 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"