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 2021
Improved create/update rrd with remote rrdcached. Use caching for rrd_is_file().
Changed files with action and line counts M html/includes/graphs/device/poller_perfperc.inc.php +3 / -2 M html/includes/graphs/global/poller.inc.php +1 / -1 M html/includes/graphs/global/poller_time.inc.php +5 / -8 M html/includes/graphs/global/poller_time_separate.inc.php +4 / -7 M html/includes/graphs/global/pollermod.inc.php +5 / -11 M html/includes/graphs/global/pollermods.inc.php +12 / -14 M includes/rrdtool.inc.php +46 / -19
+76 added
−62 removed
filtered activity
Moved load
phpFastCache to global. Allowed use fast cache in cli.
Changed files with action and line counts M html/includes/functions.inc.php +1 / -4 M includes/cache.inc.php +9 / -6 M includes/common.inc.php +14 / -2 M includes/sql-config.inc.php +2 / -4
+26 added
−16 removed
filtered activity
Removed unused rename_rrd_entity().
Changed files with action and line counts M includes/discovery/sensors/powernet-mib.inc.php +3 / -5 M includes/rrdtool.inc.php +11 / -67 M update/335.php +11 / -18
+25 added
−90 removed
filtered activity
Improved discovery Ricoh printer supplies (
OBS-3971 ).
Changed files with action and line counts M includes/discovery/functions.inc.php +33 / -41 M includes/discovery/printersupplies.inc.php +3 / -4 M includes/discovery/printersupplies/printer-mib.inc.php +31 / -39 M includes/discovery/printersupplies/ricohprivatemib.inc.php +8 / -17 M includes/polling/printersupplies.inc.php +9 / -20
+84 added
−121 removed
filtered activity
derp.
Changed files with action and line counts M includes/housekeeping/staledb.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Fixed query for clean entity tables.
Changed files with action and line counts M includes/housekeeping/staledb.inc.php +2 / -1
+2 added
−1 removed
filtered activity
Fixed mispell.
Changed files with action and line counts M includes/housekeeping/staledb.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Improved detect Rocky Linux without distro script.
Changed files with action and line counts M includes/polling/os/unix.inc.php +6 / -1
+6 added
−1 removed
filtered activity
Added openSUSE and SLES icons.
Changed files with action and line counts A html/images/os/opensuse.png +1 / -0 A html/images/os/opensuse_2x.png +1 / -0 A html/images/os/sles.png +1 / -0 A html/images/os/sles_2x.png +1 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M html/images/os/rocky.png non-text +0 / -0 A html/images/os/rocky_2x.png +1 / -0
0 added
0 removed
filtered activity
Fixed cleanup stale entities entries in db by housekeeping.
Changed files with action and line counts M housekeeping.php +6 / -0 M includes/housekeeping/staledb.inc.php +31 / -70
+37 added
−70 removed
filtered activity
Improved get_device_entities().
Changed files with action and line counts M includes/entities.inc.php +21 / -18 M includes/entities/device.inc.php +1 / -1
+22 added
−19 removed
filtered activity
Added distributed poller information in extended print_versions().
Changed files with action and line counts M includes/common.inc.php +13 / -10
+13 added
−10 removed
filtered activity
Prevented potential DivisionByZero errors (
OBS-3969 ).
Changed files with action and line counts M html/pages/bill/infoboxes.inc.php +26 / -19 M html/pages/bills/month.inc.php +15 / -19
+41 added
−38 removed
filtered activity
Changed files with action and line counts M html/pages/slas.inc.php +5 / -9
+5 added
−9 removed
filtered activity
Added support for EAST iStars UPS (
OBS-3939 ).
Changed files with action and line counts A html/images/os/east.png +1 / -0 A html/images/os/east_2x.png +1 / -0 A includes/definitions/os/east.inc.php +21 / -0 M includes/discovery/sensors/ups-mib.inc.php +23 / -4
+44 added
−4 removed
filtered activity
Added ability for disable polling ports 64bit counters.
Changed files with action and line counts M html/pages/device/edit/modules.inc.php +6 / -16 M includes/config-variables.inc.php +7 / -0 M includes/defaults.inc.php +1 / -0 M includes/polling/ports.inc.php +35 / -31
+49 added
−47 removed
filtered activity
Added discovery some sensors by ASCO-QEM-72EE2 (
OBS-3965 ).
Changed files with action and line counts M includes/definitions/mibs/asco.inc.php +8 / -0 A includes/discovery/sensors/asco-qem-72ee2.inc.php +111 / -0 M includes/discovery/sensors/cpqpower-mib.inc.php +3 / -3
+122 added
−3 removed
filtered activity
Improved discovery sensors on Huawei UPS (
OBS-3909 ).
Changed files with action and line counts M includes/definitions/mibs/huawei.inc.php +32 / -2 M includes/definitions/os/huawei.inc.php +3 / -2 M includes/discovery/sensors/ups-mib.inc.php +58 / -1
+93 added
−5 removed
filtered activity
Improved version/serial/uptime detect for ASCO ATS (
OBS-3965 ).
Changed files with action and line counts M includes/definitions/mibs/asco.inc.php +10 / -2 M includes/definitions/os.inc.php +0 / -11 A includes/definitions/os/asco.inc.php +27 / -0 A includes/polling/system/asco-qem-72ee2.inc.php +41 / -0 M mibs/asco/ASCO-QEM-72EE2 +5,228 / -890
+78 added
−13 removed
filtered activity
Changed files with action and line counts M includes/discovery/slas/cisco-rttmon-mib.inc.php +9 / -9
+9 added
−9 removed
filtered activity
Try fix incorrect json decode with ctrl chars (
OBS-3964 ).
Changed files with action and line counts M includes/common.inc.php +10 / -3
+10 added
−3 removed
filtered activity
Moved model specific definitions to separate os definitions.
Changed files with action and line counts M includes/definitions.inc.php +1 / -2 D includes/definitions/models.inc.php +0 / -350 M includes/definitions/os.inc.php +4 / -107 M includes/definitions/os/aruba.inc.php +154 / -0 A includes/definitions/os/ateme.inc.php +21 / -0 A includes/definitions/os/atto.inc.php +44 / -0 A includes/definitions/os/calix.inc.php +40 / -0 M includes/definitions/os/cambium.inc.php +10 / -0 M includes/definitions/os/ciena.inc.php +6 / -3 M includes/definitions/os/dell.inc.php +52 / -0 M includes/definitions/os/ethernetdirect.inc.php +5 / -0 M includes/definitions/os/fiberhome.inc.php +2 / -2 M includes/definitions/os/hikvision.inc.php +1 / -1 M includes/definitions/os/huawei.inc.php +22 / -0 M includes/definitions/os/infinera.inc.php +3 / -2 M includes/definitions/os/korenix.inc.php +11 / -0 A includes/definitions/os/lantech.inc.php +33 / -0 A includes/definitions/os/marvell.inc.php +13 / -0 M includes/definitions/os/moxa.inc.php +15 / -0 A includes/definitions/os/nti.inc.php +35 / -0 A includes/definitions/os/raisecom.inc.php +45 / -0 M includes/definitions/os/ruijie.inc.php +14 / -0 A includes/definitions/os/smc.inc.php +38 / -0 M includes/definitions/os/spectralogic.inc.php +1 / -1 M includes/definitions/os/univention.inc.php +1 / -1
+571 added
−469 removed
filtered activity
Improved display custom web logo.
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1 M html/pages/logon.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Updated FortiGate mib file.
Changed files with action and line counts M includes/definitions/os/fortinet.inc.php +39 / -0 M mibs/fortinet/FORTINET-FORTIGATE-MIB +503 / -22
+39 added
0 removed
filtered activity
Reduced db queries by multiple calls get_port_by_index_cache().
Changed files with action and line counts M includes/entities.inc.php +41 / -43 M includes/entities/port.inc.php +25 / -17 M includes/polling/ports/q-bridge-mib.inc.php +8 / -16 M includes/rewrites.inc.php +23 / -25
+97 added
−101 removed
filtered activity
Suppresed extra cli output in poller-wrapper.
Changed files with action and line counts M poller-wrapper.py +4 / -4
+4 added
−4 removed
filtered activity
Fixed generate entity url in popup.
Changed files with action and line counts M html/ajax/entity_popup.php +45 / -93 M html/includes/entities/device.inc.php +19 / -42 M html/includes/entities/port.inc.php +4 / -3
+68 added
−138 removed
filtered activity
Fixed update remote poller info.
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
Added extra debug for remote pollers.
Changed files with action and line counts M discovery.php +1 / -0
+1 added
0 removed
filtered activity
Removed extra debug output in format_unixtime().
Changed files with action and line counts M includes/common.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added model definitions for Cisco ASR9K.
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +11 / -6
+11 added
−6 removed
filtered activity
Added check_ntp and check_dhcp probes.
Changed files with action and line counts M html/includes/entities/probe.inc.php +13 / -20 M html/includes/modals/edit_probe.inc.php +17 / -0 M includes/definitions/entities/probes.inc.php +64 / -0
+94 added
−20 removed
filtered activity
Prefer wrapper workers from cmd arg for poller.
Changed files with action and line counts M poller-wrapper.py +5 / -2
+5 added
−2 removed
filtered activity
Ignored by default clock statuses on Cisco IOS.
Changed files with action and line counts M includes/defaults.inc.php +5 / -1
+5 added
−1 removed
filtered activity
Changed files with action and line counts M includes/polling/mempools/host-resources-mib.inc.php +1 / -5 M includes/polling/storage/host-resources-mib.inc.php +1 / -5
+2 added
−10 removed
filtered activity
Fixed discovery Arista EOS ram.
Changed files with action and line counts M includes/discovery/mempools/host-resources-mib.inc.php +1 / -1 M includes/polling/mempools/host-resources-mib.inc.php +2 / -2
+3 added
−3 removed
filtered activity
Added hack for correctly calculate free ram on Arista EOS.
Changed files with action and line counts M includes/discovery/mempools/host-resources-mib.inc.php +50 / -18 M includes/discovery/storage/host-resources-mib.inc.php +54 / -74 M includes/polling/mempools/host-resources-mcd.inc.php +2 / -3 M includes/polling/mempools/host-resources-mib.inc.php +40 / -10 M includes/polling/storage/host-resources-mib.inc.php +10 / -13
+156 added
−118 removed
filtered activity
Do not log all deperecated php errors.
Changed files with action and line counts M includes/definitions.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Do not log Deprecated errors with php debug config.
Changed files with action and line counts M includes/common.inc.php +1 / -1 M includes/definitions.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Fixed display user permissions.
Changed files with action and line counts M html/pages/user_edit.inc.php +13 / -8
+13 added
−8 removed
filtered activity
Fixed links to mibs doc.
Changed files with action and line counts M html/includes/entities/counter.inc.php +5 / -4 M html/includes/entities/sensor.inc.php +4 / -1 M html/includes/entities/status.inc.php +4 / -1 M html/pages/mibs.inc.php +2 / -2 M includes/definitions.inc.php +1 / -0
+16 added
−8 removed
filtered activity
Do not log Notice errors with php debug config.
Changed files with action and line counts M includes/definitions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Allowed Discord notification transport in CE.
Changed files with action and line counts M includes/definitions/transports.inc.php +0 / -1
0 added
−1 removed
filtered activity
Fixed get_markdown() for multiline texts. Added unittest.
Changed files with action and line counts M html/includes/print/common.inc.php +13 / -1 M libs/parsedown/Parsedown.php +45 / -50 M tests/HtmlIncludesPrintTest.php +48 / -1
+13 added
−1 removed
filtered activity
Fixed snmp phpunit tests for supported php versions.
Changed files with action and line counts M includes/snmp.inc.php +30 / -24 M tests/SnmpDataTest.php +4 / -5 M tests/SnmpDataTest2.php +1 / -1
+30 added
−24 removed
filtered activity
Fixed html functions phpunit tests for supported php versions.
Changed files with action and line counts M html/includes/entities/device.inc.php +2 / -2 M includes/definitions.inc.php +2 / -2 M tests/HtmlIncludesFunctionsTest.php +9 / -9 M tests/HtmlIncludesPrintTest.php +5 / -5
+4 added
−4 removed
filtered activity
Fixed syslog functions phpunit tests for supported php versions.
Changed files with action and line counts M includes/syslog.inc.php +1 / -1 M tests/IncludesSyslogTest.php +6 / -7
+1 added
−1 removed
filtered activity
Fixed custom_port_parser() phpunit tests for supported php versions.
Changed files with action and line counts M tests/IncludesPortDescrParserTest.php +30 / -30
0 added
0 removed
filtered activity
Fixed entities functions phpunit tests for supported php versions.
Changed files with action and line counts M includes/entities.inc.php +32 / -51
+32 added
−51 removed
filtered activity
Updated Phpfastcache to 8.0.8.
Changed files with action and line counts M libs/Phpfastcache8/Autoload/Autoload.php +12 / -3 M libs/Phpfastcache8/CacheManager.php +0 / -1 M libs/Phpfastcache8/Core/Pool/DriverBaseTrait.php +1 / -1 M libs/Phpfastcache8/Core/Pool/IO/IOHelperTrait.php +1 / -1 M libs/Phpfastcache8/Core/Pool/TaggableCacheItemPoolTrait.php +2 / -10 M libs/Phpfastcache8/Drivers/Couchbase/Config.php +3 / -2 M libs/Phpfastcache8/Drivers/Couchbase/Driver.php +65 / -9 A libs/Phpfastcache8/Drivers/Couchbasev3 non-text +0 / -0 A libs/Phpfastcache8/Drivers/Couchbasev3/Config.php +67 / -0 A libs/Phpfastcache8/Drivers/Couchbasev3/Driver.php +202 / -0 A libs/Phpfastcache8/Drivers/Couchbasev3/Item.php +56 / -0 M libs/Phpfastcache8/Drivers/Couchdb/Config.php +13 / -8 M libs/Phpfastcache8/Drivers/Couchdb/Driver.php +66 / -13 M libs/Phpfastcache8/Drivers/Mongodb/Config.php +2 / -2 M libs/Phpfastcache8/Drivers/Mongodb/Driver.php +38 / -30 D libs/Phpfastcache8/Drivers/Riak non-text +0 / -0 D libs/Phpfastcache8/Drivers/Riak/Config.php +0 / -114 D libs/Phpfastcache8/Drivers/Riak/Driver.php +0 / -149 D libs/Phpfastcache8/Drivers/Riak/Item.php +0 / -60 D libs/Phpfastcache8/Helper/TestHelper.php +0 / -485
0 added
0 removed
filtered activity
Fixed load of Uuid libs.
Changed files with action and line counts M includes/common.inc.php +8 / -0
+8 added
0 removed
filtered activity
Added Ramsey/Uuid 4.2.3 for php 8+.
Showing the first 30 paths; 251 more are omitted from this static page.
Changed files with action and line counts A libs/Brick non-text +0 / -0 A libs/Brick/Math non-text +0 / -0 A libs/Brick/Math/BigDecimal.php +895 / -0 A libs/Brick/Math/BigInteger.php +1,184 / -0 A libs/Brick/Math/BigNumber.php +572 / -0 A libs/Brick/Math/BigRational.php +523 / -0 A libs/Brick/Math/Exception non-text +0 / -0 A libs/Brick/Math/Exception/DivisionByZeroException.php +41 / -0 A libs/Brick/Math/Exception/IntegerOverflowException.php +27 / -0 A libs/Brick/Math/Exception/MathException.php +14 / -0 A libs/Brick/Math/Exception/NegativeNumberException.php +12 / -0 A libs/Brick/Math/Exception/NumberFormatException.php +35 / -0 A libs/Brick/Math/Exception/RoundingNecessaryException.php +21 / -0 A libs/Brick/Math/Internal non-text +0 / -0 A libs/Brick/Math/Internal/Calculator non-text +0 / -0 A libs/Brick/Math/Internal/Calculator.php +756 / -0 A libs/Brick/Math/Internal/Calculator/BcMathCalculator.php +116 / -0 A libs/Brick/Math/Internal/Calculator/GmpCalculator.php +156 / -0 A libs/Brick/Math/Internal/Calculator/NativeCalculator.php +634 / -0 A libs/Brick/Math/LICENSE +20 / -0 A libs/Brick/Math/RoundingMode.php +107 / -0 M libs/PhpUnitsOfMeasure/PhysicalQuantity/Pressure.php +3 / -0 A libs/Ramsey non-text +0 / -0 A libs/Ramsey/Collection non-text +0 / -0 A libs/Ramsey/Collection/AbstractArray.php +209 / -0 A libs/Ramsey/Collection/AbstractCollection.php +318 / -0 A libs/Ramsey/Collection/AbstractSet.php +50 / -0 A libs/Ramsey/Collection/ArrayInterface.php +51 / -0 A libs/Ramsey/Collection/Collection.php +106 / -0 A libs/Ramsey/Collection/CollectionInterface.php +205 / -0
0 added
0 removed
filtered activity
Fixed encrypt functions phpunit tests for supported php versions.
Changed files with action and line counts M includes/common.inc.php +1 / -1 M includes/db.inc.php +4 / -6 M includes/db/mysqli.inc.php +54 / -100 M includes/definitions.inc.php +2 / -1 M includes/encrypt.inc.php +20 / -3 M includes/sql-config.inc.php +1 / -1 M tests/IncludesEncryptTest.php +12 / -11
+82 added
−112 removed
filtered activity
Fixed functions phpunit tests for supported php versions.
Changed files with action and line counts M includes/functions.inc.php +3 / -1
+3 added
−1 removed
filtered activity
Fixed common phpunit tests for supported php versions.
Changed files with action and line counts M includes/common.inc.php +13 / -5 M tests/IncludesCommonTest.php +47 / -39
+13 added
−5 removed
filtered activity
November 2021
Fixed check exist statuses for new definition format (
OBS-3952 ).
Changed files with action and line counts M includes/discovery/sensors.inc.php +28 / -42 M includes/entities/sensor.inc.php +9 / -4 M includes/entities/status.inc.php +85 / -47
+122 added
−93 removed
filtered activity
Simplified array_key_last() polyfill.
Changed files with action and line counts M includes/common.inc.php +4 / -6
+4 added
−6 removed
filtered activity
Fixed display roles/users permissions.
Changed files with action and line counts M html/pages/preferences/general.inc.php +16 / -24 M html/pages/roles.inc.php +22 / -41 M html/pages/user_edit.inc.php +28 / -51
+66 added
−116 removed
filtered activity
Fixed polling SLAs in some cases.
Changed files with action and line counts M includes/polling/sla.inc.php +20 / -39
+20 added
−39 removed
filtered activity
Improved detect AVTECH RoomAlert (
OBS-3951 ).
Changed files with action and line counts M includes/definitions/os/avtech.inc.php +21 / -5
+21 added
−5 removed
filtered activity
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +11 / -22 M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +3 / -3 M includes/functions.inc.php +19 / -16
+33 added
−41 removed
filtered activity
Prevented potential DivisionByZero errors.
Changed files with action and line counts M html/includes/entities/cbqos.inc.php +6 / -14 M html/includes/status-portpercent.inc.php +7 / -8 M html/pages/device/apps/mssql/memory.inc.php +12 / -14 M html/pages/device/apps/mssql/processor.inc.php +6 / -7 M html/pages/device/edit/mibs.inc.php +2 / -2 M html/pages/device/overview/ucd_mem.inc.php +9 / -9 M html/pages/device/perf.inc.php +1 / -1 M html/pages/modules.inc.php +10 / -12 M includes/common.inc.php +7 / -8 M includes/discovery/functions.inc.php +4 / -5 M includes/entities/counter.inc.php +6 / -6 M includes/functions.inc.php +56 / -34 M includes/polling/storage.inc.php +1 / -1
+127 added
−121 removed
filtered activity
Added fdiv() polyfill for safe division by zero.
Changed files with action and line counts M includes/common.inc.php +4 / -0 M includes/polling/ucd-mib.inc.php +9 / -14
+13 added
−14 removed
filtered activity
Fixed store unprintable chars in inventory.
Changed files with action and line counts M includes/discovery/functions.inc.php +19 / -25
+19 added
−25 removed
filtered activity
Fixed generate snmp commands for IPv6 hosts for older net-snmp.
Changed files with action and line counts M includes/entities/device.inc.php +12 / -3 M includes/snmp.inc.php +18 / -30
+30 added
−33 removed
filtered activity
Allow to search syslog program by wildcard.
Changed files with action and line counts M html/includes/print/syslogs.inc.php +2 / -1
+2 added
−1 removed
filtered activity
Improved parsing some linux syslog messages.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -0 M includes/syslog.inc.php +30 / -9 M tests/IncludesSyslogTest.php +30 / -0
+32 added
−9 removed
filtered activity
Disabled by default definition for Juniper SRX variant of rancid map (
OBS-3943 ).
Changed files with action and line counts M includes/definitions/os/juniper.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Prefer user defined rancid os maps (
OBS-3828 ).
Changed files with action and line counts M scripts/generate-rancid.php +16 / -45
+16 added
−45 removed
filtered activity
Do not set discovery wrapper workers by poller config option.
Changed files with action and line counts M poller-wrapper.py +17 / -8
+17 added
−8 removed
filtered activity
Prefer workers passed in cmd args for discovery wrapper.
Changed files with action and line counts M poller-wrapper.py +97 / -58
+97 added
−58 removed
filtered activity
Removed dev files.
Showing the first 30 paths; 74 more are omitted from this static page.
Changed files with action and line counts D mibs/raisecom/new non-text +0 / -0 D mibs/raisecom/new/DHCP-RELAY-MIB +0 / -216 D mibs/raisecom/new/ROTEK-BASE-MIB +0 / -71 D mibs/raisecom/new/ROTEK-DHCP6-SERVER-MIB +0 / -297 D mibs/raisecom/new/ROTEK-DOT1AG-MIB +0 / -2,796 D mibs/raisecom/new/ROTEK-EXTLOOPBACK-MIB +0 / -214 D mibs/raisecom/new/ROTEK-IPSOURCEGUARD-MIB +0 / -236 D mibs/raisecom/new/ROTEK-OPTICAL-TRANSCEIVER-MIB +0 / -2,748 D mibs/raisecom/new/ROTEK-RELAY-MIB +0 / -305 D mibs/raisecom/new/ROTEK-RTDP-MIB +0 / -266 D mibs/raisecom/new2 non-text +0 / -0 D mibs/raisecom/new2/AUTO-CONFIGURATION-MIB +0 / -208 D mibs/raisecom/new2/CONVERTOR-SYSTEM-MIB +0 / -243 D mibs/raisecom/new2/CONVERTOR-VLAN-MIB +0 / -152 D mibs/raisecom/new2/DHCP-CLIENT-MIB +0 / -311 D mibs/raisecom/new2/DHCP-OPTION-MIB +0 / -113 D mibs/raisecom/new2/DHCP-RELAY-MIB +0 / -216 D mibs/raisecom/new2/DHCP-SERVER-MIB +0 / -421 D mibs/raisecom/new2/DHCP-SNOOPING-MIB +0 / -215 D mibs/raisecom/new2/IPDHCP-RELAY-MIB +0 / -501 D mibs/raisecom/new2/IPDHCP-SERVER-MIB +0 / -724 D mibs/raisecom/new2/LLDP-PRI-MIB +0 / -105 D mibs/raisecom/new2/LLDP-STD-MIB +0 / -1,959 D mibs/raisecom/new2/RAISECOM-ACL-MIB +0 / -375 D mibs/raisecom/new2/RAISECOM-BASE-ISCOM-MIB +0 / -99 D mibs/raisecom/new2/RAISECOM-BASE-MIB +0 / -72 D mibs/raisecom/new2/RAISECOM-BASE-OEM-MIB +0 / -9 D mibs/raisecom/new2/RAISECOM-BASE-OPCOM-MIB +0 / -23 D mibs/raisecom/new2/RAISECOM-BASE-RC-MIB +0 / -49 D mibs/raisecom/new2/RAISECOM-BASE-ROSLITE-MIB +0 / -24
0 added
0 removed
filtered activity
Added/updated multiple mib files.
Showing the first 30 paths; 285 more are omitted from this static page.
Changed files with action and line counts D mibs/alcatel/ALCATEL-IEEE8021-PAE-MIB +0 / -418 D mibs/alcatel/ALCATEL-IGMP-SNOOPING-MIB +0 / -6,180 A mibs/allied-old/AtiStackSwitch-MIB +11,049 / -0 M mibs/allied/AT-ALMMON-MIB +359 / -4 M mibs/allied/AT-BOARDS-MIB +163 / -1 M mibs/allied/AT-ENVMONv2-MIB +24 / -4 M mibs/allied/AT-FIBER-MONITORING-MIB +14 / -1 A mibs/allied/AT-LINKMON-MIB +618 / -0 M mibs/allied/AT-PRODUCT-MIB +180 / -2 M mibs/allied/AT-SYSINFO-MIB +15 / -2 A mibs/allied/AT-UFO-MIB +99 / -0 M mibs/audiocodes/AC-ModularGW-MIB +1 / -1 M mibs/audiocodes/AC-PM-Analog-MIB +1 / -1 M mibs/audiocodes/AcBoard +1 / -1 A mibs/ciena/CIENA-WS-BLADE-MIB +450 / -0 A mibs/ciena/CIENA-WS-CONFIGURATION-MIB +267 / -0 A mibs/ciena/CIENA-WS-ENCRYPTION-MIB +258 / -0 A mibs/ciena/CIENA-WS-ENCRYPTION-RPC-MIB +182 / -0 A mibs/ciena/CIENA-WS-LICENSE-MIB +336 / -0 M mibs/ciena/CIENA-WS-MIB +12 / -12 A mibs/ciena/CIENA-WS-NOTIFICATION-MIB +652 / -0 A mibs/ciena/CIENA-WS-PLATFORM-ALARM-MIB +470 / -0 A mibs/ciena/CIENA-WS-PLATFORM-ENCRYPTION-MIB +240 / -0 A mibs/ciena/CIENA-WS-PLATFORM-PM-MIB +3,497 / -0 A mibs/ciena/CIENA-WS-PLATFORM-TYPEDEFS-MIB +52 / -0 A mibs/ciena/CIENA-WS-PM-MIB +7,108 / -0 A mibs/ciena/CIENA-WS-PORT-MIB +2,018 / -0 A mibs/ciena/CIENA-WS-PTP-MIB +1,201 / -0 A mibs/ciena/CIENA-WS-PTP-MODEM-MIB +1,684 / -0 A mibs/ciena/CIENA-WS-PTP-PLUGGABLE-MIB +106 / -0
0 added
0 removed
filtered activity
Fixed load unversioned device config file.
Changed files with action and line counts M html/pages/device/showconfig.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Improved detect default nagios pluging path on RedHat based distros.
Changed files with action and line counts M includes/defaults.inc.php +2 / -1 M includes/definitions.inc.php +11 / -11 M includes/entities/probe.inc.php +23 / -5
+36 added
−17 removed
filtered activity
Fixed undefined OBS_DEBUG in common functions.
Changed files with action and line counts M includes/common.inc.php +36 / -56
+36 added
−56 removed
filtered activity
Added user editable config for graphs size (
OBS-3899 ).
Changed files with action and line counts M html/ajax/actions.php +15 / -5 M html/includes/navbar.inc.php +12 / -19 M html/includes/print/rows.inc.php +20 / -30 M html/index.php +2 / -11 M html/pages/devices/graphs.inc.php +6 / -12 M html/pages/ports/graphs.inc.php +2 / -4 M includes/config-variables.inc.php +36 / -12 M includes/defaults.inc.php +3 / -0
+96 added
−93 removed
filtered activity
Fixed display LB pages.
Changed files with action and line counts M html/pages/device/loadbalancer/lb_pools.inc.php +15 / -23 M html/pages/device/loadbalancer/lb_virtuals.inc.php +14 / -19 M html/pages/device/loadbalancer/netscaler_servicegroupmembers.inc.php +32 / -31 M html/pages/device/loadbalancer/netscaler_services.inc.php +11 / -13 M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +145 / -125 M includes/db/mysqli.inc.php +5 / -9
+222 added
−220 removed
filtered activity
Fixed draw area in multi line graphs.
Changed files with action and line counts M html/includes/graphs/generic_multi_line.inc.php +6 / -10
+6 added
−10 removed
filtered activity
Show device xl panel on graphs page.
Changed files with action and line counts M html/ajax/widget.php +2 / -5 M html/includes/entities/device.inc.php +18 / -21 M html/includes/graphs/common.inc.php +2 / -2 M html/includes/graphs/graph.inc.php +2 / -3 A html/includes/panels/device.inc.php +80 / -0 M html/index.php +34 / -41 M html/pages/device.inc.php +12 / -17 M html/pages/devices.inc.php +3 / -5 M html/pages/devices/graphs.inc.php +2 / -2 M html/pages/graphs.inc.php +17 / -20 M html/pages/group.inc.php +3 / -7
+175 added
−123 removed
filtered activity
Updated patterns definitions.
Changed files with action and line counts M includes/definitions.inc.php +37 / -31
+37 added
−31 removed
filtered activity
Improved polling wifi aps on Cisco WLC.
Changed files with action and line counts M html/includes/graphs/device/arubacontroller_numclients.inc.php +1 / -1 M html/includes/graphs/device/wifi_clients.inc.php +39 / -11 M html/includes/graphs/generic_definition.inc.php +18 / -13 M includes/definitions/graphtypes.inc.php +8 / -6 M includes/definitions/os/cisco.inc.php +3 / -1 M includes/definitions/rrdtypes.inc.php +36 / -20 M includes/polling/wifi.inc.php +12 / -0 M includes/polling/wifi/airespace-wireless-mib.inc.php +7 / -0
+124 added
−52 removed
filtered activity
Updated rename_rrd().
Changed files with action and line counts M includes/rrdtool.inc.php +26 / -33
+26 added
−33 removed
filtered activity
Changed files with action and line counts M includes/discovery/wifi.inc.php +16 / -0 M includes/discovery/wifi/airespace-wireless-mib.inc.php +2 / -14
+18 added
−14 removed
filtered activity
Changed files with action and line counts M includes/polling/wifi.inc.php +187 / -3 M includes/polling/wifi/airespace-wireless-mib.inc.php +18 / -152 M includes/polling/wifi/cisco-lwapp-ap-mib.inc.php +13 / -27
+218 added
−182 removed
filtered activity
Fixed possible loop in get_port_by_ent_index().
Changed files with action and line counts M includes/entities/port.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/wifi.inc.php +14 / -11 A includes/discovery/wifi/airespace-wireless-mib.inc.php +92 / -0 M includes/discovery/wifi/trapeze-networks-ap-config-mib.inc.php +13 / -13 M includes/entities.inc.php +1 / -0 M includes/functions.inc.php +0 / -1 M includes/polling/wifi.inc.php +51 / -57 M includes/polling/wifi/airespace-wireless-mib.inc.php +210 / -207 M includes/polling/wifi/cisco-lwapp-ap-mib.inc.php +36 / -51
+417 added
−340 removed
filtered activity
Updated wifi aps db schema.
Changed files with action and line counts A includes/entities/wifi.inc.php +248 / -0 D includes/wifi.inc.php +0 / -228 A update/458.sql +3 / -0
+248 added
−228 removed
filtered activity
Added ability to use `$config['port_descr_regexp']` for Port Description Parsing.
Changed files with action and line counts M includes/defaults.inc.php +1 / -0 M includes/polling/ports.inc.php +2 / -2 M includes/port-descr-parser.inc.php +44 / -27
+47 added
−29 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/brocade-optical-monitoring-mib.inc.php +0 / -1
0 added
−1 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/brocade-optical-monitoring-mib.inc.php +93 / -15 M mibs/enterasys/ENTERASYS-MIB-ORG +1 / -1 M mibs/extreme/EXTREME-V2TRAP-MIB +12 / -12
+93 added
−15 removed
filtered activity
Fixed ldap auth php8 error.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +4 / -5
+4 added
−5 removed
filtered activity
Fixed polling serial on TiMOS.
Changed files with action and line counts M includes/definitions/mibs/nokia.inc.php +0 / -2 M includes/definitions/os/nokia.inc.php +1 / -0 M includes/discovery/inventory/timetra-chassis-mib.inc.php +2 / -4 M includes/polling/os/timos.inc.php +15 / -5
+18 added
−11 removed
filtered activity
Updated Extreme mib files.
Changed files with action and line counts M mibs/brocade/BROCADE-OPTICAL-MONITORING-MIB +94 / -3 M mibs/extreme/EXTREME-BASE-MIB +301 / -3 A mibs/extreme/EXTREME-BGP4V2-MIB +1,784 / -0 A mibs/extreme/EXTREME-BGP4V2-TC-MIB +85 / -0
0 added
0 removed
filtered activity
Fixed undefined errors.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +1 / -2 M includes/polling/ospf.inc.php +8 / -4
+9 added
−6 removed
filtered activity
Added basic support for Cisco Unity Express (
OBS-3938 ).
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +16 / -0 A includes/polling/os/cisco-ue.inc.php +31 / -0
+47 added
0 removed
filtered activity
Speedup display syslogs on device page.
Changed files with action and line counts M html/ajax/input.php +52 / -47 M html/pages/device/logs/syslog.inc.php +31 / -10 M html/pages/syslog.inc.php +1 / -2
+84 added
−59 removed
filtered activity
Fixed discovery ip-addresses by
LLDP-MIB .
Changed files with action and line counts M includes/discovery/ip-addresses/lldp-mib.inc.php +2 / -1 M includes/discovery/neighbours/lldp-mib.inc.php +5 / -2
+7 added
−3 removed
filtered activity
Fixed SLAs page.
Changed files with action and line counts M html/pages/slas.inc.php +7 / -13
+7 added
−13 removed
filtered activity
Fixed delete not empty rrd dirs by housekeeping.
Changed files with action and line counts M includes/alerts.inc.php +27 / -21 M includes/common.inc.php +59 / -12 M includes/housekeeping/rrd.inc.php +3 / -4
+89 added
−37 removed
filtered activity
Changed files with action and line counts M mibs/cisco/CISCO-LWAPP-AP-MIB +3 / -2
0 added
0 removed
filtered activity
Updated Cisco mib files.
Showing the first 30 paths; 32 more are omitted from this static page.
Changed files with action and line counts M mibs/cisco/CISCO-ALARM-MIB +35 / -4 A mibs/cisco/CISCO-CAT6k-NAT-STAT-MIB +206 / -0 M mibs/cisco/CISCO-CLASS-BASED-QOS-MIB +254 / -33 A mibs/cisco/CISCO-CPRI-MIB +487 / -0 A mibs/cisco/CISCO-DLR-MIB +455 / -0 A mibs/cisco/CISCO-DNAC-MIB +420 / -0 M mibs/cisco/CISCO-DOCS-EXT-MIB +1,190 / -456 M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +352 / -51 M mibs/cisco/CISCO-ERR-DISABLE-MIB +10 / -6 M mibs/cisco/CISCO-FC-FE-MIB +37 / -21 M mibs/cisco/CISCO-IF-EXTENSION-MIB +11 / -3 M mibs/cisco/CISCO-LWAPP-AP-MIB +2,841 / -301 M mibs/cisco/CISCO-LWAPP-DOT11-CLIENT-MIB +27 / -3 M mibs/cisco/CISCO-LWAPP-DOT11-MIB +336 / -12 M mibs/cisco/CISCO-LWAPP-HA-MIB +16 / -3 M mibs/cisco/CISCO-LWAPP-MESH-MIB +146 / -12 M mibs/cisco/CISCO-LWAPP-MOBILITY-EXT-MIB +90 / -5 M mibs/cisco/CISCO-LWAPP-MOBILITY-MIB +47 / -6 M mibs/cisco/CISCO-LWAPP-REAP-MIB +3,380 / -2,076 M mibs/cisco/CISCO-LWAPP-RF-MIB +164 / -78 M mibs/cisco/CISCO-LWAPP-RRM-MIB +15 / -6 M mibs/cisco/CISCO-LWAPP-WLAN-MIB +444 / -11 M mibs/cisco/CISCO-LWAPP-WLAN-SECURITY-MIB +1 / -1 M mibs/cisco/CISCO-NMS-APPL-HEALTH-MIB +425 / -171 M mibs/cisco/CISCO-PRODUCTS-MIB +9 / -2 A mibs/cisco/CISCO-PRP-MIB +388 / -0 M mibs/cisco/CISCO-PTP-MIB +218 / -400 M mibs/cisco/CISCO-RADIUS-EXT-MIB +22 / -109 M mibs/cisco/CISCO-REMOTE-ACCESS-MONITOR-MIB +1,918 / -1,921 A mibs/cisco/CISCO-SDWAN-APP-ROUTE-MIB +493 / -0
0 added
0 removed
filtered activity
Added ability for use regexp in syslog host mapping.
Changed files with action and line counts M includes/defaults.inc.php +3 / -0 M includes/syslog.inc.php +40 / -31
+43 added
−31 removed
filtered activity
Fixes "I h*te php8".
Changed files with action and line counts M html/includes/print/alert_log.inc.php +1 / -1 M html/includes/print/authlog.inc.php +1 / -1 M html/includes/print/common.inc.php +4 / -4 M html/includes/print/events.inc.php +1 / -1 M html/includes/print/fdbtable.inc.php +2 / -3 M html/includes/print/logalert.inc.php +1 / -1 M html/includes/print/neighbours.inc.php +1 / -1 M html/includes/print/routing.inc.php +3 / -6 M html/includes/print/status.inc.php +7 / -11 M html/includes/print/syslogs.inc.php +1 / -1 M html/pages/vlan.inc.php +4 / -1 M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +13 / -10 M includes/polling/ospf.inc.php +5 / -3
+44 added
−44 removed
filtered activity
Improved detect Cisco WLC 9800 (
OBS-3937 ).
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +5 / -2
+5 added
−2 removed
filtered activity
Fixed polling applications in php8 (
OBS-3936 ).
Changed files with action and line counts M includes/polling/applications.inc.php +9 / -18
+9 added
−18 removed
filtered activity
Updated mib excludes for Citrix SDX.
Changed files with action and line counts M includes/definitions/os/citrix.inc.php +6 / -0
+6 added
0 removed
filtered activity
Added support for Citrix SDX (
OBS-3908 ).
Changed files with action and line counts M includes/definitions/mibs/citrix.inc.php +150 / -1 M includes/definitions/os/citrix.inc.php +18 / -1 A includes/discovery/ip-addresses/sdx-root-mib.inc.php +74 / -0 M mibs/citrix/NS-ROOT-MIB +3,563 / -703 M mibs/citrix/SDX-ROOT-MIB +797 / -93
+242 added
−2 removed
filtered activity
Increased default index size for common entities.
Changed files with action and line counts A update/457.sql +5 / -0
0 added
0 removed
filtered activity
Fixed mapping private oids by not index field in merge_private_mib().
Changed files with action and line counts M includes/functions.inc.php +30 / -7
+30 added
−7 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/cisco-vtp-mib.inc.php +26 / -23
+26 added
−23 removed
filtered activity
Improved detect python version.
Changed files with action and line counts M includes/common.inc.php +16 / -1
+16 added
−1 removed
filtered activity
Do not load ce definitions in pro.
Changed files with action and line counts M includes/definitions.inc.php +4 / -3
+4 added
−3 removed
filtered activity
Disabled by default ports_separate_walk module on JunOS 17+. Improved is_module_enabled().
Changed files with action and line counts M html/pages/device/edit/modules.inc.php +9 / -23 M includes/common.inc.php +25 / -8 M includes/polling/ports.inc.php +5 / -8
+39 added
−39 removed
filtered activity
Improved escape_html(), added unit tests.
Changed files with action and line counts M includes/common.inc.php +76 / -91 M includes/definitions/wui.inc.php +5 / -4 M tests/IncludesCommonTest.php +21 / -0 M tests/IncludesFunctionsTest.php +4 / -4 M tests/SnmpDataTest.php +5 / -5
+81 added
−95 removed
filtered activity
Clean common graph code.
Changed files with action and line counts M html/includes/graphs/common.inc.php +12 / -1
+12 added
−1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/zyxel.inc.php +6 / -0 M includes/definitions/os/zyxel.inc.php +5 / -0 M includes/discovery/sensors/power-ethernet-mib.inc.php +63 / -0 M includes/discovery/sensors/zyxel-transceiver-mib.inc.php +4 / -7 M mibs/zyxel/ZYXEL-ES2108G-MIB +2,880 / -80 M mibs/zyxel/ZYXEL-GS4012F-MIB +2,849 / -2,825 A mibs/zyxel/ZYXEL-MGS3712F-MIB +8,994 / -0
+78 added
−7 removed
filtered activity
Improved support for Mikrotik SwOS (
OBS-3930 ).
Changed files with action and line counts M includes/definitions/mibs/mikrotik.inc.php +174 / -134 M includes/definitions/os/mikrotik.inc.php +14 / -1
+188 added
−135 removed
filtered activity
Increase alert_log api endpoint maximum to 50k entries
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Added new MacOS logo.
Changed files with action and line counts A html/images/os/macos-monterey.png +1 / -0 A html/images/os/macos-monterey_2x.png +1 / -0
0 added
0 removed
filtered activity
Improved detect new Mac hardware.
Changed files with action and line counts M includes/common.inc.php +39 / -7 M includes/polling/os/darwin.inc.php +15 / -2
+54 added
−9 removed
filtered activity
Added support for ICT Modular Power System (
OBS-3925 ).
Changed files with action and line counts M includes/definitions/mibs/ict.inc.php +110 / -4 M includes/definitions/os/ict.inc.php +5 / -3
+115 added
−7 removed
filtered activity
Improved compare_devices_oids() for multiple os definition param snmpcheck.
Changed files with action and line counts M includes/functions.inc.php +73 / -109
+73 added
−109 removed
filtered activity
Updated ICT mib files.
Changed files with action and line counts M includes/definitions/mibs/ict.inc.php +1 / -1 M mibs/ict/ICT-DIGITAL-SERIES-MIB +1 / -0 M mibs/ict/ICT-DISTRIBUTION-PANEL-MIB +7 / -5 A mibs/ict/ICT-MODULAR-POWER-MIB +342 / -0 M mibs/ict/ICT-PLATINUM-SERIES-MIB +1 / -0 A mibs/ict/ICT-SINE-WAVE-MIB +173 / -0
+1 added
−1 removed
filtered activity
Added support for CyberPower ATS (
OBS-3888 ).
Changed files with action and line counts M includes/definitions/mibs/cyberpower.inc.php +312 / -6 M includes/definitions/os/cyberpower.inc.php +8 / -0
+320 added
−6 removed
filtered activity
Improved discovery ip addresses in virtual routing tables.
Changed files with action and line counts M includes/discovery/ip-addresses.inc.php +4 / -4 M includes/polling/graphs.inc.php +4 / -3 M includes/snmp.inc.php +31 / -18
+39 added
−25 removed
filtered activity
Added discovery exist VDOMs on FortiGate devices. Renamed function snmp_context_exist() to snmp_virtual_exist().
Changed files with action and line counts M includes/definitions/os/fortinet.inc.php +3 / -0 M includes/discovery/vlans/cisco-vtp-mib.inc.php +2 / -3 M includes/discovery/vrf.inc.php +44 / -10 M includes/discovery/vrf/arista-vrf-mib.inc.php +1 / -1 M includes/snmp.inc.php +26 / -9
+76 added
−23 removed
filtered activity
Renamed os definition param for discovery snmp in virtual routing tables.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -1 M includes/definitions/os/arista.inc.php +2 / -2 M includes/definitions/os/cisco.inc.php +7 / -7 M includes/definitions/os/ericsson.inc.php +1 / -1 M includes/discovery/ip-addresses.inc.php +4 / -6 M includes/discovery/mibs.inc.php +2 / -2 M includes/discovery/ports/rbn-bind-mib.inc.php +6 / -10 M includes/discovery/vlans/cisco-vtp-mib.inc.php +6 / -11 M includes/discovery/vrf.inc.php +11 / -2 M includes/polling/graphs.inc.php +2 / -2 M includes/polling/ports/rbn-bind-mib.inc.php +3 / -4 M includes/snmp.inc.php +7 / -7
+53 added
−55 removed
filtered activity
Changed files with action and line counts M mibs/cyberpower/CPS-MIB +1,183 / -780
0 added
0 removed
filtered activity
October 2021
Removed duplicate sensors on Aruba 8400.
Changed files with action and line counts M includes/definitions/rewrites.inc.php +3 / -0 M includes/discovery/ip-addresses/lldp-mib.inc.php +2 / -0 M includes/discovery/sensors/entity-sensor-mib.inc.php +12 / -2
+17 added
−2 removed
filtered activity
Removed duplicate os definition.
Changed files with action and line counts M includes/definitions/os/hp.inc.php +0 / -49
0 added
−49 removed
filtered activity
Removed accidentally added line.
Changed files with action and line counts M includes/entities.inc.php +0 / -1
0 added
−1 removed
filtered activity
Added discovery ip addresses by
LLDP-MIB when
IP-MIB not return addresses.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -2 A includes/discovery/ip-addresses/lldp-mib.inc.php +57 / -0
+59 added
−2 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/aruba.inc.php +6 / -0 M includes/definitions/os/aruba.inc.php +2 / -0 M includes/discovery/vlans.inc.php +19 / -7 A includes/discovery/vlans/ieee8021-q-bridge-mib.inc.php +117 / -0 M includes/discovery/vlans/q-bridge-mib.inc.php +4 / -7 A includes/polling/ports/ieee8021-q-bridge-mib.inc.php +164 / -0 M includes/polling/ports/q-bridge-mib.inc.php +1 / -2
+313 added
−16 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +8 / -2
+8 added
−2 removed
filtered activity
Allow recursive call to is_device_mib().
Changed files with action and line counts M includes/entities.inc.php +57 / -69
+57 added
−69 removed
filtered activity
Improved support for Aruba 6k platform.
Changed files with action and line counts M includes/definitions/mibs/aruba.inc.php +81 / -3 A includes/definitions/os/aruba.inc.php +69 / -0 M includes/definitions/rewrites.inc.php +13 / -2 M includes/discovery/sensors/entity-sensor-mib.inc.php +17 / -2 M includes/discovery/sensors/power-ethernet-mib.inc.php +150 / -143
+330 added
−150 removed
filtered activity
Updated Aruba logo.
Changed files with action and line counts M html/images/os/aruba.png non-text +0 / -0 M html/images/os/aruba_2x.png non-text +0 / -0
0 added
0 removed
filtered activity
Updated Aruba mib files.
Changed files with action and line counts A mibs/aruba/ARUBAWIRED-AAA-MIB +294 / -0 M mibs/aruba/ARUBAWIRED-CHASSIS-MIB +1 / -0 M mibs/aruba/ARUBAWIRED-LLDP-MIB +9 / -3 A mibs/aruba/ARUBAWIRED-MACNOTIFY-MIB +275 / -0 A mibs/aruba/ARUBAWIRED-MDNS-MIB +523 / -0 M mibs/aruba/ARUBAWIRED-MSTP-MIB +261 / -6 M mibs/aruba/ARUBAWIRED-NETWORKING-OID +345 / -1 M mibs/aruba/ARUBAWIRED-POE-MIB +15 / -2 A mibs/aruba/ARUBAWIRED-PORT-ACCESS-MIB +294 / -0 A mibs/aruba/ARUBAWIRED-PORTVLAN-MIB +113 / -0 M mibs/aruba/ARUBAWIRED-RPVST-MIB +56 / -3 A mibs/aruba/ARUBAWIRED-VSFv2-MIB +599 / -0 M mibs/aruba/ARUBAWIRED-VSX-MIB +38 / -0 A mibs/aruba/IONLINE-MIB +104 / -0
0 added
0 removed
filtered activity
Updated HPE logo.
Changed files with action and line counts A html/images/os/hpe-dark.png +1 / -0 A html/images/os/hpe-dark_2x.png +1 / -0 M html/images/os/hpe.png non-text +0 / -0 M html/images/os/hpe_2x.png non-text +0 / -0
0 added
0 removed
filtered activity
Little speedup ports polling with nobulk snmpwalk. Added function snmpwalk_oid_end().
Changed files with action and line counts M html/pages/device/perf.inc.php +12 / -0 M includes/polling/ports.inc.php +11 / -1 M includes/snmp.inc.php +24 / -14
+47 added
−15 removed
filtered activity
Force nobulk for snmpwalk in
get_device_os() (
OBS-3922 ).
Changed files with action and line counts M includes/discovery/functions.inc.php +28 / -57 M includes/entities/device.inc.php +211 / -0 M includes/functions.inc.php +0 / -227
+239 added
−284 removed
filtered activity
Prevent double escaping in some forms.
Changed files with action and line counts M html/pages/alert_check.inc.php +12 / -12 M html/pages/contact.inc.php +16 / -20 M html/pages/roles.inc.php +36 / -40 M html/pages/user_edit.inc.php +30 / -34
+94 added
−106 removed
filtered activity
Add ability to provide cached entity data along with alert log entries.
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +14 / -2
+14 added
−2 removed
filtered activity
Allow alert log endpoint to return up to 10000 entries.
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +3 / -2
+3 added
−2 removed
filtered activity
Updated OpenWrt logo.
Changed files with action and line counts A html/images/os/openwrt-dark.png +1 / -0 A html/images/os/openwrt-dark_2x.png +1 / -0 A html/images/os/openwrt-old.png +1 / -0 A html/images/os/openwrt-old_2x.png +1 / -0 M html/images/os/openwrt.png non-text +0 / -0 M html/images/os/openwrt_2x.png non-text +0 / -0
0 added
0 removed
filtered activity
Added BGP peer alert metric '
bgpPeerChange ' (known: 'unchanged', 'changed', 'flapped', 'up', 'down').
Changed files with action and line counts M html/pages/add_alert_check.inc.php +9 / -1 M html/pages/alert_check.inc.php +9 / -1 M includes/definitions/entities.inc.php +0 / -78 M includes/definitions/entities/routing.inc.php +79 / -0 M includes/polling/bgp-peers.inc.php +40 / -35
+137 added
−115 removed
filtered activity
Renamed is_array_seq() to is_array_list(). Improved for php 8.1.
Changed files with action and line counts M includes/common.inc.php +11 / -7 M includes/functions.inc.php +1 / -1 M tests/IncludesCommonTest.php +1 / -1
+12 added
−8 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/hp.inc.php +66 / -25 M includes/definitions/os/hp.inc.php +1 / -0 A includes/discovery/sensors/hp-icf-transceiver-mib.inc.php +129 / -0
+196 added
−25 removed
filtered activity
Add ability to expand alert log to include hostname/entity name
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +2 / -0 M html/api/v0/includes/probes.inc.php +1 / -1
+3 added
−1 removed
filtered activity
Fixed print_sql() for php 7.0.
Changed files with action and line counts M libs/Doctrine/SqlFormatter/CliHighlighter.php +2 / -2 M libs/Doctrine/SqlFormatter/Cursor.php +2 / -2 M libs/Doctrine/SqlFormatter/Highlighter.php +10 / -10 M libs/Doctrine/SqlFormatter/HtmlHighlighter.php +2 / -2 M libs/Doctrine/SqlFormatter/SqlFormatter.php +1 / -1 M libs/Doctrine/SqlFormatter/Token.php +15 / -15 M libs/Doctrine/SqlFormatter/Tokenizer.php +1 / -1
0 added
0 removed
filtered activity
Try fix another sensor association with port in Cisco ASR platform.
Changed files with action and line counts M includes/entities/port.inc.php +6 / -5
+6 added
−5 removed
filtered activity
Added ability for set user setting in profile.
Changed files with action and line counts M html/ajax/actions.php +8 / -7 M html/ajax/actions/group_edit.inc.php +5 / -1 A html/ajax/actions/settings_edit.inc.php +86 / -0 M html/includes/authenticate.inc.php +5 / -0 M html/includes/functions.inc.php +305 / -50 M html/includes/navbar.inc.php +4 / -8 M html/includes/print/rows.inc.php +5 / -2 M html/index.php +24 / -9 M html/pages/preferences.inc.php +41 / -49 M html/pages/preferences/general.inc.php +8 / -14 A html/pages/preferences/settings.inc.php +154 / -0 M html/pages/settings.inc.php +26 / -224 M html/pages/settings/default.inc.php +4 / -3 M includes/config-variables.inc.php +1 / -0
+676 added
−367 removed
filtered activity
Moved generate config setting row to function.
Changed files with action and line counts M html/includes/print/rows.inc.php +361 / -0 M html/pages/settings/default.inc.php +7 / -354
+368 added
−354 removed
filtered activity
Fixed debug in cache.
Changed files with action and line counts M includes/cache.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Fixed config name.
Changed files with action and line counts M includes/config-variables.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added WebUI config option for `$config['web_device_name']`.
Changed files with action and line counts M includes/config-variables.inc.php +10 / -0
+10 added
0 removed
filtered activity
Use device_name() for display device links.
Changed files with action and line counts M html/graph-realtime.php +2 / -2 M html/includes/entities/p2pradio.inc.php +6 / -4 M html/includes/entities/port.inc.php +4 / -4 M html/includes/entities/probe.inc.php +1 / -1 M html/includes/graphs/c6kxbar/auth.inc.php +4 / -6 M html/includes/graphs/customer/bits.inc.php +2 / -2 M html/includes/graphs/port/auth.inc.php +2 / -3 M html/includes/print/alert_log.inc.php +2 / -3 M html/includes/print/events.inc.php +1 / -1 M html/includes/print/routing.inc.php +5 / -9 M html/includes/print/status.inc.php +15 / -16 M html/includes/print/syslogs.inc.php +1 / -1 M html/pages/routing/vrf.inc.php +1 / -1 M includes/entities.inc.php +0 / -2
+46 added
−55 removed
filtered activity
Improved polling ports for RubyTech devices.
Changed files with action and line counts M includes/definitions/os/rubytech.inc.php +2 / -0
+2 added
0 removed
filtered activity
WIP. Added ability for switch device display name in Web UI by setting `$config['web_device_name']` (allowed hostname/sysname/description).
Changed files with action and line counts M html/ajax/widget.php +19 / -32 M html/includes/entities/device.inc.php +88 / -35 M html/includes/print/alert.inc.php +20 / -7 M includes/defaults.inc.php +1 / -0 M includes/entities.inc.php +18 / -27 M includes/rewrites.inc.php +5 / -10
+151 added
−111 removed
filtered activity
Fixed print_sql() for php less 7.0.
Changed files with action and line counts M includes/common.inc.php +5 / -0 M libs/Doctrine/SqlFormatter/HtmlHighlighter.php +4 / -0
+5 added
0 removed
filtered activity
Fixed initialisation of vars.
Changed files with action and line counts M poller.php +3 / -2
+3 added
−2 removed
filtered activity
Improved check if device addition already added to remote poller queue.
Changed files with action and line counts M includes/entities/device.inc.php +12 / -7
+12 added
−7 removed
filtered activity
Added eventlog_ignore os definition. Ignore some memory leak events for Nec Radio (
OBS-3584 ).
Changed files with action and line counts M includes/definitions/os/nec.inc.php +3 / -1 M includes/functions.inc.php +6 / -0 M includes/rewrites.inc.php +30 / -60 M includes/snmp.inc.php +11 / -23
+50 added
−84 removed
filtered activity
Improved discovery ip addresses by
IP-MIB with incorrect snmp indexes.
Changed files with action and line counts M includes/discovery/ip-addresses/ip-mib.inc.php +56 / -34
+56 added
−34 removed
filtered activity
Show cached ip on device page.
Changed files with action and line counts M html/includes/search/devices.inc.php +11 / -3 M html/pages/device/overview/information.inc.php +32 / -44 M html/pages/device/overview/information_extended.inc.php +35 / -46
+78 added
−93 removed
filtered activity
Use cached ip only in poller process.
Changed files with action and line counts M includes/entities/device.inc.php +5 / -0 M includes/polling/unix-agent.inc.php +1 / -2 M includes/snmp.inc.php +1 / -2
+7 added
−4 removed
filtered activity
Added cached ip field for devices. Added option `$config['use_ip']` for use cached ip in requests to device (default false).
Changed files with action and line counts M includes/config-variables.inc.php +7 / -0 M includes/defaults.inc.php +3 / -1 M includes/entities/device.inc.php +2 / -2 M includes/functions.inc.php +3 / -7 M includes/polling/functions.inc.php +42 / -20 M includes/polling/ipmi.inc.php +14 / -10 M includes/polling/unix-agent.inc.php +6 / -4 M includes/snmp.inc.php +6 / -8 A update/456.sql +1 / -0
+83 added
−52 removed
filtered activity
Fixed table devices index for unique hostnames.
Changed files with action and line counts A update/455.php +45 / -0
+45 added
0 removed
filtered activity
Fixed call to sort functions for not arrays.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +3 / -1 M html/includes/entities/counter.inc.php +7 / -8 M html/includes/entities/printersupply.inc.php +7 / -8 M html/includes/entities/sensor.inc.php +6 / -6 M html/includes/entities/status.inc.php +7 / -8 M html/includes/graphs/device/poller_perfperc.inc.php +15 / -7 M html/includes/navbar.inc.php +2 / -3 M html/includes/print/navbar.inc.php +4 / -3 M html/pages/device/edit/mibs.inc.php +4 / -2 M html/pages/device/juniper-firewall.inc.php +10 / -13 M html/pages/device/latency.inc.php +63 / -73 M html/pages/device/port/fdb.inc.php +11 / -8 M html/pages/device/ports/fdb.inc.php +13 / -9 M html/pages/device/slas.inc.php +7 / -8 M html/pages/graphs.inc.php +1 / -0 M html/pages/ports.inc.php +3 / -1 M html/pages/search/fdb.inc.php +6 / -5 M html/pages/slas.inc.php +7 / -6 M html/pages/vlan.inc.php +0 / -2 M includes/functions.inc.php +53 / -49 M includes/polling/functions.inc.php +6 / -8 M includes/update/update.php +1 / -0
+236 added
−228 removed
filtered activity
Improved print_sql() with new SqlFormatter lib.
Changed files with action and line counts M html/index.php +1 / -2 M includes/common.inc.php +52 / -51 M includes/db.inc.php +14 / -4
+67 added
−57 removed
filtered activity
Updated SqlFormatter library.
Changed files with action and line counts A libs/Doctrine non-text +0 / -0 A libs/Doctrine/SqlFormatter non-text +0 / -0 A libs/Doctrine/SqlFormatter/CliHighlighter.php +79 / -0 A libs/Doctrine/SqlFormatter/Cursor.php +56 / -0 A libs/Doctrine/SqlFormatter/Highlighter.php +56 / -0 A libs/Doctrine/SqlFormatter/HtmlHighlighter.php +97 / -0 A libs/Doctrine/SqlFormatter/NullHighlighter.php +28 / -0 A libs/Doctrine/SqlFormatter/SqlFormatter.php +423 / -0 A libs/Doctrine/SqlFormatter/Token.php +69 / -0 A libs/Doctrine/SqlFormatter/Tokenizer.php +946 / -0 D libs/SqlFormatter.php +0 / -1,088
0 added
0 removed
filtered activity
Fixed quick search for ip addresses without associated port.
Changed files with action and line counts M html/includes/search/ip-addresses.inc.php +7 / -8
+7 added
−8 removed
filtered activity
Fixed generate applications graphs and pages.
Changed files with action and line counts M html/includes/graphs/application/nsd_queries.inc.php +3 / -7 M html/includes/graphs/application/unbound_qtype.inc.php +1 / -1 M html/includes/graphs/application/unbound_queries.inc.php +4 / -9 M html/includes/graphs/generic_multi_simplex_separated.inc.php +2 / -2 M html/pages/device.inc.php +118 / -133 M html/pages/device/apps.inc.php +9 / -23 M html/pages/device/edit/apps.inc.php +21 / -24 M html/pages/device/showtech.inc.php +8 / -1 M includes/definitions/wui.inc.php +4 / -0 M includes/polling/unix-agent.inc.php +14 / -14 M includes/polling/unix-agent/packages.inc.php +3 / -5 M includes/rrdtool.inc.php +8 / -5
+195 added
−224 removed
filtered activity
Updated Jquery Builder to latest.
Changed files with action and line counts M html/js/query-builder.js +36 / -12
0 added
0 removed
filtered activity
Fixed skip inline comments in hosts file.
Changed files with action and line counts M includes/common.inc.php +11 / -7
+11 added
−7 removed
filtered activity
Fixed skip comments in hosts file, appear in r11648 (
OBS-3906 ).
Changed files with action and line counts M includes/common.inc.php +8 / -2
+8 added
−2 removed
filtered activity
Updated used Pear libs.
Showing the first 30 paths; 59 more are omitted from this static page.
Changed files with action and line counts M libs/pear/Mail/mime.php +14 / -11 M libs/pear/Mail/mimePart.php +61 / -35 M libs/pear/Net/DNS2.php +57 / -119 M libs/pear/Net/DNS2/BitMap.php +7 / -55 M libs/pear/Net/DNS2/Cache.php +8 / -56 M libs/pear/Net/DNS2/Cache/File.php +6 / -54 M libs/pear/Net/DNS2/Cache/Shm.php +6 / -54 M libs/pear/Net/DNS2/Exception.php +5 / -51 M libs/pear/Net/DNS2/Header.php +4 / -52 M libs/pear/Net/DNS2/LICENSE +2 / -2 M libs/pear/Net/DNS2/Lookups.php +45 / -83 M libs/pear/Net/DNS2/Notifier.php +4 / -52 M libs/pear/Net/DNS2/Packet.php +38 / -71 M libs/pear/Net/DNS2/Packet/Request.php +7 / -56 M libs/pear/Net/DNS2/Packet/Response.php +4 / -53 M libs/pear/Net/DNS2/PrivateKey.php +13 / -60 M libs/pear/Net/DNS2/Question.php +4 / -52 M libs/pear/Net/DNS2/RR.php +8 / -56 M libs/pear/Net/DNS2/RR/A.php +4 / -52 M libs/pear/Net/DNS2/RR/AAAA.php +4 / -52 M libs/pear/Net/DNS2/RR/AFSDB.php +4 / -52 A libs/pear/Net/DNS2/RR/AMTRELAY.php +259 / -0 M libs/pear/Net/DNS2/RR/ANY.php +4 / -52 M libs/pear/Net/DNS2/RR/APL.php +10 / -58 M libs/pear/Net/DNS2/RR/ATMA.php +4 / -52 M libs/pear/Net/DNS2/RR/AVC.php +4 / -52 M libs/pear/Net/DNS2/RR/CAA.php +4 / -45 M libs/pear/Net/DNS2/RR/CDNSKEY.php +4 / -52 M libs/pear/Net/DNS2/RR/CDS.php +4 / -52 M libs/pear/Net/DNS2/RR/CERT.php +8 / -57
0 added
0 removed
filtered activity
Add some eaton sc200 support
Changed files with action and line counts M includes/definitions/mibs/eaton.inc.php +31 / -0
+31 added
0 removed
filtered activity
Improve morningstar support
Changed files with action and line counts M includes/definitions/mibs/morningstar.inc.php +280 / -48 M includes/definitions/os/morningstar.inc.php +49 / -17
+329 added
−65 removed
filtered activity
Added debug information of definitions load.
Changed files with action and line counts M includes/sql-config.inc.php +5 / -0
+5 added
0 removed
filtered activity
Added os discovery for older Morningstar MPPT.
Changed files with action and line counts M includes/definitions/os/morningstar.inc.php +5 / -1
+5 added
−1 removed
filtered activity
Add duracomm rmcu support
Changed files with action and line counts A includes/definitions/mibs/duracomm.inc.php +33 / -0 A includes/definitions/os/duracomm.inc.php +44 / -0 A includes/discovery/sensors/rmcu.inc.php +47 / -0
+124 added
0 removed
filtered activity
Reduced dns queries in gethostbyname6(), request only first valid record from hosts or dns.
Changed files with action and line counts M includes/common.inc.php +111 / -141 M includes/definitions.inc.php +2 / -2
+113 added
−143 removed
filtered activity
Add duracomm RMCU mib
Changed files with action and line counts A mibs/duracomm non-text +0 / -0 A mibs/duracomm/RMCU +740 / -0
0 added
0 removed
filtered activity
Improve Morningstar device support
Changed files with action and line counts M includes/definitions/mibs/morningstar.inc.php +163 / -0 M includes/definitions/os/morningstar.inc.php +18 / -3
+181 added
−3 removed
filtered activity
Fixed generate query in parse_qb_ruleset() for entities with parents.
Changed files with action and line counts M includes/alerts.inc.php +8 / -5
+8 added
−5 removed
filtered activity
Fix alert regen bug. Add device_id on entries where it's missing.
Changed files with action and line counts M includes/alerts.inc.php +6 / -2 A update/454.php +15 / -0
+21 added
−2 removed
filtered activity
Renamed
isPingable () to
is_pingable(). Collect hostname ip address.
Changed files with action and line counts M includes/definitions.inc.php +1 / -1 M includes/discovery/functions.inc.php +28 / -29 M includes/entities/device.inc.php +4 / -4 M includes/functions.inc.php +78 / -83 M includes/polling/functions.inc.php +0 / -39 M tests/IncludesFunctionsTest.php +2 / -2
+111 added
−156 removed
filtered activity
Improved ports polling stats by mibs.
Changed files with action and line counts M includes/functions.inc.php +18 / -3 M includes/include-dir-mib.inc.php +25 / -21 M includes/polling/ports.inc.php +21 / -3 M includes/polling/ports/adsl-line-mib.inc.php +3 / -1 M includes/polling/ports/atistackswitch9424-mib.inc.php +3 / -6 M includes/polling/ports/cisco-vlan-iftable-relationship-mib.inc.php +3 / -9 M includes/polling/ports/cisco-vtp-mib.inc.php +4 / -11 M includes/polling/ports/dcn-mib.inc.php +3 / -8 M includes/polling/ports/es2952-mib.inc.php +2 / -7 M includes/polling/ports/etherlike-mib.inc.php +3 / -10 M includes/polling/ports/extreme-vlan-mib.inc.php +3 / -9 M includes/polling/ports/huawei-l2if-mib.inc.php +2 / -7 M includes/polling/ports/q-bridge-mib.inc.php +1 / -5 M includes/polling/ports/radlan-vlan-mib.inc.php +2 / -6 M includes/polling/ports/rapid-city.inc.php +2 / -8 M includes/polling/ports/tplink-dot1q-vlan-mib.inc.php +1 / -5
+96 added
−119 removed
filtered activity
Do not check rrd file exist on remote rrdcached for graphs.
Showing the first 30 paths; 269 more are omitted from this static page.
Changed files with action and line counts M html/includes/graphs/application/asterisk_activecall.inc.php +1 / -1 M html/includes/graphs/application/asterisk_peers.inc.php +1 / -1 M html/includes/graphs/application/bind_answers.inc.php +1 / -1 M html/includes/graphs/application/bind_cache.inc.php +1 / -1 M html/includes/graphs/application/bind_query_in.inc.php +1 / -1 M html/includes/graphs/application/bind_query_out.inc.php +1 / -1 M html/includes/graphs/application/bind_query_rejected.inc.php +1 / -1 M html/includes/graphs/application/bind_req_in.inc.php +1 / -1 M html/includes/graphs/application/bind_req_proto.inc.php +1 / -1 M html/includes/graphs/application/bind_resolv_dnssec.inc.php +1 / -1 M html/includes/graphs/application/bind_resolv_errors.inc.php +1 / -1 M html/includes/graphs/application/bind_resolv_queries.inc.php +1 / -1 M html/includes/graphs/application/bind_resolv_rtt.inc.php +1 / -1 M html/includes/graphs/application/bind_updates.inc.php +1 / -1 M html/includes/graphs/application/bind_zone_maint.inc.php +1 / -1 M html/includes/graphs/application/ceph_iops.inc.php +1 / -1 M html/includes/graphs/application/ceph_osd.inc.php +1 / -1 M html/includes/graphs/application/ceph_speed.inc.php +1 / -1 M html/includes/graphs/application/dhcpkit_msgtypes.inc.php +1 / -1 M html/includes/graphs/application/dhcpkit_packets.inc.php +1 / -1 M html/includes/graphs/application/dovecot_auth.inc.php +1 / -1 M html/includes/graphs/application/dovecot_auth_cache.inc.php +1 / -1 M html/includes/graphs/application/dovecot_cache.inc.php +1 / -1 M html/includes/graphs/application/dovecot_commands.inc.php +1 / -1 M html/includes/graphs/application/dovecot_connected.inc.php +1 / -1 M html/includes/graphs/application/dovecot_cpu.inc.php +1 / -1 M html/includes/graphs/application/dovecot_io.inc.php +1 / -1 M html/includes/graphs/application/dovecot_pages.inc.php +1 / -1 M html/includes/graphs/application/dovecot_storage.inc.php +1 / -1 M html/includes/graphs/application/dovecot_usage.inc.php +1 / -1
+312 added
−312 removed
filtered activity
Added rrd_is_file() for pass is_file() for local rrds and pass on remotes.
Changed files with action and line counts M includes/rrdtool.inc.php +25 / -0
+25 added
0 removed
filtered activity
Fixed calls to count() in sensors discovery without definitions.
Changed files with action and line counts M includes/discovery/sensors/aten-pe-cfg.inc.php +5 / -5 M includes/discovery/sensors/baytech-mib-403-1.inc.php +5 / -6 M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +2 / -2 M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +2 / -6 M includes/discovery/sensors/cpqida-mib.inc.php +26 / -10 M includes/discovery/sensors/dell-networking-chassis-mib.inc.php +2 / -3 M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +6 / -8 M includes/discovery/sensors/entity-sensor-mib.inc.php +44 / -61 M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +2 / -3 M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +3 / -5 M includes/discovery/sensors/foundry-poe-mib.inc.php +1 / -4 M includes/discovery/sensors/fs-mib.inc.php +1 / -2 M includes/discovery/sensors/huawei-poe-mib.inc.php +3 / -10 M includes/discovery/sensors/hwg-pwr-mib.inc.php +3 / -7 M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +2 / -2 M includes/discovery/sensors/nokia-ipso-system-mib.inc.php +2 / -2 M includes/discovery/sensors/sentry3-mib.inc.php +2 / -3 M includes/discovery/sensors/sentry4-mib.inc.php +15 / -21 M includes/discovery/sensors/viptela-hardware.inc.php +4 / -8
+130 added
−168 removed
filtered activity
Added os definition for Extreme FastPath switches (
OBS-3892 ).
Changed files with action and line counts M includes/definitions/mibs/broadcom.inc.php +32 / -9 M includes/definitions/mibs/ubiquiti.inc.php +15 / -0 M includes/definitions/os/extreme.inc.php +23 / -2 M includes/discovery/mibs.inc.php +7 / -5
+77 added
−16 removed
filtered activity
Check if opcache exist before reset.
Changed files with action and line counts M includes/sql-config.inc.php +9 / -18
+9 added
−18 removed
filtered activity
Switch to
ifName on checkpoint devices. they started putting hw/platform data into ifdescr.
Changed files with action and line counts M includes/definitions/os.inc.php +6 / -0
+6 added
0 removed
filtered activity
Add aggregate 95th to multi_bits_separated graphs
Changed files with action and line counts M html/includes/graphs/generic_multi_bits_separated.inc.php +11 / -4
+11 added
−4 removed
filtered activity
Add alert_log to API
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +26 / -0
+26 added
0 removed
filtered activity
Fixed check function exist in add_device_vars().
Changed files with action and line counts M includes/entities/device.inc.php +2 / -1
+2 added
−1 removed
filtered activity
Fixed generate sql query in parse_qb_ruleset() for entities with parent table.
Changed files with action and line counts M includes/alerts.inc.php +5 / -4
+5 added
−4 removed
filtered activity
Fixed db errors in snmp_errors table when store long (>512) oid strings.
Changed files with action and line counts M html/pages/device/edit/mibs.inc.php +7 / -6 M includes/snmp.inc.php +6 / -2
+13 added
−8 removed
filtered activity
Added common functions str_compress() and str_decompress() for safe minify long strings.
Changed files with action and line counts M includes/common.inc.php +50 / -2 M tests/IncludesCommonTest.php +63 / -1
+50 added
−2 removed
filtered activity
September 2021
Fixed generate sql query in parse_qb_ruleset().
Changed files with action and line counts M includes/alerts.inc.php +5 / -5
+5 added
−5 removed
filtered activity
Fixed sql queries for geocoding requests on devices page.
Changed files with action and line counts M html/pages/devices.inc.php +39 / -56
+39 added
−56 removed
filtered activity
Fixed ports_adsl polling sql query.
Changed files with action and line counts M includes/polling/ports/adsl-line-mib.lib.php +1 / -1
+1 added
−1 removed
filtered activity
Ignore team* interfaces for device overall bits graphs (
OBS-3890 ).
Changed files with action and line counts M html/includes/graphs/device/bits.inc.php +38 / -55 M html/includes/graphs/global/bits.inc.php +24 / -24 M html/includes/graphs/location/bits.inc.php +34 / -37 M html/includes/graphs/sensor/graph.inc.php +2 / -1 M includes/defaults.inc.php +3 / -2
+101 added
−119 removed
filtered activity
Added 'location|map_regexp' config in Web UI settings.
Changed files with action and line counts M includes/config-variables.inc.php +10 / -1
+10 added
−1 removed
filtered activity
Added ability for set key-value config variables by Web UI settings. Enabled 'location|map' config in Web UI settings.
Changed files with action and line counts M html/pages/settings.inc.php +29 / -19 M html/pages/settings/changed_config.inc.php +7 / -4 M html/pages/settings/default.inc.php +145 / -42 M includes/config-variables.inc.php +8 / -6
+189 added
−71 removed
filtered activity
Added Jquery Metal Clone js lib.
Changed files with action and line counts A html/css/metalClone.css +34 / -0 A html/js/jquery.metalClone.js +1,084 / -0
0 added
0 removed
filtered activity
Improved generate button form element.
Changed files with action and line counts M html/includes/print/search.inc.php +24 / -33 M html/js/observium.js +39 / -7
+24 added
−33 removed
filtered activity
Updated db schema for config.
Changed files with action and line counts A update/453.sql +1 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M html/js/observium.js +112 / -95
0 added
0 removed
filtered activity
Updated php-cli-tools.
Changed files with action and line counts M libs/cli/Shell.php +5 / -1 M libs/cli/Streams.php +5 / -1
0 added
0 removed
filtered activity
Updated UserAgentParser.
Changed files with action and line counts M libs/UserAgent/Platforms.php +1 / -0 M libs/UserAgentParser.php +9 / -9
0 added
0 removed
filtered activity
Use enum list for web_pagesize config variable.
Changed files with action and line counts M includes/config-variables.inc.php +4 / -6
+4 added
−6 removed
filtered activity
Removed bootstrap-switch css.
Changed files with action and line counts D html/css/bootstrap/less/bootstrap-switch.less +0 / -202 M html/css/bootstrap/less/bootstrap-www.less +0 / -1 M html/css/bootstrap/less/includes.less +0 / -1 M html/css/observium-dark.css +0 / -201 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +0 / -201 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +0 / -201 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Removed bootstrap-switch js library (replaced with bootstrap-toggle).
Changed files with action and line counts M html/includes/print/search.inc.php +44 / -36 M html/index.php +1 / -2 D html/js/bootstrap-switch.min.js +0 / -22 M html/js/observium.js +2 / -32 M html/pages/alert_maintenance.inc.php +5 / -8 M html/pages/alert_maintenance_add.inc.php +6 / -7 M html/pages/device/edit/apps.inc.php +34 / -29 M html/pages/device/edit/netscaler_svcs.inc.php +20 / -3 M html/pages/device/edit/netscaler_vsvrs.inc.php +20 / -3 M html/pages/device/edit/ports.inc.php +1 / -2 M html/pages/device/edit/sensors.inc.php +6 / -18 M html/pages/settings/default.inc.php +1 / -3 M html/pages/syslog_rules.inc.php +2 / -3 M html/ui-test.php +0 / -1
+140 added
−115 removed
filtered activity
Updated JS libraries.
Changed files with action and line counts A html/js/bootstrap-select.min.js.map +1 / -0 M html/js/jquery.min.js +2 / -2 A html/js/jquery.min.map +1 / -0 M html/js/leaflet.js +3 / -2 A html/js/leaflet.js.map +1 / -0
0 added
0 removed
filtered activity
Correctly clean neighbour map generate.
Changed files with action and line counts M html/map.php +15 / -4 M html/pages/device/ports/map.inc.php +2 / -2
+17 added
−6 removed
filtered activity
Unified run piped commands.
Changed files with action and line counts M includes/common.inc.php +62 / -0 M includes/rrdtool.inc.php +12 / -8
+74 added
−8 removed
filtered activity
Clean neighbour map generate.
Changed files with action and line counts M html/map.php +53 / -77 M html/pages/device/ports/map.inc.php +6 / -8
+59 added
−85 removed
filtered activity
Do not set exit status 1 for discovery wrapper.
Changed files with action and line counts M poller-wrapper.py +1 / -1
+1 added
−1 removed
filtered activity
Fixed typo in get_table_header().
Changed files with action and line counts M html/includes/print/common.inc.php +11 / -23
+11 added
−23 removed
filtered activity
Added Zelax mib file.
Changed files with action and line counts A mibs/zelax non-text +0 / -0 A mibs/zelax/ZELAX-MIB +20,355 / -0
0 added
0 removed
filtered activity
Added Zelax os definition (DCN clone) (
OBS-3883 ).
Changed files with action and line counts A html/images/os/zelax.png +1 / -0 A html/images/os/zelax_2x.png +1 / -0 M includes/definitions/mibs/dcn.inc.php +4 / -2 M includes/definitions/mibs/dcn/dcn-xxx.php +1 / -1 A includes/definitions/mibs/zelax.inc.php +34 / -0 A includes/definitions/os/zelax.inc.php +25 / -0
+64 added
−3 removed
filtered activity
Prevent remove billed ports in housekeeping.
Changed files with action and line counts M includes/housekeeping/ports.inc.php +13 / -16
+13 added
−16 removed
filtered activity
Clean export db schema.
Changed files with action and line counts M includes/db.inc.php +5 / -3
+5 added
−3 removed
filtered activity
Added attribs to get device(s) by api (
OBS-3881 ).
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +17 / -12
+17 added
−12 removed
filtered activity
Added probe definitions for check PostgreSQL and Oracle servers.
Changed files with action and line counts M includes/definitions/entities/probes.inc.php +10 / -0
+10 added
0 removed
filtered activity
Added check_fping probe definition.
Changed files with action and line counts M includes/definitions/entities/probes.inc.php +12 / -4
+12 added
−4 removed
filtered activity
Updated NSCRTV os definitions (
OBS-3873 ).
Changed files with action and line counts M includes/definitions/os/nscrtv.inc.php +3 / -14
+3 added
−14 removed
filtered activity
Fixed ignore ports by
ifType (appear in r11596).
Changed files with action and line counts M includes/entities/port.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added ZYXEL-ES-COMMON to ZyWALL (
OBS-3877 ).
Changed files with action and line counts M includes/definitions/mibs/zyxel.inc.php +6 / -3 M includes/definitions/os/zyxel.inc.php +1 / -0
+7 added
−3 removed
filtered activity
Updated ZyXEL mib files.
Changed files with action and line counts M mibs/zyxel/ZYXEL-ARP-INSPECTION-MIB +6 / -19 M mibs/zyxel/ZYXEL-ES-COMMON +12 / -0 M mibs/zyxel/ZYXEL-ES-RF-MANAGEMENT +55 / -2 M mibs/zyxel/ZYXEL-ES-WIRELESS +381 / -3 M mibs/zyxel/ZYXEL-ES-ZyxelAPMgmt +5 / -2 M mibs/zyxel/ZYXEL-IGMP-SNOOPING-MIB +12 / -0 M mibs/zyxel/ZYXEL-IPSG-MIB +13 / -1 M mibs/zyxel/ZYXEL-IPV6-NDP-MIB +84 / -3 M mibs/zyxel/ZYXEL-L2PT-MIB +5 / -2 M mibs/zyxel/ZYXEL-LAG-MIB +26 / -2 M mibs/zyxel/ZYXEL-MULTICAST-MIB +1 / -1 M mibs/zyxel/ZYXEL-PORT-AUTHENTICATION-MIB +14 / -1 M mibs/zyxel/ZYXEL-PORT-MIB +6 / -1 M mibs/zyxel/ZYXEL-POWER-ETHERNET-MIB +2 / -2 A mibs/zyxel/ZYXEL-SERVER-GUARD-MIB +84 / -0 M mibs/zyxel/ZYXEL-STACKING-MIB +2 / -1 M mibs/zyxel/ZYXEL-STORM-CONTROL-MIB +1 / -1 M mibs/zyxel/ZYXEL-ZYWALL-ZLD-COMMON-MIB +342 / -32
0 added
0 removed
filtered activity
Added basic os definition for RubyTech devices.
Changed files with action and line counts A html/images/os/rubytech-dark.png +1 / -0 A html/images/os/rubytech-dark_2x.png +1 / -0 A html/images/os/rubytech.png +1 / -0 A html/images/os/rubytech_2x.png +1 / -0 A includes/definitions/mibs/rubytech.inc.php +14 / -0 A includes/definitions/os/rubytech.inc.php +31 / -0
+45 added
0 removed
filtered activity
Improved is_port_valid() checks by os definitions.
Changed files with action and line counts M includes/common.inc.php +13 / -3 M includes/definitions/os.inc.php +7 / -4 M includes/definitions/os/cisco.inc.php +3 / -4 M includes/definitions/os/packetlight.inc.php +2 / -2 M includes/definitions/os/smartoptics.inc.php +2 / -2 M includes/entities/port.inc.php +136 / -66
+163 added
−81 removed
filtered activity
Extra areca RAID states; mark routine checks being run as 'ok' state
Changed files with action and line counts M includes/definitions/mibs/areca.inc.php +6 / -5
+6 added
−5 removed
filtered activity
enable counters api module
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added os definition for optical amplifier (
OBS-3873 ).
Changed files with action and line counts M includes/definitions/mibs/nscrtv.inc.php +10 / -2 M includes/definitions/os.inc.php +0 / -51 M includes/definitions/os/nag.inc.php +0 / -11 A includes/definitions/os/nscrtv.inc.php +91 / -0
+101 added
−64 removed
filtered activity
Force clear opcache when version update detected.
Changed files with action and line counts M includes/sql-config.inc.php +32 / -26
+32 added
−26 removed
filtered activity
Fixed gmp_init_float() for empty values.
Changed files with action and line counts M includes/functions.inc.php +6 / -3
+6 added
−3 removed
filtered activity
Fixed some undefined error.
Changed files with action and line counts M includes/common.inc.php +1 / -1 M includes/discovery/arp-table.inc.php +5 / -7
+6 added
−8 removed
filtered activity
Fixed calls to mysqli_connect_errno().
Changed files with action and line counts M includes/db/mysqli.inc.php +4 / -6
+4 added
−6 removed
filtered activity
Fixed typerror in Alert Maintenance page.
Changed files with action and line counts M html/pages/alert_maintenance.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Ignore empty ISDP neighbours (
OBS-3865 ).
Changed files with action and line counts M includes/discovery/neighbours/dnos-isdp-mib.inc.php +1 / -1 M includes/discovery/neighbours/edgeswitch-isdp-mib.inc.php +1 / -1 M includes/discovery/neighbours/isdp-mib.inc.php +13 / -10 M includes/discovery/neighbours/lldp-mib.inc.php +8 / -19 M includes/discovery/neighbours/netgear-isdp-mib.inc.php +1 / -1
+24 added
−32 removed
filtered activity
Fixed neighbours db hostname collation (
OBS-3865 ).
Changed files with action and line counts A update/452.sql +1 / -0
0 added
0 removed
filtered activity
Added os definition for Cisco Secure Firewall Management Center (
OBS-3678 ).
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +11 / -0
+11 added
0 removed
filtered activity
Improved detect Eltek SmartPack devices (
OBS-3860 ).
Changed files with action and line counts M includes/definitions/mibs/eltek.inc.php +21 / -0 M includes/definitions/os/eltek.inc.php +18 / -0
+39 added
0 removed
filtered activity
Fixed Undefined constant "OBS_DEBUG" error in some cases.
Changed files with action and line counts M includes/common.inc.php +2 / -2 M includes/definitions.inc.php +4 / -6
+6 added
−8 removed
filtered activity
Fixed DivisionByZero error in discovery storage and mempool.
Changed files with action and line counts M includes/discovery/functions.inc.php +11 / -13
+11 added
−13 removed
filtered activity
Discs->Disks in Areca volume set status indicators
Changed files with action and line counts M includes/definitions/mibs/areca.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/areca.inc.php +63 / -4 M includes/discovery/sensors/areca-snmp-mib.inc.php +26 / -2
+89 added
−6 removed
filtered activity
Unificate check entities description.
Changed files with action and line counts M includes/discovery/functions.inc.php +59 / -107 M includes/entities.inc.php +175 / -42 M includes/entities/counter.inc.php +4 / -4 M includes/entities/sensor.inc.php +30 / -46 M includes/entities/status.inc.php +5 / -4 A update/451.sql +3 / -0
+273 added
−203 removed
filtered activity
Clean encrypt functions.
Changed files with action and line counts M includes/encrypt.inc.php +44 / -72
+44 added
−72 removed
filtered activity
Fixed db schema table snmp_errors for snmpgetnext (
OBS-3859 ).
Changed files with action and line counts A update/450.sql +1 / -0
0 added
0 removed
filtered activity
Improved discovery sensors on Areca Arc-1883i.
Changed files with action and line counts M includes/definitions/mibs/areca.inc.php +51 / -0 M mibs/areca/ARECA-SNMP-MIB +138 / -0
+51 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/areca.inc.php +89 / -14 M includes/discovery/sensors/areca-snmp-mib.inc.php +48 / -104 A mibs/areca/ARECA-SAS-CARD1-MIB +4,382 / -0 A mibs/areca/ARECA-SAS-CARD2-MIB +4,382 / -0 A mibs/areca/ARECA-SAS-CARD3-MIB +4,382 / -0 A mibs/areca/ARECA-SAS-CARD4-MIB +4,382 / -0 A mibs/areca/ARECA-SATA-CARD1-MIB +1,666 / -0 A mibs/areca/ARECA-SATA-CARD2-MIB +1,666 / -0 A mibs/areca/ARECA-SATA-CARD3-MIB +1,666 / -0 A mibs/areca/ARECA-SATA-CARD4-MIB +1,666 / -0 M mibs/areca/ARECA-SNMP-MIB +648 / -481
+137 added
−118 removed
filtered activity
Fixed php8 exeptions on Scheduled Maintenance page.
Changed files with action and line counts M html/pages/alert_maintenance.inc.php +14 / -23
+14 added
−23 removed
filtered activity
Fixed passing unnecesary chars to graphs api.
Changed files with action and line counts M html/includes/graphs/common.inc.php +54 / -85 M html/includes/graphs/global/poller.inc.php +6 / -10 M html/includes/graphs/graph.inc.php +21 / -46 M includes/rrdtool.inc.php +18 / -25
+99 added
−166 removed
filtered activity
Fixed php8 fatal error on contacts page.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +4 / -4
+4 added
−4 removed
filtered activity
Improved support for Dell Powerconnect devices (radlan).
Changed files with action and line counts M includes/definitions/mibs/dell.inc.php +13 / -4 M includes/discovery/sensors/dell-vendor-mib.inc.php +22 / -23 M includes/discovery/sensors/radlan-hwenviroment.inc.php +28 / -16 M includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +16 / -22 M includes/entities/device.inc.php +1 / -1 D includes/polling/os/powerconnect-fastpath.inc.php +0 / -16 D includes/polling/os/powerconnect-radlan.inc.php +0 / -28
+80 added
−110 removed
filtered activity
Updated Dell mib files.
Changed files with action and line counts M mibs/dell/DELLEMC-OS10-BGP4V2-MIB +8 / -4 A mibs/dell/DELLEMC-OS10-PORT-SECURITY-MIB +580 / -0 M mibs/dell/DELLEMC-OS10-PRODUCTS-MIB +20 / -1 M mibs/dell/DELLEMC-OS10-TC-MIB +7 / -1 A mibs/dell/DIFF-SERV-MIB +1,525 / -0 A mibs/dell/DVMRP-STD-MIB +746 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/rewrites.inc.php +1 / -0 M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +37 / -11 M includes/entities/port.inc.php +71 / -94 M includes/rewrites.inc.php +3 / -34
+112 added
−139 removed
filtered activity
Updated F5 mib files.
Changed files with action and line counts M mibs/f5/F5-BIGIP-APM-MIB +1 / -0 M mibs/f5/F5-BIGIP-COMMON-MIB +197 / -2 M mibs/f5/F5-BIGIP-GLOBAL-MIB +44 / -3 M mibs/f5/F5-BIGIP-LOCAL-MIB +8,568 / -117 M mibs/f5/F5-BIGIP-SYSTEM-MIB +4,069 / -22 M mibs/f5/F5-BIGIP-WAM-MIB +1 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +70 / -73
+70 added
−73 removed
filtered activity
Updated jQuery QueryBuilder to latest.
Changed files with action and line counts M html/js/query-builder.js +26 / -26
0 added
0 removed
filtered activity
Updated HP and Aruba mib files.
Showing the first 30 paths; 14 more are omitted from this static page.
Changed files with action and line counts M mibs/aruba/AI-AP-MIB +70 / -9 M mibs/aruba/ARUBA-MGMT-MIB +9 / -7 M mibs/aruba/ARUBA-MIB +10 / -0 M mibs/aruba/ARUBA-TC +1 / -0 M mibs/aruba/WLSR-AP-MIB +9 / -7 M mibs/aruba/WLSX-AUTH-MIB +9 / -7 M mibs/aruba/WLSX-CTS-MIB +9 / -7 M mibs/aruba/WLSX-ESI-MIB +9 / -7 M mibs/aruba/WLSX-HA-MIB +9 / -7 M mibs/aruba/WLSX-IFEXT-MIB +9 / -7 M mibs/aruba/WLSX-MESH-MIB +9 / -7 M mibs/aruba/WLSX-MOBILITY-MIB +9 / -7 M mibs/aruba/WLSX-MON-MIB +9 / -7 M mibs/aruba/WLSX-RS-MIB +9 / -7 M mibs/aruba/WLSX-SNR-MIB +9 / -7 M mibs/aruba/WLSX-STATS-MIB +9 / -7 M mibs/aruba/WLSX-SWITCH-MIB +161 / -16 M mibs/aruba/WLSX-SYSTEMEXT-MIB +9 / -7 M mibs/aruba/WLSX-TRAP-MIB +50 / -7 M mibs/aruba/WLSX-TUNNELEDNODE-MIB +10 / -8 M mibs/aruba/WLSX-USER-MIB +9 / -7 M mibs/aruba/WLSX-USER6-MIB +9 / -7 M mibs/aruba/WLSX-VOICE-MIB +9 / -7 M mibs/aruba/WLSX-WLAN-MIB +9 / -7 M mibs/hp/CONFIG-MIB +50 / -0 M mibs/hp/HP-AUTH-MIB +207 / -14 M mibs/hp/HP-DOT1X-EXTENSIONS-MIB +74 / -3 M mibs/hp/HP-ICF-BASIC +62 / -5 M mibs/hp/HP-ICF-BRIDGE +19 / -7 M mibs/hp/HP-ICF-CHASSIS +90 / -2
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/tplink.inc.php +9 / -3 M includes/definitions/os/tplink.inc.php +1 / -0 A includes/discovery/neighbours/tplink-lldpinfo-mib.inc.php +94 / -0
+104 added
−3 removed
filtered activity
Added SignalWire notification transport.
Changed files with action and line counts M includes/definitions/transports.inc.php +41 / -3
+41 added
−3 removed
filtered activity
Added select optional EU region for PagerDuty notification transport.
Changed files with action and line counts M includes/definitions/transports.inc.php +7 / -1
+7 added
−1 removed
filtered activity
Added discovery vlans for Radlan based devices.
Changed files with action and line counts M includes/definitions/mibs/ciscosb.inc.php +12 / -0 M includes/definitions/os/ciscosb.inc.php +1 / -1 A includes/discovery/vlans/ciscosb-vlan-mib.inc.php +124 / -0 M includes/discovery/vlans/q-bridge-mib.inc.php +18 / -14 A includes/discovery/vlans/radlan-vlan-mib.inc.php +135 / -0 A includes/polling/ports/ciscosb-vlan-mib.inc.php +15 / -0 M includes/polling/ports/q-bridge-mib.inc.php +4 / -4 A includes/polling/ports/radlan-vlan-mib.inc.php +149 / -0
+458 added
−19 removed
filtered activity
Fixed some random php8 fatal errors.
Changed files with action and line counts M html/includes/entities/port.inc.php +1 / -1 M includes/functions.inc.php +2 / -2
+3 added
−3 removed
filtered activity
Fixed cache results in get_device_mibs().
Changed files with action and line counts M includes/discovery/mibs.inc.php +38 / -73 M includes/entities.inc.php +1 / -1
+39 added
−74 removed
filtered activity
Update date
Changed files with action and line counts M html/api/v0/includes/address.inc.php +1 / -1 M html/api/v0/includes/alerts.inc.php +2 / -2 M html/api/v0/includes/counters.inc.php +1 / -1 M html/api/v0/includes/inventory.inc.php +1 / -1 M html/api/v0/includes/mempools.inc.php +1 / -1 M html/api/v0/includes/neighbours.inc.php +1 / -1 M html/api/v0/includes/ports.inc.php +1 / -1 M html/api/v0/includes/printersupplies.inc.php +1 / -1 M html/api/v0/includes/probes.inc.php +1 / -1 M html/api/v0/includes/processors.inc.php +1 / -1 M html/api/v0/includes/sensors.inc.php +1 / -1 M html/api/v0/includes/status.inc.php +1 / -1 M html/api/v0/includes/storage.inc.php +1 / -1
+14 added
−14 removed
filtered activity
Add basic probes API GET endpoint
Changed files with action and line counts A html/api/v0/includes/probes.inc.php +37 / -0 M includes/defaults.inc.php +1 / -0
+38 added
0 removed
filtered activity
Removed duplicate os definition.
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -15
0 added
−15 removed
filtered activity
Improved support for DrayTek Routers (
OBS-3821 ).
Changed files with action and line counts A includes/definitions/mibs/draytek.inc.php +53 / -0 A includes/definitions/os/draytek.inc.php +28 / -0 M includes/polling/ports/adsl-line-mib.inc.php +3 / -1 A mibs/draytek non-text +0 / -0 A mibs/draytek/DRAYTEK-MIB +374 / -0
+84 added
−1 removed
filtered activity
Added os definition for Cisco DCM (
OBS-3854 ).
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +27 / -0
+27 added
0 removed
filtered activity
Fix group search URL
Changed files with action and line counts M html/includes/search/groups.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Use only passed snmp v3 auth params when add device from cli.
Changed files with action and line counts M add_device.php +8 / -6 M includes/snmp.inc.php +3 / -0
+11 added
−6 removed
filtered activity
Fixed extra snmp requests when incorrect snmp auth in
isSNMPable ().
Changed files with action and line counts M includes/functions.inc.php +5 / -1
+5 added
−1 removed
filtered activity
Added support for new linux based TrueNAS (
OBS-3853 ).
Changed files with action and line counts A html/images/os/truenas.png +1 / -0 A html/images/os/truenas_2x.png +1 / -0 M includes/definitions/mibs/bsd.inc.php +0 / -52 A includes/definitions/mibs/ixsystems.inc.php +76 / -0 M includes/definitions/os/bsd.inc.php +0 / -29 A includes/definitions/os/ixsystems.inc.php +59 / -0 M includes/polling/os/unix.inc.php +14 / -1 D mibs/bsd/FREENAS-MIB +0 / -573 A mibs/ixsystems non-text +0 / -0 A mibs/ixsystems/FREENAS-MIB +789 / -0
+149 added
−82 removed
filtered activity
Added support for Rittal PDU devices (
OBS-3852 ).
Changed files with action and line counts M includes/definitions/os/rittal.inc.php +20 / -2 M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +12 / -3 M includes/entities/counter.inc.php +33 / -57 M mibs/rittal/RITTAL-CMC-III-MIB +49 / -13 M mibs/rittal/RITTAL-CMC-III-PRODUCTS-MIB +17 / -3 A mibs/rittal/RITTAL-RIZONE-MIB +981 / -0
+65 added
−62 removed
filtered activity
August 2021
Added retry notification requests on error response for Discord transport.
Changed files with action and line counts M includes/alerts.inc.php +19 / -3 M includes/common.inc.php +15 / -28 M includes/definitions/transports.inc.php +2 / -1
+36 added
−32 removed
filtered activity
Updated css source.map files.
Changed files with action and line counts 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 M scripts/makecss.sh +15 / -3
+15 added
−3 removed
filtered activity
Add 95th to generic_multi_bits_separated graphs
Changed files with action and line counts M html/includes/graphs/generic_multi_bits_separated.inc.php +15 / -5
+15 added
−5 removed
filtered activity
Add groups to search bar
Changed files with action and line counts A html/includes/search/groups.inc.php +36 / -0 M includes/definitions/wui.inc.php +7 / -2
+43 added
−2 removed
filtered activity
Updated CSS
Changed files with action and line counts M html/css/observium-dark.css +143 / -29 M html/css/observium-darkblue.css +143 / -29 M html/css/observium.css +143 / -29 M scripts/makecss.sh +3 / -15
+3 added
−15 removed
filtered activity
Improved detect RedHat/CentOS distro without distro script.
Changed files with action and line counts M includes/entities/device.inc.php +139 / -1 M includes/polling/os/packages.inc.php +5 / -118 M includes/polling/os/unix.inc.php +27 / -5
+171 added
−124 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/akcp.inc.php +7 / -1 M includes/entities.inc.php +55 / -22 M includes/functions.inc.php +2 / -2
+64 added
−25 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/ups-mib.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Removed duplicate os definition.
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -10
0 added
−10 removed
filtered activity
Improved support for CradlePoint devices.
Changed files with action and line counts A html/images/os/cradlepoint-dark.png +1 / -0 A html/images/os/cradlepoint-dark_2x.png +1 / -0 M html/images/os/cradlepoint.png non-text +0 / -0 M html/images/os/cradlepoint_2x.png non-text +0 / -0 M includes/definitions/mibs/cradlepoint.inc.php +162 / -1 A includes/definitions/os/cradlepoint.inc.php +23 / -0
+185 added
−1 removed
filtered activity
Allow hostname:port in add_device.php script.
Changed files with action and line counts M add_device.php +9 / -0
+9 added
0 removed
filtered activity
Fixed graph definition.
Changed files with action and line counts M includes/definitions/graphtypes.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Changed files with action and line counts M includes/definitions/graphtypes.inc.php +39 / -0 M includes/definitions/mibs/netapp.inc.php +53 / -0
+92 added
0 removed
filtered activity
Improved polling graphs by collect_table().
Changed files with action and line counts M includes/discovery/storage.inc.php +107 / -115 M includes/polling/functions.inc.php +39 / -63 M includes/polling/graphs.inc.php +40 / -18
+186 added
−196 removed
filtered activity
Changed files with action and line counts M includes/functions.inc.php +16 / -9
+16 added
−9 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/netapp.inc.php +8 / -0 A includes/discovery/sensors/netapp-mib.inc.php +195 / -0 M includes/snmp.inc.php +6 / -1
+209 added
−1 removed
filtered activity
Removed os definition duplicate.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -20
+1 added
−20 removed
filtered activity
Improved discovery NetApp cluster IP addresses.
Changed files with action and line counts M includes/definitions/mibs/netapp.inc.php +37 / -25 A includes/definitions/os/netapp.inc.php +31 / -0 A includes/discovery/ip-addresses/netapp-mib.inc.php +54 / -0 M includes/discovery/ports/netapp-mib.inc.php +22 / -23 M includes/entities/port.inc.php +18 / -12 M includes/polling/ports/netapp-mib.inc.php +14 / -30 M mibs/netapp/NETAPP-MIB +106 / -19
+176 added
−90 removed
filtered activity
Fixed parse snmp indexes with single quotes.
Changed files with action and line counts M includes/snmp.inc.php +16 / -23 M tests/IncludesSnmpTest.php +10 / -0
+16 added
−23 removed
filtered activity
Fixed display processors usage in cmd output.
Changed files with action and line counts M includes/polling/processors.inc.php +6 / -11
+6 added
−11 removed
filtered activity
Changed files with action and line counts M includes/discovery/vrf/mpls-l3vpn-std-mib.inc.php +15 / -12 M includes/discovery/vrf/mpls-vpn-mib.inc.php +16 / -12
+31 added
−24 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/ciscosb.inc.php +283 / -34
+283 added
−34 removed
filtered activity
Updated Cisco SB mib files.
Showing the first 30 paths; 3 more are omitted from this static page.
Changed files with action and line counts M mibs/ciscosb/CISCOSB-AAA +58 / -1 M mibs/ciscosb/CISCOSB-BONJOUR-MIB +1 / -1 M mibs/ciscosb/CISCOSB-BRIDGE-SECURITY +1 / -1 M mibs/ciscosb/CISCOSB-BRIDGEMIBOBJECTS-MIB +221 / -17 M mibs/ciscosb/CISCOSB-CLI-MIB +14 / -5 M mibs/ciscosb/CISCOSB-COPY-MIB +5 / -3 M mibs/ciscosb/CISCOSB-DEVICEPARAMS-MIB +33 / -11 M mibs/ciscosb/CISCOSB-DOT1X-MIB +18 / -2 M mibs/ciscosb/CISCOSB-EMBWEB-MIB +42 / -2 M mibs/ciscosb/CISCOSB-ERRDISABLE-RECOVERY-MIB +13 / -4 M mibs/ciscosb/CISCOSB-FINDIT +77 / -38 M mibs/ciscosb/CISCOSB-IP +52 / -21 M mibs/ciscosb/CISCOSB-LBD-MIB +5 / -4 M mibs/ciscosb/CISCOSB-LLDP-MIB +67 / -2 M mibs/ciscosb/CISCOSB-MNGINF-MIB +27 / -2 M mibs/ciscosb/CISCOSB-POE-MIB +354 / -167 M mibs/ciscosb/CISCOSB-PORT-STATISTICS-MIB +10 / -0 M mibs/ciscosb/CISCOSB-Physicaldescription-MIB +64 / -10 M mibs/ciscosb/CISCOSB-QOS-CLI-MIB +84 / -4 M mibs/ciscosb/CISCOSB-QUEUE-STATISTICS-MIB +1 / -1 M mibs/ciscosb/CISCOSB-RADIUSSRV +40 / -40 M mibs/ciscosb/CISCOSB-SECSD-MIB +1 / -1 M mibs/ciscosb/CISCOSB-SECURITY-SUITE +2 / -1 M mibs/ciscosb/CISCOSB-SENSORENTMIB +3 / -33 M mibs/ciscosb/CISCOSB-SSL +392 / -2 M mibs/ciscosb/CISCOSB-STORMCTRL-MIB +56 / -2 M mibs/ciscosb/CISCOSB-SYSLOG-MIB +162 / -1 M mibs/ciscosb/CISCOSB-TIMESYNCHRONIZATION-MIB +45 / -8 M mibs/ciscosb/CISCOSB-TRACEROUTE-MIB +8 / -0 M mibs/ciscosb/CISCOSB-TRAPS-MIB +31 / -7
0 added
0 removed
filtered activity
Humanize ports in API output when not filtered fields.
Changed files with action and line counts M html/api/v0/includes/ports.inc.php +29 / -21
+29 added
−21 removed
filtered activity
Added basic support for Ubiquiti LTU devices (
OBS-3843 ).
Changed files with action and line counts M includes/definitions/mibs/ubiquiti.inc.php +32 / -3 M includes/definitions/os/ubiquiti.inc.php +14 / -0 M mibs/ubiquiti/UBNT-AFLTU-MIB +210 / -10
+46 added
−3 removed
filtered activity
Changed files with action and line counts M includes/discovery/processors/host-resources-mib.inc.php +23 / -25 M includes/polling/processors/hr-average.inc.php +22 / -23
+45 added
−48 removed
filtered activity
Improved MS Teams notification definition.
Changed files with action and line counts M includes/alerts.inc.php +1 / -1 M includes/definitions/transports.inc.php +46 / -14 M includes/syslog.inc.php +1 / -1 M includes/templates/test/notification_ALERT.json +8 / -8 M includes/templates/test/notification_RECOVER.json +1 / -1
+48 added
−16 removed
filtered activity
Keep non string and array values as is in array_tag_replace().
Changed files with action and line counts M includes/rewrites.inc.php +15 / -15 M tests/IncludesRewritesTest.php +9 / -2
+15 added
−15 removed
filtered activity
Fixed detect Proxmox 7.0.
Changed files with action and line counts M includes/definitions/os/proxmox.inc.php +7 / -5 M includes/polling/os/unix.inc.php +1 / -0
+8 added
−5 removed
filtered activity
Fixed detect vrf snmp contexts on Arista EOS devices (
OBS-3840 ).
Changed files with action and line counts M includes/definitions/os/arista.inc.php +1 / -0 M includes/snmp.inc.php +20 / -16
+21 added
−16 removed
filtered activity
Changed files with action and line counts M includes/discovery/vrf.inc.php +59 / -65 M includes/discovery/vrf/arista-vrf-mib.inc.php +5 / -0
+64 added
−65 removed
filtered activity
Fixed os group for PBI Coder.
Changed files with action and line counts M includes/definitions/os/pbi.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Changed files with action and line counts A html/images/os/pbi.png +1 / -0 A html/images/os/pbi_2x.png +1 / -0 A includes/definitions/mibs/pbi.inc.php +423 / -0 A includes/definitions/os/pbi.inc.php +26 / -0 M includes/definitions/vendors.inc.php +5 / -0 A mibs/pbi non-text +0 / -0 A mibs/pbi/PBI-4000P-5000P-MIB +1,385 / -0 A mibs/pbi/PBI-MAIN-MIB +38 / -0 A mibs/pbi/PBI-MGSIGNALCHARACTERISTICS-MIB +428 / -0 A mibs/pbi/PBI-MGSYSTEM-MIB +902 / -0
+454 added
0 removed
filtered activity
Added context based discovery for Arista EOS (
OBS-3840 ).
Changed files with action and line counts M includes/definitions/os/arista.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/vrf/arista-vrf-mib.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Remove unused alert functions.
Changed files with action and line counts M html/pages/device/alerts.inc.php +4 / -1 M includes/alerts.inc.php +3 / -1 M includes/entities.inc.php +5 / -3 M includes/groups.inc.php +2 / -2
+14 added
−7 removed
filtered activity
Updated makecss script for latest lessc versions.
Changed files with action and line counts M html/css/observium-dark.css +1 / -0 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +1 / -0 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +1 / -0 M html/css/observium.map +1 / -1 M scripts/makecss.sh +15 / -3
+15 added
−3 removed
filtered activity
Add device group ability to most entities
Changed files with action and line counts M html/includes/entities/cbqos.inc.php +6 / -1 M html/includes/entities/counter.inc.php +5 / -0 M html/includes/entities/mempool.inc.php +5 / -0 M html/includes/entities/netscaler.inc.php +5 / -0 M html/includes/entities/netscalersvc.inc.php +5 / -0 M html/includes/entities/netscalersvcgrpmem.inc.php +7 / -2 M html/includes/entities/netscalervsvr.inc.php +5 / -0 M html/includes/entities/oid_entry.inc.php +6 / -1 M html/includes/entities/p2pradio.inc.php +5 / -0 M html/includes/entities/port.inc.php +6 / -0 M html/includes/entities/printersupply.inc.php +5 / -0 M html/includes/entities/probe.inc.php +5 / -0 M html/includes/entities/processor.inc.php +6 / -1 M html/includes/entities/pseudowire.inc.php +5 / -2 M html/includes/entities/sensor.inc.php +5 / -0 M html/includes/entities/sla.inc.php +5 / -0 M html/includes/entities/storage.inc.php +5 / -0 M html/includes/entities/virtualmachine.inc.php +5 / -0
+96 added
−7 removed
filtered activity
Clean up some entities code, add device_group_id to status, add group_id to devices
Changed files with action and line counts M html/includes/entities/device.inc.php +1 / -0 M html/includes/entities/oid_entry.inc.php +0 / -1 M html/includes/entities/status.inc.php +5 / -0 M includes/entities.inc.php +2 / -2 M includes/entities/sensor.inc.php +0 / -2
+8 added
−5 removed
filtered activity
Fix place for refresh counter.
Changed files with action and line counts M html/includes/navbar.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Improved vertical align for some nav menu entries.
Changed files with action and line counts M html/css/bootstrap/less/dropdowns.less +5 / -2 M html/css/observium-dark.css +245 / -246 M html/css/observium-darkblue.css +172 / -173 M html/css/observium.css +235 / -238 M html/includes/navbar.inc.php +5 / -5
+5 added
−5 removed
filtered activity
Add check_snmp_proc
Changed files with action and line counts M includes/definitions/entities/probes.inc.php +9 / -0 A probes/nagios/check_snmp_proc +111 / -0
+120 added
0 removed
filtered activity
Fixed polling pseudowires on devices which not report pseudowire uptime.
Changed files with action and line counts M includes/definitions/mibs.inc.php +13 / -16 M includes/definitions/mibs/cisco.inc.php +3 / -4 M includes/polling/pseudowires.inc.php +3 / -5
+19 added
−25 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/geist.inc.php +14 / -0
+14 added
0 removed
filtered activity
July 2021
Fixed escaping for logo config.
Changed files with action and line counts M html/includes/navbar.inc.php +4 / -7 M html/index.php +2 / -5
+6 added
−12 removed
filtered activity
Changed files with action and line counts M includes/common.inc.php +20 / -2 M includes/definitions/mibs/geist.inc.php +29 / -0 M includes/entities/status.inc.php +15 / -3
+64 added
−5 removed
filtered activity
Improved support SpectraLogic devices (
OBS-3461 ).
Changed files with action and line counts M includes/definitions/mibs/spectralogic.inc.php +47 / -6
+47 added
−6 removed
filtered activity
Improved discovery memory pools on some Huawei platforms (
OBS-3774 ).
Changed files with action and line counts M includes/definitions/mibs/huawei.inc.php +36 / -0 M includes/discovery/mempools.inc.php +3 / -0 M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +1 / -1 M includes/polling/mempools/huawei-entity-extent-mib.inc.php +1 / -1
+41 added
−2 removed
filtered activity
Improved detect Ricoh printers (
OBS-3834 ).
Changed files with action and line counts M includes/definitions/mibs/ricoh.inc.php +15 / -4 M includes/definitions/os.inc.php +10 / -2 M mibs/ricoh/RicohPrivateMIB +2 / -2
+25 added
−6 removed
filtered activity
Changed files with action and line counts A html/images/os/almalinux.png +1 / -0 A html/images/os/almalinux_2x.png +1 / -0
0 added
0 removed
filtered activity
Sync license version with website
Changed files with action and line counts M LICENSE.PRO +33 / -29
+33 added
−29 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Fixed case with fatal exception in fast caching after update.
Changed files with action and line counts M includes/cache.inc.php +12 / -1
+12 added
−1 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/tplink-dot1q-vlan-mib.inc.php +18 / -2 M includes/polling/ports/tplink-dot1q-vlan-mib.inc.php +18 / -2
+36 added
−4 removed
filtered activity
Fixed build alert checker or group entity associations with parent entities.
Changed files with action and line counts M includes/alerts.inc.php +3 / -1
+3 added
−1 removed
filtered activity
Added negative condition for search syslog messages.
Changed files with action and line counts M html/includes/print/syslogs.inc.php +5 / -1
+5 added
−1 removed
filtered activity
Show reason message why alert notification ignored.
Changed files with action and line counts M html/pages/device/edit/alerts.inc.php +26 / -23 M html/pages/device/edit/device.inc.php +15 / -16 M includes/alerts.inc.php +10 / -2
+51 added
−41 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/tplink-dot1q-vlan-mib.inc.php +9 / -2 M includes/polling/ports/tplink-dot1q-vlan-mib.inc.php +8 / -1
+17 added
−3 removed
filtered activity
Changed files with action and line counts M includes/discovery/vlans/cisco-vtp-mib.inc.php +1 / -2 M includes/discovery/vlans/tplink-dot1q-vlan-mib.inc.php +16 / -1 M includes/polling/ports/tplink-dot1q-vlan-mib.inc.php +16 / -2
+33 added
−5 removed
filtered activity
Updated display custom sensor limits.
Changed files with action and line counts M html/includes/entities/sensor.inc.php +6 / -8
+6 added
−8 removed
filtered activity
Updated check status of discord transport response.
Changed files with action and line counts M includes/definitions/transports.inc.php +3 / -2
+3 added
−2 removed
filtered activity
Improved detect new Ubiquiti UniFi devices (
OBS-3825 ).
Changed files with action and line counts M includes/definitions/mibs/ubiquiti.inc.php +2 / -1 M includes/definitions/os/ubiquiti.inc.php +13 / -3 M includes/polling/os/unifi.inc.php +11 / -12
+26 added
−16 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +36 / -72 M includes/entities/sensor.inc.php +19 / -0
+55 added
−72 removed
filtered activity
Revert some recent changes (accidentally overwritten).
Changed files with action and line counts M html/pages/device.inc.php +27 / -12
+27 added
−12 removed
filtered activity
Add connect to menu for non-admin users
Changed files with action and line counts M html/css/bootstrap/less/dropdowns.less +2 / -0 M html/css/observium-dark.css +8 / -6 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +8 / -6 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +8 / -6 M html/css/observium.map +1 / -1 M html/pages/device.inc.php +59 / -61
+59 added
−61 removed
filtered activity
Fixed discovery incorrect warning limits (
OBS-3818 ).
Changed files with action and line counts M includes/discovery/sensors/juniper-dom-mib.inc.php +12 / -15 M includes/entities/sensor.inc.php +20 / -10
+32 added
−25 removed
filtered activity
Improved discovery ports stacks on Huawei VRP (
OBS-3816 ).
Changed files with action and line counts M html/includes/entities/port.inc.php +59 / -86 M includes/definitions/rewrites.inc.php +5 / -5 M includes/discovery/ports-stack.inc.php +76 / -5
+140 added
−96 removed
filtered activity
Improved detect Didactum EMS (
OBS-3814 ).
Changed files with action and line counts M includes/definitions/os/didactum.inc.php +5 / -4
+5 added
−4 removed
filtered activity
Fixed display Group associations for all entity types (
OBS-3815 ).
Changed files with action and line counts M includes/alerts.inc.php +36 / -45 M includes/definitions/entities.inc.php +8 / -7 M includes/definitions/entities/counters.inc.php +1 / -1 M includes/definitions/entities/ports.inc.php +1 / -1 M includes/definitions/entities/routing.inc.php +48 / -49
+94 added
−103 removed
filtered activity
Fixed unsupported characters in cache key identifiers (v2).
Changed files with action and line counts M includes/cache.inc.php +4 / -7
+4 added
−7 removed
filtered activity
Fixed unsupported characters in cache key identifiers.
Changed files with action and line counts M includes/cache.inc.php +14 / -1
+14 added
−1 removed
filtered activity
Fixed minor php notice xerrors.
Changed files with action and line counts M html/pages/user_edit.inc.php +6 / -11 M includes/db.inc.php +14 / -27 M includes/rewrites.inc.php +12 / -18
+32 added
−56 removed
filtered activity
Fixed call to not required mb_strtolower function (
OBS-3811 ).
Changed files with action and line counts M libs/Phpfastcache8/Core/Pool/IO/IOHelperTrait.php +1 / -1 M libs/phpFastCache/Core/Pool/IO/IOHelperTrait.php +1 / -1
0 added
0 removed
filtered activity
Updated definitions unit tests.
Changed files with action and line counts M tests/IncludesDefinitionsTest.php +11 / -7
0 added
0 removed
filtered activity
Improved detect Vendor for Plug&Track devices (
OBS-3807 ).
Changed files with action and line counts A html/images/os/eds-dark.png +1 / -0 A html/images/os/eds-dark_2x.png +1 / -0 A html/images/os/eds.png +1 / -0 A html/images/os/eds_2x.png +1 / -0 D html/images/os/plugandtrack.png +0 / -1 D html/images/os/plugandtrack_2x.png +0 / -1 A html/images/os/proges_plus.png +1 / -0 A html/images/os/proges_plus_2x.png +1 / -0 M includes/definitions/mibs/eds.inc.php +1 / -1 M includes/definitions/os/eds.inc.php +3 / -1 M includes/definitions/vendors.inc.php +11 / -0
+15 added
−2 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/vmware.inc.php +4 / -3
+4 added
−3 removed
filtered activity
Improve form text colour in dark modes
Changed files with action and line counts M html/css/bootstrap/less/forms.less +1 / -1 M html/css/bootstrap/less/hacks.less +4 / -1 M html/css/bootstrap/less/variables-dark.less +1 / -1 M html/css/bootstrap/less/variables-darkblue.less +2 / -2 M html/css/observium-dark.css +5 / -3 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +12 / -10 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +4 / -2 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Add ability to duplicate existing alert checkers via a button on the checker page's navbar
Changed files with action and line counts M html/pages/add_alert_check.inc.php +66 / -2 M html/pages/alert_check.inc.php +2 / -1
+68 added
−3 removed
filtered activity
Fixed count alert contacts on php8.
Changed files with action and line counts M html/pages/alert_checks.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Add notifiers to alert checkers table
Changed files with action and line counts M html/pages/alert_checks.inc.php +21 / -3
+21 added
−3 removed
filtered activity
Fixed discovery neighbours without correct sysname and with valid ip (
OBS-3809 ).
Changed files with action and line counts M includes/definitions.inc.php +2 / -1 M includes/discovery/neighbours/cisco-cdp-mib.inc.php +16 / -4 M includes/discovery/neighbours/lldp-mib.inc.php +16 / -12
+34 added
−17 removed
filtered activity
Updated cache functions for support php 7.3+.
Changed files with action and line counts M includes/cache.inc.php +52 / -10 M includes/common.inc.php +6 / -8
+58 added
−18 removed
filtered activity
Showing the first 30 paths; 146 more are omitted from this static page.
Changed files with action and line counts A libs/Phpfastcache8 non-text +0 / -0 A libs/Phpfastcache8/Api.php +169 / -0 A libs/Phpfastcache8/Autoload non-text +0 / -0 A libs/Phpfastcache8/Autoload/Autoload.php +76 / -0 A libs/Phpfastcache8/CacheManager.php +506 / -0 A libs/Phpfastcache8/Cluster non-text +0 / -0 A libs/Phpfastcache8/Cluster/AggregatablePoolInterface.php +28 / -0 A libs/Phpfastcache8/Cluster/AggregatorInterface.php +105 / -0 A libs/Phpfastcache8/Cluster/ClusterAggregator.php +174 / -0 A libs/Phpfastcache8/Cluster/ClusterPoolAbstract.php +234 / -0 A libs/Phpfastcache8/Cluster/ClusterPoolInterface.php +31 / -0 A libs/Phpfastcache8/Cluster/ClusterPoolTrait.php +72 / -0 A libs/Phpfastcache8/Cluster/Drivers non-text +0 / -0 A libs/Phpfastcache8/Cluster/Drivers/FullReplication non-text +0 / -0 A libs/Phpfastcache8/Cluster/Drivers/FullReplication/FullReplicationCluster.php +176 / -0 A libs/Phpfastcache8/Cluster/Drivers/FullReplication/Item.php +28 / -0 A libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication non-text +0 / -0 A libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication/Item.php +28 / -0 A libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php +170 / -0 A libs/Phpfastcache8/Cluster/Drivers/RandomReplication non-text +0 / -0 A libs/Phpfastcache8/Cluster/Drivers/RandomReplication/Item.php +28 / -0 A libs/Phpfastcache8/Cluster/Drivers/RandomReplication/RandomReplicationCluster.php +59 / -0 A libs/Phpfastcache8/Cluster/Drivers/SemiReplication non-text +0 / -0 A libs/Phpfastcache8/Cluster/Drivers/SemiReplication/Item.php +28 / -0 A libs/Phpfastcache8/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php +203 / -0 A libs/Phpfastcache8/Cluster/ItemAbstract.php +48 / -0 A libs/Phpfastcache8/Config non-text +0 / -0 A libs/Phpfastcache8/Config/Config.php +27 / -0 A libs/Phpfastcache8/Config/ConfigurationOption.php +389 / -0 A libs/Phpfastcache8/Config/ConfigurationOptionInterface.php +33 / -0
0 added
0 removed
filtered activity
Added enable vrf option to web config.
Changed files with action and line counts M includes/config-variables.inc.php +6 / -0
+6 added
0 removed
filtered activity
Do not display VRF pages when vrf discovery disabled globally.
Changed files with action and line counts M html/includes/cache-data.inc.php +20 / -52 M html/pages/device.inc.php +30 / -12 M html/pages/routing/vrf.inc.php +3 / -0
+53 added
−64 removed
filtered activity
Updated support for caching.
Changed files with action and line counts M includes/cache.inc.php +107 / -163 M includes/common.inc.php +14 / -23 M includes/defaults.inc.php +1 / -1 M includes/sql-config.inc.php +2 / -2
+124 added
−189 removed
filtered activity
Showing the first 30 paths; 91 more are omitted from this static page.
Changed files with action and line counts A libs/Psr/Cache non-text +0 / -0 A libs/Psr/Cache/CacheException.php +10 / -0 A libs/Psr/Cache/CacheItemInterface.php +106 / -0 A libs/Psr/Cache/CacheItemPoolInterface.php +139 / -0 A libs/Psr/Cache/InvalidArgumentException.php +13 / -0 A libs/Psr/Cache/LICENSE.txt +19 / -0 A libs/Psr/Cache/README.md +9 / -0 D libs/Psr/LICENSE +0 / -19 A libs/Psr/Log/LICENSE +19 / -0 A libs/Psr/Log/README.md +45 / -0 D libs/Psr/README.md +0 / -44 A libs/Psr/SimpleCache non-text +0 / -0 A libs/Psr/SimpleCache/CacheException.php +10 / -0 A libs/Psr/SimpleCache/CacheInterface.php +114 / -0 A libs/Psr/SimpleCache/InvalidArgumentException.php +13 / -0 A libs/Psr/SimpleCache/LICENSE.md +21 / -0 A libs/Psr/SimpleCache/README.md +8 / -0 M libs/phpFastCache/Api.php +36 / -1 D libs/phpFastCache/Cache non-text +0 / -0 D libs/phpFastCache/Cache/DriverBaseTrait.php +0 / -334 D libs/phpFastCache/Cache/ExtendedCacheItemInterface.php +0 / -170 D libs/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php +0 / -357 D libs/phpFastCache/Cache/ItemBaseTrait.php +0 / -442 M libs/phpFastCache/CacheManager.php +294 / -69 D libs/phpFastCache/Core/ClassNamespaceResolverTrait.php +0 / -36 D libs/phpFastCache/Core/DriverAbstract.php +0 / -67 D libs/phpFastCache/Core/ExtendedCacheItemPoolTrait.php +0 / -377 A libs/phpFastCache/Core/Item non-text +0 / -0 A libs/phpFastCache/Core/Item/ExtendedCacheItemInterface.php +204 / -0 A libs/phpFastCache/Core/Item/ItemBaseTrait.php +204 / -0
0 added
0 removed
filtered activity
Updated probe debug message.
Changed files with action and line counts M includes/entities/probe.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improved parse custom probe arguments.
Changed files with action and line counts M html/includes/actions/edit_probe.inc.php +5 / -4 M includes/entities/probe.inc.php +29 / -26
+34 added
−30 removed
filtered activity
Changed files with action and line counts M includes/snmp.inc.php +10 / -11
+10 added
−11 removed
filtered activity
hardcode limits for nvidia-smi loads to 0-100
Changed files with action and line counts M includes/polling/unix-agent/nvidia.inc.php +4 / -5
+4 added
−5 removed
filtered activity
Improve nvidia-smi agent collection a little
Changed files with action and line counts M includes/polling/unix-agent/nvidia.inc.php +45 / -13
+45 added
−13 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/netonix.inc.php +60 / -48
+60 added
−48 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/huawei.inc.php +52 / -1
+52 added
−1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/hp.inc.php +102 / -0 M mibs/hp/CPQHLTH-MIB +315 / -1 M mibs/hp/CPQHOST-MIB +3 / -1 M mibs/hp/CPQIDA-MIB +15 / -19 M mibs/hp/CPQIDE-MIB +5 / -3 M mibs/hp/CPQISCSI-MIB +24 / -17 M mibs/hp/CPQRACK-MIB +87 / -12 M mibs/hp/CPQSINFO-MIB +5 / -3 M mibs/hp/CPQSM2-MIB +1 / -0 M mibs/hp/CPQSTDEQ-MIB +27 / -7 A mibs/hp/HPE-STORMCONTROL-MIB +174 / -0 M mibs/hp/HPVCMODULE-MIB +8 / -6 A mibs/hp/SYNERGY100G-HPE-STORMCONTROL-MIB +174 / -0
+102 added
0 removed
filtered activity
Add vlans API endpoint
Changed files with action and line counts A html/api/v0/includes/vlans.inc.php +37 / -0 M html/api/v0/index.php +1 / -0 M html/includes/functions.inc.php +1 / -1 A html/includes/print/vlan.inc.php +58 / -0 M html/pages/vlan.inc.php +5 / -52 M includes/config-variables.inc.php +8 / -1 M includes/defaults.inc.php +2 / -1
+112 added
−55 removed
filtered activity
Correctly replace utf8 smart quotes in json encode/decode.
Changed files with action and line counts M includes/common.inc.php +20 / -6 M tests/IncludesCommonTest.php +5 / -0
+20 added
−6 removed
filtered activity
June 2021
Do not redirect on graph auth.
Changed files with action and line counts M html/includes/authenticate.inc.php +15 / -28
+15 added
−28 removed
filtered activity
Fixed decode json with utf8 chars (
OBS-3796 ).
Changed files with action and line counts M includes/common.inc.php +52 / -3 M includes/definitions.inc.php +8 / -0 M tests/IncludesCommonTest.php +61 / -0
+60 added
−3 removed
filtered activity
Changed files with action and line counts M includes/alerts.inc.php +2 / -4
+2 added
−4 removed
filtered activity
Moved devices
sysContact contact to common contacts edit pages. Added option for enable/disable use
sysContact globally (
$config['email']['default_syscontact']).
Changed files with action and line counts M html/includes/alerting-navbar.inc.php +17 / -1 M html/pages/alert_check.inc.php +25 / -1 M html/pages/contact.inc.php +32 / -18 M html/pages/contacts.inc.php +37 / -22 M html/pages/syslog_rules.inc.php +14 / -0 M includes/alerts.inc.php +51 / -46 M includes/config-variables.inc.php +7 / -0 M includes/defaults.inc.php +1 / -0
+184 added
−88 removed
filtered activity
Fixed db schema update on discovery all.
Changed files with action and line counts M discovery.php +2 / -2
+2 added
−2 removed
filtered activity
Improved mibs exclude definitions. Fixed unit tests.
Changed files with action and line counts M includes/definitions/os.inc.php +13 / -16 M includes/entities.inc.php +54 / -61 M tests/IncludesCommonTest.php +13 / -4 M tests/data/test_definitions.inc.php +6 / -9
+67 added
−77 removed
filtered activity
Fixed device_id field in ports_adsl table.
Changed files with action and line counts M includes/polling/ports/adsl-line-mib.lib.php +1 / -1 A update/449.sql +4 / -0
+1 added
−1 removed
filtered activity
Added support for Chatsworth eConnect PDUs.
Changed files with action and line counts A html/images/os/cpi.png +1 / -0 A html/images/os/cpi_2x.png +1 / -0 A includes/definitions/mibs/chatsworth.inc.php +275 / -0 M includes/definitions/mibs/ruijie.inc.php +1 / -1 A includes/definitions/os/chatsworth.inc.php +27 / -0 M includes/definitions/vendors.inc.php +12 / -5 A mibs/chatsworth/RLE-FALCON-EM-MIB +9,224 / -0 A mibs/chatsworth/RLE-FDSPC-MIB +213 / -0
+315 added
−6 removed
filtered activity
Improved discovery ip-addresses by definitions with no indexed data.
Changed files with action and line counts M includes/entities/ip-address.inc.php +11 / -0
+11 added
0 removed
filtered activity
Updated Chatsworth mib files.
Changed files with action and line counts A mibs/chatsworth/CPI-UNIFIED-MIB +11,385 / -0 D mibs/chatsworth/CPI-UNITY-MIB +0 / -10,274
0 added
0 removed
filtered activity
Fixed display active port stack members. Improved discovery ports stacks.
Changed files with action and line counts M html/includes/entities/port.inc.php +11 / -21 M html/pages/device/ports.inc.php +3 / -4 M includes/discovery/ports-stack.inc.php +69 / -46 M includes/entities/port.inc.php +5 / -9 A update/448.sql +3 / -0
+88 added
−80 removed
filtered activity
Add Rocky Linux logos
Changed files with action and line counts A html/images/os/rocky.png +1 / -0 A html/images/os/rocky_x2.png +1 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M html/includes/entities/device.inc.php +12 / -19 M includes/polling/os/unix.inc.php +3 / -2
+15 added
−21 removed
filtered activity
Added discovery SNR and preFEC BER sensors for Packetlight devices (
OBS-3786 ).
Changed files with action and line counts M includes/definitions/mibs/smartoptics.inc.php +94 / -0 M includes/definitions/os/packetlight.inc.php +2 / -1 M includes/definitions/os/smartoptics.inc.php +2 / -0
+98 added
−1 removed
filtered activity
Added option for polling scale in sensor definitions.
Changed files with action and line counts M includes/entities/sensor.inc.php +24 / -31 M includes/functions.inc.php +11 / -23
+35 added
−54 removed
filtered activity
Updated Packetlight/Smartoptics mib files.
Changed files with action and line counts M mibs/packetlight/SL-ALARM-MIB +2 / -1 M mibs/packetlight/SL-MAIN-MIB +35 / -2 M mibs/packetlight/SL-NE-MIB +4 / -0 M mibs/packetlight/SL-OSW-MIB +12 / -0 M mibs/packetlight/SL-OTDR-MIB +45 / -8 M mibs/packetlight/SL-OTN-MIB +10 / -1 M mibs/packetlight/SL-PM-MIB +3 / -1 M mibs/packetlight/SL-RADIUS-MIB +17 / -4 M mibs/packetlight/SL-ROADM-MIB +3 / -2 M mibs/packetlight/SL-SFP-MIB +69 / -5 M mibs/packetlight/SL-XPDR-MIB +19 / -1 M mibs/smartoptics/DCP-ALARM-MIB +49 / -12 M mibs/smartoptics/DCP-INTERFACE-MIB +49 / -14 M mibs/smartoptics/SL-EDFA-MIB +36 / -3 M mibs/smartoptics/SL-OTN-MIB +40 / -1
0 added
0 removed
filtered activity
Correctly show sensor values less than 0.001.
Changed files with action and line counts M includes/common.inc.php +30 / -18 M tests/IncludesCommonTest.php +4 / -0
+30 added
−18 removed
filtered activity
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -71 A includes/definitions/os/bluecoat.inc.php +82 / -0 M includes/discovery/sensors/bluecoat-sg-sensor-mib.inc.php +17 / -24 M includes/entities/sensor.inc.php +47 / -43
+146 added
−138 removed
filtered activity
Fixed reset cache in mibs discovery.
Changed files with action and line counts M includes/discovery/mibs.inc.php +12 / -20
+12 added
−20 removed
filtered activity
Improved support for Tycon TPDIN2 (
OBS-3779 ).
Changed files with action and line counts M includes/definitions/mibs/tycon.inc.php +121 / -0 M includes/definitions/os.inc.php +0 / -17 A includes/definitions/os/tycon.inc.php +30 / -0
+151 added
−17 removed
filtered activity
Added discovery IP addresses for some D-Link switches (
OBS-3788 ).
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +41 / -2 A includes/definitions/mibs/d-link/dgs-l3mgmt-mib.php +230 / -0 M includes/definitions/os/d-link.inc.php +4 / -4 A includes/discovery/inventory/des-1210-28me-b2.inc.php +134 / -0
+409 added
−6 removed
filtered activity
Improved support for ZyXEL IES-612.
Changed files with action and line counts M includes/definitions/mibs/zyxel.inc.php +7 / -0 M includes/definitions/models.inc.php +0 / -69 M includes/definitions/os/zyxel.inc.php +78 / -5 M includes/polling/ports/adsl-line-mib.inc.php +11 / -16 M includes/polling/ports/adsl-line-mib.lib.php +32 / -28
+128 added
−118 removed
filtered activity
Updated ZyXEL mib files.
Changed files with action and line counts A mibs/zyxel/ZYXEL-AAM1212 +5,746 / -0 M mibs/zyxel/ZYXEL-ACCESS-CONTROL-MIB +11 / -2 A mibs/zyxel/ZYXEL-CLIENT-PROXY-SERVER-MIB +108 / -0 M mibs/zyxel/ZYXEL-IGMP-SNOOPING-MIB +12 / -7 M mibs/zyxel/ZYXEL-LAG-MIB +0 / -84 M mibs/zyxel/ZYXEL-MULTICAST-MIB +161 / -3 A mibs/zyxel/ZYXEL-ONVIF-MIB +115 / -0 M mibs/zyxel/ZYXEL-PORT-MIB +12 / -2 M mibs/zyxel/ZYXEL-POWER-ETHERNET-MIB +111 / -14 M mibs/zyxel/ZYXEL-RADIUS-MIB +13 / -0 M mibs/zyxel/ZYXEL-SYSLOG-MIB +1 / -57 M mibs/zyxel/ZYXEL-SYSTEM-MIB +24 / -1 A mibs/zyxel/ZYXEL-VENDOR-ID-BASED-VLAN-MIB +120 / -0 M mibs/zyxel/ZYXELVDSL +2 / -3
0 added
0 removed
filtered activity
Do not set rebooted status on snmp dumps (uptime diff zero).
Changed files with action and line counts M includes/polling/system.inc.php +11 / -19
+11 added
−19 removed
filtered activity
Added dark os image and clean os definition for algcom.
Changed files with action and line counts A html/images/os/algcom-dark.png +1 / -0 A html/images/os/algcom-dark_2x.png +1 / -0 M html/images/os/algcom.png non-text +0 / -0 M html/images/os/algcom_2x.png non-text +0 / -0 M includes/definitions/mibs/algcom.inc.php +59 / -45 M includes/definitions/os.inc.php +0 / -10 A includes/definitions/os/algcom.inc.php +24 / -0 D mibs/algcom/ALGPOWER-v2 +0 / -590 A mibs/algcom/ALGPOWER_v2-MIB +590 / -0
+83 added
−55 removed
filtered activity
Add support for Algcom dc upses and converters
Changed files with action and line counts A html/images/os/algcom.png +1 / -0 A html/images/os/algcom_2x.png +1 / -0 A includes/definitions/mibs/algcom.inc.php +77 / -0 M includes/definitions/os.inc.php +10 / -0
+87 added
0 removed
filtered activity
Add Algcom MIB
Changed files with action and line counts A mibs/algcom non-text +0 / -0 A mibs/algcom/ALGPOWER-v2 +590 / -0
0 added
0 removed
filtered activity
Improved discovery ip-addresses by definitions.
Changed files with action and line counts M includes/entities/ip-address.inc.php +3 / -4
+3 added
−4 removed
filtered activity
Fixed display non dom sensors list.
Changed files with action and line counts M html/includes/entities/sensor.inc.php +11 / -7
+11 added
−7 removed
filtered activity
Fixed fatal error in sensor addition to value.
Changed files with action and line counts M includes/entities/sensor.inc.php +39 / -78
+39 added
−78 removed
filtered activity
Fixed api & graphs auth in php-fpm mode.
Changed files with action and line counts M html/graph.php +8 / -15 M html/includes/authenticate.inc.php +11 / -19 M includes/common.inc.php +3 / -6 M includes/definitions.inc.php +4 / -0
+26 added
−40 removed
filtered activity
Fixed discovery empty sensors by SPEED-DUALLINE-FC and SPEED-DUALLINE-10G (
OBS-3555 ).
Changed files with action and line counts M includes/definitions/mibs/pandacom.inc.php +8 / -4
+8 added
−4 removed
filtered activity
Updated os definition for Pan Dacom devices (
OBS-3555 ).
Changed files with action and line counts M includes/definitions/mibs/pandacom.inc.php +45 / -34 M includes/definitions/os.inc.php +0 / -17 M includes/definitions/os/packetlight.inc.php +1 / -0 A includes/definitions/os/pandacom.inc.php +30 / -0
+76 added
−51 removed
filtered activity
Improved discovery sensors on PacketLight devices (
OBS-3776 ).
Changed files with action and line counts M includes/definitions/mibs/smartoptics.inc.php +95 / -2 M includes/definitions/os/packetlight.inc.php +1 / -0
+96 added
−2 removed
filtered activity
Fixed discovery IP addresses on some devices by
IP-MIB .
Changed files with action and line counts M includes/discovery/ip-addresses/ip-mib.inc.php +19 / -4
+19 added
−4 removed
filtered activity
Improved support for MRV LambdaDriver (
OBS-3565 ).
Changed files with action and line counts M includes/definitions/mibs/mrv.inc.php +123 / -11 M includes/definitions/os/mrv.inc.php +4 / -0 D includes/discovery/sensors/oa-sfp-mib.inc.php +0 / -89 D includes/discovery/sensors/oadwdm-mib.inc.php +0 / -59 M mibs/mrv/DEV-CFG-MIB +39 / -6 A mibs/mrv/DEV-INVENTORY-MIB +1,071 / -0 M mibs/mrv/NBASE-G1-MIB +34 / -2 M mibs/mrv/NSTACK-MIB +6 / -1 A mibs/mrv/OA-APS-MIB +525 / -0 A mibs/mrv/OA-DEV-UPGRADE-MIB +412 / -0 A mibs/mrv/OA-FEC-MIB +598 / -0 A mibs/mrv/OA-LD-FC-CNTR-MIB +274 / -0 A mibs/mrv/OA-SONET-MIB +2,002 / -0 A mibs/mrv/OA-TRAP-DESTINATIONS-MIB +231 / -0 A mibs/mrv/OA-TRAP-MESSAGES-MIB +257 / -0 A mibs/mrv/OADWDM-EXT-MIB +236 / -0 M mibs/mrv/OADWDM-MIB +462 / -38
+127 added
−159 removed
filtered activity
Improved display dom sensors (order by
ifIndex and static classes).
Changed files with action and line counts M html/includes/entities/sensor.inc.php +39 / -51 M html/pages/device/overview/sensors.inc.php +30 / -23 M html/pages/device/port/sensors.inc.php +8 / -7 M html/pages/device/ports/sensors.inc.php +10 / -10 M includes/entities.inc.php +3 / -1 M includes/entities/sensor.inc.php +8 / -11
+98 added
−103 removed
filtered activity
Improved overview ports order for some obsolete types.
Changed files with action and line counts M html/pages/device/overview/ports.inc.php +1 / -0 M html/pages/device/port.inc.php +25 / -23 M includes/definitions/rewrites.inc.php +6 / -6
+32 added
−29 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/akcp.inc.php +168 / -21 M includes/definitions/os/didactum.inc.php +23 / -8 D includes/discovery/sensors/spagent-mib.inc.php +0 / -86 D includes/polling/os/sensorprobe.inc.php +0 / -17 M mibs/akcp/SPAGENT-MIB +647 / -63
+191 added
−132 removed
filtered activity
Added ability for associate ip-address in definitions with port by mac address.
Changed files with action and line counts M includes/common.inc.php +8 / -12 M includes/entities/ip-address.inc.php +9 / -1
+17 added
−13 removed
filtered activity
Improved statuses by ServersCheck mib.
Changed files with action and line counts M includes/definitions/mibs/serverscheck.inc.php +7 / -6
+7 added
−6 removed
filtered activity
Added support for QSAN devices (
OBS-3724 ).
Changed files with action and line counts A html/images/os/qsan.png +1 / -0 A html/images/os/qsan_2x.png +1 / -0 A includes/definitions/mibs/qsan.inc.php +144 / -0 A includes/definitions/os/qsan.inc.php +24 / -0
+168 added
0 removed
filtered activity
Added ability for use strings in statuses with match events.
Changed files with action and line counts M html/includes/entities/status.inc.php +11 / -20 M html/pages/device/overview/status.inc.php +1 / -1 M includes/entities.inc.php +23 / -23 M includes/entities/status.inc.php +94 / -66 M tests/IncludesFunctionsTest.php +37 / -16 A update/447.sql +9 / -0
+129 added
−110 removed
filtered activity
Fixed dropdown menu click on mobile & tablets.
Changed files with action and line counts M html/includes/print/navbar.inc.php +10 / -10 M libs/Mobile/Detect.php +222 / -16 M libs/UserAgent/Browsers.php +5 / -0 M libs/UserAgent/Platforms.php +1 / -0 M libs/UserAgentParser.php +12 / -11
+10 added
−10 removed
filtered activity
Changed files with action and line counts M html/includes/print/inventory.inc.php +48 / -103 M includes/discovery/inventory/juniper-mib.inc.php +13 / -17
+61 added
−120 removed
filtered activity
Fixed typo on graphs page.
Changed files with action and line counts M html/pages/graphs.inc.php +21 / -28
+21 added
−28 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/eds.inc.php +140 / -2 M includes/definitions/os.inc.php +0 / -9 A includes/definitions/os/eds.inc.php +25 / -0 D includes/polling/os/plugandtrack.inc.php +0 / -22 M mibs/eds/EDS-MIB +538 / -247 A mibs/eds/EDS3030-MIB +5,013 / -0
+165 added
−33 removed
filtered activity
Improve date/time handling on graph browser. Update date fields using period var. [OBS-3784]
Changed files with action and line counts M html/pages/graphs.inc.php +12 / -1
+12 added
−1 removed
filtered activity
Fix typo in log message
Changed files with action and line counts M includes/rrdtool.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +3 / -1
+3 added
−1 removed
filtered activity
Changed files with action and line counts M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +9 / -2 M includes/discovery/processors/huawei-entity-extent-mib.inc.php +9 / -5 M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +183 / -185
+201 added
−192 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/huawei.inc.php +12 / -11 M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +15 / -14 M includes/discovery/processors/huawei-entity-extent-mib.inc.php +20 / -18 M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +133 / -41 M includes/polling/mempools/huawei-entity-extent-mib.inc.php +4 / -7
+184 added
−91 removed
filtered activity
Fixed add devices with backslash in community string.
Changed files with action and line counts M html/pages/device/edit/snmp.inc.php +11 / -1 M includes/common.inc.php +1 / -1
+12 added
−2 removed
filtered activity
Removed unused service module files.
Changed files with action and line counts A attic/html/includes/graphs non-text +0 / -0 A attic/html/includes/graphs/service non-text +0 / -0 A attic/html/includes/graphs/service/auth.inc.php +30 / -0 A attic/html/includes/graphs/service/availability.inc.php +31 / -0 A attic/html/pages/device non-text +0 / -0 A attic/html/pages/device/edit non-text +0 / -0 A attic/html/pages/device/edit/services.inc.php +120 / -0 A attic/html/pages/device/overview non-text +0 / -0 A attic/html/pages/device/overview/services.inc.php +58 / -0 A attic/html/pages/device/services.inc.php +73 / -0 A attic/html/pages/services.inc.php +93 / -0 A attic/includes non-text +0 / -0 A attic/includes/discovery non-text +0 / -0 A attic/includes/discovery/services.inc.php +47 / -0 A attic/includes/services.inc.php +27 / -0 D html/includes/graphs/service non-text +0 / -0 D html/includes/graphs/service/auth.inc.php +0 / -30 D html/includes/graphs/service/availability.inc.php +0 / -31 M html/includes/print/status.inc.php +0 / -22 D html/pages/device/edit/services.inc.php +0 / -120 D html/pages/device/overview/services.inc.php +0 / -58 D html/pages/device/services.inc.php +0 / -73 D html/pages/services.inc.php +0 / -93 D includes/discovery/services.inc.php +0 / -47 D includes/services.inc.php +0 / -27
0 added
−501 removed
filtered activity
Removed code references for unused services module.
Changed files with action and line counts M html/includes/print/status.inc.php +0 / -22 M html/pages/about.inc.php +0 / -1 M html/pages/device/overview-normal.inc.php +3 / -45 M html/pages/device/overview-wide.inc.php +1 / -7 M includes/defaults.inc.php +0 / -1 M includes/versioncheck.inc.php +0 / -1 M irc.php +1 / -8
+5 added
−85 removed
filtered activity
Removed useless print functions.
Changed files with action and line counts M html/includes/functions.inc.php +0 / -12 M html/pages/device/loadbalancer/loadbalancer_rservers.inc.php +3 / -6 M html/pages/device/loadbalancer/loadbalancer_vservers.inc.php +2 / -4
+5 added
−22 removed
filtered activity
Removed old broken overlib js and all references to it.
Changed files with action and line counts M html/includes/entities/port.inc.php +36 / -1 M html/includes/functions.inc.php +17 / -27 M html/includes/print-vlan.inc.php +6 / -22 M html/includes/print-vrf.inc.php +3 / -17 D html/js/overlib_anchor_mini.js +0 / -98 D html/js/overlib_centerpopup_mini.js +0 / -28 D html/js/overlib_crossframe_mini.js +0 / -36 D html/js/overlib_csstyle_mini.js +0 / -45 D html/js/overlib_debug_mini.js +0 / -49 D html/js/overlib_exclusive_mini.js +0 / -1 D html/js/overlib_followscroll_mini.js +0 / -38 D html/js/overlib_hideform_mini.js +0 / -33 D html/js/overlib_mini.js +0 / -322 D html/js/overlib_setonoff_mini.js +0 / -32 D html/js/overlib_shadow_mini.js +0 / -53 M html/pages/device/ports.inc.php +1 / -33 M html/pages/routing/vrf.inc.php +5 / -4
+68 added
−104 removed
filtered activity
Better fixed ports mini-graphs.
Changed files with action and line counts M html/pages/device/ports.inc.php +33 / -11
+33 added
−11 removed
filtered activity
Fixed display ports mini-graphs.
Changed files with action and line counts M html/pages/device/ports.inc.php +5 / -9
+5 added
−9 removed
filtered activity
Updated PackeLight/SmartOptics mib files.
Changed files with action and line counts M mibs/packetlight/SL-ALARM-MIB +29 / -4 M mibs/packetlight/SL-ALS-MIB +33 / -20 A mibs/packetlight/SL-CHASSIS-MIB +279 / -0 A mibs/packetlight/SL-DCM-MIB +144 / -0 M mibs/packetlight/SL-EDFA-MIB +52 / -6 M mibs/packetlight/SL-ENTITY-MIB +53 / -48 M mibs/packetlight/SL-EVENT-MIB +18 / -8 A mibs/packetlight/SL-FT-MIB +307 / -0 M mibs/packetlight/SL-MAIN-MIB +137 / -5 M mibs/packetlight/SL-NE-MIB +33 / -29 M mibs/packetlight/SL-OPT-APS-MIB +73 / -2 A mibs/packetlight/SL-OSA-MIB +483 / -0 A mibs/packetlight/SL-OSW-MIB +111 / -0 A mibs/packetlight/SL-OTDR-MIB +436 / -0 M mibs/packetlight/SL-OTN-MIB +33 / -2 M mibs/packetlight/SL-PM-MIB +132 / -2 M mibs/packetlight/SL-ROADM-MIB +73 / -5 A mibs/packetlight/SL-SECU-MIB +304 / -0 M mibs/packetlight/SL-SFP-MIB +717 / -8 M mibs/packetlight/SL-SNTP-MIB +11 / -4 M mibs/packetlight/SL-TESTS-MIB +3 / -2 M mibs/packetlight/SL-TRAP-MIB +2 / -2 M mibs/packetlight/SL-XPDR-MIB +305 / -60 M mibs/smartoptics/SL-ENTITY-MIB +32 / -2 M mibs/smartoptics/SL-MAIN-MIB +37 / -8 M mibs/smartoptics/SL-SFP-MIB +66 / -3
0 added
0 removed
filtered activity
Reduced default max-rep for Brocade TurboIron (
OBS-3775 ).
Changed files with action and line counts M includes/definitions/os/brocade.inc.php +14 / -14
+14 added
−14 removed
filtered activity
Added more model specific mib definitions for D-Link [OBS-3762].
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +18 / -0 M includes/definitions/os/d-link.inc.php +3 / -3 M includes/discovery/inventory/entity-mib.inc.php +20 / -0
+41 added
−3 removed
filtered activity
Fixed display global VLANs page for users with Global Read permission.
Changed files with action and line counts M html/pages/vlan.inc.php +4 / -5
+4 added
−5 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/ignitenet.inc.php +4 / -5 M includes/definitions/mibs/mimosa.inc.php +19 / -18 M includes/definitions/os/ignitenet.inc.php +2 / -0 M includes/definitions/os/mimosa.inc.php +2 / -1
+27 added
−24 removed
filtered activity
Fix p2p radio graph auth to use unmodified MIB field
Changed files with action and line counts M html/includes/graphs/p2pradio/auth.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Add Mimosa P2P support [OBS-3769]
Changed files with action and line counts M includes/definitions/mibs/mimosa.inc.php +2 / -1 M includes/definitions/os.inc.php +0 / -11 A includes/definitions/os/mimosa.inc.php +26 / -0 A includes/polling/p2p-radios/mimosa-networks-bfive-mib.inc.php +63 / -0 A mibs/mimosa/MIMOSA-MIB +227 / -0 A mibs/mimosa/MIMOSA-MIB-COMMON +309 / -0 A mibs/mimosa/MIMOSA-MIB-PTMP +1,164 / -0
+91 added
−12 removed
filtered activity
Improve Ignitenet support [OBS-3768]
Changed files with action and line counts M includes/definitions/mibs/ignitenet.inc.php +5 / -1 M includes/definitions/os.inc.php +0 / -14 A includes/definitions/os/ignitenet.inc.php +25 / -0 M includes/polling/p2p-radios/ignitenet-mib.inc.php +18 / -42 M mibs/ignitenet/IGNITENET-MIB +332 / -86
+48 added
−57 removed
filtered activity
Improved discovery neighbours by
LLDP-MIB on some os like Cumulus Linux.
Changed files with action and line counts M includes/definitions/mibs.inc.php +26 / -2 M includes/discovery/neighbours/lldp-mib.inc.php +43 / -55
+69 added
−57 removed
filtered activity
Improve neighbour discovery debugging
Changed files with action and line counts M includes/discovery/functions.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Removed eventlog spamming for incrorrect rrd operations (moved to debug log files).
Changed files with action and line counts M includes/housekeeping/rrd.inc.php +28 / -12 M includes/rrdtool.inc.php +4 / -3
+32 added
−15 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +8 / -1
+8 added
−1 removed
filtered activity
Fixed Bias sensor scale by DES-1210-28ME-B2 and
DDM-MGMT-MIB .
Changed files with action and line counts M includes/discovery/sensors/ddm-mgmt-mib.inc.php +5 / -5 M includes/discovery/sensors/des-1210-28me-b2.inc.php +5 / -5 M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +10 / -20
+20 added
−30 removed
filtered activity
Simplify process port label in polling ports.
Changed files with action and line counts M includes/polling/ports.inc.php +16 / -13
+16 added
−13 removed
filtered activity
Fixed detect NetComm devices (
OBS-3764 ).
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -10 A includes/definitions/os/casa.inc.php +31 / -0 M includes/discovery/os/broadcom.inc.php +5 / -7
+36 added
−17 removed
filtered activity
Improved discovery ddm sensors and inventory for D-Link switches (
OBS-3762 ).
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +54 / -31 A includes/discovery/inventory/des3018-l2mgmt-mib.inc.php +15 / -0 A includes/discovery/inventory/des3026-l2mgmt-mib.inc.php +102 / -0 M includes/discovery/inventory/entity-mib.inc.php +84 / -16 A includes/discovery/sensors/ddm-mgmt-mib.inc.php +185 / -0 M mibs/d-link/DDM-MGMT-MIB +17 / -1
+440 added
−47 removed
filtered activity
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Correctly fixed php8 compatibility on bill edit page.
Changed files with action and line counts M html/pages/bill.inc.php +2 / -4 M html/pages/bill/edit.inc.php +7 / -9
+9 added
−13 removed
filtered activity
Speedup load config to poller-wrapper by limit config options only required.
Changed files with action and line counts M config_to_json.php +15 / -7 M includes/definitions.inc.php +12 / -0 M includes/functions.inc.php +45 / -4 M poller-wrapper.py +12 / -1
+84 added
−12 removed
filtered activity
May 2021
Changed files with action and line counts A includes/discovery/inventory/snr-switch-mib.inc.php +45 / -0 M mibs/snr/SNR-SWITCH-MIB +1,640 / -272
+45 added
0 removed
filtered activity
Improve graph widget description string generation
Changed files with action and line counts M html/ajax/widget.php +6 / -3
+6 added
−3 removed
filtered activity
Fixed remove notification queue entries for deleted devices.
Changed files with action and line counts M includes/definitions/entities/devices.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/spectralogic.inc.php +149 / -15
+149 added
−15 removed
filtered activity
Minor cleanup.
Changed files with action and line counts M html/pages/device/loadbalancer/lb_virtuals.inc.php +3 / -7 M includes/polling/ports/adsl-line-mib.inc.php +7 / -9
+10 added
−16 removed
filtered activity
Prevent eventlog spamming on incorrect version detect.
Changed files with action and line counts M includes/definitions/version.inc.php +4 / -0 M includes/sql-config.inc.php +6 / -3
+10 added
−3 removed
filtered activity
Added basic support for Spectra Logic BlackPearl storages (
OBS-3461 ).
Changed files with action and line counts A html/images/os/spectra_logic-dark.png +1 / -0 A html/images/os/spectra_logic-dark_2x.png +1 / -0 A html/images/os/spectra_logic.png +1 / -0 A html/images/os/spectra_logic_2x.png +1 / -0 A includes/definitions/mibs/spectralogic.inc.php +141 / -0 A includes/definitions/os/spectralogic.inc.php +23 / -0 A mibs/spectralogic non-text +0 / -0 A mibs/spectralogic/SPECTRA-LOGIC-STRATA-MIB +2,567 / -0
+164 added
0 removed
filtered activity
Added ability for detect IP address CIDR by gateway (when netmask or cidr not provided). Added ability for polling ports statistics by only rates (when device provide rates without counters).
Added helper function get_ip_prefix().
Changed files with action and line counts M includes/entities/ip-address.inc.php +131 / -80 M includes/functions.inc.php +89 / -79 M includes/polling/ports.inc.php +145 / -189 M tests/IncludesFunctionsTest.php +134 / -126
+365 added
−348 removed
filtered activity
Added support for Alcatel OXO Connect (
OBS-3751 ).
Changed files with action and line counts M includes/definitions/mibs/alcatel.inc.php +78 / -10 M includes/definitions/os/alcatel.inc.php +12 / -0
+90 added
−10 removed
filtered activity
Updated Alcatel/Nokia mib files.
Showing the first 30 paths; 252 more are omitted from this static page.
Changed files with action and line counts A mibs/alcatel non-text +0 / -0 M mibs/alcatel-ent1/ALCATEL-ENT1-AAA-MIB +632 / -14 M mibs/alcatel-ent1/ALCATEL-ENT1-AL-SRV-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-APP-FINGERPRINT-MIB +5 / -5 M mibs/alcatel-ent1/ALCATEL-ENT1-APP-MON-MIB +2 / -2 M mibs/alcatel-ent1/ALCATEL-ENT1-AUTO-CONFIG-MIB +2 / -2 M mibs/alcatel-ent1/ALCATEL-ENT1-AUTO-FABRIC-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-BASE +243 / -231 M mibs/alcatel-ent1/ALCATEL-ENT1-BFD-MIB +25 / -21 M mibs/alcatel-ent1/ALCATEL-ENT1-BGP-MIB +19 / -7 M mibs/alcatel-ent1/ALCATEL-ENT1-CAPMAN-MIB +18 / -14 M mibs/alcatel-ent1/ALCATEL-ENT1-CHASSIS-MIB +52 / -13 M mibs/alcatel-ent1/ALCATEL-ENT1-CONFIG-MGR-MIB +19 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-DA-MIB +5,497 / -3,375 M mibs/alcatel-ent1/ALCATEL-ENT1-DCBX-MIB +5 / -5 M mibs/alcatel-ent1/ALCATEL-ENT1-DEVICES +429 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-DHCP-SRV-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-DHCPV6-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-DHL-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-DOT3-OAM-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-DPI-MIB +2 / -2 M mibs/alcatel-ent1/ALCATEL-ENT1-DVMRP-MIB +5 / -5 M mibs/alcatel-ent1/ALCATEL-ENT1-E-SERVICE-MIB +8 / -8 M mibs/alcatel-ent1/ALCATEL-ENT1-ERP-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-ETHERNET-OAM-MIB +2 / -2 M mibs/alcatel-ent1/ALCATEL-ENT1-EVB-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-EVENT-SCRIPTING-MIB +5 / -5 M mibs/alcatel-ent1/ALCATEL-ENT1-FIPS-MIB +6 / -6 M mibs/alcatel-ent1/ALCATEL-ENT1-GLOBALROUTETABLE-MIB +5 / -5 M mibs/alcatel-ent1/ALCATEL-ENT1-GVRP-MIB +6 / -6
0 added
0 removed
filtered activity
Fixed php8 compatibility on billing pages.
Changed files with action and line counts M html/billing-bandwidth-data.php +12 / -6 M html/pages/bill/edit.inc.php +7 / -8 M html/pages/bill/infoboxes.inc.php +4 / -5
+23 added
−19 removed
filtered activity
Fix display of last calculated time on billing page.
Changed files with action and line counts M html/pages/bill/infoboxes.inc.php +10 / -9
+10 added
−9 removed
filtered activity
Improved support for HPE StoreOnce (
OBS-3758 ).
Changed files with action and line counts M includes/definitions/mibs/hp.inc.php +59 / -3 M includes/definitions/os/hp.inc.php +26 / -7
+85 added
−10 removed
filtered activity
Do not prettify invalid json on contact edit.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +8 / -4 M html/pages/contact.inc.php +8 / -4
+16 added
−8 removed
filtered activity
Improved Webhook JSON transport. Improved safe_json_encode() for convert "smart quotes" (ie from MS Word) to common quotes.
Changed files with action and line counts M includes/common.inc.php +29 / -23 M includes/definitions/transports.inc.php +3 / -2
+32 added
−25 removed
filtered activity
Added experimental Webhook JSON notification transport.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +28 / -2 M html/pages/contact.inc.php +28 / -0 M includes/alerts.inc.php +13 / -2 M includes/definitions/transports.inc.php +38 / -1
+107 added
−5 removed
filtered activity
Added json_escape().
Changed files with action and line counts M includes/common.inc.php +12 / -2
+12 added
−2 removed
filtered activity
Added basic support for GE MDS Orbit.
Changed files with action and line counts M includes/definitions/mibs/ge.inc.php +54 / -11 M includes/definitions/os.inc.php +6 / -23 A includes/definitions/os/ge.inc.php +35 / -0 A mibs/ge/MDS-EVENT-MIB +121 / -0 A mibs/ge/MDS-IF-CELL-MIB +499 / -0 A mibs/ge/MDS-IF-IEEE80211-MIB +478 / -0 A mibs/ge/MDS-IF-LN-MIB +904 / -0 A mibs/ge/MDS-IF-LW-MIB +837 / -0 A mibs/ge/MDS-IF-NX-MIB +892 / -0 A mibs/ge/MDS-ORBIT-SMI-MIB +61 / -0 A mibs/ge/MDS-REG-MIB +180 / -0 A mibs/ge/MDS-SERIAL-MIB +198 / -0 A mibs/ge/MDS-SERVICE-GPS-MIB +269 / -0 A mibs/ge/MDS-SERVICES-MIB +119 / -0 A mibs/ge/MDS-SYSTEM-MIB +279 / -0
+95 added
−34 removed
filtered activity
Improved uptime_to_seconds() for some string values. Improved poll_device_mib_metatypes() for table snmpwalk.
Changed files with action and line counts M includes/common.inc.php +1 / -0 M includes/entities/device.inc.php +22 / -9 M includes/functions.inc.php +27 / -38 M tests/IncludesCommonTest.php +16 / -18
+50 added
−47 removed
filtered activity
Removed devel part.
Changed files with action and line counts M includes/polling/fdb/huawei-l2mam-mib.inc.php +3 / -2
+3 added
−2 removed
filtered activity
Improved discovery TP-Link JetStream devices (
OBS-3755 ).
Changed files with action and line counts M includes/definitions/mibs/tplink.inc.php +187 / -4 M includes/definitions/os/tplink.inc.php +14 / -4 M includes/discovery/vlans/tplink-dot1q-vlan-mib.inc.php +1 / -1 M includes/entities.inc.php +50 / -42 M includes/polling/fdb/huawei-l2mam-mib.inc.php +21 / -20 A includes/polling/fdb/tplink-l2bridge-mib.inc.php +60 / -0 M includes/polling/ports/tplink-dot1q-vlan-mib.inc.php +1 / -1
+334 added
−72 removed
filtered activity
Changed test option for housekeeping to -T.
Changed files with action and line counts M housekeeping.php +7 / -11
+7 added
−11 removed
filtered activity
Added support for TP-Link JetSwitch devices (
OBS-3755 ).
Changed files with action and line counts M includes/definitions/mibs/tplink.inc.php +156 / -1 M includes/definitions/os/tplink.inc.php +25 / -11 A includes/discovery/vlans/tplink-dot1q-vlan-mib.inc.php +85 / -0 A includes/polling/ports/tplink-dot1q-vlan-mib.inc.php +92 / -0
+358 added
−12 removed
filtered activity
Updated TP-Link mib files.
Showing the first 30 paths; 40 more are omitted from this static page.
Changed files with action and line counts M mibs/tplink/TPLINK-8021X-MIB +344 / -132 M mibs/tplink/TPLINK-AAA-MIB +40 / -22 M mibs/tplink/TPLINK-ACL-MIB +367 / -472 M mibs/tplink/TPLINK-ACL-RULE-MIB +639 / -244 M mibs/tplink/TPLINK-ARP-INSPECTION-MIB +309 / -2 M mibs/tplink/TPLINK-BANDWIDTH-MIB +66 / -172 M mibs/tplink/TPLINK-DHCP6SNOOPING-MIB +7 / -13 M mibs/tplink/TPLINK-DHCPRELAY-MIB +241 / -103 M mibs/tplink/TPLINK-DHCPSERVER-MIB +6 / -6 M mibs/tplink/TPLINK-DHCPSNOOPING-MIB +13 / -217 M mibs/tplink/TPLINK-DLDP-MIB +8 / -1 M mibs/tplink/TPLINK-DOS-PREVENTION-MIB +1 / -1 M mibs/tplink/TPLINK-DOT1Q-VLAN-MIB +33 / -16 M mibs/tplink/TPLINK-ETHERNETOAM-MIB +1 / -1 M mibs/tplink/TPLINK-GVRP-MIB +1 / -1 M mibs/tplink/TPLINK-HTTP-MIB +24 / -4 M mibs/tplink/TPLINK-IGMPSNOOPING-MIB +154 / -188 M mibs/tplink/TPLINK-IP-SOURCE-GUARD-MIB +25 / -5 M mibs/tplink/TPLINK-IPADDR-MIB +115 / -9 M mibs/tplink/TPLINK-IPMROUTE-MIB +1 / -1 M mibs/tplink/TPLINK-IPV6-SOURCE-GUARD-MIB +3 / -2 M mibs/tplink/TPLINK-IPV6ADDR-MIB +141 / -10 M mibs/tplink/TPLINK-IPV6STATICROUTE-MIB +13 / -3 M mibs/tplink/TPLINK-L2BRIDGE-MIB +1 / -1 M mibs/tplink/TPLINK-L2PROTOCOL-TUNNEL-MIB +1 / -1 M mibs/tplink/TPLINK-LAG-MIB +3 / -3 M mibs/tplink/TPLINK-LLDP-MIB +1 / -1 M mibs/tplink/TPLINK-LLDPCONFIG-MIB +31 / -8 M mibs/tplink/TPLINK-LLDPINFO-MIB +102 / -4 M mibs/tplink/TPLINK-LLDPMEDCONFIG-MIB +1 / -1
0 added
0 removed
filtered activity
Fixed status for output source by
UPS-MIB .
Changed files with action and line counts M includes/discovery/sensors/ups-mib.inc.php +78 / -1
+78 added
−1 removed
filtered activity
Improved discovery sensors by
UPS-MIB .
Changed files with action and line counts M includes/discovery/sensors/ups-mib.inc.php +354 / -195
+354 added
−195 removed
filtered activity
More mib files updated.
Showing the first 30 paths; 25 more are omitted from this static page.
Changed files with action and line counts A mibs/aruba/ARUBAWIRED-CHASSIS-MIB +51 / -0 A mibs/aruba/ARUBAWIRED-CIPT-MIB +341 / -0 A mibs/aruba/ARUBAWIRED-FAN-MIB +216 / -0 A mibs/aruba/ARUBAWIRED-FANTRAY-MIB +195 / -0 A mibs/aruba/ARUBAWIRED-LLDP-MIB +1,101 / -0 A mibs/aruba/ARUBAWIRED-MSTP-MIB +397 / -0 M mibs/aruba/ARUBAWIRED-NETWORKING-OID +434 / -4 A mibs/aruba/ARUBAWIRED-POE-MIB +795 / -0 A mibs/aruba/ARUBAWIRED-POWERSUPPLY-MIB +243 / -0 M mibs/aruba/ARUBAWIRED-RPVST-MIB +289 / -5 A mibs/aruba/ARUBAWIRED-TEMPSENSOR-MIB +224 / -0 A mibs/aruba/ARUBAWIRED-VSF-MIB +452 / -0 M mibs/aruba/ARUBAWIRED-VSX-MIB +41 / -8 M mibs/bsd/OPENBSD-BASE-MIB +2 / -1 M mibs/bsd/OPENBSD-CARP-MIB +56 / -1 M mibs/bsd/OPENBSD-MEM-MIB +2 / -1 M mibs/bsd/OPENBSD-PF-MIB +17 / -11 M mibs/bsd/OPENBSD-SENSORS-MIB +8 / -3 M mibs/cisco/CISCO-FIREWALL-MIB +905 / -835 M mibs/cisco/CISCO-IF-EXTENSION-MIB +80 / -42 M mibs/cisco/CISCO-PRODUCTS-MIB +65 / -5 M mibs/cisco/CISCO-SWITCH-ENGINE-MIB +301 / -3 M mibs/cisco/CISCO-SWITCH-QOS-MIB +6 / -6 M mibs/cisco/CISCO-UNIFIED-FIREWALL-MIB +296 / -318 M mibs/ciscosb/CISCOSB-MIB +2 / -0 M mibs/colubris/COLUBRIS-802DOT11-MIB +1,226 / -31 M mibs/colubris/COLUBRIS-CONTROLLER-MIB +10 / -1 M mibs/colubris/COLUBRIS-DEVICE-WDS-MIB +644 / -5 M mibs/colubris/COLUBRIS-DEVICE-WIRELESS-MIB +996 / -21 M mibs/colubris/COLUBRIS-PRODUCTS-MIB +22 / -14
0 added
0 removed
filtered activity
Multiple mib files updated.
Showing the first 30 paths; 97 more are omitted from this static page.
Changed files with action and line counts M mibs/brocade/SW-MIB +101 / -82 M mibs/cambium/CAMBIUM-PMP80211-MIB +5,954 / -830 M mibs/d-link/ACLMGMT-MIB +2,146 / -797 A mibs/d-link/CPU-PROTECT-MIB +127 / -0 M mibs/d-link/DES3028-L2MGMT-MIB +441 / -9 M mibs/d-link/DES3028G-L2MGMT-MIB +441 / -9 M mibs/d-link/DES3028P-L2MGMT-MIB +441 / -9 M mibs/d-link/DES3052-L2MGMT-MIB +441 / -9 M mibs/d-link/DES3052P-L2MGMT-MIB +441 / -9 M mibs/d-link/DES3200-10-L2MGMT-MIB +334 / -8 M mibs/d-link/DES3200-10-L3MGMT-MIB +40 / -2 A mibs/d-link/DES3200-10DC-L2MGMT-MIB +6,266 / -0 A mibs/d-link/DES3200-10DC-L3MGMT-MIB +3,815 / -0 M mibs/d-link/DES3200-18-L2MGMT-MIB +334 / -8 M mibs/d-link/DES3200-18-L3MGMT-MIB +40 / -2 A mibs/d-link/DES3200-18DC-L2MGMT-MIB +6,266 / -0 A mibs/d-link/DES3200-18DC-L3MGMT-MIB +3,815 / -0 M mibs/d-link/DES3200-26-L2MGMT-MIB +334 / -8 M mibs/d-link/DES3200-26-L3MGMT-MIB +40 / -2 A mibs/d-link/DES3200-26DC-L2MGMT-MIB +6,266 / -0 A mibs/d-link/DES3200-26DC-L3MGMT-MIB +3,815 / -0 M mibs/d-link/DES3200-28-L2MGMT-MIB +335 / -9 M mibs/d-link/DES3200-28-L3MGMT-MIB +40 / -2 M mibs/d-link/DES3200-28F-L2MGMT-MIB +335 / -9 M mibs/d-link/DES3200-28F-L3MGMT-MIB +40 / -2 A mibs/d-link/DES3200-28ME-L2MGMT-MIB +6,107 / -0 A mibs/d-link/DES3200-28ME-L3MGMT-MIB +3,815 / -0 M mibs/d-link/DES3200-28P-L2MGMT-MIB +5 / -3 M mibs/d-link/DES3200-52-L2MGMT-MIB +5 / -3 A mibs/d-link/DES3200-52DC-L2MGMT-MIB +6,103 / -0
0 added
0 removed
filtered activity
Updated digipower pdu mib definition.
Changed files with action and line counts M includes/definitions/mibs/digipower.inc.php +2 / -4 M includes/definitions/os.inc.php +0 / -30 A includes/definitions/os/digipower.inc.php +41 / -0 D mibs/digipower/DGPPDU-MIB +0 / -2,823 A mibs/digipower/DigiPower-PDU-MIB +3,198 / -0
+43 added
−34 removed
filtered activity
Improved support for SNR devices (
OBS-2215 ).
Changed files with action and line counts M includes/definitions/mibs/snr.inc.php +484 / -194 M includes/definitions/os/nag.inc.php +1 / -0 M mibs/snr/SNR-ERD-2 +29 / -29 M mibs/snr/SNR-ERD-4 +701 / -632
+485 added
−194 removed
filtered activity
Updated radlan and eltex mib files.
Showing the first 30 paths; 16 more are omitted from this static page.
Changed files with action and line counts M mibs/eltex/ELTEX-DHCP +18 / -0 M mibs/eltex/ELTEX-DYING-GASP-MIB +18 / -1 M mibs/eltex/ELTEX-ENTITY-SENSOR-MIB +27 / -26 M mibs/eltex/ELTEX-L2-TUNNEL-CONFIG-MIB +20 / -2 M mibs/eltex/ELTEX-LBD-MIB +36 / -2 M mibs/eltex/ELTEX-MES +6 / -0 M mibs/eltex/ELTEX-MES-AAA +97 / -2 M mibs/eltex/ELTEX-MES-BRIDGE-EXT-MIB +155 / -4 M mibs/eltex/ELTEX-MES-BRIDGE-SECURITY +146 / -2 M mibs/eltex/ELTEX-MES-COUNTERS-MIB +77 / -1 A mibs/eltex/ELTEX-MES-FASTPATH-MIB +29 / -0 M mibs/eltex/ELTEX-MES-HARDWARE-MIB +70 / -1 M mibs/eltex/ELTEX-MES-IP +109 / -3 M mibs/eltex/ELTEX-MES-MIB-2 +26 / -3 M mibs/eltex/ELTEX-MES-MNG-MIB +1 / -1 M mibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB +117 / -1 M mibs/eltex/ELTEX-MES-QOS-CLI-MIB +1,145 / -4 M mibs/eltex/ELTEX-MES-QOS-TAIL-DROP-MIB +16 / -0 A mibs/eltex/ELTEX-MES-SECURITY-SUITE-MIB +238 / -0 A mibs/eltex/ELTEX-MES-SMARTPORTS-MIB +78 / -0 A mibs/eltex/ELTEX-MES-SNMP-MIB +80 / -0 M mibs/eltex/ELTEX-MES-STORMCTRL-MIB +64 / -177 M mibs/eltex/ELTEX-MES-SYSLOG-MIB +102 / -1 M mibs/eltex/ELTEX-MES-eltInterfaces +108 / -4 M mibs/eltex/ELTEX-POLICY-MIB +161 / -3 M mibs/eltex/ELTEX-PROCESS-MIB +46 / -45 M mibs/eltex/ELTEX-STORAGE-MIB +24 / -23 M mibs/eltex/ELTEX-VPC-MIB +12 / -10 A mibs/radlan/DVMRP-STD-MIB +760 / -0 M mibs/radlan/MARVELL-ERRDISABLE-RECOVERY-MIB +2 / -1
0 added
0 removed
filtered activity
Added support for
FS.COM IOS (BDCOM clone) devices (
OBS-3749 ).
Changed files with action and line counts A includes/definitions/mibs/bdcom non-text +0 / -0 M includes/definitions/mibs/bdcom.inc.php +15 / -248 A includes/definitions/mibs/bdcom/nms-chassis.php +120 / -0 A includes/definitions/mibs/bdcom/nms-fan-trap.php +79 / -0 A includes/definitions/mibs/bdcom/nms-if-mib.php +98 / -0 A includes/definitions/mibs/bdcom/nms-poe-mib.php +32 / -0 M includes/definitions/mibs/fscom.inc.php +77 / -11 M includes/definitions/os/bdcom.inc.php +3 / -1 M includes/definitions/os/fscom.inc.php +30 / -8
+454 added
−268 removed
filtered activity
Improved definition based mempools discovery.
Changed files with action and line counts M includes/discovery/functions.inc.php +3 / -3 M includes/discovery/mempools.inc.php +80 / -73 M includes/polling/mempools.inc.php +47 / -48
+130 added
−124 removed
filtered activity
Updated BDCOM mibs and it clones.
Showing the first 30 paths; 225 more are omitted from this static page.
Changed files with action and line counts M mibs/bdcom/NMS-CHASSIS +1 / -0 M mibs/bdcom/NMS-IF-QOS-POLICY +1 / -1 M mibs/bdcom/NMS-INTERFACE-EXT +1 / -1 M mibs/bdcom/NMS-QOS-MIB +0 / -1 A mibs/fscom/FS-NMS-1705 +279 / -0 A mibs/fscom/FS-NMS-ACCOUNTING-MIB +128 / -0 A mibs/fscom/FS-NMS-ACL-EXT-MIB +427 / -0 A mibs/fscom/FS-NMS-AUTHENTICATION-TRAP +98 / -0 A mibs/fscom/FS-NMS-BACKUPLINK-MIB +334 / -0 A mibs/fscom/FS-NMS-CARD-OPERATION-MIB +280 / -0 A mibs/fscom/FS-NMS-CARD-SYS-MIB +288 / -0 A mibs/fscom/FS-NMS-CFGAPP +57 / -0 A mibs/fscom/FS-NMS-CHASSIS +861 / -0 A mibs/fscom/FS-NMS-CONFIG +39 / -0 A mibs/fscom/FS-NMS-CONFIG-MGMT +39 / -0 A mibs/fscom/FS-NMS-DHCP-SERVER-LEASE-MIB +147 / -0 A mibs/fscom/FS-NMS-DHCP-SERVER-MIB +119 / -0 A mibs/fscom/FS-NMS-DHCP-SNOOPING-MIB +225 / -0 A mibs/fscom/FS-NMS-EAPS-MIB +436 / -0 A mibs/fscom/FS-NMS-ERPS-MIB +693 / -0 A mibs/fscom/FS-NMS-ETHERRING +129 / -0 A mibs/fscom/FS-NMS-FAN-TRAP +307 / -0 A mibs/fscom/FS-NMS-FILE-MGMT-MIB +290 / -0 A mibs/fscom/FS-NMS-FILTER-TRAP +189 / -0 A mibs/fscom/FS-NMS-FLASH +276 / -0 A mibs/fscom/FS-NMS-GBSC-MIB +162 / -0 A mibs/fscom/FS-NMS-HAL-GLOBAL-MIB +194 / -0 A mibs/fscom/FS-NMS-HAL-IF-MIB +653 / -0 A mibs/fscom/FS-NMS-HAL-TRAP +128 / -0 A mibs/fscom/FS-NMS-IEEE8023-LAG-MIB +1,496 / -0
0 added
0 removed
filtered activity
Removed unused files.
Changed files with action and line counts D html/includes/port-edit.inc.php +0 / -112 M html/pages/device/edit/ports.inc.php +2 / -6 D includes/housekeeping/timing.inc.php +0 / -81
+2 added
−199 removed
filtered activity
Fixed update device ports action.
Changed files with action and line counts M html/ajax/actions.php +5 / -2 M html/includes/functions.inc.php +17 / -21 M html/pages/device/edit/ports.inc.php +3 / -3
+25 added
−26 removed
filtered activity
Cleanup housekeeping staledb module. Fixed test option passing.
Changed files with action and line counts M housekeeping.php +1 / -1 M includes/housekeeping/staledb.inc.php +69 / -84
+70 added
−85 removed
filtered activity
Fixed second forward requests with geocode definitions.
Changed files with action and line counts M includes/definitions/geo.inc.php +1 / -0 M includes/geolocation.inc.php +100 / -85
+101 added
−85 removed
filtered activity
Improved test_geo script for multiple geo apis.
Changed files with action and line counts M includes/definitions/geo.inc.php +4 / -0 M includes/geolocation.inc.php +8 / -14 M test_geo.php +36 / -9
+48 added
−23 removed
filtered activity
Improved get_last_message() and test_http_request() outputs.
Changed files with action and line counts M includes/common.inc.php +47 / -40
+47 added
−40 removed
filtered activity
Fix adding graph to dashboard
Changed files with action and line counts M html/pages/graphs.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Fix erronous loading of qtip css
Changed files with action and line counts M html/includes/print/search.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improve time handling for graphs
Changed files with action and line counts M html/ajax/widget.php +27 / -0 M html/includes/collectd/definitions.php +1 / -1 M html/includes/graphs/common.inc.php +6 / -9 M html/includes/graphs/device/collectd.inc.php +4 / -2 M html/pages/graphs.inc.php +38 / -18
+76 added
−30 removed
filtered activity
Fix collectd graphing
Changed files with action and line counts M html/includes/collectd/functions.php +6 / -5 M html/pages/graphs.inc.php +1 / -1
+7 added
−6 removed
filtered activity
Fix addon css class to look correct in dark modes
Changed files with action and line counts M html/css/bootstrap/less/forms.less +2 / -2 M html/css/observium-dark.css +1 / -2 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +1 / -2 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +1 / -2 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Improve date handling on graphs browser
Changed files with action and line counts M html/includes/graphs/common.inc.php +2 / -2 M html/pages/graphs.inc.php +9 / -4
+11 added
−6 removed
filtered activity
Improve ignoring of invalid J IF Optics [OBS-3746]
Changed files with action and line counts M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +6 / -4
+6 added
−4 removed
filtered activity
Improved detect OPNsense os and version (
OBS-3745 ).
Changed files with action and line counts M includes/definitions/os/bsd.inc.php +11 / -4 M includes/polling/os/unix.inc.php +19 / -4
+30 added
−8 removed
filtered activity
Fixed generate test alerts (appear in r11258).
Changed files with action and line counts M test_alert.php +7 / -4
+7 added
−4 removed
filtered activity
Changed default device mibs order (models first, discovered second).
Changed files with action and line counts M includes/common.inc.php +25 / -4 M includes/definitions/mibs.inc.php +6 / -2 M includes/entities.inc.php +32 / -28 M tests/IncludesCommonTest.php +26 / -0
+63 added
−34 removed
filtered activity
Fixed discovery sensors with case sensitive Oid names (
OBS-3743 ).
Changed files with action and line counts M includes/definitions/os.inc.php +17 / -24 A includes/definitions/os/serverscheck.inc.php +34 / -0 A update/446.sql +7 / -0
+51 added
−24 removed
filtered activity
Improved syslog messages parsing for DNOS 6.
Changed files with action and line counts M includes/definitions/os/dell.inc.php +2 / -0 M includes/syslog.inc.php +37 / -3 M tests/IncludesSyslogTest.php +18 / -0
+39 added
−3 removed
filtered activity
Changed device type to optical for some Ciena/Infinera devices (
OBS-3744 ).
Changed files with action and line counts M includes/definitions/os/ciena.inc.php +3 / -3 M includes/definitions/os/infinera.inc.php +4 / -5
+7 added
−8 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/nortel.inc.php +53 / -40 M includes/definitions/os/extreme.inc.php +1 / -0
+54 added
−40 removed
filtered activity
Changed files with action and line counts M html/includes/print/inventory.inc.php +7 / -0 M includes/definitions/mibs/enterasys.inc.php +6 / -0 M includes/definitions/os/extreme.inc.php +2 / -0
+15 added
0 removed
filtered activity
Improve device group view
Changed files with action and line counts M html/includes/entities/device.inc.php +2 / -1 M html/includes/graphs/common.inc.php +7 / -8 M html/pages/device/graphs.inc.php +1 / -0 M html/pages/devices/basic.inc.php +14 / -3 M html/pages/devices/detail.inc.php +2 / -1 M html/pages/devices/graphs.inc.php +4 / -2 M html/pages/group.inc.php +114 / -8
+144 added
−23 removed
filtered activity
Add ubnt oid to unifi
Changed files with action and line counts M includes/definitions/os/ubiquiti.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improve alert ignore handling via api
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +3 / -0
+3 added
0 removed
filtered activity
Make setting ignore_until and ignore_until_ok behaviour consistent between table, page and api
Changed files with action and line counts M html/includes/actions/alert_entry_ignore_until_ok.inc.php +1 / -1 M html/includes/print/alert.inc.php +5 / -3 M html/pages/device/alert.inc.php +3 / -0
+9 added
−4 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/huawei.inc.php +44 / -1 A includes/polling/os/vrp.inc.php +70 / -0
+114 added
−1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +4 / -4
+4 added
−4 removed
filtered activity
Reduced db queries on device page.
Changed files with action and line counts M html/includes/navbar.inc.php +16 / -1 M html/pages/device/overview/sensors.inc.php +48 / -18 M includes/entities.inc.php +34 / -43 M includes/entities/device.inc.php +7 / -10
+105 added
−72 removed
filtered activity
More fixes for debug requests.
Changed files with action and line counts M includes/common.inc.php +4 / -6
+4 added
−6 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +61 / -292 A includes/discovery/sensors/des-1210-28me-b2.inc.php +154 / -0
+215 added
−292 removed
filtered activity
Fixed debug requests in Web UI.
Changed files with action and line counts M includes/common.inc.php +3 / -2 M includes/db.inc.php +6 / -10 M includes/db/mysqli.inc.php +1 / -2
+10 added
−14 removed
filtered activity
Use register_html_alert() for display web system alerts.
Changed files with action and line counts M html/includes/functions.inc.php +36 / -3 M html/includes/notifications.inc.php +28 / -36 M html/index.php +5 / -16 M includes/common.inc.php +2 / -0
+71 added
−55 removed
filtered activity
Fixed rrdtool_file_valid() for old rrdtool versions.
Changed files with action and line counts M includes/definitions.inc.php +2 / -1 M includes/rrdtool.inc.php +85 / -81
+87 added
−82 removed
filtered activity
Fixed API request addresses when address not associated with port (
OBS-3739 ).
Changed files with action and line counts M html/api/v0/includes/address.inc.php +95 / -92
+95 added
−92 removed
filtered activity
Fixed set OBS_DEBUG constant on API requests.
Changed files with action and line counts M html/api/v0/index.php +1 / -11 M includes/definitions.inc.php +24 / -4
+25 added
−15 removed
filtered activity
Fixed incorrect success message for add device.
Changed files with action and line counts M html/pages/addhost.inc.php +1 / -3
+1 added
−3 removed
filtered activity
Renamed d-link file include with mib name (
OBS-3725 ).
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +2 / -2 D includes/definitions/mibs/d-link/d-link.des3018-3026.php +0 / -57 A includes/definitions/mibs/d-link/des30xx-l2mgmt-mib.php +57 / -0
+59 added
−59 removed
filtered activity
Clean features for Huawei VRP (
OBS-3737 ).
Changed files with action and line counts M includes/definitions/os/huawei.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Use own Huawei firmware version and patch params instead platform version (
OBS-3737 ).
Changed files with action and line counts M includes/definitions/mibs/huawei.inc.php +22 / -1 M includes/definitions/os/huawei.inc.php +6 / -4 M includes/entities/device.inc.php +9 / -5 M includes/polling/os.inc.php +1 / -1
+38 added
−11 removed
filtered activity
Add more d-link support [OBS-3706] [OBS-3725]
Changed files with action and line counts A includes/definitions/mibs/d-link non-text +0 / -0 M includes/definitions/mibs/d-link.inc.php +800 / -135 A includes/definitions/mibs/d-link/d-link.des3018-3026.php +57 / -0 M includes/definitions/os/d-link.inc.php +2 / -2 A mibs/d-link/DES-1210-28ME-B2 +24,514 / -0 A mibs/d-link/DES-1210-28ME-B3 +26,571 / -0 D mibs/d-link/DES-1210-28ME_B2 +0 / -14,185 A mibs/d-link/DLINKSW-DDM-MIB +777 / -0 M mibs/d-link/DLINKSW-ENTITY-EXT-MIB +3 / -0
+859 added
−137 removed
filtered activity
Clean up MIB name outputs in mem/proc discovery
Changed files with action and line counts M includes/discovery/mempools.inc.php +3 / -2 M includes/discovery/processors.inc.php +2 / -1
+5 added
−3 removed
filtered activity
Fix labelling of cbqos entries
Changed files with action and line counts M includes/polling/cisco-cbqos.inc.php +10 / -5
+10 added
−5 removed
filtered activity
April 2021
Add fortigate sync status
Changed files with action and line counts M includes/definitions/mibs/fortinet.inc.php +16 / -0
+16 added
0 removed
filtered activity
Add check_dns basic definition
Changed files with action and line counts M includes/definitions/entities/probes.inc.php +6 / -1
+6 added
−1 removed
filtered activity
Improved add device via api output.
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +52 / -31 M html/includes/print/events.inc.php +14 / -17 M includes/distributed.inc.php +1 / -1 M includes/entities/device.inc.php +1 / -0
+68 added
−49 removed
filtered activity
Updated Flight lib.
Changed files with action and line counts M libs/flight/Engine.php +3 / -0 M libs/flight/Flight.php +1 / -1 M libs/flight/VERSION +1 / -1 M libs/flight/net/Response.php +13 / -4 M libs/flight/util/Collection.php +14 / -1 A libs/flight/util/LegacyJsonSerializable.php +11 / -0
0 added
0 removed
filtered activity
Added os definition for Alpha CXC HP controllers (
OBS-3734 ).
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -17 A includes/definitions/os/alpha.inc.php +30 / -0
+30 added
−17 removed
filtered activity
Added snmp_timeout and snmp_retries to allowed options in add_device_vars().
Changed files with action and line counts M html/pages/device/edit/snmp.inc.php +2 / -2 M includes/common.inc.php +9 / -0 M includes/entities/device.inc.php +32 / -22
+43 added
−24 removed
filtered activity
Add ability to filter ports api return by field
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +1 / -1 M html/api/v0/includes/ports.inc.php +29 / -7
+30 added
−8 removed
filtered activity
Add fields filter to devices api endpoint
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +17 / -2
+17 added
−2 removed
filtered activity
Added ability for inially add devices to remote pollers. Added actions queue for remote pollers.
Changed files with action and line counts M discovery.php +22 / -15 M html/includes/functions.inc.php +0 / -8 M html/includes/print/common.inc.php +4 / -0 M html/includes/print/search.inc.php +5 / -0 M html/pages/addhost.inc.php +37 / -7 M html/pages/device/edit/device.inc.php +10 / -7 M html/pages/pollerlog.inc.php +15 / -1 M includes/common.inc.php +12 / -3 A includes/distributed.inc.php +74 / -0 M includes/entities/device.inc.php +712 / -30 M includes/functions.inc.php +29 / -768 M includes/sql-config.inc.php +9 / -7 M poller-wrapper.py +5 / -2 A update/445.sql +3 / -0
+934 added
−848 removed
filtered activity
Fixed trigger alert on compare numeric value with empty condition.
Changed files with action and line counts M html/includes/print/alert.inc.php +15 / -23 M html/pages/add_alert_check.inc.php +40 / -12 M html/pages/alert_check.inc.php +45 / -19 M html/pages/device/alert.inc.php +2 / -2 M includes/alerts.inc.php +34 / -28
+136 added
−84 removed
filtered activity
Improved build_table() for generate html tables.
Changed files with action and line counts M html/includes/print/common.inc.php +50 / -17 M html/pages/processes.inc.php +11 / -6
+61 added
−23 removed
filtered activity
Fixed return numbers by nicecase().
Changed files with action and line counts M includes/rewrites.inc.php +6 / -1
+6 added
−1 removed
filtered activity
Fix display of vm cpu cores
Changed files with action and line counts M html/includes/entities/virtualmachine.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improved eventlog about incorrect snmp v3 authentication or encryption protocol error.
Changed files with action and line counts M includes/snmp.inc.php +12 / -1
+12 added
−1 removed
filtered activity
Added SNMPv3 additional authentication and privacy protocol options supported by net-snmp 5.8+.
Changed files with action and line counts M add_device.php +55 / -99 M html/pages/addhost.inc.php +70 / -36 M html/pages/device/edit/snmp.inc.php +50 / -39 M includes/common.inc.php +10 / -0 M includes/defaults.inc.php +2 / -2 M includes/definitions.inc.php +7 / -0 M includes/snmp.inc.php +3 / -0 A update/444.sql +1 / -0
+197 added
−176 removed
filtered activity
Updated pollers list on device edit page.
Changed files with action and line counts M html/pages/device/edit/device.inc.php +7 / -4
+7 added
−4 removed
filtered activity
Pass poller_id to discovery/poller when it requested by command arguments.
Changed files with action and line counts M poller-wrapper.py +212 / -182
+212 added
−182 removed
filtered activity
Pass poller_id from wrapper to poller/discovery scripts. Store host_id and host_uname for partitioned pollers.
Changed files with action and line counts M alerter.php +14 / -21 M discovery.php +52 / -54 M html/pages/pollerlog.inc.php +32 / -25 M includes/sql-config.inc.php +32 / -12 M poller.php +45 / -71 A update/443.sql +1 / -0
+175 added
−183 removed
filtered activity
Added function get_local_id() for get current host/poller unique id.
Changed files with action and line counts M includes/common.inc.php +49 / -12
+49 added
−12 removed
filtered activity
Added support for Lenovo XClarity Controller (
OBS-3418 ).
Changed files with action and line counts M includes/definitions/mibs/ibm.inc.php +306 / -0 M includes/definitions/os/ibm.inc.php +10 / -1 A mibs/ibm/LENOVO-XCC-MIB +8,906 / -0
+316 added
−1 removed
filtered activity
Fixed display
ifAliases on Global VLANs page.
Changed files with action and line counts M html/pages/vlan.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Fixed empty array sorting on Global VLANs page.
Changed files with action and line counts M html/pages/vlan.inc.php +41 / -8
+41 added
−8 removed
filtered activity
Fixed variable override.
Changed files with action and line counts M includes/versioncheck.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Fixed detect hardware for Meinberg NTP-Servers (
OBS-3730 ).
Changed files with action and line counts M includes/definitions/mibs/meinberg.inc.php +33 / -27 M includes/definitions/os.inc.php +0 / -11 A includes/definitions/os/meinberg.inc.php +34 / -0 A mibs/meinberg/MBG-MGMT-MIB +500 / -0 M mibs/meinberg/MBG-SNMP-LTNG-MIB +565 / -167 A mibs/meinberg/MBG-SNMP-NTP-DISPLAY-MIB +98 / -0 A mibs/meinberg/MBG-SNMP-RSC-MDU-MIB +640 / -0 A mibs/meinberg/MBG-SNMP-RSC180-MIB +592 / -0 A mibs/meinberg/MBG-SYNCBOX_N2X-MIB +653 / -0 A mibs/meinberg/MEINBERG-OS-MIB +1,639 / -0
+67 added
−38 removed
filtered activity
Removed debug prints.
Changed files with action and line counts M includes/alerts.inc.php +2 / -6
+2 added
−6 removed
filtered activity
Move device_id_by_entity to device entity functions include from html functions
Changed files with action and line counts M html/includes/functions.inc.php +0 / -30 M includes/entities/device.inc.php +29 / -0
+29 added
−30 removed
filtered activity
Fix missing device_id in alert_table
Changed files with action and line counts A update/442.php +15 / -0
+15 added
0 removed
filtered activity
Fix correctly applying device_id to alerts
Changed files with action and line counts M includes/alerts.inc.php +11 / -5
+11 added
−5 removed
filtered activity
Set current timestamps in test alert notifications.
Changed files with action and line counts M test_alert.php +16 / -16
+16 added
−16 removed
filtered activity
Improved discovery sensors by
PDU-MIB .
Changed files with action and line counts M includes/definitions/mibs/raritan.inc.php +399 / -54 M includes/definitions/os.inc.php +0 / -32 A includes/definitions/os/raritan.inc.php +51 / -0 M includes/discovery/sensors/pdu-mib.inc.php +66 / -112
+516 added
−198 removed
filtered activity
Fixed Engine for some db tables. Updated maximum possible sensor and counter values.
Changed files with action and line counts A update/441.sql +5 / -0
0 added
0 removed
filtered activity
Improved detect command versions.
Changed files with action and line counts M includes/common.inc.php +228 / -187 M includes/defaults.inc.php +1 / -1 M includes/definitions/version.inc.php +17 / -20 M includes/sql-config.inc.php +5 / -0
+251 added
−208 removed
filtered activity
Migrated
createHost () to
create_device() with array params. Added ability for set poller_id.
Changed files with action and line counts M includes/discovery/functions.inc.php +15 / -10 M includes/entities/device.inc.php +134 / -0 M includes/functions.inc.php +132 / -270
+281 added
−280 removed
filtered activity
Fixed select groups/checkers by device locations.
Changed files with action and line counts M html/includes/functions.inc.php +5 / -3 M includes/alerts.inc.php +19 / -28 M includes/definitions/entities.inc.php +3 / -2
+27 added
−33 removed
filtered activity
Detect Nfsen-ng graphs.
Changed files with action and line counts A html/includes/graphs/device/nfsen_bytes.inc.php +19 / -0 M html/includes/graphs/device/nfsen_common.inc.php +4 / -7 M html/includes/graphs/device/nfsen_traffic.inc.php +2 / -2 M html/pages/device/nfsen.inc.php +16 / -14
+41 added
−23 removed
filtered activity
Added support for Socomec Net Vision 7+ (
OBS-3720 ).
Changed files with action and line counts A includes/definitions/mibs/socomec non-text +0 / -0 M includes/definitions/mibs/socomec.inc.php +138 / -197 A includes/definitions/mibs/socomec/socomecups-adicom-mib.inc.php +230 / -0 A includes/definitions/mibs/socomec/socomecups-mib.inc.php +273 / -0 M includes/definitions/os/socomec.inc.php +9 / -1 D includes/discovery/sensors/socomecups-mib.inc.php +0 / -130
+650 added
−328 removed
filtered activity
Prefer discovered mibs in sensors discovery.
Changed files with action and line counts M includes/entities.inc.php +26 / -40
+26 added
−40 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/aten-ipmi-mib.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/aten-ipmi-mib.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added support for Socomec Delphys GP UPS (
OBS-3490 ).
Changed files with action and line counts M includes/definitions/mibs/socomec.inc.php +219 / -4 M includes/definitions/os.inc.php +0 / -25 A includes/definitions/os/socomec.inc.php +45 / -0
+264 added
−29 removed
filtered activity
Updated Socomec mib files.
Changed files with action and line counts A mibs/socomec/SOCOMECUPS-ADICOM-MIB +636 / -0 A mibs/socomec/SOCOMECUPS7-MIB +2,372 / -0 D mibs/socomec/SOCOMECUPS_ADICOM_MIB +0 / -503
0 added
0 removed
filtered activity
Improve VRF page in dark mode
Changed files with action and line counts M html/includes/print-vrf.inc.php +11 / -11 M html/pages/device/routing/vrf.inc.php +2 / -2
+13 added
−13 removed
filtered activity
Fixed access to config var in get_autodiscovery_device_id().
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Do not disclose version to unauthorized requests.
Changed files with action and line counts M html/includes/functions.inc.php +6 / -4
+6 added
−4 removed
filtered activity
Timeout option in generate_http_context() not configurable.
Changed files with action and line counts M includes/common.inc.php +7 / -1
+7 added
−1 removed
filtered activity
Improved get_rancid_filename(), added generate_device_hostnames().
Changed files with action and line counts M html/includes/functions.inc.php +10 / -31 M html/pages/device.inc.php +7 / -5 M html/pages/device/showconfig.inc.php +39 / -72 M includes/entities/device.inc.php +94 / -0
+150 added
−108 removed
filtered activity
Ignored (system default) sysnames in discovery neighbours now configurable.
Changed files with action and line counts M includes/defaults.inc.php +30 / -0 M includes/discovery/functions.inc.php +1 / -8
+31 added
−8 removed
filtered activity
Added basic detect Proofpoint E-mail Gateway (
OBS-3710 ).
Changed files with action and line counts A html/images/os/proofpoint-dark.png +1 / -0 A html/images/os/proofpoint-dark_2x.png +1 / -0 A html/images/os/proofpoint.png +1 / -0 A html/images/os/proofpoint_2x.png +1 / -0 A includes/definitions/os/proofpoint.inc.php +38 / -0 M includes/polling/os/unix.inc.php +7 / -0
+45 added
0 removed
filtered activity
Fixed check versions requests error. Added external apis definitions.
Changed files with action and line counts M includes/definitions.inc.php +20 / -22 A includes/definitions/apis.inc.php +26 / -0 M includes/definitions/version.inc.php +2 / -2 M includes/versioncheck.inc.php +35 / -41
+83 added
−65 removed
filtered activity
Fixed Arch Linux distro icons.
Changed files with action and line counts A html/images/os/arch_linux.png +1 / -0 A html/images/os/arch_linux_2x.png +1 / -0 D html/images/os/archlinux.png +0 / -1 D html/images/os/archlinux_2x.png +0 / -1
0 added
0 removed
filtered activity
Improved Google Chat notification transport (
OBS-3482 ).
Changed files with action and line counts M includes/definitions/transports.inc.php +53 / -6 A includes/templates/notification/google-chat_card.tpl +38 / -0 A includes/templates/notification/google-chat_text.tpl +44 / -0
+135 added
−6 removed
filtered activity
Improved pass tagged request params in definition based http requests.
Changed files with action and line counts M includes/common.inc.php +43 / -33
+43 added
−33 removed
filtered activity
Added Google Chat transport support (
OBS-3482 ).
Changed files with action and line counts M includes/definitions/transports.inc.php +37 / -0
+37 added
0 removed
filtered activity
Fixed other "Uncaught TypeError".
Changed files with action and line counts M includes/alerting/email.inc.php +5 / -6 M includes/common.inc.php +12 / -5 M includes/discovery/storage/host-resources-mib.inc.php +2 / -3 M poller.php +1 / -0 M tests/IncludesCommonTest.php +1 / -1
+20 added
−14 removed
filtered activity
Added simple helper function safe_empty(). Added phpunit tests for safe_* functions.
Changed files with action and line counts M includes/common.inc.php +4 / -0 M tests/IncludesCommonTest.php +66 / -0
+4 added
0 removed
filtered activity
Fixed "Only variables should be passed by reference".
Changed files with action and line counts M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +4 / -2 M includes/polling/os/zte.inc.php +16 / -33 M includes/polling/ports/q-bridge-mib.inc.php +5 / -7
+25 added
−42 removed
filtered activity
Added debug option for log all php errors to observium logs dir (mostly for catch php8 errors).
Changed files with action and line counts M includes/defaults.inc.php +1 / -1 M includes/definitions.inc.php +11 / -9
+12 added
−10 removed
filtered activity
Fixed minor php8 errors.
Changed files with action and line counts M html/pages/devices.inc.php +3 / -1 M html/pages/inventory.inc.php +8 / -7 M html/pages/pollerlog.inc.php +22 / -15 M includes/common.inc.php +41 / -56
+74 added
−79 removed
filtered activity
Fixed debug in poller-wrapper (
OBS-3708 ).
Changed files with action and line counts M poller-wrapper.py +3 / -1
+3 added
−1 removed
filtered activity
Fixed minor type errors.
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1 M includes/common.inc.php +30 / -5 M includes/functions.inc.php +8 / -15 M includes/polling/aruba-controller.inc.php +3 / -2
+42 added
−23 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/fortinet.inc.php +1 / -0 M includes/rewrites.inc.php +10 / -14
+11 added
−14 removed
filtered activity
Updated ServiceNow notification definition.
Changed files with action and line counts M includes/definitions/transports.inc.php +3 / -2
+3 added
−2 removed
filtered activity
Added unofficial rancid os mapping for DCN clone switches.
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -19 M includes/definitions/os/nag.inc.php +1 / -0 A includes/definitions/os/qtech.inc.php +31 / -0
+32 added
−19 removed
filtered activity
Improved support for DCN-like switches (SNR, QTech) (
OBS-3648 ).
Changed files with action and line counts A includes/definitions/mibs/dcn non-text +0 / -0 M includes/definitions/mibs/dcn.inc.php +4 / -147 A includes/definitions/mibs/dcn/dcn-xxx.php +202 / -0 M includes/definitions/mibs/qtech.inc.php +7 / -131 M includes/definitions/mibs/snr.inc.php +271 / -126 M includes/definitions/models.inc.php +0 / -7 M includes/definitions/os/nag.inc.php +23 / -6 M includes/polling/os/ups-mib.inc.php +1 / -2
+508 added
−419 removed
filtered activity
Clean numeric indexes in mibs definitions.
Changed files with action and line counts M includes/definitions/mibs.inc.php +2 / -2 M includes/definitions/mibs/citrix.inc.php +25 / -10 M includes/definitions/mibs/opengear.inc.php +6 / -6
+33 added
−18 removed
filtered activity
Fixed potential security issue in search (
OBS-3713 ).
Changed files with action and line counts M html/ajax/search.php +4 / -2
+4 added
−2 removed
filtered activity
Fixed contact tooltip escaping.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +1 / -1 M html/pages/contact.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Added ServiceNow notification transport.
Changed files with action and line counts A includes/alerting/servicenow.inc.php +34 / -0 M includes/definitions/transports.inc.php +63 / -0
+97 added
0 removed
filtered activity
Fixed poller-wrapper unexpected exit when log file not permitted for write.
Changed files with action and line counts M poller-wrapper.py +15 / -8
+15 added
−8 removed
filtered activity
Store rrd files update permission error into eventlog.
Changed files with action and line counts M html/includes/print/events.inc.php +11 / -11 M html/pages/device/overview/events.inc.php +16 / -13 M includes/rrdtool.inc.php +80 / -6
+107 added
−30 removed
filtered activity
Improve login form in dark modes.
Changed files with action and line counts M html/css/bootstrap/less/boxes.less +2 / -2 M html/css/bootstrap/less/variables-darkblue.less +2 / -0 M html/css/observium-dark.css +2 / -2 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +10 / -10 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
Updated os group definition (enterprise_tree_snmpv2).
Changed files with action and line counts M includes/definitions/os.inc.php +5 / -5
+5 added
−5 removed
filtered activity
Improved support for Nokia PSI-M platform.
Changed files with action and line counts M includes/definitions/mibs/nokia.inc.php +373 / -1 M includes/definitions/os/nokia.inc.php +5 / -0
+378 added
−1 removed
filtered activity
Added nokia mib files.
Showing the first 30 paths; 61 more are omitted from this static page.
Changed files with action and line counts M mibs/nokia/TIMETRA-SAS-MIRROR-MIB +1 / -1 M mibs/nokia/TIMETRA-SAS-PORT-MIB +4 / -2 M mibs/nokia/TIMETRA-SAS-SDP-MIB +1 / -1 A mibs/nokia/TN-BFD-MIB +482 / -0 A mibs/nokia/TN-CLEAR-MIB +293 / -0 A mibs/nokia/TN-CONN-PROF-MIB +333 / -0 A mibs/nokia/TN-DOT3-OAM-MIB +434 / -0 A mibs/nokia/TN-ETH-RING-MIB +1,106 / -0 A mibs/nokia/TN-FILTER-MIB +4,536 / -0 A mibs/nokia/TN-IEEE8021-CFM-MIB +2,942 / -0 A mibs/nokia/TN-IGMP-SNOOPING-MIB +5,022 / -0 A mibs/nokia/TN-LAG-MIB +1,416 / -0 A mibs/nokia/TN-LLDP-MIB +2,190 / -0 A mibs/nokia/TN-LOG-MIB +3,881 / -0 A mibs/nokia/TN-MC-REDUNDANCY-MIB +2,247 / -0 A mibs/nokia/TN-MIRROR-MIB +2,281 / -0 A mibs/nokia/TN-MPLS-MIB +8,716 / -0 A mibs/nokia/TN-MPLS-TP-MIB +1,810 / -0 A mibs/nokia/TN-OAM-TEST-MIB +16,189 / -0 A mibs/nokia/TN-PACKETSWITCH-MIB +501 / -0 A mibs/nokia/TN-PMON-MIB +4,039 / -0 A mibs/nokia/TN-PORT-MIB +15,432 / -0 A mibs/nokia/TN-QOS-MIB +11,321 / -0 A mibs/nokia/TN-RMD-CFM-MIB +942 / -0 A mibs/nokia/TN-RMD-EFM-MIB +171 / -0 A mibs/nokia/TN-RMD-IF-MIB +1,524 / -0 A mibs/nokia/TN-RMD-SYSTEM-MIB +1,514 / -0 A mibs/nokia/TN-RMD-TC-MIB +103 / -0 A mibs/nokia/TN-RMD-TSOP-MIB +1,146 / -0 A mibs/nokia/TN-SAP-MIB +12,548 / -0
0 added
0 removed
filtered activity
Improved snmp_fix_numeric() for split unit with lanes.
Changed files with action and line counts M includes/snmp.inc.php +18 / -5
+18 added
−5 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/smartoptics.inc.php +6 / -6
+6 added
−6 removed
filtered activity
Try associate remote neighbours by not fqdn
sysName (only unique sysname).
Changed files with action and line counts M includes/discovery/functions.inc.php +25 / -6
+25 added
−6 removed
filtered activity
Changed files with action and line counts A includes/discovery/neighbours/dcp-linkview-mib.inc.php +65 / -0
+65 added
0 removed
filtered activity
Add global VLAN page.
Changed files with action and line counts M html/includes/entities/device.inc.php +6 / -5 M html/includes/navbar.inc.php +4 / -0 A html/pages/vlan.inc.php +242 / -0
+252 added
−5 removed
filtered activity
Disable leaflet.css
Changed files with action and line counts M html/pages/dashboard.inc.php +4 / -1
+4 added
−1 removed
filtered activity
Improve dark mode map controls & popups
Changed files with action and line counts M html/css/bootstrap/less/includes.less +3 / -0 A html/css/bootstrap/less/leaflet.less +663 / -0 M html/css/bootstrap/less/type.less +2 / -2 M html/css/observium-dark.css +626 / -2 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +626 / -2 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +626 / -2 M html/css/observium.map +1 / -1
0 added
0 removed
filtered activity
Changed files with action and line counts A html/includes/graphs/sensor/db.inc.php +47 / -0 M html/includes/graphs/sensor/graph.inc.php +11 / -8 D html/includes/graphs/sensor/snr.inc.php +0 / -48 D html/includes/graphs/sensor/sound.inc.php +0 / -48 M includes/definitions/entities/sensors.inc.php +1 / -0 M includes/definitions/mibs/smartoptics.inc.php +85 / -2 M includes/definitions/os/smartoptics.inc.php +1 / -2 M includes/definitions/wui.inc.php +1 / -0
+146 added
−108 removed
filtered activity
Improve some graph transparencies
Changed files with action and line counts M includes/defaults.inc.php +8 / -5
+8 added
−5 removed
filtered activity
Update port RRD DSes max for ports with 40G+ speeds.
Changed files with action and line counts M includes/discovery/ports.inc.php +23 / -9 M includes/polling/ports.inc.php +28 / -34
+51 added
−43 removed
filtered activity
Added rrdtool_update_ds(). Added ability for update min/max for RRD DSes.
Changed files with action and line counts M includes/rrdtool.inc.php +123 / -61
+123 added
−61 removed
filtered activity
Fixed incorrect sensors scale on IOS-XE
16.12.x (
OBS-3707 ).
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +5 / -6
+5 added
−6 removed
filtered activity
Fix Pagerduty notification format to not double hostname and to not show descr. use %TITLE%
Changed files with action and line counts M includes/definitions/transports.inc.php +5 / -4
+5 added
−4 removed
filtered activity
Remove very old legacy old_graphs toggle
Changed files with action and line counts M html/includes/graphs/generic_simplex.inc.php +99 / -106 D html/includes/graphs/old_generic_simplex.inc.php +0 / -103 M includes/defaults.inc.php +0 / -1
+99 added
−210 removed
filtered activity
Improved definition based sensors discovery. Added ability to use tags in discovery_check_if_type_exist() and added key oid_limit_warn (for +- warning limits over high/low).
Changed files with action and line counts M includes/entities.inc.php +43 / -23 M includes/entities/counter.inc.php +4 / -1 M includes/entities/sensor.inc.php +4 / -1 M includes/entities/status.inc.php +3 / -0 M includes/functions.inc.php +11 / -7
+65 added
−32 removed
filtered activity
Expose web_pagesize in UI configuration
Changed files with action and line counts M includes/config-variables.inc.php +7 / -0
+7 added
0 removed
filtered activity
Add ability to force pagination via a config option
Changed files with action and line counts M html/includes/functions.inc.php +4 / -1 M includes/config-variables.inc.php +16 / -0
+20 added
−1 removed
filtered activity
Fixed setting of alert entry suppressed.
Changed files with action and line counts M html/includes/actions/alert_entry_ignore_until_ok.inc.php +19 / -9 M html/includes/alerting-navbar.inc.php +5 / -6 M html/includes/print/alert.inc.php +31 / -31 M html/pages/alerts.inc.php +10 / -13 M html/pages/device/alerts.inc.php +12 / -15 M includes/definitions/wui.inc.php +3 / -1
+80 added
−75 removed
filtered activity
Add locationiq.com geolocation provider
Changed files with action and line counts M includes/config-variables.inc.php +8 / -0 M includes/definitions/geo.inc.php +57 / -0
+65 added
0 removed
filtered activity
Layout/wording change on device settings geolocation tab
Changed files with action and line counts M html/pages/device/edit/geo.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Minor rewording on web configuration page; add OpenCage geocoder support
Changed files with action and line counts M includes/config-variables.inc.php +31 / -23 M includes/definitions/geo.inc.php +55 / -1
+86 added
−24 removed
filtered activity
Show longitude on device's geolocation settings page
Changed files with action and line counts M html/pages/device/edit/geo.inc.php +1 / -1
+1 added
−1 removed
filtered activity
RRD houskeeping Rusglish fix
Changed files with action and line counts M includes/housekeeping/rrd.inc.php +5 / -5
+5 added
−5 removed
filtered activity
Add unminified bs confirm js
Changed files with action and line counts A html/js/bootstrap-confirmation.js +465 / -0
0 added
0 removed
filtered activity
Fix ability to set data attribs for confirmations
Changed files with action and line counts M html/includes/print/search.inc.php +4 / -4 M html/js/observium.js +4 / -4
+4 added
−4 removed
filtered activity
Fixed ArcGIS geocode service urls (
OBS-3703 ).
Changed files with action and line counts M includes/definitions/geo.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Added basic os detect for Nokia PSI-M (
OBS-3702 ).
Changed files with action and line counts M includes/definitions/os/nokia.inc.php +9 / -0
+9 added
0 removed
filtered activity
Fix erroneous divs in querybuilder. Slight improvement of querybuilder css.
Changed files with action and line counts M html/css/bootstrap/less/boxes.less +1 / -0 M html/css/observium-dark.css +1 / -0 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +1 / -0 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +1 / -0 M html/css/observium.map +1 / -1 M html/includes/print/alert.inc.php +1 / -1 M html/pages/alert_check.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Improve some query builder CSS in dark mode
Changed files with action and line counts M html/css/bootstrap/less/bootstrap-darkblue.less +8 / -1 M html/css/bootstrap/less/buttons3.less +4 / -1 M html/css/bootstrap/less/forms.less +1 / -0 M html/css/bootstrap/less/variables-dark.less +5 / -0 M html/css/bootstrap/less/variables-darkblue.less +1 / -0 M html/css/observium-dark.css +3 / -1 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +8 / -1 M html/css/observium-darkblue.map +1 / -1 M html/css/observium.css +3 / -1 M html/css/observium.map +1 / -1 M html/css/query-builder.default.css +5 / -4
0 added
0 removed
filtered activity
March 2021
Improve confirmation popover initialisation
Changed files with action and line counts M html/includes/print/search.inc.php +5 / -4 M html/js/observium.js +15 / -0
+5 added
−4 removed
filtered activity
Change default button class in confirmations for dark themes.
Changed files with action and line counts M html/includes/print/search.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Fix CSS Popover colours
Changed files with action and line counts M html/css/bootstrap/less/variables-dark.less +3 / -0 M html/css/bootstrap/less/variables-darkblue.less +3 / -0 M html/css/observium-dark.css +7 / -7 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +7 / -7 M html/css/observium-darkblue.map +1 / -1
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/sonicwall.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/sonicwall.inc.php +11 / -1 M mibs/sonicwall/SNWL-COMMON-MIB +14 / -8 M mibs/sonicwall/SNWL-SSLVPN-MIB +1 / -1 M mibs/sonicwall/SONICWALL-FIREWALL-IP-STATISTICS-MIB +1,397 / -12 M mibs/sonicwall/SONICWALL-FIREWALL-TRAP-MIB +64 / -34
+11 added
−1 removed
filtered activity
Add ability to update device purpose/descr field via api
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +68 / -72
+68 added
−72 removed
filtered activity
Fixed simple telegram notification template (
OBS-3500 ).
Changed files with action and line counts M html/pages/contact.inc.php +12 / -2 M includes/definitions/transports.inc.php +3 / -2 M includes/templates/notification/telegram_html.tpl +3 / -7
+18 added
−11 removed
filtered activity
Added ability for set custom notification template over Web UI. Updated telegram definition.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +62 / -57 M html/pages/contact.inc.php +89 / -24 M includes/alerts.inc.php +26 / -19 M includes/definitions/transports.inc.php +16 / -8 M includes/templates.inc.php +6 / -11 A update/440.sql +1 / -0
+199 added
−119 removed
filtered activity
Added unofficial rancid os map for DCN switches (
OBS-3281 ).
Changed files with action and line counts M includes/definitions/os/dcn.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fix pipe positioning in port search results
Changed files with action and line counts M html/includes/search/ports.inc.php +4 / -3
+4 added
−3 removed
filtered activity
Configuration variable description fixes; list auth modules based on available files instead of hardcoded
Changed files with action and line counts M includes/config-variables.inc.php +45 / -47 M includes/functions.inc.php +24 / -0
+69 added
−47 removed
filtered activity
Fixed validate page var with dashes (
OBS-3696 ).
Changed files with action and line counts M includes/definitions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improved detect Supermicro swithes (
OBS-3691 ).
Changed files with action and line counts M includes/definitions/mibs/supermicro.inc.php +74 / -19 M includes/definitions/os/supermicro.inc.php +4 / -1
+78 added
−20 removed
filtered activity
Updated supermicro, pandacom and microsoft mib files.
Showing the first 30 paths; 81 more are omitted from this static page.
Changed files with action and line counts M mibs/microsoft/DHCP-MIB +1 / -1 M mibs/microsoft/FtpServer-MIB +1 / -3 M mibs/microsoft/HttpServer-MIB +4 / -3 M mibs/microsoft/LanMgr-Alerts-II-MIB +17 / -17 M mibs/pandacom/SPEED-AMP-MIB +125 / -59 M mibs/pandacom/SPEED-DUALLINE-10G +42 / -45 M mibs/pandacom/SPEED-DUALLINE-FC +53 / -56 M mibs/pandacom/SPEEDCARRIER-MIB +362 / -99 M mibs/pandacom/SPEEDSINGLELINE-XFP-MIB +119 / -69 A mibs/supermicro/EOAM-MIB +148 / -0 A mibs/supermicro/FSSNTP-MIB +673 / -0 A mibs/supermicro/IGMP-PROXY-MIB +395 / -0 A mibs/supermicro/SUPERMICRO-ARP-MIB +106 / -0 A mibs/supermicro/SUPERMICRO-BGP-MIB +9,711 / -0 A mibs/supermicro/SUPERMICRO-BRIDGE-MIB +559 / -0 A mibs/supermicro/SUPERMICRO-CFA-MIB +2,984 / -0 A mibs/supermicro/SUPERMICRO-DHCP-CLIENT-MIB +570 / -0 A mibs/supermicro/SUPERMICRO-DHCP-RLY-MIB +371 / -0 A mibs/supermicro/SUPERMICRO-DHCP-SERVER-MIB +875 / -0 A mibs/supermicro/SUPERMICRO-DHCP-SNOOPING-MIB +252 / -0 A mibs/supermicro/SUPERMICRO-DHCPv6-CLIENT-MIB +697 / -0 A mibs/supermicro/SUPERMICRO-DHCPv6-RELAY-MIB +565 / -0 A mibs/supermicro/SUPERMICRO-DHCPv6-SERVER-MIB +1,234 / -0 A mibs/supermicro/SUPERMICRO-DIFFSERV-MIB +615 / -0 A mibs/supermicro/SUPERMICRO-DSMON-MIB +53 / -0 A mibs/supermicro/SUPERMICRO-DVMRP-MIB +1,244 / -0 A mibs/supermicro/SUPERMICRO-FIPS-MIB +186 / -0 A mibs/supermicro/SUPERMICRO-G8261TS-MIB +246 / -0 A mibs/supermicro/SUPERMICRO-HTTP-MIB +224 / -0 A mibs/supermicro/SUPERMICRO-IGMP-MIB +367 / -0
0 added
0 removed
filtered activity
Improved detect openwrt os and version.
Changed files with action and line counts M includes/definitions/os.inc.php +12 / -5 A includes/polling/os/openwrt.inc.php +61 / -0 M includes/polling/os/unix.inc.php +0 / -1
+73 added
−6 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/hp.inc.php +7 / -5
+7 added
−5 removed
filtered activity
Improved polling darwin os. Added detect Mac hardware by snmp extend.
Changed files with action and line counts M includes/definitions/os/apple.inc.php +10 / -2 A includes/polling/os/darwin.inc.php +944 / -0 M includes/polling/os/unix.inc.php +4 / -55
+958 added
−57 removed
filtered activity
Unified check vars for 1/yes/on/confirm value.
Changed files with action and line counts M html/ajax/actions/alert_check_add.inc.php +1 / -1 M html/ajax/actions/sensors_update.inc.php +1 / -1 M html/ajax/actions/statuses_update.inc.php +1 / -1 M html/includes/contacts-navbar.inc.php +2 / -4 M html/includes/customoids-navbar.inc.php +7 / -9 M html/includes/entities/cbqos.inc.php +4 / -5 M html/includes/entities/oid_entry.inc.php +5 / -5 M html/includes/graphs/common.inc.php +4 / -4 M html/includes/graphs/global/bits.inc.php +2 / -4 M html/includes/graphs/sensor/current.inc.php +2 / -3 M html/includes/graphs/sensor/dewpoint.inc.php +2 / -3 M html/includes/graphs/sensor/snr.inc.php +2 / -3 M html/includes/graphs/sensor/sound.inc.php +2 / -3 M html/includes/group-navbar.inc.php +2 / -3 M html/includes/maintenance-navbar.inc.php +8 / -10 M html/includes/navbar.inc.php +6 / -16 M html/includes/print/fdbtable.inc.php +1 / -2 M html/index.php +14 / -23 M html/pages/add_alert_check.inc.php +1 / -86 M html/pages/bill/actions.inc.php +3 / -4 M html/pages/device/data.inc.php +6 / -8 M html/pages/device/edit/device.inc.php +8 / -9 M html/pages/device/edit/geo.inc.php +7 / -12 M html/pages/device/routing/eigrp/peers.inc.php +3 / -5 M html/pages/device/routing/eigrp/ports.inc.php +3 / -5 M html/pages/edituser/deleteuser.inc.php +3 / -5 M html/pages/syslog_rules.inc.php +6 / -8
+106 added
−242 removed
filtered activity
Changed files with action and line counts M html/includes/functions.inc.php +4 / -2 M html/pages/delhost.inc.php +10 / -14 M html/pages/device/edit/delete.inc.php +45 / -42
+59 added
−58 removed
filtered activity
Fixed display ignored statuses on common pages.
Changed files with action and line counts M html/includes/entities/status.inc.php +7 / -6
+7 added
−6 removed
filtered activity
Improved support for Brocade NOS.
Changed files with action and line counts M includes/definitions/mibs/brocade.inc.php +27 / -9 M includes/definitions/os/brocade.inc.php +1 / -0 M includes/discovery/ports.inc.php +5 / -0 M includes/polling/ports.inc.php +17 / -14
+50 added
−23 removed
filtered activity
Fixed TypeError in array_merge().
Changed files with action and line counts M includes/discovery/sensors/fa-ext-mib.inc.php +5 / -5 M includes/discovery/sensors/fs-mib.inc.php +4 / -2 M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +4 / -3 M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +2 / -4 M includes/discovery/sensors/powernet-mib.inc.php +6 / -2 M includes/discovery/sensors/rad-gen-mib.inc.php +4 / -2 M includes/functions.inc.php +4 / -4
+29 added
−22 removed
filtered activity
Improved associate interfaces in syslog messages for Brocade NOS.
Changed files with action and line counts M html/includes/print/syslogs.inc.php +12 / -9 M includes/syslog.inc.php +1 / -1 M tests/IncludesSyslogTest.php +3 / -3
+13 added
−10 removed
filtered activity
Improved html print functions.
Changed files with action and line counts M html/includes/functions.inc.php +16 / -13 M html/includes/print/common.inc.php +1 / -1 M html/includes/print/search.inc.php +51 / -28
+68 added
−42 removed
filtered activity
Fixed another nonsensical fatal error.
Changed files with action and line counts M includes/entities/sensor.inc.php +8 / -16
+8 added
−16 removed
filtered activity
Added parsing Brocade NOS raslogd syslog format.
Changed files with action and line counts M includes/syslog.inc.php +98 / -103 M tests/IncludesSyslogTest.php +26 / -0
+98 added
−103 removed
filtered activity
derp
Changed files with action and line counts M scripts/distro +1 / -1
+1 added
−1 removed
filtered activity
Updated distro script. Fixed detect debian version in some cases. Improved detect type of virtualization.
Changed files with action and line counts M scripts/distro +51 / -49
+51 added
−49 removed
filtered activity
Fixed VMWare vCenter version polling. Fixed os type for vCenter (
OBS-3687 ).
Changed files with action and line counts M includes/polling/os/vmware.inc.php +7 / -9
+7 added
−9 removed
filtered activity
Added support for Univention Corporate Server (
OBS-3685 ).
Changed files with action and line counts A html/images/os/ucs.png +1 / -0 A html/images/os/ucs_2x.png +1 / -0 A includes/definitions/os/univention.inc.php +41 / -0
+41 added
0 removed
filtered activity
Improved match_discovery_oids() for match by packages. Moved back detect proxmox os to definitions.
Changed files with action and line counts M includes/definitions/os/proxmox.inc.php +13 / -7 M includes/discovery/os/linux.inc.php +0 / -21 M includes/functions.inc.php +18 / -0
+31 added
−28 removed
filtered activity
Moved detect version/type/features for some os (ie proxmox) by packages to definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +5 / -0 M includes/definitions/os/proxmox.inc.php +8 / -2 A includes/polling/os/packages.inc.php +138 / -0 D includes/polling/os/proxmox.inc.php +0 / -112 M includes/polling/os/unix.inc.php +52 / -49
+203 added
−163 removed
filtered activity
Changed event for PoE status
otherFault to ignore.
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improve some dark mode colours
Changed files with action and line counts M html/css/bootstrap/less/variables-dark.less +27 / -0 M html/css/bootstrap/less/variables-darkblue.less +21 / -0 M html/css/observium-dark.css +46 / -46 M html/css/observium-dark.map +1 / -1 M html/css/observium-darkblue.css +46 / -46 M html/css/observium-darkblue.map +1 / -1
0 added
0 removed
filtered activity
Fixed detect cisco ios hardware type in poller.
Changed files with action and line counts M includes/polling/os/cisco.inc.php +6 / -10
+6 added
−10 removed
filtered activity
Clean up query
Changed files with action and line counts M includes/polling/ports.inc.php +1 / -3
+1 added
−3 removed
filtered activity
Move POST variable processing.
Changed files with action and line counts M html/api/v0/index.php +2 / -2
+2 added
−2 removed
filtered activity
Fix CSS generator
Changed files with action and line counts M scripts/makecss.sh +4 / -13
+4 added
−13 removed
filtered activity
HTML Cleanup
Changed files with action and line counts M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +10 / -10
+10 added
−10 removed
filtered activity
Move up code to synthesize specific paths if they are unset, to allow logging at earlier stages
Changed files with action and line counts M includes/definitions.inc.php +24 / -24
+24 added
−24 removed
filtered activity
Fill in missing header in OS overview webpage
Changed files with action and line counts M html/pages/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/neighbours/cisco-cdp-mib.inc.php +17 / -8
+17 added
−8 removed
filtered activity
Keep disabled row class for statuses in humanize_status().
Changed files with action and line counts M html/includes/entities/status.inc.php +3 / -2
+3 added
−2 removed
filtered activity
Hide ignored statuses on device overview (Show/Hide by button click).
Changed files with action and line counts M html/includes/entities/status.inc.php +11 / -13 M html/includes/print/rows.inc.php +3 / -6 M html/pages/device/overview/status.inc.php +29 / -16
+43 added
−35 removed
filtered activity
Changed files with action and line counts M html/includes/print/neighbours.inc.php +15 / -15 M includes/definitions/mibs/hp.inc.php +2 / -1 M includes/discovery/neighbours/cisco-cdp-mib.inc.php +54 / -42
+71 added
−58 removed
filtered activity
Fixed incorrectly convert 2chars strings as hex (unprintable) string.
Changed files with action and line counts M includes/snmp.inc.php +4 / -5 M tests/IncludesSnmpTest.php +10 / -2
+4 added
−5 removed
filtered activity
Do not show unix-agent tech status if not avialable for os.
Changed files with action and line counts M html/pages/device/showtech.inc.php +34 / -27
+34 added
−27 removed
filtered activity
Fixed incorrect variable in neighbours map.
Changed files with action and line counts M html/map.php +3 / -4
+3 added
−4 removed
filtered activity
Improved convert hex ip addresses in another case.
Changed files with action and line counts M includes/entities/ip-address.inc.php +20 / -25 M tests/IncludesFunctionsTest.php +1 / -0
+20 added
−25 removed
filtered activity
Slight wording changes on the configuration dump pages, pointing users to the web configurator
Changed files with action and line counts M html/pages/settings/changed_config.inc.php +1 / -1 M html/pages/settings/config.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Store unix agent raw output as device attribute to debug issues via device showtech page
Changed files with action and line counts M html/pages/device/showtech.inc.php +14 / -0 M includes/polling/unix-agent.inc.php +3 / -1
+17 added
−1 removed
filtered activity
Collect raspberry pi hardware model from unix-agent script
Changed files with action and line counts M includes/polling/unix-agent/raspberrypi.inc.php +6 / -3 M scripts/agent-local/raspberrypi +143 / -143
+149 added
−146 removed
filtered activity
Changet type for SmartOptics DCP.
Changed files with action and line counts M includes/definitions/os/smartoptics.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added discovery ip addresses by PEPLINK-WAN (
OBS-3682 ).
Changed files with action and line counts M includes/definitions/mibs/peplink.inc.php +18 / -0 M includes/definitions/os/peplink.inc.php +15 / -1 M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +2 / -5 M includes/discovery/ip-addresses/ip-mib.inc.php +2 / -3 M includes/discovery/ip-addresses/ipv6-mib.inc.php +2 / -4 A includes/discovery/ip-addresses/peplink-wan.inc.php +65 / -0
+104 added
−13 removed
filtered activity
Removed notification "Alerting requires rebuild".
Changed files with action and line counts M html/index.php +4 / -2 M html/pages/alert_check.inc.php +1 / -1
+5 added
−3 removed
filtered activity
Removed unused definitions.
Changed files with action and line counts M includes/defaults.inc.php +0 / -2
0 added
−2 removed
filtered activity
Improved Housekeeping RRD files and dirs clean. Added ability for remove stale RRD dirs and dirs for old disabled devices (for use need activate in config).
Changed files with action and line counts M housekeeping.php +8 / -10 M includes/config-variables.inc.php +25 / -13 M includes/defaults.inc.php +8 / -0 M includes/housekeeping/rrd.inc.php +137 / -50
+178 added
−73 removed
filtered activity
Added rrdtool_file_valid() for validate rrd files.
Changed files with action and line counts M includes/rrdtool.inc.php +25 / -8
+25 added
−8 removed
filtered activity
Fixed event_log_process() for arrays in reference.
Changed files with action and line counts M includes/functions.inc.php +9 / -3
+9 added
−3 removed
filtered activity
Improved age_to_seconds(), allow case insensitive date strings.
Changed files with action and line counts M includes/common.inc.php +13 / -12 M tests/IncludesCommonTest.php +10 / -9
+13 added
−12 removed
filtered activity
Use safe alternative function is_intnum().
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +2 / -4 M html/includes/print-vrf.inc.php +2 / -2 M html/includes/print/common.inc.php +1 / -1 M html/pages/bill/pdf_history.inc.php +1 / -1 M html/pages/device/collectd.inc.php +1 / -1 M html/pages/device/loadbalancer.inc.php +6 / -4 M html/pages/device/loadbalancer/loadbalancer_rservers.inc.php +18 / -18 M html/pages/device/loadbalancer/loadbalancer_vservers.inc.php +18 / -18 M html/pages/device/loadbalancer/netscaler_services.inc.php +1 / -1 M html/pages/device/port/junose-atm-vp.inc.php +3 / -3 M html/pages/device/port/vlans.inc.php +2 / -2 M html/pages/device/routing.inc.php +4 / -3 M html/pages/devices/graphs.inc.php +4 / -3 M html/pages/ports/graphs.inc.php +2 / -13 M html/pages/routing/overview.inc.php +3 / -2 M includes/db.inc.php +1 / -1 M includes/functions.inc.php +4 / -8
+73 added
−85 removed
filtered activity
Fixed duplicate mib definitions identities.
Changed files with action and line counts M includes/definitions/mibs/alcatel.inc.php +4 / -4 M includes/definitions/mibs/allied.inc.php +4 / -4 M includes/definitions/mibs/aten.inc.php +1 / -1 M includes/definitions/mibs/carel.inc.php +6 / -6 M includes/definitions/mibs/ciscosb.inc.php +1 / -1 M includes/definitions/mibs/hirschmann.inc.php +17 / -14 M includes/definitions/mibs/hp.inc.php +1 / -1 M includes/definitions/mibs/ipinfusion.inc.php +4 / -5 M includes/definitions/mibs/itwatchdogs.inc.php +5 / -6 M includes/definitions/mibs/kemp.inc.php +4 / -5 M includes/definitions/mibs/megatec.inc.php +2 / -2 M includes/definitions/mibs/netping.inc.php +3 / -3 M includes/definitions/mibs/powerwalker.inc.php +4 / -7 M includes/definitions/mibs/riverbed.inc.php +2 / -2 M includes/definitions/mibs/ruckus.inc.php +4 / -11 M includes/definitions/mibs/teradici.inc.php +6 / -5 M includes/definitions/mibs/ubiquiti.inc.php +4 / -4 M includes/definitions/mibs/westermo.inc.php +2 / -2
+74 added
−83 removed
filtered activity
Reverted a change duplicating existing functionality (appear in r11116).
Changed files with action and line counts M includes/definitions/mibs.inc.php +4 / -4 M includes/entities/sensor.inc.php +1 / -1 M includes/entities/status.inc.php +1 / -1
+6 added
−6 removed
filtered activity
Add support for description transformations in the sensor and status definition tables
Changed files with action and line counts M includes/definitions/mibs.inc.php +4 / -0 M includes/entities/sensor.inc.php +1 / -1 M includes/entities/status.inc.php +1 / -1
+6 added
−2 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/raisecom.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Only show dovecot output if doveadm command exists; add note about dovecot versions differing, this won't work on newer versions at all
Changed files with action and line counts M scripts/agent-local/dovecot +7 / -3
+7 added
−3 removed
filtered activity
Fix DOS line endings on 'dovecot' unix-agent collection script
Changed files with action and line counts M scripts/agent-local/dovecot non-text +0 / -0
0 added
0 removed
filtered activity
Fix some mib_dirs, add missing MIB definitions and module-identity fields
Showing the first 30 paths; 11 more are omitted from this static page.
Changed files with action and line counts M includes/definitions/mibs.inc.php +9 / -1 M includes/definitions/mibs/a10.inc.php +7 / -1 M includes/definitions/mibs/allied.inc.php +10 / -4 A includes/definitions/mibs/asco.inc.php +21 / -0 M includes/definitions/mibs/aten.inc.php +1 / -1 M includes/definitions/mibs/cambium.inc.php +22 / -13 M includes/definitions/mibs/ciena.inc.php +20 / -1 M includes/definitions/mibs/cisco.inc.php +12 / -0 M includes/definitions/mibs/clavister.inc.php +2 / -1 M includes/definitions/mibs/coriant.inc.php +6 / -5 M includes/definitions/mibs/datacom.inc.php +4 / -2 M includes/definitions/mibs/deliberant.inc.php +13 / -10 M includes/definitions/mibs/dell.inc.php +9 / -1 M includes/definitions/mibs/delta.inc.php +2 / -1 M includes/definitions/mibs/digipower.inc.php +7 / -1 M includes/definitions/mibs/edgecore/aos5810-54x-mib.inc.php +2 / -1 M includes/definitions/mibs/forcepoint.inc.php +11 / -2 M includes/definitions/mibs/ibm.inc.php +2 / -1 M includes/definitions/mibs/infinera.inc.php +25 / -11 M includes/definitions/mibs/itwatchdogs.inc.php +13 / -7 M includes/definitions/mibs/juniper.inc.php +7 / -7 M includes/definitions/mibs/junose.inc.php +7 / -1 A includes/definitions/mibs/ligowave.inc.php +19 / -0 M includes/definitions/mibs/netgear.inc.php +7 / -2 M includes/definitions/mibs/netping.inc.php +20 / -14 M includes/definitions/mibs/nortel.inc.php +1 / -1 M includes/definitions/mibs/packetflux.inc.php +12 / -8 M includes/definitions/mibs/pandacom.inc.php +4 / -1 M includes/definitions/mibs/perle.inc.php +10 / -7 M includes/definitions/mibs/qtech.inc.php +3 / -3
+358 added
−142 removed
filtered activity
I just wan't do this :)
Changed files with action and line counts M includes/definitions/entities/devices.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Fixed incorrectly detect Proxmox LXC conteiners as pve os (
OBS-3683 ). Split Proxmox VE and MG/BS os definitions.
Changed files with action and line counts M includes/definitions/os/proxmox.inc.php +26 / -6 M includes/discovery/os/linux.inc.php +31 / -30 M includes/polling/os/proxmox.inc.php +2 / -2 M includes/polling/os/unix.inc.php +3 / -3
+62 added
−41 removed
filtered activity
Remove empty polling code file for netman os; this OS uses
UPS-MIB
Changed files with action and line counts D includes/polling/os/netman.inc.php +0 / -26
0 added
−26 removed
filtered activity
Fixed check CSRF Token on add group page.
Changed files with action and line counts M html/includes/group_edit.inc.php +3 / -2 M html/pages/add_alert_check.inc.php +2 / -2 M html/pages/alert_check.inc.php +3 / -2 M html/pages/group.inc.php +4 / -2 M html/pages/group_add.inc.php +7 / -7 M includes/alerts.inc.php +9 / -10
+28 added
−25 removed
filtered activity
Improved detect Peplink Balance devices (
OBS-3682 ).
Changed files with action and line counts M includes/definitions/mibs/peplink.inc.php +30 / -9 M includes/definitions/os.inc.php +2 / -29 A includes/definitions/os/peplink.inc.php +42 / -0
+74 added
−38 removed
filtered activity
Updated Peplink mib files.
Showing the first 30 paths; 6 more are omitted from this static page.
Changed files with action and line counts D mibs/peplink/DEVICE +0 / -99 D mibs/peplink/GRE +0 / -171 D mibs/peplink/LAN +0 / -72 A mibs/peplink/PEPLINK-CELLULAR +685 / -0 A mibs/peplink/PEPLINK-DEVICE +314 / -0 A mibs/peplink/PEPLINK-GRE +184 / -0 A mibs/peplink/PEPLINK-IPSEC-VPN +187 / -0 A mibs/peplink/PEPLINK-IPT-NETFLOW-MIB +795 / -0 A mibs/peplink/PEPLINK-LAN +86 / -0 A mibs/peplink/PEPLINK-VPN-SPEEDFUSION +311 / -0 A mibs/peplink/PEPLINK-WAN +496 / -0 A mibs/peplink/PEPLINK-WLC +707 / -0 A mibs/peplink/PEPLINK-WiFi +616 / -0 D mibs/peplink/PEPVPN-SPEEDFUSION +0 / -280 A mibs/peplink/PEPWAVE-CELLULAR +685 / -0 A mibs/peplink/PEPWAVE-DEVICE +314 / -0 A mibs/peplink/PEPWAVE-GRE +184 / -0 A mibs/peplink/PEPWAVE-IPSEC-VPN +187 / -0 A mibs/peplink/PEPWAVE-IPT-NETFLOW-MIB +795 / -0 A mibs/peplink/PEPWAVE-LAN +86 / -0 A mibs/peplink/PEPWAVE-VPN-SPEEDFUSION +311 / -0 A mibs/peplink/PEPWAVE-WAN +496 / -0 A mibs/peplink/PEPWAVE-WLC +707 / -0 A mibs/peplink/PEPWAVE-WiFi +616 / -0 A mibs/peplink/PEPXIM-CELLULAR +685 / -0 A mibs/peplink/PEPXIM-DEVICE +314 / -0 A mibs/peplink/PEPXIM-GRE +184 / -0 A mibs/peplink/PEPXIM-IPSEC-VPN +187 / -0 A mibs/peplink/PEPXIM-IPT-NETFLOW-MIB +795 / -0 A mibs/peplink/PEPXIM-LAN +86 / -0
0 added
0 removed
filtered activity
Improved function age_to_seconds() for more time formats. Added function is_intnum() for correctly validate int strings and numbers. Added more param types for is_valid_param().
Changed files with action and line counts M includes/common.inc.php +108 / -86 M tests/IncludesCommonTest.php +39 / -3
+108 added
−86 removed
filtered activity
Simplify device type/icon changes in poller. Correctly set type for Proxmox Backup and Mail Gateway.
Changed files with action and line counts M includes/polling/os.inc.php +87 / -128 M includes/polling/os/proxmox.inc.php +43 / -1
+130 added
−129 removed
filtered activity
device type definition
Changed files with action and line counts M includes/definitions/entities/devices.inc.php +7 / -1
+7 added
−1 removed
filtered activity
Add hypervisor device type and assign proxmox and vmware to it.
Changed files with action and line counts M includes/definitions/os/proxmox.inc.php +1 / -1 M includes/definitions/os/vmware.inc.php +1 / -1 M includes/definitions/wui.inc.php +10 / -6
+12 added
−8 removed
filtered activity
Improved print_json_status() and processing ajax actions.
Changed files with action and line counts M html/ajax/actions.php +75 / -147 M html/includes/print/common.inc.php +1 / -1 M html/includes/print/search.inc.php +18 / -17 M html/js/observium.js +22 / -3
+94 added
−165 removed
filtered activity
Added extra check for device status in poller system module (when all oids resets to empty) (
OBS-3466 ).
Changed files with action and line counts M includes/entities/device.inc.php +43 / -0 M includes/polling/functions.inc.php +39 / -57 M includes/polling/system.inc.php +45 / -13
+127 added
−70 removed
filtered activity
Add static counters
Changed files with action and line counts M includes/discovery/sensors.inc.php +28 / -0
+28 added
0 removed
filtered activity
Fixed detect Cisco fxos on new firmwares.
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +1 / -2
+1 added
−2 removed
filtered activity
Fix occasional erroneous duplicate inclusion of polling functions on device modules edit page.
Changed files with action and line counts M html/pages/device/edit/modules.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Use less specific version for proxmox os.
Changed files with action and line counts M includes/polling/os/proxmox.inc.php +5 / -0
+5 added
0 removed
filtered activity
Improved print_json_status().
Changed files with action and line counts M html/includes/print/common.inc.php +4 / -0 M html/pages/device/edit.inc.php +10 / -11 M html/pages/device/edit/ports.inc.php +0 / -2 M html/pages/device/edit/sensors.inc.php +0 / -2 M html/pages/device/edit/status.inc.php +0 / -2
+14 added
−17 removed
filtered activity
Fixed undefined arrays error.
Changed files with action and line counts M html/includes/entities/netscalervsvr.inc.php +4 / -5 M html/pages/device/pseudowires.inc.php +5 / -8
+9 added
−13 removed
filtered activity
Unificated ajax actions return json status.
Changed files with action and line counts M html/ajax/actions.php +14 / -159 M html/ajax/actions/alert_check_add.inc.php +2 / -14 M html/ajax/actions/edit_widget.inc.php +4 / -6 M html/ajax/actions/group_add.inc.php +1 / -6 M html/ajax/actions/group_edit.inc.php +3 / -4 M html/ajax/actions/ports_update.inc.php +4 / -12 M html/ajax/actions/sensors_update.inc.php +4 / -10 M html/ajax/actions/statuses_update.inc.php +4 / -10
+36 added
−221 removed
filtered activity
More improved discovery sensors for stacked Foundry switches.
Changed files with action and line counts M includes/discovery/sensors/foundry-poe-mib.inc.php +6 / -11 M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +15 / -7 M includes/discovery/sensors/foundry-sn-switch-group-mib.inc.php +3 / -1
+24 added
−19 removed
filtered activity
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -57 M includes/definitions/os/brocade.inc.php +88 / -1 A includes/definitions/os/ruckus.inc.php +70 / -0 M includes/discovery/sensors/foundry-poe-mib.inc.php +3 / -6 M includes/discovery/sensors/foundry-sn-switch-group-mib.inc.php +63 / -104
+224 added
−168 removed
filtered activity
Updated Ruckus/Brocade mib files.
Showing the first 30 paths; 24 more are omitted from this static page.
Changed files with action and line counts M mibs/brocade/BRCD-DOT1X-MIB +73 / -70 M mibs/brocade/BROCADE-ENTITY-OID-MIB +194 / -24 A mibs/brocade/BROCADE-IPSEC-MIB +464 / -0 M mibs/brocade/BROCADE-MCT-CLUSTER-MIB +18 / -17 M mibs/brocade/BROCADE-SPX-MIB +69 / -14 A mibs/brocade/BROCADE-STACK-ISSU-MIB +239 / -0 M mibs/brocade/BROCADE-SYSLOG-MIB +15 / -12 M mibs/brocade/FDRY-DAI-MIB +36 / -33 M mibs/brocade/FDRY-DHCP-SNOOPING-MIB +38 / -35 M mibs/brocade/FDRY-DNS2-MIB +42 / -40 M mibs/brocade/FDRY-IP-SOURCE-GUARD-MIB +45 / -42 M mibs/brocade/FDRY-IPV6-IP-MIB +21 / -21 M mibs/brocade/FDRY-MPLS-L2VPN-MIB +58 / -371 M mibs/brocade/FDRY-POE-MIB +71 / -46 M mibs/brocade/FDRY-RADIUS-MIB +67 / -58 M mibs/brocade/FDRY-SNTP-MIB +42 / -46 M mibs/brocade/FDRY-TACACS-MIB +50 / -55 M mibs/brocade/FDRY-TRAP-MIB +46 / -48 M mibs/brocade/FOUNDRY-BFD-STD-MIB +810 / -809 M mibs/brocade/FOUNDRY-BGP4V2-MIB +33 / -797 M mibs/brocade/FOUNDRY-BGP4V2-TC-MIB +6 / -12 M mibs/brocade/FOUNDRY-CAR-MIB +58 / -308 A mibs/brocade/FOUNDRY-DHCPSERVER-MIB +424 / -0 A mibs/brocade/FOUNDRY-IANA-PWE3-MIB +113 / -0 M mibs/brocade/FOUNDRY-LAG-MIB +75 / -81 A mibs/brocade/FOUNDRY-PW-ENET-STD-MIB +478 / -0 A mibs/brocade/FOUNDRY-PW-STD-MIB +2,362 / -0 A mibs/brocade/FOUNDRY-PW-TC-STD-MIB +271 / -0 M mibs/brocade/FOUNDRY-SN-AGENT-MIB +485 / -954 M mibs/brocade/FOUNDRY-SN-APPLETALK-MIB +32 / -30
0 added
0 removed
filtered activity
Fixed division by zero error in calculate_mempool_properties().
Changed files with action and line counts M includes/functions.inc.php +3 / -3
+3 added
−3 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +7 / -1 M includes/definitions/os.inc.php +1 / -2
+8 added
−3 removed
filtered activity
Split Proxmox os detect from common Linux definition. Added Proxmox version detect. Added detect some distros by kernel string.
Changed files with action and line counts A html/images/os/proxmox-dark.png +1 / -0 A html/images/os/proxmox-dark_2x.png +1 / -0 A html/images/os/proxmox.png +1 / -0 A html/images/os/proxmox_2x.png +1 / -0 A includes/definitions/os/proxmox.inc.php +36 / -0 A includes/polling/os/proxmox.inc.php +65 / -0 M includes/polling/os/unix.inc.php +82 / -19
+183 added
−19 removed
filtered activity
Improved discovery sensors by NMS-EPON-ONU (
OBS-3652 ).
Changed files with action and line counts M includes/definitions/mibs/bdcom.inc.php +139 / -43
+139 added
−43 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +1 / -0 A includes/discovery/vrf/cisco-vrf-mib.inc.php +88 / -0
+89 added
0 removed
filtered activity
Added display tags on disabled/ignored ports in ports view (
OBS-3368 ).
Changed files with action and line counts M html/includes/entities/port.inc.php +10 / -8 M includes/rewrites.inc.php +12 / -3
+22 added
−11 removed
filtered activity
Changed files with action and line counts M includes/definitions/os/d-link.inc.php +1 / -0 M includes/discovery/inventory/mikrotik-mib.inc.php +9 / -2
+10 added
−2 removed
filtered activity
Updated Audiocodes os definitions.
Changed files with action and line counts M includes/definitions/mibs/audiocodes.inc.php +10 / -4 A includes/definitions/os/audiocodes.inc.php +30 / -0
+40 added
−4 removed
filtered activity
Added support for Comet sensors (
OBS-3671 ).
Changed files with action and line counts A html/images/os/comet-dark.png +1 / -0 A html/images/os/comet-dark_2x.png +1 / -0 M html/images/os/comet.png non-text +0 / -0 M html/images/os/comet_2x.png non-text +0 / -0 M includes/definitions/mibs/comet.inc.php +112 / -4 M includes/definitions/os.inc.php +1 / -29 A includes/definitions/os/comet.inc.php +92 / -0
+205 added
−33 removed
filtered activity
Added mib files for Comet System.
Showing the first 30 paths; 11 more are omitted from this static page.
Changed files with action and line counts A mibs/comet/H0530-MIB +537 / -0 A mibs/comet/H3530-MIB +813 / -0 A mibs/comet/H3531-MIB +813 / -0 A mibs/comet/H4531-MIB +537 / -0 A mibs/comet/H5521-MIB +375 / -0 A mibs/comet/H5524-MIB +375 / -0 A mibs/comet/H6520-MIB +789 / -0 A mibs/comet/H6521-MIB +789 / -0 A mibs/comet/H7530-MIB +951 / -0 A mibs/comet/H7531-MIB +951 / -0 A mibs/comet/LANADPTER-MIB +163 / -0 A mibs/comet/MULTILOGGER-MIB +230 / -0 A mibs/comet/P2520-MIB +259 / -0 M mibs/comet/P8510-MIB +192 / -28 A mibs/comet/P8511-MIB +426 / -0 A mibs/comet/P8541-MIB +678 / -0 A mibs/comet/P8552-MIB +840 / -0 A mibs/comet/P8610-MIB +300 / -0 A mibs/comet/P8611-MIB +426 / -0 A mibs/comet/P8631-MIB +552 / -0 A mibs/comet/P8641-MIB +678 / -0 A mibs/comet/P8652-MIB +840 / -0 A mibs/comet/T0510-MIB +298 / -0 A mibs/comet/T0610-MIB +298 / -0 A mibs/comet/T2514-MIB +298 / -0 A mibs/comet/T3510-MIB +526 / -0 A mibs/comet/T3511-MIB +526 / -0 A mibs/comet/T3611-MIB +526 / -0 A mibs/comet/T4511-MIB +298 / -0 A mibs/comet/T4611-MIB +298 / -0
0 added
0 removed
filtered activity
Added new sensor classes distance and concentration.
Changed files with action and line counts M html/icons.php +7 / -5 A html/includes/graphs/sensor/concentration.inc.php +32 / -0 A html/includes/graphs/sensor/distance.inc.php +33 / -0 M includes/definitions/entities/sensors.inc.php +5 / -1
+77 added
−6 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +2 / -3 M includes/discovery/sensors/entity-sensor-mib.inc.php +4 / -3
+6 added
−6 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/aten.inc.php +6 / -0 M includes/discovery/sensors/aten-ipmi-mib.inc.php +7 / -2 M includes/entities/status.inc.php +18 / -17
+31 added
−19 removed
filtered activity
Improved snmp_fix_numeric() for hex unit.
Changed files with action and line counts M includes/snmp.inc.php +25 / -21 M tests/IncludesSnmpTest.php +3 / -1
+25 added
−21 removed
filtered activity
Updated model/hardware definitions for Fortinet devices (
OBS-3669 ).
Changed files with action and line counts M includes/definitions/models.inc.php +3 / -261 M includes/definitions/os/fortinet.inc.php +281 / -0 M mibs/fortinet/FORTINET-FORTIGATE-MIB +1,568 / -208
+284 added
−261 removed
filtered activity
Fixed max display height for quick search results (
OBS-3667 ).
Changed files with action and line counts M html/includes/navbar.inc.php +3 / -3 M html/includes/search/neighbours.inc.php +1 / -1
+4 added
−4 removed
filtered activity
Fixed compatibility errors in common functions.
Changed files with action and line counts M html/includes/print/status.inc.php +2 / -1 M includes/common.inc.php +66 / -40 M includes/polling/functions.inc.php +25 / -15 M tests/IncludesCommonTest.php +21 / -4
+93 added
−56 removed
filtered activity
Add cisco config check probe
Changed files with action and line counts M includes/definitions/entities/probes.inc.php +9 / -0 A probes/nagios/check_snmp_cisco_config +464 / -0
+473 added
0 removed
filtered activity
Improved detect Supermicro IPMI.
Changed files with action and line counts M includes/definitions/mibs/aten.inc.php +11 / -0 M includes/definitions/os/supermicro.inc.php +5 / -0 M includes/discovery/sensors/aten-ipmi-mib.inc.php +8 / -3
+24 added
−3 removed
filtered activity
Prevent serial changes by memory leak in Supermicro IPMI (ver 2).
Changed files with action and line counts M includes/definitions/mibs/aten.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Prevent serial changes by memory leak in Supermicro IPMI.
Changed files with action and line counts M includes/definitions/mibs/aten.inc.php +2 / -1
+2 added
−1 removed
filtered activity
Removed duplicate os definition. Added ipmi os group.
Changed files with action and line counts M includes/definitions/os.inc.php +18 / -11
+18 added
−11 removed
filtered activity
Added support for Supermicro IPMI (
OBS-3664 ).
Changed files with action and line counts M includes/definitions/mibs/aten.inc.php +34 / -7 A includes/definitions/os/supermicro.inc.php +38 / -0 M includes/discovery/inventory/host-resources-mib.inc.php +38 / -31 A includes/discovery/sensors/aten-ipmi-mib.inc.php +149 / -0 M includes/discovery/sensors/fortinet-fortigate-mib.inc.php +10 / -9 M includes/entities/device.inc.php +3 / -1 A mibs/aten/ATEN-IPMI-MIB +329 / -0 A mibs/aten/PET-EVENTS +3,081 / -0 A mibs/supermicro/SUPERMICRO-EVENTS +291 / -0
+272 added
−48 removed
filtered activity
Improved support for old Geist EM series PDUs (
OBS-3665 ).
Changed files with action and line counts M includes/definitions/mibs/geist.inc.php +19 / -34 M includes/definitions/os/vertiv.inc.php +1 / -1 A mibs/geist/GEIST-EM-SERIES-MIB +705 / -0
+20 added
−35 removed
filtered activity
Blacklist netstats on geist devices.
Changed files with action and line counts M includes/definitions/os/vertiv.inc.php +4 / -0
+4 added
0 removed
filtered activity
Disabled by default unused modules on ups, pdu, printer and environment os groups.
Changed files with action and line counts M includes/definitions/os.inc.php +40 / -12 M includes/definitions/os/vertiv.inc.php +0 / -2
+40 added
−14 removed
filtered activity
Disabled netstat module on Geist PDUs.
Changed files with action and line counts M includes/definitions/mibs/geist.inc.php +4 / -3 M includes/definitions/os/vertiv.inc.php +2 / -0
+6 added
−3 removed
filtered activity
Added unit conversion from
mmHg and other pressure units. Improved detect incorrect unit cases in
value_to_si().
Changed files with action and line counts M includes/common.inc.php +76 / -30 M includes/definitions/entities/sensors.inc.php +6 / -6 M tests/IncludesCommonTest.php +11 / -0
+82 added
−36 removed
filtered activity
February 2021
Updated probes edit form and probe alert association.
Changed files with action and line counts M html/includes/actions/edit_probe.inc.php +16 / -6 M html/includes/entities/probe.inc.php +3 / -1 M html/includes/modals/edit_probe.inc.php +9 / -1 M html/pages/probes.inc.php +3 / -4 M includes/definitions/entities.inc.php +0 / -23 M includes/definitions/entities/probes.inc.php +25 / -0
+56 added
−35 removed
filtered activity
Another compatibility round with php8.
Changed files with action and line counts M html/pages/device/overview/ucd_mem.inc.php +6 / -7 M includes/discovery/mempools/foundry-sn-agent-mib.inc.php +8 / -10 M includes/discovery/mempools/host-resources-mib.inc.php +4 / -7 M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +2 / -3 M includes/discovery/sensors/dksf-50-11-x-x-x.inc.php +1 / -4 M includes/discovery/sensors/dksf-60-4-x-x-x.inc.php +1 / -4 M includes/discovery/sensors/dksf-70-5-x-x-1.inc.php +1 / -4 M includes/discovery/storage/gpfs-mib.inc.php +2 / -4 M includes/discovery/storage/host-resources-mib.inc.php +4 / -5 M includes/discovery/storage/netapp-mib.inc.php +2 / -3 M includes/entities/counter.inc.php +14 / -11 M includes/functions.inc.php +2 / -1 M includes/polling/aruba-controller.inc.php +1 / -1
+48 added
−64 removed
filtered activity
Added check Group or Alert Checker already exist.
Changed files with action and line counts M html/ajax/actions.php +6 / -4 D html/ajax/actions/add_group.inc.php +0 / -56 A html/ajax/actions/alert_check_add.inc.php +80 / -0 D html/ajax/actions/edit_group.inc.php +0 / -33 A html/ajax/actions/group_add.inc.php +61 / -0 A html/ajax/actions/group_edit.inc.php +33 / -0 M html/includes/group-navbar.inc.php +11 / -8 M html/includes/group_edit.inc.php +1 / -1 M html/includes/print/common.inc.php +15 / -2 M html/pages/add_alert_check.inc.php +5 / -4 M html/pages/group.inc.php +7 / -8 M html/pages/group_add.inc.php +3 / -3
+222 added
−119 removed
filtered activity
Changed files with action and line counts M includes/discovery/functions.inc.php +2 / -2 M includes/entities/routing.inc.php +8 / -4
+10 added
−6 removed
filtered activity
Polling compatibility with php8.
Changed files with action and line counts M html/includes/graphs/generic_definition.inc.php +15 / -6 M includes/definitions.inc.php +2 / -2 M includes/polling/aruba-controller.inc.php +6 / -3 M includes/polling/cisco-cef.inc.php +2 / -2 M includes/polling/fdb/atistackswitch9424-mib.inc.php +2 / -2 M includes/polling/fdb/extreme-fdb-mib.inc.php +2 / -3 M includes/polling/fdb/huawei-l2mam-mib.inc.php +2 / -2 M includes/polling/fdb/rapid-city.inc.php +2 / -3 M includes/polling/sla.inc.php +3 / -2 M includes/polling/ucd-mib.inc.php +3 / -3 M includes/polling/wifi/airespace-wireless-mib.inc.php +16 / -15 M includes/rrdtool.inc.php +4 / -4
+59 added
−47 removed
filtered activity
Do not set snmp bulk timeout error in snmp context requests.
Changed files with action and line counts M includes/snmp.inc.php +3 / -1
+3 added
−1 removed
filtered activity
Fixed discovery ip addresses by
IP-MIB (appear in previous commit). Fixed detect bulk snmp error on snmpget cmd.
Changed files with action and line counts M includes/discovery/ip-addresses/ip-mib.inc.php +1 / -1 M includes/snmp.inc.php +3 / -1
+4 added
−2 removed
filtered activity
Decreased discovery time for ip addresses in vrfs.
Changed files with action and line counts M includes/discovery/ip-addresses.inc.php +4 / -0 M includes/discovery/ip-addresses/ip-mib.inc.php +7 / -9 M includes/discovery/vrf.inc.php +4 / -1
+15 added
−10 removed
filtered activity
Fixed discovery sensors scale on FortiSwitch devices (
OBS-3658 ).
Changed files with action and line counts M includes/definitions/os/fortinet.inc.php +1 / -0 M includes/definitions/rewrites.inc.php +1 / -0 M includes/discovery/sensors/entity-sensor-mib.inc.php +9 / -10 M includes/rewrites.inc.php +1 / -3
+12 added
−13 removed
filtered activity
Fixed add new devices in php8.
Changed files with action and line counts M includes/functions.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/fortinet.inc.php +19 / -13 M mibs/fortinet/FORTINET-CORE-MIB +27 / -15
+19 added
−13 removed
filtered activity
Fixed cpu_count var in poller-wrapper test.
Changed files with action and line counts M poller-wrapper.py +7 / -1
+7 added
−1 removed
filtered activity
Updated support for D-Link DMC devices (
OBS-3659 ).
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +5 / -6 M includes/definitions/os/d-link.inc.php +3 / -2
+8 added
−8 removed
filtered activity
Use data-* attribs for confirmation js.
Changed files with action and line counts M html/includes/print/search.inc.php +21 / -27
+21 added
−27 removed
filtered activity
Improved get_rancid_filename() for devices named by IPs.
Changed files with action and line counts M html/includes/functions.inc.php +27 / -32
+27 added
−32 removed
filtered activity
Fixed
calculate_mempool_properties(), appeared in r11040 (
OBS-3660 ).
Changed files with action and line counts M includes/functions.inc.php +3 / -1
+3 added
−1 removed
filtered activity
Fixed query in ports_adsl table.
Changed files with action and line counts M html/pages/device/ports.inc.php +10 / -7
+10 added
−7 removed
filtered activity
Decreased minimum mariadb and python version warning to latest in centos/rhel 7.
Changed files with action and line counts M includes/common.inc.php +6 / -6 M includes/definitions.inc.php +5 / -2
+11 added
−8 removed
filtered activity
Fixed "Undefined index" errors in definitions.
Changed files with action and line counts M includes/db/mysqli.inc.php +6 / -12 M includes/definitions/entities/devices.inc.php +1 / -1 M includes/definitions/mibs/netgear.inc.php +10 / -1 M includes/definitions/wui.inc.php +2 / -0 M includes/sql-config.inc.php +1 / -1
+20 added
−15 removed
filtered activity
Fixed compatibility with php8 in
discovery_check_if_type_exist() (
OBS-3656 ).
Changed files with action and line counts M includes/functions.inc.php +58 / -82
+58 added
−82 removed
filtered activity
Fixed unittests in php8.
Changed files with action and line counts M includes/db/mysqli.inc.php +34 / -34 M includes/rewrites.inc.php +4 / -3 M tests/HtmlIncludesFunctionsTest.php +3 / -3 M tests/HtmlIncludesPrintTest.php +6 / -5 M tests/IncludesAlertsTest.php +5 / -4 M tests/IncludesDefinitionsTest.php +9 / -6 M tests/IncludesEncryptTest.php +5 / -5 M tests/IncludesPortDescrParserTest.php +7 / -6 M tests/IncludesRewritesTest.php +9 / -8 M tests/IncludesSnmpTest.php +6 / -5 M tests/IncludesSyslogTest.php +1 / -1 M tests/IncludesTemplatesTest.php +5 / -4
+38 added
−37 removed
filtered activity
Fixed db functions phpunit tests.
Changed files with action and line counts M includes/common.inc.php +6 / -1 M tests/IncludesDbTest.php +11 / -10
+6 added
−1 removed
filtered activity
Fixed unittests in php8 for functions include.
Changed files with action and line counts M includes/functions.inc.php +9 / -11 M tests/IncludesFunctionsTest.php +2 / -1
+9 added
−11 removed
filtered activity
Improved compatibility with php8 in common functions. Added phpunit for array_get_nested().
Changed files with action and line counts M includes/common.inc.php +64 / -92 M tests/IncludesCommonTest.php +94 / -21
+64 added
−92 removed
filtered activity
Display CPU count and instances in poller-wrapper test.
Changed files with action and line counts M poller-wrapper.py +15 / -8
+15 added
−8 removed
filtered activity
Complete disabled deprecated mysql extension. Fixed phpunit tests db connect.
Changed files with action and line counts M includes/db/mysql.inc.php +2 / -1 M includes/definitions.inc.php +12 / -10 M includes/sql-config.inc.php +5 / -2
+19 added
−13 removed
filtered activity
Replaced popconfirm plugin with bootstrap-confirmation2 for fix jQuery 3.x compatibility.
Changed files with action and line counts M html/includes/print/search.inc.php +67 / -6 M html/index.php +15 / -33
+82 added
−39 removed
filtered activity
Upgraded jQuery and related js libs to latest. Updated bootstrap js to latest 3.x.
Changed files with action and line counts M html/css/query-builder.default.css +1 / -2 A html/js/bootstrap-confirmation.min.js +7 / -0 M html/js/bootstrap.min.js +3 / -4 M html/js/interact.min.js +2 / -5 A html/js/jquery-migrate.min.js +2 / -0 M html/js/jquery.min.js +2 / -4 D html/js/jquery.popconfirm.js +0 / -162
0 added
0 removed
filtered activity
Add distance icon
Changed files with action and line counts M html/css/sprite.css +67 / -60 M html/img/sprite/svg_png.png non-text +0 / -0 M html/img/sprite/svg_png_27.png non-text +0 / -0 M html/img/sprite/svg_png_36.png non-text +0 / -0 M html/img/sprite/svg_png_45.png non-text +0 / -0 M html/img/sprite/svg_png_54.png non-text +0 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +13 / -5 M includes/definitions/mibs/nortel.inc.php +21 / -9 M includes/definitions/os/avaya.inc.php +10 / -7 M includes/definitions/os/extreme.inc.php +1 / -0 M includes/discovery/sensors/power-ethernet-mib.inc.php +149 / -8
+194 added
−29 removed
filtered activity
Updated huawei mib files.
Showing the first 30 paths; 66 more are omitted from this static page.
Changed files with action and line counts A mibs/huawei/HUAWEI-8021X-EXT-MIB +2,664 / -0 A mibs/huawei/HUAWEI-ADSL-MIB +6,157 / -0 A mibs/huawei/HUAWEI-ANCP-AN-EXT-MIB +1,626 / -0 A mibs/huawei/HUAWEI-ANCP-AN-MIB +1,058 / -0 A mibs/huawei/HUAWEI-ANCP-TC-MIB +81 / -0 A mibs/huawei/HUAWEI-ARP-PROXY-MIB +625 / -0 A mibs/huawei/HUAWEI-BBS-ONT-MIB +254 / -0 M mibs/huawei/HUAWEI-BFD-MIB +60 / -5 A mibs/huawei/HUAWEI-BOARD-SERVPROPERTY-MIB +519 / -0 A mibs/huawei/HUAWEI-BULKSTATISTICS-MIB +3,907 / -0 A mibs/huawei/HUAWEI-CES-MIB +2,576 / -0 A mibs/huawei/HUAWEI-CESOP-TDM-MIB +1,605 / -0 A mibs/huawei/HUAWEI-CLK-MIB +5,590 / -0 A mibs/huawei/HUAWEI-CMTS-MIB +23,306 / -0 A mibs/huawei/HUAWEI-COMMTEST-MIB +7,607 / -0 A mibs/huawei/HUAWEI-CPE-MGMT-MIB +591 / -0 A mibs/huawei/HUAWEI-DATACOMM-OID-MIB +154 / -0 M mibs/huawei/HUAWEI-DEVICE-MIB +910 / -17 A mibs/huawei/HUAWEI-DHCP-PROXY-MIB +3,417 / -0 A mibs/huawei/HUAWEI-DSLAM-AAA-MIB +1,881 / -0 A mibs/huawei/HUAWEI-DSLAM-ACL-MIB +2,487 / -0 A mibs/huawei/HUAWEI-DSLAM-DHCPV6-RELAY-MIB +1,725 / -0 A mibs/huawei/HUAWEI-DSLAM-ERPS-MIB +825 / -0 A mibs/huawei/HUAWEI-DSLAM-LLDP-MIB +1,590 / -0 A mibs/huawei/HUAWEI-DSLAM-NTV-MIB +40,295 / -0 A mibs/huawei/HUAWEI-DSLAM-PITP-MIB +2,907 / -0 A mibs/huawei/HUAWEI-DSLAM-TNLPOLICY-MIB +133 / -0 A mibs/huawei/HUAWEI-DSLAM-VPLS-MIB +1,602 / -0 A mibs/huawei/HUAWEI-ELECTRO-SWITCH-MIB +146 / -0 A mibs/huawei/HUAWEI-ENTITY-VENDORTYPE-MIB +1,729 / -0
0 added
0 removed
filtered activity
Improved measured port association in latest Cisco IOS XR 7.x (
OBS-3654 ).
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +10 / -9 M includes/entities/port.inc.php +28 / -21
+38 added
−30 removed
filtered activity
Compatibility fixes with php 8.0.
Changed files with action and line counts M includes/discovery/vrf.inc.php +5 / -5
+5 added
−5 removed
filtered activity
Correctly hide error message about unknown condition metric (
OBS-3655 ).
Changed files with action and line counts M html/pages/alert_check.inc.php +6 / -3
+6 added
−3 removed
filtered activity
Another php 8.0 compatibility fixes.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +49 / -35 M html/includes/functions.inc.php +2 / -2 M html/pages/device/perf.inc.php +14 / -13
+65 added
−50 removed
filtered activity
Added discovery VRFs on Arista EOS.
Changed files with action and line counts M includes/definitions/mibs/arista.inc.php +12 / -0 M includes/definitions/os/arista.inc.php +1 / -0 A includes/discovery/vrf/arista-vrf-mib.inc.php +63 / -0 M includes/entities/routing.inc.php +5 / -5
+81 added
−5 removed
filtered activity
Improved fetch serial on Arista EOS (
OBS-3640 ).
Changed files with action and line counts M includes/definitions/os/arista.inc.php +17 / -0
+17 added
0 removed
filtered activity
Temporary hide error message about unknown condition metric for incorrect time/weekday conditions (
OBS-3646 ).
Changed files with action and line counts M html/includes/graphs/application/exchange_mb_queued.inc.php +4 / -0 M html/pages/alert_check.inc.php +2 / -2
+6 added
−2 removed
filtered activity
Updated Arista mib files.
Changed files with action and line counts M mibs/arista/ARISTA-BRIDGE-EXT-MIB +134 / -17 A mibs/arista/ARISTA-IP-MIB +310 / -0 M mibs/arista/ARISTA-PRODUCTS-MIB +221 / -1 M mibs/arista/ARISTA-QOS-MIB +50 / -6 A mibs/arista/ARISTA-VXLAN-MIB +421 / -0 M mibs/arista/ARISTA-XGS-MIB +1,081 / -7
0 added
0 removed
filtered activity
Changed files with action and line counts A html/images/os/clearos.png +1 / -0 A html/images/os/clearos_2x.png +1 / -0
0 added
0 removed
filtered activity
Improved support for APC InfraStruXure PDUs (
OBS-3647 ).
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +417 / -19 M includes/polling/os/apc.inc.php +13 / -13
+430 added
−32 removed
filtered activity
Added GETNEXT empty response snmp error code.
Changed files with action and line counts M includes/definitions.inc.php +8 / -0 M includes/snmp.inc.php +3 / -0
+11 added
0 removed
filtered activity
Another compatibility fixes on php 8.0.
Changed files with action and line counts M html/pages/device/graphs.inc.php +8 / -11
+8 added
−11 removed
filtered activity
Improved match_oid_num() for matching simple regex-like oid lists (ie: .1.3.6.1.4.1.(2011|2030)).
Changed files with action and line counts M includes/alerts.inc.php +6 / -2 M includes/functions.inc.php +28 / -10 M tests/IncludesFunctionsTest.php +12 / -0
+34 added
−12 removed
filtered activity
Migrated polling os params to common poll_device_mib_metatypes(). Use pre_test definition instead test for os params.
Changed files with action and line counts M includes/definitions/mibs.inc.php +11 / -8 M includes/definitions/mibs/cambium.inc.php +2 / -2 M includes/definitions/mibs/cisco.inc.php +5 / -5 M includes/definitions/mibs/hp.inc.php +4 / -4 M includes/definitions/mibs/qnap.inc.php +2 / -4 M includes/definitions/mibs/symbol.inc.php +2 / -2 M includes/entities/device.inc.php +47 / -39 M includes/polling/os.inc.php +7 / -0
+80 added
−64 removed
filtered activity
Always use named snmp error codes.
Changed files with action and line counts M includes/discovery/neighbours/cisco-cdp-mib.inc.php +3 / -2 M includes/discovery/storage/cisco-flash-mib.inc.php +2 / -3 M includes/functions.inc.php +3 / -3 M includes/polling/bgp-peers.inc.php +11 / -9 M includes/polling/ports.inc.php +2 / -2 M includes/polling/ports/netapp-mib.inc.php +2 / -3 M includes/polling/system/snmpv2-mib.inc.php +2 / -2 M includes/snmp.inc.php +1 / -1
+26 added
−25 removed
filtered activity
Fixed datetime form elements layout.
Changed files with action and line counts M html/includes/print/search.inc.php +26 / -25 M html/includes/print/syslogs.inc.php +2 / -2 M html/pages/device/logs/eventlog.inc.php +5 / -6 M html/pages/device/logs/syslog.inc.php +5 / -6
+38 added
−39 removed
filtered activity
Forced eventlog message about "Wrong .index in mibs dir" error.
Changed files with action and line counts M html/includes/print/events.inc.php +7 / -5 M includes/definitions.inc.php +26 / -5 M includes/snmp.inc.php +4 / -0
+37 added
−10 removed
filtered activity
Allowed Markdown Extra formatting in get_markdown().
Changed files with action and line counts M html/includes/print/common.inc.php +12 / -5 M includes/common.inc.php +4 / -5 D libs/Parsedown.php +0 / -1,994 A libs/parsedown non-text +0 / -0 A libs/parsedown/Parsedown.php +1,994 / -0 A libs/parsedown/ParsedownExtra.php +538 / -0 A libs/parsedown/ParsedownExtraPlugin.php +585 / -0
+16 added
−10 removed
filtered activity
Detect "OID not increasing" error in inventory discovery by
ENTITY-MIB . Fixed discovery inventory and sensors on some Cisco WLC devices.
Changed files with action and line counts M includes/discovery/inventory/entity-mib.inc.php +94 / -81 M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +24 / -8 M includes/discovery/sensors/entity-sensor-mib.inc.php +25 / -8
+143 added
−97 removed
filtered activity
Force snmp nobulk for some Cisco WLC devices.
Changed files with action and line counts M includes/definitions/os/cisco.inc.php +7 / -4
+7 added
−4 removed
filtered activity
Added named constants for snmp error codes.
Changed files with action and line counts M includes/definitions.inc.php +113 / -48 M includes/snmp.inc.php +120 / -68
+233 added
−116 removed
filtered activity
Added detect snmp error "OID not increasing".
Changed files with action and line counts M includes/definitions.inc.php +2 / -0 M includes/snmp.inc.php +43 / -33
+45 added
−33 removed
filtered activity
More compatibility fixes.
Changed files with action and line counts M includes/discovery/functions.inc.php +4 / -7
+4 added
−7 removed
filtered activity
More php8.0 compatibibily fixes.
Changed files with action and line counts M html/includes/entities/device.inc.php +2 / -0
+2 added
0 removed
filtered activity
Added detect snmpbulkwalk timeout error detect. Eventlog snmpbulkwalk error in discovery.
Changed files with action and line counts M includes/definitions.inc.php +9 / -8 M includes/snmp.inc.php +60 / -65
+69 added
−73 removed
filtered activity
Added log_event_cache() for write delayed log events (at end of process) with combine multiple same messages.
Changed files with action and line counts M includes/functions.inc.php +195 / -32
+195 added
−32 removed
filtered activity
Define by default constants OBS_SCRIPT_NAME and OBS_PROCESS_NAME for use in scripts.
Changed files with action and line counts M add_device.php +15 / -18 M adduser.php +2 / -5 M alerter.php +2 / -5 M billing-calculate.php +8 / -13 M check-errors.php +4 / -7 M delete_device.php +3 / -6 M discovery.php +1 / -4 M housekeeping.php +13 / -17 M html/includes/functions.inc.php +0 / -1 M includes/common.inc.php +8 / -10 M includes/sql-config.inc.php +7 / -7 M poller.php +9 / -13 M rename_device.php +2 / -5 M scripts/generate-emoji.php +3 / -3 M scripts/generate-rancid.php +0 / -1 M scripts/generate-smokeping.php +3 / -6 M scripts/rename-port-rrdfile.php +1 / -3 M snmptrap.php +2 / -5 M syslog.php +3 / -6 M test_alert.php +1 / -5 M test_db.php +0 / -3 M test_geo.php +2 / -3
+89 added
−146 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/apc.inc.php +56 / -19 M includes/discovery/sensors/powernet-mib.inc.php +122 / -79 M includes/polling/os/apc.inc.php +46 / -4 M mibs/apc/PowerNet-MIB +920 / -27
+224 added
−102 removed
filtered activity
Improved
test_condition() compare numeric oids. Added ability for pre test by device fields like
sysObjectId in discovery entities. Added case insensitive
array_key_iexists().
Changed files with action and line counts M includes/alerts.inc.php +17 / -3 M includes/common.inc.php +13 / -0 M includes/functions.inc.php +24 / -15
+54 added
−18 removed
filtered activity
Fixed quick search inventory (exclude deleted entries).
Changed files with action and line counts M html/includes/search/inventory.inc.php +2 / -2
+2 added
−2 removed
filtered activity
More php 8.0 compatibility fixes in poller.
Changed files with action and line counts M includes/polling/printersupplies.inc.php +2 / -4 M includes/polling/processors.inc.php +12 / -5 M includes/polling/storage.inc.php +2 / -3
+16 added
−12 removed
filtered activity
More php 8.0 compatibility fixes.
Changed files with action and line counts M html/includes/entities/device.inc.php +2 / -1 M html/pages/device.inc.php +1 / -0
+3 added
−1 removed
filtered activity
Improved match_oid_num(), added unit tests.
Changed files with action and line counts M includes/functions.inc.php +38 / -12 M tests/IncludesFunctionsTest.php +69 / -29
+38 added
−12 removed
filtered activity
Associate correct netscaler host by syslog message if possible (
OBS-523 ).
Changed files with action and line counts M includes/syslog.inc.php +17 / -2
+17 added
−2 removed
filtered activity
Fixed parsinf syslog messges on Citrix Netscaller (
OBS-3614 ).
Changed files with action and line counts M includes/syslog.inc.php +12 / -5 M tests/IncludesSyslogTest.php +17 / -6
+12 added
−5 removed
filtered activity
Added support for MorningStar Solar Prostar controllers (
OBS-3639 ).
Changed files with action and line counts A html/images/os/morningstar.png +1 / -0 A html/images/os/morningstar_2x.png +1 / -0 A includes/definitions/mibs/morningstar.inc.php +168 / -0 A includes/definitions/os/morningstar.inc.php +41 / -0
+209 added
0 removed
filtered activity
Added MorningStar mib files.
Changed files with action and line counts A mibs/morningstar non-text +0 / -0 A mibs/morningstar/EMC-1 +57 / -0 A mibs/morningstar/MORNINGSTAR +32 / -0 A mibs/morningstar/MORNINGSTAR-OLD +53 / -0 A mibs/morningstar/PROSTAR-MPPT +1,027 / -0 A mibs/morningstar/PROSTAR-PWM +935 / -0 A mibs/morningstar/SUNSAVER-MPPT +682 / -0 A mibs/morningstar/SURESINE +152 / -0 A mibs/morningstar/TRISTAR +650 / -0 A mibs/morningstar/TRISTAR-MPPT +827 / -0 A mibs/morningstar/TRISTAR-MPPT-600V +854 / -0
0 added
0 removed
filtered activity
Synched syslog alerts table fields with syslog table (
OBS-3641 ).
Changed files with action and line counts M includes/syslog.inc.php +16 / -23 A update/439.sql +2 / -0
+16 added
−23 removed
filtered activity
Fixed compatibility with php 5.6 in email transport.
Changed files with action and line counts M includes/alerting/email.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Added quick search for neighbours (
OBS-3636 ).
Changed files with action and line counts M html/ajax/search.php +11 / -6 M html/includes/search/accesspoints.inc.php +3 / -5 M html/includes/search/devices.inc.php +6 / -11 M html/includes/search/inventory.inc.php +6 / -9 M html/includes/search/ip-addresses.inc.php +10 / -10 M html/includes/search/loadbalancers.inc.php +13 / -30 A html/includes/search/neighbours.inc.php +82 / -0 M html/includes/search/ports.inc.php +4 / -7 M html/includes/search/sensors.inc.php +3 / -5 M html/includes/search/slas.inc.php +3 / -5 M html/includes/search/status.inc.php +3 / -5 M includes/definitions/wui.inc.php +3 / -2
+147 added
−95 removed
filtered activity
Forced use safe_count() in graphs for minimizing the occurrence TypeError throws in php 8.0.
Showing the first 30 paths; 16 more are omitted from this static page.
Changed files with action and line counts M html/includes/graphs/application/dovecot_auth.inc.php +1 / -1 M html/includes/graphs/application/dovecot_auth_cache.inc.php +1 / -1 M html/includes/graphs/application/dovecot_cache.inc.php +1 / -1 M html/includes/graphs/application/dovecot_commands.inc.php +1 / -1 M html/includes/graphs/application/dovecot_connected.inc.php +1 / -1 M html/includes/graphs/application/dovecot_cpu.inc.php +1 / -1 M html/includes/graphs/application/dovecot_io.inc.php +1 / -1 M html/includes/graphs/application/dovecot_pages.inc.php +1 / -1 M html/includes/graphs/application/dovecot_storage.inc.php +1 / -1 M html/includes/graphs/application/dovecot_usage.inc.php +1 / -1 M html/includes/graphs/application/exim_reject.inc.php +1 / -1 M html/includes/graphs/application/exim_sent.inc.php +1 / -1 M html/includes/graphs/application/exim_spam.inc.php +1 / -1 M html/includes/graphs/application/freeradius_accounting.inc.php +1 / -1 M html/includes/graphs/application/freeradius_authentication.inc.php +1 / -1 M html/includes/graphs/application/mailscanner_reject.inc.php +1 / -1 M html/includes/graphs/application/nsd_qtype.inc.php +1 / -1 M html/includes/graphs/application/nsd_queries.inc.php +2 / -2 M html/includes/graphs/application/nsd_rcode.inc.php +1 / -1 M html/includes/graphs/application/nsd_zones.inc.php +2 / -2 M html/includes/graphs/application/postfix_mailgraph_reject.inc.php +1 / -1 M html/includes/graphs/application/postfix_mailgraph_sent.inc.php +1 / -1 M html/includes/graphs/application/postfix_mailgraph_spam.inc.php +1 / -1 M html/includes/graphs/application/postfix_qshape_stats.inc.php +1 / -1 M html/includes/graphs/application/shoutcast_multi_stats.inc.php +2 / -3 M html/includes/graphs/application/unbound_class.inc.php +1 / -1 M html/includes/graphs/application/unbound_flags.inc.php +10 / -10 M html/includes/graphs/application/unbound_opcode.inc.php +2 / -3 M html/includes/graphs/application/unbound_qtype.inc.php +1 / -1 M html/includes/graphs/application/unbound_queries.inc.php +1 / -1
+118 added
−131 removed
filtered activity
Fixed "Undefined constant" errors.
Changed files with action and line counts M html/pages/device/health/diskio.inc.php +7 / -9 M html/pages/device/health/mempool.inc.php +7 / -9 M html/pages/device/health/processor.inc.php +7 / -9 M html/pages/device/health/status.inc.php +8 / -10 M html/pages/device/health/storage.inc.php +7 / -9 M html/pages/device/nfsen.inc.php +1 / -1
+37 added
−47 removed
filtered activity
Improved db queries on neighbours map page.
Changed files with action and line counts M html/map.php +122 / -99
+122 added
−99 removed
filtered activity
Round 11 of php 8.0 compatibility fixes.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +4 / -4 M html/includes/contacts-navbar.inc.php +51 / -14 M html/includes/graphs/generic_multi_group_simplex_separated.inc.php +4 / -3 M html/includes/graphs/global/pollermods.inc.php +1 / -3 M html/includes/print/alert.inc.php +5 / -6 M html/pages/contact.inc.php +10 / -11 M html/pages/device.inc.php +3 / -3 M html/pages/device/alert.inc.php +7 / -7 M html/pages/device/edit.inc.php +20 / -20 M html/pages/device/edit/modules.inc.php +5 / -6 M html/pages/device/perf.inc.php +2 / -2 M html/pages/os.inc.php +10 / -11 M html/pages/processes.inc.php +11 / -1 M html/pages/roles.inc.php +18 / -18
+151 added
−109 removed
filtered activity
Round 10 of php 8.0 compatibility fixes.
Changed files with action and line counts M html/includes/functions.inc.php +30 / -42 M includes/common.inc.php +23 / -7 M includes/functions.inc.php +4 / -5 M includes/rrdtool.inc.php +11 / -12
+68 added
−66 removed
filtered activity
Updated Flight library.
Changed files with action and line counts M libs/flight/net/Request.php +1 / -1 M libs/flight/net/Router.php +1 / -1
0 added
0 removed
filtered activity
Fixed php 8.0 compatibility for Ref library.
Changed files with action and line counts M libs/ref.inc.php +16 / -2
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +49 / -19
+49 added
−19 removed
filtered activity
Removed duplicate os definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -58
0 added
−58 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/rittal.inc.php +31 / -3 A includes/definitions/os/rittal.inc.php +90 / -0 M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +164 / -144
+285 added
−147 removed
filtered activity
Fixed function redeclaration in device edit status page (
OBS-3632 ).
Changed files with action and line counts M html/includes/functions.inc.php +26 / -12 M html/pages/device/edit/status.inc.php +1 / -22
+27 added
−34 removed
filtered activity
Fixed forms params generate.
Changed files with action and line counts M html/includes/entities/counter.inc.php +1 / -1 M html/includes/entities/mempool.inc.php +1 / -1 M html/includes/entities/printersupply.inc.php +1 / -1 M html/includes/entities/processor.inc.php +1 / -1 M html/includes/entities/sensor.inc.php +1 / -1 M html/includes/entities/status.inc.php +1 / -1 M html/includes/entities/storage.inc.php +1 / -1
+7 added
−7 removed
filtered activity
More php 8.0 compatibility fixes.
Showing the first 30 paths; 2 more are omitted from this static page.
Changed files with action and line counts M html/billing-bandwidth-data.php +16 / -16 M html/geojson.php +11 / -9 M html/includes/authenticate.inc.php +11 / -17 M html/includes/entities/counter.inc.php +6 / -9 M html/includes/entities/mempool.inc.php +12 / -15 M html/includes/entities/printersupply.inc.php +8 / -11 M html/includes/entities/processor.inc.php +6 / -8 M html/includes/entities/sensor.inc.php +6 / -9 M html/includes/entities/status.inc.php +8 / -11 M html/includes/entities/storage.inc.php +6 / -8 M html/includes/navbar.inc.php +41 / -53 M html/includes/print/navbar.inc.php +7 / -11 M html/includes/print/search.inc.php +18 / -18 M html/pages/bill/infoboxes.inc.php +8 / -9 M html/pages/device.inc.php +6 / -4 M html/pages/ports.inc.php +3 / -2 M html/pages/pseudowires.inc.php +8 / -8 M includes/definitions.inc.php +2 / -2 M includes/discovery/inventory.inc.php +2 / -3 M includes/discovery/lsp.inc.php +4 / -5 M includes/discovery/mempools.inc.php +2 / -2 M includes/discovery/neighbours.inc.php +2 / -2 M includes/discovery/processors.inc.php +2 / -2 M includes/discovery/pseudowires.inc.php +2 / -3 M includes/discovery/sla.inc.php +2 / -3 M includes/discovery/storage.inc.php +2 / -2 M includes/discovery/vlans.inc.php +2 / -4 M includes/functions.inc.php +4 / -5 M includes/polling/fdb-table.inc.php +10 / -10 M includes/polling/mac-accounting.inc.php +5 / -9
+230 added
−280 removed
filtered activity
Renamed functions snmp_walk_multipart_oid() to snmpwalk_multipart_oid(), snmpwalk_cache_oid_num2() to snmpwalk_oid_num().
Replaced all function calls from snmpwalk_cache_multi_oid() to snmpwalk_cache_oid().
Removed multiple deprecated unused functions snmp_parser_quote(), snmp_parser_unquote(), ascii_to_oid(), string_to_oid(), snmp_walk_parser(), snmp_walk_parser2(), snmpwalk_numericoids().
Showing the first 30 paths; 115 more are omitted from this static page.
Changed files with action and line counts M includes/discovery/cisco-cef.inc.php +3 / -3 M includes/discovery/counter/printer-mib.inc.php +1 / -1 M includes/discovery/junose-atm-vp.inc.php +1 / -1 M includes/discovery/mempools/bianca-brick-mibres-mib.inc.php +1 / -1 M includes/discovery/mempools/cisco-enhanced-mempool-mib.inc.php +1 / -1 M includes/discovery/mempools/cisco-entity-qfp-mib.inc.php +1 / -1 M includes/discovery/mempools/f5-bigip-system-mib.inc.php +2 / -2 M includes/discovery/mempools/hh3c-entity-ext-mib.inc.php +1 / -1 M includes/discovery/mempools/hpn-icf-entity-ext-mib.inc.php +1 / -1 M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +3 / -3 M includes/discovery/mempools/juniper-mib.inc.php +4 / -4 M includes/discovery/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +4 / -4 M includes/discovery/mempools/timetra-system-mib.inc.php +2 / -2 M includes/discovery/mibs.inc.php +3 / -3 M includes/discovery/printersupplies/ricohprivatemib.inc.php +5 / -5 M includes/discovery/processors/cisco-entity-qfp-mib.inc.php +1 / -1 M includes/discovery/processors/f5-bigip-system-mib.inc.php +1 / -1 M includes/discovery/processors/hh3c-entity-ext-mib.inc.php +1 / -1 M includes/discovery/processors/hpn-icf-entity-ext-mib.inc.php +1 / -1 M includes/discovery/processors/huawei-entity-extent-mib.inc.php +3 / -3 M includes/discovery/processors/isilon-mib.inc.php +1 / -1 M includes/discovery/processors/juniper-mib.inc.php +3 / -3 M includes/discovery/processors/juniper-srx5000-spu-monitoring-mib.inc.php +3 / -3 M includes/discovery/processors/ns-root-mib.inc.php +1 / -1 M includes/discovery/sensors/alvarion-dot11-wlan-mib.inc.php +6 / -6 M includes/discovery/sensors/areca-snmp-mib.inc.php +1 / -1 M includes/discovery/sensors/aten-pe-cfg.inc.php +4 / -4 M includes/discovery/sensors/baytech-mib-403-1.inc.php +2 / -2 M includes/discovery/sensors/bluecoat-sg-sensor-mib.inc.php +1 / -1 M includes/discovery/sensors/brocade-optical-monitoring-mib.inc.php +1 / -1
+464 added
−557 removed
filtered activity
January 2021
Renamed functions str_exists() to str_contains_array() and str_iexists() to str_icontains_array() for unification with php 8.0 function str_contains().
Showing the first 30 paths; 21 more are omitted from this static page.
Changed files with action and line counts M html/includes/entities/counter.inc.php +1 / -1 M html/includes/functions.inc.php +1 / -1 M html/includes/graphs/device/pagecount.inc.php +2 / -2 M html/includes/print/common.inc.php +1 / -1 M html/includes/print/fdbtable.inc.php +1 / -1 M html/includes/print/inventory.inc.php +9 / -9 M html/includes/print/search.inc.php +1 / -1 M html/includes/print/syslogs.inc.php +1 / -1 M includes/alerts.inc.php +11 / -20 M includes/common.inc.php +65 / -54 M includes/db.inc.php +4 / -5 M includes/db/mysqli.inc.php +4 / -0 M includes/discovery/functions.inc.php +3 / -3 M includes/discovery/inventory/entity-mib.inc.php +1 / -1 M includes/discovery/mempools/ucd-snmp-mib.inc.php +1 / -1 M includes/discovery/neighbours/lldp-mib.inc.php +1 / -1 M includes/discovery/os/freebsd.inc.php +1 / -1 M includes/discovery/os/linux.inc.php +3 / -3 M includes/discovery/os/solaris.inc.php +1 / -1 M includes/discovery/printersupplies/ricohprivatemib.inc.php +1 / -1 M includes/discovery/sensors/dps-mib-v38.inc.php +1 / -1 M includes/discovery/sensors/egnitephysensor-mib.inc.php +2 / -2 M includes/discovery/sensors/entity-sensor-mib.inc.php +1 / -1 M includes/discovery/sensors/fortinet-fortigate-mib.inc.php +3 / -3 M includes/discovery/sensors/hwg-pwr-mib.inc.php +2 / -2 M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +4 / -4 M includes/discovery/sensors/serverscheck.inc.php +7 / -7 M includes/discovery/slas/hpicf-ipsla-mib.inc.php +1 / -1 M includes/entities.inc.php +6 / -6 M includes/entities/ip-address.inc.php +5 / -8
+204 added
−210 removed
filtered activity
Improved detect Eaton ATS devices (
OBS-3628 ).
Changed files with action and line counts M includes/definitions/mibs/eaton.inc.php +17 / -4 M includes/definitions/os/eaton.inc.php +1 / -0
+18 added
−4 removed
filtered activity
Removed duplicate os definition entry.
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -17
0 added
−17 removed
filtered activity
Improved discovery Ekinops 360 Platform (
OBS-3359 ). Added discovery DDM sensors by additional Ekinops MIBs.
Changed files with action and line counts A includes/definitions/mibs/ekinops non-text +0 / -0 M includes/definitions/mibs/ekinops.inc.php +8 / -106 A includes/definitions/mibs/ekinops/ekinops-pm10010mp-mib.inc.php +137 / -0 A includes/definitions/mibs/ekinops/ekinops-pm200frs02-mib.inc.php +207 / -0 A includes/definitions/mibs/ekinops/ekinops-rm10010-mib.inc.php +135 / -0 A includes/definitions/os/ekinops.inc.php +31 / -0 A includes/discovery/sensors/ekinops-pm200frs02-mib.inc.php +91 / -0 M includes/discovery/sensors/entity-sensor-mib.inc.php +2 / -1
+611 added
−107 removed
filtered activity
Improved entity_measured_match_definition(), allowed extra rule param "condition".
Changed files with action and line counts M includes/entities.inc.php +17 / -5
+17 added
−5 removed
filtered activity
Fixed get form params in ports page.
Changed files with action and line counts M html/pages/ports.inc.php +13 / -15
+13 added
−15 removed
filtered activity
Added ability for discovery device MIBs by custom os defined sysoroid.
Changed files with action and line counts M includes/definitions.inc.php +2 / -0 M includes/discovery/mibs.inc.php +67 / -5 M includes/snmp.inc.php +8 / -2
+77 added
−7 removed
filtered activity
Show icons on navbar in SM breakpoint
Changed files with action and line counts M html/includes/navbar.inc.php +21 / -5
+21 added
−5 removed
filtered activity
Renamed match_sysObjectID() to match_oid_num(). Allow array as $needle.
Changed files with action and line counts M includes/discovery/os/broadcom.inc.php +2 / -2 M includes/functions.inc.php +17 / -12
+19 added
−14 removed
filtered activity
Moved value_unit_* functions to sensor entities include.
Changed files with action and line counts M includes/entities/sensor.inc.php +35 / -0 M includes/functions.inc.php +4 / -58
+39 added
−58 removed
filtered activity
Added email send "mx" backend (for send mails by mx dns records). Added all email config variables to WebUI config page.
Changed files with action and line counts M includes/alerting/email.inc.php +15 / -6 M includes/config-variables.inc.php +105 / -11 M includes/defaults.inc.php +2 / -2
+122 added
−19 removed
filtered activity
Improved some rewrites in inventory discovery.
Changed files with action and line counts M html/includes/print/inventory.inc.php +18 / -6 M includes/discovery/functions.inc.php +13 / -4 M includes/discovery/inventory/entity-mib.inc.php +0 / -5 M includes/snmp.inc.php +8 / -10
+39 added
−25 removed
filtered activity
Fixed polling wifi clients. Fixed display wifi ap members graphs.
Changed files with action and line counts M html/includes/graphs/wifi-ap-member/auth.inc.php +5 / -4 M html/pages/device/wifi/accesspoints.inc.php +8 / -7 M includes/entities/device.inc.php +3 / -2 M includes/polling/wifi.inc.php +2 / -1
+18 added
−14 removed
filtered activity
Fixed DivisionByZeroError in ports poller module in php 8.0.
Changed files with action and line counts M includes/polling/ports.inc.php +72 / -37
+72 added
−37 removed
filtered activity
More php 8.0 compatibility fixes.
Changed files with action and line counts M discovery.php +6 / -7 M includes/common.inc.php +1 / -1 M includes/db.inc.php +10 / -10 M includes/discovery/functions.inc.php +9 / -8 M includes/discovery/ip-addresses.inc.php +2 / -2 M includes/discovery/storage.inc.php +1 / -14
+29 added
−42 removed
filtered activity
Do not show old version notification in WUI when version check was disabled.
Changed files with action and line counts M html/includes/notifications.inc.php +2 / -3
+2 added
−3 removed
filtered activity
Added userland compat function is_countable() for php less than 7.3. Added safe_count() function for fix TypeError exeptions in php 8.0. Fixed some TypeError exeptions in php 8.0.
Changed files with action and line counts M includes/common.inc.php +23 / -15 M includes/discovery/functions.inc.php +2 / -2 M includes/snmp.inc.php +6 / -6 M libs/ref.inc.php +1 / -0
+31 added
−23 removed
filtered activity
Improved generate-rancid script. Rancid os map definitions moved to os definitions. Added more os map params for correct mapping in latest rancid versions.
Changed files with action and line counts M includes/definitions.inc.php +20 / -15 M includes/definitions/os.inc.php +6 / -170 A includes/definitions/os/a10.inc.php +39 / -0 A includes/definitions/os/arbor.inc.php +26 / -0 A includes/definitions/os/arista.inc.php +32 / -0 M includes/definitions/os/brocade.inc.php +2 / -1 M includes/definitions/os/bsd.inc.php +2 / -1 M includes/definitions/os/ciena.inc.php +4 / -5 M includes/definitions/os/cisco.inc.php +14 / -0 M includes/definitions/os/ciscosb.inc.php +3 / -1 A includes/definitions/os/citrix.inc.php +27 / -0 M includes/definitions/os/dell.inc.php +7 / -3 M includes/definitions/os/ericsson.inc.php +2 / -1 M includes/definitions/os/extreme.inc.php +3 / -1 A includes/definitions/os/f5.inc.php +34 / -0 M includes/definitions/os/fortinet.inc.php +2 / -2 M includes/definitions/os/hp.inc.php +2 / -1 M includes/definitions/os/huawei.inc.php +2 / -1 M includes/definitions/os/juniper.inc.php +6 / -1 M includes/definitions/os/mikrotik.inc.php +3 / -3 M includes/definitions/os/mrv.inc.php +2 / -1 M includes/definitions/os/nokia.inc.php +3 / -2 A includes/definitions/os/opengear.inc.php +55 / -0 A includes/definitions/os/paloalto.inc.php +28 / -0 M includes/definitions/os/riverbed.inc.php +2 / -1 M includes/definitions/os/ubiquiti.inc.php +2 / -1 M includes/definitions/os/vertiv.inc.php +26 / -1 M scripts/generate-rancid.php +54 / -24
+408 added
−236 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +5 / -6
+5 added
−6 removed
filtered activity
Changed os discovery for Cisco FTD (
OBS-3616 ).
Changed files with action and line counts M includes/definitions/mibs/cisco.inc.php +26 / -17 M includes/definitions/os/cisco.inc.php +20 / -15 M includes/polling/graphs/cisco-firewall-mib.inc.php +7 / -0
+53 added
−32 removed
filtered activity
Add UEC Starline sensors
Changed files with action and line counts A includes/definitions/mibs/uec.inc.php +66 / -0
+66 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +15 / -9
+15 added
−9 removed
filtered activity
Removed unnecessary json compat functions.
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +1 / -1 M html/includes/functions.inc.php +1 / -122 M html/pages/device/data.inc.php +1 / -1 M html/pages/migrate_alerts.inc.php +5 / -3 M includes/common.inc.php +10 / -6 M includes/definitions.inc.php +4 / -2
+22 added
−135 removed
filtered activity
Fixed strange case with undefined
random_int() function on php7.0 for Debian9 (
OBS-3612 ).
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Improved export_db_schema() for default int length.
Changed files with action and line counts M includes/db.inc.php +49 / -2 M includes/update/update.php +27 / -7 M update/184.sql +1 / -1 M update/306.sql +2 / -2
+76 added
−9 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/d-link.inc.php +12 / -0
+12 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/dell.inc.php +249 / -2 D includes/discovery/sensors/idrac-mib-smiv2.inc.php +0 / -153
+249 added
−155 removed
filtered activity
Fixed compatibility for ['auth_ldap_starttls'] option (
OBS-3611 ).
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Updated UserAgent lib to latest.
Changed files with action and line counts M libs/UserAgent/Browsers.php +1 / -0 M libs/UserAgent/Platforms.php +1 / -0 M libs/UserAgentParser.php +5 / -3
0 added
0 removed
filtered activity
Always clear colour tags at end of string in print_cli().
Changed files with action and line counts M includes/common.inc.php +6 / -2
+6 added
−2 removed
filtered activity
Added testing feauture for export (and compare) db schema as json. Try ./test_db.php -e > db.json
Changed files with action and line counts M includes/db.inc.php +95 / -0 A test_db.php +30 / -0
+125 added
0 removed
filtered activity
Reverted unnecessary changes.
Changed files with action and line counts M includes/common.inc.php +12 / -12
+12 added
−12 removed
filtered activity
Fixed php 8.0 compatibility. Clean some deprecation warnings.
Changed files with action and line counts M includes/db.inc.php +1 / -1 M includes/definitions.inc.php +2 / -2 M includes/definitions/version.inc.php +2 / -2 M includes/discovery/functions.inc.php +1 / -1 M includes/functions.inc.php +1 / -1 M includes/sql-config.inc.php +3 / -4
+10 added
−11 removed
filtered activity
Fixed compatibility with php 5.6 in safe_unserialize().
Changed files with action and line counts M includes/common.inc.php +17 / -13 M libs/ref.inc.php +1 / -1
+17 added
−13 removed
filtered activity
Fixed fatal error in unserialize() calls for php 8.0.
Changed files with action and line counts M html/includes/cache-data.inc.php +1 / -1 M html/includes/graphs/application/mssql_cpu_usage.inc.php +2 / -3 M html/includes/graphs/application/mssql_memory_usage.inc.php +2 / -3 M html/includes/graphs/device/edac_errors.inc.php +2 / -3 M html/includes/graphs/device/ucd_ss_cpu.inc.php +2 / -3 M html/includes/graphs/global/pollermod.inc.php +3 / -4 M html/includes/graphs/global/pollermods.inc.php +2 / -3 M html/pages/device.inc.php +2 / -2 M html/pages/device/apps/mssql.inc.php +5 / -5 M html/pages/modules.inc.php +7 / -8 M includes/common.inc.php +9 / -3 M includes/definitions.inc.php +2 / -2 M includes/discovery/functions.inc.php +2 / -2 M includes/functions.inc.php +6 / -6 M includes/polling/functions.inc.php +3 / -4 M includes/rewrites.inc.php +2 / -2 M libs/ref.inc.php +1 / -1 M update/095.php +7 / -8 M update/274.php +2 / -3 M update/360.php +1 / -1
+62 added
−66 removed
filtered activity
Last message: Removed rand() calls.
Changed files with action and line counts M html/includes/collectd/functions.php +1 / -1
+1 added
−1 removed
filtered activity
Added DB connect stats.
Changed files with action and line counts M html/includes/collectd/functions.php +3 / -3 M includes/defaults.inc.php +1 / -1 M libs/pear/Mail/mime.php +2 / -2 M libs/pear/Mail/mimePart.php +2 / -2
+4 added
−4 removed
filtered activity
Added DB connect stats.
Changed files with action and line counts M includes/db.inc.php +1 / -1 M includes/db/mysqli.inc.php +12 / -4 M includes/sql-config.inc.php +2 / -2
+15 added
−7 removed
filtered activity
Added
ldap_internal_compare() for workaround with some ldap implementations which unsupport
ldap_compare() (
OBS-3611 ).
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +66 / -30
+66 added
−30 removed
filtered activity
Fixed ldap bind for binddn or anonymous (
OBS-1976 ).
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +48 / -43
+48 added
−43 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs/cisco.inc.php +9 / -3 M includes/definitions/os/cisco.inc.php +4 / -3 M includes/discovery/sensors/entity-sensor-mib.inc.php +103 / -28
+116 added
−34 removed
filtered activity
Improved update sensors limits passed by definitions or by device.
Changed files with action and line counts M includes/config-variables.inc.php +8 / -1 M includes/defaults.inc.php +5 / -4 M includes/entities/sensor.inc.php +22 / -6 M includes/sql-config.inc.php +7 / -1
+42 added
−12 removed
filtered activity
Fixed add/check processes for partitioned poller.
Changed files with action and line counts M includes/common.inc.php +17 / -8
+17 added
−8 removed
filtered activity
Clean mystical duplicate vrf entries (
OBS-3600 ).
Changed files with action and line counts M includes/entities/routing.inc.php +7 / -0
+7 added
0 removed
filtered activity
Improved
is_valid_param() for aaset_tag (
OBS-3608 ).
Changed files with action and line counts M includes/common.inc.php +3 / -1
+3 added
−1 removed
filtered activity
Changed files with action and line counts M includes/polling/os.inc.php +0 / -4
0 added
−4 removed
filtered activity
Add IOMEGA / Lenovo EMC NAS
Changed files with action and line counts M includes/definitions/mibs/ibm.inc.php +58 / -0 M includes/definitions/os/ibm.inc.php +10 / -0
+68 added
0 removed
filtered activity
Add Lenovo EMC logos
Changed files with action and line counts A html/images/os/lenovoemc.png +1 / -0 A html/images/os/lenovoemc_2x.png +1 / -0
0 added
0 removed
filtered activity
Remove old comments
Changed files with action and line counts M includes/rewrites.inc.php +1 / -3
+1 added
−3 removed
filtered activity