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
38 stars 27 forks source link

The database-log-free mode does not show the correct free log space it has left #50

Open pgeerken opened 1 year ago

pgeerken commented 1 year ago

I have found an issue, where the database-log-free mode does not show the correct free log space it has left.

Auswahl_300

As seen in the unused data space should only be 6.8% but if we execute the check in database-log-free mode:

Auswahl_301

the check seems to find 75.19% of free space. I did some approximate math and it seems that used space is compared against the total data space, but not the Trasaction Log Space.

I hope you will be able to fix it anytime soon. Thank in advance.