I have Zabbix 5.0.18 with a few proxies, divided by roles. One of the proxies has the HTTP-poller role. Its stats are as follows: ...
Search Result
Collapse
68 results in 0.0034 seconds.
Keywords
Members
Tags
-
Zabbix http pollers are busy above 90% even after increasing their amount
Hello everyone!
I have Zabbix 5.0.18 with a few proxies, divided by roles. One of the proxies has the HTTP-poller role. Its stats are as follows: ... -
Multiple web monitoring triggers
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... -
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 -
Web scenario -item delete
Hi everybody
Do someone know how can we stop collecting not very important items in ZBX 6.0
I have created web scenario but we need to know only fail Failed step of scenario and Last error message of scenario
In case I will have for example 100webscenario it will be not very visible... -
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 scenario body
I have a web scenario that uses basic auth to a host to fetch a page that returns semicolon-separated values. I have "Retrieve mode" set to "Body" but I can't see the retrieved body anywhere? Does it get set to a macro, or do I have to assign it to a macro with the Variables field,... -
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... -
How the best way to monitoring http requests
Hello everyone.
I'm new on Zabbix, and I have to monitor lots of hosts with http requests. Firstly, I've made it using web scenarios, but it won't be the best way for me because I have to use a variable in one query field of each request. This field is my "token", and it... -
Monitoring http applications
Hi everyone
I'm super new on zabbix, I'm reading the documentation and doing some courses, but I'm stucked in this problem:
I have to monitore some hosts applications and I was using web scenarios, because is agentless and I have just to know their status code response. The http methods... -
Web Scenario HTTP Error 400 (bad request)
My Web Scenario URL is a Sharepoint RestAPI query to read a file content. This query needs a valable access token, it was created in the step before.
This URL works with the Postman:
https://companie.sharepoint.com/site.../mysite/Shared Documents/TestNote.txt')/$value... -
Web Sceneario - Recover header and json response to use it on the next step
I'm trying to monitor a web page login with a web scenario.
1. Auth into the web
2. Display initial page and search for a string to validate page load.
My problem is, i have to retrieve a header and a json response to use it on the display step. If i set it handly, it...