-
热门文章
-
最新评论
-
咖啡:最近这几篇都没有《记一次某APP后台接口并发优化案例》写的好啊~
-
咖啡:通篇没有一丝文字描述,全程代码,阅读性不是很强~
-
咖啡:就喜欢这种实战类的文章,感谢博主分享~
-
wx5d1761534d2c4:你真是个坑
-
目录
-
---------------------服务器主动扫描客户端
Agent端配置(被动模式)
[root@linux-node1 ~]# grep "^[a-Z]" /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=192.168.10.129
StartAgents=5
ServerActive=127.0.0.1
Hostname=linux-node1.example.com
HostMetadataItem=system.uname
Include=/etc/zabbix/zabbix_agentd.d/
[root@linux-node1 ~]# /etc/init.d/zabbix-agent restart
网页端配置
0
收藏
Ctrl+Enter 发布
发布
取消