Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / tools @ c81c20ab

# Date Auteur Commentaire
8589c6df 2017-04-17 16:43 klemens

spelling fixes (2nd try)

cb970347 2017-02-04 19:41 sumpfralle

Merge pull request #778 from mestia/master

munin2snmp - snmp agent for querying munin-node plugins over snmp

6aa03315 2017-01-30 07:22 Alex Mestiashvili

Drop README.pod file, see the pod section for the docs

d8f12a6a 2017-01-08 17:50 Lars Kruse

removed "gitignore" files from various plugins

they were probably imported by mistake

06c8538a 2016-12-06 12:42 Alex Mestiashvili

Update README.pod

9c29d496 2016-12-06 12:36 Alex Mestiashvili

Read options from a config file or as the programm arguments, update POD

05d4ad0a 2016-12-02 09:26 Alex Mestiashvili

Add author for munin2snmp tool

45941d87 2016-12-02 09:19 Alex Mestiashvili

Add munin2snmp, snmp agent for querying munin-node plugins over snmp

fba800ae 2015-03-02 06:51 Veres Lajos

typofixes - https://github.com/vlajos/misspell_fixer

Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic

2e03d0c5 2013-03-02 14:22 Steve Schnepp

mnc,mpc: move them to own repo

e5ceabe4 2013-02-27 03:38 Steve Schnepp

Merge remote branch 'helmut/profile'

911a1a04 2013-02-27 03:06 Helmut Grohne

munin-profile-node.py: hanlde multiple connections

c7f80a0c 2013-02-27 02:25 Steve Schnepp

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. :)

f3c4c142 2013-02-26 16:42 Helmut Grohne

add a profiler for munin-node

d4278543 2013-02-10 04:02 Steve Schnepp

mpb: convert threads arg parsing to plain one

d6bbd240 2013-02-10 04:01 Steve Schnepp

Merge remote branch 'helmut/next'

99a00144 2013-02-10 03:23 Helmut Grohne

mnc: support parallel builds

a752d8c5 2013-02-10 03:10 Helmut Grohne

mnc: avoid execution via shell meta characters

And remove dependency on /bin/sh.

55c20ee5 2013-02-10 03:02 Helmut Grohne

mnc: fix arbitrary execution via ../ traversal

34b87128 2013-02-10 02:58 Helmut Grohne

mnc: avoid sprintf based stackoverflow

af04bfea 2013-02-10 02:56 Helmut Grohne

mnc: avoid out-of-bounds write using strtok

a07c3d55 2013-02-10 02:22 Steve Schnepp

mnc: explict init of verbose

c2ea4473 2013-02-09 18:53 Steve Schnepp

mnc: fix plugin existance control

90c41118 2013-02-09 18:49 Steve Schnepp

mnc: implement the "list" cmd

aae73ff3 2013-02-09 08:11 Steve Schnepp

mnc: conditional make of munin-plugins-busybox

c32620c6 2013-02-09 07:28 Steve Schnepp

mnc: interact with munin-plugins-busybox

bf25714e 2013-02-09 07:21 Steve Schnepp

mnc: add config/fetch handler

b95b1672 2013-02-09 07:21 Steve Schnepp

mnc: add empty handler

f3ae51d9 2013-02-09 07:21 Steve Schnepp

mnc: add placeholder

2cdb57ae 2013-02-09 07:21 Steve Schnepp

mnc: handle empty input lines

773d5ed4 2013-02-09 07:21 Steve Schnepp

mnc: implem first commands

1d56b584 2013-02-09 07:21 Steve Schnepp

mnc: suppress debug output

acea10b2 2013-02-09 07:16 Steve Schnepp

mnc: initial arg handling

52369dbe 2013-02-09 07:16 Steve Schnepp

mnc: initial add

e041ac21 2013-02-09 07:07 Steve Schnepp

mnc: starting with adding a gitignore

a91cbefc 2013-02-08 15:27 Steve Schnepp

mpb: use full arg to ease code reading

a354c47f 2013-02-08 05:20 Helmut Grohne

mpb: stop advertising processes.c

The upstream plugin does way more nowadays. This is no longer a drop-in
replacement.

c4ad7d72 2013-02-07 12:47 Helmut Grohne

mpb: forgot to add threads to listplugins

4337b550 2013-02-05 07:12 Helmut Grohne

mpb: add threads.c plugin

05a64254 2013-02-05 06:50 Helmut Grohne

autoconf should exit with 0 when writing no

e2faabaf 2013-02-05 06:40 Helmut Grohne

fix resource leak in if_err_.c

bb7bf0bc 2013-02-05 06:38 Helmut Grohne

refactor code

Added common functions autoconf_check_readable and fail.
Added some TODOs for later completion.
Updated messages from upstream plugins.

df82b943 2013-02-05 05:31 Helmut Grohne

make main.c grepable easier grepable

0b0f98c4 2013-02-04 15:50 Helmut Grohne

adapt if_err_.c suggest to the mainline plugin

Previously it would only detect specific interfaces. Now detecting bios
named devices should work.

cbfa6b45 2013-01-30 06:14 Helmut Grohne

support warning and critical environment variables

Like the mainline plugins do.

bdad8b7d 2013-01-28 11:28 Steve Schnepp

Merge remote branch 'helmut/listplugins'

58ec362b 2013-01-28 10:56 Helmut Grohne

teach cpu.c to print steal and guest

4bd77f20 2013-01-28 10:42 Helmut Grohne

backport HZ functionality to cpu.c

c01ddbb0 2013-01-28 10:35 Helmut Grohne

extract function getenvint to common.c

