Add host_name value for the plugin config so the graphs are seperated out from the polling host

This commit is contained in:
2014-02-04 22:53:20 +00:00
parent 7287a0f1a9
commit 8324ef8d05
10 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Line Attenuation (dB)"
echo 'graph_args --base 1000'
echo 'graph_vlabel Line Attenuation (dB)'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Sync Speed"
echo 'graph_args --base 1000'
echo 'graph_vlabel Speed (bps)'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Errors"
echo "graph_args --base 1000"
echo 'graph_vlabel errors down (-) / up (+) per ${graph_period}'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo 'graph_title Interleave Depth'
echo 'graph_args --base 1000'
echo 'graph_vlabel Interleave Depth'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Maximum Attainable Speed"
echo 'graph_args --base 1000'
echo 'graph_vlabel Max Speed (bps)'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title ptm1 traffic"
echo "graph_args --base 1000"
echo 'graph_vlabel bytes per ${graph_period}'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title ptm1 Uptime in days"
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel VDSL Uptime in days'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Aggregate Tx Power"
echo 'graph_args --base 1000'
echo 'graph_vlabel Actual Aggregate Tx Power (dBm)'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo 'graph_title SNR Margin (dB)'
echo 'graph_args --base 1000'
echo 'graph_vlabel SNR Margin (dB)'

View File

@@ -35,6 +35,7 @@ fi
if [ "$1" = "config" ]; then
echo "host_name hg612"
echo "graph_title Attainable vs Current Sync Speed"
echo 'graph_args --base 1000'
echo 'graph_vlabel Sync Rate Actual (-) Attainable (+)'