https://github.com/tengattack/network-watchdog
A watchdog to check network status periodically
https://github.com/tengattack/network-watchdog
Last synced: about 1 year ago
JSON representation
A watchdog to check network status periodically
- Host: GitHub
- URL: https://github.com/tengattack/network-watchdog
- Owner: tengattack
- License: mit
- Created: 2018-06-20T06:25:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T04:42:38.000Z (over 4 years ago)
- Last Synced: 2025-02-10T02:21:33.935Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# network-watchdog
A watchdog to check network status periodically, and run command on remote server when network is down.
## Usage
```sh
go get github.com/tengattack/network-watchdog
cp ${GOPATH:-$HOME/go}/src/github.com/tengattack/network-watchdog/config.example.yml config.yml
# edit the config.yml ...
# then run
network-watchdog -config=config.yml
```