Commit and release counts include all visible history. Line totals exclude configured automation, vendor, generated, and data-file changes.
December
November
October
September
August
July
June
May
April
March
February
January
December 2024
Fixed alerter spam option, appear in previous commit.
Changed files with action and line counts M alerter.php +4 / -1 M includes/alerts.inc.php +7 / -1
+11 added
β2 removed
filtered activity
Improved http info message. Added implode_key_value() for join key:value arrays as string.
Changed files with action and line counts M includes/common.inc.php +19 / -0 M includes/definitions/transports.inc.php +11 / -8 M includes/http.inc.php +3 / -0
+33 added
β8 removed
filtered activity
Synchronized host option for poller, discovery and alerter. Improved display error when requested hostname not exist in db.
Changed files with action and line counts M alerter.php +46 / -16 M discovery.php +39 / -5 M poller.php +50 / -25
+135 added
β46 removed
filtered activity
Updated os version detect for macos and openwrt. Added new macos distro icons.
Changed files with action and line counts M html/images/os/macos-monterey.png non-text +0 / -0 M html/images/os/macos-monterey_2x.png non-text +0 / -0 A html/images/os/macos-sequoia.png +1 / -0 A html/images/os/macos-sequoia_2x.png +1 / -0 A html/images/os/macos-sonoma.png +1 / -0 A html/images/os/macos-sonoma_2x.png +1 / -0 A html/images/os/macos-ventura.png +1 / -0 A html/images/os/macos-ventura_2x.png +1 / -0 M includes/polling/os/darwin.inc.php +20 / -13 M includes/polling/os/openwrt.inc.php +13 / -1
+33 added
β14 removed
filtered activity
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0 M includes/definitions/os/dell.inc.php +1 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +0 / -12 M includes/definitions/mibs/rfc.inc.php +78 / -0 M includes/discovery/sensors/entity-sensor-mib.inc.php +1 / -1
+79 added
β13 removed
filtered activity
Improved set status measured class by definitions.
Changed files with action and line counts M includes/discovery/functions.inc.php +2 / -2 M includes/entities/status.inc.php +2 / -1
+4 added
β3 removed
filtered activity
Cleaned print_message() for print box styled messages.
Changed files with action and line counts M html/includes/entities/oid_entry.inc.php +1 / -1 M html/includes/print/common.inc.php +7 / -1 M includes/common.inc.php +18 / -40
+26 added
β42 removed
filtered activity
Cleaned adduser script.
Changed files with action and line counts M adduser.php +20 / -18
+20 added
β18 removed
filtered activity
Changed files with action and line counts M includes/definitions/os.inc.php +8 / -7 M includes/definitions/os/dell.inc.php +2 / -0
+10 added
β7 removed
filtered activity
Changed files with action and line counts M includes/entities/routing.inc.php +7 / -1
+7 added
β1 removed
filtered activity
Improved detect Windows Server 2025. Added svg logos for windows.
Changed files with action and line counts A html/images/os/microsoft.svg +1 / -0 A html/images/os/windows10.svg +1 / -0 M html/images/os/windows11.svg +1 / -1 A html/images/os/windows2025.svg +1 / -0 A html/images/os/windows8.svg +1 / -0 M includes/polling/os/windows.inc.php +44 / -16
+49 added
β17 removed
filtered activity
Added basic os detection for TP-Link Omada Routers (
OBS-4901 ).
Changed files with action and line counts M includes/definitions/os/tplink.inc.php +10 / -0
+10 added
0 removed
filtered activity
Improved discovery smoke and water leak statuses by ServersCheck mib (
OBS-2292 ).
Changed files with action and line counts M includes/definitions/mibs/serverscheck.inc.php +14 / -6 M includes/definitions/os/serverscheck.inc.php +2 / -2 M includes/discovery/sensors/serverscheck.inc.php +40 / -1
+56 added
β9 removed
filtered activity
Improved support for Juniper JunOS Evolved (
OBS-4690 ).
Changed files with action and line counts M includes/definitions/mibs/juniper.inc.php +73 / -73 M includes/definitions/os/juniper.inc.php +22 / -18
+95 added
β91 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/juniper-dom-mib.inc.php +119 / -88
+119 added
β88 removed
filtered activity
Updated juniper mib files.
Changed files with action and line counts D mibs/juniper/IPMCAST-MIB-CAPABILITY +0 / -231 M mibs/juniper/JNX-BFD-STD-MIB +5 / -5 D mibs/juniper/JNX-DOT3OAM-CAPABILITY +0 / -128 D mibs/juniper/JNX-IF-CAPABILITY +0 / -77 D mibs/juniper/JNX-IP-CAPABILITY +0 / -80 D mibs/juniper/JNX-SNMPv2-CAPABILITY +0 / -91 M mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB +219 / -8 M mibs/juniper/JUNIPER-CHASSIS-HIGH-AVAILABILITY-MIB +52 / -0 M mibs/juniper/JUNIPER-FRU-MIB +6 / -5 M mibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB +4 / -2 M mibs/juniper/JUNIPER-JS-NAT-MIB +184 / -0 M mibs/juniper/JUNIPER-JS-UTM-AV-MIB +9 / -1 M mibs/juniper/JUNIPER-MIB +106 / -8 M mibs/juniper/JUNIPER-SMI +8 / -0 M mibs/juniper/JUNIPER-TIMING-NOTFNS-MIB +710 / -21 D mibs/juniper/MPLS-LSR-STD-CAPABILITY +0 / -267
0 added
0 removed
filtered activity
Improved memory usage for API get ports route.
Changed files with action and line counts M html/api/v0/includes/ports.inc.php +49 / -26
+49 added
β26 removed
filtered activity
display_error_page() return error as json in API response.
Changed files with action and line counts M includes/debugging.inc.php +46 / -8
+46 added
β8 removed
filtered activity
Use json api halt response instead html.
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +27 / -32 M html/api/v0/includes/devices.inc.php +25 / -33 M html/api/v0/includes/ports.inc.php +6 / -6 M html/api/v0/includes/vlans.inc.php +10 / -10 M html/api/v0/index.php +32 / -10
+100 added
β91 removed
filtered activity
Updated Flight framework lib to latest. Changed lib compatability with old php versions.
Showing the first 30 paths; 27 more are omitted from this static page.
Changed files with action and line counts M includes/autoloader.inc.php +5 / -4 M libs/flight non-text +0 / -0 D libs/flight/.gitignore +0 / -4 M libs/flight/Engine.php +627 / -227 M libs/flight/Flight.php +117 / -64 M libs/flight/README.md +31 / -890 M libs/flight/VERSION +1 / -1 M libs/flight/autoload.php +7 / -8 A libs/flight/commands non-text +0 / -0 A libs/flight/commands/ControllerCommand.php +91 / -0 A libs/flight/commands/RouteCommand.php +126 / -0 M libs/flight/core/Dispatcher.php +399 / -127 M libs/flight/core/Loader.php +111 / -85 M libs/flight/database/PdoWrapper.php +150 / -0 M libs/flight/net/Request.php +290 / -124 M libs/flight/net/Response.php +315 / -102 M libs/flight/net/Route.php +178 / -56 M libs/flight/net/Router.php +319 / -43 A libs/flight/net/UploadedFile.php +157 / -0 M libs/flight/template/View.php +89 / -70 M libs/flight/util/Collection.php +86 / -79 D libs/flight/util/LegacyJsonSerializable.php +0 / -11 M libs/flight/util/ReturnTypeWillChange.php +8 / -0 A libs/flight1 non-text +0 / -0 A libs/flight1/.gitignore +4 / -0 A libs/flight1/Engine.php +577 / -0 A libs/flight1/Flight.php +96 / -0 A libs/flight1/LICENSE +21 / -0 A libs/flight1/README.md +918 / -0 A libs/flight1/VERSION +1 / -0
+5 added
β4 removed
filtered activity
Added support for ND Metering (
OBS-4908 ).
Changed files with action and line counts A html/images/os/ndmeter.png +1 / -0 A html/images/os/ndmeter_2x.png +1 / -0 A includes/definitions/mibs/northerndesign.inc.php +315 / -0 A includes/definitions/os/northerndesign.inc.php +27 / -0 M mibs/northerndesign/ND020-MIB +102 / -102
+342 added
0 removed
filtered activity
Fixed possible php fatal error in nvidia agent poller (
OBS-4942 ).
Changed files with action and line counts M includes/polling/unix-agent/nvidia.inc.php +43 / -46
+43 added
β46 removed
filtered activity
Fixed scan_port() for tcp proto.
Changed files with action and line counts M includes/functions.inc.php +37 / -17
+37 added
β17 removed
filtered activity
Improved parse_csv(), added unit tests.
Changed files with action and line counts M includes/common.inc.php +35 / -0 M includes/functions.inc.php +0 / -47 M tests/IncludesCommonTest.php +92 / -34
+35 added
β47 removed
filtered activity
Improved display poller name in print_versions() when poller_name not set in config.
Changed files with action and line counts M includes/common.inc.php +10 / -3
+10 added
β3 removed
filtered activity
Updated Xmpp lib to latest supported.
Showing the first 30 paths; 3 more are omitted from this static page.
Changed files with action and line counts M includes/alerting/xmpp.inc.php +47 / -46 M libs/Fabiang/Xmpp/CHANGELOG.md +10 / -0 M libs/Fabiang/Xmpp/Connection/AbstractConnection.php +2 / -2 M libs/Fabiang/Xmpp/Connection/Socket.php +2 / -2 M libs/Fabiang/Xmpp/Event/Event.php +2 / -2 M libs/Fabiang/Xmpp/Event/EventManager.php +4 / -4 M libs/Fabiang/Xmpp/EventListener/Logger.php +1 / -1 M libs/Fabiang/Xmpp/EventListener/Stream/AbstractSessionEvent.php +2 / -1 M libs/Fabiang/Xmpp/EventListener/Stream/Authentication.php +5 / -5 A libs/Fabiang/Xmpp/EventListener/Stream/Authentication/Anonymous.php +66 / -0 M libs/Fabiang/Xmpp/EventListener/Stream/Authentication/DigestMd5.php +5 / -5 M libs/Fabiang/Xmpp/EventListener/Stream/Bind.php +3 / -3 A libs/Fabiang/Xmpp/EventListener/Stream/BlockedUsers.php +144 / -0 A libs/Fabiang/Xmpp/EventListener/Stream/Register.php +111 / -0 M libs/Fabiang/Xmpp/EventListener/Stream/Roster.php +3 / -3 M libs/Fabiang/Xmpp/EventListener/Stream/Session.php +2 / -2 M libs/Fabiang/Xmpp/EventListener/Stream/StartTls.php +2 / -2 M libs/Fabiang/Xmpp/EventListener/Stream/Stream.php +3 / -3 M libs/Fabiang/Xmpp/EventListener/Stream/StreamError.php +1 / -1 M libs/Fabiang/Xmpp/LICENSE.md +1 / -1 M libs/Fabiang/Xmpp/Options.php +76 / -4 A libs/Fabiang/Xmpp/Protocol/BlockUser.php +113 / -0 A libs/Fabiang/Xmpp/Protocol/BlockedUsers.php +57 / -0 M libs/Fabiang/Xmpp/Protocol/DefaultImplementation.php +4 / -0 M libs/Fabiang/Xmpp/Protocol/Presence.php +37 / -1 A libs/Fabiang/Xmpp/Protocol/Register.php +196 / -0 A libs/Fabiang/Xmpp/Protocol/UnblockUser.php +88 / -0 M libs/Fabiang/Xmpp/Protocol/User/User.php +1 / -1 A libs/Fabiang/Xmpp/Protocol/VCard.php +228 / -0 M libs/Fabiang/Xmpp/README.md +18 / -16
+47 added
β46 removed
filtered activity
Increased minimum supported version of php (7.2) and rrdtool (1.5.5) as already officially supported.
Changed files with action and line counts M includes/constants.inc.php +6 / -4
+6 added
β4 removed
filtered activity
Updated php-cli-tools lib to latest.
Changed files with action and line counts M libs/cli/Notify.php +10 / -9 A libs/cli/README.md +78 / -0 M libs/cli/Streams.php +1 / -1 M libs/cli/Table.php +2 / -2 M libs/cli/arguments/HelpScreen.php +2 / -2 M libs/cli/cli.php +1 / -1 M libs/cli/table/Ascii.php +1 / -1
0 added
0 removed
filtered activity
Updated User Agent Parser lib to latest.
Changed files with action and line counts M libs/UserAgent/Browsers.php +5 / -0 M libs/UserAgentParser.php +19 / -13
0 added
0 removed
filtered activity
Updated MobileDetect lib to latest with support php 7.x.
Changed files with action and line counts M libs/Mobile/Detect.php +18 / -18
0 added
0 removed
filtered activity
Show warning message instead of php error when app not exist in db.
Changed files with action and line counts M html/pages/apps.inc.php +3 / -1
+3 added
β1 removed
filtered activity
Fixed var initialization on apps default page.
Changed files with action and line counts M html/pages/apps.inc.php +3 / -4 M html/pages/apps/default.inc.php +2 / -2
+5 added
β6 removed
filtered activity
Improved port_label parsing definition for Extreme FabricEngine (
OBS-4940 ).
Changed files with action and line counts M includes/definitions/os/extreme.inc.php +2 / -3
+2 added
β3 removed
filtered activity
Removed email from adduser help
Changed files with action and line counts M adduser.php +2 / -2
+2 added
β2 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/aten-ipmi-mib.inc.php +2 / -1 M includes/discovery/sensors/fortinet-fortigate-mib.inc.php +2 / -1
+4 added
β2 removed
filtered activity
Added extra port speed in ports scale list for graphs.
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Prevented to use vendor device icon for unix/storage oses.
Changed files with action and line counts M html/includes/entities/device.inc.php +3 / -1 M tests/HtmlIncludesFunctionsTest.php +8 / -1
+3 added
β1 removed
filtered activity
November 2024
Header update
Showing the first 30 paths; 2,554 more are omitted from this static page.
Changed files with action and line counts M add_device.php +1 / -1 M adduser.php +1 / -1 M alerter.php +1 / -1 M attic/addsrv.inc.php +1 / -1 M attic/check-errors.php +1 / -1 M attic/delsrv.inc.php +1 / -1 M attic/gamatronic-mib.inc.php +1 / -1 M attic/hh3c.inc.php +1 / -1 M attic/html/api.php +1 / -1 M attic/html/includes/api/errorcodes.inc.php +1 / -1 M attic/html/includes/api/functions.inc.php +1 / -1 M attic/html/includes/api/module.billing.inc.php +1 / -1 M attic/html/includes/api/module.demo.inc.php +1 / -1 M attic/html/includes/api/module.inventory.inc.php +1 / -1 M attic/html/includes/api/module.packages.inc.php +1 / -1 M attic/html/includes/graphs/service/auth.inc.php +1 / -1 M attic/html/includes/graphs/service/availability.inc.php +1 / -1 M attic/html/pages/api/errorcodes.inc.php +1 / -1 M attic/html/pages/api/manual.billing.inc.php +1 / -1 M attic/html/pages/api/manual.encryption.inc.php +1 / -1 M attic/html/pages/api/manual.general.inc.php +1 / -1 M attic/html/pages/api/manual.inc.php +1 / -1 M attic/html/pages/api/manual.inventory.inc.php +1 / -1 M attic/html/pages/api/manual.packages.inc.php +1 / -1 M attic/html/pages/device/edit/services.inc.php +1 / -1 M attic/html/pages/device/overview/services.inc.php +1 / -1 M attic/html/pages/device/services.inc.php +1 / -1 M attic/html/pages/services.inc.php +1 / -1 M attic/html_pages_device_graphs/cpu.inc.php +1 / -1 M attic/html_pages_device_graphs/fortigate-sessions.inc.php +1 / -1
+2,540 added
β2,593 removed
filtered activity
Fixed unit tests for get_device_icon().
Changed files with action and line counts M html/includes/entities/device.inc.php +2 / -1 M includes/definitions/vendors.inc.php +12 / -1 M tests/HtmlIncludesFunctionsTest.php +40 / -42
+14 added
β2 removed
filtered activity
Improved detect White-Rabbit Switches with new firmware (
OBS-4936 ).
Changed files with action and line counts M includes/definitions/os/white-rabbit.inc.php +3 / -1 M mibs/white-rabbit/WR-SWITCH-MIB +76 / -0
+3 added
β1 removed
filtered activity
Removed broken and unused edit device icon page. Removed unused icons array os definition. Cleaned get_device_icon().
Changed files with action and line counts M html/includes/entities/device.inc.php +54 / -43 M html/pages/device/edit.inc.php +0 / -3 D html/pages/device/edit/icon.inc.php +0 / -102 M includes/definitions/os.inc.php +3 / -4 M includes/definitions/os/cumulus.inc.php +2 / -2 M includes/definitions/os/ipinfusion.inc.php +2 / -2 M includes/definitions/os/microsoft.inc.php +1 / -3
+62 added
β159 removed
filtered activity
Fixed row class for fail alert log entries.
Changed files with action and line counts M html/includes/print/alert_log.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Added REMINDER_NOTIFY status in alert logs.
Changed files with action and line counts M html/includes/print/alert_log.inc.php +20 / -21 M html/pages/device/logs/alertlog.inc.php +43 / -37 M includes/alerts.inc.php +10 / -3 A update/495.sql +1 / -0
+73 added
β61 removed
filtered activity
Fixed alerts notification title for REMINDER.
Changed files with action and line counts M includes/alerts.inc.php +8 / -1
+8 added
β1 removed
filtered activity
Fix VM discovery code to remove dupes
Changed files with action and line counts M includes/discovery/functions.inc.php +17 / -3
+17 added
β3 removed
filtered activity
Added option variable for display Devices groups on page with devices list. Display groups names gray.
Changed files with action and line counts M html/includes/entities/device.inc.php +39 / -27 M html/pages/device/overview/information.inc.php +2 / -1 M html/pages/device/overview/information_extended.inc.php +2 / -1 M html/pages/devices.inc.php +13 / -4
+56 added
β33 removed
filtered activity
Removed unnecessary generate_type_label_link(), added get_label_span() for simplify get_label_group().
Changed files with action and line counts M html/includes/functions.inc.php +11 / -21 M html/includes/print/common.inc.php +43 / -34 M html/includes/print/navbar.inc.php +0 / -3
+54 added
β58 removed
filtered activity
Added ability for use data-context in bootstrap select form elements.
Changed files with action and line counts M html/includes/print/search.inc.php +15 / -2
+15 added
β2 removed
filtered activity
Added label class rainbow for funny.y
Changed files with action and line counts M html/css/bootstrap/less/hacks.less +5 / -1 M html/css/observium-dark.css +4 / -0 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +4 / -0 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +4 / -0 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Improved generate packages pages.
Changed files with action and line counts M html/includes/functions.inc.php +1 / -1 M html/pages/device/packages.inc.php +10 / -39 M html/pages/packages.inc.php +2 / -16 M includes/definitions/wui.inc.php +15 / -2
+28 added
β58 removed
filtered activity
Updated sonicwall mib file.
Changed files with action and line counts M mibs/sonicwall/SONICWALL-FIREWALL-TRAP-MIB +39 / -2
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/rfc.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Removed configs for unused shell commands.
Changed files with action and line counts M includes/defaults.inc.php +16 / -16 M includes/observium.inc.php +3 / -4
+19 added
β20 removed
filtered activity
Undebug.
Changed files with action and line counts M html/pages/alert_check.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed display associated contacts in tooltip for alert checkers list.
Changed files with action and line counts M html/pages/alert_check.inc.php +5 / -6 M html/pages/alert_checks.inc.php +4 / -4
+9 added
β10 removed
filtered activity
Forced update poller name in DB when $config['poller_by_host'] is set and $config['poller_name'] is changed.
Changed files with action and line counts M includes/distributed.inc.php +10 / -4
+10 added
β4 removed
filtered activity
Added os definition for Ubiquiti UniFi NVR (
OBS-4919 ).
Changed files with action and line counts M includes/definitions/os/ubiquiti.inc.php +16 / -0
+16 added
0 removed
filtered activity
Added PaloAlto svg logo.
Changed files with action and line counts M html/images/os/extreme.svg +1 / -1 A html/images/os/paloalto.svg +1 / -0
+2 added
β1 removed
filtered activity
Added generate_type_label_link() for generate type label classes with links.
Changed files with action and line counts M html/includes/entities/device.inc.php +3 / -4 M html/includes/functions.inc.php +28 / -9 M html/pages/device/overview/information.inc.php +1 / -2 M html/pages/device/overview/information_extended.inc.php +1 / -2
+33 added
β17 removed
filtered activity
Use isset() with get_var_false() where required.
Changed files with action and line counts M html/includes/graphs/generic_data.inc.php +1 / -1 M html/includes/print/common.inc.php +70 / -1 M html/pages/devices.inc.php +1 / -1 M html/pages/graphs.inc.php +1 / -1
+73 added
β4 removed
filtered activity
Improved get_var_true() and get_var_false(). Added unittests.
Changed files with action and line counts M includes/common.inc.php +23 / -9 M tests/HtmlIncludesFunctionsTest.php +35 / -4 M tests/IncludesCommonTest.php +122 / -0
+23 added
β9 removed
filtered activity
Revert undone code part from previous commit.
Changed files with action and line counts M html/pages/device.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Added display associated groups for devices in detailed list view and overview.
Changed files with action and line counts M html/includes/entities/device.inc.php +15 / -3 M html/pages/device.inc.php +3 / -2 M html/pages/device/overview/information.inc.php +26 / -11 M html/pages/device/overview/information_extended.inc.php +26 / -11 M html/pages/devices.inc.php +1 / -1 M html/pages/map.inc.php +4 / -6 M includes/groups.inc.php +31 / -5
+106 added
β39 removed
filtered activity
Added more label classes in get_type_class().
Changed files with action and line counts M html/includes/functions.inc.php +6 / -6
+6 added
β6 removed
filtered activity
Fixed duplicating alert checks (
OBS-4929 ).
Changed files with action and line counts M html/pages/add_alert_check.inc.php +8 / -16 M includes/alerts.inc.php +27 / -0
+35 added
β16 removed
filtered activity
Fix vmware duplicating vm bug caused by vmware allowing duplicate UUIDs. Clears vminfo table to remove old dupes.
Changed files with action and line counts M includes/discovery/functions.inc.php +35 / -6 M includes/discovery/virtual-machines.inc.php +1 / -1 M includes/discovery/virtual-machines/libvirt.inc.php +1 / -1 M includes/discovery/virtual-machines/vmware-vminfo-mib.inc.php +1 / -1 A update/494.sql +1 / -0
+38 added
β9 removed
filtered activity
Improved display observium version in CLI, show train. Show subscription svn user when possible in extended versions display for CLI.
Changed files with action and line counts M discovery.php +4 / -1 M includes/common.inc.php +21 / -10 M includes/definitions/version.inc.php +72 / -48
+97 added
β59 removed
filtered activity
Fixed detect MIBs on latest Cumulus Linux versions 5.9+.
Changed files with action and line counts M includes/definitions/mibs/cumulus.inc.php +3 / -3 M includes/definitions/os/cumulus.inc.php +3 / -2
+6 added
β5 removed
filtered activity
Updated cumulus and rfc mib files.
Changed files with action and line counts M mibs/cumulus/CUMULUS-BGPVRF-MIB +2 / -3 M mibs/cumulus/CUMULUS-COUNTERS-MIB +118 / -27 M mibs/cumulus/CUMULUS-RESOURCES-MIB +24 / -0 M mibs/net-snmp/UCD-SNMP-MIB +16 / -0 M mibs/rfc/IANA-ADDRESS-FAMILY-NUMBERS-MIB +31 / -1 M mibs/rfc/IANAifType-MIB +136 / -104 A mibs/rfc/IEEE8023-DOT3-LLDP-EXT-V2-MIB +1,299 / -0 A mibs/rfc/IEEE8023-EtherLike-MIB +1,829 / -0 A mibs/rfc/IEEE8023-MAU-MIB +1,755 / -0
0 added
0 removed
filtered activity
Fixed possible php fatal error on contacts page, when empty identifier (
OBS-4933 ).
Changed files with action and line counts M html/pages/contacts.inc.php +6 / -6
+6 added
β6 removed
filtered activity
Use get_markdown_extra() instead pass boolen argument in parent function.
Changed files with action and line counts M html/includes/navbar_footer.inc.php +3 / -3 M html/includes/print/events.inc.php +1 / -1 M html/includes/print/search.inc.php +3 / -3 M html/index.php +6 / -13
+13 added
β20 removed
filtered activity
Improved display interface parsed types in navbar (
OBS-3961 ). Added settings for Ports Description Parsing to Web config.
Changed files with action and line counts M html/includes/cache-data.inc.php +4 / -4 M html/includes/navbar.inc.php +38 / -15 M html/pages/customers.inc.php +18 / -26 M html/pages/iftype.inc.php +6 / -10 M includes/config-variables.inc.php +31 / -1 M includes/defaults.inc.php +17 / -11 M includes/observium.inc.php +32 / -0 M includes/port-descr-parser.inc.php +7 / -7
+153 added
β74 removed
filtered activity
Added enum-list setting type for simple list of config values with element clone ability. Allow use markdown in settings descriptions.
Changed files with action and line counts M html/includes/functions.inc.php +13 / -2 M html/includes/print/common.inc.php +5 / -2 M html/includes/print/rows.inc.php +33 / -20
+51 added
β24 removed
filtered activity
Fixed default email template.
Changed files with action and line counts M includes/templates/notification/email_html.tpl +3 / -2
+3 added
β2 removed
filtered activity
Improved error message for email notification transport when sendmail not found.
Changed files with action and line counts M includes/alerting/email.inc.php +43 / -18
+43 added
β18 removed
filtered activity
Updated test notification templates.
Changed files with action and line counts M includes/templates/notification/telegram_text.tpl +1 / -1 M includes/templates/test/notification_ALERT.json +1 / -1 M includes/templates/test/notification_RECOVER.json +1 / -1 M includes/templates/test/notification_SYSLOG.json +1 / -1
+1 added
β1 removed
filtered activity
Use ALERT_STATE_NAME message tag for custorm alert state for keep ALERT_STATE static in templates.
Changed files with action and line counts M includes/alerting/discord.inc.php +12 / -14 M includes/alerting/mattermost.inc.php +13 / -15 M includes/alerting/pagerduty.inc.php +6 / -8 M includes/alerting/slack.inc.php +13 / -14 M includes/alerting/smstools.inc.php +2 / -3 M includes/alerts.inc.php +33 / -12 M includes/config-variables.inc.php +7 / -0 M includes/defaults.inc.php +2 / -0 M includes/syslog.inc.php +57 / -47 M includes/templates/notification/email_html.tpl +2 / -2 M includes/templates/notification/email_text.tpl +2 / -2 M includes/templates/notification/google-chat_text.tpl +3 / -3 M includes/templates/notification/ntfy_text.tpl +1 / -1 A includes/templates/notification/opsgenie_text.tpl +35 / -0 M includes/templates/notification/pushover_html.tpl +1 / -1 M includes/templates/notification/rocketchat_text.tpl +2 / -2 M includes/templates/notification/telegram_html.tpl +2 / -2 M includes/templates/notification/telegram_text.tpl +3 / -3 M includes/templates/notification/zoom_markdown.tpl +3 / -3
+199 added
β132 removed
filtered activity
Make alert status name upper in alert_status_array(). Reduced global $config calls in alert_generate_graphs() and alert_status_array().
Changed files with action and line counts M includes/alerts.inc.php +50 / -39
+50 added
β39 removed
filtered activity
Added config variables for ability to change ALERT/RECOVERY statuses in alerts title. Added alert_status_array().
Changed files with action and line counts M includes/alerts.inc.php +65 / -38 M includes/config-variables.inc.php +30 / -0 M includes/defaults.inc.php +7 / -0
+102 added
β38 removed
filtered activity
Updated port label short definitions.
Changed files with action and line counts M includes/definitions/rewrites.inc.php +13 / -5
+13 added
β5 removed
filtered activity
Improved process_port_label() for process port numeric label by os definitions.
Changed files with action and line counts M includes/entities/port.inc.php +44 / -22 M tests/IncludesRewritesTest.php +81 / -76
+44 added
β22 removed
filtered activity
Added support for AdTran Total Access.
Changed files with action and line counts A html/images/os/adtran.svg +1 / -0 M includes/definitions/mibs/adtran.inc.php +211 / -11 M includes/definitions/os/adtran.inc.php +14 / -1 A includes/discovery/inventory/adtran-genslot-mib.inc.php +135 / -0 A includes/discovery/sensors/adtran-pluggable-port-mib.inc.php +260 / -0 A includes/discovery/sensors/adtran-ta5000-thermal-mgmt-mib.inc.php +46 / -0
+667 added
β12 removed
filtered activity
Updated adtran mib files.
Showing the first 30 paths; 115 more are omitted from this static page.
Changed files with action and line counts A mibs/adtran/ADTRAN-5KSCM-MIB +879 / -0 A mibs/adtran/ADTRAN-ARP-MIB +191 / -0 A mibs/adtran/ADTRAN-COMMON-DS1PROV-MIB +171 / -0 A mibs/adtran/ADTRAN-COMMON-ERROR-OID-MIB +86 / -0 A mibs/adtran/ADTRAN-DSX1COMMON-MIB +3,279 / -0 A mibs/adtran/ADTRAN-DSX1COMMON-TRAPS-MIB +2,123 / -0 A mibs/adtran/ADTRAN-DYNAMIC-COUNTERS-MIB +843 / -0 A mibs/adtran/ADTRAN-EFM-MIB +3,419 / -0 A mibs/adtran/ADTRAN-EFM-NTU-MIB +1,252 / -0 A mibs/adtran/ADTRAN-EFMEXT-MIB +2,011 / -0 A mibs/adtran/ADTRAN-ERPS-CONTAINER-MIB +60 / -0 A mibs/adtran/ADTRAN-ERPS-MIB +4,970 / -0 A mibs/adtran/ADTRAN-ETHERNET-DSLAM-FLOW-MIB +3,967 / -0 A mibs/adtran/ADTRAN-GEMINAX-MIB +183 / -0 A mibs/adtran/ADTRAN-GEN-DHCP-CLIENT-MIB +467 / -0 A mibs/adtran/ADTRAN-GEN-DSL-PROXY-MIB +570 / -0 A mibs/adtran/ADTRAN-GEN-ETH-IFC-MIB +6,028 / -0 A mibs/adtran/ADTRAN-GEN-ETHERNET-CFM-MIB +1,218 / -0 A mibs/adtran/ADTRAN-GEN-ETHERNET-MIB +1,321 / -0 A mibs/adtran/ADTRAN-GEN-ETHERNET-OAM-MIB +53 / -0 A mibs/adtran/ADTRAN-GEN-FRAME-RELAY-MIB +2,329 / -0 A mibs/adtran/ADTRAN-GEN-MONITOR-SESSION-MIB +276 / -0 A mibs/adtran/ADTRAN-GEN-OPTICAL-AMPLIFIER-MIB +1,006 / -0 A mibs/adtran/ADTRAN-GEN-OPTICAL-CARRIER-MIB +236 / -0 A mibs/adtran/ADTRAN-GEN-OPTICAL-DCM-MIB +217 / -0 A mibs/adtran/ADTRAN-GEN-SELTDELT-MIB +482 / -0 A mibs/adtran/ADTRAN-GEN-SYSTEM-TIMING-MIB +798 / -0 A mibs/adtran/ADTRAN-GEN-VLAN-MIB +145 / -0 A mibs/adtran/ADTRAN-GEN-Y1731-MIB +3,450 / -0 A mibs/adtran/ADTRAN-GENADSL2-LINE-MIB +561 / -0
0 added
0 removed
filtered activity
Cleaned some cisco mibs errors.
Showing the first 30 paths; 33 more are omitted from this static page.
Changed files with action and line counts M mibs/cisco/ALTIGA-SSL-STATS-MIB non-text +0 / -0 M mibs/cisco/ALTIGA-SYNC-STATS-MIB non-text +0 / -0 M mibs/cisco/CIE1000-IPMC-PROFILE-MIB non-text +0 / -0 M mibs/cisco/CIE1000-MAC-MIB non-text +0 / -0 M mibs/cisco/CIE1000-MIRROR-MIB non-text +0 / -0 M mibs/cisco/CIE1000-MSTP-MIB non-text +0 / -0 M mibs/cisco/CIE1000-NTP-MIB non-text +0 / -0 M mibs/cisco/CIE1000-TC non-text +0 / -0 M mibs/cisco/CISCO-AAL5-MIB non-text +0 / -0 M mibs/cisco/CISCO-CABLE-WIDEBAND-MIB non-text +0 / -0 M mibs/cisco/CISCO-CAS-IF-EXT-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-ABOUT-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-ABOUT-REV2-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-AUDIO-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-BISS-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-BKPRST-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-CA-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-CI-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-Cueing-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-DECODE-ENABLE-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-DIAG-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-DISEQC-DISH-POSITION-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-DL-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-DPM-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-DR-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-FAULT-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-FAVORITE-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-FEATURE-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-FETHRESHOLDS-MIB non-text +0 / -0 M mibs/cisco/CISCO-DMN-DSG-FPUI-MIB non-text +0 / -0
0 added
0 removed
filtered activity
Updated Cisco SB mib files.
Showing the first 30 paths; 116 more are omitted from this static page.
Changed files with action and line counts M mibs/ciscosb/CISCO-CDP-MIB +11 / -8 M mibs/ciscosb/CISCO-SMI +17 / -13 A mibs/ciscosb/CISCO-STP-EXTENSIONS-MIB +5,028 / -0 M mibs/ciscosb/CISCO-TC +270 / -264 M mibs/ciscosb/CISCOSB-1-BONJOUR-SERVICE-MIB +8 / -10 M mibs/ciscosb/CISCOSB-3SW2SWTABLES-MIB +3 / -3 M mibs/ciscosb/CISCOSB-AAA +28 / -28 A mibs/ciscosb/CISCOSB-AUTOSMARTPORTS-MIB +557 / -0 M mibs/ciscosb/CISCOSB-BANNER-MIB +11 / -11 A mibs/ciscosb/CISCOSB-BLTH-MIB +121 / -0 M mibs/ciscosb/CISCOSB-BONJOUR-MIB +13 / -10 M mibs/ciscosb/CISCOSB-BRGMACSWITCH-MIB +3 / -3 M mibs/ciscosb/CISCOSB-BRIDGE-SECURITY +10 / -11 M mibs/ciscosb/CISCOSB-BRIDGEMIBOBJECTS-MIB +41 / -21 M mibs/ciscosb/CISCOSB-BaudRate-MIB +10 / -10 M mibs/ciscosb/CISCOSB-CDB-MIB +3 / -3 M mibs/ciscosb/CISCOSB-CDP-MIB +47 / -46 M mibs/ciscosb/CISCOSB-CLI-MIB +8 / -8 M mibs/ciscosb/CISCOSB-COPY-MIB +18 / -17 M mibs/ciscosb/CISCOSB-CPU-COUNTERS-MIB +9 / -10 A mibs/ciscosb/CISCOSB-ComponentMapper-MIB +185 / -0 M mibs/ciscosb/CISCOSB-DEBUGCAPABILITIES-MIB +3 / -3 M mibs/ciscosb/CISCOSB-DEVICEPARAMS-MIB +17 / -15 M mibs/ciscosb/CISCOSB-DHCP-MIB +14 / -14 M mibs/ciscosb/CISCOSB-DHCPCL-MIB +3 / -3 M mibs/ciscosb/CISCOSB-DHCPv6 +8 / -9 M mibs/ciscosb/CISCOSB-DHCPv6-CLIENT +14 / -14 M mibs/ciscosb/CISCOSB-DHCPv6-RELAY non-text +0 / -0 M mibs/ciscosb/CISCOSB-DIGITALKEYMANAGE-MIB +155 / -3 M mibs/ciscosb/CISCOSB-DNSCL-MIB +13 / -13
0 added
0 removed
filtered activity
Updated Cisco mib files.
Showing the first 30 paths; 1 more are omitted from this static page.
Changed files with action and line counts M mibs/cisco/CISCO-ALARM-MIB +36 / -27 M mibs/cisco/CISCO-DNS-SERVER-MIB +88 / -3 M mibs/cisco/CISCO-DOCS-EXT-MIB +3,936 / -3,743 M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +70 / -6 M mibs/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB +3 / -2 M mibs/cisco/CISCO-LWAPP-DOT11-MIB +6 / -4 A mibs/cisco/CISCO-NETREG-DHCPV6-MIB +2,250 / -0 M mibs/cisco/CISCO-NETWORK-REGISTRAR-MIB +274 / -57 M mibs/cisco/CISCO-PRODUCTS-MIB +4 / -1 M mibs/cisco/CISCO-ST-TC +11 / -6 M mibs/cisco/CISCO-SYSTEM-EXT-MIB +16 / -1 M mibs/cisco/CISCO-UNIFIED-COMPUTING-MIB +3 / -1 M mibs/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB +19 / -1 M mibs/cisco/CISCO-UNIFIED-COMPUTING-TC-MIB +2 / -1 M mibs/cisco/VIPTELA-APP-ROUTE +217 / -3 M mibs/cisco/VIPTELA-BFD +19 / -1 M mibs/cisco/VIPTELA-BRIDGE +30 / -2 M mibs/cisco/VIPTELA-DOT1X +19 / -1 M mibs/cisco/VIPTELA-GLOBAL +42 / -2 M mibs/cisco/VIPTELA-OMP +1,033 / -94 M mibs/cisco/VIPTELA-OPER-BGP +23 / -5 M mibs/cisco/VIPTELA-OPER-MULTICAST +31 / -13 M mibs/cisco/VIPTELA-OPER-OSPF +28 / -9 M mibs/cisco/VIPTELA-OPER-SYSTEM +296 / -9 M mibs/cisco/VIPTELA-OPER-VPN +450 / -56 M mibs/cisco/VIPTELA-POLICY +360 / -13 M mibs/cisco/VIPTELA-SECURITY +289 / -11 A mibs/cisco/VIPTELA-SNMP-USM +74 / -0 M mibs/cisco/VIPTELA-TRAPS +364 / -118 M mibs/cisco/VIPTELA-WLAN +21 / -3
0 added
0 removed
filtered activity
Improved detect CiscoSB Catalyst 1200/1300 Series (
OBS-4930 ).
Changed files with action and line counts M includes/definitions/os/ciscosb.inc.php +6 / -2
+6 added
β2 removed
filtered activity
Convert all remaining API error codes to integer for PHP8
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +6 / -6 M html/api/v0/includes/ports.inc.php +2 / -2 M html/api/v0/includes/vlans.inc.php +2 / -2
+10 added
β10 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +453 / -451
+453 added
β451 removed
filtered activity
Improved age_to_seconds() for optional brackets in (s).
Changed files with action and line counts M includes/common.inc.php +8 / -8 M tests/IncludesCommonTest.php +17 / -16
+8 added
β8 removed
filtered activity
Prevent fatal php error in get_ip_prefix() for rare case.
Changed files with action and line counts M includes/entities/ip-address.inc.php +4 / -3
+4 added
β3 removed
filtered activity
Restored Adtran os definition removed in previous commit.
Changed files with action and line counts A includes/definitions/os/adtran.inc.php +61 / -0
+61 added
0 removed
filtered activity
Improved support for NewTec iDirect.
Changed files with action and line counts D includes/definitions/mibs/idirect.inc.php +0 / -76 A includes/definitions/mibs/newtec.inc.php +110 / -0 M includes/definitions/os.inc.php +0 / -31 A includes/definitions/os/newtec.inc.php +37 / -0 A includes/discovery/ip-addresses/newtec-ip-mib.inc.php +94 / -0
+241 added
β107 removed
filtered activity
Fixed discovery processors with split units (multiple values in same snmp value).
Changed files with action and line counts M includes/entities/processor.inc.php +10 / -0 M includes/snmp.inc.php +4 / -2 M tests/IncludesSnmpTest.php +11 / -7
+14 added
β2 removed
filtered activity
Fixed polling
ifPhysAddress when device return hex string instead mac address. Improved
mac_zeropad() and unittests.
Changed files with action and line counts M includes/common.inc.php +19 / -3 M includes/polling/ports.inc.php +3 / -0 M tests/IncludesCommonTest.php +27 / -25
+22 added
β3 removed
filtered activity
Changed files with action and line counts M includes/discovery/processors.inc.php +9 / -3 M includes/discovery/processors/host-resources-mib.inc.php +9 / -6 M includes/discovery/processors/ucd-snmp-mib.inc.php +26 / -12 M includes/polling/processors.inc.php +16 / -6 M includes/polling/processors/ucd-old.inc.php +10 / -14 A includes/polling/processors/ucd-raw.inc.php +33 / -0
+103 added
β41 removed
filtered activity
October 2024
Undebug sql query.
Changed files with action and line counts M html/includes/entities/oid_entry.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Update css styles with lessc 3.x (as previous).
Changed files with action and line counts M html/css/observium-dark.css +141 / -27 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +141 / -27 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +141 / -27 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Added boxed wui display types in print_message(). Improved generate where query for display custom oids.
Changed files with action and line counts M html/css/bootstrap/less/boxes.less +9 / -0 M html/css/observium-dark.css +37 / -141 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +37 / -141 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +37 / -141 M html/css/observium.map +1 / -1 M html/includes/entities/oid_entry.inc.php +34 / -39 M includes/common.inc.php +42 / -10
+76 added
β49 removed
filtered activity
Fixed E_STRICT warning in debug for php 8.4.
Changed files with action and line counts M includes/constants.inc.php +12 / -6
+12 added
β6 removed
filtered activity
Added config option php_memory_limit_min for ability override memory_limit setting from php.ini if less than this minimum. Has no effect until setting specified.
Changed files with action and line counts M includes/config-variables.inc.php +80 / -72 M includes/constants.inc.php +0 / -8 M includes/defaults.inc.php +17 / -4 M includes/observium.inc.php +34 / -10
+131 added
β94 removed
filtered activity
More invalid syslocation strings for is_valid_param().
Changed files with action and line counts M includes/common.inc.php +10 / -6 M tests/IncludesCommonTest.php +2 / -0
+10 added
β6 removed
filtered activity
Improved is_valid_param() for syslocation strings. Added unittests.
Changed files with action and line counts M includes/common.inc.php +20 / -14 M tests/IncludesCommonTest.php +42 / -27
+20 added
β14 removed
filtered activity
Some php pre-8.4 fixes, added polyfill functions. Removed php 7.1 polyfill functions.
Changed files with action and line counts M includes/functions.inc.php +46 / -45 M includes/http.inc.php +15 / -2 M includes/polyfill.inc.php +56 / -63 M tests/IncludesFunctionsTest.php +40 / -4
+117 added
β110 removed
filtered activity
Improved detect OEM Generex UPS (
OBS-4925 ).
Changed files with action and line counts M includes/definitions/os.inc.php +7 / -5
+7 added
β5 removed
filtered activity
Updated virt-what and vmware guestid definitions.
Changed files with action and line counts M includes/definitions/vm.inc.php +236 / -120
+236 added
β120 removed
filtered activity
Escaping billing parameters on pages.
Changed files with action and line counts M html/includes/print/billing.inc.php +94 / -91 M html/includes/print/fdbtable.inc.php +2 / -1 M html/includes/print/navbar.inc.php +1 / -1 M html/includes/print/search.inc.php +1 / -1 M html/pages/bill/edit.inc.php +11 / -11 M html/pages/bill/navbar.inc.php +4 / -5 M html/pages/bills.inc.php +5 / -5 M html/pages/preferences/general.inc.php +8 / -8
+126 added
β123 removed
filtered activity
Undebug.
Changed files with action and line counts M includes/weathermap/editor.php +0 / -1
0 added
0 removed
filtered activity
Fixed TALOS-2024-2092, CVE-2024-45061.
Changed files with action and line counts M html/weathermap.php +7 / -8 M includes/weathermap/editor.php +9 / -6
+7 added
β8 removed
filtered activity
Added more XSS variable patterns.
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M tests/IncludesDefinitionsTest.php +1 / -0
+1 added
β1 removed
filtered activity
Fixed TALOS-2024-2091, CVE-2024-47002.
Changed files with action and line counts M html/pages/vlan.inc.php +8 / -11
+8 added
β11 removed
filtered activity
Fixed TALOS-2024-2090.
Changed files with action and line counts M html/pages/add_alert_check.inc.php +13 / -10 M html/pages/group_add.inc.php +10 / -11
+23 added
β21 removed
filtered activity
Added more XSS variable patterns.
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M tests/IncludesDefinitionsTest.php +8 / -0
+1 added
β1 removed
filtered activity
Prevent incorrectly discover BGP LocalAs in VRF tables on Cisco NXOS.
Changed files with action and line counts M includes/entities/routing.inc.php +9 / -3
+9 added
β3 removed
filtered activity
Changed files with action and line counts M includes/polling/bgp/cisco-bgp4-mib.inc.php +46 / -28
+46 added
β28 removed
filtered activity
Disabled polling graphs module per VRFs, due to problems with polling time on Cisco IOS XR with many VRFs and no known real cases where this required.
Changed files with action and line counts M includes/polling/graphs.inc.php +6 / -2 M includes/polling/graphs/cisco-aaa-session-mib.inc.php +26 / -27
+32 added
β29 removed
filtered activity
Improved detect proxmox ve for latest versions.
Changed files with action and line counts M includes/definitions/os/proxmox.inc.php +26 / -14 M includes/polling/os/unix.inc.php +17 / -2
+43 added
β16 removed
filtered activity
Added support for HPE Instant On devices (
OBS-4917 ).
Changed files with action and line counts M includes/definitions/mibs/ciscosb.inc.php +4 / -116 M includes/definitions/mibs/hp.inc.php +114 / -2 M includes/definitions/mibs/radlan/radlan-hwenviroment.php +7 / -0 A includes/definitions/mibs/radlan/radlan-ip.php +104 / -0 A includes/definitions/mibs/radlan/radlan-ipv6.php +46 / -0 M includes/definitions/mibs/radlan/radlan-physicaldescription-mib.php +5 / -0 A includes/definitions/mibs/radlan/radlan-poe-mib.php +34 / -0 M includes/definitions/mibs/radlan/radlan-rndmng.php +5 / -0 M includes/definitions/os/hp.inc.php +29 / -2 M includes/discovery/sensors/power-ethernet-mib.inc.php +12 / -2 M includes/discovery/vlans/ciscosb-vlan-mib.inc.php +2 / -2 A includes/discovery/vlans/hpe-vlan-mib.inc.php +15 / -0 M includes/discovery/vlans/q-bridge-mib.inc.php +3 / -3 M includes/polling/ports/ciscosb-vlan-mib.inc.php +2 / -2 M includes/polling/ports/fastpath-inventory-mib.inc.php +4 / -5 A includes/polling/ports/hpe-vlan-mib.inc.php +15 / -0
+401 added
β134 removed
filtered activity
Added HPE mib files for radlan clone.
Showing the first 30 paths; 64 more are omitted from this static page.
Changed files with action and line counts M mibs/hp/CPQHSV300V9-MIB +1 / -14,868 A mibs/hp/HPE-3SW2SWTABLES-MIB +33 / -0 A mibs/hp/HPE-AAA +3,532 / -0 A mibs/hp/HPE-ARPSPOOFING-MIB +115 / -0 A mibs/hp/HPE-BOOTP-MIB +99 / -0 A mibs/hp/HPE-BRGMACSWITCH-MIB +164 / -0 A mibs/hp/HPE-BRIDGE-SECURITY +1,170 / -0 A mibs/hp/HPE-BRIDGEMIBOBJECTS-MIB +2,871 / -0 A mibs/hp/HPE-BaudRate-MIB +74 / -0 A mibs/hp/HPE-CLI-MIB +316 / -0 A mibs/hp/HPE-CLOUDMANAGER +40 / -0 A mibs/hp/HPE-COPY-MIB +1,249 / -0 A mibs/hp/HPE-CPU-COUNTERS-MIB +163 / -0 A mibs/hp/HPE-ComponentMapper-MIB +178 / -0 A mibs/hp/HPE-DEBUGCAPABILITIES-MIB +43 / -0 A mibs/hp/HPE-DEVICEPARAMS-MIB +816 / -0 A mibs/hp/HPE-DHCP-MIB +1,178 / -0 A mibs/hp/HPE-DHCPCL-MIB +855 / -0 A mibs/hp/HPE-DHCPv6 +44 / -0 A mibs/hp/HPE-DHCPv6-CLIENT +728 / -0 A mibs/hp/HPE-DIGITALKEYMANAGE-MIB +152 / -0 A mibs/hp/HPE-DNSCL-MIB +1,375 / -0 A mibs/hp/HPE-DOT1X-MIB +1,626 / -0 A mibs/hp/HPE-DhcpSpoofing-MIB +75 / -0 A mibs/hp/HPE-Dlf-MIB +32 / -0 A mibs/hp/HPE-EEE-MIB +313 / -0 A mibs/hp/HPE-EMBWEB-MIB +538 / -0 A mibs/hp/HPE-ENDOFMIB-MIB +32 / -0 A mibs/hp/HPE-ERRDISABLE-RECOVERY-MIB +153 / -0 A mibs/hp/HPE-FIP-MIB +310 / -0
0 added
0 removed
filtered activity
Improved os definition for ibm/lenovov ipmi oses.
Changed files with action and line counts M includes/definitions/os/ibm.inc.php +3 / -6
+3 added
β6 removed
filtered activity
Improved discovery statuses on Lenovo XCC (
OBS-4893 )
Changed files with action and line counts M includes/definitions/mibs/ibm.inc.php +91 / -48 M includes/definitions/os/ibm.inc.php +1 / -1
+92 added
β49 removed
filtered activity
Removed $discovered_devices global variable from discover_device() function.
Changed files with action and line counts M discovery.php +8 / -2 M includes/discovery/functions.inc.php +24 / -19
+32 added
β21 removed
filtered activity
Prevented php fatal error on Weather Map page.
Changed files with action and line counts M html/data-pick.php +15 / -19 M html/pages/wmap.inc.php +9 / -5
+24 added
β24 removed
filtered activity
Simplified HP JetDirect os discovery regex.
Changed files with action and line counts M includes/definitions/os/hp.inc.php +7 / -5 M includes/polling/os/printer.inc.php +3 / -3
+10 added
β8 removed
filtered activity
Expand HP Jet Direct OS to cover some more HP printers (it might still be too narrow)
Changed files with action and line counts M includes/definitions/os/hp.inc.php +1 / -0
+1 added
0 removed
filtered activity
Added ability for filter (ignore) syslog entries by program or tag (
OBS-4421 ).
Changed files with action and line counts M includes/common.inc.php +16 / -0 M includes/config-variables.inc.php +18 / -2 M includes/syslog.inc.php +14 / -1
+48 added
β3 removed
filtered activity
Simplified strip tags in print_message().
Changed files with action and line counts M includes/common.inc.php +72 / -47
+72 added
β47 removed
filtered activity
Prevent print_message() output in API requests.
Changed files with action and line counts M includes/common.inc.php +12 / -11
+12 added
β11 removed
filtered activity
Added Origin-ID in syslog message as tag for Cisco IOS.
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +2 / -1 M includes/syslog.inc.php +9 / -6 M tests/IncludesSyslogTest.php +226 / -210
+11 added
β7 removed
filtered activity
Fixed display entities eventlogs for limited users (
OBS-4905 ).
Changed files with action and line counts M html/includes/functions.inc.php +20 / -10 M html/includes/print/events.inc.php +39 / -27
+59 added
β37 removed
filtered activity
Improved display users list in roles.
Changed files with action and line counts M html/pages/roles.inc.php +8 / -6 M html/pages/user_edit.inc.php +2 / -2
+10 added
β8 removed
filtered activity
Reduced sql queries in multi-port graphs.
Changed files with action and line counts M html/includes/graphs/multi-port/bits_duo_separate.inc.php +9 / -7 M html/includes/graphs/multi-port/discards.inc.php +5 / -7 M html/includes/graphs/multi-port/errors.inc.php +5 / -7 M html/includes/graphs/multi-port/ipv6_bits.inc.php +8 / -7 M html/includes/graphs/multi-port/upkts.inc.php +2 / -2
+29 added
β30 removed
filtered activity
Fixed generate ports group aggregate graphs. Fixed ppassng variable with ids.
Changed files with action and line counts M html/includes/graphs/generic_multi_bits_separated.inc.php +6 / -2 M html/includes/graphs/multi-auth-generic.inc.php +24 / -11 M html/includes/graphs/multi-port/auth.inc.php +6 / -5 M html/includes/graphs/multi-port/bits.inc.php +6 / -4 M includes/entities/device.inc.php +1 / -1 M includes/entities/port.inc.php +12 / -6 M includes/rrdtool.inc.php +4 / -3
+59 added
β32 removed
filtered activity
Added os definition for Inova PDU. Splitted sensors discovery for PowerNet-PDU from common apc (
OBS-4867 ).
Changed files with action and line counts A html/images/os/inova-dark.svg +1 / -0 A html/images/os/inova.svg +1 / -0 M includes/definitions/entities/sensors.inc.php +1 / -0 A includes/definitions/mibs/inova.inc.php +558 / -0 A includes/definitions/os/inova.inc.php +34 / -0 M includes/discovery/sensors/powernet-mib.inc.php +35 / -19 A mibs/inova non-text +0 / -0 A mibs/inova/PowerNet-PDU +10,697 / -0
+630 added
β19 removed
filtered activity
Do not set pagesize session var on ajax requests.
Changed files with action and line counts M html/ajax/widget.php +28 / -32 M html/includes/functions.inc.php +17 / -12 M html/includes/print/syslogs.inc.php +6 / -5
+51 added
β49 removed
filtered activity
September 2024
Fixed debug message.
Changed files with action and line counts M includes/discovery/neighbours/cisco-cdp-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/discovery/neighbours/cisco-cdp-mib.inc.php +21 / -1 M tests/IncludesFunctionsTest.php +38 / -39
+21 added
β1 removed
filtered activity
Fixed dlink-radlan mib definitions. Added D-Link svg logo.
Changed files with action and line counts A html/images/os/d-link.svg +1 / -0 M includes/definitions/os/d-link.inc.php +5 / -5
+6 added
β5 removed
filtered activity
Improved support for some models of D-Link switches. Unified discovery sensors for radlan mib clones.
Changed files with action and line counts M includes/definitions/mibs/ciscosb.inc.php +1 / -24 M includes/definitions/mibs/d-link.inc.php +40 / -0 M includes/definitions/mibs/edgecore.inc.php +3 / -27 M includes/definitions/mibs/netgear.inc.php +4 / -31 M includes/definitions/mibs/radlan.inc.php +4 / -59 A includes/definitions/mibs/radlan/radlan-deviceparams-mib.php +41 / -0 A includes/definitions/mibs/radlan/radlan-hwenviroment.php +74 / -0 A includes/definitions/mibs/radlan/radlan-physicaldescription-mib.php +58 / -0 M includes/definitions/mibs/radlan/radlan-rndmng.php +8 / -4 M includes/definitions/os/d-link.inc.php +26 / -4 M includes/discovery/sensors/radlan-hwenviroment.inc.php +11 / -15 A mibs/d-link/DES-1210-26ME-B2 +26,515 / -0 D mibs/d-link/DES-1210-26MEbx +0 / -23,933 M mibs/d-link/DES-1210-28_BX +724 / -219 A mibs/d-link/DES-1210-28_CX +10,384 / -0 A mibs/d-link/DLINK-3100-SYSLOG-DEVICE-MIB +681 / -0
+270 added
β164 removed
filtered activity
Write UCD CPU Idle RRD first to prevent a very very rare spike during poller vs ui race
Changed files with action and line counts M includes/polling/ucd-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Updated CyberPower mib files.
Changed files with action and line counts M mibs/cyberpower/CPS-MIB +589 / -4
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +6 / -0
+6 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/dell.inc.php +70 / -0 M includes/definitions/os/dell.inc.php +1 / -0
+71 added
0 removed
filtered activity
Updated Dell DNOS mib files.
Changed files with action and line counts M mibs/dell/DELL-POWER-ETHERNET-MIB +80 / -6 M mibs/dell/DELL-REF-MIB +3 / -2 M mibs/dell/DNOS-AUTHENTICATION-MANAGER-MIB +77 / -3 M mibs/dell/DNOS-BOXSERVICES-PRIVATE-MIB +241 / -3 M mibs/dell/DNOS-CAPTIVE-PORTAL-MIB +5 / -4 M mibs/dell/DNOS-DHCPSERVER-PRIVATE-MIB +400 / -27 M mibs/dell/DNOS-DOT1X-ADVANCED-FEATURES-MIB +83 / -6 M mibs/dell/DNOS-INVENTORY-MIB +24 / -161 M mibs/dell/DNOS-LOGGING-MIB +222 / -107 A mibs/dell/DNOS-MACSEC-MIB +894 / -0 M mibs/dell/DNOS-MGMT-SECURITY-MIB +352 / -14 A mibs/dell/DNOS-NTP-MIB +447 / -0 M mibs/dell/DNOS-PORTSECURITY-PRIVATE-MIB +125 / -108 M mibs/dell/DNOS-QOS-ACL-MIB +28 / -15 M mibs/dell/DNOS-ROUTING-MIB +2 / -2 M mibs/dell/DNOS-SFLOW-MIB +73 / -14 A mibs/dell/DNOS-SMTP-MIB +145 / -0 M mibs/dell/DNOS-SNTP-CLIENT-MIB +9 / -3 M mibs/dell/DNOS-SWITCHING-MIB +891 / -273 A mibs/dell/DNOS-TC +70 / -0 M mibs/dell/DNOS-TIMEZONE-PRIVATE-MIB +16 / -8 M mibs/dell/Dell-LAN-SYSMNG-MIB +37 / -36 M mibs/dell/Dell-LAN-TRAP-MIB +6 / -3
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +35 / -86 M includes/definitions/mibs/rfc.inc.php +165 / -130
+200 added
β216 removed
filtered activity
Added basic os detect for Siemens RUGGEDCOM (
OBS-4892 ).
Changed files with action and line counts A html/images/os/siemens.svg +1 / -0 A includes/definitions/mibs/siemens.inc.php +83 / -0 A includes/definitions/os/siemens.inc.php +23 / -0 M mibs/siemens/RUGGEDCOM-PTP1588-MIB +2 / -2
+107 added
0 removed
filtered activity
Fixed false os detection for wowza-engine.
Changed files with action and line counts M includes/definitions/mibs/wowza.inc.php +6 / -5 M includes/definitions/os.inc.php +0 / -17 A includes/definitions/os/wowza.inc.php +32 / -0
+38 added
β22 removed
filtered activity
Undebug vars.
Changed files with action and line counts M html/includes/actions/role.inc.php +0 / -1
0 added
β1 removed
filtered activity
Fixed role entity delete action. Removed old auth_secret session token, already replaced with common csrf token.
Changed files with action and line counts M html/includes/actions/role.inc.php +2 / -1 M html/includes/entities/device.inc.php +16 / -15 M html/includes/entities/port.inc.php +3 / -6 M html/includes/entities/sensor.inc.php +2 / -6 M html/includes/print/billing.inc.php +5 / -11 M html/includes/print/group.inc.php +41 / -19 M html/includes/user_menu.inc.php +8 / -10 M html/pages/bill/edit.inc.php +12 / -15 M html/pages/roles.inc.php +1 / -12 M html/pages/user_edit.inc.php +154 / -175
+244 added
β270 removed
filtered activity
Disabled page refresh on roles page.
Changed files with action and line counts M includes/definitions/wui.inc.php +1 / -0
+1 added
0 removed
filtered activity
Improved generate query in print_syslogs(). Fixed fatal error on program selection query.
Changed files with action and line counts M html/includes/print/syslogs.inc.php +25 / -24
+25 added
β24 removed
filtered activity
Fixed string compare conditions in generate_query_values().
Changed files with action and line counts M includes/db.inc.php +3 / -1
+3 added
β1 removed
filtered activity
Prevent php fatal error in safe_json_decode() when mbstring php module not installed.
Changed files with action and line counts M includes/common.inc.php +20 / -8
+20 added
β8 removed
filtered activity
Updated Palo Alto PAN-OS MIBs
Changed files with action and line counts M mibs/paloalto/PAN-COMMON-MIB +323 / -3 M mibs/paloalto/PAN-ENTITY-EXT-MIB +2 / -2 M mibs/paloalto/PAN-GLOBAL-REG +2 / -2 M mibs/paloalto/PAN-GLOBAL-TC +1 / -1 M mibs/paloalto/PAN-LC-MIB +41 / -1 M mibs/paloalto/PAN-PRODUCTS-MIB +246 / -156 M mibs/paloalto/PAN-TRAPS +2,063 / -20
0 added
0 removed
filtered activity
Added Siemens RUGGEDCOM mib files.
Showing the first 30 paths; 22 more are omitted from this static page.
Changed files with action and line counts A mibs/siemens/RC-BRIDGE-MIB-AC +197 / -0 A mibs/siemens/RC-IEC-62439-3-MIB-AC +154 / -0 A mibs/siemens/RC-IEEEC37-238-MIB-AC +331 / -0 A mibs/siemens/RC-IF-MIB-AC +126 / -0 A mibs/siemens/RC-IP-MIB-AC +159 / -0 A mibs/siemens/RC-IPMCAST-MIB-AC +50 / -0 A mibs/siemens/RC-LAG-MIB-AC +43 / -0 A mibs/siemens/RC-LLDP-MIB-AC +129 / -0 A mibs/siemens/RC-Q-BRIDGE-MIB-AC +150 / -0 A mibs/siemens/RC-RMON-MIB-AC +276 / -0 A mibs/siemens/RC-RSTP-MIB-AC +64 / -0 A mibs/siemens/RC-RUGGEDCOM-AAA-SERVER-MIB-AC +61 / -0 A mibs/siemens/RC-RUGGEDCOM-DI-MIB-AC +45 / -0 A mibs/siemens/RC-RUGGEDCOM-DOT11-AC-MIB +49 / -0 A mibs/siemens/RC-RUGGEDCOM-GPS-MIB-AC +64 / -0 A mibs/siemens/RC-RUGGEDCOM-IP-MIB-AC +58 / -0 A mibs/siemens/RC-RUGGEDCOM-IRIGB-MIB-AC +153 / -0 A mibs/siemens/RC-RUGGEDCOM-NTP-MIB-AC +68 / -0 A mibs/siemens/RC-RUGGEDCOM-POE-AC-MIB +66 / -0 A mibs/siemens/RC-RUGGEDCOM-PTP1588-MIB-AC +88 / -0 A mibs/siemens/RC-RUGGEDCOM-SERIAL-MIB-AC +53 / -0 A mibs/siemens/RC-RUGGEDCOM-SFP-DDM-MIB-AC +44 / -0 A mibs/siemens/RC-RUGGEDCOM-STP-MIB-AC +62 / -0 A mibs/siemens/RC-RUGGEDCOM-SYS-INFO-MIB-AC +175 / -0 A mibs/siemens/RC-RUGGEDCOM-TIMECONFIG-MIB-AC +43 / -0 A mibs/siemens/RC-RUGGEDCOM-TRAPS-MIB-AC +109 / -0 A mibs/siemens/RC-SNMP-FRAMEWORK-MIB-AC +57 / -0 A mibs/siemens/RC-SNMP-USER-BASED-SM-MIB-AC +59 / -0 A mibs/siemens/RC-SNMP-VIEW-BASED-ACM-MIB-AC +145 / -0 A mibs/siemens/RC-SNMPv2-MIB-AC +98 / -0
0 added
0 removed
filtered activity
Disable debugging in php weathermap editor
Changed files with action and line counts M includes/weathermap/editor.php +1 / -1
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/apc/powernet-mib.inc.php +134 / -0 M includes/discovery/sensors/powernet-mib.inc.php +66 / -31 M includes/polling/os/apc.inc.php +5 / -1
+205 added
β32 removed
filtered activity
Update agent postgres.pl script to handle postgres 15
Changed files with action and line counts M scripts/agent-local/postgresql.pl +12 / -3
+12 added
β3 removed
filtered activity
Fixed limits unit conversion for DOM sensors power to dBm.
Changed files with action and line counts M includes/discovery/sensors/eltex-phy-mib.inc.php +10 / -16 M includes/discovery/sensors/hh3c-transceiver-info-mib.inc.php +10 / -8 M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +6 / -6 M includes/discovery/sensors/radlan-phy-mib.inc.php +5 / -20 M includes/entities.inc.php +3 / -9 M includes/entities/sensor.inc.php +22 / -15
+56 added
β74 removed
filtered activity
Add ability to strip device_id keys from devices array in returned json
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +6 / -0
+6 added
0 removed
filtered activity
Added attribs as device array key in poller.
Changed files with action and line counts M includes/polling/functions.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Only show agent settings on device configuration page if unix-agent module is enabled
Changed files with action and line counts M html/pages/device/edit.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Removed deprecated function value_to_si().
Changed files with action and line counts M includes/common.inc.php +0 / -222 M tests/IncludesCommonTest.php +0 / -65
0 added
β222 removed
filtered activity
Fixed double unit conversion for sensor limits. Replaced function value_to_si() to value_unit_convert().
Changed files with action and line counts M includes/discovery/sensors/eltex-phy-mib.inc.php +8 / -8 M includes/discovery/sensors/hh3c-transceiver-info-mib.inc.php +8 / -8 M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +2 / -2 M includes/discovery/sensors/radlan-phy-mib.inc.php +20 / -20 M includes/entities.inc.php +6 / -4 M includes/entities/counter.inc.php +21 / -9 M includes/entities/sensor.inc.php +12 / -8
+77 added
β59 removed
filtered activity
Fixed var.
Changed files with action and line counts M includes/common.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Added function value_unit_convert() for replace value_to_si() with more logic name and correct passed arguments.
Changed files with action and line counts M includes/common.inc.php +7 / -1 M includes/entities/sensor.inc.php +243 / -1 M tests/IncludesCommonTest.php +68 / -1
+250 added
β2 removed
filtered activity
August 2024
Improve detection of ports on APC rPDU2. Don't block rPDU2 discovery behind rPDU table being populated.
Changed files with action and line counts M includes/discovery/sensors/powernet-mib.inc.php +7 / -1
+7 added
β1 removed
filtered activity
Fixed display device delete page for userlevel 9 (
OBS-4886 ).
Changed files with action and line counts M html/pages/device/edit.inc.php +2 / -2 M html/pages/device/edit/delete.inc.php +32 / -30
+34 added
β32 removed
filtered activity
Improved detect and discovery Opengear Operations Manager.
Changed files with action and line counts A html/images/os/opengear.svg +1 / -0 M includes/definitions/mibs/opengear.inc.php +126 / -44 M includes/definitions/os/opengear.inc.php +34 / -8 A mibs/opengear/OG-OMTELEM-MIB +1,112 / -0 A mibs/opengear/OG-OMTRAPS-MIB +338 / -0 M mibs/opengear/OG-PRODUCTS-MIB +8 / -1
+161 added
β52 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/lm-sensors-mib.inc.php +14 / -10
+14 added
β10 removed
filtered activity
Improved detect SONiC OS with Edgecode hardware. Improved discovery DOM sensors by
ENTITY-SENSOR-MIB on SONiC OS.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -1 M includes/definitions/os/edgecore.inc.php +6 / -2 M includes/discovery/sensors/entity-sensor-mib.inc.php +15 / -3 M includes/entities/port.inc.php +17 / -8
+40 added
β14 removed
filtered activity
Fix some typos in billing data housekeeping
Changed files with action and line counts M housekeeping.php +1 / -1 M includes/housekeeping/billing_data.inc.php +1 / -1
+2 added
β2 removed
filtered activity
Update housekeeping config variables
Changed files with action and line counts M includes/config-variables.inc.php +16 / -9
+16 added
β9 removed
filtered activity
Switch billing data housekeeping to -x
Changed files with action and line counts M housekeeping.php +6 / -5 M includes/housekeeping/billing_data.inc.php +3 / -3
+9 added
β8 removed
filtered activity
Add ability to delete old billing datapoints
Changed files with action and line counts M housekeeping.php +5 / -0 A includes/housekeeping/billing_data.inc.php +52 / -0
+57 added
0 removed
filtered activity
Added support for Aten Eco PDU (
OBS-4880 ).
Changed files with action and line counts A html/images/os/aten.svg +1 / -0 M includes/definitions/mibs/aten.inc.php +113 / -101 M includes/definitions/os/aten.inc.php +43 / -6
+157 added
β107 removed
filtered activity
Updated Aten mib files.
Changed files with action and line counts M mibs/aten/ATEN-PE-CFG +173 / -111 A mibs/aten/ATEN-PE2-CFG +2,945 / -0 M mibs/aten/ATEN-PRODUCTS-MIB +70 / -14 M mibs/aten/ATEN-SMI non-text +0 / -0
0 added
0 removed
filtered activity
Do not match by
sysObjectID when it's empty in
get_device_os() and
match_discovery_oids().
Changed files with action and line counts M includes/entities/device.inc.php +17 / -13 M includes/functions.inc.php +9 / -6
+26 added
β19 removed
filtered activity
Fix for exim app handler on PHP8
Changed files with action and line counts M includes/polling/applications/exim.inc.php +11 / -8
+11 added
β8 removed
filtered activity
Fixed edit contact when empty required parameters in transport definition.
Changed files with action and line counts M html/pages/contact.inc.php +59 / -53 M includes/definitions/transports.inc.php +49 / -49
+108 added
β102 removed
filtered activity
Correctly allow level 9 users to add/edit/remove groups
Changed files with action and line counts M html/includes/group-navbar.inc.php +5 / -5 M html/includes/group_edit.inc.php +1 / -1
+6 added
β6 removed
filtered activity
Add AWOS OS definition
Changed files with action and line counts M includes/definitions/os/alcatel.inc.php +18 / -0
+18 added
0 removed
filtered activity
Added new Alcatel Lucent logo.
Changed files with action and line counts A html/images/os/alcatellucent-old.svg +1 / -0 M html/images/os/alcatellucent.svg +1 / -1
+2 added
β1 removed
filtered activity
Added Alcatel NGAOW per model mibs definitions.
Changed files with action and line counts M includes/definitions/os/alcatel.inc.php +266 / -235
+266 added
β235 removed
filtered activity
Add Alcatel NGAOW/AWOS MIBs
Showing the first 30 paths; 1 more are omitted from this static page.
Changed files with action and line counts A mibs/alcatel/ALCATEL-NGOAW-BASE-MIB +125 / -0 A mibs/alcatel/ALCATEL-NGOAW-DEVICES-MIB +416 / -0 A mibs/alcatel/OAW-AP1101 +526 / -0 A mibs/alcatel/OAW-AP1201 +526 / -0 A mibs/alcatel/OAW-AP1201BG +526 / -0 A mibs/alcatel/OAW-AP1201H +526 / -0 A mibs/alcatel/OAW-AP1201HL +526 / -0 A mibs/alcatel/OAW-AP1201L +526 / -0 A mibs/alcatel/OAW-AP1221 +526 / -0 A mibs/alcatel/OAW-AP1222 +526 / -0 A mibs/alcatel/OAW-AP1231 +526 / -0 A mibs/alcatel/OAW-AP1232 +526 / -0 A mibs/alcatel/OAW-AP1251 +526 / -0 A mibs/alcatel/OAW-AP1251-RW-B +526 / -0 A mibs/alcatel/OAW-AP1251D +526 / -0 A mibs/alcatel/OAW-AP1261 +526 / -0 A mibs/alcatel/OAW-AP1261-RW-B +526 / -0 A mibs/alcatel/OAW-AP1301 +526 / -0 A mibs/alcatel/OAW-AP1301H +526 / -0 A mibs/alcatel/OAW-AP1311 +526 / -0 A mibs/alcatel/OAW-AP1321 +526 / -0 A mibs/alcatel/OAW-AP1322 +526 / -0 A mibs/alcatel/OAW-AP1331 +526 / -0 A mibs/alcatel/OAW-AP1341E +526 / -0 A mibs/alcatel/OAW-AP1351 +526 / -0 A mibs/alcatel/OAW-AP1361 +526 / -0 A mibs/alcatel/OAW-AP1361D +526 / -0 A mibs/alcatel/OAW-AP1362 +526 / -0 A mibs/alcatel/OAW-AP1362T +526 / -0 A mibs/alcatel/OAW-AP1431 +526 / -0
0 added
0 removed
filtered activity
Improve Alcatel-Lucent OS version handling (5/6/7+ are different OSes)
Changed files with action and line counts M includes/definitions/os/alcatel.inc.php +32 / -7
+32 added
β7 removed
filtered activity
Use non-short form for log/event widgets on dashboard when width > 1000px
Changed files with action and line counts M html/ajax/widget.php +16 / -6
+16 added
β6 removed
filtered activity
Improve autoscale option handling. Improve power sensor graph autoscaling to try to handle very small numbers.
Changed files with action and line counts M html/includes/graphs/common.inc.php +45 / -26 M html/includes/graphs/sensor/graph.inc.php +5 / -1
+50 added
β27 removed
filtered activity
Add data.
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Improve AOS 7 hardware string
Changed files with action and line counts M includes/definitions/os/alcatel.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add hardcoded HTTP status 200 to API responses
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +5 / -5
+5 added
β5 removed
filtered activity
Fix alert/group updating via discovery.php
Changed files with action and line counts M discovery.php +8 / -5
+8 added
β5 removed
filtered activity
July 2024
Fix erroneous duplication of descr field in sensor discovery call for dnox-boxservices
Changed files with action and line counts M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +0 / -2
0 added
β2 removed
filtered activity
Changed files with action and line counts M includes/discovery/neighbours/mikrotik-mib.inc.php +7 / -3
+7 added
β3 removed
filtered activity
Check for validity of alert state array.
Changed files with action and line counts M html/includes/print/alert.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improved debug output for json embedded data in http requests.
Changed files with action and line counts M includes/http.inc.php +4 / -0
+4 added
0 removed
filtered activity
Fix OSPFv3 router id handling
Changed files with action and line counts M html/pages/routing/ospf.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed PoE Group power sensor scale for Eltex ISS switches.
Changed files with action and line counts M includes/discovery/sensors/power-ethernet-mib.inc.php +7 / -0
+7 added
0 removed
filtered activity
Fixed regexp for clean D-Link version string.
Changed files with action and line counts M includes/polling/os/dlink.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed polling version on old D-Link switches with unprintable characters.
Changed files with action and line counts M includes/polling/os/dlink.inc.php +9 / -7
+9 added
β7 removed
filtered activity
Prevent escaping $OBSERVIUM_* variables in script notification transport.
Changed files with action and line counts M includes/alerting/script.inc.php +10 / -2
+10 added
β2 removed
filtered activity
June 2024
Fix error codes to be integer not string
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +10 / -10
+10 added
β10 removed
filtered activity
Improve TiMOS sysdescr regexp to catch some extended version string formats
Changed files with action and line counts M includes/definitions/os/nokia.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Always display Show Tech navbar menu on device page for Admin user permission.
Changed files with action and line counts M html/pages/device.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Typo fix
Changed files with action and line counts M includes/discovery/sensors/powernet-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/discovery/inventory/netapp-mib.inc.php +80 / -72
+80 added
β72 removed
filtered activity
Fixed trim hostname when adding a device (appear in r13585).
Changed files with action and line counts M includes/entities/device.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Simplified force_discovery() and is_bgp_peer_valid().
Changed files with action and line counts M includes/entities/routing.inc.php +26 / -11 M includes/functions.inc.php +5 / -8 M includes/polling/bgp-peers.inc.php +1 / -1
+32 added
β20 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/mikrotik.inc.php +32 / -6 M includes/definitions/os/mikrotik.inc.php +2 / -1 M mibs/mikrotik/MIKROTIK-MIB +106 / -6
+34 added
β7 removed
filtered activity
Added ability for add device action to default poller from remote poller.
Changed files with action and line counts M includes/entities/device.inc.php +16 / -6
+16 added
β6 removed
filtered activity
Remove trailing dot from the hostname when adding a device.
Changed files with action and line counts M includes/entities/device.inc.php +5 / -6
+5 added
β6 removed
filtered activity
Fixed display alerts statuses count on default panel when exist disabled devices.
Changed files with action and line counts M html/includes/cache-data.inc.php +108 / -147 M html/includes/status-summary.inc.php +12 / -13
+120 added
β160 removed
filtered activity
Don't show map menu items to users with level below 5
Changed files with action and line counts M html/includes/navbar.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Added support for D-Link DGS-1210-28X (
OBS-4848 ).
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +9 / -1 M includes/definitions/mibs/d-link/des-1210-mib.php +1 / -1 M includes/definitions/os/d-link.inc.php +100 / -97 M includes/discovery/sensors/des-1210-28me-b2.inc.php +42 / -31 A includes/discovery/sensors/dgs-1210-28xme-bx.inc.php +62 / -0 M mibs/d-link/DGS-1210-28XME-BX +8,127 / -1,441
+214 added
β130 removed
filtered activity
Changed place of Force Discovery checkbox before Disable on device edit page.
Changed files with action and line counts M html/pages/device/edit/device.inc.php +108 / -94
+108 added
β94 removed
filtered activity
Added support for APC NetShelter PDU (
OBS-4847 ).
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +235 / -1 M includes/definitions/os/apc.inc.php +14 / -0
+249 added
β1 removed
filtered activity
discover_fetch_oids() allowed table definition as array.
Changed files with action and line counts M includes/discovery/functions.inc.php +4 / -1
+4 added
β1 removed
filtered activity
Changed sensors icons for breakers and age. Little improved health navbar menu.
Changed files with action and line counts M html/includes/navbar.inc.php +7 / -6 M includes/definitions/entities/sensors.inc.php +5 / -2 M includes/definitions/wui.inc.php +5 / -5
+17 added
β13 removed
filtered activity
snmp_fix_numeric() detect hexified strings, added ability for detect si prefixes.
Changed files with action and line counts M includes/common.inc.php +41 / -22 M includes/snmp.inc.php +24 / -20 M tests/IncludesCommonTest.php +24 / -7 M tests/IncludesSnmpTest.php +6 / -0
+65 added
β42 removed
filtered activity
Changed files with action and line counts A includes/definitions/mibs/apc non-text +0 / -0 M includes/definitions/mibs/apc.inc.php +0 / -1,305 A includes/definitions/mibs/apc/powernet-mib.inc.php +1,321 / -0
+1,321 added
β1,305 removed
filtered activity
Splitted alerts notification re-send interval config to critical and warning.
Changed files with action and line counts M includes/alerts.inc.php +27 / -30 M includes/config-variables.inc.php +18 / -3 M includes/defaults.inc.php +3 / -2 M includes/definitions.inc.php +2 / -0 M includes/observium.inc.php +9 / -1
+59 added
β36 removed
filtered activity
Added basic os definition for SonicWALL switches (
OBS-4841 ).
Changed files with action and line counts M includes/definitions/mibs/sonicwall.inc.php +1 / -1 M includes/definitions/os/sonicwall.inc.php +14 / -1
+15 added
β2 removed
filtered activity
Updated Velocloud mib files.
Changed files with action and line counts M mibs/velocloud/VELOCLOUD-EDGE-MIB +452 / -341 M mibs/velocloud/VELOCLOUD-MIB +11 / -8
0 added
0 removed
filtered activity
May 2024
Fix delete device icon
Changed files with action and line counts M html/pages/device.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Replace modal delete-device popup by the existing delete device page for consistency
Changed files with action and line counts M html/pages/device.inc.php +2 / -66
+2 added
β66 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/cisco-vtp-mib.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Fixed os discovery regex for Digi Accelerated Linux.
Changed files with action and line counts M includes/definitions/os/digi.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Added basic Digi Accelerated Linux (
OBS-4836 ).
Changed files with action and line counts A includes/definitions/mibs/digi.inc.php +76 / -0 M includes/definitions/os.inc.php +0 / -24 A includes/definitions/os/digi.inc.php +47 / -0 A mibs/digi non-text +0 / -0 A mibs/digi/ACCELERATED-MIB +683 / -0
+123 added
β24 removed
filtered activity
Add force discovery toggle to device settings page
Changed files with action and line counts M html/pages/device/edit/device.inc.php +16 / -4
+16 added
β4 removed
filtered activity
Improve rejection of invalid FSS-PM entities. Add some caching for FSS-PM walks between modules.
Changed files with action and line counts M includes/discovery/mempools/fss-pm.inc.php +15 / -5 M includes/discovery/processors/fss-pm.inc.php +13 / -5 M includes/discovery/sensors/fss-pm.inc.php +14 / -6
+42 added
β16 removed
filtered activity
Disabled snmp bulk for Fujitsu 1FINITY.
Changed files with action and line counts M includes/definitions/os/fujitsu.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M html/includes/print/neighbours.inc.php +14 / -13 M includes/discovery/neighbours/cisco-cdp-mib.inc.php +5 / -5 A includes/discovery/neighbours/cisco-lwapp-cdp-mib.inc.php +126 / -0
+145 added
β18 removed
filtered activity
Updated cisco mib files.
Changed files with action and line counts M mibs/cisco/AIRESPACE-WIRELESS-MIB +58 / -125 M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +66 / -14 M mibs/cisco/CISCO-LWAPP-AP-MIB +9 / -5 M mibs/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB +0 / -1 M mibs/cisco/CISCO-LWAPP-DOT11-MIB +717 / -230 A mibs/cisco/CISCO-LWAPP-EWLC-TAGS-MIB +1,143 / -0 M mibs/cisco/CISCO-LWAPP-MOBILITY-EXT-MIB +0 / -2 M mibs/cisco/CISCO-LWAPP-QOS-MIB +1,540 / -2,457 M mibs/cisco/CISCO-LWAPP-REAP-MIB +1 / -2 M mibs/cisco/CISCO-LWAPP-RF-MIB +579 / -121 M mibs/cisco/CISCO-LWAPP-TC-MIB +78 / -64 M mibs/cisco/CISCO-LWAPP-WLAN-POLICY-MIB +0 / -8 M mibs/cisco/CISCO-LWAPP-WLAN-SECURITY-MIB +41 / -10 M mibs/cisco/CISCO-PRODUCTS-MIB +38 / -1 M mibs/cisco/CISCO-RF-MIB +38 / -51 M mibs/cisco/CISCO-SIP-UA-MIB +2 / -2 M mibs/cisco/CISCO-UNIFIED-COMPUTING-TC-MIB +5 / -27
0 added
0 removed
filtered activity
Separated Cisco 9800 platform to WLC XE os. Fixed polling os params and sensors for Cisco 9800.
Changed files with action and line counts M includes/definitions/mibs/cisco.inc.php +31 / -22 M includes/definitions/os/cisco.inc.php +211 / -176 M includes/definitions/rewrites.inc.php +53 / -51 M includes/polling/os/cisco.inc.php +1 / -1
+296 added
β250 removed
filtered activity
Updated jQuery and DOMPurify js libs. Removed unused js files.
Changed files with action and line counts M html/js/jquery.min.js +2 / -2 M html/js/jquery.min.map +1 / -1 D html/js/jquery.serializejson.js +0 / -323 M html/js/purify.min.js +2 / -2 A html/js/purify.min.js.map +1 / -0 D html/js/sorttable.js +0 / -493
0 added
0 removed
filtered activity
Improved discovery os for Synology DSM (
OBS-4833 ).
Changed files with action and line counts M includes/definitions/os/synology.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Prefer graph alt_y option from $vars.
Changed files with action and line counts M html/includes/graphs/common.inc.php +5 / -2
+5 added
β2 removed
filtered activity
Fixed graphs alt_y option.
Changed files with action and line counts M html/includes/graphs/common.inc.php +8 / -5
+8 added
β5 removed
filtered activity
Return data uri in graph_error() with $vars['image_data_uri'] option. Used in generate_alert_graph().
Changed files with action and line counts M html/includes/functions.inc.php +3 / -4 M html/includes/graphs/functions.inc.php +23 / -10 M html/includes/graphs/graph.inc.php +14 / -14
+40 added
β28 removed
filtered activity
Added temperature dom sensors by FSS-PM.
Changed files with action and line counts M includes/definitions/mibs/fujitsu.inc.php +2 / -2 M includes/discovery/sensors/fss-pm.inc.php +2 / -0
+4 added
β2 removed
filtered activity
Added support for Fujitsu 1FINITY (
OBS-4265 ).
Changed files with action and line counts A includes/definitions/mibs/fujitsu.inc.php +44 / -0 A includes/definitions/os/fujitsu.inc.php +26 / -0 A includes/discovery/mempools/fss-pm.inc.php +120 / -0 A includes/discovery/processors/fss-pm.inc.php +119 / -0 A includes/discovery/sensors/fss-pm.inc.php +336 / -0 A includes/polling/mempools/fss-pm.inc.php +15 / -0
+660 added
0 removed
filtered activity
Moved an optional $type to $options array in discover_processor_ng().
Changed files with action and line counts M includes/entities/processor.inc.php +20 / -15
+20 added
β15 removed
filtered activity
Reverted decrement operation.
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +12 / -11 M includes/discovery/sensors/cisco-envmon-mib.inc.php +5 / -6
+17 added
β17 removed
filtered activity
Moved an optional $type to $options array in discover_sensor_ng().
Showing the first 30 paths; 58 more are omitted from this static page.
Changed files with action and line counts M includes/discovery/sensors.inc.php +3 / -3 M includes/discovery/sensors/adf-1-mib.inc.php +5 / -8 M includes/discovery/sensors/alvarion-dot11-wlan-mib.inc.php +11 / -12 M includes/discovery/sensors/areca-snmp-mib.inc.php +10 / -11 M includes/discovery/sensors/asco-qem-72ee2.inc.php +7 / -7 M includes/discovery/sensors/aten-ipmi-mib.inc.php +1 / -1 M includes/discovery/sensors/aten-pe-cfg.inc.php +9 / -9 M includes/discovery/sensors/axis-video-mib.inc.php +4 / -4 M includes/discovery/sensors/baytech-mib-403-1.inc.php +8 / -8 M includes/discovery/sensors/better-networks-ethernetbox-mib.inc.php +4 / -5 M includes/discovery/sensors/bluecoat-sg-sensor-mib.inc.php +5 / -5 M includes/discovery/sensors/brocade-optical-monitoring-mib.inc.php +11 / -11 M includes/discovery/sensors/carel-denco-mib.inc.php +6 / -7 M includes/discovery/sensors/checkpoint-mib.inc.php +8 / -7 M includes/discovery/sensors/ciena-ws-xcvr-mib.inc.php +17 / -23 M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +5 / -5 M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +4 / -4 M includes/discovery/sensors/cisco-envmon-mib.inc.php +5 / -6 M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +5 / -5 M includes/discovery/sensors/ciscosb-phy-mib.inc.php +13 / -20 M includes/discovery/sensors/cmm-chassis-mib.inc.php +8 / -9 M includes/discovery/sensors/cpqhlth-mib.inc.php +5 / -5 M includes/discovery/sensors/cpqida-mib.inc.php +7 / -7 M includes/discovery/sensors/cpqpower-mib.inc.php +19 / -19 M includes/discovery/sensors/cpqrack-mib.inc.php +8 / -13 M includes/discovery/sensors/ddm-mgmt-mib.inc.php +8 / -8 M includes/discovery/sensors/dell-networking-chassis-mib.inc.php +9 / -14 M includes/discovery/sensors/dell-rac-mib.inc.php +9 / -5 M includes/discovery/sensors/des-1210-28me-b2.inc.php +8 / -8 M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +3 / -4
+857 added
β968 removed
filtered activity
Disabled snmp bulk for SDS-C os.
Changed files with action and line counts M includes/definitions/os/sds.inc.php +2 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M html/pages/device/overview/sensors.inc.php +8 / -4 M includes/discovery/sensors/eaton-epdu-mib.inc.php +117 / -46 M mibs/eaton/EATON-EPDU-MIB +48 / -6 M mibs/eaton/EATON-SENSOR-MIB +8 / -3
+125 added
β50 removed
filtered activity
Extended Eaton ePDU discovery rule.
Changed files with action and line counts M includes/definitions/os/eaton.inc.php +5 / -0
+5 added
0 removed
filtered activity
Improved debug output for sql log and form actions.
Changed files with action and line counts M html/includes/functions.inc.php +7 / -1 M includes/db.inc.php +4 / -3
+11 added
β4 removed
filtered activity
Added basic os support for SDS MICRO LM.
Changed files with action and line counts A html/images/os/sds.png +1 / -0 A html/images/os/sds_2x.png +1 / -0 A includes/definitions/mibs/sds.inc.php +94 / -0 A includes/definitions/os/sds.inc.php +50 / -0 M includes/entities/sensor.inc.php +18 / -0 A mibs/sds non-text +0 / -0 A mibs/sds/SDS-BIG-STSW-MIB +2,429 / -0 A mibs/sds/SDS-IO6-LM-MIB +1,242 / -0 A mibs/sds/SDS-IO6-ST-MIB +1,375 / -0 A mibs/sds/SDS-MACRO-LM-MIB +1,620 / -0 A mibs/sds/SDS-MACRO-ST-MIB +1,906 / -0 A mibs/sds/SDS-MICRO-LM-MIB +1,442 / -0 A mibs/sds/SDS-MICRO-ST-MIB +1,556 / -0 A mibs/sds/SDS-MINI-ST-MIB +1,435 / -0 A mibs/sds/SDS-TTCPRO-ST-MIB +1,178 / -0
+162 added
0 removed
filtered activity
Add sorting to probes table.
Changed files with action and line counts M html/includes/entities/probe.inc.php +74 / -5
+74 added
β5 removed
filtered activity
Skip ports graph section for uncommon.
Changed files with action and line counts M includes/definitions/graphtypes.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Changed files with action and line counts M html/includes/entities/device.inc.php +10 / -14 M html/pages/device/edit/graphs.inc.php +7 / -8 M includes/definitions/graphtypes.inc.php +26 / -7 M includes/polling/graphs/aruba-cppm-mib.inc.php +33 / -43
+76 added
β72 removed
filtered activity
Fixed display uncommon graphs sections on device page.
Changed files with action and line counts M html/includes/entities/device.inc.php +14 / -10
+14 added
β10 removed
filtered activity
Fixed display Custom OIDs and Probes counts.
Changed files with action and line counts M html/includes/entities/probe.inc.php +13 / -12 M html/includes/navbar.inc.php +12 / -9 M html/pages/customoid.inc.php +9 / -12
+34 added
β33 removed
filtered activity
Excluded deleted ports on device vlans page.
Changed files with action and line counts M html/includes/print/vlan.inc.php +4 / -3
+4 added
β3 removed
filtered activity
Updated tracy to 2.9.8.
Changed files with action and line counts M libs/Nette/Tracy/BlueScreen/BlueScreen.php +4 / -4 M libs/Nette/Tracy/BlueScreen/assets/section-cli.phtml +7 / -3 M libs/Nette/Tracy/BlueScreen/assets/section-lastMutedError.phtml +1 / -1 M libs/Nette/Tracy/BlueScreen/assets/section-stack-callStack.phtml +3 / -3 M libs/Nette/Tracy/BlueScreen/assets/section-stack-sourceFile.phtml +1 / -1 M libs/Nette/Tracy/Debugger/Debugger.php +2 / -1 M libs/Nette/Tracy/Dumper/Describer.php +1 / -1 M libs/Nette/Tracy/Dumper/Exposer.php +1 / -1 M libs/Nette/Tracy/Helpers.php +1 / -1 M libs/Nette/Tracy/assets/table-sort.js +3 / -1
0 added
0 removed
filtered activity
Added ability for dump sql in tracy.
Changed files with action and line counts M includes/db.inc.php +2 / -0
+2 added
0 removed
filtered activity
Fixed where generate in quick search for ports and slas (appear in r13535).
Changed files with action and line counts M html/includes/search/devices.inc.php +41 / -40 M html/includes/search/inventory.inc.php +3 / -2 M html/includes/search/neighbours.inc.php +3 / -2 M html/includes/search/ports.inc.php +5 / -4 M html/includes/search/slas.inc.php +3 / -3
+55 added
β51 removed
filtered activity
Excluded deleted SLAs in quick search results.
Changed files with action and line counts M html/includes/search/accesspoints.inc.php +22 / -21 M html/includes/search/inventory.inc.php +38 / -34 M html/includes/search/neighbours.inc.php +53 / -51 M html/includes/search/ports.inc.php +35 / -32 M html/includes/search/sensors.inc.php +30 / -26 M html/includes/search/slas.inc.php +28 / -23 M html/includes/search/status.inc.php +28 / -27
+234 added
β214 removed
filtered activity
Correct files for for previous commit.
Changed files with action and line counts M includes/discovery/functions.inc.php +48 / -108 M includes/polling/functions.inc.php +48 / -237
+96 added
β345 removed
filtered activity
Changed dns resolve and ping functions for use simple options instead flags. Removed unused dns constants. Cleaned all related functions.
Changed files with action and line counts M includes/common.inc.php +126 / -107 M includes/constants.inc.php +26 / -36 M includes/discovery/functions.inc.php +226 / -197 M includes/entities/device.inc.php +56 / -58 M includes/entities/ip-address.inc.php +12 / -10 M includes/functions.inc.php +213 / -137 M includes/polling/functions.inc.php +244 / -66 M tests/IncludesFunctionsTest.php +43 / -45
+903 added
β611 removed
filtered activity
Improved age_to_seconds() for milliseconds.
Changed files with action and line counts M includes/common.inc.php +38 / -38 M tests/IncludesCommonTest.php +58 / -32
+38 added
β38 removed
filtered activity
Improved get_device_snmp_argv(), added unittests. Cleaned add_device script.
Changed files with action and line counts M add_device.php +39 / -160 M includes/entities/device.inc.php +240 / -260 M scripts/snmpdump.php +2 / -2 M tests/IncludesEntitiesTest.php +146 / -58
+281 added
β422 removed
filtered activity
April 2024
Include disabled devices in down devices link list
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Don't show ignored/disabled devices on down devices page from navbar menu
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Use only base php functions in definitions load.
Changed files with action and line counts M includes/definitions/entities/devices.inc.php +6 / -8 M includes/definitions/os.inc.php +1 / -1
+7 added
β9 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/dell/dell-rac-mib.inc.php +2 / -2 M includes/discovery/sensors/dell-rac-mib.inc.php +6 / -9
+8 added
β11 removed
filtered activity
Always keep numeric list as comma list in generate_url(). Added function is_array_numeric().
Changed files with action and line counts M html/includes/functions.inc.php +3 / -1 M html/pages/graphs.inc.php +0 / -8 M includes/common.inc.php +20 / -6
+23 added
β15 removed
filtered activity
Return array of id lists as simple list on graphs page.
Changed files with action and line counts M html/pages/graphs.inc.php +9 / -1
+9 added
β1 removed
filtered activity
Add ability to override colour schemes on generic_multi_bits_separated-based graphs
Changed files with action and line counts M html/includes/graphs/generic_multi_bits_separated.inc.php +5 / -0
+5 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/functions.inc.php +14 / -12
+14 added
β12 removed
filtered activity
Added ignore storage for hashes on junos-evo.
Changed files with action and line counts M includes/defaults.inc.php +1 / -0
+1 added
0 removed
filtered activity
Improdev discovery inventory on JunOS EVO (
OBS-4815 ).
Changed files with action and line counts M includes/definitions/os/juniper.inc.php +2 / -2 M includes/discovery/inventory/juniper-mib.inc.php +59 / -52
+61 added
β54 removed
filtered activity
Updated Kemp LMOS definition.
Changed files with action and line counts A html/images/os/kemp.svg +1 / -0 M includes/definitions/mibs/kemp.inc.php +12 / -11 A includes/definitions/os/kemp.inc.php +23 / -0 M mibs/kemp/B100-MIB +3 / -3 M mibs/kemp/IPVS-MIB +6 / -6
+36 added
β11 removed
filtered activity
Added basic os definitions for Planet Switch and DSL Router.
Changed files with action and line counts M includes/definitions/os/planet.inc.php +18 / -0
+18 added
0 removed
filtered activity
Added basic device support for Planet MediaConverter (
OBS-4818 ).
Changed files with action and line counts A html/images/os/planet.png +1 / -0 A html/images/os/planet_2x.png +1 / -0 A includes/definitions/mibs/planet.inc.php +52 / -0 A includes/definitions/os/planet.inc.php +23 / -0 A mibs/planet non-text +0 / -0 A mibs/planet/PLANET-MC1610MR-MIB +356 / -0
+75 added
0 removed
filtered activity
Added os definition for ability poll hardware by
sysName .
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -9 M includes/definitions/os/dantherm.inc.php +2 / -1 M includes/entities/device.inc.php +62 / -5 M includes/polling/os.inc.php +13 / -36 D includes/polling/os/dantherm-coolling.inc.php +0 / -15
+78 added
β66 removed
filtered activity
Reformat script transport code.
Changed files with action and line counts M includes/alerting/script.inc.php +9 / -3
+9 added
β3 removed
filtered activity
Added basic os support for ZyXEL Keenetic OS (
OBS-4817 ).
Changed files with action and line counts M includes/definitions/os/zyxel.inc.php +19 / -1
+19 added
β1 removed
filtered activity
Escape shell command in Script notification transport.
Changed files with action and line counts M includes/alerting/script.inc.php +6 / -10
+6 added
β10 removed
filtered activity
Improved snmp_fix_numeric() for another case with cpu value(s).
Changed files with action and line counts M includes/snmp.inc.php +16 / -8 M tests/IncludesSnmpTest.php +3 / -0
+16 added
β8 removed
filtered activity
Update neighbours remote device_id also when remote port not associated.
Changed files with action and line counts M includes/discovery/neighbours/alcatel-ent1-interswitch-protocol-mib.inc.php +4 / -4 M includes/discovery/neighbours/alcatel-ind1-interswitch-protocol-mib.inc.php +78 / -76 M includes/discovery/neighbours/cisco-cdp-mib.inc.php +120 / -117 M includes/discovery/neighbours/dcp-linkview-mib.inc.php +10 / -9 M includes/discovery/neighbours/fastpath-isdp-mib.inc.php +4 / -4 M includes/discovery/neighbours/foundry-sn-switch-group-mib.inc.php +42 / -44 M includes/discovery/neighbours/isdp-mib.inc.php +9 / -8 M includes/discovery/neighbours/lldp-v2-mib.inc.php +242 / -246 A includes/discovery/neighbours/sw-mib.inc.php +79 / -0 M includes/discovery/neighbours/timetra-lldp-mib.inc.php +236 / -240 M includes/discovery/neighbours/tplink-lldpinfo-mib.inc.php +9 / -8
+833 added
β756 removed
filtered activity
Improved associate remote neighbours by
MIKROTIK-MIB . Show remote device links when remote port not associated.
Changed files with action and line counts M html/includes/print/neighbours.inc.php +14 / -6 M includes/discovery/functions.inc.php +141 / -7 M includes/discovery/neighbours.inc.php +1 / -1 M includes/discovery/neighbours/lldp-mib.inc.php +250 / -379 M includes/discovery/neighbours/mikrotik-mib.inc.php +31 / -7
+437 added
β400 removed
filtered activity
Do not show snmp nobulk message on snmpget command in debug output.
Changed files with action and line counts M includes/snmp.inc.php +4 / -7
+4 added
β7 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/aten-ipmi-mib.inc.php +16 / -4 M includes/discovery/sensors/fortinet-fortigate-mib.inc.php +20 / -4
+36 added
β8 removed
filtered activity
Fixed discovery vlans on some old FTOS (
OBS-4118 ).
Changed files with action and line counts M includes/discovery/vlans.inc.php +8 / -7 M includes/discovery/vlans/q-bridge-mib.inc.php +10 / -11 M includes/rewrites.inc.php +6 / -5
+24 added
β23 removed
filtered activity
Fixed display OSPFv3 Router Id on global page.
Changed files with action and line counts M html/pages/routing/ospf.inc.php +5 / -1 M includes/polling/ospf/ospf-mib.inc.php +2 / -0 M includes/polling/ospf/ospfv3-mib.inc.php +38 / -18
+45 added
β19 removed
filtered activity
Added housekeeping command option (-f) for force run on not main pollers.
Changed files with action and line counts M housekeeping.php +5 / -4
+5 added
β4 removed
filtered activity
Fixed display Custom OID graphs section on device page.
Changed files with action and line counts M html/includes/entities/device.inc.php +3 / -1 M html/includes/entities/oid_entry.inc.php +118 / -118 M includes/definitions/rewrites.inc.php +2 / -1
+123 added
β120 removed
filtered activity
Missed insert param.
Changed files with action and line counts M includes/polling/ospf/ospfv3-mib.inc.php +1 / -0
+1 added
0 removed
filtered activity
Simplified ospf db queries for ports and neighbours.
Changed files with action and line counts M html/pages/device/routing/ospf.inc.php +12 / -19 M html/pages/routing/ospf.inc.php +17 / -16 M includes/polling/ospf/ospf-mib.inc.php +24 / -6 M includes/polling/ospf/ospfv3-mib.inc.php +28 / -9 A update/493.sql +8 / -0
+81 added
β50 removed
filtered activity
More unit tests for xss pattern.
Changed files with action and line counts M html/includes/functions.inc.php +0 / -8 M tests/IncludesDefinitionsTest.php +5 / -2
0 added
β8 removed
filtered activity
Prevent saving incorrect alert checkers.
Changed files with action and line counts M html/ajax/actions/alert_check_add.inc.php +14 / -6 M html/pages/alert_check.inc.php +7 / -6 M html/pages/alert_checks.inc.php +3 / -2 M tests/IncludesDefinitionsTest.php +1 / -0
+24 added
β14 removed
filtered activity
Prevent payload xss on add device page with snmpable option.
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M includes/entities/device.inc.php +23 / -25 M tests/IncludesDefinitionsTest.php +1 / -0
+24 added
β26 removed
filtered activity
More xss patterns and tests.
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M tests/IncludesDefinitionsTest.php +340 / -307
+1 added
β1 removed
filtered activity
Prevent to pass js eval() payloads in vars.
Changed files with action and line counts M html/pages/device/logs.inc.php +18 / -24 M includes/constants.inc.php +1 / -1
+19 added
β25 removed
filtered activity
Fixed display multiple OSPF areas (
OBS-4813 ).
Changed files with action and line counts M html/pages/device/routing/ospf.inc.php +12 / -7
+12 added
β7 removed
filtered activity
Added basic os support for ExaGrid Tiered Backup (
OBS-4811 ).
Changed files with action and line counts A html/images/os/exagrid.svg +1 / -0 A includes/definitions/os/exagrid.inc.php +23 / -0 A mibs/exagrid non-text +0 / -0 A mibs/exagrid/EXAGRID-MIB +398 / -0
+24 added
0 removed
filtered activity
Improved display ospf neighbours states.
Changed files with action and line counts M html/includes/functions.inc.php +8 / -17 M html/pages/device/routing/bgp.inc.php +58 / -46 M html/pages/device/routing/ospf.inc.php +5 / -17 M html/pages/device/routing/ospfv3.inc.php +13 / -1 M includes/definitions/wui.inc.php +22 / -13
+106 added
β94 removed
filtered activity
Removed unexpected chars in python comments.
Changed files with action and line counts M poller-wrapper.py +2 / -8
+2 added
β8 removed
filtered activity
Missed comma.
Changed files with action and line counts M poller-wrapper.py +1 / -1
+1 added
β1 removed
filtered activity
Added DB SSL connect options to observium-wrapper (
OBS-4810 ).
Changed files with action and line counts M poller-wrapper.py +21 / -24
+21 added
β24 removed
filtered activity
Add OSPFv3 stats rrd and graphs. Fix hardcoded colour on bgp/ospf pages that broke on dark mode.
Changed files with action and line counts M html/pages/device/routing/bgp.inc.php +1 / -1 M html/pages/device/routing/ospf.inc.php +1 / -1 M includes/definitions/graphtypes.inc.php +51 / -13 M includes/definitions/rrdtypes.inc.php +10 / -0 M includes/polling/ospf/ospfv3-mib.inc.php +0 / -3
+63 added
β18 removed
filtered activity
Update Ruckus MIBs
Changed files with action and line counts M mibs/ruckus/RUCKUS-CTRL-MIB +55 / -6 M mibs/ruckus/RUCKUS-SZ-CONFIG-WLAN-MIB +35 / -11 M mibs/ruckus/RUCKUS-SZ-EVENT-MIB +266 / -115 M mibs/ruckus/RUCKUS-TC-MIB +27 / -20
0 added
0 removed
filtered activity
Improved associate LLDP neighbours with MNDP.
Changed files with action and line counts M includes/discovery/neighbours/mikrotik-mib.inc.php +95 / -83
+95 added
β83 removed
filtered activity
Same.
Changed files with action and line counts M includes/definitions/os/mikrotik.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Clarify
LLDP-MIB /Mikrotik blacklist reason
Changed files with action and line counts M includes/definitions/os/mikrotik.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improved support for ADVA FSP 3000C (
OBS-4804 ).
Changed files with action and line counts M includes/definitions/mibs/adva.inc.php +56 / -1 M includes/definitions/mibs/rfc.inc.php +25 / -25 M includes/definitions/os/adva.inc.php +17 / -5 M mibs/adva/ADVA-MIB +20 / -0 A mibs/adva/AOS-COMMON-PM-MIB +88 / -0 A mibs/adva/AOS-CORE-ALARM-MIB +846 / -0 A mibs/adva/AOS-CORE-CONDITION-MIB +153 / -0 A mibs/adva/AOS-CORE-FACILITY-MIB +812 / -0 A mibs/adva/AOS-DOMAIN-OTN-PM-MIB +1,789 / -0 D mibs/adva/F3-CAPABILITIES-MIB +0 / -3,477 A mibs/adva/FSP3000c-AUTOCDC-MIB +170 / -0
+98 added
β31 removed
filtered activity
Add additional pattern matches to identify some other voltages via aten-ipmi-mib
Changed files with action and line counts M includes/discovery/sensors/aten-ipmi-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add pre-defined label classes by type. Improve OSPF layout a bit to separate OSPFv2 and OSPFv3 and allow better space utilisation.
Changed files with action and line counts M html/includes/functions.inc.php +10 / -3 M html/pages/device.inc.php +10 / -1 M html/pages/device/routing/ospf.inc.php +104 / -24 A html/pages/device/routing/ospfv3.inc.php +3 / -0 M html/pages/routing/ospf.inc.php +27 / -16 M includes/definitions/rewrites.inc.php +1 / -0 M includes/definitions/wui.inc.php +20 / -0
+175 added
β44 removed
filtered activity
Improved generate status boxes in widgets.
Changed files with action and line counts M html/includes/print/status.inc.php +124 / -310
+124 added
β310 removed
filtered activity
Improved compare condition in generate_query_values().
Changed files with action and line counts M includes/db.inc.php +6 / -12 M tests/IncludesDbTest.php +4 / -0
+6 added
β12 removed
filtered activity
Added numeric compare conditions in generate_query_values().
Changed files with action and line counts M includes/db.inc.php +24 / -1 M tests/IncludesDbTest.php +15 / -0
+24 added
β1 removed
filtered activity
Improved filters navbar on alerts page. Cleaned alert suppress log messages.
Changed files with action and line counts M html/includes/print/alert.inc.php +47 / -33 M html/includes/print/navbar.inc.php +67 / -0 M html/pages/alerts.inc.php +12 / -55 M includes/alerts.inc.php +35 / -36 M includes/definitions/wui.inc.php +1 / -1
+162 added
β125 removed
filtered activity
Improved polling hardware/version for Cisco ACE.
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +17 / -1 M includes/polling/os/acsw.inc.php +4 / -55 M includes/polling/os/cisco.inc.php +8 / -33
+29 added
β89 removed
filtered activity
Do not override version with kernel when already polled by mib for unix group.
Changed files with action and line counts M includes/polling/os/unix.inc.php +55 / -51
+55 added
β51 removed
filtered activity
Improved support for V-Solution OLT (
OBS-4801 ).
Changed files with action and line counts A html/images/os/v-solution.png +1 / -0 A html/images/os/v-solution_2x.png +1 / -0 D html/images/os/vsolution.png +0 / -1 D html/images/os/vsolution_2x.png +0 / -1 M includes/definitions/mibs/vsolution.inc.php +173 / -6 M includes/definitions/os.inc.php +14 / -0 M includes/definitions/os/vsolution.inc.php +4 / -4 M mibs/vsolution/V1600D +486 / -442
+191 added
β10 removed
filtered activity
Fixed unit tests for generate_query_values().
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M includes/db.inc.php +9 / -16 M tests/IncludesDbTest.php +12 / -11
+10 added
β17 removed
filtered activity
Fixed entity_measured_match_definition() for REGEXP condition match.
Changed files with action and line counts M includes/entities.inc.php +24 / -27
+24 added
β27 removed
filtered activity
Nonsense
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M includes/db.inc.php +67 / -80 M tests/IncludesDbTest.php +11 / -15
+68 added
β81 removed
filtered activity
Improved generate_query_values() for like conditions detect common regexp as value.
Changed files with action and line counts M includes/constants.inc.php +1 / -1 M includes/db.inc.php +80 / -67 M tests/IncludesDbTest.php +15 / -11
+81 added
β68 removed
filtered activity
Updated Vsolution mib files.
Changed files with action and line counts A mibs/vsolution/V1600D +69,313 / -0 M mibs/vsolution/V1600G +0 / -1 D mibs/vsolution/VSOLUTION-MIB +0 / -65,149
0 added
0 removed
filtered activity
Improved generate sensors/status/counters wui queries. Renamed build_entity_measured_where() to generate_query_entity_measured().
Changed files with action and line counts M html/includes/entities/counter.inc.php +25 / -19 M html/includes/entities/generic.inc.php +9 / -11 M html/includes/entities/sensor.inc.php +50 / -51 M html/includes/entities/status.inc.php +69 / -59 M includes/db.inc.php +18 / -9
+171 added
β149 removed
filtered activity
Fix suppression of "class" sensor table header column to match row column suppression
Changed files with action and line counts M html/includes/entities/sensor.inc.php +12 / -4
+12 added
β4 removed
filtered activity
March 2024
Fixed devices/health header error when type is array.
Changed files with action and line counts M html/pages/devices.inc.php +1 / -1 M html/pages/health.inc.php +1 / -1
+2 added
β2 removed
filtered activity
Improved page header on devises and health pages.
Changed files with action and line counts M html/pages/devices.inc.php +9 / -6 M html/pages/health.inc.php +14 / -9
+23 added
β15 removed
filtered activity
Improved export groups and alert checks. Changed export format to json. Removed unnecessary xml functions.
Changed files with action and line counts M html/includes/group-navbar.inc.php +0 / -89 M html/pages/alert_checks.inc.php +19 / -44 M html/pages/groups.inc.php +22 / -50 M includes/alerts.inc.php +16 / -1 M includes/definitions/wui.inc.php +6 / -1 M includes/groups.inc.php +9 / -101 M includes/templates.inc.php +40 / -345
+112 added
β631 removed
filtered activity
Added validate filename in is_param_valid().
Changed files with action and line counts M includes/common.inc.php +9 / -0
+9 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +62 / -61 M includes/discovery/sensors/powernet-mib.inc.php +17 / -3 M includes/polling/os/apc.inc.php +143 / -26
+222 added
β90 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +6 / -0 M includes/polling/os/apc.inc.php +19 / -21 A mibs/apc/PowerNet-Discovery-MIB +673 / -0
+25 added
β21 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +311 / -0 M includes/polling/os/apc.inc.php +25 / -1
+336 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +145 / -3 M includes/definitions/os/apc.inc.php +38 / -4 D includes/discovery/sensors/netbotzv2-mib.inc.php +0 / -85 M includes/polling/os/apc.inc.php +30 / -16 A mibs/apc/CPDU-MIB +3,602 / -0 D mibs/apc/NETBOTZ300-MIB +0 / -8,774 D mibs/apc/NETBOTZ320-MIB +0 / -8,783 D mibs/apc/NETBOTZV2-MIB +0 / -7,805
+213 added
β108 removed
filtered activity
Improved device health navbar menu.
Changed files with action and line counts M html/includes/entities/device.inc.php +85 / -0 M html/pages/device.inc.php +3 / -18 M html/pages/device/edit.inc.php +6 / -3 M html/pages/device/health.inc.php +20 / -79
+114 added
β100 removed
filtered activity
Fix dashboard graph variable whitelist to include juniper firewall variables
Changed files with action and line counts M html/pages/graphs.inc.php +4 / -1
+4 added
β1 removed
filtered activity
Added syslog module to poller modules list.
Changed files with action and line counts M includes/defaults.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Added poller module for syslog stats (messages count and rate). Module syslog disbaled by default.
Changed files with action and line counts M includes/definitions/entities/devices.inc.php +8 / -0 M includes/definitions/graphtypes.inc.php +37 / -5 M includes/definitions/rrdtypes.inc.php +11 / -1 A includes/polling/syslog.inc.php +73 / -0
+129 added
β6 removed
filtered activity
Improved display device graphs sections in navbar.
Changed files with action and line counts M html/includes/entities/device.inc.php +51 / -1 M html/pages/device.inc.php +9 / -0 M html/pages/device/graphs.inc.php +16 / -64
+76 added
β65 removed
filtered activity
Removed WIP include.
Changed files with action and line counts M includes/entities.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improved discovery sensors for ArubaOS CX.
Changed files with action and line counts M includes/definitions/mibs/aruba.inc.php +131 / -16 M includes/definitions/os/aruba.inc.php +3 / -1 M includes/discovery/sensors/entity-sensor-mib.inc.php +273 / -263 M includes/entities.inc.php +17 / -2
+424 added
β282 removed
filtered activity
Updated hp, aruba and hirschmann mib files.
Showing the first 30 paths; 113 more are omitted from this static page.
Changed files with action and line counts M mibs/aruba/AI-AP-MIB +138 / -105 M mibs/aruba/ARUBA-MGMT-MIB +1 / -0 M mibs/aruba/ARUBA-MIB +11 / -1 M mibs/aruba/ARUBA-TC +11 / -5 M mibs/aruba/ARUBAWIRED-AAA-MIB +12 / -9 M mibs/aruba/ARUBAWIRED-CHASSIS-MIB +14 / -1 A mibs/aruba/ARUBAWIRED-CONFIG-MIB +615 / -0 A mibs/aruba/ARUBAWIRED-DIST-SERVICES-MIB +394 / -0 M mibs/aruba/ARUBAWIRED-FAN-MIB +24 / -4 M mibs/aruba/ARUBAWIRED-FANTRAY-MIB +23 / -3 A mibs/aruba/ARUBAWIRED-INTERFACE-MIB +162 / -0 A mibs/aruba/ARUBAWIRED-LED-LOCATOR-MIB +134 / -0 M mibs/aruba/ARUBAWIRED-LLDP-MIB +50 / -14 M mibs/aruba/ARUBAWIRED-LOOPPROTECT-MIB +30 / -40 M mibs/aruba/ARUBAWIRED-MACNOTIFY-MIB +65 / -12 A mibs/aruba/ARUBAWIRED-MODULE-MIB +282 / -0 M mibs/aruba/ARUBAWIRED-MSTP-MIB +3 / -1 M mibs/aruba/ARUBAWIRED-MVRP-MIB +3 / -2 M mibs/aruba/ARUBAWIRED-NETWORKING-OID +809 / -9 A mibs/aruba/ARUBAWIRED-PORTSECURITY-MIB +491 / -0 M mibs/aruba/ARUBAWIRED-PORTVLAN-MIB +37 / -6 A mibs/aruba/ARUBAWIRED-POWER-STAT-MIB +199 / -0 M mibs/aruba/ARUBAWIRED-POWERSUPPLY-MIB +40 / -8 A mibs/aruba/ARUBAWIRED-PROVIDER-BRIDGE-MIB +262 / -0 A mibs/aruba/ARUBAWIRED-SWITCH-IMAGE-MIB +226 / -0 A mibs/aruba/ARUBAWIRED-SYSTEMINFO-MIB +223 / -0 M mibs/aruba/ARUBAWIRED-VSF-MIB +26 / -22 M mibs/aruba/ARUBAWIRED-VSFv2-MIB +50 / -29 M mibs/aruba/WLSR-AP-MIB +1 / -0 M mibs/aruba/WLSX-AUTH-MIB +1 / -0
0 added
0 removed
filtered activity
Fixed snmp_nobulk() when set device setting max-rep.
Changed files with action and line counts M includes/snmp.inc.php +4 / -3
+4 added
β3 removed
filtered activity
Disabled snmp bulk for printers os group.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fixed detect Extreme FabricEngine devices as VOSS (
OBS-4798 ).
Changed files with action and line counts M includes/definitions/os/extreme.inc.php +3 / -2
+3 added
β2 removed
filtered activity
Split printers os definitions. Improved polling Brother printers (
OBS-4797 ).
Changed files with action and line counts A includes/definitions/mibs/printer non-text +0 / -0 A includes/definitions/mibs/printer/brother-mib.inc.php +27 / -0 M includes/definitions/os.inc.php +0 / -214 A includes/definitions/os/printer.inc.php +228 / -0 D includes/polling/os/brother-printer.inc.php +0 / -52 M includes/polling/os/printer.inc.php +7 / -5
+262 added
β271 removed
filtered activity
Improved process geolocation http requests.
Changed files with action and line counts M includes/geolocation.inc.php +45 / -30 M includes/polling/system.inc.php +7 / -29
+52 added
β59 removed
filtered activity
Added optional secondary url param for webhook json contact (
OBS-4767 ).
Changed files with action and line counts M includes/definitions/transports.inc.php +1 / -0
+1 added
0 removed
filtered activity
Improved process http requests with retry and ratelimit. Added ability for generate url from transports definition with different keys.
Changed files with action and line counts M includes/alerts.inc.php +18 / -34 M includes/http.inc.php +120 / -63
+138 added
β97 removed
filtered activity
Prevent IDE @throws warnings by print_vars() functions.
Changed files with action and line counts M includes/debugging.inc.php +37 / -28
+37 added
β28 removed
filtered activity
Added Cisco C9800 to WLC os.
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +1 / -0
+1 added
0 removed
filtered activity
Updated pear net_snmp lib.
Changed files with action and line counts M libs/pear/Net/SMTP.php +271 / -14
0 added
0 removed
filtered activity
Systemd files for agent
Changed files with action and line counts A scripts/systemd/observium_agent.service +13 / -0 A scripts/systemd/observium_agent.socket +10 / -0
+23 added
0 removed
filtered activity
Updated Flight lib to latest, fixed compat with php 8.2+.
Showing the first 30 paths; 10 more are omitted from this static page.
Changed files with action and line counts M html/api/v0/index.php +9 / -1 M includes/autoloader.inc.php +4 / -3 D libs/flight2 non-text +0 / -0 D libs/flight2/Engine.php +0 / -662 D libs/flight2/Flight.php +0 / -117 D libs/flight2/LICENSE +0 / -21 D libs/flight2/README.md +0 / -920 D libs/flight2/VERSION +0 / -1 D libs/flight2/autoload.php +0 / -15 D libs/flight2/core/Dispatcher.php +0 / -254 D libs/flight2/core/Loader.php +0 / -233 D libs/flight2/net/Request.php +0 / -320 D libs/flight2/net/Response.php +0 / -321 D libs/flight2/net/Route.php +0 / -156 D libs/flight2/net/Router.php +0 / -118 D libs/flight2/template/View.php +0 / -200 D libs/flight2/util/Collection.php +0 / -250 D libs/flight2/util/LegacyJsonSerializable.php +0 / -13 A libs/flight3 non-text +0 / -0 A libs/flight3/Engine.php +860 / -0 A libs/flight3/Flight.php +168 / -0 A libs/flight3/LICENSE +21 / -0 A libs/flight3/README.md +56 / -0 A libs/flight3/VERSION +1 / -0 A libs/flight3/autoload.php +10 / -0 A libs/flight3/core non-text +0 / -0 A libs/flight3/core/Dispatcher.php +302 / -0 A libs/flight3/core/Loader.php +226 / -0 A libs/flight3/database non-text +0 / -0 A libs/flight3/database/PdoWrapper.php +149 / -0
+13 added
β4 removed
filtered activity
Updated pear mail libs to latest.
Changed files with action and line counts M includes/templates/notification/email_text.tpl +1 / -0 M libs/pear/Mail/Mail/mail.php +0 / -10 M libs/pear/Mail/mime.php +21 / -18 M libs/pear/Mail/mimePart.php +11 / -11
+1 added
0 removed
filtered activity
Updated huawei mib files to latest.
Showing the first 30 paths; 15 more are omitted from this static page.
Changed files with action and line counts M mibs/huawei/HUAWEI-BFD-CONFIG-TRAP-MIB +25 / -2 M mibs/huawei/HUAWEI-BRAS-SRVCFG-STATICUSER-MIB +52 / -5 M mibs/huawei/HUAWEI-CDP-COMPLIANCE-MIB +11 / -6 M mibs/huawei/HUAWEI-CLOCK-MIB +90 / -22 M mibs/huawei/HUAWEI-DC-TRAP-MIB +13 / -10 M mibs/huawei/HUAWEI-DHCPS-MIB +8 / -2 M mibs/huawei/HUAWEI-DLDP-MIB +42 / -9 M mibs/huawei/HUAWEI-E-TRUNK-MIB +81 / -4 M mibs/huawei/HUAWEI-EASY-OPERATION-MIB +23 / -2 M mibs/huawei/HUAWEI-ESAP-MDNS-GATEWAY-MIB +386 / -22 M mibs/huawei/HUAWEI-HQOS-MIB +9,238 / -7,129 M mibs/huawei/HUAWEI-HTTP-MIB +182 / -31 M mibs/huawei/HUAWEI-IPFPM-MIB +231 / -3 M mibs/huawei/HUAWEI-IPLPM-MIB +9 / -3 M mibs/huawei/HUAWEI-IPV6-MIB +69 / -12 M mibs/huawei/HUAWEI-KOMPELLA-MIB +7 / -1 A mibs/huawei/HUAWEI-L2VC-STATISTIC-MIB +150 / -0 M mibs/huawei/HUAWEI-L2VPN-OAM-MIB +30 / -4 M mibs/huawei/HUAWEI-L2VPN-PW-APS-MIB +9 / -3 M mibs/huawei/HUAWEI-L3VLAN-MIB +6 / -3 M mibs/huawei/HUAWEI-LDT-MIB +154 / -35 M mibs/huawei/HUAWEI-MPLS-EXTEND-MIB +58 / -1 M mibs/huawei/HUAWEI-MPLSLDP-MIB +125 / -4 M mibs/huawei/HUAWEI-MULTICAST-MIB +88 / -6 M mibs/huawei/HUAWEI-NETSTREAM-MIB +18 / -2 M mibs/huawei/HUAWEI-PORTAL-MIB +42 / -2 M mibs/huawei/HUAWEI-PTP-MIB +509 / -42 M mibs/huawei/HUAWEI-RRPP-MIB +13 / -2 M mibs/huawei/HUAWEI-RSVPTE-MIB +97 / -3 A mibs/huawei/HUAWEI-RUMNG-MIB +551 / -0
0 added
0 removed
filtered activity
Use footer template tag in email notification transport.
Changed files with action and line counts M includes/alerting/email.inc.php +24 / -25 M includes/templates/notification/email_html.tpl +4 / -1 M includes/templates/notification/email_text.tpl +3 / -1
+31 added
β27 removed
filtered activity
Removed double escaping for alert checks navbar entries.
Changed files with action and line counts M html/includes/navbar.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Changed default icon for Lenovo iOmega.
Changed files with action and line counts M includes/definitions/os/ibm.inc.php +1 / -1 M includes/definitions/vendors.inc.php +1 / -2
+2 added
β3 removed
filtered activity
Updated some logos.
Changed files with action and line counts A html/images/os/akcp-dark.svg +1 / -0 A html/images/os/akcp.svg +1 / -0 A html/images/os/arista-dark.svg +1 / -0 A html/images/os/arista.svg +1 / -0 M html/images/os/bdcom-dark.svg +1 / -1 M html/images/os/bdcom.svg +1 / -1 A html/images/os/carel-dark.svg +1 / -0 A html/images/os/carel.svg +1 / -0 M html/images/os/checkpoint.svg +1 / -1 A html/images/os/cyberpower.svg +1 / -0 M html/images/os/extreme.svg +1 / -26 A html/images/os/iomega.svg +1 / -0 A html/images/os/nec.svg +1 / -0 M html/images/os/orange_os.svg +1 / -36
+14 added
β65 removed
filtered activity
Changed files with action and line counts M html/includes/entities/status.inc.php +3 / -2
+3 added
β2 removed
filtered activity
Improve status mib/object format. Add mib sorting to status and sensors.
Changed files with action and line counts M html/includes/entities/sensor.inc.php +3 / -0 M html/includes/entities/status.inc.php +6 / -4
+9 added
β4 removed
filtered activity
Improve sensor table generation
Changed files with action and line counts M html/includes/entities/sensor.inc.php +18 / -13 M html/includes/print/common.inc.php +5 / -2 M html/pages/device/health/sensors.inc.php +1 / -1 M includes/entities/sensor.inc.php +1 / -1
+25 added
β17 removed
filtered activity
Clean/simpliify device page
Changed files with action and line counts M html/pages/device.inc.php +3 / -14
+3 added
β14 removed
filtered activity
Fix loadbalancer graph labelling to add /sec
Changed files with action and line counts M html/includes/graphs/lb-pool-member/conns.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix SQL format
Changed files with action and line counts M html/data-pick.php +1 / -1
+1 added
β1 removed
filtered activity
Fix label spacing css
Changed files with action and line counts M html/css/bootstrap/less/labels3.less +1 / -1 M html/css/observium-dark.css +1 / -1 M html/css/observium-darkblue.css +1 / -1 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +1 / -1 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Added Force10 logo.
Changed files with action and line counts A html/images/os/force10-dark.svg +1 / -0 A html/images/os/force10.svg +1 / -0
+2 added
0 removed
filtered activity
Reduce some logos size.
Changed files with action and line counts M html/images/os/apc-dark.svg +1 / -1 M html/images/os/apc.svg +1 / -1 M html/images/os/aruba.svg +1 / -1 M html/images/os/cisco.svg +1 / -1 M html/images/os/dell_emc.svg +4 / -1 M html/images/os/hpe-dark.svg +1 / -1 M html/images/os/hpe.svg +1 / -1 M html/images/os/sun_oracle.svg +1 / -1 M html/images/os/supermicro.svg +1 / -1 M html/images/os/vmware.svg +1 / -1
+13 added
β10 removed
filtered activity
Reduce some logos size.
Changed files with action and line counts M html/images/os/cisco.svg +1 / -1 M html/images/os/dell_emc.svg +1 / -1 M html/images/os/eaton.svg +1 / -1 M html/images/os/ubuntu.svg +1 / -1
+4 added
β4 removed
filtered activity
Reduce some logos size.
Changed files with action and line counts M html/images/os/avocent.svg +1 / -1 M html/images/os/bisonrouter.svg +1 / -1 M html/images/os/checkpoint.svg +1 / -1 M html/images/os/fortinet.svg +1 / -1 M html/images/os/ibm.svg +1 / -1 M html/images/os/opensuse.svg +1 / -1 M html/images/os/raspbian.svg +1 / -1 M html/images/os/redhat.svg +1 / -1 M html/images/os/suse.svg +1 / -1 M html/images/os/wago.svg +1 / -1 M html/images/os/wut-dark.svg +1 / -1 M html/images/os/wut.svg +1 / -1
+12 added
β12 removed
filtered activity
Reduce some logos size.
Changed files with action and line counts M html/images/os/fortinet.svg +1 / -1 M html/images/os/redhat.svg +1 / -1
+2 added
β2 removed
filtered activity
Set max width for device svg icons.
Changed files with action and line counts M html/includes/entities/device.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Fixed display times on device perf page.
Changed files with action and line counts M html/pages/device/perf.inc.php +7 / -6 M includes/polling/functions.inc.php +3 / -5
+10 added
β11 removed
filtered activity
Fixed possible fatal error in float_div(), int_add() and int_sub() when passed numbers with commas from number_format().
Changed files with action and line counts M includes/common.inc.php +76 / -39 M includes/functions.inc.php +7 / -33 M tests/IncludesFunctionsTest.php +80 / -48
+83 added
β72 removed
filtered activity
Updated multiple distro icons.
Changed files with action and line counts A html/images/os/almalinux.svg +1 / -0 A html/images/os/arch_linux.svg +1 / -0 A html/images/os/armbian.svg +1 / -0 M html/images/os/aruba.svg +1 / -1 A html/images/os/calix.svg +1 / -0 A html/images/os/centos.svg +1 / -0 M html/images/os/cisco-old.svg +1 / -1 A html/images/os/cloudlinux.svg +1 / -0 A html/images/os/fedora.svg +1 / -0 M html/images/os/fscom.svg +1 / -1 A html/images/os/gentoo.svg +1 / -0 A html/images/os/mandriva.svg +1 / -0 A html/images/os/manjaro.svg +3 / -0 A html/images/os/opensuse.svg +1 / -0 M html/images/os/redhat.svg +1 / -1 A html/images/os/rocky.svg +1 / -0 D html/images/os/rocky_x2.png +0 / -1 A html/images/os/slackware.svg +1 / -0 A html/images/os/solaris.svg +1 / -0 A html/images/os/suse.svg +1 / -0 A html/images/os/windows11.svg +1 / -0
+22 added
β4 removed
filtered activity
Update munin agent script to use munin-run
Changed files with action and line counts M scripts/agent-local/munin +2 / -2
+2 added
β2 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/rfc.inc.php +6 / -0
+6 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/rfc.inc.php +17 / -0 M includes/definitions/os/casa.inc.php +1 / -0
+18 added
0 removed
filtered activity
Added status view on device group page.
Changed files with action and line counts M html/pages/group.inc.php +11 / -5
+11 added
β5 removed
filtered activity
Added generate_navbar().
Changed files with action and line counts M html/includes/print/navbar.inc.php +8 / -1
+8 added
β1 removed
filtered activity
Improved Netapp port realtime graphs (
OBS-1780 ).
Changed files with action and line counts M html/data.php +12 / -5
+12 added
β5 removed
filtered activity
Updated multiple mib files.
Changed files with action and line counts M mibs/apc/PowerNet-MIB +449 / -34 A mibs/firstmile non-text +0 / -0 A mibs/firstmile/OnAccess2200-MIB +11,441 / -0 A mibs/siklu non-text +0 / -0 A mibs/siklu/RADIO-BRIDGE-MIB +5,409 / -0
0 added
0 removed
filtered activity
Multiple mib files updated.
Showing the first 30 paths; 179 more are omitted from this static page.
Changed files with action and line counts M mibs/alpha/ALPHA-RESOURCE-MIB +223 / -24 M mibs/apc/NetBotz50-MIB +507 / -415 M mibs/apc/PowerNet-MIB +356 / -38 M mibs/arista/ARISTA-PRODUCTS-MIB +138 / -18 M mibs/brocade/BROCADE-ENTITY-OID-MIB +47 / -0 M mibs/brocade/BROCADE-STACK-ISSU-MIB +3 / -3 D mibs/brocade/CPQHOST-MIB +0 / -1,730 D mibs/brocade/CPQRACK-MIB +0 / -3,344 M mibs/brocade/FDRY-DHCP-SNOOPING-MIB +128 / -19 M mibs/brocade/FDRY-DNS2-MIB +5 / -5 M mibs/brocade/FDRY-POE-MIB +110 / -14 M mibs/brocade/FDRY-RADIUS-MIB +26 / -2 M mibs/brocade/FDRY-TACACS-MIB +17 / -1 M mibs/brocade/FDRY-TRAP-MIB +21 / -3 M mibs/brocade/FOUNDRY-CAR-MIB +16 / -4 M mibs/brocade/FOUNDRY-DHCPSERVER-MIB +124 / -2 M mibs/brocade/FOUNDRY-SN-CAM-MIB +58 / -52 M mibs/brocade/FOUNDRY-SN-IP-MIB +51 / -2 M mibs/brocade/FOUNDRY-SN-IP-VRRP-MIB +1 / -0 M mibs/brocade/FOUNDRY-SN-NOTIFICATION-MIB +103 / -145 M mibs/brocade/FOUNDRY-SN-VSRP-MIB +1 / -0 M mibs/brocade/RUCKUS-ACL-MIB +1 / -1 A mibs/brocade/RUCKUS-AUTH-MIB +2,748 / -0 A mibs/brocade/RUCKUS-DHCPV6-SNOOPING-MIB +297 / -0 A mibs/brocade/RUCKUS-NDI-MIB +295 / -0 A mibs/brocade/RUCKUS-VXLAN-MIB +729 / -0 M mibs/brocade/RUCKUS-WIRED-CLIENT-MIB +72 / -14 A mibs/cambium/CAMBIUM-NETWORKS-AUTO-ATTACH-MIB +1,801 / -0 A mibs/cambium/CAMBIUM-NETWORKS-CABLE-DIAG-MIB +187 / -0 A mibs/cambium/CAMBIUM-NETWORKS-DEVICE-AGENT-MIB +173 / -0
0 added
0 removed
filtered activity
Fixed select Down ports on device edit.
Changed files with action and line counts M html/pages/device/edit/ports.inc.php +9 / -8 M includes/rewrites.inc.php +6 / -7
+15 added
β15 removed
filtered activity
Strip the legend var from generate_graph_summary_row() links to /graphs/
Changed files with action and line counts M html/includes/print/rows.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fix instance_id on app default page
Changed files with action and line counts M html/pages/apps/default.inc.php +5 / -4
+5 added
β4 removed
filtered activity
Improved support for Firebrick devices (
OBS-4765 ).
Changed files with action and line counts A html/images/os/firebrick.svg +1 / -0 M includes/definitions/mibs/firebrick.inc.php +92 / -70 M includes/definitions/os/firebrick.inc.php +3 / -2 M mibs/firebrick/FIREBRICK-BGP-MIB +59 / -13 M mibs/firebrick/FIREBRICK-CPU-MIB +17 / -15 M mibs/firebrick/FIREBRICK-GLOBAL +18 / -1 M mibs/firebrick/FIREBRICK-IPSEC-MIB +30 / -9 M mibs/firebrick/FIREBRICK-L2TP-MIB +24 / -20 M mibs/firebrick/FIREBRICK-MIB +0 / -140 M mibs/firebrick/FIREBRICK-MONITORING +8 / -8 M mibs/firebrick/FIREBRICK-RUNSTATS-MIB +10 / -7 M mibs/firebrick/FIREBRICK-VOIP-MIB +44 / -7
+96 added
β72 removed
filtered activity
Added support for E-T-A ControlPlex devices.
Changed files with action and line counts A html/images/os/e-t-a.svg +1 / -0 M includes/definitions/entities/sensors.inc.php +1 / -0 A includes/definitions/mibs/eta.inc.php +160 / -0 A includes/definitions/os/eta.inc.php +26 / -0 A mibs/eta non-text +0 / -0 A mibs/eta/ETA-RCI10-MIB +1,896 / -0
+188 added
0 removed
filtered activity
Cleaned some os/mibs definitions.
Changed files with action and line counts A html/images/os/ciena.svg +1 / -0 A html/images/os/ligowave.svg +1 / -0 A html/images/os/mitsubishi.svg +1 / -0 A html/images/os/wut-dark.svg +1 / -0 A html/images/os/wut.svg +1 / -0 M includes/definitions/mibs/ccpower.inc.php +32 / -31 M includes/definitions/mibs/ciena.inc.php +229 / -147 D includes/definitions/mibs/cyan.inc.php +0 / -91 D includes/definitions/mibs/deliberant.inc.php +0 / -31 M includes/definitions/mibs/ligowave.inc.php +21 / -3 M includes/definitions/mibs/mitsubishi.inc.php +23 / -25 M includes/definitions/mibs/netio.inc.php +33 / -25 A includes/definitions/mibs/siklu.inc.php +97 / -0 M includes/definitions/mibs/webgraph.inc.php +56 / -43 M includes/definitions/os.inc.php +7 / -137 A includes/definitions/os/ccpower.inc.php +32 / -0 M includes/definitions/os/ciena.inc.php +28 / -5 M includes/definitions/os/cisco.inc.php +1 / -1 A includes/definitions/os/ligowave.inc.php +50 / -0 A includes/definitions/os/mitsubishi.inc.php +26 / -0 A includes/definitions/os/netio.inc.php +28 / -0 A includes/definitions/os/siklu.inc.php +39 / -0 A includes/definitions/os/webgraph.inc.php +35 / -0
+742 added
β539 removed
filtered activity
Fix typo in MIB
Changed files with action and line counts M mibs/casa/PKTC-ES-TAP-MIB +2 / -2
0 added
0 removed
filtered activity
Added new Nokia and Alcatel Lucent logos.
Changed files with action and line counts A html/images/os/alcatellucent.svg +1 / -0 A html/images/os/nokia.svg +1 / -0
+2 added
0 removed
filtered activity
Fixed ports link class on device overview page.
Changed files with action and line counts M html/includes/entities/port.inc.php +7 / -9 M includes/definitions/rewrites.inc.php +1 / -0
+8 added
β9 removed
filtered activity
Improve BGP page format.
Changed files with action and line counts M html/includes/print/routing.inc.php +8 / -1 M includes/rewrites.inc.php +1 / -0
+9 added
β1 removed
filtered activity
Improved polling vendor for generic UPS. Improved sensors discovery by
UPS-MIB .
Changed files with action and line counts M includes/discovery/sensors/ups-mib.inc.php +53 / -44 A includes/polling/os/generic-ups.inc.php +15 / -0 M includes/polling/os/liebert.inc.php +4 / -5 M includes/polling/os/ups-mib.inc.php +13 / -9
+85 added
β58 removed
filtered activity
Fixed Generic UPS os definition pattern (
OBS-4790 ).
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Improved quick filter ports by
ifType on device ports page.
Changed files with action and line counts M html/includes/entities/port.inc.php +24 / -3 M html/includes/print/navbar.inc.php +13 / -10 M html/pages/device/ports.inc.php +13 / -2 M includes/definitions/entities/ports.inc.php +86 / -0
+136 added
β15 removed
filtered activity
Fixed groups update on some cases (
OBS-4791 ).
Changed files with action and line counts M html/includes/graphs/multi-port/groups_bits.inc.php +5 / -6 M html/includes/status-portpercent.inc.php +15 / -5 M includes/groups.inc.php +72 / -48
+92 added
β59 removed
filtered activity
Added force option in discovery command.
Changed files with action and line counts M discovery.php +15 / -7 M includes/distributed.inc.php +20 / -13 M includes/update/update.php +8 / -6
+43 added
β26 removed
filtered activity
Added logo for Generic UPS.
Changed files with action and line counts A html/images/os/ups.svg +1 / -0 M includes/definitions/os.inc.php +4 / -3
+5 added
β3 removed
filtered activity
Changed files with action and line counts M includes/definitions/os.inc.php +7 / -2
+7 added
β2 removed
filtered activity
Removed rebuild button on groups navbar.
Changed files with action and line counts M html/includes/group-navbar.inc.php +3 / -1
+3 added
β1 removed
filtered activity
Improved caching ports tables per device for ports list page.
Changed files with action and line counts M html/includes/entities/port.inc.php +108 / -119 M html/pages/device/ports.inc.php +5 / -17 M html/pages/routing/vrf.inc.php +10 / -15
+123 added
β151 removed
filtered activity
Fixed display logon input fields on small screen.
Changed files with action and line counts M html/pages/logon.inc.php +38 / -33
+38 added
β33 removed
filtered activity
Add some additional virtual
ifTypes to be filtered from device_bits on CATV platforms
Changed files with action and line counts M includes/defaults.inc.php +6 / -0
+6 added
0 removed
filtered activity
Improve pre-caching of /device/ports/ page port stacking. vast improvement on very large aggregation platforms with many virtual ports
Changed files with action and line counts M html/includes/entities/port.inc.php +41 / -25 M html/pages/device/ports.inc.php +19 / -6
+60 added
β31 removed
filtered activity
Fixed caching ports options on device ports page.
Changed files with action and line counts M html/includes/entities/port.inc.php +48 / -0 M html/pages/device/ports.inc.php +3 / -38
+51 added
β38 removed
filtered activity
Improved sorting ports on device overview.
Changed files with action and line counts M html/includes/entities/port.inc.php +105 / -0 M html/pages/device/overview/ports.inc.php +50 / -138 M includes/rewrites.inc.php +8 / -12
+163 added
β150 removed
filtered activity
Added some iftype ignores for device trafic graph.
Changed files with action and line counts M includes/defaults.inc.php +2 / -0
+2 added
0 removed
filtered activity
Improved sorting of OSes navbar list.
Changed files with action and line counts M html/includes/navbar.inc.php +11 / -12
+11 added
β12 removed
filtered activity
Improved APC dark logo.
Changed files with action and line counts A html/images/os/apc-dark.svg +1 / -0 M html/images/os/apc.svg +1 / -1
+2 added
β1 removed
filtered activity
Added sorting OSes navbar menu.
Changed files with action and line counts M html/includes/navbar.inc.php +14 / -4
+14 added
β4 removed
filtered activity
Add Catalyst 1300 to Cisco SB definition
Changed files with action and line counts M includes/definitions/os/ciscosb.inc.php +3 / -0
+3 added
0 removed
filtered activity
Fixed display ports group.
Changed files with action and line counts M html/pages/group.inc.php +11 / -8
+11 added
β8 removed
filtered activity
Fixed discovery duplicate ports stacks on Huawei devices (
OBS-4775 ).
Changed files with action and line counts M includes/discovery/ports-stack.inc.php +20 / -12
+20 added
β12 removed
filtered activity
Reverted Pagerduty recovery action, appear in r13368 (
OBS-4782 ).
Changed files with action and line counts M includes/alerting/pagerduty.inc.php +6 / -3 M includes/definitions/transports.inc.php +3 / -2
+9 added
β5 removed
filtered activity
Make globe menu entity group menus scrollable
Changed files with action and line counts M html/includes/print/group.inc.php +3 / -2
+3 added
β2 removed
filtered activity
Only show menu scrollbar when overflowed
Changed files with action and line counts M html/css/bootstrap/less/code.less +1 / -1 M html/css/observium-dark.css +1 / -1 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +1 / -1 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +1 / -1 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Add scrollable to main navbar port groups menu
Changed files with action and line counts M html/includes/navbar.inc.php +3 / -1
+3 added
β1 removed
filtered activity
Fixed display already created weathermaps for global read permission (
OBS-4774 ).
Changed files with action and line counts M html/includes/navbar.inc.php +31 / -5 M html/pages/wmap.inc.php +13 / -21
+44 added
β26 removed
filtered activity
Added support for Huawei eMap (
OBS-4550 ).
Changed files with action and line counts M includes/definitions/entities/sensors.inc.php +2 / -0 M includes/definitions/mibs/huawei.inc.php +28 / -195 A includes/definitions/mibs/huawei/emap-mib.inc.php +795 / -0 A includes/definitions/mibs/huawei/huawei-server-ibmc-mib.inc.php +208 / -0 M includes/definitions/os/huawei.inc.php +1 / -1
+1,034 added
β196 removed
filtered activity
February 2024
Restore phpweathermap editing
Changed files with action and line counts M html/pages/wmap.inc.php +6 / -3 M includes/weathermap/editor.php +1 / -1
+6 added
β3 removed
filtered activity
Prevent Weathermap action csrf warnings.
Changed files with action and line counts M html/includes/functions.inc.php +6 / -1
+6 added
β1 removed
filtered activity
Try fix pagerduty recovery notification.
Changed files with action and line counts M includes/alerting/pagerduty.inc.php +11 / -5 M includes/definitions/transports.inc.php +40 / -41
+51 added
β46 removed
filtered activity
Display processes on device perf page with pretty time format.
Changed files with action and line counts M html/includes/print/common.inc.php +7 / -1 M html/pages/device/perf.inc.php +4 / -4
+11 added
β5 removed
filtered activity
Fixed db multi update with quiet option.
Changed files with action and line counts M includes/common.inc.php +9 / -6 M includes/db.inc.php +3 / -0
+12 added
β6 removed
filtered activity
Improved polling fdb table on old Cisco NX-OS.
Changed files with action and line counts M includes/polling/fdb-table.inc.php +15 / -188 A includes/polling/fdb/bridge-mib.php +61 / -0 A includes/polling/fdb/cisco-bridge-mib.php +97 / -0 A includes/polling/fdb/q-bridge-mib.php +87 / -0
+260 added
β188 removed
filtered activity
Undebug.
Changed files with action and line counts M html/includes/notifications.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Added filter remote pollers warnings in wui by associated devices.
Changed files with action and line counts M html/includes/notifications.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Added new multi update style for MySQL 8+ in
dbUpdateMulti (). Cleaned query warnings for mysql 8+.
Changed files with action and line counts M includes/common.inc.php +1 / -1 M includes/db.inc.php +15 / -4
+16 added
β5 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/cisco-vtp-mib.inc.php +0 / -9 M includes/snmp.inc.php +5 / -5
+5 added
β14 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/cisco-vtp-mib.inc.php +18 / -5
+18 added
β5 removed
filtered activity
Added snmp error reason for object Authorization Error.
Changed files with action and line counts M includes/constants.inc.php +1 / -0 M includes/definitions.inc.php +7 / -2 M includes/snmp.inc.php +16 / -5
+24 added
β7 removed
filtered activity
Fixed discovery vlan contexts on Cisco IOS.
Changed files with action and line counts M includes/defaults.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Improved detect Eaton MGE UPS (
OBS-4768 ).
Changed files with action and line counts A html/images/os/eaton.svg +1 / -0 M includes/definitions/os/eaton.inc.php +2 / -2 M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +98 / -96 M includes/discovery/sensors/xups-mib.inc.php +32 / -14 M includes/polling/os/mgeups.inc.php +12 / -10
+145 added
β122 removed
filtered activity
Changed files with action and line counts M includes/db/mysqli.inc.php +3 / -2
+3 added
β2 removed
filtered activity
Changed files with action and line counts M includes/db.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Updated SqlFormatter to latest.
Changed files with action and line counts M libs/Doctrine/SqlFormatter/CliHighlighter.php +8 / -7 M libs/Doctrine/SqlFormatter/Cursor.php +3 / -3 M libs/Doctrine/SqlFormatter/Highlighter.php +14 / -14 M libs/Doctrine/SqlFormatter/HtmlHighlighter.php +12 / -11 M libs/Doctrine/SqlFormatter/NullHighlighter.php +4 / -4 M libs/Doctrine/SqlFormatter/SqlFormatter.php +41 / -30 M libs/Doctrine/SqlFormatter/Token.php +21 / -21 M libs/Doctrine/SqlFormatter/Tokenizer.php +95 / -41
0 added
0 removed
filtered activity
Improved generate ports page. Reduced memory usage and changed permissions checks to db queries.
Changed files with action and line counts M html/includes/cache-data.inc.php +75 / -75 M html/includes/entities/port.inc.php +83 / -1 M html/includes/sessions.inc.php +12 / -4 M html/pages/ports.inc.php +31 / -23 M html/pages/ports/graphs.inc.php +10 / -19 M html/pages/ports/list.inc.php +21 / -41
+232 added
β163 removed
filtered activity
Improved generate query sort and limit functions.
Changed files with action and line counts M includes/db.inc.php +47 / -7 M includes/db/mysqli.inc.php +9 / -2
+56 added
β9 removed
filtered activity
Moved print_vars() and print_sql() to debugging include.
Changed files with action and line counts M includes/common.inc.php +3 / -120 M includes/debugging.inc.php +153 / -38
+156 added
β158 removed
filtered activity
Updated Cisco mib files.
Changed files with action and line counts M mibs/cisco/AIRESPACE-WIRELESS-MIB +5 / -1 A mibs/cisco/CISCO-DLEP-MIB +1,431 / -0 M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +236 / -22 M mibs/cisco/CISCO-FC-FE-MIB +279 / -4 M mibs/cisco/CISCO-PRODUCTS-MIB +64 / -2 M mibs/cisco/CISCO-SDWAN-APP-ROUTE-MIB +139 / -73 M mibs/cisco/CISCO-SDWAN-BFD-MIB +339 / -6 M mibs/cisco/CISCO-SDWAN-OMP-MIB +4,436 / -20 A mibs/cisco/CISCO-SDWAN-OPER-APP-MIB +223 / -0 M mibs/cisco/CISCO-SDWAN-OPER-SYSTEM-MIB +6 / -4 M mibs/cisco/CISCO-SDWAN-POLICY-MIB +84 / -3 A mibs/cisco/CISCO-SDWAN-PROBE-MIB +679 / -0 M mibs/cisco/CISCO-SDWAN-SECURITY-MIB +3,488 / -55 M mibs/cisco/CISCO-SIP-UA-MIB +911 / -14 M mibs/cisco/CISCO-SWITCH-ENGINE-MIB +37 / -3 M mibs/cisco/CISCO-UNIFIED-COMPUTING-TC-MIB +8 / -2
0 added
0 removed
filtered activity
Added
dbFetchFunc () for ability to pass anonymous function and and reduce memory usage on fetch db operations.
Changed files with action and line counts M includes/db.inc.php +90 / -12 M includes/db/mysqli.inc.php +52 / -3
+142 added
β15 removed
filtered activity
Fixed Weathermap enable configuration in WUI Settings.
Changed files with action and line counts M includes/config-variables.inc.php +5 / -6
+5 added
β6 removed
filtered activity
Improved display list of known metrics on alert checker page.
Changed files with action and line counts M html/includes/print/alert.inc.php +78 / -5 M html/pages/add_alert_check.inc.php +28 / -68 M html/pages/alert_check.inc.php +4 / -50
+110 added
β123 removed
filtered activity
Improved compare sensor limits with previous on discovery.
Changed files with action and line counts M includes/entities/sensor.inc.php +50 / -33
+50 added
β33 removed
filtered activity
Fixed variable for delete associated syslog rule.
Changed files with action and line counts M html/pages/contact.inc.php +5 / -5
+5 added
β5 removed
filtered activity
Undebug.
Changed files with action and line counts M html/includes/actions/contact.inc.php +0 / -1
0 added
β1 removed
filtered activity
Fixed delete Associated Syslog Rules from Contact.
Changed files with action and line counts M html/includes/actions/contact.inc.php +4 / -3
+4 added
β3 removed
filtered activity
Updated distro script. Added detect DietPi distro.
Changed files with action and line counts A html/images/os/dietpi-dark.png +1 / -0 A html/images/os/dietpi-dark_2x.png +1 / -0 A html/images/os/dietpi.png +1 / -0 A html/images/os/dietpi_2x.png +1 / -0 M scripts/distro +7 / -1
+7 added
β1 removed
filtered activity
Fixed syslog alert url in tags.
Changed files with action and line counts M includes/syslog.inc.php +13 / -10
+13 added
β10 removed
filtered activity
Remove old bills includes
Changed files with action and line counts D html/pages/bills non-text +0 / -0 D html/pages/bills/add.inc.php +0 / -200 D html/pages/bills/month.inc.php +0 / -191 D html/pages/bills/search.inc.php +0 / -66 D html/pages/bills/searchaction.inc.php +0 / -54
0 added
β511 removed
filtered activity
Merge bills list code
Changed files with action and line counts A html/includes/modals/add_bill.inc.php +189 / -0 M html/pages/bills.inc.php +299 / -20
+488 added
β20 removed
filtered activity
Add oses submenu to device menu
Changed files with action and line counts M html/includes/navbar.inc.php +9 / -2
+9 added
β2 removed
filtered activity
Remove disused counting code from syslog.php
Changed files with action and line counts M syslog.php +0 / -9
0 added
β9 removed
filtered activity
Cause maintenance modifications to trigger syslog rules reload
Changed files with action and line counts M html/includes/maintenance-navbar.inc.php +4 / -0
+4 added
0 removed
filtered activity
Added basic os support for SONiC and Dell Enterprise SONiC (
OBS-4758 ).
Changed files with action and line counts A html/images/os/dell_emc.svg +1 / -0 A html/images/os/sonic.png +1 / -0 A html/images/os/sonic_2x.png +1 / -0 M includes/definitions/mibs/dell.inc.php +4 / -2 M includes/definitions/os.inc.php +26 / -0 M includes/definitions/os/dell.inc.php +27 / -1
+58 added
β3 removed
filtered activity
Add some iDirect sensors
Changed files with action and line counts M includes/definitions/mibs/idirect.inc.php +15 / -0
+15 added
0 removed
filtered activity
Fixed discovery neighbours IPv4 addresses for some vendors by
LLDP-MIB .
Changed files with action and line counts M includes/discovery/neighbours/lldp-mib.inc.php +11 / -5
+11 added
β5 removed
filtered activity
Changed files with action and line counts M includes/discovery/inventory/dell-rac-mib.inc.php +61 / -61
+61 added
β61 removed
filtered activity
Improved Ntfy message template.
Changed files with action and line counts M includes/definitions/transports.inc.php +100 / -91 A includes/templates/notification/ntfy_text.tpl +40 / -0
+140 added
β91 removed
filtered activity
Updated ramsey/uuid to latest.
Showing the first 30 paths; 29 more are omitted from this static page.
Changed files with action and line counts M libs/Ramsey/Uuid4/Builder/BuilderCollection.php +5 / -0 M libs/Ramsey/Uuid4/Builder/DegradedUuidBuilder.php +2 / -11 M libs/Ramsey/Uuid4/Builder/FallbackBuilder.php +2 / -8 M libs/Ramsey/Uuid4/Codec/GuidStringCodec.php +21 / -0 M libs/Ramsey/Uuid4/Codec/StringCodec.php +13 / -20 M libs/Ramsey/Uuid4/Converter/Number/BigNumberConverter.php +1 / -4 M libs/Ramsey/Uuid4/Converter/Number/GenericNumberConverter.php +1 / -7 M libs/Ramsey/Uuid4/Converter/Time/BigNumberTimeConverter.php +1 / -4 M libs/Ramsey/Uuid4/Converter/Time/GenericTimeConverter.php +1 / -7 M libs/Ramsey/Uuid4/Converter/Time/PhpTimeConverter.php +5 / -16 A libs/Ramsey/Uuid4/Converter/Time/UnixTimeConverter.php +90 / -0 M libs/Ramsey/Uuid4/DeprecatedUuidInterface.php +1 / -8 M libs/Ramsey/Uuid4/DeprecatedUuidMethodsTrait.php +61 / -71 M libs/Ramsey/Uuid4/FeatureSet.php +47 / -99 M libs/Ramsey/Uuid4/Fields/SerializableFieldsTrait.php +8 / -7 M libs/Ramsey/Uuid4/Generator/CombGenerator.php +5 / -17 M libs/Ramsey/Uuid4/Generator/DceSecurityGenerator.php +4 / -23 M libs/Ramsey/Uuid4/Generator/DefaultTimeGenerator.php +7 / -25 M libs/Ramsey/Uuid4/Generator/PeclUuidNameGenerator.php +8 / -13 M libs/Ramsey/Uuid4/Generator/RandomGeneratorInterface.php +1 / -1 M libs/Ramsey/Uuid4/Generator/RandomLibAdapter.php +5 / -4 M libs/Ramsey/Uuid4/Generator/TimeGeneratorFactory.php +3 / -21 A libs/Ramsey/Uuid4/Generator/UnixTimeGenerator.php +169 / -0 M libs/Ramsey/Uuid4/Guid/Fields.php +14 / -13 M libs/Ramsey/Uuid4/Guid/GuidBuilder.php +2 / -14 M libs/Ramsey/Uuid4/Lazy/LazyUuidFromString.php +13 / -16 M libs/Ramsey/Uuid4/Nonstandard/Fields.php +8 / -10 M libs/Ramsey/Uuid4/Nonstandard/UuidBuilder.php +2 / -14 M libs/Ramsey/Uuid4/Nonstandard/UuidV6.php +13 / -41 M libs/Ramsey/Uuid4/Provider/Dce/SystemDceSecurityProvider.php +19 / -22
0 added
0 removed
filtered activity
Added Brick\Math 0.11 for PHP 8+.
Changed files with action and line counts M includes/autoloader.inc.php +11 / -3 A libs/Brick/Math11 non-text +0 / -0 A libs/Brick/Math11/BigDecimal.php +786 / -0 A libs/Brick/Math11/BigInteger.php +1,079 / -0 A libs/Brick/Math11/BigNumber.php +512 / -0 A libs/Brick/Math11/BigRational.php +445 / -0 A libs/Brick/Math11/Exception non-text +0 / -0 A libs/Brick/Math11/Exception/DivisionByZeroException.php +35 / -0 A libs/Brick/Math11/Exception/IntegerOverflowException.php +23 / -0 A libs/Brick/Math11/Exception/MathException.php +12 / -0 A libs/Brick/Math11/Exception/NegativeNumberException.php +12 / -0 A libs/Brick/Math11/Exception/NumberFormatException.php +33 / -0 A libs/Brick/Math11/Exception/RoundingNecessaryException.php +19 / -0 A libs/Brick/Math11/Internal non-text +0 / -0 A libs/Brick/Math11/Internal/Calculator non-text +0 / -0 A libs/Brick/Math11/Internal/Calculator.php +676 / -0 A libs/Brick/Math11/Internal/Calculator/BcMathCalculator.php +75 / -0 A libs/Brick/Math11/Internal/Calculator/GmpCalculator.php +108 / -0 A libs/Brick/Math11/Internal/Calculator/NativeCalculator.php +581 / -0 A libs/Brick/Math11/LICENSE +20 / -0 A libs/Brick/Math11/RoundingMode.php +107 / -0
+11 added
β3 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/snr.inc.php +23 / -23
+23 added
β23 removed
filtered activity
Remove alert rules regenerate navbar button.
Changed files with action and line counts M html/includes/alerting-navbar.inc.php +2 / -0
+2 added
0 removed
filtered activity
Cleaned AD auth code, synched with latest LDAP improvements.
Changed files with action and line counts M html/includes/authentication/ad.inc.php +92 / -187 M html/includes/authentication/ldap.inc.php +5 / -114 M html/includes/ldap-functions.inc.php +121 / -2
+218 added
β303 removed
filtered activity
Clean up AD auth module
Changed files with action and line counts M html/includes/authentication/ad.inc.php +23 / -46
+23 added
β46 removed
filtered activity
Cleaned LDAP auth code. Fixed ldap_bind_dn() return value.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +28 / -65 M html/includes/ldap-functions.inc.php +22 / -3 M html/includes/sessions.inc.php +21 / -7
+71 added
β75 removed
filtered activity
Add support for ntfy.sh
Changed files with action and line counts M includes/definitions/transports.inc.php +41 / -1
+41 added
β1 removed
filtered activity
Fix typo in LDAPS port examples, 636 not 686
Changed files with action and line counts M includes/config-variables.inc.php +2 / -2 M includes/defaults.inc.php +1 / -1
+3 added
β3 removed
filtered activity
Add Active Directory specific authentication backend
Changed files with action and line counts A html/includes/authentication/ad.inc.php +800 / -0 M html/includes/authentication/ldap.inc.php +5 / -260 A html/includes/ldap-functions.inc.php +271 / -0 M includes/config-variables.inc.php +63 / -0 M includes/defaults.inc.php +28 / -1 M includes/definitions/rewrites.inc.php +4 / -0
+1,171 added
β261 removed
filtered activity
Improved detect voltage sensors by ServersCheck.
Changed files with action and line counts M includes/discovery/sensors/serverscheck.inc.php +44 / -40
+44 added
β40 removed
filtered activity
Improved parse port variable from URI.
Changed files with action and line counts M html/includes/functions.inc.php +29 / -22 M html/pages/device.inc.php +35 / -3 M includes/constants.inc.php +2 / -1
+66 added
β26 removed
filtered activity
Fix using
ifDescr to get port on devices/ports page
Changed files with action and line counts M html/pages/device.inc.php +4 / -5
+4 added
β5 removed
filtered activity
Improved access to device port page by
ifDescr .
Changed files with action and line counts M html/pages/device.inc.php +547 / -545 M html/pages/device/port.inc.php +114 / -114 M includes/encrypt.inc.php +55 / -3
+716 added
β662 removed
filtered activity
Renamed os definition parameter snmpcheck to duplicate.
Changed files with action and line counts M includes/definitions/os.inc.php +3 / -3 M includes/definitions/os/commend.inc.php +2 / -2 M includes/definitions/os/eltek.inc.php +2 / -2 M includes/definitions/os/hikvision.inc.php +5 / -5 M includes/definitions/os/ict.inc.php +4 / -3 M includes/definitions/os/inveo.inc.php +8 / -8 M includes/functions.inc.php +23 / -25
+47 added
β48 removed
filtered activity
Improve dupe detection for newtec devices.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/cisco.inc.php +52 / -52
+52 added
β52 removed
filtered activity
Fixed incorrect function call.
Changed files with action and line counts M includes/entities/sensor.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Added option for switch display graph Y grid.
Changed files with action and line counts M html/includes/graphs/common.inc.php +5 / -5 M html/includes/graphs/device/sensor.inc.php +27 / -5 M html/includes/graphs/generic_multi_line.inc.php +4 / -3 M html/includes/graphs/generic_simplex.inc.php +6 / -6 M html/includes/graphs/sensor/graph.inc.php +7 / -3 M html/pages/graphs.inc.php +5 / -1
+54 added
β23 removed
filtered activity
Improved update sensors attribs in discovery.
Changed files with action and line counts M includes/entities/sensor.inc.php +5 / -4
+5 added
β4 removed
filtered activity
Expose theme name/mode as a JS variable for use in scripting
Changed files with action and line counts M html/index.php +12 / -0
+12 added
0 removed
filtered activity
Added entity_index_tags() for gererate tags from index.
Changed files with action and line counts M includes/discovery/mempools.inc.php +5 / -9 M includes/entities.inc.php +18 / -2 M includes/entities/counter.inc.php +2 / -5 M includes/entities/device.inc.php +3 / -1 M includes/entities/ip-address.inc.php +1 / -1 M includes/entities/processor.inc.php +4 / -7 M includes/entities/sensor.inc.php +2 / -6 M includes/entities/status.inc.php +2 / -6 M includes/entities/storage.inc.php +11 / -15
+48 added
β52 removed
filtered activity
Add basic newtec/idirect support
Changed files with action and line counts A includes/definitions/mibs/idirect.inc.php +61 / -0 M includes/definitions/os.inc.php +18 / -0
+79 added
0 removed
filtered activity
Add ability to use ascii index in sensor definitions
Changed files with action and line counts M includes/entities/sensor.inc.php +1 / -0
+1 added
0 removed
filtered activity
Added iDirect vendor logo.
Changed files with action and line counts A html/images/os/idirect.png +1 / -0 A html/images/os/idirect_2x.png +1 / -0
0 added
0 removed
filtered activity
Newtec MIBs
Showing the first 30 paths; 24 more are omitted from this static page.
Changed files with action and line counts A mibs/newtec non-text +0 / -0 A mibs/newtec/NEWTEC-ACMCONTROLLER-MIB +425 / -0 A mibs/newtec/NEWTEC-ALARM-MIB +495 / -0 A mibs/newtec/NEWTEC-ALARMS-MIB +171 / -0 A mibs/newtec/NEWTEC-ANTENNA-CONTROLLER-MIB +461 / -0 A mibs/newtec/NEWTEC-ASIIN-MIB +504 / -0 A mibs/newtec/NEWTEC-ASIOUT-MIB +296 / -0 A mibs/newtec/NEWTEC-AUPCCLIENT-MIB +380 / -0 A mibs/newtec/NEWTEC-AUPCCONTROLLER-MIB +255 / -0 A mibs/newtec/NEWTEC-BANDWIDTH-CANCELLATION-MIB +415 / -0 A mibs/newtec/NEWTEC-BBCONV-MIB +130 / -0 A mibs/newtec/NEWTEC-BBFOVERIPIN-MIB +692 / -0 A mibs/newtec/NEWTEC-BBFOVERIPOUT-MIB +406 / -0 A mibs/newtec/NEWTEC-BISSSCRAMBLER-MIB +389 / -0 A mibs/newtec/NEWTEC-CONFIG-MIB +228 / -0 A mibs/newtec/NEWTEC-CONTROLPLANE-MIB +265 / -0 A mibs/newtec/NEWTEC-DEVICE-MIB +1,027 / -0 A mibs/newtec/NEWTEC-DSSOVERIPIN-MIB +372 / -0 A mibs/newtec/NEWTEC-DSSOVERIPOUT-MIB +254 / -0 A mibs/newtec/NEWTEC-DUALPOWERSUPPLY-MIB +133 / -0 A mibs/newtec/NEWTEC-DVBMODULATOR-MIB +1,778 / -0 A mibs/newtec/NEWTEC-ENCAPDECAP-MIB +113 / -0 A mibs/newtec/NEWTEC-ETHERNET-MIB +933 / -0 A mibs/newtec/NEWTEC-FANCONTROLLER-MIB +123 / -0 A mibs/newtec/NEWTEC-GSEDECAPS-MIB +721 / -0 A mibs/newtec/NEWTEC-GSEENCAPS-MIB +741 / -0 A mibs/newtec/NEWTEC-IF2LBANDCONVERTER-MIB +135 / -0 A mibs/newtec/NEWTEC-IP-MIB +286 / -0 A mibs/newtec/NEWTEC-IP2-MIB +444 / -0 A mibs/newtec/NEWTEC-MAIN-MIB +142 / -0
0 added
0 removed
filtered activity
Fixed test_condition() in/notin conditions for compare with 0.
Changed files with action and line counts M includes/alerts.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Add asset_tag field to global search list for devices
Changed files with action and line counts M html/includes/search/devices.inc.php +6 / -2
+6 added
β2 removed
filtered activity
Fixed phpunit tests.
Changed files with action and line counts M tests/HtmlIncludesFunctionsTest.php +7 / -3 M tests/IncludesAlertsTest.php +10 / -0 M tests/IncludesCommonTest.php +6 / -2 M tests/IncludesPortDescrParserTest.php +4 / -0 M tests/IncludesRewritesTest.php +1 / -1 M tests/IncludesTemplatesTest.php +5 / -1 M tests/SnmpDataTest.php +2 / -2 M tests/SnmpDataTest2.php +3 / -3
0 added
0 removed
filtered activity
Updated virtual machine definitions for Xen PV.
Changed files with action and line counts M includes/definitions/vm.inc.php +4 / -3
+4 added
β3 removed
filtered activity
Changed files with action and line counts M includes/discovery/neighbours/lldp-v2-mib.inc.php +25 / -29
+25 added
β29 removed
filtered activity
Fix erroneously checking for existence of port entry in we don't actually use.
Changed files with action and line counts M includes/discovery/neighbours/lldp-v2-mib.inc.php +5 / -3
+5 added
β3 removed
filtered activity
Always update dates/type/quota for billing periods when updating during bill period.
Changed files with action and line counts M billing-calculate.php +4 / -0
+4 added
0 removed
filtered activity
Added compact view for measured outlet sensors.
Changed files with action and line counts M html/includes/entities/sensor.inc.php +26 / -18 M html/pages/device/overview/sensors.inc.php +13 / -11 M includes/definitions/entities/sensors.inc.php +1 / -1
+40 added
β30 removed
filtered activity
Fixed outlet sensors descriptions by
PM-MIB .
Changed files with action and line counts M includes/definitions/mibs/vertiv.inc.php +5 / -5
+5 added
β5 removed
filtered activity
Fixed LDAP StartTLS auth. Do not call ldap_init() two times.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +118 / -24 M includes/defaults.inc.php +1 / -0
+119 added
β24 removed
filtered activity
January 2024
Restore missed nutanix os definition.
Changed files with action and line counts A includes/definitions/os/nutanix.inc.php +30 / -0
+30 added
0 removed
filtered activity
Improved support for Accedian Switches.
Changed files with action and line counts A html/images/os/accedian.svg +1 / -0 M includes/definitions/mibs/accedian.inc.php +134 / -5 M includes/definitions/os.inc.php +0 / -10 A includes/definitions/os/accedian.inc.php +23 / -0 D includes/polling/os/acdos.inc.php +0 / -26
+158 added
β41 removed
filtered activity
Updated Accedian mib files.
Changed files with action and line counts M mibs/accedian/ACD-CFM-MIB +202 / -46 M mibs/accedian/ACD-DESC-MIB +54 / -8 M mibs/accedian/ACD-ERP-MIB +6 / -11 M mibs/accedian/ACD-FILTER-MIB +68 / -1,716 M mibs/accedian/ACD-PAA-MIB +17 / -4 M mibs/accedian/ACD-POLICY-MIB +73 / -16 M mibs/accedian/ACD-PORT-MIB +1,465 / -14 A mibs/accedian/ACD-RDEV-MIB +588 / -0 M mibs/accedian/ACD-REGULATOR-MIB +334 / -25 M mibs/accedian/ACD-SA-MIB +28 / -10 A mibs/accedian/ACD-SHAPER-V2-MIB +601 / -0 M mibs/accedian/ACD-SMAP-MIB +142 / -2 M mibs/accedian/ACD-TID-MIB +4 / -3 A mibs/accedian/ACD-TWAMP-GEN-MIB +1,904 / -0 M mibs/accedian/ACD-VSET-MIB +52 / -21
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +11 / -1
+11 added
β1 removed
filtered activity
Add custom sensor dir
Changed files with action and line counts A includes/polling/sensors non-text +0 / -0
0 added
0 removed
filtered activity
Improved detect Ubiquiti AirFiber Wave os (
OBS-4749 ).
Changed files with action and line counts M includes/definitions/os/ubiquiti.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts A html/images/os/ubiquiti-old.svg +1 / -0 M html/images/os/ubiquiti.svg +1 / -1 M includes/definitions/entities/sensors.inc.php +3 / -2 M includes/definitions/mibs/ubiquiti.inc.php +141 / -3 M includes/definitions/os/ubiquiti.inc.php +23 / -3 M includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +4 / -5 A includes/polling/p2p-radios/ui-af60-mib.inc.php +84 / -0 A mibs/ubiquiti/UI-AF60-MIB +430 / -0
+257 added
β14 removed
filtered activity
Fixed traffic accounting for ports with single direction (
OBS-4745 ).
Changed files with action and line counts M poll-billing.php +16 / -8
+16 added
β8 removed
filtered activity
Moved interface ignore for lp0 to regexp. Prevent ignore wireless interfaces.
Changed files with action and line counts M includes/defaults.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Fixed possible fatal error in update_alert_table().
Changed files with action and line counts M includes/alerts.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Changed files with action and line counts M includes/db.inc.php +10 / -10 M includes/db/mysqli.inc.php +103 / -106 M syslog.php +2 / -2
+115 added
β118 removed
filtered activity
Added support for Eltex switches with ISS firmware (
OBS-4717 ).
Changed files with action and line counts A html/images/os/eltex.svg +1 / -0 M includes/definitions/mibs/eltex.inc.php +51 / -1 M includes/definitions/os/eltex.inc.php +24 / -3 A includes/discovery/sensors/eltex-phy-mib.inc.php +182 / -0
+258 added
β4 removed
filtered activity
Added new eltex, aricent mib files.
Showing the first 30 paths; 193 more are omitted from this static page.
Changed files with action and line counts A mibs/aricent non-text +0 / -0 A mibs/aricent/ARICENT-ARP-MIB +134 / -0 A mibs/aricent/ARICENT-BEEP-SERVER-MIB +72 / -0 A mibs/aricent/ARICENT-BFD-MI-MIB +839 / -0 A mibs/aricent/ARICENT-BFD-MIB +751 / -0 A mibs/aricent/ARICENT-BFD-STD-MI-MIB +1,067 / -0 A mibs/aricent/ARICENT-BGP-MIB +9,910 / -0 A mibs/aricent/ARICENT-BRIDGE-MIB +559 / -0 A mibs/aricent/ARICENT-CFA-MIB +3,529 / -0 A mibs/aricent/ARICENT-CHASSIS-MIB +398 / -0 A mibs/aricent/ARICENT-CLKIWF-MIB +239 / -0 A mibs/aricent/ARICENT-CN-MIB +370 / -0 A mibs/aricent/ARICENT-DCB-MIB +2,589 / -0 A mibs/aricent/ARICENT-DHCP-CLIENT-MIB +572 / -0 A mibs/aricent/ARICENT-DHCP-RLY-MI-MIB +461 / -0 A mibs/aricent/ARICENT-DHCP-RLY-MIB +371 / -0 A mibs/aricent/ARICENT-DHCP-SERVER-MIB +877 / -0 A mibs/aricent/ARICENT-DHCPv6-CLIENT-MIB +695 / -0 A mibs/aricent/ARICENT-DHCPv6-RELAY-MIB +617 / -0 A mibs/aricent/ARICENT-DHCPv6-SERVER-MIB +1,234 / -0 A mibs/aricent/ARICENT-DIFFSERV-MIB +775 / -0 A mibs/aricent/ARICENT-DNS-RESOLVER-MIB +420 / -0 A mibs/aricent/ARICENT-DOT11AC-MIB +789 / -0 A mibs/aricent/ARICENT-DOT1AD-MIB +739 / -0 A mibs/aricent/ARICENT-DSMON-MIB +53 / -0 A mibs/aricent/ARICENT-DVMRP-MIB +1,244 / -0 A mibs/aricent/ARICENT-ECFM-EXT-MI-MIB +1,691 / -0 A mibs/aricent/ARICENT-ECFM-MI-MIB +4,725 / -0 A mibs/aricent/ARICENT-ECFM-MIB +1,558 / -0 A mibs/aricent/ARICENT-ECFM-Y1731-MI-MIB +5,325 / -0
0 added
0 removed
filtered activity
Added support for Synaccess PDU (
OBS-4358 ).
Changed files with action and line counts A html/images/os/synaccess.svg +1 / -0 A includes/definitions/mibs/synaccess.inc.php +60 / -0 A includes/definitions/os/synaccess.inc.php +25 / -0 A mibs/synaccess/SYNLINK-MIB +2,289 / -0 M mibs/synaccess/SYNSYS-MIB +1 / -1
+86 added
0 removed
filtered activity
Added Aerohive logo.
Changed files with action and line counts A html/images/os/aerohive.svg +1 / -0 M includes/definitions/os.inc.php +0 / -34 M includes/definitions/os/extreme.inc.php +37 / -1
+38 added
β35 removed
filtered activity
Hide devel stats in print_navbar_stats() when unavailable.
Changed files with action and line counts M html/includes/print/navbar.inc.php +8 / -1
+8 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/mikrotik.inc.php +3 / -3 M includes/definitions/os/mikrotik.inc.php +6 / -7 M includes/discovery/inventory/mikrotik-mib.inc.php +5 / -5 M mibs/mikrotik/MIKROTIK-MIB +37 / -10
+14 added
β15 removed
filtered activity
Changed files with action and line counts A html/images/os/mikrotik-dark.svg +1 / -0 A html/images/os/mikrotik.svg +1 / -0 A html/images/os/orange_os.svg +36 / -0 A html/images/os/routeros-old.png +1 / -0 D html/images/os/routeros.png +0 / -1
+38 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/juniper.inc.php +40 / -1 M includes/definitions/os/juniper.inc.php +3 / -1
+43 added
β2 removed
filtered activity
Hidden vrf and p2pradio entities from creating alerts (
OBS-4726 ).
Changed files with action and line counts M includes/definitions/entities.inc.php +2 / -1 M includes/definitions/entities/routing.inc.php +2 / -1
+4 added
β2 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/cisco.inc.php +9 / -8
+9 added
β8 removed
filtered activity
Improved detect Orange OS distro and version.
Changed files with action and line counts M scripts/distro +8 / -2
+8 added
β2 removed
filtered activity
Prefer core function str_starts_with().
Changed files with action and line counts M includes/common.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Detect python3 version when it's not default as python.
Changed files with action and line counts M includes/common.inc.php +16 / -3
+16 added
β3 removed
filtered activity
Split TrueNAS Core os (FreeBSD based).
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +0 / -1 M includes/definitions/os/ixsystems.inc.php +24 / -6
+24 added
β7 removed
filtered activity
Fixed ldap connection with multiple servers.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +16 / -10
+16 added
β10 removed
filtered activity
Fixed fatal error in ldap_internal_error() when ldap not connected.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +5 / -4
+5 added
β4 removed
filtered activity
Try fix ldap connection error with multiple servers.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +12 / -7
+12 added
β7 removed
filtered activity
Added distro metatype for FreeNAS/TrueNAS for correct icon (
OBS-4722 ).
Changed files with action and line counts M includes/definitions/os/ixsystems.inc.php +7 / -4 M includes/polling/os.inc.php +3 / -2
+10 added
β6 removed
filtered activity
Improved support for Fortinet devices. Fixed vendor icon for FortiAP.
Changed files with action and line counts M includes/definitions/mibs/fortinet.inc.php +22 / -0 M includes/definitions/os/fortinet.inc.php +59 / -8 M mibs/fortinet/FORTINET-FORTIGATE-MIB +397 / -13 M mibs/fortinet/FORTINET-FORTIMANAGER-FORTIANALYZER-MIB +512 / -72
+81 added
β8 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/microsens.inc.php +2 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/microsens.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/microsens.inc.php +44 / -33 M includes/definitions/os.inc.php +0 / -19 A includes/definitions/os/microsens.inc.php +32 / -0
+76 added
β52 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/ciscosb.inc.php +2 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M html/pages/devices/detail.inc.php +11 / -10 M html/pages/group.inc.php +26 / -1 M includes/functions.inc.php +11 / -0
+48 added
β11 removed
filtered activity
Added some vendor icons.
Changed files with action and line counts A html/images/os/alvarion.svg +1 / -0 A html/images/os/meraki.svg +1 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/cambium.inc.php +118 / -1 M includes/definitions/os/cambium.inc.php +137 / -1
+255 added
β2 removed
filtered activity
Undebug variable.
Changed files with action and line counts M html/pages/packages.inc.php +8 / -17
+8 added
β17 removed
filtered activity
Changed files with action and line counts M includes/entities/port.inc.php +46 / -3 M includes/polling/ports.inc.php +3 / -33
+49 added
β36 removed
filtered activity
Fix packages array generation
Changed files with action and line counts M html/pages/packages.inc.php +21 / -4
+21 added
β4 removed
filtered activity
Restore naming convention
Changed files with action and line counts M html/pages/device.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Added support for Bison Router os (
OBS-4708 ).
Changed files with action and line counts A html/images/os/bisonrouter.svg +1 / -0 M includes/definitions/mibs/bsd.inc.php +32 / -1 M includes/definitions/os.inc.php +24 / -2 A includes/discovery/vlans/bison-router-mib.inc.php +39 / -0 A includes/polling/ports/bison-router-mib.inc.php +85 / -0 A mibs/bsd/BISON-ROUTER-MIB +621 / -0
+181 added
β3 removed
filtered activity
Split some os definitions.
Changed files with action and line counts M includes/definitions/mibs/ipinfusion.inc.php +199 / -179 M includes/definitions/mibs/perle.inc.php +8 / -8 M includes/definitions/mibs/watchguard.inc.php +9 / -0 M includes/definitions/os.inc.php +0 / -210 A includes/definitions/os/aethra.inc.php +57 / -0 A includes/definitions/os/bintec.inc.php +51 / -0 A includes/definitions/os/dahua.inc.php +48 / -0 A includes/definitions/os/ipinfusion.inc.php +31 / -0 A includes/definitions/os/oneaccess.inc.php +25 / -0 A includes/definitions/os/perle.inc.php +35 / -0 A includes/definitions/os/trendmicro.inc.php +37 / -0 A includes/definitions/os/watchguard.inc.php +31 / -0
+531 added
β397 removed
filtered activity
Changed auto rename poller to onetime logevent warning.
Changed files with action and line counts M includes/distributed.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Fixed get poller_id when poller_name was changed in local poller config.php.
Changed files with action and line counts M includes/distributed.inc.php +6 / -0
+6 added
0 removed
filtered activity
Improved detect latest version of TrueNAS.
Changed files with action and line counts M includes/definitions/os/ixsystems.inc.php +6 / -5
+6 added
β5 removed
filtered activity
Added support for Avocent PM PDUs (
OBS-4713 ).
Changed files with action and line counts A html/images/os/avocent.svg +1 / -0 A html/images/os/vertiv.svg +1 / -0 M includes/definitions/mibs/vertiv.inc.php +243 / -0 M includes/definitions/os/vertiv.inc.php +26 / -1
+271 added
β1 removed
filtered activity
Rempved minimal value 0 for temperature sensors for Inveo sensors.
Changed files with action and line counts M includes/definitions/mibs/inveo.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Fixed ajax query for bgp peers.
Changed files with action and line counts M html/ajax/input.php +16 / -13
+16 added
β13 removed
filtered activity
Remove generate_query_values_ng()
Showing the first 30 paths; 21 more are omitted from this static page.
Changed files with action and line counts M html/ajax/input.php +6 / -5 M html/api/v0/includes/address.inc.php +8 / -8 M html/api/v0/includes/devices.inc.php +1 / -1 M html/css/svg-sprite.css +28 / -0 M html/includes/cache-data.inc.php +5 / -5 M html/includes/entities/device.inc.php +9 / -11 M html/includes/entities/generic.inc.php +3 / -3 M html/includes/entities/pseudowire.inc.php +122 / -11 M html/includes/entities/virtualmachine.inc.php +7 / -7 M html/includes/functions.inc.php +8 / -8 M html/includes/graphs/device/processor.inc.php +1 / -1 M html/includes/graphs/functions.inc.php +2 / -2 M html/includes/print/fdbtable.inc.php +6 / -6 M html/includes/print/group.inc.php +1 / -1 M html/includes/print/inventory.inc.php +7 / -7 M html/includes/print/navbar.inc.php +11 / -1 M html/includes/print/neighbours.inc.php +8 / -8 M html/includes/print/routing.inc.php +13 / -13 M html/index.php +1 / -0 M html/js/observium-entities.js +38 / -2 M html/pages/alert_log.inc.php +1 / -1 M html/pages/bills/searchaction.inc.php +3 / -3 M html/pages/dashboard.inc.php +1 / -1 M html/pages/device/overview/sensors.inc.php +1 / -1 M html/pages/eventlog.inc.php +1 / -1 M html/pages/locations.inc.php +1 / -1 M html/pages/map_traffic.inc.php +3 / -3 M html/pages/neighbours.inc.php +2 / -2 M html/pages/packages.inc.php +1 / -1 M html/pages/ports.inc.php +1 / -1
+456 added
β184 removed
filtered activity