Plugin-Gallery: Include images (change names of image files)

This commit is contained in:
dipohl 2017-02-25 03:08:22 +01:00
parent 1f5ef0938c
commit e148716e6e
7 changed files with 2 additions and 2 deletions

View File

@ -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'

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 network'
echo 'graph_category filetransfer'
echo 'graph_vlabel Rsync Server Transfers'
echo 'send.label Files Send'
echo 'recv.label Files Recv'

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB