2016-03-07 00:49:29 +01:00
|
|
|
Preparing your Icinga 2 environment for the Director
|
|
|
|
====================================================
|
|
|
|
|
|
|
|
Create an API user
|
|
|
|
------------------
|
|
|
|
|
|
|
|
```icinga2
|
|
|
|
object ApiUser "director" {
|
|
|
|
password = "***"
|
|
|
|
permissions = [ "*" ]
|
|
|
|
//client_cn = ""
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
Start with a new, empty Icinga setup. Director is not allowed to modify
|
|
|
|
existing configuration in `/etc/icinga2`, and while importing existing
|
2016-03-20 17:10:33 +01:00
|
|
|
config is possible (happens for example automagically at kickstart time)
|
2016-03-07 00:49:29 +01:00
|
|
|
this is an advanced task you should not tackle at the early beginning.
|
|
|
|
|
|
|
|
Take some time to really understand work with Icinga Director first.
|
|
|
|
|
|
|
|
Working with Agents and Config Zones
|
|
|
|
====================================
|
|
|
|
|
|
|
|
Hint: Large: max packet size
|