GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / win_netstat
blobbad73e1ba2b47d546e65fe497d50b56f65f89d36
1 title: Established TCP Connections or TCP/UDP Listeners
2 agents: windows
3 catalog: os/networking
4 license: GPL
5 distribution: check_mk
6 description:
7   This check evaluates the output of the {netstat -an} command on windows
8   and checks if there are established connections or listeners
9   matching a given criteria.
11   The check returns {OK} state if the specified connection/listener is present,
12   and {CRIT} if not.
14   This check needs the agent plugin {netstat_an.bat} to be installed.
16 item:
17   A user defined identifier of the connection.