urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Feature request: get notified if an http code changes

Open ari-picker opened this issue 2 years ago • 1 comments

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.

ari-picker avatar Aug 23 '22 16:08 ari-picker

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

thp avatar Sep 17 '22 17:09 thp