Constantly receive the message "Zabbix agent is unreachable for 5 minutes", but always check the customer and is ok. It would be a failure in communication with the agent zabbix server? can someone help me?
Ad Widget
Collapse
Zabbix agent is unreachable for 5 minutes
Collapse
X
-
Tags: None
-
I have the same problem
Somebody gotta fix this or help us please!
-
Process particular in Windows
Because the server always accused the agent is Down (where is not!), I ended up disabling the agent check in Tamplete. So far everything is working well and the agents communicating with the server.
Now my problem is to verify a particular process in Windows:
I'm trying to use this line in the agent:
UserParameter = psgres, tasklist | find / C "postgres.exe"
psgres = key name that was created in the item template.
tasklist | find / C "postgres.exe" = command line windows.
But the zabbix server is not receiving data from this query.
Does anyone know how I can monitor a specific process of Windows?
Thank you!Comment
-
-
Thank steveboyson!
I'm actually using so:
UserParameter = psgres, tasklist | find /C "postgres.exe"
Still does not work.Last edited by marceloalmeida; 19-03-2014, 23:24.Comment
-
And would you let us know what the problem is?
Do you get a "ZBX_UNSUPPORTED" as result? Have you tried to increase the default timeout of the agent? How do you call the item from Zabbix?
What does(executed from a command shell on your windows box) return?Code:"C:\path\to\zabbix_agentd.exe -c c:\path\to\zabbix_agentd.conf -t psgres"
Comment
Comment