diff --git a/lib/help/help/Get-IcingaHelpThresholds.psm1 b/lib/help/help/Get-IcingaHelpThresholds.psm1 index 0e96aeb..eb79706 100644 --- a/lib/help/help/Get-IcingaHelpThresholds.psm1 +++ b/lib/help/help/Get-IcingaHelpThresholds.psm1 @@ -1,4 +1,4 @@ -Import-IcingaLib icinga\checkresult; +Import-IcingaLib icinga\plugin; function Get-IcingaHelpThresholds() { diff --git a/lib/icinga/checkresult.psm1 b/lib/icinga/plugin.psm1 similarity index 100% rename from lib/icinga/checkresult.psm1 rename to lib/icinga/plugin.psm1 diff --git a/lib/icinga/checkresult/New-IcingaCheck.psm1 b/lib/icinga/plugin/New-IcingaCheck.psm1 similarity index 100% rename from lib/icinga/checkresult/New-IcingaCheck.psm1 rename to lib/icinga/plugin/New-IcingaCheck.psm1 diff --git a/lib/icinga/checkresult/New-IcingaCheckPackage.psm1 b/lib/icinga/plugin/New-IcingaCheckPackage.psm1 similarity index 100% rename from lib/icinga/checkresult/New-IcingaCheckPackage.psm1 rename to lib/icinga/plugin/New-IcingaCheckPackage.psm1 diff --git a/lib/icinga/checkresult/New-IcingaCheckResult.psm1 b/lib/icinga/plugin/New-IcingaCheckResult.psm1 similarity index 100% rename from lib/icinga/checkresult/New-IcingaCheckResult.psm1 rename to lib/icinga/plugin/New-IcingaCheckResult.psm1