diff --git a/ChangeLog b/ChangeLog index 66d8b92bd6..adf1947ee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,169 @@ +munin-2.999.12, 2019-06-08 + +------- +Summary +------- + +That release is the 12th beta of the 3.0 series. It is versioned 2.999.x so +numeric only sorting works, as we do have distro that rely on that. +Packagers can use that versioning or 3.0b12 + +It contains some features & fixes. It also syncs back with 2.0.x. + +------------------ +Detailed Changelog +------------------ + +Andreas Karlsson (1): + Add plugin for PostgreSQL checksum failures + +B. Kelly (5): + docs: clarify description of use_node_name + docs: explain comments and line wrapping + docs: document always_send + Update alert.rst + Clarify multigraphing.rst: + +Ben Kelly (1): + Update documentation on SNMP and remote monitoring plugins + +Christian Göttsche (1): + update HACKING.pod + +Damian Lukowski (1): + Graph idle kernel threads as available since Linux 4.2 + +Darafei Praliaskouski (1): + Support Samsung SSD 970 EVO + +Dominic Hargreaves (2): + Support HTTP basic authentication in http_loadtime + Fix shellcheck issues + +Kim B. Heino (2): + plugins/mailman: fix to return values if there is no rotated logfile + plugins/postfix_mailvolume: fix typo in queue ID expire + +Lars Kruse (67): + Fix spelling issues + Plugin ipmi_sensor_: fix python2/3 migration issue with "decode" + Revert "p/ipmi_sensor_: fix fan thresholds" + "lint" target: tolerate shellcheck's "SC2230" + Plugin ipmi_sensor_: use explicit raw string for regular expression + Plugin ipmi_sensor_: handle devices without assertions + Avoid reliance on network access in tests + Makefile: avoid duplicate processing of Makefile.config + Makefile: handle test for user existence for multiple platforms + Remove obsolete Makefile.config-maint + Fix dependencies for configurable Makefile location + Remove "get_fq_hostname" test + Plugin memory (linux): use fixed colors for all fields + Plugin mysql_: remove non-working (AREA|LINE)STACK backwards compatibility + Plugin apt_all: automatically determine 'releases' + Plugin postfix_mailstats: fixed various variable handling issues + Respect custom color for warning thresholds + Plugin smart_: ignore invalid threshold data + Disable another flaky munin-node proxyspooler test + Do not misinterpret an original umask of zero as a failure + munin-node: announce UTF-8 to locale-aware plugin interpreters + Revert "munin-node: announce UTF-8 to locale-aware plugin interpreters" + Force UTF-8 encoding for plugins related to Python3 + Plugin cupsys_pages: handle weekly logrotated file (for redhat) + PostgreSQL plugins: adjust version comparison for v10 or later + Plugin postgres_connections_: fix backend_type in filter expression + travis: switch to Ubuntu Xenial and add missing dependencies + shellcheck: ignore interpreter warnings (SC2239) + shellcheck: simplify inverted tests (SC2236) + travis: switch to Linux virtualization infrastructure + travis: remove explicit dependency installation + travis: switch to Linux virtualization environment with Xenial + shellcheck: simplify inverted tests (SC2236) + Fix remaining shellcheck issues + travis: use module location of cpanm + Unify whitespace formatting + Plugin apt_all: handle configured list of "releases" properly + Plugin apt_all: filter the stored state for wanted releases + Plugin apt_all: improve readability of labels + Plugin apt_all: escape release name for field name + munin-cgi-html: avoid accidental permanent path manipulation + Plugins: use natural order for numbered items with multiple digits + Ignore malformed lines when parsing "datafile" + Ignore malformed lines when parsing "datafile" + Plugin snmp__if: handle broken "zero" speed announcements + Plugin diskstat_: accept block device information of newer kernel + Plugin apt_all: fix handling of environment variables for releases + Plugins munin_stats and munin_update: configurable warning/critical + doc: explain usage of helper function "print_thresholds" + Mention default values for "print_thresholds" + doc: clarify hint regarding leading special characters of field names + tests: verify name munging of remote plugins via async + doc: add rewrite rules for serving HTML files via CGI from / + Plugin open_files: remove "max" field from graph + Allow node-specific TLS settings on the master + Add support for the Net::Server option "reverse_lookups" + Fix the reversal of path manipulation + Add image path manipulation for "problems" graphs + doc: mention "--cleanupandexit" for munin-async usage + doc: mention usage of "--legend-direction" for "graph_args" + doc: unify whitespace for 'graph_args' examples + doc: add example for overriding graph title and category + +Matthew Gabeler-Lee (1): + fix(nutups): make frequency chart aware of input, output, not polling + +Stefan Huehner (2): + Split query as preparation for specific change applicable only for PostgreSQL 10 in next commit. + Fix issue with PostgreSQL 10. Only count lines related to client connection as 'connections' by using new column backend_type filtering for 'client connection'. + +Steve Schnepp (28): + Remove munin-sched + fix t/munin_master_update.t warning + t: remove munin_master_processmanager.t + update: num unknowns should not be NULL + dev: adding some helper to automate the whole test env + update: remove the dbh_state special case + Send "." after a list cmd + update: optimize the state update + u: increase coverage + t: Adding tests for "update_rate + t: adding graph_data_size testing + Adding test_files ARG to "make test" family + Untaint the config file if present as CLI arg + Moving execution stats to DB instead of file + Handles custom update_rate correctly + Emit correct debug output for update_rate + Avoid the need to call "list" prior to "config" + Add some unit tests for not-trivial computation + Adding "round_to_granularity" tests + Refactoring the 10% extra for RRA + t: Add Test::Differences + u: fixed whitspace + u: add some db specific session vars + u: ignore when mutiplier is "0" + u: Fixed mixed return args in is_fresh_enough() + u: Adding progress log for spoolfetching & arg0 + +Stijn Peeters (1): + Add note about field name parsing + +Valentin Lorentz (2): + Fix URL to multicpu1sec + Sanitise plugin names in munin-asyncd. + +Vincas Dargis (1): + Remove stray comment in postgresql_connections_ + +Your Name (1): + Identify drives beyond the device file + +Zenon Mousmoulas (3): + Let the server use max timestamp rather than now for non-timestamped dirtyconfig values + Do not fall back to current timestamp for spoolfetch + Use a named constant rather than hardcoding -1 + +lonepsycho (1): + fix idle connections showing as waiting for lock + munin-2.999.11, 2019-01-23 -------