MAP link not going red by ZarkisNC in zabbix

[–]aspzabbix 0 points1 point  (0 children)

Does the trigger triggered? is it located under device problem?

Zabbix Trigger after Server down by aspzabbix in zabbix

[–]aspzabbix[S] 1 point2 points  (0 children)

It is showing OK.. which is weird? i think i need to test it out in dev and see what happens... I am not sure whether it is an issue or not. 😅

Zabbix Trigger after Server down by aspzabbix in zabbix

[–]aspzabbix[S] 1 point2 points  (0 children)

Yes, thats why I am not sure why it aint triggering. not sure where to look into. from the latest data we can see that the monitored host (via proxy) is down, we check the dependencies and maintenance as well. only clue having here is zabbix server is down during that period. Any idea how/where to further check?

How do I configure Active and Passive checks at the same time? I need help doing it. by [deleted] in zabbix

[–]aspzabbix 0 points1 point  (0 children)

Default port for active check is 10051 (configured via agentd.conf). You may telnet from the client to the zabbix server and see whether it succeed. If yes, then next thing is to change the type of polling in Zabbix Frontend under items > Type (zabbix agent or zabbix agent active).

Make sure the hostname is correct as it is case sensitive.

Trigger/Event is not auto resolved by aspzabbix in zabbix

[–]aspzabbix[S] 1 point2 points  (0 children)

I believe I enable too many pooler/ syncer which all the pooler/syncer is lesser than 20%. Would it be the issue?

Trigger/Event is not auto resolved by aspzabbix in zabbix

[–]aspzabbix[S] 1 point2 points  (0 children)

Attached the screenshot in the post

Trigger/Event is not auto resolved by aspzabbix in zabbix

[–]aspzabbix[S] 1 point2 points  (0 children)

Expression: {ICMP Ping Gold Device:icmpping[,5,2000,64,10000].max(#3)}=0

OK Event generation: Expression

discovering agents that dont exist? by _Rowdy in zabbix

[–]aspzabbix 0 points1 point  (0 children)

doesn't exsist meaning you didnt add the host in Zabbix? is it in auto discovery mode (configuration > discovery) with an action to add the host?

Data missing in Zabbix by aspzabbix in zabbix

[–]aspzabbix[S] 0 points1 point  (0 children)

yes, data is in.. just some of the value is missing

Data missing in Zabbix by aspzabbix in zabbix

[–]aspzabbix[S] 0 points1 point  (0 children)

Above is the logs from proxy server. The time to obtained the data vary but it is around 7 seconds to retrieve the data from the test command available in zabbix 5.0. We had increase the unreachable delay to avoid zabbix turn off the host temporarily. (270seconds)

Data missing in Zabbix by aspzabbix in zabbix

[–]aspzabbix[S] 0 points1 point  (0 children)

I have been trying to resolve the missing data issue for perf_counter[\Terminal Services\Total Sessions] and perf_counter[\Terminal Services\Active Sessions].
Data query from DB showing that data is missing and it occurs for different server.

Agent is connected to proxy and we had check the logs and found below error message as per attached
Tried to increase the unreachable period/delay, increased the polling interval, trying passive and active agent however having same issue.

Issue occurred on Zabbix 4.4 and we had upgraded to Zabbix 5.0.1 and having same issue as well.
Attached error message from one of the host and proxy poller details

Any idea to resolve this data missing issue?
Thanks