We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has been migrated from Redmine: https://dev.icinga.com/issues/6878
Created by Foxeronie on 2014-08-08 21:09:00 +00:00
Assignee: mfriedrich Status: Resolved (closed on 2014-08-14 12:40:04 +00:00) Target Version: 2.1.0 Last Update: 2014-09-16 09:22:17 +00:00 (in Redmine)
Icinga Version: 2.0.1
Hi,
I think the zone parent from checker under: http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc\#!/icinga2/latest/doc/module/icinga2/chapter/monitoring-remote-systems#cluster-scenarios-load-distribution
is wrong.
object Zone "master" { endpoints = [ "central-node" ] }
object Zone "checker" { endpoints = [ "checker1-node", "checker2-node" ] -- parent = "central"
** parent = "master" }
object Zone "global-templates" { global = true }
Best regards, Patrick
Changesets
2014-08-14 12:39:08 +00:00 by (unknown) a6335a7
Documentation: Fix naming s/central/master/ fixes #6878
The text was updated successfully, but these errors were encountered:
Updated by mfriedrich on 2014-08-14 12:38:51 +00:00
Sorry, something went wrong.
Updated by Anonymous on 2014-08-14 12:40:04 +00:00
Applied in changeset i2:a6335a7cdfeeb4a6527a81bdcefeb15c23cc1ea1.
Updated by mfriedrich on 2014-09-16 09:22:17 +00:00
No branches or pull requests
This issue has been migrated from Redmine: https://dev.icinga.com/issues/6878
Created by Foxeronie on 2014-08-08 21:09:00 +00:00
Assignee: mfriedrich
Status: Resolved (closed on 2014-08-14 12:40:04 +00:00)
Target Version: 2.1.0
Last Update: 2014-09-16 09:22:17 +00:00 (in Redmine)
Hi,
I think the zone parent from checker under:
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc\#!/icinga2/latest/doc/module/icinga2/chapter/monitoring-remote-systems#cluster-scenarios-load-distribution
is wrong.
object Zone "master" {
endpoints = [ "central-node" ]
}
object Zone "checker" {
endpoints = [ "checker1-node", "checker2-node" ]
-- parent = "central"
** parent = "master"
}
object Zone "global-templates" {
global = true
}
Best regards,
Patrick
Changesets
2014-08-14 12:39:08 +00:00 by (unknown) a6335a7
The text was updated successfully, but these errors were encountered: