This website requires JavaScript.
Explore
Help
Sign In
mudhorn
/
node_exporter
Watch
1
Star
0
Fork
You've already forked node_exporter
0
mirror of
https://github.com/prometheus/node_exporter.git
synced
2025-02-02 08:42:31 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ca5d405622
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 07:45:37 -07: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 07:40:10 -07: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 07:45:37 -07:00
"attributes" : {
"web-server" : "1",
"zone" : "a",
"default" : "1"
}
}
Reference in a new issue
Copy permalink