This tool enables the view of the cluster health via easy to read WEB/UI.
To install/update the latest version in your hosts:
$ curl -s https://api.github.com/repos/sighupio/poc-fury-application-status-page/releases/latest | grep browser_download_url | cut -d '"' -f 4 | xargs curl -Ls -o poc-fury-application-status-page
$ chmod +x poc-fury-application-status-page
$ mv poc-fury-application-status-page /usr/local/bin/poc-fury-application-status-page
Then, don't forget to create a config.yml
file:
$ cat config.yml
---
listener: 0.0.0.0:8080
externalEndpoint: http://externalUrl:externalPort
appEnv: 'development' || 'production'
apiUrl: http://fip-job-status-api-endpoint.example
groupLabel: string
cascadeFailure: 0,1,2..
mocked: true || false
- Docker
- ...
- ...
- ...
There is a Dockerfile bundled with this repo which
can be used to build a Docker image and that can be used to run the binary. To
build docker image one can use the make rule build
.
To build the image:
$ make build
# The docker image will be created by the name poc-fury-application-status-page:latest
TODO
To set the code up locally, build, run tests, etc. Please refer the contributor's guide.
Check the License here