Ad Widget

Collapse

Windows help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tornado579
    Junior Member
    • Aug 2006
    • 2

    #1

    Windows help

    Hi,

    I am facing problems with Win32 zabbix agent. I followed install instructions as per manual.
    I executed the following commands and i m getting this output:

    C:\>ZabbixW32.exe check-config
    Checking configuration file:
    Using configuration file "C:\zabbix_agentd.conf"
    Configuration file OK

    When i try to start the service from services.msc snap in it gives me error saying:

    Could not start Zabbix Win32 agent service on Local Computer.
    Error 1053: This service did not respond to the start or control request in a timely fashion.

    I have zabbix_agentd.conf which is same as linux server. What changes i have to make in these file if any ? I have chcked the firewall and opned both the ports 10051 and 10050. I have trend micro instaled on the machine which i want to monitor. It is using port 10000.

    What is going wrong please help me out.

    thanks,
    Tornado
  • RohrbaGe
    Senior Member
    • Aug 2005
    • 167

    #2
    Windows Agent

    Hi,
    I have only 2 lines in my zabbix_agentd.conf file.

    Server=10.63.28.84
    Hostname=CFPC0405


    Try similiar first, - CASE SENSITIVE

    Gerald

    Comment

    • dantheman
      Senior Member
      • May 2006
      • 209

      #3
      To be able to use the same config file as from a linux agent, I found you did need to change the log file location to be a location that is a legitimate windows location... eg c:\zabbix.log, the agent won't start if the log file is pointed to a linux location eg, \var\log\zabbix_log

      Comment

      Working...