mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
19 lines
490 B
Plaintext
19 lines
490 B
Plaintext
[
|
|
{ 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
|
|
http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/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
|
|
}
|
|
]
|