Hello
I'm monitoring radio transmitters, which often have short (<1m) outages, so I rely on SNMP traps to get an accurate picture of uptime.
It's a very simple trap, which returns the numeric value 1 if the transmitter is ok, and 2 if it's not ok. I am successfully receiving those traps, and using regex to extract 1 or 2, and storing that as an Numeric (Unsigned) value. It's creating triggers which in turn are sending me notifications of change of state.
If I look at at Recent Data for a Host, I can see a date/time for each trap event, and the numeric value.
I have two things I can't work how to achieve:
Nick
I'm monitoring radio transmitters, which often have short (<1m) outages, so I rely on SNMP traps to get an accurate picture of uptime.
It's a very simple trap, which returns the numeric value 1 if the transmitter is ok, and 2 if it's not ok. I am successfully receiving those traps, and using regex to extract 1 or 2, and storing that as an Numeric (Unsigned) value. It's creating triggers which in turn are sending me notifications of change of state.
If I look at at Recent Data for a Host, I can see a date/time for each trap event, and the numeric value.
I have two things I can't work how to achieve:
- How to graph these values as a continuous line graph - currently they appear just as points at the time of each event, and no line connecting each point
- How to create an uptime report - currently it doesn't appear to calculating in the time between the events
Nick
Comment