Port details |
- zabbix2-frontend Enterprise-class open source distributed monitoring (frontend)
- 2.0.21_1 net-mgmt
=2 2.0.21_1Version of this port present on the latest quarterly branch.
- DEPRECATED: End of Life was August, 2017
This port expired on: 2018-10-09 IGNORE: cannot be installed: doesn't work with lang/php71 port (doesn't support PHP 7.0 7.1 7.2 7.3)
- Maintainer: pg@pakhom.spb.ru
- Port Added: 2012-08-15 13:36:46
- Last Update: 2018-10-10 21:01:09
- SVN Revision: 481767
- People watching this port, also watch:: mtop, Ice
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zabbix2-frontend>0:net-mgmt/zabbix2-frontend
- Conflicts:
- CONFLICTS:
- zabbix[0-9][0-9]-frontend
- zabbix[0-13-9]-frontend
- No installation instructions:
- This port has been deleted.
- PKGNAME: zabbix2-frontend
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530966097
SHA256 (zabbix-2.0.21.tar.gz) = e174f7385349f1c65b9cf7e879510c2d91265ff17d88d705b4b817ff4517e291
SIZE (zabbix-2.0.21.tar.gz) = 13968103
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: net-mgmt/zabbix2-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php71
- bcmath.so : math/php71-bcmath
- ctype.so : textproc/php71-ctype
- gd.so : graphics/php71-gd
- snmp.so : net-mgmt/php71-snmp
- sockets.so : net/php71-sockets
- mbstring.so : converters/php71-mbstring
- session.so : www/php71-session
- dom.so : textproc/php71-dom
- xml.so : textproc/php71-xml
- xmlreader.so : textproc/php71-xmlreader
- xmlwriter.so : textproc/php71-xmlwriter
- simplexml.so : textproc/php71-simplexml
- gettext.so : devel/php71-gettext
- ldap.so : net/php71-ldap
- mysqli.so : databases/php71-mysqli
- Library dependencies:
-
- libnetsnmp.so : net-mgmt/net-snmp
- libpkg.so : ports-mgmt/pkg
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for zabbix2-frontend-2.0.21_1:
MYSQL=on: MySQL database support
MYSQLI=on: MySQLI backend
ORACLE=off: Oracle database support
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- php:web
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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/zabbix2-server |
Commit | Credits | Log message |
2.0.21_1 10 Oct 2018 21:01:09 |
rene |
Remove expired ports:
2018-10-09 net-mgmt/zabbix2-server: End of Life was August, 2017
2018-10-09 net-mgmt/zabbix2-agent: End of Life was August, 2017
2018-10-09 net-mgmt/zabbix2-frontend: End of Life was August, 2017
2018-10-09 net-mgmt/zabbix2-java: End of Life was August, 2017
2018-10-09 net-mgmt/zabbix2-proxy: End of Life was August, 2017 |
2.0.21_1 08 Oct 2018 15:08:13 |
antoine |
Fix some PKGNAME collisions |
2.0.21 09 Jul 2018 14:06:33 |
dbaio |
net-mgmt/zabbix2-*: Update to 2.0.21, Mark as deprecated
Mark as deprecated due to being marked end of life upstream
since August, 2017. This will be the last update.
https://www.zabbix.com/life_cycle_and_release_policy
Changes: https://www.zabbix.com/rn/rn2.0.21
PR: 229588
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) |
2.0.20_1 08 Apr 2018 12:19:58 |
brnrd |
category net-mgmt: Convert to USES=php
Approved by: infrastructure modernization blanket |
2.0.16 13 Mar 2016 16:56:42 |
mat |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight |
2.0.16 30 Dec 2015 22:48:15 |
pawel |
- Switch to our framework's USES=execinfo
- Use EXECINFO_CPPFLAGS and EXECINFO_LDFLAGS to fix detection of
libexecinfo on FreeBSD 9.x
- Mark frontend ports as NO_ARCH
PR: 205740
Submitted by: myself
Approved by: maintainer |
2.0.14 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.0.10_1 22 Apr 2014 18:14:34 |
rene |
- Add stage support
- Use modern LIB_DEPENDS
Based on ports/188037
Approved by: portmgr (infrastructure blanket) |
2.0.10 16 Dec 2013 06:02:22 |
delphij |
Update to 2.0.10.
PR: ports/184495
Submitted by: maintainer (with changes to update to 2.0.10) |
2.0.8 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
2.0.6 27 Jun 2013 06:27:25 |
bapt |
Fix PKGORIGIN after moving PKGORIGIN declaration earlier
Reported by: erwin |
2.0.6 09 Jun 2013 18:32:16 |
miwi |
- Remove php4 reference |
2.0.6 08 May 2013 22:05:49 |
bdrewery |
- Update to 2.0.6 [1]
- Fix zabbix2-proxy plist
- Fix PORTREVISION in master port
PR: ports/178182 [1]
Submitted by: Pakhom Golynga <pakhom706@gmail.com> (maintainer) [1] |
2.0.5_2 15 Feb 2013 02:03:51 |
miwi |
- Ad missing dependency
- Bump PORTREVISION
PR: 176139
Submitted by: maintainer |
2.0.3_1 23 Oct 2012 22:29:37 |
rakuco |
- Add php5-simplexml to the dependency list [1]
- Trim the Makefile header
PR: ports/172588 [1]
Submitted by: Pakhom Golynga <pakhom706@gmail.com> (maintainer) [1]
Feature safe: yes |
2.0.0 15 Aug 2012 14:28:31 |
jase |
- Update to 2.0.0 after repocopy from
net-mgmt/zabbix-{agent,frontend,proxy,server} [1]
- Convert to optionsNG
- Remove the need for SQL patches by using REINPLACE
- Remove manual installation of config files.
- Change config include directories from dirrm to dirrmtry in
pkg-plist - users may put files there.
PR: ports/169153 [1]
Submitted by: Pakhom Golynga <pakhom706@gmail.com> (maintainer)
Approved by: flo (mentor) |
1.8.13,2 15 Aug 2012 13:36:29 |
jase |
- Forced commit to note repocopy of :
net-mgmt/zabbix-server -> net-mgmt/zabbix2-server
net-mgmt/zabbix-agent -> net-mgmt/zabbix2-agent
net-mgmt/zabbit-frontend -> net-mgmt/zabbix2-frontend
net-mgmt/zabbix-proxy -> net-mgmt/zabbix2-proxy
- Note: This forced commit was performed as the repocopy took place prior
to the CVS->SVN migration and the requisite CVS post-repocopy forced
commit was not executed.
PR: ports/169153
Submitted by: Pakhom Golynga <pakhom706@gmail.com>
Repocopied by: marcus (portmgr)
Approved by: flo (mentor) |