lausser / check_mssql_health

Wenn du dich für Plugins (oder OMD oder allgemein Monitoring) interessierst oder von deiner Installation erzählen willst...die Tradition der deutschsprachigen Monitoring-Workshops wird wiederbelebt: https://discord.gg/jDfPZ63FcJ A plugin, which checks various parameters of Microsoft SQL database servers.
http://labs.consol.de/nagios/check_mssql_health
GNU General Public License v2.0
39 stars 28 forks source link

Add argument to specify TDS version #12

Closed Doctor-love closed 2 years ago

Doctor-love commented 9 years ago

It would be great if it was possible to specify TDS version with an argument. I have recently configured monitoring for some MSSQL 2012 servers and it requires TDS version 8.0, so at the moment my only option is to change the version globally or add each server in the FreeTDS configuration file.

Thanks for a great plugin!

historicbruno commented 9 years ago

Out of curiosity, what error do you get when you try connecting with an incorrect TDS version? I am having an issue connecting to a MS SQL server without using the server name from freetds.conf (which specifies TDS version 8.0), but the error message is useless.

Doctor-love commented 2 years ago

Closing issue as it have gone stale and I no longer have the sever-side available for testing.