This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
node_exporter
mirror of
https://github.com/prometheus/node_exporter
Watch
1
Star
0
Fork
You've already forked node_exporter
0
Code
Issues
Projects
Releases
Wiki
Activity
9f0dcc1d91
node_exporter
/
node_exporter.conf
9 lines
121 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Exporter exposing load, last login and tag list. The list of tags can be configured in a json config.
2013-04-18 14:45:37 +00:00
{
Refactor node_exporter to support collectors. A collector is a type matching 'Collector' interface. The following collectors where added: - NativeCollector wrapping the original functionality (attributes, load) - GmondCollector scraping ganglia's gmond (based on gmond_exporter) - MuninCollector scraping munin (based on munin_exporter)
2013-05-07 14:40:10 +00:00
"scrapeInterval": 10,
Exporter exposing load, last login and tag list. The list of tags can be configured in a json config.
2013-04-18 14:45:37 +00:00
"attributes" : {
"web-server" : "1",
"zone" : "a",
"default" : "1"
}
}