|
8 | 8 | Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
|
9 | 9 | PowerShellVersion = '4.0'
|
10 | 10 | NestedModules = @(
|
11 |
| - '.\lib\core\framework\Get-IcingaFrameworkCodeCache.psm1', |
12 |
| - '.\lib\config\Get-IcingaPowerShellConfig.psm1', |
13 |
| - '.\lib\config\Read-IcingaPowerShellConfig.psm1', |
14 |
| - '.\lib\config\Test-IcingaPowerShellConfigItem.psm1', |
15 |
| - '.\lib\core\logging\Write-IcingaConsoleOutput.psm1', |
16 |
| - '.\lib\core\logging\Write-IcingaConsoleNotice.psm1', |
17 |
| - '.\lib\core\logging\Write-IcingaConsoleWarning.psm1', |
18 |
| - '.\lib\core\tools\Read-IcingaFileContent.psm1', |
19 |
| - '.\lib\core\framework\Invoke-IcingaInternalServiceCall.psm1', |
20 |
| - '.\lib\core\framework\Get-IcingaFrameworkApiChecks.psm1', |
21 |
| - '.\lib\daemon\Get-IcingaBackgroundDaemons.psm1', |
22 |
| - '.\lib\webserver\Enable-IcingaUntrustedCertificateValidation.psm1', |
23 |
| - '.\lib\core\logging\Write-IcingaEventMessage.psm1', |
24 |
| - '.\lib\icinga\plugin\Exit-IcingaExecutePlugin.psm1', |
25 |
| - '.\lib\icinga\exception\Exit-IcingaPluginNotInstalled.psm1', |
26 |
| - '.\lib\icinga\exception\Exit-IcingaThrowException.psm1', |
27 |
| - '.\lib\web\Set-IcingaTLSVersion.psm1', |
28 |
| - '.\lib\web\Disable-IcingaProgressPreference.psm1', |
29 |
| - '.\lib\core\tools\New-IcingaNewLine.psm1', |
30 |
| - '.\lib\core\logging\Write-IcingaConsolePlain.psm1', |
31 |
| - '.\lib\core\tools\Test-IcingaFunction.psm1', |
32 |
| - '.\lib\core\tools\Write-IcingaConsoleHeader.psm1', |
33 |
| - '.\lib\core\framework\Test-IcingaFrameworkConsoleOutput.psm1', |
34 |
| - '.\lib\core\tools\ConvertTo-IcingaSecureString.psm1', |
35 |
| - '.\lib\core\tools\ConvertTo-JsonUTF8Bytes.psm1', |
36 |
| - '.\lib\core\tools\ConvertFrom-JsonUTF8.psm1' |
| 11 | + '.\cache\framework_cache.psm1' |
37 | 12 | )
|
38 | 13 | FunctionsToExport = @(
|
39 | 14 | 'Use-Icinga',
|
|
52 | 27 | 'Get-IcingaPowerShellModuleFile',
|
53 | 28 | 'Start-IcingaShellAsUser',
|
54 | 29 | 'Get-IcingaPowerShellConfig',
|
55 |
| - 'Get-IcingaFrameworkCodeCache', |
56 | 30 | 'Read-IcingaPowerShellConfig',
|
57 | 31 | 'Test-IcingaPowerShellConfigItem',
|
58 | 32 | 'Write-IcingaConsoleOutput',
|
|
0 commit comments