From 40c41969ab4da5e5c257057ab0a5fb5b9df281b3 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 1 Jan 2023 18:51:59 +0100 Subject: [PATCH] add: mailq passive check --- roles/monitoring-master/files/services_passive.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/monitoring-master/files/services_passive.conf b/roles/monitoring-master/files/services_passive.conf index c3be1e4..1f6e08e 100644 --- a/roles/monitoring-master/files/services_passive.conf +++ b/roles/monitoring-master/files/services_passive.conf @@ -47,3 +47,8 @@ apply Service "darknet-reachable" { import "remote_passive" assign where host.name == "vpn" } + +apply Service "mail_queue" { + import "remote_passive" + assign where host.name == "mail" +}