Commit Graph

105 Commits

Author SHA1 Message Date
klemens 8589c6df43 spelling fixes (2nd try) 2017-04-17 22:43:38 +02:00
sumpfralle cb970347f7 Merge pull request #778 from mestia/master
munin2snmp - snmp agent for querying munin-node plugins over snmp
2017-02-05 01:41:10 +01:00
Alex Mestiashvili 6aa03315eb Drop README.pod file, see the pod section for the docs 2017-01-30 13:22:12 +01:00
Lars Kruse d8f12a6a81 removed "gitignore" files from various plugins
they were probably imported by mistake
2017-01-08 23:50:46 +01:00
Alex Mestiashvili 06c8538aa1 Update README.pod 2016-12-06 18:42:20 +01:00
Alex Mestiashvili 9c29d49666 Read options from a config file or as the programm arguments, update POD 2016-12-06 18:36:33 +01:00
Alex Mestiashvili 05d4ad0ac7 Add author for munin2snmp tool 2016-12-02 15:26:23 +01:00
Alex Mestiashvili 45941d87dc Add munin2snmp, snmp agent for querying munin-node plugins over snmp 2016-12-02 15:19:44 +01:00
Veres Lajos fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
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