From f3c347de76cc152a5fcf854347969db00e9f72d9 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Sat, 19 Oct 2019 14:07:00 +0200
Subject: [PATCH] Silence mrtg weathermap warning

---
 mrtg/tasks/weathermap.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mrtg/tasks/weathermap.yml b/mrtg/tasks/weathermap.yml
index 8000545..0586e2a 100644
--- a/mrtg/tasks/weathermap.yml
+++ b/mrtg/tasks/weathermap.yml
@@ -87,7 +87,7 @@
     name: "create weathermap"
     minute: "*/5"
     # yamllint disable-line rule:line-length
-    job: "cd /opt/weathermap && /opt/weathermap/weathermap --config /etc/weathermap.conf --output /var/www/mrtg/weathermap.png"
+    job: "cd /opt/weathermap && /opt/weathermap/weathermap --config /etc/weathermap.conf --output /var/www/mrtg/weathermap.png &>/dev/null"
     state: present
     user: mrtg
     cron_file: weathermap
-- 
GitLab