Skip to main content

A python asyncio host health checker using native ping commands

Project description

aiocheck

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.


Install

Using pip

pip install aiocheck
aiocheck localhost

Using binary from GitHub

git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
./bin/aiocheck.exe localhost

For further install instructions visit the Documentation.


Develop

Open in VS Code

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 .

Run VS Code Tasks

CTRL+SHIFT+B

or

CTRL+P

>Tasks: Run Task

For further developing instructions visit the Documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiocheck-0.0.11.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

aiocheck-0.0.11-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page