Index: head/net-mgmt/zabbix2-server/files/pkg-message.in =================================================================== --- head/net-mgmt/zabbix2-server/files/pkg-message.in (revision 448627) +++ head/net-mgmt/zabbix2-server/files/pkg-message.in (revision 448628) @@ -1,42 +1,42 @@ ====================================================================== 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 PostgreSQL: shell> psql -U psql> create database zabbix; psql> \q shell> cd database/postgresql shell> psql -U zabbix < schema.sql shell> psql -U zabbix < images.sql shell> psql -U zabbix < data.sql MySQL: shell> mysql -u -p mysql> create database zabbix character set utf8; mysql> quit; shell> mysql -u -p zabbix < database/mysql/schema.sql shell> mysql -u -p zabbix < database/mysql/images.sql shell> mysql -u -p zabbix < database/mysql/data.sql SQLite: shell> cd database/sqlite3 shell> sqlite3 /var/lib/sqlite/zabbix.db < schema.sql shell> sqlite3 /var/lib/sqlite/zabbix.db < images.sql shell> sqlite3 /var/lib/sqlite/zabbix.db < data.sql IBM DB2: shell> db2 "create database zabbix using codeset utf-8 territory us pagesize 32768" shell> cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql To upgrade an existing database, see the scripts in %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades. -Please see http://www.zabbix.com/documentation/2.0/manual/installation/install for installation instructions. +Please see https://www.zabbix.com/documentation/2.0/manual/installation/install for installation instructions. For use NMAP please edit sudoers ====================================================================== Index: head/net-mgmt/zabbix2-server/pkg-descr =================================================================== --- head/net-mgmt/zabbix2-server/pkg-descr (revision 448627) +++ head/net-mgmt/zabbix2-server/pkg-descr (revision 448628) @@ -1,12 +1,12 @@ Zabbix is an enterprise-class open source distributed monitoring solution. Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data. This makes Zabbix ideal for capacity planning. -WWW: http://www.zabbix.com/ +WWW: https://www.zabbix.com/ Index: head/net-mgmt/zabbix22-server/pkg-descr =================================================================== --- head/net-mgmt/zabbix22-server/pkg-descr (revision 448627) +++ head/net-mgmt/zabbix22-server/pkg-descr (revision 448628) @@ -1,12 +1,12 @@ Zabbix is an enterprise-class open source distributed monitoring solution. Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data. This makes Zabbix ideal for capacity planning. -WWW: http://www.zabbix.com/ +WWW: https://www.zabbix.com/ Index: head/net-mgmt/zabbix3-server/files/pkg-message.in =================================================================== --- head/net-mgmt/zabbix3-server/files/pkg-message.in (revision 448627) +++ head/net-mgmt/zabbix3-server/files/pkg-message.in (revision 448628) @@ -1,47 +1,47 @@ ====================================================================== 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 PostgreSQL: shell> psql -U psql> create database zabbix; psql> \q shell> cd database/postgresql shell> psql -U zabbix < schema.sql shell> psql -U zabbix < images.sql shell> psql -U zabbix < data.sql MySQL: shell> mysql -u -p mysql> create database zabbix character set utf8; mysql> quit; shell> mysql -u -p zabbix < database/mysql/schema.sql shell> mysql -u -p zabbix < database/mysql/images.sql shell> mysql -u -p zabbix < database/mysql/data.sql SQLite: shell> cd database/sqlite3 shell> sqlite3 /var/lib/sqlite/zabbix.db < schema.sql shell> sqlite3 /var/lib/sqlite/zabbix.db < images.sql shell> sqlite3 /var/lib/sqlite/zabbix.db < data.sql IBM DB2: shell> db2 "create database zabbix using codeset utf-8 territory us pagesize 32768" shell> cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql Upgrade notes for 3.0.0 https://www.zabbix.com/documentation/3.0/manual/installation/upgrade_notes_300 Upgrade procedure https://www.zabbix.com/documentation/3.0/manual/installation/upgrade -Pleasese see http://www.zabbix.com/ for detailed information about Zabbix. +Please see https://www.zabbix.com/ for detailed information about Zabbix. On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.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 ====================================================================== Index: head/net-mgmt/zabbix3-server/pkg-descr =================================================================== --- head/net-mgmt/zabbix3-server/pkg-descr (revision 448627) +++ head/net-mgmt/zabbix3-server/pkg-descr (revision 448628) @@ -1,10 +1,10 @@ Zabbix is an enterprise-class open source distributed monitoring solution. Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data. This makes Zabbix ideal for capacity planning. -WWW: http://www.zabbix.com/ +WWW: https://www.zabbix.com/ Index: head/net-mgmt/zabbix32-server/files/pkg-message.in =================================================================== --- head/net-mgmt/zabbix32-server/files/pkg-message.in (revision 448627) +++ head/net-mgmt/zabbix32-server/files/pkg-message.in (revision 448628) @@ -1,47 +1,47 @@ ====================================================================== 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 PostgreSQL: shell> psql -U psql> create database zabbix; psql> \q shell> cd database/postgresql shell> psql -U zabbix < schema.sql shell> psql -U zabbix < images.sql shell> psql -U zabbix < data.sql MySQL: shell> mysql -u -p mysql> create database zabbix character set utf8; mysql> quit; shell> mysql -u -p zabbix < database/mysql/schema.sql shell> mysql -u -p zabbix < database/mysql/images.sql shell> mysql -u -p zabbix < database/mysql/data.sql SQLite: shell> cd database/sqlite3 shell> sqlite3 /var/lib/sqlite/zabbix.db < schema.sql shell> sqlite3 /var/lib/sqlite/zabbix.db < images.sql shell> sqlite3 /var/lib/sqlite/zabbix.db < data.sql IBM DB2: shell> db2 "create database zabbix using codeset utf-8 territory us pagesize 32768" shell> cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql Upgrade notes for 3.2.0 https://www.zabbix.com/documentation/3.2/manual/installation/upgrade_notes_320 Upgrade procedure https://www.zabbix.com/documentation/3.2/manual/installation/upgrade -Pleasese see http://www.zabbix.com/ for detailed information about Zabbix. +Please see https://www.zabbix.com/ for detailed information about Zabbix. On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.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 ====================================================================== Index: head/net-mgmt/zabbix32-server/pkg-descr =================================================================== --- head/net-mgmt/zabbix32-server/pkg-descr (revision 448627) +++ head/net-mgmt/zabbix32-server/pkg-descr (revision 448628) @@ -1,10 +1,10 @@ Zabbix is an enterprise-class open source distributed monitoring solution. Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data. This makes Zabbix ideal for capacity planning. -WWW: http://www.zabbix.com/ +WWW: https://www.zabbix.com/