Hi,
I'm working with zabbix 2.0. I have defined a log item as an active check in a host called HOSTA. The log item monitors a file in /tmp/zabbix.test. /tmp directory is accesible for every user and the file /tmp/zabbix.test is chowned to be for zabbix user.
My zabbix_agentd.conf has the Hostname parameter set:
The ServerActive parameter is:
From HOSTA I've done a telnet to zabbix server:
And from zabbix server to HOSTA:
But still I got an empty active check list:
I have another server (HOSTB) in another vlan that I have configured an active check log item successfully. I need to diagnose the problem, because HOSTA is a production server and HOSTB is a QA server.
Where to look at? I have exhausted all places, debuglevels, etc...
Maybe it's a firewall issue. I really can't figured out what I'm missing. Can you please help?
Best Regards,
I'm working with zabbix 2.0. I have defined a log item as an active check in a host called HOSTA. The log item monitors a file in /tmp/zabbix.test. /tmp directory is accesible for every user and the file /tmp/zabbix.test is chowned to be for zabbix user.
My zabbix_agentd.conf has the Hostname parameter set:
Code:
Hostname=HOSTA
Code:
ServerActive=<ZabbixServerIP>
Code:
telnet <ZabbixServerIp> 10051 Trying <ZabbixServerIp>... Connected to <ZabbixServerIp>. Escape character is '^]'.
Code:
telnet <HOSTA_IP> 10050 Trying <HOSTA_IP>... Connected to <HOSTA_IP>. Escape character is '^]'.
Code:
23764:20140908:121348.325 refresh_active_checks() host:'<ZabbixServerIp>' port:10051
23764:20140908:121348.326 sending [{
"request":"active checks",
"host":"HOSTA"}]
23764:20140908:121348.326 before read
23764:20140908:121348.331 got [{
"response":"success",
"data":[]}]
Where to look at? I have exhausted all places, debuglevels, etc...
Maybe it's a firewall issue. I really can't figured out what I'm missing. Can you please help?
Best Regards,
Comment