-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Some people practice a method of information publishing called warrant canary: if some info is present and/or periodically updated, then everything is fine, but if it's not updating or even disappeared, it means that something bad happened.
Use case for websites:
-
website admin publishes a text file containing something like "2020-06-03 I'm alive, yay";
-
the admin updates this file everyday ("2020-06-04 I'm still alive");
-
if there are no updates for a few days (or the website has been simply disabled for non-payment), it means that something bad happened to the admin;
-
in this case, it would be good to be notified that something bad happened.
The Change Detection app has already implemented almost everything for this use case (it already checks files periodically); it remains only to add an option of the maximum permissible period of no change. Therefore, I leave this feature request here.