From 56e66fccdca44936479061c91f2698966d3034a6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 3 Sep 2017 12:05:57 +0200 Subject: [PATCH] switch to check_smtp for the smtp ssl check --- config/nagios-master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index e6a1517..f59b0f5 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2422,7 +2422,7 @@ services: - name: network service local - smtps cert - nrpe: "/usr/lib/nagios/plugins/check_http -H localhost -p 465 -S -C 14 -t 45" + nrpe: "/usr/lib/nagios/plugins/check_smtp -H localhost -S -D 14" hostgroups: postfix-hosts depends: process - postfix - master check_interval: 120 -- 2.20.1