monit-general
[Top][All Lists]
Advanced

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

Re: [monit] Error: PAM is not supported ''


From: Martin Pala
Subject: Re: [monit] Error: PAM is not supported ''
Date: Fri, 28 Nov 2008 21:20:17 +0100

You are using the "allow" option in "set httpd" which sets the access to members of group monit authenticated via PAM. However, on you platform the PAM is not supported probably ... during compilation monit checks for PAM library and if it's not found, it will report configuration error which you saw.

To fix the problem just remove the "allow @monit" option or compile monit with PAM.

Martin


On Nov 28, 2008, at 8:11 PM, Germán Bobr wrote:

When i run monit i receive this error:

/etc/monitrc:228: Error: PAM is not supported ''

This is my monitrc file

set daemon  120
set logfile syslog facility log_daemon
set statefile /var/.monit.state
set eventqueue
basedir /var/monit # set the base directory where events will be stored
   slots 100
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
   allow @monit

What am i doing wrong? :P

Thank you


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general





reply via email to

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