spelling fixes (2nd try)
Merge pull request #778 from mestia/master
munin2snmp - snmp agent for querying munin-node plugins over snmp
Drop README.pod file, see the pod section for the docs
removed "gitignore" files from various plugins
they were probably imported by mistake
Update README.pod
Read options from a config file or as the programm arguments, update POD
Add author for munin2snmp tool
Add munin2snmp, snmp agent for querying munin-node plugins over snmp
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:plugins/mail/postfix_mail_stats recieved.labelplugins/nginx/nginx_vhost_traffic
mnc,mpc: move them to own repo
Merge remote branch 'helmut/profile'
munin-profile-node.py: hanlde multiple connections
mpc: optimize HZ retrieval
As Brian De Wolf noted:
hz only really needs to be calculated once, so this line could bemoved up out of the loop, resulting in a likely unnoticeableperformance increase. :)
add a profiler for munin-node
mpb: convert threads arg parsing to plain one
Merge remote branch 'helmut/next'
mnc: support parallel builds
mnc: avoid execution via shell meta characters
And remove dependency on /bin/sh.
mnc: fix arbitrary execution via ../ traversal
mnc: avoid sprintf based stackoverflow
mnc: avoid out-of-bounds write using strtok
mnc: explict init of verbose
mnc: fix plugin existance control
mnc: implement the "list" cmd
mnc: conditional make of munin-plugins-busybox
mnc: interact with munin-plugins-busybox
mnc: add config/fetch handler
mnc: add empty handler
mnc: add placeholder
mnc: handle empty input lines
mnc: implem first commands
mnc: suppress debug output
mnc: initial arg handling
mnc: initial add
mnc: starting with adding a gitignore
mpb: use full arg to ease code reading
mpb: stop advertising processes.c
The upstream plugin does way more nowadays. This is no longer a drop-inreplacement.
mpb: forgot to add threads to listplugins
mpb: add threads.c plugin
autoconf should exit with 0 when writing no
fix resource leak in if_err_.c
refactor code
Added common functions autoconf_check_readable and fail.Added some TODOs for later completion.Updated messages from upstream plugins.
make main.c grepable easier grepable
adapt if_err_.c suggest to the mainline plugin
Previously it would only detect specific interfaces. Now detecting biosnamed devices should work.
support warning and critical environment variables
Like the mainline plugins do.
Merge remote branch 'helmut/listplugins'
teach cpu.c to print steal and guest
backport HZ functionality to cpu.c
extract function getenvint to common.c
munin-plugins-busybox: provide supported plugins via listplugins
fix cpu.c config for more recent kernels
It still lacks behind the vanilla cpu plugin.
fix interrupts.c to actually work
relicense as GPLv2
made more paths be macros
added #define PROC_STAT "/proc/stat"
added if_err_ plugin
readme -> disadvantages?
it was not really clear to be about munin
added a README
strip the binary
fix bug in swap.c
change name to munin-plugins-busybox
initial tree
Merge branch 'master' of github.com:munin-monitoring/contrib
Avoid ulimit kicking in when running ~1k nodes
Corrected statement about pmmn.
As pmmn also uses the `plugins/` subdirectory per default.
clarified the header comment
Add plugins that fail on the node.
Fix crash on plugin execution error.
If a plugin failed to execute, pypmmn did not properly report the error andcrash. This resolves this bug.
Added a usage example to the README
Added a URL to the python metadata
.gitignore added
README clarification
Updated the README
Real timeout added. Version bump to beta1.
Minor fixes & docs & comments
Daemonizing and logging added, 'stdin mode' fixed
Quick-and-dirty TCP implementation (Needs cleanup)
Command line arguments added and handled.
Command line options added. Code restructured.
Initial commit of pypmmn
A port of pmmn to python.
Merge pull request #68 from lkarsten/master
Minor changes to munin-node-from-hell
many
minor stuff
Support multiple config files at once
Pmmn is now mature enough to be called 1.0.0
Adding basic spoolfetch plugin support
Adding copyright notice
fix hang when asking for unknown commands
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.
It might evolve to be the main cli for munin
Adding a cli for munin
Merge pull request #23 from lkarsten/master
Further development on munin-node-from-hell (UTF8, plugins in warnings, verbosity decided runtime)
last arg is the config file
verbose mode as runtime flag
Add UTF8 plugins
- chmod +x
- adding a CGI for a JSON-ified datafile
moar plugins
fix typos