node_exporter/collector
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Noam Meltzer 501ccf9fb4 Add --collector.netdev.device-whitelist flag (#1279)
* Add --collector.netdev.device-whitelist flag

Sometimes it is desired to monitor only one netdev. The golang regexp
does not support a negated regex, so the ignored-devices flag is too
cumbersome for this task.
This change introduces a new flag: accept-devices, which is mutually
exclusive to ignored-devices. This flag allows specifying ONLY the
netdev you'd like.

Signed-off-by: Noam Meltzer <noam@cynerio.co>
2019-05-31 17:55:50 +02:00
..
fixtures
fixtures_hidepid/proc
arp_linux.go Replace --collectors.enabled with per-collector flags (#640) 2017-09-28 15:06:26 +02:00
bcache_linux.go
bonding_linux.go
bonding_linux_test.go Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
boot_time_bsd.go
boot_time_solaris.go Add kstat-based Solaris metrics (#1197) 2019-01-12 13:33:56 +01:00
buddyinfo.go
collector.go
conntrack_linux.go
cpu_common.go
cpu_darwin.go
cpu_dragonfly.go
cpu_dragonfly_test.go Add test 2016-09-28 09:10:05 +02:00
cpu_freebsd.go
cpu_linux.go Early init of procfs (#1315) 2019-04-10 18:16:12 +02:00
cpu_openbsd.go
cpu_solaris.go
cpufreq_linux.go
cpufreq_solaris.go
devstat_dragonfly.go
devstat_freebsd.c
devstat_freebsd.go
devstat_freebsd.h
diskstats_common.go
diskstats_darwin.go
diskstats_linux.go
diskstats_linux_test.go
diskstats_openbsd.go
drbd_linux.go
edac_linux.go
entropy_linux.go
exec_bsd.go collector: implement node_boot_time_seconds for OpenBSD/NetBSD/Darwin 2018-04-15 08:26:46 +00:00
filefd_linux.go
filefd_linux_test.go Fix scanner usage without error handling 2017-02-28 16:04:25 -04:00
filesystem_bsd.go
filesystem_common.go
filesystem_freebsd.go
filesystem_linux.go
filesystem_linux_test.go
helper.go
hwmon_linux.go
infiniband_linux.go
infiniband_linux_test.go
interrupts_common.go
interrupts_linux.go
interrupts_linux_test.go
interrupts_openbsd.go
ipvs_linux.go
ipvs_linux_test.go Replace --collectors.enabled with per-collector flags (#640) 2017-09-28 15:06:26 +02:00
ksmd_linux.go
kvm_bsd.c Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 2018-01-04 12:23:26 +01:00
kvm_bsd.go
kvm_bsd.h Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 2018-01-04 12:23:26 +01:00
loadavg.go
loadavg_freebsd.go
loadavg_linux.go
loadavg_linux_test.go Add load5 and load15 to linux load metric 2015-10-17 13:07:39 +00:00
loadavg_solaris.go
loadavg_unix.go
logind_linux.go
logind_linux_test.go Fix all open go lint and vet issues 2017-02-28 13:05:38 -04:00
mdadm_linux.go
mdadm_linux_test.go Fix mdadm collector issues (#985) 2018-07-02 12:38:20 +02:00
meminfo.go
meminfo_darwin.go
meminfo_linux.go
meminfo_linux_test.go Make metrics better follow guidelines (#787) 2018-01-17 17:55:55 +01:00
meminfo_numa_linux.go collector: use path/filepath for handling file paths (#1245) 2019-02-05 16:37:27 +01:00
meminfo_numa_linux_test.go
meminfo_openbsd.go
memory_bsd.go
mountstats_linux.go
netclass_linux.go
netdev_bsd.go
netdev_bsd_test.go Compile netdev on dragonfly (#314) 2016-09-27 21:44:13 +01:00
netdev_common.go
netdev_darwin.go
netdev_linux.go
netdev_linux_test.go Add --collector.netdev.device-whitelist flag (#1279) 2019-05-31 17:55:50 +02:00
netdev_openbsd.go
netstat_linux.go
netstat_linux_test.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 2017-07-08 20:16:35 +02:00
nfs_linux.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
nfsd_linux.go
ntp.go
paths.go
paths_test.go
perf_linux.go
perf_linux_test.go Add perf exporter (#1274) 2019-05-07 13:21:41 +02:00
pressure_linux.go
processes_linux.go
processes_linux_test.go
qdisc_linux.go
runit.go
sockstat_linux.go
sockstat_linux_test.go Add parsing /proc/net/snmp6 file for netstat-linux (#615) 2017-07-08 20:16:35 +02:00
stat_linux.go
supervisord.go
sysctl_bsd.go
systemd_linux.go
systemd_linux_test.go Systemd refactor (#1254) 2019-02-11 23:27:21 +01:00
tcpstat_linux.go
tcpstat_linux_test.go collector: add bounds check and test for tcpstat collector (#1134) 2018-10-27 09:21:36 +02:00
textfile.go
textfile_test.go
time.go
timex.go
uname.go
uname_freebsd.go
uname_linux.go
vmstat_linux.go
wifi_linux.go
xfs_linux.go update procfs to latest (#1335) 2019-05-07 06:38:21 +02:00
zfs.go
zfs_linux.go
zfs_linux_test.go updates for zfsonlinux 0.7.5 (#779) 2018-02-16 15:46:31 +01:00
zfs_solaris.go