mirror of https://github.com/Icinga/icinga2.git
Doc: Add note for not fully supported Plugin collections
This adds a note to the ITL documentation, to mention that only the Monitoring Plugins collection is fully supported by the ITL. refs #6248
This commit is contained in:
parent
edd3737a96
commit
57766f780a
|
@ -174,9 +174,11 @@ file:
|
||||||
The plugin check commands assume that there's a global constant named `PluginDir`
|
The plugin check commands assume that there's a global constant named `PluginDir`
|
||||||
which contains the path of the plugins from the Monitoring Plugins project.
|
which contains the path of the plugins from the Monitoring Plugins project.
|
||||||
|
|
||||||
**Note**: If there are command parameters missing for the provided CheckCommand
|
> **Note**:
|
||||||
definitions please kindly send a patch upstream. This should include an update
|
>
|
||||||
for the ITL CheckCommand itself and this documentation section.
|
> Please be aware, that the CheckCommand definitions are based on the [Monitoring Plugins](https://www.monitoring-plugins.org), other Plugin collections might not support
|
||||||
|
> all parameters. If there are command parameters missing for the provided CheckCommand definitions please kindly send a patch upstream.
|
||||||
|
> This should include an update for the ITL CheckCommand itself and this documentation section.
|
||||||
|
|
||||||
### apt <a id="plugin-check-command-apt"></a>
|
### apt <a id="plugin-check-command-apt"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue