https://github.com/osspkg/watcher
https://github.com/osspkg/watcher
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/osspkg/watcher
- Owner: osspkg
- License: gpl-3.0
- Created: 2022-03-17T23:18:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T01:39:20.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T07:41:27.354Z (about 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watcher
[](https://coveralls.io/github/dewep-online/watcher?branch=master)
[](https://github.com/dewep-online/watcher/releases/latest)
[](https://goreportcard.com/report/github.com/dewep-online/watcher)
[](https://github.com/dewep-online/watcher/actions/workflows/ci.yml)
# install
```go
go get -u github.com/dewep-online/watcher/cmd/...
```
# how use
with default interval = 10s
```bash
watcher run
```
with custom interval = 30s
```bash
watcher run --interval=30
```
# example
```bash
watcher run ping 1.1.1.1
```