[pkg-nagios-changes] [Git][nagios-team/pkg-icinga2][master] Add patch by Jens Holzkämper to use check_postgres path as provided by…
Bas Couwenberg
gitlab at salsa.debian.org
Wed May 16 17:21:59 BST 2018
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-icinga2
Commits:
0215182d by Bas Couwenberg at 2018-05-16T18:21:51+02:00
Add patch by Jens Holzkämper to use check_postgres path as provided by check-postgres package. (closes: #898833)
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/postgres-checkcommand.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+icinga2 (2.8.4-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add patch by Jens Holzkämper to use check_postgres path as
+ provided by check-postgres package.
+ (closes: #898833)
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 16 May 2018 18:20:53 +0200
+
icinga2 (2.8.4-2) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/postgres-checkcommand.patch
=====================================
--- /dev/null
+++ b/debian/patches/postgres-checkcommand.patch
@@ -0,0 +1,16 @@
+Description: Use check_postgres path as provided by check-postgres package.
+Author: Jens Holzkämper <jens at zbmath.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/898833
+
+--- a/itl/plugins-contrib.d/databases.conf
++++ b/itl/plugins-contrib.d/databases.conf
+@@ -521,7 +521,7 @@ object CheckCommand "oracle_health" {
+ object CheckCommand "postgres" {
+ import "ipv4-or-ipv6"
+
+- command = [ PluginContribDir + "/check_postgres.pl" ]
++ command = [ "/usr/bin/check_postgres" ]
+
+ arguments = {
+ "-H" = {
=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
21_config_changes
42_mips_boost_bind_workaround
spelling-errors.patch
+postgres-checkcommand.patch
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icinga2/commit/0215182de2cafeb5f82de652b93ba3e9fe50d843
---
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icinga2/commit/0215182de2cafeb5f82de652b93ba3e9fe50d843
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20180516/d07e7bd3/attachment-0001.html>
More information about the pkg-nagios-changes
mailing list