Nagios console changes

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
sreesha
Posts: 19
Joined: Wed Jun 13, 2012 12:18 pm

Nagios console changes

Post by sreesha »

Hi,

On the nagios console, when we click on any of the tabs like Hostgroups, service groups, services etc... on the top left corner of the page , we get Current network status along with a few links to other pages. How can we remove this from the console.
Can someone tell me which files need to be modified in order to remove these links from the console ?
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Nagios console changes

Post by agriffin »

The files you're looking for can be found in the cgi subdirectory of Nagios Core's source. They're C files, so Nagios will need to be recompiled after you make your changes.
User avatar
sebastiaopburnay
Posts: 105
Joined: Sun Oct 31, 2010 1:40 pm
Location: Lisbon, Portugal

Re: Nagios console changes

Post by sebastiaopburnay »

Well, not necessarily,

Its funny, because I just came from a post very similar to yours sreesha.

What I said Was:
I use the exfoliation theme(http://exchange.nagios.org/directory/Ad ... on/details), which uses php and comes with the tarballs since at least version core-3.3.1.

One cool thing about this theme (besides its good look & feel) is that its php based, which makes it very simple for you to alter the interface/layout.

You just need to locate your 'nagios/share' (in my case is '/usr/local/nagios/share') directory and take a good look at those .php files, so that you can start altering them at your will.

Kind regards,
sebastiaopburnay
Maybe you should consider marking this thread as closed/solved and follow the other which is two days older :).

Here's the link:: http://support.nagios.com/forum/viewtop ... f=7&t=6154
Locked