Hello all,
Is it possible to assign custom logos per specific users?
We are giving our customers a specific user which they can see their respective nodes, and would like t have their own logos when they login (something reapling the Nagios XI logo on the top let for example)
Rgds,
Matthew
Branding Logos
-
bolson
Re: Branding Logos
Hello Matthew,
Custom branding would be easy enough. However, branding on a per user basis would involve modifying (adding) php code to select a logo based on the logged in user. This sort of programming is outside of the scope of Nagios support but we do offer fee based custom development. Let us know if you'd be interested in talking about this and we'll reach out to our development team.
Thank you!
Custom branding would be easy enough. However, branding on a per user basis would involve modifying (adding) php code to select a logo based on the logged in user. This sort of programming is outside of the scope of Nagios support but we do offer fee based custom development. Let us know if you'd be interested in talking about this and we'll reach out to our development team.
Thank you!
Re: Branding Logos
Hi Brian,
Thanks for you reply! As of know i will put this on the shelf for branding per user.
So it's possible to re-brand only once (i.e. an user who logs views the company logo for example)? Is there a simple procedure that can be followed?
Rgds,
Matthew
Thanks for you reply! As of know i will put this on the shelf for branding per user.
So it's possible to re-brand only once (i.e. an user who logs views the company logo for example)? Is there a simple procedure that can be followed?
Rgds,
Matthew
-
bolson
Re: Branding Logos
This knowledge base article explains the process in detail. Let me know if you have any questions.
https://support.nagios.com/kb/article.php?id=556
https://support.nagios.com/kb/article.php?id=556
Re: Branding Logos
Alternatively, if you're keen on Javascript, you could use the Custom Includes component to craft a bit of Javascript to tackle this. You could upload each user's "branding" icon to a central spot (again, via the same Custom Includes component) and have some Javascript do something like:
That would be pretty hands-off and only require you to upload an image with the filename being the username you wish to assign the branding to.
In terms of how Nagios XI looks/feels, you can do just about anything with the Custom Includes component.
Code: Select all
// get list of available branding logos maybe?
// or just populate it by hand in-line
if (username) in (list of available branding logos) {
// replace Nagios XI logo with custom one
}
In terms of how Nagios XI looks/feels, you can do just about anything with the Custom Includes component.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
bolson
Re: Branding Logos
Closing topic as resolved.
Thank you for visiting the Nagios Support Forum.
Thank you for visiting the Nagios Support Forum.