๐ฏ Major Features:
- r14648: Sensor auto-calibration system with individual/bulk updating UI, discovery-time autocalibration UI config entries. +2,619/-49
- r14589: RANCID config search with regex pattern management, history search, and export +2,367/-184
โก Improvements:
- r14657: Harmonisation of sensor/status/counter entity type code, Addition of better entity linking, many general bug/inconsistency fixes. +379/-77
- r14652: Rewrite Cytoscape traffic map with AJAX refresh, dark mode, and utilisation labels and other additions +527/-100
- r14639: Update BGP VRFs names for duplicate peer entries. +43/-25
- r14630: Scheduled maintenance: fix UI update handling, idempotent associations, selective syslog reload, schema consistency, and implement API/tests +499/-38
- r14625: Autodiscovery: add configurable XDP IP correlation modes +138/-73
- r14624: Improved discovery dom sensors and vlans by FIBERSTORE-MIB (OBS-5174). +124/-50
- r14607:
string_transform(): use safe_split_space() for explode/split actions when delimiter is not set. +42/-6
- r14605: Added actions json_encode, id and password to
string_transform(). Added missing unit tests and descriptions. +159/-37
- r14604: Added
safe_pattern() to simplify detection of regex pattern delimiters when a pattern is passed without them. +53/-52
- r14598: Overhaul platform stats and poller/partition telemetry, rename /pollerlog/ to /platform/, and centralize default poller_id=0 row creation for CE/non-CE +1,682/-956
- r14597: Dashboard: make ownership permissions configurable, fix editability rules, and add the widget picker UI +368/-168
- r14591: Improved generate querybuilder save/reset buttons. Unified js scripts generate for querybuilder. +209/-325
- r14580: Added DEVICE_NAME and DEVICE_IP tyo message tags for alert notigications. +40/-7
- r14574: Convert device fields last_polled and ignore_until to unittime in db query. +51/-27
- r14573: Reset opcache directly on fatal error handler. +6/-40
- r14571: Added
get_network_start(). Removed direct calls to IPLib from main code parts. +28/-22
- r14564: Added
parse_condition_string() for simplified condition syntax in MIB and http test definitions. Refactor key 'test_and' for replace hidden 'and' flag with explicit key. +831/-153
- r14560: Function
test_condition() regex condition detect if test string already pattern with delimiters. +331/-313
- r14559: Added autodiscovery option to limit SNMP versions used. +9/-2
- r14556: Moved list of ignored vlans to os/group definition, added option for ability global ignore list of vlans. Fixed discovery cisco reserved vlans on other platforms. +46/-26
- r14547: Added discovery additional APC pdu and ups power sensors by PowerNet-MIB. +102/-8
- r14539: Do not mark device with localhost ip as duplicated on different pollers. +6/-0
- r14536: Added option to
is_snmpable() for skip discovery extra snmpable oids. Added config for autodiscovery for enable discovery extra snmpable oids (disabled by default). +31/-38
- r14534: Removed web setting definition hack for enum type list. Use common params definition entry. +159/-123
- r14533: Replaced
is_array_list() with standart php function array_is_list(). Added is_array_flat() for determine flat array lists (values not arrays). Added unit tests. +125/-66
- r14529: Improved discovery sensors for OcNOS. Fixed port associate DDM sensors for latest firmware versions. +376/-213
- r14524: Added ability for set IPMIv2 Key on device Edit page (OBS-5158). +152/-96
๐ Bug Fixes:
- r14654: Guard entity iteration against non-array config entries in add/group UI +2/-2
- r14653: Fix some poller list population and fix device poller perf page to use rrd step as poller interval. +69/-21
- r14644: Navbar - show map and traffic map for Global Read users +2/-2
- r14643: Dashboard: robust starter bootstrap and fallback for stale default ids +109/-1
- r14642: Dashboard: restore legacy starter visibility and fallback generation +9/-3
- r14636: Alert duration - use pre-update last_ok for recovery notifications +12/-2
- r14628: Fixed hardware replace action by UBNT-UniFi-MIB. +4/-2
- r14627: Fixed override neighbour ip address from LLDP by MIKROTIK-MIB. +3/-3
- r14621: Fixed OSPF polling db update warnings. +8/-12
- r14620: Fixed update CBQOS values in db by CISCO-CLASS-BASED-QOS-MIB. +16/-10
- r14613: Harden graph dashboard add/edit permissions and preserve group selector vars +28/-12
- r14601: Correct conditional_map condition handling and add regression tests +239/-64
- r14594: Correctly count ignored ports in cache data. +4/-2
- r14592: Fixed display devices/ports count for groups in navbar. +35/-31
- r14587: Prevent infinite loop for display critical errors on dashboard.
- r14586: Fixed display error messages in ajax requests. +45/-15
- r14582: Fixed fdb local port association for vlans with null in vlan name. +4/-1
- r14579: Removed call to
get_entity_group_names() in CE. +79/-73
- r14576: Fixed display device down time in status widgets. +7/-2
- r14572: Fixed snmp community string validation for non-standard lengths exceeding 32 characters. +18/-4
- r14567: Fixed Add probe form user level. +1/-1
- r14552: Fixed open links in new tab with Meta/Ctrl key click.
- r14551: Fixed generate status form for status type field. +83/-69
- r14548: Fixed js
openLink() function do not trigger open url on selecting text. +9/-9
- r14525: Fixed display show password icon. +3/-2
- r14523: Fixed polling and discovery Custom OIDs with incorrect raw values. +39/-26
๐ง Minor Changes:
- r14650: Add preg_last_error_msg polyfill, use routing icon for BFD, and optimize maintenance association rendering +37/-5
- r14649: validate widget id and enforce dashboard view permission; enable widget render mode +10/-1
- r14635: Added display summary duplicate BGP peers in VRFs. +27/-5
- r14612: Add selector-based group aggregate graphs for PUE and port bits compare +413/-7
- r14610: Improved exclude incorrect DOM sensors for UTP/Cooper ports by CISCO-ENTITY-SENSOR-MIB (OBS-5175). +23/-3
- r14584: Added unit tests for
value_to_units() and value_unit_convert(). Fixed square and qubic unit aliases. +517/-2
- r14568: Email transport - add optional custom subject template using {{TAGS}} syntax +5/-2
- r14563: Added
safe_split_space() for safely splitting strings by whitespace with a minimum parts guarantee. Added unit tests. +120/-14
- r14557: Moved process-specific (alerter/poller/discovery) includes to common observium include. Moved unix-agent specific functions to separate include. +220/-187
๐ MIB Updates:
- r14637: Update Gude ETS8801 MIB
- r14554: Updated HP mib files.
- r14553: Updated APC mib files.
- r14528: Updated IPinfusion mib files.
๐๏ธ Database Changes:
- r14633: Updated initial db schema to version 518. Added script for generate schema dump. +2,137/-855
- r14631: Add scheduled maintenance schema changes. +4/-0
๐ PHP 8 Fixes:
- r14527: Fixed display Netscaler vservers with empty addresses (#2). +4/-5
- r14526: Fixed display Netscaler vservers with empty addresses. +7/-6
๐ Trivial Changes:
- r14651: Harden include paths with __DIR__ +21/-21
- r14634: Added debug message about duplicate bgp peer in vrf table. +90/-40
- r14629: Prevent fatal error in
string_trasform() for regex actions with array in from/to arguments. +8/-0
- r14626: Simplified polyfill for
array_last(). +2/-2
- r14623: Reduced default uptime max for 64 bit system. +9/-2
- r14617: Display full path to snmpdump. +7/-4
- r14608: Fixed
safe_split_space() padding for empty string. +6/-5
- r14606: Fixed runtime sensor scale by COMAP-InteliLite4-30. +3/-2
- r14600: Fixed validate forward geo api request for ArcGIS. +185/-184
- r14599: Removed unnecessary check for pollers table exist in
ensure_default_poller_row(). Renamed is_poller_main() to is_poller_default(). +23/-16
- r14588: Prevent return possible empty in
get_local_id(). +16/-9
- r14581: Added debug messages for false email notification send. +19/-14
- r14577: Added error message when trying run poller with host 'new' keyword. +12/-3
- r14565: Added debug warnings for malformed conditions in
parse_condition_string(). Prefer explicit type prefix in MIB definitions. Added unit tests for incorrect test definitions. +132/-32
- r14558: Moved mempool and db functions from common include to correct places. +125/-119
- r14550: Use icon definition when exist in
generate_element_select(). +5/-2
- r14546: Improved error messages on try load python modules natsort and impacket for wmic script. +30/-11
- r14543: Improved debugging for geolocation by DNS LOC records. +54/-43
- r14538: Simplified
get_ip_type(). +18/-28
- r14530: Added ability for override invalid limit mib defifinition. +4/-0
๐ Library Updates:
- r14596: Restored own prevent xss check in Parsedown lib.
- r14595: Updated Parsedown and ParsedownExtra libs to latest.
- r14575: Removed unused pear Net_IPv4 and Net_IPv6 files.
- r14569: Added IPLib
v1.22.0
๐งน Code Cleanup:
- r14640: Fixed div close in data-pick. +1/-0
- r14632: Removed an accidental change in initial db schema. +1/-6
- r14609: Removed hack for generate ports where array in
build_ports_where_array_ng(). +19/-52
- r14603: Removed duplicate definition for FIBERSTORE-MIB. +0/-1
- r14602: Moved FS-SWITCH-MIB and FIBERSTORE-MIB definitions to common include. +364/-338
- r14590: Removed unused doT js lib. +3/-7
- r14566: Use explicit pattern delimiter in regex test conditions for mib definitions. +16/-16
- r14549: Removed debug in js console log. +2/-13
- r14545: Hidden API tokens page in community edition. +3/-1
- r14544: Updated bfd functions include for web pages. +21/-10
- r14542: Hidden config options not exist in community edition. +30/-23
- r14541: Moved bfd functions includes to entities dir. +186/-188
- r14537: Fixed some setting params incorrectly added in previous commit. +320/-256
- r14535: Fixed some setting params incorrectly added in previous commit. +4/-2
- r14522: Fixed var name. +7/-7
๐ง Development:
- r14622: Added ability for store all device uptimes for troubleshoot device rebooted metric. +17/-10
๐ฆ Other Changes:
- r14585: Add alert checker enable/disable support across UI, API, processing, and styling +130/-16
๐ 21,642 added
๐ 7,298 removed
๐ 14,344 net change