ping monitoring tool written in Python affected deadman
ppping works using python's curses
List of environments actually checking the operation
- Linux distribution (Ubuntu, ArchLinux)
- Windows Subsystem for Linux (Ubuntu)
- UNIX (macOS)
- Python 3.5 or later
- cURL (optional: used to acquire global IP)
$ pip install -U ppping
Download standalone script to a directory that is convenient for you (e.g. "~/.local/bin/" or "/usr/local/bin/")
$ curl "https://raw.githubusercontent.com/johejo/ppping/master/standalone/ppping" -O
$ chmod +x ppping
$ ppping foo.com bar.org WW.XX.YY.ZZ ...
Futher help
$ ppping --help
$ ppping -c [CONFIG_FILE]
This is a sample of configuration file.
[Hosts] google: www.google.com google DNS: 8.8.8.8 GitHub: www.github.com
$ docker run --rm -it johejo/ppping foo.bar ...
When using the docker container, you can not read the config file by the method shown above.
It is necessary to mount the config file on the container. For example -v CONFIGFILE:/CONFIGFILE
MIT