为什么 hyperic 无法自动发现我的 Jboss AppSvr?
我在 xx.xx.12.48 安装了 JBoss AS。 我启动了./bin/run.sh -b xx.xx.12.48。 JMX Web 控制台指示一切正常。
在 xx.xx.12.49,我安装了 Hyperic(最新)。 我在 xx.xx.12.48 安装了 Hyperic 代理 我可以在两台服务器上看到两个 Hyperic 代理。 但我的 JBoss AS 服务器什么也没有!
为什么 Hyperic 自动发现无法找到我的 JBoss 服务器? 有没有简单的配置方法? 谢谢
I installed JBoss AS on xx.xx.12.48.
I launched ./bin/run.sh -b xx.xx.12.48.
The JMX web console indicates everything is OK.
On xx.xx.12.49, I installed Hyperic (latest).
I installed Hyperic agent on xx.xx.12.48
I can see both Hyperic agents, on both servers.
But ther's nothing about my JBoss AS server !!!
Why can't Hyperic Auto-Discover finds my JBoss server ?
Is there a simple way to configure ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要强制 Hyperic HQ Agent 检测 JBoss,您必须编辑 conf/agent.properties
jboss.installpath=C:/jboss
然后,登录到 Hyperic HQ Server 并在清单下手动添加 jboss 服务器。
几分钟后,本地代理将接收指令并查找 jboss 服务器。
To force Hyperic HQ Agent to detect JBoss, you have to edit conf/agent.properties
jboss.installpath=C:/jboss
Then, log into your Hyperic HQ Server and manually add the jboss server under inventory.
Give it few minutes, the local agent will pick up the instruction and look for the jboss server.
因为你安装了新服务器,但代理不知道,所以总部服务器也不知道。
需要在安装agent的机器上配置agent.properties。参考官方文档:
http://support.hyperic.com/display/EVO/配置+代理+-+服务器+通信+交互
because you install the new server,but agent did not know,so the hqserver do not know neither.
You need to configure the agent.properties in the agent installed machine.Refer official document:
http://support.hyperic.com/display/EVO/Configure+Agent+-+Server+Communication+Interactively