Skip to content

📉 A health monitor seeking for unreachable hosts 🐍

Notifications You must be signed in to change notification settings

grupopv/pingmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Monitor

Installation

Install dependencies:

pipenv install

Configuration

Create your own YAML configuration file:

cp config_template.yml config.yml

Execution

To run the script:

pipenv run python exec.py

Schedule

Create a Crontab task:

# Schedule Pingmonitor
@hourly source ~/.bashrc; cd ~/pingmonitor/; pipenv run python exec.py > crontab.log 2>&1

About

📉 A health monitor seeking for unreachable hosts 🐍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages