mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Make exception enums not plugin specific
This commit is contained in:
parent
d6f164410b
commit
581e0d1a56
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@
|
|||
[hashtable]$TestIcingaWindowsInfoText = @{
|
||||
1 = 'Everything is fine.';
|
||||
2 = 'No class specified to check';
|
||||
4 = 'Unable to query data from your Windows Cluster. You are either missing permissions or your cluster is not running properly';
|
||||
4 = 'Unable to query data using the given WMI-Class. You are either missing permissions or the service is not running properly';
|
||||
8 = 'The specified WMI Class could not be found in the specified NameSpace.';
|
||||
16 = 'No namespace with the specified name could be found on this system.';
|
||||
32 = 'Windows unhandled exception is thrown. Please enable frame DebugMode for information.';
|
||||
64 = 'The Cluster Service is Stopped or you are not authorized to access the Cluster Service';
|
||||
64 = 'Either the service has been stopped or you are not authorized to access the service.';
|
||||
128 = 'The Cmdlet Get-CimClass is not available on your system.';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue