]> arthur.barton.de Git - netdata.git/commit
added /proc/net/softnet_stat monitoring which provides information about common netwo...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 15 Sep 2016 21:04:47 +0000 (00:04 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 15 Sep 2016 21:04:47 +0000 (00:04 +0300)
commit079134376fc83d1d7b1ae96423de31512f5c3e38
tree185bc998c1f4b7d11882d9b032537f763b7c1ba3
parent5029908dbba56478a542fe93bd4b057e16030105
added /proc/net/softnet_stat monitoring which provides information about common network device misconfigurations and issues
conf.d/Makefile.am
conf.d/health.d/softnet.conf [new file with mode: 0644]
src/Makefile.am
src/plugin_proc.c
src/plugin_proc.h
src/proc_net_softnet_stat.c [new file with mode: 0644]