Fix Prosody Registered Users
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.
asterisk_inuse: fix plugin to use asterisk command from PATH and fix a whitespace issue
dovecot plugin: fix path to state file
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
Merge pull request #314 from BasicXP/master
Fixed an error in netatalk
nginx_error plugin initial commit
Fixed total memory being in the wrong scale
Fixed an error in netatalk plugin: defaultServer_volumesFile: command not found
Merge pull request #309 from jd/master
Fix getenv usage in swift plugins
plugins/syslog_ng_stats: comment formating
Merge pull request #306 from beanieboi/patch-1
Update lighttpd_
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.
Update unicorn_
- Fixed memory and average giving same results- Fixed error in average graphing
The existing Unicorn plugins are written in Ruby, which didn't work well for me due to ENV variables etc.
This plugin monitors number of workers, total memory used and average memory per process for Unicorn.
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_average...
fix typo
Merge pull request #305 from dsavineau/master
Fix indexcounters and globallock in 2.2 and 2.4 version
btree sub-document has been removed in 2.4 :http://docs.mongodb.org/manual/reference/command/serverStatus/#serverStatus.indexCounters
ratio sub-document has been removed in 2.2...
add comment
remove grep for args
Merge pull request #302 from claudius23/snmp_netapp
plugins/snmp/snmp__netapp_* initial checkin of my snmp__netapp_ plugins.
Merge pull request #300 from lirantal/master
Adding a new Drupal/Generic page speed monitoring script
move postfix plugins into the mail directory
add syslog-ng plugin
Merge pull request #298 from kabo/master
php_fpm_process update
Merge pull request #232 from bAndie91/master
add "e2" plugin
Merge pull request #299 from claudius23/zfs_usage_
plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once
adding a new monitoring script which allows to configure pages to login to and visits and time their load time
Updated name and added env.pool
- The name in =head1 did not match the filename.- The $pool-variable was used in the config-section, but was never initialized. It is now extracted from the fcgi-response
Merge pull request #297 from Dave-Driesen/master
Update psad plugin to use DERIVE
Merge pull request #295 from cryptickrisp/master
Fixes plugins/network/bandwidth_ initialization for first runs
Now using DERIVE, with zero minimum value.As per suggestion from Kenyon.
Thanks!Dave Driesen
need autoconf before config
include interface in title
update documentation
Allows setting warnings by environment variables.
Fixes bandwidth_ to successfully init new installs.
Previously the script would try to divide by 0 for calculating rateson the first run, and crash before getting to store() to write initialvalues thus never initing itself. This fixes that, and makes it a...
Merge pull request #292 from presbrey/patch-1
fix cpu_by_process time parser
Merge pull request #291 from jesseadams/master
Tweaks for system/pagefaults_by_process
openvpn/openvpn_multi: re-add configuration documentation
Merge pull request #289 from HeisSpiter/master
Replacement plugin for openvpn_multi
Merge pull request #288 from Dave-Driesen/master
Add port scan detection plugin (psad)
system/freeboxuptime: move to the system category
move uptime plugin to the system directory
Merge pull request #282 from rk4an
rewrite mediawiki plugin with api access
Merge pull request #284 from lirantal/master
Added monitoring scripts for Drupal CMS web application
Merge pull request #280 from patschi/patch-1
Create minecraft-users-ram_
Merge pull request #277 from NNScripts/master
Newznab updated categories.
cumulated CPU time is in [DD-]hh:mm:ss format
fixed proper statement binding result parameters as well as set graph types to GAUGE for absolute numeric values
Adjusting vlabel and using ARGV key 0 instead of 1 for config pass
Replacement plugin for openvpn_multi.This plugins handles all connected OpenVPN client and displays their current trafic.It dynamically handles clients.It produces a global graph and then a graph per client.It needs the OpenVPN status file.
psad is a cyber defense tool that monitors for incoming port scansand can optionally blacklist/block attackers.
Both these options can be charted with this plugin.
- Port scans detected (per hour)- Attackers blocked (per hour)
Merge pull request #281 from patschi/patch-2
Create wordpress2
Merge pull request #286 from dotdoom/netstat_bsd_s-update
netstat_bsd_s: adding Linux support
Merge pull request #287 from letompouce/master
[FIX] mail/dovecot: fix typo, categorization.
adding some drupal monitoring snippets
Merge pull request #283 from letompouce/master
[FIX] apache_byprojects/byprojects_access: missing \n.
p/if1sec_: add doc that the plugin does not autostart
- Updated categories- Added "Unknown" category- Changed subcategory names in graph (added category infront of subcategory) This prevents double names like "sd" and "hd"
google/snmp__gsa_docs: expand the GSA abbreviation on the first usage
For better understanding of the plugin's purpose.
Merge pull request #276 from ifad/master
SNMP wildcard plugin for the GSA
Add SNMP plugin to monitor the GSA documents index
Merge pull request #275 from Daniel15/php-cleanup
Delete php-fcgi (as it's a copy of php-fastcgi) and move php5-fpm_status into PHP directory
Delete php-fcgi as it's a copy of php-fastcgi
Move php5-fpm_status into PHP directory
Merge pull request #274 from Daniel15/patch-1
Add missing line break
Merge pull request #273 from creativeprogramming/patch-1
Update cpu_by_process
fix, plugin didn't worked in munin 2.0: config param is in ARGV0, not ARGV1
Merge pull request #272 from mhwest13/master
Bugfixes...
Minor bugfixes
time/ntp_packets: set minimums to zero to avoid spikes on counter restarts
Merge pull request #271 from cmsj/master
Add a plugin to monitor Apple Airport devices
Add plugin for monitoring Apple Airport devices via SNMP
Merge pull request #268 from mhwest13/master
Memcached Multi Plugin Overhaul
Merge pull request #270 from tsaavik/master
Fixed bug in zfs plugin: zpool_iostat
fixed duplicate value when read/write values == 0
Merge pull request #269 from Eleme/master
Update to a better rabbitmq munin plugin
update to newer version
based on the plugin from @ask
overhaul of memcached_multi_ plugin