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...
Search Result
Collapse
12 results in 0.0024 seconds.
Keywords
Members
Tags
-
Using HOST.* macro in Tempalte/Host macros
I want to create a template which checks a web scenario.
As default i want to check the DNS name of the host, but in case the website is accessible via another vhost the value should be changeable on a per host(group) basis.
Using HOST.* macros in the template/host macro result in... -
Web scenarios issues
Hello there!
There is a site that I want to monitor http agent with authentication. When I enter my username and password in the request fields, they are searching in the url.They are not inserted in the fields of the login and password request on the site.
Site on the local network,... -
URL monitoring - web check issues
Hi guys,
I'm heaving some troubles trying to create a web monitoring for a URL like:
http://<name>/example/index.html
On this page I've created variables for user and password to insert them into login fields. After hitting the submit button the link will... -
amandahlak started a topic Which timeout is valid for web scenario step from host monitored by proxy?in Zabbix HelpWhich timeout is valid for web scenario step from host monitored by proxy?
When using web scenarios, which Timeout parameter is valid for the step execution? The step timeout parameter or proxy timeout parameter?
About steps execution:
"The steps are periodically executed by Zabbix server in a pre-defined order. If a host is monitored by proxy, the... -
Parse error messages from web scenario checks as a macro
Hi,
I just setup dozens of web scenario checks in Zabbix.
I also added triggers and one action for all the triggers.
To test the action, i deployed a test bad web scenario check.
However, an email message i got from the test only gave very high-level... -
Web Scenario - how many 'results' get logged?
Using Zabbix 3.4.
I have a web scenario defined that has these settings:
Interval = 1m
Attempts = 2
Steps:
1) Timeout = 15s
2) Timeout = 15s
When this runs...how many 'failures' will it report if both attempts fail? How long is it between... -
Web Scenario vs Item for repository availability monitoring
Hi,
I have successfully created a web scenario to monitor repository availability (not on our servers) by checking for 200 response and created a trigger for it.
After playing a bit more with Zabbix I noticed that I can create Item with "HTTP Agent" type that does... -
web scenarios trigger - false positives
Hi,
Does anyone perhaps know how to cancel out false positives for web scenario checks.
Currently my trigger looks as follow:
{hostname:web.test.fail[web scenario name].last(0)}>0
Is there anyway of setting it after 3 failures it will trigger... -
Web Scenarios configuration
Hi Zabbixers,
I am starting to deal with web scenarios to monitor request from my web application.
I´ve done progress using Zabbix 3.0, but I am having a probem to configure a HTTPS request that needs to send data in message body.
Did you have any idea how can I... -
Web scenario every 300 sec fail then trigger web scenario for every 30 sec
I have setup web scenarios to check our sites login page every 300 seconds but every once in a while we seem to get a false positive, I get the email saying the site is not reachable but when I check it it's fine... I don't mind the false positive so much as the fact that it won't check again for another... -
Trigger retries
HI All,
I have zabbix 2.2 running on Ubuntu, I have some Web scenarios. And also created triggers against every web scenario.
Here is one of.
{umardraz.com:web.test.fail[myhost].last(0)}#0
Now I want to create a trigger that it should 3 attempts...