mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +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. */
|
/* No parameters. */
|
||||||
}
|
}
|
||||||
vars.disks["disk C:"] = {
|
vars.disks["disk C:"] = {
|
||||||
disk_partition = "C:"
|
disk_win_path = "C:"
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Define notification mail attributes for notification apply rules in `notifications.conf`. */
|
/* Define notification mail attributes for notification apply rules in `notifications.conf`. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user