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
Current Version
1.3
Last Release Date
2011-04-06
Compatible With
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
Owner
License
GPL
Hits
139507
Files:
File | Description |
---|---|
check_port.pl | check_port.pl |
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?