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
Created by mfriedrich on 2015-02-20 13:59:11 00:00
Assignee: mfriedrich
Status: Resolved (closed on 2015-02-20 14:15:03 00:00)
Target Version: 2.3.0
Last Update: 2015-02-20 16:10:08 00:00 (in Redmine)
Icinga Version: v2.2.0-504-ge2815de
Backport?: Not yet backported
Include in Changelog: 1
The log output says that 'master' and 'sattelite' are my endpoints. Apparently they are the zones configured.
[2015-02-20 14:53:22 0100] debug/ApiListener: Not connecting to Endpoint 'master' because we're already connected to it.
[2015-02-20 14:53:22 0100] debug/ApiListener: Not connecting to Endpoint 'satellite' because we're already connected to it.
object Endpoint "icinga2a" {
host = "localhost"
port = 7000
}
object Endpoint "icinga2b" {
host = "localhost"
port = 8000
}
object Endpoint "icinga2c" {
host = "localhost"
port = 9500
}
object Zone "master" {
endpoints = [ "icinga2a", "icinga2b" ]
}
object Zone "satellite" {
endpoints = [ "icinga2c" ]
parent = "master"
}
e.g.
if (my_zone != zone && my_zone != zone->GetParent() && zone != my_zone->GetParent()) {
Log(LogDebug, "ApiListener")
<< "Not connecting to Endpoint '" << zone->GetName() << "' because it's not in the same zone, a parent or a child zone.";
continue;
}
Updated by mfriedrich on 2015-02-20 14:00:12 00:00
Subject changed from Misleading ApiListener connection log messages (Endpoint vs Zone) to Misleading ApiListener connection log messages on a master (Endpoint vs Zone)
This issue has been migrated from Redmine: https://dev.icinga.com/issues/8493
Created by mfriedrich on 2015-02-20 13:59:11 00:00
Assignee: mfriedrich
Status: Resolved (closed on 2015-02-20 14:15:03 00:00)
Target Version: 2.3.0
Last Update: 2015-02-20 16:10:08 00:00 (in Redmine)
The log output says that 'master' and 'sattelite' are my endpoints. Apparently they are the zones configured.
e.g.
Changesets
2015-02-20 14:11:44 00:00 by mfriedrich ba77d7b
The text was updated successfully, but these errors were encountered: