How do I modify Nagios XI left menu?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Jdawg2002
Posts: 16
Joined: Mon May 14, 2012 1:31 pm

How do I modify Nagios XI left menu?

Post by Jdawg2002 »

Is there an easy way to modify the left menu in Nagios XI? This is easy to do in Nagios Core(side.php). I need to move a few of the menu items around and possibly add a few links to external web pages. It would be nice to 'bold' some of the menu items like the Nagios Core Menu. Is there a single file I can modify/hack?

Thanks in advance.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How do I modify Nagios XI left menu?

Post by scottwilkerson »

This is somewhat advanced, but you could create a custom component to add menu items. We have a doc that goes over placing menu items via components

http://assets.nagios.com/downloads/nagi ... opment.pdf
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Jdawg2002
Posts: 16
Joined: Mon May 14, 2012 1:31 pm

Re: How do I modify Nagios XI left menu?

Post by Jdawg2002 »

Thanks for the reply - is there an easier way to modify the left menu than writing a custom component? I'm not a programmer and need to make some changes to the left menu. I'm willing to manually make changes to files. This was very easy to do with Nagios Core and our networking group requires that we move/add some menu options. Any help is appreciated. Thanks.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How do I modify Nagios XI left menu?

Post by scottwilkerson »

Unfortunately that left menu is built on the fly based on all of the components you have installed...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jendler
Posts: 1
Joined: Thu Feb 27, 2014 1:46 pm

Re: How do I modify Nagios XI left menu?

Post by jendler »

Some aspects can be added or adjusted to the side menu via the php script found at /usr/local/nagiosxi/html/includes/utils-menu.inc.php.
Though I don't know how safe it is. I went in here to add some additional menu/links manually.... but they were very standalone.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: How do I modify Nagios XI left menu?

Post by tmcdonald »

I'll also mention that if any damage results from editing files, we can't really support you unless you are running stock files.
Former Nagios employee
Locked