Ad Widget

Collapse

Windows Zabbix Agent 1.1.6 big problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ismael Medina
    Junior Member
    • Mar 2007
    • 15

    #1

    Windows Zabbix Agent 1.1.6 big problem

    Hi, I has been experienced a problem with this Zabbix agent.

    Actually I have almost 130 Windows servers monitored with Zabbix, some with 64 bits processors and until now i did't have problems, but...

    I has been triyin to install the zabbix agent on a server IBM 3950 with 8 processors, but the Zabbix agent simply hangs.

    Debugging the agent i found that in main.cpp are a function defined like

    //
    // Initialization routine
    //

    BOOL Initialize(void)


    Inside there are a line that is the last executed.

    // Start TCP/IP listener and collector threads

    _beginthread(CollectorThread,0,NULL);
    WaitForSingleObject(eventCollectorStarted,INFINITE ); // Allow collector thread to initialize


    Why, someone knows how to fix this????

    Thanks in advance.
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    I have no idea. May I ask you to run the latest agent from 1.4.1 (or pre 1.4.2). It supports statistics of up-to 16 CPUs.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...