Add columns to "Host Groups" display

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
cward31548
Posts: 1
Joined: Fri Dec 20, 2013 11:30 am

Add columns to "Host Groups" display

Post by cward31548 »

Nagios 4.0.1 : I would like to have five columns vice three when viewing the "Host Groups" display. Specifically the "Service Overview For All Host Groups" shows three columns. I would like five columns.

Source file "status.c" line 152 "int overview_columns = 3;" I believe to be the value I need to edit. If I change this value to 5 I think this will produce the desired output.

If this would do the trick I assume I would have to recompile, but I don't want to completely re-install Nagios. Could I just perform a "make-install" without re-installing Nagios from "./configure" ? Or would some other approach be required to get the desired result?

Thanks in adavance,

Mark
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Add columns to "Host Groups" display

Post by slansing »

Can you send in a feature request for this? I believe one already exists, but you would add it at:

tracker.nagios.org
Locked