mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Changed Plugin Text Status to allow colored Icinga Web 2 output
This commit is contained in:
parent
f865a3d663
commit
e2de8e6bfd
1 changed files with 4 additions and 4 deletions
|
|
@ -12,10 +12,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
[hashtable]$IcingaExitCodeText = @{
|
[hashtable]$IcingaExitCodeText = @{
|
||||||
0 = 'Ok';
|
0 = '[OK]';
|
||||||
1 = 'Warning';
|
1 = '[WARNING]';
|
||||||
2 = 'Critical';
|
2 = '[CRITICAL]';
|
||||||
3 = 'Unknown';
|
3 = '[UNKNOWN]';
|
||||||
};
|
};
|
||||||
|
|
||||||
[hashtable]$IcingaMeasurementUnits = @{
|
[hashtable]$IcingaMeasurementUnits = @{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue