mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Merge pull request #55 from franklinwise/autobuild-patch
added travis automated build and status on the readme
This commit is contained in:
commit
393d62ab9e
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test
|
|
@ -1,5 +1,7 @@
|
||||||
# Node exporter
|
# Node exporter
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
Prometheus exporter for machine metrics, written in Go with pluggable metric
|
||||||
collectors.
|
collectors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue