https://github.com/yuokada/gohcs
https://github.com/yuokada/gohcs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuokada/gohcs
- Owner: yuokada
- License: mit
- Created: 2016-12-31T13:11:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T16:42:11.000Z (over 5 years ago)
- Last Synced: 2025-01-11T17:35:06.215Z (12 months ago)
- Language: Go
- Size: 4.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gohcs
## Overview
This server returns 200 OK when "/status.html" is in the document root and they are listened a particular port on tcp/udp.
## How to use
### run server
```
$ ./gohcs -checklist /path/to/checklist.json
```
## configfile
server checklist
```
# checklist.json
[
# [,
]
["tcp", "localhost:8081"],
["tcp", "127.0.0.1:8083"],
["tcp", "127.0.0.1:8000"]
]
```
## dependencies
- [pkg/errors: Simple error handling primitives](https://github.com/pkg/errors)
- [sirupsen/logrus: Structured, pluggable logging for Go.](https://github.com/sirupsen/logrus "sirupsen/logrus: Structured, pluggable logging for Go.")
## LICENSE
MIT licensed. See the LICENSE file for details.