Nagios Background Theme Change

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.
sampan1
Posts: 17
Joined: Mon Nov 12, 2018 6:19 am

Re: Nagios Background Theme Change

Post by sampan1 »

its okay im using the vautour style
sampan1
Posts: 17
Joined: Mon Nov 12, 2018 6:19 am

Re: Nagios Background Theme Change

Post by sampan1 »

do you have any experience of customising the nagios web gui???
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Background Theme Change

Post by scottwilkerson »

Really just editing the stylesheets directly

They can be found in /usr/local/nagios/share/stylesheets/

as always it is best to made backups of the directories before making changes
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
sampan1
Posts: 17
Joined: Mon Nov 12, 2018 6:19 am

Re: Nagios Background Theme Change

Post by sampan1 »

could you guide me through how I can customise and backup first before I do, please.

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

Re: Nagios Background Theme Change

Post by scottwilkerson »

Sorry we cannot teach you CSS, but there is a tutorial here
https://www.w3schools.com/css/

As for backup, just make a copy of the file you are eidting that you can go back to if you do not like your changes, such as

Code: Select all

cp /usr/local/nagios/share/stylesheets/common.css /usr/local/nagios/share/stylesheets/common.css.backup
If you have a problem and need to change back you just run

Code: Select all

cp /usr/local/nagios/share/stylesheets/common.css.backup /usr/local/nagios/share/stylesheets/common.css
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
sampan1
Posts: 17
Joined: Mon Nov 12, 2018 6:19 am

Re: Nagios Background Theme Change

Post by sampan1 »

thank you for the help
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios Background Theme Change

Post by scottwilkerson »

sampan1 wrote:thank you for the help
No problem
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked