mirror of https://github.com/Icinga/icinga2.git
Docs: Update supported Windows agent versions
This commit is contained in:
parent
8a07b64800
commit
ce9f5a9e2b
|
@ -750,21 +750,23 @@ the [configuration modes](06-distributed-monitoring.md#distributed-monitoring-co
|
||||||
|
|
||||||
### Agent Setup on Windows <a id="distributed-monitoring-setup-agent-windows"></a>
|
### Agent Setup on Windows <a id="distributed-monitoring-setup-agent-windows"></a>
|
||||||
|
|
||||||
#### Agent Setup on Windows: Installer <a id="distributed-monitoring-setup-agent-windows-installer"></a>
|
The supported Windows agent versions are listed [here](https://icinga.com/subscription/support-details/).
|
||||||
|
|
||||||
Download the MSI-Installer package from [https://packages.icinga.com/windows/](https://packages.icinga.com/windows/).
|
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
* Windows Vista/Server 2008 or higher
|
* [Microsoft .NET Framework 4.6](https://www.microsoft.com/en-US/download/details.aspx?id=53344) or higher. This is the default on Windows Server 2016 or later.
|
||||||
* [Microsoft .NET Framework 4.6](https://www.microsoft.com/en-US/download/details.aspx?id=53344) or higher for the setup wizard
|
* [Universal C Runtime for Windows](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows) for Windows Server 2012 and older.
|
||||||
* Versions older than Windows 10/Server 2016 require the [Universal C Runtime for Windows](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows)
|
|
||||||
|
|
||||||
The installer package includes the [NSClient++](https://www.nsclient.org/) package
|
#### Agent Setup on Windows: Installer <a id="distributed-monitoring-setup-agent-windows-installer"></a>
|
||||||
so that Icinga 2 can use its built-in plugins. You can find more details in
|
|
||||||
[this chapter](06-distributed-monitoring.md#distributed-monitoring-windows-nscp).
|
Download the MSI-Installer package from [https://packages.icinga.com/windows/](https://packages.icinga.com/windows/).
|
||||||
The Windows package also installs native [monitoring plugin binaries](06-distributed-monitoring.md#distributed-monitoring-windows-plugins)
|
The preferred flavor is `x86_64` for modern Windows systems.
|
||||||
|
|
||||||
|
The Windows package provides native [monitoring plugin binaries](06-distributed-monitoring.md#distributed-monitoring-windows-plugins)
|
||||||
to get you started more easily.
|
to get you started more easily.
|
||||||
|
The installer package also includes the [NSClient++](https://www.nsclient.org/) package
|
||||||
|
to allow using its built-in plugins. You can find more details in
|
||||||
|
[this chapter](06-distributed-monitoring.md#distributed-monitoring-windows-nscp).
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue