jack
Results
3
comments of
jack
You are misunderstanding graphs ! On the left, SNMP-based, you've all the data On the right, the graph show you the data consumed by the 10 "hungrier" ASN. So, on...
Hi, I do not believe the rrdtool-dev package is required You can simply ignore it
You can always apply a workaround, and monkeypatch the html module: ```python import html html.escape = lambda *args, **kwargs: args[0] from prettytable import PrettyTable ```