开源IT管理系统 Hyperic HQ 部署测试(监控篇)(2)

Deleting temporary JRE
报错执行:
You must run this script as root:
/var/lib/hyperic-hq-installer-4.6/installer/data/hqdb/tune-os.sh
5 安装完毕之后,切换root用户启动命令
$exit
#chmod +x /home/hyperic/server-4.6/bin/hq-server.sh
#/bin/su - hyperic -c '/home/hyperic/server-4.6/bin/hq-server.sh start'
Starting HQ Server...
6 相应端口对外限制 7443端口对客户机开放 7080端口对访问ip开放
# netstat -ntlp | grep java
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 24037/java
tcp 0 0 0.0.0.0:7443 0.0.0.0:* LISTEN 24037/java
二、客户端安装:
现在包hyperic-hq-agent-4.4.0-1509-x86_64-linux.tar
解压
#tar -zxvf hyperic-hq-agent-4.4.0-1509-x86_64-linux.tar
#mv hyperic-hq-agent-4.4.0 /root/soft/
编辑配置文件
#vim /root/soft/hyperic-hq-agent-4.4.0/conf/agent.properties
#末尾添加:
agent.setup.camIP=192.168.138.1 #指向server端IP
agent.setup.camPort=7080 #端口
agent.setup.camSSLPort=7443
agent.setup.camSecure=yes
agent.setup.camLogin=hqadmin #登陆账号
agent.setup.camPword=hqadmin #登陆密码
agent.setup.agentIP=192.168.138.134 #客户端ip
agent.setup.agentPort=2144 #客户端监听端口
#/root/soft/hyperic-hq-agent-4.4.0/bin/hq-agent.sh start
三、浏览器登陆
:7080

开源IT管理系统 Hyperic HQ 部署测试(监控篇)

此时服务器将会自动显示客户端监控IP及系统自带的监控项目
如果出现监控项目异常(如出现感叹号),请确认服务端和客户端的时间是否一样。
这只是开始,后期很多需要细细研究……

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/7bd70458511a9c25daaa882137776799.html