test: removed duplicate branch for "zsh"
added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9
Merge branch 'travis-tests'
Fix problems with travis environment.
travis: explain change of perl environment
more details can be found in the discussion regarding this change: https://github.com/munin-monitoring/contrib/pull/853
perl: switch to system-wide perl
remove perl
travis: assemble module search path for mixture of cpan and apt modules
travis: upgrade distribution to Ubuntu trusty
travis: Switch installed via cpan
travis: libsys-virt-perl installed via apt
nginx_byprojects: use more compatible perl expression
"%ENV{foo}" does not work with older perl versions (e.g. v5.14).
perl modules: fix braces for loop array
snmp__netscaler_cpu: unified whitespace in 'config'
vserver_jiffies: remove unused variable 'KCIN'
tests: work around 'checkbashisms' complaining about "command -v"
"command -v" should be the preferred way of determining the location (orexistence) of an executable.Sadly "checkbashisms" interprets "command -v" as a possible bashism,since "command -v" was introduced in IEEE 1003.1 2013....
shell: use 'command -v' instead of 'hash' (for non-bash)
see https://stackoverflow.com/a/677212
raspi_temp: improve quoting
zpool_iostat: fix 'checkbashisms' issue
It was not a shell syntax problem - but just a checkbashisms issue.
reddit_karma_: fix shell quoting issues
Merge pull request #883 from henti/master
Folder recursion and offline fix for jenkins plugin
snmp__netscaler_connections: fixed syntax error
proposed by Cyclenerd (see #853)
deb_packages: rename config file from "*.munin-conf" to "*.munin.conf"
preparation for an additional file permission test (based on extensions)
cleanup: remove patch rejection garbage
Merge pull request #889 from daftaupe/tor
Update tor_ plugin author
Merge pull request #903 from bertptrs/bugfix-graph-size-munstrap
Bugfix: fix graph scaling in munstrap.
Merge pull request #902 from bertptrs/plugin-nullmailer
Implement plugin for monitoring nullmailer.
Bootstrap sets box-sizing to border-box to make lay-outing easier, butthis damages the scaling of the munin graphs, which get a border toindicate their warning state.
This patch makes all images have box-sizing: content-box, so that the...
Implement suggested changes.
iptables-related plugins: use "-w" for consistent results
The parameter "-w" forces iptables to wait for a lock beforeprinting data.
The parameter requires iptables 1.6 (released 2015).
See https://github.com/munin-monitoring/munin/issues/586
Merge pull request #901 from Cyclenerd/nvidia_gpu
Nvidia GPU utilization
remove quote from nGpusCounter
quote $nvSmiExec and use for driverVersion
back to bash
use variable names also in the configuration
labels that match the core plugins
New: GPU utilization
Double quote to prevent globbing and word splitting
https://github.com/koalaman/shellcheck/wiki/SC2086
remove $ on regular variables in arithmetic contexts
https://github.com/koalaman/shellcheck/wiki/SC2004
Use $(STATEMENT) instead of legacy `STATEMENT`
https://github.com/koalaman/shellcheck/wiki/SC2006
env bash
Merge pull request #900 from htower/master
Skip holded packages
Merge pull request #899 from batmac/patch-1
update wifi_signal to correct a typo
trivial change, needed to have the right marker to enable autoconf
Merge pull request #897 from poiuty/patch-1
fix documentation for symlink
fix symlink
Merge various improvements for "nginx_error" plugin
nginx_error: enable 'set -eu' flags for shell
nginx_error: improve documentation
nginx_error: add support for 'dirty config' capability
nginx_error: improve readability of array accesses
nginx_error: fix style issues reported by shellcheck
nginx_error: improve readability of symlink configuration code
nginx_error: introduce real version number
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Check node offline status using boolean
The previous behaviour checked offline status using a regularexpression. Jenkins 2 uses a boolean value
Added recursion to jenkins_
The previous behaviour ignored the folder structure in Jenkins 2.
Merge pull request #880 from bertptrs/pacman_update
Add specific updates to extinfo field.
Clean up pacman_pending_updates.
No more environment variables since those can easily be configured withregular munin settings.
Properly quote all strings.
No longer use temp files for holding update information; instead hold itall in a variable.
Merge pull request #878 from janegilv/master
Fix kvm_ plugins
Read correct values from /proc/net/dev
Includes more kvm-processes
Merge pull request #877 from sebastic/pdns
Use pdns_control utility instead of pdns init script.
Use exit status 0 for autoconf, provide reason for 'no' answer.
shellcheck fixes for pdns-recursor plugins.
shellcheck fixes for pdns-server plugins.
The init script is not usable on systems using systemd (e.g. Debian stretch).
olsrd: adjustments for the output format used by olsrd v0.9.5
Merge pull request #873 from kboenke/master
SNMP Plugin for CyberPower UPS
Add files via upload
Merge pull request #872 from kboenke/master
New SNMP Plugin for HP LaserJet Printers
Merge pull request #867 from shakemid/add_zpool_cap
Add zpool_capacity plugin
Merge pull request #869 from Neraud/master
Add executable bit
Fix for pullreq #867
Merge pull request #847 from shtrom/multi-ssl
[ssl-certificate-expiry] Replace ssl_ with a single graph showing all expiries
Merge pull request #866 from shakemid/fix_oracle_plugin
Update oracle_sysstat plugin
Merge pull request #868 from shakemid/improve_zfs_plugin
Improve zfs_arcstats plugin
Add illumos, FreeBSD, Linux support for zfs_arcstats plugin, cleanup code
Fix to work autoconf. Cleanup code.
Merge pull request #860 from Neraud/deluge
Add deluge_ plugin
Fix exit code for autoconfThe plugin should always return 0
Fix printing error message to stdout when running the plugin
Improve log usageMigrate to lazy message evaluation
Improve code style
Merge pull request #848 from shtrom/http_load_multi
[http_load_] Add multigraph support
[http_load_] Use perldoc
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
[ssl] Remove legacy ssl, and replacement ssl-certificate-expiry
Merge pull request #781 from sumpfralle/zfspool-fieldnames
[zpool_iostat] Code cleanup and fix for fieldname issue with leading digit
[zpool_iostat] added example graphs (by @Rayziltl)
[zpool_iostat] keep previous fieldnames
[zpool_iostat] improve formatting and variable names
[zpool_iostat] fix whitespace issues
[zpool_iostat] use backward compatible fieldnames
[zpool_iostat] change category from 'filesystem' to 'disk'
[zpool_iostat] add POD documentation
[zpool_iostat] enable 'exit_on_error' and 'exit_on_unset' via 'set -eu'