Skip to content

feat: add checkmk custom agent#1511

Open
gsanchietti wants to merge 7 commits intomainfrom
checkmk_agent
Open

feat: add checkmk custom agent#1511
gsanchietti wants to merge 7 commits intomainfrom
checkmk_agent

Conversation

@gsanchietti
Copy link
Copy Markdown
Member

@gsanchietti gsanchietti commented Feb 10, 2026

This pull request introduces two new packages for NethSecurity:

  • checkmk-agent from checkmk prject
  • ns-checkmk-utils package containing NethSecurity-specific monitoring plugins

Both packages are built as modules and are not included inside the image

Implements #1582

Allow to monitor the firewall using Checkmk.
This is part of the Cyber360 prokect.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to test out what happens when we stop the service

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants