Port details |
- nagios-check_postgres Monitor various attributes of your PostgreSQL database
- 2.26.0 net-mgmt =5 2.26.0Version of this port present on the latest quarterly branch.
- Maintainer: matthew@FreeBSD.org
- Port Added: 2014-02-23 22:14:03
- Last Update: 2023-04-05 14:55:50
- Commit Hash: 829724b
- People watching this port, also watch:: GentiumPlus, pgbarman-py311, openvpn, apg, smartmontools
- Also Listed In: databases perl5
- License: BSD2CLAUSE
- WWW:
- https://bucardo.org/check_postgres/
- Description:
- check_postgres.pl - a Postgres monitoring script for Nagios, MRTG,
Cacti, and others
check_postgres.pl is a Perl script that runs many different tests
against one or more Postgres databases. It uses the psql program to
gather the information, and outputs the results in one of three
formats: Nagios, MRTG, or simple.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nagios-check_postgres>0:net-mgmt/nagios-check_postgres
- To install the port:
- cd /usr/ports/net-mgmt/nagios-check_postgres/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/nagios-check_postgres
- pkg install nagios-check_postgres
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nagios-check_postgres
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680681148
SHA256 (check_postgres-2.26.0.tar.gz) = a3b135c1a205179410ee7b694e528704ebc12358781c98d3763d835872366995
SIZE (check_postgres-2.26.0.tar.gz) = 211279
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libpq.so.5 : databases/postgresql13-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nagios-check_postgres-2.26.0:
CACTI=off: Create symlinks in Cacti scripts dir
NAGIOS=on: Create symlinks in Nagios plugins dir
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_nagios-check_postgres
- USES:
- perl5 pgsql
- 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) |
Commit | Credits | Log message |
2.26.0 05 Apr 2023 14:55:50 |
Matthew Seaman (matthew) |
net-mgmt/nagios-check_postgres: update to 2.26.0
Changes: https://github.com/bucardo/check_postgres/releases/tag/2.26.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.25.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.25.0 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
2.25.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.25.0 22 Feb 2020 11:26:59 |
matthew |
Update to 2.25.0
Add new WWW link.
ChangeLog: https://bucardo.org/check_postgres/check_postgres.pl.html#HISTORY |
2.24.0_2 26 Jul 2019 20:46:57 |
gerald |
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 |
2.24.0_1 12 Dec 2018 01:35:36 |
gerald |
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 |
2.24.0 10 Nov 2018 12:14:33 |
matthew |
Update to 2.24.0
ReleaseNotes: https://github.com/bucardo/check_postgres/releases/tag/2.24.0 |
2.23.0 02 Nov 2017 19:07:43 |
matthew |
Upgrade to 2.23.0
Changes: https://github.com/bucardo/check_postgres/releases/tag/2.23.0 |
2.22.0 12 Jan 2016 07:48:30 |
matthew |
Update to 2.22
- use OPTIONS_TARGETS
ChangeLog:
https://mail.endcrypt.com/pipermail/check_postgres-announce/2015-July/000035.html |
2.21.0_5 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.21.0_5 08 Apr 2015 11:29:32 |
matthew |
${SED} -i.bak is better spelled as ${REINPLACE_CMD}
Submitted by: danfe |
2.21.0_5 08 Apr 2015 11:18:20 |
matthew |
I've had reports from colleagues of check_postgres not finding psql
when run via nrpe. Hardcode the directory (${LOCALBASE}/bin) expected
to contain the postgres client and other binaries. |
2.21.0_4 05 Feb 2015 15:23:32 |
bapt |
Cleanup plist |
2.21.0_4 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.21.0_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
2.21.0_3 26 Feb 2014 12:13:31 |
matthew |
Really fix the typos. |
2.21.0_2 26 Feb 2014 11:47:30 |
matthew |
Fix yet another typo. |
2.21.0_1 24 Feb 2014 17:28:41 |
matthew |
Fix typo. |
2.21.0 23 Feb 2014 22:13:35 |
matthew |
check_postgres.pl - a Postgres monitoring script for Nagios, MRTG,
Cacti, and others
check_postgres.pl is a Perl script that runs many different tests
against one or more Postgres databases. It uses the psql program to
gather the information, and outputs the results in one of three
formats: Nagios, MRTG, or simple.
WWW: http://bucardo.org/wiki/Check_postgres
Submitted by: Matthew Seaman <matthew@FreeBSD.org> |