node_exporter/collector
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Advait Bhatwadekar 3f49b31101 Closes issue #261 on node_exporter. (#1403)
* Closes issue #261 on node_exporter.

Delegated mdstat parsing to procfs project. mdadm_linux.go now only exports the metrics.
-> Added disk labels: "fail", "spare", "active" to indicate disk status
-> hanged metric node_md_disks_total ==> node_md_disks_required
-> Removed test cases for mdadm_linux.go, as the functionality they tested for has been moved to procfs project.

Signed-off-by: Advait Bhatwadekar <advait123@ymail.com>
2019-07-01 11:56:06 +02:00
..
fixtures Closes issue #261 on node_exporter. (#1403) 2019-07-01 11:56:06 +02:00
fixtures_hidepid/proc
arp_linux.go
bcache_linux.go
bonding_linux.go
bonding_linux_test.go
boot_time_bsd.go
boot_time_solaris.go
buddyinfo.go
collector.go
conntrack_linux.go
cpu_common.go
cpu_darwin.go
cpu_dragonfly.go
cpu_dragonfly_test.go
cpu_freebsd.go
cpu_linux.go
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
filefd_linux.go
filefd_linux_test.go
filesystem_bsd.go
filesystem_common.go
filesystem_freebsd.go
filesystem_linux.go
filesystem_linux_test.go
helper.go Delete unused code 2017-02-28 17:20:16 -04:00
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
ksmd_linux.go
kvm_bsd.c
kvm_bsd.go Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547) 2018-01-04 12:23:26 +01:00
kvm_bsd.h
loadavg.go
loadavg_freebsd.go
loadavg_linux.go
loadavg_linux_test.go
loadavg_solaris.go
loadavg_unix.go
logind_linux.go
logind_linux_test.go
mdadm_linux.go Closes issue #261 on node_exporter. (#1403) 2019-07-01 11:56:06 +02:00
meminfo.go
meminfo_darwin.go
meminfo_linux.go
meminfo_linux_test.go
meminfo_numa_linux.go
meminfo_numa_linux_test.go
meminfo_openbsd.go
memory_bsd.go
mountstats_linux.go
netclass_linux.go
netdev_bsd.go
netdev_bsd_test.go
netdev_common.go
netdev_darwin.go
netdev_linux.go
netdev_linux_test.go
netdev_openbsd.go
netstat_linux.go
netstat_linux_test.go
nfs_linux.go
nfsd_linux.go
ntp.go Update Makefile.common (#1220) 2019-01-04 15:58:53 +00:00
paths.go collector: use path/filepath for handling file paths (#1228) 2019-01-21 17:44:55 +01:00
paths_test.go
perf_linux.go
perf_linux_test.go
pressure_linux.go
processes_linux.go
processes_linux_test.go
qdisc_linux.go
runit.go Replace --collectors.enabled with per-collector flags (#640) 2017-09-28 15:06:26 +02:00
sockstat_linux.go
sockstat_linux_test.go
stat_linux.go
supervisord.go
sysctl_bsd.go
systemd_linux.go
systemd_linux_test.go
tcpstat_linux.go
tcpstat_linux_test.go
textfile.go
textfile_test.go
time.go Add _seconds suffix to node_time. (#823) 2018-02-14 16:59:08 +00:00
timex.go use sys/unix package instead of syscall (#1340) 2019-05-10 13:04:06 -05:00
uname.go Cleanup uname Update call (#1342) 2019-05-13 11:44:12 -05:00
uname_freebsd.go
uname_linux.go
vmstat_linux.go
wifi_linux.go
xfs_linux.go
zfs.go updates for zfsonlinux 0.7.5 (#779) 2018-02-16 15:46:31 +01:00
zfs_linux.go
zfs_linux_test.go
zfs_solaris.go