A python asyncio host health checker using native ping commands.
Example:
pip install aiocheck
aiocheck 10.20.30.40 10.20.30.50 10.20.30.60
stdout:
###########
# Running #
###########
Addresses: ['10.20.30.50', '10.20.30.40', '10.20.30.60']
Press CTRL+C to exit
aiocheck_log.csv:
address, alive, timestamp
10.20.30.60, False, 2020-06-22 17:35:40.398753
10.20.30.40, False, 2020-06-22 17:35:40.398729
10.20.30.50, False, 2020-06-22 17:35:40.398660
For further details visit the Documentation.
pip install aiocheck
aiocheck localhost
git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
./bin/aiocheck.exe localhost
For further install instructions visit the Documentation.
git clone https://github.com/kruserr/aiocheck.git
python -m pip install --upgrade pip setuptools wheel pytest tox twine pyinstaller
cd aiocheck
python -m pip install -e .
code .
CTRL+P
>Tasks: Run Task
For further developing instructions visit the Documentation.