https://github.com/darshanime/gofherd-deploy
Deploy gofherd with grafana and prometheus
https://github.com/darshanime/gofherd-deploy
Last synced: 7 months ago
JSON representation
Deploy gofherd with grafana and prometheus
- Host: GitHub
- URL: https://github.com/darshanime/gofherd-deploy
- Owner: darshanime
- Created: 2019-10-06T10:27:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T10:27:31.000Z (about 6 years ago)
- Last Synced: 2025-02-08T18:46:19.692Z (8 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gofherd deploy
1. Create a docker machine:
```
docker-machine create --driver digitalocean --digitalocean-access-token=XX --digitalocean-image=ubuntu-18-04-x64 --digitalocean-private-networking=true --digitalocean-region=blr1 --digitalocean-size=s-2vcpu-2gb gofherd
```2. Edit code in `gofherd/main.go`
3. Run `eval $(docker-machine env gofherd)` and then `make deploy`
4. Visit `:3000` for Grafana dashboard, `:9090` for Prometheus dashboard, `:5555` for Gofherd. Get the machine IP using `docker-machine ip gofherd`