Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 525 Bytes

ripecheck

A short python status check for your RIPE Atlas probe

##Requirements The script needs Python 3.x, it won't work with Python 2.x

##Usage Crontab entry to run the script every hour at xx:00: 0 * * * * /usr/bin/python3.4 /ripecheck.py

Run the script manually, just replace the python version with your version number and the path with your path python3.4 //ripecheck.py or python3.4 //ripecheck.py 2>&1> /dev/null if you don't want to see the output of the script