Xymon Mailing List Archive search

Administration Rights

list Trent Melcher
Tue, 24 Jul 2007 15:00:40 -0500
Message-Id: <1185307240.22658.8.camel@tmelcher2>

On Tue, 2007-07-24 at 13:05 -0500, Jeffrey Parker wrote:
Hello again,

      Is there a way to separate enabling/disabling alerts from
acknowledging as far as who has the rights to do these things, i.e.,
authentication when clicking on the option from the drop down
Administration menu.   Can I have a separate user list for each of
these functions?
Yes there is at the file level.  Add lines similar to this to your
httpd.conf   Put them in your Directory definition for hobbit-seccgi

<Files "bb-ack.sh">
      Require group ackers
</Files>


<Files "hobbit-enadis.sh">
      Require group disablers
</Files>


Just rename your groups to whatever you want and add your user the each
group that you want to have access

Trent
Thanks

Jeff