A check command definition. Additional default command custom attributes can be
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:
object CheckCommand "check_http" {
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:
object EventCommand "restart-httpd-event" {
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:
object NotificationCommand "mail-service-notification" {