]> granicus.if.org Git - icinga2/commitdiff
sample config: add check commands location hint (itl/plugin check commands)
authorMichael Friedrich <michael.friedrich@netways.de>
Sat, 12 Jul 2014 11:30:51 +0000 (13:30 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Sat, 12 Jul 2014 11:30:51 +0000 (13:30 +0200)
fixes #6713

etc/icinga2/conf.d/hosts/localhost/disk.conf
etc/icinga2/conf.d/hosts/localhost/http.conf
etc/icinga2/conf.d/hosts/localhost/icinga.conf
etc/icinga2/conf.d/hosts/localhost/load.conf
etc/icinga2/conf.d/hosts/localhost/procs.conf
etc/icinga2/conf.d/hosts/localhost/ssh.conf
etc/icinga2/conf.d/hosts/localhost/swap.conf
etc/icinga2/conf.d/hosts/localhost/users.conf
etc/icinga2/conf.d/services.conf
etc/icinga2/conf.d/templates.conf
etc/icinga2/conf.d/timeperiods.conf

index f8b75819bc11642a2c19194c283e860a83a15040..55da9c4f42f2a3d48753ac3bdc9dfd8d6f734d3d 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `disk` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "disk" {
   import "generic-service"
 
index de126a95fe93cc79c403e9c7345a07f01ebe9f44..cedded91a0bf777f3ab0e1ba2c8141c894650681 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `http` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "http" {
   import "generic-service"
 
index a52bfbead6ef7b58df2fbcaac56cd5dbb716829c..9583aa70c737c92bfca7c44c8817835f2336b3f4 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `icinga` is provided by
+ * the icinga template library.
+ * Check the documentation for details.
+ */
 object Service "icinga" {
   import "generic-service"
 
index 7bb46c22f8ca3f91fd51db14dc0acf9dc0d207d3..64f38f285789a9f7dda32517d38b20992104979a 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `load` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "load" {
   import "generic-service"
 
index d8e51a9569a4e4f5d45b2b0c9e7f9a466cc7111c..c91c6de14afaaa8ac74ea044bd9c180fc29e259d 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `procs` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "procs" {
   import "generic-service"
 
index 614ebca6995e7932f7976fe63c0fcf93d2425dfb..b07d2a3f4d6f21acbba61fa377195eede9d71367 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `ssh` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "ssh" {
   import "generic-service"
 
index f7a14bcdbcf688fbbd2f361ea50a45fcdd674e2a..539cade8748c159eb3abb09d64e9c3012ea65e28 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `swap` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "swap" {
   import "generic-service"
 
index ddfe73c9860978f6034b6193781e1270523ed821..4b6f45b8f71075324cdaf0b7a0a2191bae4b5940 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * The CheckCommand object `users` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
+ */
 object Service "users" {
   import "generic-service"
 
index abce298bfa053eb2b9c9e4b2697d9897b3ac89ef..d973376a71f0a46803ed0abc3b406b0d59226ded 100644 (file)
@@ -4,7 +4,11 @@
  * Only applied if host objects are members of
  * the groups `linux-server` or `windows-server`
  * and having the `address` resp. `address6`
- * attribute set. 
+ * attribute set.
+ *
+ * The CheckCommand objects `ping4` and `ping6`
+ * are provided by the plugin check command templates.
+ * Check the documentation for details.
  */
 
 apply Service "ping4" {
index b883def7e495139e41aadf785d3c9088c8391f62..f98b4eb631413b3b7b3e14dbe54b44522b4fb4a0 100644 (file)
@@ -6,6 +6,10 @@
 /**
  * Provides default settings for hosts. By convention
  * all hosts should import this template.
+ *
+ * The CheckCommand object `hostalive` is provided by
+ * the plugin check command templates.
+ * Check the documentation for details.
  */
 template Host "generic-host" {
   max_check_attempts = 5
index eb9e73d643315f3a545f2e871a8c6c2885d2a697..21fac5277e4d05d25f3b831629c40f5faa6cc46d 100644 (file)
@@ -1,6 +1,8 @@
 /**
  * Sample timeperiods for Icinga 2 requiring
- * 'legacy-timeperiod' template from the ITL.
+ * 'legacy-timeperiod' template from the Icinga
+ * Template Library (ITL).
+ * Check the documentation for details.
  */
 
 object TimePeriod "24x7" {