Files
bsdports/_alpha/zabbix44-server/files/pkg-message.in
2019-12-26 07:26:06 +00:00

62 lines
1.9 KiB
Plaintext

[
{ type: install
message: <<EOM
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is
required. It is not needed to run Zabbix agent.
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
And follow the instructions:
https://www.zabbix.com/documentation/4.2/manual/appendix/install/db_scripts
Upgrade notes for 4.2.0:
https://www.zabbix.com/documentation/4.2/manual/installation/upgrade_notes_420
Upgrade procedure:
https://www.zabbix.com/documentation/4.2/manual/installation/upgrade/sources
Please see https://www.zabbix.com/ for detailed information about Zabbix.
Official Zabbix documentation:
https://www.zabbix.com/documentation/4.2/start
For Zabbix frontend "Welcome" screen. Enter the user name Admin with password
zabbix to log in as a Zabbix superuser.
For use NMAP please edit sudoers
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.
Stable release: Zabbix 4.2
Release date: 2 April, 2019
End of Full Support: 30 September, 2019
End of Limited Support: 31 October, 2019
Zabbix Life Cycle & Release Policy:
https://www.zabbix.com/life_cycle_and_release_policy
EOM
}
{
type: upgrade
maximum_version: "4.2.6"
minimum_version: "4.2.4"
message: <<EOM
A change in Zabbix 4.2.5 is causing trouble when stopping the agent, proxy, and
server daemons. If you are using the default rc script and facing this issue,
you'll need to send the kill signal to the daemon in order to stop it:
# killall -9 zabbix_process_name
More details at:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239746
https://support.zabbix.com/browse/ZBX-16460
EOM
}
]