Checkcommand `Invoke-IcingaCheckMSSQLBackupStatus` ignores the NoPerfData when set. Just stumbled on this while testing. Change: `return (New-IcingaCheckResult -Check $CheckPackage -Compile);` to `return (New-IcingaCheckResult -Check $CheckPackage -NoPerfData $NoPerfData -Compile);` Greetz