mirror of https://github.com/Icinga/icinga2.git
Fix incorrect variable name in the hosts.conf example config for Windows
fixes #11894
This commit is contained in:
parent
0ce41399e0
commit
1c6c4859e1
|
@ -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`. */
|
||||
|
|
Loading…
Reference in New Issue