I'm a new zabbix user and I need help.
The zabbix_server and the zabbix_abent runs at the same host.
Appears this message at the interface Web:
Receive empty response from zabbix agent at [127.0.0.1]. Assuming that agent dropped connection because of access permition.
My zabbix_agent.conf:
### Option: Server
# IP address of Zabbix server
# Connections from other hosts will be denied
# If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally.
#
# Mandatory: yes
# Default:
# Server=
Server=127.0.0.1
My zabbix_agent log when restarted:
32085:20120817:091833.649 Got signal [signal:15(SIGTERM),sender_pid:32161,sender_uid:0,r eason:0]. Exiting ...
32085:20120817:091835.650 Zabbix Agent stopped. Zabbix 2.0.2 (revision 29214).
32165:20120817:091835.669 Starting Zabbix Agent [Zabbix server]. Zabbix 2.0.2 (revision 29214).
32166:20120817:091835.670 agent #0 started [collector]
32168:20120817:091835.672 agent #2 started[listener]
32169:20120817:091835.673 agent #3 started[listener]
32170:20120817:091835.673 agent #4 started [active checks]
32167:20120817:091835.673 agent #1 started[listener]
My zabbix_server log :
4421:20120817:090809.772 executing housekeeper
4421:20120817:090815.248 housekeeper deleted: 0 records from history and trends, 12430 records of deleted items, 0 events, 0 alerts, 0 sessions
I tried to connect with the command:
telnet 127.0.0.1 10050
the connection was established but closed at about 2 seconds
telnet 127.0.0.1 10050
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
PS: Sorry my english is terrible.
The zabbix_server and the zabbix_abent runs at the same host.
Appears this message at the interface Web:
Receive empty response from zabbix agent at [127.0.0.1]. Assuming that agent dropped connection because of access permition.
My zabbix_agent.conf:
### Option: Server
# IP address of Zabbix server
# Connections from other hosts will be denied
# If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally.
#
# Mandatory: yes
# Default:
# Server=
Server=127.0.0.1
My zabbix_agent log when restarted:
32085:20120817:091833.649 Got signal [signal:15(SIGTERM),sender_pid:32161,sender_uid:0,r eason:0]. Exiting ...
32085:20120817:091835.650 Zabbix Agent stopped. Zabbix 2.0.2 (revision 29214).
32165:20120817:091835.669 Starting Zabbix Agent [Zabbix server]. Zabbix 2.0.2 (revision 29214).
32166:20120817:091835.670 agent #0 started [collector]
32168:20120817:091835.672 agent #2 started[listener]
32169:20120817:091835.673 agent #3 started[listener]
32170:20120817:091835.673 agent #4 started [active checks]
32167:20120817:091835.673 agent #1 started[listener]
My zabbix_server log :
4421:20120817:090809.772 executing housekeeper
4421:20120817:090815.248 housekeeper deleted: 0 records from history and trends, 12430 records of deleted items, 0 events, 0 alerts, 0 sessions
I tried to connect with the command:
telnet 127.0.0.1 10050
the connection was established but closed at about 2 seconds
telnet 127.0.0.1 10050
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
PS: Sorry my english is terrible.
Comment