Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_port.pl
1.3
2011-04-06
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
GPL
141235
File | Description |
---|---|
check_port.pl | check_port.pl |
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!
Tries to create a session to a remote TCP port to test if the port is available, it also can produce timing statistics for Nagios to collect.
check_port.pl -p -h (-c -w -v)
-p # port number to examine
-h # hostname or ip address to contact
-c # the number of seconds to wait before a going critical
-w # the number of seconds to wait before a flagging a warning
-v # creates nagios performance information
e.g check_port.pl -p 80 -h www.google.com -c 1.5 -w 1.0 -v
check_port.pl -p
-p
-h
-c
-w
-v # creates nagios performance information
e.g check_port.pl -p 80 -h www.google.com -c 1.5 -w 1.0 -v
Reviews (2)
bymdsupersonic, June 7, 2016
How can I add this component to my Nagios XI?