update to check_postgres-2.23.0

This commit is contained in:
sthen 2017-11-02 13:11:09 +00:00
parent 61f927194b
commit 71f33bc5a0
4 changed files with 14 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2015/07/18 22:59:01 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2017/11/02 13:11:09 sthen Exp $
PKG_ARCH= *
COMMENT= Nagios plugin to monitor PostgresQL
DISTNAME= check_postgres-2.22.0
DISTNAME= check_postgres-2.23.0
CATEGORIES= net databases
MAINTAINER= Stuart Henderson <sthen@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (check_postgres-2.22.0.tar.gz) = Kc2OoKDA/NeaHmr7P1odZiwWWO7yB+qJJ23bMBIbhag=
SIZE (check_postgres-2.22.0.tar.gz) = 180992
SHA256 (check_postgres-2.23.0.tar.gz) = k82+krtFFSUhmxMaaBDZ2gUlAA9nlRYPcHUbEFyFhhU=
SIZE (check_postgres-2.23.0.tar.gz) = 200985

View File

@ -1,7 +1,8 @@
$OpenBSD: patch-check_postgres_pl,v 1.3 2015/07/18 22:59:01 sthen Exp $
--- check_postgres.pl.orig Tue Jun 30 09:58:51 2015
+++ check_postgres.pl Sat Jul 18 16:57:07 2015
@@ -878,12 +878,9 @@ if (! $opt{'no-check_postgresrc'}) {
$OpenBSD: patch-check_postgres_pl,v 1.4 2017/11/02 13:11:09 sthen Exp $
Index: check_postgres.pl
--- check_postgres.pl.orig
+++ check_postgres.pl
@@ -1155,12 +1155,9 @@ if (! $opt{'no-check_postgresrc'}) {
elsif (exists $ENV{HOME} and -e "$ENV{HOME}/.check_postgresrc") {
$rcfile = "$ENV{HOME}/.check_postgresrc";
}
@ -16,7 +17,7 @@ $OpenBSD: patch-check_postgres_pl,v 1.3 2015/07/18 22:59:01 sthen Exp $
}
## We need a temporary hash so that multi-value options can be overridden on the command line
my %tempopt;
@@ -2074,7 +2071,7 @@ sub build_symlinks {
@@ -2364,7 +2361,7 @@ sub build_symlinks {
next;
}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2014/10/23 14:39:03 sthen Exp $
@comment $OpenBSD: PLIST,v 1.4 2017/11/02 13:11:09 sthen Exp $
bin/check_postgres.pl
libexec/nagios/
libexec/nagios/check_postgres_archive_ready
@ -19,6 +19,7 @@ libexec/nagios/check_postgres_fsm_relations
libexec/nagios/check_postgres_hitratio
libexec/nagios/check_postgres_hot_standby_delay
libexec/nagios/check_postgres_index_size
libexec/nagios/check_postgres_indexes_size
libexec/nagios/check_postgres_last_analyze
libexec/nagios/check_postgres_last_autoanalyze
libexec/nagios/check_postgres_last_autovacuum
@ -47,12 +48,14 @@ libexec/nagios/check_postgres_query_runtime
libexec/nagios/check_postgres_query_time
libexec/nagios/check_postgres_relation_size
libexec/nagios/check_postgres_replicate_row
libexec/nagios/check_postgres_replication_slots
libexec/nagios/check_postgres_same_schema
libexec/nagios/check_postgres_sequence
libexec/nagios/check_postgres_settings_checksum
libexec/nagios/check_postgres_slony_status
libexec/nagios/check_postgres_table_size
libexec/nagios/check_postgres_timesync
libexec/nagios/check_postgres_total_relation_size
libexec/nagios/check_postgres_txn_idle
libexec/nagios/check_postgres_txn_time
libexec/nagios/check_postgres_txn_wraparound