Hello, the "address" option binds Monit HTTP to specific interface ... if you omit this option completely, Monit will bind to all interfaces - the specific bind should be used carefully and usually is used only when you want to limit the HTTP interface to loopback/127.0.0.1 only and prevent access from other hosts.
Regards, Martin > On 25 Jan 2015, at 22:21, Kizito Porta BalanyĆ <[email protected]> wrote: > > Hello, > > I'm trying: > > set httpd port 2812 and > use address $HOST > > > > I would like to configure $HOST as an address, but the variable is not > expanded, so the server/port [$MYHOSTNAME:2812] is not opened. > > I think that this hook would be nice. > > Thanks a lot. > > -- > To unsubscribe: > https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
