Score:0

How can I get an alert me if ping is not sent from windows service I created?

es flag

Let me explain the problem. I created a windows service that should run a method every minute, but it seems to fail at random times for an unknown reason. The application doesn't crash but some how a method in the program stops working correctly.

I would like to ping a website url every time the method runs. Is there any web service that could alert me if a ping is not received from my application every minute?

Or do you have a better suggestion?

Pēteris Caune avatar
cn flag
Yes, there are services that do precisely this. Use search terms "cron job monitoring" to find them.
Score:1
ru flag

There is https://deadmanssnitch.com/, but the resolution is 15 minutes.

You might instead consider integrating your service with something like Sentry to report failures, like an unreported exception.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.