https://github.com/acalephstorage/ceph-metrics
A small service for Ceph to collect/send metrics (to graphite/influxdb) and http based alert checks
https://github.com/acalephstorage/ceph-metrics
Last synced: about 1 year ago
JSON representation
A small service for Ceph to collect/send metrics (to graphite/influxdb) and http based alert checks
- Host: GitHub
- URL: https://github.com/acalephstorage/ceph-metrics
- Owner: AcalephStorage
- License: apache-2.0
- Created: 2015-02-10T09:07:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T10:28:35.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T08:10:25.285Z (about 2 years ago)
- Language: Go
- Size: 188 KB
- Stars: 6
- Watchers: 23
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ceph-metrics
A small service for Ceph to collect/send metrics (to graphite/influxdb) and http based alert checks
### Before you begin
Make sure you git submodules:
```
$ git submodule init
$ git submodule update
```
### Prepare your dev environment
```
$ vagrant up
$ cd provision
$ ansible-playbook -i inventory provision.yml
```
### Build
```
$ vagrant ssh ceph-metric-0
$ cd /vagrant/workspace/src/ceph-metrics
$ make install
```
### Run
```
$ ceph-metrics --help
```
Docker is also available:
```
$ docker build -t ceph-metrics .
```
#### TODO
- fix this README
- Clustering and HA needs work
- health checks and metrics needs improvement
- need docs