Nagios plugin for web page changes
This plugin can be used to monitor web page changes.
💡
Requires curl, sha256sum and a working directory for state information. Set Nagios service parameter max_check_attempts to 1 for proper operation
USAGE: ./check-page-update -u <url> -p <working folder> [-c | -w]
-u <url> : url of the content (required)
-p <path>: writable folder for temporary storage (required)
-c : return critical if changed
-w : return warning if changed