[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Monit commands
From: |
Martin Pala |
Subject: |
Re: Monit commands |
Date: |
Wed, 18 Jan 2012 22:45:25 +0100 |
You need to add the "allow" option to your "set httpd" statement. The allow
could set access for username and password and/or IP address. See monit manual
for details.
For example:
set httpd port 2812
allow admin:123456
Regards,
Martin
On Jan 18, 2012, at 4:28 PM, Tyler Yosick wrote:
> Hello,
>
> Whenever I try to run "monit stop all" or "monit start all" or
> /etc/init.d/monit restart, I get this message:
>
> monit: action failed -- You are <b>not</b> authorized to access <i>monit</i>.
> Either you supplied the wrong credentials (e.g. bad password), or your
> browser doesn't understand how to sup
>
>
> Why is this?
>
> --
>
> Tyler Yosick
> TuneWiki Operations
>
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general
- Monit commands, Tyler Yosick, 2012/01/18
- Re: Monit commands,
Martin Pala <=