Forum Discussion

dalym's avatar
dalym
New Contributor
8 years ago

Alert on no content change?

We have a process that posts updates to the web every 5 minutes. I'd like to set up a monitor that would send an alert if content hasn't changed since the last time the monitor has run. Is this possible?

1 Reply

  • It is possible to alert when the content changes, but not when it does not change. Not dynamically as you describe. We just count the number of bytes and if that has changed since the last test, we can trigger an error. We do not cache anything either so we do not have the actual content or prior html data to compare a new test to for each test run.