[dev.icinga.com #11894] Incorrect custom variable name in the hosts.conf example config #4257
Labels
Milestone
Comments
Updated by gbeutner on 2016-06-06 07:54:43 +00:00
|
Updated by gbeutner on 2016-06-06 07:55:05 +00:00
Applied in changeset 1c6c485. |
Updated by gbeutner on 2016-06-16 08:11:40 +00:00
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue has been migrated from Redmine: https://dev.icinga.com/issues/11894
Created by viper539 on 2016-06-03 13:33:26 +00:00
Assignee: gbeutner
Status: Resolved (closed on 2016-06-06 07:55:05 +00:00)
Target Version: 2.5.0
Last Update: 2016-06-16 08:11:40 +00:00 (in Redmine)
Hello,
the name of the Value in hosts.conf or in command-plugin-windows.conf is wrong.
hosts.conf:
vars.disks["disk C:"] = {
disk_partition = "C:"
}
command-plugins-windows.conf:
"-p" = {
value = "$disk_win_path$"
description = "Optional paths to check"
repeat_key = true
}
If i use
vars.disks["disk C:"] = {
disk_win_path = "C:"
}
in hosts.conf, everything is working fine.
Just my 0,02 EUR
Version: Icinga2-v2.4.8-x86_64.msi
Changesets
2016-06-06 07:53:43 +00:00 by gbeutner 1c6c485
The text was updated successfully, but these errors were encountered: