Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_tcp
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
++++ 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
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 (3)
byfmiller, March 3, 2017
I see this is a great idea, the plugin works when i call it directly from the command line, however when I try to register with nscp settings --activate-module check_tcp it tries to look for a dll file. Is there another way?
bymucwegatron, March 3, 2016
Thank You!
That's exactly what I was going to search for.
It Works with check_mk mrpe and PNP for Nagios!
Thank You again.
That's exactly what I was going to search for.
It Works with check_mk mrpe and PNP for Nagios!
Thank You again.
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.