It might, it might'nt work. There's a little leeway for Cygwin somewhere in the code but don't expect it to work out of the box. Pull Requests are welcome!
Basic Tools that should make your life easier.
Usually there's a help/usage screen if you run them without parameters.
Takes a host/ip that it then logs to screen when it tries to ping and whether it succeeded or not. Not updated since 2016 and not tested either. YMMV.
Tool that ping
s, curl
s and netcat
s the target domain or IPv4 IP. No consideration made for IPv6, currently.
It also verifies A og PTR records on the way through.
Tries to guess the relevant ping
flags based on your system, but not sure how extremely weird systems will affect it, e.g. Cygwin
but with GNU ping
.
Example: multitester.sh google.com
Script that uses clogin
from Shrubbery Networks' rancid
to throw a bunch of commands to a bunch of devices based on filenames. Very simple.
Pings a host and gives you a status at a set interval. Logs to a file. Interval defaults to 5 seconds.
up-yours
is a simple script that assumes that the last command line argument is a target host/ip that is down.
It continually pings the host until it gets a reply, after which it runs the entire command after its invocation, e.g. up ssh -l root 10.20.30.40
.
Dumps/extracts a MySQL/MariaDB database and zips the contents. Here Be Dragons: Hard coded paths and variables exist, so be careful. Expects a password in a (hardcoded) file.