]> granicus.if.org Git - icinga2/commitdiff
Update example configuration.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 30 Sep 2013 11:19:04 +0000 (13:19 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 30 Sep 2013 11:19:04 +0000 (13:19 +0200)
etc/icinga2/conf.d/localhost.conf

index cc17aae3614b754ab2328bd7bf074a69d248b929..fa810ec4592397e8249f5cfd3c748ddb2b328fb7 100644 (file)
@@ -3,35 +3,35 @@
  */
 object Host "localhost" {
   services["ping4"] = {
-    templates = [ "ping4" ]
+    check_command = "ping4"
   },
 
   services["ping6"] = {
-    templates = [ "ping6" ]
+    check_command = "ping6"
   },
 
   services["http"] = {
-    templates = [ "http_ip" ]
+    check_command = "http"
   },
 
   services["ssh"] = {
-    templates = [ "ssh" ]
+    check_command = "ssh"
   },
 
   services["load"] = {
-    templates = [ "load" ]
+    check_command = "load"
   },
 
   services["processes"] = {
-    templates = [ "processes" ]
+    check_command = "processes"
   },
 
   services["users"] = {
-    templates = [ "users" ]
+    check_command = "users"
   },
 
   services["disk"] = {
-    templates = [ "disk" ]
+    check_command = "disk"
   },
 
   macros = {