# monit -V
This is monit version 5.1.1
Copyright (C) 2000-2010 by Tildeslash Ltd. All Rights Reserved.
# cat /etc/redhat-release
CentOS release 6.6 (Final)
里面的monit
设置/etc/monit.conf
:
check system localhost
start program = "service zimbra start"
stop program = "service zimbra stop"
什么导致语法错误?
你需要有一个专门用于 Zimbra 的节。你的语法全错了。
阅读 Monit 文档的配置示例部分。
你会想要这样的东西: