Hi everyone,
I've created an item to monitor a webpage with:
to check whether "HTTP/1.1 200 OK" is found. Also implemented a corresponding trigger:
The idea was to be able to tell whether the page is available or not, and to be notified when it's not. Turns out when it can't reach the page, because the host is not available, the item status turns to "Not supported". And I don't get any notification because the trigger won't take.
I've enabled the Internal Action "Report not supported items", but I still don't get any notification. Any ideas why this is not working?
Any other ideas to implement such a scenario are welcome as well!
I've created an item to monitor a webpage with:
Code:
web.page.regexp[xx.xx.xx.xx,index.html,80,"HTTP/1.1 200 OK",,1]
Code:
{host:web.page.regexp[xx.xx.xx.xx,index.html,80,"HTTP/1.1 200 OK",,1].last()}<>1
I've enabled the Internal Action "Report not supported items", but I still don't get any notification. Any ideas why this is not working?
Any other ideas to implement such a scenario are welcome as well!
Comment