exim needs to listen on 2025 for even more stupid firewalls
authorPeter Palfrader <peter@palfrader.org>
Sat, 18 Apr 2009 01:51:11 +0000 (03:51 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 18 Apr 2009 01:51:11 +0000 (03:51 +0200)
config/nagios-master.cfg

index 1728252..b46e373 100644 (file)
@@ -454,7 +454,7 @@ servers:
   ancina:
     address: 157.193.39.13
     parents: gw-ghent
-    hostgroups: computers, buildd, single-cpu, lenny, puppet, hassrvfs, hasbootfs, incomingmailrelayed
+    hostgroups: computers, buildd, single-cpu, lenny, puppet, hassrvfs, hasbootfs, incomingmailrelayed2025
     contacts: luk
 
   agnesi:
@@ -702,6 +702,10 @@ hostgroups:
     alias: incoming mail needs to go through a mail relay
     # i.e. no port 25
     private: 1
+  incomingmailrelayed2025:
+    alias: incoming mail needs to go through a mail relay
+    # i.e. no port 25
+    private: 1
 
 #############################
 # servicegroups
@@ -1305,7 +1309,7 @@ services:
     name: network service - smtp
     check: dsa_check_smtp
     hostgroups: computers
-    excludehostgroups: postfix-hosts, incomingmailrelayed
+    excludehostgroups: postfix-hosts, incomingmailrelayed, incomingmailrelayed2025
     depends: process - exim
 
   -
@@ -1319,6 +1323,11 @@ services:
     check: dsa_check_smtp_port!587
     hostgroups: incomingmailrelayed
     depends: process - exim
+  -
+    name: network service - smtp 2025
+    check: dsa_check_smtp_port!2025
+    hostgroups: incomingmailrelayed2025
+    depends: process - exim
   -
     name: network service - smtp - port 2025
     check: dsa_check_smtp_port!2025