|
From: | Harish Chouhan |
Subject: | RE: How to Install Monit on CentOS/Cloud Linux |
Date: | Mon, 31 Oct 2011 03:36:09 +0530 |
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 From: Martin Pala [mailto:address@hidden 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 From: Martin Pala [mailto:address@hidden 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:
|
[Prev in Thread] | Current Thread | [Next in Thread] |