Commit includes: fix slash in url params, examples update, fix issue #1 and #2, qps graph uses request instead of avgRequestPerSecond, new 'memory' graph, deprecation of availableram parameter
fixed missing tmp cleanup
Merge pull request #339 from thalic/patch-1
Create accounting_
move the accounting_ plugin to the network/ subdir
Merge pull request #341 from hefee/patch-1
Fix Prosody Registered Users
Merge pull request #342 from aptivate/master
S3 storage plugin fixes
Merge pull request #340 from elfurbe/nfs-freebsd
NFS Plugins for FreeBSD
Merge pull request #350 from steveschnepp/pull-317-fix
Create dovecot, plugin to monitor dovecot connections
always use plain $PATH
use Munin::Plugin for statefiles
Merge pull request #343 from averni/master
Solr4 Multigraph
Merge pull request #278 from frdmn/master
New Minecraft/Bukkit plugins
Merge pull request #313 from steveschnepp/plugin-backuppc
Adding backuppc plugins
Merge pull request #344 from realdigger/master
Plugins for SMF forum stats monitoring added
Merge pull request #329 from anarcat/puppetmaster
various improvements on Puppetmaster plugin
Merge pull request #349 from anarcat/http_request_time_timeout
http_request_time: document the timeout option
Clean fieldnames, to allow filesystems and pools containing "-" to be graphed.
Use perl from $PATH in zfs_usage_ plugin
Merge pull request #345 from anarcat/http_request_time_timeout
Http request time timeout
don't depend on sudo to run pfctl
we should assume plugin is correctly configured, as munin-node can runplugins as root
document the plugin
lower the timeout to respect the default munin timeout
make timeouts customizable
Update smf_stats
Update smf_online
Update smf_mail_queue
Update smf_errors
Create smf_stats
Create smf_online
Create smf_mail_queue
Create smf_errors
Merge pull request #331 from Grauwolf/master
Fixed plugins/network/if
Merge pull request #330 from sipb/mysql_aggregate-max
mysql_aggregate_: allow graphing only max/min value
Merge pull request #328 from whyscream/ipvs-udp
Detect UDP conections too
Merge pull request #327 from Longinus00/pgld
Munin plugin to monitor Peer Guardian Linux blockrates
Merge pull request #326 from Longinus00/2wire
Multigraph munin plugin to monitor 2Wire/Pace residential gateways
Merge pull request #325 from ShaolinTiger/patch-2
Added symlinks to enable the plugin in the header comments.
Merge pull request #324 from nagyrobi/patch-4
Update ubiquiti_airos_
Merge pull request #323 from nagyrobi/patch-2
hdsentinel
Merge pull request #322 from wh6b/patch-1
Update date format between auth.log and linux system date
Merge pull request #321 from tomav/fixed_display_order
Fixed display order
Merge pull request #320 from koug44/master
New plugin for Sphinx
Multigraph plugin to monitor a Solr4 single/multicore using mbean http interface
Fix line endings to Unix.
Standardise indentation, spacing and braces.
Allow overriding the list of buckets, default to all buckets.
Hide a lot of unwanted output from Curl.
I use python 2.6 & python 2.7len([listfiles(account_dir)])returns everytime 1
The generator must be executed to get the corrent number of registed users.
Added nfs_client_cache plugin
This adds a plugin for tracking NFS client caching statistics. Becausethe output for this segment of nfsstat was slightly different, theparsing required some awk dancing to programatically make coherentlabels. It's basically a separate function anyway. Right?
Added v3 to title, added nfs_client
I added a v3 to the title of the nfsd graph to reduce ambiguity.
This is also the initial commit of the nfs_client plugin. It isessentially identical to server. The output of nfsstat for client issomewhat different from server in the labeling of the cache entries....
Better README
Initial Commit of FreeBSD NFS Plugins
This is an initial commit of FreeBSD NFS plugins for the Muninmonitoring platform. The NFS plugins for Munin depend on the/proc filesystem in Linux for statistics which does not exist inFreeBSD by default. While one can add the linproc package to their...
Wildcard-plugin for tcp, udp and icmp traffic-accounting (IPv4 or IPv6) going through iptables. This plugin can monitor a single ip as well as a entire subnets. Lists tcp, udp and icmp separately.
asterisk_inuse: fix plugin to use asterisk command from PATH and fix a whitespace issue
dovecot plugin: fix path to state file
Fix interface detection
if: one probably wants bit for traffic graphs
In some cases it can be useful to know the maximum value of any row of anaggregate (for example, the maximum number of logins by a single user), withoutgraphing each row separately (because there are too many or the rows change)....
specify units of compilation time
allow customizing tiem format, use standard
by default, syslog doesn't use iso timestamps..
use a proper interpretor
env is not in /bin in debian
Fix typo
Fixed the other ipvs plugins too regarding UDP detection
v0.7 - added critical thresholds to some graphs, and some descriptions below some of themv0.6 - added wlan errors by type graph - useful to detect interferences on the same frequency; added CPU usage graphv0.5 - added ping graph - ping times from the AirOS device to a configured address; other fixes...
Fixed element sorting on config call
Create hdsentinel
Multigraph plugin to monitor harddrive temperature, condition, performance and estimated remaining lifetime through HDSentinel.
I noticed a problem with date format on /var/log/auth.log (tested on debian and ubuntu)
$ date '+%b %d'Jun 09
/var/log/auth.logJun 9 13:17:01
So grep "`date '+%b %d'`" can't works fine for day with 1 digit....
Fixed instance order using port number and not pid anymore
English comment
New Sphinx Plugin: sphinx_documents
Based very heavily on exim_mailrejects
hugepages: fixes from Mrten in issue #308
nginx_error: add terminating newline
Merge pull request #312 from nagyrobi/patch-1
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.
Merge pull request #311 from steveschnepp/fix-syslog-ng-stat
Add syslog-ng plugin that graphs counts of log messages processed by syslog-ng sources and destinations
move mongrel plugins to the http directory, since mongrel is an http server
Merge branch 'master' of github.com:munin-monitoring/contrib
move arp plugins to network directory
Merge pull request #307 from ShaolinTiger/patch-1
Added new non Ruby based Unicorn Plugin
Merge remote-tracking branch 'koumbit/relayd'
Adds plugin for the OpenBSD relayd load balancer.
netstat_s_: make executable
Closes issue #304.
Merge pull request #315 from vovansystems/master
nginx_error plugin
nginx_error plugin initial commit
Fixed total memory being in the wrong scale
Fixed an error in netatalk plugin: defaultServer_volumesFile: command not found
plugins/backuppc: differential in size for full/incr
plugins/backuppc: adding backup ages
plugins/backuppc: fix multigraph
plugins/backuppc: Initial add
Merge pull request #309 from jd/master
Fix getenv usage in swift plugins
plugins/syslog_ng_stats: comment formating
os.getenv returns a string, not an integer, so using %s will fail if thevariable SWIFT_OBJECT_PORT is set.
Fixed average memory graphing label error.