December
November
October
September
August
July
June
May
April
March
February
January
December 2018
Fix junos ipv6 collection
M includes/polling/ports/juniper-ipv6-mib.lib.php +1 -1
📈 1 added
📉 1 removed
Fixed double escaping in ports search results.
M html/includes/search/ports.inc.php +2 -1
📈 2 added
📉 1 removed
Do not escape port_label_short.
M includes/rewrites.inc.php +1 -1
📈 1 added
📉 1 removed
Show health tab when there are status entries.
M html/pages/device.inc.php +6 -5
📈 6 added
📉 5 removed
Add Manjaro icons
A html/images/os/manjaro_2x.png +1
A html/images/os/manjaro.png +1
📈 0 added
📉 0 removed
Improved detect Dell N-series switches (
OBS-2845 ).
M includes/definitions/os.inc.php +13 -2
📈 13 added
📉 2 removed
Don't output text rrd name of missing RRDs
M html/includes/graphs/multi-storage/bytes_stacked.inc.php +3 -1
M html/includes/graphs/multi-storage/perc_stacked.inc.php +12 -10
M html/includes/graphs/multi-storage/usage.inc.php +3 -1
📈 18 added
📉 12 removed
Add Server 2019 detection
M includes/polling/os/windows.inc.php +4 -1
📈 4 added
📉 1 removed
Improved syslog page load when db is huge.
M html/ajax/input.php +20
M html/includes/print/search.inc.php +7
M html/includes/print/syslogs.inc.php +28 -3
M html/pages/syslog.inc.php +23 -3
📈 78 added
📉 6 removed
Fixed Qnap Fan speed polling.
M includes/definitions/mibs/qnap.inc.php +1 -1
M includes/polling/functions.inc.php +2
📈 3 added
📉 1 removed
Added polling Load Averages on Cisco IOS-XE (
OBS-2038 ).
M includes/definitions/mibs/cisco.inc.php +13
M includes/polling/system.inc.php +32 -12
📈 45 added
📉 12 removed
Improve entity popups for multiple entities.
M html/ajax/entity_popup.php +17 -4
M html/includes/entities/generic.inc.php +49 -1
M html/includes/entities/processor.inc.php +8 -7
M includes/entities.inc.php +13 -17
📈 87 added
📉 29 removed
Improved combinate similar processors on device overview page for any type of devices.
M html/pages/device/overview/processors.inc.php +22 -3
M includes/functions.inc.php +143
M tests/IncludesFunctionsTest.php +76
📈 241 added
📉 3 removed
Also split off clockspeed from vmware processor strings
M html/pages/device/overview/processors.inc.php +2
📈 2 added
📉 0 removed
Fixed processors overview link.
M html/pages/device/overview/processors.inc.php +7 -3
📈 7 added
📉 3 removed
Minor cleanups. Fix wide and normal widths to have the same primary width.
M html/css/bootstrap/less/variables3.less +2 -2
M html/css/observium.css +14 -14
M html/includes/print/status.inc.php +2 -2
M html/pages/devices/graphs.inc.php +10 -5
M includes/discovery/sensors/entity-sensor-mib.inc.php +1 -1
📈 13 added
📉 8 removed
Don't try to display port percent to users below level 7
M html/ajax/widget.php +10 -1
📈 10 added
📉 1 removed
Improve custom oid graphs, adding titles and removing some unused variables.
M html/includes/graphs/customoid/auth.inc.php +7 -1
M html/includes/graphs/multi-customoid/auth.inc.php +1 -1
M html/includes/graphs/multi-customoid/stacked.inc.php +2 -3
M html/includes/graphs/port/auth.inc.php -2
📈 10 added
📉 7 removed
Add ASCO definition and logos.
A html/images/os/asco_2x.png +1
A html/images/os/asco.png +1
M includes/definitions/os.inc.php +11
A mibs/asco
A mibs/asco/ASCO-QEM-72EE2 +8,167
📈 11 added
📉 0 removed
Improve cpu presentation on overview.
M html/pages/device/overview.inc.php +7 -6
M html/pages/device/overview/processors-unix.inc.php +2
M html/pages/device/overview/processors.inc.php +41
📈 50 added
📉 6 removed
Ignore invalid RX/TX sensors
M includes/discovery/sensors/entity-sensor-mib.inc.php +2 -1
📈 2 added
📉 1 removed
November 2018
Remove erroneous codes from hddtemp output
M includes/polling/unix-agent/hddtemp.inc.php +3
📈 3 added
📉 0 removed
Support custom
memberOf attribute in LDAP module - fixes #2825
M html/includes/authentication/ldap.inc.php +3 -3
M includes/defaults.inc.php +1
📈 4 added
📉 3 removed
Improved index size for snmp_errors table. Added foreign key for device_id.
📈 0 added
📉 0 removed
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +44 -3
📈 44 added
📉 3 removed
Fix mistake.
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Handle hidpi on map better.
M html/includes/map/leaflet.inc.php +13 -3
📈 13 added
📉 3 removed
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +35 -1
📈 35 added
📉 1 removed
Add new map tiles.
M html/includes/map/leaflet.inc.php +29 -17
M includes/config-variables.inc.php +8 -3
📈 37 added
📉 20 removed
Disable all alternative maps. Leaflet only.
M html/ajax/widget.php +1 -36
📈 1 added
📉 36 removed
derp.
M includes/discovery/vlans.inc.php +1 -1
📈 1 added
📉 1 removed
Small debug output cleanup.
M includes/alerts.inc.php +1 -1
M includes/common.inc.php +2 -2
📈 3 added
📉 3 removed
Improved polling Cisco FDB tables (vlan contexts now checked in vlans discovery).
M includes/discovery/vlans.inc.php +7 -1
M includes/discovery/vlans/cisco-vtp-mib.inc.php +8 -5
M includes/polling/fdb-table.inc.php +7 -5
A update/396.sql +2
📈 22 added
📉 11 removed
Fixed polling FDB tables on Cisco IOS devices (
OBS-2813 ).
M includes/discovery/vlans.inc.php +7 -1
M includes/polling/fdb-table.inc.php +40 -8
📈 47 added
📉 9 removed
Use HRULE for 95th in port graphs
M html/includes/graphs/generic_data.inc.php +4 -2
📈 4 added
📉 2 removed
Add ability to use port groups in associations
M includes/alerts.inc.php +5 -5
M includes/definitions/entities.inc.php +1
📈 6 added
📉 5 removed
Improved mime types for graph export options.
M html/includes/graphs/graph.inc.php +3 -8
M html/pages/graphs.inc.php +2 -2
M includes/definitions/graphtypes.inc.php +10
📈 15 added
📉 10 removed
Add some graph export options
M html/includes/graphs/graph.inc.php +4
M html/pages/graphs.inc.php +13
M includes/discovery/sensors.inc.php +1 -1
📈 18 added
📉 1 removed
Add graph colour definitions
M includes/defaults.inc.php +5 -2
📈 5 added
📉 2 removed
Improved add widget form.
M html/pages/dashboard.inc.php +64 -24
📈 64 added
📉 24 removed
Blacklist unsupported
CISCO-EIGRP-MIB on Cisco XR devices. Improved detect some Barracuda devices. Remove duplicate syslog debugging.
M includes/definitions/os.inc.php +22 -6
M syslog.php +5 -5
📈 27 added
📉 11 removed
Fix convertion of minigraphs to new dashboard type
M html/pages/dashboard.inc.php +4 -5
📈 4 added
📉 5 removed
Allow floats for port error rates
M html/includes/print/status.inc.php +2 -2
A update/395.sql +1
📈 2 added
📉 2 removed
Switch pkts graphs to common colour setting.
Showing the first 30 paths; 2 more are omitted from this static page.
M html/includes/graphs/application/mailscanner_sent.inc.php +2 -2
M html/includes/graphs/application/memcached_commands.inc.php +2 -2
M html/includes/graphs/application/ntpd_bits.inc.php +6 -6
M html/includes/graphs/application/ntpdserver_bits.inc.php +6 -6
M html/includes/graphs/atmvp/cells.inc.php +6 -6
M html/includes/graphs/atmvp/packets.inc.php +6 -6
M html/includes/graphs/c6kxbar/util.inc.php +6 -6
M html/includes/graphs/device/cipsec_flow_pkts.inc.php +6 -6
M html/includes/graphs/device/netscaler_tcp_pkts.inc.php +6 -6
M html/includes/graphs/device/netstat_snmp_packets.inc.php +6 -6
M html/includes/graphs/device/netstat_tcp_segments.inc.php +6 -6
M html/includes/graphs/device/netstat_udp_datagrams.inc.php +6 -6
M html/includes/graphs/ipsectunnel/pkts.inc.php +6 -6
M html/includes/graphs/macaccounting/pkts.inc.php +6 -6
M html/includes/graphs/netscalersvc/conns.inc.php +6 -6
M html/includes/graphs/netscalersvc/pkts.inc.php +6 -6
M html/includes/graphs/netscalersvc/reqs.inc.php +6 -6
M html/includes/graphs/netscalersvc/surge.inc.php +3 -3
M html/includes/graphs/netscalersvc/ttfb.inc.php +3 -3
M html/includes/graphs/netscalersvcgrpmem/conns.inc.php +6 -6
M html/includes/graphs/netscalersvcgrpmem/pkts.inc.php +6 -6
M html/includes/graphs/netscalersvcgrpmem/reqs.inc.php +6 -6
M html/includes/graphs/netscalersvcgrpmem/ttfb.inc.php +3 -3
M html/includes/graphs/netscalervsvr/conns.inc.php +6 -6
M html/includes/graphs/netscalervsvr/pkts.inc.php +6 -6
M html/includes/graphs/netscalervsvr/reqs.inc.php +6 -6
M html/includes/graphs/port/discards.inc.php +6 -6
M html/includes/graphs/port/nupkts.inc.php +1 -1
M html/includes/graphs/port/upkts.inc.php +6 -6
M html/includes/graphs/pseudowire/pkts.inc.php +6 -6
📈 170 added
📉 170 removed
Correctly generate processor overview graphs using multi-processor instead of devices_processor.
M html/includes/graphs/multi-processor/usage.inc.php +1
M html/pages/device/overview/processors.inc.php +9 -3
📈 10 added
📉 3 removed
Improved graph widget naming
M html/ajax/widget.php +26 -13
📈 26 added
📉 13 removed
Add graph page link generation to widget graphs
M html/ajax/widget.php +6 -1
📈 6 added
📉 1 removed
Improve status array generator to assign different severities to port errors depending upon number
M html/includes/print/status.inc.php +9 -12
📈 9 added
📉 12 removed
Improve juniper firewall graph colours to match standard
M html/includes/graphs/device/juniper-firewall-bits.inc.php +7
M html/includes/graphs/device/juniper-firewall-pkts.inc.php +4
📈 11 added
📉 0 removed
Set default graph colours for generic_simplex type
M html/includes/graphs/generic_simplex.inc.php +4
📈 4 added
📉 0 removed
derp
📈 1 added
📉 1 removed
Enable db autocommit for poller-wrapper script by different (compatible) way.
📈 16 added
📉 4 removed
Enable db connection autocommit in poller-wrapper script.
M poller-wrapper.py +11 -12
📈 11 added
📉 12 removed
Fix global var typo
M html/includes/print/status.inc.php +1 -1
📈 1 added
📉 1 removed
Fix status descr generation
M includes/discovery/sensors.inc.php +3 -10
📈 3 added
📉 10 removed
Fix OS definition
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
M html/ajax/widget.php +2 -2
M html/includes/print/status.inc.php +5 -5
M includes/definitions/os.inc.php +3
M includes/discovery/mempools/host-resources-mib.inc.php +1
M includes/discovery/mempools/ucd-snmp-mib.inc.php +5 -3
📈 16 added
📉 10 removed
Add DMOS.
M includes/definitions/mibs/datacom.inc.php +30 -7
M includes/discovery/processors.inc.php +2 -2
📈 32 added
📉 9 removed
Add AKCP SP2+ sensor/status support.
M includes/definitions/mibs/akcp.inc.php +70 -1
M includes/definitions/os.inc.php +6
M includes/discovery/sensors.inc.php +33 -17
M includes/discovery/sensors/spagent-mib.inc.php +1 -1
📈 110 added
📉 19 removed
Fixed fetch printer supplies descriptions by
Printer-MIB on some HP printers.
M includes/discovery/printersupplies/printer-mib.inc.php +6 -4
M includes/discovery/sensors/printer-mib.inc.php +1 -1
📈 7 added
📉 5 removed
Fixed stripe double quotes from snmpwalk by default. Added flag OBS_SNMP_ASCII for force return all string values as ASCII strings. Unificate generate snmp output options by snmp_gen_options() function.
M includes/definitions.inc.php +18 -14
M includes/rewrites.inc.php +19 -11
M includes/snmp.inc.php +56 -117
A tests/data/snmp/snmp_walk_multipart_prnt-1.json +14
A tests/data/snmp/snmp_walk_multipart_prnt-2.json +14
A tests/data/snmp/snmp_walk_multipart_prnt-3.json +14
M tests/SnmpDataTest2.php +13 -16
📈 106 added
📉 158 removed
Improve teams notification slightly.
M includes/alerting/teams.inc.php +1
📈 1 added
📉 0 removed
Improve some widgets. Unify legacy status box/table array generation.
M html/ajax/widget.php +3 -1
M html/includes/print/status.inc.php +95 -34
M html/pages/dashboard.inc.php +16 -27
M html/pages/front/default.php +1 -1
M html/pages/front/test.php +1 -1
M includes/defaults.inc.php +2
M includes/polling/ports.inc.php +1 -1
📈 119 added
📉 65 removed
Update INSTALL
📈 1 added
📉 1 removed
Update README
📈 1 added
📉 5 removed
Improve dashboard functionality. Reduce grid height. Add some new widget types. Add ability to regen default.
M html/ajax/widget.php +16 -5
M html/includes/graphs/generic_data.inc.php +8 -6
M html/includes/graphs/generic_multi_bits.inc.php +9 -1
A html/includes/graphs/global/bits_types.inc.php +36
M html/includes/graphs/global/bits.inc.php +34 -14
M html/includes/print/status.inc.php +1 -1
M html/js/gridstack.all.js +615 -18
M html/pages/dashboard.inc.php +203 -79
A html/pages/front.inc.php +5
M includes/defaults.inc.php +7 -2
M snmptrap.php +42 -10
A update/394.sql +1
📈 361 added
📉 118 removed
Add some new MIBs
M mibs/akcp/SPAGENT-MIB +15,626 -63
A mibs/bsd/BEGEMOT-ATM-MIB +301
A mibs/checkpoint/NOKIA-COMMON-MIB-OID-REGISTRATION-MIB +78
A mibs/checkpoint/NOKIA-HWM-MIB +348
A mibs/checkpoint/NOKIA-OID-REGISTRATION-MIB +217
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CONTROLLER-MIB +363
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CPMAINT-MIB +487
A mibs/cisco/CISCO-UNIFIED-COMPUTING-MO-MIB +816
A mibs/cisco/CISCO-UNIFIED-COMPUTING-MOREF-MIB +739
A mibs/papouch/Th2e-v01-MIB +201
A mibs/zyxel/ZYXEL-SESCOMMON-MIB +378
📈 0 added
📉 0 removed
Add ability to poll no modules with -m none.
M includes/polling/functions.inc.php +5
📈 5 added
📉 0 removed
Add
ifAlias overriding for testing.
M includes/polling/ports.inc.php +11
📈 11 added
📉 0 removed
Clean
M tests/data/snmp/snmp_walk_multipart_lldp-1.json +3 -3
M tests/data/snmp/snmp_walk_multipart_lldp-2.json +3 -3
📈 0 added
📉 0 removed
Missed test files.
A tests/data/snmp/snmp_walk_multipart_lldp-1.json +94
A tests/data/snmp/snmp_walk_multipart_lldp-2.json +86
📈 0 added
📉 0 removed
Fixed clean escaped quotes in snmp_walk functions.
M includes/snmp.inc.php +6 -15
M tests/SnmpDataTest2.php +11 -1
📈 17 added
📉 16 removed
Improve dashboard status box generation for alerting and legacy widgets.
M html/ajax/widget.php +7 -1
M html/includes/print/status.inc.php +40 -38
M html/pages/dashboard.inc.php +5 -4
A mibs/akcp/HHMSAGENT-MIB +1,830
📈 52 added
📉 43 removed
Revert fetch multiline remote sysdescr for LLDP neighbours (since concat fixed).
M includes/discovery/neighbours/lldp-mib.inc.php +7 -1
📈 7 added
📉 1 removed
Undebug
M html/js/observium.js +1 -1
M includes/sql-config.inc.php -2
📈 0 added
📉 2 removed
Clean concat snmp output from residual \r.
M includes/snmp.inc.php +2 -2
M tests/data/snmp/snmp_walk_lldp-2.json +1 -1
📈 2 added
📉 2 removed
Fixed snmpwalk fetch empty values with OBS_SNMP_CONCAT flag.
M includes/snmp.inc.php +1 -1
A tests/data/snmp/snmp_walk_lldp-1.json +46
A tests/data/snmp/snmp_walk_lldp-2.json +46
A tests/data/snmp/snmp_walk_lldp-3.json +28
M tests/IncludesFunctionsTest.php +1
M tests/IncludesSnmpTest.php +7 -8
M tests/SnmpDataTest2.php +42
📈 51 added
📉 9 removed
LLDP discovery fixes
M html/includes/print/neighbours.inc.php +4 -1
M includes/discovery/functions.inc.php +2 -2
M includes/discovery/neighbours.inc.php +1 -1
M includes/discovery/neighbours/lldp-mib.inc.php +4 -2
M includes/snmp.inc.php +2 -2
📈 13 added
📉 8 removed
Actually make alert rule migration page useful.
M html/pages/migrate_alerts.inc.php +31 -10
📈 31 added
📉 10 removed
Add numm alert transport.
M html/pages/device/ports.inc.php +1 -1
A includes/alerting/devnull.inc.php +20
M includes/definitions/transports.inc.php +4
📈 25 added
📉 1 removed
Improve queries used in UI for neighbours
M html/pages/device/ports.inc.php +6 -3
📈 6 added
📉 3 removed
Fix incorrect calling of qtip when qtip is disabled.
M html/index.php +4 -1
M html/js/observium.js -3
📈 4 added
📉 1 removed
Undebug
M html/includes/print/neighbours.inc.php -3
📈 0 added
📉 3 removed
Add neighbours API endpoint
A html/api/v0/includes/neighbours.inc.php +54
M html/api/v0/index.php +2
M html/includes/print/neighbours.inc.php +1 -1
M includes/definitions/entities/devices.inc.php +1 -1
📈 58 added
📉 2 removed
Improve neighbour discovery code slightly. Fix visibility of neighbours to non-global users.
M html/includes/cache-data.inc.php +3
M html/includes/print/neighbours.inc.php +5 -11
M includes/discovery/functions.inc.php +7 -6
M includes/discovery/neighbours/alcatel-ind1-interswitch-protocol-mib.inc.php +1 -1
M includes/discovery/neighbours/cisco-cdp-mib.inc.php +1 -1
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/fastpath-isdp-mib.inc.php +1 -1
M includes/discovery/neighbours/foundry-sn-switch-group-mib.inc.php +1 -1
M includes/discovery/neighbours/lldp-mib.inc.php +1 -1
M includes/discovery/neighbours/mikrotik-mib.inc.php +1 -1
M includes/discovery/neighbours/netgear-isdp-mib.inc.php +1 -1
A update/393.sql +3
📈 24 added
📉 26 removed
Add basic datacom support
A html/images/os/datacom_2x.png +1
A html/images/os/datacom.png +1
A includes/definitions/mibs/datacom.inc.php +63
M includes/definitions/os.inc.php +23
📈 86 added
📉 0 removed
Correct fix for neighbours and limited users
M html/includes/cache-data.inc.php +2 -1
M html/includes/print/neighbours.inc.php +3
📈 5 added
📉 1 removed
Revert neighbours for limited users fix.
M html/includes/print/neighbours.inc.php +5 -2
📈 5 added
📉 2 removed
Add Datacom DMOS MIBs
A mibs/datacom/DATACOM-GENERIC-DEVICE-TRAPS-MIB +1,512
M mibs/datacom/DATACOM-SMI +42 -27
A mibs/datacom/DMOS-CARDMGR-NOTIFICATIONS-MIB +137
A mibs/datacom/DMOS-CPU-NOTIFICATIONS-MIB +136
A mibs/datacom/DMOS-EXPERIMENTAL-NOTIFICATIONS-MIB +39
A mibs/datacom/DMOS-EXPERIMENTAL-TEST-NOTIFICATIONS-MIB +111
A mibs/datacom/DMOS-HW-MONITOR-MIB +256
A mibs/datacom/DMOS-HW-MONITOR-NOTIFICATIONS-MIB +215
A mibs/datacom/DMOS-MEM-NOTIFICATIONS-MIB +97
A mibs/datacom/DMOS-NOTIFICATIONS-MIB +107
A mibs/datacom/DMOS-SYSMON-MIB +661
A mibs/datacom/DMOS-TC-MIB +49
📈 0 added
📉 0 removed
Fix neighbour's query generation for limited users.
M html/includes/print/neighbours.inc.php +2 -2
📈 2 added
📉 2 removed
UNDEBUG
M html/includes/print/neighbours.inc.php +1 -3
📈 1 added
📉 3 removed
Store null in table if we don't know the neighbour. Fix searching for neighbours.
M html/includes/print/neighbours.inc.php +5 -3
M html/includes/print/status.inc.php +1 -1
M includes/discovery/neighbours/alcatel-ind1-interswitch-protocol-mib.inc.php +1 -1
M includes/discovery/neighbours/cisco-cdp-mib.inc.php +1 -1
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/fastpath-isdp-mib.inc.php +1 -1
M includes/discovery/neighbours/foundry-sn-switch-group-mib.inc.php +1 -1
M includes/discovery/neighbours/lldp-mib.inc.php +1 -1
M includes/discovery/neighbours/mikrotik-mib.inc.php +1 -1
M includes/discovery/neighbours/netgear-isdp-mib.inc.php +2 -1
M includes/discovery/neighbours/ospf-mib.inc.php +2
A update/392.sql +1
📈 18 added
📉 13 removed
Hide group bar when widget too small.
M html/ajax/widget.php +3
M html/includes/status-summary.inc.php +1 -1
M html/pages/dashboard.inc.php +1 -1
📈 5 added
📉 2 removed
Disable unused JS causing issues.
M html/pages/dashboard.inc.php +2 -16
📈 2 added
📉 16 removed
New front page / dashboard.
M html/ajax/widget.php +289 -227
M html/api/v0/includes/inventory.inc.php +1 -1
M html/css/bootstrap-hacks.css -3
M html/css/bootstrap/less/alerts.less +6 -5
M html/css/bootstrap/less/variables3.less +37
M html/css/observium.css +21 -145
M html/graph.php +2
M html/includes/functions.inc.php +6 -2
M html/includes/navbar.inc.php +2 -2
M html/includes/print/alert.inc.php -1
M html/includes/print/status.inc.php +98 -12
M html/includes/status-summary.inc.php +1 -1
M html/index.php +440 -374
M html/js/observium.js +257 -237
A html/js/ResizeSensor.js +301
M html/pages/dashboard.inc.php +521 -162
M html/pages/device/overview/processors.inc.php +1 -2
M includes/config-variables.inc.php +1 -1
M includes/defaults.inc.php +2 -2
M includes/definitions/graphtypes.inc.php +2
M includes/definitions/wui.inc.php -1
M includes/port-descr-parser.inc.php +1 -1
M includes/sql-config.inc.php +7 -2
M poller-wrapper.py +1 -25
A update/391.sql +2
📈 1,375 added
📉 816 removed
M includes/discovery/storage/host-resources-mib.inc.php +6 -2
📈 6 added
📉 2 removed
Clean accidentally global vars before graph generate.
M html/includes/graphs/graph.inc.php +3
📈 3 added
📉 0 removed
Don't rely on key in foreach for multi line graphs
M html/includes/graphs/device/processor_stack.inc.php -2
M html/includes/graphs/device/processor.inc.php +2 -2
M html/includes/graphs/device/sensor.inc.php +1
M html/includes/graphs/generic_multi_line.inc.php +5 -1
📈 8 added
📉 5 removed
Add storage_size as an attribute
M includes/definitions/entities.inc.php +1
📈 1 added
📉 0 removed
Don't unset index if it's set by entity auth
M html/includes/graphs/generic_definition.inc.php +2 -1
📈 2 added
📉 1 removed
Fix map positioning
M html/includes/map/leaflet.inc.php +11 -5
📈 11 added
📉 5 removed
A html/api/v0/includes/inventory.inc.php +48
M html/api/v0/index.php +1
M html/includes/print/inventory.inc.php +103 -43
📈 152 added
📉 43 removed
Change name of geojson generator because of filters
D html/geo.php -98
A html/geojson.php +98
M html/includes/map/leaflet.inc.php +136 -109
📈 234 added
📉 207 removed
Added partititoned poller-wrapper graphs definition.
M includes/definitions/graphtypes.inc.php +32
📈 32 added
📉 0 removed
Added poller-wrapper stats for partitioned poller.
M html/pages/pollerlog.inc.php +30 -2
M poller-wrapper.py +86 -73
📈 116 added
📉 75 removed
Use %index% tag instead direct rewrite in definition based indexed graphs.
M html/includes/graphs/generic_definition.inc.php +12 -4
M includes/definitions/graphtypes.inc.php +5 -5
M includes/rewrites.inc.php +9 -4
M tests/IncludesRewritesTest.php +7
📈 33 added
📉 13 removed
Update pear Mail to latest.
M includes/alerting/email.inc.php +12 -9
M libs/pear/Mail/Mail.php +14 -12
M libs/pear/Mail/Mail/mail.php +14 -12
A libs/pear/Mail/Mail/mock.php +142
A libs/pear/Mail/Mail/null.php +85
M libs/pear/Mail/Mail/RFC822.php +15 -13
M libs/pear/Mail/Mail/sendmail.php +46 -16
M libs/pear/Mail/Mail/smtp.php +46 -26
M libs/pear/Mail/Mail/smtpmx.php +14 -12
M libs/pear/Mail/mime.php +22 -30
M libs/pear/Mail/mimePart.php +56 -29
📈 12 added
📉 9 removed
Implement realtime updating for map
M html/css/leaflet.css +25 -14
M html/geo.php +11 -7
M html/includes/map/leaflet.inc.php +59 -65
A html/js/leaflet-realtime.js +842
M html/js/leaflet.js +5 -9
M html/pages/dashboard.inc.php +10 -6
📈 80 added
📉 78 removed
Add HP/Aruba VSF status indicators
M includes/definitions/mibs/hp.inc.php +74
M includes/definitions/os.inc.php +2
M includes/polling/fdb-table.inc.php -3
📈 76 added
📉 3 removed
Add some stonesoft status and data
M includes/definitions/mibs/forcepoint.inc.php +24
M includes/definitions/os.inc.php +1
📈 25 added
📉 0 removed
Add Moxa EDS-P506E port
ifAlias collection.
M includes/common.inc.php -1
M includes/definitions/mibs/f5.inc.php +2 -2
M includes/definitions/mibs/moxa.inc.php +9
M includes/definitions/models.inc.php +7 -1
M includes/definitions/os.inc.php +1
M includes/discovery/ports.inc.php +8 -2
M includes/discovery/ports/f5-bigip-system-mib.inc.php +2 -1
M includes/functions.inc.php +110
M includes/polling/ports.inc.php +9
M includes/polling/ports/f5-bigip-system-mib.inc.php +2 -2
A mibs/moxa/MOXA-EDSP506E-MIB +6,706
A mibs/moxa/MOXA-ICSG7826A-MIB +6,544
📈 150 added
📉 9 removed
Add pollers table
📈 0 added
📉 0 removed
October 2018
Remove debugging output
M includes/discovery/functions.inc.php -2
📈 0 added
📉 2 removed
Fixed poller-wrapper for python3 and KeyError exeption.
📈 11 added
📉 5 removed
Fixed devices discovery.
📈 1 added
📉 1 removed
Fixed discovery unix-agent hdarray status.
M includes/polling/unix-agent/hdarray.inc.php +2 -2
📈 2 added
📉 2 removed
Improve poller partitioning support.
M alerter.php +1 -1
M discovery.php +4 -1
M html/pages/pollerlog.inc.php +1
M includes/functions.inc.php +10
M includes/sql-config.inc.php +19
M poller-wrapper.py +17 -15
M poller.php +4 -2
📈 56 added
📉 19 removed
Add basic poller partitioning support.
M html/pages/device/edit/device.inc.php +23 -7
M html/pages/pollerlog.inc.php +37 -1
M poller-wrapper.py +47 -5
A update/389.sql +3
📈 107 added
📉 13 removed
Handle missing rrd dir
📈 4 added
📉 0 removed
Fix ADF sensor discovery
M includes/discovery/sensors/adf-1-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Add support for Nexans Gigaswitch
A html/images/os/nexans_2x.png +1
A html/images/os/nexans.png +1
A includes/definitions/mibs/nexans.inc.php +99
M includes/definitions/os.inc.php +15
M mibs/nexans/NEXANS-BM-MIB +211 -20
M mibs/nexans/NEXANS-MIB +7
📈 114 added
📉 0 removed
Fix enabling of fdb-table device graph during fdb-table poller
M includes/polling/fdb-table.inc.php +1
📈 1 added
📉 0 removed
Banish commas from RRD filenames. Pass juniper firewall arguments with safename
M html/pages/device/juniper-firewall.inc.php +6 -6
M includes/common.inc.php +2 -1
A update/388.php +27
📈 35 added
📉 7 removed
Fix safename()
M includes/common.inc.php +2 -2
M includes/rrdtool.inc.php +1 -1
📈 3 added
📉 3 removed
Switch j firewall stats to newer table
M html/includes/graphs/device/juniper-firewall-bits.inc.php +2 -2
M html/includes/graphs/device/juniper-firewall-pkts.inc.php +2 -2
M html/pages/device/juniper-firewall.inc.php +24 -20
M includes/discovery/graphs/juniper-firewall-mib.inc.php +10 -6
M includes/polling/graphs/juniper-firewall-mib.inc.php +18 -11
📈 56 added
📉 41 removed
Erroneous spaces
M includes/discovery/graphs/juniper-firewall-mib.inc.php +2 -2
📈 2 added
📉 2 removed
[fix] type
M includes/discovery/graphs/juniper-firewall-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Invert firewall table choice logic
M includes/discovery/graphs/juniper-firewall-mib.inc.php +29 -15
M includes/polling/graphs/juniper-firewall-mib.inc.php +31 -27
M includes/snmp.inc.php -101
📈 60 added
📉 143 removed
Remove some legacy snmp functions and fix minor errors
M html/data.php +2 -1
M includes/common.inc.php +1 -1
M includes/polling/graphs/juniper-firewall-mib.inc.php +28 -7
M includes/polling/os/lancom-l310.inc.php +1 -1
M includes/polling/os/lancom-l54-dual.inc.php +1 -1
M includes/polling/os/lcos.inc.php +1 -1
M includes/polling/os/netapp.inc.php +2 -2
M includes/polling/os/screenos.inc.php +1 -1
M includes/polling/ports/fastpath-inventory-mib.inc.php +1 -1
M includes/snmp.inc.php +29 -91
📈 67 added
📉 107 removed
Possible to use equal sign in Oid index when parsing snmp output.
M includes/snmp.inc.php +1 -1
M tests/IncludesSnmpTest.php +20
📈 21 added
📉 1 removed
Remove erroneous apache header setting.
📈 0 added
📉 5 removed
Improve sensor polling and add bdcom sensors.
M html/.htaccess +5
M includes/definitions/mibs/bdcom.inc.php +52
A includes/definitions/mibs/netio.inc.php +54
M includes/definitions/os.inc.php +1
M includes/definitions/rrdtypes.inc.php +8
M includes/discovery/functions.inc.php +27 -10
M includes/discovery/sensors/adf-1-mib.inc.php +2 -2
D mibs/dell/LAG-MIB -1,186
D mibs/quanta/LAG-MIB -1,265
M mibs/smartoptics/RAD-MIB +7 -7
D mibs/zhone/PKTC-IETF-SIG-MIB -2,276
📈 149 added
📉 12 removed
Add Juniper firewall stats
A html/includes/graphs/device/juniper-firewall-bits.inc.php +13
A html/includes/graphs/device/juniper-firewall-pkts.inc.php +12
M html/pages/device.inc.php +7 -1
A html/pages/device/juniper-firewall.inc.php +62
M includes/definitions/mibs/juniper.inc.php +6
M includes/definitions/os.inc.php +1
M includes/definitions/wui.inc.php +2
A includes/discovery/graphs/juniper-firewall-mib.inc.php +39
A includes/polling/graphs/juniper-firewall-mib.inc.php +35
📈 177 added
📉 1 removed
Infinet MIBs
A mibs/infinet
A mibs/infinet/AQUAMINT-MIB +1,298
A mibs/infinet/AQUAQM-MIB +267
A mibs/infinet/AQUARADIO-MIB +869
A mibs/infinet/AQUASYSTEM-MIB +1,012
A mibs/infinet/INFINET-BRIDGE-MIB +1,562
A mibs/infinet/INFINET-EXTCES-MIB +128
A mibs/infinet/INFINET-EXTCES-UNIT0-DS1-MIB +1,263
A mibs/infinet/INFINET-EXTCES-UNIT0-PACKET-MIB +357
A mibs/infinet/INFINET-EXTDEVICES-MIB +29
A mibs/infinet/INFINET-MIB +40
A mibs/infinet/INFINET-SYSLOG-MIB +264
A mibs/infinet/INFINET-XG-MIB +31
A mibs/infinet/INFINET-XGPEER-MIB +124
A mibs/infinet/INFINET-XGRADIO-MIB +828
A mibs/infinet/INFINET-XGRADIO-MIB-DEV +753
📈 0 added
📉 0 removed
Add Infinet definitions
A html/images/os/infinet_2x.png +1
A html/images/os/infinet.png +1
M includes/definitions/os.inc.php +9
📈 9 added
📉 0 removed
Finish removing state discover_sensor() calls
M includes/discovery/sensors/areca-snmp-mib.inc.php +1 -1
M includes/discovery/sensors/checkpoint-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +6 -1
M includes/discovery/sensors/cpqhlth-mib.inc.php +6 -6
M includes/discovery/sensors/data-domain-mib.inc.php +3 -3
M includes/discovery/sensors/dell-vendor-mib.inc.php +2 -2
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/exaltcomproducts.inc.php +6 -6
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +3 -3
M includes/discovery/sensors/geist-mib-v3.inc.php +8 -8
M includes/discovery/sensors/geist-v4-mib.inc.php +4 -4
M includes/discovery/sensors/ispro-mib.inc.php +3 -3
M includes/discovery/sensors/lsi-megaraid-sas-mib.inc.php +4 -4
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +3 -3
M includes/discovery/sensors/mseries-port-mib.inc.php +1 -1
M includes/discovery/sensors/nokia-ipso-system-mib.inc.php +4 -4
M includes/discovery/sensors/ns-root-mib.inc.php +3 -3
M includes/discovery/sensors/oadwdm-mib.inc.php +2 -2
M includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +2 -2
M includes/discovery/sensors/power-ethernet-mib.inc.php +1 -1
M includes/discovery/sensors/powernet-mib.inc.php +8 -8
M includes/discovery/sensors/radlan-hwenviroment.inc.php +2 -2
M includes/discovery/sensors/readydataos-mib.inc.php +3 -3
M includes/discovery/sensors/readynas-mib.inc.php +3 -3
M includes/discovery/sensors/sfa-info.inc.php +4 -4
M includes/discovery/sensors/spagent-mib.inc.php +1 -1
M includes/discovery/sensors/teracom-mib.inc.php +3 -3
M includes/discovery/sensors/timetra-chassis-mib.inc.php +1 -1
M includes/polling/unix-agent/hdarray.inc.php +2 -2
📈 91 added
📉 86 removed
Remove all usage of discovering status via discover_sensor
M includes/definitions/mibs/alpha.inc.php +2 -4
M includes/definitions/mibs/cisco.inc.php +8 -8
M includes/definitions/mibs/f5.inc.php +6 -6
M includes/definitions/mibs/socomec.inc.php +3 -3
M includes/definitions/os.inc.php -39
M includes/discovery/functions.inc.php +23 -22
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/status/dell-tl4000-mib.inc.php +1 -1
M includes/discovery/status/eqldisk-mib.inc.php +1 -1
M includes/discovery/status/hp-icf-chassis.inc.php +1 -1
M includes/discovery/status/juniper-alarm-mib.inc.php +2 -2
M includes/discovery/status/nas-mib.inc.php +1 -1
M includes/discovery/status/steelhead-mib.inc.php +2 -2
M includes/discovery/status/synology-disk-mib.inc.php +1 -1
M includes/discovery/status/trapeze-networks-system-mib.inc.php +1 -1
📈 53 added
📉 93 removed
Add additional Liebert sensors
M includes/definitions/mibs/liebert.inc.php +16
M includes/definitions/os.inc.php +1
M mibs/liebert/LIEBERT-GP-AGENT-MIB +2 -2
M mibs/liebert/LIEBERT-GP-CONDITIONS-MIB +80 -2
M mibs/liebert/LIEBERT-GP-CONTROLLER-MIB +2 -2
M mibs/liebert/LIEBERT-GP-ENVIRONMENTAL-MIB +2 -2
M mibs/liebert/LIEBERT-GP-FLEXIBLE-CONDITIONS-MIB +530 -6
M mibs/liebert/LIEBERT-GP-FLEXIBLE-MIB +3 -3
M mibs/liebert/LIEBERT-GP-NOTIFICATIONS-MIB +2 -2
M mibs/liebert/LIEBERT-GP-PDU-MIB +32 -6
M mibs/liebert/LIEBERT-GP-POWER-MIB +2 -2
M mibs/liebert/LIEBERT-GP-REGISTRATION-MIB +232 -140
A mibs/liebert/LIEBERT-GP-SRC-MIB +346
M mibs/liebert/LIEBERT-GP-SYSTEM-MIB +2 -2
📈 17 added
📉 0 removed
Add netio non-indexed sensors.
A includes/discovery/sensors/netio-products-netio-mib.inc.php +66
📈 66 added
📉 0 removed
Add NetIO icons
A html/images/os/netio_2x.png +1
A html/images/os/netio.png +1
📈 0 added
📉 0 removed
Add Net IO MIB
A mibs/netio
A mibs/netio/NETIO-PRODUCTS-NETIO-MIB +229
📈 0 added
📉 0 removed
Add support for Net IO outlets
M includes/definitions/os.inc.php +16
M includes/definitions/rewrites.inc.php +1
M includes/functions.inc.php +2 -2
📈 19 added
📉 2 removed
Don't disable graphs for all eternity when a single OID fails once.
M includes/polling/functions.inc.php +7
A update/387.sql +1
📈 7 added
📉 0 removed
Remove local $valid variable from sensor discovery
Showing the first 30 paths; 126 more are omitted from this static page.
M includes/definitions/os.inc.php +2 -1
M includes/discovery/functions.inc.php +22 -27
M includes/discovery/sensors.inc.php +2 -2
D includes/discovery/sensors/ac-system-mib.inc.php -60
M includes/discovery/sensors/adf-1-mib.inc.php +2 -2
M includes/discovery/sensors/alvarion-dot11-wlan-mib.inc.php +6 -6
M includes/discovery/sensors/areca-snmp-mib.inc.php +9 -9
M includes/discovery/sensors/aten-pe-cfg.inc.php +7 -7
M includes/discovery/sensors/axis-video-mib.inc.php +1 -1
M includes/discovery/sensors/baytech-mib-403-1.inc.php +5 -5
M includes/discovery/sensors/better-networks-ethernetbox-mib.inc.php +1 -1
M includes/discovery/sensors/bluecoat-sg-sensor-mib.inc.php +1 -1
M includes/discovery/sensors/checkpoint-mib.inc.php +4 -4
M includes/discovery/sensors/ciena-ws-xcvr-mib.inc.php +3 -3
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-envmon-mib.inc.php +2 -2
M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +1 -1
D includes/discovery/sensors/cisco-stackwise-mib.inc.php -95
M includes/discovery/sensors/ciscosb-phy-mib.inc.php +1 -1
M includes/discovery/sensors/cpqhlth-mib.inc.php +8 -8
M includes/discovery/sensors/cpqida-mib.inc.php +2 -2
M includes/discovery/sensors/cpqpower-mib.inc.php +21 -21
M includes/discovery/sensors/cpqrack-mib.inc.php +4 -4
M includes/discovery/sensors/cyan-cem-mib.inc.php +5 -5
M includes/discovery/sensors/cyan-geport-mib.inc.php +2 -2
M includes/discovery/sensors/cyan-tengport-mib.inc.php +2 -2
M includes/discovery/sensors/cyan-xcvr-mib.inc.php +3 -3
M includes/discovery/sensors/data-domain-mib.inc.php +4 -4
M includes/discovery/sensors/dell-networking-chassis-mib.inc.php +5 -5
📈 955 added
📉 959 removed
Remove hardcoded calix graph list
M includes/definitions/os.inc.php -3
📈 0 added
📉 3 removed
More sensor discovery improvements
A attic/gamatronic-mib.inc.php +71
M includes/definitions/mibs/gude.inc.php +22
M includes/definitions/mibs/qnap.inc.php +13
M includes/definitions/mibs/riverbed.inc.php +7
M includes/definitions/mibs/sensatronics.inc.php +121 -1
M includes/definitions/mibs/zte.inc.php +56
M includes/discovery/functions.inc.php +13 -9
D includes/discovery/sensors/gamatronic-mib.inc.php -71
D includes/discovery/sensors/gudeads-epc8x-mib.inc.php -55
D includes/discovery/sensors/nas-mib.inc.php -61
D includes/discovery/sensors/sensatronics-ittm.inc.php -33
D includes/discovery/sensors/steelhead-mib.inc.php -46
D includes/discovery/sensors/zxr10opticalmib.inc.php -89
A includes/discovery/status/nas-mib.inc.php +37
A includes/discovery/status/steelhead-mib.inc.php +36
📈 305 added
📉 365 removed
Try to fix odd geo behaviour
M includes/geolocation.inc.php +71 -95
M includes/geolocation/google.inc.php +48 -51
📈 119 added
📉 146 removed
geoloc cleanups
M includes/definitions/mibs/a10.inc.php +6 -7
M includes/geolocation.inc.php +95 -71
📈 101 added
📉 78 removed
Only try chopping first element off Google GEO address if length is long
M includes/geolocation/google.inc.php +51 -47
📈 51 added
📉 47 removed
Add additional hh3c status
M includes/definitions/mibs/a10.inc.php +5 -6
M includes/definitions/mibs/hh3c.inc.php +57 -25
M includes/definitions/os.inc.php +2
📈 64 added
📉 31 removed
Improve sensor discovery.
Showing the first 30 paths; 114 more are omitted from this static page.
M html/includes/graphs/device/mempool.inc.php +6 -2
M html/includes/graphs/mempool/auth.inc.php +6 -2
M html/includes/graphs/multi-mempool/usage.inc.php +6 -2
M includes/defaults.inc.php +1
M includes/definitions/mibs/3com.inc.php +2 -2
M includes/definitions/mibs/a10.inc.php +52 -24
M includes/definitions/mibs/accedian.inc.php +3 -3
M includes/definitions/mibs/accuenergy.inc.php +37 -37
M includes/definitions/mibs/acme.inc.php +21
M includes/definitions/mibs/alpha.inc.php +135 -132
M includes/definitions/mibs/aos.inc.php +54
M includes/definitions/mibs/apc.inc.php +4 -6
M includes/definitions/mibs/apnl.inc.php +33 -2
M includes/definitions/mibs/atto.inc.php +8
M includes/definitions/mibs/audiocodes.inc.php +12
M includes/definitions/mibs/avaya.inc.php +2 -2
M includes/definitions/mibs/avtech.inc.php +17 -6
M includes/definitions/mibs/bdcom.inc.php +47 -12
M includes/definitions/mibs/brocade.inc.php +8 -1
M includes/definitions/mibs/bsd.inc.php +15
M includes/definitions/mibs/carel.inc.php +43 -43
M includes/definitions/mibs/ccpower.inc.php +5 -5
M includes/definitions/mibs/cdata.inc.php +1 -1
M includes/definitions/mibs/ciena.inc.php +1 -1
M includes/definitions/mibs/cisco.inc.php +78 -40
M includes/definitions/mibs/ciscosb.inc.php +24
M includes/definitions/mibs/coriant.inc.php +29 -26
M includes/definitions/mibs/ctc.inc.php +5 -5
M includes/definitions/mibs/dell.inc.php +17 -6
M includes/definitions/mibs/digipower.inc.php +54 -17
📈 3,631 added
📉 3,588 removed
Update Alcatel mibs and fix some other errors
Showing the first 30 paths; 183 more are omitted from this static page.
A mibs/alcatel-ent1
A mibs/alcatel-ent1/ALCATEL-ENT1-AAA-MIB +2,614
A mibs/alcatel-ent1/ALCATEL-ENT1-AL-SRV-MIB +166
A mibs/alcatel-ent1/ALCATEL-ENT1-APP-FINGERPRINT-MIB +633
A mibs/alcatel-ent1/ALCATEL-ENT1-APP-MON-MIB +2,271
A mibs/alcatel-ent1/ALCATEL-ENT1-AUTO-CONFIG-MIB +189
A mibs/alcatel-ent1/ALCATEL-ENT1-AUTO-FABRIC-MIB +579
A mibs/alcatel-ent1/ALCATEL-ENT1-BASE +809
A mibs/alcatel-ent1/ALCATEL-ENT1-BFD-MIB +830
A mibs/alcatel-ent1/ALCATEL-ENT1-BGP-MIB +5,277
A mibs/alcatel-ent1/ALCATEL-ENT1-CAPMAN-MIB +996
A mibs/alcatel-ent1/ALCATEL-ENT1-CHASSIS-MIB +3,433
A mibs/alcatel-ent1/ALCATEL-ENT1-CONFIG-MGR-MIB +1,688
A mibs/alcatel-ent1/ALCATEL-ENT1-DA-MIB +9,155
A mibs/alcatel-ent1/ALCATEL-ENT1-DCBX-MIB +1,062
A mibs/alcatel-ent1/ALCATEL-ENT1-DEVICES +1,215
A mibs/alcatel-ent1/ALCATEL-ENT1-DHCP-SRV-MIB +351
A mibs/alcatel-ent1/ALCATEL-ENT1-DHCPV6-MIB +447
A mibs/alcatel-ent1/ALCATEL-ENT1-DHL-MIB +590
A mibs/alcatel-ent1/ALCATEL-ENT1-DOT3-OAM-MIB +866
A mibs/alcatel-ent1/ALCATEL-ENT1-DPI-MIB +1,593
A mibs/alcatel-ent1/ALCATEL-ENT1-DVMRP-MIB +413
A mibs/alcatel-ent1/ALCATEL-ENT1-E-SERVICE-MIB +1,110
A mibs/alcatel-ent1/ALCATEL-ENT1-ERP-MIB +883
A mibs/alcatel-ent1/ALCATEL-ENT1-ETHERNET-OAM-MIB +471
A mibs/alcatel-ent1/ALCATEL-ENT1-EVB-MIB +430
A mibs/alcatel-ent1/ALCATEL-ENT1-EVENT-SCRIPTING-MIB +249
A mibs/alcatel-ent1/ALCATEL-ENT1-FIPS-MIB +4,840
A mibs/alcatel-ent1/ALCATEL-ENT1-GLOBALROUTETABLE-MIB +325
A mibs/alcatel-ent1/ALCATEL-ENT1-GVRP-MIB +797
📈 0 added
📉 0 removed
Improve BGP AFI group menu support
M html/includes/navbar.inc.php +4 -1
📈 4 added
📉 1 removed
Improve snmp functions slightly. Clear SNMP cache on discovery end.
M includes/discovery/functions.inc.php +3
M includes/discovery/sensors.inc.php +2 -2
M includes/functions.inc.php +1 -1
M includes/snmp.inc.php +11 -10
📈 17 added
📉 13 removed
Improve sensor detection from array. Re-enable
CISCO-RF-MIB .
M includes/definitions/mibs/sonus.inc.php +2 -2
M includes/definitions/os.inc.php +1 -1
M includes/discovery/sensors.inc.php +37 -108
M includes/functions.inc.php +43
M includes/snmp.inc.php +47
📈 130 added
📉 111 removed
Added entity_descr_definition(). Unificate generate entity descriptions when definition based discovery used.
M includes/definitions/entities.inc.php +11
M includes/discovery/mempools.inc.php +26 -72
M includes/discovery/processors.inc.php +18 -56
M includes/discovery/sensors.inc.php +23 -96
M includes/discovery/storage.inc.php +12 -48
M includes/entities.inc.php +85 -1
M includes/polling/mempools.inc.php +22 -17
M includes/polling/storage.inc.php +21 -16
M tests/IncludesEncryptTest.php +1 -1
A tests/IncludesEntitiesTest.php +68
📈 287 added
📉 307 removed
Fixed some os icons.
M html/images/os/ctc_2x.png ±0
M html/images/os/ctc.png ±0
📈 0 added
📉 0 removed
Fixed associate devices by ip in syslog when not have associated ports.
M includes/syslog.inc.php +2 -1
📈 2 added
📉 1 removed
Undebug
M includes/polling/storage.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
Added ability to use full named oid (MIB::Oid) in snmp_get()/snmp_walk() functions (and all their successors).
M includes/functions.inc.php +1 -10
M includes/snmp.inc.php +11
📈 12 added
📉 10 removed
Improved syslog parsing for JunOS, Stormshield NS-BSD and FTOS.
M includes/definitions/os.inc.php +6 -1
M includes/syslog.inc.php +4 -2
M tests/IncludesSyslogTest.php +28 -14
📈 38 added
📉 17 removed
Fixed place for include API Printer Supplies.
A html/api/v0/includes/printersupplies.inc.php +48
D html/api/v0/printersupplies.inc.php -48
📈 48 added
📉 48 removed
Revert mistaken changes (appear in r9485).
M includes/alerts.inc.php +17 -1
📈 17 added
📉 1 removed
Fix some superfluous discovery output
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php -2
📈 1 added
📉 3 removed
Add new CUC Ribbon and Citrix MIBs
Showing the first 30 paths; 59 more are omitted from this static page.
M mibs/cisco/CISCO-UNIFIED-COMPUTING-AAA-MIB +112 -9
M mibs/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB +328 -7
M mibs/cisco/CISCO-UNIFIED-COMPUTING-BIOS-MIB +1,424 -83
M mibs/cisco/CISCO-UNIFIED-COMPUTING-BMC-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-CALLHOME-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB +14 -2
M mibs/cisco/CISCO-UNIFIED-COMPUTING-CHANGE-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-CIMCVMEDIA-MIB +25 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB +68 -27
M mibs/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB +931 -16
M mibs/cisco/CISCO-UNIFIED-COMPUTING-CONFIG-MIB +56 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-DHCP-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB +161 -114
M mibs/cisco/CISCO-UNIFIED-COMPUTING-DOMAIN-MIB +218 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-DPSEC-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-DUPE-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EPQOS-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB +6,957 -307
M mibs/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB +46 -5
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EVENT-MIB +7 -5
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EXTPOL-MIB +11 -9
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EXTVMM-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FABRIC-MIB +840 -29
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FAULT-MIB +5 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FC-MIB +24 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FCPOOL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FEATURE-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB +1,330 -25
📈 0 added
📉 0 removed
Add Ribbon UX detection and basic strings.
A html/images/os/ribbon_2x.png +1
A html/images/os/ribbon.png +1
A includes/definitions/mibs/sonus.inc.php +24
M includes/definitions/os.inc.php +12
📈 36 added
📉 0 removed
Fix autogeneration of alerts during discovery
M includes/alerts.inc.php +8 -17
📈 8 added
📉 17 removed
Add Printer Supplies endpoint to API
M html/api/v0/index.php +1
A html/api/v0/printersupplies.inc.php +48
📈 49 added
📉 0 removed
M includes/definitions/os.inc.php +4 -1
📈 4 added
📉 1 removed
Add status indicators for VSS
M includes/definitions/mibs/cisco.inc.php +76
M includes/definitions/os.inc.php +4 -4
📈 80 added
📉 4 removed
Fix lowercase mib usage in storage poller.
M includes/polling/storage.inc.php +2 -2
📈 2 added
📉 2 removed
Add additional Coriant Groove sensors
M includes/definitions/mibs/coriant.inc.php +9 -3
📈 9 added
📉 3 removed
Add discovery and support for a few new OSes. Add some icons.
A html/images/os/coriant_2x.png +1
A html/images/os/coriant.png +1
A html/images/os/nec_2x.png +1
A html/images/os/nec.png +1
A html/images/os/teleste_2x.png +1
A html/images/os/teleste.png +1
M html/includes/graphs/device/storage.inc.php +1 -1
A html/includes/graphs/multi-customoid/graph.inc.php +7
M html/includes/graphs/multi-storage/bytes_stacked.inc.php +2 -2
M html/includes/graphs/multi-storage/perc_stacked.inc.php +2 -2
M html/includes/graphs/multi-storage/usage.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
M html/pages/device.inc.php +1 -1
A includes/definitions/mibs/3com.inc.php +116
A includes/definitions/mibs/coriant.inc.php +40
M includes/definitions/mibs/netgear.inc.php +82 -1
M includes/definitions/mibs/radlan.inc.php +1 -1
A includes/definitions/mibs/teleste.inc.php +144
M includes/definitions/mibs/trango.inc.php +3
M includes/definitions/os.inc.php +89 -1
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/mempools.inc.php +202 -140
M includes/discovery/processors.inc.php +4
M includes/discovery/storage.inc.php +165
M includes/functions.inc.php +2 -1
M includes/polling/mempools.inc.php +15 -1
M includes/polling/storage.inc.php +53 -4
📈 932 added
📉 158 removed
Add Netgear RADLAN MIBs
Showing the first 30 paths; 87 more are omitted from this static page.
A mibs/netgear/NETGEAR-RADLAN-3SW2SWTABLES-MIB +34
A mibs/netgear/NETGEAR-RADLAN-AAA +3,326
A mibs/netgear/NETGEAR-RADLAN-AGGREGATEVLAN-MIB +157
A mibs/netgear/NETGEAR-RADLAN-ARPSPOOFING-MIB +116
A mibs/netgear/NETGEAR-RADLAN-AUTOUPDATE-MIB +70
A mibs/netgear/NETGEAR-RADLAN-BANNER-MIB +185
A mibs/netgear/NETGEAR-RADLAN-BaudRate-MIB +74
A mibs/netgear/NETGEAR-RADLAN-BGP +339
A mibs/netgear/NETGEAR-RADLAN-BONJOUR-MIB +380
A mibs/netgear/NETGEAR-RADLAN-BOOTP-MIB +100
A mibs/netgear/NETGEAR-RADLAN-BRGMACSWITCH-MIB +165
A mibs/netgear/NETGEAR-RADLAN-BRIDGE-SECURITY +1,073
A mibs/netgear/NETGEAR-RADLAN-BRIDGEMIBOBJECTS-MIB +2,041
A mibs/netgear/NETGEAR-RADLAN-CDB-MIB +53
A mibs/netgear/NETGEAR-RADLAN-CDP-MIB +1,216
A mibs/netgear/NETGEAR-RADLAN-CLI-MIB +308
A mibs/netgear/NETGEAR-RADLAN-COPY-MIB +1,247
A mibs/netgear/NETGEAR-RADLAN-CPU-COUNTERS-MIB +163
A mibs/netgear/NETGEAR-RADLAN-DEBUGCAPABILITIES-MIB +44
A mibs/netgear/NETGEAR-RADLAN-DEVICEPARAMS-MIB +795
A mibs/netgear/NETGEAR-RADLAN-DHCP-MIB +1,178
A mibs/netgear/NETGEAR-RADLAN-DHCPCL-MIB +847
A mibs/netgear/NETGEAR-RADLAN-DhcpSpoofing-MIB +75
A mibs/netgear/NETGEAR-RADLAN-DHCPv6 +43
A mibs/netgear/NETGEAR-RADLAN-DHCPv6-CLIENT +506
A mibs/netgear/NETGEAR-RADLAN-DHCPv6-RELAY +203
A mibs/netgear/NETGEAR-RADLAN-DIGITALKEYMANAGE-MIB +153
A mibs/netgear/NETGEAR-RADLAN-DNSCL-MIB +1,376
A mibs/netgear/NETGEAR-RADLAN-DOT1X-MIB +1,316
A mibs/netgear/NETGEAR-RADLAN-EMBWEB-MIB +498
📈 0 added
📉 0 removed
Add additional MIBs
Showing the first 30 paths; 17 more are omitted from this static page.
A mibs/coriant
A mibs/coriant/CORIANT-GROOVE-MIB +19,610
A mibs/cyberpower
A mibs/cyberpower/CPS-MIB +10,806
A mibs/kti
A mibs/kti/KC-300S-MIB +186
A mibs/kti/KGD-802-B_MIB +227
A mibs/kti/KS-1080-MIB +784
A mibs/kti/KSD-800M-MIB +745
A mibs/kti/KTI-KS2260 +309
A mibs/kti/SWITCH_MIB +5,074
A mibs/riverdelta
A mibs/riverdelta/RDN-CABLE-SPECTRUM-GROUP-MIB +884
A mibs/riverdelta/RDN-CABLE-SPECTRUM-MIB +540
A mibs/riverdelta/RDN-CHASSIS-MIB +542
A mibs/riverdelta/RDN-CHASSIS-TYPE-MIB +62
A mibs/riverdelta/RDN-CMTS-MIB +808
A mibs/riverdelta/RDN-DEFINITIONS-MIB +63
A mibs/riverdelta/RDN-MIB +41
A mibs/riverdelta/RDN-MODULES-MIB +71
A mibs/riverdelta/RDN-PORTS-MIB +70
A mibs/riverdelta/RDN-PRODUCTS-MIB +65
A mibs/riverdelta/RDN-SENSOR-MIB +198
A mibs/riverdelta/RDN-SENSOR-TYPE-MIB +51
A mibs/riverdelta/RDN-SLOTS-MIB +63
A mibs/riverdelta/RDN-SMSTraps-MIB +214
A mibs/riverdelta/RDN-SYSLOG-MIB +311
A mibs/rubytech
A mibs/rubytech/PRIVATE-FEL2Mod-SW24-MIB +1,805
A mibs/rubytech/PRIVATE-FESW-26-MIB +1,433
📈 0 added
📉 0 removed
Add/update a few additional MIBs
A mibs/broadcom/BRCMROBOMGMT5324MIB +2,129
M mibs/firebrick/FIREBRICK-MIB +2 -3
A mibs/moxa/MOXA-EDS508-MIB +2,279
A mibs/rfc/SCTE-HMS-ROOTS +118
A mibs/rfc/SCTE-ROOT +36
📈 0 added
📉 0 removed
Add Netgear Smart Switch MIBs
A mibs/netgear/NG700-BOXSERVICES-PRIVATE-MIB +633
A mibs/netgear/NG700-DENIALOFSERVICE-PRIVATE-MIB +302
A mibs/netgear/NG700-DHCPCLIENT-PRIVATE-MIB +191
A mibs/netgear/NG700-DNS-RESOLVER-CONTROL-MIB +300
A mibs/netgear/NG700-DOT1X-ADVANCED-FEATURES-MIB +772
A mibs/netgear/NG700-DOT1X-AUTHENTICATION-SERVER-MIB +130
A mibs/netgear/NG700-GREENETHERNET-PRIVATE-MIB +365
A mibs/netgear/NG700-INVENTORY-MIB +257
A mibs/netgear/NG700-KEYING-PRIVATE-MIB +135
A mibs/netgear/NG700-LOGGING-MIB +892
A mibs/netgear/NG700-MGMT-SECURITY-MIB +144
A mibs/netgear/NG700-MVR-PRIVATE-MIB +379
A mibs/netgear/NG700-PORTSECURITY-PRIVATE-MIB +317
A mibs/netgear/NG700-QOS-ACL-MIB +1,772
A mibs/netgear/NG700-QOS-AUTOVOIP-MIB +352
A mibs/netgear/NG700-QOS-COS-MIB +967
A mibs/netgear/NG700-QOS-DIFFSERV-PRIVATE-MIB +2,795
A mibs/netgear/NG700-QOS-MIB +51
A mibs/netgear/NG700-RADIUS-AUTH-CLIENT-MIB +560
A mibs/netgear/NG700-REF-MIB +301
A mibs/netgear/NG700-ROUTING-MIB +1,692
A mibs/netgear/NG700-SNTP-CLIENT-MIB +784
A mibs/netgear/NG700-SWITCHING-MIB +10,343
A mibs/netgear/NG700-TACACS-CLIENT-MIB +183
A mibs/netgear/NG700-TIMEZONE-PRIVATE-MIB +470
📈 0 added
📉 0 removed
Add and update Raisecom MIBs
Showing the first 30 paths; 95 more are omitted from this static page.
A mibs/raisecom/AUTO-CONFIGURATION-MIB +313
A mibs/raisecom/CONVERTOR-SYSTEM-MIB +262
A mibs/raisecom/CONVERTOR-VLAN-MIB +162
A mibs/raisecom/DHCP-CLIENT-MIB +336
A mibs/raisecom/DHCP-OPTION-MIB +472
A mibs/raisecom/DHCP-RELAY-MIB +230
A mibs/raisecom/DHCP-SERVER-MIB +424
A mibs/raisecom/DHCP-SNOOPING-MIB +475
A mibs/raisecom/IPDHCP-RELAY-MIB +448
A mibs/raisecom/IPDHCP-SERVER-MIB +768
A mibs/raisecom/LLDP-PRI-MIB +139
A mibs/raisecom/OUTBAND-MGMT-MIB +120
A mibs/raisecom/RAISECOM-ACL-MIB +989
A mibs/raisecom/RAISECOM-ALARM-MGMT-MIB +220
A mibs/raisecom/RAISECOM-AUTOPROVISIONMDEV-MIB +375
A mibs/raisecom/RAISECOM-AUTOPROVISIONRDEV-MIB +255
M mibs/raisecom/RAISECOM-BASE-MIB +28 -15
A mibs/raisecom/RAISECOM-CFM-MIB +2,857
M mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB +53 -12
A mibs/raisecom/RAISECOM-DOT1AG-MIB +2,902
A mibs/raisecom/RAISECOM-DOT1X-MIB +111
A mibs/raisecom/RAISECOM-ELMI-MIB +1,172
A mibs/raisecom/RAISECOM-ELPS-MIB +616
A mibs/raisecom/RAISECOM-ERPS-MIB +630
A mibs/raisecom/RAISECOM-ETHERSAM-MIB +1,239
A mibs/raisecom/RAISECOM-EXTEND-OAM-UPGRADE-MIB +266
A mibs/raisecom/RAISECOM-EXTLOOPBACK-MIB +177
A mibs/raisecom/RAISECOM-EXTOAM-MIB +406
M mibs/raisecom/RAISECOM-FANMONITOR-MIB ±0
A mibs/raisecom/RAISECOM-GARP-MIB +531
📈 0 added
📉 0 removed
More standard MIBs
A mibs/rfc/MEF-SOAM-PM-MIB +7,663
A mibs/rfc/MEF-SOAM-TC-MIB +354
A mibs/rfc/SCTE-HMS-HE-COMMON-MIB +441
A mibs/rfc/SCTE-HMS-HEADENDIDENT-MIB +263
A mibs/rfc/SCTE-HMS-PROPERTY-MIB +626
📈 0 added
📉 0 removed
M mibs/rfc/SFLOW-MIB +550 -330
📈 0 added
📉 0 removed
Add more standard mibs
D mibs/arris/ECL-DEF-MIB -124
D mibs/arris/ESAFE-MIB -694
D mibs/arris/EXCENTIS-MIB -24
A mibs/rfc/CABH-CAP-MIB +772
A mibs/rfc/CABH-CDP-MIB +1,147
A mibs/rfc/CABH-CTP-MIB +496
A mibs/rfc/CABH-PS-DEV-MIB +2,450
A mibs/rfc/CABH-QOS-MIB +458
A mibs/rfc/CABH-QOS2-MIB +741
A mibs/rfc/CABH-SEC-MIB +1,748
A mibs/rfc/ECL-DEF-MIB +145
A mibs/rfc/ESAFE-MIB +715
A mibs/rfc/EXCENTIS-MIB +24
📈 0 added
📉 0 removed
Add additional Netgear MIBs
M mibs/netgear/TACACS-CLIENT-MIB +1 -1
A mibs/netgear/WAC510 +2,706
A mibs/netgear/WN203 +4,046
A mibs/netgear/WNAP320 +4,230
A mibs/netgear/WNDAP620 +6,593
📈 0 added
📉 0 removed
Additional standard MIBs
Showing the first 30 paths; 2 more are omitted from this static page.
A mibs/rfc/CL-PKTC-EUE-DEV-MIB +910
A mibs/rfc/CL-PKTC-EUE-EVENT-MIB +184
A mibs/rfc/CL-PKTC-EUE-RST-MIB +3,700
A mibs/rfc/CL-PKTC-EUE-TC-MIB +304
A mibs/rfc/CL-PKTC-EUE-USER-MIB +739
M mibs/rfc/CLAB-ANI-DEV-MIB +59 -49
M mibs/rfc/CLAB-DEF-MIB +82 -58
M mibs/rfc/CLAB-GRE-MIB +29 -14
M mibs/rfc/CLAB-TOPO-MIB +34 -15
M mibs/rfc/CLAB-UPS-MIB +238 -203
A mibs/rfc/CLAB-WIFI-MIB +7,233
A mibs/rfc/CM-dot11plus-MIB +3,337
A mibs/rfc/CM-GATEWAY-MIB +2,607
A mibs/rfc/CM-TEST-MIB +372
M mibs/rfc/DOCS-QOS3-MIB +4,665 -4,145
A mibs/rfc/MOCA-SMI +45
A mibs/rfc/MOCA11-MIB +2,277
A mibs/rfc/PKTC-DECT-MIB +1,500
A mibs/rfc/PKTC-DECT-SIP-MIB +132
A mibs/rfc/PKTC-ECL-EN-MTA-MIB +113
A mibs/rfc/PKTC-ECL-EN-SIG-MIB +764
A mibs/rfc/PKTC-EN-MTA-MIB +113
A mibs/rfc/PKTC-EN-SIG-MIB +780
A mibs/rfc/PKTC-EVENT-MIB +730
A mibs/rfc/PKTC-EXCENTIS-SIG-MIB +2,462
M mibs/rfc/PKTC-IETF-EVENT-MIB +927 -928
M mibs/rfc/PKTC-IETF-MTA-MIB +1,931 -1,772
M mibs/rfc/PKTC-IETF-SIG-MIB +28 -37
A mibs/rfc/PKTC-IETF-SIG-MIB.mib +3,003
A mibs/rfc/PKTC-MDI-MIB +317
📈 0 added
📉 0 removed
Additional Arris MIBs
M mibs/arris/ARRIS-CM-DEVICE-MIB +1,783 -16
A mibs/arris/ARRIS-CM-DOC30-DEVICE-MIB +2,935
A mibs/arris/ARRIS-GPS-MIB +330
A mibs/arris/ARRIS-HOT-PROTECTION-MODE-MIB +103
M mibs/arris/ARRIS-MIB +56 -45
A mibs/arris/ARRIS-MOCA-MIB +208
A mibs/arris/ARRIS-MTA-DEVICE-MIB +3,979
A mibs/arris/ARRIS-MTA-DOC30-DEVICE-MIB +97
A mibs/arris/ARRIS-NET-PERF-MONITOR-MIB +783
A mibs/arris/ARRIS-QAM-DETECTION-MIB +152
A mibs/arris/ARRIS-ROUTER-DEVICE-MIB +9,342
A mibs/arris/ARRIS-SIP-DOC30-MIB +116
A mibs/arris/ARRIS-SIP-MIB +2,407
A mibs/arris/ARRIS-SPEED-TEST-MIB +153
A mibs/arris/ARRIS-TR143-SPEED-TEST-MIB +499
A mibs/arris/ARRIS-TR69-MIB +709
A mibs/arris/DSG-IF-STD-MIB +658
A mibs/arris/ECL-DEF-MIB +145
A mibs/arris/ESAFE-MIB +715
A mibs/arris/EXCENTIS-MIB +24
A mibs/arris/HNE-DEVICE-MIB +495
A mibs/arris/PACKETPORT-MIB +1,469
A mibs/arris/TI-MANUFACTURER-MIB +14
A mibs/arris/TI-PRODUCTION-MIB +904
📈 0 added
📉 0 removed
Improved write state values into db in ports, sensors, status poller modules by using
dbUpdateMulti ().
M includes/polling/functions.inc.php +35 -12
M includes/polling/ports.inc.php +56 -30
M includes/polling/sensors.inc.php +10
M includes/polling/status.inc.php +10
A update/386.sql +3
📈 111 added
📉 42 removed
Added
dbUpdateMulti () function for update multiple db rows at once.
M includes/db.inc.php +89 -2
📈 89 added
📉 2 removed
Added poller snmp stats graphs.
M html/pages/device/perf.inc.php +27
M includes/definitions/graphtypes.inc.php +72
M includes/definitions/rrdtypes.inc.php +28
M includes/snmp.inc.php +4
M poller.php +23 -1
📈 154 added
📉 1 removed
Small improve mixed table indexes in snmp_parse_line().
M includes/snmp.inc.php +4 -2
M tests/IncludesSnmpTest.php +10
📈 14 added
📉 2 removed
Remove pdf.php. Remove erroneous os def.
A attic/pdf.php +116
D html/pdf.php -116
M includes/definitions/os.inc.php +2
📈 2 added
📉 116 removed
Added Electroline and SCTE mib files.
Showing the first 30 paths; 27 more are omitted from this static page.
A mibs/dell/DELLEMC-OS10-CHASSIS-MIB +899
D mibs/dell/DELLEMC-OS10-CHASSIS-MIB.mib -886
A mibs/dell/DELLEMC-OS10-PRODUCTS-MIB +264
D mibs/dell/DELLEMC-OS10-PRODUCTS-MIB.mib -245
A mibs/dell/DELLEMC-OS10-SMI-MIB +43
D mibs/dell/DELLEMC-OS10-SMI-MIB.mib -36
A mibs/dell/DELLEMC-OS10-TC-MIB +207
D mibs/dell/DELLEMC-OS10-TC-MIB.mib -196
A mibs/electroline
A mibs/electroline/DMON-COMMON-MIB +1,044
A mibs/electroline/DMON-DSG-MCAST-REDIRECT-MIB +169
A mibs/electroline/DMON-MIB +35
A mibs/electroline/DMON-PHY-MIB +757
A mibs/electroline/ELECTROLINE-AMI-MIB +422
A mibs/electroline/ELECTROLINE-COMMON-CONFIG-MIB +264
A mibs/electroline/ELECTROLINE-COMMON-INVENTORY-MIB +114
A mibs/electroline/ELECTROLINE-COMMON-ROOT-MIB +68
A mibs/electroline/ELECTROLINE-COMMON-STATUS-MIB +89
A mibs/electroline/ELECTROLINE-COMMON-TEST-MIB +329
A mibs/electroline/ELECTROLINE-DHT-BATTERIES-CONTROLLER-MIB +1,328
A mibs/electroline/ELECTROLINE-DHT-CONFIG-MIB +813
A mibs/electroline/ELECTROLINE-DHT-ENET-MIB +1,066
A mibs/electroline/ELECTROLINE-DHT-EXTENSIONS-MIB +80
A mibs/electroline/ELECTROLINE-DHT-GLOBAL-FIBERNODE-MIB +952
A mibs/electroline/ELECTROLINE-DHT-INVENTORY-MIB +141
A mibs/electroline/ELECTROLINE-DHT-REMOTE-SWITCH-MIB +142
A mibs/electroline/ELECTROLINE-DHT-ROOT-MIB +73
A mibs/electroline/ELECTROLINE-DHT-STATUS-MIB +424
A mibs/electroline/ELECTROLINE-DHT-TEST-MIB +425
A mibs/electroline/ELECTROLINE-DVM-CONFIG-MIB +316
📈 0 added
📉 0 removed
Updated Broadcom mib files. Moved all DOCS-* mib files to rfc.
Showing the first 30 paths; 37 more are omitted from this static page.
M mibs/broadcom/BRCM-80211-FACTORY-MIB +155 -12
M mibs/broadcom/BRCM-80211-MGMT-MIB +226 -46
A mibs/broadcom/BRCM-BATTERY-ENGINEERING-MIB +127
M mibs/broadcom/BRCM-BATTERY-MGMT-MIB +384 -37
M mibs/broadcom/BRCM-BFC-MGMT-MIB +289 -10
M mibs/broadcom/BRCM-CABLEDATA-ENGINEERING-MIB +19 -12
M mibs/broadcom/BRCM-CABLEDATA-FACTORY-MIB +113 -6
M mibs/broadcom/BRCM-CABLEDATA-MGMT-MIB +97 -3
M mibs/broadcom/BRCM-CABLEDATA-PRIVATE-MIB +15 -4
M mibs/broadcom/BRCM-CABLEDATA-SMI +54 -9
A mibs/broadcom/BRCM-CABLEHOME-FACTORY-MIB +168
A mibs/broadcom/BRCM-CABLEHOME-MGMT-MIB +87
M mibs/broadcom/BRCM-CM-CAPABILITY-MIB +281 -17
A mibs/broadcom/BRCM-CM-EMTA-MGMT-MIB +287
M mibs/broadcom/BRCM-CM-ENGINEERING-MIB +463 -26
M mibs/broadcom/BRCM-CM-FACTORY-MIB +427 -174
M mibs/broadcom/BRCM-CM-MGMT-EXT-MIB +12 -5
M mibs/broadcom/BRCM-CM-MGMT-MIB +322 -23
M mibs/broadcom/BRCM-CM-PRODUCTS-MIB +14 -2
A mibs/broadcom/BRCM-EMTA-FACTORY-MIB +161
A mibs/broadcom/BRCM-FTP-MGMT-MIB +245
M mibs/broadcom/BRCM-HTTP-MGMT-MIB +61 -3
A mibs/broadcom/BRCM-IPTV-MIB +292
M mibs/broadcom/BRCM-PARENTALCONTROL-MGMT-MIB +56 -8
A mibs/broadcom/BRCM-RG-FACTORY-MIB +137
A mibs/broadcom/BRCM-RG-IP-MIB +552
A mibs/broadcom/BRCM-RG-MGMT-MIB +103
A mibs/broadcom/BRCM-SMI +66
M mibs/broadcom/BRCM-SNMP-MGMT-MIB +12 -7
M mibs/broadcom/BRCM-SSH-MGMT-MIB +19 -9
📈 0 added
📉 0 removed
Add DOCSIS MIBs
A mibs/rfc/CLAB-ANI-DEV-MIB +270
A mibs/rfc/CLAB-DEF-MIB +417
A mibs/rfc/CLAB-DNS-MIB +97
A mibs/rfc/CLAB-GRE-MIB +1,172
A mibs/rfc/CLAB-GW-MIB +1,295
A mibs/rfc/CLAB-TOPO-MIB +215
M mibs/rfc/DOCS-BPI-MIB +3 -7
A mibs/rfc/DOCS-BPI2-MIB +3,109
A mibs/rfc/DOCS-BPI2EXT-MIB +286
A mibs/rfc/DOCS-CABLE-DEVICE-TRAP-MIB +943
M mibs/rfc/DOCS-IETF-BPI2-MIB +193
A mibs/rfc/DOCS-IF-EXT-MIB +147
A mibs/rfc/DOCS-IF3-MIB +4,990
A mibs/rfc/DOCS-IF31-MIB +4,161
A mibs/rfc/DOCS-MCAST-MIB +1,470
A mibs/rfc/DOCS-PNM-MIB +5,076
A mibs/rfc/DOCS-QOS-MIB +3,055
A mibs/rfc/DOCS-SEC-MIB +946
A mibs/rfc/DOCS-SUBMGT-MIB +973
A mibs/rfc/USB-MIB +759
📈 0 added
📉 0 removed
Dell OS10 MIBs
A mibs/dell/DELLEMC-OS10-CHASSIS-MIB.mib +899
A mibs/dell/DELLEMC-OS10-PRODUCTS-MIB.mib +264
A mibs/dell/DELLEMC-OS10-SMI-MIB.mib +43
A mibs/dell/DELLEMC-OS10-TC-MIB.mib +207
📈 0 added
📉 0 removed
M mibs/cambium/CAMBIUM-PTP800-MIB +2 -2
M mibs/netgear/WC7520-MIB +3 -3
📈 0 added
📉 0 removed
Add additional cambium detection and a few misc other oses
M includes/definitions/mibs/cambium.inc.php +10
M includes/definitions/os.inc.php +74
A mibs/cambium/CAMBIUM-CNMAESTRO-MIB +510
📈 84 added
📉 0 removed
Detect mixed table indexes in snmp_parse_line() when OBS_SNMP_ALL_TABLE flag used.
M includes/snmp.inc.php +18 -3
M tests/IncludesSnmpTest.php +30
📈 48 added
📉 3 removed
M includes/polling/ports.inc.php +5 -2
📈 5 added
📉 2 removed
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Add OS10 to Unix type
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Add Dell OS10 detection.
M includes/definitions/os.inc.php +26
📈 26 added
📉 0 removed
Improve Smokeping rendering [OBS-2750]
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +60 -3
📈 60 added
📉 3 removed
September 2018
Small clean entity labels.
M includes/alerts.inc.php +17 -17
M includes/definitions/entities.inc.php +42 -42
📈 59 added
📉 59 removed
Add parent table to oid entity type
M includes/definitions/entities.inc.php +6 -6
📈 6 added
📉 6 removed
Fix selection of correct table name for entities with parent tables. Allow hardcoded setting of table in attribute definition.
M includes/alerts.inc.php +17 -1
📈 17 added
📉 1 removed
Fixed Custom OID edit form for new options.
M html/pages/customoid.inc.php +15 -3
📈 15 added
📉 3 removed
Extend Kibi numbers to text output too
M html/includes/entities/oid_entry.inc.php +6 -2
📈 6 added
📉 2 removed
Add Kibibyte/LogY options to custom oid graphs.
M html/includes/customoids-navbar.inc.php +22 -7
M html/includes/graphs/common.inc.php +5
M html/includes/graphs/customoid/graph.inc.php +3 -2
M html/includes/graphs/multi-customoid/line.inc.php +3 -1
M html/includes/graphs/multi-customoid/stacked.inc.php +3
A update/385.sql +3
📈 36 added
📉 10 removed
Add bgp groups menu to routing menu
M html/includes/navbar.inc.php +12 -1
📈 12 added
📉 1 removed
Added poller performance graphs for mysql and memory usage.
M html/pages/device/perf.inc.php +45 -2
M includes/definitions/graphtypes.inc.php +60
M includes/definitions/rrdtypes.inc.php +32
M poller.php +45 -18
📈 182 added
📉 20 removed
Add custom stuff
M includes/discovery/sensors/adf-1-mib.inc.php +33 -15
M mibs/adf/ADF-1-MIB +31
📈 33 added
📉 15 removed
Add GUDE PDU8311.
M includes/definitions/entities.inc.php +16 -16
M includes/definitions/mibs/gude.inc.php +23 -24
M includes/definitions/os.inc.php +3
📈 42 added
📉 40 removed
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
snmp_get_multi_oid() also chunk Oids passed as string if max-get defined for os.
M includes/snmp.inc.php +35 -13
📈 35 added
📉 13 removed
Limited max snmp get oids count to 3 for Eaton UPSes.
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Fixed hardware rewrite for Extreme XOS.
M includes/rewrites.inc.php +14 -14
📈 14 added
📉 14 removed
Improved detect hardware for Extreme XOS (
OBS-2769 ).
M includes/definitions/mibs/extreme.inc.php +6
M includes/polling/os/xos.inc.php +34 -15
M includes/rewrites.inc.php +21 -167
📈 61 added
📉 182 removed
Fixed port label processing on Hirschmann industrial switches (
OBS-2770 ).
M includes/definitions/mibs/hirschmann.inc.php +1 -1
M includes/definitions/os.inc.php +3
M includes/rewrites.inc.php +109 -106
M tests/IncludesRewritesTest.php +6
📈 119 added
📉 107 removed
Add http/https to polycom
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Added OSIX detection. Fixed TP-Link ports polling.
A html/images/os/osix_2x.png +1
A html/images/os/osix.png +1
M includes/definitions/os.inc.php +13 -1
M includes/polling/os/unix.inc.php +94
📈 107 added
📉 1 removed
Don't forever-disable graphs.
M includes/polling/graphs/alvarion-dot11-wlan-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Don't forever-disable a graph when it fails a single poll.
M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +4 -4
📈 4 added
📉 4 removed
Add status type expansion to assoc builder. Add some db fxes
M includes/alerts.inc.php +8
M includes/defaults.inc.php +3 -1
M includes/definitions/entities.inc.php +4 -2
M includes/wifi.inc.php +1 -1
A update/384.sql +2
📈 16 added
📉 4 removed
M includes/definitions/entities.inc.php +1 -3
📈 1 added
📉 3 removed
Improved discovery Extreme system statuses (
OBS-2534 ).
M includes/definitions/mibs/extreme.inc.php +8 -7
M includes/discovery/sensors/extreme-system-mib.inc.php +14
📈 22 added
📉 7 removed
Make portpercent legend width configurable
M html/includes/status-portpercent.inc.php +3 -1
📈 3 added
📉 1 removed
Improve port percent module to allow more groups, with 5 unique colours
M html/includes/graphs/generic_multi_group_bits.inc.php +99 -89
M html/includes/graphs/multi-port/groups_bits.inc.php +2
M html/includes/status-portpercent.inc.php +10 -5
📈 111 added
📉 94 removed
Fix portpercent json generation
M html/includes/graphs/multi-port/groups_bits.inc.php +1 -1
M html/includes/status-portpercent.inc.php +1 -1
📈 2 added
📉 2 removed
Updated multiple MIB files (a3com, cabletron, eltex, enterasys, extreme, radlan).
Showing the first 30 paths; 167 more are omitted from this static page.
A mibs/a3com/A3COM-AUDL-r1-MIB +158
A mibs/a3com/A3Com-Bridge-r3-MIB +1,343
A mibs/a3com/A3Com-DLSW-r1-MIB +2,266
A mibs/a3com/A3Com-Dvmrp-r1-MIB +1,159
A mibs/a3com/A3Com-Filter-r5-MIB +1,141
A mibs/a3com/A3Com-IPextns-r5-MIB +1,074
A mibs/a3com/A3Com-IPSO-r1-MIB +627
A mibs/a3com/A3Com-IPX-r5-MIB +1,486
A mibs/a3com/A3Com-IPXpolicy-r3-MIB +1,113
A mibs/a3com/A3Com-Llc-r1-MIB +2,152
A mibs/a3com/A3Com-Mip-r1-MIB +303
A mibs/a3com/A3Com-MLN-r1-MIB +651
A mibs/a3com/A3Com-PortPath-r6-MIB +2,017
A mibs/a3com/A3COM-PRIVATE-MIB +1,923
A mibs/a3com/A3Com-RIP-IPextns-r4-MIB +1,413
A mibs/a3com/A3Com-Sdlc-r1-MIB +2,065
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-BRIDGE-MIB +1,302
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-FDDI-MIB +997
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-FILE-TRANSFER-MIB +442
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-FILTER-MIB +848
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-MIB +5,203
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-POLL-MIB +586
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-PRODUCTS-MIB +63
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-QOS-MIB +1,235
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB +656
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-SMT-MIB +427
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-TOKEN-RING-MIB +391
A mibs/a3com/A3COM-SWITCHING-SYSTEMS-WEBSERVER-MIB +80
A mibs/a3com/A3Com-System-r8-MIB +2,692
M mibs/a3com/A3COM0074-SMA-VLAN-SUPPORT -1
📈 0 added
📉 0 removed
Fix BGP navbar generation
M html/pages/device/routing/bgp.inc.php +12 -1
M html/pages/routing/bgp.inc.php +12 -1
📈 24 added
📉 2 removed
Do not load ref library if php-tokenizer extension not enabled.
M includes/definitions.inc.php +4 -2
📈 4 added
📉 2 removed
Improve Dell DNOS sensor detection, skipping and labelling
M includes/definitions/os.inc.php +1 -1
M includes/discovery/sensors/dell-vendor-mib.inc.php +10 -2
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +52 -14
M includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +4 -3
📈 67 added
📉 20 removed
Moved some common alerts/groups functions to correct place (no functionally changes).
M includes/alerts.inc.php +815 -1
M includes/groups.inc.php -797
📈 815 added
📉 798 removed
Remove more erroneous graph types from device_graphs
M includes/polling/bgp-peers.inc.php +2 -2
M includes/polling/pseudowires.inc.php +3 -3
M includes/rrdtool.inc.php +3
📈 8 added
📉 5 removed
Updated bits graph colours
M html/includes/graphs/generic_data.inc.php +6 -6
📈 6 added
📉 6 removed
Remove erroneous graph entries from device graph table
M html/pages/device/ports.inc.php +1 -1
M includes/definitions/rrdtypes.inc.php +4 -4
M includes/polling/ports.inc.php +2
📈 7 added
📉 5 removed
Added old device bits graph variable for compatability.
M includes/definitions/rrdtypes.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed strict tables db schema.
M includes/sql-config.inc.php +1 -1
📈 1 added
📉 1 removed
Fix some sensors table default values
📈 0 added
📉 0 removed
August 2018
M libs/phpFastCache/Cache/DriverBaseTrait.php +1 -1
M libs/phpFastCache/Cache/ItemBaseTrait.php +2 -7
M libs/phpFastCache/CacheManager.php +1
M libs/phpFastCache/Core/ExtendedCacheItemPoolTrait.php +7
M libs/phpFastCache/Core/PathSeekerTrait.php +8 -4
M libs/phpFastCache/Core/StandardPsr6StructureTrait.php +8 -3
M libs/phpFastCache/Drivers/Apcu/Driver.php +1 -1
M libs/phpFastCache/Drivers/Devnull/Driver.php +2 -10
M libs/phpFastCache/Drivers/Memcache/Driver.php +20 -6
M libs/phpFastCache/Drivers/Memcached/Driver.php +12 -5
M libs/phpFastCache/Drivers/Mongodb/Driver.php +3 -12
M libs/phpFastCache/Drivers/Predis/Driver.php +9 -1
M libs/phpFastCache/Drivers/Redis/Driver.php +9 -1
M libs/phpFastCache/Drivers/Sqlite/Driver.php +2 -2
📈 0 added
📉 0 removed
Update initial db schema.
M update/db_schema_mysql.sql +453 -265
📈 0 added
📉 0 removed
Improved detect multiphase input sensors for APC ATS devices.
M includes/discovery/sensors/powernet-mib.inc.php +60 -38
📈 60 added
📉 38 removed
Increased minimum PHP version to 5.6 in warnings (recommended is 7.1).
M html/includes/notifications.inc.php +44 -5
M html/index.php -24
M includes/definitions.inc.php +2 -1
M includes/functions.inc.php +1 -1
📈 47 added
📉 31 removed
Disable global page refresh on dashboards.
M includes/definitions/wui.inc.php +1
📈 1 added
📉 0 removed
Fixed display port linked with IP address.
M html/includes/print/addresses.inc.php +1 -1
📈 1 added
📉 1 removed
Do not validate if rrd file exist on remote rrdcached, always use piped rrdcreate instead.
M includes/rrdtool.inc.php +32 -25
📈 32 added
📉 25 removed
Improved syslog entries parsing for HPE switches and Arista EOS.
M includes/definitions/os.inc.php +23 -19
M includes/syslog.inc.php +54 -10
M tests/IncludesSyslogTest.php +23
📈 100 added
📉 29 removed
Added very limited list of allowed html tags and entities in escape_html().
M includes/common.inc.php +16 -1
M includes/config-variables.inc.php +1 -1
M includes/definitions/wui.inc.php +6
📈 23 added
📉 2 removed
Remote address HTTP header now configurable. By defult it can used only for address logging. To use this http header for session identification, set ['web_session_ip_by_header'] to TRUE.
M html/graph.php +1 -1
M html/includes/authenticate.inc.php +24 -8
M html/includes/functions.inc.php +33 -1
M html/includes/navbar.inc.php +7 -1
M includes/config-variables.inc.php +14
M includes/defaults.inc.php +2
M includes/definitions.inc.php +4
M includes/definitions/wui.inc.php -26
M tests/IncludesCommonTest.php +5
📈 90 added
📉 37 removed
[sensors] Fixed insert sensor/status last discovered field (
OBS-2756 ).
M includes/discovery/functions.inc.php +2 -11
📈 2 added
📉 11 removed
Fixed search ip addresses without associated port.
M includes/entities.inc.php +4 -2
📈 4 added
📉 2 removed
Detect user remote ip address by alternative headers (ie for Cloudflare).
M html/graph.php +2 -1
M html/includes/authenticate.inc.php +8 -8
M html/includes/navbar.inc.php +1 -1
M includes/definitions/wui.inc.php +26
📈 37 added
📉 10 removed
Improved support for Nortel/Avaya devices. Added polling/discovery for Vlans/IP addresses/FDB table.
M includes/definitions/os.inc.php +2
M includes/discovery/ports.inc.php +21 -10
A includes/discovery/vlans/rapid-city.inc.php +80
A includes/polling/fdb/rapid-city.inc.php +57
M includes/polling/ports.inc.php +5 -1
A includes/polling/ports/rapid-city.inc.php +103
M mibs/nortel/RAPID-CITY +1 -1
📈 268 added
📉 11 removed
Collect device IP addresses also if not exist associated port (ie Vlan port with virtual
ifIndex ). Added
ifIndex fields to ip address and vlan tables.
M html/includes/functions.inc.php +2 -1
M html/includes/print/addresses.inc.php +43 -30
M includes/discovery/ip-addresses.inc.php +47 -12
M includes/discovery/vlans.inc.php +1 -1
M includes/discovery/vlans/cisco-vtp-mib.inc.php +2 -1
M includes/discovery/vlans/extreme-vlan-mib.inc.php +2 -1
M includes/discovery/vlans/huawei-l2vlan-mib.inc.php +3 -1
M includes/discovery/vlans/q-bridge-mib.inc.php +3 -1
A update/382.sql +7
📈 103 added
📉 48 removed
remove undone code.
M includes/polling/functions.inc.php -6
📈 0 added
📉 6 removed
Added alert device metric: fdb_count.
M includes/definitions/entities.inc.php +12 -2
M includes/polling/fdb-table.inc.php +91 -85
📈 103 added
📉 87 removed
Update device graphs array by definitions in rrdtool_update_ng().
M html/pages/device/ports.inc.php +5
M includes/definitions/rrdtypes.inc.php +21
M includes/polling/functions.inc.php +32 -6
M includes/polling/ports.inc.php -2
M includes/rrdtool.inc.php +17 -3
📈 75 added
📉 11 removed
Distro script updated to v2.2.
📈 14 added
📉 7 removed
M includes/definitions/mibs/extreme.inc.php +6
M includes/definitions/os.inc.php +1
A includes/polling/fdb
M includes/polling/fdb-table.inc.php +14 -41
A includes/polling/fdb/extreme-fdb-mib.inc.php +63
A includes/polling/fdb/huawei-l2mam-mib.inc.php +50
📈 134 added
📉 41 removed
Fixed temperature sensor scale for Ciena Waveserver version above
1.6 (
OBS-2753 ).
M includes/discovery/sensors/ciena-ws-xcvr-mib.inc.php +8 -2
📈 8 added
📉 2 removed
Fixed detect VM containers with latest distro script.
M html/includes/print/fdbtable.inc.php +1 -1
M html/pages/search/fdb.inc.php +3
M includes/definitions/vm.inc.php +2 -1
M includes/polling/os/unix.inc.php +8 -2
M scripts/distro +2 -2
📈 16 added
📉 6 removed
Fixed display FDB entries without vlan.
M html/includes/print/fdbtable.inc.php +3 -2
M html/pages/search/fdb.inc.php +1 -1
📈 4 added
📉 3 removed
M html/includes/print/fdbtable.inc.php +3 -3
M includes/polling/fdb-table.inc.php +56 -15
📈 59 added
📉 18 removed
Improved support for MikroTik RouterOS.
M includes/definitions/mibs/mikrotik.inc.php +17 -13
M includes/definitions/os.inc.php +8
D includes/polling/os/routeros.inc.php -27
📈 25 added
📉 40 removed
Added Wavelength sensor class.
A html/includes/graphs/sensor/wavelength.inc.php +34
M html/pages/device/overview/sensors.inc.php +7 -1
M includes/definitions/entities/sensors.inc.php +1
M includes/definitions/wui.inc.php +3 -2
📈 45 added
📉 3 removed
Improved association DOM sensors with ports by
MIKROTIK-MIB .
M includes/definitions/mibs/mikrotik.inc.php +10 -7
M includes/discovery/sensors.inc.php +27
📈 37 added
📉 7 removed
Improved search in FDB tables. Fixed generate permissions query for unlimited users with multiple entities in request.
M html/includes/functions.inc.php +10 -2
M html/includes/print/fdbtable.inc.php +118 -65
📈 128 added
📉 67 removed
M includes/definitions/os.inc.php +2 -1
M includes/rewrites.inc.php +6
M tests/IncludesRewritesTest.php +12
📈 20 added
📉 1 removed
M includes/definitions/mibs/force10.inc.php +6 -4
📈 6 added
📉 4 removed
Moved snmptranslate arrays to mib definitions.
M includes/definitions/mibs.inc.php +6
M includes/definitions/mibs/arista.inc.php +65
M includes/definitions/mibs/force10.inc.php +24
M includes/definitions/mibs/juniper.inc.php +24
M includes/rewrites.inc.php -128
M includes/snmp.inc.php +2 -7
📈 121 added
📉 135 removed
Improved support for Ricoh printers. Added discovery Ricoh printersupplies by RicohPrivateMIB.
M html/includes/functions.inc.php +1
M includes/definitions/entities/printersupplies.inc.php +1
A includes/definitions/mibs/ricoh.inc.php +30
M includes/definitions/os.inc.php +6 -3
M includes/discovery/printersupplies/printer-mib.inc.php +6 -1
A includes/discovery/printersupplies/ricohprivatemib.inc.php +87
M includes/polling/printersupplies.inc.php +42 -18
M includes/rewrites.inc.php +9
M includes/snmp.inc.php +11 -5
A mibs/ricoh
A mibs/ricoh/RicohPrivateMIB +714
📈 193 added
📉 27 removed
Improved polling fdb tables. Fixed db insert errors for fdb tables.
M includes/definitions/os.inc.php +1
M includes/polling/fdb-table.inc.php +56 -19
A update/381.sql +2
📈 57 added
📉 19 removed
Added function
dbInsertMulti () for insert multiple sets of values in single query.
📈 73 added
📉 0 removed
Don't forever-disable panos graph.
M includes/polling/graphs/pan-common-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed display some unrestricted pages for limited users.
M html/includes/alerting-navbar.inc.php +1 -1
M html/includes/navbar.inc.php +3 -3
M html/includes/print/navbar.inc.php +13 -1
M html/pages/about.inc.php +51 -42
M html/pages/pollerlog.inc.php +51 -31
M html/pages/syslog_rules.inc.php +2 -1
📈 121 added
📉 79 removed
NAS4Free was renamed to XigmaNAS.
A html/images/os/xigmanas_2x.png +1
A html/images/os/xigmanas.png +1
M includes/definitions/os.inc.php +3 -2
M includes/polling/os/unix.inc.php +1
📈 4 added
📉 2 removed
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +52 -1
📈 52 added
📉 1 removed
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +28 -14
📈 28 added
📉 14 removed
Fix slow overpopulation of permissions array
M html/includes/functions.inc.php +5
📈 5 added
📉 0 removed
Moved entity specific definitions to entities subdir.
M includes/definitions.inc.php +2 -190
A includes/definitions/entities
M includes/definitions/entities.inc.php +5
A includes/definitions/entities/devices.inc.php +151
A includes/definitions/entities/printersupplies.inc.php +26
A includes/definitions/entities/routing.inc.php +31
A includes/definitions/entities/sensors.inc.php +58
A includes/definitions/entities/slas.inc.php +62
A includes/definitions/entities/status.inc.php +30
D includes/definitions/sensors.inc.php -58
D includes/definitions/status.inc.php -30
📈 365 added
📉 278 removed
Simplify single action transformations array (by reduce nested array).
Showing the first 30 paths; 1 more are omitted from this static page.
M includes/definitions/entities.inc.php +6 -6
M includes/definitions/mibs.inc.php +4 -4
M includes/definitions/mibs/brocade.inc.php +1 -1
M includes/definitions/mibs/cisco.inc.php +1 -1
M includes/definitions/mibs/dasan.inc.php +1 -1
M includes/definitions/mibs/dell.inc.php +2 -2
M includes/definitions/mibs/eltek.inc.php +1 -1
M includes/definitions/mibs/eltex.inc.php +2 -2
M includes/definitions/mibs/gcom.inc.php +2 -2
M includes/definitions/mibs/hirschmann.inc.php +3 -3
M includes/definitions/mibs/hp.inc.php +2 -2
M includes/definitions/mibs/knuerr.inc.php +1 -1
M includes/definitions/mibs/meinberg.inc.php +2 -2
M includes/definitions/mibs/messpc.inc.php +1 -1
M includes/definitions/mibs/mikrotik.inc.php +1 -1
M includes/definitions/mibs/moxa.inc.php +2 -2
M includes/definitions/mibs/oneaccess.inc.php +1 -1
M includes/definitions/mibs/pulsesecure.inc.php +2 -2
M includes/definitions/mibs/raisecom.inc.php +1 -1
M includes/definitions/mibs/rittal.inc.php +1 -1
M includes/definitions/mibs/serverscheck.inc.php +1 -1
M includes/definitions/mibs/snr.inc.php +1 -1
M includes/definitions/mibs/sonicwall.inc.php +1 -1
M includes/definitions/mibs/synology.inc.php +1 -1
M includes/definitions/mibs/teracom.inc.php +1 -1
M includes/definitions/mibs/trendmicro.inc.php +1 -1
M includes/definitions/mibs/ubiquiti.inc.php +1 -1
M includes/definitions/mibs/zhone.inc.php +1 -1
M includes/definitions/mibs/zyxel.inc.php +1 -1
M includes/functions.inc.php +6
📈 61 added
📉 46 removed
Added ability for display BGP 32bit ASNs in asdot format.
M html/includes/entities/generic.inc.php +1 -1
M html/includes/graphs/bgp/auth.inc.php +1 -1
M html/includes/print/routing.inc.php +5 -5
M html/includes/print/status.inc.php +1 -1
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/slas.inc.php +1 -3
M includes/config-variables.inc.php +8
M includes/defaults.inc.php +9 -7
M includes/definitions/entities.inc.php +2 -1
M includes/functions.inc.php +67 -5
M includes/rewrites.inc.php +10 -1
M tests/IncludesFunctionsTest.php +50
📈 156 added
📉 26 removed
Added ability for convert power DOM sensors from watts to dBm.
M includes/common.inc.php +50 -1
M includes/config-variables.inc.php +6
M includes/definitions.inc.php +1 -1
M includes/discovery/functions.inc.php +9
M tests/IncludesCommonTest.php +13 -1
📈 79 added
📉 3 removed
Add support for CTC FRM220 (only really handles ch08)
A html/images/os/ctc_2x.png +1
A html/images/os/ctc.png +1
A includes/definitions/mibs/ctc.inc.php +85
M includes/definitions/os.inc.php +11
A mibs/ctc
A mibs/ctc/CTC-FRM220-MIB +247,996
📈 96 added
📉 0 removed
Added Rancid 3.8+ specific os map.
M includes/definitions.inc.php +3
M includes/definitions/os.inc.php +1 -1
📈 4 added
📉 1 removed
Fixed WUI config variable names for bgp autodiscovery. Improved use private bgp ASn also with 32bit ASn for bgp autodiscovery.
M includes/config-variables.inc.php +2 -2
M includes/discovery/bgp-peers.inc.php +1 -1
📈 3 added
📉 3 removed
Add ability to enable BGP-based host discovery for private ASNs and/or whitelisted ASNs.
M includes/config-variables.inc.php +16
M includes/defaults.inc.php +2
M includes/discovery/bgp-peers.inc.php +11 -3
📈 29 added
📉 3 removed
[2018] 2018.
Showing the first 30 paths; 1,697 more are omitted from this static page.
M add_device.php +1 -1
M adduser.php +1 -1
M alerter.php +1 -1
M billing-calculate.php +1 -1
M check-errors.php +1 -1
M check-services.php +1 -1
M config_to_json.php +1 -1
M delete_device.php +1 -1
M discovery.php +1 -1
M housekeeping.php +1 -1
M html/ajax/actions.php +1 -1
M html/ajax/device_entities.php +1 -1
M html/ajax/device_ports.php +1 -1
M html/ajax/entity_popup.php +1 -1
M html/ajax/input.php +1 -1
M html/ajax/search.php +1 -1
M html/ajax/widget.php +1 -1
M html/api/v0/includes/alerts.inc.php +1 -1
M html/api/v0/includes/bills.inc.php +1 -1
M html/api/v0/includes/devices.inc.php +1 -1
M html/api/v0/includes/mempools.inc.php +1 -1
M html/api/v0/includes/ports.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
M html/api/v0/index.php +1 -1
M html/bandwidth-graph.php +1 -1
M html/billing-bandwidth-data.php +1 -1
M html/billing-data.php +1 -1
M html/billing-graph.php +1 -1
📈 1,727 added
📉 1,727 removed
Fix display of delete button for custom oid entries
M html/includes/entities/oid_entry.inc.php +4 -7
📈 4 added
📉 7 removed
derp derp
📈 1 added
📉 1 removed
derp. fixed condition.
📈 1 added
📉 1 removed
Fixed poller-wrapper with remote rrdcached.
M includes/rrdtool.inc.php +5 -1
M poller-wrapper.py +6 -7
📈 11 added
📉 8 removed
Improved detect is rrd exist on remote rrdcached daemon.
M includes/rrdtool.inc.php +56 -18
📈 56 added
📉 18 removed
Fixed detect remote rrdcached daemon.
M includes/common.inc.php +11 -5
M includes/defaults.inc.php -3
M includes/rrdtool.inc.php +4 -4
M includes/sql-config.inc.php +10
📈 25 added
📉 12 removed
Fixed Port Label Short entity key.
M includes/definitions/entities.inc.php +2 -2
📈 2 added
📉 2 removed
July 2018
Added global eventlog about version and db schema updated.
M html/includes/functions.inc.php +2 -1
A html/includes/notifications.inc.php +122
M html/includes/print/events.inc.php +41 -12
M html/index.php +24 -71
M includes/cache.inc.php +1 -2
M includes/sql-config.inc.php +6 -2
M includes/update/update.php +13 -3
📈 209 added
📉 91 removed
M html/pages/device/edit/ports.inc.php +4 -3
M includes/definitions/entities.inc.php +25 -20
M includes/functions.inc.php +5
M includes/groups.inc.php +4 -2
📈 38 added
📉 25 removed
Close opened handle.
📈 2 added
📉 0 removed
Improved detect snmp auth error.
M includes/snmp.inc.php +2 -5
📈 2 added
📉 5 removed
Prevent to use shell in external exec calls.
M includes/common.inc.php +2 -1
M poller-wrapper.py +52 -46
M tests/IncludesCommonTest.php +2 -2
📈 56 added
📉 49 removed
Small improve.
M includes/groups.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed group entity association for some fields
M includes/groups.inc.php +8 -2
📈 8 added
📉 2 removed
Fixed device link on device add page.
M html/pages/addhost.inc.php +1 -1
📈 1 added
📉 1 removed
Do not loop all snmp auths in device add when duplicate device found.
M includes/discovery/functions.inc.php +12
M includes/functions.inc.php +6
📈 18 added
📉 0 removed
Added Polycom mib file.
A mibs/polycom
A mibs/polycom/POLYCOM-VIDEO-MIB +414
📈 0 added
📉 0 removed
Added Polycom Video devices definition (
OBS-2482 ).
A html/images/os/polycom_2x.png +1
A html/images/os/polycom.png +1
M includes/definitions/os.inc.php +14
📈 14 added
📉 0 removed
Added support for additional PowerWalker UPSes.
M includes/definitions/mibs/cisco.inc.php +3 -1
D includes/definitions/mibs/eppc.inc.php -23
A includes/definitions/mibs/powerwalker.inc.php +23
M includes/definitions/os.inc.php +10 -1
A includes/polling/os/powerwalker-ups.inc.php +17
M includes/polling/os/ups-mib.inc.php +10 -5
📈 63 added
📉 30 removed
Updated PowerWalker mib files.
D mibs/eppc
M mibs/nextupssystems/NextUPSSystems +8 -9
A mibs/powerwalker
A mibs/powerwalker/companyMIB +2,762
📈 0 added
📉 0 removed
Improved detect new OPNsense os (
OBS-2725 ).
M includes/definitions/os.inc.php +7 -1
M tests/SnmpDataTest.php +1
📈 8 added
📉 1 removed
Changed include to require for common.inc.php, just for see where troubles with includes.
M includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Improved add_device_vars() for do not use empty snmp v3 auth and cleanup warnings.
M html/pages/addhost.inc.php +8 -8
M includes/functions.inc.php +79 -28
📈 87 added
📉 36 removed
Correctly db table index update.
M update/379.sql +1 -2
A update/380.sql +1
📈 0 added
📉 0 removed
Added ability to use any snmp context in snmp_* functions. Improved phpunit test for
isSNMPable () also for
v3 snmp.
M includes/common.inc.php +1 -1
M includes/discovery/vlans/cisco-vtp-mib.inc.php +7 -1
M includes/polling/fdb-table.inc.php +7 -1
M includes/snmp.inc.php +19 -14
M tests/SnmpDataTest.php +48 -18
📈 82 added
📉 35 removed
Fixed incorrect detect broadcast for /31 and /32 addresses (
OBS-2715 ).
M includes/functions.inc.php +1 -1
M tests/IncludesFunctionsTest.php +4 -1
📈 5 added
📉 2 removed
Improved get_pid_info() on high load Linux systems.
M includes/common.inc.php +76 -43
M tests/IncludesCommonTest.php +66
📈 142 added
📉 43 removed
Fixed pagination for sensors/status pages on first page.
M html/includes/entities/sensor.inc.php +2
M html/includes/entities/status.inc.php +3
📈 5 added
📉 0 removed
Improved version detect for Arista EOS (
OBS-2711 ).
M includes/definitions/os.inc.php +2 -1
📈 2 added
📉 1 removed
Added mydomain config option to WUI config editor.
M includes/config-variables.inc.php +8
📈 8 added
📉 0 removed
Fixed pagination for sensors/status pages.
M html/includes/entities/sensor.inc.php +24 -9
M html/includes/entities/status.inc.php +26 -11
📈 50 added
📉 20 removed
Added ability for include/exclude devices by groups in wrapper. Added options -g (--include-groups) and -e (--exclude-groups).
📈 60 added
📉 9 removed
Fixed edit old IP/network rules in qb.
M includes/groups.inc.php +5 -1
📈 5 added
📉 1 removed
Updated QueryBuilder js to 2.5.2.
M html/css/query-builder.default.css +4 -3
M html/js/query-builder.js +84 -95
📈 0 added
📉 0 removed
Use tagsinput for select IP/Networks in group/alerts builder.
M includes/groups.inc.php +12
📈 12 added
📉 0 removed
Try validate hostname with mydomain config option when autodiscover neighbours.
M includes/discovery/functions.inc.php +11
📈 11 added
📉 0 removed
Hide snmp auth parameters when trying autodiscover devices.
M includes/functions.inc.php +38 -8
📈 38 added
📉 8 removed
Add asset tag to dell-vendor-mib and add to dnos6
M includes/definitions/mibs/dell.inc.php +2
M includes/definitions/os.inc.php +1
📈 3 added
📉 0 removed
IT NEW YEAR
📈 2 added
📉 2 removed
derp. remove wip.
M includes/defaults.inc.php -3
📈 0 added
📉 3 removed
Ignore /tmp filesystem on JunOS by default (
OBS-2708 ).
M includes/defaults.inc.php +8 -4
📈 8 added
📉 4 removed
Improved OSPF search port by IP.
M includes/polling/ospf.inc.php +5 -3
📈 5 added
📉 3 removed
Fixed
check_device_duplicated() when
sysName in mixed-case.
M includes/discovery/functions.inc.php +6 -6
M includes/functions.inc.php +16 -7
📈 22 added
📉 13 removed
Enabled group/alert associations for device and port entities by IP address/network. Fixed boolean QB rules.
M html/includes/group_edit.inc.php +1 -1
M html/pages/group.inc.php +1 -1
M includes/definitions/entities.inc.php +5 -5
M includes/groups.inc.php +47 -57
📈 54 added
📉 64 removed
Updated API Flight Engine to latest version 1.3.6.
M libs/flight/flight/core/Dispatcher.php +3 -1
M libs/flight/flight/core/Loader.php +9 -3
M libs/flight/flight/Engine.php +86 -55
M libs/flight/flight/Flight.php +2 -2
M libs/flight/flight/net/Response.php +30 -3
M libs/flight/index.php -1
M libs/flight/tests/classes/User.php +1 -1
M libs/flight/tests/RouterTest.php +5
M libs/flight/VERSION +1 -1
📈 0 added
📉 0 removed
[api] Use new functions for ip address API queries too.
M html/api/v0/includes/address.inc.php +55 -28
M includes/entities.inc.php +1 -1
📈 56 added
📉 29 removed
derp, undebug.
M includes/entities.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed variable name mistake.
M includes/entities.inc.php +8 -8
📈 8 added
📉 8 removed
Add placeholder to initialise snmp v3 array
M includes/defaults.inc.php +1
📈 1 added
📉 0 removed
Small cleanup.
M includes/discovery/ip-addresses.inc.php +8 -1
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +1 -2
M includes/discovery/ip-addresses/ip-mib.inc.php +2 -3
M update/379.sql +2 -1
📈 11 added
📉 6 removed
Multiple IP functions improvements. Fixed some issues in pear Net_IPv6. Added binary IPv4/IPv6 columns for simple in network search. Improved discovery IPs in modules ip-addresses, bgp-peers, pseudowires. Added config option for ignore IP addresses in discovery by type.
M html/includes/print/addresses.inc.php +35 -21
M html/pages/device/ports/ipv4.inc.php +4 -2
M html/pages/device/ports/ipv6.inc.php +4 -2
M html/pages/search/ipv4.inc.php +2 -2
M html/pages/search/ipv6.inc.php +2 -2
M includes/config-variables.inc.php +14 -3
M includes/defaults.inc.php +35 -5
M includes/definitions.inc.php +49
M includes/discovery/bgp-peers.inc.php +26 -41
M includes/discovery/ip-addresses.inc.php +25 -3
M includes/discovery/pseudowires/cisco-ietf-pw-mib.inc.php +21 -9
M includes/discovery/pseudowires/juniper-vpn-mib.inc.php +18 -7
M includes/discovery/pseudowires/pw-std-mib.inc.php +21 -7
M includes/entities.inc.php +132
M includes/functions.inc.php +302 -26
M libs/pear/Net/IPv6.php +28 -5
M tests/IncludesFunctionsTest.php +130 -4
M update/378.sql +1 -1
A update/379.sql +9
📈 820 added
📉 134 removed
Minor wui cleanups.
M html/includes/print/search.inc.php +7 -1
M html/pages/device/edit/snmp.inc.php +8 -8
M html/pages/device/health.inc.php +5 -6
M includes/definitions/sensors.inc.php +5 -5
M includes/port-descr-parser.inc.php +3 -3
📈 28 added
📉 23 removed
Added multiple common regexp constants for IP/MAC/FQDN/EMAIL. Added unittests for this.
M includes/db.inc.php +1 -1
M includes/definitions.inc.php +45
M tests/IncludesCommonTest.php +250
📈 296 added
📉 1 removed
Updated pear Net_DNS2 to 1.4.4 (fixed compatability with php 7.2).
M libs/pear/Net/DNS2.php +4 -4
M libs/pear/Net/DNS2/BitMap.php +2 -2
M libs/pear/Net/DNS2/Lookups.php +13 -2
M libs/pear/Net/DNS2/RR/SSHFP.php +7 -4
A libs/pear/Net/DNS2/RR/TYPE65534.php +155
📈 0 added
📉 0 removed
Fixed ambiguous collumn error in BGP discovery.
M includes/discovery/bgp-peers.inc.php +3 -2
📈 3 added
📉 2 removed
June 2018
Cleanup debug.
M includes/alerts.inc.php +8 -3
📈 8 added
📉 3 removed
Added use ? for LIKE match queries as single char in generate_db_values().
M includes/db.inc.php +4 -2
M includes/db/mysqli.inc.php +2 -2
M tests/IncludesDbTest.php +13
📈 19 added
📉 4 removed
Extend new format association editing to alerts.
M html/ajax/actions.php +176 -139
M html/pages/add_alert_check.inc.php +1 -1
M html/pages/alert_check.inc.php +1 -1
M html/pages/alert_checks.inc.php +49 -37
📈 227 added
📉 178 removed
Fix to device type alerts on old system.
M html/pages/alert_regenerate.inc.php +4 -3
M includes/alerts.inc.php +10 -11
A update/378.sql +1
📈 14 added
📉 14 removed
Temporary hide wip entity definitions.
M includes/definitions/entities.inc.php +6 -6
📈 6 added
📉 6 removed
CSS improvement, cleanup alert add form sligthly.
M html/css/bootstrap-hacks.css +12
M html/css/bootstrap.css +10
M html/css/observium.css +12
M html/pages/add_alert_check.inc.php +2 -2
M html/pages/group_add.inc.php -2
📈 2 added
📉 4 removed
Modify alert creation to use new association method.
M html/ajax/actions.php +55 -22
M html/includes/navbar.inc.php +4
M html/pages/about.inc.php +6 -5
M html/pages/add_alert_check.inc.php +319 -219
📈 384 added
📉 246 removed
Added ability for print single SQL query in debug output.
M includes/db.inc.php +14 -14
M includes/db/mysql.inc.php +6 -6
M includes/db/mysqli.inc.php +6 -6
📈 26 added
📉 26 removed
Improved display in WUI sql formatter for huge IN lists (debug mode).
M html/css/bootstrap-hacks.css +18 -2
M html/css/bootstrap-tagsinput.css +22 -6
M html/css/observium.css +5 -2
M html/js/bootstrap-tagsinput.js +120 -19
M html/js/observium.js +9
M libs/SqlFormatter.php +4 -1
📈 0 added
📉 0 removed
derp. fixed undefined function error.
M includes/groups.inc.php +1 -1
📈 1 added
📉 1 removed
Added ability for select port groups by ARP MAC or IP.
M includes/definitions/entities.inc.php +3 -1
M includes/groups.inc.php +7
📈 10 added
📉 1 removed
Added ability for select device groups by IP or Network.
M includes/groups.inc.php +62 -16
📈 62 added
📉 16 removed
Added device_id field for IP address tables.
M html/pages/device/ports.inc.php +2 -2
M html/pages/device/routing/ospf.inc.php +4 -4
M html/pages/search/ipv4.inc.php +2 -1
M html/pages/search/ipv6.inc.php +1 -1
M includes/definitions/entities.inc.php +6
M includes/discovery/ip-addresses.inc.php +5 -3
A update/377.sql +8
📈 20 added
📉 11 removed
Send additional data to pagerduty
M includes/alerting/pagerduty.inc.php +8 -1
📈 8 added
📉 1 removed
Add support for BDCOM sensors, RAM and serial/version.
A includes/definitions/mibs/bdcom.inc.php +105
M includes/definitions/os.inc.php +2
M mibs/bdcom/NMS-CHASSIS +100 -19
M mibs/bdcom/NMS-SMI +1 -1
📈 107 added
📉 0 removed
Add device description to search parameters.
M html/includes/search/devices.inc.php +3 -3
📈 3 added
📉 3 removed
Updated hp, mimosa, raisecom mib files.
M mibs/hp/CPQPOWER-MIB +2,427 -4
M mibs/mimosa/MIMOSA-NETWORKS-BFIVE-MIB +1
M mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB +8 -4
M mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB +19 -15
M mibs/raisecom/RAISECOM-PONSERIES-TC +4 -4
📈 0 added
📉 0 removed
Reflect current usage
M html/pages/about.inc.php -4
📈 0 added
📉 4 removed
M includes/definitions/os.inc.php +2 -1
A includes/discovery/sensors/it-watchdogs-mib.inc.php +97
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +4 -1
📈 103 added
📉 2 removed
M includes/definitions/mibs/ict.inc.php +1 -1
M includes/definitions/os.inc.php +2 -2
A includes/discovery/sensors/ict-distribution-panel-mib.inc.php +37
D includes/discovery/sensors/ict-mib.inc.php -37
📈 40 added
📉 40 removed
Multiple MIB files added/updated (no any new features have been added).
Showing the first 30 paths; 384 more are omitted from this static page.
A mibs/a10/A10-AX-NOTIFICATIONS +1,559
A mibs/adva/ADVA-FSPR7-CAP-MIB +7,790
M mibs/adva/ADVA-FSPR7-CFM-EXTENSION-MIB +49 -2
A mibs/adva/ADVA-FSPR7-DEF-MIB +6,021
A mibs/adva/ADVA-FSPR7-MIB +24,872
M mibs/adva/ADVA-FSPR7-MODULE-ENCRYPTION-MIB +757 -12
A mibs/adva/ADVA-FSPR7-PM-MIB +20,990
A mibs/adva/ADVA-FSPR7-TC-MIB +7,380
M mibs/adva/ADVA-MIB +555 -98
A mibs/adva/CM-ALARM-MIB +1,798
A mibs/adva/CM-COMMON-MIB +707
A mibs/adva/CM-ENTITY-MIB +9,317
A mibs/adva/CM-FACILITY-MIB +20,257
A mibs/adva/CM-IP-MIB +2,042
A mibs/adva/CM-PERFORMANCE-MIB +12,833
A mibs/adva/CM-PROTECTION-MIB +675
A mibs/adva/CM-REDUNDANCY-MIB +351
A mibs/adva/CM-SA-MIB +6,843
A mibs/adva/CM-SAT-MIB +1,385
A mibs/adva/CM-SECURITY-MIB +980
A mibs/adva/CM-SYSTEM-MIB +2,348
A mibs/adva/CM-TOPOLOGY-MIB +211
A mibs/adva/F3-AMP-MIB +739
A mibs/adva/F3-BFD-MIB +347
A mibs/adva/F3-BRIDGE-MIB +1,130
A mibs/adva/F3-CAPABILITIES-MIB +3,480
A mibs/adva/F3-CFM-MIB +1,131
A mibs/adva/F3-CONNECTGUARD-MIB +2,551
A mibs/adva/F3-DATAEXPORT-MIB +287
A mibs/adva/F3-ELMI-MIB +704
📈 0 added
📉 0 removed
Fix ADF current multiplier
M includes/discovery/sensors/adf-1-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Change ADF graphs to be more relevant
M includes/definitions/os.inc.php +4
📈 4 added
📉 0 removed
Disable example snmp v3 config from defaults.
M includes/defaults.inc.php +6 -6
📈 6 added
📉 6 removed
Minor fix
M includes/definitions/mibs/apc.inc.php +4 -4
📈 4 added
📉 4 removed
Add additional NetBotz wireless sensor metrics
M includes/definitions/mibs/apc.inc.php +26
📈 26 added
📉 0 removed
Add NetBotz wireless sensor collection
M includes/definitions/mibs/apc.inc.php +26
📈 26 added
📉 0 removed
Additional APC threshold fixes.
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Improved short name for Mgmt interface in DNOS.
M includes/rewrites.inc.php +1
M tests/IncludesRewritesTest.php +5
📈 6 added
📉 0 removed
Fixed EdgePOWER os name. Cleanup Eaton contact statuses definition.
M includes/definitions/mibs/eaton.inc.php +8 -8
M includes/definitions/os.inc.php +3 -3
📈 11 added
📉 11 removed
Fix another threshold
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Fix function name
📈 1 added
📉 1 removed
Fix APC thresholds.
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added
📉 2 removed
revert back extreme os definition for syslog (appear in r9268).
M includes/definitions/os.inc.php +3
📈 3 added
📉 0 removed
Add support for UBNT EdgePower.
M includes/definitions/mibs/ubiquiti.inc.php +71
M includes/definitions/os.inc.php +14 -3
A mibs/ubiquiti/UBNT-EdgeMAX-MIB +313
📈 85 added
📉 3 removed
Filename fix.
D mibs/DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY
A mibs/DO_NOT_MODIFY_THE_CONTENTS_OF_THIS_DIRECTORY
📈 0 added
📉 0 removed
Add ability to use device distro/distrover in association rulesets
M html/pages/migrate_alerts.inc.php -2
M includes/definitions/entities.inc.php +2
M includes/groups.inc.php +16 -5
📈 18 added
📉 7 removed
Improve new association accuracy. Fix port disable field name.
M html/pages/alert_check.inc.php +3 -3
M html/pages/migrate_alerts.inc.php +1 -1
M includes/definitions.inc.php +1
M includes/definitions/entities.inc.php +1 -1
📈 6 added
📉 5 removed
Add ability to edit new format alert associations.
M html/ajax/actions.php +22
M html/includes/graphs/graph.inc.php +2 -1
M html/pages/alert_check.inc.php +343 -259
M html/pages/migrate_alerts.inc.php +78 -8
M includes/groups.inc.php +5 -2
A mibs/DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY
📈 450 added
📉 270 removed
Revert group operators (appear in r9258).
M includes/definitions/entities.inc.php +1 -1
📈 1 added
📉 1 removed
Improved syslog parsing for Extreme XOS devices (
OBS-2690 ).
M html/includes/print/syslogs.inc.php +3 -1
M includes/definitions/os.inc.php +3
M tests/IncludesSyslogTest.php +32
📈 38 added
📉 1 removed
Add IPv6 bits aggregate graph to ports
A html/includes/graphs/multi-port/ipv6_bits.inc.php +44
M includes/definitions/entities.inc.php +3
📈 47 added
📉 0 removed
Add totals to stacked storage bytes graph
M html/includes/graphs/multi-storage/bytes_stacked.inc.php +17
📈 17 added
📉 0 removed
Fix multi-mempool usage graph
M html/includes/graphs/multi-mempool/usage.inc.php +19 -6
📈 19 added
📉 6 removed
Add additional stacked storage graph types.
M html/includes/graphs/multi-storage/auth.inc.php +2
A html/includes/graphs/multi-storage/bytes_stacked.inc.php +73
A html/includes/graphs/multi-storage/perc_stacked.inc.php +73
M includes/definitions/entities.inc.php +5 -3
📈 153 added
📉 3 removed
Fix previous :)
M includes/groups.inc.php +59 -26
📈 59 added
📉 26 removed
Add isnull/isnotnull to text fields for associations
M includes/groups.inc.php +37 -61
📈 37 added
📉 61 removed
Reduced max-rep for Huawei CE series switches.
M includes/definitions/models.inc.php +3
📈 3 added
📉 0 removed
Fixed phpunit tests.
M includes/common.inc.php +2 -2
📈 2 added
📉 2 removed
Fix port percent graph scaling
M html/includes/status-portpercent.inc.php +6 -1
📈 6 added
📉 1 removed
Improve alert migration output
M html/css/observium.css +1 -1
M html/pages/migrate_alerts.inc.php +10 -9
📈 10 added
📉 9 removed
Cleanup, undebugging for group/alert rules generate. Fixed generate group/alert rules with parent groups include.
M includes/alerts.inc.php +8 -2
M includes/definitions/entities.inc.php +1 -1
M includes/groups.inc.php +59 -25
📈 68 added
📉 28 removed
Always use port
ifIndex from index part (ignore incorrect Oid data on some devices).
M includes/polling/ports.inc.php +5 -6
📈 5 added
📉 6 removed
Fix processor_ignore type
📈 0 added
📉 0 removed
Extend new assocation format to alerts. No automigration yet, only for testing. Slight cleanups to association code.
M discovery.php +1 -1
M html/ajax/entity_popup.php +2 -2
M html/includes/group_edit.inc.php +1 -1
M html/includes/print/common.inc.php +32
M html/pages/alert_regenerate.inc.php +19 -4
A html/pages/migrate_alerts.inc.php +108
M html/pages/processes.inc.php -30
M includes/alerts.inc.php +353 -3
M includes/definitions/entities.inc.php +1 -1
M includes/definitions/mibs/eaton.inc.php +1 -1
M includes/discovery/sensors/it-watchdogs-mib-v3.inc.php +1 -1
M includes/geolocation/yahoo.inc.php +1 -1
M includes/groups.inc.php +64 -68
M includes/polling/sensors.inc.php +1 -1
A update/375.sql +1
📈 585 added
📉 114 removed
May 2018
Add ability to set device 'ignore until' via the API
M html/api/v0/includes/devices.inc.php +44
📈 44 added
📉 0 removed
Reduced default snmp max repetition for Huawei devices (many platforms have troubles with max-rep greater than 50).
M includes/definitions/os.inc.php +2 -1
📈 2 added
📉 1 removed
Add
ifVlan to port entity attributes
M includes/definitions/entities.inc.php +1
📈 1 added
📉 0 removed
Show information about fping version.
M includes/common.inc.php +25 -1
📈 25 added
📉 1 removed
derp.
M includes/polling/netstats.inc.php +1 -1
📈 1 added
📉 1 removed
Replaced mostly requests snmp_get_multi() by snmp_get_multi_oid().
M includes/billing.inc.php +7 -5
M includes/discovery/mempools/peakflow-sp-mib.inc.php +1 -1
M includes/discovery/sensors/checkpoint-mib.inc.php +2 -2
M includes/discovery/sensors/exaltcomproducts.inc.php +4 -4
M includes/discovery/sensors/powernet-mib.inc.php +154 -95
M includes/discovery/sensors/socomecups-mib.inc.php +8 -8
M includes/discovery/sensors/teracom-mib.inc.php +10 -10
M includes/discovery/sensors/webgraph-old-thermo-hygrometer-us-mib.inc.php +3 -3
M includes/functions.inc.php +1 -1
M includes/polling/cisco-remote-access-monitor.inc.php +2 -2
M includes/polling/functions.inc.php +3 -3
M includes/polling/graphs/alvarion-dot11-wlan-mib.inc.php +2 -2
M includes/polling/graphs/checkpoint-mib.inc.php +2 -2
M includes/polling/graphs/sonicwall-firewall-ip-statistics-mib/sonicwallFwStats.inc.php +2 -2
M includes/polling/hr-mib.inc.php +1 -1
M includes/polling/mempools/peakflow-sp-mib.inc.php +2 -2
M includes/polling/netstats.inc.php +4 -5
M includes/polling/os/cisco-altiga.inc.php +5 -5
M includes/polling/os/cisco.inc.php +2 -2
M includes/polling/os/ciscosb.inc.php +2 -2
M includes/polling/os/ruckus.inc.php +2 -2
M includes/polling/os/unix.inc.php +3 -3
M includes/polling/os/vmware.inc.php +2 -2
M includes/polling/os/wlc.inc.php +2 -2
M includes/polling/os/xos.inc.php +3 -4
M includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +9 -7
M includes/polling/storage/cisco-flash-mib.inc.php +3 -3
M includes/polling/system.inc.php -16
M includes/polling/system/snmpv2-mib.inc.php +2 -2
📈 243 added
📉 198 removed
Added flags for use in snmp requests OBS_SNMP_TIMETICKS and OBS_SNMP_ALL_TIMETICKS. Cleanup snmp_* functions runtime calc. Function snmp_get_multi() now deprecated (not recommended to use).
M includes/definitions.inc.php +2 -1
M includes/definitions/os.inc.php +1
M includes/snmp.inc.php +117 -123
📈 120 added
📉 124 removed
Moved snmp max-rep hack for Cisco 2960S stacked switches to model definitions.
M includes/definitions/models.inc.php +14
M includes/polling/os/cisco.inc.php -6
📈 14 added
📉 6 removed
Fixed nobulk os definition (by mistake in r9237).
M includes/snmp.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed discovery/polling Huawei NE20 routers (set lower max-rep) (
OBS-2673 ).
M includes/definitions/models.inc.php +21 -1
M includes/definitions/os.inc.php +1
📈 22 added
📉 1 removed
Added ability to set per-model (by
sysObjectID ) snmp request options (nobulk, noincrease, max-rep, max-get).
M includes/common.inc.php +31 -3
M includes/discovery/functions.inc.php +8
M includes/discovery/os.inc.php +8
M includes/functions.inc.php +4 -1
M includes/polling/system.inc.php +8 -1
M includes/polling/system/snmpv2-mib.inc.php +2 -8
M includes/snmp.inc.php +92 -14
📈 153 added
📉 27 removed
Added option enable_ports_vlan to WUI config.
M includes/config-variables.inc.php +9 -2
📈 9 added
📉 2 removed
Fix contact_endpoint type to text.
📈 0 added
📉 0 removed
Moved function get_model_array() to common, use it for fetch device mibs.
Added doc about snmp max-get os definition.
M includes/common.inc.php +50 -15
M includes/definitions/os.inc.php +3 -2
M includes/rewrites.inc.php -41
M includes/snmp.inc.php +2 -2
📈 55 added
📉 60 removed
Correctly detect Konica-Minolta printers (fixed previous change).
M includes/definitions/os.inc.php +13 -11
M includes/functions.inc.php +42 -2
📈 55 added
📉 13 removed
Improved detect Konica-Minolta printers (
OBS-2668 ).
M includes/definitions/os.inc.php +23 -11
📈 23 added
📉 11 removed
Fix status table output. Remove old code from status/sensor poller.
M includes/polling/functions.inc.php +2 -2
M includes/polling/sensors.inc.php +1 -75
M includes/polling/status.inc.php +1 -78
📈 4 added
📉 155 removed
M includes/definitions/mibs/eaton.inc.php +37
📈 37 added
📉 0 removed
M includes/definitions/mibs/extreme.inc.php +6
M includes/definitions/os.inc.php +2
A includes/discovery/vlans/extreme-vlan-mib.inc.php +94
M includes/discovery/vlans/q-bridge-mib.inc.php +17
A includes/polling/ports/extreme-vlan-mib.inc.php +99
📈 218 added
📉 0 removed
Updated huawei mib files.
Showing the first 30 paths; 80 more are omitted from this static page.
M mibs/huawei/HUAWEI-AAA-MIB +1,669 -59
M mibs/huawei/HUAWEI-ACL-MIB +560 -18
M mibs/huawei/HUAWEI-ALARM-MIB +16 -11
A mibs/huawei/HUAWEI-AUTODIAGNOSE-MIB +758
M mibs/huawei/HUAWEI-BASE-TRAP-MIB +44 -7
M mibs/huawei/HUAWEI-BFD-MIB +166 -8
M mibs/huawei/HUAWEI-BGP-VPN-MIB +207 -4
M mibs/huawei/HUAWEI-BRAS-RADIUS-MIB +118 -19
M mibs/huawei/HUAWEI-CBQOS-MIB +1,435 -29
M mibs/huawei/HUAWEI-CCC-MIB +79 -9
M mibs/huawei/HUAWEI-CLOCK-MIB +567 -7
M mibs/huawei/HUAWEI-CONFIG-MAN-MIB +25 -8
M mibs/huawei/HUAWEI-CPU-MIB +95 -1
M mibs/huawei/HUAWEI-DAD-MIB +45 -5
M mibs/huawei/HUAWEI-DEVICE-MIB +406 -6
M mibs/huawei/HUAWEI-DHCP-SNOOPING-MIB +33 -19
M mibs/huawei/HUAWEI-DHCPS-MIB +9 -3
M mibs/huawei/HUAWEI-DLDP-MIB +1
M mibs/huawei/HUAWEI-E-TRUNK-MIB +44 -2
M mibs/huawei/HUAWEI-EASY-OPERATION-MIB +36 -4
M mibs/huawei/HUAWEI-ENERGYMNGT-MIB +695 -690
M mibs/huawei/HUAWEI-ENTITY-EXTENT-MIB +862 -43
M mibs/huawei/HUAWEI-ENTITY-TRAP-MIB +399 -18
M mibs/huawei/HUAWEI-ERPS-MIB +9 -3
M mibs/huawei/HUAWEI-ERRORDOWN-MIB +2
A mibs/huawei/HUAWEI-ESAP-MDNS-GATEWAY-MIB +542
M mibs/huawei/HUAWEI-ETHARP-MIB +307 -20
M mibs/huawei/HUAWEI-ETHOAM-MIB +151 -14
M mibs/huawei/HUAWEI-FTP-MIB +63 -7
M mibs/huawei/HUAWEI-FWD-RES-TRAP-MIB +513 -10
📈 0 added
📉 0 removed
Improved discovery sensors for Huawei devices.
M includes/discovery/sensors/huawei-energymngt-mib.inc.php +3 -3
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +105 -24
📈 108 added
📉 27 removed
A includes/polling/ports/cisco-vlan-iftable-relationship-mib.inc.php +70
📈 70 added
📉 0 removed
Improved display polling perf times for some ports submodules.
M html/includes/entities/port.inc.php +5 -2
M html/pages/device/edit/modules.inc.php +36 -5
M html/pages/device/perf.inc.php +12 -2
M includes/polling/ports/etherlike-mib.inc.php +7 -3
📈 60 added
📉 12 removed
M includes/definitions/mibs/huawei.inc.php +12
A includes/discovery/vlans/huawei-l2vlan-mib.inc.php +123
A includes/polling/ports/huawei-l2if-mib.inc.php +100
📈 235 added
📉 0 removed
Added required mib definitions for vlans discovery. Improved Huawei devices hardware/version detect.
M includes/definitions/os.inc.php +14 -3
D includes/polling/os/huawei.inc.php -27
D includes/polling/port-poe.inc.php -40
📈 14 added
📉 70 removed
Improved discovery/polling vlan information from devices. Splitted vlan polling in ports module to vlan submodule. Discovery vlans now more common for mib based.
M includes/definitions/mibs/cisco.inc.php +6
M includes/definitions/mibs/juniper.inc.php +16 -16
M includes/discovery/vlans.inc.php +113 -90
M includes/discovery/vlans/cisco-vtp-mib.inc.php +96 -33
M includes/discovery/vlans/q-bridge-mib.inc.php +104 -53
M includes/functions.inc.php +24
M includes/polling/ports.inc.php +1 -84
A includes/polling/ports/cisco-vtp-mib.inc.php +85
A includes/polling/ports/q-bridge-mib.inc.php +248
📈 693 added
📉 276 removed
Fix the fix!
M includes/versioncheck.inc.php +3 -6
📈 3 added
📉 6 removed
Disable this for now
M includes/versioncheck.inc.php +3 -1
📈 3 added
📉 1 removed
Display that currently do discover or poll device if it never polled/discovered.
M html/pages/device.inc.php +22
M html/pages/edituser.inc.php +3 -3
📈 25 added
📉 3 removed
Fixed detect FTOS hardware when net-snmp return correct utf-8 chars.
M includes/polling/os/ftos.inc.php +3 -1
📈 3 added
📉 1 removed
Do not refresh add syslog rule page.
M includes/definitions/wui.inc.php +1
📈 1 added
📉 0 removed
Improved detect some BSD based oses with net-snmp daemon (++).
M includes/definitions/os.inc.php +3
📈 3 added
📉 0 removed
Improved detect some BSD based oses with net-snmp daemon.
M includes/definitions/os.inc.php +8
📈 8 added
📉 0 removed
Added Stormshield mib files.
A mibs/stormshield
A mibs/stormshield/STORMSHIELD-ALARM-MIB +282
A mibs/stormshield/STORMSHIELD-ASQ-STATS-MIB +339
A mibs/stormshield/STORMSHIELD-AUTHUSERS-MIB +83
A mibs/stormshield/STORMSHIELD-AUTOUPDATE-MIB +86
A mibs/stormshield/STORMSHIELD-HA-MIB +370
A mibs/stormshield/STORMSHIELD-HOSTS-MIB +164
A mibs/stormshield/STORMSHIELD-IF-MIB +400
A mibs/stormshield/STORMSHIELD-IPSEC-STATS-MIB +80
A mibs/stormshield/STORMSHIELD-POLICY-MIB +90
A mibs/stormshield/STORMSHIELD-PROPERTY-MIB +146
A mibs/stormshield/STORMSHIELD-QOS-MIB +125
A mibs/stormshield/STORMSHIELD-ROUTE-MIB +190
A mibs/stormshield/STORMSHIELD-SERVICES-MIB +86
A mibs/stormshield/STORMSHIELD-SMI-MIB +13
A mibs/stormshield/STORMSHIELD-SYSTEM-MONITOR-MIB +309
A mibs/stormshield/STORMSHIELD-VPNSA-MIB +213
📈 0 added
📉 0 removed
Added basic support for Stormshield NS-BSD firewalls.
A html/images/os/stormshield_2x.png +1
A html/images/os/stormshield.png +1
A includes/definitions/mibs/stormshield.inc.php +31
M includes/definitions/os.inc.php +14
📈 45 added
📉 0 removed
Improved navbar function. Add "alerted" sensor count to navbar. Add
FORTINET-FORTIADC-MIB strings collection.
M html/includes/functions.inc.php +13 -1
M html/includes/navbar.inc.php +18 -10
M html/includes/print/navbar.inc.php +1 -1
M html/includes/print/rows.inc.php +1 -1
M includes/definitions/mibs/fortinet.inc.php +11
M includes/discovery/bgp-peers.inc.php +1
📈 45 added
📉 13 removed
Add SysDescr regexp for dbsd and nobulk to dasan
M includes/definitions/os.inc.php +3 -1
📈 3 added
📉 1 removed
Cosmetic bug in processor module
M includes/discovery/processors.inc.php +1 -1
📈 1 added
📉 1 removed
derp. s/type/group/
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
Added basic support for Zebra printer devices (
OBS-2661 ).
A html/images/os/zebra_2x.png +1
A html/images/os/zebra.png +1
M includes/definitions/os.inc.php +9
📈 9 added
📉 0 removed
Added and used function
snmp_mib_entity_vendortype() for expand
ENTITY-MIB with vendor type MIBs.
M includes/definitions/os.inc.php +9 -7
M includes/discovery/inventory/entity-mib.inc.php +2 -23
M includes/entities.inc.php +2 -3
M includes/polling/os.inc.php +2 -2
M includes/snmp.inc.php +31 -1
M tests/IncludesSnmpTest.php +32
📈 78 added
📉 36 removed
Add support for Lenovo CNOS devices (provided by Lenovo)
M includes/definitions/mibs/lenovo.inc.php +83
M includes/definitions/os.inc.php +36 -6
M includes/polling/os.inc.php +4 -1
A includes/polling/os/lenovo-cnos.inc.php +40
📈 163 added
📉 7 removed
Improved syslog messages parsing for Sophos UTM devices.
M includes/definitions/os.inc.php +1
M includes/syslog.inc.php +7 -1
M tests/IncludesSyslogTest.php +32
📈 40 added
📉 1 removed
M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +8 -2
📈 8 added
📉 2 removed
Improved detect IPv6 addresses in VRF (
OBS-2658 ).
M includes/discovery/ip-addresses/ip-mib.inc.php +14 -2
📈 14 added
📉 2 removed
Improved convert hex ip addresses values for ipv6z type.
M includes/functions.inc.php +7
M tests/IncludesFunctionsTest.php +4
📈 11 added
📉 0 removed
April 2018
Medium: fix clickatell alerting using new API calls
M includes/alerting/clickatell.inc.php +8 -18
M includes/definitions/transports.inc.php +1 -4
📈 9 added
📉 22 removed
Improved parsing HP procurve syslog messages.
M includes/definitions/os.inc.php +2
M tests/IncludesSyslogTest.php +8
📈 10 added
📉 0 removed
Improved port_label_process for Cisco IOS XR and Huawei devices.
M includes/rewrites.inc.php +5 -3
M tests/IncludesRewritesTest.php +10
📈 15 added
📉 3 removed
Add Lenovo switch MIBs
A mibs/lenovo/LENOVO-ENV-MIB +476
A mibs/lenovo/LENOVO-PRODUCTS-MIB +104
A mibs/lenovo/LENOVO-SMI-MIB +73
📈 0 added
📉 0 removed
M includes/definitions/mibs/waystream.inc.php +1 -1
📈 1 added
📉 1 removed
Added support for Waystream switches (
OBS-2652 ).
A html/images/os/waystream_2x.png +1
A html/images/os/waystream.png +1
A includes/definitions/mibs/waystream.inc.php +54
M includes/definitions/os.inc.php +12
A includes/discovery/sensors/waystream-mib.inc.php +55
📈 121 added
📉 0 removed
Added Waystream mib files.
A mibs/waystream
A mibs/waystream/WAYSTREAM-COPY-MIB +178
A mibs/waystream/WAYSTREAM-IGMP-CACHE-MIB +131
A mibs/waystream/WAYSTREAM-MIB +2,117
A mibs/waystream/WAYSTREAM-PRODUCTS-MIB +240
A mibs/waystream/WAYSTREAM-RPM-MIB +1,548
A mibs/waystream/WAYSTREAM-SMI +122
📈 0 added
📉 0 removed
Improved detect NetPing devices.
M includes/definitions/os.inc.php +29 -7
📈 29 added
📉 7 removed
Improved discovery D-Link sensors for some models.
M includes/definitions/mibs/d-link.inc.php +69
M includes/definitions/models.inc.php +11 -2
M includes/definitions/os.inc.php +3 -2
📈 83 added
📉 4 removed
Sync (with discovery) poller local asn fetch for cisco devices.
M includes/discovery/bgp-peers.inc.php +10 -3
M includes/polling/bgp-peers.inc.php +5 -2
📈 15 added
📉 5 removed
Fix BGP local_as length
📈 0 added
📉 0 removed
Improve local ASN selection
M includes/discovery/bgp-peers.inc.php +602 -532
📈 602 added
📉 532 removed
Fix ADF multipliers
M includes/discovery/sensors/adf-1-mib.inc.php +14 -25
📈 14 added
📉 25 removed
Fix missing AFs
M mibs/cisco/CISCO-BGP4-MIB +1
M mibs/rfc/INET-ADDRESS-MIB +2 -1
📈 0 added
📉 0 removed
Use
setRules method with allow_invalid option in QB, instead direct rules set for edit groups.
M html/includes/group_edit.inc.php +1 -4
M includes/groups.inc.php +10 -45
📈 11 added
📉 49 removed
Disabled qb ruleset valudation hack.
M includes/groups.inc.php +2
📈 2 added
📉 0 removed
Fix ADF custom MIB
M includes/discovery/sensors/adf-1-mib.inc.php +52 -8
M mibs/adf/ADF-1-MIB +36 -56
📈 52 added
📉 8 removed
Small billing pages cleanup. Added primary index for bill data table.
M html/includes/print/billing.inc.php +13 -2
M html/pages/bill.inc.php +49 -10
M html/pages/bill/accurate.inc.php +2 -1
A update/372.sql +1
📈 64 added
📉 13 removed
Clean compatability in poll-billing.
📈 10 added
📉 5 removed
Fixed poll billing when additional params passed (ie in wrapper).
📈 14 added
📉 0 removed
undebug.
M html/includes/graphs/common.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed sql ambiguous error in where clause for some fields (ie disabled, ignore) when generate groups. Fixed generate qb form when unknown attribs used (after rules migration).
M includes/definitions/entities.inc.php +31 -27
M includes/groups.inc.php +68 -14
📈 99 added
📉 41 removed
Add config option, new svg and unused discovery function for lsps
M html/css/sprite.css +149 -141
M html/img/sprite/svg_png_27.png ±0
M html/img/sprite/svg_png_36.png ±0
M html/img/sprite/svg_png_45.png ±0
M html/img/sprite/svg_png_54.png ±0
M html/img/sprite/svg_png.png ±0
M html/includes/graphs/common.inc.php +160 -57
M html/includes/print/inventory.inc.php +1
M includes/config-variables.inc.php +9
M includes/defaults.inc.php +3
M includes/definitions/wui.inc.php +2
M includes/discovery/functions.inc.php +58
📈 233 added
📉 57 removed
Fixed unittest with correct includes order.
M html/includes/print/common.inc.php +1 -1
M tests/HtmlIncludesFunctionsTest.php +2 -2
M tests/HtmlIncludesPrintTest.php +4 -1
M tests/IncludesAlertsTest.php +4 -1
M tests/IncludesCommonTest.php +8 -5
M tests/IncludesPortDescrParserTest.php +5 -2
M tests/IncludesRewritesTest.php +5 -2
M tests/IncludesSnmpTest.php +5 -2
M tests/IncludesTemplatesTest.php +5 -2
M tests/SnmpDataTest.php +5 -5
M tests/SnmpDataTest2.php +5 -5
📈 49 added
📉 28 removed
Typo
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Added int_add() and int_sub() functions for accurate add and substract big Counter64 numbers (by gmp or bc extension if exist). Added unit tests.
M includes/definitions.inc.php +16
M includes/functions.inc.php +75
M includes/polling/ports.inc.php +5 -18
M poll-billing.php +2 -2
M tests/IncludesFunctionsTest.php +72 -1
📈 170 added
📉 21 removed
Add expanded routing menu
M html/pages/device.inc.php +29 -7
📈 29 added
📉 7 removed
A includes/discovery/inventory/hpvc-mib.inc.php +111
📈 111 added
📉 0 removed
Add HPE VC server status indicators
M includes/definitions/mibs/hp.inc.php +26
📈 26 added
📉 0 removed
Add support for GUDE 818x PDUs
M includes/definitions/graphtypes.inc.php +1 -1
M includes/definitions/mibs/gude.inc.php +32
M includes/definitions/os.inc.php +1
📈 34 added
📉 1 removed
Additional GUDE MIBs
A mibs/gude/GUDEADS-PDU818X-MIB +445
A mibs/gude/GUDEADS-PDU8311-MIB +663
📈 0 added
📉 0 removed
Additional IAS oid, also switch to
ifName
M includes/definitions/os.inc.php +4 -1
📈 4 added
📉 1 removed
March 2018
Don't show group bar if user doesn't have global read
M html/includes/status-summary.inc.php +31 -25
📈 31 added
📉 25 removed
Add ADFweb logo
A html/images/os/adfweb_2x.png +1
A html/images/os/adfweb.png +1
M includes/definitions/os.inc.php +14
📈 14 added
📉 0 removed
Add custom stuff
A includes/definitions/mibs/adf.inc.php +18
A includes/discovery/sensors/adf-1-mib.inc.php +52
A mibs/adf
A mibs/adf/ADF-1-MIB +836
📈 70 added
📉 0 removed
undebug
M html/pages/device/edit/wmi.inc.php -1
📈 0 added
📉 1 removed
Add pf temp catcher
M includes/discovery/sensors/packetflux-mib.inc.php +13 -12
📈 13 added
📉 12 removed
Fix charge/energy sensor names and add rewrites
M includes/definitions/rewrites.inc.php +3 -1
M includes/definitions/sensors.inc.php +2 -2
M includes/discovery/sensors/packetflux-mib.inc.php +2 -2
📈 7 added
📉 5 removed
Improved Packetflux Sitemonitor support
M html/pages/device/edit/wmi.inc.php +7 -13
M includes/definitions/mibs/packetflux.inc.php +5 -4
M includes/definitions/os.inc.php +2
M includes/definitions/sensors.inc.php +2 -2
M includes/discovery/sensors/packetflux-mib.inc.php +52 -64
A mibs/packetflux/PACKETFLUX-SITEMONITOR +75
📈 68 added
📉 83 removed
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +64 -19
📈 64 added
📉 19 removed
Updated distro script to latest v2.0. Added FreePBX distro icons.
A html/images/os/shmz_2x.png +1
A html/images/os/shmz.png +1
M includes/polling/os/unix.inc.php +1
M scripts/distro +110 -47
📈 111 added
📉 47 removed
Added detect hardware/version on some TP-Link switches.
M includes/definitions/mibs.inc.php +8
M includes/definitions/os.inc.php +2
📈 10 added
📉 0 removed
Force use separate_walk feature for TP-Link switches.
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Add ability to signal graph can be inverted
M html/includes/graphs/generic_data.inc.php +6
M html/pages/graphs.inc.php +7
📈 13 added
📉 0 removed
Update Cisco SB mib files.
Showing the first 30 paths; 75 more are omitted from this static page.
M mibs/ciscosb/CISCO-CDP-MIB +3 -3
M mibs/ciscosb/CISCO-SMI +3 -3
M mibs/ciscosb/CISCO-TC +3 -3
M mibs/ciscosb/CISCO-VTP-MIB +3 -3
M mibs/ciscosb/CISCOSB-1-BONJOUR-SERVICE-MIB +1 -1
M mibs/ciscosb/CISCOSB-BaudRate-MIB +1 -1
M mibs/ciscosb/CISCOSB-BONJOUR-MIB +38 -9
M mibs/ciscosb/CISCOSB-BRIDGE-SECURITY +1 -1
M mibs/ciscosb/CISCOSB-BRIDGEMIBOBJECTS-MIB +1 -1
M mibs/ciscosb/CISCOSB-CDB-MIB +10 -1
M mibs/ciscosb/CISCOSB-CDP-MIB +385 -13
M mibs/ciscosb/CISCOSB-CLI-MIB +1 -1
M mibs/ciscosb/CISCOSB-COPY-MIB +33 -4
M mibs/ciscosb/CISCOSB-CPU-COUNTERS-MIB +1 -1
M mibs/ciscosb/CISCOSB-DEVICEPARAMS-MIB +1 -1
M mibs/ciscosb/CISCOSB-DHCP-MIB +13 -2
M mibs/ciscosb/CISCOSB-DHCPCL-MIB +49 -1
M mibs/ciscosb/CISCOSB-DHCPv6 +1 -1
M mibs/ciscosb/CISCOSB-DHCPv6-CLIENT +253 -31
M mibs/ciscosb/CISCOSB-DIGITALKEYMANAGE-MIB +3 -3
M mibs/ciscosb/CISCOSB-Dlf-MIB +1 -1
M mibs/ciscosb/CISCOSB-DNSCL-MIB +1 -1
M mibs/ciscosb/CISCOSB-DOT1X-MIB +225 -2
M mibs/ciscosb/CISCOSB-EEE-MIB +5 -3
M mibs/ciscosb/CISCOSB-EMBWEB-MIB +1 -1
M mibs/ciscosb/CISCOSB-ENDOFMIB-MIB +1 -1
M mibs/ciscosb/CISCOSB-ERRDISABLE-RECOVERY-MIB +4 -2
M mibs/ciscosb/CISCOSB-EVENTS-MIB +1 -1
M mibs/ciscosb/CISCOSB-File +34 -12
M mibs/ciscosb/CISCOSB-GREEN-MIB +24 -2
📈 0 added
📉 0 removed
Add Innovaphone def and logo
A html/images/os/innovaphone_2x.png +1
A html/images/os/innovaphone.png +1
M includes/definitions/os.inc.php +7
📈 7 added
📉 0 removed
Add missing OS images
A html/images/os/halon_2x.png +1
A html/images/os/halon.png +1
A html/images/os/sensatronics_2x.png +1
A html/images/os/sensatronics.png +1
📈 0 added
📉 0 removed
Add sensatronics e4 temperature sensors
A includes/definitions/mibs/sensatronics.inc.php +31
M includes/definitions/os.inc.php +3
A includes/discovery/sensors/sensatronics-ittm.inc.php +33
A mibs/sensatronics
A mibs/sensatronics/SENSATRONICS-EM1 +799
A mibs/sensatronics/SENSATRONICS-ITMU +824
A mibs/sensatronics/SENSATRONICS-ITTM +824
A mibs/sensatronics/SENSATRONICS-SMI +84
📈 67 added
📉 0 removed
Fix multioid auth when using wildcard ip range auth
M html/includes/graphs/multi-customoid/auth.inc.php +1 -1
📈 1 added
📉 1 removed
Prevent double escape value.
M html/pages/settings/default.inc.php +1 -1
📈 1 added
📉 1 removed
Restore configured debug for syslog.
📈 5 added
📉 5 removed
Reload syslog rules, when contact associations changed. Reload sql config when syslog configuration changed in WUI.
M html/includes/alerting-navbar.inc.php +6
M html/pages/add_syslog_rule.inc.php +1 -1
M html/pages/settings.inc.php +22
M html/pages/syslog_rules.inc.php +2 -2
M includes/config-variables.inc.php +5
M syslog.php +38 -7
📈 74 added
📉 10 removed
Fixed hidden password fields (correctly escape form values).
M html/includes/print/search.inc.php +12 -10
M mibs/ubiquiti/UBNT-MIB +1
📈 12 added
📉 10 removed
Add ability to switch between stacked and unstacked processor graphs for unix devices.
M html/css/bootstrap-tagsinput.css +6 -22
M html/includes/graphs/device/processor.inc.php +1 -1
M html/js/bootstrap-tagsinput.js +19 -120
M includes/config-variables.inc.php +8
M includes/defaults.inc.php +1
M mibs/ubiquiti/UBNT-MIB -1
📈 10 added
📉 1 removed
Fix incorrect divisor for some graph types
M html/includes/graphs/device/netapp_cp_ops.inc.php -4
M html/includes/graphs/device/netapp_ops.inc.php +1 -3
M html/includes/graphs/device/netscaler_tcp_errxretransmissions.inc.php -4
📈 1 added
📉 11 removed
A few more CME statuses
M includes/definitions/mibs/ibm.inc.php +19
📈 19 added
📉 0 removed
Additional IBM CME metrics
M includes/definitions/mibs/ibm.inc.php +50
📈 50 added
📉 0 removed
Fix form generation use of values.
M html/includes/print/search.inc.php +5 -5
📈 5 added
📉 5 removed
Updated query builder to latest version. Added ability for use optgroup for entity and device lists.
M html/css/query-builder.default.css +30 -9
M html/js/query-builder.js +6,087 -1,942
M includes/groups.inc.php +51 -31
📈 51 added
📉 31 removed
derp, debug.
M includes/definitions/entities.inc.php +4 -4
📈 4 added
📉 4 removed
Fixed in qb duplicate entries, added boolean type, added disabled devices rule. Small fix for width in conditions.
M html/js/query-builder.js +1 -1
M includes/definitions/entities.inc.php +8 -3
M includes/groups.inc.php +29 -6
📈 37 added
📉 9 removed
Auto-rebuild group on add/edit. Add expanded alert_checkers to navbar.
M html/ajax/actions.php +2
M html/includes/group_edit.inc.php +2 -2
M html/includes/navbar.inc.php +10 -2
M html/pages/group_add.inc.php +1 -1
M includes/groups.inc.php +7 -2
📈 22 added
📉 7 removed
Return selectpicker css change as previus (removed shadow).
M html/css/bootstrap-select.css +8
M html/css/observium.css +8
📈 0 added
📉 0 removed
Updated bootstrap-select to latest for fix issue in qb (with select picked values).
M html/css/bootstrap-select.css +7 -12
M html/css/observium.css +7 -12
M html/js/bootstrap-select.js +1,206 -636
M html/js/bootstrap-select.min.js +4 -4
📈 0 added
📉 0 removed
Make change field name from deleted to tunnel_deleted for ipsec_tunnels
M html/pages/device/routing/ipsec_tunnels.inc.php +2 -2
M includes/polling/cipsec-tunnels.inc.php +2 -2
A update/371.sql +1
📈 4 added
📉 4 removed
QB form livesearch for values count more than 7 only.
M html/js/query-builder.js +2 -1
📈 0 added
📉 0 removed
derp. missed file for previus commit.
M includes/groups.inc.php +20 -10
📈 20 added
📉 10 removed
Fixed get_all_devices() for fetch hostnames with correct device_id. Fixed list devices in qb list. Added hard-coded livesearch in qb select. More debug cleanups.
M html/index.php +4 -3
M html/js/query-builder.js +2 -1
M includes/common.inc.php +11 -3
📈 15 added
📉 6 removed
Detect snmp v3 password error code.
M includes/snmp.inc.php +6 -1
📈 6 added
📉 1 removed
Fix correct group count
M html/includes/navbar.inc.php +731 -646
📈 731 added
📉 646 removed
Add reset/restore rules buttons to group add/edit.
M html/includes/group_edit.inc.php +16 -1
M html/pages/group_add.inc.php +7
M includes/groups.inc.php +2 -22
📈 25 added
📉 23 removed
Remove more debugging.
M includes/groups.inc.php +4 -3
📈 4 added
📉 3 removed
Remove debugging.
M html/includes/group_edit.inc.php +28 -26
M includes/groups.inc.php +1 -1
📈 29 added
📉 27 removed
Do not show syslog-ng hex tags.
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added
📉 1 removed
Disable page refresh on group edit page.
M includes/definitions/wui.inc.php +1
📈 1 added
📉 0 removed
Fix JS
M html/includes/group_edit.inc.php +2 -1
📈 2 added
📉 1 removed
Add Mempools to API
A html/api/v0/includes/mempools.inc.php +47
📈 47 added
📉 0 removed
Improve BGP support
M discovery.php +1 -1
A html/ajax/actions.php +160
D html/ajax/dashboard.php -138
M html/css/sprite.css +18 -10
M html/img/sprite/svg_png_27.png ±0
M html/img/sprite/svg_png_36.png ±0
M html/img/sprite/svg_png_45.png ±0
M html/img/sprite/svg_png_54.png ±0
M html/img/sprite/svg_png.png ±0
M html/includes/group_edit.inc.php +45 -36
M html/includes/print/routing.inc.php +298 -278
M html/js/observium.js +1 -1
M html/pages/dashboard.inc.php +4 -4
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/group_add.inc.php +1 -1
M html/pages/group.inc.php +2
M html/pages/routing/bgp.inc.php +1 -1
M includes/alerts.inc.php +2
M includes/definitions/entities.inc.php +18 -1
M includes/definitions/rewrites.inc.php +1 -1
M includes/definitions/wui.inc.php +1
M includes/discovery/bgp-peers.inc.php +27 -20
M includes/groups.inc.php +22 -14
M includes/polling/bgp-peers.inc.php +13 -5
A update/370.sql +7
📈 597 added
📉 501 removed
Improved parse program/tag for mikrotik syslogs. Improved syslog unittests.
M html/includes/print/syslogs.inc.php +1 -1
M includes/syslog.inc.php +15 -1
M tests/IncludesSyslogTest.php +184 -199
📈 200 added
📉 201 removed
Use ntpq not ntpdc.
M scripts/agent-local/ntpd +2 -2
📈 2 added
📉 2 removed
Real images
A html/images/apps/nfsd_2x.png +1
A html/images/apps/nfsd.png +1
📈 0 added
📉 0 removed
remove stupid goddamn symlinks (DO NOT PUT SYMLINKS IN THE REPO)
D html/images/apps/nfsd_2x.png -2
D html/images/apps/nfsd.png -2
📈 0 added
📉 0 removed
Added option for set maximum displayed config revisions in rancid.
M html/pages/device/showconfig.inc.php +10 -1
M includes/config-variables.inc.php +7 -1
M includes/defaults.inc.php +1
📈 18 added
📉 2 removed
Extended config variable for rancid version in wui.
M includes/config-variables.inc.php +9 -1
📈 9 added
📉 1 removed
Improved generate-rancid.php script. Added multiple per-version rancid os map definitions (for new oses supported by rancid).
M includes/definitions.inc.php +36 -11
M scripts/generate-rancid.php +47 -7
📈 83 added
📉 18 removed
derp..
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added
📉 1 removed
Do not show old numeric syslog tags.
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added
📉 1 removed
Multiple syslog processing improvements. Common syslog message rewriting moved to os definitions. Fixed multiple issues when parse msg/program/tag fields on cisco/juniper/unix/etc oses. Added process_syslog_line() function with many unittests for it.
M html/includes/print/syslogs.inc.php +27 -5
M includes/definitions.inc.php +34 -8
M includes/definitions/os.inc.php +39 -1
M includes/functions.inc.php +25
M includes/syslog.inc.php +369 -203
M syslog.php +3 -5
A tests/IncludesSyslogTest.php +451
A update/369.sql +2
📈 948 added
📉 222 removed
Fixed escape single quotes in values for query builder.
M includes/groups.inc.php +6 -1
📈 6 added
📉 1 removed
Remove debugging leftover.
M html/includes/status-portpercent.inc.php -5
📈 0 added
📉 5 removed
Fix function def
M includes/common.inc.php +1 -1
📈 1 added
📉 1 removed
Missing SQL update.
M includes/snmp.inc.php -1
M update/366.php +1 -32
A update/367.sql +1
A update/368.php +34
📈 35 added
📉 33 removed
oops
M includes/groups.inc.php +267 -4
📈 267 added
📉 4 removed
New group rule engine and format
M discovery.php +1 -1
M html/ajax/dashboard.php +48
A html/includes/group_edit.inc.php +131
M html/includes/group-navbar.inc.php +1 -1
M html/pages/device/port/graphs.inc.php +10 -13
M html/pages/group_add.inc.php +140 -91
M html/pages/group.inc.php +48 -221
M html/pages/groups_regenerate.inc.php +3 -5
M html/pages/groups.inc.php +7 -1
M includes/definitions/entities.inc.php +41 -33
M includes/polling/graphs/a10-ax-mib/axAppGlobalStats.inc.php +1 -1
A update/366.php +34
📈 465 added
📉 367 removed
Add JS
A html/css/query-builder.default.css +171
A html/js/bootbox.min.js +6
A html/js/doT.min.js +2
A html/js/interact.min.js +6
A html/js/jQuery.extendext.min.js +9
A html/js/query-builder.js +2,072
📈 0 added
📉 0 removed
Add Global IPv6 stats for J with placeholder graphs.
M includes/definitions/graphtypes.inc.php +127
A includes/polling/graphs/juniper-ipv6-mib
A includes/polling/graphs/juniper-ipv6-mib/jnxIcmpv6Stats.inc.php +140
A includes/polling/graphs/juniper-ipv6-mib/jnxIpv6GlobalStats.inc.php +128
📈 395 added
📉 0 removed
Also collect v6 counters from J
M includes/definitions/mibs/juniper.inc.php +6
M includes/definitions/os.inc.php +1
M includes/polling/ports/etherlike-mib.lib.php +7 -7
M includes/polling/ports/ip-mib.lib.php -2
A includes/polling/ports/juniper-ipv6-mib.inc.php +31
A includes/polling/ports/juniper-ipv6-mib.lib.php +31
📈 76 added
📉 9 removed
Added config option for
IP-MIB ::
ipIfStats (enabled by default). Simplify ports modules fetch from config instead hard-code.
M includes/config-variables.inc.php +10 -8
M includes/defaults.inc.php +1 -1
M includes/polling/ports.inc.php +7 -25
M includes/polling/ports/ip-mib/ipIfStats.inc.php +1 -1
📈 19 added
📉 35 removed
Add ipv6 stats indicator to port rows
M html/includes/entities/port.inc.php +20 -13
M includes/polling/ports.inc.php +2
M includes/rewrites.inc.php +2
📈 24 added
📉 13 removed
Better RRD filenames for v6 stats
M html/includes/graphs/port/ipv6_bits.inc.php +1 -1
M html/pages/device/port/graphs.inc.php +1 -1
M includes/definitions/rrdtypes.inc.php +6 -6
M includes/polling/ports/ip-mib.lib.php +2 -74
📈 10 added
📉 82 removed
IPv6 counters
A html/includes/graphs/port/ipv6_bits.inc.php +23
M html/pages/device/port/graphs.inc.php +13 -1
M includes/definitions/rrdtypes.inc.php +33
A includes/polling/ports/ip-mib
A includes/polling/ports/ip-mib.lib.php +109
A includes/polling/ports/ip-mib/ipIfStats.inc.php +110
📈 288 added
📉 1 removed
Fixed create new contact from pages other than contacts page (
OBS-2624 ).
M html/includes/contacts-navbar.inc.php +1 -1
📈 1 added
📉 1 removed
Revert incorrect warning about mcrypt module (when sodium used).
📈 6 added
📉 3 removed
Fix duplicate cookies and repeatedly setting session cache.
M html/includes/functions.inc.php +37
M html/index.php +5 -6
📈 42 added
📉 6 removed
derp.
M html/includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Improved encryption functions. Switched to faster implementation for php 7.2 with sodim extension.
M html/includes/authenticate.inc.php +10 -9
M html/includes/authentication/ldap.inc.php +8 -3
M html/includes/functions.inc.php +1 -1
M html/index.php +5 -2
M html/pages/logon.inc.php +5 -4
M html/pages/preferences/general.inc.php +7 -6
M includes/definitions.inc.php +18
M includes/encrypt.inc.php +120 -29
D libs/Crypto
M tests/IncludesEncryptTest.php +71 -31
📈 245 added
📉 85 removed
Add ZyXEL ES Voltages
M includes/definitions/mibs/zyxel.inc.php +9
📈 9 added
📉 0 removed
Add ZyXEL ES Temperatures
M includes/definitions/mibs/zyxel.inc.php +16
M includes/definitions/os.inc.php +1
📈 17 added
📉 0 removed
Temporary disable generate rss feed url.
📈 1 added
📉 1 removed
Removed mcrypt dependency for php >= 7.0. Improved crypto functions with new library Defuse\Crypto. Updated unit tests.
M html/includes/authenticate.inc.php +6 -6
M html/includes/authentication/ldap.inc.php +2 -2
M html/includes/functions.inc.php -60
M html/index.php +3 -3
M html/pages/logon.inc.php +1 -1
M html/pages/preferences/general.inc.php +3 -3
M includes/common.inc.php +5 -5
A includes/encrypt.inc.php +112
M includes/functions.inc.php +1
A libs/Crypto
A libs/Crypto/Core.php +446
A libs/Crypto/Crypto.php +455
A libs/Crypto/DerivedKeys.php +50
A libs/Crypto/Encoding.php +270
A libs/Crypto/Exception
A libs/Crypto/Exception/BadFormatException.php +7
A libs/Crypto/Exception/CryptoException.php +7
A libs/Crypto/Exception/EnvironmentIsBrokenException.php +7
A libs/Crypto/Exception/IOException.php +7
A libs/Crypto/Exception/WrongKeyOrModifiedCiphertextException.php +7
A libs/Crypto/File.php +784
A libs/Crypto/Key.php +95
A libs/Crypto/KeyOrPassword.php +133
A libs/Crypto/KeyProtectedByPassword.php +116
A libs/Crypto/LICENSE +21
A libs/Crypto/RuntimeTests.php +247
M tests/HtmlIncludesFunctionsTest.php -142
A tests/IncludesEncryptTest.php +216
A update/365.sql +1
📈 349 added
📉 222 removed
Also removed old api pages.
A attic/html/pages
A attic/html/pages/api
D html/pages/api
📈 0 added
📉 0 removed
Removed old unmainteined api code, since it have security and compatability troubles (moved to attic).
A attic/html
A attic/html/api.php +48
A attic/html/includes
A attic/html/includes/api
D html/api.php -48
D html/includes/api
M includes/defaults.inc.php -4
📈 0 added
📉 52 removed
Improved detect Accedian devices (
OBS-2621 ). Undebug.
M includes/definitions/os.inc.php +1
M includes/discovery/sensors.inc.php +1 -1
📈 2 added
📉 1 removed
Multiple improvements and fixes.
M html/billing-graph.php +10 -6
M html/includes/graphs/common.inc.php +1 -1
M html/includes/graphs/device/bits.inc.php +54 -54
M html/includes/navbar.inc.php +5 -1
M html/includes/panels/default.inc.php +1 -1
M html/includes/print/alert.inc.php +2 -1
M html/includes/status-portpercent.inc.php +31 -3
M html/pages/device.inc.php +2 -4
M html/pages/device/overview/printersupplies.inc.php +1 -1
M html/pages/logon.inc.php +2 -2
M includes/alerts.inc.php -1
M includes/db.inc.php +2 -1
M includes/definitions/entities.inc.php +22 -12
M includes/discovery/sensors.inc.php +25 -18
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +17 -5
M includes/groups.inc.php +413
📈 588 added
📉 111 removed
Other way for detect syslog device for localhost IPs.
M includes/syslog.inc.php +18 -2
📈 18 added
📉 2 removed
Always clean pagination vars from form action url (
OBS-2167 ).
M html/includes/print/search.inc.php +5
📈 5 added
📉 0 removed
More accurate detect syslog host by IP (skip disabled/down devices), when multiple same IP in DB.
M includes/syslog.inc.php +25 -5
📈 25 added
📉 5 removed
Add APC masterswtich.
M includes/definitions/mibs/apc.inc.php +14 -1
📈 14 added
📉 1 removed
Update Cisco and APC MIBs
M mibs/apc/PowerNet-MIB +699 -29
M mibs/cisco/CISCO-LWAPP-SYS-MIB +2,964 -1,059
📈 0 added
📉 0 removed
Clean latest Forcepoint mib definitions. Improved detect Edgecore devices, correctly binding by models definitions.
M includes/definitions/mibs/edgecore.inc.php +2 -1
A includes/definitions/mibs/forcepoint.inc.php +35
M includes/definitions/models.inc.php +42
M includes/definitions/os.inc.php +9 -13
A includes/polling/os/edgecore-os.inc.php +18
D mibs/edge-core
A mibs/edgecore
📈 106 added
📉 14 removed
Add support for ECS4120.
A includes/definitions/mibs/edgecore.inc.php +79
M includes/definitions/os.inc.php +14 -7
A includes/discovery/sensors/ecs4120-mib.inc.php +81
M mibs/edge-core/ECS4120-MIB +786 -144
📈 174 added
📉 7 removed
Add basic detection and support for Forcepoint firewalls.
A html/images/os/forcepoint_2x.png +1
A html/images/os/forcepoint.png +1
M includes/definitions/mibs.inc.php +11
M includes/definitions/os.inc.php +8
A mibs/forcepoint
A mibs/forcepoint/STONESOFT-FIREWALL-MIB +992
A mibs/forcepoint/STONESOFT-IPS-MIB +100
A mibs/forcepoint/STONESOFT-NETNODE-MIB +381
A mibs/forcepoint/STONESOFT-SMI-MIB +55
📈 19 added
📉 0 removed
Fixed detect Ubiquiti Unify APs with new firmware (
OBS-2611 ).
Improved detect Raisecom ISCOM devices.
M includes/definitions/os.inc.php +11 -2
M tests/SnmpDataTest.php +2
📈 13 added
📉 2 removed
Fixed detect Ubiquiti EdgeSwitch XP (
OBS-2603 ).
M includes/definitions/os.inc.php +6 -1
A includes/polling/os/edgemax.inc.php +22
M includes/polling/os/engenius.inc.php +1 -1
M includes/polling/os/equallogic.inc.php +2 -2
M includes/polling/system.inc.php +4
📈 35 added
📉 4 removed
Add device AP count graph for Cisco LWAPP
M includes/definitions/graphtypes.inc.php +10
M includes/definitions/rrdtypes.inc.php +7
M includes/polling/wifi.inc.php +8 -1
M includes/polling/wifi/cisco-lwapp-sys-mib.inc.php +2 -2
📈 27 added
📉 3 removed
Minor: add storage ignore configuration variables to web UI
M includes/config-variables.inc.php +22
📈 22 added
📉 0 removed
February 2018
Add collection of APC outlet statuses
M includes/definitions/mibs/apc.inc.php +16
📈 16 added
📉 0 removed
Add operating mode status entry for DSE
M includes/definitions/mibs/dse.inc.php +12
📈 12 added
📉 0 removed
Add support for DSE devices
A html/images/os/dse_2x.png +1
A html/images/os/dse.png +1
A includes/definitions/mibs/dse.inc.php +39
M includes/definitions/os.inc.php +15 -3
M includes/discovery/sensors.inc.php +2
M includes/snmp.inc.php +9 -2
📈 65 added
📉 5 removed
Add Riello Netman definition
M includes/definitions/os.inc.php +15 -1
📈 15 added
📉 1 removed
Add Generic UPS entry for shitboxes with
UPS-MIB
M includes/definitions/os.inc.php +16
📈 16 added
📉 0 removed
Fix Printersupplies percentbar label bug.
M html/pages/device/overview/printersupplies.inc.php +4 -1
📈 4 added
📉 1 removed
Add additional discovery rule for Ligo devices
M includes/definitions/os.inc.php +8
📈 8 added
📉 0 removed
Fix correctly generating rates for BGP stats.
M includes/polling/bgp-peers.inc.php +2 -2
📈 2 added
📉 2 removed
Add additional metrics to BGP peer alerting
M includes/polling/bgp-peers.inc.php +9 -2
📈 9 added
📉 2 removed
Add SMS Envoi alert transport
M html/includes/contacts-navbar.inc.php +1
A includes/alerting/smsenvoi.inc.php +47
M includes/definitions/transports.inc.php +18
📈 66 added
📉 0 removed
Fix Cisco CBQoS poller to correctly remove non-existent QoS entries
M includes/discovery/cisco-cbqos.inc.php +17 -3
📈 17 added
📉 3 removed
Improve detection of "online" MG UPS
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +3 -1
📈 3 added
📉 1 removed
Remove disused file
D includes/polling/os/gcom.inc.php -19
📈 0 added
📉 19 removed
Add SLA entity type graph title array
M html/includes/graphs/sla/auth.inc.php +9
📈 9 added
📉 0 removed
Improve GCOM support OBS-2595
M includes/definitions/mibs/gcom.inc.php +5 -4
M mibs/gcom/GBNDeviceOEM-MIB +9 -4
M mibs/gcom/GBNDeviceSwitch-MIB +19 -14
M mibs/gcom/GBNL2Switch-MIB +9 -4
M mibs/gcom/GBNPlatformOAM-MIB +7 -2
📈 5 added
📉 4 removed
Add new Mikrotik sensors
M includes/definitions/mibs/mikrotik.inc.php +23 -2
📈 23 added
📉 2 removed
Fix typo in eltek definition
M includes/definitions/mibs.inc.php +4 -4
M includes/definitions/mibs/eltek.inc.php +4 -4
📈 8 added
📉 8 removed
Fix alert state translations for liebert and rittal MIBs
M includes/definitions/mibs/liebert.inc.php +2 -2
M includes/definitions/mibs/rittal.inc.php +13 -13
📈 15 added
📉 15 removed
Minor fix to raisecom support
M includes/definitions/mibs/raisecom.inc.php +2 -2
📈 2 added
📉 2 removed
Add support for some sensors and inventory from raisecom devices. Fix some sensor descr parsing cludgery.
A includes/definitions/mibs/raisecom.inc.php +146
M includes/definitions/os.inc.php +15 -5
A includes/discovery/inventory/raisecom-fanmonitor-mib.inc.php +40
A includes/discovery/inventory/raisecom-powermonitor-mib.inc.php +42
M includes/discovery/sensors.inc.php +15 -16
A includes/discovery/sensors/raisecom-optical-transceiver-mib.inc.php +173
A includes/polling/graphs/raisecom-system-mib.inc.php +26
📈 457 added
📉 21 removed
Add Raisecom MIBs
A mibs/raisecom
A mibs/raisecom/RAISECOM-BASE-MIB +334
A mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB +375
A mibs/raisecom/RAISECOM-FANMONITOR-MIB +280
A mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB +2,707
A mibs/raisecom/RAISECOM-POWERMONITOR-MIB +173
A mibs/raisecom/RAISECOM-SYSTEM-MIB +1,550
A mibs/raisecom/SWITCH-SYSTEM-MIB +1,439
A mibs/raisecom/SWITCH-TC +83
📈 0 added
📉 0 removed
Add DSE 892 MIB
A mibs/dse
A mibs/dse/DSE-892 +2,183
📈 0 added
📉 0 removed
Added
sysDescr /os fields to device searching.
M html/includes/search/devices.inc.php +2 -2
📈 2 added
📉 2 removed
A mibs/sophos/SOPHOS-MIB +656
📈 0 added
📉 0 removed
Fix ioping app so it actually works. :)
M html/includes/graphs/application/ioping_iops.inc.php +3 -3
M html/includes/graphs/application/ioping_speed.inc.php +3 -3
M includes/definitions/rrdtypes.inc.php +3 -1
A includes/polling/applications/ioping.inc.php +39
M scripts/agent-local/ioping +1
📈 49 added
📉 7 removed
Fix device link being clickable on syslog alerts. Also direct link to device's syslog alerts page.
M includes/syslog.inc.php +1 -1
M syslog.php +2
📈 3 added
📉 1 removed
Add documentation images
A html/images/doc
A html/images/doc/add_graph_1.png +1
A html/images/doc/add_graph_2.png +1
📈 0 added
📉 0 removed
Commit index.php changes to allow hiding of side panel
📈 26 added
📉 23 removed
Definitions updates
M includes/definitions.inc.php +1
M includes/definitions/wui.inc.php +3
📈 4 added
📉 0 removed
Add dashboarding tables
📈 0 added
📉 0 removed
Add dashboard page code
A html/pages/dashboard.inc.php +419
📈 419 added
📉 0 removed
Add WiP dashboarding system
A html/ajax/dashboard.php +90
A html/ajax/widget.php +329
A html/css/gridstack.min.css +1
M html/includes/navbar.inc.php +32 -1
A html/includes/widgets
A html/includes/widgets/graph.inc.php +15
A html/js/gridstack.all.js +37
M html/pages/graphs.inc.php +58 -2
📈 524 added
📉 3 removed
Reset device icon and type, when detected device OS changed (
OBS-2577 ).
M includes/discovery/functions.inc.php +12 -2
M includes/discovery/os.inc.php +15 -3
📈 27 added
📉 5 removed
Update Wifi tables to current dev schema
📈 0 added
📉 0 removed
Move navbar generation functions to correct file.
M html/includes/navbar.inc.php -154
M html/includes/print/navbar.inc.php +157
📈 157 added
📉 154 removed
Trivial: remove debug output
M html/pages/device/graphs.inc.php +1 -1
📈 1 added
📉 1 removed
Missing function.
M html/includes/functions.inc.php +45
📈 45 added
📉 0 removed
Work to unify generation of navbars between main navbar and in-page navbars.
M html/includes/customoids-navbar.inc.php -2
M html/includes/navbar.inc.php +16 -4
M html/includes/print/navbar.inc.php +16 -1
📈 32 added
📉 7 removed
Small improve display ordering for device graphs. Show discover protocol for port neighbours on device->ports page.
M html/includes/entities/port.inc.php +23 -7
M html/pages/device/graphs.inc.php +39 -8
M includes/definitions/graphtypes.inc.php +23 -15
📈 85 added
📉 30 removed
M includes/definitions/mibs/ciena.inc.php +59
M includes/definitions/mibs/ubiquiti.inc.php +15
M includes/definitions/os.inc.php +3
A mibs/ciena/CIENA-WS-ALARM-MIB +457
A mibs/ciena/CIENA-WS-CHASSIS-MIB +1,671
📈 77 added
📉 0 removed
M includes/definitions/mibs/rittal.inc.php +62
M includes/definitions/os.inc.php +2 -1
M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +179 -48
📈 243 added
📉 49 removed
Added definition based Load Average polling. Added alert metrics: device_la, device_1min, device_5min (same as device_la) and device_15min.
UCD-SNMP-MIB LA migrated to definition. Added Load Average polling by
RITTAL-CMC-III-MIB .
M html/pages/device/overview/information_extended.inc.php +18
M html/pages/device/overview/information.inc.php +18
M includes/definitions/graphtypes.inc.php +20 -1
M includes/definitions/mibs.inc.php +23
M includes/definitions/mibs/rittal.inc.php +14
M includes/definitions/rrdtypes.inc.php +13 -2
M includes/include-dir.inc.php +1 -1
M includes/polling/functions.inc.php +7 -2
M includes/polling/system.inc.php +56
M includes/polling/ucd-mib.inc.php +3 -2
📈 173 added
📉 8 removed
Just script used for split mibs definitions.
A scripts/split-mib-definitions +189
📈 189 added
📉 0 removed
Huge MIBS definition file is split into multiple separate files, based on mib_dir parameter.
No functional changes at this point, only split.
Old definitions is still left in main mibs.inc.php for prevent update conflicts, it's will removed later.
If you have (uncommited) local changes in definitions, please move it into appropriate file in mibs/ subdir.
Showing the first 30 paths; 156 more are omitted from this static page.
A includes/definitions/mibs
M includes/definitions/mibs.inc.php +55 -26
A includes/definitions/mibs/a10.inc.php +71
A includes/definitions/mibs/accedian.inc.php +38
A includes/definitions/mibs/accuenergy.inc.php +60
A includes/definitions/mibs/acme.inc.php +47
A includes/definitions/mibs/adtran.inc.php +42
A includes/definitions/mibs/adva.inc.php +20
A includes/definitions/mibs/aethra.inc.php +34
A includes/definitions/mibs/akcp.inc.php +28
A includes/definitions/mibs/allied.inc.php +39
A includes/definitions/mibs/alpha.inc.php +192
A includes/definitions/mibs/alvarion.inc.php +28
A includes/definitions/mibs/aos.inc.php +58
A includes/definitions/mibs/apc.inc.php +170
A includes/definitions/mibs/apnl.inc.php +22
A includes/definitions/mibs/apple.inc.php +21
A includes/definitions/mibs/arbor.inc.php +22
A includes/definitions/mibs/areca.inc.php +27
A includes/definitions/mibs/arista.inc.php +32
A includes/definitions/mibs/aruba.inc.php +37
A includes/definitions/mibs/aten.inc.php +22
A includes/definitions/mibs/atmedia.inc.php +25
A includes/definitions/mibs/atto.inc.php +26
A includes/definitions/mibs/audiocodes.inc.php +37
A includes/definitions/mibs/avaya.inc.php +31
A includes/definitions/mibs/avtech.inc.php +106
A includes/definitions/mibs/axis.inc.php +25
A includes/definitions/mibs/baytech.inc.php +24
A includes/definitions/mibs/bintec.inc.php +45
📈 10,542 added
📉 40 removed
Fixed detect port_label_num for ports with colon in description.
M includes/rewrites.inc.php +11 -2
M tests/IncludesRewritesTest.php +2 -2
📈 13 added
📉 4 removed
Use common replace for '/' in url for values in generate_url(), this prevent apache 404 error in link jump.
M html/includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Improved search ports by description.
M html/includes/entities/port.inc.php +7 -3
M html/includes/graphs/global/bits.inc.php +2 -2
M html/includes/port-sort-select.inc.php +3 -2
M html/includes/port-sort.inc.php +3 -2
M html/includes/search/ports.inc.php +2 -2
M html/pages/device/ports.inc.php +7 -7
M html/pages/ports.inc.php +15 -6
📈 39 added
📉 24 removed
Added/updated nti and netapp mib files (no any additional support).
M mibs/netapp/NETAPP-MIB +788 -85
A mibs/nti
A mibs/nti/ENVIROMUX16D +2,644
A mibs/nti/ENVIROMUX2D +2,423
A mibs/nti/ENVIROMUX5D +2,476
📈 0 added
📉 0 removed
Add testing InfluxDB export support.
M includes/functions.inc.php +1 -1
A includes/influx.inc.php +156
📈 157 added
📉 1 removed
January 2018
Add device availability graph to system graphs
A html/includes/graphs/device/availability.inc.php +36
M includes/definitions/graphtypes.inc.php +2
M includes/polling/functions.inc.php +2
📈 40 added
📉 0 removed
Fixed discovery sensors and hardware for some old Force10 S-Series devices.
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +1 -1
M includes/polling/os/ftos.inc.php +7 -1
📈 8 added
📉 2 removed
Fixed scale for Fortigate mempool. Moved hardware/version detect for ServersCheck to definitions.
M includes/definitions/mibs.inc.php +12 -5
M includes/polling/mempools.inc.php -2
D includes/polling/os/sensorgateway.inc.php -18
📈 12 added
📉 25 removed
📈 0 added
📉 0 removed
Clear db errors about not exist PaGP db columns.
M html/pages/device/port.inc.php +2
M html/pages/device/port/pagp.inc.php +2 -1
M html/pages/device/ports.inc.php +1 -1
📈 5 added
📉 2 removed
Added unit test for process_port_label(). Improved some port label renames. Removed direct calls to rename_ifname() from wui.
M html/includes/authenticate.inc.php +1 -1
M html/includes/entities/generic.inc.php +2 -2
M html/includes/entities/port.inc.php +4 -4
M html/includes/functions.inc.php +6 -5
M html/includes/graphs/port/auth.inc.php +2 -2
M html/includes/print-interface-adsl.inc.php +2 -2
M html/includes/search/ip-addresses.inc.php +1 -1
M html/pages/customers.inc.php +1 -2
M html/pages/device/port/macaccounting.inc.php +2 -3
M html/pages/ports/graphs.inc.php +1 -1
M includes/definitions/os.inc.php +9 -2
M includes/rewrites.inc.php +50 -29
M tests/IncludesRewritesTest.php +236
📈 317 added
📉 54 removed
Do not show sensor edit for deleted sensors.
M html/pages/device/edit/sensors.inc.php +1 -1
📈 1 added
📉 1 removed
Add two additional ekinops MIBs
A mibs/ekinops/EKINOPS-Pm200fr20-MIB +13,693
A mibs/ekinops/EKINOPS-Pm200frs02-MIB +13,878
📈 0 added
📉 0 removed
Added discovery sensors for Geist graveyard pdu device (
OBS-2570 ).
M includes/definitions/mibs.inc.php +51
M includes/definitions/models.inc.php +1 -1
📈 52 added
📉 1 removed
Improved support for (old) Geist PDU devices. Improved sensors discovery by
GEIST-MIB -V3 and
GEIST-V4-MIB .
Small mib definitions cleanup, according previous commit.
M includes/common.inc.php +4 -2
M includes/definitions/mibs.inc.php +50 -24
M includes/definitions/models.inc.php +11 -1
M includes/definitions/os.inc.php +22 -9
D includes/discovery/sensors/compellent-mib.inc.php -82
A includes/discovery/sensors/dell-storage-sc-mib.inc.php +82
M includes/discovery/sensors/geist-mib-v3.inc.php +304 -60
M includes/discovery/sensors/geist-v4-mib.inc.php +37 -6
D includes/polling/os/geist-pdu.inc.php -18
📈 510 added
📉 202 removed
Multiple mib files updated. Moved all used mibs to subdirs. Removed all old and duplicate mib files.
Showing the first 30 paths; 495 more are omitted from this static page.
A attic/process.pl +17
M mibs/a3com/A3COM51-SS9000SX -497
D mibs/AAC-MIB -297
D mibs/ACCOUNTING-CONTROL-MIB -762
D mibs/ADSL-LINE-EXT-MIB -1,216
D mibs/ADSL-LINE-MIB -4,382
D mibs/ADSL-TC-MIB -113
D mibs/AGENTX-MIB -527
M mibs/allied ±0
A mibs/allied-old
A mibs/allied/AT-ALMMON-MIB +253
M mibs/allied/AT-ATMF-MIB +608
M mibs/allied/AT-BOARDS-MIB +439 -31
M mibs/allied/AT-CHASSIS-MIB +318
M mibs/allied/AT-ENVMONv2-MIB +1,289 -825
A mibs/allied/AT-FIBER-MONITORING-MIB +327
M mibs/allied/AT-FILEv2-MIB +1,279 -596
A mibs/allied/AT-G8032v2-MIB +135
M mibs/allied/AT-LICENSE-MIB +489 -398
A mibs/allied/AT-LINKTRAP-MIB +57
M mibs/allied/AT-LOG-MIB +230 -180
A mibs/allied/AT-PLUGGABLE-DIAGNOSTICS-MIB +661
M mibs/allied/AT-PRODUCT-MIB +606 -163
A mibs/allied/AT-PTP-MIB +2,733
A mibs/allied/AT-QOSv2-MIB +72
M mibs/allied/AT-RESOURCE-MIB +239 -201
M mibs/allied/AT-SETUP-MIB +765 -328
M mibs/allied/AT-SMI-MIB +32 -6
M mibs/allied/AT-SYSINFO-MIB +170 -15
M mibs/allied/AT-TRIGGER-MIB +16 -5
📈 0 added
📉 0 removed
Additional unit test for redetect os. Redetect os only if used complex, networked or file os detect.
M includes/functions.inc.php +4
M tests/SnmpDataTest.php +8
M tests/SnmpDataTest2.php +4
📈 16 added
📉 0 removed
Improved support for IBM CMM and AMM. Added discovery some sensors by
BLADE-MIB .
M includes/definitions/mibs.inc.php +123
M includes/definitions/os.inc.php +23 -8
📈 146 added
📉 8 removed
Fixed discovery PSU 1 status by OAP-NMU.
M includes/definitions/mibs.inc.php +1 -1
📈 1 added
📉 1 removed
Prevent error (Cannot find module) from snmp commands, when mib_dir unused.
M includes/snmp.inc.php +4 -1
M tests/IncludesSnmpTest.php +2 -1
📈 6 added
📉 2 removed
Added support for
fs.com FMT devices (
OBS-2569 ).
A html/images/os/fscom_2x.png +1
A html/images/os/fscom.png +1
M includes/definitions/mibs.inc.php +49
M includes/definitions/os.inc.php +16
A includes/discovery/sensors/oap-pseudo-mib.inc.php +328
📈 393 added
📉 0 removed
Added fs.com MIB files.
Showing the first 30 paths; 69 more are omitted from this static page.
A mibs/fscom
A mibs/fscom/ADMIN-MASTER-MIB +119
A mibs/fscom/ERRP-MIB +506
A mibs/fscom/GARP-MIB +2,903
A mibs/fscom/GBNDeviceOEM-MIB +431
A mibs/fscom/GBNDevicePoe-MIB +287
A mibs/fscom/GBNDeviceStack-MIB +437
A mibs/fscom/GBNDeviceSWAPI-MIB +3,266
A mibs/fscom/GBNDeviceSwitch-MIB +2,815
A mibs/fscom/GBNL2Dhcp6Snooping-MIB +375
A mibs/fscom/GBNL2DhcpSnooping-MIB +192
A mibs/fscom/GBNL2PortSecurity-MIB +501
A mibs/fscom/GBNL2PppoePlus-MIB +51
A mibs/fscom/GBNL2QACL-MIB +5,675
A mibs/fscom/GBNL2Switch-MIB +1,303
A mibs/fscom/GBNL3-MIB +1,138
A mibs/fscom/GBNL3DhcpRelay-MIB +238
A mibs/fscom/GBNL3If-MIB +469
A mibs/fscom/GBNL3Igmp-MIB +528
A mibs/fscom/GBNL3IPPool-MIB +450
A mibs/fscom/GBNL3Ospf-MIB +224
A mibs/fscom/GBNL3PIM-MIB +336
A mibs/fscom/GBNL3Rip-MIB +350
A mibs/fscom/GBNL3RouteCommon-MIB +57
A mibs/fscom/GBNPlatformChassis-MIB +566
A mibs/fscom/GBNPlatformGNLink-MIB +1,385
A mibs/fscom/GBNPlatformOAM-MIB +1,623
A mibs/fscom/GBNPlatformOAMMailalarm-MIB +160
A mibs/fscom/GBNPlatformOAMSntpClient-MIB +305
A mibs/fscom/GBNPlatformOAMSsh-MIB +96
📈 0 added
📉 0 removed
Fixed updating version/model/serial if hardware changed (
OBS-2572 ).
M includes/polling/os.inc.php +1 -1
📈 1 added
📉 1 removed
Skip errors after incorrect db update with strict table in table notifications_queue.
M includes/alerts.inc.php +2 -1
📈 2 added
📉 1 removed
Improved Yandex Geo coding api. Added warning about yahoo geo api, which not worked anymore.
M includes/definitions/geo.inc.php +1
M includes/geolocation/yahoo.inc.php +7 -1
M includes/geolocation/yandex.inc.php +7 -2
📈 15 added
📉 3 removed
Additional OpenGear sensors and status.
M includes/definitions/mibs.inc.php +28 -9
A includes/discovery/status/og-statusv2-mib.inc.php +22
📈 50 added
📉 9 removed
Fix collectd labelling bug (temperature -> humidity)
M html/includes/collectd/definitions.php +10 -10
📈 10 added
📉 10 removed
Sort alert checkers page by checker name rather than checker id
M html/pages/alert_checks.inc.php +4
📈 4 added
📉 0 removed
Add discovery of additional IBM/Lenovo management modules
M includes/definitions/os.inc.php +16
📈 16 added
📉 0 removed