Change the nagios interface

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
alidar
Posts: 26
Joined: Wed Apr 11, 2018 7:15 am

Change the nagios interface

Post by alidar »

Hello

Please tell me how I can change the Nagios web Interface. I want to change nagios logo With my Company logo and other some settings. thanks

Regards
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Change the nagios interface

Post by mcapra »

Here's a previous topic with a solution:
https://support.nagios.com/forum/viewto ... =7&t=45003

EDIT: On the topic of altering the CGIs, here's a brief example I threw together a while back:
https://support.nagios.com/forum/viewto ... 87#p222987
Last edited by mcapra on Tue Jun 05, 2018 10:38 am, edited 1 time in total.
Former Nagios employee
https://www.mcapra.com/
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Change the nagios interface

Post by scottwilkerson »

Beyond changing the logo, much of the HTML in the interface is created in the CGI's and compiled so you would have to change it in the source code and then recompile with your changes
https://github.com/NagiosEnterprises/nagioscore
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
alidar
Posts: 26
Joined: Wed Apr 11, 2018 7:15 am

Re: Change the nagios interface

Post by alidar »

Hello
How to change the theme for nagios Interface?

Regards
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Change the nagios interface

Post by scottwilkerson »

There are several available here
https://exchange.nagios.org/directory/A ... -and-Skins

Otherwise it would be simply editing the styles in /usr/local/nagios/share/stylesheets/
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked