Alan Maxwell escreveu:
Is it possible to setup the security to allow a login to be able acknowledge alerts but not be able to disable services and hosts?
Using nagios 2.0
 

You can secure it within apache. I just use the following in my /etc/httpd/conf.d/nagios.conf (maybe you use another file to that)

<Files cmd.cgi>
        Require user nagios
</Files>

Hope that helps you.

--
Rafael Costa
[EMAIL PROTECTED]
Curitiba - Paraná - Brasil

Reply via email to