Install dependencies:
pipenv installCreate your own YAML configuration file:
cp config_template.yml config.ymlTo run the script:
pipenv run python exec.pyCreate a Crontab task:
# Schedule Pingmonitor
@hourly source ~/.bashrc; cd ~/pingmonitor/; pipenv run python exec.py > crontab.log 2>&1