Comments update and error messages
Merge pull request #707 from drzraf/apache_average_time_last_n_requests
apache_average_time_last_n_requests: multi-vhosts
Merge pull request #709 from drzraf/php_errors
improve php_errors
Merge pull request #710 from drzraf/php_fpm_process
added slow requests for php fpm (going multigraph)
Merge pull request #708 from drzraf/apache_cache_disk_count
apache_cache_disk_count plugin
fixed usage example
apache_average_time_last_n_requests: ability to create multiple instances for distincts log files
added apache_cache_disk_count
php_errors plugin is multi-instance compatible
php_errors: coding-style/bash
php_errors handle multiple logs
Merge pull request #688 from jvtm/varnish4-hitrate-lower-limit
varnish4: lower limit 0 in hit rate graph args
Merge pull request #678 from ercpe/gunicorn-instances
Instance name in graph title for gunicorn plugins
Merge pull request #695 from AronNovak/deb_packages_doc_improvement
deb_packages: fix the README by specifying the proper filename for th…
Merge pull request #706 from gajdipajti/patch-1
Update xfs plugin.
There is a new line "fibt2" line in the xfs stat output. I updated the plugin to process this line also.(Reference for the counter names)[http://lxr.free-electrons.com/source/fs/xfs/xfs_stats.h#L184]
Merge pull request #704 from ka7/backuppc_warn_crit
backuppc: add CRITICAL and WARNING (backup age) variables.
Merge pull request #705 from clarkspark/master
update presence for prosody 0.10
get client presence for prosody 0.10
close telnet session
remove trailing whitespace
backuppc: undo renaming fields to age size (would break existing setups)
adding WARNING and CRITICAL config options to backup AGE
Merge pull request #670 from valurhrafn/master
Varnish 4.1 update
deb_packages: fix the README by specifying the proper filename for the plugin and document a way to easily verify the installation of the plugin
As usual for percentage based graphs (cpu, df etc).Otherwise it might autoscale and look weird.
Merge pull request #682 from scanterog/master
Docker Plugin: Bugfix.
Docker Plugin
Ignore containers in weird state.
Merge pull request #681 from benpro/master
Support for Debian Jessie.
Merge pull request #679 from ki0/master
Remove old params
Added instance name for gunicorn_status plugin if linked as gunicorn_status_INSTANCE or gunicorn_INSTANCE_status
Added instance name for gunicorn_memory_status plugin if linked as gunicorn_memory_status_INSTANCE or gunicorn_INSTANCE_memory_status
Merge pull request #625 from steveschnepp/1sec
Adding 1sec system plugins C for linux
Merge pull request #676 from strg-at/master
munin plugin for BalanceNG
The script fetches the data from bng's SNMP interface and thus dynamiclyadapts to bng's configuration. This means that no further configurationis needed after enabling the plugin.
Merge pull request #667 from sumpfralle/streaming-icecast-stats
streaming: add configurable icecast2 plugin
This icecast plugin captures a set of data similar to the "icecast2_" and "icecast2_all" plugin. Sadly both are not configurable (manualchanges are required for target host and access credentials).Additionally they use the rather old-fashioned (and password restricted)...
varnish4_: Remove extra linebreaks
varnish4_: Varnish 4.1 compatibiltiy
Merge pull request #658 from scanterog/master
Add Docker plugins
Merge pull request #669 from sumpfralle/tests-python3
tests: test compiling with python3 if given as shebang interpreter
add "python3" to the travis environment
Currently plugins fail to compile if they use Python 3 syntax features,even though they use a correct shebang.
Merge pull request #661 from lr1980/master
Update zfs-filesystem-graph: using env
with env the script is running with linux and bsd
Merge pull request #650 from lduchosal/master
pf_tables : Munin plugin to monitor pf tables.
Merge pull request #649 from stimpy23/master
Updated to v0.2
Merge pull request #655 from drzraf/patch-1
Ability to configure Apache access_log field number
Merge pull request #654 from obma/p-openweather_-add_api_key
p: openweather_: Add OpenWeather API Key
Docker plugin
Fix autoconf support
Docker plugins for:- Monitor container CPU usage- Monitor memory CPU usage
Update apache_average_time_last_n_requests
OpenWeather needs you to use an API key since Oct 9 2015. Therefore I added env.apikey.To get a key just register at OpenWeather.
Wildcard-plugin to monitor arp on interfaces on BSD
pf_tables : Munin plugin to monitor pf tables.Inout: bandwidth usage for tableAddresses: number of entries in table
Updated to match the outputs of current ice- and shoutcast versions...
Merge pull request #647 from jmdh/jenkins_fixes
Jenkins fixes
jenkins_: Accumulate build result counts correctly
The previous behaviour ignored initial statuses other than blue, yellow,red, disabled
jenkins_: Add a missing mapping for notbuilt
jenkins_: Fix uninitialized values warning with unmapped states
jenkins_: Reformat status mapping for better readability
Merge pull request #644 from lynix/master
add postfix-policyd-spf-python plugin
postfix-policyd-spf-python: add license statement
Merge pull request #646 from steveschnepp/battery_
Add uevent based battery_ plugin
battery_: make a wildcard plugin
battery_: first version
Merge pull request #645 from jmdevince/master
Plugin monitoring CPU on Cisco SB Devices
fix wrong label
Add category "time" to ntpdate_ plugin
This closes #633
Merge pull request #626 from szepeviktor/patch-1
[monit] Not using memory is a warning condition
Merge pull request #636 from vkh78/master
Add openntp_offset plugin.
Merge pull request #635 from ak4t0sh/master
file_size graph : useless graph_scale removal
Add apt/acng for graphing Apt-Cacher NG
Add a plugin that, like ntp_offset plugin, measures offset, delay and jitterfor the active OpenNTPd peer.
Merge pull request #631 from western/dev
rewrite memcached family plugins for unix socket usage
rewrite memcached family plugins: bytes_, connections_, hits_, items_, requests_, traffic_for unix socket usage
redis plugin: add unixsocket feature
Merge pull request #629 from k3nnyfr/patch-2
Update proftpd_count
Merge pull request #628 from k3nnyfr/patch-1
Update proftpd_bytes
Fixed wrong/old path for xferlog
Merge pull request #621 from exhuma/stacked-postfix-queue
Stack postfix mailqueues instead of overlapping.
Merge pull request #555 from TobleMiner/master
[apc_status] Added multigraph capabilities and fixed regex
Merge pull request #627 from zeroflow/snmp_synology
Add snmp__synology_* plugins
Synology specific snmp plugins for:- System temperature- HDD temperature- UPS Charge & Load
Missing condition
print statements need variables
Not using memory is a warning condition
When a daemon fails `-nan` is its memory usage.
p/if1sec: initial add
p/multicpu1sec-c: always exit(0) when successful
Merge pull request #622 from steveschnepp/multicpu1sec-c
Multicpu1sec c optimsations
p/multicpu1sec-c: keep the files open
p/multicpu1sec-c: use posix IO instead of stdlib