monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frustrated monit not executing processes


From: Jovan Kostovski
Subject: Re: frustrated monit not executing processes
Date: Mon, 27 Aug 2007 11:46:46 +0200

On 8/27/07, Michael Steinfeld <address@hidden> wrote:
> Am I missing something here?
>
> set httpd port 28212 and
>     #use address   # only accept connection from localhost
>     allow localhost     # allow localhost to connect to the server and
>     allow admin:password    # require user 'admin' with password 'monit'

Try:
set httpd port 28212
    allow localhost
    allow admin:password

don't add "and" after the port number. If this doesn't work
Check if that port (if it's not a typo, the default port is 2812)
is not used by some other service or it's blocked on firewall.

BR, Jovan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]