Jump to content

Simplest heartbeat checker for Venstar stats?


telljcl

Recommended Posts

Posted

I had a fairly simple program for checking HB with Venlink, but with Nodelink what is the easiest way to get a notification from ISY if HB is frozen?

I'm program-ically challenged sometimes...

Posted
If
        'Venstar' Heartbeat is -1
     Or 'Venstar' Heartbeat is 1
 
Then
        $sVen_CommDown  = 0
        Wait  2 minutes 
        $sVen_CommDown  = 1
 
Else
   - No Actions - (To add one, press 'Action')

Or instead of setting a variable to monitor you could just wait the 2 minutes and then send a notification.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...