From 8c0fadb8fe89f92dc345e8a49da3c88225a11d64 Mon Sep 17 00:00:00 2001 From: Romain Dessort Date: Wed, 14 Mar 2018 10:46:54 -0400 Subject: [PATCH] Ensure munin plugins for Postfix are enabled munin plugins for Postfix could be absent on some servers. This commit fixes evoqa issue #2584. --- munin/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/munin/tasks/main.yml b/munin/tasks/main.yml index cec24e62..ae1644fe 100644 --- a/munin/tasks/main.yml +++ b/munin/tasks/main.yml @@ -57,6 +57,9 @@ - meminfo - netstat_multi - tcp + - postfix_mailqueue + - postfix_mailstats + - postfix_mailvolume notify: restart munin-node tags: - munin