Hello,
I have recently installed Zabbix 6.4 and am trying to monitor websites as to when and if they go down.
I have set up a few web scenarios on my main zabbix server to check for 200 status codes for the websites, which does enough to check they are up.
I would...
Search Result
Collapse
59 results in 0.0029 seconds.
Keywords
Members
Tags
-
Multiple web monitoring triggers
-
Web monitoring Variables for UserName and Password not working
Hello,
I have set up web monitoring based on the "real-life scenario" (https://www.zabbix.com/documentation...toring/example) regardless of what I have entered as the username and password values, the login step passes. I am not seeing any errors showing up with an...2 Photos -
При смене ip не работает интерфейс
Приветствую, я начинающий пользователь как linux, так и zabbix, поэтому могу быть где-то неточен. В чем суть проблемы: при развертывании zabbix в обычной интернет сети веб-интерфейс... -
Help with setting up Website Monitoring - data-label with rows to check
Hello Forum,
I have a website page that looks like the following:
I would like to use Zabbix to alert if any of these items say the word Offline. When I inspect the page for each I see the same data-label for each Row.
Any idea how I... -
Web Scenario Error: SSL
Hello everyone,
Having a problem monitoring webs in Zabbix 6.2
I set up a new web scenario with two steps. The results for each step is the following: Error: SSL connect error: error:0A000152:SSL routines::unsafe legacy renegotiation disabled
I've been investigating about that...Last edited by aidaitzabbix; 09-02-2023, 12:13. -
Web Scenario Error: SSL
Hola a todos,
Estoy teniendo un problema con un web scenario configurado en zabbix 6.2
El web scenario consta de dos steps, en cada uno de ellos me da el siguiente error: Error: SSL connect error: error:0A000152:SSL routines::unsafe legacy renegotiation disabled
Solo ocurre con steps...Last edited by aidaitzabbix; 09-02-2023, 12:14. -
Web Scenario Error: SSL
Hello everyone,
Having a problem monitoring webs in Zabbix 6.2
I set up a new web scenario with two steps. The results for each step is the following: Error: SSL connect error: error:0A000152:SSL routines::unsafe legacy renegotiation disabled
I've been investigating about that...Last edited by aidaitzabbix; 09-02-2023, 12:14. -
Zabbix web scenario for login page
Hello all
To start off I am noob with Zabbix and I am trying to create a web scenario for a login scenario (https://miro.com/login/)
I tried getting the HTML elements for email/password/sign-in from the web page to pass into name in post fields for username and password and was running...1 Photo -
how to use Item value Jsonpath parameters in web scenario
I am new to Zabbix, i am using Zabbix to monitor few REST API's. Which has the Oauth token.
I am able to get oAuth token from Zabbix items (HTTP agent) and by preprocessing steps Json path i can get access_token.
Now i am clueless how to use the token generated here in (steps) to web scenario... -
Web monitoring with regex
Hi!
Im trying to monitor a website html code with regex.
I need to get the background color of page to know if my service is up or down
I tried this expression and code on regex101:
Expression: 153*.{16}.22078
Code: <td style="text-align: center;... -
cannot extract the value of the csrf token in a web scenario
Hello,
i want to extract the "csrf token" value in step 1 which is checking the availaibility of the url then use this value in the second step which checks the accessibility of the url (login + password)
But i'm facing this problem
Étape "demande. URL... -
WEB Monitoring
Hi,
We monitoring for local URL. for example: https://<aplication>.<domainname>.com
But, we can't monitor other URL. for axample: https://www.google.com
We use web monitoring. https://www.zabbix.com/documentation...web_monitoring
... -
Web Test - Step Name/Number Macro
Just checking before I raise a feature request; is there a macro or other method to display the name of the failed web test step? Specifically the step, not the item. -
Web-сценарии. Метод Delete. Что делать?
Привет!
У меня есть необходимость мониторить один наш веб-ресурс по схеме login -> logout. При login API ожидает POST метод, с этим проблем нет. Но для logout API хочет метод delete....