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

Fix call stored procedure started with declare #11

Closed lockland closed 9 years ago

lockland commented 10 years ago

Example of procedure which returned ZERO (error) when executed

"declare @hours_Since_Last_Backup int exec sp_hours_since_last_backup 'base','Y','Z', @hours_Since_Last_Backup output"