Hello Forum,
I'm using Zabbix version 6 LTS
I have a locally hosted Unifi Dashboard website which shows me the status (online or offline) status of each of my Unfi hardware devices.
I have a local website that requires me to log in. I followed this post - https://bestmonitoringtools.com/zabb...with-examples/ on how to set up website monitoring with login.
I created 3 steps:
1. see if website URL is available
2. login to website
3. Check for any offline status on the page
The page I'm monitoring looks as follows:
I would like to focus in on the Status for each device. I'm looking for any device in this column with the word Offline. How do I create a step that can find this Offline word anywhere in this column.
I did an inspect of the page and found the following:
"data-label="Online""
My first step is for the login credentials on the website. My Second step is the dashboard that's seen after I login. Do I add a Required String to the second step to ensure I'm on the Dahboard page? I tried adding some text to search for with a Required Status Cod of 200 but Zabbix says it can't find the text string I'm searching for?
Thank you.
I'm using Zabbix version 6 LTS
I have a locally hosted Unifi Dashboard website which shows me the status (online or offline) status of each of my Unfi hardware devices.
I have a local website that requires me to log in. I followed this post - https://bestmonitoringtools.com/zabb...with-examples/ on how to set up website monitoring with login.
I created 3 steps:
1. see if website URL is available
2. login to website
3. Check for any offline status on the page
The page I'm monitoring looks as follows:
I would like to focus in on the Status for each device. I'm looking for any device in this column with the word Offline. How do I create a step that can find this Offline word anywhere in this column.
I did an inspect of the page and found the following:
"data-label="Online""
My first step is for the login credentials on the website. My Second step is the dashboard that's seen after I login. Do I add a Required String to the second step to ensure I'm on the Dahboard page? I tried adding some text to search for with a Required Status Cod of 200 but Zabbix says it can't find the text string I'm searching for?
Thank you.