mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Review and unify category assignments of plugins
This commit is contained in:
parent
c8df9ab4e9
commit
33e95e6ff9
59 changed files with 99 additions and 100 deletions
|
@ -149,7 +149,7 @@ if ( defined $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
if ( $mode eq 'bandwidth' ) {
|
||||
print <<EOF;
|
||||
graph_vlabel bps down (-) / up (+)
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title ADSL Bandwidth
|
||||
graph_info Sync rates for your ADSL line on $host
|
||||
down.label Bandwidth
|
||||
|
@ -187,7 +187,7 @@ EOF
|
|||
elsif ( $mode eq 'power' ) {
|
||||
print <<EOF;
|
||||
graph_vlabel dB down (-) / up (+)
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title ADSL Strength
|
||||
graph_info Signal Strengths for your ADSL line on $host
|
||||
downout.label Output Power
|
||||
|
@ -213,7 +213,7 @@ EOF
|
|||
elsif ( $mode eq 'errors' ) {
|
||||
print <<EOF;
|
||||
graph_vlabel Errors down (-) / up (+) per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title ADSL Errors
|
||||
graph_info Errors on your ADSL line on $host
|
||||
downFEC.label FEC Errors
|
||||
|
@ -245,7 +245,7 @@ EOF
|
|||
elsif ( $mode eq 'uptime' ) {
|
||||
print <<EOF;
|
||||
graph_vlabel uptime in days
|
||||
graph_category System
|
||||
graph_category system
|
||||
graph_title Uptime
|
||||
graph_info Uptime for your ADSL line and Router on $host
|
||||
Box.label Router
|
||||
|
@ -585,7 +585,7 @@ EOF
|
|||
else {
|
||||
print <<EOF
|
||||
graph_vlabel Messages/Queries per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title IGMP Host
|
||||
graph_info IGMP Host statistics for your Router on $host
|
||||
toosmall.label Too small
|
||||
|
@ -659,7 +659,7 @@ EOF
|
|||
else {
|
||||
print <<EOF
|
||||
graph_vlabel Messages/Queries per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title IGMP Proxy
|
||||
graph_info IGMP Proxy statistics for your Router on $host
|
||||
tooshort.label Too short IGMP packets recv
|
||||
|
@ -745,7 +745,7 @@ EOF
|
|||
else {
|
||||
print <<EOF
|
||||
graph_vlabel Datagrams per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title IP protocol
|
||||
graph_info IP protocol statistics for your Router on $host
|
||||
herrors.label IP header errors
|
||||
|
@ -801,7 +801,7 @@ EOF
|
|||
else {
|
||||
print <<EOF
|
||||
graph_vlabel Packets/Conections per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title TCP protocol
|
||||
graph_info TCP protocol statistics for your Router on $host
|
||||
attempts.label TCP connection attempts
|
||||
|
@ -838,7 +838,7 @@ EOF
|
|||
else {
|
||||
print <<EOF
|
||||
graph_vlabel Datagrams per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title UDP protocol
|
||||
graph_info UDP protocol statistics for your Router on $host
|
||||
received.label Total UDP datagrams received
|
||||
|
@ -864,7 +864,7 @@ EOF
|
|||
else {
|
||||
print <<EOF
|
||||
graph_vlabel Datagrams recv (-) / sent (+) per \${graph_period}
|
||||
graph_category Network
|
||||
graph_category network
|
||||
graph_title ICMP protocol
|
||||
graph_info ICMP protocol statistics for your Router on $host
|
||||
errorsr.label Packet errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue