Skip to content

Invoke-IcingaCheckMSSQLBackupStatus - ignores NoPerfData parameter #54

Open
@fluxX04

Description

@fluxX04

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions