So about the dynamic thing. Thats likely whats happening. I have a page that has a bunch of stuff on it, but it will more often than not say “nothing available” somewhere in the page.
Looking at the page, this seems to be in the same spot every time, so I set up a selection of this text and get notified when it changes to “x items available”
Is there a better way to do this so that i don’t need to do a content selection" Is there just a way to have the refresher look to see if this body of text is found or not and notifiy me only if theres a change to this body of text anywhere on the page?
I use it this way because sometimes the text may say “4 items available” or something like that, and I have distill notify me when ‘selected item has number that has increased more than 0.’
In regard to the interval checks. I have it set to 7 simultaneously. That said, Even if I’m only running 3 or 4 active checks, it still will only log and show me that it’s checking each one only once or twice per minute.
It just checks, and doesn’t do anything for some time until it checks again.
To make it simple, I’m monitoring a website. Many things change on this site from items, descriptions, even the descriptions will have a number now and in 10 seconds a different number so I cant just monitor for a change to any number on the entire page. BUT, theres one line on the page at all times.
The page will either say
16 item(s) matching “ITEM”
or it will say
No results found for “ITEM”
Now, ITEM will be different depending on which alert it is. If it is the No refults found version, I want a notification anytime this changes to a numbered version (any number like shown above)
If it is the numbered version, Id want an alert any time the number increases more than 0. The number could lower to 15 and if it goes back to 16 then id want an alert, and of course an alert for 17 and above