Hi All,
I am monitoring a remote site via proxy, and i have added multiple hosts using Zabbix and SNMP Agents.
But i am only able to monitor them when the proxy is in Active mode, when i switch the Proxy to Passive mode, the readings from hosts stops.
I have tried various things...
Search Result
Collapse
8 results in 0.0028 seconds.
Keywords
Members
Tags
-
Passive Checks not Working While Active checks are working fine
I have a Zabbix agent with the following configuration:
LogType=file
LogFile=/etc/zabbix/log
DebugLevel=3
AllowKey=system.run[*]
Server=(serverIP)
ListenPort=10050
ServerActive=(serverIP):10051
Hostname=(hostname on zabbix server)
Timeout=30... -
Guide that explains passive Zabbix agent executing a custom Bash script?
Dear all =)
I would like to use the Zabbix Agent in passive mode, and have it execute the script /xabbix/check_example.sh every hour.
Does anyone know of a guide that explains such a setup?
Hugs
Sandra =)... -
ceph mimic (13.2.8) passive monitoring
Hello everybody,
we have a 3 nodes ceph cluster v.13.2.8 and we would like to monitor it using queries from zabbix to ceph (trough the usage of zabbix_agentd) but we are not able to do that since all ceph related queries return "Unsupported item key". (i.e.: zabbix_agentd -t system.cephdegraded... -
Can Zabbix agent send data without Zabbix server polling for it?
I am running Zabbix 2.4.4 on a CentOS 7 server and I am trying to monitor servers in a LOT of other places. I am successfully monitoring local servers and a few remote ones that have had firewall ports opened up. Right now, I am having trouble monitoring remote servers because I sometimes don't have... -
Disable passive check
Hi all,
I have a problem when monitoring a host. The error message is the following:
I have enabled the active check, but the server is unable to connect to the agent, as...Code:Get value from agent failed: cannot connect to [[IP]:PORT]: [111] Connection refused
-
Passive Monitoring through Proxy
Hi All,
Do Passive checks work with Agents that are being monitored with Proxies?
I have a Server -> Proxy -> Agent. I want to do passive checks on the Agent, but , which is monitored by a proxy in a different subnet.
Active Checks work fine, but passive...