Open ekpack opened 2 years ago
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;
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.
Is this issue still present with the current version of Framework and plugins? It seems like the entire plugin output is ignored and only the exit code is returned.
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.