diff --git a/check_postgres-2.24.0.tar.gz b/check_postgres-2.24.0.tar.gz deleted file mode 100644 index ba1fbd7..0000000 --- a/check_postgres-2.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3da2854d5b3dbb381ae2165611c1864ec97f4eb2c0d73e878e11d9b59c6d50 -size 207201 diff --git a/check_postgres-2.25.0.tar.gz b/check_postgres-2.25.0.tar.gz new file mode 100644 index 0000000..1cd0752 --- /dev/null +++ b/check_postgres-2.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1849021dcab777560c45d0b8e251fbc14dfaff3781c9660f2cb5d98f3352651a +size 210944 diff --git a/check_postgres.changes b/check_postgres.changes index a09e00e..8748dc4 100644 --- a/check_postgres.changes +++ b/check_postgres.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 4 17:34:30 UTC 2020 - Martin Hauke + +- Update to version 2.25.0 + * Allow same_schema objects to be included or excluded with + --object and --skipobject + * Fix to allow mixing service names and other connection + parameters for same_schema + ------------------------------------------------------------------- Thu Mar 28 20:54:59 UTC 2019 - Martin Hauke diff --git a/check_postgres.spec b/check_postgres.spec index f59e7d0..c077740 100644 --- a/check_postgres.spec +++ b/check_postgres.spec @@ -1,7 +1,7 @@ # # spec file for package check_postgres # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: check_postgres -Version: 2.24.0 +Version: 2.25.0 Release: 0 Summary: Postgres monitoring script License: GPL-2.0-or-later @@ -73,6 +73,7 @@ monitoring plugins way. %prep %setup -q install -m 0644 %{SOURCE1} nagios-commands-postgres.cfg +sed -i 's|#!/usr/bin/env perl|#!/usr/bin/perl|g' check_postgres.pl %build perl Makefile.PL