Mati24
(Aohzan)
1
Hello
Is there a way to simply get a value from the two lasts values of a sensor ?
It’s for get a bandwidth from a snmp value.
Otherwise I can use this python script https://github.com/clarkbox/checksnmptraffic/blob/master/checksnmptraffic.py but I prefer to use standard configuration if it’s possible
Thank you
tom_l
2
You can differentiate the byte count to get a rate of change:
Mati24
(Aohzan)
3
Great thank you I will try this