mirror of
https://github.com/digitalocean/ceph_exporter
synced 2025-02-04 05:31:40 +00:00
commit
c023f61326
@ -12,5 +12,9 @@ before_install:
|
||||
install:
|
||||
- go get github.com/ceph/go-ceph
|
||||
- go get github.com/prometheus/client_golang/prometheus
|
||||
- go get github.com/axw/gocov/gocov
|
||||
- go get github.com/mattn/goveralls
|
||||
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
||||
|
||||
script: go test -v -race ./...
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci ./...
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Ceph Exporter [![GoDoc](https://godoc.org/github.com/digitalocean/ceph_exporter?status.svg)](https://godoc.org/github.com/digitalocean/ceph_exporter) [![Build Status](https://travis-ci.org/digitalocean/ceph_exporter.svg)](https://travis-ci.org/digitalocean/ceph_exporter)
|
||||
# Ceph Exporter [![GoDoc](https://godoc.org/github.com/digitalocean/ceph_exporter?status.svg)](https://godoc.org/github.com/digitalocean/ceph_exporter) [![Build Status](https://travis-ci.org/digitalocean/ceph_exporter.svg)](https://travis-ci.org/digitalocean/ceph_exporter) [![Coverage Status](https://coveralls.io/repos/github/digitalocean/ceph_exporter/badge.svg?branch=master&service=github)](https://coveralls.io/github/digitalocean/ceph_exporter?branch=master)
|
||||
Prometheus exporter that scrapes meta information about a running ceph cluster. All the information gathered from the cluster is done by interacting with the monitors using an appropriate wrapper over `rados_mon_command()`. Hence, no additional setup is necessary other than having a working ceph cluster.
|
||||
|
||||
## Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user