A lot of users are asking for a role in checkmk which is using by the agent updater and only for the registration process. At the moment, there is no build in role. Please follow this short how-to if you want to have this kind of role
The UI way
The easiest way to build an agent registration role is using the GUI and following these steps:
Create a copy of the guest user and ensure he has the following permissions:
- "Use the GUI at all"
- "Register Host & download monitoring agents of your hosts",
- "Register all hosts & download all monitoring agents"
The config file way
We always recommend using the GUI instead of modifying .mk files. For any issue or broken config we do not provide any support.
On exceptional circumstances you might want to adjust configuration files with caution. Please do a backup before adjusting the files.
- 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.
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:
Agent Pairing for TLS Encryption
For a user to be able to do the cmk-agent-ctl register
, which is needed to enable the TLS encryption (available from 2.1.0 onwards), you have to add the following rights (internal name "general.agent_pairing") to his/her role.
- Agent pairing
- Read access to all hosts and folders
- Write access to all hosts and folders
Related articles