Hostgroup url

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
fitzgerm
Posts: 6
Joined: Wed Feb 23, 2011 7:05 am

Hostgroup url

Post by fitzgerm »

Hi,

Looking for some help regarding hostgroup overview url. I have defined a number of hostgroups and when I select Hostgroup Overview I correctly see the hostgroups with hosts/services listed. If I want to look at one hostgroup it brings up Service Status Details For Host Group X, so if I have a host which does not have a service it is not included in the list. I have a number of hosts that do not have any services running on them - only the host check and I want them to be included. The url I want loaded when I select a particular hostgroup overview is
https://<ip-address>/nagios/cgi-bin/status.cgi?hostgroup=SITEA+Remote+sites&style=hostdetail
but this is the one that is loaded which is service group overview
https://<ip-address>/nagios/cgi-bin/status.cgi?hostgroup=SITEA+Remote+sites&style=detail

Is there a way to change this ?

Thanks,
Michelle
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Hostgroup url

Post by agriffin »

The Nagios CGI pages are coded in C, and you will need to edit the source and recompile if you want to change this. If you think the default behavior should be changed, file a feature request on the tracker here.
Locked