mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
fix traffic
This commit is contained in:
parent
b728737bb0
commit
ace93c079c
0
fritzbox__connection_uptime.py
Executable file → Normal file
0
fritzbox__connection_uptime.py
Executable file → Normal file
0
fritzbox__cpu_temperature.py
Executable file → Normal file
0
fritzbox__cpu_temperature.py
Executable file → Normal file
0
fritzbox__cpu_usage.py
Executable file → Normal file
0
fritzbox__cpu_usage.py
Executable file → Normal file
0
fritzbox__memory_usage.py
Executable file → Normal file
0
fritzbox__memory_usage.py
Executable file → Normal file
0
fritzbox__power_consumption.py
Executable file → Normal file
0
fritzbox__power_consumption.py
Executable file → Normal file
2
fritzbox__traffic.py
Executable file → Normal file
2
fritzbox__traffic.py
Executable file → Normal file
@ -59,7 +59,7 @@ def print_config():
|
||||
print("host_name %s" % hostname)
|
||||
print("graph_title AVM Fritz!Box WAN traffic")
|
||||
print("graph_args --base 1000")
|
||||
print("graph_vlabel bit up (-) / down (+) per ${graph_period}")
|
||||
print("graph_vlabel bit up (+) / down (-) per ${graph_period}")
|
||||
print("graph_category network")
|
||||
print("graph_order down up maxdown maxup")
|
||||
print("down.label received")
|
||||
|
2
fritzbox__traffic_down.py
Executable file → Normal file
2
fritzbox__traffic_down.py
Executable file → Normal file
@ -59,7 +59,7 @@ def print_config():
|
||||
print("host_name %s" % hostname)
|
||||
print("graph_title AVM Fritz!Box WAN traffic")
|
||||
print("graph_args --base 1000")
|
||||
print("graph_vlabel bit up (-) / down (+) per ${graph_period}")
|
||||
print("graph_vlabel bit down per ${graph_period}")
|
||||
print("graph_category network")
|
||||
print("graph_order down maxdown")
|
||||
print("down.label bps")
|
||||
|
0
fritzbox__traffic_up.py
Executable file → Normal file
0
fritzbox__traffic_up.py
Executable file → Normal file
0
fritzbox__uptime.py
Executable file → Normal file
0
fritzbox__uptime.py
Executable file → Normal file
0
fritzbox__wifi_devices.py
Executable file → Normal file
0
fritzbox__wifi_devices.py
Executable file → Normal file
0
fritzbox_helper.py
Executable file → Normal file
0
fritzbox_helper.py
Executable file → Normal file
Loading…
Reference in New Issue
Block a user