Skip to content

Introduction

ChangeDetection.io is an open-source tool for website change detection. It is capable of monitoring HTML and JSON files and can send various types of notifications when a change is detected.

Using XPath or CSS selectors it is also possible to only watch specific page elements. Interactive websites relying heavily on JavaScript can be crawled using a headless Chrome instance which is also deployed on NMaaS together with the base application.

Customizable Parameters

ChangeDetection.io does not have any parameters that need to be customized during the initial deployment on NMaaS.

All configuration is done from the built-in configuration manager accessible once the application is deployed.

Examples

ChangeDetection.io Home Screen

Fig. 1: ChangeDetection.io Home Screen

Configuring Notification Options

Fig. 2: Configuring Notification Options

Configuring Fetching Mechanism

Fig. 3: Configuring Fetching Mechanism

Previewing Changes Diff

Fig. 4: Previewing Changes Diff

Notifications

ChangeDetection.io has support for various notification providers, using the Apprise library. Details about each supported notification provider are given on the Apprise Wiki, as well as on the ChangeDetection.io wiki pages.

In terms of the managed NMaaS production instance, users can leverage the built-in mail sender, using the following configuration:

mailto://nmaas.eu:587?smtp=nmaas-postfix.nmaas-system&[email protected]&to=$dest-email

The parameters $domain-name and $dest-name are up to the user to replace with the specific values, as needed.

For example, for the domain name nmaas-test and an admin email of [email protected], the configuration would be:

mailto://nmaas.eu:587?smtp=nmaas-postfix.nmaas-system&[email protected]&[email protected]

Conclusion

For more information and a complete features list, consult the up-to-date ChangeDetection.io Wiki on GitHub.