mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Reduce plugin categories
This commit is contained in:
parent
d216113740
commit
349edaf819
@ -6,7 +6,7 @@
|
|||||||
if [ "$1" = 'config' ]; then
|
if [ "$1" = 'config' ]; then
|
||||||
echo "graph_args --base 1000 -l 0"
|
echo "graph_args --base 1000 -l 0"
|
||||||
echo "graph_title Serveur FTP"
|
echo "graph_title Serveur FTP"
|
||||||
echo "graph_category ftp"
|
echo "graph_category network"
|
||||||
echo "graph_vlabel Stats Proftpd"
|
echo "graph_vlabel Stats Proftpd"
|
||||||
echo "succes.label Login succes"
|
echo "succes.label Login succes"
|
||||||
echo "succes.draw AREA"
|
echo "succes.draw AREA"
|
@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title FTP Server Bytes'
|
echo 'graph_title FTP Server Bytes'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel FTP Server Bytes'
|
echo 'graph_vlabel FTP Server Bytes'
|
||||||
echo 'graph_category ftp'
|
echo 'graph_category network'
|
||||||
echo 'ftp_get.label Bytes GET'
|
echo 'ftp_get.label Bytes GET'
|
||||||
echo 'ftp_put.label Bytes PUT'
|
echo 'ftp_put.label Bytes PUT'
|
||||||
exit 0
|
exit 0
|
@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title FTP Server Transfers'
|
echo 'graph_title FTP Server Transfers'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel FTP Server Transfers'
|
echo 'graph_vlabel FTP Server Transfers'
|
||||||
echo 'graph_category ftp'
|
echo 'graph_category network'
|
||||||
echo 'ftp_get.label Files GET'
|
echo 'ftp_get.label Files GET'
|
||||||
echo 'ftp_put.label Files PUT'
|
echo 'ftp_put.label Files PUT'
|
||||||
exit 0
|
exit 0
|
@ -59,7 +59,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo "graph_title $GRAPHTITLE"
|
echo "graph_title $GRAPHTITLE"
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel connections'
|
echo 'graph_vlabel connections'
|
||||||
echo 'graph_category ftp'
|
echo 'graph_category network'
|
||||||
echo 'upload.label Upload'
|
echo 'upload.label Upload'
|
||||||
echo 'download.label Download'
|
echo 'download.label Download'
|
||||||
echo 'idle.label Idle'
|
echo 'idle.label Idle'
|
@ -54,7 +54,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title Pure Ftpd Bandwidth'
|
echo 'graph_title Pure Ftpd Bandwidth'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel Datas sent / received'
|
echo 'graph_vlabel Datas sent / received'
|
||||||
echo 'graph_category ftp'
|
echo 'graph_category network'
|
||||||
echo 'dl.label Bytes downloaded'
|
echo 'dl.label Bytes downloaded'
|
||||||
echo 'ul.label Bytes uploaded'
|
echo 'ul.label Bytes uploaded'
|
||||||
exit 0
|
exit 0
|
@ -44,7 +44,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title Pure Ftpd Logs'
|
echo 'graph_title Pure Ftpd Logs'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel Connections number'
|
echo 'graph_vlabel Connections number'
|
||||||
echo 'graph_category ftp'
|
echo 'graph_category network'
|
||||||
echo 'nc.label new connection'
|
echo 'nc.label new connection'
|
||||||
echo 'al.label anonymous logged'
|
echo 'al.label anonymous logged'
|
||||||
echo 'ul.label auth user logged'
|
echo 'ul.label auth user logged'
|
@ -30,7 +30,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title FTP Server'
|
echo 'graph_title FTP Server'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel Daily FTP Operations'
|
echo 'graph_vlabel Daily FTP Operations'
|
||||||
echo 'graph_category ftp'
|
echo 'graph_category network'
|
||||||
echo 'graph_period second'
|
echo 'graph_period second'
|
||||||
echo 'ftp_put.type GAUGE'
|
echo 'ftp_put.type GAUGE'
|
||||||
echo 'ftp_get.type GAUGE'
|
echo 'ftp_get.type GAUGE'
|
@ -23,7 +23,7 @@ if ($ARGV[0] eq "test") {
|
|||||||
|
|
||||||
if ($ARGV[0] eq "config") {
|
if ($ARGV[0] eq "config") {
|
||||||
$out.="graph_title pureftpd traffic
|
$out.="graph_title pureftpd traffic
|
||||||
graph_category ftp
|
graph_category network
|
||||||
graph_info This graph shows pureftpd traffic.
|
graph_info This graph shows pureftpd traffic.
|
||||||
graph_vlabel Bytes
|
graph_vlabel Bytes
|
||||||
get.label Get
|
get.label Get
|
@ -17,7 +17,7 @@ if [ "$1" = "config" ]; then
|
|||||||
graph_title vsftpd Server
|
graph_title vsftpd Server
|
||||||
graph_args --base 1000 -l 0
|
graph_args --base 1000 -l 0
|
||||||
graph_vlabel Requests
|
graph_vlabel Requests
|
||||||
graph_category ftp
|
graph_category network
|
||||||
ftp_c.label connections
|
ftp_c.label connections
|
||||||
ftp_c.type DERIVE
|
ftp_c.type DERIVE
|
||||||
ftp_c.min 0
|
ftp_c.min 0
|
@ -66,7 +66,7 @@ then
|
|||||||
echo 'system.type ABSOLUTE'
|
echo 'system.type ABSOLUTE'
|
||||||
echo 'graph_title Very Secure FTP Server'
|
echo 'graph_title Very Secure FTP Server'
|
||||||
echo 'graph_vlabel Requests'
|
echo 'graph_vlabel Requests'
|
||||||
echo 'graph_category FTP'
|
echo 'graph_category network'
|
||||||
echo 'ftp_conn.label connections'
|
echo 'ftp_conn.label connections'
|
||||||
echo 'ftp_loginok.label successful logins'
|
echo 'ftp_loginok.label successful logins'
|
||||||
echo 'ftp_loginfail.label failed logins'
|
echo 'ftp_loginfail.label failed logins'
|
@ -32,7 +32,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title Rsync Server Bytes'
|
echo 'graph_title Rsync Server Bytes'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_order send recv'
|
echo 'graph_order send recv'
|
||||||
echo 'graph_category rsync'
|
echo 'graph_category network'
|
||||||
echo 'graph_vlabel Rsync Bytes'
|
echo 'graph_vlabel Rsync Bytes'
|
||||||
echo 'send.label Bytes Send'
|
echo 'send.label Bytes Send'
|
||||||
echo 'recv.label Bytes Recv'
|
echo 'recv.label Bytes Recv'
|
||||||
|
@ -32,7 +32,7 @@ if [ "$1" = "config" ]; then
|
|||||||
echo 'graph_title Rsync Server Transfers'
|
echo 'graph_title Rsync Server Transfers'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_order send recv'
|
echo 'graph_order send recv'
|
||||||
echo 'graph_category rsync'
|
echo 'graph_category network'
|
||||||
echo 'graph_vlabel Rsync Server Transfers'
|
echo 'graph_vlabel Rsync Server Transfers'
|
||||||
echo 'send.label Files Send'
|
echo 'send.label Files Send'
|
||||||
echo 'recv.label Files Recv'
|
echo 'recv.label Files Recv'
|
||||||
|
Loading…
Reference in New Issue
Block a user