diff options
Diffstat (limited to 'net-mgmt/icinga2/files/pkg-message.in')
-rw-r--r-- | net-mgmt/icinga2/files/pkg-message.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net-mgmt/icinga2/files/pkg-message.in b/net-mgmt/icinga2/files/pkg-message.in index 4148edfbae89..7e79fcc77d46 100644 --- a/net-mgmt/icinga2/files/pkg-message.in +++ b/net-mgmt/icinga2/files/pkg-message.in @@ -1,6 +1,15 @@ +[ +{ 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. - -To rotate Icinga 2's logfiles, you can copy %%EXAMPLESDIR%%/newsyslog/icinga2.conf -to %%LOCALBASE%%/etc/newsyslog.conf.d/ +EOM +} +] |