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: get notified if an http code changes #717

Open
ari-picker opened this issue Aug 23, 2022 · 1 comment
Open

Feature request: get notified if an http code changes #717

ari-picker opened this issue Aug 23, 2022 · 1 comment

Comments

@ari-picker
Copy link

Right now, the only options are to be notified of the error every update, or ignore them. Among the sites that I follow are a few stores that will close for a day or two before they add new products and I want to find out when the store goes down and back up without being constantly alerted while it's down.

@thp
Copy link
Owner

thp commented Sep 17, 2022

If there's a HTTP status code, you can use the command watcher with a URL like this:

curl -s -I https://example.org | head -n1

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

No branches or pull requests

2 participants