From af2e1a37db8167c9489b23f724d3c51d77e53dda Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 26 Jun 2020 15:38:02 +0200 Subject: [PATCH] Deprecate Windows plugins --- doc/10-icinga-template-library.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 83377f5c6..644d709d6 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -1503,6 +1503,13 @@ uptime_since | **Optional.** Show last boot in yyyy-mm-dd HH:MM:SS format (ou ## Windows Plugins for Icinga 2 +> **Note** +> +> 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. +> 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. A check-commands-windows.conf comes with Icinga 2, it assumes that the Windows Plugins are installed in the PluginDir set in your constants.conf. To enable them the following include directive is needed in you icinga2.conf: