Page 1 of 1

Branding Logos

Posted: Wed Jul 26, 2017 2:30 pm
by nms
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

Re: Branding Logos

Posted: Wed Jul 26, 2017 3:15 pm
by bolson
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!

Re: Branding Logos

Posted: Thu Jul 27, 2017 1:07 am
by nms
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

Re: Branding Logos

Posted: Thu Jul 27, 2017 9:19 am
by bolson
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

Re: Branding Logos

Posted: Thu Jul 27, 2017 9:56 am
by mcapra
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:

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
}
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.

Re: Branding Logos

Posted: Thu Jul 27, 2017 10:14 am
by bolson
Thank you for your response Matt... interesting concept.

Re: Branding Logos

Posted: Fri Jul 28, 2017 5:36 am
by nms
Thanks guys

Re: Branding Logos

Posted: Fri Jul 28, 2017 9:01 am
by bolson
May we close the topic?

Re: Branding Logos

Posted: Wed Aug 02, 2017 8:26 am
by nms
Yes thank you!

Re: Branding Logos

Posted: Wed Aug 02, 2017 9:35 am
by bolson
Closing topic as resolved.

Thank you for visiting the Nagios Support Forum.