Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package monitoring-plugins-nwc_health for 
openSUSE:Factory checked in at 2025-10-06 18:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-nwc_health (Old)
 and      /work/SRC/openSUSE:Factory/.monitoring-plugins-nwc_health.new.11973 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monitoring-plugins-nwc_health"

Mon Oct  6 18:07:30 2025 rev:28 rq:1309090 version:12.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-nwc_health/monitoring-plugins-nwc_health.changes
      2024-09-17 18:20:14.192030109 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-nwc_health.new.11973/monitoring-plugins-nwc_health.changes
   2025-10-06 18:07:45.966359603 +0200
@@ -1,0 +2,51 @@
+Sun Oct  5 06:20:07 UTC 2025 - Martin Hauke <[email protected]>
+
+- Update to version 12.8:
+  Changes since 11.5.1
+  * update GLPlugin, supports now --mode snmpget.
+  * bugfix in cisco licenses.
+  * add mode sdwan-control-connections.
+  * add mode sdwan-management-connections.
+  * add forgotten Lancom files.
+  * add Lancom SX.
+  * bugfix in detection od Cisco Ironport.
+  * bugfix in interface-health/errors/discards (uninitialized
+    warnings).
+  * update GLPlugin (CISCO-SMART-LIC).
+  * improve check-licenses for Cisco
+  * bugfix in Checkpoint powersupply presence.
+  * add Cisco Firepower devices.
+  * bugfix in Cisco stacks.
+  * update blacklist for HOST-RESOURCES-MIB (more
+    pseudo-filesystems).
+  * bugfix in interface-errors and interface-discards.
+  * bugfix/improve vpn-status for Cisco (use more caching).
+  * bugfix in Dell OS10 with non-replacable power supplies.
+  * bugfix in Cisco Sensors, truthvalue should not produce
+    perfdata.
+  * Cisco power monitoring fixes (thanks rlaager).
+  * add Dell OS10.
+  * bugfix in PaloAlto security-status.
+  * add Edgecore Sonic.
+  * pull request #341 from Napsty/tplink-sys, add TP-LINK
+    (JetStream).
+  * improve caching for cisco sdwan.
+  * add mode sdwan-control-vsmart-count.
+  * add mode sdwan-control-vmanage-count.
+  * add debug output for cisco cpus.
+  * bugfix in memory-usage, avoid uninitialized errors for cisco
+    with empty ceqfpMemoryResourceTable and broken
+    entPhysicalTable.
+  * bugfix in fortigate ha-status, they changed the cluster state
+    from m-word to primary.
+  * bugfix in sdwan-route-quality, missing
+    appRouteStatisticsAppProbeClassTable.
+  * add cisco qfp to mem/cpu checks.
+  * bugfix in vedgecount, initial run showed undef values.
+  * add mode vpn-status for Fortigate.
+  * evaluate thresholds for SDWAN jitter.
+  * add mode ha-status for Barracuda (better use ha-role).
+  * add F5 Velos.
+  * add hardware check for Cisco UCS.
+
+-------------------------------------------------------------------

Old:
----
  check_nwc_health-11.5.1.obscpio

New:
----
  check_nwc_health-12.8.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ monitoring-plugins-nwc_health.spec ++++++
--- /var/tmp/diff_new_pack.wjGVMz/_old  2025-10-06 18:07:47.226412290 +0200
+++ /var/tmp/diff_new_pack.wjGVMz/_new  2025-10-06 18:07:47.230412457 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package monitoring-plugins-nwc_health
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2014-2024, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define         realname check_nwc_health
 Name:           monitoring-plugins-nwc_health
-Version:        11.5.1
+Version:        12.8
 Release:        0
 Summary:        This plugin checks the health of network components and 
interfaces
 License:        GPL-2.0-or-later
@@ -47,7 +47,7 @@
 network components like switches and routers.
 
 %prep
-%setup -q -n %{realname}-%{version}
+%autosetup -n %{realname}-%{version}
 
 %build
 autoreconf -fiv
@@ -59,11 +59,10 @@
        --with-degrees=celsius \
        --enable-perfdata \
        --enable-hwinfo
-make %{?_smp_mflags}
+%make_build
 
 %install
-mkdir -p %{buildroot}/%{nagios_plugindir}
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 install -D -m644 %{SOURCE1} 
%{buildroot}/%{pnp4nagios_templatedir}/check_nwc_health.php
 
 %files

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wjGVMz/_old  2025-10-06 18:07:47.274414297 +0200
+++ /var/tmp/diff_new_pack.wjGVMz/_new  2025-10-06 18:07:47.282414632 +0200
@@ -1,9 +1,8 @@
 <services>
   <service name="obs_scm" mode="manual">
-    <param name="url">https://github.com/lausser/check_nwc_health.git</param>
     <param name="scm">git</param>
-    <param name="exclude">.git</param>
-    <param name="revision">11.5.1</param>
+    <param name="url">https://github.com/lausser/check_nwc_health.git</param>
+    <param name="revision">12.8</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.wjGVMz/_old  2025-10-06 18:07:47.310415802 +0200
+++ /var/tmp/diff_new_pack.wjGVMz/_new  2025-10-06 18:07:47.314415970 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/lausser/check_nwc_health.git</param>
-              <param 
name="changesrevision">9a02a2258b50c6351923dcaf27bf46a0ef464347</param></service></servicedata>
+              <param 
name="changesrevision">9c548365350e9f28fdb4f645d7959c38ee5502af</param></service></servicedata>
 (No newline at EOF)
 

++++++ check_nwc_health-11.5.1.obscpio -> check_nwc_health-12.8.obscpio ++++++
++++ 118898 lines of diff (skipped)

++++++ check_nwc_health.obsinfo ++++++
--- /var/tmp/diff_new_pack.wjGVMz/_old  2025-10-06 18:07:49.474506369 +0200
+++ /var/tmp/diff_new_pack.wjGVMz/_new  2025-10-06 18:07:49.486506873 +0200
@@ -1,5 +1,5 @@
 name: check_nwc_health
-version: 11.5.1
-mtime: 1725433567
-commit: 9a02a2258b50c6351923dcaf27bf46a0ef464347
+version: 12.8
+mtime: 1759392210
+commit: 9c548365350e9f28fdb4f645d7959c38ee5502af
 

Reply via email to