Ben Kochie
cb6509f1ac
Merge pull request #1826 from digineo/device-filter
...
Move ignore/accept to new netDevFilter struct
4 years ago
Ben Kochie
825ec8c606
Merge pull request #1833 from prometheus/repo_sync
...
Synchronize common files from prometheus/prometheus
4 years ago
Ben Kochie
4b68aeb80a
Merge pull request #1862 from fsschmitt/fix/alerts-label-naming
...
fix: node_md_disks state label from fail to failed
4 years ago
Ben Kochie
be036cfad5
Fix up go.sum.
...
Signed-off-by: Ben Kochie <superq@gmail.com>
4 years ago
Ben Kochie
0910f1bb71
Merge pull request #1811 from kamijin-fanta/network_route
...
add network_route collector
4 years ago
Ben Kochie
8536df5bbb
Merge branch 'master' into network_route
4 years ago
Ben Kochie
e785e06e85
Merge pull request #1884 from xinau/patch-1
...
collector/filesystem: fixing logging message
4 years ago
Ben Kochie
bf4f48a4a7
Merge pull request #1939 from prometheus/rootmsg
...
Add a warning when node exporter runs as root
4 years ago
Ben Kochie
87993cdd7e
Merge pull request #1938 from prometheus/superq/timex_error
...
Handle EPERM for syscall in timex collector
4 years ago
Julien Pivotto
dddae68cc7
Add osusergo flag in promu-cgo
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Ben Kochie
1d03daf616
Handle EPERM for syscall in timex collector
...
Handle case where Adjtimex syscall gets a permission denined error.
Fixes: https://github.com/prometheus/node_exporter/issues/1934
Signed-off-by: Ben Kochie <superq@gmail.com>
4 years ago
Julien Pivotto
809eed400a
Add a warning when node exporter runs as root
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Changmin Kim
cfdd9dd0c9
Change exporter-toolkit module name(https -> web) ( #1931 )
...
* Change deprecated Listen to ListenAndServe
* Change exporter-toolkit module name(https -> web)
Signed-off-by: changmink <changmin043@gmail.com>
4 years ago
Ben Kochie
0ce1f39c64
Merge pull request #1907 from prometheus/superq/exporter-kit-https
...
Convert to exporter-toolkit/https
4 years ago
Ben Kochie
f0dea09749
Convert to exporter-toolkit/https
...
Use the new exporter-toolkit https package.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 years ago
Ben Kochie
8a3cc9db05
Merge pull request #1694 from treydock/ib-counters
...
Add more IB counters
4 years ago
Ben Kochie
3b8a7f6ef3
Merge pull request #1774 from ston1th/openbsd_amd64
...
remove openbsd amd64 cgo dependecies
4 years ago
Ben Kochie
1889202d4d
Merge pull request #1897 from mrpaulmanley/master
...
add btrfs and powersupplyclass to list of exporters enabled by default
4 years ago
Ben Kochie
82e8db0479
Merge pull request #1878 from Hexta/zfs_zpool_state
...
Expose zfs zpool state
4 years ago
Ben Kochie
e422cdae1e
Merge pull request #1899 from prometheus/superq/install_doc
...
Update install instructions in README
4 years ago
kamijin_fanta
67480c5e5b
repalce to jsimonetti/rtnetlink
...
Signed-off-by: kamijin_fanta <kamijin@live.jp>
4 years ago
kamijin_fanta
1f5898999e
add network_route collector
...
Signed-off-by: kamijin_fanta <kamijin@live.jp>
4 years ago
Ben Kochie
35f2e3d83c
Update install instructions in README
...
Move end-user install instructions to the top of the README.
* Add a Docker Compose example.
* Improve some wording.
* Link to the Cloud Alchemy Ansible role.
* Update to git clone method for dev/building
Signed-off-by: Ben Kochie <superq@gmail.com>
4 years ago
Anthony D'Atri
8b466360a3
Modest doc improvements ( #1876 )
...
* Modest doc improvements
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
4 years ago
Paul Manley
c007f01697
Merge branch 'master' of https://github.com/prometheus/node_exporter
4 years ago
Louis Taylor
c8d5159fed
readme: fix link to PSI documentation ( #1864 )
...
The txt was changed to rst:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/accounting/psi.rst
But it's probably better to link to the rendered docs, since the link
should be more stable.
Signed-off-by: Louis Taylor <louis@kragniz.eu>
4 years ago
Paul Manley
5c07b7ceb7
add backticks to file path of powersupplyclass
...
Signed-off-by: Paul Manley <paul.manley@wholefoods.com>
4 years ago
Paul Manley
3649251e9e
add btrfs and powersupplyclass to list of exporters enabled by default
...
Signed-off-by: Paul Manley <paul.manley@wholefoods.com>
4 years ago
ston1th
91bec7c53c
fixed build
...
new type: `netDevStats map[string]map[string]uint64`
Signed-off-by: ston1th <ston1th@giftfish.de>
4 years ago
ston1th
1450a92a68
move const values to iota plus code cleanup
...
Signed-off-by: ston1th <ston1th@giftfish.de>
4 years ago
ston1th
bdba65df16
skip null bytes at the end of strings
...
Signed-off-by: ston1th <ston1th@giftfish.de>
4 years ago
ston1th
26bd6bf99d
more build fixes
...
Signed-off-by: ston1th <ston1th@giftfish.de>
4 years ago
ston1th
386992e984
fixed build
...
Signed-off-by: ston1th <ston1th@giftfish.de>
4 years ago
ston1th
f8609aeee2
remove openbsd amd64 cgo dependecies
...
I have rewritten all CGO dependencies for OpenBSD amd64
using pure go, be able to crosscompile node_exporter.
Signed-off-by: ston1th <ston1th@giftfish.de>
4 years ago
Trey Dockendorf
0692791457
Add more IB counters
...
Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
4 years ago
xinau
daa7303a82
collector/filesystem: fixing logging message
...
this change fixes the logging message for the filesystem ignored-fs-types flag to output the flag instead of the mountpoints flag.
Signed-off-by: xinau <felix.ehrenpfort@protonmail.com>
4 years ago
Artur Molchanov
519203e3d0
Expose zfs zpool state
...
Create a metric node_zfs_zpool_state.
Signed-off-by: Artur Molchanov <artur.molchanov@easybrain.com>
4 years ago
Julien Pivotto
f645d49242
Mixin: Bump jsonnet requirement to 0.16 to use go-jsonnetcmd
...
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
4 years ago
Ondrej Baudys
ed10485073
Expose XFS inode statistics ( #1869 ) ( #1870 )
...
* Expose XFS inode statistics (#1869 )
Also fixes #1177
@SuperQ @discordianfish
Signed-off-by: Ondrej Baudys <obaudys@gmail.com>
Co-authored-by: obaudys@gmail.com <ondrej.baudys@nextgen.net>
4 years ago
Frederic Branczyk
dbf8c709ad
Merge pull request #1872 from metalmatze/mixin-jsonnet-absolute-import-paths
...
Use absolute jsonnet import paths
4 years ago
Matthias Loibl
77e76485c0
Use absolute jsonnet import paths
...
This should be the way forward when importing libraries in jsonnet. It's
closer to how Go imports look and makes it more obvious where packages
live.
This is not breaking anything, as the old imports were already symlinks
to the now directly used directories.
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
4 years ago
Björn Rabenstein
9c9c636305
Merge pull request #1861 from paulfantom/network-alerts
...
docs/node-mixin/alerts: use ratio for network alerts
4 years ago
paulfantom
f81747e608
docs/node-mixin/alerts: add max error condition to alert about desynchronized clock
...
Signed-off-by: paulfantom <pawel@krupa.net.pl>
4 years ago
fsschmitt
effa4da989
fix: node_md_disks state label as failed
...
Signed-off-by: fsschmitt <492108+fsschmitt@users.noreply.github.com>
4 years ago
paulfantom
d7cbe85d22
docs/node-mixin/alerts: use a rate for network alerts
...
Signed-off-by: paulfantom <pawel@krupa.net.pl>
4 years ago
Ben Kochie
306a365377
Downgrade CPU counter warnings
...
We've gathered enough evidence that the CPU counter bug workaround is
working as intended. Downgrade the message from Warning to Debug.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 years ago
Christian Rohmann
a3aaf63bb1
Add check state for mdadm arrays via node_md_state metric ( #1810 )
...
* Expose metric for state=check for node_md_state
* Added new e2e output fixture including md201 which is in checking state and a the new state=check labeled metric for all other md
Signed-off-by: Christian Rohmann <github@frittentheke.de>
4 years ago
Ben Kochie
3b73912dd8
Update build ( #1852 )
...
* Bump Go modules to latest.
* Update to Go 1.15.
* Remove obsolete darwin/386 build.
Signed-off-by: Ben Kochie <superq@gmail.com>
4 years ago
Arthur Outhenin-Chalandre
6585e43eec
Fix memory gauge in mixin with multiple pods
...
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
4 years ago
Nicolas Lamirault
ff2ff3410f
Configure 2 thresholds for NodeFilesystemAlmostOutOfSpace alert ( #1835 )
...
* Add: configure 2 thresholds for NodeFilesystemAlmostOutOfSpace alert
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
4 years ago