diff options
Diffstat (limited to 'files/bin/munin-graph')
-rw-r--r-- | files/bin/munin-graph | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/bin/munin-graph b/files/bin/munin-graph deleted file mode 100644 index b8d8c21..0000000 --- a/files/bin/munin-graph +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# We always launch munin-html. -# It is a noop if html_strategy is "cgi" -nice /usr/share/munin/munin-html $@ || exit 1 - -# The result of munin-html is needed for munin-graph. -# It is a noop if graph_strategy is "cgi" -nice /usr/share/munin/munin-graph --cron $@ || exit 1 |