|
7 | 7 | Copyright = '(c) 2021 Icinga GmbH | MIT'
|
8 | 8 | Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
|
9 | 9 | PowerShellVersion = '4.0'
|
10 |
| - NestedModules = @( |
11 |
| - '.\cache\framework_cache.psm1' |
12 |
| - ) |
13 |
| - FunctionsToExport = @( |
14 |
| - 'Use-Icinga', |
15 |
| - 'Invoke-IcingaCommand', |
16 |
| - 'Import-IcingaLib', |
17 |
| - 'Get-IcingaFrameworkCodeCacheFile', |
18 |
| - 'Write-IcingaFrameworkCodeCache', |
19 |
| - 'Publish-IcingaModuleManifest', |
20 |
| - 'Publish-IcingaEventlogDocumentation', |
21 |
| - 'Get-IcingaPluginDir', |
22 |
| - 'Get-IcingaCustomPluginDir', |
23 |
| - 'Get-IcingaCacheDir', |
24 |
| - 'Get-IcingaPowerShellConfigDir', |
25 |
| - 'Get-IcingaFrameworkRootPath', |
26 |
| - 'Get-IcingaForWindowsRootPath', |
27 |
| - 'Get-IcingaPowerShellModuleFile', |
28 |
| - 'Start-IcingaShellAsUser', |
29 |
| - 'Get-IcingaPowerShellConfig', |
30 |
| - 'Read-IcingaPowerShellConfig', |
31 |
| - 'Test-IcingaPowerShellConfigItem', |
32 |
| - 'Write-IcingaConsoleOutput', |
33 |
| - 'Write-IcingaConsoleNotice', |
34 |
| - 'Write-IcingaConsoleWarning', |
35 |
| - 'Read-IcingaFileContent', |
36 |
| - 'Invoke-IcingaInternalServiceCall', |
37 |
| - 'Get-IcingaFrameworkApiChecks', |
38 |
| - 'Get-IcingaBackgroundDaemons', |
39 |
| - 'Enable-IcingaUntrustedCertificateValidation', |
40 |
| - 'Write-IcingaEventMessage', |
41 |
| - 'Exit-IcingaExecutePlugin', |
42 |
| - 'Exit-IcingaPluginNotInstalled', |
43 |
| - 'Exit-IcingaThrowException', |
44 |
| - 'Set-IcingaTLSVersion', |
45 |
| - 'Disable-IcingaProgressPreference', |
46 |
| - 'New-IcingaNewLine', |
47 |
| - 'Write-IcingaConsolePlain', |
48 |
| - 'Test-IcingaFunction', |
49 |
| - 'Write-IcingaConsoleHeader', |
50 |
| - 'Test-IcingaFrameworkConsoleOutput', |
51 |
| - 'ConvertTo-IcingaSecureString', |
52 |
| - 'ConvertTo-JsonUTF8Bytes', |
53 |
| - 'ConvertFrom-JsonUTF8' |
54 |
| - ) |
55 |
| - CmdletsToExport = @('*') |
| 10 | + NestedModules = @( '.\cache\framework_cache.psm1' ) |
| 11 | + FunctionsToExport = @( '*' ) |
| 12 | + CmdletsToExport = @( '*' ) |
56 | 13 | VariablesToExport = '*'
|
57 | 14 | AliasesToExport = @( 'icinga' )
|
58 | 15 | PrivateData = @{
|
|
0 commit comments