Skip to content

proars/inetmonit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

README

inetmonit.sh is basic Linux script for automatically reboot if no Internet connection or PING.

Create cron job in crontab:

crontab -e

Edit file and add line:

for run every 5min: */5 * * * * /path_to/inetmonit.sh

for run every 30 min: */30 * * * * /path_to/inetmonit.sh ...

Dont forget configure log rotation for /var/log/inetmonit.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages