FiveFilters Feed Creator might be a bit more popular than Dead Man's Snitch. We know about 14 links to it since March 2021 and only 11 links to Dead Man's Snitch. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I tried using RSS Generators like https://createfeed.fivefilters.org/ and even a graphical one, but it looks like this isn't a static site but there's some sort of delayed fetch of the posts that messes them up. I don't really think first of intentional malice, but maybe this is the reason their own RSS feed generator no longer works either. - Source: Hacker News / almost 2 years ago
Would it be possible to use a GUI tool such as fivefilters feed creator or politepol to determine the scraping parameters then plug them into my own rss-bridge template? Source: over 2 years ago
Some readers have such option build-in (e.g. FreshRSS). There are also services like: https://createfeed.fivefilters.org/ https://feed43.com/ https://politepol.com/en/. - Source: Hacker News / almost 3 years ago
Did tou also had a look to FeedCreator from Fivefilters? (Self-hosted or online): Http://createfeed.fivefilters.org. Source: about 3 years ago
With https://createfeed.fivefilters.org/ you can make an RSS feed out of HTML code. Its free plan is working good for me. Source: about 4 years ago
Either http://deadmanssnitch.com/ or if you have an existing solution for posting metrics, alert on missing data. - Source: Hacker News / over 1 year ago
You're looking for a dead man's switch. https://deadmanssnitch.com is a good hosted service or Uptime Kuma (https://github.com/louislam/uptime-kuma) can be configured to do the same thing. - Source: Hacker News / over 1 year ago
Deadmanssnitch.com โ Monitoring for cron jobs. One free snitch (monitor), more if you refer others to sign up. - Source: dev.to / over 1 year ago
If you are ok with a Saas and if it's just scheduled jobs that you are monitoring, there are a number of monitoring tools where you tell when job completes (with a http request) and a missing ping (after a grace period) means that it failed. I think https://deadmanssnitch.com/ may have been the original service for this. https://healthchecks.io/ has a fairly generous free tier that I use now. There are others that... - Source: Hacker News / about 2 years ago
There's a great service already existing with a riff on that name, even - https://deadmanssnitch.com/ DMS is useful for stuff like crons where you're trying to monitor an event that happened rather than whether a service is online. No way to ping a cronjob from the outside world, but the cron can report that it ran successfully. - Source: Hacker News / about 2 years ago
FetchRSS - Generate RSS out of any website.
Healthchecks.io - Monitor your cron jobs and scheduled tasks, get notified when they fail.
PolitePol - Online tool for creation of RSS feeds for any web page
Cronitor - Monitor cron jobs, micro-services, daemons and almost anything else, no setup required. Easier cron troubleshooting and no more silent failures.
Distill Web Monitor - Distill is a web monitoring tool. It can monitor RSS feeds, a webpage or a part of webpage. Alerts in the form of pop-up, audio or emails can be received.
Cronhub - Cronhub helps you to easily monitor all your cron jobs in a beautiful dashboard. It alerts you when your cron job doesn't run on time or it fails.