Open
Conversation
5217dd1 to
58181e7
Compare
77b1cee to
3a090f3
Compare
Allow to monitor the firewall using Checkmk. This is part of the Cyber360 prokect.
3a090f3 to
54929e2
Compare
Tbaile
reviewed
Apr 2, 2026
Collaborator
There was a problem hiding this comment.
Need to test out what happens when we stop the service
Member
Author
There was a problem hiding this comment.
Before:
root@NethSec:~# ps aux | grep socat
root 8279 0.0 0.0 1112 896 ? S 12:47 0:00 socat TCP-LISTEN:6556,reuseaddr,fork,keepalive EXEC:/usr/sbin/check_mk_agent
root 9550 0.0 0.0 1640 932 pts/0 S+ 14:44 0:00 grep socat
After:
root@NethSec:~# /etc/init.d/check_mk_agent stop
root@NethSec:~# ps aux | grep socat
root 9576 0.0 0.0 1640 972 pts/0 S+ 14:44 0:00 grep socat
Co-authored-by: Tommaso Bailetti <bailetti.tommaso@gmail.com>
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.
This pull request introduces two new packages for NethSecurity:
checkmk-agentfrom checkmk prjectns-checkmk-utilspackage containing NethSecurity-specific monitoring pluginsBoth packages are built as modules and are not included inside the image
Implements #1582