Changed Plugin Text Status to allow colored Icinga Web 2 output

This commit is contained in:
Lord Hepipud 2019-08-22 10:43:00 +02:00
parent f865a3d663
commit e2de8e6bfd

View file

@ -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 = @{