Skip to content

chm052/prometheus_scollector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

Use bosun.org's mature machine statistics gatherer, scollector (bosun.org/scollector) with prometheus.io's nice slim&sleek Hadoop-free storage.

Usage

go get github.com/tgulacsi/prometheus_scollector
prometheus_scollector -http=0.0.0.0:9107
scollector -h=<the-collector-machine>:9107

and don't forget to add a

job: {
	name: "scollector"
	target_group: {
		target: "http://the-collector-machine:9107/metrics"
	}
}

to your prometheus.conf.

Docker

I've copied the Dockerfile from Alexey Diyan's github.com/diyan/prom-scollector-exporter-docker - so you can use that directly.

About

An scollector (bosun.org OpenTSDB data collector) -> Prometheus gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%