2018-11-06 11:14:49 -05:00
|
|
|
@{
|
2020-08-04 09:13:04 -04:00
|
|
|
RootModule = 'icinga-powershell-framework.psm1'
|
2022-02-07 09:40:40 -05:00
|
|
|
ModuleVersion = '1.9.0'
|
2020-08-04 09:13:04 -04:00
|
|
|
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
|
|
|
|
|
Author = 'Lord Hepipud'
|
|
|
|
|
CompanyName = 'Icinga GmbH'
|
2022-01-28 09:22:12 -05:00
|
|
|
Copyright = '(c) 2022 Icinga GmbH | MIT'
|
2020-08-04 09:13:04 -04:00
|
|
|
Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
|
2019-11-03 09:54:01 -05:00
|
|
|
PowerShellVersion = '4.0'
|
2021-08-06 10:43:42 -04:00
|
|
|
NestedModules = @( '.\cache\framework_cache.psm1' )
|
|
|
|
|
FunctionsToExport = @( '*' )
|
|
|
|
|
CmdletsToExport = @( '*' )
|
2021-08-06 12:12:27 -04:00
|
|
|
VariablesToExport = @( '*' )
|
2021-08-21 06:28:42 -04:00
|
|
|
AliasesToExport = @( '*' )
|
2020-08-04 09:13:04 -04:00
|
|
|
PrivateData = @{
|
2021-08-21 06:28:42 -04:00
|
|
|
PSData = @{
|
2020-08-04 09:13:04 -04:00
|
|
|
Tags = @( 'icinga', 'icinga2', 'IcingaPowerShellFramework', 'IcingaPowerShell', 'IcingaforWindows', 'IcingaWindows')
|
|
|
|
|
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/blob/master/LICENSE'
|
|
|
|
|
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
|
2019-11-03 09:54:01 -05:00
|
|
|
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
|
|
|
|
|
};
|
2022-02-07 09:40:40 -05:00
|
|
|
Version = 'v1.9.0';
|
2021-06-01 06:07:36 -04:00
|
|
|
Name = 'Icinga for Windows';
|
|
|
|
|
Type = 'framework';
|
|
|
|
|
Function = '';
|
|
|
|
|
Endpoint = '';
|
2019-11-03 09:54:01 -05:00
|
|
|
}
|
2020-08-04 09:13:04 -04:00
|
|
|
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
|
2019-11-03 09:54:01 -05:00
|
|
|
}
|