https://github.com/lswith/graphite-monitor
a monitoring daemon for graphite
https://github.com/lswith/graphite-monitor
Last synced: 15 days ago
JSON representation
a monitoring daemon for graphite
- Host: GitHub
- URL: https://github.com/lswith/graphite-monitor
- Owner: lswith
- Created: 2015-03-22T11:33:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T00:39:51.000Z (about 10 years ago)
- Last Synced: 2025-03-28T11:15:28.822Z (3 months ago)
- Language: Go
- Size: 477 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
master : [](https://travis-ci.org/Lswith/graphite-monitor)
develop: [](https://travis-ci.org/Lswith/graphite-monitor)
# graphite-monitor
a monitoring daemon for graphite## Install with Go
If you have go installed on your machine you can run the command:
```sh
go install github.com/lswith/graphite-monitor
```## Docker Quickstart
```sh
#make the location where the volume will be mounted
mkdir /conf
#edit your configuration
vim /conf/conf.json
#start the container
sudo docker run -d --name graphite-monitor \
-v /conf:/conf lswith/graphite-monitor
```### TODO
- args for configuration paths
- more robust logging