22 Star 54 Fork 0

YY守护天使YY / docker-zabbix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
monitrc 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
set init
set httpd
port 2812
allow myuser:mypassword
check process mysqld with pidfile /var/run/mysqld/mysqld.pid
every 2 cycles
start program = "/sbin/service mysqld start"
stop program = "/sbin/service mysqld stop"
check process zabbix-server with pidfile /var/run/zabbix/zabbix_server.pid
every 2 cycles
start program = "/sbin/service zabbix-server start"
stop program = "/sbin/service zabbix-server stop"
depends on mysqld
check process zabbix-agent with pidfile /var/run/zabbix/zabbix_agentd.pid
every 2 cycles
start program = "/sbin/service zabbix-agent start"
stop program = "/sbin/service zabbix-agent stop"
check process zabbix-java-gateway with pidfile /var/run/zabbix/zabbix_java.pid
every 2 cycles
start program = "/sbin/service zabbix-java-gateway start"
stop program = "/sbin/service zabbix-java-gateway stop"
depends on zabbix-server
check process httpd with pidfile /var/run/httpd/httpd.pid
every 2 cycles
start program = "/sbin/service httpd start"
stop program = "/sbin/service httpd stop"
depends on zabbix-server
Docker
1
https://gitee.com/yyljlyy/docker-zabbix.git
git@gitee.com:yyljlyy/docker-zabbix.git
yyljlyy
docker-zabbix
docker-zabbix
master

搜索帮助