irq plugin: Implement collection of non-numeric interrupts.
authorBostjan Skufca <bostjan@a2o.si>
Fri, 2 Sep 2011 00:35:38 +0000 (20:35 -0400)
committerFlorian Forster <octo@collectd.org>
Fri, 2 Sep 2011 01:20:22 +0000 (21:20 -0400)
commit66bdee8d4c974e893826335977e1cc52410380eb
treec67ffb5b433c934a1af187390dd382cd4306b473
parentee8d2556d47139e04e8ace20b2fb383bec545a7b
irq plugin: Implement collection of non-numeric interrupts.

Hi all!

I've created a patch that enables collectd to collect all irqs present in
/proc/interrupts, with numeric and string names (NMI, LOC, RES, etc).

Two notices:
a) Unfortunately I was unable to build collectd from git repo (build.sh
   failures), therefore I created this patch for latest stable release: 4.10.1
b) I am fairly unexperienced in C programming, so please inform me gently of my
   mistakes:) But I am already using a patched version and it works fine.

Any feedback on code quality or recommendations are welcome.

Change-Id: Ia17bd953921051dfe53e838b76672adbef9e73c3
Signed-off-by: Florian Forster <octo@collectd.org>
src/irq.c