Tony Murray
Tony Murray
@peejaychilds an event is triggered (DevicePolled) after polling is complete. That is where stats should be collected.
How about instead of requiring the user to set something we just show it at the correct units? \LibreNMS\Util\Number::formatSi($value)
1. I think it is bad to have both storage and memory on the same scale 2. I think the case that memory or storage will be on a different...
What about adding "auto" first and see if that covers enough use cases?
I don't think doing this calculation in the database is correct. Since we are processing the values in PHP, just fetch the raw value then calculate it in PHP. Auto...
I like it, but my main problem is the maintenance for this feature is going to be off the charts. The number of variants of hardware out there and other...
We set the port speed for this.
IF-MIB is completely messed up on airfiber units so I'm not entirely sure the ifSpeed works :D LibreNMS currently throws away IF-MIB stats on the eth0 interface and replaces them...
My long point made short is that it might be better to store this on the port rather than just a in a Map. You can't use it for alerts...
> > Another tip, losing duplex (which causes a drop to 100Mbps) is a good indication of partial cable failure. > > That’s one of my points: if ifSpeed of...