Thanks, I've taken the steps you mentioned to ensure it only binded to
localhost.

I'm very confused here though.  I have monit installed on a Server,
physically residing somewhere else.  I want to be able to access it through
my laptop to view the processes and other information.  Is this possible
from a laptop that has a dynamic IP address?  If I have it setup to only use
localhost I don't see how I can connect to it from another system.  Maybe I
am missing something.  Any assistance would be great.  Thanks again!

Adrian

On 2/18/08, Jan-Henrik Haukeland <[EMAIL PROTECTED]> wrote:
>
> The config file is okay. You have a network problem and here are a few
> things you should check.
>
> 1) Make sure that you connect to monit from one of the servers you
> have listed in the allow list. If not, monit will just shut down the
> connection. That is, you need to connect to monit from either
> 127.0.0.1 or 216.154.215.104.
>
> 2) Make sure that you specify the port number in the URL. That is,
> http://216.154.215.104:1533/
>
> 3) Make sure that you do not have a firewall on 216.154.215.104
> blocking connections to port 1533
> from the machine you are trying connecting from
>
> 4) From 216.154.215.104 you could try this console command and see if
> you can connect at all. You should see something like this.
>
> # telnet 216.154.215.104 1533
> Trying 216.154.215.104...
> Connected to 216.154.215.104.
> Escape character is '^]'.
> GET / HTTP/1.0
>
> HTTP/1.0 401 Unauthorized
> ...
>
>
> NB: I STRONGLY recommend that you bind the monit http server to
> localhost only, since the machine 216.154.215.104 is reachable over
> the internet or at least make sure that you have a firewall blocking
> all connections to port 1533, except for your own machines that need
> to connect to monit. Particularly since you posted your configuration
> and credentials. Its relatively easy to spoof the IP address, and if
> the username and password is admin:monit you need to do this now.
>
> On 18. feb.. 2008, at 14.28, Adrian Nadeau wrote:
>
> > Hello Everyone,
> >
> > Just new to monit and very interested in getting it up and running.
> > I've installed Monit and can start it no problem.  However, when I
> > try to access the HTTP interface I get a blank white screen with no
> > errors, etc.  Here is my monitrc file below.  Any assistance would
> > be greatly, greatly appreciated. I've tried a number of different
> > values and can't seem to get it working.  Thank you in advance!
> >
> > Adrian
>
>
>
> --
> To unsubscribe:
> http://lists.nongnu.org/mailman/listinfo/monit-general
>
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to