Showing 1-10 of 12 results.
Sort by:
Simple TCP Port ant Ping Check in PowerShell
http://blog.mirandasimoes.eucheck_tcp_connections – with netstat and filtered by states
Successfull tested with Raspberry Pi 1 Model B, Nagios 4 + NagiosGraph and Raspbian (Debian). Usage: ./check_tcp_connections -s [a|l|w|e] -w -c Only one state !!!…
chkNmapScanCustom.pl
USAGE EXAMPLES: Alowed ports are NULL: script -n /usr/bin/nmap -i 192.168.1.1 -p e More regular usage (allowed port is SSH: 22 and HTTP: 445): script…
check_udp_port
Simple shell script that uses nmap utility to check if a remote host is listening on a UDP port and what that service is. Usage:…
netcat-port-check
https://github.com/vahidhedayati/telnet-port-check.shcheck_udp_stats.sh
https://github.com/SvenVD/nagios-plugins/blob/master/check_udp_stats.shVersion 0.9.1, 2013, SvenVD, svenvd.github@gmail.com check_udp_stats.sh is a Nagios plugin to monitor the UDP packets It calculates the average per packet count per minute of…
check_sendq
http://felipeferreira.netSend-Q is retrived from the netstat cmd. ex.: #netstat -anp |more Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State…
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…