Page 1 of 1

Nagios UI

Posted: Mon May 11, 2020 10:56 am
by wsnipes
Hi, I've been using Nagios Core and Nagios XI for several years. It's great software but I'm finding the web interface being extremely outdated. Especially missing mobile first/responsive css3 and html5.

Would I be able to contribute code for this on github to nagios core? I see files for Bootstrap in the project, but it looks like most of the CSS is not using bootstrap layouts?

Re: Nagios UI

Posted: Tue May 12, 2020 10:56 am
by jbrunkow
Yes, we always encourage contributing to Nagios! Most of our open-source software offerings are made available on our GitHub page.
https://github.com/NagiosEnterprises/nagioscore

Nagios XI is actually one of our proprietary products. I do not believe we accept commits from the community for XI, but I suppose we could accept suggestions in the form of a feature request to our development team. We are working hard to expand the functionality of Nagios XI with every release, and I think that optimizing the web interface for mobile would be a great addition.

You could hypothetically tinker with the styling of your own interface by modifying the contents of the html folder on your XI server.

Code: Select all

/usr/local/nagiosxi/html
Just bear in mind that we do not provide direct support for custom modifications, so please do so at your own risk.