monit: please specify the configured service name or 'all' after start
how do i fix that?
---------------------------------------------------------------------------------------------
 cat /etc/monitrc############## Mail Server Setupset mailserver smtp.gmail.com 
port 587    username "[email protected]" password "readmylips"    using tlsv1
############## Mail Alert Formatset mail-format { from: monit@$HOST subject: 
monit alert -- $EVENT $SERVICE message: $EVENT Service $SERVICE Date: $DATE 
Action: $ACTION Host: $HOSTDescription: $DESCRIPTION Sent from $HOST}
############## Alert Recipientset alert [email protected]
############## Web Server Setupset httpd port 2812 and    allow admin:monit # 
require user 'admin' with password 'monit'    allow @monit # allow users of 
group 'monit' to connect (rw)    allow @users readonly # allow users of group 
'users' to connect readonly

############## Log File Name and Locationset logfile /var/log/monit.log
############## Monitoring Parametersset daemon 60 with start delay 240


check filesystem rootfs with path / if space usage > 80% then alert
check process freeswitch with pidfile /usr/local/freeswitch/run/freeswitch.pid  
      start program = "/usr/local/freeswitch/bin/freeswitch -nc"        stop 
program = "/usr/local/freeswitch/bin/freeswitch -stop"                          
             
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to