Integrated mode

Integrated mode is the default setting when service.monitor is delivered. In this mode, one access with administration rights and one access with editorial rights can be defined.

To use multiple accesses with the aforementioned authorizations, connect service.monitor to one of the products listed in this overview.

Set default passwords

For security reasons, security.user.admin.pw delivery of service.monitor is not preset. Set it to enable login to service.monitor.

The following parameters can be changed.

security.user.admin.name

Name of the access with administration rights.

Default value: monitor.

security.user.admin.pw

Password of the account with administration rights.

The password can be configured in plain text or encrypted (see security.user.pwenc).

security.user.pwenc

Encryption algorithm of the above passwords.

In addition to plain text, various hash algorithms are available. We recommend encryption using SHA-512.

Possible values: plain, MD5, SHA-1, SHA-256, SHA-512
Default value: plain

Make sure that the setting security.user.use_mapped_pass is appropriate.
security.user.use_mapped_pass

Activates encryption using hash algorithms.

If the above passwords are stored in plain text, this value must be set to false. If a hash algorithm is used, true must be configured.

Possible values: true, false
Default value: false

A new password hash can be generated using the script resources\tools\createPassword.bat or resources\tools\createPassword.sh via the command line. The call is createPassword.bat SHA-512 <Password>. The output value of the tool is copied to the file as a configuration value.