Poll Internet Router Usage - SNMP + INFLUX #27
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
[ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
[ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks. This is a new work flow that I put together to monitor my Internet router cellular interface. I wanted to retrieve the current amount of inbound bytes so I can monitor my monthly cellular usage in Grafana. So I have several components used in this flow.
Last you may be able to completely skip the HEX->DEX function. There is some weird behaviour in the SNMP node. If I pulled a 32 bit counter it would return the value correctly in the payload. I needed though to pull the counter as a 64 bit value and when I pulled that the SNMP node returned the raw HEX data not a integer value. So this function is just to covert the raw hex data into a base-10 integer.
Beta Was this translation helpful? Give feedback.
All reactions