Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
A small perl script that checks to see if a TCP port is open on a remote host and produces timing statistics for nagios.
Current Version
1.3
Last Release Date
2011-04-06
Owner
Tim
License
GPL
Compatible With
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 <port> -h <host> (-c <critical> -w <warning> -v) -p <port> # port number to examine -h <hostname> # hostname or ip address to contact -c <seconds> # the number of seconds to wait before a going critical -w <seconds> # 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
How can I add this component to my Nagios XI?
Works really well with minimal dependencies. I edited this to reverse the normal alert, in order to alert if RDP is accessible on windows hosts. It took maybe 5 quick changes, because it is clearly written.
You must be logged in to submit a review.
To:
From: