--- #YAML:1.0
name : check_postgres.pl
-version : 2.17.0
+version : 2.17.1
abstract : Postgres monitoring script
author:
provides:
check_postgres:
file : check_postgres.pl
- version : 2.17.0
+ version : 2.17.1
keywords:
- Postgres
use warnings;
use 5.006001;
-my $VERSION = '2.17.0';
+my $VERSION = '2.17.1';
if ($VERSION =~ /_/) {
print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.17.0';
+our $VERSION = '2.17.1';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
<hr />
<h1><a name="name">NAME</a></h1>
<p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others</p>
-<p>This documents describes check_postgres.pl version 2.17.0</p>
+<p>This documents describes check_postgres.pl version 2.17.1</p>
<p>
</p>
<hr />