Page 1 of 1

Monitor a web page... the whole web page

Posted: Wed Dec 14, 2022 7:14 pm
by nrowland
I've gotten the fun task of monitoring the whole web page for any changes whatsoever.

The built in check_http and variations thereof start struggling with comparing multiple lines and I'm pretty sure would choke when I try to have them to compare all ~450k of HTML anyway. I had the bright idea of maybe using a checksum or hash but so far haven't found a community plugin that will take URLs.

Any ideas?