mirror of https://github.com/Icinga/icinga2.git
parent
3970ae38b4
commit
aa32effd9b
|
@ -81,6 +81,10 @@ chapter.
|
||||||
A check command definition. Additional default command custom attributes can be
|
A check command definition. Additional default command custom attributes can be
|
||||||
defined here.
|
defined here.
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Icinga 2 versions < 2.6.0 require the import of the [plugin-check-command](10-icinga-template-library.md#itl-plugin-check-command) template.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
object CheckCommand "check_http" {
|
object CheckCommand "check_http" {
|
||||||
|
@ -436,6 +440,10 @@ Endpoint objects cannot currently be created with the API.
|
||||||
|
|
||||||
An event command definition.
|
An event command definition.
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Icinga 2 versions < 2.6.0 require the import of the [plugin-event-command](10-icinga-template-library.md#itl-plugin-event-command) template.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
object EventCommand "restart-httpd-event" {
|
object EventCommand "restart-httpd-event" {
|
||||||
|
@ -1080,6 +1088,10 @@ Runtime Attributes:
|
||||||
|
|
||||||
A notification command definition.
|
A notification command definition.
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Icinga 2 versions < 2.6.0 require the import of the [plugin-notification-command](10-icinga-template-library.md#itl-plugin-notification-command) template.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
object NotificationCommand "mail-service-notification" {
|
object NotificationCommand "mail-service-notification" {
|
||||||
|
|
Loading…
Reference in New Issue