irq plugin: Added plugin to collect interrupt counters.
authorPeter Holik <peter@holik.at>
Tue, 27 Feb 2007 08:51:59 +0000 (09:51 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 Feb 2007 08:51:59 +0000 (09:51 +0100)
commitf21bcfdca1cf55f420ac31ea933a93277a4f0458
treeea709114bb33a2a6d001d39f385b2b853aa51dc1
parentd51a3768cc3302215ecf1f125a6f6d85ac246760
irq plugin: Added plugin to collect interrupt counters.

-- 8< --
 Hi!

 This plugin collects interrupts from /proc/interrupts

 Usually all interrupts are collected but
 you can configure what interruptnumbers are collected or not.

 Example:

 collect only wanted irqs:

 <Plugin irq>
        Irq 0
        Irq 14
        IgnoreSelected false
 </Plugin>

 collect all but no these irqs:

 <Plugin irq>
         Irq 7
         Irq 8
         Irq 9
         IgnoreSelected true
 </Plugin>

 cu Peter
-- >8 --
AUTHORS
collectd.spec
configure.in
contrib/collection.cgi
src/Makefile.am
src/collectd.conf.in
src/collectd.conf.pod
src/collectd.pod
src/irq.c [new file with mode: 0644]