blob: f4b8e72effa4bd60a0f89b4c21a7a5782758034d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ type: install
message: <<EOM
To rotate Icinga 2's logfiles, you can copy %%EXAMPLESDIR%%/newsyslog/icinga2.conf
to %%LOCALBASE%%/etc/newsyslog.conf.d/
EOM
}
{ type: upgrade
message: <<EOM
If you do a major upgrade of Icinga 2 and use a database, please see
https://icinga.com/docs/icinga-2/latest/doc/16-upgrading-icinga-2/
how to upgrade the database.
Please remove the rc.conf variable 'icinga2_mkvar'. All needed directories are
now created as needed.
EOM
}
]
|