So i have 34 monitors right now and sometimes they rearrange themselves. I have set up webhooks for Slack to get separate notifications for each monitor.
Is there a way for distill to make sure it looks for a specific text/box?
Been playing around the tools and I see that Templates could possibly help but I only get a loading screen.
Do the elements in pages change order causing issues with notifications? – yes! each monitor has a specific slack workspace it sends notifications to so it messes up with the notifications. example:
– when the 2nd box de-DE is sometimes removed from the webpage, the monitor catches the en-AU data instead that causes the wrong notification. i did set it up to make sure that it also monitors the name of the box but then all other monitors fail when this happens.
is this something that i should set up with slack instead?
It could be possible to create a selector that matches a specific box using XPath. Can you attach the source of the webpage? I can try to create an XPath expression that can monitor a specific block based on its name.
I don’t need live access to the apge. If you can save the webpage and share that, that should be enough. If the webpage’s content are sensitive, you can DM it to me.
Hey! Thanks so much. Been trying to figure out how to message you privately but I can’t find it lol.
Is it possible for you to message me first then I can send the file? Thanks!
As an test, can you try monitoring a specific section using the following config? This one should not affect the monitored section when other sections are removed or added.
I know this query has been resolved but lately, I keep getting email notifications about errors saying “Action Required! Errors Monitoring ”
I recently upgraded to Flexi so I could use shorter intervals for cloud checks. But I noticed it keeps turning the monitors off when it can’t find the specific box I’m monitoring. This doesn’t happen when I use check thru local device but since it’s eating up a lot of my RAM, I switched to Cloud.
Just like what I said before, since the elements are dynamic, sometimes they’re not on the page. I want it to continuously check until it appears and returns the data that I need.
Is there any way to do that without having to use local device monitor?
Cloud monitors are turned off automatically on SELECTION_EMPTY errors to conserve checks and flag potential issues. In case this is an expected state where none of the elements match temporarily, a simple solution is to include a static part of the page in selection. Page’s title is usually a good one. Does that make sense?