Open
Description
Hello,
if I use the Invoke-IcingaCheckMSSQLHealth (and the others like Invoke-IcingaCheckMSSQLResource...) I only get a number as output:
example:
Invoke-IcingaCheckMSSQLBackupStatus -SqlUsername 'DDD' -SqlPassword (ConvertTo-IcingaSecureString 'XXX') -SqlHost localhost;
output:
0
With the Invoke-IcingaCheckMSSQLHealth command I get the output: 2
Even if I use the command with "-verbosity 2" I don't get more information.