Accepting request 770360 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/770360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check_postgres?expand=0&rev=3
This commit is contained in:
commit
a7374cc43e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db3da2854d5b3dbb381ae2165611c1864ec97f4eb2c0d73e878e11d9b59c6d50
|
|
||||||
size 207201
|
|
3
check_postgres-2.25.0.tar.gz
Normal file
3
check_postgres-2.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1849021dcab777560c45d0b8e251fbc14dfaff3781c9660f2cb5d98f3352651a
|
||||||
|
size 210944
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 4 17:34:30 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Thu Mar 28 20:54:59 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package check_postgres
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: check_postgres
|
Name: check_postgres
|
||||||
Version: 2.24.0
|
Version: 2.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Postgres monitoring script
|
Summary: Postgres monitoring script
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -73,6 +73,7 @@ monitoring plugins way.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
install -m 0644 %{SOURCE1} nagios-commands-postgres.cfg
|
install -m 0644 %{SOURCE1} nagios-commands-postgres.cfg
|
||||||
|
sed -i 's|#!/usr/bin/env perl|#!/usr/bin/perl|g' check_postgres.pl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
|
Loading…
Reference in New Issue
Block a user