You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: