Skip to content

Commit 56351e1

Browse files
committed
docs(changelog): trim implementation detail from needs-restarting entry
Admins do not care about parse-loop variable scoping. The fix itself is already captured in 10cab60, this just keeps the user-facing CHANGELOG focused on observable behavior.
1 parent 10cab60 commit 56351e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Monitoring Plugins:
147147
* logfile: fix `OverflowError` when inode exceeds SQLite INTEGER range on Windows/NTFS ([#1035](https://github.com/Linuxfabrik/monitoring-plugins/issues/1035))
148148
* mysql-memory: fix a crash in the "other process memory" calculation on hosts running psutil older than 5.3.0 ([#1070](https://github.com/Linuxfabrik/monitoring-plugins/issues/1070))
149149
* mysql-table-locks: fix the "X immediate / Y locks" summary - the "Y" value now correctly shows the total lock count (immediate + waited) instead of the immediate count twice ([#1070](https://github.com/Linuxfabrik/monitoring-plugins/issues/1070))
150-
* needs-restarting: show the "Running Kernel X != Installed Kernel Y" line on Debian-based systems when `needrestart` reports a pending kernel upgrade. The kernel-version comparison variables were reset inside the parse loop, so the running-vs-installed kernel mismatch was never printed
150+
* needs-restarting: the "Running Kernel X != Installed Kernel Y" line now shows up on Debian-based systems when `needrestart` reports a pending kernel upgrade
151151
* network-connections: the plugin now exits with the correct WARN/CRIT state when any threshold is violated; previously it always reported OK regardless of the loop's accumulated state ([#1070](https://github.com/Linuxfabrik/monitoring-plugins/issues/1070))
152152
* nextcloud-security-scan: only trigger a rescan for scans that are actually in the past; future-dated scans caused by clock skew no longer trigger an unnecessary rescan ([#1070](https://github.com/Linuxfabrik/monitoring-plugins/issues/1070))
153153
* ntp-\*: prevent `TypeError: ''=' not supported between instances of 'int' and 'str'`

0 commit comments

Comments
 (0)