Traffic graph don't work over 100G?

Hello,
On our network, we have aggregate ports with multiple 100G ports. When the trafic is over 100G, the traffic graph don't work : http://imgur.com/a/JvzIB But the another graphs, like "Unicast Packets", works without issue.
Johann

Thats because Observiums default interface max speed is 100Gbit. It can be changed by this option in the config: $config['max_port_speed'] = 12500000000; // Max port speed in RRD; default 100Gbit. Only used upon RRD creation!
If you don't want to delete and recreate your RRD you can change the max value of an existing RRD with the "rrdtool tune"-command
/Markus
2017-02-07 1:26 GMT+01:00 Johann Mallet johann.mallet@zayo.com:
Hello,
On our network, we have aggregate ports with multiple 100G ports. When the trafic is over 100G, the traffic graph don't work : http://imgur.com/a/JvzIB But the another graphs, like "Unicast Packets", works without issue.
Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

Thanks Markus ! I don't have found this configuration before :-)
I have created loop for update the max of in/out octets for all aggregate ports with this command : rrdtool tune xxx.rrd -a INOCTETS:125000000000 -a OUTOCTETS:125000000000
I prefer keep the history ;-)
Johann
2017-02-07 7:43 GMT+01:00 Markus Klock markus@best-practice.se:
Thats because Observiums default interface max speed is 100Gbit. It can be changed by this option in the config: $config['max_port_speed'] = 12500000000; // Max port speed in RRD; default 100Gbit. Only used upon RRD creation!
If you don't want to delete and recreate your RRD you can change the max value of an existing RRD with the "rrdtool tune"-command
/Markus
2017-02-07 1:26 GMT+01:00 Johann Mallet johann.mallet@zayo.com:
Hello,
On our network, we have aggregate ports with multiple 100G ports. When the trafic is over 100G, the traffic graph don't work : http://imgur.com/a/JvzIB https://urldefense.proofpoint.com/v2/url?u=http-3A__imgur.com_a_JvzIB&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=P_Fzd2RKZRaIP3ugH6XVvIx8Wh0NmpoWq29nDZauof8&s=vZ01JjrLkK3NAgcuHpxdVLQVjpYzBZhZjgviz_vVoMk&e= But the another graphs, like "Unicast Packets", works without issue.
Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=P_Fzd2RKZRaIP3ugH6XVvIx8Wh0NmpoWq29nDZauof8&s=Xs35kN37zPFryQLPXKpIA_7StWrbcXUR05ZKvyxlz34&e=
observium mailing list observium@observium.org https://urldefense.proofpoint.com/v2/url?u=http-3A__postman. memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwIGaQ&c= JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=P_ Fzd2RKZRaIP3ugH6XVvIx8Wh0NmpoWq29nDZauof8&s=Xs35kN37zPFryQLPXKpIA_ 7StWrbcXUR05ZKvyxlz34&e=
participants (2)
-
Johann Mallet
-
Markus Klock