mirror of https://github.com/Icinga/icinga2.git
Docs: Add a reference from basics: plugins to plugin integration
This commit is contained in:
parent
77f25c0a89
commit
b2eb63c40f
|
@ -1196,6 +1196,8 @@ Next step is to understand how command parameters are being passed from
|
||||||
a host or service object, and add a [CheckCommand](6-object-types.md#objecttype-checkcommand)
|
a host or service object, and add a [CheckCommand](6-object-types.md#objecttype-checkcommand)
|
||||||
definition based on these required parameters and/or default values.
|
definition based on these required parameters and/or default values.
|
||||||
|
|
||||||
|
Please continue reading in the [plugins section](13-addons-plugins.md#plugins) for additional integration examples.
|
||||||
|
|
||||||
#### <a id="command-passing-parameters"></a> Passing Check Command Parameters from Host or Service
|
#### <a id="command-passing-parameters"></a> Passing Check Command Parameters from Host or Service
|
||||||
|
|
||||||
Check command parameters are defined as custom attributes which can be accessed as runtime macros
|
Check command parameters are defined as custom attributes which can be accessed as runtime macros
|
||||||
|
|
Loading…
Reference in New Issue