You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have strange problems, I've defined multiple backends in "--override" option in Icinga2. but somehow, Icinga command run ignores it. Trying to run command copy-pasted from "Inspect" in terminal give the same result.
I used the code from @fdellinwing to make this work for overrides.
Critical to have this change for the haproxy plugin to be functional on icinga2. Does not appear to be reflected in the state on master branch.
"--overrides" = {
value = {{
return macro("$haproxy_overrides$").split(" ")
}}
description = "Override the defaults for a particular frontend or backend, in the form {name}:{override}, where {override} is the same format as --defaults above."
}
Hello,
I have strange problems, I've defined multiple backends in "--override" option in Icinga2. but somehow, Icinga command run ignores it. Trying to run command copy-pasted from "Inspect" in terminal give the same result.
but if I remove single quotes for --override, it's working
Not sure there is the bug, I'm using latest Icinga 2.10 with Director.
The text was updated successfully, but these errors were encountered: