From 69723963323bf678e04e6c8c12cdb96a9781c940 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 8 Jan 2021 15:12:40 +0100 Subject: [PATCH] Fixed typo and disabled websock by default --- conf/monit/monitrc | 2 +- conf/monit/monitwebsocket | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/monit/monitrc b/conf/monit/monitrc index eb32b93..17d2347 100644 --- a/conf/monit/monitrc +++ b/conf/monit/monitrc @@ -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 \ No newline at end of file +#include /etc/monit/websocket #enables/disables monit-websocket \ No newline at end of file diff --git a/conf/monit/monitwebsocket b/conf/monit/monitwebsocket index e19c49c..0f82b32 100644 --- a/conf/monit/monitwebsocket +++ b/conf/monit/monitwebsocket @@ -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