Deprecate CheckResultReader

fixes #6031
This commit is contained in:
Jean Flach 2018-02-02 13:10:36 +01:00
parent 3fcbe03b55
commit 3d78c805e0
2 changed files with 5 additions and 0 deletions

View File

@ -766,6 +766,9 @@ in `/var/log/icinga2/compat`. Rotated log files are moved into
## Check Result Files <a id="check-result-files"></a>
> **Note**
> This feature is deprecated and will be removed with Icinga 2.10.0
Icinga 1.x writes its check result files to a temporary spool directory
where they are processed in a regular interval.
While this is extremely inefficient in performance regards it has been

View File

@ -60,6 +60,8 @@ void CheckResultReader::Start(bool runtimeCreated)
Log(LogInformation, "CheckResultReader")
<< "'" << GetName() << "' started.";
Log(LogWarning, "CheckResultReader")
<< "The CheckResultReader feature is deprecated and will be removed with Icinga 2.10.0";
#ifndef _WIN32
m_ReadTimer = new Timer();