mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user