Is there a field in the Orion.Nodes table that represents the last successful 'ping' of a device? Thanks.
Unfortunately no, there isn't any field of this nature in the database for last successful ping of a device.
Boo - Okay, so I'm looking to alert on a device that is down for a specific amount of time (i.e. - >1 hour ) and send out a alert and populate my Google map. When the device ping is good again, send notification, remove from map. I've been thinking we need to save the time of ping failure into a custom property and go from there. Any suggestions is appreciated.
The best you could do with the alerts, is on the Trigger Condition (assuming you are using advanced alerts) is set a time for 1 hour at the bottom in the time parameter.
Yes, I see I can delay the alert with the time parameter. Thanks.