1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-31 21:33:43 +00:00

Category Tree: Reduce number of categories

This commit is contained in:
dipohl 2017-02-21 15:09:54 +01:00
parent bb64fcbc55
commit 62560fae23
11 changed files with 43 additions and 24 deletions

View file

@ -58,7 +58,7 @@ config)
if [ $DIRECTION == "downstream" ]; then
printf "graph_title Cisco EPC3010 Downstream measurements\n";
printf "graph_args -l 0 --base 1000\n"
printf "graph_category other\n"
printf "graph_category sensors\n"
printf "graph_vlabel Small number is Power Level, large number is SNR\n"
printf "graph_info Downstream Signal to Noise Ratio (dB) and Power Level (dBmV) from Cisco EPC3010 modem. Info is scraped from statuspage on the modem (http://192.168.100.1)\n"
printf "channel_1_pwr.label Channel 1 (dBmV)\n"
@ -98,7 +98,7 @@ config)
if [ "$DIRECTION" == "upstream" ]; then
printf "graph_title Cisco EPC3010 Upstream measurements\n"
printf "graph_args -l 30 --base 1000\n"
printf "graph_category other\n"
printf "graph_category sensors\n"
printf "graph_vlabel Power level in dBmV\n"
printf "graph_info Upstream Power Levels from Cisco EPC3010 modem,scraped from its statuspage (http://192.168.100.1)\n"
printf "channel_1_pwr.label Channel 1 (dBmV)\n"