dartybox: using DERIVE for packets counts
dartybox: fix the dirtyconfig behavior
dartybox: adding multigraph nice behavior
dartybox: initial add
Merge pull request #404 from whyscream/dspam-fixes
Minor fixes for dspam_ plugin
Merge pull request #406 from msoulard/patch-1
Update transmission for python 2.7
Merge pull request #366 from mapkyca/master
Updating BeBox support
Merge pull request #407 from northox/glob_support
Add file expansion (glob) and switch to MIT license
Added recommandation from http://www.python.org/dev/peps/pep-0263/ to make this plugin work with pyhton 2.7.5+Related error:File "/etc/munin/plugins/transmission", line 36SyntaxError: Non-ASCII character '\xc3' in file /etc/munin/plugins/transmission on line 37, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
Merge pull request #405 from caseycs/sphinx_configurable_params
make host/port configurable
Found another problem with variable handling, when it contains a dash
Merge branch 'pr/401'
Merging a rebased branch for pull #401
Improve GPU plugins documentation
Configurable warning and critical temperatures for GPUs
Add TODO and FIXME notes on some issues
TODO 1: Follow multigraph suggestion from Flameeyes to look into multigraphplugins (http://munin-monitoring.org/wiki/MultigraphSampleOutput),in order to reduce the amount of round trips to get the data.
TODO 2: Put warning and critical as vars in config with sensible defaults....
Merge pull request #402 from metfan/master
Add 2 plugin about PHP
add plugins to monitor PHP execution time based on time provide by apache in log
add plugins to monitor PHP errors from log file
Merge pull request #395 from Jaybee-/master
Initial checking of ceph-osd-info plugin. Dumps all ceph values into munin.
Merge pull request #396 from dotdoom/master-ejabberd_resources
Add ejabberd_resources_ plugin and it's image
Merge pull request #400 from dotdoom/master-netstat_s_-arp-in_out
netstat_s_: merge ARP in/out into one
Merge pull request #398 from dotdoom/master-ejabberd_stats
Add ejabberd_stats_ plugin and it's image
and provide interface for future merges
in plugin ceph-osd-info, if retrieving the data fails, retry up to 10 times
in ceph-osd-info:
Break up some functions into more manageble steps.If json from ceph is invalid, handle it correctly (i.e. dont return anything)Handle larger chunks of data from ceph (100k instead of 10k per osd).
fixed for recent version of ceph
Initial checking of ceph-osd-info. Dumps all ceph values into munin.
Merge branch 'pr/391'
Merge branch 'pr/389'
Merge branch 'pr/388'
Merge branch 'pr/382'
Merge branch 'pr/378'
Merge branch 'pr/377'
Merge branch 'pr/376'
Merge branch 'pr/375'
Merge branch 'pr/370'
Merge branch 'pr/368'
Merge branch 'pr/358'
Merge branch 'pr/353'
Merge branch 'pr/338'
Merge branch 'pr/336'
Merge pull request #360 from nagyrobi/patch-10
New plugin 2wcomdsr_
Merge pull request #359 from nagyrobi/patch-9
New plugin eatonups_
Merge pull request #362 from darac/patch-1
Create dovecot_stats_
Merge pull request #372 from eveiga/nutcracker
Add nutcracker plugin.
Merge pull request #365 from tomav/add_fping_plugin
Add fping plugin
bitcoin/slush_reward_: convert to unix line endings
bitcoin/slush_reward_: fix documentation copypaste error in plugin name
bitcoin plugins: convert to unix line endings
bitcoin/btcguild_hashrate_: fix documentation copypaste error in plugin name
Merge pull request #361 from deveth0/master
Plugins for Bitcoin-Miner Hashrates (btcguild and slushs pool)
Merge pull request #367 from avances123/master
freedisk plugin to show abs used values to disk, increasing line instead of free usage. (decreasing)
Merge pull request #364 from gronager/patch-1
Update bitcoind_
Merge pull request #335 from nagyrobi/patch-7
Create virtualbox_ram_usage
Merge pull request #334 from nagyrobi/patch-6
Create virtualbox_cpu_user
Merge pull request #333 from nagyrobi/patch-5
Create virtualbox_cpu_kernel
Merge pull request #379 from eucher/xfs
new xfs stats plugin
Merge pull request #380 from eucher/gearman
Gearman jobs&workers plugins
Merge pull request #355 from nagyrobi/patch-8
New plugin: voltcraft_tcm220_
Merge pull request #384 from nagyrobi/patch-12
Create ubiquiti_airfiber_
Merge pull request #383 from nagyrobi/patch-11
Update ubiquiti_airos_
Merge pull request #381 from dotdoom/master
Minor fixes in plugins
Merge pull request #369 from averni/master
Solr4 update
mail/postfix_stats: convert to unix line endings
Merge pull request #332 from ppaeps/master
nsd_: new plugin to monitor NSD name servers
Merge pull request #393 from fcomparini/patch-1
Update haproxy_rate_frontend
Merge pull request #394 from ercpe/master
Use correct line endings for the sa-learn plugin
Just a typo on line 86, change "sencond" for second
Update sge_queue_xml_
changed to "committed by"
Merge pull request #390 from inhumantsar/patch-1
Changed interpreter from /bin/sh to bash
Update backuppc plugin, fix issues with hostnames with dot(s) (.)
We encountered an issue where the hostnames in backuppc had also the domain/subdomain names. As dots are not allowed in munin datasource names we had to fix the backuppc script. Ours is as above, you can find the explanation for clear_fieldnames at : http://munin-monitoring.org/wiki/notes_on_datasource_names.
Changed interpreter from /bin/sh to bash so string substitution wouldn't explode
"cproc=${proc//[^A-Za-z0-9_]/_}" would break (Bad Substitution errors) on my Debian Wheezy system. Changed the interpreter to bash and script began to run without issue.
Create sge_queue_xml_
Wildcard-plugin to monitor Grid Engine queue state.Using qstat xml output to generate stats.Graph output optimized.Summary of a list of queues possible.
Create postfwd-rbl
Merge pull request #385 from slashsBin/master
Fix a Bug and Improved doc comments
Merge pull request #387 from caseycs/add_executable_flag
add executable flag
Merge pull request #386 from Necoro/lighty_digest
lighttpd: Allow also digest auth mechanism.
Support SNI in the certificate checking
plugin was checking the first vhost rather than the correct vhost's ssl certificate validity.
Allow also digest auth mechanism.
Currently only basic auth was supported. I added the ability of doingdigest auth (via 'env.auth_type').
Also, I fixed a bug where 'env.status_url' was ignored.
netstat_s: support singular nouns
Fix typos in netstat_bsd_m and ejabberd_scanlog
Fixed env section of manual(doc)
Add table_prefix to registered_users query
Multigraph munin plugin to monitor Ubiquiti AirOS F (airFiber) devices various parameters.
It can gather information from AirFibers through Telnet, SSH with password authenttication, or SSH with public key authenttication (not requiring password).
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.v0.9 - added SSH support and saved some memory, thanks to NVX@UbiquitiNetworksCommunity
Comment cleanup
Fix mediawiki_api when called with admins argIt was using wrong var and was missing a breakTested successfully