Projet

Général

Profil

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

root / tools @ e5ce7492

# Date Auteur Commentaire
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

851979eb 2012-01-21 08:14 Lasse Karstensen

use a different category for always_XX

071b1cac 2012-01-21 07:22 Lasse Karstensen

clean up alarm plugins, fix typo in graphtest

6df2ce23 2012-01-21 06:44 Lasse Karstensen

Add a simple graph testing plugin, and use critical instead of alarm

d33f5b31 2012-01-16 12:19 Lasse Karstensen

Add munin-node-from-hell, a quite unfriendly munin node

6519e157 2012-01-16 10:12 Steve Schnepp

Pushing pmmn over here, in an attempt to merge all the various munin tools scattered around the internet