node_exporter/collector/fixtures/proc
Sam Kottler 6eafa51fa8 Add ARP collector for Linux (#540)
* Implement commonalities and linux support for ARP collection

* Add ARP collector to fixtures and run as part of e2e tests

* Bubble up scanner errors

* Use single return values where it makes sense

* Add missing annotation

* Move arp_common into arp_linux

* Add license header to arp_linux.go

* Address initial feedback

* Use strings.Fields instead of strings.Split

* Deal with scanner.Err() rather than throwing away errors

* Check for scan errors in-line before interacting with the entries map

* Don't interact with potentially empty text from scan

* Check for scan errors outside the scan loop

* Add comment about moving procfs parsing

* Add more direct comment

* Update initialism style to match go style guide

* Put function args on the same line

* Add TODO in front of comment about procfs extraction

* Guard against strings.Fields returning an empty slice

* Be more defensive about ARP table format and use upcase more broadly

* Enable the ARP collector by default

* Add ARP collector to the README

* Remove 'entry'
2017-04-11 17:45:19 +02:00
..
10 Handle multiple NFS device mounts 2017-01-24 13:44:08 +01:00
net Add ARP collector for Linux (#540) 2017-04-11 17:45:19 +02:00
spl/kstat/zfs ZFS Collector: Add zpool IO statistics 2017-02-10 13:31:25 -06:00
sys Introduce entropy collector for Linux 2016-01-13 18:29:52 +01:00
buddyinfo Adding support for /proc/buddyinfo for linux free memory fragmentation. 2017-02-15 10:15:43 -06:00
diskstats Update diskstats 2016-07-09 15:23:31 +02:00
drbd Add a collector for DRBD. 2016-12-11 11:55:28 +01:00
interrupts Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
loadavg Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
mdstat #219 - add fixes for @samzhang111 super token 2016-11-16 14:49:57 -05:00
mdstat_invalid Add additional test for mdadm_linux collector 2016-06-11 08:54:39 +02:00
meminfo Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
mounts Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
self Add mountstats collector for detailed NFS statistics 2016-12-20 11:13:02 -05:00
stat Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00