]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect variable name in the hosts.conf example config for Windows
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 6 Jun 2016 07:53:43 +0000 (09:53 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 6 Jun 2016 07:53:43 +0000 (09:53 +0200)
fixes #11894

etc/icinga2/conf.d/win32/hosts.conf

index 0cc68b65a5d5de1ad01486c1faeab70bb8af9ff9..53d169a8a695a51755fd791ec8757f88f54022c6 100644 (file)
@@ -31,7 +31,7 @@ object Host NodeName {
     /* No parameters. */
   }
   vars.disks["disk C:"] = {
-    disk_partition = "C:"
+    disk_win_path = "C:"
   }
 
   /* Define notification mail attributes for notification apply rules in `notifications.conf`. */