summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix4-server/files/pkg-message.in
blob: d5c015585ce36e937ff35645880abbb55a9663ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[
{ 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.0/manual/appendix/install/db_scripts

Upgrade notes for 4.0.0:
https://www.zabbix.com/documentation/4.0/manual/installation/upgrade_notes_400

Upgrade procedure:
https://www.zabbix.com/documentation/4.0/manual/installation/upgrade/sources

Please see https://www.zabbix.com/ for detailed information about Zabbix.

Official Zabbix documentation:
https://www.zabbix.com/documentation/4.0/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 LTS release!

Zabbix LTS releases are supported for Zabbix customers during five (5) years
i.e. 3 years of Full Support (general, critical and security issues) and 2
additional years of Limited Support (critical and security issues only).
Zabbix LTS version release will result in change of the first version number.

Stable release:         Zabbix 4.0
Release date:           1 October, 2018
End of Full Support:    31 October, 2021
End of Limited Support: 31 October, 2023

Zabbix Life Cycle & Release Policy:
https://www.zabbix.com/life_cycle_and_release_policy
EOM
}
{
  type: upgrade
  maximum_version: "4.0.12"
  minimum_version: "4.0.10"
  message: <<EOM
A change in Zabbix 4.0.11 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
}
]