Access Control for disable notification?

Litwin, Matthew mlitwin at stubhub.com
Mon Jun 22 20:31:24 CEST 2009


This would disable notifications across the board, wouldn't it?

 

________________________________

From: Sean Carley [mailto:scarley at gmi-mr.com] 
Sent: Friday, June 19, 2009 1:47 PM
To: Litwin, Matthew; nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] Access Control for disable notification?

 

You could always use an apache rewrite rule to discourage those
commands:

 

   RewriteEngine On

   RewriteCond %{QUERY_STRING} ^(cmd_typ=25)(.*)

   RewriteRule ^cmd\.cgi$ /nagios/nodisable.html

 

   RewriteCond %{QUERY_STRING} ^(cmd_typ=23)(.*)

   RewriteRule ^cmd\.cgi$ /nagios/nodisable.html

 

   RewriteCond %{QUERY_STRING} ^(cmd_typ=29)(.*)

   RewriteRule ^cmd\.cgi$ /nagios/nodisable.html

 

 

 

From: Mat W [mailto:lmw94002 at hotmail.com] 
Sent: Friday, June 19, 2009 12:32 PM
To: mlitwin at stubhub.com; nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] Access Control for disable notification?

 

cgi.cfg has the options for security access to the webUI.  
 
authorized_for_all_service_commands
 
You can't get that much more granular out of the box I don't think.
Might be some addons out there, but I haven't dug into it.

-- 
Mat W. - http://www.techadre.com <http://www.techadre.com/> 


 

________________________________

Date: Fri, 19 Jun 2009 11:48:39 -0700
From: mlitwin at stubhub.com
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] Access Control for disable notification?

Is there a way to control user access for just the controls to
disable/enable notification alerts for a monitor in nagios.cfg or
elsewhere?

 

________________________________

Bing(tm) brings you maps, menus, and reviews organized in one place. Try
it now.
<http://www.bing.com/search?q=restaurants&form=MLOGEN&publ=WLHMTAG&crea=
TEXT_MLOGEN_Core_tagline_local_1x1> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090622/7e382c2b/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list