Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Is there a simple service like this?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Is there a simple service like this?

I wrote a script run continuously.
I use sentry.io to get an alert if it shuts down.
I am trying to debug this script b/c it sometimes will get stuck when it shouldn't.
sentry.io won't pick this up because it wasn't shut down (no exception).

Is there a service where an app pings an api every X minutes
and if it doesn't alert gets sent out?

I really don't want to build my own XD.
If I were to do this, I'd probably have the script update a file,
and another script to watch the file to see if it gets updated every X minutes
and if it doesn't, send out an alert?

Comments

Sign In or Register to comment.