ProcessCheckResultCommand: Indicate a incompatibility with icinga2

Should be solved by checking the backend's version on runtime
This commit is contained in:
Johannes Meyer 2014-12-11 15:56:23 +01:00
parent abfef2cc11
commit cee68877a9
1 changed files with 1 additions and 1 deletions

View File

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