From 9ffb9be1add19aa483446aa301dad742d68001c4 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Fri, 19 Jul 2019 20:06:29 +0200 Subject: [PATCH] Renamed lib icinga\checkresult to icinga\plugin --- lib/help/help/Get-IcingaHelpThresholds.psm1 | 2 +- lib/icinga/{checkresult.psm1 => plugin.psm1} | 0 lib/icinga/{checkresult => plugin}/New-IcingaCheck.psm1 | 0 lib/icinga/{checkresult => plugin}/New-IcingaCheckPackage.psm1 | 0 lib/icinga/{checkresult => plugin}/New-IcingaCheckResult.psm1 | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename lib/icinga/{checkresult.psm1 => plugin.psm1} (100%) rename lib/icinga/{checkresult => plugin}/New-IcingaCheck.psm1 (100%) rename lib/icinga/{checkresult => plugin}/New-IcingaCheckPackage.psm1 (100%) rename lib/icinga/{checkresult => plugin}/New-IcingaCheckResult.psm1 (100%) 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