Fix for pull request https://github.com/munin-monitoring/contrib/pull/786
Update oracle_sysstat_ plugin
ntp_packets: graph more ntp packet statistics
set dovecot plugin to mode 0755, fixes issue #785
Merge pull request #784 from munin-monitoring/revert-701-master
Revert "python3 dependency fixed (backport)"
Merge pull request #769 from sumpfralle/chronyd-improvements
[chrony] various improvements
Merge pull request #780 from alexanikanov/master
add plugin for PUMA monitoring
Merge pull request #776 from shakemid/add_oracle_plugins
Added plugins for Oracle Database.
Fix to remove evals
Add comments for evals
Fix to add double quote to supress shellcheck warnings
Fix to remove ${sqlplus_opts} to supress shellcheck warnings
Fix to remove useless SQL
Added oracle_sysstat_ plugin
Merge pull request #777 from sumpfralle/travis-remove-file_tail_multi
[apache_logparser] carefully import missing File::Tail::Multi (fixes Travis checks)
[apache_logparser] remove unused 'type' setting
the manual common/combined type detection was replaced with anautomatism earlier
[apache_logparser] fix syntax error of for-loop
[apache_logparser] carefully import unavailable module 'File::Tail::Multi
this will allow travis checks again
Merge pull request #741 from yoe/master
Add job stats graph
Add minimal POD documentation
travis: do not import missing File::Tail::Multi
Merge pull request #764 from nyetwurk/master
Prevent data corruption if output fields of "tc -s" vary, stack children lines
Add the documentation in to the script. Should have gone with previous commit.
Merge pull request #772 from acranox/arcstat_emptylines
Pass over empty lines in the arcstats (Closes: #680)
Pass over empty lines in the arcstatshttps://github.com/munin-monitoring/contrib/issues/680
Merge pull request #771 from leeclemens/mtr_title
Add source as first 'hop' (Closes: #692)
Add comment for hardcoded hop_o value and configs
Make whitespace consistent, converting tabs to 4 spaces and fixing indents
Use source hostname as first 'hop' value (removing it from graph title)
Add source HOST to graph_title
[chrony] simplify field handling
[chrony] fix whitespace issues
[chrony] fix error status and message for 'autoconf'
[chrony] determine path of "chronyc" via "which"
[chrony] format POD documentation
[chrony] switch from bash to sh; fix shell style issues
Merge pull request #671 from drzraf/patch-2
proc_mem_by_user: avoid magic fieldname "root"
proc_mem_by_user:- use of bash- don't corrupt rrd files when "root" (or any unclean value) is requested
[asterisk] fix inconsistent fieldname for voicemail messages (Closes: #700)
lelutin proposed the change of the fieldname "messages" in the configsection to "total" (as used in the "fetch" output)
see https://github.com/munin-monitoring/contrib/issues/700
[asterisk] cleanup linebreak handling and single/plurals (Closes: #698)
See https://github.com/munin-monitoring/contrib/issues/698
[asterisk] fix codecs accounting (Closes: #699)
Merge pull request #748 from shtrom/backup-manager
[backup-manager] Rudimentary backup-manager plugin
Embed tc_ pod documentation into the plugin itself
[fresh_backup] Add missing reference to backup-manager
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Forgot the suggest tag
Set family to auto in tc_.pod as well
Cleanup suggested by maintainer
Add documentation and example graphs for the tc_ plugin
Merge branch 'master' of https://github.com/munin-monitoring/contrib
Merge pull request #724 from nichok/master
Fix for pymongo > 3.0 and connection support of MongoClient only
Merge pull request #749 from shtrom/deborphan
[deborphan] New plugin counting orphaned packages in all sections
[deborphan] No longer dependent on bashisms
[deborphan] Don't use tempfiles, and other fixes
Merge pull request #765 from CristianDeluxe/postfix_stats
Postfix stats - Rewritten plugin
Small language fixes
Sellcheck disables and “eval” removed
Strict SH script, thanks to sumpfralle
draw mode changed to AREASTACK
Changed draw mode to STACK
no duplicated code, area graph, only first result
changed graph_period to minute (more appropiated)
Chenged family to “contrib”
change spaces for tabs (code indent)
Use simple quotes and better graph config
Remove whitespaces from result
Rewrited Plugin
Merge pull request #750 from shtrom/file_length_
[file_length_] A versatile plugin to count the lines in specified files
[file_length_] Cleanup and shellcheck
[deborphan] Cleanup and add POD doc
Merge pull request #739 from RubenKelevra/patch-2
plugins: network/udp-statistics: added more fields
[fresh-backups] Rename, cleanup, and add POD doc
[udp-statistics] rename 'errors' field, add more fields
Merge pull request #744 from shtrom/systemd
Add systemd plugin counting units in each state
Merge pull request #2 from avian2/add-systemd
Fix remaining issues with systemd_units plugin
systemd_units: fix use of tr
systemd_units: add doublequote around $extinfo
systemd_units: avoid use of echo -n flag
systemd_units: fix indent
systemd_units: avoid use of temporary file
[systemd_units] Rename, remove unused mode logic and cleanup syntax
Area stack children
Output fields of tc can vary, possibly causing corrupted data to be gathered.
Look specifically for the "bytes" keyword
Make awk script more readable
Cosmetic whitespace uniformity
Hardcode tc path so we can run the script as non-root
Merge pull request #763 from sumpfralle/transmission-ratios-assembling
[tr_ratios] documentation and configuration
[tr_ratios] restructure code
[tr_ratios] add documentation
[tr_ratios] include awk scripts; awk instead of gawk
since we cannot rely on the location of the two included awk scripts, wejust include them literally
[tr_ratios] switch from bash to sh; quoting
Merge pull request #762 from samuraiii/patch-1
To get rid of non ascii characters in graphs
Merge pull request #728 from shtrom/upnpc_
[plugins/upnpc_] Add upnpc-based router monitoring plugin
[upnpc_] Move to network/ and document graphs
[systemd] Remove half-baked suggest
Merge pull request #761 from sumpfralle/monit-parser-with-xml
[monit_parser] change input format to XML; retrieve via URL (Closes: #558)
Configurable location of sge settings.sh script
Use sh shebang
Don't need bash-specific features, after all