1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: check-postgres
Priority: optional
Section: database
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Peter Eisentraut <petere@debian.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 7.0.50~), perl, libdbd-pg-perl (>= 2.19.3), postgresql
Standards-Version: 3.9.8
Homepage: http://bucardo.org/wiki/Check_postgres
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/check-postgres.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/check-postgres.git
Package: check-postgres
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, perl, postgresql-client
Enhances: postgresql
Description: script for monitoring PostgreSQL databases
check_postgres 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.
|