From ff91e97b169ef9af6b0ee537a9b32188c291a5a7 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Sun, 7 Feb 2016 15:26:16 +0000 Subject: [PATCH 1/2] Updated changelog --- doc/General/Changelog.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/General/Changelog.md b/doc/General/Changelog.md index 54a97dacc2..98f4c0207b 100644 --- a/doc/General/Changelog.md +++ b/doc/General/Changelog.md @@ -1,3 +1,34 @@ +### February 2016 + +#### Bug fixes + - Discovery / Polling: + - Quote snmp v2c community (PR2927) + - For entity-sensor, changed variable name again (PR2948) + - Fix some issues with/introduced by port association mode configuration (PR2923) + - WebUI: + - Fix ceph graps (PR2909, PR2942) + - BGP Overlib (PR2915) + - Added `application/json` headers where json is returned (PR2936) + - Stop realtime graph page from auto refreshing (PR2939) + - Updated parsing of alert rules to allow `|` (PR2917) + - Misc: + - Updated `device_by_id_cache()` to convert IP column (PR2940) + - Documentation: + - Removed devloping doc as none of the info is current (PR2911) + +#### Improvements + - Discovery / Polling: + - Added ability to ignore device sensors from entity mib (PR2862) + - Added `ifOperStatus_prev` and `ifAdminStatus_prev` values to db (PR2912) + - Added detection for: + - Dell Networking N2048 (PR2949) + - Misc: + - Added check for rrd vadility (PR2908) + - Add systemd unit file for the python poller service (PR2913) + - Documentation: + - Added description of AD configuration options (PR2910) + - Add description to mibbases polling (PR2919) + ### January 2016 #### Bug fixes From 9c0cc8ad0cf3230f88c2d27c22bb5ac9e60a5721 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Sun, 7 Feb 2016 15:47:14 +0000 Subject: [PATCH 2/2] Updated#2 --- doc/General/Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/General/Changelog.md b/doc/General/Changelog.md index 98f4c0207b..a60beb1aa1 100644 --- a/doc/General/Changelog.md +++ b/doc/General/Changelog.md @@ -11,6 +11,7 @@ - Added `application/json` headers where json is returned (PR2936) - Stop realtime graph page from auto refreshing (PR2939) - Updated parsing of alert rules to allow `|` (PR2917) + - Fix IP Display (PR2951) - Misc: - Updated `device_by_id_cache()` to convert IP column (PR2940) - Documentation: