Julius Volz
f91bca427b
Convert filefd collector to use ConstMetrics
...
This suffers from the same concurrency bug as the netstat one:
https://github.com/prometheus/node_exporter/issues/280
8 years ago
Julius Volz
9128952454
Fix end-to-end tests after netstat conversion
8 years ago
Julius Volz
55761fc788
Merge pull request #281 from prometheus/netstat-const-metrics
...
Convert netstat collector to use ConstMetrics
8 years ago
Julius Volz
8c5c880705
Convert netstat collector to use ConstMetrics
...
Fixes https://github.com/prometheus/node_exporter/issues/280
8 years ago
Julius Volz
b55019f10b
Merge pull request #275 from thomasf/mdstat-tabs
...
Fix mdstat tabs parsing
8 years ago
Thomas Frössman
32e3445d72
Fix mdstat tabs parsing
8 years ago
Björn Rabenstein
d48453a61a
Merge pull request #268 from h3po/patch-1
...
Ignore partitions on NVME devices by default
8 years ago
Daniel
c3eba340e3
Update e2e-output.txt
8 years ago
Daniel
87b3df90e6
Update diskstats
8 years ago
Daniel
a7a8d088da
Ignore partitions on NVME devices by default
...
The convention of the linux driver is nvme($device)n($namespace)p($partition). On *bsd it seems to be different, using "ns" instead of "n" as the namespace separator.
8 years ago
Brian Brazil
f660b32f08
Merge pull request #267 from mgit-at/sockstat-rhe4
...
sockstat: add support for RHE4
8 years ago
Johannes 'fish' Ziemke
3f19ee6f02
Merge pull request #266 from prometheus/fish/darwin-enable-meminfo
...
Use meminfo_freebsd on darwin as well
9 years ago
Johannes 'fish' Ziemke
7e5aaa9e33
Use meminfo_freebsd on darwin as well
9 years ago
Johannes 'fish' Ziemke
6350ef6d17
Merge pull request #265 from prometheus/fish/darwin-filesystem-stats
...
Enable *bsd collector on darwin
9 years ago
Johannes 'fish' Ziemke
4b04d04558
Enable *bsd collector on darwin
9 years ago
Michael Gebetsroither
4b820427dd
sockstat: add support for RHE4
9 years ago
Brian Brazil
157ac23b4d
Merge pull request #263 from slene/master
...
Close file handler in textfile
9 years ago
slene
dea279267a
Close file handler in textfile
9 years ago
Björn Rabenstein
49f562136d
Merge pull request #258 from knweiss/filefd
...
filefd collector
9 years ago
Karsten Weiss
262ed7a8c1
README.md: Mention /proc/sys/fs/file-nr filename.
9 years ago
Karsten Weiss
69ba0e916b
filefd_linux.go: Fix a typo.
9 years ago
Matthias Rampke
344fe2c4c5
Merge pull request #253 from prometheus/superq/md_raid0
...
Add support for raid0 devices in mdadm_linux collector.
9 years ago
Ben Kochie
8c809cd29a
Add additional test for mdadm_linux collector
9 years ago
Ben Kochie
a09bbaacd1
Add support for raid0 devices in mdadm_linux collector.
9 years ago
Julius Volz
ffd96078e0
Merge pull request #241 from mrwacky42/ignore-fs-types
...
Add flag to ignore certain filesystem types (Copy of #217 )
9 years ago
Sharif Nassar
f0630d5cbb
Do not export the filesystem type pattern
9 years ago
Ben Kochie
6969918c95
Merge pull request #247 from knyar/ntp
...
Add NTP stratum to NTP collector.
9 years ago
Anton Tolchanov
fc3a7b7a97
Add NTP stratum to NTP collector
9 years ago
Julius Volz
d4799999fc
Merge pull request #250 from sky-uk/ntp-rtt
...
Use the offset calculation that includes round trip time in the ntp collector
9 years ago
Chris Batey
387c64424b
Use the offset calculation that includes round trip time in the ntp collector
...
Previously the raw time difference was used which includes the network trip time
between the node and the ntp server. This makes setting alerts off the value
troublesome as it depends on the latency as well as the clock offset.
9 years ago
Chris Batey
b93c7c394b
Add intellij files to .gitignore
9 years ago
Sharif Nassar
bf88b6ee0f
Fix typos, and initialisms from comments in #217
9 years ago
Dominik Schulz
3fe5e7f8fa
Add ignored fs types
9 years ago
Tobias Schmidt
df8dcd27e2
Merge pull request #237 from prometheus/grobie/0.12.0
...
Release 0.12.0
9 years ago
Tobias Schmidt
83a9614352
Merge pull request #238 from sdurrheimer/fix-circleci-flanky-go-get
...
Fix CircleCI flanky go get
9 years ago
Tobias Schmidt
3ac6f866ef
Release 0.12.0
9 years ago
Steve Durrheimer
8b9a08d176
Change the test docker image tag to match promu golang version
9 years ago
Steve Durrheimer
28d33e0a5d
Fix CircleCI problems during go get promu
9 years ago
Tobias Schmidt
3d81f25fdd
Merge pull request #224 from giganteous/test-freebsd-netdev
...
Add a unit test for the conversion
9 years ago
Tobias Schmidt
6683a89f9e
Merge pull request #226 from giganteous/fix-386-on-freebsd
...
Fix compilation on freebsd/386
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
Tobias Schmidt
a3f625397d
Merge pull request #235 from sdurrheimer/linux-amd64-static-build
...
Make node_exporter statically buildable for linux/amd64
9 years ago
Steve Durrheimer
3176a9102c
Make node_exporter statically buildable for linux/amd64
9 years ago
Steve Durrheimer
522e5b6ff1
Remove Makefile.COMMON
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
Johannes 'fish' Ziemke
d890b63fb5
Merge pull request #221 from sdurrheimer/master
...
New release process using docker, circleci and a centralized building tool
9 years ago
Steve Durrheimer
158200fd49
New release process using docker, circleci and a centralized
...
building tool
9 years ago
Tobias Schmidt
7c97b784d6
Merge pull request #230 from prometheus/remove-lastlogin
...
Remove lastlogin collector.
9 years ago
Julius Volz
c3b16c7b2e
Remove lastlogin collector.
...
See also https://github.com/prometheus/node_exporter/issues/229
9 years ago
Kai Storbeck
53d0a7815b
Add a unit test for the conversion
9 years ago