notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
zabbix22-libzbxpgsql Zabbix agent module for comprehensive monitoring of PostgreSQL servers
1.1.0_3 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.0_3Version of this port present on the latest quarterly branch.
Maintainer: martin@waschbuesch.de search for ports maintained by this maintainer
Port Added: 2017-08-26 18:39:59
Last Update: 2019-12-01 12:38:21
SVN Revision: 518769
License: GPLv2+
WWW:
http://cavaliercoder.com/libzbxpgsql/
Description:
This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/zabbix22-libzbxpgsql-1.1.0_3/catalog.mk
  2. /usr/local/share/licenses/zabbix22-libzbxpgsql-1.1.0_3/LICENSE
  3. /usr/local/share/licenses/zabbix22-libzbxpgsql-1.1.0_3/GPLv2+
  4. lib/libzbxpgsql.so
  5. share/examples/libzbxpgsql/Template_PostgreSQL_Server_2.0.xml
  6. share/examples/libzbxpgsql/Template_PostgreSQL_Server_2.4.xml
  7. share/examples/libzbxpgsql/Template_PostgreSQL_Server_3.0.xml
  8. @postexec /usr/sbin/service ldconfig restart > /dev/null
  9. @postunexec /usr/sbin/service ldconfig restart > /dev/null
Collapse this list.
Dependency lines:
  • zabbix22-libzbxpgsql>0:databases/zabbix22-libzbxpgsql
Conflicts:
CONFLICTS:
  • zabbix[0-13-9][0-13-9]-libzbxpgsql
  • zabbix[0-9]-libzbxpgsql
No installation instructions:
This port has been deleted.
PKGNAME: zabbix22-libzbxpgsql
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1503755196 SHA256 (cavaliercoder-libzbxpgsql-v1.1.0_GH0.tar.gz) = 50acc4364241253a013058daf76c4184cc522104f78005d3c4d5e7e09d77571a SIZE (cavaliercoder-libzbxpgsql-v1.1.0_GH0.tar.gz) = 61106

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nonexistent : net-mgmt/zabbix22-agent
  2. autoconf>=2.69 : devel/autoconf
  3. automake>=1.16.1 : devel/automake
  4. libtoolize : devel/libtool
  5. gmake : devel/gmake
Runtime dependencies:
  1. zabbix_agentd : net-mgmt/zabbix22-agent
Library dependencies:
  1. libconfig.so : devel/libconfig
  2. libpq.so.5 : databases/postgresql95-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for zabbix22-libzbxpgsql-1.1.0_3: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
autoreconf gmake libtool pgsql
pkg-message:
For install:
In order to enable the module, add libzbxpgsql.so to the LoadModule= line in zabbix_agentd.conf and restart the agent with service zabbix_agentd restart
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cavaliercoder/libzbxpgsql/tar.gz/v1.1.0?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.0_3
01 Dec 2019 12:38:21
Revision:518769Original commit files touched by this commit
rene search for other commits by this committer
Remove databases/zabbix22-libzbxpgsql, it was end of life in August 2019
1.1.0_3
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
1.1.0_3
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.1.0_2
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
1.1.0_1
06 Aug 2018 17:22:37
Revision:476517Original commit files touched by this commit
fernape search for other commits by this committer
devel/libconfig: update to 1.7.2

* Change to USE_GH
* Bump PORTREVISION of dependant ports.

Committing after maintainer timeout

PR:	229961
Submitted by:	che@bein.link
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16442
1.1.0
29 Aug 2017 23:43:05
Revision:448940Original commit files touched by this commit
dbaio search for other commits by this committer
databases/zabbix[22|3|32]-libzbxpgsql: Configure PORTSCOUT

Discussed with maintainer by email.
1.1.0
26 Aug 2017 18:39:51
Revision:448780Original commit files touched by this commit
dbaio search for other commits by this committer
New port databases/zabbix22-libzbxpgsql: PostgreSQL monitoring module for
zabbix22-agent

This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.

The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.

WWW: http://cavaliercoder.com/libzbxpgsql/

databases/zabbix3-libzbxpgsql -> databases/zabbix22-libzbxpgsql

PR:		221830
Submitted by:	Martin Waschbusch <martin@waschbuesch.de>

Number of commits found: 7