Good afternoon,
I have the disadvantage that before any host that I add, I always have the same values.
It’s like it’s checking the same hosts and I think it’s checking the icinga server.
example:
object Host “informix-prod-1” {
import “generic-host”
address = “informix-prod-1.urbano.internal”
vars.os = “Linux”
vars.disks["disk /"] = {
disk_partitions = "/"
disk_wfree = "50%"
disk_cfree = "10%"
check_interval = 5m
}
}
with this the verification called disk supposedly to informix is added in the console, but the values are the same for the icinga server
but it does not happen with all services, for example on the same host, the ssh verifies it correctly, I notice it because the openssh version is different
Can anyone help me please?