Ahoj,
chtěl bych vás požádat o radu, dosud jsem s dohledem webů přes web scenarios neměl žádné zkušenosti. Mým cílem je nastavit kontrolu na náš zákaznický web, kde se pod konkrétním účtem přihlásím a následně zkusím stáhnout nějaký placený obsah. Na to samozřejmě...
Search Result
Collapse
68 results in 0.0094 seconds.
Keywords
Members
Tags
-
Parse http header in web scenario
Hello,
we currently still using Zabbix server 4.0 LTS, but when I briefly checked the 5.2 documentation, it looks the same. I try to find a way how can I use cookies and keep session between multiple steps. My question is, what exactly does Zabbix server parse in individual steps in web... -
zabbix web scenario required string as variable
Hello. I have created web scenario that checks a php file which contains SOAP request response. I just took SOAP request and modified as php page and wrote that page url to web scenario. As required string i wrote something which response of soap request gives and if soap will not show string that i... -
Add Web scenarios support to Low Level Discovery
Hello everyone
As you know Zabbix doesn't support Web scenarios in Low Level Discovery (yet!). We have only HTTP Item which broken from start (if remote host is unavailable item become unsupported).
So.. i implemented tools for that.
My solution written with Rust and... -
Web-сценарии для Low Level Discovery
Всем привет
Не знаю сколько ещё лет нужно ждать чтобы команда Zabbix реализовала Web-сценарии в Low Level Discovery.
HTTP Agent корявый т.к. если хост вдруг стал недоступен,... -
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. -
Why does 'url' not exist when creating a web scenario step?
Dear all =)
If I do
...Code:[FONT=Courier New]const web = await zabbix.request('httptest.create', { name: "myWebTest", hostid: h, delay: "2m", retries: "10", steps: [{ name: "myWS1", // url: 'http://zabbix.com',[/] -
Regex in web scenario step containing double quotes and not working
Hi,
I am trying to create a full web scenario for an application monitoring and I managed to get the first steps working.
My problem is the application uses dynamic urls, so I have to extract informations from response, and this step fails.
I recreated the steps manually...Last edited by jraph; 05-06-2020, 16:53. -
Web-сценарии. Метод Delete. Что делать?
Привет!
У меня есть необходимость мониторить один наш веб-ресурс по схеме login -> logout. При login API ожидает POST метод, с этим проблем нет. Но для logout API хочет метод delete.... -
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,... -
Web scenario trigger with required string
I have a couple of web scenarios, and some of them have "Required String" enabled. The endpoint will always return http response code 200, even if the required string doesn't match. Example:
Step 1
Endpoint: https://api.example.com/api/v1/status
Required string: "ApiStatus"...Last edited by lpossamai; 16-04-2020, 05:33. -
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... -
Doubt about string search in web scenario
Hello friends, how are you? I have a doubt about a situation that I live in my work. Is it possible in a web scenario to make a search for a string or another? Example: I need to search for the words "Yahoo" or "yahoo!". Finding one of the strings to trigger should not appear,... -
Web scenario and Azure AD authentication.
Hey,
I wanted to monitor some websites like for instance "https://admin.microsoft.com/Adminportal/Home?source=applauncher#/servicehealth" where I can monitor the status of Azure services for my particular tenant, I am truggling with building a web scenario that would check particular...