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

1764 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
Steve Schnepp
7164a0e773 Merge remote branch 'helmut/profile' 2013-02-27 00:39:30 +01:00
Helmut Grohne
f3c4c142df add a profiler for munin-node 2013-02-26 22:42:35 +01:00
Steve Schnepp
716c03f27d Merge pull request #255 from CWempe/patch-2
deletet unnecessary output "\n"
2013-02-12 06:39:57 -08:00
CWempe
7688a3f5ba deletet unnecessary output "\n"
Output looked like this:

root@htpc:/etc/munin/plugins# ./nvidia_gpu_mem
mem0.value 0\n
2013-02-12 15:30:59 +01:00
Steve Schnepp
a3dadfa699 Merge branch 'master' of github.com:munin-monitoring/contrib 2013-02-12 00:14:20 +01:00
Diego Elio Pettenò
fca3a80e96 Merge pull request #254 from asciiphil/master
esxi__sensors documentation update
2013-02-11 10:34:42 -08:00
Phil! Gold
5e6330c6c2 Document how to add an ESXi monitoring account. 2013-02-11 13:28:01 -05:00
Steve Schnepp
6509bffc85 Merge branch 'if1sec' 2013-02-10 12:01:21 +01:00
Steve Schnepp
4b1d8bd0be Merge branch 'db2_cnx' 2013-02-10 12:00:43 +01:00
Steve Schnepp
850b9ba4f4 Merge branch 't-shirt' 2013-02-10 11:43:33 +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
Steve Schnepp
dfce0bc858 Merge remote branch 'helmut/harden-mnc' 2013-02-10 10:00:45 +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
6d4d58bbf3 Merge branch 'mnc' 2013-02-10 07:53:07 +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
69b46e42f6 add 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
Steve Schnepp
88e2df65ff Merge remote branch 'helmut/grepable_mainc' 2013-02-05 13:02:57 +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
Matthias Hähnel
e71641b88f Update plugins/wowza/wowza-media-server
-Fix Graph wowza_app_listeners
-Compatibility to python 2.6
2013-02-05 01:12:36 -08:00
Steve Schnepp
fcc3a6f8be Merge remote branch 'helmut/if_err_suggest' 2013-02-04 22:32:30 +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