...
- Pretty print the configuration for a better overview: Pretty-print the configuration files
Add the following section to the config file: ~/etc/check_mk/multisite.d/wato/roles.mk.
Code Block language bash theme RDark collapse true 'agent': {'alias': 'agents registration and download', 'basedon': None, 'builtin': True, 'permissions': {'general.see_all': True, 'general.use': True, 'wato.download_all_agents': True}}
In order to put it to the right place, please add a comma "," before the "})".
At the end the whole file should look like this:
Code Block language py theme RDark collapse true # Written by Checkmk store roles.update({ 'admin': {'alias': 'Administrator', 'builtin': True, 'permissions': {}}, 'basedon 'guest': {'alias': 'adminGuest user', 'builtin': FalseTrue, 'permissions': {}}, 'guestuser': {'alias': 'GuestNormal monitoring user', 'builtin': True, 'permissions': {}}, 'useragent_updater': {'alias': 'Normalagents registration monitoringand userdownload', 'basedon': None, 'builtin': True, 'permissions': {'general.see_all': True, 'general.use': True, 'wato.download_all_agents': True}}, 'agent_ctl': {'alias': 'agents registration and download',Agent Controller', 'basedon': None, 'builtin': True, 'permissions': {'general.seeagent_allpairing': True, 'general.use': True, 'wato.downloadedit_all_agentshosts': True}} }) ~
Agent Pairing for TLS Encryption
...