From a1056988caf38948c06b35e09b5578dd78ed093d Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 17 May 2015 22:25:07 +0100 Subject: [PATCH] Updated changelog 17/05/15 --- doc/General/Changelog.md | 58 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/doc/General/Changelog.md b/doc/General/Changelog.md index 7ba670bdb9..17a51a1da2 100644 --- a/doc/General/Changelog.md +++ b/doc/General/Changelog.md @@ -2,6 +2,21 @@ #### Bug fixes - Updated nested addHosts to use variables passed (PR889) + - Fixed map drawing issue (PR907) + - Fixed sensors issue where APC load sensors overwrote current (PR912) + - Fixed devices location filtering (PR917, PR921) + - Minor fix to rrdcached_dir handling (PR940) + - Now set defaults for AddHost on XDP discovery (PR941) + - Fix web installer to generate config correctly if possible (PR954) + - Fix inverse option for graphs (PR955) + - Fix ifAlias parsing (PR960) + - Rewrote rrdtool_escape to fix graph formatting issues (PR961, PR965) + - Updated ports check to include ifAdminStatus (PR962) + - Fixed custom sensors high / low being overwritten on discovery (PR977) + - Fixed APC powerbar phase limit discovery (PR981) + - Fix for 4 digit cpu% for Datacom (PR984) + - Fix SQL query for restricted users in /devices/ (PR990) + - Fix for post-formatting time-macros (PR1006) #### Improvements - Added loading bar to top nav (PR893) @@ -11,6 +26,49 @@ - Updated syslog page (PR862) - Added temperature polling for IBM Flexsystem (PR894) - Updated typeahead libraries and relevant forms (PR882) + - Added docs showing configuration options and how to use them (PR910) + - Added docs on discovery / poller and how to debug (PR911) + - Updated docs for MySQL / Nginx / Bind use in Unix agent (PR916) + - Update development docs (PR919) + - Updated install docs to advise about whitespace in config.php (PR920) + - Added docs on authentication modules (PR922) + - Added support for Oxidized config archival (PR927) + - Added API to feed devices to Oxidized (PR928) + - Added support for per OS bad_iftype, bad_if and bad_if_regexp (PR930) + - Enable alerting on tables with relative / indirect glues (PR932) + - Added bills support in rulesuggest and alert system (PR934) + - Added detection for Sentry Smart CDU (PR938) + - Added basic detection for Netgear devices (PR942) + - addhost.php now uses distributed_poller_group config if set (PR944) + - Added port rewrite function (PR946) + - Added basic detection for Ubiquiti Edgeswitch (PR947) + - Added support for retrieving email address from LDAP (PR949) + - Updated JunOS logo (PR952) + - Add aggregates on multi_bits_separate graphs (PR956) + - Fix port name issue for recent snmp versions on Linux (PR957) + - Added support for quick access to devices via url (PR958) + - Added work around for PHP creating zombie processes on certain distros (PR959) + - Added detection support for NetApp + disks + temperature (PR967, PR971) + - Define defaults for graphs (PR968) + - Added docs for migrating from Observium (PR974) + - Added iLo temperature support (PR982) + - Added disk temperature for Synology DSM (PR986) + - Added ICMP, TLS/SSL and Domain expiry service checks (PR987, PR1040, PR1041) + - Added IPMI detection (PR988) + - Miktrotik MIB update (PR991) + - Set better timeperiod for caching graphs (PR992) + - Added config option to disable port relationship in ports list (PR996) + - Added support for custom customer description parse (PR998) + - Added hardware and MySQL version stats to callback (PR999) + - Added support for alerting to PagerDuty (PR1004) + - Now send ack notifications for alerts that are acked (PR1008) + - Updated contributing docs and added placeholder (PR1024, PR1025) + - Updated globe.php overview page with updated map support (PR1029) + - Converted storage page to use Bootgrid (PR1030) + - Added basic FibreHome detection (PR1031) + - Show details of alerts in alert log (PR1043) + - Allow a user-defined windows to add tolerance for alerting (PR1044) + - Added inlet support for Raritan PX iPDU (PR1045) ### Apr 2015