One master, one linux agent, all agent checks executed on master

hi,
with director configured checks (load, procs, disk), which should be conducted on agent, are executed on master, as i can see from “Check Source”. i suppose wrong zone configs, but i cannot find error.

zone config on master: hostname is lin1.ffvv.at:

object Endpoint “lin1.ffvv.at” {
host = “lin1.ffvv.at”
}
object Zone “lin1.ffvv.at” {
endpoints = [ “lin1.ffvv.at” ]
}
object Zone “lin2.ffvv.at” {
endpoints = [ “lin2.ffvv.at” ]
parent = “lin1.ffvv.at”
}
object Endpoint “lin2.ffvv.at” {
host = “lin2.ffvv.at”
}

zone config on linux agent: hostname is lin2.ffvv.at
object Endpoint “lin1.ffvv.at” {
host = “lin1.ffvv.at”
port = “5665”
}
object Zone “lin1.ffvv.at” {
endpoints = [ “lin1.ffvv.at” ]
}
object Endpoint “lin2.ffvv.at” {
}
object Zone “lin2.ffvv.at” {
endpoints = [ “lin2.ffvv.at” ]
parent = “lin1.ffvv.at”
}

please help, thanks
mik

Hi,

you write you are using the director:
how your template looks like? I think the issue will be found there

At the end the host definition should be look like this:


note “server” is one defined zone in our setup