Add columns to "Host Groups" display
Posted: Fri Dec 20, 2013 12:02 pm
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
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