...
Step-by-step guide
For the CME, there is a setting for every customer to upload a customized icon.
For the customers
Go to Setup → Users → Customers and select for every customer the color palette.
Info Now you can upload a picture. The needed size of that picture is described in the inline help.
Info Now your customer will see that icon in on the login screen as well as after the login.
Info
For the provider
For the provider, there is no guy way to do that. So we will need to work on the command line. Inside the checkmk instance, we store the icons in:
Code Block language bash theme RDark OMD[cme2mysite]:~$ ls share/check_mk/web/htdocs/themes/
so So there is a way to create a local branch and put in add your custom icon there. To achieve that successfully, you need to must use the same icon names as stored in share/check_mk/web/htdocs/themes/. The name of that icon for the login log in is mk-logo.png
The easiest way to move the icons to the provider is to copy the paths. Checkmk has two directories for the dark and light themethemes. In that example, I'm using root to copy both directories. After that, i need to I must change the permissions to the Checkmk instance name.
Code Block language bash theme RDark cp -r /omd/sites/cme2slavemysite/local/share/check_mk/web/htdocs/themes/* /omd/sites/cme2mysite/local/share/check_mk/web/htdocs/themes/ chown -R cme2. /omd/sites/cme2mysite/local/share/check_mk/web/htdocs/themes/*
Now you changed successfully the login icon of the provider site successfully:
Info
Note |
---|
In the CME checkmk tries to autoscale the icon automatically. In any other addition, that is not done. That's why you see an overlapping. In my this case, there is also an overlapping in the CME edition because the icon is much taller than wide wide. |
CEE
In the CEE there There is no way to upload an icon via the GUI in the CEE. So here, you need to do that manually, as described in the CME section. Make sure Ensure that in the CEE version, you will need two files for the login icon and the navbar iconicons.
The name of the login icon: mk-logo.png, and the name of the navbar icon: tribe29_icon.png
...
In the global setting (regardless of whether it's a cme CME or ceeCEE), you will find an option to customice customize the login screen:
Setup → General → Global setting → search for "login"
Info |
---|
Here you 're able to can hide the Checkmk version, to add a custom link, and also to put a custom login message.
Info |
---|
After saving that, the login screen will look like that.
...
Note |
---|
If you're running Checkmk in a distributed setup, you may want to do that in the site-specific global settings than globally! |
...