Hi All,
I have two zabbix servers (server1=192.168.1.1 and server2=192.168.1.2) . I have configured the zabbix_agentd.conf as follows
==In server1===
Server=192.168.1.2,127.0.0.1
ServerPort=10051
Hostname= server1
ListenPort=10050
ListenIP=192.168.1.1
==In server2===
Server=192.168.1.1,127.0.0.1
ServerPort=10051
Hostname= server2
ListenPort=10050
ListenIP=192.168.1.2
Now the problem is I cannot monitor server1 and server2 itself. I can monitor server1-->server2 and server2-->server1 but I can't do server1-->server1 or server2-->server2
When I run the command in server 1 I got this error message :
# zabbix_get -s localhost -k cpu[idle1]
# zabbix_get -s 127.0.0.1 -k cpu[idle1]
The o/p is :
Error: Connection refused
and the o/p of the command --> # # zabbix_get -s 192.168.1.1 -k cpu[idle1] is
Timeout while executing operation.
The same thing is happening with server2 . Can anybody tell me what the problem is ?
I have two zabbix servers (server1=192.168.1.1 and server2=192.168.1.2) . I have configured the zabbix_agentd.conf as follows
==In server1===
Server=192.168.1.2,127.0.0.1
ServerPort=10051
Hostname= server1
ListenPort=10050
ListenIP=192.168.1.1
==In server2===
Server=192.168.1.1,127.0.0.1
ServerPort=10051
Hostname= server2
ListenPort=10050
ListenIP=192.168.1.2
Now the problem is I cannot monitor server1 and server2 itself. I can monitor server1-->server2 and server2-->server1 but I can't do server1-->server1 or server2-->server2
When I run the command in server 1 I got this error message :
# zabbix_get -s localhost -k cpu[idle1]
# zabbix_get -s 127.0.0.1 -k cpu[idle1]
The o/p is :
Error: Connection refused
and the o/p of the command --> # # zabbix_get -s 192.168.1.1 -k cpu[idle1] is
Timeout while executing operation.
The same thing is happening with server2 . Can anybody tell me what the problem is ?
Comment