Christian Schwarz
9a189b903e
Add FreeBSD 'cpu' exporter to default collectors.
...
As of `1fc84e2fb69ee3d1f063399b00a6284fc8e27cb8` it does not require root anymore.
9 years ago
Tobias Schmidt
e2163db0f7
Document os support of each collector
9 years ago
Richard Hartmann
aee580d8d8
Introduce entropy collector for Linux
9 years ago
Richard Hartmann
a957f989fd
README.md: Fix typo
9 years ago
Richard Hartmann
3640c54ce6
README.md: Document actual default collectors
9 years ago
Florian Koch
5d5346af8a
Add vmstat collector, enabled per default
9 years ago
Rémi Audebert
87ccaa39c9
collector: add systemd
9 years ago
Ilia Choly
e378568567
Add supervisord collector to README
9 years ago
Julius Volz
e180b882d6
Add missing period in README.md.
9 years ago
Jonas Große Sundrup
9f2aa24e12
Add collector for metrics of linux software raids
9 years ago
Steve Durrheimer
ef08f73c0e
Add Docker instructions to the README
10 years ago
Julius Volz
e65bc868fc
Switch logging from glog to github.com/prometheus/log.
10 years ago
Johannes 'fish' Ziemke
665b05eedc
Use flags instead of config and remove attributes
10 years ago
Matthias Rampke
37c7e5e60f
Add IPVS stats collector.
...
This collector exposes IPVS status from `/proc/net/ip_vs` and stats from
`/proc/net/ip_vs_stats`.
Note that it is _not_ tested with IPv6, YMMV.
10 years ago
Tobias Schmidt
a814d7f8da
Document how to enable logging
...
Not everyone might have experience with glog's default settings, this
change intends to make the start for new users easier.
10 years ago
Julius Volz
473016dd51
Backtick-quote path names in README.md.
10 years ago
Julius Volz
3ab0b1f915
Merge pull request #56 from kjmkznr/add-tcp-stat-collector
...
Add TCP state collector
10 years ago
KOJIMA Kazunori
e4da771b21
Add collector for /proc/net/tcp
10 years ago
Julius Volz
1bb9adb5f1
Link Travis badge to Travis build status page.
10 years ago
Julius Volz
c164557cba
Wording/punctuation improvement in README.md.
10 years ago
Franklin Wise
4b53465c14
added travis automated build and status on the readme
10 years ago
Julius Volz
efcce45c90
Make collector-specific flags consistent with others.
...
This puts all collector-specific flags into their own namespace under
"collector.<collector-name>", and moves from camel case to dashes, which
is the standard in Prometheus land now.
10 years ago
Julius Volz
effc934777
Add tests and run info to README.md and Makefile.
10 years ago
juliusv
12c1caacee
Fix typo in README.md
10 years ago
Brian Brazil
6ee77bd00a
Flesh out readme.
10 years ago
Tobias Schmidt
211ddf33f1
Consolidate collector selection
...
Remove special tags necessary for gmond and runit collectors. All
collectors get built. Selection of which collectors to use continues to
happen via parameter.
10 years ago
Brian Brazil
d2bc8b7cca
Fix typo
11 years ago
Brian Brazil
25ea90369c
Split native collector into it's component parts and make them enablable.
...
Last login is disabled by default as it's broken on ubuntu 12.04
Interrupts is disabled by default as it's very granular and we'll have total interrupts from /proc/stat
Allow ignoring devices from diskstats, ignore ram and loop devices by default.
Use glog for logging.
11 years ago
Johannes 'fish' Ziemke
f8c5bc9f2b
Add build example to README.md
11 years ago
Johannes 'fish' Ziemke
04380ae60a
Add support for selecting collectors at buildtime
...
This works by using a global array with references to NewXCollector
functions. Each collector appends to that array in it's init() function.
Which file gets build depends on the build tags:
To build only the ganglia exporter, you can do:
go build -tags nonative,ganglia
By default it will build only the native collector.
11 years ago
Johannes 'fish' Ziemke
051b651fa8
Initial commit
12 years ago