2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

96 Commits

Author SHA1 Message Date
Steve Schnepp
2e03d0c551 mnc,mpc: move them to own repo 2013-03-02 20:22:46 +01:00
Steve Schnepp
e5ceabe428 Merge remote branch 'helmut/profile' 2013-02-27 09:38:48 +01:00
Helmut Grohne
911a1a04ea munin-profile-node.py: hanlde multiple connections 2013-02-27 09:06:34 +01:00
Steve Schnepp
c7f80a0c4b mpc: optimize HZ retrieval
As Brian De Wolf noted:

hz only really needs to be calculated once, so this line could be
moved up out of the loop, resulting in a likely unnoticeable
performance increase. :)
2013-02-27 08:25:20 +01:00
Helmut Grohne
f3c4c142df add a profiler for munin-node 2013-02-26 22:42:35 +01:00
Steve Schnepp
d42785438b mpb: convert threads arg parsing to plain one 2013-02-10 10:02:26 +01:00
Steve Schnepp
d6bbd2409d Merge remote branch 'helmut/next' 2013-02-10 10:01:15 +01:00
Helmut Grohne
99a0014432 mnc: support parallel builds 2013-02-10 09:23:43 +01:00
Helmut Grohne
a752d8c5da mnc: avoid execution via shell meta characters
And remove dependency on /bin/sh.
2013-02-10 09:10:43 +01:00
Helmut Grohne
55c20ee59b mnc: fix arbitrary execution via ../ traversal 2013-02-10 09:02:40 +01:00
Helmut Grohne
34b87128de mnc: avoid sprintf based stackoverflow 2013-02-10 08:58:16 +01:00
Helmut Grohne
af04bfead6 mnc: avoid out-of-bounds write using strtok 2013-02-10 08:56:59 +01:00
Steve Schnepp
a07c3d558b mnc: explict init of verbose 2013-02-10 08:22:57 +01:00
Steve Schnepp
c2ea44730c mnc: fix plugin existance control 2013-02-10 00:53:09 +01:00
Steve Schnepp
90c4111899 mnc: implement the "list" cmd 2013-02-10 00:49:31 +01:00
Steve Schnepp
aae73ff3b1 mnc: conditional make of munin-plugins-busybox 2013-02-09 14:11:56 +01:00
Steve Schnepp
c32620c645 mnc: interact with munin-plugins-busybox 2013-02-09 13:28:59 +01:00
Steve Schnepp
bf25714e3a mnc: add config/fetch handler 2013-02-09 13:21:39 +01:00
Steve Schnepp
b95b1672c6 mnc: add empty handler 2013-02-09 13:21:39 +01:00
Steve Schnepp
f3ae51d938 mnc: add placeholder 2013-02-09 13:21:39 +01:00
Steve Schnepp
2cdb57aec2 mnc: handle empty input lines 2013-02-09 13:21:39 +01:00
Steve Schnepp
773d5ed4cf mnc: implem first commands 2013-02-09 13:21:39 +01:00
Steve Schnepp
1d56b5845d mnc: suppress debug output 2013-02-09 13:21:39 +01:00
Steve Schnepp
acea10b203 mnc: initial arg handling 2013-02-09 13:16:41 +01:00
Steve Schnepp
52369dbed1 mnc: initial add 2013-02-09 13:16:41 +01:00
Steve Schnepp
e041ac2135 mnc: starting with adding a gitignore 2013-02-09 13:07:08 +01:00
Steve Schnepp
a91cbefc8d mpb: use full arg to ease code reading 2013-02-08 21:27:56 +01:00
Helmut Grohne
a354c47f89 mpb: stop advertising processes.c
The upstream plugin does way more nowadays. This is no longer a drop-in
replacement.
2013-02-08 11:20:49 +01:00
Helmut Grohne
c4ad7d72b7 mpb: forgot to add threads to listplugins 2013-02-07 18:47:55 +01:00
Helmut Grohne
4337b550a0 mpb: add threads.c plugin 2013-02-05 13:12:43 +01:00
Helmut Grohne
05a642549d autoconf should exit with 0 when writing no 2013-02-05 12:50:13 +01:00
Helmut Grohne
e2faabaff6 fix resource leak in if_err_.c 2013-02-05 12:40:56 +01:00
Helmut Grohne
bb7bf0bcd7 refactor code
Added common functions autoconf_check_readable and fail.
Added some TODOs for later completion.
Updated messages from upstream plugins.
2013-02-05 12:38:12 +01:00
Helmut Grohne
df82b943ad make main.c grepable easier grepable 2013-02-05 11:31:37 +01:00
Helmut Grohne
0b0f98c44c adapt if_err_.c suggest to the mainline plugin
Previously it would only detect specific interfaces. Now detecting bios
named devices should work.
2013-02-04 21:50:26 +01:00
Helmut Grohne
cbfa6b4578 support warning and critical environment variables
Like the mainline plugins do.
2013-01-30 12:14:28 +01:00
Steve Schnepp
bdad8b7d48 Merge remote branch 'helmut/listplugins' 2013-01-28 17:28:33 +01:00
Helmut Grohne
58ec362bb3 teach cpu.c to print steal and guest 2013-01-28 16:56:22 +01:00
Helmut Grohne
4bd77f20a5 backport HZ functionality to cpu.c 2013-01-28 16:42:38 +01:00
Helmut Grohne
c01ddbb0c0 extract function getenvint to common.c 2013-01-28 16:35:25 +01:00
Helmut Grohne
20f9c7fc37 munin-plugins-busybox: provide supported plugins via listplugins 2013-01-28 15:53:48 +01:00
Helmut Grohne
b9c124798f fix cpu.c config for more recent kernels
It still lacks behind the vanilla cpu plugin.
2013-01-28 14:18:45 +01:00
Helmut Grohne
1956b4dd7b fix interrupts.c to actually work 2013-01-28 14:12:17 +01:00
Helmut Grohne
5dcd2ea54d relicense as GPLv2 2013-01-28 13:29:19 +01:00
Helmut Grohne
611bfb0580 made more paths be macros 2013-01-28 13:29:19 +01:00
Helmut Grohne
339b8f43a9 added #define PROC_STAT "/proc/stat" 2013-01-28 13:29:19 +01:00
Helmut Grohne
bdf2dd257a added if_err_ plugin 2013-01-28 13:29:19 +01:00
Helmut Grohne
a61fdfd103 readme -> disadvantages? 2013-01-28 13:29:19 +01:00
Helmut Grohne
1adee55736 it was not really clear to be about munin 2013-01-28 13:29:19 +01:00
Helmut Grohne
ad5c0c537a added a README 2013-01-28 13:29:19 +01:00