Julius Volz
6580c95305
Add info about flags to README.md
8 years ago
Derek Marcotte
5c28ab044d
Add BSD exec statistics collector ( #457 )
...
* First pass of a sysctl_bsd source, exec_bsd + exec metrics
* Incorportate PR feedback, including removing pre-build descriptions, unit conversion callback.
* Remove redundant cached_description field, per PR feedback
* Incorporate PR feedback
8 years ago
Tobias Schmidt
2ccd3340df
Add goreportcard to README
8 years ago
Ben Kochie
38cd07ebb9
Merge pull request #450 from roclark/add-infiniband
...
infiniband: Add new collector for InfiniBand statistics
8 years ago
Thorhallur Sverrisson
2f16f6b84e
Adding buddyinfo to README.md
8 years ago
Robert Clark
b2d2b69af6
Update README to include InfiniBand collector
...
Signed-Off-By: Robert Clark <robert.d.clark@hpe.com>
8 years ago
Matt Layher
ba635842fc
Add wifi collector to default collectors ( #447 )
8 years ago
Ben Kochie
71362d45eb
Merge pull request #432 from joehandzik/wip-zfs-zfetchstats
...
Update ZFS Collector with most non-zpool metrics
8 years ago
Cameron Moore
f4d24e5044
Add missing collectors to README
8 years ago
Joe Handzik
1dde3ec31b
README.md: Remove note about ZFS being limited to ARC
...
Because it's not true after this PR goes up.
Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
8 years ago
Brian Brazil
8d4f36aa42
Point to WMI exporter ( #431 )
...
There's a slow trickle of people trying to use the node exporter on windows, so point them in the right direction.
8 years ago
Matt Layher
efa25665ec
Add initial wifi collector, bump netlink to fix 32-bit builds
8 years ago
Ben Kochie
b4fa10ca9d
Add collector for Linux EDAC
...
Collect "Error detection and correction" metrics from memory
controllers.
* Supported on Linux only.
* Add basic fixtures.
* Enabled by default.
8 years ago
Corey Stewart
a8c94d48e6
Style changes and cleanup
...
This patch makes stylistic changes to error strings, unexports method names by lower casing them, removes unused dataSetMetric, and adds copyright/licence information.
Signed-Off-By: Corey Stewart <stewa169@purdue.edu>
8 years ago
Christian Schwarz
c95bfa705e
Enable ZFS exporter by default and update README.
8 years ago
Johannes 'fish' Ziemke
7617e8b4be
Update archs supported by collectors in README
8 years ago
Johannes 'fish' Ziemke
4e696d5d31
Merge pull request #391 from discordianfish/fish-add-cpu-darwin
...
Add cpu collector for darwin
8 years ago
Johannes 'fish' Ziemke
3db2f442ae
Limit node-exporter scope, deprecated collectors
8 years ago
Johannes 'fish' Ziemke
050d6f7f13
Add cpu collector for darwin
8 years ago
Johannes 'fish' Ziemke
71ea37987f
Merge pull request #365 from EdSchouten/drbd
...
A collector for DRBD
8 years ago
Ben Kochie
481392d75c
Merge pull request #376 from prometheus/fish-update-docker-readme
...
Improve Docker documentation
8 years ago
Matt Layher
25a93e38e7
Add mountstats collector for detailed NFS statistics
8 years ago
Johannes 'fish' Ziemke
21173e21f0
Improve Docker documentation
...
This adds bind-mounts and ignore flags to Docker example and explains
why it's best run uncontainerized.
8 years ago
Ed Schouten
6269f7502a
Add a collector for DRBD.
...
This collector exposes most of the useful information that can be found
in /proc/drbd. Sizes are normalised to be in bytes, as /proc/drbd uses
kibibytes.
8 years ago
Ed Schouten
a696830c38
Add a collector for NFS client statistics.
...
This change adds a new collector called "nfs" that parses the contents
of /proc/net/rpc/nfs and turns it into metrics. It can be used to
inspect the number of operations per type, but also to keep an eye on an
extraneous number of retransmissions, which may indicate connectivity
issues.
I've picked the name "nfs", as most operating systems use "nfs" for the
client component and "nfsd" as the server component. If we want to add
stats for the NFS server as well, we'd better call such a collector
"nfsd".
8 years ago
stuart nelson
4c2f393af4
Update README.md ( #352 )
...
Dragonfly exports CPU, also
8 years ago
stuart nelson
08bc709c35
Update README.md
8 years ago
Rene Treffer
081ecc5db0
Add hwmon /sensors support ( #278 )
...
* Add hwmon support (mainly known from lm-sensors)
This commit adds initial support for linux hardware sensors, exported
through sysfs.
Details of the interface can be found at
https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface
* Add end-to-end test with some real life data
* Cleanup comments on hwmon collector
* Drop raw sensor name from hwmon output
* Let the sensor label be "sensor"
* Add hwmon short description to README.
8 years ago
stuart nelson
cf3710191a
Compile meminfo for dfly ( #315 )
...
* Compile meminfo for dfly
* Update README.me
8 years ago
stuart nelson
ef1925db7d
Compile netdev on dragonfly ( #314 )
...
* Compile netdev on dragonfly
* Only run netdev bsd test on bsd
* Update README.md
8 years ago
stuart nelson
61f36ac1ab
Activate filesystem collector on DragonFly ( #302 )
8 years ago
Karsten Weiss
262ed7a8c1
README.md: Mention /proc/sys/fs/file-nr filename.
9 years ago
Tobias Schmidt
e5395edc2f
Merge pull request #236 from sdurrheimer/refactor-version-informations
...
Make version informations consistent between prometheus components
9 years ago
Steve Durrheimer
3176a9102c
Make node_exporter statically buildable for linux/amd64
9 years ago
Steve Durrheimer
60cbc9efc0
Make version informations consistent between prometheus components
...
This also fixes #231 by adding the '-version' flag
9 years ago
Steve Durrheimer
158200fd49
New release process using docker, circleci and a centralized
...
building tool
9 years ago
Julius Volz
c3b16c7b2e
Remove lastlogin collector.
...
See also https://github.com/prometheus/node_exporter/issues/229
9 years ago
Matthias Schiffer
91ddafdb33
Add 'logind' exporter
...
logind provides a nice interface to find out about the numbers of sessions
on a system; it is used on most Linux distributions, even those which
aren't using systemd.
The exporter exposes the total number of sessions indexed by the following
attributes:
* seat
* type ("tty", "x11", ...)
* class ("user", "greeter", ...)
* remote ("true"/"false")
9 years ago
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