Branding Logos

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nms
Posts: 222
Joined: Wed Sep 28, 2016 9:35 am

Branding Logos

Post 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
bolson

Re: Branding Logos

Post 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!
nms
Posts: 222
Joined: Wed Sep 28, 2016 9:35 am

Re: Branding Logos

Post 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
bolson

Re: Branding Logos

Post 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
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Branding Logos

Post 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.
Former Nagios employee
https://www.mcapra.com/
bolson

Re: Branding Logos

Post by bolson »

Thank you for your response Matt... interesting concept.
nms
Posts: 222
Joined: Wed Sep 28, 2016 9:35 am

Re: Branding Logos

Post by nms »

Thanks guys
bolson

Re: Branding Logos

Post by bolson »

May we close the topic?
nms
Posts: 222
Joined: Wed Sep 28, 2016 9:35 am

Re: Branding Logos

Post by nms »

Yes thank you!
bolson

Re: Branding Logos

Post by bolson »

Closing topic as resolved.

Thank you for visiting the Nagios Support Forum.
Locked