check_tcp

Bookmark and Share

Rating
2 votes
Favoured:
0
Hits
89621
Files:
FileDescription
check_tcp.execheck_tcp.exe
This plugin tests TCP connections with the specified host. It also monitors the time to connect with warning and critical level.
++++ check_proc.exe
I create this plugin because I need a TCP-check like the Unix-like check_tcp-Plugin.
In the first version, its rudimental. You only can specify the warning and critical value.

+++++ using check_proc.exe
++++++ without or with wrong parameters
check_tcp.exe (nagios-plugin)

check_tcp.exe -H -p -w -c

Hostname to test port connection
Port to connect to

-w warning
-c critical

++++++ with wright parameters
>check_tcp.exe -H somehost -p someport -w 100 -c 200
TCP OK - 0.000 second response time on port 22 |time=0.000483s
Reviews (1)
bynatxo, June 6, 2012
I needed to monitor some firewall rules from Windows hosts and missed the functionality offered by the official check_tcp plugin. This one works great for Windows.