Remove Customer Support Guy with Headsets

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
metzlers
Posts: 1
Joined: Wed Apr 03, 2019 2:15 pm

Remove Customer Support Guy with Headsets

Post by metzlers »

Hello,

I have a silly question, but I was asked to find out, how can we remove the guy with the headsets in the We're Here To Help on the front page of Nagios XI. I was asked to change his picture to reflect our support team.

Thank you,


Shane Metzler
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Remove Customer Support Guy with Headsets

Post by lmiltchev »

Since I am the guy whom you are trying to remove, let me answer... :)

There are two files in the "/usr/local/nagiosxi/html/images" directory - techsupport-splash.png and techsupport-splash2.png. You can drop your custom image in that directory and replace both files with it.

Code: Select all

cd /usr/local/nagiosxi/html/images
cp your-custom-image.png techsupport-splash.png
cp your-custom-image.png techsupport-splash2.png
Make sure the resolution of your image is about the same as the one of the "original" images, and the files are owned by nagios with 644 permissions.

Keep in mind that your custom image would be overwritten on every upgrade of Nagos XI, so you would need to repeat the process.

Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
smetzler
Posts: 27
Joined: Mon Apr 15, 2019 11:06 am

Re: Remove Customer Support Guy with Headsets

Post by smetzler »

Thank you so much for the update!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Remove Customer Support Guy with Headsets

Post by scottwilkerson »

smetzler wrote:Thank you so much for the update!
May we lock this thread?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Remove Customer Support Guy with Headsets

Post by ssax »

Alternatively, you can go to Admin > Custom Includes > Images tab and upload your pics you want.

Then create a replaceludmil.css file in a new file on your workstation:
- Change the YOURIMAGE.png to the actuall name of your pic you uploaded

Code: Select all

.ts-splash { background: url('/nagiosxi/includes/components/custom-includes/images/YOURIMAGE.png') no-repeat; }
.ts-splash:hover { background: url('/nagiosxi/includes/components/custom-includes/images/YOURIMAGE2.png') no-repeat; }
Then upload it in Admin > Custom Includes > CSS, check the box next to it, and click the Save Change button.

This should survive upgrades.
smetzler
Posts: 27
Joined: Mon Apr 15, 2019 11:06 am

Re: Remove Customer Support Guy with Headsets

Post by smetzler »

Thank you everyone for the help! I was able to change the picture with the first suggestion. Unfortunately the css script did not work but I have not had time to play with it yet.

Shane Metzler, MSCy, GCFE
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Remove Customer Support Guy with Headsets

Post by scottwilkerson »

smetzler wrote:Thank you everyone for the help! I was able to change the picture with the first suggestion.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked