Commented out monit config lines to fix install error
This commit is contained in:
parent
f3548ff893
commit
4e545dfe9f
1 changed files with 10 additions and 10 deletions
|
@ -1,17 +1,17 @@
|
||||||
set daemon 10 # Poll at 10 second intervals
|
set daemon 10 # Poll at 10 second intervals
|
||||||
set logfile /var/log/monit.log
|
set logfile /var/log/monit.log
|
||||||
|
|
||||||
set mailserver %%mail_server%% port 25
|
# set mailserver %%mail_server%% port 25
|
||||||
set alert support@airtime.pro
|
# set alert support@airtime.pro
|
||||||
|
|
||||||
set mail-format {
|
# set mail-format {
|
||||||
from: lxc%%instance_id%%@airtime.pro
|
# from: lxc%%instance_id%%@airtime.pro
|
||||||
subject: $ACTION $SERVICE (%%mail_server%%)
|
# subject: $ACTION $SERVICE (%%mail_server%%)
|
||||||
message:
|
# message:
|
||||||
Monit: $ACTION $SERVICE
|
# Monit: $ACTION $SERVICE
|
||||||
Date: $DATE
|
# Date: $DATE
|
||||||
Description: $DESCRIPTION.
|
# Description: $DESCRIPTION.
|
||||||
}
|
# }
|
||||||
|
|
||||||
set httpd port 2812
|
set httpd port 2812
|
||||||
allow admin:$admin_pass
|
allow admin:$admin_pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue