From 7d63550c219ebd854c89bc990f0750b1cf4815a1 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 11 Apr 2008 10:22:14 -0400 Subject: [PATCH] [project @ peter@palfrader.org-20080411142214-vpoq4c49c0v8htal] Add murphy Check local smtps cert --- nagios-master.cfg | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/nagios-master.cfg b/nagios-master.cfg index 6ababc2..40b20fd 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -190,6 +190,10 @@ servers: address: 70.103.162.29 parents: gw-brainfood hostgroups: computers, general, apache2-hosts, bind9-hosts, heavy-exim, highload + murphy: + address: 70.103.162.31 + parents: gw-brainfood + hostgroups: computers, general, apache2-hosts, bind9-hosts, postfix-hosts ries: address: 128.148.34.103 @@ -872,6 +876,13 @@ services: depends: process - postfix - master ### + - + name: network service - smtp + check: dsa_check_smtp + hostgroups: computers + excludehostgroups: postfix-hosts + depends: process - exim + - name: network service - smtp check: dsa_check_smtp @@ -881,20 +892,20 @@ services: - name: network service - smtp - port 2025 check: dsa_check_smtp_port!2025 - hosts: verdi, kassia + hosts: verdi, kassia, murphy depends: process - postfix - master - name: network service - smtp - port 8080 check: dsa_check_smtp_port!8080 hosts: allegri depends: process - postfix - master - - - name: network service - smtp - check: dsa_check_smtp - hostgroups: computers - excludehostgroups: postfix-hosts - depends: process - exim + - + name: network service local - smtps cert + nrpe: "/usr/lib/nagios/plugins/check_http -H localhost -p 465 -S -C 14 -t 45" + hostgroups: postfix-hosts + depends: network service local - smtp - smtps + normal_check_interval: 1440 ### - -- 2.20.1