InTouch Hub · Blue Isle Software

Website Change Watch

Daily check of a webpage for content changes via the website-change tool. Notifies the owner when the page content has changed since the last check.

Website Change Watch

Daily check of a webpage for content changes via the website-change tool. Notifies the owner when the page content has changed since the last check.

What it does

Every day at 08:00 (server time), this monitor fetches https://example.com/, hashes the response body, and compares the hash against the one stored in stateFile. On first run the state file is created and the result is reported as "no previous hash, baseline saved". On subsequent runs, a hash mismatch fires a notification to the owner's inbox.

Edit before installing

The default URL points at https://example.com/, which never changes. After installing, edit the monitor's YAML and set:

Bindings used

Tool used

website-change — Python-backed YAML tool. Requires Python on the server but no credentials.