PDA

View Full Version : Unable to get Information from WinXP Agent


zabbixmvp
11-11-2005, 05:51
Hi All,

I am unable to get information from Windows XP (Zabbix Windows Agent).

I have copied the files zabbix_agentd.conf & ZabbixW32.exe in C:\ .


The Process that I have followed is : -

1) Edit zabbix_agentd.conf and change the Server as <Mentioned Zabbix Server IP>

2) Changed the Port to 10005. ( Earlier tested with 10001 )

3) ZabbixW32.exe install
4) ZabbixW32.exe start

I have created a host entry in the Zabbix Server Web Page and added IP, Port for it and saved it.

But When I click on "Latest Values", I am unable to get the information.

Can anyone reply me ?

Thanks in Advance,

Regards,

Ch. Maruthi Vara Prasad.

zabbixmvp
11-11-2005, 08:21
Hi All, :)

Actually, icmpping & icmppingsec were not working when added in the host items section. Rest all were working.

Also, I need to know, how can I get the Network Traffic Information from a Windows XP System.

I am able to get the CPU Load & System UpTime but I am unable to retrieve values for PingCheck ( icmpping , icmppingsec - Simple Check used ) and Network Load.

Can u give me a suggestion.

Please respond me ASAP.

Thanks in Advance,

Regards,

Ch. Maruthi Vara Prasad. :)

James Wells
11-11-2005, 14:36
Greetings,

I am able to get the CPU Load & System UpTime but I am unable to retrieve values for PingCheck ( icmpping , icmppingsec - Simple Check used ) and Network Load.

Right off the bat, I suspect you either don't have fping, the zabbix user doesn't have permission to execute fping, or you haven't configured the location of fping in the zabbix_server.conf file.

Please look at your zabbix_server.conf file for the 'FpingLocation" entry. Make sure it is uncommented. Then check to see if fping actually exists at that location. If it exists at that location, then check to see if the Zabbix user is able to execute. Please note that generally, fping has to besetuid for Zabbix to use it.

zabbixmvp
30-11-2005, 04:59
Hi James,

Thanks for your help. I am able to get the information now.