Skip to content

Commit

Permalink
Get-IcingaPhysicalDiskInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
plsatin authored Aug 22, 2022
1 parent c0babf9 commit ef9751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Invoke-IcingaCheckDiskStatus.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Invoke-IcingaCheckDiskStatus {
[int]$Verbosity = 3
);

$DiskStatus = Show-IcingaDiskData;
$DiskStatus = Get-IcingaPhysicalDiskInfo;
$DiskPackage = New-IcingaCheckPackage -Name 'Disk Drives Status' -OperatorAnd -Verbose $Verbosity;

[hashtable]$PSProviderEnums = @{};
Expand Down

0 comments on commit ef9751e

Please sign in to comment.