Martin Pala wrote:
Oliver A. Rojo wrote:
how will i set monit port 2812 to listen on all interfaces and not
with localhost only? thanks!
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general
Just omit the:
address localhost
option in 'set httpd ...' statement.
For example use:
set httpd port 2812
instead of
set httpd port 2812 and use address 127.0.0.1
Martin
but i have no line as 'use address 127.0.0.1' in my config. below is my
config
set httpd port 2812
allow 127.0.0.1
allow XXX.XXX.XXX.XXX
allow username:password