Re: [Nagios-devel] [Fwd: Patch to display parent

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] [Fwd: Patch to display parent

Post by Guest »


> > Maybe tuning config.cgi to accept host/service names/descriptions
> > would
> > be best. With a nice two column table, overview for single
> > hosts/services would be better. The link could be added to the top
> > left
> > box.
>
> I can't quite picture what you mean. Are you saying that on the /cgi-
> bin/extinfo.cgi?type=1&host=hostname screen, a link is in the top left
> box that is (say) "View Configuration Detail For This Host"?
yup
> This
> would go to extinfo.cgi with a different type id (?) and then print
> all configuration data, including parents, children, contacts and
> contactgroups?

I'd place the logic into config.cgi. That would (if supplied with a
hostname or hostname+service_description argument) print a nice table
including links to parents, contacts, check_command, interval,...

Of course, with the current data structures looking up children will be
painful in large installations.

Javascript + maybe Ajax stuff would be prettier of course, but they
would not fit into the current CGIs' layout.

Matthias






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