chore(ns-checkmk-utils): update to v1.7.4 - production CheckMK local checks#1784
Closed
Coverup20 wants to merge 9 commits into
Closed
chore(ns-checkmk-utils): update to v1.7.4 - production CheckMK local checks#1784Coverup20 wants to merge 9 commits into
Coverup20 wants to merge 9 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the ns-checkmk-utils OpenWrt package to consume CheckMK local checks v1.7.4 from nethesis/checkmk-tools, aligning the shipped monitoring scripts with the current “production-ready” NethSecurity 8.8 set.
Changes:
- Bump
PKG_VERSIONto 1.7.4 and update SHA256 hashes for the downloaded scripts. - Switch downloaded filenames to include
-$(PKG_VERSION)and adjustBuild/Prepareaccordingly. - Replace the opkg-based package check with the new
check_apk_packages.pylocal check and drop removed checks.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…checks Update ns-checkmk-utils package to use CheckMK local checks v1.7.4 from nethesis/checkmk-tools, which contains production-ready NethSecurity 8.8 implementations with all corrections and validations applied. Changes: - Update from v1.7.3 to v1.7.4 production release - Recalculate SHA256 hashes for all 12 scripts - Production set includes: * check_apk_packages (replaces check_opkg_packages) * check_dhcp_leases * check_dns_resolution * check_firewall_connections * check_firewall_rules (with nft detection fix) * check_firewall_traffic * check_ovpn_host2net * check_root_access (with adjusted thresholds) * check_uptime * check_vpn_tunnels * check_wan_status * check_wan_throughput Validated on NethSecurity 8.8.0-dev.139 with CheckMK Agent 2.5.0-r1. See: https://github.com/nethesis/checkmk-tools/releases/tag/v1.7.4 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
eea6b29 to
3f9ce18
Compare
This was referenced Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update ns-checkmk-utils package to use CheckMK local checks v1.7.4 from nethesis/checkmk-tools, containing production-ready NethSecurity 8.8 implementations.
What's Changed
check_apk_packages.py(replaces opkg-based monitoring)check_dhcp_leases.pycheck_dns_resolution.pycheck_firewall_connections.pycheck_firewall_rules.py(with nft detection fix)check_firewall_traffic.pycheck_ovpn_host2net.pycheck_root_access.py(with adjusted thresholds)check_uptime.pycheck_vpn_tunnels.pycheck_wan_status.pycheck_wan_throughput.pyValidation
References
🤖 Generated with Claude Code