Re: [Nagios-devel] user groups for cgi's

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] user groups for cgi's

Post by Guest »



> -----Original Message-----
> From: [email protected] [mailto:nagios-devel-
> [email protected]] On Behalf Of Chuck Pierce
> Sent: Wednesday, February 07, 2007 10:56 AM
> To: Nagios Developers List
> Subject: Re: [Nagios-devel] user groups for cgi's
>=20
> Sorry, I should have been a little more specific... I am talking
about
> limiting to more than just the cgi. I am talking about limiting
access to
> hosts within the cgi.
>=20
> Example:
> if using status.cgi?hostgroup=3Dall you would only get a listing of =
the
> actual
> hosts that you have access to.

Unless I'm still not understanding, that's exactly what authentication
provides. We use it extensively, providing restricted views for 1175
contacts. Nagios looks at the REMOTE_USER variable set by htaccess to
determine who is logged in. Hosts and services are only shown that they
are contacts for. For hostgroup views, I believe that you must have
permission to see all hosts within a hostgroup to view the hostgroup.

Try it and see. I feel confident it's what you're looking for.

As far as not sending notifications, disable them with the following in
your template or contact definition --

service_notification_period none
host_notification_period none

--
Marc=20





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked