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

@ -6,7 +6,7 @@
if [ "$1" = 'config' ]; then
echo "graph_args --base 1000 -l 0"
echo "graph_title Serveur FTP"
echo "graph_category ftp"
echo "graph_category network"
echo "graph_vlabel Stats Proftpd"
echo "succes.label Login succes"
echo "succes.draw AREA"

View File

@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title FTP Server Bytes'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel FTP Server Bytes'
echo 'graph_category ftp'
echo 'graph_category network'
echo 'ftp_get.label Bytes GET'
echo 'ftp_put.label Bytes PUT'
exit 0

View File

@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title FTP Server Transfers'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel FTP Server Transfers'
echo 'graph_category ftp'
echo 'graph_category network'
echo 'ftp_get.label Files GET'
echo 'ftp_put.label Files PUT'
exit 0

View File

@ -59,7 +59,7 @@ if [ "$1" = "config" ]; then
echo "graph_title $GRAPHTITLE"
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel connections'
echo 'graph_category ftp'
echo 'graph_category network'
echo 'upload.label Upload'
echo 'download.label Download'
echo 'idle.label Idle'

View File

@ -54,7 +54,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Pure Ftpd Bandwidth'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Datas sent / received'
echo 'graph_category ftp'
echo 'graph_category network'
echo 'dl.label Bytes downloaded'
echo 'ul.label Bytes uploaded'
exit 0

View File

@ -44,7 +44,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Pure Ftpd Logs'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Connections number'
echo 'graph_category ftp'
echo 'graph_category network'
echo 'nc.label new connection'
echo 'al.label anonymous logged'
echo 'ul.label auth user logged'

View File

@ -30,7 +30,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title FTP Server'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Daily FTP Operations'
echo 'graph_category ftp'
echo 'graph_category network'
echo 'graph_period second'
echo 'ftp_put.type GAUGE'
echo 'ftp_get.type GAUGE'

View File

@ -23,7 +23,7 @@ if ($ARGV[0] eq "test") {
if ($ARGV[0] eq "config") {
$out.="graph_title pureftpd traffic
graph_category ftp
graph_category network
graph_info This graph shows pureftpd traffic.
graph_vlabel Bytes
get.label Get

View File

@ -17,7 +17,7 @@ if [ "$1" = "config" ]; then
graph_title vsftpd Server
graph_args --base 1000 -l 0
graph_vlabel Requests
graph_category ftp
graph_category network
ftp_c.label connections
ftp_c.type DERIVE
ftp_c.min 0

View File

@ -66,7 +66,7 @@ then
echo 'system.type ABSOLUTE'
echo 'graph_title Very Secure FTP Server'
echo 'graph_vlabel Requests'
echo 'graph_category FTP'
echo 'graph_category network'
echo 'ftp_conn.label connections'
echo 'ftp_loginok.label successful logins'
echo 'ftp_loginfail.label failed logins'

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