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
|
||||
*/
|
||||
const HOST_UNREACHABLE = 2;
|
||||
const HOST_UNREACHABLE = 2; // TODO: Icinga 2.x does not support submitting results with this state, yet
|
||||
|
||||
/**
|
||||
* Service ok
|
||||
|
|
Loading…
Reference in New Issue