Hello,
I'm using Zabbix ver.6.0.12 on CentOS 8.
When i tried to test e-mail notification i get error "Failure when receiving data from the peer". From Zabbix logs i find that Zabbix try to use AUTH GSSAPI not AUTH LOGIN. I test my connection using openssl and i know the connection...
Search Result
Collapse
16 results in 0.0026 seconds.
Keywords
Members
Tags
-
matib55 started a topic SMTP error: "Failure when receiving data from the peer"-How to change to AUTH LOGIN?in Zabbix HelpSMTP error: "Failure when receiving data from the peer"-How to change to AUTH LOGIN?
Last edited by matib55; 07-09-2023, 13:40. -
raghavendra started a topic configure zabbix-proxy to use wget instead of curl when using http agent itemin Zabbix Helpconfigure zabbix-proxy to use wget instead of curl when using http agent item
Hi,
Is there any way to configure zabbix-proxy to use wget instead of curl when using http agent item??
Thanks
Raghavendra -
External script error
I'm trying to start a Curl script from Administration - Scripts but it keeps giving me an error.
For now the script calls a simple Curl that reads a JSON file and receives a JSON response.
...Code:IN_JSON="rde_post.json" OUT_JSON="rde_return.json" curl
Last edited by markfree; 24-08-2021, 21:55. -
SMTP authentication issue
Hello,
I have a problem with SMTP authentication.
Configured SMTP server is allowing: AUTH PLAIN LOGIN NTLM
For some reason NTLM method is not working (I tried with curl on the command line interface all available methods - PLAIN, LOGIN and NTLM and only NTLM... -
Контроль закрытия сессий web мониторинга
Добрый день.
Есть проблема, что периодически зависают web сервисы которые мониторит Zabbix и подозрение в том, что Zabbix при web мониторинге открывает сессию, но не закрывает... -
Curl inside docker container
Hi,
I am using the alpine version of the zabbix/zabbix-server-pgsql docker container and one of my alert scripts needs a curl command but the curl binary is missing.
Is there anyone who knows how to install curl inside the docker container Zabbix server?
I tried the ubuntu... -
curl set connection time out got ZBX_NOTSUPPORTED
Hi,
Is there any workaround that zabbix item can accept timed out from curl command?
I've tried both execute shell script call curl using zabbix_agent User Parameter and remote command give same result "ZBX_NOTSUPPORTED: Timeout while executing a shell script."
For... -
Zabbix run script curl
Hi, I need to run a script that will get the serial number from the device. There is no snmp on it. So I have to do it with curl. I already have a script but I don't know how to add it to a template for in zabbix. Thank you for your helpLast edited by kkpc; 10-08-2020, 22:17. -
Как использовать авторизацию токеном для item типа HTTP agent?
Web API системы требует обязательную авторизацию по токену.
Необходимо создать item для получения json и парсинга значения. Через командую строку это делать получается...Last edited by zerocold; 07-05-2020, 19:23. -
Curl+SNMP, Compare and Trigger
Hi All,
I'm using SNMP to monitor some routers. One of the metrics is the the firmware of the router. The router manufacturer offers a URL that can be curl'd with to show the latest firmware.
What I would like to do it to be able to run a script locally on the Zabbix server...Last edited by harvey; 13-02-2019, 16:57. -
Custom alertscript for messenger, curl multiline processing error
Hello!
I'm trying to implement Rocket.Chat notifications (aside from standard e-mail ones) via custom alertscript in bash. I use the same action to send notifications for e-mail and the messenger.
Here's my action:
And here is the script:
...Code:#!/bin/bash
-
ESXi 6 curl Certificate VMWare not working
Hi folks!
I'm totally new to zabbix and so far I'm really happy with the system.
I'm stuck now with some SSL-Certificate problem on my ESXi hosts.
All of my hosts are using their default SSL certificate, provided by VMware.
The simple check... -
Output from a curl command using system.run
I have an active Zabbix item running a curl command on my server.
When I run this curl command manually the output is a number.Code:system.run[curl http://localhost:8080/mypage]
but in Zabbix I get:
...Code:% Total % Received % Xferd Average Speed
-
Authentication inside Web Scenario
Hi,
I have a ubuntu 10.04 box, on which i have install zabbix 1.8.1 (with mysql) using apt-get. I am trying to configure a web scenario that will check the Zabbix Web UI. Following shows what i have done so far:
(Due to limitation for 4 images, i had to remove thumbnails... -
Web monitoring - http headers
Hi,
I have to monitor a picky webapp. It's a java app, reachable via HTTP. It expects a POST with Content-Type with one of the following:
- 'application/soap+xml'
- 'text/xml'
- 'multipart/related'
Zabbix queries the webapp with a POST, which content...