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
15 results in 0.0021 seconds.
Keywords
Members
Tags
-
proc.num() na Hostovi a v Dockeru
Ahoj,
řeším takový problém, jak dohlížet, zda neběží apache/nginx/httpd ap. na hostovi a přitom nedohledovat tyto služby v dockeru.
Pokud by např. apache běžel na hostovi start dockeru containeru selže z důvodu zabraných portů.
napsal jsem trigger: ... -
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... -
Blunting Zabbix web scenario
Hello, I have a bunch of websites that I am monitoring with following web scenario:
And then there is a trigger:Code:Update interval:30sec Step 1: Timeout-15 ---> example.com --> code 200
Code:{Zabbix server:web.test.fail[example.com].last()}=1
... -
Zabbix 3.4 Web Scenario with XML String
Hi all,
I need to monitor an internal API that returns XML Strings.
To run it with curl, I do the following:
The output looks...Code:curl --cert /usr/share/zabbix/ssl/certs/cert_prod.pem --key /usr/share/zabbix/ssl/keys/key_prod.key -s https://api.example.com/Ping/1.1
-
Web Monitor with SSL Certificate - Zabbix 3.4
Hi all,
I am trying to setup a Web Monitor for my API. It is a HTTPS connection which requires an SSL certificate.
Using the curl command, I do it this way:
The output of that command...Code:curl --cert /etc/zabbix/certs/cert_prod.pem https://api.example.com/Ping/1.1
Last edited by lpossamai; 15-06-2018, 03:30. -
Web Monitoring URL to Variable
Hello and thanks in advance for any assistance.
I need to monitor a web page which has a dynamic form submit URL. Each browsing session uses a unique string in the URL.
My thought is to use a variable as the URL in Step 2 of my scenario after setting that variable from... -
Web monitoring - response in "hours"?
Hi,
I just set it up Zabbix running in Docker containers and starting to playing with monitoring application response (I tried it first with virtual appliance in virtualbox on laptop and it works nice, so trying to set it up more "stable environment" now).
But... -
Web Scenario alerting if Phrase found
Hi
I'm trying to work out how to create an alert if a phrase is found on a page
The phrase would follow along the lines of
"curr_status_desc_2211002">Service disruption
where the number is a randomly generated -
Web monitoring (step and required string failed) ZBBIX 2.0
Hello I want to monitor a site where I need to login first.
https://sendgrid.com/login
After that I need to check if a string is there, for example
"Here's your recent email activity." (It always exists)
But in zabbix I receive Patter not found.
... -
Web monitoring
Hi
Can we add a screenshot functionality?
ThanksLast edited by cdavid; 29-08-2015, 01:07. -
Web monitoring
Hello!
I need to monitor a web page. The problem is that there is automatic popup-authentication windows configured on that page.
It is not an option to create a user for zabbix, I can not provide zabbix any valid credentials to authenticate.
Would there be a way... -
Setting up trigger on "Web"
Hello.
We have several web-services that we maintain that is behind a proxy-server. When a service goes down, the proxy redirects all traffic to a static html.
I have set up web-monitoring on all services, but when a service goes down it never raises any problem because the statuscode... -
Web Monitor with Timestamp
Hello,
I have a questions regarding web monitoring in Zabbix.
Is there a way for zabbix to check an HTML page that contains a timestamp. Let me explain. I have a different application that monitors our servers every hour or so. When it's finish doing its hourly check, it outputs... -
Monitoring Joomla login
Hi.
I'm getting in touch with Zabbix and it's wonderful!
I'm now trying to monitor a web site, powered by Joomla.
To perform login, you have along with user & pass you have to post to index.php a random token generated on the login page. So, to correctly access...