Resource Type: agentil_user
- Defined in:
- lib/puppet/type/agentil_user.rb
- Providers:
-
agentil
Overview
Manages a sap user inside the ‘sapbasis_agentil.cfg` file. If you want to monitor a SAP ABAP Systems with the `sapbasis_agentil` probe, you’ll need a user the probe can use to actually connect to your SAP system.
You can define multiple users in the ‘sapbasis_agentil` probe and each system you want to monitor has to be assigned to one of these users.
The ‘agenil_users` resource can be used to describe such a user:
Example:
agentil_user { 'SAP_PROBE':
ensure => present,
password => 'encrypted_password'
}
In order to get the encrypted password you currently have to create the user in the GUI once and check the configuration file afterwards. From now on you can manage this user through puppet.