|
9 | 9 | PowerShellVersion = '4.0'
|
10 | 10 | RequiredModules = @(@{ModuleName = 'icinga-powershell-framework'; ModuleVersion = '1.9.0' })
|
11 | 11 | NestedModules = @(
|
12 |
| - '.\plugins\Invoke-IcingaCheckBiosSerial.psm1', |
13 |
| - '.\plugins\Invoke-IcingaCheckCertificate.psm1', |
14 |
| - '.\plugins\Invoke-IcingaCheckCheckSum.psm1', |
15 |
| - '.\plugins\Invoke-IcingaCheckCPU.psm1', |
16 |
| - '.\plugins\Invoke-IcingaCheckDirectory.psm1', |
17 |
| - '.\plugins\Invoke-IcingaCheckDiskHealth.psm1', |
18 |
| - '.\plugins\Invoke-IcingaCheckEventlog.psm1', |
19 |
| - '.\plugins\Invoke-IcingaCheckFirewall.psm1', |
20 |
| - '.\plugins\Invoke-IcingaCheckHTTPStatus.psm1', |
21 |
| - '.\plugins\Invoke-IcingaCheckICMP.psm1', |
22 |
| - '.\plugins\Invoke-IcingaCheckMemory.psm1', |
23 |
| - '.\plugins\Invoke-IcingaCheckMPIO.psm1', |
24 |
| - '.\plugins\Invoke-IcingaCheckNetworkInterface.psm1', |
25 |
| - '.\plugins\Invoke-IcingaCheckNLA.psm1', |
26 |
| - '.\plugins\Invoke-IcingaCheckPerfcounter.psm1', |
27 |
| - '.\plugins\Invoke-IcingaCheckProcess.psm1', |
28 |
| - '.\plugins\Invoke-IcingaCheckProcessCount.psm1', |
29 |
| - '.\plugins\Invoke-IcingaCheckScheduledTask.psm1', |
30 |
| - '.\plugins\Invoke-IcingaCheckService.psm1', |
31 |
| - '.\plugins\Invoke-IcingaCheckStoragePool.psm1', |
32 |
| - '.\plugins\Invoke-IcingaCheckTCP.psm1', |
33 |
| - '.\plugins\Invoke-IcingaCheckTimeSync.psm1', |
34 |
| - '.\plugins\Invoke-IcingaCheckUNCPath.psm1', |
35 |
| - '.\plugins\Invoke-IcingaCheckUpdates.psm1', |
36 |
| - '.\plugins\Invoke-IcingaCheckUptime.psm1', |
37 |
| - '.\plugins\Invoke-IcingaCheckUsedPartitionSpace.psm1', |
38 |
| - '.\plugins\Invoke-IcingaCheckUsers.psm1', |
39 |
| - '.\provider\bios\Icinga_ProviderBios.psm1', |
40 |
| - '.\provider\bios\Show-IcingaBiosData.psm1', |
41 |
| - '.\provider\certificate\Icinga_ProviderCertificate.psm1', |
42 |
| - '.\provider\certificate\Test-IcingaCertificateExcludePattern.psm1', |
43 |
| - '.\provider\connection\Test-IcingaICMPConnection.psm1', |
44 |
| - '.\provider\cpu\Icinga_ProviderCpu.psm1', |
45 |
| - '.\provider\cpu\Show-IcingaCPUData.psm1', |
46 |
| - '.\provider\directory\Icinga_Provider_Directory.psm1', |
47 |
| - '.\provider\disks\Get-IcingaDiskAttributes.psm1', |
48 |
| - '.\provider\disks\Get-IcingaDiskPartitionAssignment.psm1', |
49 |
| - '.\provider\disks\Get-IcingaPartitionSpace.psm1', |
50 |
| - '.\provider\disks\Get-IcingaPhysicalDiskInfo.psm1', |
51 |
| - '.\provider\disks\Get-IcingaUNCPathSize.psm1', |
52 |
| - '.\provider\disks\Icinga_ProviderDisks.psm1', |
53 |
| - '.\provider\disks\Show-IcingaDiskData.psm1', |
54 |
| - '.\provider\enums\IcingaGeneralPlugins_Exceptions.psm1', |
55 |
| - '.\provider\enums\Icinga_ProviderEnums.psm1', |
56 |
| - '.\provider\eventlog\Get-IcingaEventLog.psm1', |
57 |
| - '.\provider\http\Get-IcingaCheckHTTPQuery.psm1', |
58 |
| - '.\provider\memory\Get-IcingaMemoryPerformanceCounter.psm1', |
59 |
| - '.\provider\memory\Get-IcingaMemoryUsage.psm1', |
60 |
| - '.\provider\memory\Icinga_ProviderMemory.psm1', |
61 |
| - '.\provider\memory\Show-IcingaMemoryData.psm1', |
62 |
| - '.\provider\mpio\Get-IcingaMPIOData.psm1', |
63 |
| - '.\provider\mpio\Test-IcingaMPIOInstalled.psm1', |
64 |
| - '.\provider\network\Get-IcingaNetworkDeviceInfo.psm1', |
65 |
| - '.\provider\network\Get-IcingaNetworkInterfaceTeamInfo.psm1', |
66 |
| - '.\provider\network\Get-IcingaNetworkSpeedChecks.psm1', |
67 |
| - '.\provider\network\Join-icingaNetworkDeviceDataPerfCounter.psm1', |
68 |
| - '.\provider\ntp\Get-IcingaNtpData.psm1', |
69 |
| - '.\provider\process\Icinga_ProviderProcess.psm1', |
70 |
| - '.\provider\services\Add-IcingaServiceSummary.psm1', |
71 |
| - '.\provider\services\ConvertTo-ServiceStatusCode.psm1', |
72 |
| - '.\provider\services\Get-IcingaServiceCheckName.psm1', |
73 |
| - '.\provider\services\New-IcingaWindowsServiceCheckObject.psm1', |
74 |
| - '.\provider\storage\Get-IcingaConvertToGigaByte.psm1', |
75 |
| - '.\provider\storage\Get-IcingaStoragePoolInfo.psm1', |
76 |
| - '.\provider\tasks\Get-IcingaScheduledTask.psm1', |
77 |
| - '.\provider\tasks\New-IcingaTaskObject.psm1', |
78 |
| - '.\provider\tcp\Measure-IcingaTCPConnection.psm1', |
79 |
| - '.\provider\updates\Get-IcingaUpdatesHotfix.psm1', |
80 |
| - '.\provider\updates\Get-IcingaUpdatesInstalled.psm1', |
81 |
| - '.\provider\updates\Get-IcingaWindowsUpdatesPending.psm1', |
82 |
| - '.\provider\users\Get-IcingaLoggedOnUsers.psm1', |
83 |
| - '.\provider\users\Get-IcingaUsers.psm1', |
84 |
| - '.\provider\windows\Icinga_ProviderWindows.psm1', |
85 |
| - '.\provider\windows\Show-IcingaWindowsData.psm1' |
| 12 | + '.\compiled\icinga-powershell-plugins.ifw_compilation.psm1' |
| 13 | + ) |
| 14 | + FunctionsToExport = @( |
| 15 | + 'Import-IcingaPowerShellComponentPlugins', |
| 16 | + 'Invoke-IcingaCheckBiosSerial', |
| 17 | + 'Invoke-IcingaCheckCertificate', |
| 18 | + 'Invoke-IcingaCheckCheckSum', |
| 19 | + 'Invoke-IcingaCheckCPU', |
| 20 | + 'Invoke-IcingaCheckDirectory', |
| 21 | + 'Invoke-IcingaCheckDiskHealth', |
| 22 | + 'Invoke-IcingaCheckEventlog', |
| 23 | + 'Invoke-IcingaCheckFirewall', |
| 24 | + 'Invoke-IcingaCheckHTTPStatus', |
| 25 | + 'Invoke-IcingaCheckICMP', |
| 26 | + 'Invoke-IcingaCheckMemory', |
| 27 | + 'Invoke-IcingaCheckMPIO', |
| 28 | + 'Invoke-IcingaCheckNetworkInterface', |
| 29 | + 'Invoke-IcingaCheckNLA', |
| 30 | + 'Invoke-IcingaCheckPerfCounter', |
| 31 | + 'Invoke-IcingaCheckProcess', |
| 32 | + 'Invoke-IcingaCheckProcessCount', |
| 33 | + 'Invoke-IcingaCheckScheduledTask', |
| 34 | + 'Invoke-IcingaCheckService', |
| 35 | + 'Invoke-IcingaCheckStoragePool', |
| 36 | + 'Invoke-IcingaCheckTCP', |
| 37 | + 'Invoke-IcingaCheckTimeSync', |
| 38 | + 'Invoke-IcingaCheckUNCPath', |
| 39 | + 'Invoke-IcingaCheckUpdates', |
| 40 | + 'Invoke-IcingaCheckUptime', |
| 41 | + 'Invoke-IcingaCheckPartitionSpace', |
| 42 | + 'Invoke-IcingaCheckUsedPartitionSpace', |
| 43 | + 'Invoke-IcingaCheckUsers', |
| 44 | + 'Get-IcingaCPUCount', |
| 45 | + 'Get-IcingaPhysicalDiskInfo', |
| 46 | + 'Get-IcingaMemoryPerformanceCounter' |
| 47 | + ) |
| 48 | + CmdletsToExport = @( |
| 49 | + ) |
| 50 | + VariablesToExport = @( |
| 51 | + 'ProviderEnums', |
| 52 | + 'IcingaPluginExceptions' |
| 53 | + ) |
| 54 | + AliasesToExport = @( |
86 | 55 | )
|
87 |
| - FunctionsToExport = @('*') |
88 |
| - CmdletsToExport = @('*') |
89 |
| - VariablesToExport = '*' |
90 |
| - AliasesToExport = @( '*' ) |
91 | 56 | PrivateData = @{
|
92 | 57 | PSData = @{
|
93 | 58 | Tags = @( 'icinga', 'icinga2', 'monitoringplugins', 'icingaplugins', 'icinga2plugins', 'windowsplugins', 'icingawindows')
|
|
0 commit comments