20f9c7fc 2013-01-28 09:53 Helmut Grohne

munin-plugins-busybox: provide supported plugins via listplugins

b9c12479 2013-01-28 08:18 Helmut Grohne

fix cpu.c config for more recent kernels

It still lacks behind the vanilla cpu plugin.

1956b4dd 2013-01-28 08:12 Helmut Grohne

fix interrupts.c to actually work

5dcd2ea5 2013-01-28 07:29 Helmut Grohne

relicense as GPLv2

611bfb05 2013-01-28 07:29 Helmut Grohne

made more paths be macros

339b8f43 2013-01-28 07:29 Helmut Grohne

added #define PROC_STAT "/proc/stat"

bdf2dd25 2013-01-28 07:29 Helmut Grohne

added if_err_ plugin

a61fdfd1 2013-01-28 07:29 Helmut Grohne

readme -> disadvantages?

1adee557 2013-01-28 07:29 Helmut Grohne

it was not really clear to be about munin

ad5c0c53 2013-01-28 07:29 Helmut Grohne

added a README

881a6374 2013-01-28 07:29 Helmut Grohne

strip the binary

2f167d67 2013-01-28 07:29 Helmut Grohne

fix bug in swap.c

bede1947 2013-01-28 07:29 Helmut Grohne

change name to munin-plugins-busybox

20993707 2013-01-28 07:29 Helmut Grohne

initial tree

bcb9ed82 2012-09-17 06:08 Lasse Karstensen

Merge branch 'master' of github.com:munin-monitoring/contrib

fbb6614e 2012-06-02 11:47 Lasse Karstensen

Avoid ulimit kicking in when running ~1k nodes

202bbf0c 2012-05-23 05:00 Steve Schnepp

Corrected statement about pmmn.

As pmmn also uses the `plugins/` subdirectory per default.

47ed44d4 2012-05-23 04:55 Steve Schnepp

clarified the header comment

32f9909e 2012-05-01 18:50 Lasse Karstensen

Add plugins that fail on the node.

c07cf689 2012-04-26 04:50 Michel Albert

Fix crash on plugin execution error.

If a plugin failed to execute, pypmmn did not properly report the error and
crash. This resolves this bug.

765c54ba 2012-04-06 10:50 Michel Albert

Added a usage example to the README

607ff282 2012-04-06 10:49 Michel Albert

Added a URL to the python metadata

.gitignore added

164794c5 2012-04-06 10:47 Michel Albert

README clarification

fad23215 2012-04-06 10:46 Michel Albert

README clarification

0da7b997 2012-04-06 10:31 Michel Albert

Updated the README

ba0efcac 2012-04-06 10:23 Michel Albert

Real timeout added. Version bump to beta1.

8f5607b2 2012-04-06 10:08 Michel Albert

Minor fixes & docs & comments

fa24082e 2012-04-06 09:51 Michel Albert

Daemonizing and logging added, 'stdin mode' fixed

89d3ef0a 2012-04-05 12:40 Michel Albert

Quick-and-dirty TCP implementation (Needs cleanup)

7c40b520 2012-04-05 09:27 Michel Albert

Command line arguments added and handled.

583d318c 2012-04-05 09:15 Michel Albert

Command line options added. Code restructured.

b8ed5d10 2012-04-05 08:42 Michel Albert

Initial commit of pypmmn

A port of pmmn to python.

  • Currently only handles text from stdin (as with pmmn).
  • The location of the ``plugins_folder`` is currently hardcoded.
  • No command line arguments parsed yet.
7287e9d6 2012-03-17 16:58 Kenyon Ralph

Merge pull request #68 from lkarsten/master

Minor changes to munin-node-from-hell

164f6c89 2012-03-17 16:00 Lasse Karstensen

many

be1fb5df 2012-03-17 16:00 Lasse Karstensen

minor stuff

8354c8ba 2012-03-17 16:00 Lasse Karstensen

Support multiple config files at once

18b69829 2012-03-08 05:46 Steve Schnepp

Pmmn is now mature enough to be called 1.0.0

8eee012f 2012-03-08 04:29 Steve Schnepp

Adding basic spoolfetch plugin support

d252526b 2012-03-08 04:20 Steve Schnepp

Adding copyright notice

f0d8bcdb 2012-03-07 11:59 Steve Schnepp

fix hang when asking for unknown commands

3c669294 2012-03-07 06:02 Andreas Thienemann

Added an check_munin script I had lying around.

If your nagios isntallation uses munin as a passive datasource a check_dummy script is normally installed for the active checks.

This script is a replacement and will be able to query your munin-node to get current values. This is great to manually run a check.

921de335 2012-02-18 03:22 Steve Schnepp

It might evolve to be the main cli for munin

d8208bfa 2012-02-18 03:20 Bushmills

Adding a cli for munin

13662ae9 2012-02-09 12:25 Steve Schnepp

Merge pull request #23 from lkarsten/master

Further development on munin-node-from-hell (UTF8, plugins in warnings, verbosity decided runtime)

0442899e 2012-02-09 09:42 Lasse Karstensen

last arg is the config file

f110d3dd 2012-02-09 08:47 Lasse Karstensen

verbose mode as runtime flag

352a9baf 2012-02-09 08:47 Lasse Karstensen

Add UTF8 plugins

293ce084 2012-02-06 12:19 Steve Schnepp

- chmod +x

b9f04c70 2012-02-06 12:18 Steve Schnepp

- adding a CGI for a JSON-ified datafile

3b485e45 2012-02-04 12:56 Lasse Karstensen

moar plugins

e215f156 2012-02-04 10:50 Lasse Karstensen

fix typos