Port details |
- zabbix3-proxy Enterprise-class open source distributed monitoring (proxy) LTS
- 3.0.32 net-mgmt
=1 3.0.32Version of this port present on the latest quarterly branch.
- Maintainer: pg@pakhom.spb.ru
- Port Added: 2016-03-15 17:02:51
- Last Update: 2022-02-28 17:37:47
- Commit Hash: 6d16a17
- People watching this port, also watch:: py39-pypcap, notmuch, monit
- License: GPLv2+
- WWW:
- https://www.zabbix.com/
- Description:
- 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: https://www.zabbix.com/
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zabbix3-proxy>0:net-mgmt/zabbix3-proxy
- Conflicts:
- CONFLICTS_INSTALL:
- zabbix[0-9][0-9]-proxy
- zabbix[0-24-9]-proxy
- No installation instructions:
- This port has been deleted.
- PKGNAME: zabbix3-proxy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615293112
SHA256 (zabbix-3.0.32.tar.gz) = 27f613254779ff78a763cb8c0d8a38900de15157f84b01ff2fafba58290534d9
SIZE (zabbix-3.0.32.tar.gz) = 14890890
Packages (timestamps in pop-ups are UTC):
- Master port: net-mgmt/zabbix3-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- fping : net/fping
- Library dependencies:
-
- libnetsnmp.so : net-mgmt/net-snmp
- libcurl.so : ftp/curl
- libodbc.so : databases/unixODBC
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zabbix3-proxy-3.0.32:
CURL=on: Support for web monitoring
FPING=on: Build/install fping for ping checks
IPMI=off: Support for IPMI checks
IPV6=on: IPv6 protocol support
JABBER=off: Support for Jabber media type
LDAP=off: Support for LDAP server checks
LIBXML2=off: Support for libxml2 (required by monitoring VMware)
NMAP=off: Build/install nmap for o/s detection
SSH=off: Support for SSH-based checks
====> Options available for the single DB: you have to select exactly one of them
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
ORACLE=off: Oracle database support
====> Support for database checks via ODBC: you have to select exactly one of them
IODBC=off: ODBC backend via iODBC
UNIXODBC=on: ODBC backend via unixODBC
====> SSL protocol support: you have to select exactly one of them
OPENSSL=on: SSL/TLS support via OpenSSL
GNUTLS=off: SSL/TLS support via GnuTLS
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_zabbix3-proxy
- USES:
- pkgconfig iconv compiler:c11 mysql ssl
- pkg-message:
- For install:
- For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
% cd /usr/local/share/zabbix3/proxy/database
PostgreSQL:
shell> psql -U <username>
psql> create database zabbix;
psql> \q
shell> cd database/postgresql
shell> psql -U <username> zabbix < schema.sql
shell> psql -U <username> zabbix < images.sql
shell> psql -U <username> zabbix < data.sql
MySQL:
shell> mysql -u<username> -p<password>
mysql> create database zabbix character set utf8;
mysql> quit;
shell> mysql -u<username> -p<password> zabbix < database/mysql/schema.sql
shell> mysql -u<username> -p<password> zabbix < database/mysql/images.sql
shell> mysql -u<username> -p<password> 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
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
- Master Sites:
|
Port Moves |
- port deleted on 2022-02-28
REASON: Has expired: Upstream EOL reached on 2021-02-28
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: net-mgmt/zabbix3-server | Commit | Credits | Log message |
3.0.32 28 Feb 2022 17:37:47 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-02-28 net-mgmt/zabbix3-proxy: Upstream EOL reached on 2021-02-28
2022-02-28 net-mgmt/zabbix3-java: Upstream EOL reached on 2021-02-28
2022-02-28 net-mgmt/zabbix3-frontend: Upstream EOL reached on 2021-02-28
2022-02-28 net-mgmt/zabbix3-agent: Upstream EOL reached on 2021-02-28
2022-02-28 net-mgmt/zabbix3-server: Upstream EOL reached on 2021-02-28 |
3.0.32 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.11 12 Oct 2017 12:38:24 |
dbaio |
net-mgmt/zabbix3-*: Update to 3.0.11
Improve LICENSE.
Remove unnecessary information from the slave ports.
Changes: https://www.zabbix.com/rn3.0.11
PR: 222809
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) |
3.0.1_1 05 Apr 2016 20:13:50 |
pi |
net-mgmt/zabbix3-{server,proxy,agent}: Add SSL/TLS support
PR: 208029
Submitted by: Martin Waschbuesch <martin@waschbuesch.de>
Approved by: pakhom@pakhom.spb.ru (maintainer) |
3.0.1 15 Mar 2016 13:48:01 |
feld |
net-mgmt/zabbix24 -> zabbix3
Welcome zabbix3 to the ports tree
PR: 207616 |
Number of commits found: 5
|