monit-general
[Top][All Lists]
Advanced

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

Re: How to Install Monit on CentOS/Cloud Linux


From: Martin Pala
Subject: Re: How to Install Monit on CentOS/Cloud Linux
Date: Sun, 30 Oct 2011 23:15:53 +0100

Please read the monit manual.

1.) the "address" option is optional and makes monit listen to specific interface => if you'll remove it, monit will listen on all interfaces on the machine

2.) the "allow" option sets access restrictions - you can combine multiple "allow" options to require username/password and/or allow only access from specific IP addresses.



On Oct 30, 2011, at 11:06 PM, Harish Chouhan wrote:

Hello Martin,
 
So do you mean if I add “allow my.ip.address” I could then access Monit with a link such as “http://server-ip:2812?
 
Awaiting your reply!
 
Regards,
Harish Chouhan
 
Visit me at - www.harishchouhan.com 
Phone: +91-9833661410 | Email: address@hidden | address@hidden  
 
From: Martin Pala [mailto:address@hidden 
Sent: 31 October 2011 03:29
To: address@hidden
Cc: 'This is the general mailing list for monit'
Subject: Re: How to Install Monit on CentOS/Cloud Linux
 
The "allow" options which are also included in your configuration protect the access with usrname+password. You can also limit the access to specific IP addresses (in addition to username/password) for example like this: "allow 1.2.3.4"
 
 
On Oct 30, 2011, at 10:43 PM, Harish Chouhan wrote:


Hello Martin,
 
Thank you for that. It works now. Just one question, is this safe? Or there any other way for me to access this without allowing other users to even see the login page?
 
 
 
Regards,
Harish Chouhan
 
Visit me at - www.harishchouhan.com 
Phone: +91-9833661410 | Email: address@hidden | address@hidden  
 
From: Martin Pala [mailto:address@hidden 
Sent: 31 October 2011 03:02
To: address@hidden
Cc: 'This is the general mailing list for monit'
Subject: Re: How to Install Monit on CentOS/Cloud Linux
 
The "use address localhost" option makes monit listen only on 127.0.0.1 (loopback) => it will be accessible via http://127.0.0.1:2812 on the same host where monit is running, but not from other hosts. If you want to access it from other hosts, remove this option.
 
Regards,
Martin
 
 
On Oct 30, 2011, at 5:09 PM, Harish Chouhan wrote:
 
I am unable to open it yet from a web browser. I get a not found error. I have even tried to add the 2812 port in the allow list of my ConfigServer Firewall, but yet no luck.
 
The details in my monitrc file are:
set httpd port 2812 and
    use address localhost  # only accept connection from localhost
    allow localhost        # allow localhost to connect to the server and
    allow admin:monit    # require user 'admin' with password 'monit'
    allow @monit           # allow users of group 'monit' to connect (rw)
    allow @users readonly  # allow users of group 'users' to connect readonly
 
 
Can anyone help with this.
 
 
Regards,
Harish
 
 


reply via email to

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