mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin-Gallery: Include images (change names of image files)
This commit is contained in:
parent
1f5ef0938c
commit
e148716e6e
7 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title Rsync Server Bytes'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_order send recv'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_category filetransfer'
|
||||
echo 'graph_vlabel Rsync Bytes'
|
||||
echo 'send.label Bytes Send'
|
||||
echo 'recv.label Bytes Recv'
|
||||
|
|
|
@ -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 network'
|
||||
echo 'graph_category filetransfer'
|
||||
echo 'graph_vlabel Rsync Server Transfers'
|
||||
echo 'send.label Files Send'
|
||||
echo 'recv.label Files Recv'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue