Relativize future removals of deprecated features

... as (of course) we won't remove them as long as
it's easier than not removing them.
This commit is contained in:
Alexander A. Klimov 2020-11-06 12:31:10 +01:00
parent 1450e1bb7f
commit 20b7c395ba
7 changed files with 15 additions and 15 deletions

View File

@ -1152,7 +1152,7 @@ to help existing Icinga 1.x users and might be useful for migration scenarios.
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Example:
@ -1176,7 +1176,7 @@ This configuration object is available as [compatlog feature](14-features.md#com
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Example:
@ -1253,7 +1253,7 @@ This configuration object is available as [command feature](14-features.md#exter
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Example:
@ -1663,7 +1663,7 @@ This configuration object is available as [livestatus feature](14-features.md#se
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Examples:
@ -1783,7 +1783,7 @@ This configuration object is available as [statusdata feature](14-features.md#st
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Example:

View File

@ -1513,7 +1513,7 @@ uptime_since | **Optional.** Show last boot in yyyy-mm-dd HH:MM:SS format (ou
>
> These plugins are DEPRECATED in favor of our
> [PowerShell Plugins](https://github.com/Icinga/icinga-powershell-plugins)
> and will be removed in a future release.
> and may be removed in a future release.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
To allow a basic monitoring of Windows clients Icinga 2 comes with a set of Windows only plugins. While trying to mirror the functionalities of their linux cousins from the monitoring-plugins package, the differences between Windows and Linux are too big to be able use the same CheckCommands for both systems.

View File

@ -922,7 +922,7 @@ is running on.
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Icinga 1.x writes object configuration data and status data in a cyclic
@ -941,7 +941,7 @@ you can safely disable this feature.
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
The Icinga 1.x log format is considered being the `Compat Log`
@ -972,7 +972,7 @@ in `/var/log/icinga2/compat`. Rotated log files are moved into
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Icinga 2 provides an external command pipe for processing commands
@ -1012,7 +1012,7 @@ on the [Icinga 1.x documentation](https://docs.icinga.com/latest/en/extcommands2
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
Icinga 1.x writes its check result files to a temporary spool directory
@ -1038,7 +1038,7 @@ object CheckResultReader "reader" {
> **Note**
>
> This feature is DEPRECATED and will be removed in future releases.
> This feature is DEPRECATED and may be removed in future releases.
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
The [MK Livestatus](https://mathias-kettner.de/checkmk_livestatus.html) project

View File

@ -45,7 +45,7 @@ void CheckResultReader::Start(bool runtimeCreated)
<< "'" << GetName() << "' started.";
Log(LogWarning, "CheckResultReader")
<< "This feature is DEPRECATED and will be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
<< "This feature is DEPRECATED and may be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
#ifndef _WIN32
m_ReadTimer = new Timer();

View File

@ -47,7 +47,7 @@ void CompatLogger::Start(bool runtimeCreated)
<< "'" << GetName() << "' started.";
Log(LogWarning, "CompatLogger")
<< "This feature is DEPRECATED and will be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
<< "This feature is DEPRECATED and may be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
Checkable::OnNewCheckResult.connect(std::bind(&CompatLogger::CheckResultHandler, this, _1, _2));
Checkable::OnNotificationSentToUser.connect(std::bind(&CompatLogger::NotificationSentHandler, this, _1, _2, _3, _4, _5, _6, _7, _8));

View File

@ -37,7 +37,7 @@ void ExternalCommandListener::Start(bool runtimeCreated)
<< "'" << GetName() << "' started.";
Log(LogWarning, "ExternalCommandListener")
<< "This feature is DEPRECATED and will be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
<< "This feature is DEPRECATED and may be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
#ifndef _WIN32
m_CommandThread = std::thread(std::bind(&ExternalCommandListener::CommandPipeThread, this, GetCommandPath()));
m_CommandThread.detach();

View File

@ -60,7 +60,7 @@ void StatusDataWriter::Start(bool runtimeCreated)
<< "'" << GetName() << "' started.";
Log(LogWarning, "StatusDataWriter")
<< "This feature is DEPRECATED and will be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
<< "This feature is DEPRECATED and may be removed in future releases. Check the roadmap at https://github.com/Icinga/icinga2/milestones";
m_ObjectsCacheOutdated = true;