Hi,
I'm trying to get information about when servers was down (unreachable). Agent.ping.nodata() does it's jobs and create events for us but I want to see a table with two columns for a given server (let's say server A): Time and Duration.
I couldn't figure it out since agent.ping returns 1 only if server is up and doesn't return anything if it's not. So, default information is about when was it's up how can we reverse this and get when was it's down?
Because consider a graph or table for a 3 months time horizon. No one can't tell when was server was down between all those agent.ping = 1 data without checking events.
Thanks,
- baggord.
I'm trying to get information about when servers was down (unreachable). Agent.ping.nodata() does it's jobs and create events for us but I want to see a table with two columns for a given server (let's say server A): Time and Duration.
I couldn't figure it out since agent.ping returns 1 only if server is up and doesn't return anything if it's not. So, default information is about when was it's up how can we reverse this and get when was it's down?
Because consider a graph or table for a 3 months time horizon. No one can't tell when was server was down between all those agent.ping = 1 data without checking events.
Thanks,
- baggord.
Comment