Custom gauge and alert.
Posted: Tue Mar 10, 2020 6:16 am
So I have executed SNMPWALK against our/my firewall and it is getting results; what I would like to know is how to identify errors on the interfaces listed. Here is an example scrape:
----------------------------------------------------------------------------------------------------------------------------------------------
products.1.25.25.1.2.2.0 STRING "bond1"
products.1.25.25.1.3.1.0 Counter64 627309
products.1.25.25.1.3.2.0 Counter64 0
----------------------------------------------------------------------------------------------------------------------------------------------
I assume 3.2.0 is the counter for errors but I do not know that to be a fact. What I want is a gauge for interface errors so that I can see when any interface or sub-interface starts to take errors.
Thanks in advance!
----------------------------------------------------------------------------------------------------------------------------------------------
products.1.25.25.1.2.2.0 STRING "bond1"
products.1.25.25.1.3.1.0 Counter64 627309
products.1.25.25.1.3.2.0 Counter64 0
----------------------------------------------------------------------------------------------------------------------------------------------
I assume 3.2.0 is the counter for errors but I do not know that to be a fact. What I want is a gauge for interface errors so that I can see when any interface or sub-interface starts to take errors.
Thanks in advance!