mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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
|
||||
*/
|
||||
const HOST_UNREACHABLE = 2;
|
||||
const HOST_UNREACHABLE = 2; // TODO: Icinga 2.x does not support submitting results with this state, yet
|
||||
|
||||
/**
|
||||
* Service ok
|
||||
|
Loading…
x
Reference in New Issue
Block a user