Nagios GUI modification

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 GUI modification

Post by sreesha »

Hi,

I need to know whether we can make changes in font and color of the Nagios GUI.I am pretty new to this and have limited Knowledge on the topic.Kindly provide me necessary details.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios GUI modification

Post by slansing »

Yes that would be possible, a good place to start would be here: http://exchange.nagios.org/directory/Ad ... -and-Skins
sreesha
Posts: 19
Joined: Wed Jun 13, 2012 12:18 pm

Re: Nagios GUI modification

Post by sreesha »

Hi,

Thanks for the reply.
We're looking to modify the interface on our own rather than using a nagios skin that's available. Can you tell us which files we'll need to modify if we want to make slight changes to the font size/phase etc ? where can we find the files ?
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Nagios GUI modification

Post by agriffin »

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

Re: Nagios GUI modification

Post by sebastiaopburnay »

Well,

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
diwakarad
Posts: 1
Joined: Mon Feb 18, 2013 6:45 am

Re: Nagios GUI modification

Post by diwakarad »

Hi,
Can any one help me in changing Web Interface Theme on Cent OS. I have downloaded the Nagios Core vhd from nagios site and now I want to apply the theme arana_style-1.0for-Nagios3x-ENG. It will be very helpful if some one can provide me the detailed steps(or) Commands to follow to change the Theme bcoz I m new to this.

Regards,

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

Re: Nagios GUI modification

Post by slansing »

There are install instructions for this theme on it's Nagios Exchange page:

http://exchange.nagios.org/directory/Ad ... Ex/details
Locked