<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alan Maxwell escreveu:
<blockquote
 cite="midB430B707DEF0DD4AB6EA2AE1B01FBF2B01AEB9DE@hwmxmsg03.hotels.ad.hilton.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2802" name="GENERATOR">
  <div><span class="157015914-09032006"><font face="Arial" size="2">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?</font></span></div>
  <div><span class="157015914-09032006"><font face="Arial" size="2">Using
nagios 2.0</font></span></div>
  <div><span class="157015914-09032006"></span> </div>
</blockquote>
<br>
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)<br>
<br>
<i><Files cmd.cgi><br>
        Require user nagios<br>
</Files><br>
<br>
</i>Hope that helps you.<br>
<br>
-- <br>
Rafael Costa<br>
<a class="moz-txt-link-abbreviated" href="mailto:rafaelc@vegait.com.br">rafaelc@vegait.com.br</a><br>
Curitiba - Paraná - Brasil<br>
</body>
</html>