Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Plugin to download webpage and check for changes or values.
Current Version
1.0
Last Release Date
2021-12-16
Owner
Craig Dienger
Compatible With
Plugin takes a URL and extracts content from it using the provided regex. The matching logic looks at the first matching substring so regex must include ().
Matched content can be checked against warning or critical thresholds, or it can be saved to a file to check for changes in subsequent matches.
Examples:
Check if the most recent version(5.8.7 as of upload) of XI has changed:
python3 check_urlchange -u 'https://assets.nagios.com/downloads/nagiosxi/CHANGES-5.TXT' -r "^(d.d.d{1,})" -f change
Check for any changes to the New Glarus Thumbprint calendar:
python3 check_urlchange -u 'https://newglarusbrewing.com/beers/beerschedule' -r '(2021 Thumbprint Beers.*)</table>' -f ng -s
Check to see if a patch fix is released for XI 5.8.7:
python3 check_urlchange -u 'https://assets.nagios.com/downloads/nagiosxi/CHANGES-5.TXT' -r "^5.8.(d)" -c ~:7
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!