zabbix agent端启动时报错:“错误1053:服务没有及时响应启动或控制请求”

按照前面文章的方法,又想加一台Windows服务器到zabbix监控,结果在最后一步,点击右键菜单“启动”时,却报错了。

  我就是在zabbix agent端服务器的DOS窗口,执行“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”命令。(注意我的路径,并不一定照搬。)

  里面的“-d”参数就是卸载命令,具体可以使用“zabbix_agentd.exe --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

  这样,就把agent服务从“服务”项里删除了。然后,我把安装agent包的目录删除(之前是绿色安装,从压缩包里解压出来修改配置文件就能用)。

  重新解压绿色安装包,修改好配置文件后,再执行了一次命令:

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

然后,在“服务”项就可以正常启动了。

时间: 2024-10-08 19:37:11

zabbix agent端启动时报错:“错误1053:服务没有及时响应启动或控制请求”的相关文章

windows服务安装启动报错误1053:服务没有及时响应启动或控制请求

1 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup> 2 3 </configuration> 用.net 开发了一个C#语言的windows服务,在本地和测试环境,安装启动都正常,在新的线上环境报错,不能启动-报出-错误1053:服务没有及时响应启动或控制请求. 后来发现时线上.NET FRAM

错误1053:服务没有及时响应启动或控制请求

错误描述 错误原因 解决办法 版权声明:本文为博主原创文章,未经博主允许不得转载.

springboot启动时报错 错误: 找不到或无法加载主类 com.xxx.xxx.Application

1. Q1 错误: 找不到或无法加载主类 com.xxx.xxx.Application 解决办法:啥也不动,maven clean下,重启 1. Q2 layui控制下拉框高度 解决 .layui-unselect dl { max-height:200px; } 原文地址:https://www.cnblogs.com/baijinqiang/p/11829525.html

Tomcat启动时报错:java.net.BindException: Permission denied &lt;null&gt;:80 【转载】

本文转载自: http://blog.sina.com.cn/s/blog_4550f3ca0101g37l.html 问题起因:做负载均衡时需要将Web工程与Wap工程同时部署在一台Suse服务器上,为方便日后维护,我们分别为Web工程与Wap工程分配了不同的用户进行部署,并且端口使用分别为8080与80,Web工程使用默认8080端口,Tomcat正常启动并能正常访问,Wap工程使用80端口(修改server.xml),Tomcat启动一系列错误(见问题描述). 问题描述:Tomcat启动时

Reporting Service 服务启动时报错The service did not respond to the start or control request in a timely fashion

案例环境: 启动一台数据库服务器(Windows Server 2003)的Reporting Service(SQL Server 2008 R2)服务时,出现如下错误信息: System.InvalidOperationException: Cannot start service ReportServer on computer 'xxx'. ---> System.ComponentModel.Win32Exception: The service did not respond to

android启动时报错Unable to instantiate application xxxx:java.lang.NullPointerException

如果程序已经运行,再安装到手机的时候总是报以下错误.而且是在打开特定的Activity的情况下才会报错. 06-26 09:45:16.971: E/AndroidRuntime(29733): java.lang.RuntimeException: Unable to instantiate application com.css.promotiontool.ui.CSSAppliction: java.lang.NullPointerException06-26 09:45:16.971:

MyEclipse for Spring启动时报错&quot;An internal error occurred during: &#39;Updating indexes&#39;.Java heap space&quot;的解决办法

问题 MyEclipse for Spring在启动时,报如下错误:An internal error occurred during: 'Updating indexes'.Java heap space 解决办法 对于这种问题,可以采用禁止MyEclipse的updating indexes的方法来解决. Window -> Preferences -> Myeclipse -> Maven4Myeclipse,禁用Download repository index updates

Apache2.4启动时报AH00526错误(Invalid command &#39;Order&#39;)

在WIN XP下手动配置PHP环境,安装Apache2.4+fastcgi后,重启Apache服务,出现如下提示: AH00526: Syntax error on line 293 of D:/php_web/Apache24/conf/httpd.conf: Invalid command 'Order', perhaps misspelled or defined by a module not includedin the server configuration 搜索一下,大多是说mo

mysql启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid)

mysql启动报错Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid) 查看mysql错误日志也没有写入. 最后发现是selinux打开,汗…… 参考 mysql启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid)