xiahe999 发表于 2017-4-20 10:23:20

Zabbix监控服务器

  首先需要在被监控的服务器上 安装 zabbix-agent
  开启zabbix-agent服务
  修改这个/etc/zabbix/zabbix_agentd.conf配置文件
  Server=安装了zabbix-server的服务器IP地址
  安装过程中如果出现 Zabbix server is running = no
  # getsebool httpd_can_network_connect
httpd_can_network_connect --> off
# setsebool httpd_can_network_connect on
# getsebool httpd_can_network_connect
httpd_can_network_connect --> on

setsebool with -P will persist the change across reboots.
页: [1]
查看完整版本: Zabbix监控服务器