Ошибка 1053 zabbix agent windows

Log inSkip to main contentSkip to sidebar

Uploaded image for project: 'ZABBIX BUGS AND ISSUES'

  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13004

Log In

Export

    XMLWordPrintable

Details


    • Type:


      Documentation task

    • Status:

      Closed


    • Priority:


      Major

    • Resolution:

      Fixed


    • Affects Version/s:



      3.2.10rc1

    • Fix Version/s:




      4.0 (plan)


    • Component/s:



      Agent (G)


    • Labels:

      • agent


    • Environment:

      Windows 7 64 bit,

      HP z400 workstation


    • Team:

      Team C


    • Sprint:

      Sprint 21, Sprint 22


    • Story Points:

      0.25

    Description

      Cannot start zabbix service on windows 7 .getting «Error 1053: The service did not respond to the start or control request in a timely fashion»

      How can i fix this,
      Already tried with 3 computers.but getting same error message.

      Attachments

        Attachments

          • Sort By Name
          • Sort By Date
          • Ascending
          • Descending
          • Thumbnails
          • List
          • Download All
        1. Zabbix.jpg

          Zabbix.jpg
          25 kB

        Activity

          People

            Assignee:

            martins-v
            Martins Valkovskis

            Reporter:

            malintha
            Malintha Mihiraj

            Votes:
            0

            Vote for this issue

            Watchers:

            5

            Start watching this issue

            Dates

              Created:

              Updated:

              Resolved:

              How to Install Zabbix Agent on Windows 2016 and avoid the: Windows error service could not be started. Error 1053: The service did not respond to the start or control request in a timely fashion.

              Download – https://www.zabbix.com/download_agents

              If you have the agent service installed incorrectly now, you can remove it by running “zabbix_agentd.exe –uninstall”.

              cd c:\zabbix
              zabbix_agentd.exe --uninstall
              
              

              New Install

              1. Create directory C:\zabbix and place zabbix_agentd.exe and zabbix_agentd.win.conf files there.
              2. Edit the zabbix_agentd.win.conf file and set the values:

              LogFile=C:\zabbix\zabbix_agentd.log
              Server = IP address of your Zabbix server
              # ListenPort = 10050 Leave it commented as is if you don’t change the defaults
              ServerActive = IP of your Zabbix server
              Hostname = computer that will be monitored as listed in the zabbix server hosts setup

              3. Open command prompt and execute:

              C:\zabbix\zabbix_agentd.exe --config C:\zabbix\zabbix_agentd.win.conf --install
              zabbix_agentd.exe [5584]: service [Zabbix Agent] installed successfully
              zabbix_agentd.exe [5584]: event source [Zabbix Agent] installed successfully
              


              4. Start Windows service.

              If you receive an error – Windows Agent – Error 1053 – that the service could not be started, run the uninstall above and restart the installation and make sure the files are in the correct directory and the config file changes match what you need.

              Please find more info here: https://www.zabbix.com/documentation/4.0/manual/appendix/install/windows_agent

              Adding a firewall rule in Windows.

              Go to Windows Firewall. Add new rule. Choose port, TCP, Specific Local Ports. Add port 10050.

              I got this error message while installing Zabbix 2.0 agent to one of my Windows 2008 servers.

              «Error 1053: The service did not respond to the start or control request in a timely fashion»

              My first reaction was thinking about the wrong timing of this. Then I remarked the .conf file which was inside the Windows agent package that I downloaded has been named as zabbix_agentd.win.conf , but the zabbix process was searching the zabbix_agentd.conf file.


              I was registered the zabbix service with the zabbix_agentd.win.conf file. That was making this shit. After using the correct conf file ( zabbix_agentd.win.conf ), the problem has been solved.


              Microsoft has also published a KB file, about this kind of service problems. Here is the link :


              http://support.microsoft.com/kb/839174

              According to the method of the previous article, I want to add a Windows server to Zabbix monitoring. As a result, when you click the right mash to «start», it is wrong.

              I am on the DOS window of the Zabbix Agent server, execute «D: \ zabbix_agents_2.4.4.yg \ bin \ Win64>zabbix_agentd.exe -c D:\zabbix_agents_2.4.4.yg\conf\zabbix_agentd.win.conf -d«Command. (Note my path, not to move.)

              The «-d» parameter inside is to uninstall commands, and you can use the «Zabbix_Agentd.exe —help» to view help.

              D:\zabbix_agents_2.4.4.yg\bin\win64>zabbix_agentd.exe --help
              Zabbix Agent Win64 (service) v2.4.4 (revision 52334) (23 February 2015)
              
              usage: zabbix_agentd.exe [-Vhp] [-idsx] [-m] [-c <config-file>] [-t <item key>]
              
              Options:
                -c --config <config-file>       Absolute path to the configuration file
                -p --print                      Print known items and exit
                -t --test <item key>            Test specified item and exit
                -h --help                       Display help information
                -V --version                    Display version number
              
              Functions:
              
                -i --install          Install Zabbix agent as service
                -d --uninstall        Uninstall Zabbix agent from service
                -s --start            Start Zabbix agent service
                -x --stop             Stop Zabbix agent service
                -m --multiple-agents  Service name will include hostname

              In this way, the Agent service is removed from the «service» item. Then, I will delete the directory of the installation agent package (before being green installation, the defining the configuration file can be used) from the compressed package.

              Re-extract the green installation package, modify the configured configuration file, then execute a command:

              D:\zabbix_agents_2.4.4.yg\bin\win64>zabbix_agentd.exe -c D:\zabbix_agents_2.4.4.yg\conf\zabbix_agentd.win.conf -i
              zabbix_agentd.exe [5444]: service [Zabbix Agent] installed successfully
              zabbix_agentd.exe [5444]: event source [Zabbix Agent] installed successfully

              Then, you can start normally in the Service item.

              For a project in internship I have to make a Zabbix machine so it would replace Nagios, but I am running into a problem with installing the Windows agent, the service won’t start.

              I did modify the conf to the Zabbix server IP and and my own laptop (Of course) and installed the config, but when I want to start the service, I get error 1053. I tried searching on internet, but I can’t find anything. Do you guys know a solution?

              Log in or sign up to leave a comment

              level 1

              I had a similar issue. If you start the service via command line it gives you a more descriptive error (or maybe it was in the logs). In my case the config file was not in the expected directory.

              Понравилась статья? Поделить с друзьями:
            • Ошибка 1053 nvidia
            • Ошибка 1053 apple mobile device
            • Ошибка 105 при подключении к интернету на телевизоре
            • Ошибка 1049 ниссан ноут
            • Ошибка 1049 bluescreen windows 7 что делать