mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 02:47:38 +02:00
ProcessCheckResultCommand: Indicate a incompatibility with icinga2
Should be solved by checking the backend's version on runtime
This commit is contained in:
parent
abfef2cc11
commit
cee68877a9
@ -34,7 +34,7 @@ class ProcessCheckResultCommand extends ObjectCommand
|
|||||||
/**
|
/**
|
||||||
* Host unreachable
|
* Host unreachable
|
||||||
*/
|
*/
|
||||||
const HOST_UNREACHABLE = 2;
|
const HOST_UNREACHABLE = 2; // TODO: Icinga 2.x does not support submitting results with this state, yet
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service ok
|
* Service ok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user