Hello,
we are trying to start monitoring our MS SQL servers with Zabbix. All would be good, however it looks like the DSN connection strings are written unencrypted into the "items" table. I feel this is not very secure. MSSQL ODBC driver for Linux, both FreeTDS and MS Native SQL driver, ignore any user credentials passed in the "odbc.ini" file.
Short of writing my own script that would store the credentials securely, is there any other approach? I am reluctant to use my own script because that would probably reduce the performance greatly.
we are trying to start monitoring our MS SQL servers with Zabbix. All would be good, however it looks like the DSN connection strings are written unencrypted into the "items" table. I feel this is not very secure. MSSQL ODBC driver for Linux, both FreeTDS and MS Native SQL driver, ignore any user credentials passed in the "odbc.ini" file.
Short of writing my own script that would store the credentials securely, is there any other approach? I am reluctant to use my own script because that would probably reduce the performance greatly.
Comment