Last Modified : 08 August 2026
Event Triggers
An
Event Trigger performs
the actual monitoring check and determines whether an event has
occurred. Each trigger's scan() method receives the
previous state and returns a result containing the event data (if any)
and the new state.
Always Trigger
Fires on every execution with a fixed, configurable data payload. No conditions (always triggers).
Learn MoreSimple Web Checker
Monitors a URL for content changes by comparing SHA-256 hashes between successive checks.
Learn MoreCustom Trigger
Runs an external command or script that reports events via a JSON output format.
Learn More