From d004fc21697d6087ec0819118066bdc4fc86cca6 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 22 Aug 2020 17:10:07 -0400 Subject: [PATCH] Tweak main munin timeout to be 15s instead of 180s --- roles/munin/templates/munin.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/munin/templates/munin.conf b/roles/munin/templates/munin.conf index 7af441a..b4dca8b 100644 --- a/roles/munin/templates/munin.conf +++ b/roles/munin/templates/munin.conf @@ -7,6 +7,8 @@ cgitmpdir /opt/munin/cgi-tmp graph_strategy cron html_strategy cron +timeout 15 + [dispatcher] address 127.0.0.1 use_node_name yes