1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 22:25:23 +00:00

Reduce plugin categories

This commit is contained in:
dipohl 2017-02-24 04:26:39 +01:00
parent d216113740
commit 349edaf819
12 changed files with 12 additions and 12 deletions

View file

@ -32,7 +32,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Rsync Server Transfers'
echo 'graph_args --base 1000 -l 0'
echo 'graph_order send recv'
echo 'graph_category rsync'
echo 'graph_category network'
echo 'graph_vlabel Rsync Server Transfers'
echo 'send.label Files Send'
echo 'recv.label Files Recv'