Skip to content

Commit

Permalink
Updated monit
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-superbox committed Jul 5, 2022
1 parent 323a46f commit b2a26a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ set log syslog
#
set httpd port 2812 and
use address 0.0.0.0 # only accept connection from localhost (drop if you use M/Monit)
#allow localhost # allow localhost to connect to the server and
allow localhost # allow localhost to connect to the server and
allow unipi:unipi # require user 'admin' with password 'monit'
#with ssl { # enable SSL/TLS and set path to server certificate
# pemfile: /etc/ssl/certs/monit.pem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Documentation=man:monit(1) https://mmonit.com/wiki/Monit/HowTo
[Service]
Type=simple
KillMode=process
ExecStart=/bin/monit -I -c /etc/monit/monitrc
ExecStop=/bin/monit -c /etc/monit/monitrc quit
ExecReload=/bin/monit -c /etc/monit/monitrc reload
ExecStart=/bin/monit -I -c /etc/monitrc
ExecStop=/bin/monit -c /etc/monitrc quit
ExecReload=/bin/monit -c /etc/monitrc reload
Restart=on-abnormal
StandardOutput=null

Expand Down
2 changes: 1 addition & 1 deletion buildroot/configs/unipi_neuron_rpi3b_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ BR2_PACKAGE_TREE=y
BR2_PACKAGE_DOSFSTOOLS=y
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y
BR2_PACKAGE_E2FSPROGS=y
BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI=y
Expand All @@ -64,7 +65,6 @@ BR2_PACKAGE_PYTHON3_DECIMAL=y
BR2_PACKAGE_PYTHON3_READLINE=y
BR2_PACKAGE_PYTHON3_SQLITE=y
BR2_PACKAGE_PYTHON3_XZ=y
BR2_PACKAGE_PYTHON_PAHO_MQTT=y
BR2_PACKAGE_PYTHON_PIP=y
BR2_PACKAGE_CA_CERTIFICATES=y
BR2_PACKAGE_GNUTLS=y
Expand Down

0 comments on commit b2a26a7

Please sign in to comment.