diff options
Diffstat (limited to 'net-mgmt/zabbix74-server/files/pkg-message.in')
-rw-r--r-- | net-mgmt/zabbix74-server/files/pkg-message.in | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/net-mgmt/zabbix74-server/files/pkg-message.in b/net-mgmt/zabbix74-server/files/pkg-message.in new file mode 100644 index 000000000000..ebfdd4c41ae0 --- /dev/null +++ b/net-mgmt/zabbix74-server/files/pkg-message.in @@ -0,0 +1,51 @@ +[ +{ type: install + message: <<EOM +This is a Zabbix Standard release! + +Standard Zabbix releases are supported for Zabbix customers during six (6) +months of Full Support (general, critical and security issues) until the next +Zabbix stable release, plus one (1) additional month of Limited Support +(critical and security issues only). Zabbix Standard version release will result +in change of the second version number. + +Standard release: Zabbix 7.4 +Release date: Jul 01, 2025 +End of Full Support: Until 8.0 LTS +End of Limited Support: Q3 2026 + +Zabbix Life Cycle & Release Policy: +https://www.zabbix.com/life_cycle_and_release_policy + +Log files are now under /var/log/zabbix directory instead of /tmp as it was +previously. + +For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is +required. It is not needed to run Zabbix agent. + +To populate the database with initial data: + +% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database + +and follow the instructions: +https://www.zabbix.com/documentation/7.4/en/manual/appendix/install/db_scripts + +Upgrade notes for 7.4: +https://www.zabbix.com/documentation/7.4/en/manual/installation/upgrade_notes_740 + +Upgrade procedure: +https://www.zabbix.com/documentation/current/en/manual/installation/upgrade/sources + +Official Zabbix documentation: +https://www.zabbix.com/documentation/7.4/en/manual + +Please see https://www.zabbix.com/ for detailed information about Zabbix. + +The default credentials for zabbix frontend is: + Username: Admin + Password: zabbix + +For use NMAP please edit sudoers. +EOM +} +] |