ITOSS.conf下配置是否OK ,需要配置3块,分别是: 接收IP地址,使用网卡,KEY值,其中KEY值在AGENT下载页面能看到.
[root@localhost ~]# cat /etc/ITOSS.conf
## config communication server and port
connection 192.168.6.233:1883
qos 2
## config server wan device
netifname eth1
key 2920943F385544BD93817FF6BEE4F332
service --status-all | grep ITOSS
出现ITOSS已死,但subsys被锁的解决办法.
cd /var/lock/subsysrm ITOSS
/etc/init.d/ITOSSAgent start
firewall-cmd --zone=public --add-port=1883/tcp --permanent