mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Reduce number of categories
This commit is contained in:
parent
81ad9f2bc7
commit
81db94e2d3
43 changed files with 60 additions and 54 deletions
|
@ -62,7 +62,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000"
|
||||
echo "graph_title Carrier/Noise Ratio"
|
||||
echo "graph_vlabel dB"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Calculated carrier/noise ratio of the signal. To avoid data errors, the decoding of a received signal requires a minimum C/N ratio that depends on the FEC rate."
|
||||
echo "cpn.label C/N"
|
||||
|
@ -74,7 +74,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000"
|
||||
echo "graph_title Carrier Frequency Offset"
|
||||
echo "graph_vlabel MHz"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Incoming signals from the LNB are subject to frequency tolerances, thus check the 'CFO Error' under menu item 'Status>Tuner'. This value represents the margin by which the entered frequency deviates from the actual frequency. In order to maximize reception quality the CFO error should be minimized."
|
||||
echo "cfo.label CFO"
|
||||
|
@ -86,7 +86,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000"
|
||||
echo "graph_title RF Signal Level"
|
||||
echo "graph_vlabel dBm"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Input for the connection of the receiving LNB of the satellite antenna. Admissible RF signal input range is -82 to -10 dBm."
|
||||
echo "inp.label RF level"
|
||||
|
@ -98,7 +98,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000"
|
||||
echo "graph_title Tuner system Status"
|
||||
echo "graph_vlabel 1=OK, 0=BAD"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Tuner system status: 1 = 'OK' or 0 = 'BAD'. It is OK if all the following values are OK: AGC (Automatic Gain Control), CE (Carrier Frequency Offset Estimation), Symbol Timing, Carrier Locked, Viterbi error correction."
|
||||
echo "tnr.label Tuner status"
|
||||
|
@ -110,7 +110,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000"
|
||||
echo "graph_title Warning LED"
|
||||
echo "graph_vlabel 0=OFF; >0=ON"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
echo "graph_scale no"
|
||||
echo "graph_info Every monitoring function has a checkbox 'warning LED on' to select if the 'Warning' LED on the web interface and the front panel of the device is activated on alarms or not."
|
||||
echo "ld2.label Warning"
|
||||
|
@ -122,7 +122,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000 --logarithmic"
|
||||
echo "graph_title BER Viterbi/LDPC"
|
||||
echo "graph_vlabel Bit Error Rate"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
#echo "graph_scale no"
|
||||
echo "graph_info Detected bit error rate (BER) before the Viterbi error correction."
|
||||
echo "ber_vt.label Viterbi/LDPC BER"
|
||||
|
@ -134,7 +134,7 @@ echo "host_name $hostname"
|
|||
echo "graph_args --base 1000 --logarithmic"
|
||||
echo "graph_title BER Reed Solomon/BCH"
|
||||
echo "graph_vlabel Bit Error Rate"
|
||||
echo "graph_category status"
|
||||
echo "graph_category dvb"
|
||||
#echo "graph_scale no"
|
||||
echo "graph_info Detected bit error rate (BER) before the Reed Solomon error correction."
|
||||
echo "ber_rs.label RS/BCH BER"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue