Service monitoring service, which I can ping instead of getting pinged
Posted
by
Jack Juiceson
on Server Fault
See other posts from Server Fault
or by Jack Juiceson
Published on 2013-10-20T11:59:55Z
Indexed on
2013/10/20
15:56 UTC
Read the original article
Hit count: 295
monitoring
|network-monitoring
I'm looking for a service, which can send me an alert if my program didn't ping(some http request) in X minutes. Pretty much like any service monitoring, but instead of service pinging my server I want, my program to ping the monitor service.
This is because our program, can't get incoming connections, yet we need to monitor it's alive. And easiest for us will be to have a service we can ping.
Thank you, - Jack
© Server Fault or respective owner