Fixed typo and disabled websock by default

This commit is contained in:
2021-01-08 15:12:40 +01:00
parent fc90bb59fe
commit 6972396332
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ set eventqueue
slots 100 # optionally limit the queue size slots 100 # optionally limit the queue size
include /etc/monit/conf.d/* include /etc/monit/conf.d/*
include /etc/monit/websocket #enables/disables monit-websocket #include /etc/monit/websocket #enables/disables monit-websocket

View File

@@ -1,5 +1,5 @@
#Set-up monit webui as unixsocket #Set-up monit webui as unixsocket
set httpd unixsocker /var/run/monit/monit.sock set httpd unixsocket /var/run/monit/monit.sock
uid www-data uid www-data
signature disable signature disable
allow admin:monit allow admin:monit