mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
Reduce number of categories
This commit is contained in:
parent
c0568802bf
commit
0104c6d40a
18 changed files with 28 additions and 28 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 dvb"
|
||||
echo "graph_category radio"
|
||||
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 dvb"
|
||||
echo "graph_category radio"
|
||||
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 dvb"
|
||||
echo "graph_category radio"
|
||||
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 dvb"
|
||||
echo "graph_category radio"
|
||||
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 dvb"
|
||||
echo "graph_category radio"
|
||||
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 dvb"
|
||||
echo "graph_category radio"
|
||||
#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 dvb"
|
||||
echo "graph_category radio"
|
||||
#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"
|
||||
|
|
|
@ -93,7 +93,7 @@ def print_adapter_config(dvb_adapter) :
|
|||
print ('graph_title DVB Femon Sensors '+dvb_adapter[0])
|
||||
print ('graph_args '+os.getenv('graph_args','--lower-limit 0 --upper-limit 100 --rigid'))
|
||||
print ('graph_vlabel Quality')
|
||||
print ('graph_category DVB')
|
||||
print ('graph_category other')
|
||||
print ('graph_info This graph shows femon output for your dvb-'+dvb_adapter[0])
|
||||
|
||||
print ('str.label Signal Strength')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue