[Not Solved]
Jan 04, 2016, 01:17 PM
(This post was last modified: Jan 04, 2016, 01:38 PM by stefano_p.)
hi, i am about to install monit.
have a question regarding how to configure the /etc/monit/monitrc file
1) i don't need notification so i'll assume i can just comment out the "#Mail settings" section.
2) for the #http settings.
i only need to access from my local network.
would this be correct?:
set httpd port 2812 address 192.168.*.*
and, since i only need local access i assume i can comment out the rest of the "#http settings" section like this?
#ssl enable
#pemfile /var/certs/monit.pem
#allow 0.0.0.0/0.0.0.0
#allow htpcguides.crabdance.com
#allow htpc:guides
i am using a rpi2 with raspbian jessie
maybe i solved, from monit documentation looks like a can set like this:
have a question regarding how to configure the /etc/monit/monitrc file
1) i don't need notification so i'll assume i can just comment out the "#Mail settings" section.
2) for the #http settings.
i only need to access from my local network.
would this be correct?:
set httpd port 2812 address 192.168.*.*
and, since i only need local access i assume i can comment out the rest of the "#http settings" section like this?
#ssl enable
#pemfile /var/certs/monit.pem
#allow 0.0.0.0/0.0.0.0
#allow htpcguides.crabdance.com
#allow htpc:guides
i am using a rpi2 with raspbian jessie
maybe i solved, from monit documentation looks like a can set like this:
Code:
set httpd port 2812
allow localhost