Has anyone created a program to monitor the connection status? Alert when down.

<< < (4/4)

ubergoober:
The system status page of the web interface reports status for all four of the service providers.  You could modify that flow to add 3 more service providers.

GAKW:
Thanks I did get that working well and get alerts now

ubergoober:
it looks like the author is just looking for the word connected in the system status page, which works for Google Voice, but you may find the status as Registered for a SIP provider, or Service Not Configured (not in your case, of course).

The flow is written with the assumptions of 1 Service provider and that provider is Google Voice.

I'd recommend using an www-request node (which you'd have to add) and then a html node, which will allow you to isolate the html td elements and leave them in an array. From there you can determine which indexes hold the information you see and test them for the correct status, fail them and check them for what they look like in a failed state, etc.

Good luck.

Navigation

[0] Message Index

[*] Previous page