Fixed typo and disabled websock by default
This commit is contained in:
@@ -10,4 +10,4 @@ set eventqueue
|
||||
slots 100 # optionally limit the queue size
|
||||
|
||||
include /etc/monit/conf.d/*
|
||||
include /etc/monit/websocket #enables/disables monit-websocket
|
||||
#include /etc/monit/websocket #enables/disables monit-websocket
|
||||
@@ -1,5 +1,5 @@
|
||||
#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
|
||||
signature disable
|
||||
allow admin:monit
|
||||
|
||||
Reference in New Issue
Block a user