PDA

View Full Version : error in zabbix_agentd.log


rajeevtomar
23-03-2005, 14:09
zabbix_agentd log error
When I am looking at log file, zabbix_agentd.log , It's
showing following error :

017565:20050322:143955 In check_security()
017565:20050322:143955 Connection from
[192.168.0.92]. Allowed servers [198.168.0.92]
017565:20050322:143955 Connection from
[192.168.0.92] rejected. Allowed server is [198.168.0.92]
017566:20050322:144055 In check_security()
017566:20050322:144055 Connection from
[192.168.0.92]. Allowed servers [198.168.0.92]
017566:20050322:144055 Connection from
[192.168.0.92] rejected. Allowed server is [198.168.0.92]
017567:20050322:144155 In check_security()
017567:20050322:144155 Connection from
[192.168.0.92]. Allowed servers [198.168.0.92]
017567:20050322:144155 Connection from
[192.168.0.92] rejected. Allowed server is [198.168.0.92]
017568:20050322:144255 In check_security()
017568:20050322:144255 Connection from
[192.168.0.92]. Allowed servers [198.168.0.92]
017568:20050322:144255 Connection from
[192.168.0.92] rejected. Allowed server is [198.168.0.92]
017564:20050322:144356 In check_security()
017564:20050322:144356 Connection from
[192.168.0.92]. Allowed servers [198.168.0.92]
017564:20050322:144356 Connection from
[192.168.0.92] rejected. Allowed server is [198.168.0.92]


Any suggesstion will be highly appreciated. I am unable
to trace the possible reasons for the error´.

Regards, Rajeev

cooper
23-03-2005, 18:07
zabbix_agentd log error
When I am looking at log file, zabbix_agentd.log , It's
showing following error :

017565:20050322:143955 In check_security()
017565:20050322:143955 Connection from
[192.168.0.92]. Allowed servers [198.168.0.92]

Any suggesstion will be highly appreciated. I am unable
to trace the possible reasons for the error´.

Regards, Rajeev

It appears the your agentd.conf has the server parameter set incorrectly.

Your zabbix server [192.168.0.92] is trying to connect to agentd, which has specified that only [198.168.0.92] is allowed to connect. 192 != 198. Fix agentd.conf and all should work.

hth,
cooper

rajeevtomar
23-03-2005, 18:29
Wowwwwwwwwwwww........it works......Thanks a lot for your help.

I was not paying attention to this problem....but thanks again.

Regards,Rajeev