An open API service indexing awesome lists of open source software.

https://github.com/osspkg/watcher


https://github.com/osspkg/watcher

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# watcher

[![Coverage Status](https://coveralls.io/repos/github/dewep-online/watcher/badge.svg?branch=master)](https://coveralls.io/github/dewep-online/watcher?branch=master)
[![Release](https://img.shields.io/github/release/dewep-online/watcher.svg?style=flat-square)](https://github.com/dewep-online/watcher/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/dewep-online/watcher)](https://goreportcard.com/report/github.com/dewep-online/watcher)
[![CI](https://github.com/dewep-online/watcher/actions/workflows/ci.yml/badge.svg)](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
```