[pkg-nagios-changes] [Git][nagios-team/icinga2][experimental] Add patch to use check_systemd path as provided by the...

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Mar 29 19:32:39 BST 2023



Bas Couwenberg pushed to branch experimental at Debian Nagios Maintainer Group / icinga2


Commits:
7bcf535a by Bas Couwenberg at 2023-03-29T20:32:31+02:00
Add patch to use check_systemd path as provided by the monitoring-plugins-systemd package. (closes: #1033666)

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/systemd-checkcommand.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+icinga2 (2.13.7-1~exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch to use check_systemd path as provided by the
+    monitoring-plugins-systemd package.
+    (closes: #1033666)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 29 Mar 2023 20:31:35 +0200
+
 icinga2 (2.13.7-1~exp1) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 21_config_changes
 postgres-checkcommand.patch
+systemd-checkcommand.patch


=====================================
debian/patches/systemd-checkcommand.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Use check_systemd path as provided by monitoring-plugins-systemd package.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/1033666
+
+--- a/itl/plugins-contrib.d/systemd.conf
++++ b/itl/plugins-contrib.d/systemd.conf
+@@ -1,7 +1,7 @@
+ /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
+ 
+ object CheckCommand "systemd" {
+-	command = [ PluginContribDir + "/check_systemd.py" ]
++	command = [ PluginContribDir + "/check_systemd" ]
+ 
+ 	arguments = {
+ 		"--unit" = {



View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/commit/7bcf535a0840262aebb480c08b44071d1d2554fc

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/commit/7bcf535a0840262aebb480c08b44071d1d2554fc
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/20230329/638bee11/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list