Skip to content
Snippets Groups Projects
Verified Commit 8d559d70 authored by Karel Koci's avatar Karel Koci :metal: Committed by Karel Koci
Browse files

netstat: add new module

This can be used to verify that service is correctly listening. The
usage can be either to check that correct service (such as kresd) are
the one binded to port. Other usage is to verify that control socket is
available / is not removed (again for example for kresd).
parent 1f88ed3a
Branches
Tags
1 merge request!15Move dhcp config show to network from dns
#!modules/module.sh
help="
$(gettext "Prints all listening sockets.")
"
run () {
netstat -alpeW
}
# vim: ft=sh
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment