Skip to content
Snippets Groups Projects
Commit f3c347de authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Silence mrtg weathermap warning

parent e6311383
No related branches found
No related tags found
No related merge requests found
Pipeline #1471 passed
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
name: "create weathermap" name: "create weathermap"
minute: "*/5" minute: "*/5"
# yamllint disable-line rule:line-length # 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 state: present
user: mrtg user: mrtg
cron_file: weathermap cron_file: weathermap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment