Page 1 of 1
How do I modify Nagios XI left menu?
Posted: Mon May 14, 2012 1:41 pm
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.
Re: How do I modify Nagios XI left menu?
Posted: Mon May 14, 2012 2:20 pm
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
Re: How do I modify Nagios XI left menu?
Posted: Mon May 14, 2012 3:17 pm
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.
Re: How do I modify Nagios XI left menu?
Posted: Mon May 14, 2012 3:33 pm
by scottwilkerson
Unfortunately that left menu is built on the fly based on all of the components you have installed...
Re: How do I modify Nagios XI left menu?
Posted: Wed Apr 06, 2016 7:13 pm
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.
Re: How do I modify Nagios XI left menu?
Posted: Thu Apr 07, 2016 1:27 pm
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.