Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lswith/graphite-monitor
a monitoring daemon for graphite
https://github.com/lswith/graphite-monitor
Last synced: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T00:39:51.000Z (over 9 years ago)
- Last Synced: 2024-10-09T13:23:00.255Z (3 months ago)
- Language: Go
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
master : [![Build Status](https://travis-ci.org/Lswith/graphite-monitor.svg?branch=master)](https://travis-ci.org/Lswith/graphite-monitor)
develop: [![Build Status](https://travis-ci.org/Lswith/graphite-monitor.svg?branch=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