prometheus_scollector

command module
v0.0.0-...-d155678 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL