Werk #2472: MSSQL Agent Plugin: Can now be configured to auth as database user
Komponente | Checks & agents | ||
Titel | MSSQL Agent Plugin: Can now be configured to auth as database user | ||
Datum | 21.07.2015 | ||
Level | Kleine Änderung | ||
Klasse | Neues Feature | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
The mssql.vbs script can now be configured to authenticate as database user using a configured username / password combination. Previously it was only possible to authenticate using the system privileges of the user the agent is running with. This is still the default.
If you need to authenticate as database user, you need to create a file named mssql.ini, or if you need it instance specific, mssql_[instance-id].ini. You need to write the following content into this file:
mssql.ini
[auth]
type = db
username = monitoring-user
password = mysecretpw