Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: notify if there are no changes for a long time #41

Open
andreymal opened this issue Jun 3, 2020 · 1 comment
Open

Comments

@andreymal
Copy link

andreymal commented Jun 3, 2020

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.

@bernaferrari
Copy link
Owner

bernaferrari commented Jun 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants