If read the monitoring basics
I see many excerpts from scripts, config files or views from the Icinga director but I don’t know is this the icinga director, is this a config file or what ever.
When I read this documentations its just theoretical for me I don’t know how it works in the documentation nor our Icinga system.
For example, this is from the documentation
Zone ¶
Zone objects are used to specify which Icinga 2 instances are located in a zone. Please read the distributed monitoring chapter for additional details. Example:
object Zone “master” {
endpoints = [ “icinga2-master1.localdomain”, “icinga2-master2.localdomain” ]
}
object Zone “satellite” {
endpoints = [ “icinga2-satellite1.localdomain” ]
parent = “master”
}
I don’t know is this extract above?
A view in the director?
A config file?
If so, where could the config file be?
I understand that every Icinga System is different. But is there not a basic configuration which is equal to others?
I know how to work with Iciniga director but I don’t know about the file structure on the Server.
Could you please send me a link where I can find the “how-to” guides in the documentation?