removed "gitignore" files from various plugins
they were probably imported by mistake
mnc,mpc: move them to own repo
mpc: optimize HZ retrieval
As Brian De Wolf noted:
hz only really needs to be calculated once, so this line could bemoved up out of the loop, resulting in a likely unnoticeableperformance increase. :)
mpb: convert threads arg parsing to plain one
Merge remote branch 'helmut/next'
mnc: conditional make of munin-plugins-busybox
mpb: use full arg to ease code reading
mpb: stop advertising processes.c
The upstream plugin does way more nowadays. This is no longer a drop-inreplacement.
mpb: forgot to add threads to listplugins
mpb: add threads.c plugin
autoconf should exit with 0 when writing no
fix resource leak in if_err_.c
refactor code
Added common functions autoconf_check_readable and fail.Added some TODOs for later completion.Updated messages from upstream plugins.
make main.c grepable easier grepable
adapt if_err_.c suggest to the mainline plugin
Previously it would only detect specific interfaces. Now detecting biosnamed devices should work.
support warning and critical environment variables
Like the mainline plugins do.
Merge remote branch 'helmut/listplugins'
teach cpu.c to print steal and guest
backport HZ functionality to cpu.c
extract function getenvint to common.c
munin-plugins-busybox: provide supported plugins via listplugins
fix cpu.c config for more recent kernels
It still lacks behind the vanilla cpu plugin.
fix interrupts.c to actually work
relicense as GPLv2
made more paths be macros
added #define PROC_STAT "/proc/stat"
added if_err_ plugin
readme -> disadvantages?
it was not really clear to be about munin
added a README
strip the binary
fix bug in swap.c
change name to munin-plugins-busybox
initial tree