https://github.com/amitizle/muffin
Simple HTTP(S) website monitoring
https://github.com/amitizle/muffin
golang golang-application monitoring
Last synced: 18 days ago
JSON representation
Simple HTTP(S) website monitoring
- Host: GitHub
- URL: https://github.com/amitizle/muffin
- Owner: amitizle
- License: mit
- Created: 2019-10-15T07:15:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T04:43:04.000Z (over 2 years ago)
- Last Synced: 2024-12-25T09:49:26.922Z (5 months ago)
- Topics: golang, golang-application, monitoring
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/amitizle/muffin/tree/master)
[](https://goreportcard.com/report/github.com/amitizle/muffin)
[](https://golangci.com/r/github.com/amitizle/muffin)# Muffin
A small application to make checks (HTTP for now, more in the future).
It's stateless and does not require any external dependency.All of the confugration is done by using a YAML file and environment variables.
## Build
There is a supplied `Makefile` in the repository, you can use the `build` target (`make build`).
You can optionally choose to change the output, for example:```bash
$ make build BINARY=~/bin/muffin
```## Testing
```bash
$ make test
```## Types Of Checks
TODO
## Configuration
TODO
## Docker Image
TODO