Clean field name
Spaces are illegal in munin field names, so clean the name of the encoder before using it.
Merge pull request #532 from smith153/master
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
Merge pull request #523 from someuser89/master
network – arp_
Merge pull request #530 from ak4t0sh/master
Moodle : fix and new plugin
arp_ well-sorted
remove forum_discussions
change drawing type to AREA
add graph for new log entries
add plugin for module quiz
fix column naming error in query to count new posts
change forum_discussion to forum_discussions in graph config
Merge pull request #506 from McKay1717/master
Add Bandwidth Test whith a file on a reference server in OVH network
Merge pull request #503 from ioppermann/varnish4
Varnish 4 plugin
Merge pull request #502 from smith153/master
Added postgres_queries3_ to get stats on a per table basis
Merge pull request #501 from tdumitrescu/proc-netstat
proc/net/netstat plugin
Merge pull request #500 from tdumitrescu/ethtool
ethtool_ plugin
add new line
Merge pull request #490 from tntu/patch-1
Make it usable
Merge pull request #489 from pvalkone/raspberry-pi-temperature-plugin
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
Merge pull request #526 from ak4t0sh/master
Moodle plugin
Merge pull request #488 from jesusch/master
added lxc plugins from https://github.com/vajtsz/munin-plugins
Merge pull request #525 from leeclemens/patch-3
Use case insensitive grep for Temp lines
initial commit
remove useless naming in query
replace some draw area by draw stack
backwards compatible grep for memory
Potentially will work for 5.5 and earlier, as well as 6 and 6.5 (tested with 6.5)
xorg-x11-drv-nvidia-340.29-1.el6.x86_64 (CUDA 6.5?) seems to have changed the Temperature lines from "Gpu" to "GPU" prefixes. Case insensitive grep preserves backwards comatability.
remove useless variable
change graph draw to area mode
remove computed total to let munin do the work
add module plugin
add draw area
implement online_users graph
set graph_period to 5 minutes + text changes in graph config
add suspended and deleted accounts
arp_ less processes
arp_ wspace fix
arp_ sh lint
Merge pull request #522 from zarnovican/linux_if
Initial commit of linux_if plugin
Reduce number of categories
Delete outdated duplicate files (postfix plugins)
Reduce number of categories, use more generic terms
Move plugins to subdirectory
Merge branch 'master' of https://github.com/munin-monitoring/contrib
Supports bonding and vlans.
Fix frdmn's minecraft plugins
- Get rid of duplicate plugins in "jsonapi/" folder- Rename- Reference to original GitHub repo
Move Example Graphs to Subdirectory
Merge pull request #514 from jasperla/puppet_runtime
Add plugin to retrieve the time puppet agent took to apply the catalog
Merge pull request #519 from dannyman/master
Initial commit of snmp__sentry.
Merge pull request #517 from lwindolf/master
Fixes #470: emits warning: "bad ps syntax, perhaps a bogus
Fix whitespace.
Fix memory usage check
Change "FB Memory Usage" to just "Memory Usage" - this will also work on an old version that still uses the "FB" terminology.
Merge pull request #513 from jasperla/puppet_openbsd
Allow for a custom puppet directory
Allow for a custom puppet facts directory
For example on OpenBSD, /var/lib/puppet doesn't exist and /var/puppet is used
Merge pull request #512 from lwindolf/master
Fixing multiple typos and indentation
Fixing Regexp for kvm plugins to be aware of underscores in vm names (otherwise munin will not generate graphs bc. of too long filenames)
proftpd: converting to /bin/sh
Some cleanup
Merge pull request #507 from googley/master
Convert perl script to bash
Merge pull request #508 from jeroenvermeulen/hhvm_plugin
First version of the Munin plugin to monitor HHVM
Merge pull request #509 from lr1980/patch-1
Update powered_up_
Fixed multigraph for monitoring multple HHVM instances
Added Apache 2.4 config example
Removed load warning level
Support some more jenkins statuses: notbuilt_anime, aborted, aborted_anime
add optional use of "/dev/disk/by-id"
For a better compatibility
Fix issue with $uptime being undefined
Fix issue with $uptime being undefined.On my setup perl requires a variable to assign the return value of the split operation. Without this the value of $uptime ends up being undefined.
Detect aspect correctly even if renamed to varnish_
Fix backticks in README.md
Add plugin for Varnish 4
Merge pull request #493 from OlegPS/esxcli_env_
Added plugin (esxcli_env_) to monitor ESXi host temperature or power via esxcli
Merge pull request #494 from phaus/vmware_fusion
adding first version of the plugin for VMWare Fusion (Mac OS/Darwin)
Merge pull request #495 from phaus/jenkins
adding first version of the plugin for the Jenkins CI Server
Merge pull request #496 from phaus/openfire
adding first version of the plugin for the Openfire XMPP (Jabber) Server
Merge pull request #497 from phaus/dar_vpnd
adding first version of the plugin for Mac OS Server VPN Daemon
Merge pull request #492 from burdandrei/master
Configuration for local ipmi monitoring
Merge pull request #491 from lwindolf/patch-1
Fix typo
Merge pull request #487 from tochev/ntp_pool_score
add ntp_pool_score
int conversion
convert port in integer when it is set from config file
Added comment with guide how to configure plugin for local monitoring
Fixed the display issue for formerly active users that wore no longer showing once they closed all connections.Also made other fixes like the negative others and improved performance.It could still be improved but for now it should do.