Nagios UI

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
wsnipes
Posts: 1
Joined: Sun May 10, 2020 6:10 pm

Nagios UI

Post 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?
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: Nagios UI

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked