Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huxulm/liveness
HTTP / TCP 端口活性探测工具,支持发送 email & sms 报告
https://github.com/huxulm/liveness
Last synced: 2 days ago
JSON representation
HTTP / TCP 端口活性探测工具,支持发送 email & sms 报告
- Host: GitHub
- URL: https://github.com/huxulm/liveness
- Owner: huxulm
- Created: 2024-03-19T09:17:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T10:53:37.000Z (8 months ago)
- Last Synced: 2024-06-21T08:28:28.926Z (5 months ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# liveness
[![Go Report Card](https://goreportcard.com/badge/github.com/huxulm/liveness)](https://goreportcard.com/report/github.com/huxulm/liveness)
[![Build](https://github.com/huxulm/liveness/actions/workflows/release.yaml/badge.svg)](https://github.com/huxulm/liveness/actions/workflows/release.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github.com/huxulm/liveness/badge.svg?branch=master)](https://coveralls.io/github.com/huxulm/liveness?branch=main)
[![Godoc](https://godoc.org/github.com/huxulm/liveness?status.svg)](https://pkg.go.dev/github.com/huxulm/liveness)
[![Release](https://img.shields.io/github/release/huxulm/liveness.svg)](https://github.com/huxulm/liveness/releases/latest)
[![Sourcegraph](https://sourcegraph.com/github.com/huxulm/liveness/-/badge.svg)](https://sourcegraph.com/github.com/huxulm/liveness?badge)
提供 HTTP, TCP 服务存活性检测, 告警功能
## 使用
```
go install github.com/huxulm/liveness/cmd/liveness
liveness --config xxx.yaml
```