munin: unifi angepasst (#309)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#309 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
2301db13ab
commit
5c78c79b32
1 changed files with 16 additions and 16 deletions
|
@ -158,24 +158,24 @@
|
||||||
# Show unauthorized / authorized client list
|
# Show unauthorized / authorized client list
|
||||||
# if you are not using the guest portal, this is useless
|
# if you are not using the guest portal, this is useless
|
||||||
env.show_authorized_clients_type yes
|
env.show_authorized_clients_type yes
|
||||||
# Show transfer statistics on switch ports
|
# Show transfer statistics on switch ports; wirft Fehler wenn aktiv
|
||||||
env.enable_xfer_port yes
|
env.enable_xfer_port no
|
||||||
# Show detailed graphs per switch port
|
# Show detailed graphs per switch port; wirft Fehler wenn aktiv
|
||||||
env.enable_detail_xfer_port yes
|
env.enable_detail_xfer_port no
|
||||||
# Hide ports that have no link (When set to no, unplugged ports will transfer 0, not be undefined)
|
# Hide ports that have no link (When set to no, unplugged ports will transfer 0, not be undefined); wirft Fehler wenn aktiv
|
||||||
env.hide_empty_xfer_port no
|
env.hide_empty_xfer_port no
|
||||||
# Show transfer statistics per device
|
# Show transfer statistics per device; wirft Fehler wenn aktiv
|
||||||
env.enable_xfer_device yes
|
env.enable_xfer_device no
|
||||||
# Show detailed graphs for each device
|
# Show detailed graphs for each device; wirft Fehler wenn aktiv
|
||||||
env.enable_detail_xfer_device yes
|
env.enable_detail_xfer_device yes
|
||||||
# Show transfer statistics per named network
|
# Show transfer statistics per named network; wirft Fehler wenn aktiv
|
||||||
env.enable_xfer_network yes
|
env.enable_xfer_network no
|
||||||
# Show detailed graphs for each named network
|
# Show detailed graphs for each named network; wirft Fehler wenn aktiv
|
||||||
env.enable_detail_xfer_network yes
|
env.enable_detail_xfer_network no
|
||||||
# Show transfer statistics per radio
|
# Show transfer statistics per radio; wirft Fehler wenn aktiv
|
||||||
env.enable_xfer_radio yes
|
env.enable_xfer_radio no
|
||||||
# Show detailed graphs for each radio
|
# Show detailed graphs for each radio; wirft Fehler wenn aktiv
|
||||||
env.enable_detail_xfer_radio yes
|
env.enable_detail_xfer_radio no
|
||||||
- name: fritzbox_uptime.py
|
- name: fritzbox_uptime.py
|
||||||
src: https://git.mgrote.net/mg/mirror-frododvr-fritzbox-munin/raw/branch/master/fritzbox_uptime.py
|
src: https://git.mgrote.net/mg/mirror-frododvr-fritzbox-munin/raw/branch/master/fritzbox_uptime.py
|
||||||
- name: fritzbox_traffic.py
|
- name: fritzbox_traffic.py
|
||||||
|
|
Loading…
Reference in a new issue