Login tailoring - is it possible?

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
cjan
Posts: 1
Joined: Thu Jun 16, 2011 12:13 pm

Login tailoring - is it possible?

Post by cjan »

Hey there,

Now that my server is all up and running, and I can see everything fine, I have a need to refine things.

Management would like to view a certain hostgroup - not all are necessary when they get in to nagios.

There are two possible solutions to my situation:

The OK solution: log in and they see the info for only that set of servers.

The best solution: log in, and they drop into that Hostgroup view on login.

Are either of these possible?

Thanks!
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Login tailoring - is it possible?

Post by mguthrie »

Not by configuring the interface, but you could have the URL saved so that when they log it goes straight to that hostgroup. Example:

[url]http://<yourhost>/nagios/cgi-bin/status.cgi?hostgroup=<hostgroupname>&style=detail[/url]
or
[url]http://<yourhost>/nagios/cgi-bin/status.cgi?hostgroup=<hostgroupname>&style=summary[/url]
Locked