fix traffic

This commit is contained in:
oe73773 2020-07-12 20:26:10 +02:00
parent b728737bb0
commit ace93c079c
11 changed files with 2 additions and 2 deletions

0
fritzbox__connection_uptime.py Executable file → Normal file
View File

0
fritzbox__cpu_temperature.py Executable file → Normal file
View File

0
fritzbox__cpu_usage.py Executable file → Normal file
View File

0
fritzbox__memory_usage.py Executable file → Normal file
View File

0
fritzbox__power_consumption.py Executable file → Normal file
View File

2
fritzbox__traffic.py Executable file → Normal file
View 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
View 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
View File

0
fritzbox__uptime.py Executable file → Normal file
View File

0
fritzbox__wifi_devices.py Executable file → Normal file
View File

0
fritzbox_helper.py Executable file → Normal file
View File