← Back to Changelog Index

Changelog 2018

💻 Rolling Release

643
commits
52,336
added
21,088
removed

🏷️ Stable Releases

12
releases
15,772
added
7,365
removed

💻 r9652 FIX

Adam Armstrong 🐸 • 2018-12-28 12:55
Fix junos ipv6 collection
Files changed (1)
M includes/polling/ports/juniper-ipv6-mib.lib.php +1 -1
📈 1 added 📉 1 removed

💻 r9651 TRIVIAL

Mike Stupalov 🐱 • 2018-12-25 11:25
Fixed double escaping in ports search results.
Files changed (1)
M html/includes/search/ports.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9650 TRIVIAL

Mike Stupalov 🐱 • 2018-12-24 11:43
Do not escape port_label_short.
Files changed (1)
M includes/rewrites.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9649 FIX

Adam Armstrong 🐸 • 2018-12-22 11:17
Show health tab when there are status entries.
Files changed (1)
M html/pages/device.inc.php +6 -5
📈 6 added 📉 5 removed

💻 r9648 ADD

Adam Armstrong 🐸 • 2018-12-19 21:42
Add Manjaro icons
Files changed (2)
A html/images/os/manjaro_2x.png +1
A html/images/os/manjaro.png +1
📈 2 added 📉 0 removed

💻 r9647 TRIVIAL

Mike Stupalov 🐱 • 2018-12-19 12:08
Improved detect Dell N-series switches (OBS-2845).
Files changed (1)
M includes/definitions/os.inc.php +13 -2
📈 13 added 📉 2 removed

💻 r9646 FIX

Adam Armstrong 🐸 • 2018-12-18 10:07
Don't output text rrd name of missing RRDs
Files changed (3)
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

💻 r9645 ADD

Adam Armstrong 🐸 • 2018-12-14 22:30
Add Server 2019 detection
Files changed (1)
M includes/polling/os/windows.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r9644 MINOR

Mike Stupalov 🐱 • 2018-12-14 21:10
Improved syslog page load when db is huge.
Files changed (4)
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

💻 r9643 TRIVIAL

Mike Stupalov 🐱 • 2018-12-12 09:48
Fixed Qnap Fan speed polling.
Files changed (2)
M includes/definitions/mibs/qnap.inc.php +1 -1
M includes/polling/functions.inc.php +2
📈 3 added 📉 1 removed

💻 r9642 TRIVIAL

Mike Stupalov 🐱 • 2018-12-06 21:00
Added polling Load Averages on Cisco IOS-XE (OBS-2038).
Files changed (2)
M includes/definitions/mibs/cisco.inc.php +13
M includes/polling/system.inc.php +32 -12
📈 45 added 📉 12 removed

💻 r9641 TRIVIAL

Mike Stupalov 🐱 • 2018-12-06 13:12
Improve entity popups for multiple entities.
Files changed (4)
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

💻 r9640 MINOR

Mike Stupalov 🐱 • 2018-12-05 23:42
Improved combinate similar processors on device overview page for any type of devices.
Files changed (3)
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

💻 r9639 IMPROVE

Adam Armstrong 🐸 • 2018-12-05 16:13
Also split off clockspeed from vmware processor strings
Files changed (1)
M html/pages/device/overview/processors.inc.php +2
📈 2 added 📉 0 removed

💻 r9638 TRIVIAL

Mike Stupalov 🐱 • 2018-12-05 15:11
Fixed processors overview link.
Files changed (1)
M html/pages/device/overview/processors.inc.php +7 -3
📈 7 added 📉 3 removed

💻 r9637 FIX

Adam Armstrong 🐸 • 2018-12-05 03:42
Minor cleanups. Fix wide and normal widths to have the same primary width.
Files changed (5)
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

💻 r9636 FIX

Adam Armstrong 🐸 • 2018-12-05 03:40
Don't try to display port percent to users below level 7
Files changed (1)
M html/ajax/widget.php +10 -1
📈 10 added 📉 1 removed

💻 r9635 IMPROVE

Adam Armstrong 🐸 • 2018-12-05 03:36
Improve custom oid graphs, adding titles and removing some unused variables.
Files changed (4)
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

💻 r9634 ADD

Adam Armstrong 🐸 • 2018-12-05 03:34
Add ASCO definition and logos.
Files changed (5)
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
📈 13 added 📉 0 removed

💻 r9633 IMPROVE

Adam Armstrong 🐸 • 2018-12-05 02:06
Improve cpu presentation on overview.
Files changed (3)
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

💻 r9632 IMPROVE

Adam Armstrong 🐸 • 2018-12-04 17:25
Ignore invalid RX/TX sensors
Files changed (1)
M includes/discovery/sensors/entity-sensor-mib.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9631 IMPROVE

Adam Armstrong 🐸 • 2018-11-23 22:31
Remove erroneous codes from hddtemp output
Files changed (1)
M includes/polling/unix-agent/hddtemp.inc.php +3
📈 3 added 📉 0 removed

💻 r9630 TRIVIAL

Tom Laermans 🦔 • 2018-11-23 22:30
Support custom memberOf attribute in LDAP module - fixes #2825
Files changed (2)
M html/includes/authentication/ldap.inc.php +3 -3
M includes/defaults.inc.php +1
📈 4 added 📉 3 removed

💻 r9629 TRIVIAL

Mike Stupalov 🐱 • 2018-11-23 13:05
Improved index size for snmp_errors table. Added foreign key for device_id.
Files changed (1)
A update/397.sql +13
📈 13 added 📉 0 removed

💻 r9628 TRIVIAL

Mike Stupalov 🐱 • 2018-11-22 10:38
Fixed another case with sensor warning thresholds by CISCO-ENTITY-SENSOR-MIB (OBS-2819).
Files changed (1)
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +44 -3
📈 44 added 📉 3 removed

💻 r9627 DERP

Mike Stupalov 🐱 • 2018-11-21 09:09
Fix mistake.
Files changed (1)
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9626 FIX

Adam Armstrong 🐸 • 2018-11-21 00:03
Handle hidpi on map better.
Files changed (1)
M html/includes/map/leaflet.inc.php +13 -3
📈 13 added 📉 3 removed

💻 r9625 TRIVIAL

Mike Stupalov 🐱 • 2018-11-20 20:02
Improved detect voltage sensor thresholds by CISCO-ENTITY-SENSOR-MIB (OBS-2819).
Files changed (1)
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +35 -1
📈 35 added 📉 1 removed

💻 r9624 ADD

Adam Armstrong 🐸 • 2018-11-19 17:26
Add new map tiles.
Files changed (2)
M html/includes/map/leaflet.inc.php +29 -17
M includes/config-variables.inc.php +8 -3
📈 37 added 📉 20 removed

💻 r9623 FIX

Adam Armstrong 🐸 • 2018-11-19 16:25
Disable all alternative maps. Leaflet only.
Files changed (1)
M html/ajax/widget.php +1 -36
📈 1 added 📉 36 removed

💻 r9622

Mike Stupalov 🐱 • 2018-11-16 19:05
derp.
Files changed (1)
M includes/discovery/vlans.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9621 DEBUG

Mike Stupalov 🐱 • 2018-11-16 19:03
Small debug output cleanup.
Files changed (2)
M includes/alerts.inc.php +1 -1
M includes/common.inc.php +2 -2
📈 3 added 📉 3 removed

💻 r9620 MINOR

Mike Stupalov 🐱 • 2018-11-16 19:00
Improved polling Cisco FDB tables (vlan contexts now checked in vlans discovery).
Files changed (4)
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
📈 24 added 📉 11 removed

💻 r9619 TRIVIAL

Mike Stupalov 🐱 • 2018-11-16 15:19
Fixed polling FDB tables on Cisco IOS devices (OBS-2813).
Files changed (2)
M includes/discovery/vlans.inc.php +7 -1
M includes/polling/fdb-table.inc.php +40 -8
📈 47 added 📉 9 removed

💻 r9618 FIX

Adam Armstrong 🐸 • 2018-11-16 13:11
Use HRULE for 95th in port graphs
Files changed (1)
M html/includes/graphs/generic_data.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r9617 ADD

Adam Armstrong 🐸 • 2018-11-16 13:10
Add ability to use port groups in associations
Files changed (2)
M includes/alerts.inc.php +5 -5
M includes/definitions/entities.inc.php +1
📈 6 added 📉 5 removed

💻 r9616 TRIVIAL

Mike Stupalov 🐱 • 2018-11-16 09:43
Improved mime types for graph export options.
Files changed (3)
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

💻 r9615 ADD

Adam Armstrong 🐸 • 2018-11-15 18:38
Add some graph export options
Files changed (3)
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

💻 r9614 FIX

Adam Armstrong 🐸 • 2018-11-15 17:32
Add graph colour definitions
Files changed (1)
M includes/defaults.inc.php +5 -2
📈 5 added 📉 2 removed

💻 r9613 TRIVIAL

Mike Stupalov 🐱 • 2018-11-15 12:08
Improved add widget form.
Files changed (1)
M html/pages/dashboard.inc.php +64 -24
📈 64 added 📉 24 removed

💻 r9612 TRIVIAL

Mike Stupalov 🐱 • 2018-11-15 12:04
Blacklist unsupported CISCO-EIGRP-MIB on Cisco XR devices. Improved detect some Barracuda devices. Remove duplicate syslog debugging.
Files changed (2)
M includes/definitions/os.inc.php +22 -6
M syslog.php +5 -5
📈 27 added 📉 11 removed

💻 r9611 FIX

Adam Armstrong 🐸 • 2018-11-14 23:57
Fix convertion of minigraphs to new dashboard type
Files changed (1)
M html/pages/dashboard.inc.php +4 -5
📈 4 added 📉 5 removed

💻 r9610 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 21:49
Allow floats for port error rates
Files changed (2)
M html/includes/print/status.inc.php +2 -2
A update/395.sql +1
📈 3 added 📉 2 removed

💻 r9609 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 21:36
Switch pkts graphs to common colour setting.
Files changed (32)
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
M html/includes/graphs/vserver/pkts.inc.php +6 -6
M html/includes/graphs/wifiradio/frames.inc.php +6 -6
📈 170 added 📉 170 removed

💻 r9608 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 21:06
Correctly generate processor overview graphs using multi-processor instead of devices_processor.
Files changed (2)
M html/includes/graphs/multi-processor/usage.inc.php +1
M html/pages/device/overview/processors.inc.php +9 -3
📈 10 added 📉 3 removed

💻 r9607 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 15:10
Improved graph widget naming
Files changed (1)
M html/ajax/widget.php +26 -13
📈 26 added 📉 13 removed

💻 r9606 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 14:35
Add graph page link generation to widget graphs
Files changed (1)
M html/ajax/widget.php +6 -1
📈 6 added 📉 1 removed

💻 r9605 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 13:47
Improve status array generator to assign different severities to port errors depending upon number
Files changed (1)
M html/includes/print/status.inc.php +9 -12
📈 9 added 📉 12 removed

💻 r9604 IMPROVE

Adam Armstrong 🐸 • 2018-11-14 13:46
Improve juniper firewall graph colours to match standard
Files changed (2)
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

💻 r9603 FIX

Adam Armstrong 🐸 • 2018-11-14 13:41
Set default graph colours for generic_simplex type
Files changed (1)
M html/includes/graphs/generic_simplex.inc.php +4
📈 4 added 📉 0 removed

💻 r9602

Mike Stupalov 🐱 • 2018-11-14 08:07
derp
Files changed (1)
M poller-wrapper.py +1 -1
📈 1 added 📉 1 removed

💻 r9601 TRIVIAL

Mike Stupalov 🐱 • 2018-11-14 08:02
Enable db autocommit for poller-wrapper script by different (compatible) way.
Files changed (1)
M poller-wrapper.py +16 -4
📈 16 added 📉 4 removed

💻 r9600 TRIVIAL

Mike Stupalov 🐱 • 2018-11-13 16:52
Enable db connection autocommit in poller-wrapper script.
Files changed (1)
M poller-wrapper.py +11 -12
📈 11 added 📉 12 removed

💻 r9599 FIX

Adam Armstrong 🐸 • 2018-11-13 09:00
Fix global var typo
Files changed (1)
M html/includes/print/status.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9598 FIX

Adam Armstrong 🐸 • 2018-11-12 18:42
Fix status descr generation
Files changed (1)
M includes/discovery/sensors.inc.php +3 -10
📈 3 added 📉 10 removed

💻 r9597 FIX

Adam Armstrong 🐸 • 2018-11-12 18:36
Fix OS definition
Files changed (1)
M includes/definitions/os.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9596 ADD

Adam Armstrong 🐸 • 2018-11-12 17:59
Add enable UCD-SNMP-MIB on Mac OS hosts.
Files changed (5)
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

💻 r9595 ADD

Adam Armstrong 🐸 • 2018-11-12 17:39
Add DMOS.
Files changed (2)
M includes/definitions/mibs/datacom.inc.php +30 -7
M includes/discovery/processors.inc.php +2 -2
📈 32 added 📉 9 removed

💻 r9594 ADD

Adam Armstrong 🐸 • 2018-11-12 16:44
Add AKCP SP2+ sensor/status support.
Files changed (4)
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

💻 r9593 TRIVIAL

Mike Stupalov 🐱 • 2018-11-12 13:02
Fixed fetch printer supplies descriptions by Printer-MIB on some HP printers.
Files changed (2)
M includes/discovery/printersupplies/printer-mib.inc.php +6 -4
M includes/discovery/sensors/printer-mib.inc.php +1 -1
📈 7 added 📉 5 removed

💻 r9592 MINOR

Mike Stupalov 🐱 • 2018-11-12 13:01
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.
Files changed (7)
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
📈 148 added 📉 158 removed

💻 r9591 IMPROVE

Adam Armstrong 🐸 • 2018-11-12 07:31
Improve teams notification slightly.
Files changed (1)
M includes/alerting/teams.inc.php +1
📈 1 added 📉 0 removed

💻 r9590 IMPROVE

Adam Armstrong 🐸 • 2018-11-11 20:19
Improve some widgets. Unify legacy status box/table array generation.
Files changed (7)
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

💻 r9589 FIX

Adam Armstrong 🐸 • 2018-11-11 10:49
Update INSTALL
Files changed (1)
M INSTALL +1 -1
📈 1 added 📉 1 removed

💻 r9588 FIX

Adam Armstrong 🐸 • 2018-11-11 10:49
Update README
Files changed (1)
M README +1 -5
📈 1 added 📉 5 removed

💻 r9587 IMPROVE

Adam Armstrong 🐸 • 2018-11-11 09:28
Improve dashboard functionality. Reduce grid height. Add some new widget types. Add ability to regen default.
Files changed (12)
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
📈 362 added 📉 118 removed

💻 r9586 MIB

Adam Armstrong 🐸 • 2018-11-11 08:55
Add some new MIBs
Files changed (11)
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

💻 r9585 ADD

Adam Armstrong 🐸 • 2018-11-11 08:40
Add ability to poll no modules with -m none.
Files changed (1)
M includes/polling/functions.inc.php +5
📈 5 added 📉 0 removed

💻 r9584 ADD

Adam Armstrong 🐸 • 2018-11-11 08:39
Add ifAlias overriding for testing.
Files changed (1)
M includes/polling/ports.inc.php +11
📈 11 added 📉 0 removed

💻 r9583 DEVEL

Mike Stupalov 🐱 • 2018-11-09 14:51
Clean
Files changed (2)
M tests/data/snmp/snmp_walk_multipart_lldp-1.json +3 -3
M tests/data/snmp/snmp_walk_multipart_lldp-2.json +3 -3
📈 6 added 📉 6 removed

💻 r9582 DEVEL

Mike Stupalov 🐱 • 2018-11-09 14:42
Missed test files.
Files changed (2)
A tests/data/snmp/snmp_walk_multipart_lldp-1.json +94
A tests/data/snmp/snmp_walk_multipart_lldp-2.json +86
📈 180 added 📉 0 removed

💻 r9581 TRIVIAL

Mike Stupalov 🐱 • 2018-11-09 14:40
Fixed clean escaped quotes in snmp_walk functions.
Files changed (2)
M includes/snmp.inc.php +6 -15
M tests/SnmpDataTest2.php +11 -1
📈 17 added 📉 16 removed

💻 r9580 IMPROVE

Adam Armstrong 🐸 • 2018-11-09 10:49
Improve dashboard status box generation for alerting and legacy widgets.
Files changed (4)
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

💻 r9579 TRIVIAL

Mike Stupalov 🐱 • 2018-11-08 22:45
Revert fetch multiline remote sysdescr for LLDP neighbours (since concat fixed).
Files changed (1)
M includes/discovery/neighbours/lldp-mib.inc.php +7 -1
📈 7 added 📉 1 removed

💻 r9578 DEBUG

Mike Stupalov 🐱 • 2018-11-08 22:29
Undebug
Files changed (2)
M html/js/observium.js +1 -1
M includes/sql-config.inc.php -2
📈 0 added 📉 2 removed

💻 r9577 TRIVIAL

Mike Stupalov 🐱 • 2018-11-08 22:25
Clean concat snmp output from residual \r.
Files changed (2)
M includes/snmp.inc.php +2 -2
M tests/data/snmp/snmp_walk_lldp-2.json +1 -1
📈 3 added 📉 3 removed

💻 r9576 TRIVIAL

Mike Stupalov 🐱 • 2018-11-08 21:54
Fixed snmpwalk fetch empty values with OBS_SNMP_CONCAT flag.
Files changed (7)
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
📈 171 added 📉 9 removed

💻 r9575 FIX

Adam Armstrong 🐸 • 2018-11-08 20:46
LLDP discovery fixes
Files changed (5)
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

💻 r9574 IMPROVE

Adam Armstrong 🐸 • 2018-11-08 15:20
Actually make alert rule migration page useful.
Files changed (1)
M html/pages/migrate_alerts.inc.php +31 -10
📈 31 added 📉 10 removed

💻 r9573 ADD

Adam Armstrong 🐸 • 2018-11-08 13:04
Add numm alert transport.
Files changed (3)
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

💻 r9572 FIX

Adam Armstrong 🐸 • 2018-11-08 12:08
Improve queries used in UI for neighbours
Files changed (1)
M html/pages/device/ports.inc.php +6 -3
📈 6 added 📉 3 removed

💻 r9571 FIX

Adam Armstrong 🐸 • 2018-11-08 11:41
Fix incorrect calling of qtip when qtip is disabled.
Files changed (2)
M html/index.php +4 -1
M html/js/observium.js -3
📈 4 added 📉 1 removed

💻 r9570 DEBUG

Adam Armstrong 🐸 • 2018-11-08 07:53
Undebug
Files changed (1)
M html/includes/print/neighbours.inc.php -3
📈 0 added 📉 3 removed

💻 r9569 API

Adam Armstrong 🐸 • 2018-11-08 07:50
Add neighbours API endpoint
Files changed (4)
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

💻 r9568 IMPROVE

Adam Armstrong 🐸 • 2018-11-08 06:17
Improve neighbour discovery code slightly. Fix visibility of neighbours to non-global users.
Files changed (13)
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
📈 27 added 📉 26 removed

💻 r9567 ADD

Adam Armstrong 🐸 • 2018-11-07 21:39
Add basic datacom support
Files changed (4)
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
📈 88 added 📉 0 removed

💻 r9566 FIX

Adam Armstrong 🐸 • 2018-11-07 21:16
Correct fix for neighbours and limited users
Files changed (2)
M html/includes/cache-data.inc.php +2 -1
M html/includes/print/neighbours.inc.php +3
📈 5 added 📉 1 removed

💻 r9565 FIX

Adam Armstrong 🐸 • 2018-11-07 21:06
Revert neighbours for limited users fix.
Files changed (1)
M html/includes/print/neighbours.inc.php +5 -2
📈 5 added 📉 2 removed

💻 r9564 MIB

Adam Armstrong 🐸 • 2018-11-07 19:12
Add Datacom DMOS MIBs
Files changed (12)
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

💻 r9563 FIX

Adam Armstrong 🐸 • 2018-11-07 19:00
Fix neighbour's query generation for limited users.
Files changed (1)
M html/includes/print/neighbours.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9562 UNDEBUG

Adam Armstrong 🐸 • 2018-11-07 18:41
UNDEBUG
Files changed (1)
M html/includes/print/neighbours.inc.php +1 -3
📈 1 added 📉 3 removed

💻 r9561 FIX

Adam Armstrong 🐸 • 2018-11-07 18:36
Store null in table if we don't know the neighbour. Fix searching for neighbours.
Files changed (13)
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
📈 19 added 📉 13 removed

💻 r9560 IMPROVE

Adam Armstrong 🐸 • 2018-11-07 16:36
Hide group bar when widget too small.
Files changed (3)
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

💻 r9559 FIX

Adam Armstrong 🐸 • 2018-11-07 15:38
Disable unused JS causing issues.
Files changed (1)
M html/pages/dashboard.inc.php +2 -16
📈 2 added 📉 16 removed

💻 r9558 UI

Adam Armstrong 🐸 • 2018-11-07 14:58
New front page / dashboard.
Files changed (25)
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,377 added 📉 816 removed

💻 r9557 ADD

Adam Armstrong 🐸 • 2018-11-07 10:56
Find odd filesystems via UCD-MIB
Files changed (1)
M includes/discovery/storage/host-resources-mib.inc.php +6 -2
📈 6 added 📉 2 removed

💻 r9556 TRIVIAL

Mike Stupalov 🐱 • 2018-11-06 09:04
Clean accidentally global vars before graph generate.
Files changed (1)
M html/includes/graphs/graph.inc.php +3
📈 3 added 📉 0 removed

💻 r9555 FIX

Adam Armstrong 🐸 • 2018-11-06 04:33
Don't rely on key in foreach for multi line graphs
Files changed (4)
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

💻 r9554 ADD

Adam Armstrong 🐸 • 2018-11-05 19:54
Add storage_size as an attribute
Files changed (1)
M includes/definitions/entities.inc.php +1
📈 1 added 📉 0 removed

💻 r9553 FIX

Adam Armstrong 🐸 • 2018-11-05 16:18
Don't unset index if it's set by entity auth
Files changed (1)
M html/includes/graphs/generic_definition.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9552 FIX

Adam Armstrong 🐸 • 2018-11-05 09:55
Fix map positioning
Files changed (1)
M html/includes/map/leaflet.inc.php +11 -5
📈 11 added 📉 5 removed

💻 r9551 ADD

Adam Armstrong 🐸 • 2018-11-05 09:38
Add inventory (entPhysical) from API
Files changed (3)
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

💻 r9550 FIX

Adam Armstrong 🐸 • 2018-11-04 12:52
Change name of geojson generator because of filters
Files changed (3)
D html/geo.php -98
A html/geojson.php +98
M html/includes/map/leaflet.inc.php +136 -109
📈 234 added 📉 207 removed

💻 r9549 TRIVIAL

Mike Stupalov 🐱 • 2018-11-03 22:35
Added partititoned poller-wrapper graphs definition.
Files changed (1)
M includes/definitions/graphtypes.inc.php +32
📈 32 added 📉 0 removed

💻 r9548 MINOR

Mike Stupalov 🐱 • 2018-11-03 22:34
Added poller-wrapper stats for partitioned poller.
Files changed (2)
M html/pages/pollerlog.inc.php +30 -2
M poller-wrapper.py +86 -73
📈 116 added 📉 75 removed

💻 r9547 TIVIAL

Mike Stupalov 🐱 • 2018-11-03 22:31
Use %index% tag instead direct rewrite in definition based indexed graphs.
Files changed (4)
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

💻 r9546 TRIVIAL

Mike Stupalov 🐱 • 2018-11-03 16:17
Update pear Mail to latest.
Files changed (11)
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

💻 r9545 IMPROVE

Adam Armstrong 🐸 • 2018-11-03 04:22
Implement realtime updating for map
Files changed (6)
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

💻 r9544 ADD

Adam Armstrong 🐸 • 2018-11-02 21:58
Add HP/Aruba VSF status indicators
Files changed (3)
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

💻 r9543 ADD

Adam Armstrong 🐸 • 2018-11-02 21:54
Add some stonesoft status and data
Files changed (2)
M includes/definitions/mibs/forcepoint.inc.php +24
M includes/definitions/os.inc.php +1
📈 25 added 📉 0 removed

💻 r9542 ADD

Adam Armstrong 🐸 • 2018-11-02 03:06
Add Moxa EDS-P506E port ifAlias collection.
Files changed (12)
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

💻 r9541 ADD

Adam Armstrong 🐸 • 2018-11-01 05:01
Add pollers table
Files changed (1)
A update/390.sql +3
📈 3 added 📉 0 removed

💻 r9540 FIX

Adam Armstrong 🐸 • 2018-10-31 09:46
Remove debugging output
Files changed (1)
M includes/discovery/functions.inc.php -2
📈 0 added 📉 2 removed

💻 r9539 REGRESS

Mike Stupalov 🐱 • 2018-10-31 08:49
Fixed poller-wrapper for python3 and KeyError exeption.
Files changed (1)
M poller-wrapper.py +11 -5
📈 11 added 📉 5 removed

💻 r9538 REGRESS

Mike Stupalov 🐱 • 2018-10-31 08:17
Fixed devices discovery.
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r9537 REGRESS

Mike Stupalov 🐱 • 2018-10-31 07:53
Fixed discovery unix-agent hdarray status.
Files changed (1)
M includes/polling/unix-agent/hdarray.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9536 IMPROVE

Adam Armstrong 🐸 • 2018-10-31 03:55
Improve poller partitioning support.
Files changed (7)
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

💻 r9535 ADD

Adam Armstrong 🐸 • 2018-10-31 03:07
Add basic poller partitioning support.
Files changed (4)
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
📈 110 added 📉 13 removed

💻 r9534 FIX

Adam Armstrong 🐸 • 2018-10-30 23:30
Handle missing rrd dir
Files changed (1)
M update/388.php +4
📈 4 added 📉 0 removed

💻 r9533 FIX

Adam Armstrong 🐸 • 2018-10-30 22:01
Fix ADF sensor discovery
Files changed (1)
M includes/discovery/sensors/adf-1-mib.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9532 ADD

Adam Armstrong 🐸 • 2018-10-30 21:56
Add support for Nexans Gigaswitch
Files changed (6)
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
📈 116 added 📉 0 removed

💻 r9531 ADD

Adam Armstrong 🐸 • 2018-10-30 20:10
Fix enabling of fdb-table device graph during fdb-table poller
Files changed (1)
M includes/polling/fdb-table.inc.php +1
📈 1 added 📉 0 removed

💻 r9530 FIX

Adam Armstrong 🐸 • 2018-10-30 19:56
Banish commas from RRD filenames. Pass juniper firewall arguments with safename
Files changed (3)
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

💻 r9529 FIX

Adam Armstrong 🐸 • 2018-10-30 19:28
Fix safename()
Files changed (2)
M includes/common.inc.php +2 -2
M includes/rrdtool.inc.php +1 -1
📈 3 added 📉 3 removed

💻 r9528 IMPROVE

Adam Armstrong 🐸 • 2018-10-30 19:12
Switch j firewall stats to newer table
Files changed (5)
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

💻 r9527 FIX

Adam Armstrong 🐸 • 2018-10-30 18:44
Erroneous spaces
Files changed (1)
M includes/discovery/graphs/juniper-firewall-mib.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9526 FIX

Adam Armstrong 🐸 • 2018-10-30 18:41
[fix] type
Files changed (1)
M includes/discovery/graphs/juniper-firewall-mib.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9525 FIX

Adam Armstrong 🐸 • 2018-10-30 18:39
Invert firewall table choice logic
Files changed (3)
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

💻 r9524 IMPROVE

Adam Armstrong 🐸 • 2018-10-30 18:27
Remove some legacy snmp functions and fix minor errors
Files changed (10)
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

💻 r9523 TRIVIAL

Mike Stupalov 🐱 • 2018-10-30 18:06
Possible to use equal sign in Oid index when parsing snmp output.
Files changed (2)
M includes/snmp.inc.php +1 -1
M tests/IncludesSnmpTest.php +20
📈 21 added 📉 1 removed

💻 r9522 FIX

Adam Armstrong 🐸 • 2018-10-30 17:01
Remove erroneous apache header setting.
Files changed (1)
M html/.htaccess -5
📈 0 added 📉 5 removed

💻 r9521 IMPROVE

Adam Armstrong 🐸 • 2018-10-30 04:37
Improve sensor polling and add bdcom sensors.
Files changed (11)
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

💻 r9520 ADD

Adam Armstrong 🐸 • 2018-10-30 03:12
Add Juniper firewall stats
Files changed (9)
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

💻 r9519 MIB

Adam Armstrong 🐸 • 2018-10-27 01:40
Infinet MIBs
Files changed (16)
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

💻 r9518 ADD

Adam Armstrong 🐸 • 2018-10-27 01:24
Add Infinet definitions
Files changed (3)
A html/images/os/infinet_2x.png +1
A html/images/os/infinet.png +1
M includes/definitions/os.inc.php +9
📈 11 added 📉 0 removed

💻 r9517 IMPROVE

Adam Armstrong 🐸 • 2018-10-26 22:24
Finish removing state discover_sensor() calls
Files changed (29)
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

💻 r9516 IMPROVE

Adam Armstrong 🐸 • 2018-10-26 21:53
Remove all usage of discovering status via discover_sensor
Files changed (15)
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

💻 r9515 ADD

Adam Armstrong 🐸 • 2018-10-26 18:49
Add additional Liebert sensors
Files changed (14)
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

💻 r9514 ADD

Adam Armstrong 🐸 • 2018-10-26 15:32
Add netio non-indexed sensors.
Files changed (1)
A includes/discovery/sensors/netio-products-netio-mib.inc.php +66
📈 66 added 📉 0 removed

💻 r9513 ICON

Adam Armstrong 🐸 • 2018-10-26 14:36
Add NetIO icons
Files changed (2)
A html/images/os/netio_2x.png +1
A html/images/os/netio.png +1
📈 2 added 📉 0 removed

💻 r9512 MIB

Adam Armstrong 🐸 • 2018-10-26 14:31
Add Net IO MIB
Files changed (2)
A mibs/netio
A mibs/netio/NETIO-PRODUCTS-NETIO-MIB +229
📈 0 added 📉 0 removed

💻 r9511 ADD

Adam Armstrong 🐸 • 2018-10-26 14:30
Add support for Net IO outlets
Files changed (3)
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

💻 r9510 FIX

Adam Armstrong 🐸 • 2018-10-26 12:12
Don't disable graphs for all eternity when a single OID fails once.
Files changed (2)
M includes/polling/functions.inc.php +7
A update/387.sql +1
📈 8 added 📉 0 removed

💻 r9509 IMPROVE

Adam Armstrong 🐸 • 2018-10-26 03:19
Remove local $valid variable from sensor discovery
Files changed (156)
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
M includes/discovery/sensors/dell-rac-mib.inc.php +4 -4
M includes/discovery/sensors/dell-storage-sc-mib.inc.php +1 -1
M includes/discovery/sensors/dell-vendor-mib.inc.php +2 -2
M includes/discovery/sensors/dev-cfg-mib.inc.php +3 -3
M includes/discovery/sensors/dksf-48-4-x-x-1.inc.php +7 -7
M includes/discovery/sensors/dksf-50-11-x-x-x.inc.php +7 -7
M includes/discovery/sensors/dksf-60-4-x-x-x.inc.php +7 -7
M includes/discovery/sensors/dksf-70-5-x-x-1.inc.php +7 -7
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +4 -4
M includes/discovery/sensors/dps-mib-v38.inc.php +1 -1
M includes/discovery/sensors/eaton-epdu-mib.inc.php +14 -14
M includes/discovery/sensors/ecs4120-mib.inc.php +1 -1
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +4 -4
M includes/discovery/sensors/eltek-distributed-mib.inc.php +4 -4
M includes/discovery/sensors/emd-mib.inc.php +1 -1
M includes/discovery/sensors/enlogic-pdu-mib.inc.php +9 -9
M includes/discovery/sensors/entity-sensor-mib.inc.php +1 -1
M includes/discovery/sensors/eppc-mib.inc.php +9 -9
M includes/discovery/sensors/eqlmember-mib.inc.php +2 -2
M includes/discovery/sensors/es-racktivity-mib.inc.php +8 -8
M includes/discovery/sensors/exaltcomproducts.inc.php +10 -10
M includes/discovery/sensors/extreme-system-mib.inc.php +5 -5
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +3 -3
M includes/discovery/sensors/fa-ext-mib.inc.php +5 -5
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +7 -7
M includes/discovery/sensors/foundry-poe-mib.inc.php +3 -3
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-sn-switch-group-mib.inc.php +4 -4
M includes/discovery/sensors/fspr7-mib.inc.php +4 -4
M includes/discovery/sensors/geist-mib-v3.inc.php +58 -58
M includes/discovery/sensors/geist-v4-mib.inc.php +8 -8
M includes/discovery/sensors/gudeads-pdu8110-mib.inc.php +3 -3
M includes/discovery/sensors/gudeads-pdu8310-mib.inc.php +5 -5
M includes/discovery/sensors/hh3c-entity-ext-mib.inc.php +2 -2
M includes/discovery/sensors/hh3c-transceiver-info-mib.inc.php +5 -5
M includes/discovery/sensors/hpn-icf-entity-ext-mib.inc.php +2 -2
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +10 -10
M includes/discovery/sensors/huawei-poe-mib.inc.php +4 -4
M includes/discovery/sensors/hwg-pwr-mib.inc.php +1 -1
M includes/discovery/sensors/idrac-mib-smiv2.inc.php +2 -2
M includes/discovery/sensors/infratec-rms-mib.inc.php +3 -3
M includes/discovery/sensors/ipomanii-mib.inc.php +8 -8
M includes/discovery/sensors/ispro-mib.inc.php +5 -5
M includes/discovery/sensors/it-watchdogs-mib-v3.inc.php +1 -1
M includes/discovery/sensors/it-watchdogs-v4-mib.inc.php +2 -2
M includes/discovery/sensors/juniper-dom-mib.inc.php +9 -9
M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +5 -5
M includes/discovery/sensors/juniper-mib.inc.php +2 -2
M includes/discovery/sensors/liebert-gp-environmental-mib.inc.php +5 -5
M includes/discovery/sensors/liebert-gp-pdu-mib.inc.php +16 -16
M includes/discovery/sensors/liebert-gp-power-mib.inc.php +4 -4
M includes/discovery/sensors/lm-sensors-mib.inc.php +3 -3
M includes/discovery/sensors/lsi-megaraid-sas-mib.inc.php +6 -6
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +19 -19
M includes/discovery/sensors/mib-dell-10892.inc.php +2 -2
M includes/discovery/sensors/mseries-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/mseries-port-mib.inc.php +2 -2
M includes/discovery/sensors/nbs-cmmc-mib.inc.php +5 -5
M includes/discovery/sensors/netbotzv2-mib.inc.php +6 -6
M includes/discovery/sensors/netonix-switch-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 +4 -4
M includes/discovery/sensors/nscrtv-root.inc.php +7 -7
M includes/discovery/sensors/oa-sfp-mib.inc.php +5 -5
M includes/discovery/sensors/oadwdm-mib.inc.php +3 -3
M includes/discovery/sensors/oap-pseudo-mib.inc.php +2 -2
M includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +5 -5
M includes/discovery/sensors/omnitron-poe-mib.inc.php +2 -2
M includes/discovery/sensors/p8510-mib.inc.php +1 -1
M includes/discovery/sensors/packetflux-mib.inc.php +1 -1
M includes/discovery/sensors/pdu-mib.inc.php +5 -5
M includes/discovery/sensors/pdu2-mib.inc.php +4 -4
M includes/discovery/sensors/perle-mcr-mgt-mib.inc.php +5 -5
M includes/discovery/sensors/poseidon-mib.inc.php +1 -1
M includes/discovery/sensors/power-ethernet-mib.inc.php +15 -15
M includes/discovery/sensors/powernet-mib.inc.php +103 -103
M includes/discovery/sensors/printer-mib.inc.php +2 -2
M includes/discovery/sensors/radlan-hwenviroment.inc.php +2 -2
M includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +2 -2
M includes/discovery/sensors/raisecom-optical-transceiver-mib.inc.php +1 -1
M includes/discovery/sensors/rbn-envmon-mib.inc.php +2 -2
M includes/discovery/sensors/readydataos-mib.inc.php +6 -6
M includes/discovery/sensors/readynas-mib.inc.php +6 -6
M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +2 -2
M includes/discovery/sensors/rittal-cmc-tc-mib.inc.php +1 -1
M includes/discovery/sensors/roomalert24e-mib.inc.php +10 -10
M includes/discovery/sensors/roomalert4e-mib.inc.php +9 -9
M includes/discovery/sensors/sentry3-mib.inc.php +6 -6
M includes/discovery/sensors/sentry4-mib.inc.php +6 -6
M includes/discovery/sensors/serverscheck.inc.php +1 -1
M includes/discovery/sensors/sfa-info.inc.php +4 -4
M includes/discovery/sensors/smartnode-mib.inc.php +3 -3
M includes/discovery/sensors/socomecups-mib.inc.php +14 -14
M includes/discovery/sensors/sp2-mib.inc.php +2 -2
M includes/discovery/sensors/spagent-mib.inc.php +3 -3
M includes/discovery/sensors/ste-mib.inc.php +1 -1
M includes/discovery/sensors/ste2-mib.inc.php +1 -1
M includes/discovery/sensors/sun-platform-mib.inc.php +1 -1
M includes/discovery/sensors/supermicro-health-mib.inc.php +1 -1
M includes/discovery/sensors/teracom-mib.inc.php +5 -5
M includes/discovery/sensors/timetra-chassis-mib.inc.php +2 -2
M includes/discovery/sensors/ups-mib.inc.php +19 -19
M includes/discovery/sensors/waystream-mib.inc.php +4 -4
M includes/discovery/sensors/webgraph-old-thermo-hygrometer-us-mib.inc.php +3 -3
M includes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php +5 -5
M includes/discovery/sensors/xups-mib.inc.php +16 -16
M includes/discovery/sensors/zhone-shelf-monitor-mib.inc.php +2 -2
A includes/discovery/status/ac-system-mib.inc.php +60
A includes/discovery/status/cisco-stackwise-mib.inc.php +95
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/swraid-mib.inc.php +1 -1
M includes/discovery/status/synology-disk-mib.inc.php +1 -1
M includes/discovery/status/trapeze-networks-system-mib.inc.php +1 -1
M includes/polling/functions.inc.php +1 -1
M includes/polling/unix-agent/areca.inc.php +2 -2
M includes/polling/unix-agent/hdarray.inc.php +2 -2
M includes/polling/unix-agent/hddtemp.inc.php +1 -1
M includes/polling/unix-agent/lmsensors.inc.php +1 -1
M includes/polling/unix-agent/nvidia.inc.php +2 -2
M includes/polling/unix-agent/raspberrypi.inc.php +1 -1
M mibs/checkpoint/NOKIA-IPSO-SYSTEM-MIB +3 -3
📈 955 added 📉 959 removed

💻 r9508 FIX

Adam Armstrong 🐸 • 2018-10-25 15:48
Remove hardcoded calix graph list
Files changed (1)
M includes/definitions/os.inc.php -3
📈 0 added 📉 3 removed

💻 r9507 IMPROVE

Adam Armstrong 🐸 • 2018-10-25 01:23
More sensor discovery improvements
Files changed (15)
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

💻 r9506 FIX

Adam Armstrong 🐸 • 2018-10-25 01:23
Try to fix odd geo behaviour
Files changed (2)
M includes/geolocation.inc.php +71 -95
M includes/geolocation/google.inc.php +48 -51
📈 119 added 📉 146 removed

💻 r9505 FIX

Adam Armstrong 🐸 • 2018-10-24 17:49
geoloc cleanups
Files changed (2)
M includes/definitions/mibs/a10.inc.php +6 -7
M includes/geolocation.inc.php +95 -71
📈 101 added 📉 78 removed

💻 r9504 FIX

Adam Armstrong 🐸 • 2018-10-24 17:49
Only try chopping first element off Google GEO address if length is long
Files changed (1)
M includes/geolocation/google.inc.php +51 -47
📈 51 added 📉 47 removed

💻 r9503 ADD

Adam Armstrong 🐸 • 2018-10-24 04:44
Add additional hh3c status
Files changed (3)
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

💻 r9502 IMPROVE

Adam Armstrong 🐸 • 2018-10-24 03:55
Improve sensor discovery.
Files changed (144)
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
M includes/definitions/mibs/dse.inc.php +15 -15
M includes/definitions/mibs/edgecore.inc.php +40 -48
M includes/definitions/mibs/eltek.inc.php +28 -29
M includes/definitions/mibs/eltex.inc.php +106 -73
M includes/definitions/mibs/extreme.inc.php +1 -1
M includes/definitions/mibs/f5.inc.php +8 -8
M includes/definitions/mibs/fastback.inc.php +13 -14
M includes/definitions/mibs/fiberroad.inc.php +3 -1
M includes/definitions/mibs/firebrick.inc.php +4
M includes/definitions/mibs/fireeye.inc.php +19 -7
M includes/definitions/mibs/force10.inc.php +47
M includes/definitions/mibs/ge.inc.php +132 -45
M includes/definitions/mibs/geist.inc.php +37 -48
M includes/definitions/mibs/gude.inc.php +102 -37
M includes/definitions/mibs/hirschmann.inc.php +67 -45
M includes/definitions/mibs/hp.inc.php +4 -2
M includes/definitions/mibs/huawei.inc.php +12
M includes/definitions/mibs/ibm.inc.php +20 -22
M includes/definitions/mibs/ict.inc.php +14 -3
M includes/definitions/mibs/isilon.inc.php +31 -38
M includes/definitions/mibs/janitza.inc.php +21 -21
M includes/definitions/mibs/juniper.inc.php +2
M includes/definitions/mibs/junose.inc.php +12 -1
M includes/definitions/mibs/knuerr.inc.php +32 -38
M includes/definitions/mibs/lancom.inc.php +6
M includes/definitions/mibs/lenovo.inc.php +2 -2
M includes/definitions/mibs/megatec.inc.php +288 -225
M includes/definitions/mibs/meinberg.inc.php +23 -18
M includes/definitions/mibs/microsens.inc.php +33 -18
M includes/definitions/mibs/mikrotik.inc.php +171 -35
M includes/definitions/mibs/mimosa.inc.php +13 -8
M includes/definitions/mibs/mitsubishi.inc.php +19 -40
M includes/definitions/mibs/netgear.inc.php +1 -1
M includes/definitions/mibs/netonix.inc.php +51 -61
M includes/definitions/mibs/nortel.inc.php +9
M includes/definitions/mibs/omnitron.inc.php +16 -11
M includes/definitions/mibs/opengear.inc.php +39 -26
M includes/definitions/mibs/papouch.inc.php +42 -26
M includes/definitions/mibs/perle.inc.php +2 -2
M includes/definitions/mibs/raisecom.inc.php +74 -82
M includes/definitions/mibs/raritan.inc.php +1 -2
M includes/definitions/mibs/saf.inc.php +2 -1
M includes/definitions/mibs/snr.inc.php +3 -4
M includes/definitions/mibs/socomec.inc.php +261 -75
M includes/definitions/mibs/synology.inc.php +89 -73
M includes/definitions/mibs/teleste.inc.php +1 -1
M includes/definitions/mibs/teltonika.inc.php +14 -8
M includes/definitions/mibs/tempalert.inc.php +13 -8
M includes/definitions/mibs/trango.inc.php +12
M includes/definitions/mibs/trendmicro.inc.php +11 -12
M includes/definitions/mibs/tripplite.inc.php +24 -7
M includes/definitions/mibs/ubiquiti.inc.php +18 -6
M includes/definitions/mibs/waystream.inc.php +25 -32
M includes/definitions/mibs/webgraph.inc.php +32 -25
M includes/definitions/mibs/wwp.inc.php +34 -20
M includes/definitions/mibs/zte.inc.php +20 -13
M includes/definitions/mibs/zyxel.inc.php +49 -2
M includes/definitions/os.inc.php +21 -4
M includes/discovery/functions.inc.php +322
D includes/discovery/mempools/alcatel-ind1-health-mib.inc.php -40
D includes/discovery/processors/alcatel-ind1-health-mib.inc.php -36
M includes/discovery/sensors.inc.php +8 -345
M includes/discovery/sensors/ac-system-mib.inc.php +2 -33
D includes/discovery/sensors/acmepacket-envmon-mib.inc.php -77
D includes/discovery/sensors/airespace-wireless-mib.inc.php -33
D includes/discovery/sensors/alcatel-ind1-health-mib.inc.php -36
D includes/discovery/sensors/alphapowersystem-mib.inc.php -69
D includes/discovery/sensors/apnl-modular-pdu-mib.inc.php -81
D includes/discovery/sensors/asyncos-mail-mib.inc.php -45
D includes/discovery/sensors/atto6500n-mib.inc.php -26
D includes/discovery/sensors/cisco-firewall-mib.inc.php -31
D includes/discovery/sensors/ciscosb-mib.inc.php -28
D includes/discovery/sensors/dell-tl4000-mib.inc.php -44
D includes/discovery/sensors/eqldisk-mib.inc.php -44
D includes/discovery/sensors/f10-c-series-chassis-mib.inc.php -32
D includes/discovery/sensors/f10-chassis-mib.inc.php -46
D includes/discovery/sensors/f10-m-series-chassis-mib.inc.php -30
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php -6
D includes/discovery/sensors/fe-fireeye-mib.inc.php -36
D includes/discovery/sensors/g6-system-mib.inc.php -23
D includes/discovery/sensors/gudeads-epc2x6-mib.inc.php -23
D includes/discovery/sensors/hp-icf-chassis.inc.php -47
D includes/discovery/sensors/huawei-energymngt-mib.inc.php -36
D includes/discovery/sensors/ict-distribution-panel-mib.inc.php -37
D includes/discovery/sensors/juniper-alarm-mib.inc.php -35
D includes/discovery/sensors/juniper-system-mib.inc.php -33
D includes/discovery/sensors/lcos-mib.inc.php -24
D includes/discovery/sensors/ms-switch30-mib.inc.php -22
D includes/discovery/sensors/og-status-mib.inc.php -32
D includes/discovery/sensors/openbsd-sensors-mib.inc.php -42
D includes/discovery/sensors/s5-chassis-mib.inc.php -35
D includes/discovery/sensors/sw-mib.inc.php -36
D includes/discovery/sensors/synology-disk-mib.inc.php -46
D includes/discovery/sensors/trango-apex-rf-mib.inc.php -30
D includes/discovery/sensors/trapeze-networks-system-mib.inc.php -30
D includes/discovery/sensors/ubnt-airfiber-mib.inc.php -37
D includes/discovery/sensors/webgraph-8xthermometer-us-mib.inc.php -40
D includes/discovery/sensors/wwp-leos-chassis-mib.inc.php -24
D includes/discovery/sensors/zyxel-as-mib.inc.php -47
A includes/discovery/status/acmepacket-envmon-mib.inc.php +39
A includes/discovery/status/cisco-firewall-mib.inc.php +31
A includes/discovery/status/dell-tl4000-mib.inc.php +44
A includes/discovery/status/eqldisk-mib.inc.php +44
A includes/discovery/status/hp-icf-chassis.inc.php +47
A includes/discovery/status/juniper-alarm-mib.inc.php +35
A includes/discovery/status/synology-disk-mib.inc.php +38
A includes/discovery/status/trapeze-networks-system-mib.inc.php +30
M includes/entities.inc.php +13 -5
M includes/functions.inc.php +40 -9
M includes/polling/mempools.inc.php +9 -4
D includes/polling/mempools/alcatel-ind1-health-mib.inc.php -35
M includes/rewrites.inc.php +11 -17
M includes/rrdtool.inc.php +2
M includes/snmp.inc.php +1
📈 3,631 added 📉 3,588 removed

💻 r9501 MIBS

Adam Armstrong 🐸 • 2018-10-24 03:49
Update Alcatel mibs and fix some other errors
Files changed (213)
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
A mibs/alcatel-ent1/ALCATEL-ENT1-HA-VLAN-MIB +640
A mibs/alcatel-ent1/ALCATEL-ENT1-HEALTH-MIB +745
A mibs/alcatel-ent1/ALCATEL-ENT1-IGMP-MIB +1,585
A mibs/alcatel-ent1/ALCATEL-ENT1-INLINE-POWER-MIB +957
A mibs/alcatel-ent1/ALCATEL-ENT1-INTERSWITCH-PROTOCOL-MIB +185
A mibs/alcatel-ent1/ALCATEL-ENT1-IP-MIB +2,615
A mibs/alcatel-ent1/ALCATEL-ENT1-IPMRM-MIB +166
A mibs/alcatel-ent1/ALCATEL-ENT1-IPRM-MIB +675
A mibs/alcatel-ent1/ALCATEL-ENT1-IPRMV6-MIB +481
A mibs/alcatel-ent1/ALCATEL-ENT1-IPSEC-MIB +1,378
A mibs/alcatel-ent1/ALCATEL-ENT1-IPV6-MIB +2,183
A mibs/alcatel-ent1/ALCATEL-ENT1-ISIS-MIB +3,914
A mibs/alcatel-ent1/ALCATEL-ENT1-ISIS-SPB-MIB +2,650
A mibs/alcatel-ent1/ALCATEL-ENT1-LAG-MIB +2,742
A mibs/alcatel-ent1/ALCATEL-ENT1-LBD-MIB +825
A mibs/alcatel-ent1/ALCATEL-ENT1-LLDP-MED-MIB +345
A mibs/alcatel-ent1/ALCATEL-ENT1-LLDP-TRUST-MIB +430
A mibs/alcatel-ent1/ALCATEL-ENT1-LPS-MIB +773
A mibs/alcatel-ent1/ALCATEL-ENT1-MAC-ADDRESS-MIB +749
A mibs/alcatel-ent1/ALCATEL-ENT1-MAC-SERVER-MIB +599
A mibs/alcatel-ent1/ALCATEL-ENT1-MLD-MIB +1,582
A mibs/alcatel-ent1/ALCATEL-ENT1-MSG-SRV-MIB +164
A mibs/alcatel-ent1/ALCATEL-ENT1-MULTI-CHASSIS-MIB +1,633
A mibs/alcatel-ent1/ALCATEL-ENT1-MVRP-MIB +861
A mibs/alcatel-ent1/ALCATEL-ENT1-NETSEC-MIB +1,030
A mibs/alcatel-ent1/ALCATEL-ENT1-NTP-MIB +2,247
A mibs/alcatel-ent1/ALCATEL-ENT1-OPENFLOW-MIB +709
A mibs/alcatel-ent1/ALCATEL-ENT1-OSPF-MIB +2,147
A mibs/alcatel-ent1/ALCATEL-ENT1-OSPF3-MIB +437
A mibs/alcatel-ent1/ALCATEL-ENT1-PIM-MIB +768
A mibs/alcatel-ent1/ALCATEL-ENT1-POLICY-MIB +1,009
A mibs/alcatel-ent1/ALCATEL-ENT1-PORT-MAPPING +298
A mibs/alcatel-ent1/ALCATEL-ENT1-PORT-MIB +4,226
A mibs/alcatel-ent1/ALCATEL-ENT1-PORT-MIRRORING-MONITORING-MIB +974
A mibs/alcatel-ent1/ALCATEL-ENT1-PPPOEIA-MIB +597
A mibs/alcatel-ent1/ALCATEL-ENT1-QCN-MIB +281
A mibs/alcatel-ent1/ALCATEL-ENT1-QOS-MIB +9,411
A mibs/alcatel-ent1/ALCATEL-ENT1-RDP-MIB +265
A mibs/alcatel-ent1/ALCATEL-ENT1-RIP-MIB +595
A mibs/alcatel-ent1/ALCATEL-ENT1-RIPNG-MIB +695
A mibs/alcatel-ent1/ALCATEL-ENT1-ROUTEMAP-MIB +638
A mibs/alcatel-ent1/ALCATEL-ENT1-SAA-MIB +2,907
A mibs/alcatel-ent1/ALCATEL-ENT1-SERVICE-MGR-MIB +6,465
A mibs/alcatel-ent1/ALCATEL-ENT1-SESSION-MGR-MIB +469
A mibs/alcatel-ent1/ALCATEL-ENT1-SIP-SNOOPING-MIB +2,394
A mibs/alcatel-ent1/ALCATEL-ENT1-SLB-MIB +1,342
A mibs/alcatel-ent1/ALCATEL-ENT1-SNMP-AGENT-MIB +225
A mibs/alcatel-ent1/ALCATEL-ENT1-STATIC-FRR-MIB.mib +557
A mibs/alcatel-ent1/ALCATEL-ENT1-SYSTEM-MIB +2,594
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-CHASSIS-MIB +6,521
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-FILTER-MIB +4,353
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-GLOBAL-MIB +380
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-LDP-MIB +6,548
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-MPLS-MIB +3,900
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-OAM-TEST-MIB +11,409
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-PORT-MIB +11,209
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-QOS-MIB +6,959
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-SAP-MIB +9,847
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-SDP-MIB +5,787
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-SERV-MIB +9,097
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-TC-MIB +1,207
A mibs/alcatel-ent1/ALCATEL-ENT1-TIMETRA-VRTR-MIB +11,557
A mibs/alcatel-ent1/ALCATEL-ENT1-TRAP-MGR-MIB +748
A mibs/alcatel-ent1/ALCATEL-ENT1-UDLD-MIB +625
A mibs/alcatel-ent1/ALCATEL-ENT1-UDP-RELAY-MIB +2,013
A mibs/alcatel-ent1/ALCATEL-ENT1-VC-SPLIT-PROTECTION-MIB +332
A mibs/alcatel-ent1/ALCATEL-ENT1-VIRTUAL-CHASSIS-MIB +1,353
A mibs/alcatel-ent1/ALCATEL-ENT1-VIRTUAL-FLOW-CONTROL-MIB +2,366
A mibs/alcatel-ent1/ALCATEL-ENT1-VIRTUALROUTER-MIB +523
A mibs/alcatel-ent1/ALCATEL-ENT1-VLAN-MGR-MIB +672
A mibs/alcatel-ent1/ALCATEL-ENT1-VLAN-STP-MIB +2,895
A mibs/alcatel-ent1/ALCATEL-ENT1-VM-SNOOPING-MIB +1,153
A mibs/alcatel-ent1/ALCATEL-ENT1-VRRP-MIB +1,029
A mibs/alcatel-ent1/ALCATEL-ENT1-VRRP3-MIB +843
A mibs/alcatel-ent1/ALCATEL-ENT1-WEBMGT-MIB +306
A mibs/alvarion/ALVARION-TOP-MIB +17
A mibs/alvarion/RAINBOW-MIB +5,880
A mibs/alvarion/RAINBOW-NOTIFICATIONS-MIB +1,336
A mibs/alvarion/RAINBOW-PERFORMANCE-MIB +1,744
A mibs/alvarion/RAINBOW-RADIUS-MIB +313
A mibs/alvarion/RAINBOW-SERVICES-MIB +2,249
A mibs/alvarion/RB-ATE-MIB +386
A mibs/alvarion/RB-MICRO-ATE-MIB +387
D mibs/aos7/ALCATEL-IND1-AAA-MIB -1,486
D mibs/aos7/ALCATEL-IND1-AL-SRV-MIB -157
D mibs/aos7/ALCATEL-IND1-APP-FINGERPRINT-MIB -620
D mibs/aos7/ALCATEL-IND1-AUTO-FABRIC-MIB -403
D mibs/aos7/ALCATEL-IND1-BASE -766
D mibs/aos7/ALCATEL-IND1-BFD-MIB -828
D mibs/aos7/ALCATEL-IND1-BGP-MIB -5,141
D mibs/aos7/ALCATEL-IND1-CAPMAN-MIB -759
D mibs/aos7/ALCATEL-IND1-CHASSIS-MIB -3,313
D mibs/aos7/ALCATEL-IND1-CONFIG-MGR-MIB -1,546
D mibs/aos7/ALCATEL-IND1-DA-MIB -2,392
D mibs/aos7/ALCATEL-IND1-DCBX-MIB -1,031
D mibs/aos7/ALCATEL-IND1-DEVICES -634
D mibs/aos7/ALCATEL-IND1-DHCP-SRV-MIB -336
D mibs/aos7/ALCATEL-IND1-DHCPV6-MIB -423
D mibs/aos7/ALCATEL-IND1-DHL-MIB -577
D mibs/aos7/ALCATEL-IND1-DOT3-OAM-MIB -821
D mibs/aos7/ALCATEL-IND1-DVMRP-MIB -404
D mibs/aos7/ALCATEL-IND1-E-SERVICE-MIB -1,045
D mibs/aos7/ALCATEL-IND1-ERP-MIB -834
D mibs/aos7/ALCATEL-IND1-ETHERNET-OAM-MIB -441
D mibs/aos7/ALCATEL-IND1-EVB-MIB -416
D mibs/aos7/ALCATEL-IND1-FIPS-MIB -4,685
D mibs/aos7/ALCATEL-IND1-GLOBALROUTETABLE-MIB -218
D mibs/aos7/ALCATEL-IND1-GVRP-MIB -764
D mibs/aos7/ALCATEL-IND1-HA-VLAN-MIB -603
D mibs/aos7/ALCATEL-IND1-HEALTH-MIB -654
D mibs/aos7/ALCATEL-IND1-IGMP-MIB -1,483
D mibs/aos7/ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB -170
D mibs/aos7/ALCATEL-IND1-IP-MIB -1,831
D mibs/aos7/ALCATEL-IND1-IPMRM-MIB -126
D mibs/aos7/ALCATEL-IND1-IPRM-MIB -659
D mibs/aos7/ALCATEL-IND1-IPRMV6-MIB -387
D mibs/aos7/ALCATEL-IND1-IPSEC-MIB -1,344
D mibs/aos7/ALCATEL-IND1-IPV6-MIB -1,901
D mibs/aos7/ALCATEL-IND1-ISIS-MIB -3,812
D mibs/aos7/ALCATEL-IND1-ISIS-SPB-MIB -2,536
D mibs/aos7/ALCATEL-IND1-LAG-MIB -2,206
D mibs/aos7/ALCATEL-IND1-LPS-MIB -646
D mibs/aos7/ALCATEL-IND1-MAC-ADDRESS-MIB -665
D mibs/aos7/ALCATEL-IND1-MAC-SERVER-MIB -569
D mibs/aos7/ALCATEL-IND1-MLD-MIB -1,479
D mibs/aos7/ALCATEL-IND1-MSG-SRV-MIB -155
D mibs/aos7/ALCATEL-IND1-MULTI-CHASSIS-MIB -1,621
D mibs/aos7/ALCATEL-IND1-MVRP-MIB -819
D mibs/aos7/ALCATEL-IND1-NETSEC-MIB -979
D mibs/aos7/ALCATEL-IND1-NTP-MIB -2,200
D mibs/aos7/ALCATEL-IND1-OPENFLOW-MIB -515
D mibs/aos7/ALCATEL-IND1-OSPF-MIB -2,077
D mibs/aos7/ALCATEL-IND1-OSPF3-MIB -178
D mibs/aos7/ALCATEL-IND1-PIM-MIB -729
D mibs/aos7/ALCATEL-IND1-POLICY-MIB -953
D mibs/aos7/ALCATEL-IND1-PORT-MAPPING -264
D mibs/aos7/ALCATEL-IND1-PORT-MIB -3,309
D mibs/aos7/ALCATEL-IND1-PORT-MIRRORING-MONITORING-MIB -937
D mibs/aos7/ALCATEL-IND1-QCN-MIB -266
D mibs/aos7/ALCATEL-IND1-QOS-MIB -8,284
D mibs/aos7/ALCATEL-IND1-RDP-MIB -262
D mibs/aos7/ALCATEL-IND1-RIP-MIB -573
D mibs/aos7/ALCATEL-IND1-RIPNG-MIB -673
D mibs/aos7/ALCATEL-IND1-ROUTEMAP-MIB -628
D mibs/aos7/ALCATEL-IND1-SAA-MIB -2,855
D mibs/aos7/ALCATEL-IND1-SERVICE-MGR-MIB -5,824
D mibs/aos7/ALCATEL-IND1-SESSION-MGR-MIB -451
D mibs/aos7/ALCATEL-IND1-SLB-MIB -1,291
D mibs/aos7/ALCATEL-IND1-SNMP-AGENT-MIB -204
D mibs/aos7/ALCATEL-IND1-SYSTEM-MIB -2,187
D mibs/aos7/ALCATEL-IND1-TIMETRA-CHASSIS-MIB -6,245
D mibs/aos7/ALCATEL-IND1-TIMETRA-FILTER-MIB -4,266
D mibs/aos7/ALCATEL-IND1-TIMETRA-GLOBAL-MIB -212
D mibs/aos7/ALCATEL-IND1-TIMETRA-LDP-MIB -6,432
D mibs/aos7/ALCATEL-IND1-TIMETRA-MPLS-MIB -3,769
D mibs/aos7/ALCATEL-IND1-TIMETRA-OAM-TEST-MIB -10,974
D mibs/aos7/ALCATEL-IND1-TIMETRA-PORT-MIB -10,881
D mibs/aos7/ALCATEL-IND1-TIMETRA-QOS-MIB -6,802
D mibs/aos7/ALCATEL-IND1-TIMETRA-SAP-MIB -9,591
D mibs/aos7/ALCATEL-IND1-TIMETRA-SDP-MIB -5,680
D mibs/aos7/ALCATEL-IND1-TIMETRA-SERV-MIB -8,903
D mibs/aos7/ALCATEL-IND1-TIMETRA-TC-MIB -1,177
D mibs/aos7/ALCATEL-IND1-TIMETRA-VRTR-MIB -11,060
D mibs/aos7/ALCATEL-IND1-TRAP-MGR-MIB -617
D mibs/aos7/ALCATEL-IND1-UDLD-MIB -588
D mibs/aos7/ALCATEL-IND1-UDP-RELAY-MIB -1,059
D mibs/aos7/ALCATEL-IND1-VIRTUAL-CHASSIS-MIB -1,207
D mibs/aos7/ALCATEL-IND1-VIRTUAL-FLOW-CONTROL-MIB -2,327
D mibs/aos7/ALCATEL-IND1-VIRTUALROUTER-MIB -517
D mibs/aos7/ALCATEL-IND1-VLAN-MGR-MIB -461
D mibs/aos7/ALCATEL-IND1-VLAN-STP-MIB -2,831
D mibs/aos7/ALCATEL-IND1-VRRP-MIB -993
D mibs/aos7/ALCATEL-IND1-VRRP3-MIB -810
D mibs/aos7/ALCATEL-IND1-WEBMGT-MIB -295
M mibs/bsd/BEGEMOT-LM75-MIB +10 -4
D mibs/junose/ENTITY-MIB -1,268
D mibs/junose/IANA-ADDRESS-FAMILY-NUMBERS-MIB -112
D mibs/junose/IANA-RTPROTO-MIB -95
D mibs/junose/IANAifType-MIB -407
D mibs/junose/IP-MIB -704
D mibs/junose/TCP-MIB -323
M mibs/tempalert/TEMPERATUREALERT-MIB +18 -2
M mibs/webgraph/WebGraph-AnalogIn-57642-US-MIB +5 -4
📈 0 added 📉 0 removed

💻 r9500 IMPROVE

Adam Armstrong 🐸 • 2018-10-22 17:01
Improve BGP AFI group menu support
Files changed (1)
M html/includes/navbar.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r9499 IMPROVE

Adam Armstrong 🐸 • 2018-10-21 14:33
Improve snmp functions slightly. Clear SNMP cache on discovery end.
Files changed (4)
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

💻 r9498 IMPROVE

Adam Armstrong 🐸 • 2018-10-21 01:32
Improve sensor detection from array. Re-enable CISCO-RF-MIB.
Files changed (5)
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

💻 r9497 MINOR

Mike Stupalov 🐱 • 2018-10-20 12:59
Added entity_descr_definition(). Unificate generate entity descriptions when definition based discovery used.
Files changed (10)
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

💻 r9496 TRIVIAL

Mike Stupalov 🐱 • 2018-10-20 10:53
Fixed some os icons.
Files changed (2)
M html/images/os/ctc_2x.png ±0
M html/images/os/ctc.png ±0
📈 0 added 📉 0 removed

💻 r9495 TRIVIAL

Mike Stupalov 🐱 • 2018-10-20 10:12
Fixed associate devices by ip in syslog when not have associated ports.
Files changed (1)
M includes/syslog.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9494 FIX

Adam Armstrong 🐸 • 2018-10-20 03:21
Undebug
Files changed (1)
M includes/polling/storage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9493 FIX

Adam Armstrong 🐸 • 2018-10-19 13:40
Disable CISCO-RF-MIB for now.
Files changed (1)
M includes/definitions/os.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9492 TRIVIAL

Mike Stupalov 🐱 • 2018-10-19 11:36
Added ability to use full named oid (MIB::Oid) in snmp_get()/snmp_walk() functions (and all their successors).
Files changed (2)
M includes/functions.inc.php +1 -10
M includes/snmp.inc.php +11
📈 12 added 📉 10 removed

💻 r9491 TRIVIAL

Mike Stupalov 🐱 • 2018-10-19 10:35
Improved syslog parsing for JunOS, Stormshield NS-BSD and FTOS.
Files changed (3)
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

💻 r9490 TRIVIAL

Mike Stupalov 🐱 • 2018-10-19 09:22
Fixed place for include API Printer Supplies.
Files changed (2)
A html/api/v0/includes/printersupplies.inc.php +48
D html/api/v0/printersupplies.inc.php -48
📈 48 added 📉 48 removed

💻 r9489 TRIVIAL

Mike Stupalov 🐱 • 2018-10-19 08:44
Revert mistaken changes (appear in r9485).
Files changed (1)
M includes/alerts.inc.php +17 -1
📈 17 added 📉 1 removed

💻 r9488 FIX

Adam Armstrong 🐸 • 2018-10-18 23:24
Fix some superfluous discovery output
Files changed (2)
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php -2
📈 1 added 📉 3 removed

💻 r9487 MIB

Adam Armstrong 🐸 • 2018-10-18 23:24
Add new CUC Ribbon and Citrix MIBs
Files changed (89)
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
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FLOWCTRL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-FSM-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-GMETA-MIB +7 -5
M mibs/cisco/CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB +15 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-HOSTIMG-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-IDENT-MIB +9 -7
M mibs/cisco/CISCO-UNIFIED-COMPUTING-IMGPROV-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-IMGSEC-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-INITIATOR-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-IP-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-IPPOOL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-IQNPOOL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-ISCSI-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-LICENSE-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-LLDP-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-LS-MIB +126 -8
M mibs/cisco/CISCO-UNIFIED-COMPUTING-LSBOOT-MIB +295 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-LSMAINT-MIB +67 -13
M mibs/cisco/CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB +951 -4
M mibs/cisco/CISCO-UNIFIED-COMPUTING-MACPOOL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-MAPPINGS-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-MEMORY-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-MGMT-MIB +541 -19
M mibs/cisco/CISCO-UNIFIED-COMPUTING-MIB +4,671 -2,956
M mibs/cisco/CISCO-UNIFIED-COMPUTING-NETWORK-MIB +158 -27
M mibs/cisco/CISCO-UNIFIED-COMPUTING-NFS-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-NWCTRL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-OBSERVE-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-ORG-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-OS-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-PCI-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-PKI-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-POLICY-MIB +1,434 -4
M mibs/cisco/CISCO-UNIFIED-COMPUTING-PORT-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-POWER-MIB +164 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-PROC-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-QOSCLASS-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-QUERYRESULT-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-SECURITY-MIB +13 -2
M mibs/cisco/CISCO-UNIFIED-COMPUTING-SES-MIB +78 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-SOL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-STATS-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB +4,958 -18
M mibs/cisco/CISCO-UNIFIED-COMPUTING-SW-MIB +967 -194
M mibs/cisco/CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB +213 -3
M mibs/cisco/CISCO-UNIFIED-COMPUTING-SYSFILE-MIB +13 -2
M mibs/cisco/CISCO-UNIFIED-COMPUTING-TC-MIB +7,115 -357
M mibs/cisco/CISCO-UNIFIED-COMPUTING-TOP-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-TRIG-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-UUIDPOOL-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-VERSION-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-VM-MIB +3 -1
M mibs/cisco/CISCO-UNIFIED-COMPUTING-VNIC-MIB +192 -10
M mibs/citrix/NS-ROOT-MIB +1,237 -80
A mibs/sonus
A mibs/sonus/UX-CALL-STATS-MIB +1,718
A mibs/sonus/UX-OBJECTS-MIB +1,358
A mibs/sonus/UX-TRAP-MIB +5,533
📈 0 added 📉 0 removed

💻 r9486 ADD

Adam Armstrong 🐸 • 2018-10-18 23:22
Add Ribbon UX detection and basic strings.
Files changed (4)
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
📈 38 added 📉 0 removed

💻 r9485 FIX

Adam Armstrong 🐸 • 2018-10-18 18:31
Fix autogeneration of alerts during discovery
Files changed (1)
M includes/alerts.inc.php +8 -17
📈 8 added 📉 17 removed

💻 r9484 ADD

Adam Armstrong 🐸 • 2018-10-18 18:14
Add Printer Supplies endpoint to API
Files changed (2)
M html/api/v0/index.php +1
A html/api/v0/printersupplies.inc.php +48
📈 49 added 📉 0 removed

💻 r9483 ADD

Adam Armstrong 🐸 • 2018-10-18 17:02
Add CISCO-RF-MIB to Cisco WLC
Files changed (1)
M includes/definitions/os.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r9482 ADD

Adam Armstrong 🐸 • 2018-10-18 16:53
Add status indicators for VSS
Files changed (2)
M includes/definitions/mibs/cisco.inc.php +76
M includes/definitions/os.inc.php +4 -4
📈 80 added 📉 4 removed

💻 r9481 FIX

Adam Armstrong 🐸 • 2018-10-18 16:07
Fix lowercase mib usage in storage poller.
Files changed (1)
M includes/polling/storage.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9480 ADD

Adam Armstrong 🐸 • 2018-10-17 12:41
Add additional Coriant Groove sensors
Files changed (1)
M includes/definitions/mibs/coriant.inc.php +9 -3
📈 9 added 📉 3 removed

💻 r9479 ADD

Adam Armstrong 🐸 • 2018-10-16 19:11
Add discovery and support for a few new OSes. Add some icons.
Files changed (27)
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
📈 938 added 📉 158 removed

💻 r9478 MIBS

Adam Armstrong 🐸 • 2018-10-16 19:09
Add Netgear RADLAN MIBs
Files changed (117)
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
A mibs/netgear/NETGEAR-RADLAN-ENDOFMIB-MIB +33
A mibs/netgear/NETGEAR-RADLAN-ETS-MIB +169
A mibs/netgear/NETGEAR-RADLAN-File +253
A mibs/netgear/NETGEAR-RADLAN-GMRP-MIB +148
A mibs/netgear/NETGEAR-RADLAN-GVRP-MIB +450
A mibs/netgear/NETGEAR-RADLAN-HWENVIROMENT +473
A mibs/netgear/NETGEAR-RADLAN-IP +1,492
A mibs/netgear/NETGEAR-RADLAN-ippreflist-MIB +297
A mibs/netgear/NETGEAR-RADLAN-IpRouter +1,774
A mibs/netgear/NETGEAR-RADLAN-IPSTDACL-MIB +378
A mibs/netgear/NETGEAR-RADLAN-IPv6 +1,949
A mibs/netgear/NETGEAR-RADLAN-IPV6FHS-MIB +5,167
A mibs/netgear/NETGEAR-RADLAN-iscsi-MIB +474
A mibs/netgear/NETGEAR-RADLAN-JUMBOFRAMES-MIB +47
A mibs/netgear/NETGEAR-RADLAN-LLDP-MIB +954
A mibs/netgear/NETGEAR-RADLAN-LOCALIZATION-MIB +185
A mibs/netgear/NETGEAR-RADLAN-MAC-BASE-PRIO +251
A mibs/netgear/NETGEAR-RADLAN-MGMD-ROUTER-MIB +335
A mibs/netgear/NETGEAR-RADLAN-MIB +737
A mibs/netgear/NETGEAR-RADLAN-MIR-MIB +215
A mibs/netgear/NETGEAR-RADLAN-MNGINF-MIB +302
A mibs/netgear/NETGEAR-RADLAN-MULTISESSIONTERMINAL-MIB +35
A mibs/netgear/NETGEAR-RADLAN-openflow-MIB +101
A mibs/netgear/NETGEAR-RADLAN-OSPF-LSDB-MIB +956
A mibs/netgear/NETGEAR-RADLAN-OSPF-MIB +4,388
A mibs/netgear/NETGEAR-RADLAN-OSPFV3-LSDB-MIB +1,614
A mibs/netgear/NETGEAR-RADLAN-OSPFV3-MIB +3,973
A mibs/netgear/NETGEAR-RADLAN-PHY-MIB +224
A mibs/netgear/NETGEAR-RADLAN-Physicaldescription-MIB +1,319
A mibs/netgear/NETGEAR-RADLAN-Physicaldescription-old-MIB +1,187
A mibs/netgear/NETGEAR-RADLAN-PIM-BSR-MIB +241
A mibs/netgear/NETGEAR-RADLAN-PIM-MIB +1,526
A mibs/netgear/NETGEAR-RADLAN-POLICY-MIB +4,265
A mibs/netgear/NETGEAR-RADLAN-PORT-STATISTICS-MIB +540
A mibs/netgear/NETGEAR-RADLAN-QCN-MIB +266
A mibs/netgear/NETGEAR-RADLAN-QOS-CLI-MIB +4,242
A mibs/netgear/NETGEAR-RADLAN-QOS-SERV +1,331
A mibs/netgear/NETGEAR-RADLAN-RADIUSSRV +729
A mibs/netgear/NETGEAR-RADLAN-RCLI-MIB +78
A mibs/netgear/NETGEAR-RADLAN-Redistribute +288
A mibs/netgear/NETGEAR-RADLAN-rlBrgMcMngr-MIB +163
A mibs/netgear/NETGEAR-RADLAN-rlBrgMulticast-MIB +675
A mibs/netgear/NETGEAR-RADLAN-rlDvmrp-MIB +167
A mibs/netgear/NETGEAR-RADLAN-rlFft +1,898
A mibs/netgear/NETGEAR-RADLAN-rlInterfaces +1,312
A mibs/netgear/NETGEAR-RADLAN-rlInventoryEnt-MIB +112
A mibs/netgear/NETGEAR-RADLAN-rlIP-MIB +328
A mibs/netgear/NETGEAR-RADLAN-rlIPMulticast-MIB +389
A mibs/netgear/NETGEAR-RADLAN-rlLcli-MIB +221
A mibs/netgear/NETGEAR-RADLAN-rlMacMulticast-MIB +1,491
A mibs/netgear/NETGEAR-RADLAN-RLPFC-MIB +151
A mibs/netgear/NETGEAR-RADLAN-RMON +328
A mibs/netgear/NETGEAR-RADLAN-rndApplications +1,330
A mibs/netgear/NETGEAR-RADLAN-rndMng +495
A mibs/netgear/NETGEAR-RADLAN-SECSD-MIB +416
A mibs/netgear/NETGEAR-RADLAN-SECURITY-SUITE +561
A mibs/netgear/NETGEAR-RADLAN-SENSORENTMIB +87
A mibs/netgear/NETGEAR-RADLAN-SMARTPORTS-MIB +342
A mibs/netgear/NETGEAR-RADLAN-SMON-MIB +111
A mibs/netgear/NETGEAR-RADLAN-SNA-MIB +46
A mibs/netgear/NETGEAR-RADLAN-SNMP-MIB +798
A mibs/netgear/NETGEAR-RADLAN-SNMPv2 +518
A mibs/netgear/NETGEAR-RADLAN-SOCKET-MIB +115
A mibs/netgear/NETGEAR-RADLAN-SSH-MIB +1,151
A mibs/netgear/NETGEAR-RADLAN-SSL +558
A mibs/netgear/NETGEAR-RADLAN-STACK-MIB +114
A mibs/netgear/NETGEAR-RADLAN-STORMCTRL-MIB +635
A mibs/netgear/NETGEAR-RADLAN-SWPACKAGEVERSION-MIB +65
A mibs/netgear/NETGEAR-RADLAN-SYSLOG-MIB +588
A mibs/netgear/NETGEAR-RADLAN-SYSMNG-MIB +499
A mibs/netgear/NETGEAR-RADLAN-TBI-MIB +216
A mibs/netgear/NETGEAR-RADLAN-TCPSESSIONS +146
A mibs/netgear/NETGEAR-RADLAN-TELNET-MIB +148
A mibs/netgear/NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB +1,893
A mibs/netgear/NETGEAR-RADLAN-TRACEROUTE-MIB +33
A mibs/netgear/NETGEAR-RADLAN-TRAPS-MIB +840
A mibs/netgear/NETGEAR-RADLAN-TRUNK-MIB +513
A mibs/netgear/NETGEAR-RADLAN-Tuning +2,183
A mibs/netgear/NETGEAR-RADLAN-TUNNEL-MIB +382
A mibs/netgear/NETGEAR-RADLAN-UDP +186
A mibs/netgear/NETGEAR-RADLAN-UPNP-MIB +41
A mibs/netgear/NETGEAR-RADLAN-UUSC-MIB +41
A mibs/netgear/NETGEAR-RADLAN-vlan-MIB +2,247
A mibs/netgear/NETGEAR-RADLAN-vlanVoice-MIB +450
A mibs/netgear/NETGEAR-RADLAN-VOIP-SNOOP +317
A mibs/netgear/NETGEAR-RADLAN-VRRP +376
A mibs/netgear/NETGEAR-RADLAN-WBA-MIB +327
📈 0 added 📉 0 removed

💻 r9477 MIB

Adam Armstrong 🐸 • 2018-10-16 18:22
Add additional MIBs
Files changed (47)
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
A mibs/rubytech/PRIVATE-SW0657840-MIB +1,811
A mibs/rubytech/PRIVATETECH-GEL2ESW10G-FUNCTION-MIB +6,401
A mibs/rubytech/PRIVATETECH-GEL2ESW26K-FUNCTION-MIB +6,510
A mibs/rubytech/PRIVATETECH-GEPoEL2ESW12-FUNCTION-MIB +7,277
A mibs/rubytech/RUBYTECH-ES2126-MIB +1,486
A mibs/rubytech/RUBYTECH-ES2226-MIB +5,055
A mibs/rubytech/RUBYTECH-ES2310C-MIB +3,896
A mibs/rubytech/RUBYTECH-ES2310Q-MIB +1,559
A mibs/rubytech/RUBYTECH-ES2410C-MIB +5,186
A mibs/rubytech/RUBYTECH-FGS2528KX-FUNCTION-MIB +6,373
A mibs/rubytech/RUBYTECH-FGS2924R-MIB +6,184
A mibs/rubytech/RUBYTECH-GS2108C-MIB +1,660
A mibs/teleste
A mibs/teleste/TELESTE-COMMON-MIB +1,888
A mibs/teleste/TELESTE-LUMINATO-MIB +3,908
A mibs/teleste/TELESTE-LUMINATO-MIB2 +2,388
A mibs/teleste/TELESTE-ROOT-MIB +206
📈 0 added 📉 0 removed

💻 r9476 MIB

Adam Armstrong 🐸 • 2018-10-16 18:16
Add/update a few additional MIBs
Files changed (5)
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

💻 r9475 MIB

Adam Armstrong 🐸 • 2018-10-16 18:15
Add Netgear Smart Switch MIBs
Files changed (25)
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

💻 r9474 MIB

Adam Armstrong 🐸 • 2018-10-16 18:11
Add and update Raisecom MIBs
Files changed (125)
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
A mibs/raisecom/RAISECOM-IGMPL2-MIB +1,146
A mibs/raisecom/RAISECOM-IP-BASE-MIB +369
A mibs/raisecom/RAISECOM-IPSOURCEGUARD-MIB +206
A mibs/raisecom/RAISECOM-KEEPALIVE-MIB +105
A mibs/raisecom/RAISECOM-KEYCHAIN-MIB +235
A mibs/raisecom/RAISECOM-L2CP-MIB +449
A mibs/raisecom/RAISECOM-LBDETECT-MIB +397
A mibs/raisecom/RAISECOM-LINKAGGREGATION-MIB +257
A mibs/raisecom/RAISECOM-LOOPBACK-MIB +333
A mibs/raisecom/RAISECOM-MCAST-MIB +289
A mibs/raisecom/RAISECOM-MODULE-MANAGEMENT-MIB +165
A mibs/raisecom/RAISECOM-MPLS-MIB +893
A mibs/raisecom/RAISECOM-NMS-ACC-MIB +156
A mibs/raisecom/RAISECOM-NOTIFICATION-MIB.my +1,088
A mibs/raisecom/RAISECOM-NTP-MIB +938
A mibs/raisecom/RAISECOM-OAM-MIB +283
A mibs/raisecom/RAISECOM-OPT-REMOTE-RMC-MIB.my +2,784
A mibs/raisecom/RAISECOM-OPTICAL-ENTITY-MIB.my +663
A mibs/raisecom/RAISECOM-OPTICAL-MODULE-TYPE-MIB.my +1,665
A mibs/raisecom/RAISECOM-OPTICAL-MONITOR-MIB +824
M mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB +79 -182
A mibs/raisecom/RAISECOM-OPTICAL-UDETH-INTERFACE-MIB +1,149
A mibs/raisecom/RAISECOM-OPTICAL-UDSFP-INTERFACE-MIB +973
A mibs/raisecom/RAISECOM-OSPF-MIB +4,262
A mibs/raisecom/RAISECOM-PAE-MIB +651
A mibs/raisecom/RAISECOM-PERF-MIB +1,787
A mibs/raisecom/RAISECOM-POE-MIB +216
M mibs/raisecom/RAISECOM-POWERMONITOR-MIB ±0
A mibs/raisecom/RAISECOM-PPPOEAGENT-MIB +206
A mibs/raisecom/RAISECOM-PTP-MIB +1,401
A mibs/raisecom/RAISECOM-QINQ-MIB +1,081
A mibs/raisecom/RAISECOM-QOS-MIB +4,052
A mibs/raisecom/RAISECOM-RCFT-MIB +10,123
A mibs/raisecom/RAISECOM-RCMP-MIB +292
A mibs/raisecom/RAISECOM-RELAY-MIB +335
A mibs/raisecom/RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB +2,061
A mibs/raisecom/RAISECOM-REMOTE-MANAGEMENT-REMOTE-MIB +769
A mibs/raisecom/RAISECOM-RIP-MIB +223
A mibs/raisecom/RAISECOM-RNDP-MIB +174
A mibs/raisecom/RAISECOM-RRCP-MIB +394
A mibs/raisecom/RAISECOM-RRCP-VLAN-MIB +737
A mibs/raisecom/RAISECOM-RTDP-MIB +268
A mibs/raisecom/RAISECOM-SCHEDULE-MIB +273
A mibs/raisecom/RAISECOM-SLA-MIB +2,625
A mibs/raisecom/RAISECOM-SSH-MIB +392
A mibs/raisecom/RAISECOM-SYSLOG-SERVICE-MIB +727
M mibs/raisecom/RAISECOM-SYSTEM-MIB -9
A mibs/raisecom/RAISECOM-UPGRADE-MANAGEMENT-MIB +502
A mibs/raisecom/RAISECOM-USER-MANAGEMENT-MIB +458
A mibs/raisecom/RAISECOM-VCT-MIB +185
A mibs/raisecom/RAISECOM-VLANGROUP-MIB +343
A mibs/raisecom/RAISECOM-VLANMACCOPY-MIB +104
A mibs/raisecom/RAISECOM-WEBSERVER-MIB +177
A mibs/raisecom/RAISECOM-WRED-MIB +131
A mibs/raisecom/RC002-INTERVAL-PERFORMANCE-STAT-MIB +477
A mibs/raisecom/RC002-LOCAL-DEVICE-PORT-MIB +6,520
A mibs/raisecom/RC002-REMOTE-DEVICE-MIB +10,153
A mibs/raisecom/RC002-REMOTEII-DEVICE-MIB +1,865
A mibs/raisecom/SWITCH-CCP-MIB +509
A mibs/raisecom/SWITCH-CLKMGMT-MIB +103
A mibs/raisecom/SWITCH-CPUPRO-MIB +203
A mibs/raisecom/SWITCH-DAI-MIB +363
A mibs/raisecom/SWITCH-ERING-MIB +563
A mibs/raisecom/SWITCH-FILTER-MIB +270
A mibs/raisecom/SWITCH-IFEXTEND-MIB +101
A mibs/raisecom/SWITCH-IGMPSNOOP-MIB +293
A mibs/raisecom/SWITCH-INTERFACE-PORT-MIB +710
A mibs/raisecom/SWITCH-L3-MIB +882
A mibs/raisecom/SWITCH-L3FILTER-MIB +105
A mibs/raisecom/SWITCH-LINKSTATETRACK-MIB +426
A mibs/raisecom/SWITCH-MACCONFIG-MIB +231
A mibs/raisecom/SWITCH-MEMORYMANGMENT-MIB +227
A mibs/raisecom/SWITCH-MSTP-MIB +1,125
A mibs/raisecom/SWITCH-MULTISYS-MIB +139
A mibs/raisecom/SWITCH-MVR-MIB +892
A mibs/raisecom/SWITCH-PORTBACKUP-MIB +201
A mibs/raisecom/SWITCH-PORTMIRROR-MIB +325
A mibs/raisecom/SWITCH-PORTPEERBACKUP-MIB +234
A mibs/raisecom/SWITCH-PORTSECURITY-MIB +396
A mibs/raisecom/SWITCH-PORTSTATISTIC-MIB +285
A mibs/raisecom/SWITCH-RATELIMIT-MIB +304
A mibs/raisecom/SWITCH-RMON-MIB +1,578
A mibs/raisecom/SWITCH-RSTP-MIB +163
A mibs/raisecom/SWITCH-SLOTCARDMGMT-MIB +163
A mibs/raisecom/SWITCH-SNMP-MIB +169
A mibs/raisecom/SWITCH-SNTP-MIB +117
A mibs/raisecom/SWITCH-SYNCE-MIB +543
M mibs/raisecom/SWITCH-SYSTEM-MIB +3 -160
M mibs/raisecom/SWITCH-TC ±0
A mibs/raisecom/SWITCH-TRUNK-MIB +153
A mibs/raisecom/SWITCH-VLAN-MIB +582
A mibs/raisecom/SWITCH-VLANCFG-MIB +351
A mibs/raisecom/SWITCH-VLANPORT-RATELIMIT-MIB +117
A mibs/raisecom/SWTICH-SERVICE-MIB +2,114
A mibs/raisecom/SWTICH-VLANXC-MIB +170
📈 0 added 📉 0 removed

💻 r9473 MIB

Adam Armstrong 🐸 • 2018-10-16 17:53
More standard MIBs
Files changed (5)
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

💻 r9471 MIB

Adam Armstrong 🐸 • 2018-10-15 20:07
Update SFLOW-MIB
Files changed (1)
M mibs/rfc/SFLOW-MIB +550 -330
📈 0 added 📉 0 removed

💻 r9470 MIBS

Adam Armstrong 🐸 • 2018-10-14 19:50
Add more standard mibs
Files changed (13)
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

💻 r9469 ADD

Adam Armstrong 🐸 • 2018-10-14 19:06
Add additional Netgear MIBs
Files changed (5)
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

💻 r9468 MIB

Adam Armstrong 🐸 • 2018-10-14 18:43
Additional standard MIBs
Files changed (32)
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
A mibs/rfc/PKTC-SEC-MIB +58
A mibs/rfc/PKTC-SIG-MIB +1,397
📈 0 added 📉 0 removed

💻 r9467 MIB

Adam Armstrong 🐸 • 2018-10-14 18:42
Additional Arris MIBs
Files changed (24)
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

💻 r9466 MINOR

Mike Stupalov 🐱 • 2018-10-14 15:04
Improved write state values into db in ports, sensors, status poller modules by using dbUpdateMulti().
Files changed (5)
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
📈 114 added 📉 42 removed

💻 r9465 MINOR

Mike Stupalov 🐱 • 2018-10-14 14:47
Added dbUpdateMulti() function for update multiple db rows at once.
Files changed (1)
M includes/db.inc.php +89 -2
📈 89 added 📉 2 removed

💻 r9464 TRIVIAL

Mike Stupalov 🐱 • 2018-10-14 13:50
Added poller snmp stats graphs.
Files changed (5)
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

💻 r9463 TRIVIAL

Mike Stupalov 🐱 • 2018-10-14 13:03
Small improve mixed table indexes in snmp_parse_line().
Files changed (2)
M includes/snmp.inc.php +4 -2
M tests/IncludesSnmpTest.php +10
📈 14 added 📉 2 removed

💻 r9462 FIX

Adam Armstrong 🐸 • 2018-10-13 22:46
Remove pdf.php. Remove erroneous os def.
Files changed (3)
A attic/pdf.php +116
D html/pdf.php -116
M includes/definitions/os.inc.php +2
📈 2 added 📉 116 removed

💻 r9461 MIBS

Mike Stupalov 🐱 • 2018-10-13 15:09
Added Electroline and SCTE mib files.
Files changed (57)
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
A mibs/electroline/ELECTROLINE-DVM-INVENTORY-MIB +123
A mibs/electroline/ELECTROLINE-DVM-ROOT-MIB +84
A mibs/electroline/ELECTROLINE-DVM-STATUS-MIB +573
A mibs/electroline/ELECTROLINE-DVM-TEST-MIB +410
A mibs/electroline/ELECTROLINE-GLOBAL-REG +151
A mibs/scte
A mibs/scte/SCTE-HMS-ALARMS-MIB +169
A mibs/scte/SCTE-HMS-COMMON-MIB +621
A mibs/scte/SCTE-HMS-GEN-MIB +519
A mibs/scte/SCTE-HMS-HE-COMMON-MIB +440
A mibs/scte/SCTE-HMS-HE-FAN-MIB +182
A mibs/scte/SCTE-HMS-HE-OPTICAL-AMPLIFIER-MIB +505
A mibs/scte/SCTE-HMS-HE-OPTICAL-RECEIVER-MIB +266
A mibs/scte/SCTE-HMS-HE-OPTICAL-SWITCH-MIB +750
A mibs/scte/SCTE-HMS-HE-OPTICAL-TRANSMITTER-MIB +444
A mibs/scte/SCTE-HMS-HE-OPTICS-MIB +56
A mibs/scte/SCTE-HMS-HE-POWER-SUPPLY-MIB +294
A mibs/scte/SCTE-HMS-HE-RF-AMP-MIB +291
A mibs/scte/SCTE-HMS-HE-RF-MIB +43
A mibs/scte/SCTE-HMS-HE-RF-SWITCH-MIB +668
A mibs/scte/SCTE-HMS-HEADENDIDENT-MIB +259
A mibs/scte/SCTE-HMS-HMTS-MIB +2,607
A mibs/scte/SCTE-HMS-PROPERTY-MIB +626
A mibs/scte/SCTE-HMS-PS-MIB +909
A mibs/scte/SCTE-HMS-ROOTS +118
A mibs/scte/SCTE-HMS-TIB-MIB +177
A mibs/scte/SCTE-ROOT +36
📈 0 added 📉 0 removed

💻 r9460 MIBS

Mike Stupalov 🐱 • 2018-10-13 14:53
Updated Broadcom mib files. Moved all DOCS-* mib files to rfc.
Files changed (67)
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
M mibs/broadcom/BRCM-TELNET-MGMT-MIB +24 -13
A mibs/broadcom/BRCM-THERMAL-MGMT-MIB +159
M mibs/broadcom/BRCM-USB-FACTORY-MIB +14 -7
M mibs/broadcom/BRCM-V2-FACTORY-MIB +23 -15
M mibs/broadcom/BRCM-V2-MGMT-MIB +7 -2
D mibs/cisco/DOCS-BPI2-MIB -3,019
D mibs/cisco/DOCS-CABLE-DEVICE-TRAP-MIB -927
D mibs/cisco/DOCS-DIAG-MIB -688
D mibs/cisco/DOCS-DRF-MIB -926
D mibs/cisco/DOCS-IF-EXT-MIB -140
D mibs/cisco/DOCS-IF-M-CMTS-MIB -3,355
D mibs/cisco/DOCS-IF3-MIB -4,027
D mibs/cisco/DOCS-IFEXT2-MIB -622
D mibs/cisco/DOCS-L2VPN-MIB -1,102
D mibs/cisco/DOCS-LOADBAL3-MIB -1,642
D mibs/cisco/DOCS-LOADBALANCING-MIB -1,091
D mibs/cisco/DOCS-MCAST-AUTH-MIB -721
D mibs/cisco/DOCS-MCAST-MIB -1,101
D mibs/cisco/DOCS-QOS-MIB -2,993
D mibs/cisco/DOCS-QOS3-MIB -5,039
D mibs/cisco/DOCS-SEC-MIB -769
D mibs/cisco/DOCS-SUBMGT-MIB -961
D mibs/cisco/DOCS-SUBMGT3-MIB -1,393
D mibs/cisco/DOCS-TEST-MIB -149
A mibs/rfc/CLAB-UPS-MIB +446
M mibs/rfc/DOCS-CABLE-DEVICE-TRAP-MIB +1 -1
A mibs/rfc/DOCS-DIAG-MIB +722
A mibs/rfc/DOCS-DRF-MIB +974
A mibs/rfc/DOCS-IF-M-CMTS-MIB +3,420
A mibs/rfc/DOCS-IFEXT2-MIB +668
A mibs/rfc/DOCS-L2VPN-MIB +1,198
A mibs/rfc/DOCS-LOADBAL3-MIB +1,655
A mibs/rfc/DOCS-LOADBALANCING-MIB +1,175
A mibs/rfc/DOCS-MCAST-AUTH-MIB +724
A mibs/rfc/DOCS-QOS3-MIB +5,050
A mibs/rfc/DOCS-SUBMGT3-MIB +1,406
A mibs/rfc/DOCS-TEST-MIB +178
📈 0 added 📉 0 removed

💻 r9459 ADD

Adam Armstrong 🐸 • 2018-10-13 13:37
Add DOCSIS MIBs
Files changed (20)
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

💻 r9458 MIBS

Adam Armstrong 🐸 • 2018-10-13 13:32
Dell OS10 MIBs
Files changed (4)
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

💻 r9457 MIB

Adam Armstrong 🐸 • 2018-10-13 11:38
Files changed (2)
M mibs/cambium/CAMBIUM-PTP800-MIB +2 -2
M mibs/netgear/WC7520-MIB +3 -3
📈 0 added 📉 0 removed

💻 r9456 ADD

Adam Armstrong 🐸 • 2018-10-12 22:24
Add additional cambium detection and a few misc other oses
Files changed (3)
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

💻 r9455 TRIVIAL

Mike Stupalov 🐱 • 2018-10-12 17:26
Detect mixed table indexes in snmp_parse_line() when OBS_SNMP_ALL_TABLE flag used.
Files changed (2)
M includes/snmp.inc.php +18 -3
M tests/IncludesSnmpTest.php +30
📈 48 added 📉 3 removed

💻 r9454 TRIVIAL

Mike Stupalov 🐱 • 2018-10-11 14:35
Prefer ifHighSpeed when returned incorrect ifSpeed (same as ifHighSpeed).
Files changed (1)
M includes/polling/ports.inc.php +5 -2
📈 5 added 📉 2 removed

💻 r9453 TRIVIAL

Mike Stupalov 🐱 • 2018-10-10 13:01
Use ifName instead ifDescr for port labels on TP-Link switches.
Files changed (1)
M includes/definitions/os.inc.php +1
📈 1 added 📉 0 removed

💻 r9452 ADD

Adam Armstrong 🐸 • 2018-10-06 11:15
Add OS10 to Unix type
Files changed (1)
M includes/definitions/os.inc.php +1
📈 1 added 📉 0 removed

💻 r9451 ADD

Adam Armstrong 🐸 • 2018-10-05 16:36
Add Dell OS10 detection.
Files changed (1)
M includes/definitions/os.inc.php +26
📈 26 added 📉 0 removed

💻 r9450 IMPROVE

Adam Armstrong 🐸 • 2018-10-04 10:35
Improve Smokeping rendering [OBS-2750]
Files changed (1)
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +60 -3
📈 60 added 📉 3 removed

💻 r9449 TRIVIAL

Mike Stupalov 🐱 • 2018-09-30 09:05
Small clean entity labels.
Files changed (2)
M includes/alerts.inc.php +17 -17
M includes/definitions/entities.inc.php +42 -42
📈 59 added 📉 59 removed

💻 r9448 FIX

Adam Armstrong 🐸 • 2018-09-29 15:51
Add parent table to oid entity type
Files changed (1)
M includes/definitions/entities.inc.php +6 -6
📈 6 added 📉 6 removed

💻 r9447 FIX

Adam Armstrong 🐸 • 2018-09-29 15:48
Fix selection of correct table name for entities with parent tables. Allow hardcoded setting of table in attribute definition.
Files changed (1)
M includes/alerts.inc.php +17 -1
📈 17 added 📉 1 removed

💻 r9446 TRIVIAL

Mike Stupalov 🐱 • 2018-09-27 14:31
Fixed Custom OID edit form for new options.
Files changed (1)
M html/pages/customoid.inc.php +15 -3
📈 15 added 📉 3 removed

💻 r9445 FIX

Adam Armstrong 🐸 • 2018-09-27 12:46
Extend Kibi numbers to text output too
Files changed (1)
M html/includes/entities/oid_entry.inc.php +6 -2
📈 6 added 📉 2 removed

💻 r9444 ADD

Adam Armstrong 🐸 • 2018-09-27 12:35
Add Kibibyte/LogY options to custom oid graphs.
Files changed (6)
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
📈 39 added 📉 10 removed

💻 r9443 ADD

Adam Armstrong 🐸 • 2018-09-20 13:33
Add bgp groups menu to routing menu
Files changed (1)
M html/includes/navbar.inc.php +12 -1
📈 12 added 📉 1 removed

💻 r9442 TRIVIAL

Mike Stupalov 🐱 • 2018-09-18 12:49
Added poller performance graphs for mysql and memory usage.
Files changed (4)
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

💻 r9441 ADD

Adam Armstrong 🐸 • 2018-09-18 01:51
Add custom stuff
Files changed (2)
M includes/discovery/sensors/adf-1-mib.inc.php +33 -15
M mibs/adf/ADF-1-MIB +31
📈 33 added 📉 15 removed

💻 r9440 ADD

Adam Armstrong 🐸 • 2018-09-18 00:23
Add GUDE PDU8311.
Files changed (3)
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

💻 r9439 ADD

Adam Armstrong 🐸 • 2018-09-17 19:19
Add CISCO-STACKWISE-MIB to IOS-XE
Files changed (1)
M includes/definitions/os.inc.php +1
📈 1 added 📉 0 removed

💻 r9438 TRIVIAL

Mike Stupalov 🐱 • 2018-09-14 11:51
snmp_get_multi_oid() also chunk Oids passed as string if max-get defined for os.
Files changed (1)
M includes/snmp.inc.php +35 -13
📈 35 added 📉 13 removed

💻 r9437 TRIVIAL

Mike Stupalov 🐱 • 2018-09-13 12:43
Limited max snmp get oids count to 3 for Eaton UPSes.
Files changed (1)
M includes/definitions/os.inc.php +1
📈 1 added 📉 0 removed

💻 r9436 TRIVIAL

Mike Stupalov 🐱 • 2018-09-13 09:02
Fixed hardware rewrite for Extreme XOS.
Files changed (1)
M includes/rewrites.inc.php +14 -14
📈 14 added 📉 14 removed

💻 r9435 TRIVIAL

Mike Stupalov 🐱 • 2018-09-12 22:36
Improved detect hardware for Extreme XOS (OBS-2769).
Files changed (3)
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

💻 r9434 TRIVIAL

Mike Stupalov 🐱 • 2018-09-12 16:07
Fixed port label processing on Hirschmann industrial switches (OBS-2770).
Files changed (4)
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

💻 r9433 ADD

Adam Armstrong 🐸 • 2018-09-12 13:50
Add http/https to polycom
Files changed (1)
M includes/definitions/os.inc.php +1
📈 1 added 📉 0 removed

💻 r9432 TRIVIAL

Mike Stupalov 🐱 • 2018-09-10 16:45
Added OSIX detection. Fixed TP-Link ports polling.
Files changed (4)
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
📈 109 added 📉 1 removed

💻 r9431 FIX

Adam Armstrong 🐸 • 2018-09-10 14:28
Don't forever-disable graphs.
Files changed (1)
M includes/polling/graphs/alvarion-dot11-wlan-mib.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9430 FIX

Adam Armstrong 🐸 • 2018-09-10 14:24
Don't forever-disable a graph when it fails a single poll.
Files changed (1)
M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r9429 ADD

Adam Armstrong 🐸 • 2018-09-10 01:54
Add status type expansion to assoc builder. Add some db fxes
Files changed (5)
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
📈 18 added 📉 4 removed

💻 r9427 ADD

Adam Armstrong 🐸 • 2018-09-08 00:57
Add ifOperStatus as port attrib
Files changed (1)
M includes/definitions/entities.inc.php +1 -3
📈 1 added 📉 3 removed

💻 r9426 TRIVIAL

Mike Stupalov 🐱 • 2018-09-07 15:58
Improved discovery Extreme system statuses (OBS-2534).
Files changed (2)
M includes/definitions/mibs/extreme.inc.php +8 -7
M includes/discovery/sensors/extreme-system-mib.inc.php +14
📈 22 added 📉 7 removed

💻 r9425 IMPROVE

Adam Armstrong 🐸 • 2018-09-07 01:35
Make portpercent legend width configurable
Files changed (1)
M html/includes/status-portpercent.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r9424 IMPROVE

Adam Armstrong 🐸 • 2018-09-06 23:48
Improve port percent module to allow more groups, with 5 unique colours
Files changed (3)
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

💻 r9423 FIX

Adam Armstrong 🐸 • 2018-09-06 21:32
Fix portpercent json generation
Files changed (2)
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

💻 r9422 MIBS

Mike Stupalov 🐱 • 2018-09-06 12:41
Updated multiple MIB files (a3com, cabletron, eltex, enterasys, extreme, radlan).
Files changed (197)
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
A mibs/a3com/A3COM0469-BACKUP-AND-RESTORE +530
M mibs/a3com/A3COM51-SS9000SX +1 -2
A mibs/a3com/C-PRODUCT-BASE-L-SPECIFIC +56
A mibs/a3com/C-PRODUCT-BASE-MIB +1,568
A mibs/a3com/C-PRODUCT-CBR-MIB +659
A mibs/a3com/C-PRODUCT-CBR-V35-MIB +222
A mibs/a3com/C-PRODUCT-CTX-MIB +326
A mibs/a3com/C-PRODUCT-DS3-MIB +316
A mibs/a3com/C-PRODUCT-E3-MIB +277
A mibs/a3com/C-PRODUCT-ETHER-MIB +977
A mibs/a3com/C-PRODUCT-ETHER-SPECIFIC-MIB +282
A mibs/a3com/C-PRODUCT-GROUP-MIB +35
A mibs/a3com/C-PRODUCT-HSSI-MIB +195
A mibs/a3com/C-PRODUCT-IMA-MIB +520
A mibs/a3com/C-PRODUCT-MCPU-MIB +209
A mibs/a3com/C-PRODUCT-OC3-MIB +216
A mibs/a3com/C-PRODUCT-QSIM-MIB +838
A mibs/a3com/C-PRODUCT-SIM-STAT-MIB +761
A mibs/a3com/C-PRODUCT-TRAP-MIB +2,345
M mibs/cabletron/CABLETRON-TRAPS +24 -7
A mibs/cabletron/CHASSIS-MIB +709
D mibs/cabletron/CT-CHASSIS-MIB -709
M mibs/cabletron/CTRON-ALIAS-MIB +843 -609
M mibs/cabletron/CTRON-Q-BRIDGE-MIB-EXT +212 -10
M mibs/eltex/ELTEX-MES +6
M mibs/eltex/ELTEX-MES-AAA +53 -1
M mibs/eltex/ELTEX-MES-COUNTERS-MIB +8 -5
M mibs/eltex/ELTEX-MES-eltBrgMulticast-MIB +67 -3
M mibs/eltex/ELTEX-MES-eltInterfaces +57 -4
M mibs/eltex/ELTEX-MES-eltMesIpMulticast-MIB +88 -69
A mibs/eltex/ELTEX-MES-HARDWARE-MIB +261
M mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB +48 -25
M mibs/eltex/ELTEX-MES-IF-EXTENSION-MIB +31 -31
M mibs/eltex/ELTEX-MES-IP +48
M mibs/eltex/ELTEX-MES-IpRouter +72 -59
M mibs/eltex/ELTEX-MES-MIB-OBJECTS +30 -18
M mibs/eltex/ELTEX-MES-MNG-MIB +6 -1
M mibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB +37 -95
A mibs/eltex/ELTEX-MES-POE-MIB +31
M mibs/eltex/ELTEX-MES-QOS-CLI-MIB +400 -151
M mibs/eltex/ELTEX-MES-QOS-TAIL-DROP-MIB +345 -6
M mibs/eltex/ELTEX-MES-SWITCH-RATE-LIMITER-MIB +28 -2
M mibs/eltex/ELTEX-MES-VLAN-MIB +29 -48
A mibs/eltex/ELTEX-POLICY-MIB +204
A mibs/eltex/ELTEX-PROCESS-MIB +730
A mibs/eltex/ELTEX-STORAGE-MIB +532
A mibs/eltex/ELTEX-TC +66
A mibs/enterasys/CTRON-ALIAS-MIB +1,249
A mibs/enterasys/CTRON-MIB-NAMES +991
A mibs/enterasys/CTRON-OIDS +8,372
A mibs/enterasys/ENTERASYS-ANTI-SPOOF-MIB +1,196
A mibs/enterasys/ENTERASYS-APPLICATION-SIGNATURE-MIB +334
A mibs/enterasys/ENTERASYS-AUTO-TRACKING-MIB +384
M mibs/enterasys/ENTERASYS-CLASS-OF-SERVICE-MIB +1,832 -29
A mibs/enterasys/ENTERASYS-CN-MIB-EXT-MIB +521
M mibs/enterasys/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB +54 -10
M mibs/enterasys/ENTERASYS-CONVERGENCE-END-POINT-MIB +87 -7
A mibs/enterasys/ENTERASYS-DOT3-LLDP-EXT-MIB +231
A mibs/enterasys/ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB +477
A mibs/enterasys/ENTERASYS-ETH-OAM-EXT-MIB +643
M mibs/enterasys/ENTERASYS-FLOW-LIMITING-MIB +235 -13
A mibs/enterasys/ENTERASYS-HIGH-AVAILABILITY-MIB +421
A mibs/enterasys/ENTERASYS-IEEE8021-BRIDGE-MIB-EXT-MIB +270
A mibs/enterasys/ENTERASYS-IEEE8021-CFM-EXT-MIB +844
A mibs/enterasys/ENTERASYS-IEEE8021-Q-BRIDGE-MIB-EXT-MIB +405
M mibs/enterasys/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB +190 -13
M mibs/enterasys/ENTERASYS-IF-MIB-EXT-MIB +105 -12
A mibs/enterasys/ENTERASYS-IP-SLA-MIB +1,640
A mibs/enterasys/ENTERASYS-IPSEC-NOTIFICATION-MIB +265
M mibs/enterasys/ENTERASYS-LICENSE-KEY-OIDS-MIB +191 -10
M mibs/enterasys/ENTERASYS-LINK-FLAP-MIB +18 -10
M mibs/enterasys/ENTERASYS-MAC-AUTHENTICATION-MIB +455 -18
M mibs/enterasys/ENTERASYS-MAC-LOCKING-MIB +152 -14
M mibs/enterasys/ENTERASYS-MAU-MIB-EXT-MIB +12 -6
M mibs/enterasys/ENTERASYS-MGMD-EXT-MIB +629 -21
M mibs/enterasys/ENTERASYS-MIB-ORG +208 -11
M mibs/enterasys/ENTERASYS-MIRROR-CONFIG-MIB +94 -9
M mibs/enterasys/ENTERASYS-MULTI-AUTH-MIB +464 -22
M mibs/enterasys/ENTERASYS-MULTI-USER-8021X-MIB +57 -6
M mibs/enterasys/ENTERASYS-OIDS-MIB +2,034 -29
A mibs/enterasys/ENTERASYS-PKI-MIB +232
M mibs/enterasys/ENTERASYS-POLICY-PROFILE-MIB +1,178 -37
M mibs/enterasys/ENTERASYS-PWA-MIB +96 -12
A mibs/enterasys/ENTERASYS-QUARANTINE-AGENT-MIB +322
M mibs/enterasys/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB +230 -29
M mibs/enterasys/ENTERASYS-RADIUS-AUTH-CLIENT-MIB +353 -45
A mibs/enterasys/ENTERASYS-RADIUS-DYNAMIC-AUTHOR-SERVER-EXT-MIB +374
M mibs/enterasys/ENTERASYS-RADIUS-SNOOPING-MIB +30 -17
A mibs/enterasys/ENTERASYS-RESOURCE-LIMITS-MIB +372
M mibs/enterasys/ENTERASYS-SNTP-CLIENT-MIB +159 -6
A mibs/enterasys/ENTERASYS-STATION-LOCATION-MIB +925
M mibs/enterasys/ENTERASYS-SYSLOG-CLIENT-MIB +343 -65
A mibs/enterasys/ENTERASYS-TRACKED-OBJECTS-MIB +1,785
A mibs/enterasys/ENTERASYS-TRANSMIT-QUEUE-MONITOR-MIB +389
A mibs/enterasys/ENTERASYS-VIRTUAL-SWITCH-BONDING-MIB +637
M mibs/enterasys/ENTERASYS-VLAN-AUTHORIZATION-MIB +2 -2
M mibs/enterasys/ENTERASYS-VRRP-EXT-MIB +208 -12
A mibs/extreme/EXTREME-ACL-MIB +181
M mibs/extreme/EXTREME-AUTOPROVISION-MIB -2
M mibs/extreme/EXTREME-BASE-MIB +600 -8
M mibs/extreme/EXTREME-CABLE-MIB +2 -2
M mibs/extreme/EXTREME-CFGMGMT-MIB +20 -12
A mibs/extreme/EXTREME-CFM-MIB +405
M mibs/extreme/EXTREME-CLEARFLOW-MIB -2
M mibs/extreme/EXTREME-DLCS-MIB -2
M mibs/extreme/EXTREME-DOS-MIB -2
M mibs/extreme/EXTREME-EAPS-MIB -2
M mibs/extreme/EXTREME-EDP-MIB -2
M mibs/extreme/EXTREME-ENH-DOS-MIB -2
M mibs/extreme/EXTREME-ENTITY-MIB -2
A mibs/extreme/EXTREME-ERPS-MIB +979
M mibs/extreme/EXTREME-ESRP-MIB -2
M mibs/extreme/EXTREME-FDB-MIB -2
M mibs/extreme/EXTREME-FILETRANSFER-MIB -2
M mibs/extreme/EXTREME-HCLAG-MIB -2
M mibs/extreme/EXTREME-IDMGR-MIB +346 -5
A mibs/extreme/EXTREME-IETF-BFD-MIB +1,458
A mibs/extreme/EXTREME-IETF-BFD-TC-MIB +240
M mibs/extreme/EXTREME-IP-SECURITY-MIB -2
M mibs/extreme/EXTREME-LACP-MIB -1
A mibs/extreme/EXTREME-MAC-AUTH-MIB +98
M mibs/extreme/EXTREME-MLAG-MIB +117 -4
M mibs/extreme/EXTREME-MPLS-MIB +340 -10
M mibs/extreme/EXTREME-MPLS-TE-MIB -2
M mibs/extreme/EXTREME-NETFLOW-MIB -2
A mibs/extreme/EXTREME-NETSIGHT-ALARM-MIB +1,034
M mibs/extreme/EXTREME-NP-MIB -2
M mibs/extreme/EXTREME-OSPF-MIB -2
A mibs/extreme/EXTREME-OSPFV3-MIB +3,241
M mibs/extreme/EXTREME-PBQOS-MIB -2
M mibs/extreme/EXTREME-POE-MIB +3 -5
M mibs/extreme/EXTREME-PORT-MIB +145 -26
M mibs/extreme/EXTREME-POS-MIB -2
M mibs/extreme/EXTREME-QOS-MIB -2
M mibs/extreme/EXTREME-RTSTATS-MIB -2
M mibs/extreme/EXTREME-SERVICES-MIB -2
M mibs/extreme/EXTREME-SLB-MIB -2
M mibs/extreme/EXTREME-SNMPV3-MIB +34 -10
M mibs/extreme/EXTREME-SOFTWARE-MONITOR-MIB +15 -8
M mibs/extreme/EXTREME-STACKING-MIB +30 -6
M mibs/extreme/EXTREME-STP-EXTENSIONS-MIB +11 -4
M mibs/extreme/EXTREME-SYSTEM-MIB +263 -97
M mibs/extreme/EXTREME-TRAP-MIB -3
M mibs/extreme/EXTREME-TRAPPOLL-MIB -3
M mibs/extreme/EXTREME-UPM-MIB -2
M mibs/extreme/EXTREME-V2TRAP-MIB +44 -27
M mibs/extreme/EXTREME-VC-MIB -2
M mibs/extreme/EXTREME-VLAN-MIB +266 -29
M mibs/extreme/EXTREME-VM-MIB +36 -22
A mibs/extreme/EXTREME-VRRP-MIB +113
M mibs/extreme/EXTREME-WIRELESS-MIB -2
M mibs/extreme/EXTREMEdot11f-MIB -2
M mibs/extreme/GENERIC-3COM-VLAN-MIB-1-0-1 -2
M mibs/extreme/LOAD-BAL-SYSTEM-MIB -4
M mibs/extreme/WAN-TRAP-MIB -2
M mibs/extreme/XEDIA-REG -2
M mibs/radlan/MARVELL-ERRDISABLE-RECOVERY-MIB +2 -1
M mibs/radlan/MARVELL-LBD-MIB +7 -3
M mibs/radlan/RADLAN-AAA +4 -2
M mibs/radlan/RADLAN-BRIDGEMIBOBJECTS-MIB +1 -1
M mibs/radlan/RADLAN-DHCP-MIB +2 -2
M mibs/radlan/RADLAN-Physicaldescription-MIB +1 -1
M mibs/radlan/RADLAN-QOS-CLI-MIB +20 -12
M mibs/radlan/RADLAN-TIMESYNCHRONIZATION-MIB +1 -1
M mibs/radlan/RADLAN-TRUNK-MIB +5 -1
M mibs/radlan/RADLAN-Tuning +22 -4
M mibs/radlan/RADLAN-vlan-MIB +10 -2
📈 0 added 📉 0 removed

💻 r9421 FIX

Adam Armstrong 🐸 • 2018-09-05 18:21
Fix BGP navbar generation
Files changed (2)
M html/pages/device/routing/bgp.inc.php +12 -1
M html/pages/routing/bgp.inc.php +12 -1
📈 24 added 📉 2 removed

💻 r9420 TRIVIAL

Mike Stupalov 🐱 • 2018-09-05 12:22
Do not load ref library if php-tokenizer extension not enabled.
Files changed (1)
M includes/definitions.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r9419 FIX

Adam Armstrong 🐸 • 2018-09-04 20:48
Improve Dell DNOS sensor detection, skipping and labelling
Files changed (4)
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

💻 r9418 TRIVIAL

Mike Stupalov 🐱 • 2018-09-04 18:17
Moved some common alerts/groups functions to correct place (no functionally changes).
Files changed (2)
M includes/alerts.inc.php +815 -1
M includes/groups.inc.php -797
📈 815 added 📉 798 removed

💻 r9417 FIX

Adam Armstrong 🐸 • 2018-09-02 16:32
Remove more erroneous graph types from device_graphs
Files changed (3)
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

💻 r9416 IMPROVE

Adam Armstrong 🐸 • 2018-09-02 16:26
Updated bits graph colours
Files changed (1)
M html/includes/graphs/generic_data.inc.php +6 -6
📈 6 added 📉 6 removed

💻 r9415 FIX

Adam Armstrong 🐸 • 2018-09-02 15:56
Remove erroneous graph entries from device graph table
Files changed (3)
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

💻 r9414 TRIVIAL

Mike Stupalov 🐱 • 2018-09-02 15:29
Added old device bits graph variable for compatability.
Files changed (1)
M includes/definitions/rrdtypes.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9413 TRIVIAL

Mike Stupalov 🐱 • 2018-09-02 08:50
Fixed strict tables db schema.
Files changed (1)
M includes/sql-config.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9412 FIX

Adam Armstrong 🐸 • 2018-09-01 17:23
Fix some sensors table default values
Files changed (1)
A update/383.sql +4
📈 4 added 📉 0 removed

💻 r9411 TRIVIAL

Mike Stupalov 🐱 • 2018-08-31 23:22
Update phpFastCache lib. Date bump.
Files changed (14)
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

💻 r9410 TRIVIAL

Mike Stupalov 🐱 • 2018-08-31 13:56
Update initial db schema.
Files changed (1)
M update/db_schema_mysql.sql +453 -265
📈 453 added 📉 265 removed

💻 r9409 TRIVIAL

Mike Stupalov 🐱 • 2018-08-31 12:31
Improved detect multiphase input sensors for APC ATS devices.
Files changed (1)
M includes/discovery/sensors/powernet-mib.inc.php +60 -38
📈 60 added 📉 38 removed

💻 r9408 TRIVIAL

Mike Stupalov 🐱 • 2018-08-30 14:22
Increased minimum PHP version to 5.6 in warnings (recommended is 7.1).
Files changed (4)
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

💻 r9407 TRIVIAL

Mike Stupalov 🐱 • 2018-08-29 15:01
Disable global page refresh on dashboards.
Files changed (1)
M includes/definitions/wui.inc.php +1
📈 1 added 📉 0 removed

💻 r9406 TRIVIAL

Mike Stupalov 🐱 • 2018-08-29 12:33
Fixed display port linked with IP address.
Files changed (1)
M html/includes/print/addresses.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9405 TRIVIAL

Mike Stupalov 🐱 • 2018-08-28 18:39
Do not validate if rrd file exist on remote rrdcached, always use piped rrdcreate instead.
Files changed (1)
M includes/rrdtool.inc.php +32 -25
📈 32 added 📉 25 removed

💻 r9404 TRIVIAL

Mike Stupalov 🐱 • 2018-08-28 09:43
Improved syslog entries parsing for HPE switches and Arista EOS.
Files changed (3)
M includes/definitions/os.inc.php +23 -19
M includes/syslog.inc.php +54 -10
M tests/IncludesSyslogTest.php +23
📈 100 added 📉 29 removed

💻 r9402 TRIVIAL

Mike Stupalov 🐱 • 2018-08-27 14:04
Added very limited list of allowed html tags and entities in escape_html().
Files changed (3)
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

💻 r9401 TRIVIAL

Mike Stupalov 🐱 • 2018-08-27 13:16
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.
Files changed (9)
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

💻 r9400 TRIVIAL

Mike Stupalov 🐱 • 2018-08-27 11:34
[sensors] Fixed insert sensor/status last discovered field (OBS-2756).
Files changed (1)
M includes/discovery/functions.inc.php +2 -11
📈 2 added 📉 11 removed

💻 r9399 TRIVIAL

Mike Stupalov 🐱 • 2018-08-26 21:57
Fixed search ip addresses without associated port.
Files changed (1)
M includes/entities.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r9398 TRIVIAL

Mike Stupalov 🐱 • 2018-08-26 17:28
Detect user remote ip address by alternative headers (ie for Cloudflare).
Files changed (4)
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

💻 r9397 TRIVIAL

Mike Stupalov 🐱 • 2018-08-26 16:44
Improved support for Nortel/Avaya devices. Added polling/discovery for Vlans/IP addresses/FDB table.
Files changed (7)
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

💻 r9396 MINOR

Mike Stupalov 🐱 • 2018-08-26 16:37
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.
Files changed (9)
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
📈 110 added 📉 48 removed

💻 r9395

Mike Stupalov 🐱 • 2018-08-24 13:07
remove undone code.
Files changed (1)
M includes/polling/functions.inc.php -6
📈 0 added 📉 6 removed

💻 r9394 TRIVIAL

Mike Stupalov 🐱 • 2018-08-24 13:01
Added alert device metric: fdb_count.
Files changed (2)
M includes/definitions/entities.inc.php +12 -2
M includes/polling/fdb-table.inc.php +91 -85
📈 103 added 📉 87 removed

💻 r9393 TRIVIAL

Mike Stupalov 🐱 • 2018-08-24 12:57
Update device graphs array by definitions in rrdtool_update_ng().
Files changed (5)
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

💻 r9392 TRIVIAL

Mike Stupalov 🐱 • 2018-08-23 14:28
Distro script updated to v2.2.
Files changed (1)
M scripts/distro +14 -7
📈 14 added 📉 7 removed

💻 r9391 MINOR

Mike Stupalov 🐱 • 2018-08-23 14:16
Added polling Extreme devices FDB table by EXTREME-FDB-MIB.
Files changed (6)
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

💻 r9390 TRIVIAL

Mike Stupalov 🐱 • 2018-08-23 11:44
Fixed temperature sensor scale for Ciena Waveserver version above 1.6 (OBS-2753).
Files changed (1)
M includes/discovery/sensors/ciena-ws-xcvr-mib.inc.php +8 -2
📈 8 added 📉 2 removed

💻 r9389 TRIVIAL

Mike Stupalov 🐱 • 2018-08-23 11:24
Fixed detect VM containers with latest distro script.
Files changed (5)
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

💻 r9388 TRIVIAL

Mike Stupalov 🐱 • 2018-08-23 10:12
Fixed display FDB entries without vlan.
Files changed (2)
M html/includes/print/fdbtable.inc.php +3 -2
M html/pages/search/fdb.inc.php +1 -1
📈 4 added 📉 3 removed

💻 r9387 MINOR

Mike Stupalov 🐱 • 2018-08-23 09:41
Added polling FDB tables by BRIDGE-MIB for some devices which not have Q-BRIDGE-MIB support (OBS-1686).
Files changed (2)
M html/includes/print/fdbtable.inc.php +3 -3
M includes/polling/fdb-table.inc.php +56 -15
📈 59 added 📉 18 removed

💻 r9386 TRIVIAL

Mike Stupalov 🐱 • 2018-08-23 09:38
Improved support for MikroTik RouterOS.
Files changed (3)
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

💻 r9385 TRIVIAL

Mike Stupalov 🐱 • 2018-08-23 09:31
Added Wavelength sensor class.
Files changed (4)
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

💻 r9384 TRIVIAL

Mike Stupalov 🐱 • 2018-08-22 22:27
Improved association DOM sensors with ports by MIKROTIK-MIB.
Files changed (2)
M includes/definitions/mibs/mikrotik.inc.php +10 -7
M includes/discovery/sensors.inc.php +27
📈 37 added 📉 7 removed

💻 r9383 TRIVIAL

Mike Stupalov 🐱 • 2018-08-22 14:52
Improved search in FDB tables. Fixed generate permissions query for unlimited users with multiple entities in request.
Files changed (2)
M html/includes/functions.inc.php +10 -2
M html/includes/print/fdbtable.inc.php +118 -65
📈 128 added 📉 67 removed

💻 r9382 TRIVIAL

Mike Stupalov 🐱 • 2018-08-22 09:34
Added parsing port ifAlias on timos (OBS-2178).
Files changed (3)
M includes/definitions/os.inc.php +2 -1
M includes/rewrites.inc.php +6
M tests/IncludesRewritesTest.php +12
📈 20 added 📉 1 removed

💻 r9381 TRIVIAL

Mike Stupalov 🐱 • 2018-08-22 08:42
Fixed FORCE10-BGP4-V2-MIB definition.
Files changed (1)
M includes/definitions/mibs/force10.inc.php +6 -4
📈 6 added 📉 4 removed

💻 r9380 TRIVIAL

Mike Stupalov 🐱 • 2018-08-22 08:36
Moved snmptranslate arrays to mib definitions.
Files changed (6)
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

💻 r9379 MINOR

Mike Stupalov 🐱 • 2018-08-21 23:54
Improved support for Ricoh printers. Added discovery Ricoh printersupplies by RicohPrivateMIB.
Files changed (11)
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

💻 r9378 MINOR

Mike Stupalov 🐱 • 2018-08-21 13:27
Improved polling fdb tables. Fixed db insert errors for fdb tables.
Files changed (3)
M includes/definitions/os.inc.php +1
M includes/polling/fdb-table.inc.php +56 -19
A update/381.sql +2
📈 59 added 📉 19 removed

💻 r9377 TRIVIAL

Mike Stupalov 🐱 • 2018-08-21 13:23
Added function dbInsertMulti() for insert multiple sets of values in single query.
Files changed (1)
M includes/db.inc.php +73
📈 73 added 📉 0 removed

💻 r9376 FIX

Adam Armstrong 🐸 • 2018-08-21 00:15
Don't forever-disable panos graph.
Files changed (1)
M includes/polling/graphs/pan-common-mib.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9375 TRIVIAL

Mike Stupalov 🐱 • 2018-08-20 11:41
Fixed display some unrestricted pages for limited users.
Files changed (6)
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

💻 r9374 TRIVIAL

Mike Stupalov 🐱 • 2018-08-19 17:21
NAS4Free was renamed to XigmaNAS.
Files changed (4)
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
📈 6 added 📉 2 removed

💻 r9373 TRIVIAL

Mike Stupalov 🐱 • 2018-08-17 11:15
More accurate sensor thresholds by CISCO-ENTITY-SENSOR-MIB.
Files changed (1)
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +52 -1
📈 52 added 📉 1 removed

💻 r9372 TRIVIAL

Mike Stupalov 🐱 • 2018-08-16 12:25
Improved detect sensor thresholds by CISCO-ENTITY-SENSOR-MIB.
Files changed (1)
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +28 -14
📈 28 added 📉 14 removed

💻 r9371 FIX

Adam Armstrong 🐸 • 2018-08-15 13:46
Fix slow overpopulation of permissions array
Files changed (1)
M html/includes/functions.inc.php +5
📈 5 added 📉 0 removed

💻 r9370 TRIVIAL

Mike Stupalov 🐱 • 2018-08-15 13:27
Moved entity specific definitions to entities subdir.
Files changed (11)
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

💻 r9369 TRIVIAL

Mike Stupalov 🐱 • 2018-08-15 13:13
Simplify single action transformations array (by reduce nested array).
Files changed (31)
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
M tests/IncludesFunctionsTest.php +9
📈 61 added 📉 46 removed

💻 r9368 TRIVIAL

Mike Stupalov 🐱 • 2018-08-14 20:13
Added ability for display BGP 32bit ASNs in asdot format.
Files changed (12)
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

💻 r9367 MINOR

Mike Stupalov 🐱 • 2018-08-14 12:57
Added ability for convert power DOM sensors from watts to dBm.
Files changed (5)
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

💻 r9366 ADD

Adam Armstrong 🐸 • 2018-08-09 23:59
Add support for CTC FRM220 (only really handles ch08)
Files changed (6)
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
📈 98 added 📉 0 removed

💻 r9365 TRIVIAL

Mike Stupalov 🐱 • 2018-08-09 12:41
Added Rancid 3.8+ specific os map.
Files changed (2)
M includes/definitions.inc.php +3
M includes/definitions/os.inc.php +1 -1
📈 4 added 📉 1 removed

💻 r9364 TRIVIAL

Mike Stupalov 🐱 • 2018-08-09 11:22
Fixed WUI config variable names for bgp autodiscovery. Improved use private bgp ASn also with 32bit ASn for bgp autodiscovery.
Files changed (2)
M includes/config-variables.inc.php +2 -2
M includes/discovery/bgp-peers.inc.php +1 -1
📈 3 added 📉 3 removed

💻 r9363 ADD

Adam Armstrong 🐸 • 2018-08-08 15:15
Add ability to enable BGP-based host discovery for private ASNs and/or whitelisted ASNs.
Files changed (3)
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

💻 r9362 2018

Adam Armstrong 🐸 • 2018-08-07 14:12
[2018] 2018.
Files changed (1727)
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
M html/data.php +1 -1
M html/feed.php +1 -1
M html/geo.php +1 -1
M html/graph.php +1 -1
M html/icons.php +1 -1
M html/includes/alerting-navbar.inc.php +1 -1
M html/includes/authenticate-functions.inc.php +1 -1
M html/includes/authentication/cas.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php +1 -1
M html/includes/authentication/mysql.inc.php +1 -1
M html/includes/authentication/radius.inc.php +1 -1
M html/includes/cache-data.inc.php +1 -1
M html/includes/contacts-navbar.inc.php +1 -1
M html/includes/customoids-navbar.inc.php +1 -1
M html/includes/entities/cbqos.inc.php +1 -1
M html/includes/entities/device.inc.php +1 -1
M html/includes/entities/generic.inc.php +1 -1
M html/includes/entities/mempool.inc.php +1 -1
M html/includes/entities/netscaler.inc.php +1 -1
M html/includes/entities/netscalersvc.inc.php +1 -1
M html/includes/entities/netscalersvcgrpmem.inc.php +1 -1
M html/includes/entities/netscalervsvr.inc.php +1 -1
M html/includes/entities/oid_entry.inc.php +1 -1
M html/includes/entities/p2pradio.inc.php +1 -1
M html/includes/entities/printersupply.inc.php +1 -1
M html/includes/entities/processor.inc.php +1 -1
M html/includes/entities/pseudowire.inc.php +1 -1
M html/includes/entities/sla.inc.php +1 -1
M html/includes/entities/storage.inc.php +1 -1
M html/includes/entities/virtualmachine.inc.php +1 -1
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/accesspoints/auth.inc.php +1 -1
M html/includes/graphs/accesspoints/channel.inc.php +1 -1
M html/includes/graphs/accesspoints/interference.inc.php +1 -1
M html/includes/graphs/accesspoints/numasoclients.inc.php +1 -1
M html/includes/graphs/accesspoints/nummonbssid.inc.php +1 -1
M html/includes/graphs/accesspoints/nummonclients.inc.php +1 -1
M html/includes/graphs/accesspoints/radioutil.inc.php +1 -1
M html/includes/graphs/accesspoints/txpow.inc.php +1 -1
M html/includes/graphs/alert/auth.inc.php +1 -1
M html/includes/graphs/alert/status.inc.php +1 -1
M html/includes/graphs/altiga_ssl_sessions.inc.php +1 -1
M html/includes/graphs/application/apache_bits.inc.php +1 -1
M html/includes/graphs/application/apache_cpu.inc.php +1 -1
M html/includes/graphs/application/apache_hits.inc.php +1 -1
M html/includes/graphs/application/apache_scoreboard.inc.php +1 -1
M html/includes/graphs/application/asterisk_activecall.inc.php +1 -1
M html/includes/graphs/application/asterisk_peers.inc.php +1 -1
M html/includes/graphs/application/auth.inc.php +1 -1
M html/includes/graphs/application/bind_answers.inc.php +1 -1
M html/includes/graphs/application/bind_cache.inc.php +1 -1
M html/includes/graphs/application/bind_query_in.inc.php +1 -1
M html/includes/graphs/application/bind_query_out.inc.php +1 -1
M html/includes/graphs/application/bind_query_rejected.inc.php +1 -1
M html/includes/graphs/application/bind_req_in.inc.php +1 -1
M html/includes/graphs/application/bind_req_proto.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_dnssec.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_errors.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_queries.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_rtt.inc.php +1 -1
M html/includes/graphs/application/bind_updates.inc.php +1 -1
M html/includes/graphs/application/bind_zone_maint.inc.php +1 -1
M html/includes/graphs/application/ceph_speed.inc.php +1 -1
M html/includes/graphs/application/dhcpkit_msgtypes.inc.php +1 -1
M html/includes/graphs/application/dhcpkit_packets.inc.php +1 -1
M html/includes/graphs/application/dovecot_auth_cache.inc.php +1 -1
M html/includes/graphs/application/dovecot_auth.inc.php +1 -1
M html/includes/graphs/application/dovecot_cache.inc.php +1 -1
M html/includes/graphs/application/dovecot_commands.inc.php +1 -1
M html/includes/graphs/application/dovecot_connected.inc.php +1 -1
M html/includes/graphs/application/dovecot_cpu.inc.php +1 -1
M html/includes/graphs/application/dovecot_io.inc.php +1 -1
M html/includes/graphs/application/dovecot_pages.inc.php +1 -1
M html/includes/graphs/application/dovecot_storage.inc.php +1 -1
M html/includes/graphs/application/dovecot_usage.inc.php +1 -1
M html/includes/graphs/application/drbd_disk_bits.inc.php +1 -1
M html/includes/graphs/application/drbd_network_bits.inc.php +1 -1
M html/includes/graphs/application/drbd_queue.inc.php +1 -1
M html/includes/graphs/application/drbd_unsynced.inc.php +1 -1
M html/includes/graphs/application/exchange_as_curreqs.inc.php +1 -1
M html/includes/graphs/application/exchange_as_pingcmd.inc.php +1 -1
M html/includes/graphs/application/exchange_as_syncmd.inc.php +1 -1
M html/includes/graphs/application/exchange_auto_errors.inc.php +1 -1
M html/includes/graphs/application/exchange_auto_totalreqs.inc.php +1 -1
M html/includes/graphs/application/exchange_is_active.inc.php +1 -1
M html/includes/graphs/application/exchange_is_rpcfail.inc.php +1 -1
M html/includes/graphs/application/exchange_is_rpcreq.inc.php +1 -1
M html/includes/graphs/application/exchange_is_users.inc.php +1 -1
M html/includes/graphs/application/exchange_mb_latency.inc.php +1 -1
M html/includes/graphs/application/exchange_mb_msgs.inc.php +1 -1
M html/includes/graphs/application/exchange_oab_dlcom.inc.php +1 -1
M html/includes/graphs/application/exchange_oab_dlq.inc.php +1 -1
M html/includes/graphs/application/exchange_owa_reqsec.inc.php +1 -1
M html/includes/graphs/application/exchange_owa_rtime.inc.php +1 -1
M html/includes/graphs/application/exchange_owa_users.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_mbque.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_queue.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_smtp.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_subque.inc.php +1 -1
M html/includes/graphs/application/exim_reject.inc.php +1 -1
M html/includes/graphs/application/exim_sent.inc.php +1 -1
M html/includes/graphs/application/exim_spam.inc.php +1 -1
M html/includes/graphs/application/exim-mailqueue_total.inc.php +1 -1
M html/includes/graphs/application/freeradius_accounting.inc.php +1 -1
M html/includes/graphs/application/freeradius_authentication.inc.php +1 -1
M html/includes/graphs/application/ioping_iops.inc.php +1 -1
M html/includes/graphs/application/ioping_speed.inc.php +1 -1
M html/includes/graphs/application/ioping_timing.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_classes.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_eden.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_old_count.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_old_time.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_young_count.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_young_time.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_heap.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_memory_summary.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_nonheap.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_old.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_perm.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_system_uptime.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_threads.inc.php +1 -1
M html/includes/graphs/application/mailscanner_reject.inc.php +1 -1
M html/includes/graphs/application/mailscanner_sent.inc.php +1 -1
M html/includes/graphs/application/mailscanner_spam.inc.php +1 -1
M html/includes/graphs/application/memcached_bits.inc.php +1 -1
M html/includes/graphs/application/memcached_commands.inc.php +1 -1
M html/includes/graphs/application/memcached_data.inc.php +1 -1
M html/includes/graphs/application/memcached_items.inc.php +1 -1
M html/includes/graphs/application/memcached_threads.inc.php +1 -1
M html/includes/graphs/application/memcached_uptime.inc.php +1 -1
M html/includes/graphs/application/memcached.inc.php +1 -1
M html/includes/graphs/application/mongodb_commands.inc.php +1 -1
M html/includes/graphs/application/mongodb_connections.inc.php +1 -1
M html/includes/graphs/application/mongodb_mem.inc.php +1 -1
M html/includes/graphs/application/mongodb_network.inc.php +1 -1
M html/includes/graphs/application/mongodb_queue.inc.php +1 -1
M html/includes/graphs/application/mongodb_replication.inc.php +1 -1
M html/includes/graphs/application/mongodb_wired.inc.php +1 -1
M html/includes/graphs/application/mssql_buffer_page.inc.php +1 -1
M html/includes/graphs/application/mssql_buffer_pglife.inc.php +1 -1
M html/includes/graphs/application/mssql_buffer_stalls.inc.php +1 -1
M html/includes/graphs/application/mssql_cpu_usage.inc.php +1 -1
M html/includes/graphs/application/mssql_memory_usage.inc.php +1 -1
M html/includes/graphs/application/mssql_stats.inc.php +1 -1
M html/includes/graphs/application/mysql_command_counters.inc.php +1 -1
M html/includes/graphs/application/mysql_connections.inc.php +1 -1
M html/includes/graphs/application/mysql_files_tables.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_io_pending.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_io.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_log.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_row_operations.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_semaphores.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_transactions.inc.php +1 -1
M html/includes/graphs/application/mysql_myisam_indexes.inc.php +1 -1
M html/includes/graphs/application/mysql_network_traffic.inc.php +1 -1
M html/includes/graphs/application/mysql_query_cache_memory.inc.php +1 -1
M html/includes/graphs/application/mysql_query_cache.inc.php +1 -1
M html/includes/graphs/application/mysql_select_types.inc.php +1 -1
M html/includes/graphs/application/mysql_slow_queries.inc.php +1 -1
M html/includes/graphs/application/mysql_sorts.inc.php +1 -1
M html/includes/graphs/application/mysql_status.inc.php +1 -1
M html/includes/graphs/application/mysql_table_locks.inc.php +1 -1
M html/includes/graphs/application/mysql_temporary_objects.inc.php +1 -1
M html/includes/graphs/application/nfs_nfs2.inc.php +1 -1
M html/includes/graphs/application/nfs_nfs3.inc.php +1 -1
M html/includes/graphs/application/nfs_nfs4.inc.php +1 -1
M html/includes/graphs/application/nfsd_io.inc.php +1 -1
M html/includes/graphs/application/nfsd_net.inc.php +1 -1
M html/includes/graphs/application/nfsd_proc3.inc.php +1 -1
M html/includes/graphs/application/nfsd_rc.inc.php +1 -1
M html/includes/graphs/application/nfsd_rpc.inc.php +1 -1
M html/includes/graphs/application/nginx_connections.inc.php +1 -1
M html/includes/graphs/application/nginx_req.inc.php +1 -1
M html/includes/graphs/application/nptd_uptime.inc.php +1 -1
M html/includes/graphs/application/nsd_axfr.inc.php +1 -1
M html/includes/graphs/application/nsd_memory.inc.php +1 -1
M html/includes/graphs/application/nsd_qtype.inc.php +1 -1
M html/includes/graphs/application/nsd_queries.inc.php +1 -1
M html/includes/graphs/application/nsd_rcode.inc.php +1 -1
M html/includes/graphs/application/nsd_zones.inc.php +1 -1
M html/includes/graphs/application/ntpclient_freq.inc.php +1 -1
M html/includes/graphs/application/ntpclient_stats.inc.php +1 -1
M html/includes/graphs/application/ntpd_bits.inc.php +1 -1
M html/includes/graphs/application/ntpd_buffer.inc.php +1 -1
M html/includes/graphs/application/ntpd_freq.inc.php +1 -1
M html/includes/graphs/application/ntpd_packets.inc.php +1 -1
M html/includes/graphs/application/ntpd_stats.inc.php +1 -1
M html/includes/graphs/application/ntpd_stratum.inc.php +1 -1
M html/includes/graphs/application/ntpd_uptime.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_bits.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_buffer.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_freq.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_packets.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_stats.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_stratum.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_uptime.inc.php +1 -1
M html/includes/graphs/application/openvpn_bits.inc.php +1 -1
M html/includes/graphs/application/openvpn_nclients.inc.php +1 -1
M html/includes/graphs/application/postfix_mailgraph_reject.inc.php +1 -1
M html/includes/graphs/application/postfix_mailgraph_sent.inc.php +1 -1
M html/includes/graphs/application/postfix_mailgraph_spam.inc.php +1 -1
M html/includes/graphs/application/postgresql_blks.inc.php +1 -1
M html/includes/graphs/application/postgresql_connects.inc.php +1 -1
M html/includes/graphs/application/postgresql_queries.inc.php +1 -1
M html/includes/graphs/application/postgresql_tuples_query.inc.php +1 -1
M html/includes/graphs/application/postgresql_tuples.inc.php +1 -1
M html/includes/graphs/application/postgresql_xact.inc.php +1 -1
M html/includes/graphs/application/powerdns_fail.inc.php +1 -1
M html/includes/graphs/application/powerdns_latency.inc.php +1 -1
M html/includes/graphs/application/powerdns_packetcache.inc.php +1 -1
M html/includes/graphs/application/powerdns_queries_udp.inc.php +1 -1
M html/includes/graphs/application/powerdns_queries.inc.php +1 -1
M html/includes/graphs/application/powerdns_querycache.inc.php +1 -1
M html/includes/graphs/application/powerdns_recursing.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_cache.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_cpuload.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_errors.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_hitrate.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_latency.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_limits.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_load.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_outqueries.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_qalatency.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_queries.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_tcpqueries.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_timeouts.inc.php +1 -1
M html/includes/graphs/application/shoutcast_bits.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_bits.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +1 -1
M html/includes/graphs/application/shoutcast_stats.inc.php +1 -1
M html/includes/graphs/application/unbound_class.inc.php +1 -1
M html/includes/graphs/application/unbound_flags.inc.php +1 -1
M html/includes/graphs/application/unbound_memory.inc.php +1 -1
M html/includes/graphs/application/unbound_opcode.inc.php +1 -1
M html/includes/graphs/application/unbound_qtype.inc.php +1 -1
M html/includes/graphs/application/unbound_queries.inc.php +1 -1
M html/includes/graphs/application/unbound_queue.inc.php +1 -1
M html/includes/graphs/application/unbound_rcode.inc.php +1 -1
M html/includes/graphs/application/varnish_backend.inc.php +1 -1
M html/includes/graphs/application/varnish_cache.inc.php +1 -1
M html/includes/graphs/application/varnish_lru.inc.php +1 -1
M html/includes/graphs/application/vmwaretools_cpu.inc.php +1 -1
M html/includes/graphs/application/vmwaretools_mem.inc.php +1 -1
M html/includes/graphs/application/zimbra_connections.inc.php +1 -1
M html/includes/graphs/application/zimbra_fdcount.inc.php +1 -1
M html/includes/graphs/application/zimbra_jvmthreads.inc.php +1 -1
M html/includes/graphs/application/zimbra_mtaqueue.inc.php +1 -1
M html/includes/graphs/application/zimbra_threads.inc.php +1 -1
M html/includes/graphs/atmvp/auth.inc.php +1 -1
M html/includes/graphs/atmvp/bits.inc.php +1 -1
M html/includes/graphs/atmvp/cells.inc.php +1 -1
M html/includes/graphs/atmvp/errors.inc.php +1 -1
M html/includes/graphs/atmvp/packets.inc.php +1 -1
M html/includes/graphs/bgp/auth.inc.php +1 -1
M html/includes/graphs/bgp/graph.inc.php +1 -1
M html/includes/graphs/bgp/updates.inc.php +1 -1
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/bill/bits.inc.php +1 -1
M html/includes/graphs/c6kxbar/auth.inc.php +1 -1
M html/includes/graphs/c6kxbar/util.inc.php +1 -1
M html/includes/graphs/cbqos/auth.inc.php +1 -1
M html/includes/graphs/cbqos/bits_drop.inc.php +1 -1
M html/includes/graphs/cbqos/bits_post.inc.php +1 -1
M html/includes/graphs/cbqos/bits_pre.inc.php +1 -1
M html/includes/graphs/cbqos/bits.inc.php +1 -1
M html/includes/graphs/cbqos/pkts_drop.inc.php +1 -1
M html/includes/graphs/cbqos/pkts_post.inc.php +1 -1
M html/includes/graphs/cbqos/pkts_pre.inc.php +1 -1
M html/includes/graphs/cbqos/pkts.inc.php +1 -1
M html/includes/graphs/cefswitching/auth.inc.php +1 -1
M html/includes/graphs/cefswitching/graph.inc.php +1 -1
M html/includes/graphs/common.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/customer/bits.inc.php +1 -1
M html/includes/graphs/customoid/auth.inc.php +1 -1
M html/includes/graphs/customoid/graph.inc.php +1 -1
M html/includes/graphs/device/arubacontroller_numaps.inc.php +1 -1
M html/includes/graphs/device/arubacontroller_numclients.inc.php +1 -1
M html/includes/graphs/device/asyncos_workq.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -1
M html/includes/graphs/device/availability.inc.php +1 -1
M html/includes/graphs/device/bits.inc.php +1 -1
M html/includes/graphs/device/bluecoat_cache.inc.php +1 -1
M html/includes/graphs/device/bluecoat_http_client.inc.php +1 -1
M html/includes/graphs/device/bluecoat_http_server.inc.php +1 -1
M html/includes/graphs/device/bluecoat_server.inc.php +1 -1
M html/includes/graphs/device/bluecoat_tcp_est.inc.php +1 -1
M html/includes/graphs/device/bluecoat_tcp.inc.php +1 -1
M html/includes/graphs/device/bng_active_sessions.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_bits.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_pkts.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_stats.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_tunnels.inc.php +1 -1
M html/includes/graphs/device/cras_sessions.inc.php +1 -1
M html/includes/graphs/device/definition.inc.php +1 -1
M html/includes/graphs/device/diskio_bits.inc.php +1 -1
M html/includes/graphs/device/diskio_common.inc.php +1 -1
M html/includes/graphs/device/diskio_ops.inc.php +1 -1
M html/includes/graphs/device/diskio.inc.php +1 -1
M html/includes/graphs/device/edac_errors.inc.php +1 -1
M html/includes/graphs/device/firewall_sessions_ipv4.inc.php +1 -1
M html/includes/graphs/device/fortigate_cpu.inc.php +1 -1
M html/includes/graphs/device/fortigate_sessions.inc.php +1 -1
M html/includes/graphs/device/fuser.inc.php +1 -1
M html/includes/graphs/device/graph.inc.php +1 -1
M html/includes/graphs/device/imagingdrum.inc.php +1 -1
M html/includes/graphs/device/imagingdrums.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv4.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv6.inc.php +1 -1
M html/includes/graphs/device/ipSystemStats.inc.php +1 -1
M html/includes/graphs/device/juniperive_connections.inc.php +1 -1
M html/includes/graphs/device/juniperive_meetings.inc.php +1 -1
M html/includes/graphs/device/juniperive_storage.inc.php +1 -1
M html/includes/graphs/device/juniperive_users.inc.php +1 -1
M html/includes/graphs/device/ksm_pages.inc.php +1 -1
M html/includes/graphs/device/mempool.inc.php +1 -1
M html/includes/graphs/device/netapp_cp_ops.inc.php +1 -1
M html/includes/graphs/device/netapp_disk_io.inc.php +1 -1
M html/includes/graphs/device/netapp_net_io.inc.php +1 -1
M html/includes/graphs/device/netapp_ops.inc.php +1 -1
M html/includes/graphs/device/netapp_tape_io.inc.php +1 -1
M html/includes/graphs/device/NETAPP-MIB_disk_io.inc.php +1 -1
M html/includes/graphs/device/NETAPP-MIB_net_io.inc.php +1 -1
M html/includes/graphs/device/NETAPP-MIB_tape_io.inc.php +1 -1
M html/includes/graphs/device/netscaler_common_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_client.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_clientserver.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_current.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_server.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_spare.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_flushed.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_halfclosed.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_halfopen.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_packets.inc.php +1 -1
M html/includes/graphs/device/netscaler_cookie_rejected.inc.php +1 -1
M html/includes/graphs/device/netscaler_data_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_out_of_order.inc.php +1 -1
M html/includes/graphs/device/netscaler_retransmission_error.inc.php +1 -1
M html/includes/graphs/device/netscaler_retransmit_err.inc.php +1 -1
M html/includes/graphs/device/netscaler_rst_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_syn_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_syn_stats.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_bits.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_conn.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errfastretransmissions.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errfullretransmit.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errpartialretransmit.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errretransmit.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errretransmitgiveup.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errxretransmissions.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_bits.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_common.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_conns.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_reqs.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_surge.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_ttfb.inc.php +1 -1
M html/includes/graphs/device/netscalersvc.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_bits.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_common.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_conns.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_reqs.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_ttfb.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_bits.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_conns.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_hitmiss.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_reqs.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip6_frag.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip6.inc.php +1 -1
M html/includes/graphs/device/netstat_icmp_info.inc.php +1 -1
M html/includes/graphs/device/netstat_icmp.inc.php +1 -1
M html/includes/graphs/device/netstat_ip_frag.inc.php +1 -1
M html/includes/graphs/device/netstat_ip.inc.php +1 -1
M html/includes/graphs/device/netstat_snmp_packets.inc.php +1 -1
M html/includes/graphs/device/netstat_snmp_stats.inc.php +1 -1
M html/includes/graphs/device/netstat_tcp_currestab.inc.php +1 -1
M html/includes/graphs/device/netstat_tcp_segments.inc.php +1 -1
M html/includes/graphs/device/netstat_tcp_stats.inc.php +1 -1
M html/includes/graphs/device/netstat_udp_datagrams.inc.php +1 -1
M html/includes/graphs/device/netstat_udp_errors.inc.php +1 -1
M html/includes/graphs/device/nfsen_common.inc.php +1 -1
M html/includes/graphs/device/nfsen_flows.inc.php +1 -1
M html/includes/graphs/device/nfsen_packets.inc.php +1 -1
M html/includes/graphs/device/nfsen_traffic.inc.php +1 -1
M html/includes/graphs/device/pagecount.inc.php +1 -1
M html/includes/graphs/device/panos_sessions.inc.php +1 -1
M html/includes/graphs/device/printersupplies_cleanerunit.inc.php +1 -1
M html/includes/graphs/device/printersupplies_developer.inc.php +1 -1
M html/includes/graphs/device/printersupplies_drum.inc.php +1 -1
M html/includes/graphs/device/printersupplies_fuser.inc.php +1 -1
M html/includes/graphs/device/printersupplies_ink.inc.php +1 -1
M html/includes/graphs/device/printersupplies_other.inc.php +1 -1
M html/includes/graphs/device/printersupplies_toner.inc.php +1 -1
M html/includes/graphs/device/printersupplies_transferunit.inc.php +1 -1
M html/includes/graphs/device/printersupplies_wasteink.inc.php +1 -1
M html/includes/graphs/device/printersupplies_wastetoner.inc.php +1 -1
M html/includes/graphs/device/printersupplies.inc.php +1 -1
M html/includes/graphs/device/processor_separate.inc.php +1 -1
M html/includes/graphs/device/processor_stack.inc.php +1 -1
M html/includes/graphs/device/processor.inc.php +1 -1
M html/includes/graphs/device/screenos_sessions.inc.php +1 -1
M html/includes/graphs/device/sensor.inc.php +1 -1
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +1 -1
M html/includes/graphs/device/smokeping_all_common.inc.php +1 -1
M html/includes/graphs/device/smokeping_common.inc.php +1 -1
M html/includes/graphs/device/smokeping_in_all_avg.inc.php +1 -1
M html/includes/graphs/device/smokeping_in_all.inc.php +1 -1
M html/includes/graphs/device/smokeping_out_all_avg.inc.php +1 -1
M html/includes/graphs/device/smokeping_out_all.inc.php +1 -1
M html/includes/graphs/device/status.inc.php +1 -1
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/device/transferroller.inc.php +1 -1
M html/includes/graphs/device/ucd_cpu.inc.php +1 -1
M html/includes/graphs/device/ucd_io.inc.php +1 -1
M html/includes/graphs/device/ucd_memory.inc.php +1 -1
M html/includes/graphs/device/ucd_ss_cpu.inc.php +1 -1
M html/includes/graphs/device/ucd_swap_io.inc.php +1 -1
M html/includes/graphs/device/vpdn_sessions_l2tp.inc.php +1 -1
M html/includes/graphs/device/vpdn_tunnels_l2tp.inc.php +1 -1
M html/includes/graphs/device/wastebox.inc.php +1 -1
M html/includes/graphs/device/wifi_clients.inc.php +1 -1
M html/includes/graphs/device/xdsl_bits.inc.php +1 -1
M html/includes/graphs/diskio/auth.inc.php +1 -1
M html/includes/graphs/diskio/bits.inc.php +1 -1
M html/includes/graphs/diskio/ops.inc.php +1 -1
M html/includes/graphs/eigrppeer/auth.inc.php +1 -1
M html/includes/graphs/eigrppeer/graph.inc.php +1 -1
M html/includes/graphs/eigrpport/auth.inc.php +1 -1
M html/includes/graphs/eigrpport/packets.inc.php +1 -1
M html/includes/graphs/functions.inc.php +1 -1
M html/includes/graphs/generic_data.inc.php +1 -1
M html/includes/graphs/generic_definition.inc.php +1 -1
M html/includes/graphs/generic_duplex.inc.php +1 -1
M html/includes/graphs/generic_multi_bits_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_data_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_data.inc.php +1 -1
M html/includes/graphs/generic_multi_group_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_group_simplex_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_line.inc.php +1 -1
M html/includes/graphs/generic_multi_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 -1
M html/includes/graphs/generic_multi.inc.php +1 -1
M html/includes/graphs/generic_simplex.inc.php +1 -1
M html/includes/graphs/global/auth.inc.php +1 -1
M html/includes/graphs/global/jnx_cos_queues.inc.php +1 -1
M html/includes/graphs/global/poller_time_separate.inc.php +1 -1
M html/includes/graphs/global/poller_time.inc.php +1 -1
M html/includes/graphs/global/poller.inc.php +1 -1
M html/includes/graphs/global/pollermod.inc.php +1 -1
M html/includes/graphs/global/pollermods.inc.php +1 -1
M html/includes/graphs/global/processor_separate.inc.php +1 -1
M html/includes/graphs/global/processor_stack.inc.php +1 -1
M html/includes/graphs/global/sros_queues.inc.php +1 -1
M html/includes/graphs/graph.inc.php +1 -1
M html/includes/graphs/ipsectunnel/auth.inc.php +1 -1
M html/includes/graphs/ipsectunnel/bits.inc.php +1 -1
M html/includes/graphs/ipsectunnel/pkts.inc.php +1 -1
M html/includes/graphs/lb-pool-member/auth.inc.php +1 -1
M html/includes/graphs/lb-pool-member/bits.inc.php +1 -1
M html/includes/graphs/lb-pool-member/conns.inc.php +1 -1
M html/includes/graphs/lb-snatpool/auth.inc.php +1 -1
M html/includes/graphs/lb-snatpool/bits.inc.php +1 -1
M html/includes/graphs/lb-snatpool/conns.inc.php +1 -1
M html/includes/graphs/lb-snatpool/cur_conns.inc.php +1 -1
M html/includes/graphs/lb-virtual/auth.inc.php +1 -1
M html/includes/graphs/lb-virtual/bits.inc.php +1 -1
M html/includes/graphs/lb-virtual/conns.inc.php +1 -1
M html/includes/graphs/legend.inc.php +1 -1
M html/includes/graphs/location/auth.inc.php +1 -1
M html/includes/graphs/location/bits.inc.php +1 -1
M html/includes/graphs/macaccounting/auth.inc.php +1 -1
M html/includes/graphs/macaccounting/bits.inc.php +1 -1
M html/includes/graphs/macaccounting/pkts.inc.php +1 -1
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/mempool/usage.inc.php +1 -1
M html/includes/graphs/minute_multi_line.inc.php +1 -1
M html/includes/graphs/multi-customoid/auth.inc.php +1 -1
M html/includes/graphs/multi-customoid/line.inc.php +1 -1
M html/includes/graphs/multi-customoid/stacked.inc.php +1 -1
M html/includes/graphs/multi-mempool/auth.inc.php +1 -1
M html/includes/graphs/multi-mempool/usage.inc.php +1 -1
M html/includes/graphs/multi-port/auth.inc.php +1 -1
M html/includes/graphs/multi-port/bcastpkts.inc.php +1 -1
M html/includes/graphs/multi-port/bits_duo_separate.inc.php +1 -1
M html/includes/graphs/multi-port/bits_duo.inc.php +1 -1
M html/includes/graphs/multi-port/bits_old.inc.php +1 -1
M html/includes/graphs/multi-port/bits_separate.inc.php +1 -1
M html/includes/graphs/multi-port/bits_trio_compare.inc.php +1 -1
M html/includes/graphs/multi-port/bits_trio.inc.php +1 -1
M html/includes/graphs/multi-port/bits.inc.php +1 -1
M html/includes/graphs/multi-port/discards.inc.php +1 -1
M html/includes/graphs/multi-port/errors.inc.php +1 -1
M html/includes/graphs/multi-port/groups_bits.inc.php +1 -1
M html/includes/graphs/multi-port/ipv6_bits.inc.php +1 -1
M html/includes/graphs/multi-port/mcastpkts.inc.php +1 -1
M html/includes/graphs/multi-port/upkts.inc.php +1 -1
M html/includes/graphs/multi-processor/auth.inc.php +1 -1
M html/includes/graphs/multi-processor/usage.inc.php +1 -1
M html/includes/graphs/multi-sensor/auth.inc.php +1 -1
M html/includes/graphs/multi-sensor/graph.inc.php +1 -1
M html/includes/graphs/multi-sensor/stacked.inc.php +1 -1
M html/includes/graphs/multi-status/auth.inc.php +1 -1
M html/includes/graphs/multi-status/graph.inc.php +1 -1
M html/includes/graphs/multi-storage/auth.inc.php +1 -1
M html/includes/graphs/multi-storage/bytes_stacked.inc.php +1 -1
M html/includes/graphs/multi-storage/perc_stacked.inc.php +1 -1
M html/includes/graphs/multi-storage/usage.inc.php +1 -1
M html/includes/graphs/munin/auth.inc.php +1 -1
M html/includes/graphs/munin/graph.inc.php +1 -1
M html/includes/graphs/netscalersvc/auth.inc.php +1 -1
M html/includes/graphs/netscalersvc/bits.inc.php +1 -1
M html/includes/graphs/netscalersvc/conns.inc.php +1 -1
M html/includes/graphs/netscalersvc/pkts.inc.php +1 -1
M html/includes/graphs/netscalersvc/reqs.inc.php +1 -1
M html/includes/graphs/netscalersvc/surge.inc.php +1 -1
M html/includes/graphs/netscalersvc/ttfb.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/auth.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/bits.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/conns.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/pkts.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/reqs.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/ttfb.inc.php +1 -1
M html/includes/graphs/netscalervsvr/auth.inc.php +1 -1
M html/includes/graphs/netscalervsvr/bits.inc.php +1 -1
M html/includes/graphs/netscalervsvr/conns.inc.php +1 -1
M html/includes/graphs/netscalervsvr/hitmiss.inc.php +1 -1
M html/includes/graphs/netscalervsvr/pkts.inc.php +1 -1
M html/includes/graphs/netscalervsvr/reqs.inc.php +1 -1
M html/includes/graphs/old_generic_simplex.inc.php +1 -1
M html/includes/graphs/p2pradio/auth.inc.php +1 -1
M html/includes/graphs/p2pradio/capacity.inc.php +1 -1
M html/includes/graphs/p2pradio/gain.inc.php +1 -1
M html/includes/graphs/p2pradio/power.inc.php +1 -1
M html/includes/graphs/p2pradio/rmse.inc.php +1 -1
M html/includes/graphs/p2pradio/rxlevel.inc.php +1 -1
M html/includes/graphs/p2pradio/symbol_rates.inc.php +1 -1
M html/includes/graphs/poller/auth.inc.php +1 -1
M html/includes/graphs/port/adsl_attainable.inc.php +1 -1
M html/includes/graphs/port/adsl_attenuation.inc.php +1 -1
M html/includes/graphs/port/adsl_power.inc.php +1 -1
M html/includes/graphs/port/adsl_snr.inc.php +1 -1
M html/includes/graphs/port/adsl_speed.inc.php +1 -1
M html/includes/graphs/port/auth.inc.php +1 -1
M html/includes/graphs/port/bits.inc.php +1 -1
M html/includes/graphs/port/discards.inc.php +1 -1
M html/includes/graphs/port/errors.inc.php +1 -1
M html/includes/graphs/port/etherlike.inc.php +1 -1
M html/includes/graphs/port/fdb_count.inc.php +1 -1
M html/includes/graphs/port/jnx_cos_queue.inc.php +1 -1
M html/includes/graphs/port/jnx_cos_queues_common.inc.php +1 -1
M html/includes/graphs/port/jnx_QedBytes.inc.php +1 -1
M html/includes/graphs/port/jnx_QedPkts.inc.php +1 -1
M html/includes/graphs/port/jnx_TailDropPkts.inc.php +1 -1
M html/includes/graphs/port/jnx_TotalRedDropBytes.inc.php +1 -1
M html/includes/graphs/port/jnx_TotalRedDropPkts.inc.php +1 -1
M html/includes/graphs/port/mac_acc_total.inc.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +1 -1
M html/includes/graphs/port/pagp_bits.inc.php +1 -1
M html/includes/graphs/port/percent.inc.php +1 -1
M html/includes/graphs/port/pktsize.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_queue.inc.php +1 -1
M html/includes/graphs/port/sros_queues_common.inc.php +1 -1
M html/includes/graphs/port/upkts.inc.php +1 -1
M html/includes/graphs/printersupply/auth.inc.php +1 -1
M html/includes/graphs/printersupply/usage.inc.php +1 -1
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/processor/usage.inc.php +1 -1
M html/includes/graphs/pseudowire/auth.inc.php +1 -1
M html/includes/graphs/pseudowire/bits.inc.php +1 -1
M html/includes/graphs/pseudowire/pkts.inc.php +1 -1
M html/includes/graphs/rserver/auth.inc.php +1 -1
M html/includes/graphs/rserver/curr.inc.php +1 -1
M html/includes/graphs/rserver/failed.inc.php +1 -1
M html/includes/graphs/rserver/total.inc.php +1 -1
M html/includes/graphs/sensor/airflow.inc.php +1 -1
M html/includes/graphs/sensor/apower.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/sensor/counter.inc.php +1 -1
M html/includes/graphs/sensor/crestfactor.inc.php +1 -1
M html/includes/graphs/sensor/current.inc.php +1 -1
M html/includes/graphs/sensor/dbm.inc.php +1 -1
M html/includes/graphs/sensor/dewpoint.inc.php +1 -1
M html/includes/graphs/sensor/dust.inc.php +1 -1
M html/includes/graphs/sensor/fanspeed.inc.php +1 -1
M html/includes/graphs/sensor/frequency.inc.php +1 -1
M html/includes/graphs/sensor/graph.inc.php +1 -1
M html/includes/graphs/sensor/illuminance.inc.php +1 -1
M html/includes/graphs/sensor/impedence.inc.php +1 -1
M html/includes/graphs/sensor/percent.inc.php +1 -1
M html/includes/graphs/sensor/power.inc.php +1 -1
M html/includes/graphs/sensor/powerfactor.inc.php +1 -1
M html/includes/graphs/sensor/pressure.inc.php +1 -1
M html/includes/graphs/sensor/resistance.inc.php +1 -1
M html/includes/graphs/sensor/rpower.inc.php +1 -1
M html/includes/graphs/sensor/runtime.inc.php +1 -1
M html/includes/graphs/sensor/snr.inc.php +1 -1
M html/includes/graphs/sensor/sound.inc.php +1 -1
M html/includes/graphs/sensor/state.inc.php +1 -1
M html/includes/graphs/sensor/temperature.inc.php +1 -1
M html/includes/graphs/sensor/velocity.inc.php +1 -1
M html/includes/graphs/sensor/voltage.inc.php +1 -1
M html/includes/graphs/sensor/volume.inc.php +1 -1
M html/includes/graphs/sensor/waterflow.inc.php +1 -1
M html/includes/graphs/service/auth.inc.php +1 -1
M html/includes/graphs/service/availability.inc.php +1 -1
M html/includes/graphs/sla/auth.inc.php +1 -1
M html/includes/graphs/sla/graph.inc.php +1 -1
M html/includes/graphs/sla/jitter.inc.php +1 -1
M html/includes/graphs/smokeping/auth.inc.php +1 -1
M html/includes/graphs/smokeping/in.inc.php +1 -1
M html/includes/graphs/smokeping/out.inc.php +1 -1
M html/includes/graphs/status/auth.inc.php +1 -1
M html/includes/graphs/status/graph.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +1 -1
M html/includes/graphs/vserver/auth.inc.php +1 -1
M html/includes/graphs/vserver/bits.inc.php +1 -1
M html/includes/graphs/vserver/conns.inc.php +1 -1
M html/includes/graphs/vserver/pkts.inc.php +1 -1
M html/includes/graphs/wifi/auth.inc.php +1 -1
M html/includes/graphs/wifi/clientfailedassociations.inc.php +1 -1
M html/includes/graphs/wifi/noisefloor.inc.php +1 -1
M html/includes/graphs/wifi/refusedconnectioncount.inc.php +1 -1
M html/includes/graphs/wifi/resetcount.inc.php +1 -1
M html/includes/graphs/wifi/retransmitoctet.inc.php +1 -1
M html/includes/graphs/wifi/txretriescount.inc.php +1 -1
M html/includes/graphs/wifi/usersessions.inc.php +1 -1
M html/includes/graphs/wifiradio/auth.inc.php +1 -1
M html/includes/graphs/wifiradio/bits.inc.php +1 -1
M html/includes/graphs/wifiradio/clients.inc.php +1 -1
M html/includes/graphs/wifiradio/frames.inc.php +1 -1
M html/includes/graphs/wifiradio/rxerrors.inc.php +1 -1
M html/includes/graphs/XXX_device_memory_windows.inc.php +1 -1
M html/includes/group_edit.inc.php +1 -1
M html/includes/group-navbar.inc.php +1 -1
M html/includes/maintenance-navbar.inc.php +1 -1
M html/includes/map/google-mc.inc.php +1 -1
M html/includes/map/google.inc.php +1 -1
M html/includes/map/leaflet.inc.php +1 -1
M html/includes/navbar.inc.php +1 -1
M html/includes/panels/default.inc.php +1 -1
M html/includes/port-edit.inc.php +1 -1
M html/includes/print-accesspoint-graphs.inc.php +1 -1
M html/includes/print-accesspoint.inc.php +1 -1
M html/includes/print-device-graph.php +1 -1
M html/includes/print-interface-adsl.inc.php +1 -1
M html/includes/print-service.inc.php +1 -1
M html/includes/print-vlan.inc.php +1 -1
M html/includes/print-vrf.inc.php +1 -1
M html/includes/print/addresses.inc.php +1 -1
M html/includes/print/alert_log.inc.php +1 -1
M html/includes/print/alert.inc.php +1 -1
M html/includes/print/arptable.inc.php +1 -1
M html/includes/print/authlog.inc.php +1 -1
M html/includes/print/common.inc.php +1 -1
M html/includes/print/dot1xtable.inc.php +1 -1
M html/includes/print/events.inc.php +1 -1
M html/includes/print/fdbtable.inc.php +1 -1
M html/includes/print/inventory.inc.php +1 -1
M html/includes/print/logalert.inc.php +1 -1
M html/includes/print/mac_addresses.inc.php +1 -1
M html/includes/print/navbar.inc.php +1 -1
M html/includes/print/neighbours.inc.php +1 -1
M html/includes/print/routing.inc.php +1 -1
M html/includes/print/rows.inc.php +1 -1
M html/includes/print/search.inc.php +1 -1
M html/includes/print/status.inc.php +1 -1
M html/includes/search/accesspoints.inc.php +1 -1
M html/includes/search/devices.inc.php +1 -1
M html/includes/search/inventory.inc.php +1 -1
M html/includes/search/ip-addresses.inc.php +1 -1
M html/includes/search/sensors.inc.php +1 -1
M html/includes/search/slas.inc.php +1 -1
M html/includes/search/status.inc.php +1 -1
M html/includes/service-delete.inc.php +1 -1
M html/includes/status-summary.inc.php +1 -1
M html/includes/widgets/graph.inc.php +1 -1
M html/map.php +1 -1
M html/pages/about.inc.php +1 -1
M html/pages/add_alert_check.inc.php +1 -1
M html/pages/add_syslog_rule.inc.php +1 -1
M html/pages/addhost.inc.php +1 -1
M html/pages/addsrv.inc.php +1 -1
M html/pages/adduser.inc.php +1 -1
M html/pages/alert_check.inc.php +1 -1
M html/pages/alert_checks.inc.php +1 -1
M html/pages/alert_log.inc.php +1 -1
M html/pages/alert_maintenance_add.inc.php +1 -1
M html/pages/alert_maintenance.inc.php +1 -1
M html/pages/alert_regenerate.inc.php +1 -1
M html/pages/alerts.inc.php +1 -1
M html/pages/apps.inc.php +1 -1
M html/pages/apps/default.inc.php +1 -1
M html/pages/apps/overview.inc.php +1 -1
M html/pages/authlog.inc.php +1 -1
M html/pages/bill/actions.inc.php +1 -1
M html/pages/bill/api.inc.php +1 -1
M html/pages/bill/delete.inc.php +1 -1
M html/pages/bill/edit.inc.php +1 -1
M html/pages/bill/history.inc.php +1 -1
M html/pages/bill/infoboxes.inc.php +1 -1
M html/pages/bill/navbar.inc.php +1 -1
M html/pages/bill/pdf_css.inc.php +1 -1
M html/pages/bill/pdf_history.inc.php +1 -1
M html/pages/bill/ports.inc.php +1 -1
M html/pages/bill/quick.inc.php +1 -1
M html/pages/bill/reset.inc.php +1 -1
M html/pages/bill/transfer.inc.php +1 -1
M html/pages/bills.inc.php +1 -1
M html/pages/bills/add.inc.php +1 -1
M html/pages/bills/month.inc.php +1 -1
M html/pages/bills/search.inc.php +1 -1
M html/pages/bills/searchaction.inc.php +1 -1
M html/pages/contact.inc.php +1 -1
M html/pages/contacts.inc.php +1 -1
M html/pages/customers.inc.php +1 -1
M html/pages/customoid.inc.php +1 -1
M html/pages/customoids.inc.php +1 -1
M html/pages/deleted-ports.inc.php +1 -1
M html/pages/delhost.inc.php +1 -1
M html/pages/delsrv.inc.php +1 -1
M html/pages/device.inc.php +1 -1
M html/pages/device/accesspoint.inc.php +1 -1
M html/pages/device/accesspoints.inc.php +1 -1
M html/pages/device/alert.inc.php +1 -1
M html/pages/device/alerts.inc.php +1 -1
M html/pages/device/apps.inc.php +1 -1
M html/pages/device/apps/apache.inc.php +1 -1
M html/pages/device/apps/app_navbar.inc.php +1 -1
M html/pages/device/apps/asterisk.inc.php +1 -1
M html/pages/device/apps/bind.inc.php +1 -1
M html/pages/device/apps/ceph.inc.php +1 -1
M html/pages/device/apps/dhcpkit.inc.php +1 -1
M html/pages/device/apps/dovecot.inc.php +1 -1
M html/pages/device/apps/drbd.inc.php +1 -1
M html/pages/device/apps/exchange.inc.php +1 -1
M html/pages/device/apps/exim-mailqueue.inc.php +1 -1
M html/pages/device/apps/exim.inc.php +1 -1
M html/pages/device/apps/freeradius.inc.php +1 -1
M html/pages/device/apps/ioping.inc.php +1 -1
M html/pages/device/apps/jvmoverjmx.inc.php +1 -1
M html/pages/device/apps/mailscanner.inc.php +1 -1
M html/pages/device/apps/memcached.inc.php +1 -1
M html/pages/device/apps/mongodb.inc.php +1 -1
M html/pages/device/apps/mssql.inc.php +1 -1
M html/pages/device/apps/mssql/memory.inc.php +1 -1
M html/pages/device/apps/mssql/processor.inc.php +1 -1
M html/pages/device/apps/mysql.inc.php +1 -1
M html/pages/device/apps/nfs.inc.php +1 -1
M html/pages/device/apps/nfsd.inc.php +1 -1
M html/pages/device/apps/nginx.inc.php +1 -1
M html/pages/device/apps/nsd.inc.php +1 -1
M html/pages/device/apps/ntp-client.inc.php +1 -1
M html/pages/device/apps/ntpd-server.inc.php +1 -1
M html/pages/device/apps/ntpd.inc.php +1 -1
M html/pages/device/apps/openvpn.inc.php +1 -1
M html/pages/device/apps/postfix_mailgraph.inc.php +1 -1
M html/pages/device/apps/postgresql.inc.php +1 -1
M html/pages/device/apps/powerdns-recursor.inc.php +1 -1
M html/pages/device/apps/powerdns.inc.php +1 -1
M html/pages/device/apps/shoutcast.inc.php +1 -1
M html/pages/device/apps/unbound.inc.php +1 -1
M html/pages/device/apps/varnish.inc.php +1 -1
M html/pages/device/apps/vmwaretools.inc.php +1 -1
M html/pages/device/apps/zimbra.inc.php +1 -1
M html/pages/device/data.inc.php +1 -1
M html/pages/device/edit.inc.php +1 -1
M html/pages/device/edit/agent.inc.php +1 -1
M html/pages/device/edit/alerts.inc.php +1 -1
M html/pages/device/edit/apps.inc.php +1 -1
M html/pages/device/edit/delete.inc.php +1 -1
M html/pages/device/edit/device.inc.php +1 -1
M html/pages/device/edit/geo.inc.php +1 -1
M html/pages/device/edit/graphs.inc.php +1 -1
M html/pages/device/edit/icon.inc.php +1 -1
M html/pages/device/edit/ipmi.inc.php +1 -1
M html/pages/device/edit/mibs.inc.php +1 -1
M html/pages/device/edit/netscaler_svcs.inc.php +1 -1
M html/pages/device/edit/netscaler_vsvrs.inc.php +1 -1
M html/pages/device/edit/ports.inc.php +1 -1
M html/pages/device/edit/sensors.inc.php +1 -1
M html/pages/device/edit/services.inc.php +1 -1
M html/pages/device/edit/snmp.inc.php +1 -1
M html/pages/device/edit/ssh.inc.php +1 -1
M html/pages/device/edit/wmi.inc.php +1 -1
M html/pages/device/entphysical.inc.php +1 -1
M html/pages/device/graphs.inc.php +1 -1
M html/pages/device/health/dbm.inc.php +1 -1
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/mempool.inc.php +1 -1
M html/pages/device/health/processor.inc.php +1 -1
M html/pages/device/health/sensors.inc.php +1 -1
M html/pages/device/health/status.inc.php +1 -1
M html/pages/device/health/storage.inc.php +1 -1
M html/pages/device/hrdevice.inc.php +1 -1
M html/pages/device/latency.inc.php +1 -1
M html/pages/device/loadbalancer.inc.php +1 -1
M html/pages/device/loadbalancer/lb_pools.inc.php +1 -1
M html/pages/device/loadbalancer/lb_snatpools.inc.php +1 -1
M html/pages/device/loadbalancer/lb_virtuals.inc.php +1 -1
M html/pages/device/loadbalancer/loadbalancer_rservers.inc.php +1 -1
M html/pages/device/loadbalancer/loadbalancer_vservers.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_servicegroupmembers.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_services.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +1 -1
M html/pages/device/logs.inc.php +1 -1
M html/pages/device/logs/alertlog.inc.php +1 -1
M html/pages/device/logs/eventlog.inc.php +1 -1
M html/pages/device/logs/syslog.inc.php +1 -1
M html/pages/device/munin.inc.php +1 -1
M html/pages/device/nfsen.inc.php +1 -1
M html/pages/device/notes.inc.php +1 -1
M html/pages/device/overview-normal.inc.php +1 -1
M html/pages/device/overview-wide.inc.php +1 -1
M html/pages/device/overview.inc.php +1 -1
M html/pages/device/overview/alertlog.inc.php +1 -1
M html/pages/device/overview/alerts.inc.php +1 -1
M html/pages/device/overview/c6kxbar.inc.php +1 -1
M html/pages/device/overview/events.inc.php +1 -1
M html/pages/device/overview/information_extended.inc.php +1 -1
M html/pages/device/overview/information.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/overview/printersupplies.inc.php +1 -1
M html/pages/device/overview/processors-unix.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +1 -1
M html/pages/device/overview/sensors.inc.php +1 -1
M html/pages/device/overview/services.inc.php +1 -1
M html/pages/device/overview/status.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/syslog.inc.php +1 -1
M html/pages/device/overview/ucd_mem.inc.php +1 -1
M html/pages/device/p2pradios.inc.php +1 -1
M html/pages/device/packages.inc.php +1 -1
M html/pages/device/perf.inc.php +1 -1
M html/pages/device/port.inc.php +1 -1
M html/pages/device/port/adsl.inc.php +1 -1
M html/pages/device/port/alertlog.inc.php +1 -1
M html/pages/device/port/alerts.inc.php +1 -1
M html/pages/device/port/arp.inc.php +1 -1
M html/pages/device/port/cbqos.inc.php +1 -1
M html/pages/device/port/data.inc.php +1 -1
M html/pages/device/port/events.inc.php +1 -1
M html/pages/device/port/fdb.inc.php +1 -1
M html/pages/device/port/graphs.inc.php +1 -1
M html/pages/device/port/jnx_cos_queues.inc.php +1 -1
M html/pages/device/port/junose-atm-vp.inc.php +1 -1
M html/pages/device/port/macaccounting_top10.inc.php +1 -1
M html/pages/device/port/macaccounting.inc.php +1 -1
M html/pages/device/port/pagp.inc.php +1 -1
M html/pages/device/port/realtime.inc.php +1 -1
M html/pages/device/port/sensors.inc.php +1 -1
M html/pages/device/port/sros_queues.inc.php +1 -1
M html/pages/device/port/vlans.inc.php +1 -1
M html/pages/device/ports/adsl.inc.php +1 -1
M html/pages/device/ports/arp.inc.php +1 -1
M html/pages/device/ports/fdb.inc.php +1 -1
M html/pages/device/ports/ipv4.inc.php +1 -1
M html/pages/device/ports/ipv6.inc.php +1 -1
M html/pages/device/ports/map.inc.php +1 -1
M html/pages/device/ports/neighbours.inc.php +1 -1
M html/pages/device/ports/sensors.inc.php +1 -1
M html/pages/device/printing.inc.php +1 -1
M html/pages/device/pseudowires.inc.php +1 -1
M html/pages/device/routing.inc.php +1 -1
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/device/routing/cef.inc.php +1 -1
M html/pages/device/routing/eigrp.inc.php +1 -1
M html/pages/device/routing/eigrp/peers.inc.php +1 -1
M html/pages/device/routing/eigrp/ports.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +1 -1
M html/pages/device/routing/vrf.inc.php +1 -1
M html/pages/device/services.inc.php +1 -1
M html/pages/device/showconfig.inc.php +1 -1
M html/pages/device/showtech.inc.php +1 -1
M html/pages/device/slas.inc.php +1 -1
M html/pages/device/vlans.inc.php +1 -1
M html/pages/device/vm.inc.php +1 -1
M html/pages/device/wifi.inc.php +1 -1
M html/pages/device/wifi/accesspoint.inc.php +1 -1
M html/pages/device/wifi/accesspoints.inc.php +1 -1
M html/pages/device/wifi/overview.inc.php +1 -1
M html/pages/device/wifi/radios.inc.php +1 -1
M html/pages/device/wifi/wlans.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/devices/basic.inc.php +1 -1
M html/pages/devices/detail.inc.php +1 -1
M html/pages/devices/graphs.inc.php +1 -1
M html/pages/devices/perf.inc.php +1 -1
M html/pages/devices/status.inc.php +1 -1
M html/pages/edituser.inc.php +1 -1
M html/pages/edituser/deleteuser.inc.php +1 -1
M html/pages/eventlog.inc.php +1 -1
M html/pages/front/default.php +1 -1
M html/pages/front/test.php +1 -1
M html/pages/graphs.inc.php +1 -1
M html/pages/group_add.inc.php +1 -1
M html/pages/group.inc.php +1 -1
M html/pages/groups_regenerate.inc.php +1 -1
M html/pages/groups.inc.php +1 -1
M html/pages/health.inc.php +1 -1
M html/pages/health/mempool.inc.php +1 -1
M html/pages/health/printersupplies.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M html/pages/health/sensors.inc.php +1 -1
M html/pages/health/status.inc.php +1 -1
M html/pages/health/storage.inc.php +1 -1
M html/pages/iftype.inc.php +1 -1
M html/pages/inventory.inc.php +1 -1
M html/pages/locations.inc.php +1 -1
M html/pages/mibs.inc.php +1 -1
M html/pages/modules.inc.php +1 -1
M html/pages/neighbours.inc.php +1 -1
M html/pages/os.inc.php +1 -1
M html/pages/p2pradios.inc.php +1 -1
M html/pages/packages.inc.php +1 -1
M html/pages/pollerlog.inc.php +1 -1
M html/pages/ports/graphs.inc.php +1 -1
M html/pages/ports/list.inc.php +1 -1
M html/pages/preferences.inc.php +1 -1
M html/pages/preferences/authentication.inc.php +1 -1
M html/pages/preferences/authlog.inc.php +1 -1
M html/pages/pseudowires.inc.php +1 -1
M html/pages/routing.inc.php +1 -1
M html/pages/routing/bgp.inc.php +1 -1
M html/pages/routing/cef.inc.php +1 -1
M html/pages/routing/eigrp.inc.php +1 -1
M html/pages/routing/ospf.inc.php +1 -1
M html/pages/routing/overview.inc.php +1 -1
M html/pages/routing/vrf.inc.php +1 -1
M html/pages/search.inc.php +1 -1
M html/pages/search/arp.inc.php +1 -1
M html/pages/search/dot1x.inc.php +1 -1
M html/pages/search/fdb.inc.php +1 -1
M html/pages/search/ipv4.inc.php +1 -1
M html/pages/search/ipv6.inc.php +1 -1
M html/pages/search/mac.inc.php +1 -1
M html/pages/services.inc.php +1 -1
M html/pages/settings.inc.php +1 -1
M html/pages/settings/changed_config.inc.php +1 -1
M html/pages/settings/config.inc.php +1 -1
M html/pages/settings/default.inc.php +1 -1
M html/pages/simpleapi.inc.php +1 -1
M html/pages/slas.inc.php +1 -1
M html/pages/syslog_alerts.inc.php +1 -1
M html/pages/syslog_rules.inc.php +1 -1
M html/pages/syslog.inc.php +1 -1
M html/pages/usermenu.inc.php +1 -1
M html/pages/vms.inc.php +1 -1
M html/pdf.php +1 -1
M html/ui-test.php +1 -1
M includes/alerting/clickatell.inc.php +1 -1
M includes/alerting/email.inc.php +1 -1
M includes/alerting/hipchat.inc.php +1 -1
M includes/alerting/messagebird.inc.php +1 -1
M includes/alerting/pagerduty.inc.php +1 -1
M includes/alerting/pushover.inc.php +1 -1
M includes/alerting/script.inc.php +1 -1
M includes/alerting/slack.inc.php +1 -1
M includes/alerting/smsbox.inc.php +1 -1
M includes/alerting/teams.inc.php +1 -1
M includes/alerting/telegram.inc.php +1 -1
M includes/alerting/textlocal.inc.php +1 -1
M includes/alerting/victorops.inc.php +1 -1
M includes/alerting/webhook-old.inc.php +1 -1
M includes/alerting/xmpp.inc.php +1 -1
M includes/alerts.inc.php +1 -1
M includes/common.inc.php +1 -1
M includes/db.inc.php +1 -1
M includes/db/mysql.inc.php +1 -1
M includes/db/mysqli.inc.php +1 -1
M includes/defaults.inc.php +1 -1
M includes/definitions.inc.php +1 -1
M includes/definitions/apps.inc.php +1 -1
M includes/definitions/entities.inc.php +1 -1
M includes/definitions/geo.inc.php +1 -1
M includes/definitions/rewrites.inc.php +1 -1
M includes/definitions/sensors.inc.php +1 -1
M includes/definitions/status.inc.php +1 -1
M includes/definitions/transports.inc.php +1 -1
M includes/definitions/version.inc.php +1 -1
M includes/definitions/vm.inc.php +1 -1
M includes/definitions/wui.inc.php +1 -1
M includes/discovery/arp-table.inc.php +1 -1
M includes/discovery/bgp-peers.inc.php +1 -1
M includes/discovery/cisco-cbqos.inc.php +1 -1
M includes/discovery/cisco-cef.inc.php +1 -1
M includes/discovery/cisco-vrf.inc.php +1 -1
M includes/discovery/graphs.inc.php +1 -1
M includes/discovery/inventory.inc.php +1 -1
M includes/discovery/inventory/cpqrack-mib.inc.php +1 -1
M includes/discovery/inventory/e7-calix-mib.inc.php +1 -1
M includes/discovery/inventory/entity-mib.inc.php +1 -1
M includes/discovery/inventory/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/inventory/geist-mib-v3.inc.php +1 -1
M includes/discovery/inventory/host-resources-mib.inc.php +1 -1
M includes/discovery/inventory/hpvc-mib.inc.php +1 -1
M includes/discovery/inventory/juniper-mib.inc.php +1 -1
M includes/discovery/inventory/mikrotik-mib.inc.php +1 -1
M includes/discovery/inventory/oneaccess-sys-mib.inc.php +1 -1
M includes/discovery/inventory/perle-mcr-mgt-mib.inc.php +1 -1
M includes/discovery/inventory/timetra-chassis-mib.inc.php +1 -1
M includes/discovery/ip-addresses/ciscosb-ipv6.inc.php +1 -1
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/ip-addresses/ipv6-mib.inc.php +1 -1
M includes/discovery/junose-atm-vp.inc.php +1 -1
M includes/discovery/mac-accounting.inc.php +1 -1
M includes/discovery/mempools.inc.php +1 -1
M includes/discovery/mempools/agent-general-mib.inc.php +1 -1
M includes/discovery/mempools/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/mempools/bianca-brick-mibres-mib.inc.php +1 -1
M includes/discovery/mempools/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/discovery/mempools/bluecoat-sg-usage-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-enhanced-mempool-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-entity-qfp-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-memory-pool-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-process-mib.inc.php +1 -1
M includes/discovery/mempools/dell-networking-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/extreme-software-monitor-mib.inc.php +1 -1
M includes/discovery/mempools/f10-c-series-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f10-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f10-m-series-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/mempools/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/mempools/hh3c-entity-ext-mib.inc.php +1 -1
M includes/discovery/mempools/host-resources-mib.inc.php +1 -1
M includes/discovery/mempools/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +1 -1
M includes/discovery/mempools/juniper-mib.inc.php +1 -1
M includes/discovery/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/discovery/mempools/netswitch-mib.inc.php +1 -1
M includes/discovery/mempools/oneaccess-sys-mib.inc.php +1 -1
M includes/discovery/mempools/peakflow-sp-mib.inc.php +1 -1
M includes/discovery/mempools/s5-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/smartnode-mib.inc.php +1 -1
M includes/discovery/mempools/timetra-system-mib.inc.php +1 -1
M includes/discovery/mempools/ucd-snmp-mib.inc.php +1 -1
M includes/discovery/mempools/zhone-card-resources-mib.inc.php +1 -1
M includes/discovery/mempools/zxr10-mib.inc.php +1 -1
M includes/discovery/mempools/zyxel-sys-memory-mib.inc.php +1 -1
M includes/discovery/neighbours.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 +1 -1
M includes/discovery/neighbours/ospf-mib.inc.php +1 -1
M includes/discovery/oids.inc.php +1 -1
M includes/discovery/os/broadcom.inc.php +1 -1
M includes/discovery/os/freebsd.inc.php +1 -1
M includes/discovery/os/linux.inc.php +1 -1
M includes/discovery/os/nxp-mqx-rtcs.inc.php +1 -1
M includes/discovery/os/solaris.inc.php +1 -1
M includes/discovery/ports-stack.inc.php +1 -1
M includes/discovery/ports.inc.php +1 -1
M includes/discovery/ports/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/ports/netapp-mib.inc.php +1 -1
M includes/discovery/printersupplies/printer-mib.inc.php +1 -1
M includes/discovery/processors.inc.php +1 -1
M includes/discovery/processors/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/processors/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/discovery/processors/bluecoat-sg-usage-mib.inc.php +1 -1
M includes/discovery/processors/cisco-entity-pfe-mib.inc.php +1 -1
M includes/discovery/processors/cisco-entity-qfp-mib.inc.php +1 -1
M includes/discovery/processors/cisco-process-mib.inc.php +1 -1
M includes/discovery/processors/ciscosb-rndmng.inc.php +1 -1
M includes/discovery/processors/dell-networking-chassis-mib.inc.php +1 -1
M includes/discovery/processors/dnos-switching-mib.inc.php +1 -1
M includes/discovery/processors/edgeswitch-switching-mib.inc.php +1 -1
M includes/discovery/processors/extreme-software-monitor-mib.inc.php +1 -1
M includes/discovery/processors/f10-c-series-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f10-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f10-m-series-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/processors/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/processors/hh3c-entity-ext-mib.inc.php +1 -1
M includes/discovery/processors/host-resources-mib.inc.php +1 -1
M includes/discovery/processors/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/discovery/processors/huawei-entity-extent-mib.inc.php +1 -1
M includes/discovery/processors/isilon-mib.inc.php +1 -1
M includes/discovery/processors/juniper-mib.inc.php +1 -1
M includes/discovery/processors/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/discovery/processors/juniper-system-mib.inc.php +1 -1
M includes/discovery/processors/ns-root-mib.inc.php +1 -1
M includes/discovery/processors/smartnode-mib.inc.php +1 -1
M includes/discovery/processors/ucd-snmp-mib.inc.php +1 -1
M includes/discovery/processors/wlsx-switch-mib.inc.php +1 -1
M includes/discovery/processors/zhone-card-resources-mib.inc.php +1 -1
M includes/discovery/processors/zxr10-mib.inc.php +1 -1
M includes/discovery/pseudowires.inc.php +1 -1
M includes/discovery/pseudowires/cisco-ietf-pw-mib.inc.php +1 -1
M includes/discovery/pseudowires/juniper-vpn-mib.inc.php +1 -1
M includes/discovery/pseudowires/pw-std-mib.inc.php +1 -1
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/sensors/ac-system-mib.inc.php +1 -1
M includes/discovery/sensors/acmepacket-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/adf-1-mib.inc.php +1 -1
M includes/discovery/sensors/airespace-wireless-mib.inc.php +1 -1
M includes/discovery/sensors/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/sensors/alphapowersystem-mib.inc.php +1 -1
M includes/discovery/sensors/alvarion-dot11-wlan-mib.inc.php +1 -1
M includes/discovery/sensors/apnl-modular-pdu-mib.inc.php +1 -1
M includes/discovery/sensors/areca-snmp-mib.inc.php +1 -1
M includes/discovery/sensors/asyncos-mail-mib.inc.php +1 -1
M includes/discovery/sensors/aten-pe-cfg.inc.php +1 -1
M includes/discovery/sensors/atto6500n-mib.inc.php +1 -1
M includes/discovery/sensors/axis-video-mib.inc.php +1 -1
M includes/discovery/sensors/baytech-mib-403-1.inc.php +1 -1
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/ciena-ws-xcvr-mib.inc.php +1 -1
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 +1 -1
M includes/discovery/sensors/cisco-firewall-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-stackwise-mib.inc.php +1 -1
M includes/discovery/sensors/ciscosb-mib.inc.php +1 -1
M includes/discovery/sensors/ciscosb-phy-mib.inc.php +1 -1
M includes/discovery/sensors/cpqhlth-mib.inc.php +1 -1
M includes/discovery/sensors/cpqida-mib.inc.php +1 -1
M includes/discovery/sensors/cpqrack-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-cem-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-geport-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-tengport-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-xcvr-mib.inc.php +1 -1
M includes/discovery/sensors/data-domain-mib.inc.php +1 -1
M includes/discovery/sensors/dell-networking-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/dell-rac-mib.inc.php +1 -1
M includes/discovery/sensors/dell-tl4000-mib.inc.php +1 -1
M includes/discovery/sensors/dell-vendor-mib.inc.php +1 -1
M includes/discovery/sensors/dev-cfg-mib.inc.php +1 -1
M includes/discovery/sensors/dksf-48-4-x-x-1.inc.php +1 -1
M includes/discovery/sensors/dksf-50-11-x-x-x.inc.php +1 -1
M includes/discovery/sensors/dksf-60-4-x-x-x.inc.php +1 -1
M includes/discovery/sensors/dksf-70-5-x-x-1.inc.php +1 -1
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/dps-mib-v38.inc.php +1 -1
M includes/discovery/sensors/eaton-epdu-mib.inc.php +1 -1
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/eltek-distributed-mib.inc.php +1 -1
M includes/discovery/sensors/emd-mib.inc.php +1 -1
M includes/discovery/sensors/enlogic-pdu-mib.inc.php +1 -1
M includes/discovery/sensors/entity-sensor-mib.inc.php +1 -1
M includes/discovery/sensors/eqldisk-mib.inc.php +1 -1
M includes/discovery/sensors/eqlmember-mib.inc.php +1 -1
M includes/discovery/sensors/es-racktivity-mib.inc.php +1 -1
M includes/discovery/sensors/extreme-system-mib.inc.php +1 -1
M includes/discovery/sensors/f10-c-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/f10-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/f10-m-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/fa-ext-mib.inc.php +1 -1
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/fe-fireeye-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-poe-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-sn-switch-group-mib.inc.php +1 -1
M includes/discovery/sensors/fspr7-mib.inc.php +1 -1
M includes/discovery/sensors/g6-system-mib.inc.php +1 -1
M includes/discovery/sensors/gamatronic-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-epc2x6-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-epc8x-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-pdu8110-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-pdu8310-mib.inc.php +1 -1
M includes/discovery/sensors/hh3c-entity-ext-mib.inc.php +1 -1
M includes/discovery/sensors/hh3c-transceiver-info-mib.inc.php +1 -1
M includes/discovery/sensors/hp-icf-chassis.inc.php +1 -1
M includes/discovery/sensors/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/discovery/sensors/huawei-poe-mib.inc.php +1 -1
M includes/discovery/sensors/hwg-pwr-mib.inc.php +1 -1
M includes/discovery/sensors/idrac-mib-smiv2.inc.php +1 -1
M includes/discovery/sensors/infratec-rms-mib.inc.php +1 -1
M includes/discovery/sensors/ipomanii-mib.inc.php +1 -1
M includes/discovery/sensors/ispro-mib.inc.php +1 -1
M includes/discovery/sensors/it-watchdogs-mib-v3.inc.php +1 -1
M includes/discovery/sensors/it-watchdogs-v4-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-alarm-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-dom-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-system-mib.inc.php +1 -1
M includes/discovery/sensors/lcos-mib.inc.php +1 -1
M includes/discovery/sensors/liebert-gp-environmental-mib.inc.php +1 -1
M includes/discovery/sensors/liebert-gp-pdu-mib.inc.php +1 -1
M includes/discovery/sensors/liebert-gp-power-mib.inc.php +1 -1
M includes/discovery/sensors/lm-sensors-mib.inc.php +1 -1
M includes/discovery/sensors/lsi-megaraid-sas-mib.inc.php +1 -1
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +1 -1
M includes/discovery/sensors/mib-dell-10892.inc.php +1 -1
M includes/discovery/sensors/ms-switch30-mib.inc.php +1 -1
M includes/discovery/sensors/mseries-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/mseries-port-mib.inc.php +1 -1
M includes/discovery/sensors/nbs-cmmc-mib.inc.php +1 -1
M includes/discovery/sensors/netbotzv2-mib.inc.php +1 -1
M includes/discovery/sensors/netonix-switch-mib.inc.php +1 -1
M includes/discovery/sensors/nokia-ipso-system-mib.inc.php +1 -1
M includes/discovery/sensors/ns-root-mib.inc.php +1 -1
M includes/discovery/sensors/nscrtv-root.inc.php +1 -1
M includes/discovery/sensors/oa-sfp-mib.inc.php +1 -1
M includes/discovery/sensors/oadwdm-mib.inc.php +1 -1
M includes/discovery/sensors/og-status-mib.inc.php +1 -1
M includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/omnitron-poe-mib.inc.php +1 -1
M includes/discovery/sensors/openbsd-sensors-mib.inc.php +1 -1
M includes/discovery/sensors/p8510-mib.inc.php +1 -1
M includes/discovery/sensors/packetflux-mib.inc.php +1 -1
M includes/discovery/sensors/pdu-mib.inc.php +1 -1
M includes/discovery/sensors/perle-mcr-mgt-mib.inc.php +1 -1
M includes/discovery/sensors/poseidon-mib.inc.php +1 -1
M includes/discovery/sensors/power-ethernet-mib.inc.php +1 -1
M includes/discovery/sensors/powernet-mib.inc.php +1 -1
M includes/discovery/sensors/printer-mib.inc.php +1 -1
M includes/discovery/sensors/radlan-hwenviroment.inc.php +1 -1
M includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +1 -1
M includes/discovery/sensors/rbn-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/readydataos-mib.inc.php +1 -1
M includes/discovery/sensors/readynas-mib.inc.php +1 -1
M includes/discovery/sensors/rittal-cmc-tc-mib.inc.php +1 -1
M includes/discovery/sensors/roomalert24e-mib.inc.php +1 -1
M includes/discovery/sensors/roomalert4e-mib.inc.php +1 -1
M includes/discovery/sensors/s5-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/sentry3-mib.inc.php +1 -1
M includes/discovery/sensors/sfa-info.inc.php +1 -1
M includes/discovery/sensors/smartnode-mib.inc.php +1 -1
M includes/discovery/sensors/sp2-mib.inc.php +1 -1
M includes/discovery/sensors/spagent-mib.inc.php +1 -1
M includes/discovery/sensors/ste-mib.inc.php +1 -1
M includes/discovery/sensors/ste2-mib.inc.php +1 -1
M includes/discovery/sensors/steelhead-mib.inc.php +1 -1
M includes/discovery/sensors/sun-platform-mib.inc.php +1 -1
M includes/discovery/sensors/supermicro-health-mib.inc.php +1 -1
M includes/discovery/sensors/sw-mib.inc.php +1 -1
M includes/discovery/sensors/synology-disk-mib.inc.php +1 -1
M includes/discovery/sensors/timetra-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/trango-apex-rf-mib.inc.php +1 -1
M includes/discovery/sensors/trapeze-networks-system-mib.inc.php +1 -1
M includes/discovery/sensors/ubnt-airfiber-mib.inc.php +1 -1
M includes/discovery/sensors/ups-mib.inc.php +1 -1
M includes/discovery/sensors/webgraph-8xthermometer-us-mib.inc.php +1 -1
M includes/discovery/sensors/wwp-leos-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php +1 -1
M includes/discovery/sensors/xups-mib.inc.php +1 -1
M includes/discovery/sensors/zhone-shelf-monitor-mib.inc.php +1 -1
M includes/discovery/sensors/zxr10opticalmib.inc.php +1 -1
M includes/discovery/sensors/zyxel-as-mib.inc.php +1 -1
M includes/discovery/services.inc.php +1 -1
M includes/discovery/sla.inc.php +1 -1
M includes/discovery/slas/cisco-rttmon-mib.inc.php +1 -1
M includes/discovery/slas/disman-ping-mib.inc.php +1 -1
M includes/discovery/status/atto6500n-mib.inc.php +1 -1
M includes/discovery/status/cpqrack-mib.inc.php +1 -1
M includes/discovery/status/dps-mib-v38.inc.php +1 -1
M includes/discovery/status/f5-bigip-apm-mib.inc.php +1 -1
M includes/discovery/status/hh3c-stack-mib.inc.php +1 -1
M includes/discovery/status/ns-root-mib.inc.php +1 -1
M includes/discovery/status/swraid-mib.inc.php +1 -1
M includes/discovery/storage.inc.php +1 -1
M includes/discovery/storage/cisco-flash-mib.inc.php +1 -1
M includes/discovery/storage/embedded-ngx-mib.inc.php +1 -1
M includes/discovery/storage/host-resources-mib.inc.php +1 -1
M includes/discovery/storage/isilon-mib.inc.php +1 -1
M includes/discovery/storage/netapp-mib.inc.php +1 -1
M includes/discovery/storage/nimble-mib.inc.php +1 -1
M includes/discovery/storage/ucd-snmp-mib.inc.php +1 -1
M includes/discovery/ucd-diskio.inc.php +1 -1
M includes/discovery/virtual-machines.inc.php +1 -1
M includes/discovery/virtual-machines/libvirt.inc.php +1 -1
M includes/discovery/virtual-machines/vmware-vminfo-mib.inc.php +1 -1
M includes/discovery/vlans.inc.php +1 -1
M includes/discovery/wifi.inc.php +1 -1
M includes/discovery/wifi/ruckus-radio-mib.inc.php +1 -1
M includes/discovery/wifi/ruckus-wlan-mib.inc.php +1 -1
M includes/discovery/wifi/trapeze-networks-ap-config-mib.inc.php +1 -1
M includes/functions.inc.php +1 -1
M includes/geolocation.inc.php +1 -1
M includes/geolocation/google.inc.php +1 -1
M includes/groups.inc.php +1 -1
M includes/hh3c.inc.php +1 -1
M includes/housekeeping/alertlog.inc.php +1 -1
M includes/housekeeping/authlog.inc.php +1 -1
M includes/housekeeping/eventlog.inc.php +1 -1
M includes/housekeeping/inventory.inc.php +1 -1
M includes/housekeeping/ports.inc.php +1 -1
M includes/housekeeping/rrd.inc.php +1 -1
M includes/housekeeping/staledb.inc.php +1 -1
M includes/housekeeping/syslog.inc.php +1 -1
M includes/housekeeping/timing.inc.php +1 -1
M includes/include-dir-mib.inc.php +1 -1
M includes/polling/altiga-ssl.inc.php +1 -1
M includes/polling/applications.inc.php +1 -1
M includes/polling/applications/apache.inc.php +1 -1
M includes/polling/applications/asterisk.inc.php +1 -1
M includes/polling/applications/bind.inc.php +1 -1
M includes/polling/applications/crashplan.inc.php +1 -1
M includes/polling/applications/dhcpkit.inc.php +1 -1
M includes/polling/applications/dovecot.inc.php +1 -1
M includes/polling/applications/drbd.inc.php +1 -1
M includes/polling/applications/exchange.inc.php +1 -1
M includes/polling/applications/exim-mailqueue.inc.php +1 -1
M includes/polling/applications/exim.inc.php +1 -1
M includes/polling/applications/freeradius.inc.php +1 -1
M includes/polling/applications/ioping.inc.php +1 -1
M includes/polling/applications/jvmoverjmx.inc.php +1 -1
M includes/polling/applications/kamailio.inc.php +1 -1
M includes/polling/applications/lighttpd.inc.php +1 -1
M includes/polling/applications/memcached.inc.php +1 -1
M includes/polling/applications/mongodb.inc.php +1 -1
M includes/polling/applications/mssql.inc.php +1 -1
M includes/polling/applications/mysql.inc.php +1 -1
M includes/polling/applications/nfs.inc.php +1 -1
M includes/polling/applications/nfsd.inc.php +1 -1
M includes/polling/applications/nginx.inc.php +1 -1
M includes/polling/applications/nsd.inc.php +1 -1
M includes/polling/applications/ntpd.inc.php +1 -1
M includes/polling/applications/openvpn.inc.php +1 -1
M includes/polling/applications/postfix_mailgraph.inc.php +1 -1
M includes/polling/applications/postfix_qshape.inc.php +1 -1
M includes/polling/applications/postgresql.inc.php +1 -1
M includes/polling/applications/powerdns-recursor.inc.php +1 -1
M includes/polling/applications/powerdns.inc.php +1 -1
M includes/polling/applications/shoutcast.inc.php +1 -1
M includes/polling/applications/unbound.inc.php +1 -1
M includes/polling/applications/varnish.inc.php +1 -1
M includes/polling/applications/vmwaretools.inc.php +1 -1
M includes/polling/applications/zimbra.inc.php +1 -1
M includes/polling/arista-software-ip-forwarding.inc.php +1 -1
M includes/polling/aruba-controller.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +1 -1
M includes/polling/cipsec-tunnels.inc.php +1 -1
M includes/polling/cisco-cbqos.inc.php +1 -1
M includes/polling/cisco-cef.inc.php +1 -1
M includes/polling/cisco-eigrp.inc.php +1 -1
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
M includes/polling/cisco-vpdn.inc.php +1 -1
M includes/polling/entity-physical.inc.php +1 -1
M includes/polling/fdb-table.inc.php +1 -1
M includes/polling/functions.inc.php +1 -1
M includes/polling/graphs.inc.php +1 -1
M includes/polling/graphs/a10-ax-cgn-mib/axIpNatLsnGlobalStats.inc.php +1 -1
M includes/polling/graphs/a10-ax-mib/axAppGlobalStats.inc.php +1 -1
M includes/polling/graphs/aethra-mib/xdsl.inc.php +1 -1
M includes/polling/graphs/bluecoat-av-mib.inc.php +1 -1
M includes/polling/graphs/bluecoat-cas-mib.inc.php +1 -1
M includes/polling/graphs/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/polling/graphs/cisco-aaa-session-mib.inc.php +1 -1
M includes/polling/graphs/cisco-firewall-mib.inc.php +1 -1
M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +1 -1
M includes/polling/graphs/f5-bigip-system-mib/clientSslStats.inc.php +1 -1
M includes/polling/graphs/fe-fireeye-mib.inc.php +1 -1
M includes/polling/graphs/firebrick-mib/fbL2tpSessions.inc.php +1 -1
M includes/polling/graphs/firebrick-mib/fbL2tpTunnels.inc.php +1 -1
M includes/polling/graphs/gbos-mib.inc.php +1 -1
M includes/polling/graphs/juniper-ipv6-mib/jnxIcmpv6Stats.inc.php +1 -1
M includes/polling/graphs/juniper-ipv6-mib/jnxIpv6GlobalStats.inc.php +1 -1
M includes/polling/graphs/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/polling/graphs/mikrotik-mib/mtxrDHCP.inc.php +1 -1
M includes/polling/graphs/mitel-iperavoicelan-mib.inc.php +1 -1
M includes/polling/graphs/mseries-alarm-mib/alarmGeneral.inc.php +1 -1
M includes/polling/graphs/netapp-mib/cp.inc.php +1 -1
M includes/polling/graphs/netapp-mib/misc.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsCompressionStatsGroup.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsHttpStatsGroup.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsSslStatsGroup.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsTcpStatsGroup.inc.php +1 -1
M includes/polling/graphs/pan-common-mib.inc.php +1 -1
M includes/polling/graphs/rbn-subscriber-active-mib/rbnsubsencaps.inc.php +1 -1
M includes/polling/graphs/sonicwall-firewall-ip-statistics-mib/sonicSAStatTable.inc.php +1 -1
M includes/polling/graphs/teradici-pcoipv2-mib.inc.php +1 -1
M includes/polling/hr-mib.inc.php +1 -1
M includes/polling/ipmi.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +1 -1
M includes/polling/junose-atm-vp.inc.php +1 -1
M includes/polling/loadbalancer.inc.php +1 -1
M includes/polling/loadbalancer/cisco-enhanced-slb-mib.inc.php +1 -1
M includes/polling/loadbalancer/cisco-slb-mib.inc.php +1 -1
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +1 -1
M includes/polling/loadbalancer/ns-root-mib.inc.php +1 -1
M includes/polling/mac-accounting.inc.php +1 -1
M includes/polling/mempools.inc.php +1 -1
M includes/polling/mempools/agent-general-mib.inc.php +1 -1
M includes/polling/mempools/alcatel-ind1-health-mib.inc.php +1 -1
M includes/polling/mempools/bianca-brick-mibres-mib.inc.php +1 -1
M includes/polling/mempools/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/polling/mempools/bluecoat-sg-usage-mib.inc.php +1 -1
M includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php +1 -1
M includes/polling/mempools/cisco-entity-qfp-mib.inc.php +1 -1
M includes/polling/mempools/cisco-memory-pool-mib.inc.php +1 -1
M includes/polling/mempools/cisco-process-mib.inc.php +1 -1
M includes/polling/mempools/dell-networking-chassis-mib.inc.php +1 -1
M includes/polling/mempools/extreme-software-monitor-mib.inc.php +1 -1
M includes/polling/mempools/f10-c-series-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f10-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f10-m-series-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f10-s-series-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f5-bigip-system-mib.inc.php +1 -1
M includes/polling/mempools/foundry-sn-agent-mib.inc.php +1 -1
M includes/polling/mempools/hh3c-entity-ext-mib.inc.php +1 -1
M includes/polling/mempools/host-resources-mcd.inc.php +1 -1
M includes/polling/mempools/host-resources-mib.inc.php +1 -1
M includes/polling/mempools/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/polling/mempools/huawei-entity-extent-mib.inc.php +1 -1
M includes/polling/mempools/juniper-mib.inc.php +1 -1
M includes/polling/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/polling/mempools/netswitch-mib.inc.php +1 -1
M includes/polling/mempools/oneaccess-sys-mib.inc.php +1 -1
M includes/polling/mempools/s5-chassis-mib.inc.php +1 -1
M includes/polling/mempools/smartnode-mib.inc.php +1 -1
M includes/polling/mempools/timetra-system-mib.inc.php +1 -1
M includes/polling/mempools/ucd-snmp-mib.inc.php +1 -1
M includes/polling/mempools/zhone-card-resources-mib.inc.php +1 -1
M includes/polling/mempools/zxr10-mib.inc.php +1 -1
M includes/polling/mempools/zyxel-sys-memory-mib.inc.php +1 -1
M includes/polling/oids.inc.php +1 -1
M includes/polling/os/acdos.inc.php +1 -1
M includes/polling/os/acme.inc.php +1 -1
M includes/polling/os/acsw.inc.php +1 -1
M includes/polling/os/airos.inc.php +1 -1
M includes/polling/os/allied.inc.php +1 -1
M includes/polling/os/alliedwareplus.inc.php +1 -1
M includes/polling/os/aos.inc.php +1 -1
M includes/polling/os/aosw.inc.php +1 -1
M includes/polling/os/apc.inc.php +1 -1
M includes/polling/os/arubaos.inc.php +1 -1
M includes/polling/os/asyncos.inc.php +1 -1
M includes/polling/os/atto.inc.php +1 -1
M includes/polling/os/avaya.inc.php +1 -1
M includes/polling/os/avocent.inc.php +1 -1
M includes/polling/os/barracudangfw.inc.php +1 -1
M includes/polling/os/bintec.inc.php +1 -1
M includes/polling/os/breeze.inc.php +1 -1
M includes/polling/os/broadcom_fastpath.inc.php +1 -1
M includes/polling/os/brother-printer.inc.php +1 -1
M includes/polling/os/calix.inc.php +1 -1
M includes/polling/os/cambium-ptp.inc.php +1 -1
M includes/polling/os/canopy.inc.php +1 -1
M includes/polling/os/cas.inc.php +1 -1
M includes/polling/os/ciena.inc.php +1 -1
M includes/polling/os/cimc.inc.php +1 -1
M includes/polling/os/cisco-acns.inc.php +1 -1
M includes/polling/os/ciscosmblinux.inc.php +1 -1
M includes/polling/os/dell-laser.inc.php +1 -1
M includes/polling/os/dell-ups.inc.php +1 -1
M includes/polling/os/deltaups.inc.php +1 -1
M includes/polling/os/dlink.inc.php +1 -1
M includes/polling/os/dlinkfw.inc.php +1 -1
M includes/polling/os/dsm.inc.php +1 -1
M includes/polling/os/engenius.inc.php +1 -1
M includes/polling/os/exalt.inc.php +1 -1
M includes/polling/os/extremeware.inc.php +1 -1
M includes/polling/os/f5.inc.php +1 -1
M includes/polling/os/fabos.inc.php +1 -1
M includes/polling/os/fireeye.inc.php +1 -1
M includes/polling/os/fortigate.inc.php +1 -1
M includes/polling/os/fortinet.inc.php +1 -1
M includes/polling/os/ftos.inc.php +1 -1
M includes/polling/os/gaia.inc.php +1 -1
M includes/polling/os/ge-ups.inc.php +1 -1
M includes/polling/os/generex-ups.inc.php +1 -1
M includes/polling/os/h3c.inc.php +1 -1
M includes/polling/os/hh3c.inc.php +1 -1
M includes/polling/os/hikvision-cam.inc.php +1 -1
M includes/polling/os/hpilo.inc.php +1 -1
M includes/polling/os/ibm-bladecenter.inc.php +1 -1
M includes/polling/os/ibmnos.inc.php +1 -1
M includes/polling/os/ies.inc.php +1 -1
M includes/polling/os/interseptor.inc.php +1 -1
M includes/polling/os/ipoman.inc.php +1 -1
M includes/polling/os/ironware.inc.php +1 -1
M includes/polling/os/jetnexus-lb.inc.php +1 -1
M includes/polling/os/juniperive.inc.php +1 -1
M includes/polling/os/junos.inc.php +1 -1
M includes/polling/os/junose.inc.php +1 -1
M includes/polling/os/jwos.inc.php +1 -1
M includes/polling/os/konica-printer.inc.php +1 -1
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/liebert.inc.php +1 -1
M includes/polling/os/maipu-mypower.inc.php +1 -1
M includes/polling/os/manageups.inc.php +1 -1
M includes/polling/os/mcd.inc.php +1 -1
M includes/polling/os/mellanox.inc.php +1 -1
M includes/polling/os/meraki.inc.php +1 -1
M includes/polling/os/mgeups.inc.php +1 -1
M includes/polling/os/netapp.inc.php +1 -1
M includes/polling/os/netgear.inc.php +1 -1
M includes/polling/os/netmanplus.inc.php +1 -1
M includes/polling/os/netscaler.inc.php +1 -1
M includes/polling/os/nos.inc.php +1 -1
M includes/polling/os/omnistack.inc.php +1 -1
M includes/polling/os/onefs.inc.php +1 -1
M includes/polling/os/oneos.inc.php +1 -1
M includes/polling/os/opengear.inc.php +1 -1
M includes/polling/os/plugandtrack.inc.php +1 -1
M includes/polling/os/poweralert.inc.php +1 -1
M includes/polling/os/powerconnect-fastpath.inc.php +1 -1
M includes/polling/os/powerconnect-radlan.inc.php +1 -1
M includes/polling/os/powerware.inc.php +1 -1
M includes/polling/os/printer.inc.php +1 -1
M includes/polling/os/procurve-ap.inc.php +1 -1
M includes/polling/os/procurve.inc.php +1 -1
M includes/polling/os/proxysg.inc.php +1 -1
M includes/polling/os/radlan.inc.php +1 -1
M includes/polling/os/ricoh.inc.php +1 -1
M includes/polling/os/routeros.inc.php +1 -1
M includes/polling/os/screenos.inc.php +1 -1
M includes/polling/os/sensorprobe.inc.php +1 -1
M includes/polling/os/sentry-pdu.inc.php +1 -1
M includes/polling/os/sentry3.inc.php +1 -1
M includes/polling/os/sitemonitor.inc.php +1 -1
M includes/polling/os/smartos.inc.php +1 -1
M includes/polling/os/speedtouch.inc.php +1 -1
M includes/polling/os/splat.inc.php +1 -1
M includes/polling/os/steelhead.inc.php +1 -1
M includes/polling/os/timos.inc.php +1 -1
M includes/polling/os/trapeze.inc.php +1 -1
M includes/polling/os/tsl-mdu12.inc.php +1 -1
M includes/polling/os/unifi.inc.php +1 -1
M includes/polling/os/windows.inc.php +1 -1
M includes/polling/os/wmi.inc.php +1 -1
M includes/polling/os/xerox-printer.inc.php +1 -1
M includes/polling/os/zte.inc.php +1 -1
M includes/polling/p2p-radios.inc.php +1 -1
M includes/polling/p2p-radios/ignitenet-mib.inc.php +1 -1
M includes/polling/p2p-radios/saf-ipradio.inc.php +1 -1
M includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +1 -1
M includes/polling/p2p-radios/ubnt-airmax-mib.inc.php +1 -1
M includes/polling/ports/adsl-line-mib.inc.php +1 -1
M includes/polling/ports/adsl-line-mib.lib.php +1 -1
M includes/polling/ports/cisco-stack-mib.inc.php +1 -1
M includes/polling/ports/cisco-trustsec-interface-mib.inc.php +1 -1
M includes/polling/ports/etherlike-mib.lib.php +1 -1
M includes/polling/ports/f5-bigip-system-mib.inc.php +1 -1
M includes/polling/ports/fastpath-inventory-mib.inc.php +1 -1
M includes/polling/ports/ip-mib.lib.php +1 -1
M includes/polling/ports/ip-mib/ipIfStats.inc.php +1 -1
M includes/polling/ports/juniper-cos-mib.inc.php +1 -1
M includes/polling/ports/juniper-cos-mib.lib.php +1 -1
M includes/polling/ports/juniper-ipv6-mib.inc.php +1 -1
M includes/polling/ports/juniper-ipv6-mib.lib.php +1 -1
M includes/polling/ports/netapp-mib.inc.php +1 -1
M includes/polling/ports/netapp-mib.lib.php +1 -1
M includes/polling/ports/smon-mib.inc.php +1 -1
M includes/polling/ports/sw-mib.inc.php +1 -1
M includes/polling/ports/timetra-port-mib.inc.php +1 -1
M includes/polling/ports/timetra-port-mib.lib.php +1 -1
M includes/polling/printersupplies.inc.php +1 -1
M includes/polling/processors.inc.php +1 -1
M includes/polling/processors/ciena.inc.php +1 -1
M includes/polling/processors/dnos-switching-mib.inc.php +1 -1
M includes/polling/processors/edgeswitch-switching-mib.inc.php +1 -1
M includes/polling/processors/hr-average.inc.php +1 -1
M includes/polling/processors/nos.inc.php +1 -1
M includes/polling/processors/powerconnect.inc.php +1 -1
M includes/polling/processors/ucd-old.inc.php +1 -1
M includes/polling/processors/wmi.inc.php +1 -1
M includes/polling/pseudowires.inc.php +1 -1
M includes/polling/sensors.inc.php +1 -1
M includes/polling/sla.inc.php +1 -1
M includes/polling/slas/cisco-rttmon-mib.inc.php +1 -1
M includes/polling/slas/disman-ping-mib.inc.php +1 -1
M includes/polling/status.inc.php +1 -1
M includes/polling/status/atto6500n-mib-fcPort.inc.php +1 -1
M includes/polling/status/atto6500n-mib-sasPort.inc.php +1 -1
M includes/polling/status/ns-root-mib-ha.inc.php +1 -1
M includes/polling/storage.inc.php +1 -1
M includes/polling/storage/embedded-ngx-mib.inc.php +1 -1
M includes/polling/storage/gpfs-mib.inc.php +1 -1
M includes/polling/storage/host-resources-mib.inc.php +1 -1
M includes/polling/storage/isilon-mib.inc.php +1 -1
M includes/polling/storage/netapp-mib.inc.php +1 -1
M includes/polling/storage/nimble-mib.inc.php +1 -1
M includes/polling/storage/ucd-snmp-mib.inc.php +1 -1
M includes/polling/storage/wmi.inc.php +1 -1
M includes/polling/system/wowza-streaming-engine-mib.inc.php +1 -1
M includes/polling/ucd-diskio.inc.php +1 -1
M includes/polling/unix-agent.inc.php +1 -1
M includes/polling/unix-agent/areca.inc.php +1 -1
M includes/polling/unix-agent/diskstat.inc.php +1 -1
M includes/polling/unix-agent/distro.inc.php +1 -1
M includes/polling/unix-agent/dmi.inc.php +1 -1
M includes/polling/unix-agent/edac.inc.php +1 -1
M includes/polling/unix-agent/hdarray.inc.php +1 -1
M includes/polling/unix-agent/hddtemp.inc.php +1 -1
M includes/polling/unix-agent/ipmitool.inc.php +1 -1
M includes/polling/unix-agent/ksm.inc.php +1 -1
M includes/polling/unix-agent/lmsensors.inc.php +1 -1
M includes/polling/unix-agent/munin-plugins.inc.php +1 -1
M includes/polling/unix-agent/nvidia.inc.php +1 -1
M includes/polling/unix-agent/packages.inc.php +1 -1
M includes/polling/unix-agent/proxmox.inc.php +1 -1
M includes/polling/unix-agent/raspberrypi.inc.php +1 -1
M includes/polling/wifi.inc.php +1 -1
M includes/polling/wifi/airport-basestation-3-mib.inc.php +1 -1
M includes/polling/wifi/alvarion-dot11-wlan-mib.inc.php +1 -1
M includes/polling/wifi/cisco-dot11-association-mib.inc.php +1 -1
M includes/polling/wifi/cisco-lwapp-sys-mib.inc.php +1 -1
M includes/polling/wifi/mikrotik-mib.inc.php +1 -1
M includes/polling/wifi/ruckus-radio-mib.inc.php +1 -1
M includes/polling/wifi/trapeze-networks-ap-status-mib.inc.php +1 -1
M includes/polling/wifi/trapeze-networks-client-session-mib.inc.php +1 -1
M includes/polling/wifi/whisp-aps-mib.inc.php +1 -1
M includes/polling/wmi.inc.php +1 -1
M includes/port-descr-parser.inc.php +1 -1
M includes/rewrites.inc.php +1 -1
M includes/rrdtool.inc.php +1 -1
M includes/services.inc.php +1 -1
M includes/snmptrap/linkDown.inc.php +1 -1
M includes/snmptrap/linkUp.inc.php +1 -1
M includes/sql-config.inc.php +1 -1
M includes/templates.inc.php +1 -1
M includes/templates/notification/telegram_text.tpl +1 -1
M includes/versioncheck.inc.php +1 -1
M includes/wifi.inc.php +1 -1
M includes/wmi.inc.php +1 -1
M irc.php +1 -1
M poll-billing.php +1 -1
M poller.php +1 -1
M rename_device.php +1 -1
M scripts/generate-smokeping.php +1 -1
M scripts/rename-port-rrdfile.php +1 -1
M snmptrap.php +1 -1
M test_alert.php +1 -1
M test_code.php +1 -1
M update/074.php +1 -1
M update/095.php +1 -1
M update/127.php +1 -1
M update/128.php +1 -1
M update/129.php +1 -1
M update/153.php +1 -1
M update/164.php +1 -1
M update/165.php +1 -1
M update/170.php +1 -1
M update/176.php +1 -1
M update/177.php +1 -1
M update/187.php +1 -1
M update/191.php +1 -1
M update/210.php +1 -1
M update/212.php +1 -1
M update/256.php +1 -1
M update/257.php +1 -1
M update/258.php +1 -1
M update/260.php +1 -1
M update/262.php +1 -1
M update/268.php +1 -1
M update/269.php +1 -1
M update/274.php +1 -1
M update/279.php +1 -1
M update/280.php +1 -1
M update/282.php +1 -1
M update/284.php +1 -1
M update/285.php +1 -1
M update/288.php +1 -1
M update/293.php +1 -1
M update/302.php +1 -1
M update/315.php +1 -1
M update/333.php +1 -1
M update/335.php +1 -1
M update/350.php +1 -1
M update/355.php +1 -1
M update/360.php +1 -1
📈 1,727 added 📉 1,727 removed

💻 r9361 FIX

Adam Armstrong 🐸 • 2018-08-03 13:06
Fix display of delete button for custom oid entries
Files changed (1)
M html/includes/entities/oid_entry.inc.php +4 -7
📈 4 added 📉 7 removed

💻 r9360

Mike Stupalov 🐱 • 2018-08-03 08:53
derp derp
Files changed (1)
M poller-wrapper.py +1 -1
📈 1 added 📉 1 removed

💻 r9359

Mike Stupalov 🐱 • 2018-08-03 06:57
derp. fixed condition.
Files changed (1)
M poller-wrapper.py +1 -1
📈 1 added 📉 1 removed

💻 r9358 TRIVIAL

Mike Stupalov 🐱 • 2018-08-03 06:31
Fixed poller-wrapper with remote rrdcached.
Files changed (2)
M includes/rrdtool.inc.php +5 -1
M poller-wrapper.py +6 -7
📈 11 added 📉 8 removed

💻 r9357 TRIVIAL

Mike Stupalov 🐱 • 2018-08-02 17:41
Improved detect is rrd exist on remote rrdcached daemon.
Files changed (1)
M includes/rrdtool.inc.php +56 -18
📈 56 added 📉 18 removed

💻 r9356 TRIVIAL

Mike Stupalov 🐱 • 2018-08-02 14:48
Fixed detect remote rrdcached daemon.
Files changed (4)
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

💻 r9355 TRIVIAL

Mike Stupalov 🐱 • 2018-08-02 09:53
Fixed Port Label Short entity key.
Files changed (1)
M includes/definitions/entities.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9354 MINOR

Mike Stupalov 🐱 • 2018-07-30 13:15
Added global eventlog about version and db schema updated.
Files changed (7)
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

💻 r9353 TRIVIAL

Mike Stupalov 🐱 • 2018-07-30 10:52
Added ifIndex, ifAdminStatus as possible port group associations (OBS-2733).
Files changed (4)
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

💻 r9352 TRIVIAL

Mike Stupalov 🐱 • 2018-07-24 19:19
Close opened handle.
Files changed (1)
M poller-wrapper.py +2
📈 2 added 📉 0 removed

💻 r9351 TRIVIAL

Mike Stupalov 🐱 • 2018-07-24 19:07
Improved detect snmp auth error.
Files changed (1)
M includes/snmp.inc.php +2 -5
📈 2 added 📉 5 removed

💻 r9350 TRIVIAL

Mike Stupalov 🐱 • 2018-07-24 19:04
Prevent to use shell in external exec calls.
Files changed (3)
M includes/common.inc.php +2 -1
M poller-wrapper.py +52 -46
M tests/IncludesCommonTest.php +2 -2
📈 56 added 📉 49 removed

💻 r9349

Mike Stupalov 🐱 • 2018-07-21 13:06
Small improve.
Files changed (1)
M includes/groups.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9348 TRIVIAL

Mike Stupalov 🐱 • 2018-07-21 12:51
Fixed group entity association for some fields
Files changed (1)
M includes/groups.inc.php +8 -2
📈 8 added 📉 2 removed

💻 r9347 TRIVIAL

Mike Stupalov 🐱 • 2018-07-21 10:30
Fixed device link on device add page.
Files changed (1)
M html/pages/addhost.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9346 TRIVIAL

Mike Stupalov 🐱 • 2018-07-21 10:00
Do not loop all snmp auths in device add when duplicate device found.
Files changed (2)
M includes/discovery/functions.inc.php +12
M includes/functions.inc.php +6
📈 18 added 📉 0 removed

💻 r9345 MIBS

Mike Stupalov 🐱 • 2018-07-19 14:56
Added Polycom mib file.
Files changed (2)
A mibs/polycom
A mibs/polycom/POLYCOM-VIDEO-MIB +414
📈 0 added 📉 0 removed

💻 r9344 MINOR

Mike Stupalov 🐱 • 2018-07-19 14:56
Added Polycom Video devices definition (OBS-2482).
Files changed (3)
A html/images/os/polycom_2x.png +1
A html/images/os/polycom.png +1
M includes/definitions/os.inc.php +14
📈 16 added 📉 0 removed

💻 r9343 MINOR

Mike Stupalov 🐱 • 2018-07-19 13:56
Added support for additional PowerWalker UPSes.
Files changed (6)
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

💻 r9342 MIBS

Mike Stupalov 🐱 • 2018-07-19 13:55
Updated PowerWalker mib files.
Files changed (4)
D mibs/eppc
M mibs/nextupssystems/NextUPSSystems +8 -9
A mibs/powerwalker
A mibs/powerwalker/companyMIB +2,762
📈 0 added 📉 0 removed

💻 r9341 TRIVIAL

Mike Stupalov 🐱 • 2018-07-19 12:14
Improved detect new OPNsense os (OBS-2725).
Files changed (2)
M includes/definitions/os.inc.php +7 -1
M tests/SnmpDataTest.php +1
📈 8 added 📉 1 removed

💻 r9340 TRIVIAL

Mike Stupalov 🐱 • 2018-07-19 11:32
Changed include to require for common.inc.php, just for see where troubles with includes.
Files changed (1)
M includes/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9339 TRIVIAL

Mike Stupalov 🐱 • 2018-07-18 13:56
Improved add_device_vars() for do not use empty snmp v3 auth and cleanup warnings.
Files changed (2)
M html/pages/addhost.inc.php +8 -8
M includes/functions.inc.php +79 -28
📈 87 added 📉 36 removed

💻 r9338 TRIVIAL

Mike Stupalov 🐱 • 2018-07-18 12:56
Correctly db table index update.
Files changed (2)
M update/379.sql +1 -2
A update/380.sql +1
📈 2 added 📉 2 removed

💻 r9336 TRIVIAL

Mike Stupalov 🐱 • 2018-07-11 13:05
Added ability to use any snmp context in snmp_* functions. Improved phpunit test for isSNMPable() also for v3 snmp.
Files changed (5)
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

💻 r9335 TRIVIAL

Mike Stupalov 🐱 • 2018-07-11 06:43
Fixed incorrect detect broadcast for /31 and /32 addresses (OBS-2715).
Files changed (2)
M includes/functions.inc.php +1 -1
M tests/IncludesFunctionsTest.php +4 -1
📈 5 added 📉 2 removed

💻 r9333 MINOR

Mike Stupalov 🐱 • 2018-07-10 12:32
Improved get_pid_info() on high load Linux systems.
Files changed (2)
M includes/common.inc.php +76 -43
M tests/IncludesCommonTest.php +66
📈 142 added 📉 43 removed

💻 r9332 TRIVIAL

Mike Stupalov 🐱 • 2018-07-10 06:15
Fixed pagination for sensors/status pages on first page.
Files changed (2)
M html/includes/entities/sensor.inc.php +2
M html/includes/entities/status.inc.php +3
📈 5 added 📉 0 removed

💻 r9331 TRIVIAL

Mike Stupalov 🐱 • 2018-07-09 20:25
Improved version detect for Arista EOS (OBS-2711).
Files changed (1)
M includes/definitions/os.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9330 TRIVIAL

Mike Stupalov 🐱 • 2018-07-09 14:26
Added mydomain config option to WUI config editor.
Files changed (1)
M includes/config-variables.inc.php +8
📈 8 added 📉 0 removed

💻 r9329 TRIVIAL

Mike Stupalov 🐱 • 2018-07-09 13:25
Fixed pagination for sensors/status pages.
Files changed (2)
M html/includes/entities/sensor.inc.php +24 -9
M html/includes/entities/status.inc.php +26 -11
📈 50 added 📉 20 removed

💻 r9328 MINOR

Mike Stupalov 🐱 • 2018-07-09 10:27
Added ability for include/exclude devices by groups in wrapper. Added options -g (--include-groups) and -e (--exclude-groups).
Files changed (1)
M poller-wrapper.py +60 -9
📈 60 added 📉 9 removed

💻 r9327 TRIVIAL

Mike Stupalov 🐱 • 2018-07-08 12:14
Fixed edit old IP/network rules in qb.
Files changed (1)
M includes/groups.inc.php +5 -1
📈 5 added 📉 1 removed

💻 r9326 TRIVIAL

Mike Stupalov 🐱 • 2018-07-08 12:05
Updated QueryBuilder js to 2.5.2.
Files changed (2)
M html/css/query-builder.default.css +4 -3
M html/js/query-builder.js +84 -95
📈 0 added 📉 0 removed

💻 r9325 TRIVIAL

Mike Stupalov 🐱 • 2018-07-08 12:04
Use tagsinput for select IP/Networks in group/alerts builder.
Files changed (1)
M includes/groups.inc.php +12
📈 12 added 📉 0 removed

💻 r9324 TRIVIAL

Mike Stupalov 🐱 • 2018-07-08 10:13
Try validate hostname with mydomain config option when autodiscover neighbours.
Files changed (1)
M includes/discovery/functions.inc.php +11
📈 11 added 📉 0 removed

💻 r9323 TRIVIAL

Mike Stupalov 🐱 • 2018-07-08 08:26
Hide snmp auth parameters when trying autodiscover devices.
Files changed (1)
M includes/functions.inc.php +38 -8
📈 38 added 📉 8 removed

💻 r9322 ADD

Adam Armstrong 🐸 • 2018-07-08 01:09
Add asset tag to dell-vendor-mib and add to dnos6
Files changed (2)
M includes/definitions/mibs/dell.inc.php +2
M includes/definitions/os.inc.php +1
📈 3 added 📉 0 removed

💻 r9321 FIX

Adam Armstrong 🐸 • 2018-07-06 17:14
IT NEW YEAR
Files changed (1)
M html/index.php +2 -2
📈 2 added 📉 2 removed

💻 r9320

Mike Stupalov 🐱 • 2018-07-06 12:17
derp. remove wip.
Files changed (1)
M includes/defaults.inc.php -3
📈 0 added 📉 3 removed

💻 r9319 TRIVIAL

Mike Stupalov 🐱 • 2018-07-06 12:14
Ignore /tmp filesystem on JunOS by default (OBS-2708).
Files changed (1)
M includes/defaults.inc.php +8 -4
📈 8 added 📉 4 removed

💻 r9318 TRIVIAL

Mike Stupalov 🐱 • 2018-07-05 13:04
Improved OSPF search port by IP.
Files changed (1)
M includes/polling/ospf.inc.php +5 -3
📈 5 added 📉 3 removed

💻 r9317 MINOR

Mike Stupalov 🐱 • 2018-07-05 13:02
Fixed check_device_duplicated() when sysName in mixed-case.
Files changed (2)
M includes/discovery/functions.inc.php +6 -6
M includes/functions.inc.php +16 -7
📈 22 added 📉 13 removed

💻 r9316 MINOR

Mike Stupalov 🐱 • 2018-07-04 14:36
Enabled group/alert associations for device and port entities by IP address/network. Fixed boolean QB rules.
Files changed (4)
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

💻 r9315 TRIVIAL

Mike Stupalov 🐱 • 2018-07-03 21:48
Updated API Flight Engine to latest version 1.3.6.
Files changed (9)
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

💻 r9314 TRIVIAL

Mike Stupalov 🐱 • 2018-07-03 21:45
[api] Use new functions for ip address API queries too.
Files changed (2)
M html/api/v0/includes/address.inc.php +55 -28
M includes/entities.inc.php +1 -1
📈 56 added 📉 29 removed

💻 r9313

Mike Stupalov 🐱 • 2018-07-03 17:14
derp, undebug.
Files changed (1)
M includes/entities.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9312 TRIVIAL

Mike Stupalov 🐱 • 2018-07-03 17:13
Fixed variable name mistake.
Files changed (1)
M includes/entities.inc.php +8 -8
📈 8 added 📉 8 removed

💻 r9311 FIX

Adam Armstrong 🐸 • 2018-07-03 16:52
Add placeholder to initialise snmp v3 array
Files changed (1)
M includes/defaults.inc.php +1
📈 1 added 📉 0 removed

💻 r9310 TRIVIAL

Mike Stupalov 🐱 • 2018-07-03 14:45
Small cleanup.
Files changed (4)
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
📈 13 added 📉 7 removed

💻 r9309 MAJOR

Mike Stupalov 🐱 • 2018-07-03 13:35
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.
Files changed (19)
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
📈 830 added 📉 135 removed

💻 r9308 TRIVIAL

Mike Stupalov 🐱 • 2018-07-03 13:27
Minor wui cleanups.
Files changed (5)
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

💻 r9307 MINOR

Mike Stupalov 🐱 • 2018-07-03 13:23
Added multiple common regexp constants for IP/MAC/FQDN/EMAIL. Added unittests for this.
Files changed (3)
M includes/db.inc.php +1 -1
M includes/definitions.inc.php +45
M tests/IncludesCommonTest.php +250
📈 296 added 📉 1 removed

💻 r9306 TRIVIAL

Mike Stupalov 🐱 • 2018-07-02 12:52
Updated pear Net_DNS2 to 1.4.4 (fixed compatability with php 7.2).
Files changed (5)
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

💻 r9305 TRIVIAL

Mike Stupalov 🐱 • 2018-07-02 08:23
Fixed ambiguous collumn error in BGP discovery.
Files changed (1)
M includes/discovery/bgp-peers.inc.php +3 -2
📈 3 added 📉 2 removed

💻 r9304 TRIVIAL

Mike Stupalov 🐱 • 2018-06-29 12:57
Cleanup debug.
Files changed (1)
M includes/alerts.inc.php +8 -3
📈 8 added 📉 3 removed

💻 r9303 TRIVIAL

Mike Stupalov 🐱 • 2018-06-29 12:37
Added use ? for LIKE match queries as single char in generate_db_values().
Files changed (3)
M includes/db.inc.php +4 -2
M includes/db/mysqli.inc.php +2 -2
M tests/IncludesDbTest.php +13
📈 19 added 📉 4 removed

💻 r9301 IMPROVE

Adam Armstrong 🐸 • 2018-06-29 11:40
Extend new format association editing to alerts.
Files changed (4)
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

💻 r9300 FIX

Adam Armstrong 🐸 • 2018-06-29 11:15
Fix to device type alerts on old system.
Files changed (3)
M html/pages/alert_regenerate.inc.php +4 -3
M includes/alerts.inc.php +10 -11
A update/378.sql +1
📈 15 added 📉 14 removed

💻 r9299 TRIVIAL

Mike Stupalov 🐱 • 2018-06-28 20:42
Temporary hide wip entity definitions.
Files changed (1)
M includes/definitions/entities.inc.php +6 -6
📈 6 added 📉 6 removed

💻 r9298 FIX

Adam Armstrong 🐸 • 2018-06-28 20:10
CSS improvement, cleanup alert add form sligthly.
Files changed (5)
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

💻 r9297 ADD

Adam Armstrong 🐸 • 2018-06-28 19:52
Modify alert creation to use new association method.
Files changed (4)
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

💻 r9296 TRIVIAL

Mike Stupalov 🐱 • 2018-06-28 14:03
Added ability for print single SQL query in debug output.
Files changed (3)
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

💻 r9295 TRIVIAL

Mike Stupalov 🐱 • 2018-06-28 13:52
Improved display in WUI sql formatter for huge IN lists (debug mode).
Files changed (6)
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

💻 r9294

Mike Stupalov 🐱 • 2018-06-27 06:41
derp. fixed undefined function error.
Files changed (1)
M includes/groups.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9293 MINOR

Mike Stupalov 🐱 • 2018-06-27 00:11
Added ability for select port groups by ARP MAC or IP.
Files changed (2)
M includes/definitions/entities.inc.php +3 -1
M includes/groups.inc.php +7
📈 10 added 📉 1 removed

💻 r9292 MINOR

Mike Stupalov 🐱 • 2018-06-26 23:38
Added ability for select device groups by IP or Network.
Files changed (1)
M includes/groups.inc.php +62 -16
📈 62 added 📉 16 removed

💻 r9291 MINOR

Mike Stupalov 🐱 • 2018-06-26 23:33
Added device_id field for IP address tables.
Files changed (7)
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
📈 28 added 📉 11 removed

💻 r9290 ADD

Adam Armstrong 🐸 • 2018-06-26 12:42
Send additional data to pagerduty
Files changed (1)
M includes/alerting/pagerduty.inc.php +8 -1
📈 8 added 📉 1 removed

💻 r9289 ADD

Adam Armstrong 🐸 • 2018-06-26 12:37
Add support for BDCOM sensors, RAM and serial/version.
Files changed (4)
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

💻 r9288 ADD

Adam Armstrong 🐸 • 2018-06-26 12:31
Add device description to search parameters.
Files changed (1)
M html/includes/search/devices.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r9287 MIBS

Mike Stupalov 🐱 • 2018-06-25 20:52
Updated hp, mimosa, raisecom mib files.
Files changed (5)
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

💻 r9286 FIX

Adam Armstrong 🐸 • 2018-06-23 13:04
Reflect current usage
Files changed (1)
M html/pages/about.inc.php -4
📈 0 added 📉 4 removed

💻 r9285 ADD

Adam Armstrong 🐸 • 2018-06-23 13:01
Add support for legacy IT-WATCHDOGS-MIB
Files changed (3)
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

💻 r9284 TRIVIAL

Mike Stupalov 🐱 • 2018-06-22 20:50
Fixed vendor mib name renamed (ICT-MIB to ICT-DISTRIBUTION-PANEL-MIB).
Files changed (4)
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

💻 r9283 MIBS

Mike Stupalov 🐱 • 2018-06-22 20:48
Multiple MIB files added/updated (no any new features have been added).
Files changed (414)
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
A mibs/adva/F3-EOMPLS-MIB +822
A mibs/adva/F3-EOTDM-MIB +542
A mibs/adva/F3-ERP-MIB +1,085
A mibs/adva/F3-ESM-MIB +230
A mibs/adva/F3-FPM-MIB +6,832
A mibs/adva/F3-JDSU-MIB +870
A mibs/adva/F3-L3-MIB +5,958
A mibs/adva/F3-LAG-MIB +747
A mibs/adva/F3-OSPF-MIB +770
A mibs/adva/F3-OTN-MIB +680
A mibs/adva/F3-PBB-MIB +503
A mibs/adva/F3-POPM-MIB +852
A mibs/adva/F3-PORTMIRROR-MIB +926
A mibs/adva/F3-PTP-MIB +11,904
A mibs/adva/F3-PWE3-MIB +1,462
A mibs/adva/F3-SHG-MIB +317
A mibs/adva/F3-SYNC-MIB +1,079
A mibs/adva/F3-SYNCJACK-MIB +4,194
A mibs/adva/F3-TIMEZONE-MIB +176
A mibs/adva/F3-TWAMP-MIB +3,746
M mibs/aerohive/AH_TRAP_MIB +112 -112
M mibs/aerohive/AH-INTERFACE-MIB +2 -3
M mibs/aerohive/AH-MRP-MIB +40 -40
M mibs/aerohive/AH-SMI-MIB +4 -3
A mibs/aerohive/AH-SYSTEM-MIB +126
A mibs/allied-old/CENTRECOM-MIB +63
A mibs/allied-old/CENTRECOM-PORT-MIB +97
A mibs/allied-old/CENTRECOM-QOS-MIB +229
A mibs/allied-old/CENTRECOM-SYSTEM-MIB +231
A mibs/allied-old/CENTRECOM-TRAP-MIB +85
A mibs/allied-old/CENTRECOM-VLAN-MIB +682
A mibs/allied-old/SWITCH-CHASSIS-MIB +791
A mibs/allied-old/SWITCH-MIB +202
A mibs/allied-old/SWITCH-VLAN-MIB +742
A mibs/allied-old/TELESYN-ATI-TC +62
A mibs/allied/AT-SWITCH-MIB +714
M mibs/apc/NETBOTZV2-MIB +6,350 -3,004
M mibs/arbor/ARBOR-SMI +5 -1
M mibs/arbor/PEAKFLOW-DOS-MIB +30 -1
M mibs/arbor/PEAKFLOW-SP-MIB +138 -11
M mibs/arbor/PEAKFLOW-TMS-MIB +27 -1
A mibs/arris
A mibs/arris/ARRIS-C3-CMM-MIB +311
A mibs/arris/ARRIS-C3-FPD-MIB +468
A mibs/arris/ARRIS-C3-IF-MIB +127
A mibs/arris/ARRIS-C3-MAC-MIB +1,113
A mibs/arris/ARRIS-C3-NTP-MIB +117
A mibs/arris/ARRIS-C3-POST-MIB +140
A mibs/arris/ARRIS-C3-RANGING-MIB +68
A mibs/arris/ARRIS-C3-SM-MIB +761
A mibs/arris/ARRIS-C3-STATS-MIB +187
A mibs/arris/ARRIS-C3-SUBINT-MIB +516
A mibs/arris/ARRIS-C3-TFTPD-MIB +136
A mibs/arris/ARRIS-CM-CAPABILITY-MIB +473
A mibs/arris/ARRIS-CM-DEVICE-MIB +159
A mibs/arris/ARRIS-CMTS-FFT-MIB +305
A mibs/arris/ARRIS-MIB +97
A mibs/arris/CADANT-CMTS-EQUIPMENT-MIB +2,235
A mibs/arris/CADANT-PRODUCTS-MIB +72
A mibs/arris/CADANT-TC +940
M mibs/aruba/AI-AP-MIB +1
M mibs/aruba/ARUBA-MGMT-MIB +1
M mibs/aruba/ARUBA-MIB +17
M mibs/aruba/ARUBA-TC +29 -2
M mibs/aruba/WLSR-AP-MIB +1
M mibs/aruba/WLSX-AUTH-MIB +1
M mibs/aruba/WLSX-CTS-MIB +1
M mibs/aruba/WLSX-ESI-MIB +1
M mibs/aruba/WLSX-HA-MIB +1
M mibs/aruba/WLSX-IFEXT-MIB +1
M mibs/aruba/WLSX-MESH-MIB +1
M mibs/aruba/WLSX-MOBILITY-MIB +1
M mibs/aruba/WLSX-MON-MIB +1
M mibs/aruba/WLSX-RS-MIB +1
M mibs/aruba/WLSX-SNR-MIB +1
M mibs/aruba/WLSX-STATS-MIB +1
M mibs/aruba/WLSX-SWITCH-MIB +1
M mibs/aruba/WLSX-SYSTEMEXT-MIB +1
M mibs/aruba/WLSX-TRAP-MIB +3 -2
M mibs/aruba/WLSX-TUNNELEDNODE-MIB +1
M mibs/aruba/WLSX-USER-MIB +1
M mibs/aruba/WLSX-USER6-MIB +1
M mibs/aruba/WLSX-VOICE-MIB +1
M mibs/aruba/WLSX-WLAN-MIB +57 -2
M mibs/asentria/SITEBOSS-530-STD-MIB +156 -22
M mibs/avaya/AVAYA-RTP-MIB +10 -2
M mibs/avaya/AVAYAGEN-MIB +10 -2
M mibs/avaya/G700-MG-MIB +13 -3
M mibs/avtech/ROOMALERT11E-MIB +6 -3
M mibs/avtech/ROOMALERT3E-MIB +3 -2
A mibs/barracuda/BARRACUDA-BMA-MIB +692
A mibs/barracuda/Barracuda-BWS +3,044
A mibs/barracuda/Barracuda-REF +22
A mibs/barracuda/BARRACUDA-SMI +28
A mibs/barracuda/Barracuda-SPAM +661
A mibs/barracuda/PHION-MIB +971
M mibs/bdcom/BDCOM-SMI +1 -1
A mibs/benu
A mibs/benu/BENU-CGNAT-STATS-MIB +1,243
A mibs/benu/BENU-CHASSIS-MIB +954
A mibs/benu/BENU-DHCP-MIB +1,844
A mibs/benu/BENU-ENTERPRISE-MIB +33
A mibs/benu/BENU-GENERAL-NOTIFICATION-MIB +51
A mibs/benu/BENU-HOST-MIB +534
A mibs/benu/BENU-HTTP-CLIENT-MIB +233
A mibs/benu/BENU-HTTP-SERVER-MIB +275
A mibs/benu/BENU-IP-MIB +394
A mibs/benu/BENU-IPPOOL-MIB +1,317
A mibs/benu/BENU-KAFKA-CLIENT-MIB +140
A mibs/benu/BENU-PLATFORM-DEFN-MIB +108
A mibs/benu/BENU-PLATFORM-MIB +35
A mibs/benu/BENU-PLATFORM-SERVICE-MIB +31
A mibs/benu/BENU-RADIUS-MIB +2,262
A mibs/benu/BENU-SUB-TUNNEL-MIB +205
A mibs/benu/BENU-SYSLOG-MIB +195
A mibs/benu/BENU-TWAG-STATS-MIB +1,150
A mibs/benu/BENU-VLAN-MIB +466
A mibs/benu/BENU-WAG-MIB +27
A mibs/benu/BENU-WAG-STATS-MIB +4,195
A mibs/bluecoat/BLUECOAT-LICENSE-MIB +228
M mibs/bluecoat/BLUECOAT-MIB +5 -1
A mibs/bluecoat/BLUECOAT-SEGMENT-MIB +269
A mibs/bluecoat/BLUECOAT-SG-AUTHENTICATION-MIB +509
A mibs/bluecoat/BLUECOAT-SG-FAILOVER-MIB +69
M mibs/bluecoat/BLUECOAT-SG-SENSOR-MIB +7 -3
A mibs/calix/E5-110-AESCOMMON-MIB +546
A mibs/calix/E5-110-AS-ATM-MIB +474
A mibs/calix/E5-110-IESCOMMON-MIB +2,465
A mibs/calix/E5-110-MIB +7,926
A mibs/calix/E5-110-TRAPS-MIB +509
A mibs/calix/E5-111-AESCOMMON-MIB +547
A mibs/calix/E5-111-AS-ATM-MIB +474
A mibs/calix/E5-111-IESCOMMON-MIB +2,484
A mibs/calix/E5-111-MIB +10,253
A mibs/calix/E5-111-TRAPS-MIB +714
A mibs/calix/E5-120-AS-ATM-MIB +314
A mibs/calix/E5-120-IESCOMMON-MIB +2,410
A mibs/calix/E5-120-MIB +10,451
A mibs/calix/E5-120-TRAPS-MIB +515
A mibs/calix/E5-121-AS-ATM-MIB +316
A mibs/calix/E5-121-IESCOMMON-MIB +2,431
A mibs/calix/E5-121-MIB +11,342
A mibs/calix/E5-121-TRAPS-MIB +718
A mibs/cambium/CAMBIUM-AP-MIB +839
A mibs/cambium/CAMBIUM-MIB +1,894
A mibs/cambium/CAMBIUM-PTP500-MIB +2,588
A mibs/cambium/CAMBIUM-PTP600-MIB +3,779
D mibs/cambium/CAMBIUM-PTP600-V2-MIB -3,400
M mibs/cambium/CAMBIUM-PTP800-MIB +551 -60
M mibs/cambium/WHISP-APS-MIB +1,375 -63
M mibs/cambium/WHISP-BOX-MIBV2-MIB +1,629 -75
M mibs/cambium/WHISP-SM-MIB +598 -23
A mibs/carel/KELVIN-pCOWeb-Chiller-MIB +3,278
M mibs/ccpower/CCPOWER-MIB +12 -10
M mibs/ceragon/CERAGON-MIB +1
A mibs/ceragon/MWRM-NETWORK-MIB +15,536
A mibs/ceragon/MWRM-PM-MIB +5,216
A mibs/ceragon/MWRM-RADIO-MIB +5,521
A mibs/ceragon/MWRM-UNIT-MIB +6,826
M mibs/checkpoint/CHECKPOINT-MIB +1,963 -504
A mibs/ciena/CIENA-CES-ACCESS-LIST-MIB +958
M mibs/ciena/CIENA-CES-ACL-MIB +321 -28
A mibs/ciena/CIENA-CES-ALARM-MIB +495
A mibs/ciena/CIENA-CES-BENCHMARK-MIB +3,612
M mibs/ciena/CIENA-CES-BFD-MIB +152 -14
A mibs/ciena/CIENA-CES-CONFIG-MGMT-MIB +172
A mibs/ciena/CIENA-CES-DHCPV6-CLIENT-MIB +1,929
A mibs/ciena/CIENA-CES-ICL-MIB +360
M mibs/ciena/CIENA-CES-LDP-MIB +132 -19
A mibs/ciena/CIENA-CES-MCAST-FILTER-MIB +1,506
M mibs/ciena/CIENA-CES-MGMT-INTERFACE-MIB +131 -5
A mibs/ciena/CIENA-CES-MODULE-MIB +1,902
M mibs/ciena/CIENA-CES-MPLS-MIB +8,227 -190
M mibs/ciena/CIENA-CES-OSPF-MIB +44 -38
A mibs/ciena/CIENA-CES-PM-MIB +23,315
A mibs/ciena/CIENA-CES-RADIUS-CLIENT-MIB +1,711
A mibs/ciena/CIENA-CES-RMON-MIB +321
M mibs/ciena/CIENA-CES-RSVPTE-MIB +155 -63
M mibs/ciena/CIENA-CES-TIME-SYNC-MIB +555 -56
M mibs/ciena/CIENA-CES-VLLI-MIB +1
M mibs/ciena/CIENA-GLOBAL-MIB +1
M mibs/ciena/CIENA-SMI +20 -10
M mibs/ciena/CIENA-TC +4 -3
A mibs/cisco/ASYNCOSWEBSECURITYAPPLIANCE-MIB +1,868
M mibs/cisco/CISCO-PRODUCTS-MIB +70 -1
M mibs/cisco/OLD-CISCO-CHASSIS-MIB +47 -2
A mibs/cisco/SA-CM-MIB +1,540
A mibs/cisco/SA-CM-MTA-MIB +266
A mibs/cisco/SA-HARDWARE-MIB +591
A mibs/cisco/SA-MTA-MIB +144
A mibs/cisco/SA-RG-MIB +2,898
M mibs/ciscosb/CISCOSB-DEBUGCAPABILITIES-MIB +1 -1
M mibs/citrix/NS-ROOT-MIB +370 -29
A mibs/citrix/SDX-ROOT-MIB +1,938
A mibs/comet/T3610-MIB +526
M mibs/cyclades/ACS-MIB +2 -2
A mibs/cyclades/ACS8000-MIB +3,766
A mibs/cyclades/CYCLADES-ACS5K-ADM-MIB +47
A mibs/cyclades/CYCLADES-ACS5K-CONF-MIB +945
A mibs/cyclades/CYCLADES-ACS5K-INFO-MIB +197
A mibs/cyclades/CYCLADES-ACS5K-MIB +34
A mibs/cyclades/CYCLADES-ACS5K-PM-MIB +1,093
A mibs/cyclades/CYCLADES-ACS5K-SYS-MIB +125
A mibs/cyclades/PM-MIB +3,134
A mibs/cyclades/RENAME_TO_emerson
A mibs/datacom
A mibs/datacom/DATACOM-REG +1,438
A mibs/datacom/DATACOM-SMI +113
A mibs/datacom/DMswitch-MIB +4,863
M mibs/datadomain/DATA-DOMAIN-MIB +8,100 -2,903
A mibs/dell/DELL-SHADOW-MIB +918
M mibs/dell/DELL-SNMP-UPS-MIB +172 -3
M mibs/dell/DellrPDU-MIB +1 -1
A mibs/edgecore/ECS3510-MIB +21,500
M mibs/edgecore/ECS4210-MIB +9 -6
A mibs/edgecore/ES4552BH2-MIB +20,587
M mibs/ekinops/EKINOPS-Pmlma10-MIB +2 -2
M mibs/eltek/ELTEK-COMMON-MIB +56 -43
M mibs/exalt/ExaltComm +95 -47
M mibs/exalt/ExaltComProducts +113 -36
M mibs/exalt/ExtendAirG2 +13 -7
A mibs/exalt/QOS +364
M mibs/fortinet/FORTINET-FORTIADC-MIB +5 -5
A mibs/fortinet/FORTINET-FORTIMANAGER-FORTIANALYZER-MIB +1,541
A mibs/fortinet/FORTINET-FORTISWITCH-MIB +223
A mibs/fortinet/FORTINET-FORTIWEB-MIB +800
A mibs/gude/GUDEADS-ETS-MIB +261
A mibs/huawei/HUAWEI-SERVER-IBMC-MIB +16,872
M mibs/hwgroup/POSEIDON-MIB +12 -1
M mibs/hwgroup/STE-MIB +78 -2
M mibs/hwgroup/STE2-MIB +3
A mibs/ict/ICT-DIGITAL-SERIES-MIB +85
A mibs/ict/ICT-DISTRIBUTION-PANEL-MIB +321
D mibs/ict/ICT-MIB -311
M mibs/ignitenet/IGNITENET-MIB +232 -167
M mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB +266 -29
M mibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB +7 -1
M mibs/juniper/JUNIPER-JS-POLICY-MIB +2 -1
M mibs/juniper/JUNIPER-L2ALD-MIB +1 -1
M mibs/juniper/JUNIPER-MIB +2 -1
M mibs/juniper/JUNIPER-URL-FILTER-MIB +182 -2
A mibs/lancom/LANCOM-1711-PLUS-MIB +49,255
M mibs/lancom/LCOS-MIB +47,915 -415
M mibs/megatec/XPPC-MIB +18
M mibs/meru/MERU-CONFIG-AP-MIB +21 -3
M mibs/meru/MERU-CONFIG-CONTROLLER-MIB +143 -19
M mibs/meru/MERU-CONFIG-GRE-MIB +1 -1
M mibs/meru/MERU-CONFIG-ICR-MIB +18 -9
M mibs/meru/MERU-CONFIG-MACFILTERING-MIB +5 -22
M mibs/meru/MERU-CONFIG-PORTPROFILE-MIB +102 -10
M mibs/meru/MERU-CONFIG-QOS-MIB +29 -4
M mibs/meru/MERU-CONFIG-ROGUEAP-MIB +69 -21
M mibs/meru/MERU-CONFIG-SECURITY-MIB +408 -147
M mibs/meru/MERU-CONFIG-STATION-MIB +63 -7
M mibs/meru/MERU-CONFIG-VLAN-MIB +191 -2
M mibs/meru/MERU-CONFIG-WLAN-MIB +746 -67
M mibs/meru/MERU-GLOBAL-STATISTICS-MIB +237 -13
M mibs/meru/MERU-SMI +3
M mibs/meru/MERU-SYSLOG-MIB +4 -4
M mibs/meru/MERU-TC +785 -82
M mibs/meru/MERU-TOP10-STATISTICS-MIB +24 -6
M mibs/meru/MERU-VOICE-STATISTICS-MIB +2 -2
M mibs/meru/MERU-WLAN-MIB +858 -50
A mibs/mimosa/MIMOSA-MIB-TC +90
M mibs/mimosa/MIMOSA-NETWORKS-BFIVE-MIB +39 -14
A mibs/mimosa/MIMOSA-NETWORKS-PTMP-MIB +1,036
M mibs/mitel/MITEL-APPCMN-MIB +4 -2
M mibs/mitel/MITEL-APPLICATION-PLATFORM-LIST-MIB +4 -2
M mibs/mitel/MITEL-APPLIST-MIB +4 -2
M mibs/mitel/MITEL-CMNALM-MIB +4 -2
M mibs/mitel/MITEL-MIB +14 -5
A mibs/moxa/MOXA-EDSG508E-MIB +6,234
A mibs/moxa/MOXA-EDSP510A8POE-MIB +4,880
A mibs/moxa/MOXA-IKS6726A-MIB +4,763
A mibs/nateks
A mibs/nateks/NATEKS-MIB +3,870
A mibs/netping/DKSF-70-6-X-X-1 +1,206
M mibs/nortel/AVAYA-FABRIC-ATTACH-MIB +670 -52
A mibs/nortel/BAY-STACK-DIGITAL-CERT +832
M mibs/nortel/BAY-STACK-EAPOL-EXTENSION-MIB +153 -6
M mibs/nortel/BAY-STACK-ECMP-MIB +7 -3
M mibs/nortel/BAY-STACK-IGMP-EXT-MIB +167 -4
M mibs/nortel/BAY-STACK-IP-FWD-NH-MIB +87 -12
M mibs/nortel/BAY-STACK-IPV6-MLD-SNOOPING-MIB +115 -4
M mibs/nortel/BAY-STACK-NOTIFICATIONS-MIB +56 -3
A mibs/nortel/BAY-STACK-NTP-MIB +265
M mibs/nortel/BAY-STACK-PETH-EXT-MIB +81 -6
M mibs/nortel/BAY-STACK-PORT-MIRRORING-MIB +19 -2
A mibs/nortel/BAY-STACK-SFF-MIB +492
M mibs/nortel/BAYSTACK-IPV6-FIRST-HOP-SEC-MIB +236 -14
M mibs/nortel/BN-IF-EXTENSIONS-MIB +13 -4
M mibs/nortel/BN-LOG-MESSAGE-MIB +10 -3
A mibs/nortel/NORTEL-ALARM-EXT-MIB +1,204
A mibs/nortel/NORTEL-ENTITY-VENDORTYPE-MIB +111
M mibs/nortel/NORTEL-NETWORKS-MULTIPLE-SPANNING-TREE-MIB +34 -2
A mibs/nortel/NORTEL-OME40G-CNXN-MIB +117
A mibs/nortel/NORTEL-OME40G-FAC-MIB +1,406
A mibs/nortel/NORTEL-OME40G-MIB +40
A mibs/nortel/NORTEL-OME40G-OM-COUNTS-MIB +284
A mibs/nortel/NORTEL-OME40G-PM-PROV-MIB +361
A mibs/nortel/NORTEL-OME40G-PRTN-MIB +253
A mibs/nortel/NORTEL-OME6500-ALARMS-MIB +80
A mibs/nortel/NORTEL-OME6500-EQPT-MIB +1,010
A mibs/nortel/NORTEL-OME6500-SHELF-PARAMS-MIB +229
A mibs/nortel/NORTEL-OPTICAL-CPL-MIB +32
A mibs/nortel/NORTEL-OPTICAL-GENERIC-MIB +36
A mibs/nortel/NORTEL-OPTICAL-OME6500-MIB +35
A mibs/nortel/NORTEL-OPTICAL-PM-MIB +899
A mibs/nortel/NORTEL-RPR-MIB +1,216
A mibs/nortel/NORTEL-TM-MIB +247
M mibs/nortel/NTN-QOS-POLICY-EVOL-PIB +25 -3
M mibs/nortel/RAPID-CITY +13,565 -438
M mibs/nortel/S5-AGENT-MIB +61 -9
M mibs/nortel/S5-REG-MIB +181 -1
M mibs/nortel/S5-SWITCH-BAYSECURE-MIB +72 -1
M mibs/nortel/SYNOPTICS-ROOT-MIB +78 -10
M mibs/paloalto/PAN-COMMON-MIB +1,001 -20
M mibs/paloalto/PAN-PRODUCTS-MIB +37
A mibs/pbn/NMS-IF-MIB +362
M mibs/pbn/NMS-TC +2 -1
M mibs/procera/PACKETLOGIC-CHANNEL-MIB +2 -2
M mibs/procera/PACKETLOGIC-HW-MIB +2 -2
M mibs/procera/PACKETLOGIC-MIB +20 -2
M mibs/procera/PACKETLOGIC-RAID-MIB +2 -2
M mibs/procera/PACKETLOGIC-SNOOPER-DHCP-MIB +2 -2
M mibs/procera/PACKETLOGIC-TRAP-MIB +2 -2
M mibs/radware/RADWARE-MIB +6,077 -130
M mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB +12 -54
M mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB +186 -79
A mibs/raisecom/RAISECOM-PON-DEVICE-MIB +1,251
A mibs/raisecom/RAISECOM-PONSERIES-BASE-MIB +84
A mibs/raisecom/RAISECOM-PONSERIES-TC +375
M mibs/raritan/ASSETMANAGEMENT-MIB +1,146 -1,303
M mibs/raritan/LHX-MIB +63 -23
M mibs/raritan/PDU-MIB +631 -109
M mibs/raritan/PDU2-MIB +11,142 -11,704
M mibs/raritan/RemoteKVMDevice-MIB +225 -66
A mibs/redback/RBN-CPU-METER-CAP +174
M mibs/redback/RBN-CPU-METER-MIB +8 -7
M mibs/redback/RBN-ENVMON-MIB +11 -6
M mibs/redback/RBN-SMI +22 -17
M mibs/redback/RBN-TC +14 -8
A mibs/redback/RENAME_TO_ericsson
A mibs/rfc/DSLite-MIB +774
M mibs/rfc/IANA-MAU-MIB +210 -16
M mibs/rfc/IANA-PRINTER-MIB +26 -15
M mibs/rfc/IANA-STORAGE-MEDIA-TYPE-MIB +10 -7
A mibs/rfc/MPLS-LPS-MIB +1,484
A mibs/rfc/MPLS-OAM-ID-STD-MIB +966
M mibs/rfc/NHDP-MIB +258 -167
A mibs/rfc/PTPBASE-MIB +2,474
A mibs/rfc/RFC1284-MIB +740
A mibs/rfc/TRILL-OAM-MIB +1,674
M mibs/rfc/UPS-MIB +27 -13
M mibs/saf/SAF-ENTERPRISE +20 -13
A mibs/saf/SAF-INTEGRA-MIB +40
A mibs/saf/SAF-INTEGRAB-MIB +2,765
A mibs/saf/SAF-INTEGRAW-MIB +1,585
M mibs/saf/SAF-IPRADIO +33 -8
M mibs/sentry/Sentry3-MIB +10 -4
M mibs/sentry/Sentry4-MIB +352 -40
A mibs/ubiquiti/UBNT-AFLTU-MIB +457
M mibs/ubiquiti/UBNT-AirMAX-MIB +162 -4
M mibs/ubiquiti/UBNT-MIB +2
M mibs/vmware/VMWARE-ENV-MIB +318 -101
M mibs/vmware/VMWARE-ESX-AGENTCAP-MIB +849 -185
M mibs/vmware/VMWARE-NSX-MANAGER-AGENTCAP-MIB +28 -6
M mibs/vmware/VMWARE-NSX-MANAGER-MIB +568 -20
M mibs/vmware/VMWARE-PRODUCTS-MIB +26 -4
M mibs/vmware/VMWARE-ROOT-MIB +19 -2
M mibs/vmware/VMWARE-VA-AGENTCAP-MIB +477 -4
A mibs/vmware/VMWARE-VCHA-MIB +589
M mibs/vmware/VMWARE-VCOPS-EVENT-MIB +838 -472
A mibs/vmware/VMWARE-VRNI-AGENTCAP-MIB +132
A mibs/vmware/VMWARE-VRNI-MIB +1,617
M mibs/watchguard/WATCHGUARD-INFO-SYSTEM-MIB +15
M mibs/watchguard/WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB +20 -31
M mibs/watchguard/WATCHGUARD-IPSEC-SA-MON-MIB-EXT +59 -195
M mibs/watchguard/WATCHGUARD-IPSEC-TUNNEL-MIB +22 -34
M mibs/watchguard/WATCHGUARD-POLICY-MIB +12 -4
M mibs/watchguard/WATCHGUARD-PRODUCTS-MIB +26 -1
M mibs/watchguard/WATCHGUARD-SYSTEM-STATISTICS-MIB +11 -5
A mibs/wti/WTI-MPC-MIB +794
M mibs/xirrus/XIRRUS-MIB +99 -14
📈 0 added 📉 0 removed

💻 r9282 FIX

Adam Armstrong 🐸 • 2018-06-22 14:04
Fix ADF current multiplier
Files changed (1)
M includes/discovery/sensors/adf-1-mib.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9281 FIX

Adam Armstrong 🐸 • 2018-06-22 13:59
Change ADF graphs to be more relevant
Files changed (1)
M includes/definitions/os.inc.php +4
📈 4 added 📉 0 removed

💻 r9280 FIX

Adam Armstrong 🐸 • 2018-06-22 11:08
Disable example snmp v3 config from defaults.
Files changed (1)
M includes/defaults.inc.php +6 -6
📈 6 added 📉 6 removed

💻 r9278 FIX

Adam Armstrong 🐸 • 2018-06-21 17:23
Minor fix
Files changed (1)
M includes/definitions/mibs/apc.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r9277 ADD

Adam Armstrong 🐸 • 2018-06-21 17:19
Add additional NetBotz wireless sensor metrics
Files changed (1)
M includes/definitions/mibs/apc.inc.php +26
📈 26 added 📉 0 removed

💻 r9276 ADD

Adam Armstrong 🐸 • 2018-06-21 16:50
Add NetBotz wireless sensor collection
Files changed (1)
M includes/definitions/mibs/apc.inc.php +26
📈 26 added 📉 0 removed

💻 r9275 FIX

Adam Armstrong 🐸 • 2018-06-21 15:31
Additional APC threshold fixes.
Files changed (1)
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9274 TRIVIAL

Mike Stupalov 🐱 • 2018-06-21 11:07
Improved short name for Mgmt interface in DNOS.
Files changed (2)
M includes/rewrites.inc.php +1
M tests/IncludesRewritesTest.php +5
📈 6 added 📉 0 removed

💻 r9273 TRIVIAL

Mike Stupalov 🐱 • 2018-06-21 09:53
Fixed EdgePOWER os name. Cleanup Eaton contact statuses definition.
Files changed (2)
M includes/definitions/mibs/eaton.inc.php +8 -8
M includes/definitions/os.inc.php +3 -3
📈 11 added 📉 11 removed

💻 r9272 FIX

Adam Armstrong 🐸 • 2018-06-20 20:39
Fix another threshold
Files changed (1)
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9271 FIX

Adam Armstrong 🐸 • 2018-06-20 19:18
Fix function name
Files changed (1)
M update/368.php +1 -1
📈 1 added 📉 1 removed

💻 r9270 FIX

Adam Armstrong 🐸 • 2018-06-20 19:06
Fix APC thresholds.
Files changed (1)
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9269 TRIVIAL

Mike Stupalov 🐱 • 2018-06-19 07:17
revert back extreme os definition for syslog (appear in r9268).
Files changed (1)
M includes/definitions/os.inc.php +3
📈 3 added 📉 0 removed

💻 r9268 ADD

Adam Armstrong 🐸 • 2018-06-15 15:46
Add support for UBNT EdgePower.
Files changed (3)
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

💻 r9267 FIX

Adam Armstrong 🐸 • 2018-06-14 13:07
Filename fix.
Files changed (2)
D mibs/DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY
A mibs/DO_NOT_MODIFY_THE_CONTENTS_OF_THIS_DIRECTORY
📈 0 added 📉 0 removed

💻 r9266 ADD

Adam Armstrong 🐸 • 2018-06-13 10:44
Add ability to use device distro/distrover in association rulesets
Files changed (3)
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

💻 r9265 IMPROVE

Adam Armstrong 🐸 • 2018-06-11 16:00
Improve new association accuracy. Fix port disable field name.
Files changed (4)
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

💻 r9264 ADD

Adam Armstrong 🐸 • 2018-06-11 12:46
Add ability to edit new format alert associations.
Files changed (6)
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

💻 r9263 TRIVIAL

Mike Stupalov 🐱 • 2018-06-10 06:57
Revert group operators (appear in r9258).
Files changed (1)
M includes/definitions/entities.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9262 MINOR

Mike Stupalov 🐱 • 2018-06-09 12:04
Improved syslog parsing for Extreme XOS devices (OBS-2690).
Files changed (3)
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

💻 r9261 ADD

Adam Armstrong 🐸 • 2018-06-08 14:56
Add IPv6 bits aggregate graph to ports
Files changed (2)
A html/includes/graphs/multi-port/ipv6_bits.inc.php +44
M includes/definitions/entities.inc.php +3
📈 47 added 📉 0 removed

💻 r9260 ADD

Adam Armstrong 🐸 • 2018-06-08 13:43
Add totals to stacked storage bytes graph
Files changed (1)
M html/includes/graphs/multi-storage/bytes_stacked.inc.php +17
📈 17 added 📉 0 removed

💻 r9259 FIX

Adam Armstrong 🐸 • 2018-06-08 11:17
Fix multi-mempool usage graph
Files changed (1)
M html/includes/graphs/multi-mempool/usage.inc.php +19 -6
📈 19 added 📉 6 removed

💻 r9258 ADD

Adam Armstrong 🐸 • 2018-06-08 11:08
Add additional stacked storage graph types.
Files changed (4)
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

💻 r9257 FIX

Adam Armstrong 🐸 • 2018-06-05 17:37
Fix previous :)
Files changed (1)
M includes/groups.inc.php +59 -26
📈 59 added 📉 26 removed

💻 r9256 ADD

Adam Armstrong 🐸 • 2018-06-05 17:29
Add isnull/isnotnull to text fields for associations
Files changed (1)
M includes/groups.inc.php +37 -61
📈 37 added 📉 61 removed

💻 r9255 TRIVIAL

Mike Stupalov 🐱 • 2018-06-05 15:07
Reduced max-rep for Huawei CE series switches.
Files changed (1)
M includes/definitions/models.inc.php +3
📈 3 added 📉 0 removed

💻 r9254 TRIVIAL

Mike Stupalov 🐱 • 2018-06-05 15:06
Fixed phpunit tests.
Files changed (1)
M includes/common.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9253 FIX

Adam Armstrong 🐸 • 2018-06-04 22:38
Fix port percent graph scaling
Files changed (1)
M html/includes/status-portpercent.inc.php +6 -1
📈 6 added 📉 1 removed

💻 r9252 FIX

Adam Armstrong 🐸 • 2018-06-02 16:01
Improve alert migration output
Files changed (2)
M html/css/observium.css +1 -1
M html/pages/migrate_alerts.inc.php +10 -9
📈 10 added 📉 9 removed

💻 r9251 TRIVIAL

Mike Stupalov 🐱 • 2018-06-01 17:25
Cleanup, undebugging for group/alert rules generate. Fixed generate group/alert rules with parent groups include.
Files changed (3)
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

💻 r9250 TRIVIAL

Mike Stupalov 🐱 • 2018-06-01 14:19
Always use port ifIndex from index part (ignore incorrect Oid data on some devices).
Files changed (1)
M includes/polling/ports.inc.php +5 -6
📈 5 added 📉 6 removed

💻 r9249 SQL

Adam Armstrong 🐸 • 2018-06-01 10:26
Fix processor_ignore type
Files changed (1)
A update/376.sql +2
📈 2 added 📉 0 removed

💻 r9248 MAJOR

Adam Armstrong 🐸 • 2018-06-01 10:13
Extend new assocation format to alerts. No automigration yet, only for testing. Slight cleanups to association code.
Files changed (15)
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
📈 586 added 📉 114 removed

💻 r9247 ADD

Adam Armstrong 🐸 • 2018-05-30 21:57
Add ability to set device 'ignore until' via the API
Files changed (1)
M html/api/v0/includes/devices.inc.php +44
📈 44 added 📉 0 removed

💻 r9246 TRIVIAL

Mike Stupalov 🐱 • 2018-05-30 12:48
Reduced default snmp max repetition for Huawei devices (many platforms have troubles with max-rep greater than 50).
Files changed (1)
M includes/definitions/os.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9245 ADD

Adam Armstrong 🐸 • 2018-05-29 10:19
Add ifVlan to port entity attributes
Files changed (1)
M includes/definitions/entities.inc.php +1
📈 1 added 📉 0 removed

💻 r9244 TRIVIAL

Mike Stupalov 🐱 • 2018-05-24 20:50
Show information about fping version.
Files changed (1)
M includes/common.inc.php +25 -1
📈 25 added 📉 1 removed

💻 r9243

Mike Stupalov 🐱 • 2018-05-24 15:05
derp.
Files changed (1)
M includes/polling/netstats.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9242 MINOR

Mike Stupalov 🐱 • 2018-05-24 15:01
Replaced mostly requests snmp_get_multi() by snmp_get_multi_oid().
Files changed (29)
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

💻 r9241 MINOR

Mike Stupalov 🐱 • 2018-05-24 15:00
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).
Files changed (3)
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

💻 r9240 TRIVIAL

Mike Stupalov 🐱 • 2018-05-24 12:06
Moved snmp max-rep hack for Cisco 2960S stacked switches to model definitions.
Files changed (2)
M includes/definitions/models.inc.php +14
M includes/polling/os/cisco.inc.php -6
📈 14 added 📉 6 removed

💻 r9239 TRIVIAL

Mike Stupalov 🐱 • 2018-05-24 07:43
Fixed nobulk os definition (by mistake in r9237).
Files changed (1)
M includes/snmp.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9238 TRIVIAL

Mike Stupalov 🐱 • 2018-05-24 06:52
Fixed discovery/polling Huawei NE20 routers (set lower max-rep) (OBS-2673).
Files changed (2)
M includes/definitions/models.inc.php +21 -1
M includes/definitions/os.inc.php +1
📈 22 added 📉 1 removed

💻 r9237 MINOR

Mike Stupalov 🐱 • 2018-05-24 06:51
Added ability to set per-model (by sysObjectID) snmp request options (nobulk, noincrease, max-rep, max-get).
Files changed (7)
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

💻 r9236 TRIVIAL

Mike Stupalov 🐱 • 2018-05-24 06:50
Added option enable_ports_vlan to WUI config.
Files changed (1)
M includes/config-variables.inc.php +9 -2
📈 9 added 📉 2 removed

💻 r9235 FIX

Adam Armstrong 🐸 • 2018-05-24 01:41
Fix contact_endpoint type to text.
Files changed (1)
A update/374.sql +1
📈 1 added 📉 0 removed

💻 r9234 TRIVIAL

Mike Stupalov 🐱 • 2018-05-23 12:04
Moved function get_model_array() to common, use it for fetch device mibs. Added doc about snmp max-get os definition.
Files changed (4)
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

💻 r9233 TRIVIAL

Mike Stupalov 🐱 • 2018-05-19 12:56
Correctly detect Konica-Minolta printers (fixed previous change).
Files changed (2)
M includes/definitions/os.inc.php +13 -11
M includes/functions.inc.php +42 -2
📈 55 added 📉 13 removed

💻 r9232 TRIVIAL

Mike Stupalov 🐱 • 2018-05-18 06:49
Improved detect Konica-Minolta printers (OBS-2668).
Files changed (1)
M includes/definitions/os.inc.php +23 -11
📈 23 added 📉 11 removed

💻 r9231 FIX

Adam Armstrong 🐸 • 2018-05-16 23:04
Fix status table output. Remove old code from status/sensor poller.
Files changed (3)
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

💻 r9230 ADD

Adam Armstrong 🐸 • 2018-05-16 22:31
Add MGE status sensors from XUPS-MIB
Files changed (1)
M includes/definitions/mibs/eaton.inc.php +37
📈 37 added 📉 0 removed

💻 r9229 MINOR

Mike Stupalov 🐱 • 2018-05-14 15:54
Added discovery vlans by EXTREME-VLAN-MIB. Improved discovery vlans by Q-BRIDGE-MIB on some devices.
Files changed (5)
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

💻 r9228 MIBS

Mike Stupalov 🐱 • 2018-05-11 19:24
Updated huawei mib files.
Files changed (110)
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
M mibs/huawei/HUAWEI-GTL-MIB +106 -4
M mibs/huawei/HUAWEI-HQOS-MIB +133 -8
M mibs/huawei/HUAWEI-HWTACACS-MIB +125 -12
M mibs/huawei/HUAWEI-IF-EXT-MIB +344 -23
M mibs/huawei/HUAWEI-INFOCENTER-MIB +37 -13
M mibs/huawei/HUAWEI-IPFPM-MIB +501 -20
M mibs/huawei/HUAWEI-IPPOOL-MIB +129 -7
M mibs/huawei/HUAWEI-ISIS-CONF-MIB +396 -5
M mibs/huawei/HUAWEI-KOMPELLA-MIB +37 -5
M mibs/huawei/HUAWEI-L2IF-MIB +9 -3
M mibs/huawei/HUAWEI-L2MAM-MIB +1,143 -15
M mibs/huawei/HUAWEI-L2MULTICAST-MIB +303 -7
M mibs/huawei/HUAWEI-L2VLAN-MIB +22 -3
M mibs/huawei/HUAWEI-L2VPN-OAM-MIB +40 -3
M mibs/huawei/HUAWEI-L2VPN-PW-APS-MIB +30 -3
M mibs/huawei/HUAWEI-L3VPN-EXT-MIB +10 -3
M mibs/huawei/HUAWEI-LDT-MIB +9 -3
M mibs/huawei/HUAWEI-LINE-MIB +55 -4
M mibs/huawei/HUAWEI-LLDP-MIB +139 -7
M mibs/huawei/HUAWEI-MAC-AUTHEN-MIB +26 -4
A mibs/huawei/HUAWEI-MACSEC-MIB +208
M mibs/huawei/HUAWEI-MFF-MIB +20 -6
M mibs/huawei/HUAWEI-MFLP-MIB +193 -4
M mibs/huawei/HUAWEI-MGMD-STD-MIB +333 -11
M mibs/huawei/HUAWEI-MIB +642 -21
M mibs/huawei/HUAWEI-MPLS-EXTEND-MIB +37 -3
M mibs/huawei/HUAWEI-MPLSOAM-MIB +44 -1
M mibs/huawei/HUAWEI-MSTP-MIB +13 -11
M mibs/huawei/HUAWEI-MULTICAST-MIB +48 -5
M mibs/huawei/HUAWEI-NAT-EXT-MIB +20 -13
M mibs/huawei/HUAWEI-OSPFV2-MIB +502 -5
M mibs/huawei/HUAWEI-OSPFV3-MIB +455 -6
M mibs/huawei/HUAWEI-PERFMGMT-MIB +30 -3
M mibs/huawei/HUAWEI-PIM-STD-MIB +178 -3
M mibs/huawei/HUAWEI-POE-MIB +61 -8
M mibs/huawei/HUAWEI-PORT-MIB +596 -30
M mibs/huawei/HUAWEI-PORTAL-MIB +390 -7
M mibs/huawei/HUAWEI-PWE3-MIB +524 -1
M mibs/huawei/HUAWEI-PWE3-TNL-MIB +276 -3
M mibs/huawei/HUAWEI-RM-EXT-MIB +168 -5
M mibs/huawei/HUAWEI-RRPP-MIB +20 -2
A mibs/huawei/HUAWEI-SECURITY-DISK-MIB +138
A mibs/huawei/HUAWEI-SECURITY-IPLINK-MIB +193
A mibs/huawei/HUAWEI-SECURITY-IPSEC-MIB +1,380
A mibs/huawei/HUAWEI-SECURITY-L2TP-MIB +758
A mibs/huawei/HUAWEI-SECURITY-LICENSE-MIB +555
M mibs/huawei/HUAWEI-SECURITY-MIB +2,401 -2,044
A mibs/huawei/HUAWEI-SECURITY-SESSION-STAT-MIB +108
A mibs/huawei/HUAWEI-SECURITY-SLB-MIB +230
A mibs/huawei/HUAWEI-SECURITY-STAT-MIB +3,130
A mibs/huawei/HUAWEI-SECURITY-STATEXT-MIB +828
M mibs/huawei/HUAWEI-SMARTLINK-MIB +21 -7
M mibs/huawei/HUAWEI-SNMP-EXT-MIB +15 -4
A mibs/huawei/HUAWEI-SRM-MIB +874
M mibs/huawei/HUAWEI-SSH-MIB +141 -1
M mibs/huawei/HUAWEI-STACK-MIB +272 -52
M mibs/huawei/HUAWEI-SWITCH-L2MAM-EXT-MIB +44 -5
M mibs/huawei/HUAWEI-SWITCH-SRV-RES-TRAP-MIB +23 -2
M mibs/huawei/HUAWEI-SYS-MAN-MIB +420 -5
M mibs/huawei/HUAWEI-TC-MIB +3,543 -593
M mibs/huawei/HUAWEI-TUNNEL-MIB +14 -8
A mibs/huawei/HUAWEI-TWAMP-MIB +1,591
M mibs/huawei/HUAWEI-UNIMNG-MIB +234 -16
M mibs/huawei/HUAWEI-USA-MIB +54 -5
M mibs/huawei/HUAWEI-USC-MIB +7 -2
A mibs/huawei/HUAWEI-VBST-MIB +253
M mibs/huawei/HUAWEI-VE-MIB +24 -5
M mibs/huawei/HUAWEI-VLAN-MIB +128 -9
M mibs/huawei/HUAWEI-VPLS-EXT-MIB +125 -7
A mibs/huawei/HUAWEI-WLAN-AP-MIB +4,377
A mibs/huawei/HUAWEI-WLAN-AP-RADIO-MIB +1,612
A mibs/huawei/HUAWEI-WLAN-AP-SERVICE-MIB +2,147
A mibs/huawei/HUAWEI-WLAN-AP-UPDATE-MIB +855
A mibs/huawei/HUAWEI-WLAN-CAPWAP-MIB +414
A mibs/huawei/HUAWEI-WLAN-CONFIGURATION-MIB +16,707
A mibs/huawei/HUAWEI-WLAN-GLOBAL-MIB +996
A mibs/huawei/HUAWEI-WLAN-STATION-MIB +2,335
A mibs/huawei/HUAWEI-WLAN-VAP-MIB +1,066
A mibs/huawei/HUAWEI-WLAN-WIDS-SERVICE-MIB +2,788
M mibs/huawei/HUAWEI-XQoS-MIB +1,652 -55
📈 0 added 📉 0 removed

💻 r9227 MINOR

Mike Stupalov 🐱 • 2018-05-11 19:23
Improved discovery sensors for Huawei devices.
Files changed (2)
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

💻 r9226 TRIVIAL

Mike Stupalov 🐱 • 2018-05-11 19:22
Added polling routed vlans by CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB (OBS-2663).
Files changed (1)
A includes/polling/ports/cisco-vlan-iftable-relationship-mib.inc.php +70
📈 70 added 📉 0 removed

💻 r9225 MINOR

Mike Stupalov 🐱 • 2018-05-11 19:21
Improved display polling perf times for some ports submodules.
Files changed (4)
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

💻 r9224 MAJOR

Mike Stupalov 🐱 • 2018-05-11 19:19
Added discovery/polling vlans for Huawei devices by HUAWEI-L2VLAN-MIB (OBS-2620).
Files changed (3)
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

💻 r9223 MINOR

Mike Stupalov 🐱 • 2018-05-11 19:18
Added required mib definitions for vlans discovery. Improved Huawei devices hardware/version detect.
Files changed (3)
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

💻 r9222 MAJOR

Mike Stupalov 🐱 • 2018-05-11 19:16
Improved discovery/polling vlan information from devices. Splitted vlan polling in ports module to vlan submodule. Discovery vlans now more common for mib based.
Files changed (9)
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

💻 r9220 FIX

Adam Armstrong 🐸 • 2018-05-10 19:53
Fix the fix!
Files changed (1)
M includes/versioncheck.inc.php +3 -6
📈 3 added 📉 6 removed

💻 r9218 FIX

Adam Armstrong 🐸 • 2018-05-10 19:50
Disable this for now
Files changed (1)
M includes/versioncheck.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r9216 TRIVIAL

Mike Stupalov 🐱 • 2018-05-08 21:07
Display that currently do discover or poll device if it never polled/discovered.
Files changed (2)
M html/pages/device.inc.php +22
M html/pages/edituser.inc.php +3 -3
📈 25 added 📉 3 removed

💻 r9215 TRIVIAL

Mike Stupalov 🐱 • 2018-05-08 20:43
Fixed detect FTOS hardware when net-snmp return correct utf-8 chars.
Files changed (1)
M includes/polling/os/ftos.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r9214 TRIVIAL

Mike Stupalov 🐱 • 2018-05-08 20:32
Do not refresh add syslog rule page.
Files changed (1)
M includes/definitions/wui.inc.php +1
📈 1 added 📉 0 removed

💻 r9213 TRIVIAL

Mike Stupalov 🐱 • 2018-05-05 21:15
Improved detect some BSD based oses with net-snmp daemon (++).
Files changed (1)
M includes/definitions/os.inc.php +3
📈 3 added 📉 0 removed

💻 r9212 TRIVIAL

Mike Stupalov 🐱 • 2018-05-05 21:10
Improved detect some BSD based oses with net-snmp daemon.
Files changed (1)
M includes/definitions/os.inc.php +8
📈 8 added 📉 0 removed

💻 r9211 MIBS

Mike Stupalov 🐱 • 2018-05-05 20:57
Added Stormshield mib files.
Files changed (17)
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

💻 r9210 MINOR

Mike Stupalov 🐱 • 2018-05-05 20:56
Added basic support for Stormshield NS-BSD firewalls.
Files changed (4)
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
📈 47 added 📉 0 removed

💻 r9209 IMPROVE

Adam Armstrong 🐸 • 2018-05-05 11:29
Improved navbar function. Add "alerted" sensor count to navbar. Add FORTINET-FORTIADC-MIB strings collection.
Files changed (6)
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

💻 r9208 FIX

Adam Armstrong 🐸 • 2018-05-05 11:26
Add SysDescr regexp for dbsd and nobulk to dasan
Files changed (1)
M includes/definitions/os.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r9207 FIX

Adam Armstrong 🐸 • 2018-05-05 11:25
Cosmetic bug in processor module
Files changed (1)
M includes/discovery/processors.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9206

Mike Stupalov 🐱 • 2018-05-05 10:21
derp. s/type/group/
Files changed (1)
M includes/definitions/os.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9205 MINOR

Mike Stupalov 🐱 • 2018-05-05 10:17
Added basic support for Zebra printer devices (OBS-2661).
Files changed (3)
A html/images/os/zebra_2x.png +1
A html/images/os/zebra.png +1
M includes/definitions/os.inc.php +9
📈 11 added 📉 0 removed

💻 r9204 MINOR

Mike Stupalov 🐱 • 2018-05-05 00:43
Added and used function snmp_mib_entity_vendortype() for expand ENTITY-MIB with vendor type MIBs.
Files changed (6)
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

💻 r9203 ADD

Adam Armstrong 🐸 • 2018-05-04 14:27
Add support for Lenovo CNOS devices (provided by Lenovo)
Files changed (4)
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

💻 r9202 TRIVIAL

Mike Stupalov 🐱 • 2018-05-04 13:01
Improved syslog messages parsing for Sophos UTM devices.
Files changed (3)
M includes/definitions/os.inc.php +1
M includes/syslog.inc.php +7 -1
M tests/IncludesSyslogTest.php +32
📈 40 added 📉 1 removed

💻 r9201 TRIVIAL

Mike Stupalov 🐱 • 2018-05-04 05:24
Improved detect IPv6 addresses in VRF by CISCO-IETF-IP-MIB.
Files changed (1)
M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +8 -2
📈 8 added 📉 2 removed

💻 r9200 TRIVIAL

Mike Stupalov 🐱 • 2018-05-02 15:20
Improved detect IPv6 addresses in VRF (OBS-2658).
Files changed (1)
M includes/discovery/ip-addresses/ip-mib.inc.php +14 -2
📈 14 added 📉 2 removed

💻 r9199 TRIVIAL

Mike Stupalov 🐱 • 2018-05-02 15:07
Improved convert hex ip addresses values for ipv6z type.
Files changed (2)
M includes/functions.inc.php +7
M tests/IncludesFunctionsTest.php +4
📈 11 added 📉 0 removed

💻 r9198

Tom Laermans 🦔 • 2018-04-29 15:46
Medium: fix clickatell alerting using new API calls
Files changed (2)
M includes/alerting/clickatell.inc.php +8 -18
M includes/definitions/transports.inc.php +1 -4
📈 9 added 📉 22 removed

💻 r9197 TRIVIAL

Mike Stupalov 🐱 • 2018-04-26 12:52
Improved parsing HP procurve syslog messages.
Files changed (2)
M includes/definitions/os.inc.php +2
M tests/IncludesSyslogTest.php +8
📈 10 added 📉 0 removed

💻 r9196 TRIVIAL

Mike Stupalov 🐱 • 2018-04-26 08:46
Improved port_label_process for Cisco IOS XR and Huawei devices.
Files changed (2)
M includes/rewrites.inc.php +5 -3
M tests/IncludesRewritesTest.php +10
📈 15 added 📉 3 removed

💻 r9195 ADD

Adam Armstrong 🐸 • 2018-04-23 15:40
Add Lenovo switch MIBs
Files changed (3)
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

💻 r9194 TRIVIAL

Mike Stupalov 🐱 • 2018-04-20 16:27
Fixed WAYSTREAM-MIB identity.
Files changed (1)
M includes/definitions/mibs/waystream.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9193 MINOR

Mike Stupalov 🐱 • 2018-04-20 15:53
Added support for Waystream switches (OBS-2652).
Files changed (5)
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
📈 123 added 📉 0 removed

💻 r9192 MIBS

Mike Stupalov 🐱 • 2018-04-20 15:52
Added Waystream mib files.
Files changed (7)
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

💻 r9191 TRIVIAL

Mike Stupalov 🐱 • 2018-04-20 15:31
Improved detect NetPing devices.
Files changed (1)
M includes/definitions/os.inc.php +29 -7
📈 29 added 📉 7 removed

💻 r9190 TRIVIAL

Mike Stupalov 🐱 • 2018-04-20 15:29
Improved discovery D-Link sensors for some models.
Files changed (3)
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

💻 r9189 TRIVIAL

Mike Stupalov 🐱 • 2018-04-19 21:01
Sync (with discovery) poller local asn fetch for cisco devices.
Files changed (2)
M includes/discovery/bgp-peers.inc.php +10 -3
M includes/polling/bgp-peers.inc.php +5 -2
📈 15 added 📉 5 removed

💻 r9188 FIX

Adam Armstrong 🐸 • 2018-04-19 17:02
Fix BGP local_as length
Files changed (1)
A update/373.sql +1
📈 1 added 📉 0 removed

💻 r9187 FIX

Adam Armstrong 🐸 • 2018-04-19 16:13
Improve local ASN selection
Files changed (1)
M includes/discovery/bgp-peers.inc.php +602 -532
📈 602 added 📉 532 removed

💻 r9186 FIX

Adam Armstrong 🐸 • 2018-04-19 14:28
Fix ADF multipliers
Files changed (1)
M includes/discovery/sensors/adf-1-mib.inc.php +14 -25
📈 14 added 📉 25 removed

💻 r9185 FIX

Adam Armstrong 🐸 • 2018-04-19 13:55
Fix missing AFs
Files changed (2)
M mibs/cisco/CISCO-BGP4-MIB +1
M mibs/rfc/INET-ADDRESS-MIB +2 -1
📈 0 added 📉 0 removed

💻 r9184 TRIVIAL

Mike Stupalov 🐱 • 2018-04-13 12:52
Use setRules method with allow_invalid option in QB, instead direct rules set for edit groups.
Files changed (2)
M html/includes/group_edit.inc.php +1 -4
M includes/groups.inc.php +10 -45
📈 11 added 📉 49 removed

💻 r9183 TRIVIAL

Mike Stupalov 🐱 • 2018-04-10 15:42
Disabled qb ruleset valudation hack.
Files changed (1)
M includes/groups.inc.php +2
📈 2 added 📉 0 removed

💻 r9182 FIX

Adam Armstrong 🐸 • 2018-04-10 13:48
Fix ADF custom MIB
Files changed (2)
M includes/discovery/sensors/adf-1-mib.inc.php +52 -8
M mibs/adf/ADF-1-MIB +36 -56
📈 52 added 📉 8 removed

💻 r9181 TRIVIAL

Mike Stupalov 🐱 • 2018-04-07 21:20
Small billing pages cleanup. Added primary index for bill data table.
Files changed (4)
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
📈 65 added 📉 13 removed

💻 r9180 TRIVIAL

Mike Stupalov 🐱 • 2018-04-07 16:17
Clean compatability in poll-billing.
Files changed (1)
M poll-billing.php +10 -5
📈 10 added 📉 5 removed

💻 r9179 TRIVIAL

Mike Stupalov 🐱 • 2018-04-07 16:04
Fixed poll billing when additional params passed (ie in wrapper).
Files changed (1)
M poll-billing.php +14
📈 14 added 📉 0 removed

💻 r9178

Mike Stupalov 🐱 • 2018-04-06 13:01
undebug.
Files changed (1)
M html/includes/graphs/common.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9177 MINOR

Mike Stupalov 🐱 • 2018-04-06 12:55
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).
Files changed (2)
M includes/definitions/entities.inc.php +31 -27
M includes/groups.inc.php +68 -14
📈 99 added 📉 41 removed

💻 r9176 ADD

Adam Armstrong 🐸 • 2018-04-06 12:42
Add config option, new svg and unused discovery function for lsps
Files changed (12)
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

💻 r9175 TRIVIAL

Mike Stupalov 🐱 • 2018-04-05 20:15
Fixed unittest with correct includes order.
Files changed (11)
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

💻 r9174 FIX

Adam Armstrong 🐸 • 2018-04-05 18:01
Typo
Files changed (1)
M includes/definitions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9173 MINOR

Mike Stupalov 🐱 • 2018-04-05 16:14
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.
Files changed (5)
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

💻 r9172 ADD

Adam Armstrong 🐸 • 2018-04-03 14:28
Add expanded routing menu
Files changed (1)
M html/pages/device.inc.php +29 -7
📈 29 added 📉 7 removed

💻 r9171 ADD

Adam Armstrong 🐸 • 2018-04-03 13:32
Add HPVC-MIB inventory population
Files changed (1)
A includes/discovery/inventory/hpvc-mib.inc.php +111
📈 111 added 📉 0 removed

💻 r9170 ADD

Adam Armstrong 🐸 • 2018-04-03 11:28
Add HPE VC server status indicators
Files changed (1)
M includes/definitions/mibs/hp.inc.php +26
📈 26 added 📉 0 removed

💻 r9169 ADD

Adam Armstrong 🐸 • 2018-04-03 10:59
Add support for GUDE 818x PDUs
Files changed (3)
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

💻 r9168 MIB

Adam Armstrong 🐸 • 2018-04-03 10:40
Additional GUDE MIBs
Files changed (2)
A mibs/gude/GUDEADS-PDU818X-MIB +445
A mibs/gude/GUDEADS-PDU8311-MIB +663
📈 0 added 📉 0 removed

💻 r9167 ADD

Adam Armstrong 🐸 • 2018-04-02 09:49
Additional IAS oid, also switch to ifName
Files changed (1)
M includes/definitions/os.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r9166 FIX

Adam Armstrong 🐸 • 2018-03-30 10:19
Don't show group bar if user doesn't have global read
Files changed (1)
M html/includes/status-summary.inc.php +31 -25
📈 31 added 📉 25 removed

💻 r9165 ADD

Adam Armstrong 🐸 • 2018-03-29 17:57
Add ADFweb logo
Files changed (3)
A html/images/os/adfweb_2x.png +1
A html/images/os/adfweb.png +1
M includes/definitions/os.inc.php +14
📈 16 added 📉 0 removed

💻 r9164 ADD

Adam Armstrong 🐸 • 2018-03-29 14:17
Add custom stuff
Files changed (4)
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

💻 r9163

Mike Stupalov 🐱 • 2018-03-29 12:40
undebug
Files changed (1)
M html/pages/device/edit/wmi.inc.php -1
📈 0 added 📉 1 removed

💻 r9162 ADD

Adam Armstrong 🐸 • 2018-03-29 12:27
Add pf temp catcher
Files changed (1)
M includes/discovery/sensors/packetflux-mib.inc.php +13 -12
📈 13 added 📉 12 removed

💻 r9161 FIX

Adam Armstrong 🐸 • 2018-03-29 12:21
Fix charge/energy sensor names and add rewrites
Files changed (3)
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

💻 r9160 IMPROVE

Adam Armstrong 🐸 • 2018-03-29 11:36
Improved Packetflux Sitemonitor support
Files changed (6)
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

💻 r9159 MINOR

Mike Stupalov 🐱 • 2018-03-29 10:23
Fixed discovery sensor names on Huawei devices by HUAWEI-ENTITY-EXTENT-MIB (OBS-2637). Added discovery voltage sensors by HUAWEI-ENTITY-EXTENT-MIB.
Files changed (1)
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +64 -19
📈 64 added 📉 19 removed

💻 r9158 TRIVIAL

Mike Stupalov 🐱 • 2018-03-29 08:38
Updated distro script to latest v2.0. Added FreePBX distro icons.
Files changed (4)
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
📈 113 added 📉 47 removed

💻 r9157 TRIVIAL

Mike Stupalov 🐱 • 2018-03-28 10:06
Added detect hardware/version on some TP-Link switches.
Files changed (2)
M includes/definitions/mibs.inc.php +8
M includes/definitions/os.inc.php +2
📈 10 added 📉 0 removed

💻 r9156 TRIVIAL

Mike Stupalov 🐱 • 2018-03-28 08:30
Force use separate_walk feature for TP-Link switches.
Files changed (1)
M includes/definitions/os.inc.php +1
📈 1 added 📉 0 removed

💻 r9155 ADD

Adam Armstrong 🐸 • 2018-03-28 07:02
Add ability to signal graph can be inverted
Files changed (2)
M html/includes/graphs/generic_data.inc.php +6
M html/pages/graphs.inc.php +7
📈 13 added 📉 0 removed

💻 r9154 MIBS

Mike Stupalov 🐱 • 2018-03-27 20:29
Update Cisco SB mib files.
Files changed (105)
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
M mibs/ciscosb/CISCOSB-GVRP-MIB +1 -1
M mibs/ciscosb/CISCOSB-HWENVIROMENT +83 -6
M mibs/ciscosb/CISCOSB-IP +9 -1
A mibs/ciscosb/CISCOSB-IP-SLA +340
M mibs/ciscosb/CISCOSB-IpRouter +1 -1
M mibs/ciscosb/CISCOSB-IPSTDACL-MIB +3 -3
M mibs/ciscosb/CISCOSB-IPv6 +92 -4
M mibs/ciscosb/CISCOSB-IPV6FHS-MIB +1 -1
M mibs/ciscosb/CISCOSB-JUMBOFRAMES-MIB +1 -1
M mibs/ciscosb/CISCOSB-LBD-MIB +1 -1
M mibs/ciscosb/CISCOSB-LLDP-MIB +374 -31
M mibs/ciscosb/CISCOSB-LOCALIZATION-MIB +1 -1
M mibs/ciscosb/CISCOSB-MAC-BASE-PRIO +1 -1
A mibs/ciscosb/CISCOSB-MGMD-ROUTER-MIB +342
M mibs/ciscosb/CISCOSB-MIB +26 -3
M mibs/ciscosb/CISCOSB-MIR-MIB +1 -1
M mibs/ciscosb/CISCOSB-MNGINF-MIB +1 -1
M mibs/ciscosb/CISCOSB-MULTISESSIONTERMINAL-MIB +1 -1
A mibs/ciscosb/CISCOSB-PBR-MIB +192
M mibs/ciscosb/CISCOSB-PHY-MIB +3 -2
M mibs/ciscosb/CISCOSB-Physicaldescription-MIB +120 -45
A mibs/ciscosb/CISCOSB-PIM-MIB +1,533
M mibs/ciscosb/CISCOSB-POE-MIB +347 -36
M mibs/ciscosb/CISCOSB-POLICY-MIB +13 -3
A mibs/ciscosb/CISCOSB-PORT-STATISTICS-MIB +704
M mibs/ciscosb/CISCOSB-ProtectedPorts-MIB +1 -1
A mibs/ciscosb/CISCOSB-QOS-APPS-MIB +210
M mibs/ciscosb/CISCOSB-QOS-CLI-MIB +185 -16
A mibs/ciscosb/CISCOSB-QUEUE-STATISTICS-MIB +133
A mibs/ciscosb/CISCOSB-RADIUSSRV +841
M mibs/ciscosb/CISCOSB-rlBrgMcMngr-MIB +1 -1
M mibs/ciscosb/CISCOSB-rlBrgMulticast-MIB +14 -4
A mibs/ciscosb/CISCOSB-rldot1q-MIB +194
M mibs/ciscosb/CISCOSB-rlFft +3 -3
M mibs/ciscosb/CISCOSB-rlInterfaces +21 -10
M mibs/ciscosb/CISCOSB-rlIP-MIB +1 -1
M mibs/ciscosb/CISCOSB-rlLcli-MIB +1 -1
M mibs/ciscosb/CISCOSB-RMON +1 -1
M mibs/ciscosb/CISCOSB-rndMng +13 -1
A mibs/ciscosb/CISCOSB-ROUTEMAP-MIB +131
M mibs/ciscosb/CISCOSB-SCT-MIB +1 -1
M mibs/ciscosb/CISCOSB-SECSD-MIB +1 -1
M mibs/ciscosb/CISCOSB-SECURITY-SUITE +1 -1
M mibs/ciscosb/CISCOSB-SMARTPORTS-MIB +1 -1
M mibs/ciscosb/CISCOSB-SMON-MIB +1 -1
A mibs/ciscosb/CISCOSB-SNA-MIB +52
M mibs/ciscosb/CISCOSB-SNMP-MIB +3 -3
A mibs/ciscosb/CISCOSB-SPAN-MIB +260
M mibs/ciscosb/CISCOSB-SpecialBpdu-MIB +1 -1
M mibs/ciscosb/CISCOSB-SSH-MIB +1 -1
M mibs/ciscosb/CISCOSB-SSL +1 -1
M mibs/ciscosb/CISCOSB-STACK-MIB +22 -197
M mibs/ciscosb/CISCOSB-STORMCTRL-MIB +251 -39
M mibs/ciscosb/CISCOSB-SYSLOG-MIB +306 -1
M mibs/ciscosb/CISCOSB-SYSMNG-MIB +11 -6
M mibs/ciscosb/CISCOSB-TBI-MIB +1 -1
M mibs/ciscosb/CISCOSB-TELNET-MIB +1 -1
M mibs/ciscosb/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB +1 -1
M mibs/ciscosb/CISCOSB-TIMESYNCHRONIZATION-MIB +11 -1
M mibs/ciscosb/CISCOSB-TRACEROUTE-MIB +1 -1
M mibs/ciscosb/CISCOSB-TRAPS-MIB +94 -7
M mibs/ciscosb/CISCOSB-TRUNK-MIB +8 -2
M mibs/ciscosb/CISCOSB-Tuning +53 -1
M mibs/ciscosb/CISCOSB-TUNNEL-MIB +1 -1
M mibs/ciscosb/CISCOSB-UDLD-MIB +9 -2
M mibs/ciscosb/CISCOSB-UDP +1 -1
M mibs/ciscosb/CISCOSB-vlan-MIB +392 -2
M mibs/ciscosb/CISCOSB-vlanVoice-MIB +1 -1
M mibs/ciscosb/CISCOSB-VRRP +46 -4
M mibs/ciscosb/CISCOSB-WBA-MIB +1 -1
M mibs/ciscosb/CISCOSB-WeightedRandomTailDrop-MIB +1 -1
A mibs/ciscosb/CISCOSBLAN1-MIB +361
M mibs/ciscosb/CISCOSMB-MIB +1 -1
M mibs/ciscosb/ENTITY-SENSOR-MIB +3 -3
M mibs/ciscosb/VRRPV3-MIB +3 -3
📈 0 added 📉 0 removed

💻 r9153 ADD

Adam Armstrong 🐸 • 2018-03-27 19:07
Add Innovaphone def and logo
Files changed (3)
A html/images/os/innovaphone_2x.png +1
A html/images/os/innovaphone.png +1
M includes/definitions/os.inc.php +7
📈 9 added 📉 0 removed

💻 r9152 ADD

Adam Armstrong 🐸 • 2018-03-27 18:29
Add missing OS images
Files changed (4)
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
📈 4 added 📉 0 removed

💻 r9151 ADD

Adam Armstrong 🐸 • 2018-03-27 18:04
Add sensatronics e4 temperature sensors
Files changed (8)
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

💻 r9150 FIX

Adam Armstrong 🐸 • 2018-03-27 13:01
Fix multioid auth when using wildcard ip range auth
Files changed (1)
M html/includes/graphs/multi-customoid/auth.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9149 TRIVIAL

Mike Stupalov 🐱 • 2018-03-27 12:38
Prevent double escape value.
Files changed (1)
M html/pages/settings/default.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9148 TRIVIAL

Mike Stupalov 🐱 • 2018-03-27 12:01
Restore configured debug for syslog.
Files changed (1)
M syslog.php +5 -5
📈 5 added 📉 5 removed

💻 r9147 MINOR

Mike Stupalov 🐱 • 2018-03-27 11:58
Reload syslog rules, when contact associations changed. Reload sql config when syslog configuration changed in WUI.
Files changed (6)
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

💻 r9146 TRIVIAL

Mike Stupalov 🐱 • 2018-03-26 20:28
Fixed hidden password fields (correctly escape form values).
Files changed (2)
M html/includes/print/search.inc.php +12 -10
M mibs/ubiquiti/UBNT-MIB +1
📈 12 added 📉 10 removed

💻 r9145 IMPROVE

Adam Armstrong 🐸 • 2018-03-26 17:54
Add ability to switch between stacked and unstacked processor graphs for unix devices.
Files changed (6)
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

💻 r9144 FIX

Adam Armstrong 🐸 • 2018-03-26 17:39
Fix incorrect divisor for some graph types
Files changed (3)
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

💻 r9143 ADD

Adam Armstrong 🐸 • 2018-03-26 17:06
A few more CME statuses
Files changed (1)
M includes/definitions/mibs/ibm.inc.php +19
📈 19 added 📉 0 removed

💻 r9142 ADD

Adam Armstrong 🐸 • 2018-03-26 16:37
Additional IBM CME metrics
Files changed (1)
M includes/definitions/mibs/ibm.inc.php +50
📈 50 added 📉 0 removed

💻 r9141 FIX

Adam Armstrong 🐸 • 2018-03-26 15:57
Fix form generation use of values.
Files changed (1)
M html/includes/print/search.inc.php +5 -5
📈 5 added 📉 5 removed

💻 r9140 MINOR

Mike Stupalov 🐱 • 2018-03-26 15:51
Updated query builder to latest version. Added ability for use optgroup for entity and device lists.
Files changed (3)
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

💻 r9139

Mike Stupalov 🐱 • 2018-03-26 12:36
derp, debug.
Files changed (1)
M includes/definitions/entities.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r9138 TRIVIAL

Mike Stupalov 🐱 • 2018-03-26 12:32
Fixed in qb duplicate entries, added boolean type, added disabled devices rule. Small fix for width in conditions.
Files changed (3)
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

💻 r9137 IMPROVE

Adam Armstrong 🐸 • 2018-03-26 11:52
Auto-rebuild group on add/edit. Add expanded alert_checkers to navbar.
Files changed (5)
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

💻 r9136 TRIVIAL

Mike Stupalov 🐱 • 2018-03-26 11:40
Return selectpicker css change as previus (removed shadow).
Files changed (2)
M html/css/bootstrap-select.css +8
M html/css/observium.css +8
📈 0 added 📉 0 removed

💻 r9135 TRIVIAL

Mike Stupalov 🐱 • 2018-03-26 11:34
Updated bootstrap-select to latest for fix issue in qb (with select picked values).
Files changed (4)
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

💻 r9134 FIX

Adam Armstrong 🐸 • 2018-03-26 11:32
Make change field name from deleted to tunnel_deleted for ipsec_tunnels
Files changed (3)
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
📈 5 added 📉 4 removed

💻 r9133 TRIVIAL

Mike Stupalov 🐱 • 2018-03-25 14:43
QB form livesearch for values count more than 7 only.
Files changed (1)
M html/js/query-builder.js +2 -1
📈 0 added 📉 0 removed

💻 r9132

Mike Stupalov 🐱 • 2018-03-24 16:17
derp. missed file for previus commit.
Files changed (1)
M includes/groups.inc.php +20 -10
📈 20 added 📉 10 removed

💻 r9131 MINOR

Mike Stupalov 🐱 • 2018-03-24 16:16
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.
Files changed (3)
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

💻 r9130 TRIVIAL

Mike Stupalov 🐱 • 2018-03-24 16:13
Detect snmp v3 password error code.
Files changed (1)
M includes/snmp.inc.php +6 -1
📈 6 added 📉 1 removed

💻 r9129 FIX

Adam Armstrong 🐸 • 2018-03-24 03:23
Fix correct group count
Files changed (1)
M html/includes/navbar.inc.php +731 -646
📈 731 added 📉 646 removed

💻 r9128 ADD

Adam Armstrong 🐸 • 2018-03-24 02:06
Add reset/restore rules buttons to group add/edit.
Files changed (3)
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

💻 r9127 FIX

Adam Armstrong 🐸 • 2018-03-24 01:16
Remove more debugging.
Files changed (1)
M includes/groups.inc.php +4 -3
📈 4 added 📉 3 removed

💻 r9126 FIX

Adam Armstrong 🐸 • 2018-03-23 23:47
Remove debugging.
Files changed (2)
M html/includes/group_edit.inc.php +28 -26
M includes/groups.inc.php +1 -1
📈 29 added 📉 27 removed

💻 r9125 TRIVIAL

Mike Stupalov 🐱 • 2018-03-23 12:53
Do not show syslog-ng hex tags.
Files changed (1)
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9124 TRIVIAL

Mike Stupalov 🐱 • 2018-03-23 12:17
Disable page refresh on group edit page.
Files changed (1)
M includes/definitions/wui.inc.php +1
📈 1 added 📉 0 removed

💻 r9123 FIX

Adam Armstrong 🐸 • 2018-03-23 11:20
Fix JS
Files changed (1)
M html/includes/group_edit.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9122 ADD

Adam Armstrong 🐸 • 2018-03-23 10:43
Add Mempools to API
Files changed (1)
A html/api/v0/includes/mempools.inc.php +47
📈 47 added 📉 0 removed

💻 r9121 IMPROVE

Adam Armstrong 🐸 • 2018-03-23 10:42
Improve BGP support
Files changed (25)
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
📈 604 added 📉 501 removed

💻 r9120 TRIVIAL

Mike Stupalov 🐱 • 2018-03-23 10:33
Improved parse program/tag for mikrotik syslogs. Improved syslog unittests.
Files changed (3)
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

💻 r9119 FIX

Adam Armstrong 🐸 • 2018-03-22 20:50
Use ntpq not ntpdc.
Files changed (1)
M scripts/agent-local/ntpd +2 -2
📈 2 added 📉 2 removed

💻 r9118 FIX

Adam Armstrong 🐸 • 2018-03-22 20:36
Real images
Files changed (2)
A html/images/apps/nfsd_2x.png +1
A html/images/apps/nfsd.png +1
📈 2 added 📉 0 removed

💻 r9117

Adam Armstrong 🐸 • 2018-03-22 20:36
remove stupid goddamn symlinks (DO NOT PUT SYMLINKS IN THE REPO)
Files changed (2)
D html/images/apps/nfsd_2x.png -2
D html/images/apps/nfsd.png -2
📈 0 added 📉 4 removed

💻 r9116 TRIVIAL

Mike Stupalov 🐱 • 2018-03-22 14:24
Added option for set maximum displayed config revisions in rancid.
Files changed (3)
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

💻 r9115 TRIVIAL

Mike Stupalov 🐱 • 2018-03-22 14:03
Extended config variable for rancid version in wui.
Files changed (1)
M includes/config-variables.inc.php +9 -1
📈 9 added 📉 1 removed

💻 r9114 MINOR

Mike Stupalov 🐱 • 2018-03-22 13:52
Improved generate-rancid.php script. Added multiple per-version rancid os map definitions (for new oses supported by rancid).
Files changed (2)
M includes/definitions.inc.php +36 -11
M scripts/generate-rancid.php +47 -7
📈 83 added 📉 18 removed

💻 r9113

Mike Stupalov 🐱 • 2018-03-21 14:35
derp..
Files changed (1)
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9112 TRIVIAL

Mike Stupalov 🐱 • 2018-03-21 14:33
Do not show old numeric syslog tags.
Files changed (1)
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9111 MAJOR

Mike Stupalov 🐱 • 2018-03-21 14:25
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.
Files changed (8)
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
📈 950 added 📉 222 removed

💻 r9110 TRIVIAL

Mike Stupalov 🐱 • 2018-03-20 07:40
Fixed escape single quotes in values for query builder.
Files changed (1)
M includes/groups.inc.php +6 -1
📈 6 added 📉 1 removed

💻 r9109 FIX

Adam Armstrong 🐸 • 2018-03-19 15:50
Remove debugging leftover.
Files changed (1)
M html/includes/status-portpercent.inc.php -5
📈 0 added 📉 5 removed

💻 r9108 FIX

Adam Armstrong 🐸 • 2018-03-19 14:03
Fix function def
Files changed (1)
M includes/common.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9107 FIX

Adam Armstrong 🐸 • 2018-03-19 13:04
Missing SQL update.
Files changed (4)
M includes/snmp.inc.php -1
M update/366.php +1 -32
A update/367.sql +1
A update/368.php +34
📈 36 added 📉 33 removed

💻 r9106 ADD

Adam Armstrong 🐸 • 2018-03-19 13:01
oops
Files changed (1)
M includes/groups.inc.php +267 -4
📈 267 added 📉 4 removed

💻 r9105 ADD

Adam Armstrong 🐸 • 2018-03-19 13:01
New group rule engine and format
Files changed (12)
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

💻 r9104 ADD

Adam Armstrong 🐸 • 2018-03-19 12:59
Add JS
Files changed (6)
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

💻 r9103 ADD

Adam Armstrong 🐸 • 2018-03-19 01:29
Add Global IPv6 stats for J with placeholder graphs.
Files changed (4)
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

💻 r9102 ADD

Adam Armstrong 🐸 • 2018-03-18 19:32
Also collect v6 counters from J
Files changed (6)
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

💻 r9101 TRIVIAL

Mike Stupalov 🐱 • 2018-03-18 08:28
Added config option for IP-MIB::ipIfStats (enabled by default). Simplify ports modules fetch from config instead hard-code.
Files changed (4)
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

💻 r9100 ADD

Adam Armstrong 🐸 • 2018-03-18 05:42
Add ipv6 stats indicator to port rows
Files changed (3)
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

💻 r9099 FIX

Adam Armstrong 🐸 • 2018-03-18 05:12
Better RRD filenames for v6 stats
Files changed (4)
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

💻 r9098 ADD

Adam Armstrong 🐸 • 2018-03-18 05:08
IPv6 counters
Files changed (6)
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

💻 r9097 TRIVIAL

Mike Stupalov 🐱 • 2018-03-17 10:42
Fixed create new contact from pages other than contacts page (OBS-2624).
Files changed (1)
M html/includes/contacts-navbar.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9096 TRIVIAL

Mike Stupalov 🐱 • 2018-03-17 08:21
Revert incorrect warning about mcrypt module (when sodium used).
Files changed (1)
M html/index.php +6 -3
📈 6 added 📉 3 removed

💻 r9095 FIX

Adam Armstrong 🐸 • 2018-03-16 23:59
Fix duplicate cookies and repeatedly setting session cache.
Files changed (2)
M html/includes/functions.inc.php +37
M html/index.php +5 -6
📈 42 added 📉 6 removed

💻 r9094

Mike Stupalov 🐱 • 2018-03-15 13:15
derp.
Files changed (1)
M html/includes/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9093 MAJOR

Mike Stupalov 🐱 • 2018-03-15 13:10
Improved encryption functions. Switched to faster implementation for php 7.2 with sodim extension.
Files changed (10)
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

💻 r9092 ADD

Adam Armstrong 🐸 • 2018-03-14 20:55
Add ZyXEL ES Voltages
Files changed (1)
M includes/definitions/mibs/zyxel.inc.php +9
📈 9 added 📉 0 removed

💻 r9091 ADD

Adam Armstrong 🐸 • 2018-03-14 20:20
Add ZyXEL ES Temperatures
Files changed (2)
M includes/definitions/mibs/zyxel.inc.php +16
M includes/definitions/os.inc.php +1
📈 17 added 📉 0 removed

💻 r9090 TRIVIAL

Mike Stupalov 🐱 • 2018-03-14 19:14
Temporary disable generate rss feed url.
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r9089 MAJOR

Mike Stupalov 🐱 • 2018-03-14 18:07
Removed mcrypt dependency for php >= 7.0. Improved crypto functions with new library Defuse\Crypto. Updated unit tests.
Files changed (29)
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
📈 350 added 📉 222 removed

💻 r9088 TRIVIAL

Mike Stupalov 🐱 • 2018-03-14 13:37
Also removed old api pages.
Files changed (3)
A attic/html/pages
A attic/html/pages/api
D html/pages/api
📈 0 added 📉 0 removed

💻 r9087 TRIVIAL

Mike Stupalov 🐱 • 2018-03-14 13:29
Removed old unmainteined api code, since it have security and compatability troubles (moved to attic).
Files changed (7)
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

💻 r9086 TRIVIAL

Mike Stupalov 🐱 • 2018-03-14 12:54
Improved detect Accedian devices (OBS-2621). Undebug.
Files changed (2)
M includes/definitions/os.inc.php +1
M includes/discovery/sensors.inc.php +1 -1
📈 2 added 📉 1 removed

💻 r9085 IMPROVE

Adam Armstrong 🐸 • 2018-03-13 18:28
Multiple improvements and fixes.
Files changed (16)
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

💻 r9084 TRIVIAL

Mike Stupalov 🐱 • 2018-03-12 16:08
Other way for detect syslog device for localhost IPs.
Files changed (1)
M includes/syslog.inc.php +18 -2
📈 18 added 📉 2 removed

💻 r9083 TRIVIAL

Mike Stupalov 🐱 • 2018-03-12 12:10
Always clean pagination vars from form action url (OBS-2167).
Files changed (1)
M html/includes/print/search.inc.php +5
📈 5 added 📉 0 removed

💻 r9082 TRIVIAL

Mike Stupalov 🐱 • 2018-03-12 10:39
More accurate detect syslog host by IP (skip disabled/down devices), when multiple same IP in DB.
Files changed (1)
M includes/syslog.inc.php +25 -5
📈 25 added 📉 5 removed

💻 r9081 ADD

Adam Armstrong 🐸 • 2018-03-10 15:12
Add APC masterswtich.
Files changed (1)
M includes/definitions/mibs/apc.inc.php +14 -1
📈 14 added 📉 1 removed

💻 r9080 MIBS

Adam Armstrong 🐸 • 2018-03-10 01:55
Update Cisco and APC MIBs
Files changed (2)
M mibs/apc/PowerNet-MIB +699 -29
M mibs/cisco/CISCO-LWAPP-SYS-MIB +2,964 -1,059
📈 0 added 📉 0 removed

💻 r9079 TRIVIAL

Mike Stupalov 🐱 • 2018-03-07 07:42
Clean latest Forcepoint mib definitions. Improved detect Edgecore devices, correctly binding by models definitions.
Files changed (7)
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

💻 r9078 ADD

Adam Armstrong 🐸 • 2018-03-06 18:39
Add support for ECS4120.
Files changed (4)
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

💻 r9077 ADD

Adam Armstrong 🐸 • 2018-03-06 14:16
Add basic detection and support for Forcepoint firewalls.
Files changed (9)
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
📈 21 added 📉 0 removed

💻 r9076 TRIVIAL

Mike Stupalov 🐱 • 2018-03-06 10:39
Fixed detect Ubiquiti Unify APs with new firmware (OBS-2611). Improved detect Raisecom ISCOM devices.
Files changed (2)
M includes/definitions/os.inc.php +11 -2
M tests/SnmpDataTest.php +2
📈 13 added 📉 2 removed

💻 r9075 TRIVIAL

Mike Stupalov 🐱 • 2018-03-05 14:43
Fixed detect Ubiquiti EdgeSwitch XP (OBS-2603).
Files changed (5)
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

💻 r9074 ADD

Adam Armstrong 🐸 • 2018-03-05 14:32
Add device AP count graph for Cisco LWAPP
Files changed (4)
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

💻 r9072

Tom Laermans 🦔 • 2018-03-01 10:05
Minor: add storage ignore configuration variables to web UI
Files changed (1)
M includes/config-variables.inc.php +22
📈 22 added 📉 0 removed

💻 r9071 ADD

Adam Armstrong 🐸 • 2018-02-21 18:11
Add collection of APC outlet statuses
Files changed (1)
M includes/definitions/mibs/apc.inc.php +16
📈 16 added 📉 0 removed

💻 r9070 ADD

Adam Armstrong 🐸 • 2018-02-21 16:08
Add operating mode status entry for DSE
Files changed (1)
M includes/definitions/mibs/dse.inc.php +12
📈 12 added 📉 0 removed

💻 r9069 ADD

Adam Armstrong 🐸 • 2018-02-20 20:48
Add support for DSE devices
Files changed (6)
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
📈 67 added 📉 5 removed

💻 r9068 ADD

Adam Armstrong 🐸 • 2018-02-18 17:24
Add Riello Netman definition
Files changed (1)
M includes/definitions/os.inc.php +15 -1
📈 15 added 📉 1 removed

💻 r9067 ADD

Adam Armstrong 🐸 • 2018-02-18 16:57
Add Generic UPS entry for shitboxes with UPS-MIB
Files changed (1)
M includes/definitions/os.inc.php +16
📈 16 added 📉 0 removed

💻 r9066 FIX

Adam Armstrong 🐸 • 2018-02-18 11:43
Fix Printersupplies percentbar label bug.
Files changed (1)
M html/pages/device/overview/printersupplies.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r9065 ADD

Adam Armstrong 🐸 • 2018-02-16 19:44
Add additional discovery rule for Ligo devices
Files changed (1)
M includes/definitions/os.inc.php +8
📈 8 added 📉 0 removed

💻 r9064 FIX

Adam Armstrong 🐸 • 2018-02-16 19:11
Fix correctly generating rates for BGP stats.
Files changed (1)
M includes/polling/bgp-peers.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9063 IMPROVE

Adam Armstrong 🐸 • 2018-02-16 19:07
Add additional metrics to BGP peer alerting
Files changed (1)
M includes/polling/bgp-peers.inc.php +9 -2
📈 9 added 📉 2 removed

💻 r9062 ADD

Adam Armstrong 🐸 • 2018-02-15 13:45
Add SMS Envoi alert transport
Files changed (3)
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

💻 r9061 FIX

Adam Armstrong 🐸 • 2018-02-15 09:16
Fix Cisco CBQoS poller to correctly remove non-existent QoS entries
Files changed (1)
M includes/discovery/cisco-cbqos.inc.php +17 -3
📈 17 added 📉 3 removed

💻 r9060 IMPROVE

Adam Armstrong 🐸 • 2018-02-14 19:33
Improve detection of "online" MG UPS
Files changed (1)
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r9059 FIX

Adam Armstrong 🐸 • 2018-02-14 18:23
Remove disused file
Files changed (1)
D includes/polling/os/gcom.inc.php -19
📈 0 added 📉 19 removed

💻 r9058 IMPROVE

Adam Armstrong 🐸 • 2018-02-14 18:07
Add SLA entity type graph title array
Files changed (1)
M html/includes/graphs/sla/auth.inc.php +9
📈 9 added 📉 0 removed

💻 r9057 IMPROVE

Adam Armstrong 🐸 • 2018-02-14 17:47
Improve GCOM support OBS-2595
Files changed (5)
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

💻 r9056 ADD

Adam Armstrong 🐸 • 2018-02-14 09:33
Add new Mikrotik sensors
Files changed (1)
M includes/definitions/mibs/mikrotik.inc.php +23 -2
📈 23 added 📉 2 removed

💻 r9055 FIX

Adam Armstrong 🐸 • 2018-02-13 23:50
Fix typo in eltek definition
Files changed (2)
M includes/definitions/mibs.inc.php +4 -4
M includes/definitions/mibs/eltek.inc.php +4 -4
📈 8 added 📉 8 removed

💻 r9054 FIX

Adam Armstrong 🐸 • 2018-02-13 23:48
Fix alert state translations for liebert and rittal MIBs
Files changed (2)
M includes/definitions/mibs/liebert.inc.php +2 -2
M includes/definitions/mibs/rittal.inc.php +13 -13
📈 15 added 📉 15 removed

💻 r9053 FIX

Adam Armstrong 🐸 • 2018-02-13 23:46
Minor fix to raisecom support
Files changed (1)
M includes/definitions/mibs/raisecom.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9052 ADD

Adam Armstrong 🐸 • 2018-02-13 03:12
Add support for some sensors and inventory from raisecom devices. Fix some sensor descr parsing cludgery.
Files changed (7)
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

💻 r9051 ADD

Adam Armstrong 🐸 • 2018-02-13 02:17
Add Raisecom MIBs
Files changed (9)
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

💻 r9050 ADD

Adam Armstrong 🐸 • 2018-02-12 21:59
Add DSE 892 MIB
Files changed (2)
A mibs/dse
A mibs/dse/DSE-892 +2,183
📈 0 added 📉 0 removed

💻 r9049 MINOR

Adam Armstrong 🐸 • 2018-02-08 20:05
Added sysDescr/os fields to device searching.
Files changed (1)
M html/includes/search/devices.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r9048 MIB

Adam Armstrong 🐸 • 2018-02-08 19:38
Files changed (1)
A mibs/sophos/SOPHOS-MIB +656
📈 0 added 📉 0 removed

💻 r9047 FIX

Adam Armstrong 🐸 • 2018-02-08 19:34
Fix ioping app so it actually works. :)
Files changed (5)
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

💻 r9046 FIX

Adam Armstrong 🐸 • 2018-02-08 16:30
Fix device link being clickable on syslog alerts. Also direct link to device's syslog alerts page.
Files changed (2)
M includes/syslog.inc.php +1 -1
M syslog.php +2
📈 3 added 📉 1 removed

💻 r9045 ADD

Adam Armstrong 🐸 • 2018-02-08 01:48
Add documentation images
Files changed (3)
A html/images/doc
A html/images/doc/add_graph_1.png +1
A html/images/doc/add_graph_2.png +1
📈 2 added 📉 0 removed

💻 r9044 FIX

Adam Armstrong 🐸 • 2018-02-08 01:46
Commit index.php changes to allow hiding of side panel
Files changed (1)
M html/index.php +26 -23
📈 26 added 📉 23 removed

💻 r9043 ADD

Adam Armstrong 🐸 • 2018-02-08 01:43
Definitions updates
Files changed (2)
M includes/definitions.inc.php +1
M includes/definitions/wui.inc.php +3
📈 4 added 📉 0 removed

💻 r9042 ADD

Adam Armstrong 🐸 • 2018-02-08 01:42
Add dashboarding tables
Files changed (1)
A update/364.sql +7
📈 7 added 📉 0 removed

💻 r9041 ADD

Adam Armstrong 🐸 • 2018-02-08 01:40
Add dashboard page code
Files changed (1)
A html/pages/dashboard.inc.php +419
📈 419 added 📉 0 removed

💻 r9040 ADD

Adam Armstrong 🐸 • 2018-02-08 01:39
Add WiP dashboarding system
Files changed (8)
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

💻 r9039 TRIVIAL

Mike Stupalov 🐱 • 2018-02-07 12:53
Reset device icon and type, when detected device OS changed (OBS-2577).
Files changed (2)
M includes/discovery/functions.inc.php +12 -2
M includes/discovery/os.inc.php +15 -3
📈 27 added 📉 5 removed

💻 r9038 SQL

Adam Armstrong 🐸 • 2018-02-07 03:02
Update Wifi tables to current dev schema
Files changed (1)
A update/363.sql +12
📈 12 added 📉 0 removed

💻 r9037 FIX

Adam Armstrong 🐸 • 2018-02-05 15:35
Move navbar generation functions to correct file.
Files changed (2)
M html/includes/navbar.inc.php -154
M html/includes/print/navbar.inc.php +157
📈 157 added 📉 154 removed

💻 r9036

Tom Laermans 🦔 • 2018-02-05 09:43
Trivial: remove debug output
Files changed (1)
M html/pages/device/graphs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9035 FIX

Adam Armstrong 🐸 • 2018-02-04 22:01
Missing function.
Files changed (1)
M html/includes/functions.inc.php +45
📈 45 added 📉 0 removed

💻 r9034 IMPROVE

Adam Armstrong 🐸 • 2018-02-04 21:57
Work to unify generation of navbars between main navbar and in-page navbars.
Files changed (3)
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

💻 r9033 TRIVIAL

Mike Stupalov 🐱 • 2018-02-04 09:39
Small improve display ordering for device graphs. Show discover protocol for port neighbours on device->ports page.
Files changed (3)
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

💻 r9032 MINOR

Mike Stupalov 🐱 • 2018-02-03 19:48
Added detect statuses for Ciena devices by CIENA-WS-ALARM-MIB. Improved detect vmware os. (OBS-2579).
Files changed (5)
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

💻 r9031 MINOR

Mike Stupalov 🐱 • 2018-02-03 19:01
Improved sensors detect by RITTAL-CMC-III-MIB (OBS-2542).
Files changed (3)
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

💻 r9030 MAJOR

Mike Stupalov 🐱 • 2018-02-03 14:58
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.
Files changed (10)
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

💻 r9029 TRIVIAL

Mike Stupalov 🐱 • 2018-02-03 08:48
Just script used for split mibs definitions.
Files changed (1)
A scripts/split-mib-definitions +189
📈 189 added 📉 0 removed

💻 r9028 MAJOR

Mike Stupalov 🐱 • 2018-02-03 08:47
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.
Files changed (186)
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
A includes/definitions/mibs/bluecoat.inc.php +58
A includes/definitions/mibs/broadcom.inc.php +89
A includes/definitions/mibs/brocade.inc.php +97
A includes/definitions/mibs/bsd.inc.php +27
A includes/definitions/mibs/calix.inc.php +21
A includes/definitions/mibs/cambium.inc.php +38
A includes/definitions/mibs/carel.inc.php +185
A includes/definitions/mibs/ccpower.inc.php +51
A includes/definitions/mibs/cdata.inc.php +86
A includes/definitions/mibs/ceragon.inc.php +22
A includes/definitions/mibs/checkpoint.inc.php +51
A includes/definitions/mibs/ciena.inc.php +21
A includes/definitions/mibs/cisco.inc.php +940
A includes/definitions/mibs/ciscosb.inc.php +46
A includes/definitions/mibs/citrix.inc.php +48
A includes/definitions/mibs/clavister.inc.php +21
A includes/definitions/mibs/colubris.inc.php +50
A includes/definitions/mibs/comet.inc.php +19
A includes/definitions/mibs/cradlepoint.inc.php +22
A includes/definitions/mibs/cyan.inc.php +91
A includes/definitions/mibs/cyclades.inc.php +23
A includes/definitions/mibs/d-link.inc.php +35
A includes/definitions/mibs/dasan.inc.php +34
A includes/definitions/mibs/datadomain.inc.php +38
A includes/definitions/mibs/ddn.inc.php +34
A includes/definitions/mibs/deliberant.inc.php +28
A includes/definitions/mibs/dell.inc.php +243
A includes/definitions/mibs/digipower.inc.php +42
A includes/definitions/mibs/dps.inc.php +34
A includes/definitions/mibs/eaton.inc.php +148
A includes/definitions/mibs/eds.inc.php +21
A includes/definitions/mibs/eltek.inc.php +150
A includes/definitions/mibs/eltex.inc.php +130
A includes/definitions/mibs/engenius.inc.php +26
A includes/definitions/mibs/enlogic.inc.php +40
A includes/definitions/mibs/enterasys.inc.php +20
A includes/definitions/mibs/eppc.inc.php +23
A includes/definitions/mibs/equallogic.inc.php +41
A includes/definitions/mibs/exalt.inc.php +25
A includes/definitions/mibs/extreme.inc.php +60
A includes/definitions/mibs/f5.inc.php +194
A includes/definitions/mibs/fastback.inc.php +34
A includes/definitions/mibs/fiberroad.inc.php +38
A includes/definitions/mibs/firebrick.inc.php +38
A includes/definitions/mibs/fireeye.inc.php +23
A includes/definitions/mibs/force10.inc.php +58
A includes/definitions/mibs/fortinet.inc.php +50
A includes/definitions/mibs/fscom.inc.php +62
A includes/definitions/mibs/gamatronic.inc.php +20
A includes/definitions/mibs/gcom.inc.php +31
A includes/definitions/mibs/ge.inc.php +91
A includes/definitions/mibs/geist.inc.php +249
A includes/definitions/mibs/gta.inc.php +20
A includes/definitions/mibs/gude.inc.php +38
A includes/definitions/mibs/h3c.inc.php +20
A includes/definitions/mibs/hh3c.inc.php +56
A includes/definitions/mibs/hikvision.inc.php +21
A includes/definitions/mibs/hirschmann.inc.php +105
A includes/definitions/mibs/hp.inc.php +258
A includes/definitions/mibs/huawei.inc.php +49
A includes/definitions/mibs/hwgroup.inc.php +58
A includes/definitions/mibs/ibm.inc.php +173
A includes/definitions/mibs/ict.inc.php +19
A includes/definitions/mibs/ignitenet.inc.php +20
A includes/definitions/mibs/infoblox.inc.php +32
A includes/definitions/mibs/ingrasys.inc.php +19
A includes/definitions/mibs/isilon.inc.php +61
A includes/definitions/mibs/itwatchdogs.inc.php +26
A includes/definitions/mibs/jacarta.inc.php +33
A includes/definitions/mibs/janitza.inc.php +46
A includes/definitions/mibs/jetnexus.inc.php +21
A includes/definitions/mibs/juniper.inc.php +143
A includes/definitions/mibs/junose.inc.php +24
A includes/definitions/mibs/kemp.inc.php +31
A includes/definitions/mibs/knuerr.inc.php +53
A includes/definitions/mibs/kyocera.inc.php +25
A includes/definitions/mibs/lancom.inc.php +36
A includes/definitions/mibs/lenovo.inc.php +21
A includes/definitions/mibs/liebert.inc.php +72
A includes/definitions/mibs/lsi.inc.php +41
A includes/definitions/mibs/megatec.inc.php +276
A includes/definitions/mibs/meinberg.inc.php +39
A includes/definitions/mibs/messpc.inc.php +23
A includes/definitions/mibs/microsens.inc.php +42
A includes/definitions/mibs/mikrotik.inc.php +50
A includes/definitions/mibs/mimosa.inc.php +25
A includes/definitions/mibs/mitel.inc.php +28
A includes/definitions/mibs/mitsubishi.inc.php +72
A includes/definitions/mibs/moxa.inc.php +32
A includes/definitions/mibs/mrv.inc.php +84
A includes/definitions/mibs/netapp.inc.php +51
A includes/definitions/mibs/netgear.inc.php +59
A includes/definitions/mibs/netonix.inc.php +83
A includes/definitions/mibs/netping.inc.php +53
A includes/definitions/mibs/netscreen.inc.php +28
A includes/definitions/mibs/nimble.inc.php +20
A includes/definitions/mibs/nortel.inc.php +46
A includes/definitions/mibs/nscrtv.inc.php +19
A includes/definitions/mibs/omnitron.inc.php +38
A includes/definitions/mibs/oneaccess.inc.php +33
A includes/definitions/mibs/opengear.inc.php +50
A includes/definitions/mibs/oracle.inc.php +26
A includes/definitions/mibs/packetflux.inc.php +26
A includes/definitions/mibs/paloalto.inc.php +35
A includes/definitions/mibs/papouch.inc.php +56
A includes/definitions/mibs/patton.inc.php +20
A includes/definitions/mibs/peplink.inc.php +32
A includes/definitions/mibs/perle.inc.php +44
A includes/definitions/mibs/pulsesecure.inc.php +24
A includes/definitions/mibs/qnap.inc.php +26
A includes/definitions/mibs/racktivity.inc.php +26
A includes/definitions/mibs/radlan.inc.php +102
A includes/definitions/mibs/radware.inc.php +20
A includes/definitions/mibs/raritan.inc.php +89
A includes/definitions/mibs/redback.inc.php +50
A includes/definitions/mibs/rittal.inc.php +38
A includes/definitions/mibs/riverbed.inc.php +50
A includes/definitions/mibs/ruckus.inc.php +86
A includes/definitions/mibs/saf.inc.php +39
A includes/definitions/mibs/senao.inc.php +21
A includes/definitions/mibs/sentry.inc.php +28
A includes/definitions/mibs/serverscheck.inc.php +28
A includes/definitions/mibs/smartoptics.inc.php +41
A includes/definitions/mibs/snr.inc.php +168
A includes/definitions/mibs/socomec.inc.php +116
A includes/definitions/mibs/sonicwall.inc.php +40
A includes/definitions/mibs/supermicro.inc.php +23
A includes/definitions/mibs/symbol.inc.php +22
A includes/definitions/mibs/synology.inc.php +140
A includes/definitions/mibs/teltonika.inc.php +47
A includes/definitions/mibs/tempalert.inc.php +28
A includes/definitions/mibs/teracom.inc.php +38
A includes/definitions/mibs/teradici.inc.php +41
A includes/definitions/mibs/trango.inc.php +38
A includes/definitions/mibs/trapeze.inc.php +58
A includes/definitions/mibs/trendmicro.inc.php +114
A includes/definitions/mibs/tripplite.inc.php +24
A includes/definitions/mibs/tsl.inc.php +20
A includes/definitions/mibs/ubiquiti.inc.php +142
A includes/definitions/mibs/vmware.inc.php +26
A includes/definitions/mibs/watchguard.inc.php +22
A includes/definitions/mibs/webgraph.inc.php +48
A includes/definitions/mibs/wowza.inc.php +21
A includes/definitions/mibs/wti.inc.php +20
A includes/definitions/mibs/wwp.inc.php +40
A includes/definitions/mibs/zhone.inc.php +60
A includes/definitions/mibs/zte.inc.php +33
A includes/definitions/mibs/zyxel.inc.php +54
M includes/definitions/models.inc.php +1 -1
M includes/discovery/sensors/nas-mib.inc.php +2 -2
M includes/discovery/sensors/serverscheck.inc.php +17 -5
M includes/include-dir.inc.php +5 -4
A includes/polling/os/ibm-bladecenter.inc.php +103
M includes/polling/system/wowza-streaming-engine-mib.inc.php +2 -2
A mibs/d-link/DNS345-MIB +319
D mibs/d-link/NAS-MIB -288
📈 10,542 added 📉 40 removed

💻 r9027 TRIVIAL

Mike Stupalov 🐱 • 2018-02-02 15:31
Fixed detect port_label_num for ports with colon in description.
Files changed (2)
M includes/rewrites.inc.php +11 -2
M tests/IncludesRewritesTest.php +2 -2
📈 13 added 📉 4 removed

💻 r9026 TRIVIAL

Mike Stupalov 🐱 • 2018-02-02 14:51
Use common replace for '/' in url for values in generate_url(), this prevent apache 404 error in link jump.
Files changed (1)
M html/includes/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9025 MINOR

Mike Stupalov 🐱 • 2018-02-02 13:24
Improved search ports by description.
Files changed (7)
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

💻 r9024 MIB

Mike Stupalov 🐱 • 2018-02-02 12:41
Added/updated nti and netapp mib files (no any additional support).
Files changed (5)
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

💻 r9023 ADD

Adam Armstrong 🐸 • 2018-02-01 15:31
Add testing InfluxDB export support.
Files changed (2)
M includes/functions.inc.php +1 -1
A includes/influx.inc.php +156
📈 157 added 📉 1 removed

💻 r9022 ADD

Adam Armstrong 🐸 • 2018-01-31 20:36
Add device availability graph to system graphs
Files changed (3)
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

💻 r9021 TRIVIAL

Mike Stupalov 🐱 • 2018-01-31 19:35
Fixed discovery sensors and hardware for some old Force10 S-Series devices.
Files changed (2)
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

💻 r9020 TRIVIAL

Mike Stupalov 🐱 • 2018-01-31 17:19
Fixed scale for Fortigate mempool. Moved hardware/version detect for ServersCheck to definitions.
Files changed (3)
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

💻 r9019 SQL

Adam Armstrong 🐸 • 2018-01-31 15:36
Set ifHighSpeed to be unsigned
Files changed (1)
A update/362.sql +1
📈 1 added 📉 0 removed

💻 r9018 TRIVIAL

Mike Stupalov 🐱 • 2018-01-31 11:58
Clear db errors about not exist PaGP db columns.
Files changed (3)
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

💻 r9017 MINOR

Mike Stupalov 🐱 • 2018-01-30 20:39
Added unit test for process_port_label(). Improved some port label renames. Removed direct calls to rename_ifname() from wui.
Files changed (13)
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

💻 r9016 TRIVIAL

Mike Stupalov 🐱 • 2018-01-30 13:58
Do not show sensor edit for deleted sensors.
Files changed (1)
M html/pages/device/edit/sensors.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9015 MIB

Adam Armstrong 🐸 • 2018-01-29 12:04
Add two additional ekinops MIBs
Files changed (2)
A mibs/ekinops/EKINOPS-Pm200fr20-MIB +13,693
A mibs/ekinops/EKINOPS-Pm200frs02-MIB +13,878
📈 0 added 📉 0 removed

💻 r9014 TRIVIAL

Mike Stupalov 🐱 • 2018-01-28 20:58
Added discovery sensors for Geist graveyard pdu device (OBS-2570).
Files changed (2)
M includes/definitions/mibs.inc.php +51
M includes/definitions/models.inc.php +1 -1
📈 52 added 📉 1 removed

💻 r9013 MAJOR

Mike Stupalov 🐱 • 2018-01-28 13:57
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.
Files changed (9)
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

💻 r9012 MIBS

Mike Stupalov 🐱 • 2018-01-28 13:54
Multiple mib files updated. Moved all used mibs to subdirs. Removed all old and duplicate mib files.
Files changed (525)
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
mibs/allied
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
A mibs/allied/AT-UDLD-MIB +74
A mibs/allied/AT-UWC-WLAN-SWITCH-MIB +17,390
M mibs/allied/AT-VCSTACK-MIB +793 -413
D mibs/alliedwareplus
D mibs/AP80-PRIVATE-MIB -3,693
A mibs/aperto
A mibs/aperto/DEVBASE-MIB +81
A mibs/aperto/DEVCONTROL-MIB +104
A mibs/aperto/DEVETHERNET-MIB +92
A mibs/aperto/DEVEVENT-MIB +98
A mibs/aperto/DEVFILTER-MIB +779
A mibs/aperto/DEVHW-MIB +80
A mibs/aperto/DEVNM-MIB +138
A mibs/aperto/DEVROUTE-MIB +336
A mibs/aperto/DEVSERVER-MIB +137
A mibs/aperto/DEVSW-MIB +105
A mibs/aperto/DEVTRAPS-MIB +629
D mibs/ARUBA-MGMT-MIB -139
D mibs/ARUBA-MIB -158
D mibs/ARUBA-TC -628
D mibs/ATM-DXI-MIB -210
D mibs/ATM-FORUM-ADDR-REG -270
D mibs/ATM-FORUM-ILMI40-MIB -2,118
D mibs/ATM-FORUM-M4-MIB -3,452
D mibs/ATM-FORUM-MIB -1,109
D mibs/ATM-FORUM-SNMP-M4-MIB -4,631
D mibs/ATM-FORUM-SRVC-REG -94
D mibs/ATM-FORUM-TC-MIB -137
D mibs/ATM-MIB -3,023
D mibs/ATM-TC-MIB -706
D mibs/ATMF-CES -901
D mibs/ATMF-CES-MIB -302
M mibs/audiocodes/AUDIOCODES-TYPES-MIB +1 -1
M mibs/avaya/G3-AVAYA-MIB -259
M mibs/avtech/ROOMALERT32E-MIB +1,007 -172
D mibs/BGP4-MIB -1,230
D mibs/BGP4V2-MIB -1,062
D mibs/BGP4V2-TC-MIB -65
M mibs/bintec/BIANCA-BRICK-FR-MIB -768
A mibs/bintec/BIANCA-BRICK-OSPF-ERR-MIB +221
M mibs/bintec/BIANCA-BRICK-OSPF-STAT-MIB -223
D mibs/bintec/BRIDGE-MIB -1,256
D mibs/bintec/CAPWAP-BASE-MIB -196
D mibs/bintec/IANA-RTPROTO-MIB -92
D mibs/bintec/IANAifType-MIB -355
D mibs/bintec/IEEE802dot11-MIB -6,448
D mibs/bintec/IF-MIB -1,778
D mibs/bintec/INET-ADDRESS-MIB -405
D mibs/bintec/IP-MIB -713
D mibs/bintec/IPMROUTE-STD-MIB -857
D mibs/bintec/SNMP-FRAMEWORK-MIB -524
D mibs/bintec/SNMP-USER-BASED-SM-MIB -906
D mibs/bintec/SNMP-USM-AES-MIB -65
D mibs/bintec/SNMPv2-MIB -829
D mibs/bintec/SNMPv2-SMI -957
D mibs/bintec/TCP-MIB -343
D mibs/bintec/UDP-MIB -142
D mibs/BLADETYPE2-ACL-MIB -1,297
D mibs/BLADETYPE2-NETWORK-MIB -10,537
D mibs/BLADETYPE2-PHYSICAL-MIB -4,720
D mibs/BLADETYPE2-QOS-MIB -1,339
D mibs/BLADETYPE2-SWITCH-MIB -5,381
D mibs/BLADETYPE2-TRAP-MIB -421
D mibs/BLADETYPE4-NETWORK-MIB -23,735
D mibs/BLADETYPE5-NETWORK-MIB -23,854
D mibs/BLADETYPE6-NETWORK-MIB -24,077
D mibs/BRIDGE-MIB -1,384
A mibs/broadbandforum
A mibs/broadbandforum/ATM-DXI-MIB +211
A mibs/broadbandforum/ATM-FORUM-ADDR-REG +288
A mibs/broadbandforum/ATM-FORUM-ILMI40-MIB +2,235
A mibs/broadbandforum/ATM-FORUM-M4-MIB +4,119
A mibs/broadbandforum/ATM-FORUM-MIB +1,257
A mibs/broadbandforum/ATM-FORUM-SNMP-M4-MIB +4,734
A mibs/broadbandforum/ATM-FORUM-SRVC-REG +112
A mibs/broadbandforum/ATM-FORUM-TC-MIB +188
A mibs/broadbandforum/ATMF-CES +924
A mibs/broadbandforum/ATMF-CES-MIB +305
A mibs/brocade/BROCADE-CONTEXT-MAPPING-MIB +188
M mibs/brocade/BROCADE-MAPS-MIB +1 -1
A mibs/brocade/BROCADE-SYSTEM-MIB +1,056
M mibs/brocade/BROCADE-VCS-MIB +1 -1
D mibs/brocade/SYSTEM-MIB -1,050
A mibs/brother
A mibs/brother/BROTHER-MIB +12,181
A mibs/cambium/CAMBIUM-PTP600-V2-MIB +3,400
A mibs/carel/DataAire-dap4-al-MIB +1,977
D mibs/CENTRECOM-MIB -1,239
A mibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR-MIB +572
D mibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR.MIB -558
M mibs/cisco/CISCO-PRODUCTS-MIB +18 -1
A mibs/cisco/MPLS-VPN-MIB +1,763
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-DIGITALKEYMANAGE-MIB +3 -3
M mibs/ciscosb/CISCOSB-IPSTDACL-MIB +3 -3
M mibs/ciscosb/CISCOSB-rlBrgMulticast-MIB +1,217 -386
M mibs/ciscosb/CISCOSB-rlFft +3 -3
M mibs/ciscosb/CISCOSB-STACK-MIB +51 -129
M mibs/ciscosb/CISCOSB-VRRP +3 -3
A mibs/comet
A mibs/comet/P8510-MIB +141
D mibs/COMMUNITY-MIB -130
D mibs/CONFIG-MIB -2,841
A mibs/d-link/DAP-3520-v115 +7,986
M mibs/d-link/DES3010F-L2MGMT-MIB +201 -11
M mibs/d-link/DES3010FL-L2MGMT-MIB +201 -11
M mibs/d-link/DES3010g-L2MGMT-MIB +201 -11
M mibs/d-link/DES3016-L2MGMT-MIB +135 -17
M mibs/d-link/DES3018-L2MGMT-MIB +200 -11
M mibs/d-link/DES3026-L2MGMT-MIB +200 -9
M mibs/d-link/DLINK-ID-REC-MIB +1
M mibs/d-link/DLINK-MCB-MIB +2 -4
A mibs/d-link/DLINK-PORT-SECURITY-MIB +473
A mibs/d-link/DLINK-SWPRIMGMT-MIB +30
A mibs/d-link/DLINKSW-ENTITY-EXT-MIB +916
A mibs/d-link/DLINKSW-IP-FILTER-MIB +807
A mibs/d-link/DLINKSW-SYSLOG-MIB +800
A mibs/d-link/DLINKSW-SYSTEM-FILE-MIB +772
A mibs/d-link/DWL-3200 +7,026
A mibs/d-link/SURVEILLANCE-VLAN-MIB +326
M mibs/d-link/SWDES3528-52PRIMGMT-MIB +4
D mibs/DataAire-dap4-al-MIB -1,966
D mibs/dell/COMPELLENT-MIB -2,950
D mibs/DEVBASE-MIB -80
D mibs/DEVCONTROL-MIB -103
D mibs/DEVETHERNET-MIB -92
D mibs/DEVEVENT-MIB -97
D mibs/DEVFILTER-MIB -779
D mibs/DEVHW-MIB -79
D mibs/DEVNM-MIB -138
D mibs/DEVROUTE-MIB -335
D mibs/DEVSERVER-MIB -137
D mibs/DEVSW-MIB -104
D mibs/DEVTRAPS-MIB -628
D mibs/DIAL-CONTROL-MIB -1,237
D mibs/DIFFSERV-DSCP-TC -68
D mibs/DIFFSERV-MIB -3,469
D mibs/DISMAN-EVENT-MIB -1,825
D mibs/DISMAN-NSLOOKUP-MIB -445
D mibs/DISMAN-PING-MIB -1,140
D mibs/DISMAN-SCHEDULE-MIB -676
D mibs/DISMAN-SCRIPT-MIB -1,723
D mibs/DISMAN-TRACEROUTE-MIB -1,316
D mibs/dlink
D mibs/DLSW-MIB -3,287
D mibs/DNS-RESOLVER-MIB -1,199
D mibs/DNS-SERVER-MIB -1,080
D mibs/DOCS-IF-MIB -5,255
D mibs/DOT3-OAM-MIB -2,227
D mibs/DRAFT-MSDP-MIB -1,059
D mibs/DS1-MIB -2,101
D mibs/DS3-MIB -1,769
D mibs/DVMRP-MIB -828
D mibs/ELH100-MIB -1,746
D mibs/ENTITY-MIB -1,444
D mibs/ENTITY-SENSOR-MIB -446
D mibs/ESO-CONSORTIUM-MIB -167
D mibs/EtherLike-MIB -1,862
A mibs/extreme/EXTREME-CABLE-MIB +503
M mibs/extreme/XEDIA-REG -716
A mibs/extreme/XEDIA-TRAFFIC-MGMT-MIB +741
D mibs/FC-MGMT-MIB -2,171
D mibs/FDDI-SMT73-MIB -2,140
D mibs/FDRY-ACL-MIB -312
D mibs/FDRY-DAI-MIB -273
D mibs/FDRY-DHCP-SNOOPING-MIB -270
D mibs/FDRY-DNS2-MIB -190
D mibs/FDRY-IP-SOURCE-GUARD-MIB -253
D mibs/FDRY-IPV6-IP-MIB -70
D mibs/FDRY-MPLS-L2VPN-MIB -875
D mibs/FDRY-POE-MIB -320
D mibs/FDRY-RADIUS-MIB -191
D mibs/FDRY-SNTP-MIB -144
D mibs/FDRY-TACACS-MIB -160
D mibs/FDRY-TRAP-MIB -190
D mibs/FIBRE-CHANNEL-FE-MIB -1,794
D mibs/FR-MFR-MIB -884
D mibs/FRAME-RELAY-DTE-MIB -1,004
D mibs/FROGFOOT-RESOURCES-MIB -346
D mibs/GARP-MIB -367
A mibs/geist/GEIST-QUETZAL-MIB +1,454
M mibs/geist/GEIST-V4-MIB +205 -21
A mibs/geist/GEIST-V5-MIB +3,425
D mibs/GMPLS-LSR-STD-MIB -503
D mibs/GMPLS-TC-STD-MIB -127
D mibs/GMPLS-TE-STD-MIB -1,718
A mibs/gnome
D mibs/GNOME-PRODUCT-ZEBRA-MIB -78
D mibs/GNOME-SMI -87
A mibs/gnome/GNOME-PRODUCT-ZEBRA-MIB +78
A mibs/gnome/GNOME-SMI +88
D mibs/HC-PerfHist-TC-MIB -221
D mibs/HCNUM-TC -118
D mibs/HDSL2-SHDSL-LINE-MIB -2,282
D mibs/HOST-RESOURCES-MIB -1,489
D mibs/HOST-RESOURCES-TYPES -385
A mibs/hp/BLADETYPE2-ACL-MIB +1,321
A mibs/hp/BLADETYPE2-NETWORK-MIB +10,617
A mibs/hp/BLADETYPE2-PHYSICAL-MIB +4,795
A mibs/hp/BLADETYPE2-QOS-MIB +1,352
A mibs/hp/BLADETYPE2-SWITCH-MIB +5,441
A mibs/hp/BLADETYPE2-TRAP-MIB +435
A mibs/hp/BLADETYPE5-NETWORK-MIB +24,113
A mibs/hp/BLADETYPE6-NETWORK-MIB +24,337
A mibs/hp/WANSTATS-MIB +6,671
D mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB -123
D mibs/IANA-CHARSET-MIB -344
D mibs/IANA-GMPLS-TC-MIB -289
D mibs/IANA-LANGUAGE-MIB -123
D mibs/IANA-MAU-MIB -903
D mibs/IANA-PRINTER-MIB -1,284
D mibs/IANA-PWE3-MIB -115
D mibs/IANA-RTPROTO-MIB -87
D mibs/IANAifType-MIB -647
A mibs/ibm/IBM-BCM-MIB +1,186
A mibs/ibm/IBM-ELAN-MIB +312
A mibs/ibm/IBM-LES-BUS-MIB +823
A mibs/ibm/IBM-LES-LECS-MIB +260
M mibs/ibm/NWAYSMSS-MIB -2,093
D mibs/ICF-ETWIST -4,700
D mibs/ICF-VG-RPTR -1,625
D mibs/IEEE8021-BRIDGE-MIB -2,221
D mibs/IEEE8021-CFM-MIB -3,746
D mibs/IEEE8021-CFM-V2-MIB -968
D mibs/IEEE8021-PAE-MIB -1,866
D mibs/IEEE8021-TC-MIB -591
D mibs/IEEE8023-LAG-MIB -1,362
D mibs/IEEE802dot11-MIB -2,781
D mibs/IF-INVERTED-STACK-MIB -143
D mibs/IF-MIB -1,751
D mibs/IGMP-MIB -588
D mibs/IGMP-STD-MIB -501
D mibs/INET-ADDRESS-MIB -402
D mibs/INT-SERV-MIB -1,108
D mibs/INTEGRATED-SERVICES-MIB -778
A mibs/intersystems
A mibs/intersystems/ISC-CACHE +1,993
A mibs/intersystems/ISC-ENSEMBLE +385
D mibs/IP-FORWARD-MIB -1,241
D mibs/IP-MIB -4,887
D mibs/IPMROUTE-MIB -924
D mibs/IPMROUTE-STD-MIB -850
D mibs/IPSEC-ISAKMP-IKE-DOI-TC -712
D mibs/IPV6-FLOW-LABEL-MIB -58
D mibs/IPV6-ICMP-MIB -527
D mibs/IPV6-MIB -1,434
D mibs/IPV6-MLD-MIB -427
D mibs/IPV6-TC -66
D mibs/IPV6-TCP-MIB -200
D mibs/IPV6-UDP-MIB -131
D mibs/IPX -848
D mibs/ISDN-MIB -1,162
D mibs/ISIS-MIB -4,463
A mibs/juniper/JUNIPER-WX-COMMON-MIB +377
A mibs/juniper/JUNIPER-WX-EVENT-MIB +159
M mibs/juniper/JUNIPER-WX-GLOBAL-MIB -986
M mibs/juniper/JUNIPER-WX-GLOBAL-REG -2,294
A mibs/juniper/JUNIPER-WX-GLOBAL-TC +132
A mibs/juniper/JUNIPER-WX-MIB +1,807
A mibs/juniper/JUNIPER-WX-STATS-MIB +640
A mibs/juniper/JUNIPER-WX-STATUS-MIB +224
D mibs/LAG-MIB -1,186
D mibs/LAN-EMULATION-CLIENT-MIB -2,500
D mibs/ligo
A mibs/ligowave
D mibs/LLDP-EXT-DOT3-MIB -791
D mibs/LLDP-EXT-MED-MIB -1,610
D mibs/LLDP-MIB -1,927
D mibs/MAU-MIB -1,837
A mibs/microsens
D mibs/microsens-g6
A mibs/microsens/MS-SWITCH30-MIB +5,832
M mibs/mikrotik/MIKROTIK-MIB +386 -4
D mibs/MPLS-LDP-GENERIC-STD-MIB -334
D mibs/MPLS-LDP-STD-MIB -2,487
D mibs/MPLS-LSR-MIB -2,086
D mibs/MPLS-LSR-STD-MIB -2,068
D mibs/MPLS-TC-STD-MIB -634
D mibs/MPLS-TE-MIB -2,220
D mibs/MPLS-TE-STD-MIB -2,479
D mibs/MS-SWITCH30-MIB -5,777
D mibs/MTA-MIB -1,156
D mibs/NET-SNMP-AGENT-MIB -527
D mibs/NET-SNMP-EXAMPLES-MIB -265
D mibs/NET-SNMP-EXTEND-MIB -319
D mibs/NET-SNMP-MIB -46
D mibs/NET-SNMP-PASS-MIB -115
D mibs/NET-SNMP-TC -90
D mibs/NET-SNMP-VACM-MIB -151
D mibs/NETLINK-SPECIFIC-MIB -10,066
A mibs/netmanplus
D mibs/NetmanPlus-MIB -773
A mibs/netmanplus/NetmanPlus-MIB +790
D mibs/NETSCREEN-ADDR-MIB -138
D mibs/NETSCREEN-BGP4-MIB -779
D mibs/NETSCREEN-CHASSIS-MIB -268
D mibs/NETSCREEN-IDS-MIB -876
D mibs/NETSCREEN-INTERFACE-MIB -692
D mibs/NETSCREEN-IP-ARP-MIB -180
D mibs/NETSCREEN-NAT-MIB -455
D mibs/NETSCREEN-NSRP-MIB -1,178
D mibs/NETSCREEN-OSPF-MIB -2,299
D mibs/NETSCREEN-OSPF-TRAP-MIB -436
D mibs/NETSCREEN-POLICY-MIB -564
D mibs/NETSCREEN-PRODUCTS-MIB -115
D mibs/NETSCREEN-QOS-MIB -170
D mibs/NETSCREEN-RESOURCE-MIB -265
D mibs/NETSCREEN-RIPv2-MIB -502
D mibs/NETSCREEN-SCHEDULE-MIB -249
D mibs/NETSCREEN-SERVICE-MIB -319
D mibs/NETSCREEN-SMI -90
D mibs/NETSCREEN-TRAP-MIB -426
D mibs/NETSCREEN-VR-BGP4-MIB -782
D mibs/NETSCREEN-VR-MIB -152
D mibs/NETSCREEN-VR-OSPF-MIB -2,312
D mibs/NETSCREEN-VR-RIPv2-MIB -502
D mibs/NETSCREEN-VSYS-MIB -94
D mibs/NETSCREEN-ZONE-MIB -118
D mibs/NETSWITCH-DMA-MIB -221
D mibs/NETSWITCH-DRIVERS-MIB -548
D mibs/NETWORK-APPLIANCE-MIB -24,177
D mibs/NETWORK-SERVICES-MIB -605
A mibs/nortel/ESO-CONSORTIUM-MIB +183
D mibs/NOTIFICATION-LOG-MIB -726
A mibs/nscrtv
D mibs/NSCRTV-ROOT -1,348
A mibs/nscrtv/NSCRTV-ROOT +1,408
D mibs/ONEACCESS-GLOBAL-REG -119
D mibs/OPT-IF-MIB -6,119
D mibs/ORiNOCO-MIB -11,409
D mibs/P8510-MIB -124
D mibs/pbn/NMS-LLDP -2,027
A mibs/pbn/NMS-LLDP-MIB +2,112
A mibs/pbn/NMS-MEMORY-POOL-MIB +189
D mibs/pbn/NMS-MEMORY-POOL-MIB.MIB -176
A mibs/pbn/NMS-PROCESS-MIB +414
D mibs/pbn/NMS-PROCESS-MIB.MIB -392
A mibs/pbn/NMS-QOS-PIB-MIB +1,998
D mibs/pbn/NMS-QOS-PIB-MIB.MIB -1,884
A mibs/pbn/NMS-TC +703
D mibs/pbn/NMS-TC.MIB -688
D mibs/PerfHist-TC-MIB -162
D mibs/PIM-MIB -893
D mibs/POWER-ETHERNET-MIB -611
D mibs/Printer-MIB -4,080
D mibs/process.pl -17
D mibs/PTOPO-MIB -799
D mibs/PW-ENET-STD-MIB -464
D mibs/PW-STD-MIB -2,361
D mibs/PW-TC-STD-MIB -271
D mibs/Q-BRIDGE-MIB -2,429
D mibs/RADIUS-ACC-CLIENT-MIB -281
D mibs/RADIUS-AUTH-CLIENT-MIB -304
D mibs/RAPID-CLIENT-MIB -316
D mibs/RAPID-HA-MIB -372
D mibs/RAPID-INFO-SYSTEM-MIB -53
D mibs/RAPID-IPSEC-ENDPOINT-PAIR-MIB -455
D mibs/RAPID-IPSEC-SA-MON-MIB-EXT -2,259
D mibs/RAPID-IPSEC-TUNNEL-MIB -566
D mibs/RAPID-MIB -29
D mibs/RAPID-POLICY-MIB -302
D mibs/RAPID-SYSTEM-CONFIG-MIB -170
D mibs/RAPID-SYSTEM-STATISTICS-MIB -135
D mibs/RBTWS-AP-STATUS-MIB -1,781
D mibs/RBTWS-AP-TC -307
D mibs/RBTWS-BASIC-MIB -223
D mibs/RBTWS-CLIENT-SESSION-MIB -646
D mibs/RBTWS-CLIENT-SESSION-TC -95
D mibs/RBTWS-EXTERNAL-SERVER-MIB -149
D mibs/RBTWS-INFO-RF-DETECT-MIB -148
D mibs/RBTWS-PORT-MIB -166
D mibs/RBTWS-REGISTRATION-MIB -63
D mibs/RBTWS-ROOT-MIB -52
D mibs/RBTWS-SYSTEM-MIB -230
D mibs/RBTWS-TRAP-MIB -1,704
D mibs/RFC-1212 -72
D mibs/RFC-1215 -29
A mibs/rfc/RFC1315-MIB +777
D mibs/RFC1213-MIB -2,485
D mibs/RFC1284-MIB -738
D mibs/RFC1389-MIB -417
D mibs/RIPv2-MIB -507
M mibs/rittal/RITTAL-CMC-III-CAPABILITY-MIB +588 -236
M mibs/rittal/RITTAL-CMC-III-MIB +2,757 -778
M mibs/rittal/RITTAL-CMC-III-PRODUCTS-MIB +198 -128
M mibs/rittal/RITTAL-SMI-MIB +16 -9
D mibs/RMON2-MIB -5,857
D mibs/RSTP-MIB -307
A mibs/samsung
D mibs/SAMSUNG-CLONING-MIB -183
D mibs/SAMSUNG-COMMON-MIB -37
D mibs/SAMSUNG-DIAGNOSTICS-MIB -223
D mibs/SAMSUNG-GENERAL-TC -1,320
D mibs/SAMSUNG-HOST-RESOURCES-EXT-MIB -309
D mibs/SAMSUNG-HOST-RESOURCES-EXT-TC -3,011
D mibs/SAMSUNG-PRINTER-EXT-MIB -3,241
D mibs/SAMSUNG-PRINTER-EXT-TC -1,430
A mibs/samsung/SAMSUNG-CLONING-MIB +221
A mibs/samsung/SAMSUNG-COMMON-MIB +41
A mibs/samsung/SAMSUNG-DIAGNOSTICS-MIB +240
A mibs/samsung/SAMSUNG-GENERAL-TC +1,413
A mibs/samsung/SAMSUNG-HOST-RESOURCES-EXT-MIB +330
A mibs/samsung/SAMSUNG-HOST-RESOURCES-EXT-TC +4,079
A mibs/samsung/SAMSUNG-PRINTER-EXT-MIB +3,734
A mibs/samsung/SAMSUNG-PRINTER-EXT-TC +1,468
D mibs/SCTP-MIB -1,279
D mibs/SEMI-MIB -835
D mibs/SMON-MIB -1,265
D mibs/SMUX-MIB -160
D mibs/SNA-SDLC-MIB -2,658
D mibs/SNMP-COMMUNITY-MIB -413
D mibs/SNMP-FRAMEWORK-MIB -520
D mibs/SNMP-MPD-MIB -141
D mibs/SNMP-NOTIFICATION-MIB -574
D mibs/SNMP-PROXY-MIB -279
D mibs/SNMP-REPEATER-MIB -1,307
D mibs/SNMP-TARGET-MIB -645
D mibs/SNMP-USER-BASED-SM-MIB -902
D mibs/SNMP-USM-AES-MIB -62
D mibs/SNMP-USM-DH-OBJECTS-MIB -526
D mibs/SNMP-VIEW-BASED-ACM-MIB -816
D mibs/SNMPv2-CONF -318
D mibs/SNMPv2-MIB -809
D mibs/SNMPv2-SMI -312
D mibs/SNMPv2-SMI-v1 -30
D mibs/SNMPv2-TC -764
D mibs/SNMPv2-TC-v1 -61
D mibs/SNMPv2-TM -170
D mibs/SONET-MIB -2,193
D mibs/SOURCE-ROUTING-MIB -427
D mibs/SSH-MIB -413
D mibs/SWCOMMGMT-MIB -1,077
D mibs/SWITCH-CHASSIS-MIB -791
D mibs/SWITCH-MIB -185
D mibs/SWITCH-VLAN-MIB -742
D mibs/SWPRIMGMT-MIB -11
A mibs/symbol
D mibs/SYMBOL-AP-MIB -16,464
D mibs/SYMBOL-CC-WS2000-MIB -20,344
A mibs/symbol/SYMBOL-AP-MIB +16,700
A mibs/symbol/SYMBOL-CC-WS2000-MIB +21,013
M mibs/synology/SYNOLOGY-DISK-MIB -141
M mibs/synology/SYNOLOGY-RAID-MIB -106
M mibs/synology/SYNOLOGY-SYSTEM-MIB -156
M mibs/synology/SYNOLOGY-UPS-MIB -1,306
D mibs/SYSAPPL-MIB -1,553
D mibs/T11-TC-MIB -70
D mibs/TCP-MIB -775
D mibs/TELESYN-ATI-TC -39
D mibs/TOKEN-RING-RMON-MIB -2,579
D mibs/TRANSPORT-ADDRESS-MIB -416
A mibs/tranzeo
D mibs/TRANZEO-ENROUTE-MUNIWIFI-MIB -4,389
D mibs/TRANZEO-MIB -84
A mibs/tranzeo/TRANZEO-ENROUTE-MUNIWIFI-MIB +5,894
A mibs/tranzeo/TRANZEO-MIB +103
D mibs/TUNNEL-MIB -731
D mibs/UCD-DEMO-MIB -74
D mibs/UCD-DISKIO-MIB -165
D mibs/UCD-DLMOD-MIB -120
D mibs/UCD-IPFWACC-MIB -327
D mibs/UCD-SNMP-MIB -1,676
D mibs/UDP-MIB -533
D mibs/UPS-MIB -1,786
D mibs/V2H124-24-MIB -4,869
D mibs/VPLS-GENERIC-DRAFT-01-MIB -753
D mibs/VRRP-MIB -759
D mibs/WANSTATS-MIB -6,643
A mibs/watchguard/BORDERWARE-FW-MIB +139
A mibs/watchguard/BORDERWARE-MIB +541
A mibs/watchguard/BORDERWARE-SMG-MIB +202
A mibs/watchguard/IPSEC-ISAKMP-IKE-DOI-TC +753
A mibs/watchguard/RAPID-CLIENT-MIB +316
A mibs/watchguard/RAPID-HA-MIB +372
A mibs/watchguard/RAPID-INFO-SYSTEM-MIB +53
A mibs/watchguard/RAPID-IPSEC-ENDPOINT-PAIR-MIB +455
A mibs/watchguard/RAPID-IPSEC-SA-MON-MIB-EXT +2,259
A mibs/watchguard/RAPID-IPSEC-TUNNEL-MIB +566
A mibs/watchguard/RAPID-MIB +29
A mibs/watchguard/RAPID-POLICY-MIB +305
A mibs/watchguard/RAPID-SYSTEM-CONFIG-MIB +170
A mibs/watchguard/RAPID-SYSTEM-STATISTICS-MIB +135
M mibs/watchguard/WATCHGUARD-CLIENT-MIB +9 -9
M mibs/watchguard/WATCHGUARD-INFO-SYSTEM-MIB +9 -9
M mibs/watchguard/WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB +8 -8
M mibs/watchguard/WATCHGUARD-IPSEC-SA-MON-MIB-EXT +7 -8
M mibs/watchguard/WATCHGUARD-IPSEC-TUNNEL-MIB +10 -9
M mibs/watchguard/WATCHGUARD-POLICY-MIB +9 -9
M mibs/watchguard/WATCHGUARD-PRODUCTS-MIB +24 -17
M mibs/watchguard/WATCHGUARD-SMI +9 -8
M mibs/watchguard/WATCHGUARD-SYSTEM-CONFIG-MIB +141 -138
M mibs/watchguard/WATCHGUARD-SYSTEM-STATISTICS-MIB +8 -8
📈 0 added 📉 0 removed

💻 r9010 TRIVIAL

Mike Stupalov 🐱 • 2018-01-27 16:52
Additional unit test for redetect os. Redetect os only if used complex, networked or file os detect.
Files changed (3)
M includes/functions.inc.php +4
M tests/SnmpDataTest.php +8
M tests/SnmpDataTest2.php +4
📈 16 added 📉 0 removed

💻 r9009 MINOR

Mike Stupalov 🐱 • 2018-01-27 12:07
Improved support for IBM CMM and AMM. Added discovery some sensors by BLADE-MIB.
Files changed (2)
M includes/definitions/mibs.inc.php +123
M includes/definitions/os.inc.php +23 -8
📈 146 added 📉 8 removed

💻 r9008 TRIVIAL

Mike Stupalov 🐱 • 2018-01-27 09:03
Fixed discovery PSU 1 status by OAP-NMU.
Files changed (1)
M includes/definitions/mibs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9007 TRIVIAL

Mike Stupalov 🐱 • 2018-01-25 22:03
Prevent error (Cannot find module) from snmp commands, when mib_dir unused.
Files changed (2)
M includes/snmp.inc.php +4 -1
M tests/IncludesSnmpTest.php +2 -1
📈 6 added 📉 2 removed

💻 r9006 MINOR

Mike Stupalov 🐱 • 2018-01-25 21:45
Added support for fs.com FMT devices (OBS-2569).
Files changed (5)
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
📈 395 added 📉 0 removed

💻 r9005 MIBS

Mike Stupalov 🐱 • 2018-01-25 21:40
Added fs.com MIB files.
Files changed (99)
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
A mibs/fscom/GBNPlatformOAMSyslog-MIB +434
A mibs/fscom/GBNPlatformOAMTelnet-MIB +153
A mibs/fscom/GBNServiceCM-MIB +245
A mibs/fscom/GBNServiceMACAUTHEN-MIB +356
A mibs/fscom/GBNServiceRADIUS-MIB +245
A mibs/fscom/GBNServiceRMON-MIB +1,560
A mibs/fscom/GBNServiceTACACS-MIB +112
A mibs/fscom/LLDPPRIVATE-MIB +54
A mibs/fscom/MAC-NOTIFICATION-MIB +437
A mibs/fscom/NSCRTV-EPON-ALARM-MGM-MIB +649
A mibs/fscom/NSCRTV-EPON-IGMP-MGM-MIB +734
A mibs/fscom/NSCRTV-EPON-PERFORMANCE-STAT-MIB +1,773
A mibs/fscom/NSCRTV-EPON-QOS-MGM-MIB +524
A mibs/fscom/NSCRTV-EPON-SNI-MIB +719
A mibs/fscom/NSCRTV-EPON-STP-MGM-MIB +493
A mibs/fscom/NSCRTV-EPON-SYSTEM-MIB +1,158
A mibs/fscom/NSCRTV-EPON-VLAN-MGM-MIB +947
A mibs/fscom/NSCRTV-EPONEOC-EPON-MIB +312
A mibs/fscom/OAP-C1-EDFA +521
A mibs/fscom/OAP-C1-OEO +1,550
A mibs/fscom/OAP-C1-OLP +392
A mibs/fscom/OAP-C10-EDFA +563
A mibs/fscom/OAP-C10-OEO +1,550
A mibs/fscom/OAP-C10-OLP +430
A mibs/fscom/OAP-C11-EDFA +563
A mibs/fscom/OAP-C11-OEO +1,550
A mibs/fscom/OAP-C11-OLP +430
A mibs/fscom/OAP-C12-EDFA +563
A mibs/fscom/OAP-C12-OEO +1,550
A mibs/fscom/OAP-C12-OLP +430
A mibs/fscom/OAP-C13-EDFA +563
A mibs/fscom/OAP-C13-OEO +1,550
A mibs/fscom/OAP-C13-OLP +430
A mibs/fscom/OAP-C14-EDFA +563
A mibs/fscom/OAP-C14-OEO +1,550
A mibs/fscom/OAP-C14-OLP +430
A mibs/fscom/OAP-C15-EDFA +563
A mibs/fscom/OAP-C15-OEO +1,550
A mibs/fscom/OAP-C15-OLP +430
A mibs/fscom/OAP-C16-EDFA +563
A mibs/fscom/OAP-C16-OEO +1,550
A mibs/fscom/OAP-C16-OLP +430
A mibs/fscom/OAP-C2-EDFA +563
A mibs/fscom/OAP-C2-OEO +1,550
A mibs/fscom/OAP-C2-OLP +392
A mibs/fscom/OAP-C3-EDFA +563
A mibs/fscom/OAP-C3-OEO +1,550
A mibs/fscom/OAP-C3-OLP +392
A mibs/fscom/OAP-C4-EDFA +563
A mibs/fscom/OAP-C4-OEO +1,550
A mibs/fscom/OAP-C4-OLP +392
A mibs/fscom/OAP-C5-EDFA +563
A mibs/fscom/OAP-C5-OEO +1,550
A mibs/fscom/OAP-C5-OLP +392
A mibs/fscom/OAP-C6-EDFA +563
A mibs/fscom/OAP-C6-OEO +1,550
A mibs/fscom/OAP-C6-OLP +430
A mibs/fscom/OAP-C7-EDFA +563
A mibs/fscom/OAP-C7-OEO +1,550
A mibs/fscom/OAP-C7-OLP +430
A mibs/fscom/OAP-C8-EDFA +563
A mibs/fscom/OAP-C8-OEO +1,550
A mibs/fscom/OAP-C8-OLP +430
A mibs/fscom/OAP-C9-EDFA +563
A mibs/fscom/OAP-C9-OEO +1,550
A mibs/fscom/OAP-C9-OLP +430
A mibs/fscom/OAP-NMU +256
A mibs/fscom/PIM-BSR-MIB +721
A mibs/fscom/STP-MIB +841
📈 0 added 📉 0 removed

💻 r9004 TRIVIAL

Mike Stupalov 🐱 • 2018-01-25 15:12
Fixed updating version/model/serial if hardware changed (OBS-2572).
Files changed (1)
M includes/polling/os.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r9003 TRIVIAL

Mike Stupalov 🐱 • 2018-01-24 12:55
Skip errors after incorrect db update with strict table in table notifications_queue.
Files changed (1)
M includes/alerts.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r9002 TRIVIAL

Mike Stupalov 🐱 • 2018-01-23 14:50
Improved Yandex Geo coding api. Added warning about yahoo geo api, which not worked anymore.
Files changed (3)
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

💻 r9001 ADD

Adam Armstrong 🐸 • 2018-01-23 05:39
Additional OpenGear sensors and status.
Files changed (2)
M includes/definitions/mibs.inc.php +28 -9
A includes/discovery/status/og-statusv2-mib.inc.php +22
📈 50 added 📉 9 removed

💻 r9000 FIX

Adam Armstrong 🐸 • 2018-01-23 05:30
Fix collectd labelling bug (temperature -> humidity)
Files changed (1)
M html/includes/collectd/definitions.php +10 -10
📈 10 added 📉 10 removed

💻 r8999 IMPROVE

Adam Armstrong 🐸 • 2018-01-23 05:27
Sort alert checkers page by checker name rather than checker id
Files changed (1)
M html/pages/alert_checks.inc.php +4
📈 4 added 📉 0 removed

💻 r8998 ADD

Adam Armstrong 🐸 • 2018-01-16 03:19
Add discovery of additional IBM/Lenovo management modules
Files changed (1)
M includes/definitions/os.inc.php +16
📈 16 added 📉 0 removed

🏷️ 18.10.9472

Released 2018-10-16 15:14 • Commits r9428 through r9471
🚀 Included Development Changes (43 commits):
✨ New Features:
  • r9429: Add status type expansion to assoc builder. Add some db fxes +18-4
  • r9433: Add http/https to polycom +1
  • r9439: Add CISCO-STACKWISE-MIB to IOS-XE +1
  • r9440: Add GUDE PDU8311. +42-40
  • r9441: Add custom stuff +33-15
  • r9443: Add bgp groups menu to routing menu +12-1
  • r9444: Add Kibibyte/LogY options to custom oid graphs. +39-10
  • r9451: Add Dell OS10 detection. +26
  • r9452: Add OS10 to Unix type +1
  • r9456: Add additional cambium detection and a few misc other oses +84
  • r9459: Add DOCSIS MIBs
  • r9469: Add additional Netgear MIBs
⚡ Improvements:
  • r9450: Improve Smokeping rendering +60-3
🐛 Bug Fixes:
  • r9430: Don't forever-disable a graph when it fails a single poll. +4-4
  • r9431: Don't forever-disable graphs. +1-1
  • r9445: Extend Kibi numbers to text output too +6-2
  • r9447: Fix selection of correct table name for entities with parent tables. Allow hardcoded setting of table in attribute definition. +17-1
  • r9448: Add parent table to oid entity type +6-6
  • r9462: Remove pdf.php. Remove erroneous os def. +2-116
🔧 Minor Changes:
  • r9465: Added dbUpdateMulti() function for update multiple db rows at once. +89-2
  • r9466: Improved write state values into db in ports, sensors, status poller modules by using dbUpdateMulti(). +114-42
📋 MIB Updates:
  • r9458: Dell OS10 MIBs
  • r9460: Updated Broadcom mib files. Moved all DOCS-* mib files to rfc.
  • r9461: Added Electroline and SCTE mib files.
  • r9470: Add more standard mibs
📝 Trivial Changes:
  • r9432: Added OSIX detection. Fixed TP-Link ports polling. +109-1
  • r9434: Fixed port label processing on Hirschmann industrial switches (OBS-2770). +119-107
  • r9435: Improved detect hardware for Extreme XOS (OBS-2769). +61-182
  • r9436: Fixed hardware rewrite for Extreme XOS. +14-14
  • r9437: Limited max snmp get oids count to 3 for Eaton UPSes. +1
  • r9438: snmp_get_multi_oid() also chunk Oids passed as string if max-get defined for os. +35-13
  • r9442: Added poller performance graphs for mysql and memory usage. +182-20
  • r9446: Fixed Custom OID edit form for new options. +15-3
  • r9449: Small clean entity labels. +59-59
  • r9453: Use ifName instead ifDescr for port labels on TP-Link switches. +1
  • r9454: Prefer ifHighSpeed when returned incorrect ifSpeed (same as ifHighSpeed). +5-2
  • r9455: Detect mixed table indexes in snmp_parse_line() when OBS_SNMP_ALL_TABLE flag used. +48-3
  • r9463: Small improve mixed table indexes in snmp_parse_line(). +14-2
  • r9464: Added poller snmp stats graphs. +154-1
Files changed in merge (202)
A attic/pdf.php +116
A html/images/os/osix_2x.png +1
A html/images/os/osix.png +1
M html/includes/customoids-navbar.inc.php +22 -7
M html/includes/entities/oid_entry.inc.php +6 -2
M html/includes/graphs/common.inc.php +5
M html/includes/graphs/customoid/graph.inc.php +3 -2
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +60 -3
M html/includes/graphs/multi-customoid/line.inc.php +3 -1
M html/includes/graphs/multi-customoid/stacked.inc.php +3
M html/includes/navbar.inc.php +12 -1
M html/pages/customoid.inc.php +15 -3
M html/pages/device/perf.inc.php +72 -2
D html/pdf.php -116
M includes/alerts.inc.php +25 -1
M includes/db.inc.php +89 -2
M includes/defaults.inc.php +3 -1
M includes/definitions/entities.inc.php +54 -52
M includes/definitions/graphtypes.inc.php +132
M includes/definitions/mibs/cambium.inc.php +10
M includes/definitions/mibs/extreme.inc.php +6
M includes/definitions/mibs/gude.inc.php +23 -24
M includes/definitions/mibs/hirschmann.inc.php +1 -1
M includes/definitions/os.inc.php +126 -1
M includes/definitions/rrdtypes.inc.php +60
M includes/discovery/sensors/adf-1-mib.inc.php +33 -15
M includes/polling/functions.inc.php +35 -12
M includes/polling/graphs/alvarion-dot11-wlan-mib.inc.php +1 -1
M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +4 -4
M includes/polling/os/unix.inc.php +94
M includes/polling/os/xos.inc.php +34 -15
M includes/polling/ports.inc.php +61 -32
M includes/polling/sensors.inc.php +10
M includes/polling/status.inc.php +10
M includes/rewrites.inc.php +130 -273
M includes/snmp.inc.php +59 -16
M includes/wifi.inc.php +1 -1
M mibs/adf/ADF-1-MIB +31
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/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
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
M mibs/broadcom/BRCM-TELNET-MGMT-MIB +24 -13
A mibs/broadcom/BRCM-THERMAL-MGMT-MIB +159
M mibs/broadcom/BRCM-USB-FACTORY-MIB +14 -7
M mibs/broadcom/BRCM-V2-FACTORY-MIB +23 -15
M mibs/broadcom/BRCM-V2-MGMT-MIB +7 -2
A mibs/cambium/CAMBIUM-CNMAESTRO-MIB +510
M mibs/cambium/CAMBIUM-PTP800-MIB +2 -2
D mibs/cisco/DOCS-BPI2-MIB -3,019
D mibs/cisco/DOCS-CABLE-DEVICE-TRAP-MIB -927
D mibs/cisco/DOCS-DIAG-MIB -688
D mibs/cisco/DOCS-DRF-MIB -926
D mibs/cisco/DOCS-IF-EXT-MIB -140
D mibs/cisco/DOCS-IF-M-CMTS-MIB -3,355
D mibs/cisco/DOCS-IF3-MIB -4,027
D mibs/cisco/DOCS-IFEXT2-MIB -622
D mibs/cisco/DOCS-L2VPN-MIB -1,102
D mibs/cisco/DOCS-LOADBAL3-MIB -1,642
D mibs/cisco/DOCS-LOADBALANCING-MIB -1,091
D mibs/cisco/DOCS-MCAST-AUTH-MIB -721
D mibs/cisco/DOCS-MCAST-MIB -1,101
D mibs/cisco/DOCS-QOS-MIB -2,993
D mibs/cisco/DOCS-QOS3-MIB -5,039
D mibs/cisco/DOCS-SEC-MIB -769
D mibs/cisco/DOCS-SUBMGT-MIB -961
D mibs/cisco/DOCS-SUBMGT3-MIB -1,393
D mibs/cisco/DOCS-TEST-MIB -149
A mibs/dell/DELLEMC-OS10-CHASSIS-MIB +899
A mibs/dell/DELLEMC-OS10-PRODUCTS-MIB +264
A mibs/dell/DELLEMC-OS10-SMI-MIB +43
A mibs/dell/DELLEMC-OS10-TC-MIB +207
A mibs/electroline
M mibs/netgear/TACACS-CLIENT-MIB +1 -1
A mibs/netgear/WAC510 +2,706
M mibs/netgear/WC7520-MIB +3 -3
A mibs/netgear/WN203 +4,046
A mibs/netgear/WNAP320 +4,230
A mibs/netgear/WNDAP620 +6,593
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/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
A mibs/rfc/CLAB-ANI-DEV-MIB +279
A mibs/rfc/CLAB-DEF-MIB +435
A mibs/rfc/CLAB-DNS-MIB +97
A mibs/rfc/CLAB-GRE-MIB +1,187
A mibs/rfc/CLAB-GW-MIB +1,295
A mibs/rfc/CLAB-TOPO-MIB +234
A mibs/rfc/CLAB-UPS-MIB +466
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-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
A mibs/rfc/DOCS-DIAG-MIB +722
A mibs/rfc/DOCS-DRF-MIB +974
M mibs/rfc/DOCS-IETF-BPI2-MIB +193
A mibs/rfc/DOCS-IF-EXT-MIB +147
A mibs/rfc/DOCS-IF-M-CMTS-MIB +3,420
A mibs/rfc/DOCS-IF3-MIB +4,990
A mibs/rfc/DOCS-IF31-MIB +4,161
A mibs/rfc/DOCS-IFEXT2-MIB +668
A mibs/rfc/DOCS-L2VPN-MIB +1,198
A mibs/rfc/DOCS-LOADBAL3-MIB +1,655
A mibs/rfc/DOCS-LOADBALANCING-MIB +1,175
A mibs/rfc/DOCS-MCAST-AUTH-MIB +724
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-QOS3-MIB +5,560
A mibs/rfc/DOCS-SEC-MIB +946
A mibs/rfc/DOCS-SUBMGT-MIB +973
A mibs/rfc/DOCS-SUBMGT3-MIB +1,406
A mibs/rfc/DOCS-TEST-MIB +178
A mibs/rfc/ECL-DEF-MIB +145
A mibs/rfc/ESAFE-MIB +715
A mibs/rfc/EXCENTIS-MIB +24
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
A mibs/rfc/PKTC-SEC-MIB +58
A mibs/rfc/PKTC-SIG-MIB +1,397
M mibs/rfc/SFLOW-MIB +550 -330
A mibs/rfc/USB-MIB +759
A mibs/scte
M poller.php +67 -18
M tests/IncludesRewritesTest.php +6
M tests/IncludesSnmpTest.php +40
A update/384.sql +2
A update/385.sql +3
A update/386.sql +3

🏷️ 18.09.9428

Released 2018-09-09 19:28 • Commits r9403 through r9427
🚀 Included Development Changes (24 commits):
✨ New Features:
⚡ Improvements:
  • r9416: Updated bits graph colours +6-6
  • r9424: Improve port percent module to allow more groups, with 5 unique colours +111-94
  • r9425: Make portpercent legend width configurable +3-1
🐛 Bug Fixes:
  • r9412: Fix some sensors table default values +4
  • r9415: Remove erroneous graph entries from device graph table +7-5
  • r9417: Remove more erroneous graph types from device_graphs +8-5
  • r9419: Improve Dell DNOS sensor detection, skipping and labelling +67-20
  • r9421: Fix BGP navbar generation +24-2
  • r9423: Fix portpercent json generation +2-2
📋 MIB Updates:
  • r9422: Updated multiple MIB files (a3com, cabletron, eltex, enterasys, extreme, radlan).
📝 Trivial Changes:
  • r9404: Improved syslog entries parsing for HPE switches and Arista EOS. +100-29
  • r9405: Do not validate if rrd file exist on remote rrdcached, always use piped rrdcreate instead. +32-25
  • r9406: Fixed display port linked with IP address. +1-1
  • r9407: Disable global page refresh on dashboards. +1
  • r9408: Increased minimum PHP version to 5.6 in warnings (recommended is 7.1). +47-31
  • r9409: Improved detect multiphase input sensors for APC ATS devices. +60-38
  • r9410: Update initial db schema. +453-265
  • r9411: Update phpFastCache lib. Date bump.
  • r9413: Fixed strict tables db schema. +1-1
  • r9414: Added old device bits graph variable for compatability. +1-1
  • r9418: Moved some common alerts/groups functions to correct place (no functionally changes). +815-798
  • r9420: Do not load ref library if php-tokenizer extension not enabled. +4-2
  • r9426: Improved discovery Extreme system statuses (OBS-2534). +22-7
Files changed in merge (244)
M html/includes/graphs/generic_data.inc.php +6 -6
M html/includes/graphs/generic_multi_group_bits.inc.php +99 -89
M html/includes/graphs/multi-port/groups_bits.inc.php +3 -1
M html/includes/notifications.inc.php +44 -5
M html/includes/print/addresses.inc.php +1 -1
M html/includes/status-portpercent.inc.php +13 -6
M html/index.php -24
M html/pages/device/ports.inc.php +1 -1
M html/pages/device/routing/bgp.inc.php +12 -1
M html/pages/routing/bgp.inc.php +12 -1
M includes/alerts.inc.php +815 -1
M includes/definitions.inc.php +6 -3
M includes/definitions/entities.inc.php +1 -3
M includes/definitions/mibs/extreme.inc.php +8 -7
M includes/definitions/os.inc.php +24 -20
M includes/definitions/rrdtypes.inc.php +4 -4
M includes/definitions/wui.inc.php +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/extreme-system-mib.inc.php +14
M includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +4 -3
M includes/discovery/sensors/powernet-mib.inc.php +60 -38
M includes/functions.inc.php +1 -1
M includes/groups.inc.php -797
M includes/polling/bgp-peers.inc.php +2 -2
M includes/polling/ports.inc.php +2
M includes/polling/pseudowires.inc.php +3 -3
M includes/rrdtool.inc.php +35 -25
M includes/sql-config.inc.php +1 -1
M includes/syslog.inc.php +54 -10
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
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
A mibs/a3com/A3COM0469-BACKUP-AND-RESTORE +530
M mibs/a3com/A3COM51-SS9000SX +1 -2
A mibs/a3com/C-PRODUCT-BASE-L-SPECIFIC +56
A mibs/a3com/C-PRODUCT-BASE-MIB +1,568
A mibs/a3com/C-PRODUCT-CBR-MIB +659
A mibs/a3com/C-PRODUCT-CBR-V35-MIB +222
A mibs/a3com/C-PRODUCT-CTX-MIB +326
A mibs/a3com/C-PRODUCT-DS3-MIB +316
A mibs/a3com/C-PRODUCT-E3-MIB +277
A mibs/a3com/C-PRODUCT-ETHER-MIB +977
A mibs/a3com/C-PRODUCT-ETHER-SPECIFIC-MIB +282
A mibs/a3com/C-PRODUCT-GROUP-MIB +35
A mibs/a3com/C-PRODUCT-HSSI-MIB +195
A mibs/a3com/C-PRODUCT-IMA-MIB +520
A mibs/a3com/C-PRODUCT-MCPU-MIB +209
A mibs/a3com/C-PRODUCT-OC3-MIB +216
A mibs/a3com/C-PRODUCT-QSIM-MIB +838
A mibs/a3com/C-PRODUCT-SIM-STAT-MIB +761
A mibs/a3com/C-PRODUCT-TRAP-MIB +2,345
M mibs/cabletron/CABLETRON-TRAPS +24 -7
A mibs/cabletron/CHASSIS-MIB +709
D mibs/cabletron/CT-CHASSIS-MIB -709
M mibs/cabletron/CTRON-ALIAS-MIB +843 -609
M mibs/cabletron/CTRON-Q-BRIDGE-MIB-EXT +212 -10
M mibs/eltex/ELTEX-MES +6
M mibs/eltex/ELTEX-MES-AAA +53 -1
M mibs/eltex/ELTEX-MES-COUNTERS-MIB +8 -5
M mibs/eltex/ELTEX-MES-eltBrgMulticast-MIB +67 -3
M mibs/eltex/ELTEX-MES-eltInterfaces +57 -4
M mibs/eltex/ELTEX-MES-eltMesIpMulticast-MIB +88 -69
A mibs/eltex/ELTEX-MES-HARDWARE-MIB +261
M mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB +48 -25
M mibs/eltex/ELTEX-MES-IF-EXTENSION-MIB +31 -31
M mibs/eltex/ELTEX-MES-IP +48
M mibs/eltex/ELTEX-MES-IpRouter +72 -59
M mibs/eltex/ELTEX-MES-MIB-OBJECTS +30 -18
M mibs/eltex/ELTEX-MES-MNG-MIB +6 -1
M mibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB +37 -95
A mibs/eltex/ELTEX-MES-POE-MIB +31
M mibs/eltex/ELTEX-MES-QOS-CLI-MIB +400 -151
M mibs/eltex/ELTEX-MES-QOS-TAIL-DROP-MIB +345 -6
M mibs/eltex/ELTEX-MES-SWITCH-RATE-LIMITER-MIB +28 -2
M mibs/eltex/ELTEX-MES-VLAN-MIB +29 -48
A mibs/eltex/ELTEX-POLICY-MIB +204
A mibs/eltex/ELTEX-PROCESS-MIB +730
A mibs/eltex/ELTEX-STORAGE-MIB +532
A mibs/eltex/ELTEX-TC +66
A mibs/enterasys/CTRON-ALIAS-MIB +1,249
A mibs/enterasys/CTRON-MIB-NAMES +991
A mibs/enterasys/CTRON-OIDS +8,372
A mibs/enterasys/ENTERASYS-ANTI-SPOOF-MIB +1,196
A mibs/enterasys/ENTERASYS-APPLICATION-SIGNATURE-MIB +334
A mibs/enterasys/ENTERASYS-AUTO-TRACKING-MIB +384
M mibs/enterasys/ENTERASYS-CLASS-OF-SERVICE-MIB +1,832 -29
A mibs/enterasys/ENTERASYS-CN-MIB-EXT-MIB +521
M mibs/enterasys/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB +54 -10
M mibs/enterasys/ENTERASYS-CONVERGENCE-END-POINT-MIB +87 -7
A mibs/enterasys/ENTERASYS-DOT3-LLDP-EXT-MIB +231
A mibs/enterasys/ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB +477
A mibs/enterasys/ENTERASYS-ETH-OAM-EXT-MIB +643
M mibs/enterasys/ENTERASYS-FLOW-LIMITING-MIB +235 -13
A mibs/enterasys/ENTERASYS-HIGH-AVAILABILITY-MIB +421
A mibs/enterasys/ENTERASYS-IEEE8021-BRIDGE-MIB-EXT-MIB +270
A mibs/enterasys/ENTERASYS-IEEE8021-CFM-EXT-MIB +844
A mibs/enterasys/ENTERASYS-IEEE8021-Q-BRIDGE-MIB-EXT-MIB +405
M mibs/enterasys/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB +190 -13
M mibs/enterasys/ENTERASYS-IF-MIB-EXT-MIB +105 -12
A mibs/enterasys/ENTERASYS-IP-SLA-MIB +1,640
A mibs/enterasys/ENTERASYS-IPSEC-NOTIFICATION-MIB +265
M mibs/enterasys/ENTERASYS-LICENSE-KEY-OIDS-MIB +191 -10
M mibs/enterasys/ENTERASYS-LINK-FLAP-MIB +18 -10
M mibs/enterasys/ENTERASYS-MAC-AUTHENTICATION-MIB +455 -18
M mibs/enterasys/ENTERASYS-MAC-LOCKING-MIB +152 -14
M mibs/enterasys/ENTERASYS-MAU-MIB-EXT-MIB +12 -6
M mibs/enterasys/ENTERASYS-MGMD-EXT-MIB +629 -21
M mibs/enterasys/ENTERASYS-MIB-ORG +208 -11
M mibs/enterasys/ENTERASYS-MIRROR-CONFIG-MIB +94 -9
M mibs/enterasys/ENTERASYS-MULTI-AUTH-MIB +464 -22
M mibs/enterasys/ENTERASYS-MULTI-USER-8021X-MIB +57 -6
M mibs/enterasys/ENTERASYS-OIDS-MIB +2,034 -29
A mibs/enterasys/ENTERASYS-PKI-MIB +232
M mibs/enterasys/ENTERASYS-POLICY-PROFILE-MIB +1,178 -37
M mibs/enterasys/ENTERASYS-PWA-MIB +96 -12
A mibs/enterasys/ENTERASYS-QUARANTINE-AGENT-MIB +322
M mibs/enterasys/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB +230 -29
M mibs/enterasys/ENTERASYS-RADIUS-AUTH-CLIENT-MIB +353 -45
A mibs/enterasys/ENTERASYS-RADIUS-DYNAMIC-AUTHOR-SERVER-EXT-MIB +374
M mibs/enterasys/ENTERASYS-RADIUS-SNOOPING-MIB +30 -17
A mibs/enterasys/ENTERASYS-RESOURCE-LIMITS-MIB +372
M mibs/enterasys/ENTERASYS-SNTP-CLIENT-MIB +159 -6
A mibs/enterasys/ENTERASYS-STATION-LOCATION-MIB +925
M mibs/enterasys/ENTERASYS-SYSLOG-CLIENT-MIB +343 -65
A mibs/enterasys/ENTERASYS-TRACKED-OBJECTS-MIB +1,785
A mibs/enterasys/ENTERASYS-TRANSMIT-QUEUE-MONITOR-MIB +389
A mibs/enterasys/ENTERASYS-VIRTUAL-SWITCH-BONDING-MIB +637
M mibs/enterasys/ENTERASYS-VLAN-AUTHORIZATION-MIB +2 -2
M mibs/enterasys/ENTERASYS-VRRP-EXT-MIB +208 -12
A mibs/extreme/EXTREME-ACL-MIB +181
M mibs/extreme/EXTREME-AUTOPROVISION-MIB -2
M mibs/extreme/EXTREME-BASE-MIB +600 -8
M mibs/extreme/EXTREME-CABLE-MIB +2 -2
M mibs/extreme/EXTREME-CFGMGMT-MIB +20 -12
A mibs/extreme/EXTREME-CFM-MIB +405
M mibs/extreme/EXTREME-CLEARFLOW-MIB -2
M mibs/extreme/EXTREME-DLCS-MIB -2
M mibs/extreme/EXTREME-DOS-MIB -2
M mibs/extreme/EXTREME-EAPS-MIB -2
M mibs/extreme/EXTREME-EDP-MIB -2
M mibs/extreme/EXTREME-ENH-DOS-MIB -2
M mibs/extreme/EXTREME-ENTITY-MIB -2
A mibs/extreme/EXTREME-ERPS-MIB +979
M mibs/extreme/EXTREME-ESRP-MIB -2
M mibs/extreme/EXTREME-FDB-MIB -2
M mibs/extreme/EXTREME-FILETRANSFER-MIB -2
M mibs/extreme/EXTREME-HCLAG-MIB -2
M mibs/extreme/EXTREME-IDMGR-MIB +346 -5
A mibs/extreme/EXTREME-IETF-BFD-MIB +1,458
A mibs/extreme/EXTREME-IETF-BFD-TC-MIB +240
M mibs/extreme/EXTREME-IP-SECURITY-MIB -2
M mibs/extreme/EXTREME-LACP-MIB -1
A mibs/extreme/EXTREME-MAC-AUTH-MIB +98
M mibs/extreme/EXTREME-MLAG-MIB +117 -4
M mibs/extreme/EXTREME-MPLS-MIB +340 -10
M mibs/extreme/EXTREME-MPLS-TE-MIB -2
M mibs/extreme/EXTREME-NETFLOW-MIB -2
A mibs/extreme/EXTREME-NETSIGHT-ALARM-MIB +1,034
M mibs/extreme/EXTREME-NP-MIB -2
M mibs/extreme/EXTREME-OSPF-MIB -2
A mibs/extreme/EXTREME-OSPFV3-MIB +3,241
M mibs/extreme/EXTREME-PBQOS-MIB -2
M mibs/extreme/EXTREME-POE-MIB +3 -5
M mibs/extreme/EXTREME-PORT-MIB +145 -26
M mibs/extreme/EXTREME-POS-MIB -2
M mibs/extreme/EXTREME-QOS-MIB -2
M mibs/extreme/EXTREME-RTSTATS-MIB -2
M mibs/extreme/EXTREME-SERVICES-MIB -2
M mibs/extreme/EXTREME-SLB-MIB -2
M mibs/extreme/EXTREME-SNMPV3-MIB +34 -10
M mibs/extreme/EXTREME-SOFTWARE-MONITOR-MIB +15 -8
M mibs/extreme/EXTREME-STACKING-MIB +30 -6
M mibs/extreme/EXTREME-STP-EXTENSIONS-MIB +11 -4
M mibs/extreme/EXTREME-SYSTEM-MIB +263 -97
M mibs/extreme/EXTREME-TRAP-MIB -3
M mibs/extreme/EXTREME-TRAPPOLL-MIB -3
M mibs/extreme/EXTREME-UPM-MIB -2
M mibs/extreme/EXTREME-V2TRAP-MIB +44 -27
M mibs/extreme/EXTREME-VC-MIB -2
M mibs/extreme/EXTREME-VLAN-MIB +266 -29
M mibs/extreme/EXTREME-VM-MIB +36 -22
A mibs/extreme/EXTREME-VRRP-MIB +113
M mibs/extreme/EXTREME-WIRELESS-MIB -2
M mibs/extreme/EXTREMEdot11f-MIB -2
M mibs/extreme/GENERIC-3COM-VLAN-MIB-1-0-1 -2
M mibs/extreme/LOAD-BAL-SYSTEM-MIB -4
M mibs/extreme/WAN-TRAP-MIB -2
M mibs/extreme/XEDIA-REG -2
M mibs/radlan/MARVELL-ERRDISABLE-RECOVERY-MIB +2 -1
M mibs/radlan/MARVELL-LBD-MIB +7 -3
M mibs/radlan/RADLAN-AAA +4 -2
M mibs/radlan/RADLAN-BRIDGEMIBOBJECTS-MIB +1 -1
M mibs/radlan/RADLAN-DHCP-MIB +2 -2
M mibs/radlan/RADLAN-Physicaldescription-MIB +1 -1
M mibs/radlan/RADLAN-QOS-CLI-MIB +20 -12
M mibs/radlan/RADLAN-TIMESYNCHRONIZATION-MIB +1 -1
M mibs/radlan/RADLAN-TRUNK-MIB +5 -1
M mibs/radlan/RADLAN-Tuning +22 -4
M mibs/radlan/RADLAN-vlan-MIB +10 -2
M tests/IncludesSyslogTest.php +23
A update/383.sql +4
M update/db_schema_mysql.sql +453 -265

🏷️ 18.08.9403

Released 2018-08-27 21:08 • Commits r9337 through r9402
🚀 Included Development Changes (65 commits):
✨ New Features:
  • r9363: Add ability to enable BGP-based host discovery for private ASNs and/or whitelisted ASNs. +29-3
  • r9366: Add support for CTC FRM220 (only really handles ch08) +98
🐛 Bug Fixes:
  • r9361: Fix display of delete button for custom oid entries +4-7
  • r9371: Fix slow overpopulation of permissions array +5
  • r9376: Don't forever-disable panos graph. +1-1
🔧 Minor Changes:
  • r9343: Added support for additional PowerWalker UPSes. +63-30
  • r9344: Added Polycom Video devices definition (OBS-2482). +16
  • r9354: Added global eventlog about version and db schema updated. +209-91
  • r9367: Added ability for convert power DOM sensors from watts to dBm. +79-3
  • r9378: Improved polling fdb tables. Fixed db insert errors for fdb tables. +59-19
  • r9379: Improved support for Ricoh printers. Added discovery Ricoh printersupplies by RicohPrivateMIB. +193-27
  • r9387: Added polling FDB tables by BRIDGE-MIB for some devices which not have Q-BRIDGE-MIB support (OBS-1686). +59-18
  • r9391: Added polling Extreme devices FDB table by EXTREME-FDB-MIB. +134-41
  • r9396: 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. +110-48
📋 MIB Updates:
  • r9342: Updated PowerWalker mib files.
  • r9345: Added Polycom mib file.
📝 Trivial Changes:
  • r9338: Correctly db table index update. +2-2
  • r9339: Improved add_device_vars() for do not use empty snmp v3 auth and cleanup warnings. +87-36
  • r9340: Changed include to require for common.inc.php, just for see where troubles with includes. +1-1
  • r9341: Improved detect new OPNsense os (OBS-2725). +8-1
  • r9346: Do not loop all snmp auths in device add when duplicate device found. +18
  • r9347: Fixed device link on device add page. +1-1
  • r9348: Fixed group entity association for some fields +8-2
  • r9350: Prevent to use shell in external exec calls. +56-49
  • r9351: Improved detect snmp auth error. +2-5
  • r9352: Close opened handle. +2
  • r9353: Added ifIndex, ifAdminStatus as possible port group associations (OBS-2733). +38-25
  • r9355: Fixed Port Label Short entity key. +2-2
  • r9356: Fixed detect remote rrdcached daemon. +25-12
  • r9357: Improved detect is rrd exist on remote rrdcached daemon. +56-18
  • r9358: Fixed poller-wrapper with remote rrdcached. +11-8
  • r9364: Fixed WUI config variable names for bgp autodiscovery. Improved use private bgp ASn also with 32bit ASn for bgp autodiscovery. +3-3
  • r9365: Added Rancid 3.8+ specific os map. +4-1
  • r9368: Added ability for display BGP 32bit ASNs in asdot format. +156-26
  • r9369: Simplify single action transformations array (by reduce nested array). +61-46
  • r9370: Moved entity specific definitions to entities subdir. +365-278
  • r9372: Improved detect sensor thresholds by CISCO-ENTITY-SENSOR-MIB. +28-14
  • r9373: More accurate sensor thresholds by CISCO-ENTITY-SENSOR-MIB. +52-1
  • r9374: NAS4Free was renamed to XigmaNAS. +6-2
  • r9375: Fixed display some unrestricted pages for limited users. +121-79
  • r9377: Added function dbInsertMulti() for insert multiple sets of values in single query. +73
  • r9380: Moved snmptranslate arrays to mib definitions. +121-135
  • r9381: Fixed FORCE10-BGP4-V2-MIB definition. +6-4
  • r9382: Added parsing port ifAlias on timos (OBS-2178). +20-1
  • r9383: Improved search in FDB tables. Fixed generate permissions query for unlimited users with multiple entities in request. +128-67
  • r9384: Improved association DOM sensors with ports by MIKROTIK-MIB. +37-7
  • r9385: Added Wavelength sensor class. +45-3
  • r9386: Improved support for MikroTik RouterOS. +25-40
  • r9388: Fixed display FDB entries without vlan. +4-3
  • r9389: Fixed detect VM containers with latest distro script. +16-6
  • r9390: Fixed temperature sensor scale for Ciena Waveserver version above 1.6 (OBS-2753). +8-2
  • r9392: Distro script updated to v2.2. +14-7
  • r9393: Update device graphs array by definitions in rrdtool_update_ng(). +75-11
  • r9394: Added alert device metric: fdb_count. +103-87
  • r9397: Improved support for Nortel/Avaya devices. Added polling/discovery for Vlans/IP addresses/FDB table. +268-11
  • r9398: Detect user remote ip address by alternative headers (ie for Cloudflare). +37-10
  • r9399: Fixed search ip addresses without associated port. +4-2
  • r9400: Fixed insert sensor/status last discovered field (OBS-2756). +2-11
  • r9401: Remote address HTTP header now configurable. By defult it can used only for address logging. To use this http header for session identification, set to TRUE. +90-37
  • r9402: Added very limited list of allowed html tags and entities in escape_html(). +23-2
📦 Other Changes:
  • r9349: Small improve. +1-1
  • r9359: derp. fixed condition. +1-1
  • r9360: derp derp +1-1
  • r9395: remove undone code. -6
Files changed in merge (1813)
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
M html/data.php +1 -1
M html/feed.php +1 -1
M html/geo.php +1 -1
M html/graph.php +3 -2
M html/icons.php +1 -1
A html/images/os/ctc_2x.png +1
A html/images/os/ctc.png +1
A html/images/os/polycom_2x.png +1
A html/images/os/polycom.png +1
A html/images/os/xigmanas_2x.png +1
A html/images/os/xigmanas.png +1
M html/includes/alerting-navbar.inc.php +2 -2
M html/includes/authenticate-functions.inc.php +1 -1
M html/includes/authenticate.inc.php +24 -8
M html/includes/authentication/cas.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php +1 -1
M html/includes/authentication/mysql.inc.php +1 -1
M html/includes/authentication/radius.inc.php +1 -1
M html/includes/cache-data.inc.php +1 -1
M html/includes/contacts-navbar.inc.php +1 -1
M html/includes/customoids-navbar.inc.php +1 -1
M html/includes/entities/cbqos.inc.php +1 -1
M html/includes/entities/device.inc.php +1 -1
M html/includes/entities/generic.inc.php +2 -2
M html/includes/entities/mempool.inc.php +1 -1
M html/includes/entities/netscaler.inc.php +1 -1
M html/includes/entities/netscalersvc.inc.php +1 -1
M html/includes/entities/netscalersvcgrpmem.inc.php +1 -1
M html/includes/entities/netscalervsvr.inc.php +1 -1
M html/includes/entities/oid_entry.inc.php +5 -8
M html/includes/entities/p2pradio.inc.php +1 -1
M html/includes/entities/printersupply.inc.php +1 -1
M html/includes/entities/processor.inc.php +1 -1
M html/includes/entities/pseudowire.inc.php +1 -1
M html/includes/entities/sla.inc.php +1 -1
M html/includes/entities/storage.inc.php +1 -1
M html/includes/entities/virtualmachine.inc.php +1 -1
M html/includes/functions.inc.php +54 -6
M html/includes/graphs/accesspoints/auth.inc.php +1 -1
M html/includes/graphs/accesspoints/channel.inc.php +1 -1
M html/includes/graphs/accesspoints/interference.inc.php +1 -1
M html/includes/graphs/accesspoints/numasoclients.inc.php +1 -1
M html/includes/graphs/accesspoints/nummonbssid.inc.php +1 -1
M html/includes/graphs/accesspoints/nummonclients.inc.php +1 -1
M html/includes/graphs/accesspoints/radioutil.inc.php +1 -1
M html/includes/graphs/accesspoints/txpow.inc.php +1 -1
M html/includes/graphs/alert/auth.inc.php +1 -1
M html/includes/graphs/alert/status.inc.php +1 -1
M html/includes/graphs/altiga_ssl_sessions.inc.php +1 -1
M html/includes/graphs/application/apache_bits.inc.php +1 -1
M html/includes/graphs/application/apache_cpu.inc.php +1 -1
M html/includes/graphs/application/apache_hits.inc.php +1 -1
M html/includes/graphs/application/apache_scoreboard.inc.php +1 -1
M html/includes/graphs/application/asterisk_activecall.inc.php +1 -1
M html/includes/graphs/application/asterisk_peers.inc.php +1 -1
M html/includes/graphs/application/auth.inc.php +1 -1
M html/includes/graphs/application/bind_answers.inc.php +1 -1
M html/includes/graphs/application/bind_cache.inc.php +1 -1
M html/includes/graphs/application/bind_query_in.inc.php +1 -1
M html/includes/graphs/application/bind_query_out.inc.php +1 -1
M html/includes/graphs/application/bind_query_rejected.inc.php +1 -1
M html/includes/graphs/application/bind_req_in.inc.php +1 -1
M html/includes/graphs/application/bind_req_proto.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_dnssec.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_errors.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_queries.inc.php +1 -1
M html/includes/graphs/application/bind_resolv_rtt.inc.php +1 -1
M html/includes/graphs/application/bind_updates.inc.php +1 -1
M html/includes/graphs/application/bind_zone_maint.inc.php +1 -1
M html/includes/graphs/application/ceph_speed.inc.php +1 -1
M html/includes/graphs/application/dhcpkit_msgtypes.inc.php +1 -1
M html/includes/graphs/application/dhcpkit_packets.inc.php +1 -1
M html/includes/graphs/application/dovecot_auth_cache.inc.php +1 -1
M html/includes/graphs/application/dovecot_auth.inc.php +1 -1
M html/includes/graphs/application/dovecot_cache.inc.php +1 -1
M html/includes/graphs/application/dovecot_commands.inc.php +1 -1
M html/includes/graphs/application/dovecot_connected.inc.php +1 -1
M html/includes/graphs/application/dovecot_cpu.inc.php +1 -1
M html/includes/graphs/application/dovecot_io.inc.php +1 -1
M html/includes/graphs/application/dovecot_pages.inc.php +1 -1
M html/includes/graphs/application/dovecot_storage.inc.php +1 -1
M html/includes/graphs/application/dovecot_usage.inc.php +1 -1
M html/includes/graphs/application/drbd_disk_bits.inc.php +1 -1
M html/includes/graphs/application/drbd_network_bits.inc.php +1 -1
M html/includes/graphs/application/drbd_queue.inc.php +1 -1
M html/includes/graphs/application/drbd_unsynced.inc.php +1 -1
M html/includes/graphs/application/exchange_as_curreqs.inc.php +1 -1
M html/includes/graphs/application/exchange_as_pingcmd.inc.php +1 -1
M html/includes/graphs/application/exchange_as_syncmd.inc.php +1 -1
M html/includes/graphs/application/exchange_auto_errors.inc.php +1 -1
M html/includes/graphs/application/exchange_auto_totalreqs.inc.php +1 -1
M html/includes/graphs/application/exchange_is_active.inc.php +1 -1
M html/includes/graphs/application/exchange_is_rpcfail.inc.php +1 -1
M html/includes/graphs/application/exchange_is_rpcreq.inc.php +1 -1
M html/includes/graphs/application/exchange_is_users.inc.php +1 -1
M html/includes/graphs/application/exchange_mb_latency.inc.php +1 -1
M html/includes/graphs/application/exchange_mb_msgs.inc.php +1 -1
M html/includes/graphs/application/exchange_oab_dlcom.inc.php +1 -1
M html/includes/graphs/application/exchange_oab_dlq.inc.php +1 -1
M html/includes/graphs/application/exchange_owa_reqsec.inc.php +1 -1
M html/includes/graphs/application/exchange_owa_rtime.inc.php +1 -1
M html/includes/graphs/application/exchange_owa_users.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_mbque.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_queue.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_smtp.inc.php +1 -1
M html/includes/graphs/application/exchange_trans_subque.inc.php +1 -1
M html/includes/graphs/application/exim_reject.inc.php +1 -1
M html/includes/graphs/application/exim_sent.inc.php +1 -1
M html/includes/graphs/application/exim_spam.inc.php +1 -1
M html/includes/graphs/application/exim-mailqueue_total.inc.php +1 -1
M html/includes/graphs/application/freeradius_accounting.inc.php +1 -1
M html/includes/graphs/application/freeradius_authentication.inc.php +1 -1
M html/includes/graphs/application/ioping_iops.inc.php +1 -1
M html/includes/graphs/application/ioping_speed.inc.php +1 -1
M html/includes/graphs/application/ioping_timing.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_classes.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_eden.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_old_count.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_old_time.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_young_count.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_gc_young_time.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_heap.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_memory_summary.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_nonheap.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_old.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_perm.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_system_uptime.inc.php +1 -1
M html/includes/graphs/application/jvmoverjmx_threads.inc.php +1 -1
M html/includes/graphs/application/mailscanner_reject.inc.php +1 -1
M html/includes/graphs/application/mailscanner_sent.inc.php +1 -1
M html/includes/graphs/application/mailscanner_spam.inc.php +1 -1
M html/includes/graphs/application/memcached_bits.inc.php +1 -1
M html/includes/graphs/application/memcached_commands.inc.php +1 -1
M html/includes/graphs/application/memcached_data.inc.php +1 -1
M html/includes/graphs/application/memcached_items.inc.php +1 -1
M html/includes/graphs/application/memcached_threads.inc.php +1 -1
M html/includes/graphs/application/memcached_uptime.inc.php +1 -1
M html/includes/graphs/application/memcached.inc.php +1 -1
M html/includes/graphs/application/mongodb_commands.inc.php +1 -1
M html/includes/graphs/application/mongodb_connections.inc.php +1 -1
M html/includes/graphs/application/mongodb_mem.inc.php +1 -1
M html/includes/graphs/application/mongodb_network.inc.php +1 -1
M html/includes/graphs/application/mongodb_queue.inc.php +1 -1
M html/includes/graphs/application/mongodb_replication.inc.php +1 -1
M html/includes/graphs/application/mongodb_wired.inc.php +1 -1
M html/includes/graphs/application/mssql_buffer_page.inc.php +1 -1
M html/includes/graphs/application/mssql_buffer_pglife.inc.php +1 -1
M html/includes/graphs/application/mssql_buffer_stalls.inc.php +1 -1
M html/includes/graphs/application/mssql_cpu_usage.inc.php +1 -1
M html/includes/graphs/application/mssql_memory_usage.inc.php +1 -1
M html/includes/graphs/application/mssql_stats.inc.php +1 -1
M html/includes/graphs/application/mysql_command_counters.inc.php +1 -1
M html/includes/graphs/application/mysql_connections.inc.php +1 -1
M html/includes/graphs/application/mysql_files_tables.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_io_pending.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_io.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_log.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_row_operations.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_semaphores.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_transactions.inc.php +1 -1
M html/includes/graphs/application/mysql_myisam_indexes.inc.php +1 -1
M html/includes/graphs/application/mysql_network_traffic.inc.php +1 -1
M html/includes/graphs/application/mysql_query_cache_memory.inc.php +1 -1
M html/includes/graphs/application/mysql_query_cache.inc.php +1 -1
M html/includes/graphs/application/mysql_select_types.inc.php +1 -1
M html/includes/graphs/application/mysql_slow_queries.inc.php +1 -1
M html/includes/graphs/application/mysql_sorts.inc.php +1 -1
M html/includes/graphs/application/mysql_status.inc.php +1 -1
M html/includes/graphs/application/mysql_table_locks.inc.php +1 -1
M html/includes/graphs/application/mysql_temporary_objects.inc.php +1 -1
M html/includes/graphs/application/nfs_nfs2.inc.php +1 -1
M html/includes/graphs/application/nfs_nfs3.inc.php +1 -1
M html/includes/graphs/application/nfs_nfs4.inc.php +1 -1
M html/includes/graphs/application/nfsd_io.inc.php +1 -1
M html/includes/graphs/application/nfsd_net.inc.php +1 -1
M html/includes/graphs/application/nfsd_proc3.inc.php +1 -1
M html/includes/graphs/application/nfsd_rc.inc.php +1 -1
M html/includes/graphs/application/nfsd_rpc.inc.php +1 -1
M html/includes/graphs/application/nginx_connections.inc.php +1 -1
M html/includes/graphs/application/nginx_req.inc.php +1 -1
M html/includes/graphs/application/nptd_uptime.inc.php +1 -1
M html/includes/graphs/application/nsd_axfr.inc.php +1 -1
M html/includes/graphs/application/nsd_memory.inc.php +1 -1
M html/includes/graphs/application/nsd_qtype.inc.php +1 -1
M html/includes/graphs/application/nsd_queries.inc.php +1 -1
M html/includes/graphs/application/nsd_rcode.inc.php +1 -1
M html/includes/graphs/application/nsd_zones.inc.php +1 -1
M html/includes/graphs/application/ntpclient_freq.inc.php +1 -1
M html/includes/graphs/application/ntpclient_stats.inc.php +1 -1
M html/includes/graphs/application/ntpd_bits.inc.php +1 -1
M html/includes/graphs/application/ntpd_buffer.inc.php +1 -1
M html/includes/graphs/application/ntpd_freq.inc.php +1 -1
M html/includes/graphs/application/ntpd_packets.inc.php +1 -1
M html/includes/graphs/application/ntpd_stats.inc.php +1 -1
M html/includes/graphs/application/ntpd_stratum.inc.php +1 -1
M html/includes/graphs/application/ntpd_uptime.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_bits.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_buffer.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_freq.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_packets.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_stats.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_stratum.inc.php +1 -1
M html/includes/graphs/application/ntpdserver_uptime.inc.php +1 -1
M html/includes/graphs/application/openvpn_bits.inc.php +1 -1
M html/includes/graphs/application/openvpn_nclients.inc.php +1 -1
M html/includes/graphs/application/postfix_mailgraph_reject.inc.php +1 -1
M html/includes/graphs/application/postfix_mailgraph_sent.inc.php +1 -1
M html/includes/graphs/application/postfix_mailgraph_spam.inc.php +1 -1
M html/includes/graphs/application/postgresql_blks.inc.php +1 -1
M html/includes/graphs/application/postgresql_connects.inc.php +1 -1
M html/includes/graphs/application/postgresql_queries.inc.php +1 -1
M html/includes/graphs/application/postgresql_tuples_query.inc.php +1 -1
M html/includes/graphs/application/postgresql_tuples.inc.php +1 -1
M html/includes/graphs/application/postgresql_xact.inc.php +1 -1
M html/includes/graphs/application/powerdns_fail.inc.php +1 -1
M html/includes/graphs/application/powerdns_latency.inc.php +1 -1
M html/includes/graphs/application/powerdns_packetcache.inc.php +1 -1
M html/includes/graphs/application/powerdns_queries_udp.inc.php +1 -1
M html/includes/graphs/application/powerdns_queries.inc.php +1 -1
M html/includes/graphs/application/powerdns_querycache.inc.php +1 -1
M html/includes/graphs/application/powerdns_recursing.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_cache.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_cpuload.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_errors.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_hitrate.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_latency.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_limits.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_load.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_outqueries.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_qalatency.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_queries.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_tcpqueries.inc.php +1 -1
M html/includes/graphs/application/powerdns-recursor_timeouts.inc.php +1 -1
M html/includes/graphs/application/shoutcast_bits.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_bits.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +1 -1
M html/includes/graphs/application/shoutcast_stats.inc.php +1 -1
M html/includes/graphs/application/unbound_class.inc.php +1 -1
M html/includes/graphs/application/unbound_flags.inc.php +1 -1
M html/includes/graphs/application/unbound_memory.inc.php +1 -1
M html/includes/graphs/application/unbound_opcode.inc.php +1 -1
M html/includes/graphs/application/unbound_qtype.inc.php +1 -1
M html/includes/graphs/application/unbound_queries.inc.php +1 -1
M html/includes/graphs/application/unbound_queue.inc.php +1 -1
M html/includes/graphs/application/unbound_rcode.inc.php +1 -1
M html/includes/graphs/application/varnish_backend.inc.php +1 -1
M html/includes/graphs/application/varnish_cache.inc.php +1 -1
M html/includes/graphs/application/varnish_lru.inc.php +1 -1
M html/includes/graphs/application/vmwaretools_cpu.inc.php +1 -1
M html/includes/graphs/application/vmwaretools_mem.inc.php +1 -1
M html/includes/graphs/application/zimbra_connections.inc.php +1 -1
M html/includes/graphs/application/zimbra_fdcount.inc.php +1 -1
M html/includes/graphs/application/zimbra_jvmthreads.inc.php +1 -1
M html/includes/graphs/application/zimbra_mtaqueue.inc.php +1 -1
M html/includes/graphs/application/zimbra_threads.inc.php +1 -1
M html/includes/graphs/atmvp/auth.inc.php +1 -1
M html/includes/graphs/atmvp/bits.inc.php +1 -1
M html/includes/graphs/atmvp/cells.inc.php +1 -1
M html/includes/graphs/atmvp/errors.inc.php +1 -1
M html/includes/graphs/atmvp/packets.inc.php +1 -1
M html/includes/graphs/bgp/auth.inc.php +2 -2
M html/includes/graphs/bgp/graph.inc.php +1 -1
M html/includes/graphs/bgp/updates.inc.php +1 -1
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/bill/bits.inc.php +1 -1
M html/includes/graphs/c6kxbar/auth.inc.php +1 -1
M html/includes/graphs/c6kxbar/util.inc.php +1 -1
M html/includes/graphs/cbqos/auth.inc.php +1 -1
M html/includes/graphs/cbqos/bits_drop.inc.php +1 -1
M html/includes/graphs/cbqos/bits_post.inc.php +1 -1
M html/includes/graphs/cbqos/bits_pre.inc.php +1 -1
M html/includes/graphs/cbqos/bits.inc.php +1 -1
M html/includes/graphs/cbqos/pkts_drop.inc.php +1 -1
M html/includes/graphs/cbqos/pkts_post.inc.php +1 -1
M html/includes/graphs/cbqos/pkts_pre.inc.php +1 -1
M html/includes/graphs/cbqos/pkts.inc.php +1 -1
M html/includes/graphs/cefswitching/auth.inc.php +1 -1
M html/includes/graphs/cefswitching/graph.inc.php +1 -1
M html/includes/graphs/common.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/customer/bits.inc.php +1 -1
M html/includes/graphs/customoid/auth.inc.php +1 -1
M html/includes/graphs/customoid/graph.inc.php +1 -1
M html/includes/graphs/device/arubacontroller_numaps.inc.php +1 -1
M html/includes/graphs/device/arubacontroller_numclients.inc.php +1 -1
M html/includes/graphs/device/asyncos_workq.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -1
M html/includes/graphs/device/availability.inc.php +1 -1
M html/includes/graphs/device/bits.inc.php +1 -1
M html/includes/graphs/device/bluecoat_cache.inc.php +1 -1
M html/includes/graphs/device/bluecoat_http_client.inc.php +1 -1
M html/includes/graphs/device/bluecoat_http_server.inc.php +1 -1
M html/includes/graphs/device/bluecoat_server.inc.php +1 -1
M html/includes/graphs/device/bluecoat_tcp_est.inc.php +1 -1
M html/includes/graphs/device/bluecoat_tcp.inc.php +1 -1
M html/includes/graphs/device/bng_active_sessions.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_bits.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_pkts.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_stats.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_tunnels.inc.php +1 -1
M html/includes/graphs/device/cras_sessions.inc.php +1 -1
M html/includes/graphs/device/definition.inc.php +1 -1
M html/includes/graphs/device/diskio_bits.inc.php +1 -1
M html/includes/graphs/device/diskio_common.inc.php +1 -1
M html/includes/graphs/device/diskio_ops.inc.php +1 -1
M html/includes/graphs/device/diskio.inc.php +1 -1
M html/includes/graphs/device/edac_errors.inc.php +1 -1
M html/includes/graphs/device/firewall_sessions_ipv4.inc.php +1 -1
M html/includes/graphs/device/fortigate_cpu.inc.php +1 -1
M html/includes/graphs/device/fortigate_sessions.inc.php +1 -1
M html/includes/graphs/device/fuser.inc.php +1 -1
M html/includes/graphs/device/graph.inc.php +1 -1
M html/includes/graphs/device/imagingdrum.inc.php +1 -1
M html/includes/graphs/device/imagingdrums.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv4.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv6.inc.php +1 -1
M html/includes/graphs/device/ipSystemStats.inc.php +1 -1
M html/includes/graphs/device/juniperive_connections.inc.php +1 -1
M html/includes/graphs/device/juniperive_meetings.inc.php +1 -1
M html/includes/graphs/device/juniperive_storage.inc.php +1 -1
M html/includes/graphs/device/juniperive_users.inc.php +1 -1
M html/includes/graphs/device/ksm_pages.inc.php +1 -1
M html/includes/graphs/device/mempool.inc.php +1 -1
M html/includes/graphs/device/netapp_cp_ops.inc.php +1 -1
M html/includes/graphs/device/netapp_disk_io.inc.php +1 -1
M html/includes/graphs/device/netapp_net_io.inc.php +1 -1
M html/includes/graphs/device/netapp_ops.inc.php +1 -1
M html/includes/graphs/device/netapp_tape_io.inc.php +1 -1
M html/includes/graphs/device/NETAPP-MIB_disk_io.inc.php +1 -1
M html/includes/graphs/device/NETAPP-MIB_net_io.inc.php +1 -1
M html/includes/graphs/device/NETAPP-MIB_tape_io.inc.php +1 -1
M html/includes/graphs/device/netscaler_common_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_client.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_clientserver.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_current.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_server.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_spare.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_flushed.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_halfclosed.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_halfopen.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_zombie_packets.inc.php +1 -1
M html/includes/graphs/device/netscaler_cookie_rejected.inc.php +1 -1
M html/includes/graphs/device/netscaler_data_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_out_of_order.inc.php +1 -1
M html/includes/graphs/device/netscaler_retransmission_error.inc.php +1 -1
M html/includes/graphs/device/netscaler_retransmit_err.inc.php +1 -1
M html/includes/graphs/device/netscaler_rst_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_syn_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_syn_stats.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_bits.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_conn.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errfastretransmissions.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errfullretransmit.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errpartialretransmit.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errretransmit.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errretransmitgiveup.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errxretransmissions.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_bits.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_common.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_conns.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_reqs.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_surge.inc.php +1 -1
M html/includes/graphs/device/netscalersvc_ttfb.inc.php +1 -1
M html/includes/graphs/device/netscalersvc.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_bits.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_common.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_conns.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_reqs.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem_ttfb.inc.php +1 -1
M html/includes/graphs/device/netscalersvcgrpmem.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_bits.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_conns.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_hitmiss.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_pkts.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr_reqs.inc.php +1 -1
M html/includes/graphs/device/netscalervsvr.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip6_frag.inc.php +1 -1
M html/includes/graphs/device/netstat_arista_sw_ip6.inc.php +1 -1
M html/includes/graphs/device/netstat_icmp_info.inc.php +1 -1
M html/includes/graphs/device/netstat_icmp.inc.php +1 -1
M html/includes/graphs/device/netstat_ip_frag.inc.php +1 -1
M html/includes/graphs/device/netstat_ip.inc.php +1 -1
M html/includes/graphs/device/netstat_snmp_packets.inc.php +1 -1
M html/includes/graphs/device/netstat_snmp_stats.inc.php +1 -1
M html/includes/graphs/device/netstat_tcp_currestab.inc.php +1 -1
M html/includes/graphs/device/netstat_tcp_segments.inc.php +1 -1
M html/includes/graphs/device/netstat_tcp_stats.inc.php +1 -1
M html/includes/graphs/device/netstat_udp_datagrams.inc.php +1 -1
M html/includes/graphs/device/netstat_udp_errors.inc.php +1 -1
M html/includes/graphs/device/nfsen_common.inc.php +1 -1
M html/includes/graphs/device/nfsen_flows.inc.php +1 -1
M html/includes/graphs/device/nfsen_packets.inc.php +1 -1
M html/includes/graphs/device/nfsen_traffic.inc.php +1 -1
M html/includes/graphs/device/pagecount.inc.php +1 -1
M html/includes/graphs/device/panos_sessions.inc.php +1 -1
M html/includes/graphs/device/printersupplies_cleanerunit.inc.php +1 -1
M html/includes/graphs/device/printersupplies_developer.inc.php +1 -1
M html/includes/graphs/device/printersupplies_drum.inc.php +1 -1
M html/includes/graphs/device/printersupplies_fuser.inc.php +1 -1
M html/includes/graphs/device/printersupplies_ink.inc.php +1 -1
M html/includes/graphs/device/printersupplies_other.inc.php +1 -1
M html/includes/graphs/device/printersupplies_toner.inc.php +1 -1
M html/includes/graphs/device/printersupplies_transferunit.inc.php +1 -1
M html/includes/graphs/device/printersupplies_wasteink.inc.php +1 -1
M html/includes/graphs/device/printersupplies_wastetoner.inc.php +1 -1
M html/includes/graphs/device/printersupplies.inc.php +1 -1
M html/includes/graphs/device/processor_separate.inc.php +1 -1
M html/includes/graphs/device/processor_stack.inc.php +1 -1
M html/includes/graphs/device/processor.inc.php +1 -1
M html/includes/graphs/device/screenos_sessions.inc.php +1 -1
M html/includes/graphs/device/sensor.inc.php +1 -1
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +1 -1
M html/includes/graphs/device/smokeping_all_common.inc.php +1 -1
M html/includes/graphs/device/smokeping_common.inc.php +1 -1
M html/includes/graphs/device/smokeping_in_all_avg.inc.php +1 -1
M html/includes/graphs/device/smokeping_in_all.inc.php +1 -1
M html/includes/graphs/device/smokeping_out_all_avg.inc.php +1 -1
M html/includes/graphs/device/smokeping_out_all.inc.php +1 -1
M html/includes/graphs/device/status.inc.php +1 -1
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/device/transferroller.inc.php +1 -1
M html/includes/graphs/device/ucd_cpu.inc.php +1 -1
M html/includes/graphs/device/ucd_io.inc.php +1 -1
M html/includes/graphs/device/ucd_memory.inc.php +1 -1
M html/includes/graphs/device/ucd_ss_cpu.inc.php +1 -1
M html/includes/graphs/device/ucd_swap_io.inc.php +1 -1
M html/includes/graphs/device/vpdn_sessions_l2tp.inc.php +1 -1
M html/includes/graphs/device/vpdn_tunnels_l2tp.inc.php +1 -1
M html/includes/graphs/device/wastebox.inc.php +1 -1
M html/includes/graphs/device/wifi_clients.inc.php +1 -1
M html/includes/graphs/device/xdsl_bits.inc.php +1 -1
M html/includes/graphs/diskio/auth.inc.php +1 -1
M html/includes/graphs/diskio/bits.inc.php +1 -1
M html/includes/graphs/diskio/ops.inc.php +1 -1
M html/includes/graphs/eigrppeer/auth.inc.php +1 -1
M html/includes/graphs/eigrppeer/graph.inc.php +1 -1
M html/includes/graphs/eigrpport/auth.inc.php +1 -1
M html/includes/graphs/eigrpport/packets.inc.php +1 -1
M html/includes/graphs/functions.inc.php +1 -1
M html/includes/graphs/generic_data.inc.php +1 -1
M html/includes/graphs/generic_definition.inc.php +1 -1
M html/includes/graphs/generic_duplex.inc.php +1 -1
M html/includes/graphs/generic_multi_bits_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_data_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_data.inc.php +1 -1
M html/includes/graphs/generic_multi_group_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_group_simplex_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_line.inc.php +1 -1
M html/includes/graphs/generic_multi_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 -1
M html/includes/graphs/generic_multi.inc.php +1 -1
M html/includes/graphs/generic_simplex.inc.php +1 -1
M html/includes/graphs/global/auth.inc.php +1 -1
M html/includes/graphs/global/jnx_cos_queues.inc.php +1 -1
M html/includes/graphs/global/poller_time_separate.inc.php +1 -1
M html/includes/graphs/global/poller_time.inc.php +1 -1
M html/includes/graphs/global/poller.inc.php +1 -1
M html/includes/graphs/global/pollermod.inc.php +1 -1
M html/includes/graphs/global/pollermods.inc.php +1 -1
M html/includes/graphs/global/processor_separate.inc.php +1 -1
M html/includes/graphs/global/processor_stack.inc.php +1 -1
M html/includes/graphs/global/sros_queues.inc.php +1 -1
M html/includes/graphs/graph.inc.php +1 -1
M html/includes/graphs/ipsectunnel/auth.inc.php +1 -1
M html/includes/graphs/ipsectunnel/bits.inc.php +1 -1
M html/includes/graphs/ipsectunnel/pkts.inc.php +1 -1
M html/includes/graphs/lb-pool-member/auth.inc.php +1 -1
M html/includes/graphs/lb-pool-member/bits.inc.php +1 -1
M html/includes/graphs/lb-pool-member/conns.inc.php +1 -1
M html/includes/graphs/lb-snatpool/auth.inc.php +1 -1
M html/includes/graphs/lb-snatpool/bits.inc.php +1 -1
M html/includes/graphs/lb-snatpool/conns.inc.php +1 -1
M html/includes/graphs/lb-snatpool/cur_conns.inc.php +1 -1
M html/includes/graphs/lb-virtual/auth.inc.php +1 -1
M html/includes/graphs/lb-virtual/bits.inc.php +1 -1
M html/includes/graphs/lb-virtual/conns.inc.php +1 -1
M html/includes/graphs/legend.inc.php +1 -1
M html/includes/graphs/location/auth.inc.php +1 -1
M html/includes/graphs/location/bits.inc.php +1 -1
M html/includes/graphs/macaccounting/auth.inc.php +1 -1
M html/includes/graphs/macaccounting/bits.inc.php +1 -1
M html/includes/graphs/macaccounting/pkts.inc.php +1 -1
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/mempool/usage.inc.php +1 -1
M html/includes/graphs/minute_multi_line.inc.php +1 -1
M html/includes/graphs/multi-customoid/auth.inc.php +1 -1
M html/includes/graphs/multi-customoid/line.inc.php +1 -1
M html/includes/graphs/multi-customoid/stacked.inc.php +1 -1
M html/includes/graphs/multi-mempool/auth.inc.php +1 -1
M html/includes/graphs/multi-mempool/usage.inc.php +1 -1
M html/includes/graphs/multi-port/auth.inc.php +1 -1
M html/includes/graphs/multi-port/bcastpkts.inc.php +1 -1
M html/includes/graphs/multi-port/bits_duo_separate.inc.php +1 -1
M html/includes/graphs/multi-port/bits_duo.inc.php +1 -1
M html/includes/graphs/multi-port/bits_old.inc.php +1 -1
M html/includes/graphs/multi-port/bits_separate.inc.php +1 -1
M html/includes/graphs/multi-port/bits_trio_compare.inc.php +1 -1
M html/includes/graphs/multi-port/bits_trio.inc.php +1 -1
M html/includes/graphs/multi-port/bits.inc.php +1 -1
M html/includes/graphs/multi-port/discards.inc.php +1 -1
M html/includes/graphs/multi-port/errors.inc.php +1 -1
M html/includes/graphs/multi-port/groups_bits.inc.php +1 -1
M html/includes/graphs/multi-port/ipv6_bits.inc.php +1 -1
M html/includes/graphs/multi-port/mcastpkts.inc.php +1 -1
M html/includes/graphs/multi-port/upkts.inc.php +1 -1
M html/includes/graphs/multi-processor/auth.inc.php +1 -1
M html/includes/graphs/multi-processor/usage.inc.php +1 -1
M html/includes/graphs/multi-sensor/auth.inc.php +1 -1
M html/includes/graphs/multi-sensor/graph.inc.php +1 -1
M html/includes/graphs/multi-sensor/stacked.inc.php +1 -1
M html/includes/graphs/multi-status/auth.inc.php +1 -1
M html/includes/graphs/multi-status/graph.inc.php +1 -1
M html/includes/graphs/multi-storage/auth.inc.php +1 -1
M html/includes/graphs/multi-storage/bytes_stacked.inc.php +1 -1
M html/includes/graphs/multi-storage/perc_stacked.inc.php +1 -1
M html/includes/graphs/multi-storage/usage.inc.php +1 -1
M html/includes/graphs/munin/auth.inc.php +1 -1
M html/includes/graphs/munin/graph.inc.php +1 -1
M html/includes/graphs/netscalersvc/auth.inc.php +1 -1
M html/includes/graphs/netscalersvc/bits.inc.php +1 -1
M html/includes/graphs/netscalersvc/conns.inc.php +1 -1
M html/includes/graphs/netscalersvc/pkts.inc.php +1 -1
M html/includes/graphs/netscalersvc/reqs.inc.php +1 -1
M html/includes/graphs/netscalersvc/surge.inc.php +1 -1
M html/includes/graphs/netscalersvc/ttfb.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/auth.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/bits.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/conns.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/pkts.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/reqs.inc.php +1 -1
M html/includes/graphs/netscalersvcgrpmem/ttfb.inc.php +1 -1
M html/includes/graphs/netscalervsvr/auth.inc.php +1 -1
M html/includes/graphs/netscalervsvr/bits.inc.php +1 -1
M html/includes/graphs/netscalervsvr/conns.inc.php +1 -1
M html/includes/graphs/netscalervsvr/hitmiss.inc.php +1 -1
M html/includes/graphs/netscalervsvr/pkts.inc.php +1 -1
M html/includes/graphs/netscalervsvr/reqs.inc.php +1 -1
M html/includes/graphs/old_generic_simplex.inc.php +1 -1
M html/includes/graphs/p2pradio/auth.inc.php +1 -1
M html/includes/graphs/p2pradio/capacity.inc.php +1 -1
M html/includes/graphs/p2pradio/gain.inc.php +1 -1
M html/includes/graphs/p2pradio/power.inc.php +1 -1
M html/includes/graphs/p2pradio/rmse.inc.php +1 -1
M html/includes/graphs/p2pradio/rxlevel.inc.php +1 -1
M html/includes/graphs/p2pradio/symbol_rates.inc.php +1 -1
M html/includes/graphs/poller/auth.inc.php +1 -1
M html/includes/graphs/port/adsl_attainable.inc.php +1 -1
M html/includes/graphs/port/adsl_attenuation.inc.php +1 -1
M html/includes/graphs/port/adsl_power.inc.php +1 -1
M html/includes/graphs/port/adsl_snr.inc.php +1 -1
M html/includes/graphs/port/adsl_speed.inc.php +1 -1
M html/includes/graphs/port/auth.inc.php +1 -1
M html/includes/graphs/port/bits.inc.php +1 -1
M html/includes/graphs/port/discards.inc.php +1 -1
M html/includes/graphs/port/errors.inc.php +1 -1
M html/includes/graphs/port/etherlike.inc.php +1 -1
M html/includes/graphs/port/fdb_count.inc.php +1 -1
M html/includes/graphs/port/jnx_cos_queue.inc.php +1 -1
M html/includes/graphs/port/jnx_cos_queues_common.inc.php +1 -1
M html/includes/graphs/port/jnx_QedBytes.inc.php +1 -1
M html/includes/graphs/port/jnx_QedPkts.inc.php +1 -1
M html/includes/graphs/port/jnx_TailDropPkts.inc.php +1 -1
M html/includes/graphs/port/jnx_TotalRedDropBytes.inc.php +1 -1
M html/includes/graphs/port/jnx_TotalRedDropPkts.inc.php +1 -1
M html/includes/graphs/port/mac_acc_total.inc.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +1 -1
M html/includes/graphs/port/pagp_bits.inc.php +1 -1
M html/includes/graphs/port/percent.inc.php +1 -1
M html/includes/graphs/port/pktsize.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressDroOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_EgressFwdOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressDroOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdInProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdInProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdOutProfOcts.inc.php +1 -1
M html/includes/graphs/port/sros_IngressFwdOutProfPkts.inc.php +1 -1
M html/includes/graphs/port/sros_queue.inc.php +1 -1
M html/includes/graphs/port/sros_queues_common.inc.php +1 -1
M html/includes/graphs/port/upkts.inc.php +1 -1
M html/includes/graphs/printersupply/auth.inc.php +1 -1
M html/includes/graphs/printersupply/usage.inc.php +1 -1
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/processor/usage.inc.php +1 -1
M html/includes/graphs/pseudowire/auth.inc.php +1 -1
M html/includes/graphs/pseudowire/bits.inc.php +1 -1
M html/includes/graphs/pseudowire/pkts.inc.php +1 -1
M html/includes/graphs/rserver/auth.inc.php +1 -1
M html/includes/graphs/rserver/curr.inc.php +1 -1
M html/includes/graphs/rserver/failed.inc.php +1 -1
M html/includes/graphs/rserver/total.inc.php +1 -1
M html/includes/graphs/sensor/airflow.inc.php +1 -1
M html/includes/graphs/sensor/apower.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/sensor/counter.inc.php +1 -1
M html/includes/graphs/sensor/crestfactor.inc.php +1 -1
M html/includes/graphs/sensor/current.inc.php +1 -1
M html/includes/graphs/sensor/dbm.inc.php +1 -1
M html/includes/graphs/sensor/dewpoint.inc.php +1 -1
M html/includes/graphs/sensor/dust.inc.php +1 -1
M html/includes/graphs/sensor/fanspeed.inc.php +1 -1
M html/includes/graphs/sensor/frequency.inc.php +1 -1
M html/includes/graphs/sensor/graph.inc.php +1 -1
M html/includes/graphs/sensor/illuminance.inc.php +1 -1
M html/includes/graphs/sensor/impedence.inc.php +1 -1
M html/includes/graphs/sensor/percent.inc.php +1 -1
M html/includes/graphs/sensor/power.inc.php +1 -1
M html/includes/graphs/sensor/powerfactor.inc.php +1 -1
M html/includes/graphs/sensor/pressure.inc.php +1 -1
M html/includes/graphs/sensor/resistance.inc.php +1 -1
M html/includes/graphs/sensor/rpower.inc.php +1 -1
M html/includes/graphs/sensor/runtime.inc.php +1 -1
M html/includes/graphs/sensor/snr.inc.php +1 -1
M html/includes/graphs/sensor/sound.inc.php +1 -1
M html/includes/graphs/sensor/state.inc.php +1 -1
M html/includes/graphs/sensor/temperature.inc.php +1 -1
M html/includes/graphs/sensor/velocity.inc.php +1 -1
M html/includes/graphs/sensor/voltage.inc.php +1 -1
M html/includes/graphs/sensor/volume.inc.php +1 -1
M html/includes/graphs/sensor/waterflow.inc.php +1 -1
A html/includes/graphs/sensor/wavelength.inc.php +34
M html/includes/graphs/service/auth.inc.php +1 -1
M html/includes/graphs/service/availability.inc.php +1 -1
M html/includes/graphs/sla/auth.inc.php +1 -1
M html/includes/graphs/sla/graph.inc.php +1 -1
M html/includes/graphs/sla/jitter.inc.php +1 -1
M html/includes/graphs/smokeping/auth.inc.php +1 -1
M html/includes/graphs/smokeping/in.inc.php +1 -1
M html/includes/graphs/smokeping/out.inc.php +1 -1
M html/includes/graphs/status/auth.inc.php +1 -1
M html/includes/graphs/status/graph.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +1 -1
M html/includes/graphs/vserver/auth.inc.php +1 -1
M html/includes/graphs/vserver/bits.inc.php +1 -1
M html/includes/graphs/vserver/conns.inc.php +1 -1
M html/includes/graphs/vserver/pkts.inc.php +1 -1
M html/includes/graphs/wifi/auth.inc.php +1 -1
M html/includes/graphs/wifi/clientfailedassociations.inc.php +1 -1
M html/includes/graphs/wifi/noisefloor.inc.php +1 -1
M html/includes/graphs/wifi/refusedconnectioncount.inc.php +1 -1
M html/includes/graphs/wifi/resetcount.inc.php +1 -1
M html/includes/graphs/wifi/retransmitoctet.inc.php +1 -1
M html/includes/graphs/wifi/txretriescount.inc.php +1 -1
M html/includes/graphs/wifi/usersessions.inc.php +1 -1
M html/includes/graphs/wifiradio/auth.inc.php +1 -1
M html/includes/graphs/wifiradio/bits.inc.php +1 -1
M html/includes/graphs/wifiradio/clients.inc.php +1 -1
M html/includes/graphs/wifiradio/frames.inc.php +1 -1
M html/includes/graphs/wifiradio/rxerrors.inc.php +1 -1
M html/includes/graphs/XXX_device_memory_windows.inc.php +1 -1
M html/includes/group_edit.inc.php +1 -1
M html/includes/group-navbar.inc.php +1 -1
M html/includes/maintenance-navbar.inc.php +1 -1
M html/includes/map/google-mc.inc.php +1 -1
M html/includes/map/google.inc.php +1 -1
M html/includes/map/leaflet.inc.php +1 -1
M html/includes/navbar.inc.php +11 -5
A html/includes/notifications.inc.php +122
M html/includes/panels/default.inc.php +1 -1
M html/includes/port-edit.inc.php +1 -1
M html/includes/print-accesspoint-graphs.inc.php +1 -1
M html/includes/print-accesspoint.inc.php +1 -1
M html/includes/print-device-graph.php +1 -1
M html/includes/print-interface-adsl.inc.php +1 -1
M html/includes/print-service.inc.php +1 -1
M html/includes/print-vlan.inc.php +1 -1
M html/includes/print-vrf.inc.php +1 -1
M html/includes/print/addresses.inc.php +44 -31
M html/includes/print/alert_log.inc.php +1 -1
M html/includes/print/alert.inc.php +1 -1
M html/includes/print/arptable.inc.php +1 -1
M html/includes/print/authlog.inc.php +1 -1
M html/includes/print/common.inc.php +1 -1
M html/includes/print/dot1xtable.inc.php +1 -1
M html/includes/print/events.inc.php +42 -13
M html/includes/print/fdbtable.inc.php +122 -68
M html/includes/print/inventory.inc.php +1 -1
M html/includes/print/logalert.inc.php +1 -1
M html/includes/print/mac_addresses.inc.php +1 -1
M html/includes/print/navbar.inc.php +14 -2
M html/includes/print/neighbours.inc.php +1 -1
M html/includes/print/routing.inc.php +6 -6
M html/includes/print/rows.inc.php +1 -1
M html/includes/print/search.inc.php +1 -1
M html/includes/print/status.inc.php +2 -2
M html/includes/search/accesspoints.inc.php +1 -1
M html/includes/search/devices.inc.php +1 -1
M html/includes/search/inventory.inc.php +1 -1
M html/includes/search/ip-addresses.inc.php +1 -1
M html/includes/search/sensors.inc.php +1 -1
M html/includes/search/slas.inc.php +1 -1
M html/includes/search/status.inc.php +1 -1
M html/includes/service-delete.inc.php +1 -1
M html/includes/status-summary.inc.php +1 -1
M html/includes/widgets/graph.inc.php +1 -1
M html/index.php +24 -71
M html/map.php +1 -1
M html/pages/about.inc.php +52 -43
M html/pages/add_alert_check.inc.php +1 -1
M html/pages/add_syslog_rule.inc.php +1 -1
M html/pages/addhost.inc.php +10 -10
M html/pages/addsrv.inc.php +1 -1
M html/pages/adduser.inc.php +1 -1
M html/pages/alert_check.inc.php +1 -1
M html/pages/alert_checks.inc.php +1 -1
M html/pages/alert_log.inc.php +1 -1
M html/pages/alert_maintenance_add.inc.php +1 -1
M html/pages/alert_maintenance.inc.php +1 -1
M html/pages/alert_regenerate.inc.php +1 -1
M html/pages/alerts.inc.php +1 -1
M html/pages/apps.inc.php +1 -1
M html/pages/apps/default.inc.php +1 -1
M html/pages/apps/overview.inc.php +1 -1
M html/pages/authlog.inc.php +1 -1
M html/pages/bill/actions.inc.php +1 -1
M html/pages/bill/api.inc.php +1 -1
M html/pages/bill/delete.inc.php +1 -1
M html/pages/bill/edit.inc.php +1 -1
M html/pages/bill/history.inc.php +1 -1
M html/pages/bill/infoboxes.inc.php +1 -1
M html/pages/bill/navbar.inc.php +1 -1
M html/pages/bill/pdf_css.inc.php +1 -1
M html/pages/bill/pdf_history.inc.php +1 -1
M html/pages/bill/ports.inc.php +1 -1
M html/pages/bill/quick.inc.php +1 -1
M html/pages/bill/reset.inc.php +1 -1
M html/pages/bill/transfer.inc.php +1 -1
M html/pages/bills.inc.php +1 -1
M html/pages/bills/add.inc.php +1 -1
M html/pages/bills/month.inc.php +1 -1
M html/pages/bills/search.inc.php +1 -1
M html/pages/bills/searchaction.inc.php +1 -1
M html/pages/contact.inc.php +1 -1
M html/pages/contacts.inc.php +1 -1
M html/pages/customers.inc.php +1 -1
M html/pages/customoid.inc.php +1 -1
M html/pages/customoids.inc.php +1 -1
M html/pages/deleted-ports.inc.php +1 -1
M html/pages/delhost.inc.php +1 -1
M html/pages/delsrv.inc.php +1 -1
M html/pages/device.inc.php +1 -1
M html/pages/device/accesspoint.inc.php +1 -1
M html/pages/device/accesspoints.inc.php +1 -1
M html/pages/device/alert.inc.php +1 -1
M html/pages/device/alerts.inc.php +1 -1
M html/pages/device/apps.inc.php +1 -1
M html/pages/device/apps/apache.inc.php +1 -1
M html/pages/device/apps/app_navbar.inc.php +1 -1
M html/pages/device/apps/asterisk.inc.php +1 -1
M html/pages/device/apps/bind.inc.php +1 -1
M html/pages/device/apps/ceph.inc.php +1 -1
M html/pages/device/apps/dhcpkit.inc.php +1 -1
M html/pages/device/apps/dovecot.inc.php +1 -1
M html/pages/device/apps/drbd.inc.php +1 -1
M html/pages/device/apps/exchange.inc.php +1 -1
M html/pages/device/apps/exim-mailqueue.inc.php +1 -1
M html/pages/device/apps/exim.inc.php +1 -1
M html/pages/device/apps/freeradius.inc.php +1 -1
M html/pages/device/apps/ioping.inc.php +1 -1
M html/pages/device/apps/jvmoverjmx.inc.php +1 -1
M html/pages/device/apps/mailscanner.inc.php +1 -1
M html/pages/device/apps/memcached.inc.php +1 -1
M html/pages/device/apps/mongodb.inc.php +1 -1
M html/pages/device/apps/mssql.inc.php +1 -1
M html/pages/device/apps/mssql/memory.inc.php +1 -1
M html/pages/device/apps/mssql/processor.inc.php +1 -1
M html/pages/device/apps/mysql.inc.php +1 -1
M html/pages/device/apps/nfs.inc.php +1 -1
M html/pages/device/apps/nfsd.inc.php +1 -1
M html/pages/device/apps/nginx.inc.php +1 -1
M html/pages/device/apps/nsd.inc.php +1 -1
M html/pages/device/apps/ntp-client.inc.php +1 -1
M html/pages/device/apps/ntpd-server.inc.php +1 -1
M html/pages/device/apps/ntpd.inc.php +1 -1
M html/pages/device/apps/openvpn.inc.php +1 -1
M html/pages/device/apps/postfix_mailgraph.inc.php +1 -1
M html/pages/device/apps/postgresql.inc.php +1 -1
M html/pages/device/apps/powerdns-recursor.inc.php +1 -1
M html/pages/device/apps/powerdns.inc.php +1 -1
M html/pages/device/apps/shoutcast.inc.php +1 -1
M html/pages/device/apps/unbound.inc.php +1 -1
M html/pages/device/apps/varnish.inc.php +1 -1
M html/pages/device/apps/vmwaretools.inc.php +1 -1
M html/pages/device/apps/zimbra.inc.php +1 -1
M html/pages/device/data.inc.php +1 -1
M html/pages/device/edit.inc.php +1 -1
M html/pages/device/edit/agent.inc.php +1 -1
M html/pages/device/edit/alerts.inc.php +1 -1
M html/pages/device/edit/apps.inc.php +1 -1
M html/pages/device/edit/delete.inc.php +1 -1
M html/pages/device/edit/device.inc.php +1 -1
M html/pages/device/edit/geo.inc.php +1 -1
M html/pages/device/edit/graphs.inc.php +1 -1
M html/pages/device/edit/icon.inc.php +1 -1
M html/pages/device/edit/ipmi.inc.php +1 -1
M html/pages/device/edit/mibs.inc.php +1 -1
M html/pages/device/edit/netscaler_svcs.inc.php +1 -1
M html/pages/device/edit/netscaler_vsvrs.inc.php +1 -1
M html/pages/device/edit/ports.inc.php +5 -4
M html/pages/device/edit/sensors.inc.php +1 -1
M html/pages/device/edit/services.inc.php +1 -1
M html/pages/device/edit/snmp.inc.php +1 -1
M html/pages/device/edit/ssh.inc.php +1 -1
M html/pages/device/edit/wmi.inc.php +1 -1
M html/pages/device/entphysical.inc.php +1 -1
M html/pages/device/graphs.inc.php +1 -1
M html/pages/device/health/dbm.inc.php +1 -1
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/mempool.inc.php +1 -1
M html/pages/device/health/processor.inc.php +1 -1
M html/pages/device/health/sensors.inc.php +1 -1
M html/pages/device/health/status.inc.php +1 -1
M html/pages/device/health/storage.inc.php +1 -1
M html/pages/device/hrdevice.inc.php +1 -1
M html/pages/device/latency.inc.php +1 -1
M html/pages/device/loadbalancer.inc.php +1 -1
M html/pages/device/loadbalancer/lb_pools.inc.php +1 -1
M html/pages/device/loadbalancer/lb_snatpools.inc.php +1 -1
M html/pages/device/loadbalancer/lb_virtuals.inc.php +1 -1
M html/pages/device/loadbalancer/loadbalancer_rservers.inc.php +1 -1
M html/pages/device/loadbalancer/loadbalancer_vservers.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_servicegroupmembers.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_services.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +1 -1
M html/pages/device/logs.inc.php +1 -1
M html/pages/device/logs/alertlog.inc.php +1 -1
M html/pages/device/logs/eventlog.inc.php +1 -1
M html/pages/device/logs/syslog.inc.php +1 -1
M html/pages/device/munin.inc.php +1 -1
M html/pages/device/nfsen.inc.php +1 -1
M html/pages/device/notes.inc.php +1 -1
M html/pages/device/overview-normal.inc.php +1 -1
M html/pages/device/overview-wide.inc.php +1 -1
M html/pages/device/overview.inc.php +1 -1
M html/pages/device/overview/alertlog.inc.php +1 -1
M html/pages/device/overview/alerts.inc.php +1 -1
M html/pages/device/overview/c6kxbar.inc.php +1 -1
M html/pages/device/overview/events.inc.php +1 -1
M html/pages/device/overview/information_extended.inc.php +1 -1
M html/pages/device/overview/information.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/overview/printersupplies.inc.php +1 -1
M html/pages/device/overview/processors-unix.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +1 -1
M html/pages/device/overview/sensors.inc.php +8 -2
M html/pages/device/overview/services.inc.php +1 -1
M html/pages/device/overview/status.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/syslog.inc.php +1 -1
M html/pages/device/overview/ucd_mem.inc.php +1 -1
M html/pages/device/p2pradios.inc.php +1 -1
M html/pages/device/packages.inc.php +1 -1
M html/pages/device/perf.inc.php +1 -1
M html/pages/device/port.inc.php +1 -1
M html/pages/device/port/adsl.inc.php +1 -1
M html/pages/device/port/alertlog.inc.php +1 -1
M html/pages/device/port/alerts.inc.php +1 -1
M html/pages/device/port/arp.inc.php +1 -1
M html/pages/device/port/cbqos.inc.php +1 -1
M html/pages/device/port/data.inc.php +1 -1
M html/pages/device/port/events.inc.php +1 -1
M html/pages/device/port/fdb.inc.php +1 -1
M html/pages/device/port/graphs.inc.php +1 -1
M html/pages/device/port/jnx_cos_queues.inc.php +1 -1
M html/pages/device/port/junose-atm-vp.inc.php +1 -1
M html/pages/device/port/macaccounting_top10.inc.php +1 -1
M html/pages/device/port/macaccounting.inc.php +1 -1
M html/pages/device/port/pagp.inc.php +1 -1
M html/pages/device/port/realtime.inc.php +1 -1
M html/pages/device/port/sensors.inc.php +1 -1
M html/pages/device/port/sros_queues.inc.php +1 -1
M html/pages/device/port/vlans.inc.php +1 -1
M html/pages/device/ports.inc.php +5
M html/pages/device/ports/adsl.inc.php +1 -1
M html/pages/device/ports/arp.inc.php +1 -1
M html/pages/device/ports/fdb.inc.php +1 -1
M html/pages/device/ports/ipv4.inc.php +1 -1
M html/pages/device/ports/ipv6.inc.php +1 -1
M html/pages/device/ports/map.inc.php +1 -1
M html/pages/device/ports/neighbours.inc.php +1 -1
M html/pages/device/ports/sensors.inc.php +1 -1
M html/pages/device/printing.inc.php +1 -1
M html/pages/device/pseudowires.inc.php +1 -1
M html/pages/device/routing.inc.php +1 -1
M html/pages/device/routing/bgp.inc.php +2 -2
M html/pages/device/routing/cef.inc.php +1 -1
M html/pages/device/routing/eigrp.inc.php +1 -1
M html/pages/device/routing/eigrp/peers.inc.php +1 -1
M html/pages/device/routing/eigrp/ports.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +1 -1
M html/pages/device/routing/vrf.inc.php +1 -1
M html/pages/device/services.inc.php +1 -1
M html/pages/device/showconfig.inc.php +1 -1
M html/pages/device/showtech.inc.php +1 -1
M html/pages/device/slas.inc.php +1 -1
M html/pages/device/vlans.inc.php +1 -1
M html/pages/device/vm.inc.php +1 -1
M html/pages/device/wifi.inc.php +1 -1
M html/pages/device/wifi/accesspoint.inc.php +1 -1
M html/pages/device/wifi/accesspoints.inc.php +1 -1
M html/pages/device/wifi/overview.inc.php +1 -1
M html/pages/device/wifi/radios.inc.php +1 -1
M html/pages/device/wifi/wlans.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/devices/basic.inc.php +1 -1
M html/pages/devices/detail.inc.php +1 -1
M html/pages/devices/graphs.inc.php +1 -1
M html/pages/devices/perf.inc.php +1 -1
M html/pages/devices/status.inc.php +1 -1
M html/pages/edituser.inc.php +1 -1
M html/pages/edituser/deleteuser.inc.php +1 -1
M html/pages/eventlog.inc.php +1 -1
M html/pages/front/default.php +1 -1
M html/pages/front/test.php +1 -1
M html/pages/graphs.inc.php +1 -1
M html/pages/group_add.inc.php +1 -1
M html/pages/group.inc.php +1 -1
M html/pages/groups_regenerate.inc.php +1 -1
M html/pages/groups.inc.php +1 -1
M html/pages/health.inc.php +1 -1
M html/pages/health/mempool.inc.php +1 -1
M html/pages/health/printersupplies.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M html/pages/health/sensors.inc.php +1 -1
M html/pages/health/status.inc.php +1 -1
M html/pages/health/storage.inc.php +1 -1
M html/pages/iftype.inc.php +1 -1
M html/pages/inventory.inc.php +1 -1
M html/pages/locations.inc.php +1 -1
M html/pages/mibs.inc.php +1 -1
M html/pages/modules.inc.php +1 -1
M html/pages/neighbours.inc.php +1 -1
M html/pages/os.inc.php +1 -1
M html/pages/p2pradios.inc.php +1 -1
M html/pages/packages.inc.php +1 -1
M html/pages/pollerlog.inc.php +52 -32
M html/pages/ports/graphs.inc.php +1 -1
M html/pages/ports/list.inc.php +1 -1
M html/pages/preferences.inc.php +1 -1
M html/pages/preferences/authentication.inc.php +1 -1
M html/pages/preferences/authlog.inc.php +1 -1
M html/pages/pseudowires.inc.php +1 -1
M html/pages/routing.inc.php +1 -1
M html/pages/routing/bgp.inc.php +1 -1
M html/pages/routing/cef.inc.php +1 -1
M html/pages/routing/eigrp.inc.php +1 -1
M html/pages/routing/ospf.inc.php +1 -1
M html/pages/routing/overview.inc.php +1 -1
M html/pages/routing/vrf.inc.php +1 -1
M html/pages/search.inc.php +1 -1
M html/pages/search/arp.inc.php +1 -1
M html/pages/search/dot1x.inc.php +1 -1
M html/pages/search/fdb.inc.php +5 -2
M html/pages/search/ipv4.inc.php +1 -1
M html/pages/search/ipv6.inc.php +1 -1
M html/pages/search/mac.inc.php +1 -1
M html/pages/services.inc.php +1 -1
M html/pages/settings.inc.php +1 -1
M html/pages/settings/changed_config.inc.php +1 -1
M html/pages/settings/config.inc.php +1 -1
M html/pages/settings/default.inc.php +1 -1
M html/pages/simpleapi.inc.php +1 -1
M html/pages/slas.inc.php +2 -4
M html/pages/syslog_alerts.inc.php +1 -1
M html/pages/syslog_rules.inc.php +3 -2
M html/pages/syslog.inc.php +1 -1
M html/pages/usermenu.inc.php +1 -1
M html/pages/vms.inc.php +1 -1
M html/pdf.php +1 -1
M html/ui-test.php +1 -1
M includes/alerting/clickatell.inc.php +1 -1
M includes/alerting/email.inc.php +1 -1
M includes/alerting/hipchat.inc.php +1 -1
M includes/alerting/messagebird.inc.php +1 -1
M includes/alerting/pagerduty.inc.php +1 -1
M includes/alerting/pushover.inc.php +1 -1
M includes/alerting/script.inc.php +1 -1
M includes/alerting/slack.inc.php +1 -1
M includes/alerting/smsbox.inc.php +1 -1
M includes/alerting/teams.inc.php +1 -1
M includes/alerting/telegram.inc.php +1 -1
M includes/alerting/textlocal.inc.php +1 -1
M includes/alerting/victorops.inc.php +1 -1
M includes/alerting/webhook-old.inc.php +1 -1
M includes/alerting/xmpp.inc.php +1 -1
M includes/alerts.inc.php +1 -1
M includes/cache.inc.php +1 -2
M includes/common.inc.php +80 -9
M includes/config-variables.inc.php +44
M includes/db.inc.php +74 -1
M includes/db/mysql.inc.php +1 -1
M includes/db/mysqli.inc.php +1 -1
M includes/defaults.inc.php +14 -11
M includes/definitions.inc.php +11 -192
M includes/definitions/apps.inc.php +1 -1
A includes/definitions/entities
M includes/definitions/entities.inc.php +47 -26
M includes/definitions/geo.inc.php +1 -1
M includes/definitions/mibs.inc.php +10 -4
M includes/definitions/mibs/arista.inc.php +65
M includes/definitions/mibs/brocade.inc.php +1 -1
M includes/definitions/mibs/cisco.inc.php +4 -2
A includes/definitions/mibs/ctc.inc.php +85
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
D includes/definitions/mibs/eppc.inc.php -23
M includes/definitions/mibs/extreme.inc.php +6
M includes/definitions/mibs/force10.inc.php +27 -1
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/juniper.inc.php +24
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 +26 -19
M includes/definitions/mibs/moxa.inc.php +2 -2
M includes/definitions/mibs/oneaccess.inc.php +1 -1
A includes/definitions/mibs/powerwalker.inc.php +23
M includes/definitions/mibs/pulsesecure.inc.php +2 -2
M includes/definitions/mibs/raisecom.inc.php +1 -1
A includes/definitions/mibs/ricoh.inc.php +30
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/definitions/os.inc.php +66 -9
M includes/definitions/rewrites.inc.php +1 -1
M includes/definitions/rrdtypes.inc.php +21
D includes/definitions/sensors.inc.php -58
D includes/definitions/status.inc.php -30
M includes/definitions/transports.inc.php +1 -1
M includes/definitions/version.inc.php +1 -1
M includes/definitions/vm.inc.php +3 -2
M includes/definitions/wui.inc.php +10 -3
M includes/discovery/arp-table.inc.php +1 -1
M includes/discovery/bgp-peers.inc.php +12 -4
M includes/discovery/cisco-cbqos.inc.php +1 -1
M includes/discovery/cisco-cef.inc.php +1 -1
M includes/discovery/cisco-vrf.inc.php +1 -1
M includes/discovery/functions.inc.php +23 -11
M includes/discovery/graphs.inc.php +1 -1
M includes/discovery/inventory.inc.php +1 -1
M includes/discovery/inventory/cpqrack-mib.inc.php +1 -1
M includes/discovery/inventory/e7-calix-mib.inc.php +1 -1
M includes/discovery/inventory/entity-mib.inc.php +1 -1
M includes/discovery/inventory/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/inventory/geist-mib-v3.inc.php +1 -1
M includes/discovery/inventory/host-resources-mib.inc.php +1 -1
M includes/discovery/inventory/hpvc-mib.inc.php +1 -1
M includes/discovery/inventory/juniper-mib.inc.php +1 -1
M includes/discovery/inventory/mikrotik-mib.inc.php +1 -1
M includes/discovery/inventory/oneaccess-sys-mib.inc.php +1 -1
M includes/discovery/inventory/perle-mcr-mgt-mib.inc.php +1 -1
M includes/discovery/inventory/timetra-chassis-mib.inc.php +1 -1
M includes/discovery/ip-addresses.inc.php +47 -12
M includes/discovery/ip-addresses/ciscosb-ipv6.inc.php +1 -1
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/ip-addresses/ipv6-mib.inc.php +1 -1
M includes/discovery/junose-atm-vp.inc.php +1 -1
M includes/discovery/mac-accounting.inc.php +1 -1
M includes/discovery/mempools.inc.php +1 -1
M includes/discovery/mempools/agent-general-mib.inc.php +1 -1
M includes/discovery/mempools/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/mempools/bianca-brick-mibres-mib.inc.php +1 -1
M includes/discovery/mempools/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/discovery/mempools/bluecoat-sg-usage-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-enhanced-mempool-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-entity-qfp-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-memory-pool-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-process-mib.inc.php +1 -1
M includes/discovery/mempools/dell-networking-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/extreme-software-monitor-mib.inc.php +1 -1
M includes/discovery/mempools/f10-c-series-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f10-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f10-m-series-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/mempools/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/mempools/hh3c-entity-ext-mib.inc.php +1 -1
M includes/discovery/mempools/host-resources-mib.inc.php +1 -1
M includes/discovery/mempools/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +1 -1
M includes/discovery/mempools/juniper-mib.inc.php +1 -1
M includes/discovery/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/discovery/mempools/netswitch-mib.inc.php +1 -1
M includes/discovery/mempools/oneaccess-sys-mib.inc.php +1 -1
M includes/discovery/mempools/peakflow-sp-mib.inc.php +1 -1
M includes/discovery/mempools/s5-chassis-mib.inc.php +1 -1
M includes/discovery/mempools/smartnode-mib.inc.php +1 -1
M includes/discovery/mempools/timetra-system-mib.inc.php +1 -1
M includes/discovery/mempools/ucd-snmp-mib.inc.php +1 -1
M includes/discovery/mempools/zhone-card-resources-mib.inc.php +1 -1
M includes/discovery/mempools/zxr10-mib.inc.php +1 -1
M includes/discovery/mempools/zyxel-sys-memory-mib.inc.php +1 -1
M includes/discovery/neighbours.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 +1 -1
M includes/discovery/neighbours/ospf-mib.inc.php +1 -1
M includes/discovery/oids.inc.php +1 -1
M includes/discovery/os/broadcom.inc.php +1 -1
M includes/discovery/os/freebsd.inc.php +1 -1
M includes/discovery/os/linux.inc.php +1 -1
M includes/discovery/os/nxp-mqx-rtcs.inc.php +1 -1
M includes/discovery/os/solaris.inc.php +1 -1
M includes/discovery/ports-stack.inc.php +1 -1
M includes/discovery/ports.inc.php +22 -11
M includes/discovery/ports/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/ports/netapp-mib.inc.php +1 -1
M includes/discovery/printersupplies/printer-mib.inc.php +7 -2
A includes/discovery/printersupplies/ricohprivatemib.inc.php +87
M includes/discovery/processors.inc.php +1 -1
M includes/discovery/processors/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/processors/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/discovery/processors/bluecoat-sg-usage-mib.inc.php +1 -1
M includes/discovery/processors/cisco-entity-pfe-mib.inc.php +1 -1
M includes/discovery/processors/cisco-entity-qfp-mib.inc.php +1 -1
M includes/discovery/processors/cisco-process-mib.inc.php +1 -1
M includes/discovery/processors/ciscosb-rndmng.inc.php +1 -1
M includes/discovery/processors/dell-networking-chassis-mib.inc.php +1 -1
M includes/discovery/processors/dnos-switching-mib.inc.php +1 -1
M includes/discovery/processors/edgeswitch-switching-mib.inc.php +1 -1
M includes/discovery/processors/extreme-software-monitor-mib.inc.php +1 -1
M includes/discovery/processors/f10-c-series-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f10-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f10-m-series-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/processors/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/processors/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/processors/hh3c-entity-ext-mib.inc.php +1 -1
M includes/discovery/processors/host-resources-mib.inc.php +1 -1
M includes/discovery/processors/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/discovery/processors/huawei-entity-extent-mib.inc.php +1 -1
M includes/discovery/processors/isilon-mib.inc.php +1 -1
M includes/discovery/processors/juniper-mib.inc.php +1 -1
M includes/discovery/processors/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/discovery/processors/juniper-system-mib.inc.php +1 -1
M includes/discovery/processors/ns-root-mib.inc.php +1 -1
M includes/discovery/processors/smartnode-mib.inc.php +1 -1
M includes/discovery/processors/ucd-snmp-mib.inc.php +1 -1
M includes/discovery/processors/wlsx-switch-mib.inc.php +1 -1
M includes/discovery/processors/zhone-card-resources-mib.inc.php +1 -1
M includes/discovery/processors/zxr10-mib.inc.php +1 -1
M includes/discovery/pseudowires.inc.php +1 -1
M includes/discovery/pseudowires/cisco-ietf-pw-mib.inc.php +1 -1
M includes/discovery/pseudowires/juniper-vpn-mib.inc.php +1 -1
M includes/discovery/pseudowires/pw-std-mib.inc.php +1 -1
M includes/discovery/sensors.inc.php +28 -1
M includes/discovery/sensors/ac-system-mib.inc.php +1 -1
M includes/discovery/sensors/acmepacket-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/adf-1-mib.inc.php +1 -1
M includes/discovery/sensors/airespace-wireless-mib.inc.php +1 -1
M includes/discovery/sensors/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/sensors/alphapowersystem-mib.inc.php +1 -1
M includes/discovery/sensors/alvarion-dot11-wlan-mib.inc.php +1 -1
M includes/discovery/sensors/apnl-modular-pdu-mib.inc.php +1 -1
M includes/discovery/sensors/areca-snmp-mib.inc.php +1 -1
M includes/discovery/sensors/asyncos-mail-mib.inc.php +1 -1
M includes/discovery/sensors/aten-pe-cfg.inc.php +1 -1
M includes/discovery/sensors/atto6500n-mib.inc.php +1 -1
M includes/discovery/sensors/axis-video-mib.inc.php +1 -1
M includes/discovery/sensors/baytech-mib-403-1.inc.php +1 -1
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/ciena-ws-xcvr-mib.inc.php +9 -3
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +80 -15
M includes/discovery/sensors/cisco-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-firewall-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-stackwise-mib.inc.php +1 -1
M includes/discovery/sensors/ciscosb-mib.inc.php +1 -1
M includes/discovery/sensors/ciscosb-phy-mib.inc.php +1 -1
M includes/discovery/sensors/cpqhlth-mib.inc.php +1 -1
M includes/discovery/sensors/cpqida-mib.inc.php +1 -1
M includes/discovery/sensors/cpqrack-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-cem-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-geport-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-tengport-mib.inc.php +1 -1
M includes/discovery/sensors/cyan-xcvr-mib.inc.php +1 -1
M includes/discovery/sensors/data-domain-mib.inc.php +1 -1
M includes/discovery/sensors/dell-networking-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/dell-rac-mib.inc.php +1 -1
M includes/discovery/sensors/dell-tl4000-mib.inc.php +1 -1
M includes/discovery/sensors/dell-vendor-mib.inc.php +1 -1
M includes/discovery/sensors/dev-cfg-mib.inc.php +1 -1
M includes/discovery/sensors/dksf-48-4-x-x-1.inc.php +1 -1
M includes/discovery/sensors/dksf-50-11-x-x-x.inc.php +1 -1
M includes/discovery/sensors/dksf-60-4-x-x-x.inc.php +1 -1
M includes/discovery/sensors/dksf-70-5-x-x-1.inc.php +1 -1
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/dps-mib-v38.inc.php +1 -1
M includes/discovery/sensors/eaton-epdu-mib.inc.php +1 -1
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/eltek-distributed-mib.inc.php +1 -1
M includes/discovery/sensors/emd-mib.inc.php +1 -1
M includes/discovery/sensors/enlogic-pdu-mib.inc.php +1 -1
M includes/discovery/sensors/entity-sensor-mib.inc.php +1 -1
M includes/discovery/sensors/eqldisk-mib.inc.php +1 -1
M includes/discovery/sensors/eqlmember-mib.inc.php +1 -1
M includes/discovery/sensors/es-racktivity-mib.inc.php +1 -1
M includes/discovery/sensors/extreme-system-mib.inc.php +1 -1
M includes/discovery/sensors/f10-c-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/f10-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/f10-m-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/fa-ext-mib.inc.php +1 -1
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/fe-fireeye-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-poe-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +1 -1
M includes/discovery/sensors/foundry-sn-switch-group-mib.inc.php +1 -1
M includes/discovery/sensors/fspr7-mib.inc.php +1 -1
M includes/discovery/sensors/g6-system-mib.inc.php +1 -1
M includes/discovery/sensors/gamatronic-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-epc2x6-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-epc8x-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-pdu8110-mib.inc.php +1 -1
M includes/discovery/sensors/gudeads-pdu8310-mib.inc.php +1 -1
M includes/discovery/sensors/hh3c-entity-ext-mib.inc.php +1 -1
M includes/discovery/sensors/hh3c-transceiver-info-mib.inc.php +1 -1
M includes/discovery/sensors/hp-icf-chassis.inc.php +1 -1
M includes/discovery/sensors/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/discovery/sensors/huawei-poe-mib.inc.php +1 -1
M includes/discovery/sensors/hwg-pwr-mib.inc.php +1 -1
M includes/discovery/sensors/idrac-mib-smiv2.inc.php +1 -1
M includes/discovery/sensors/infratec-rms-mib.inc.php +1 -1
M includes/discovery/sensors/ipomanii-mib.inc.php +1 -1
M includes/discovery/sensors/ispro-mib.inc.php +1 -1
M includes/discovery/sensors/it-watchdogs-mib-v3.inc.php +1 -1
M includes/discovery/sensors/it-watchdogs-v4-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-alarm-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-dom-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-system-mib.inc.php +1 -1
M includes/discovery/sensors/lcos-mib.inc.php +1 -1
M includes/discovery/sensors/liebert-gp-environmental-mib.inc.php +1 -1
M includes/discovery/sensors/liebert-gp-pdu-mib.inc.php +1 -1
M includes/discovery/sensors/liebert-gp-power-mib.inc.php +1 -1
M includes/discovery/sensors/lm-sensors-mib.inc.php +1 -1
M includes/discovery/sensors/lsi-megaraid-sas-mib.inc.php +1 -1
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +1 -1
M includes/discovery/sensors/mib-dell-10892.inc.php +1 -1
M includes/discovery/sensors/ms-switch30-mib.inc.php +1 -1
M includes/discovery/sensors/mseries-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/mseries-port-mib.inc.php +1 -1
M includes/discovery/sensors/nbs-cmmc-mib.inc.php +1 -1
M includes/discovery/sensors/netbotzv2-mib.inc.php +1 -1
M includes/discovery/sensors/netonix-switch-mib.inc.php +1 -1
M includes/discovery/sensors/nokia-ipso-system-mib.inc.php +1 -1
M includes/discovery/sensors/ns-root-mib.inc.php +1 -1
M includes/discovery/sensors/nscrtv-root.inc.php +1 -1
M includes/discovery/sensors/oa-sfp-mib.inc.php +1 -1
M includes/discovery/sensors/oadwdm-mib.inc.php +1 -1
M includes/discovery/sensors/og-status-mib.inc.php +1 -1
M includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/omnitron-poe-mib.inc.php +1 -1
M includes/discovery/sensors/openbsd-sensors-mib.inc.php +1 -1
M includes/discovery/sensors/p8510-mib.inc.php +1 -1
M includes/discovery/sensors/packetflux-mib.inc.php +1 -1
M includes/discovery/sensors/pdu-mib.inc.php +1 -1
M includes/discovery/sensors/perle-mcr-mgt-mib.inc.php +1 -1
M includes/discovery/sensors/poseidon-mib.inc.php +1 -1
M includes/discovery/sensors/power-ethernet-mib.inc.php +1 -1
M includes/discovery/sensors/powernet-mib.inc.php +1 -1
M includes/discovery/sensors/printer-mib.inc.php +1 -1
M includes/discovery/sensors/radlan-hwenviroment.inc.php +1 -1
M includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +1 -1
M includes/discovery/sensors/rbn-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/readydataos-mib.inc.php +1 -1
M includes/discovery/sensors/readynas-mib.inc.php +1 -1
M includes/discovery/sensors/rittal-cmc-tc-mib.inc.php +1 -1
M includes/discovery/sensors/roomalert24e-mib.inc.php +1 -1
M includes/discovery/sensors/roomalert4e-mib.inc.php +1 -1
M includes/discovery/sensors/s5-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/sentry3-mib.inc.php +1 -1
M includes/discovery/sensors/sfa-info.inc.php +1 -1
M includes/discovery/sensors/smartnode-mib.inc.php +1 -1
M includes/discovery/sensors/sp2-mib.inc.php +1 -1
M includes/discovery/sensors/spagent-mib.inc.php +1 -1
M includes/discovery/sensors/ste-mib.inc.php +1 -1
M includes/discovery/sensors/ste2-mib.inc.php +1 -1
M includes/discovery/sensors/steelhead-mib.inc.php +1 -1
M includes/discovery/sensors/sun-platform-mib.inc.php +1 -1
M includes/discovery/sensors/supermicro-health-mib.inc.php +1 -1
M includes/discovery/sensors/sw-mib.inc.php +1 -1
M includes/discovery/sensors/synology-disk-mib.inc.php +1 -1
M includes/discovery/sensors/timetra-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/trango-apex-rf-mib.inc.php +1 -1
M includes/discovery/sensors/trapeze-networks-system-mib.inc.php +1 -1
M includes/discovery/sensors/ubnt-airfiber-mib.inc.php +1 -1
M includes/discovery/sensors/ups-mib.inc.php +1 -1
M includes/discovery/sensors/webgraph-8xthermometer-us-mib.inc.php +1 -1
M includes/discovery/sensors/wwp-leos-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php +1 -1
M includes/discovery/sensors/xups-mib.inc.php +1 -1
M includes/discovery/sensors/zhone-shelf-monitor-mib.inc.php +1 -1
M includes/discovery/sensors/zxr10opticalmib.inc.php +1 -1
M includes/discovery/sensors/zyxel-as-mib.inc.php +1 -1
M includes/discovery/services.inc.php +1 -1
M includes/discovery/sla.inc.php +1 -1
M includes/discovery/slas/cisco-rttmon-mib.inc.php +1 -1
M includes/discovery/slas/disman-ping-mib.inc.php +1 -1
M includes/discovery/status/atto6500n-mib.inc.php +1 -1
M includes/discovery/status/cpqrack-mib.inc.php +1 -1
M includes/discovery/status/dps-mib-v38.inc.php +1 -1
M includes/discovery/status/f5-bigip-apm-mib.inc.php +1 -1
M includes/discovery/status/hh3c-stack-mib.inc.php +1 -1
M includes/discovery/status/ns-root-mib.inc.php +1 -1
M includes/discovery/status/swraid-mib.inc.php +1 -1
M includes/discovery/storage.inc.php +1 -1
M includes/discovery/storage/cisco-flash-mib.inc.php +1 -1
M includes/discovery/storage/embedded-ngx-mib.inc.php +1 -1
M includes/discovery/storage/host-resources-mib.inc.php +1 -1
M includes/discovery/storage/isilon-mib.inc.php +1 -1
M includes/discovery/storage/netapp-mib.inc.php +1 -1
M includes/discovery/storage/nimble-mib.inc.php +1 -1
M includes/discovery/storage/ucd-snmp-mib.inc.php +1 -1
M includes/discovery/ucd-diskio.inc.php +1 -1
M includes/discovery/virtual-machines.inc.php +1 -1
M includes/discovery/virtual-machines/libvirt.inc.php +1 -1
M includes/discovery/virtual-machines/vmware-vminfo-mib.inc.php +1 -1
M includes/discovery/vlans.inc.php +2 -2
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 includes/discovery/vlans/rapid-city.inc.php +80
M includes/discovery/wifi.inc.php +1 -1
M includes/discovery/wifi/ruckus-radio-mib.inc.php +1 -1
M includes/discovery/wifi/ruckus-wlan-mib.inc.php +1 -1
M includes/discovery/wifi/trapeze-networks-ap-config-mib.inc.php +1 -1
M includes/entities.inc.php +4 -2
M includes/functions.inc.php +165 -35
M includes/geolocation.inc.php +1 -1
M includes/geolocation/google.inc.php +1 -1
M includes/groups.inc.php +13 -5
M includes/hh3c.inc.php +1 -1
M includes/housekeeping/alertlog.inc.php +1 -1
M includes/housekeeping/authlog.inc.php +1 -1
M includes/housekeeping/eventlog.inc.php +1 -1
M includes/housekeeping/inventory.inc.php +1 -1
M includes/housekeeping/ports.inc.php +1 -1
M includes/housekeeping/rrd.inc.php +1 -1
M includes/housekeeping/staledb.inc.php +1 -1
M includes/housekeeping/syslog.inc.php +1 -1
M includes/housekeeping/timing.inc.php +1 -1
M includes/include-dir-mib.inc.php +1 -1
M includes/polling/altiga-ssl.inc.php +1 -1
M includes/polling/applications.inc.php +1 -1
M includes/polling/applications/apache.inc.php +1 -1
M includes/polling/applications/asterisk.inc.php +1 -1
M includes/polling/applications/bind.inc.php +1 -1
M includes/polling/applications/crashplan.inc.php +1 -1
M includes/polling/applications/dhcpkit.inc.php +1 -1
M includes/polling/applications/dovecot.inc.php +1 -1
M includes/polling/applications/drbd.inc.php +1 -1
M includes/polling/applications/exchange.inc.php +1 -1
M includes/polling/applications/exim-mailqueue.inc.php +1 -1
M includes/polling/applications/exim.inc.php +1 -1
M includes/polling/applications/freeradius.inc.php +1 -1
M includes/polling/applications/ioping.inc.php +1 -1
M includes/polling/applications/jvmoverjmx.inc.php +1 -1
M includes/polling/applications/kamailio.inc.php +1 -1
M includes/polling/applications/lighttpd.inc.php +1 -1
M includes/polling/applications/memcached.inc.php +1 -1
M includes/polling/applications/mongodb.inc.php +1 -1
M includes/polling/applications/mssql.inc.php +1 -1
M includes/polling/applications/mysql.inc.php +1 -1
M includes/polling/applications/nfs.inc.php +1 -1
M includes/polling/applications/nfsd.inc.php +1 -1
M includes/polling/applications/nginx.inc.php +1 -1
M includes/polling/applications/nsd.inc.php +1 -1
M includes/polling/applications/ntpd.inc.php +1 -1
M includes/polling/applications/openvpn.inc.php +1 -1
M includes/polling/applications/postfix_mailgraph.inc.php +1 -1
M includes/polling/applications/postfix_qshape.inc.php +1 -1
M includes/polling/applications/postgresql.inc.php +1 -1
M includes/polling/applications/powerdns-recursor.inc.php +1 -1
M includes/polling/applications/powerdns.inc.php +1 -1
M includes/polling/applications/shoutcast.inc.php +1 -1
M includes/polling/applications/unbound.inc.php +1 -1
M includes/polling/applications/varnish.inc.php +1 -1
M includes/polling/applications/vmwaretools.inc.php +1 -1
M includes/polling/applications/zimbra.inc.php +1 -1
M includes/polling/arista-software-ip-forwarding.inc.php +1 -1
M includes/polling/aruba-controller.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +1 -1
M includes/polling/cipsec-tunnels.inc.php +1 -1
M includes/polling/cisco-cbqos.inc.php +1 -1
M includes/polling/cisco-cef.inc.php +1 -1
M includes/polling/cisco-eigrp.inc.php +1 -1
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
M includes/polling/cisco-vpdn.inc.php +1 -1
M includes/polling/entity-physical.inc.php +1 -1
A includes/polling/fdb
M includes/polling/fdb-table.inc.php +162 -105
M includes/polling/functions.inc.php +27 -7
M includes/polling/graphs.inc.php +1 -1
M includes/polling/graphs/a10-ax-cgn-mib/axIpNatLsnGlobalStats.inc.php +1 -1
M includes/polling/graphs/a10-ax-mib/axAppGlobalStats.inc.php +1 -1
M includes/polling/graphs/aethra-mib/xdsl.inc.php +1 -1
M includes/polling/graphs/bluecoat-av-mib.inc.php +1 -1
M includes/polling/graphs/bluecoat-cas-mib.inc.php +1 -1
M includes/polling/graphs/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/polling/graphs/cisco-aaa-session-mib.inc.php +1 -1
M includes/polling/graphs/cisco-firewall-mib.inc.php +1 -1
M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +1 -1
M includes/polling/graphs/f5-bigip-system-mib/clientSslStats.inc.php +1 -1
M includes/polling/graphs/fe-fireeye-mib.inc.php +1 -1
M includes/polling/graphs/firebrick-mib/fbL2tpSessions.inc.php +1 -1
M includes/polling/graphs/firebrick-mib/fbL2tpTunnels.inc.php +1 -1
M includes/polling/graphs/gbos-mib.inc.php +1 -1
M includes/polling/graphs/juniper-ipv6-mib/jnxIcmpv6Stats.inc.php +1 -1
M includes/polling/graphs/juniper-ipv6-mib/jnxIpv6GlobalStats.inc.php +1 -1
M includes/polling/graphs/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/polling/graphs/mikrotik-mib/mtxrDHCP.inc.php +1 -1
M includes/polling/graphs/mitel-iperavoicelan-mib.inc.php +1 -1
M includes/polling/graphs/mseries-alarm-mib/alarmGeneral.inc.php +1 -1
M includes/polling/graphs/netapp-mib/cp.inc.php +1 -1
M includes/polling/graphs/netapp-mib/misc.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsCompressionStatsGroup.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsHttpStatsGroup.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsSslStatsGroup.inc.php +1 -1
M includes/polling/graphs/ns-root-mib/nsTcpStatsGroup.inc.php +1 -1
M includes/polling/graphs/pan-common-mib.inc.php +2 -2
M includes/polling/graphs/rbn-subscriber-active-mib/rbnsubsencaps.inc.php +1 -1
M includes/polling/graphs/sonicwall-firewall-ip-statistics-mib/sonicSAStatTable.inc.php +1 -1
M includes/polling/graphs/teradici-pcoipv2-mib.inc.php +1 -1
M includes/polling/hr-mib.inc.php +1 -1
M includes/polling/ipmi.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +1 -1
M includes/polling/junose-atm-vp.inc.php +1 -1
M includes/polling/loadbalancer.inc.php +1 -1
M includes/polling/loadbalancer/cisco-enhanced-slb-mib.inc.php +1 -1
M includes/polling/loadbalancer/cisco-slb-mib.inc.php +1 -1
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +1 -1
M includes/polling/loadbalancer/ns-root-mib.inc.php +1 -1
M includes/polling/mac-accounting.inc.php +1 -1
M includes/polling/mempools.inc.php +1 -1
M includes/polling/mempools/agent-general-mib.inc.php +1 -1
M includes/polling/mempools/alcatel-ind1-health-mib.inc.php +1 -1
M includes/polling/mempools/bianca-brick-mibres-mib.inc.php +1 -1
M includes/polling/mempools/bluecoat-sg-proxy-mib.inc.php +1 -1
M includes/polling/mempools/bluecoat-sg-usage-mib.inc.php +1 -1
M includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php +1 -1
M includes/polling/mempools/cisco-entity-qfp-mib.inc.php +1 -1
M includes/polling/mempools/cisco-memory-pool-mib.inc.php +1 -1
M includes/polling/mempools/cisco-process-mib.inc.php +1 -1
M includes/polling/mempools/dell-networking-chassis-mib.inc.php +1 -1
M includes/polling/mempools/extreme-software-monitor-mib.inc.php +1 -1
M includes/polling/mempools/f10-c-series-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f10-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f10-m-series-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f10-s-series-chassis-mib.inc.php +1 -1
M includes/polling/mempools/f5-bigip-system-mib.inc.php +1 -1
M includes/polling/mempools/foundry-sn-agent-mib.inc.php +1 -1
M includes/polling/mempools/hh3c-entity-ext-mib.inc.php +1 -1
M includes/polling/mempools/host-resources-mcd.inc.php +1 -1
M includes/polling/mempools/host-resources-mib.inc.php +1 -1
M includes/polling/mempools/hpn-icf-entity-ext-mib.inc.php +1 -1
M includes/polling/mempools/huawei-entity-extent-mib.inc.php +1 -1
M includes/polling/mempools/juniper-mib.inc.php +1 -1
M includes/polling/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
M includes/polling/mempools/netswitch-mib.inc.php +1 -1
M includes/polling/mempools/oneaccess-sys-mib.inc.php +1 -1
M includes/polling/mempools/s5-chassis-mib.inc.php +1 -1
M includes/polling/mempools/smartnode-mib.inc.php +1 -1
M includes/polling/mempools/timetra-system-mib.inc.php +1 -1
M includes/polling/mempools/ucd-snmp-mib.inc.php +1 -1
M includes/polling/mempools/zhone-card-resources-mib.inc.php +1 -1
M includes/polling/mempools/zxr10-mib.inc.php +1 -1
M includes/polling/mempools/zyxel-sys-memory-mib.inc.php +1 -1
M includes/polling/oids.inc.php +1 -1
M includes/polling/os/acdos.inc.php +1 -1
M includes/polling/os/acme.inc.php +1 -1
M includes/polling/os/acsw.inc.php +1 -1
M includes/polling/os/airos.inc.php +1 -1
M includes/polling/os/allied.inc.php +1 -1
M includes/polling/os/alliedwareplus.inc.php +1 -1
M includes/polling/os/aos.inc.php +1 -1
M includes/polling/os/aosw.inc.php +1 -1
M includes/polling/os/apc.inc.php +1 -1
M includes/polling/os/arubaos.inc.php +1 -1
M includes/polling/os/asyncos.inc.php +1 -1
M includes/polling/os/atto.inc.php +1 -1
M includes/polling/os/avaya.inc.php +1 -1
M includes/polling/os/avocent.inc.php +1 -1
M includes/polling/os/barracudangfw.inc.php +1 -1
M includes/polling/os/bintec.inc.php +1 -1
M includes/polling/os/breeze.inc.php +1 -1
M includes/polling/os/broadcom_fastpath.inc.php +1 -1
M includes/polling/os/brother-printer.inc.php +1 -1
M includes/polling/os/calix.inc.php +1 -1
M includes/polling/os/cambium-ptp.inc.php +1 -1
M includes/polling/os/canopy.inc.php +1 -1
M includes/polling/os/cas.inc.php +1 -1
M includes/polling/os/ciena.inc.php +1 -1
M includes/polling/os/cimc.inc.php +1 -1
M includes/polling/os/cisco-acns.inc.php +1 -1
M includes/polling/os/ciscosmblinux.inc.php +1 -1
M includes/polling/os/dell-laser.inc.php +1 -1
M includes/polling/os/dell-ups.inc.php +1 -1
M includes/polling/os/deltaups.inc.php +1 -1
M includes/polling/os/dlink.inc.php +1 -1
M includes/polling/os/dlinkfw.inc.php +1 -1
M includes/polling/os/dsm.inc.php +1 -1
M includes/polling/os/engenius.inc.php +1 -1
M includes/polling/os/exalt.inc.php +1 -1
M includes/polling/os/extremeware.inc.php +1 -1
M includes/polling/os/f5.inc.php +1 -1
M includes/polling/os/fabos.inc.php +1 -1
M includes/polling/os/fireeye.inc.php +1 -1
M includes/polling/os/fortigate.inc.php +1 -1
M includes/polling/os/fortinet.inc.php +1 -1
M includes/polling/os/ftos.inc.php +1 -1
M includes/polling/os/gaia.inc.php +1 -1
M includes/polling/os/ge-ups.inc.php +1 -1
M includes/polling/os/generex-ups.inc.php +1 -1
M includes/polling/os/h3c.inc.php +1 -1
M includes/polling/os/hh3c.inc.php +1 -1
M includes/polling/os/hikvision-cam.inc.php +1 -1
M includes/polling/os/hpilo.inc.php +1 -1
M includes/polling/os/ibm-bladecenter.inc.php +1 -1
M includes/polling/os/ibmnos.inc.php +1 -1
M includes/polling/os/ies.inc.php +1 -1
M includes/polling/os/interseptor.inc.php +1 -1
M includes/polling/os/ipoman.inc.php +1 -1
M includes/polling/os/ironware.inc.php +1 -1
M includes/polling/os/jetnexus-lb.inc.php +1 -1
M includes/polling/os/juniperive.inc.php +1 -1
M includes/polling/os/junos.inc.php +1 -1
M includes/polling/os/junose.inc.php +1 -1
M includes/polling/os/jwos.inc.php +1 -1
M includes/polling/os/konica-printer.inc.php +1 -1
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/liebert.inc.php +1 -1
M includes/polling/os/maipu-mypower.inc.php +1 -1
M includes/polling/os/manageups.inc.php +1 -1
M includes/polling/os/mcd.inc.php +1 -1
M includes/polling/os/mellanox.inc.php +1 -1
M includes/polling/os/meraki.inc.php +1 -1
M includes/polling/os/mgeups.inc.php +1 -1
M includes/polling/os/netapp.inc.php +1 -1
M includes/polling/os/netgear.inc.php +1 -1
M includes/polling/os/netmanplus.inc.php +1 -1
M includes/polling/os/netscaler.inc.php +1 -1
M includes/polling/os/nos.inc.php +1 -1
M includes/polling/os/omnistack.inc.php +1 -1
M includes/polling/os/onefs.inc.php +1 -1
M includes/polling/os/oneos.inc.php +1 -1
M includes/polling/os/opengear.inc.php +1 -1
M includes/polling/os/plugandtrack.inc.php +1 -1
M includes/polling/os/poweralert.inc.php +1 -1
M includes/polling/os/powerconnect-fastpath.inc.php +1 -1
M includes/polling/os/powerconnect-radlan.inc.php +1 -1
A includes/polling/os/powerwalker-ups.inc.php +17
M includes/polling/os/powerware.inc.php +1 -1
M includes/polling/os/printer.inc.php +1 -1
M includes/polling/os/procurve-ap.inc.php +1 -1
M includes/polling/os/procurve.inc.php +1 -1
M includes/polling/os/proxysg.inc.php +1 -1
M includes/polling/os/radlan.inc.php +1 -1
M includes/polling/os/ricoh.inc.php +1 -1
D includes/polling/os/routeros.inc.php -27
M includes/polling/os/screenos.inc.php +1 -1
M includes/polling/os/sensorprobe.inc.php +1 -1
M includes/polling/os/sentry-pdu.inc.php +1 -1
M includes/polling/os/sentry3.inc.php +1 -1
M includes/polling/os/sitemonitor.inc.php +1 -1
M includes/polling/os/smartos.inc.php +1 -1
M includes/polling/os/speedtouch.inc.php +1 -1
M includes/polling/os/splat.inc.php +1 -1
M includes/polling/os/steelhead.inc.php +1 -1
M includes/polling/os/timos.inc.php +1 -1
M includes/polling/os/trapeze.inc.php +1 -1
M includes/polling/os/tsl-mdu12.inc.php +1 -1
M includes/polling/os/unifi.inc.php +1 -1
M includes/polling/os/unix.inc.php +9 -2
M includes/polling/os/ups-mib.inc.php +10 -5
M includes/polling/os/windows.inc.php +1 -1
M includes/polling/os/wmi.inc.php +1 -1
M includes/polling/os/xerox-printer.inc.php +1 -1
M includes/polling/os/zte.inc.php +1 -1
M includes/polling/p2p-radios.inc.php +1 -1
M includes/polling/p2p-radios/ignitenet-mib.inc.php +1 -1
M includes/polling/p2p-radios/saf-ipradio.inc.php +1 -1
M includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +1 -1
M includes/polling/p2p-radios/ubnt-airmax-mib.inc.php +1 -1
M includes/polling/ports.inc.php +5 -3
M includes/polling/ports/adsl-line-mib.inc.php +1 -1
M includes/polling/ports/adsl-line-mib.lib.php +1 -1
M includes/polling/ports/cisco-stack-mib.inc.php +1 -1
M includes/polling/ports/cisco-trustsec-interface-mib.inc.php +1 -1
M includes/polling/ports/etherlike-mib.lib.php +1 -1
M includes/polling/ports/f5-bigip-system-mib.inc.php +1 -1
M includes/polling/ports/fastpath-inventory-mib.inc.php +1 -1
M includes/polling/ports/ip-mib.lib.php +1 -1
M includes/polling/ports/ip-mib/ipIfStats.inc.php +1 -1
M includes/polling/ports/juniper-cos-mib.inc.php +1 -1
M includes/polling/ports/juniper-cos-mib.lib.php +1 -1
M includes/polling/ports/juniper-ipv6-mib.inc.php +1 -1
M includes/polling/ports/juniper-ipv6-mib.lib.php +1 -1
M includes/polling/ports/netapp-mib.inc.php +1 -1
M includes/polling/ports/netapp-mib.lib.php +1 -1
A includes/polling/ports/rapid-city.inc.php +103
M includes/polling/ports/smon-mib.inc.php +1 -1
M includes/polling/ports/sw-mib.inc.php +1 -1
M includes/polling/ports/timetra-port-mib.inc.php +1 -1
M includes/polling/ports/timetra-port-mib.lib.php +1 -1
M includes/polling/printersupplies.inc.php +43 -19
M includes/polling/processors.inc.php +1 -1
M includes/polling/processors/ciena.inc.php +1 -1
M includes/polling/processors/dnos-switching-mib.inc.php +1 -1
M includes/polling/processors/edgeswitch-switching-mib.inc.php +1 -1
M includes/polling/processors/hr-average.inc.php +1 -1
M includes/polling/processors/nos.inc.php +1 -1
M includes/polling/processors/powerconnect.inc.php +1 -1
M includes/polling/processors/ucd-old.inc.php +1 -1
M includes/polling/processors/wmi.inc.php +1 -1
M includes/polling/pseudowires.inc.php +1 -1
M includes/polling/sensors.inc.php +1 -1
M includes/polling/sla.inc.php +1 -1
M includes/polling/slas/cisco-rttmon-mib.inc.php +1 -1
M includes/polling/slas/disman-ping-mib.inc.php +1 -1
M includes/polling/status.inc.php +1 -1
M includes/polling/status/atto6500n-mib-fcPort.inc.php +1 -1
M includes/polling/status/atto6500n-mib-sasPort.inc.php +1 -1
M includes/polling/status/ns-root-mib-ha.inc.php +1 -1
M includes/polling/storage.inc.php +1 -1
M includes/polling/storage/embedded-ngx-mib.inc.php +1 -1
M includes/polling/storage/gpfs-mib.inc.php +1 -1
M includes/polling/storage/host-resources-mib.inc.php +1 -1
M includes/polling/storage/isilon-mib.inc.php +1 -1
M includes/polling/storage/netapp-mib.inc.php +1 -1
M includes/polling/storage/nimble-mib.inc.php +1 -1
M includes/polling/storage/ucd-snmp-mib.inc.php +1 -1
M includes/polling/storage/wmi.inc.php +1 -1
M includes/polling/system/wowza-streaming-engine-mib.inc.php +1 -1
M includes/polling/ucd-diskio.inc.php +1 -1
M includes/polling/unix-agent.inc.php +1 -1
M includes/polling/unix-agent/areca.inc.php +1 -1
M includes/polling/unix-agent/diskstat.inc.php +1 -1
M includes/polling/unix-agent/distro.inc.php +1 -1
M includes/polling/unix-agent/dmi.inc.php +1 -1
M includes/polling/unix-agent/edac.inc.php +1 -1
M includes/polling/unix-agent/hdarray.inc.php +1 -1
M includes/polling/unix-agent/hddtemp.inc.php +1 -1
M includes/polling/unix-agent/ipmitool.inc.php +1 -1
M includes/polling/unix-agent/ksm.inc.php +1 -1
M includes/polling/unix-agent/lmsensors.inc.php +1 -1
M includes/polling/unix-agent/munin-plugins.inc.php +1 -1
M includes/polling/unix-agent/nvidia.inc.php +1 -1
M includes/polling/unix-agent/packages.inc.php +1 -1
M includes/polling/unix-agent/proxmox.inc.php +1 -1
M includes/polling/unix-agent/raspberrypi.inc.php +1 -1
M includes/polling/wifi.inc.php +1 -1
M includes/polling/wifi/airport-basestation-3-mib.inc.php +1 -1
M includes/polling/wifi/alvarion-dot11-wlan-mib.inc.php +1 -1
M includes/polling/wifi/cisco-dot11-association-mib.inc.php +1 -1
M includes/polling/wifi/cisco-lwapp-sys-mib.inc.php +1 -1
M includes/polling/wifi/mikrotik-mib.inc.php +1 -1
M includes/polling/wifi/ruckus-radio-mib.inc.php +1 -1
M includes/polling/wifi/trapeze-networks-ap-status-mib.inc.php +1 -1
M includes/polling/wifi/trapeze-networks-client-session-mib.inc.php +1 -1
M includes/polling/wifi/whisp-aps-mib.inc.php +1 -1
M includes/polling/wmi.inc.php +1 -1
M includes/port-descr-parser.inc.php +1 -1
M includes/rewrites.inc.php +17 -121
M includes/rrdtool.inc.php +81 -25
M includes/services.inc.php +1 -1
M includes/snmp.inc.php +11 -13
M includes/snmptrap/linkDown.inc.php +1 -1
M includes/snmptrap/linkUp.inc.php +1 -1
M includes/sql-config.inc.php +17 -3
M includes/templates.inc.php +1 -1
M includes/templates/notification/telegram_text.tpl +1 -1
M includes/update/update.php +13 -3
M includes/versioncheck.inc.php +1 -1
M includes/wifi.inc.php +1 -1
M includes/wmi.inc.php +1 -1
M irc.php +1 -1
A mibs/ctc
D mibs/eppc
M mibs/nextupssystems/NextUPSSystems +8 -9
M mibs/nortel/RAPID-CITY +1 -1
A mibs/polycom
A mibs/powerwalker
A mibs/ricoh
M poll-billing.php +1 -1
M poller-wrapper.py +60 -53
M poller.php +1 -1
M rename_device.php +1 -1
M scripts/distro +14 -7
M scripts/generate-smokeping.php +1 -1
M scripts/rename-port-rrdfile.php +1 -1
M snmptrap.php +1 -1
M test_alert.php +1 -1
M test_code.php +1 -1
M tests/IncludesCommonTest.php +20 -3
M tests/IncludesFunctionsTest.php +59
M tests/IncludesRewritesTest.php +12
M tests/SnmpDataTest.php +1
M update/074.php +1 -1
M update/095.php +1 -1
M update/127.php +1 -1
M update/128.php +1 -1
M update/129.php +1 -1
M update/153.php +1 -1
M update/164.php +1 -1
M update/165.php +1 -1
M update/170.php +1 -1
M update/176.php +1 -1
M update/177.php +1 -1
M update/187.php +1 -1
M update/191.php +1 -1
M update/210.php +1 -1
M update/212.php +1 -1
M update/256.php +1 -1
M update/257.php +1 -1
M update/258.php +1 -1
M update/260.php +1 -1
M update/262.php +1 -1
M update/268.php +1 -1
M update/269.php +1 -1
M update/274.php +1 -1
M update/279.php +1 -1
M update/280.php +1 -1
M update/282.php +1 -1
M update/284.php +1 -1
M update/285.php +1 -1
M update/288.php +1 -1
M update/293.php +1 -1
M update/302.php +1 -1
M update/315.php +1 -1
M update/333.php +1 -1
M update/335.php +1 -1
M update/350.php +1 -1
M update/355.php +1 -1
M update/360.php +1 -1
M update/379.sql +1 -2
A update/380.sql +1
A update/381.sql +2
A update/382.sql +7

🏷️ 18.07.9337

Released 2018-07-18 00:22 • Commits r9334 through r9336
🚀 Included Development Changes (2 commits):
📝 Trivial Changes:
  • r9335: Fixed incorrect detect broadcast for /31 and /32 addresses (OBS-2715). +5-2
  • r9336: Added ability to use any snmp context in snmp_* functions. Improved phpunit test for isSNMPable() also for v3 snmp. +82-35
Files changed in merge (7)
M includes/common.inc.php +1 -1
M includes/discovery/vlans/cisco-vtp-mib.inc.php +7 -1
M includes/functions.inc.php +1 -1
M includes/polling/fdb-table.inc.php +7 -1
M includes/snmp.inc.php +19 -14
M tests/IncludesFunctionsTest.php +4 -1
M tests/SnmpDataTest.php +48 -18

🏷️ 18.07.9334

Released 2018-07-10 20:55 • Commits r9302 through r9333
🚀 Included Development Changes (31 commits):
🎯 Major Features:
  • r9309: 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. +830-135
✨ New Features:
  • r9322: Add asset tag to dell-vendor-mib and add to dnos6 +3
🐛 Bug Fixes:
  • r9311: Add placeholder to initialise snmp v3 array +1
  • r9321: IT NEW YEAR +2-2
🔧 Minor Changes:
  • r9307: Added multiple common regexp constants for IP/MAC/FQDN/EMAIL. Added unittests for this. +296-1
  • r9316: Enabled group/alert associations for device and port entities by IP address/network. Fixed boolean QB rules. +54-64
  • r9317: Fixed check_device_duplicated() when sysName in mixed-case. +22-13
  • r9328: Added ability for include/exclude devices by groups in wrapper. Added options -g (--include-groups) and -e (--exclude-groups). +60-9
  • r9333: Improved get_pid_info() on high load Linux systems. +142-43
📝 Trivial Changes:
  • r9303: Added use ? for LIKE match queries as single char in generate_db_values(). +19-4
  • r9304: Cleanup debug. +8-3
  • r9305: Fixed ambiguous collumn error in BGP discovery. +3-2
  • r9306: Updated pear Net_DNS2 to 1.4.4 (fixed compatability with php 7.2).
  • r9308: Minor wui cleanups. +28-23
  • r9310: Small cleanup. +13-7
  • r9312: Fixed variable name mistake. +8-8
  • r9314: Use new functions for ip address API queries too. +56-29
  • r9315: Updated API Flight Engine to latest version 1.3.6.
  • r9318: Improved OSPF search port by IP. +5-3
  • r9319: Ignore /tmp filesystem on JunOS by default (OBS-2708). +8-4
  • r9323: Hide snmp auth parameters when trying autodiscover devices. +38-8
  • r9324: Try validate hostname with mydomain config option when autodiscover neighbours. +11
  • r9325: Use tagsinput for select IP/Networks in group/alerts builder. +12
  • r9326: Updated QueryBuilder js to 2.5.2.
  • r9327: Fixed edit old IP/network rules in qb. +5-1
  • r9329: Fixed pagination for sensors/status pages. +50-20
  • r9330: Added mydomain config option to WUI config editor. +8
  • r9331: Improved version detect for Arista EOS (OBS-2711). +2-1
  • r9332: Fixed pagination for sensors/status pages on first page. +5
📦 Other Changes:
  • r9313: derp, undebug. +2-2
  • r9320: derp. remove wip. -3
Files changed in merge (61)
M html/api/v0/includes/address.inc.php +55 -28
M html/css/query-builder.default.css +4 -3
M html/includes/entities/sensor.inc.php +26 -9
M html/includes/entities/status.inc.php +29 -11
M html/includes/group_edit.inc.php +1 -1
M html/includes/print/addresses.inc.php +35 -21
M html/includes/print/search.inc.php +7 -1
M html/index.php +2 -2
M html/js/query-builder.js +84 -95
M html/pages/device/edit/snmp.inc.php +8 -8
M html/pages/device/health.inc.php +5 -6
M html/pages/device/ports/ipv4.inc.php +4 -2
M html/pages/device/ports/ipv6.inc.php +4 -2
M html/pages/group.inc.php +1 -1
M html/pages/search/ipv4.inc.php +2 -2
M html/pages/search/ipv6.inc.php +2 -2
M includes/alerts.inc.php +8 -3
M includes/common.inc.php +76 -43
M includes/config-variables.inc.php +22 -3
M includes/db.inc.php +4 -2
M includes/db/mysqli.inc.php +2 -2
M includes/defaults.inc.php +41 -9
M includes/definitions.inc.php +94
M includes/definitions/entities.inc.php +5 -5
M includes/definitions/mibs/dell.inc.php +2
M includes/definitions/os.inc.php +3 -1
M includes/definitions/sensors.inc.php +5 -5
M includes/discovery/bgp-peers.inc.php +26 -40
M includes/discovery/functions.inc.php +17 -6
M includes/discovery/ip-addresses.inc.php +33 -4
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 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 +356 -41
M includes/groups.inc.php +63 -57
M includes/polling/ospf.inc.php +5 -3
M includes/port-descr-parser.inc.php +3 -3
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
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
M libs/pear/Net/IPv6.php +28 -5
M poller-wrapper.py +60 -9
M tests/IncludesCommonTest.php +316
M tests/IncludesDbTest.php +13
M tests/IncludesFunctionsTest.php +130 -4
M update/378.sql +1 -1
A update/379.sql +9

🏷️ 18.06.9302

Released 2018-06-29 11:41 • Commits r9279 through r9301
🚀 Included Development Changes (22 commits):
✨ New Features:
  • r9285: Add support for legacy IT-WATCHDOGS-MIB +103-2
  • r9288: Add device description to search parameters. +3-3
  • r9289: Add support for BDCOM sensors, RAM and serial/version. +107
  • r9290: Send additional data to pagerduty +8-1
  • r9297: Modify alert creation to use new association method. +384-246
⚡ Improvements:
  • r9301: Extend new format association editing to alerts. +227-178
🐛 Bug Fixes:
  • r9280: Disable example snmp v3 config from defaults. +6-6
  • r9281: Change ADF graphs to be more relevant +4
  • r9282: Fix ADF current multiplier +1-1
  • r9286: Reflect current usage -4
  • r9298: CSS improvement, cleanup alert add form sligthly. +2-4
  • r9300: Fix to device type alerts on old system. +15-14
🔧 Minor Changes:
  • r9291: Added device_id field for IP address tables. +28-11
  • r9292: Added ability for select device groups by IP or Network. +62-16
  • r9293: Added ability for select port groups by ARP MAC or IP. +10-1
📋 MIB Updates:
  • r9283: Multiple MIB files added/updated (no any new features have been added).
  • r9287: Updated hp, mimosa, raisecom mib files.
📝 Trivial Changes:
  • r9284: Fixed vendor mib name renamed (ICT-MIB to ICT-DISTRIBUTION-PANEL-MIB). +40-40
  • r9295: Improved display in WUI sql formatter for huge IN lists (debug mode).
  • r9296: Added ability for print single SQL query in debug output. +26-26
  • r9299: Temporary hide wip entity definitions. +6-6
📦 Other Changes:
  • r9294: derp. fixed undefined function error. +1-1
Files changed in merge (413)
M html/ajax/actions.php +182 -112
M html/css/bootstrap-hacks.css +30 -2
M html/css/bootstrap-tagsinput.css +22 -6
M html/css/bootstrap.css +10
M html/css/observium.css +17 -2
M html/includes/navbar.inc.php +4
M html/includes/search/devices.inc.php +3 -3
M html/js/bootstrap-tagsinput.js +120 -19
M html/js/observium.js +9
M html/pages/about.inc.php +6 -9
M html/pages/add_alert_check.inc.php +319 -219
M html/pages/alert_check.inc.php +1 -1
M html/pages/alert_checks.inc.php +49 -37
M html/pages/alert_regenerate.inc.php +4 -3
M html/pages/device/ports.inc.php +2 -2
M html/pages/device/routing/ospf.inc.php +4 -4
M html/pages/group_add.inc.php -2
M html/pages/search/ipv4.inc.php +2 -1
M html/pages/search/ipv6.inc.php +1 -1
M includes/alerting/pagerduty.inc.php +8 -1
M includes/alerts.inc.php +10 -11
M includes/db.inc.php +14 -14
M includes/db/mysql.inc.php +6 -6
M includes/db/mysqli.inc.php +6 -6
M includes/defaults.inc.php +6 -6
M includes/definitions/entities.inc.php +9 -1
A includes/definitions/mibs/bdcom.inc.php +105
M includes/definitions/mibs/ict.inc.php +1 -1
M includes/definitions/os.inc.php +10 -3
M includes/discovery/ip-addresses.inc.php +5 -3
M includes/discovery/sensors/adf-1-mib.inc.php +1 -1
A includes/discovery/sensors/ict-distribution-panel-mib.inc.php +37
D includes/discovery/sensors/ict-mib.inc.php -37
A includes/discovery/sensors/it-watchdogs-mib.inc.php +97
M includes/groups.inc.php +69 -16
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +4 -1
M libs/SqlFormatter.php +4 -1
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
A mibs/adva/F3-EOMPLS-MIB +822
A mibs/adva/F3-EOTDM-MIB +542
A mibs/adva/F3-ERP-MIB +1,085
A mibs/adva/F3-ESM-MIB +230
A mibs/adva/F3-FPM-MIB +6,832
A mibs/adva/F3-JDSU-MIB +870
A mibs/adva/F3-L3-MIB +5,958
A mibs/adva/F3-LAG-MIB +747
A mibs/adva/F3-OSPF-MIB +770
A mibs/adva/F3-OTN-MIB +680
A mibs/adva/F3-PBB-MIB +503
A mibs/adva/F3-POPM-MIB +852
A mibs/adva/F3-PORTMIRROR-MIB +926
A mibs/adva/F3-PTP-MIB +11,904
A mibs/adva/F3-PWE3-MIB +1,462
A mibs/adva/F3-SHG-MIB +317
A mibs/adva/F3-SYNC-MIB +1,079
A mibs/adva/F3-SYNCJACK-MIB +4,194
A mibs/adva/F3-TIMEZONE-MIB +176
A mibs/adva/F3-TWAMP-MIB +3,746
M mibs/aerohive/AH_TRAP_MIB +112 -112
M mibs/aerohive/AH-INTERFACE-MIB +2 -3
M mibs/aerohive/AH-MRP-MIB +40 -40
M mibs/aerohive/AH-SMI-MIB +4 -3
A mibs/aerohive/AH-SYSTEM-MIB +126
A mibs/allied-old/CENTRECOM-MIB +63
A mibs/allied-old/CENTRECOM-PORT-MIB +97
A mibs/allied-old/CENTRECOM-QOS-MIB +229
A mibs/allied-old/CENTRECOM-SYSTEM-MIB +231
A mibs/allied-old/CENTRECOM-TRAP-MIB +85
A mibs/allied-old/CENTRECOM-VLAN-MIB +682
A mibs/allied-old/SWITCH-CHASSIS-MIB +791
A mibs/allied-old/SWITCH-MIB +202
A mibs/allied-old/SWITCH-VLAN-MIB +742
A mibs/allied-old/TELESYN-ATI-TC +62
A mibs/allied/AT-SWITCH-MIB +714
M mibs/apc/NETBOTZV2-MIB +6,350 -3,004
M mibs/arbor/ARBOR-SMI +5 -1
M mibs/arbor/PEAKFLOW-DOS-MIB +30 -1
M mibs/arbor/PEAKFLOW-SP-MIB +138 -11
M mibs/arbor/PEAKFLOW-TMS-MIB +27 -1
A mibs/arris
M mibs/aruba/AI-AP-MIB +1
M mibs/aruba/ARUBA-MGMT-MIB +1
M mibs/aruba/ARUBA-MIB +17
M mibs/aruba/ARUBA-TC +29 -2
M mibs/aruba/WLSR-AP-MIB +1
M mibs/aruba/WLSX-AUTH-MIB +1
M mibs/aruba/WLSX-CTS-MIB +1
M mibs/aruba/WLSX-ESI-MIB +1
M mibs/aruba/WLSX-HA-MIB +1
M mibs/aruba/WLSX-IFEXT-MIB +1
M mibs/aruba/WLSX-MESH-MIB +1
M mibs/aruba/WLSX-MOBILITY-MIB +1
M mibs/aruba/WLSX-MON-MIB +1
M mibs/aruba/WLSX-RS-MIB +1
M mibs/aruba/WLSX-SNR-MIB +1
M mibs/aruba/WLSX-STATS-MIB +1
M mibs/aruba/WLSX-SWITCH-MIB +1
M mibs/aruba/WLSX-SYSTEMEXT-MIB +1
M mibs/aruba/WLSX-TRAP-MIB +3 -2
M mibs/aruba/WLSX-TUNNELEDNODE-MIB +1
M mibs/aruba/WLSX-USER-MIB +1
M mibs/aruba/WLSX-USER6-MIB +1
M mibs/aruba/WLSX-VOICE-MIB +1
M mibs/aruba/WLSX-WLAN-MIB +57 -2
M mibs/asentria/SITEBOSS-530-STD-MIB +156 -22
M mibs/avaya/AVAYA-RTP-MIB +10 -2
M mibs/avaya/AVAYAGEN-MIB +10 -2
M mibs/avaya/G700-MG-MIB +13 -3
M mibs/avtech/ROOMALERT11E-MIB +6 -3
M mibs/avtech/ROOMALERT3E-MIB +3 -2
A mibs/barracuda/BARRACUDA-BMA-MIB +692
A mibs/barracuda/Barracuda-BWS +3,044
A mibs/barracuda/Barracuda-REF +22
A mibs/barracuda/BARRACUDA-SMI +28
A mibs/barracuda/Barracuda-SPAM +661
A mibs/barracuda/PHION-MIB +971
M mibs/bdcom/BDCOM-SMI +1 -1
M mibs/bdcom/NMS-CHASSIS +100 -19
M mibs/bdcom/NMS-SMI +1 -1
A mibs/benu
A mibs/bluecoat/BLUECOAT-LICENSE-MIB +228
M mibs/bluecoat/BLUECOAT-MIB +5 -1
A mibs/bluecoat/BLUECOAT-SEGMENT-MIB +269
A mibs/bluecoat/BLUECOAT-SG-AUTHENTICATION-MIB +509
A mibs/bluecoat/BLUECOAT-SG-FAILOVER-MIB +69
M mibs/bluecoat/BLUECOAT-SG-SENSOR-MIB +7 -3
A mibs/calix/E5-110-AESCOMMON-MIB +546
A mibs/calix/E5-110-AS-ATM-MIB +474
A mibs/calix/E5-110-IESCOMMON-MIB +2,465
A mibs/calix/E5-110-MIB +7,926
A mibs/calix/E5-110-TRAPS-MIB +509
A mibs/calix/E5-111-AESCOMMON-MIB +547
A mibs/calix/E5-111-AS-ATM-MIB +474
A mibs/calix/E5-111-IESCOMMON-MIB +2,484
A mibs/calix/E5-111-MIB +10,253
A mibs/calix/E5-111-TRAPS-MIB +714
A mibs/calix/E5-120-AS-ATM-MIB +314
A mibs/calix/E5-120-IESCOMMON-MIB +2,410
A mibs/calix/E5-120-MIB +10,451
A mibs/calix/E5-120-TRAPS-MIB +515
A mibs/calix/E5-121-AS-ATM-MIB +316
A mibs/calix/E5-121-IESCOMMON-MIB +2,431
A mibs/calix/E5-121-MIB +11,342
A mibs/calix/E5-121-TRAPS-MIB +718
A mibs/cambium/CAMBIUM-AP-MIB +839
A mibs/cambium/CAMBIUM-MIB +1,894
A mibs/cambium/CAMBIUM-PTP500-MIB +2,588
A mibs/cambium/CAMBIUM-PTP600-MIB +3,779
D mibs/cambium/CAMBIUM-PTP600-V2-MIB -3,400
M mibs/cambium/CAMBIUM-PTP800-MIB +551 -60
M mibs/cambium/WHISP-APS-MIB +1,375 -63
M mibs/cambium/WHISP-BOX-MIBV2-MIB +1,629 -75
M mibs/cambium/WHISP-SM-MIB +598 -23
A mibs/carel/KELVIN-pCOWeb-Chiller-MIB +3,278
M mibs/ccpower/CCPOWER-MIB +12 -10
M mibs/ceragon/CERAGON-MIB +1
A mibs/ceragon/MWRM-NETWORK-MIB +15,536
A mibs/ceragon/MWRM-PM-MIB +5,216
A mibs/ceragon/MWRM-RADIO-MIB +5,521
A mibs/ceragon/MWRM-UNIT-MIB +6,826
M mibs/checkpoint/CHECKPOINT-MIB +1,963 -504
A mibs/ciena/CIENA-CES-ACCESS-LIST-MIB +958
M mibs/ciena/CIENA-CES-ACL-MIB +321 -28
A mibs/ciena/CIENA-CES-ALARM-MIB +495
A mibs/ciena/CIENA-CES-BENCHMARK-MIB +3,612
M mibs/ciena/CIENA-CES-BFD-MIB +152 -14
A mibs/ciena/CIENA-CES-CONFIG-MGMT-MIB +172
A mibs/ciena/CIENA-CES-DHCPV6-CLIENT-MIB +1,929
A mibs/ciena/CIENA-CES-ICL-MIB +360
M mibs/ciena/CIENA-CES-LDP-MIB +132 -19
A mibs/ciena/CIENA-CES-MCAST-FILTER-MIB +1,506
M mibs/ciena/CIENA-CES-MGMT-INTERFACE-MIB +131 -5
A mibs/ciena/CIENA-CES-MODULE-MIB +1,902
M mibs/ciena/CIENA-CES-MPLS-MIB +8,227 -190
M mibs/ciena/CIENA-CES-OSPF-MIB +44 -38
A mibs/ciena/CIENA-CES-PM-MIB +23,315
A mibs/ciena/CIENA-CES-RADIUS-CLIENT-MIB +1,711
A mibs/ciena/CIENA-CES-RMON-MIB +321
M mibs/ciena/CIENA-CES-RSVPTE-MIB +155 -63
M mibs/ciena/CIENA-CES-TIME-SYNC-MIB +555 -56
M mibs/ciena/CIENA-CES-VLLI-MIB +1
M mibs/ciena/CIENA-GLOBAL-MIB +1
M mibs/ciena/CIENA-SMI +20 -10
M mibs/ciena/CIENA-TC +4 -3
A mibs/cisco/ASYNCOSWEBSECURITYAPPLIANCE-MIB +1,868
M mibs/cisco/CISCO-PRODUCTS-MIB +70 -1
M mibs/cisco/OLD-CISCO-CHASSIS-MIB +47 -2
A mibs/cisco/SA-CM-MIB +1,540
A mibs/cisco/SA-CM-MTA-MIB +266
A mibs/cisco/SA-HARDWARE-MIB +591
A mibs/cisco/SA-MTA-MIB +144
A mibs/cisco/SA-RG-MIB +2,898
M mibs/ciscosb/CISCOSB-DEBUGCAPABILITIES-MIB +1 -1
M mibs/citrix/NS-ROOT-MIB +370 -29
A mibs/citrix/SDX-ROOT-MIB +1,938
A mibs/comet/T3610-MIB +526
M mibs/cyclades/ACS-MIB +2 -2
A mibs/cyclades/ACS8000-MIB +3,766
A mibs/cyclades/CYCLADES-ACS5K-ADM-MIB +47
A mibs/cyclades/CYCLADES-ACS5K-CONF-MIB +945
A mibs/cyclades/CYCLADES-ACS5K-INFO-MIB +197
A mibs/cyclades/CYCLADES-ACS5K-MIB +34
A mibs/cyclades/CYCLADES-ACS5K-PM-MIB +1,093
A mibs/cyclades/CYCLADES-ACS5K-SYS-MIB +125
A mibs/cyclades/PM-MIB +3,134
A mibs/cyclades/RENAME_TO_emerson
A mibs/datacom
M mibs/datadomain/DATA-DOMAIN-MIB +8,100 -2,903
A mibs/dell/DELL-SHADOW-MIB +918
M mibs/dell/DELL-SNMP-UPS-MIB +172 -3
M mibs/dell/DellrPDU-MIB +1 -1
A mibs/edgecore/ECS3510-MIB +21,500
M mibs/edgecore/ECS4210-MIB +9 -6
A mibs/edgecore/ES4552BH2-MIB +20,587
M mibs/ekinops/EKINOPS-Pmlma10-MIB +2 -2
M mibs/eltek/ELTEK-COMMON-MIB +56 -43
M mibs/exalt/ExaltComm +95 -47
M mibs/exalt/ExaltComProducts +113 -36
M mibs/exalt/ExtendAirG2 +13 -7
A mibs/exalt/QOS +364
M mibs/fortinet/FORTINET-FORTIADC-MIB +5 -5
A mibs/fortinet/FORTINET-FORTIMANAGER-FORTIANALYZER-MIB +1,541
A mibs/fortinet/FORTINET-FORTISWITCH-MIB +223
A mibs/fortinet/FORTINET-FORTIWEB-MIB +800
A mibs/gude/GUDEADS-ETS-MIB +261
M mibs/hp/CPQPOWER-MIB +2,427 -4
A mibs/huawei/HUAWEI-SERVER-IBMC-MIB +16,872
M mibs/hwgroup/POSEIDON-MIB +12 -1
M mibs/hwgroup/STE-MIB +78 -2
M mibs/hwgroup/STE2-MIB +3
A mibs/ict/ICT-DIGITAL-SERIES-MIB +85
A mibs/ict/ICT-DISTRIBUTION-PANEL-MIB +321
D mibs/ict/ICT-MIB -311
M mibs/ignitenet/IGNITENET-MIB +232 -167
M mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB +266 -29
M mibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB +7 -1
M mibs/juniper/JUNIPER-JS-POLICY-MIB +2 -1
M mibs/juniper/JUNIPER-L2ALD-MIB +1 -1
M mibs/juniper/JUNIPER-MIB +2 -1
M mibs/juniper/JUNIPER-URL-FILTER-MIB +182 -2
A mibs/lancom/LANCOM-1711-PLUS-MIB +49,255
M mibs/lancom/LCOS-MIB +47,915 -415
M mibs/megatec/XPPC-MIB +18
M mibs/meru/MERU-CONFIG-AP-MIB +21 -3
M mibs/meru/MERU-CONFIG-CONTROLLER-MIB +143 -19
M mibs/meru/MERU-CONFIG-GRE-MIB +1 -1
M mibs/meru/MERU-CONFIG-ICR-MIB +18 -9
M mibs/meru/MERU-CONFIG-MACFILTERING-MIB +5 -22
M mibs/meru/MERU-CONFIG-PORTPROFILE-MIB +102 -10
M mibs/meru/MERU-CONFIG-QOS-MIB +29 -4
M mibs/meru/MERU-CONFIG-ROGUEAP-MIB +69 -21
M mibs/meru/MERU-CONFIG-SECURITY-MIB +408 -147
M mibs/meru/MERU-CONFIG-STATION-MIB +63 -7
M mibs/meru/MERU-CONFIG-VLAN-MIB +191 -2
M mibs/meru/MERU-CONFIG-WLAN-MIB +746 -67
M mibs/meru/MERU-GLOBAL-STATISTICS-MIB +237 -13
M mibs/meru/MERU-SMI +3
M mibs/meru/MERU-SYSLOG-MIB +4 -4
M mibs/meru/MERU-TC +785 -82
M mibs/meru/MERU-TOP10-STATISTICS-MIB +24 -6
M mibs/meru/MERU-VOICE-STATISTICS-MIB +2 -2
M mibs/meru/MERU-WLAN-MIB +858 -50
A mibs/mimosa/MIMOSA-MIB-TC +90
M mibs/mimosa/MIMOSA-NETWORKS-BFIVE-MIB +39 -13
A mibs/mimosa/MIMOSA-NETWORKS-PTMP-MIB +1,036
M mibs/mitel/MITEL-APPCMN-MIB +4 -2
M mibs/mitel/MITEL-APPLICATION-PLATFORM-LIST-MIB +4 -2
M mibs/mitel/MITEL-APPLIST-MIB +4 -2
M mibs/mitel/MITEL-CMNALM-MIB +4 -2
M mibs/mitel/MITEL-MIB +14 -5
A mibs/moxa/MOXA-EDSG508E-MIB +6,234
A mibs/moxa/MOXA-EDSP510A8POE-MIB +4,880
A mibs/moxa/MOXA-IKS6726A-MIB +4,763
A mibs/nateks
A mibs/netping/DKSF-70-6-X-X-1 +1,206
M mibs/nortel/AVAYA-FABRIC-ATTACH-MIB +670 -52
A mibs/nortel/BAY-STACK-DIGITAL-CERT +832
M mibs/nortel/BAY-STACK-EAPOL-EXTENSION-MIB +153 -6
M mibs/nortel/BAY-STACK-ECMP-MIB +7 -3
M mibs/nortel/BAY-STACK-IGMP-EXT-MIB +167 -4
M mibs/nortel/BAY-STACK-IP-FWD-NH-MIB +87 -12
M mibs/nortel/BAY-STACK-IPV6-MLD-SNOOPING-MIB +115 -4
M mibs/nortel/BAY-STACK-NOTIFICATIONS-MIB +56 -3
A mibs/nortel/BAY-STACK-NTP-MIB +265
M mibs/nortel/BAY-STACK-PETH-EXT-MIB +81 -6
M mibs/nortel/BAY-STACK-PORT-MIRRORING-MIB +19 -2
A mibs/nortel/BAY-STACK-SFF-MIB +492
M mibs/nortel/BAYSTACK-IPV6-FIRST-HOP-SEC-MIB +236 -14
M mibs/nortel/BN-IF-EXTENSIONS-MIB +13 -4
M mibs/nortel/BN-LOG-MESSAGE-MIB +10 -3
A mibs/nortel/NORTEL-ALARM-EXT-MIB +1,204
A mibs/nortel/NORTEL-ENTITY-VENDORTYPE-MIB +111
M mibs/nortel/NORTEL-NETWORKS-MULTIPLE-SPANNING-TREE-MIB +34 -2
A mibs/nortel/NORTEL-OME40G-CNXN-MIB +117
A mibs/nortel/NORTEL-OME40G-FAC-MIB +1,406
A mibs/nortel/NORTEL-OME40G-MIB +40
A mibs/nortel/NORTEL-OME40G-OM-COUNTS-MIB +284
A mibs/nortel/NORTEL-OME40G-PM-PROV-MIB +361
A mibs/nortel/NORTEL-OME40G-PRTN-MIB +253
A mibs/nortel/NORTEL-OME6500-ALARMS-MIB +80
A mibs/nortel/NORTEL-OME6500-EQPT-MIB +1,010
A mibs/nortel/NORTEL-OME6500-SHELF-PARAMS-MIB +229
A mibs/nortel/NORTEL-OPTICAL-CPL-MIB +32
A mibs/nortel/NORTEL-OPTICAL-GENERIC-MIB +36
A mibs/nortel/NORTEL-OPTICAL-OME6500-MIB +35
A mibs/nortel/NORTEL-OPTICAL-PM-MIB +899
A mibs/nortel/NORTEL-RPR-MIB +1,216
A mibs/nortel/NORTEL-TM-MIB +247
M mibs/nortel/NTN-QOS-POLICY-EVOL-PIB +25 -3
M mibs/nortel/RAPID-CITY +13,565 -438
M mibs/nortel/S5-AGENT-MIB +61 -9
M mibs/nortel/S5-REG-MIB +181 -1
M mibs/nortel/S5-SWITCH-BAYSECURE-MIB +72 -1
M mibs/nortel/SYNOPTICS-ROOT-MIB +78 -10
M mibs/paloalto/PAN-COMMON-MIB +1,001 -20
M mibs/paloalto/PAN-PRODUCTS-MIB +37
A mibs/pbn/NMS-IF-MIB +362
M mibs/pbn/NMS-TC +2 -1
M mibs/procera/PACKETLOGIC-CHANNEL-MIB +2 -2
M mibs/procera/PACKETLOGIC-HW-MIB +2 -2
M mibs/procera/PACKETLOGIC-MIB +20 -2
M mibs/procera/PACKETLOGIC-RAID-MIB +2 -2
M mibs/procera/PACKETLOGIC-SNOOPER-DHCP-MIB +2 -2
M mibs/procera/PACKETLOGIC-TRAP-MIB +2 -2
M mibs/radware/RADWARE-MIB +6,077 -130
M mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB +14 -52
M mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB +183 -72
A mibs/raisecom/RAISECOM-PON-DEVICE-MIB +1,251
A mibs/raisecom/RAISECOM-PONSERIES-BASE-MIB +84
A mibs/raisecom/RAISECOM-PONSERIES-TC +375
M mibs/raritan/ASSETMANAGEMENT-MIB +1,146 -1,303
M mibs/raritan/LHX-MIB +63 -23
M mibs/raritan/PDU-MIB +631 -109
M mibs/raritan/PDU2-MIB +11,142 -11,704
M mibs/raritan/RemoteKVMDevice-MIB +225 -66
A mibs/redback/RBN-CPU-METER-CAP +174
M mibs/redback/RBN-CPU-METER-MIB +8 -7
M mibs/redback/RBN-ENVMON-MIB +11 -6
M mibs/redback/RBN-SMI +22 -17
M mibs/redback/RBN-TC +14 -8
A mibs/redback/RENAME_TO_ericsson
A mibs/rfc/DSLite-MIB +774
M mibs/rfc/IANA-MAU-MIB +210 -16
M mibs/rfc/IANA-PRINTER-MIB +26 -15
M mibs/rfc/IANA-STORAGE-MEDIA-TYPE-MIB +10 -7
A mibs/rfc/MPLS-LPS-MIB +1,484
A mibs/rfc/MPLS-OAM-ID-STD-MIB +966
M mibs/rfc/NHDP-MIB +258 -167
A mibs/rfc/PTPBASE-MIB +2,474
A mibs/rfc/RFC1284-MIB +740
A mibs/rfc/TRILL-OAM-MIB +1,674
M mibs/rfc/UPS-MIB +27 -13
M mibs/saf/SAF-ENTERPRISE +20 -13
A mibs/saf/SAF-INTEGRA-MIB +40
A mibs/saf/SAF-INTEGRAB-MIB +2,765
A mibs/saf/SAF-INTEGRAW-MIB +1,585
M mibs/saf/SAF-IPRADIO +33 -8
M mibs/sentry/Sentry3-MIB +10 -4
M mibs/sentry/Sentry4-MIB +352 -40
A mibs/ubiquiti/UBNT-AFLTU-MIB +457
M mibs/ubiquiti/UBNT-AirMAX-MIB +162 -4
M mibs/ubiquiti/UBNT-MIB +2
M mibs/vmware/VMWARE-ENV-MIB +318 -101
M mibs/vmware/VMWARE-ESX-AGENTCAP-MIB +849 -185
M mibs/vmware/VMWARE-NSX-MANAGER-AGENTCAP-MIB +28 -6
M mibs/vmware/VMWARE-NSX-MANAGER-MIB +568 -20
M mibs/vmware/VMWARE-PRODUCTS-MIB +26 -4
M mibs/vmware/VMWARE-ROOT-MIB +19 -2
M mibs/vmware/VMWARE-VA-AGENTCAP-MIB +477 -4
A mibs/vmware/VMWARE-VCHA-MIB +589
M mibs/vmware/VMWARE-VCOPS-EVENT-MIB +838 -472
A mibs/vmware/VMWARE-VRNI-AGENTCAP-MIB +132
A mibs/vmware/VMWARE-VRNI-MIB +1,617
M mibs/watchguard/WATCHGUARD-INFO-SYSTEM-MIB +15
M mibs/watchguard/WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB +20 -31
M mibs/watchguard/WATCHGUARD-IPSEC-SA-MON-MIB-EXT +59 -195
M mibs/watchguard/WATCHGUARD-IPSEC-TUNNEL-MIB +22 -34
M mibs/watchguard/WATCHGUARD-POLICY-MIB +12 -4
M mibs/watchguard/WATCHGUARD-PRODUCTS-MIB +26 -1
M mibs/watchguard/WATCHGUARD-SYSTEM-STATISTICS-MIB +11 -5
A mibs/wti/WTI-MPC-MIB +794
M mibs/xirrus/XIRRUS-MIB +99 -14
A update/377.sql +8
A update/378.sql +1

🏷️ 18.06.9279

Released 2018-06-21 17:26 • Commits r9265 through r9278
🚀 Included Development Changes (14 commits):
✨ New Features:
  • r9266: Add ability to use device distro/distrover in association rulesets +18-7
  • r9268: Add support for UBNT EdgePower. +85-3
  • r9276: Add NetBotz wireless sensor collection +26
  • r9277: Add additional NetBotz wireless sensor metrics +26
⚡ Improvements:
  • r9265: Improve new association accuracy. Fix port disable field name. +6-5
🐛 Bug Fixes:
  • r9267: Filename fix.
  • r9270: Fix APC thresholds. +2-2
  • r9271: Fix function name +1-1
  • r9272: Fix another threshold +2-2
  • r9275: Additional APC threshold fixes. +2-2
  • r9278: Minor fix +4-4
📝 Trivial Changes:
  • r9269: revert back extreme os definition for syslog (appear in r9268). +3
  • r9273: Fixed EdgePOWER os name. Cleanup Eaton contact statuses definition. +11-11
  • r9274: Improved short name for Mgmt interface in DNOS. +6
Files changed in merge (208)
M discovery.php +1 -1
M html/ajax/actions.php +22
M html/ajax/entity_popup.php +2 -2
M html/api/v0/includes/devices.inc.php +44
M html/css/observium.css +1 -1
M html/includes/entities/port.inc.php +5 -2
M html/includes/graphs/graph.inc.php +2 -1
M html/includes/graphs/multi-mempool/usage.inc.php +19 -6
A html/includes/graphs/multi-port/ipv6_bits.inc.php +44
M html/includes/graphs/multi-storage/auth.inc.php +2
A html/includes/graphs/multi-storage/bytes_stacked.inc.php +90
A html/includes/graphs/multi-storage/perc_stacked.inc.php +73
M html/includes/group_edit.inc.php +1 -1
M html/includes/print/common.inc.php +32
M html/includes/print/syslogs.inc.php +3 -1
M html/includes/status-portpercent.inc.php +6 -1
M html/pages/alert_check.inc.php +346 -262
M html/pages/alert_regenerate.inc.php +19 -4
M html/pages/device/edit/modules.inc.php +36 -5
M html/pages/device/perf.inc.php +12 -2
A html/pages/migrate_alerts.inc.php +177
M html/pages/processes.inc.php -30
M includes/alerts.inc.php +359 -3
M includes/billing.inc.php +7 -5
M includes/common.inc.php +103 -16
M includes/config-variables.inc.php +9 -2
M includes/definitions.inc.php +3 -1
M includes/definitions/entities.inc.php +11 -3
M includes/definitions/mibs/apc.inc.php +52
M includes/definitions/mibs/cisco.inc.php +6
M includes/definitions/mibs/eaton.inc.php +37
M includes/definitions/mibs/extreme.inc.php +6
M includes/definitions/mibs/huawei.inc.php +12
M includes/definitions/mibs/juniper.inc.php +16 -16
M includes/definitions/mibs/ubiquiti.inc.php +71
M includes/definitions/models.inc.php +38 -1
M includes/definitions/os.inc.php +64 -16
M includes/discovery/functions.inc.php +8
M includes/discovery/mempools/peakflow-sp-mib.inc.php +1 -1
M includes/discovery/os.inc.php +8
M includes/discovery/sensors/checkpoint-mib.inc.php +2 -2
M includes/discovery/sensors/exaltcomproducts.inc.php +4 -4
M includes/discovery/sensors/huawei-energymngt-mib.inc.php +3 -3
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +105 -24
M includes/discovery/sensors/it-watchdogs-mib-v3.inc.php +1 -1
M includes/discovery/sensors/powernet-mib.inc.php +150 -91
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/discovery/vlans.inc.php +113 -90
M includes/discovery/vlans/cisco-vtp-mib.inc.php +96 -33
A includes/discovery/vlans/extreme-vlan-mib.inc.php +94
A includes/discovery/vlans/huawei-l2vlan-mib.inc.php +123
M includes/discovery/vlans/q-bridge-mib.inc.php +121 -53
M includes/functions.inc.php +71 -4
M includes/geolocation/yahoo.inc.php +1 -1
M includes/groups.inc.php +130 -77
M includes/polling/cisco-remote-access-monitor.inc.php +2 -2
M includes/polling/functions.inc.php +5 -5
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 -8
M includes/polling/os/ciscosb.inc.php +2 -2
D includes/polling/os/huawei.inc.php -27
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
D includes/polling/port-poe.inc.php -40
M includes/polling/ports.inc.php +6 -90
A includes/polling/ports/cisco-vlan-iftable-relationship-mib.inc.php +70
A includes/polling/ports/cisco-vtp-mib.inc.php +85
M includes/polling/ports/etherlike-mib.inc.php +7 -3
A includes/polling/ports/extreme-vlan-mib.inc.php +99
A includes/polling/ports/huawei-l2if-mib.inc.php +100
A includes/polling/ports/q-bridge-mib.inc.php +248
M includes/polling/sensors.inc.php -74
M includes/polling/status.inc.php +1 -78
M includes/polling/storage/cisco-flash-mib.inc.php +3 -3
M includes/polling/system.inc.php +8 -17
M includes/polling/system/snmpv2-mib.inc.php +4 -10
M includes/rewrites.inc.php +1 -41
M includes/snmp.inc.php +201 -129
A mibs/DO_NOT_MODIFY_THE_CONTENTS_OF_THIS_DIRECTORY
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
M mibs/huawei/HUAWEI-GTL-MIB +106 -4
M mibs/huawei/HUAWEI-HQOS-MIB +133 -8
M mibs/huawei/HUAWEI-HWTACACS-MIB +125 -12
M mibs/huawei/HUAWEI-IF-EXT-MIB +344 -23
M mibs/huawei/HUAWEI-INFOCENTER-MIB +37 -13
M mibs/huawei/HUAWEI-IPFPM-MIB +501 -20
M mibs/huawei/HUAWEI-IPPOOL-MIB +129 -7
M mibs/huawei/HUAWEI-ISIS-CONF-MIB +396 -5
M mibs/huawei/HUAWEI-KOMPELLA-MIB +37 -5
M mibs/huawei/HUAWEI-L2IF-MIB +9 -3
M mibs/huawei/HUAWEI-L2MAM-MIB +1,143 -15
M mibs/huawei/HUAWEI-L2MULTICAST-MIB +303 -7
M mibs/huawei/HUAWEI-L2VLAN-MIB +22 -3
M mibs/huawei/HUAWEI-L2VPN-OAM-MIB +40 -3
M mibs/huawei/HUAWEI-L2VPN-PW-APS-MIB +30 -3
M mibs/huawei/HUAWEI-L3VPN-EXT-MIB +10 -3
M mibs/huawei/HUAWEI-LDT-MIB +9 -3
M mibs/huawei/HUAWEI-LINE-MIB +55 -4
M mibs/huawei/HUAWEI-LLDP-MIB +139 -7
M mibs/huawei/HUAWEI-MAC-AUTHEN-MIB +26 -4
A mibs/huawei/HUAWEI-MACSEC-MIB +208
M mibs/huawei/HUAWEI-MFF-MIB +20 -6
M mibs/huawei/HUAWEI-MFLP-MIB +193 -4
M mibs/huawei/HUAWEI-MGMD-STD-MIB +333 -11
M mibs/huawei/HUAWEI-MIB +642 -21
M mibs/huawei/HUAWEI-MPLS-EXTEND-MIB +37 -3
M mibs/huawei/HUAWEI-MPLSOAM-MIB +44 -1
M mibs/huawei/HUAWEI-MSTP-MIB +13 -11
M mibs/huawei/HUAWEI-MULTICAST-MIB +48 -5
M mibs/huawei/HUAWEI-NAT-EXT-MIB +20 -13
M mibs/huawei/HUAWEI-OSPFV2-MIB +502 -5
M mibs/huawei/HUAWEI-OSPFV3-MIB +455 -6
M mibs/huawei/HUAWEI-PERFMGMT-MIB +30 -3
M mibs/huawei/HUAWEI-PIM-STD-MIB +178 -3
M mibs/huawei/HUAWEI-POE-MIB +61 -8
M mibs/huawei/HUAWEI-PORT-MIB +596 -30
M mibs/huawei/HUAWEI-PORTAL-MIB +390 -7
M mibs/huawei/HUAWEI-PWE3-MIB +524 -1
M mibs/huawei/HUAWEI-PWE3-TNL-MIB +276 -3
M mibs/huawei/HUAWEI-RM-EXT-MIB +168 -5
M mibs/huawei/HUAWEI-RRPP-MIB +20 -2
A mibs/huawei/HUAWEI-SECURITY-DISK-MIB +138
A mibs/huawei/HUAWEI-SECURITY-IPLINK-MIB +193
A mibs/huawei/HUAWEI-SECURITY-IPSEC-MIB +1,380
A mibs/huawei/HUAWEI-SECURITY-L2TP-MIB +758
A mibs/huawei/HUAWEI-SECURITY-LICENSE-MIB +555
M mibs/huawei/HUAWEI-SECURITY-MIB +2,401 -2,044
A mibs/huawei/HUAWEI-SECURITY-SESSION-STAT-MIB +108
A mibs/huawei/HUAWEI-SECURITY-SLB-MIB +230
A mibs/huawei/HUAWEI-SECURITY-STAT-MIB +3,130
A mibs/huawei/HUAWEI-SECURITY-STATEXT-MIB +828
M mibs/huawei/HUAWEI-SMARTLINK-MIB +21 -7
M mibs/huawei/HUAWEI-SNMP-EXT-MIB +15 -4
A mibs/huawei/HUAWEI-SRM-MIB +874
M mibs/huawei/HUAWEI-SSH-MIB +141 -1
M mibs/huawei/HUAWEI-STACK-MIB +272 -52
M mibs/huawei/HUAWEI-SWITCH-L2MAM-EXT-MIB +44 -5
M mibs/huawei/HUAWEI-SWITCH-SRV-RES-TRAP-MIB +23 -2
M mibs/huawei/HUAWEI-SYS-MAN-MIB +420 -5
M mibs/huawei/HUAWEI-TC-MIB +3,543 -593
M mibs/huawei/HUAWEI-TUNNEL-MIB +14 -8
A mibs/huawei/HUAWEI-TWAMP-MIB +1,591
M mibs/huawei/HUAWEI-UNIMNG-MIB +234 -16
M mibs/huawei/HUAWEI-USA-MIB +54 -5
M mibs/huawei/HUAWEI-USC-MIB +7 -2
A mibs/huawei/HUAWEI-VBST-MIB +253
M mibs/huawei/HUAWEI-VE-MIB +24 -5
M mibs/huawei/HUAWEI-VLAN-MIB +128 -9
M mibs/huawei/HUAWEI-VPLS-EXT-MIB +125 -7
A mibs/huawei/HUAWEI-WLAN-AP-MIB +4,377
A mibs/huawei/HUAWEI-WLAN-AP-RADIO-MIB +1,612
A mibs/huawei/HUAWEI-WLAN-AP-SERVICE-MIB +2,147
A mibs/huawei/HUAWEI-WLAN-AP-UPDATE-MIB +855
A mibs/huawei/HUAWEI-WLAN-CAPWAP-MIB +414
A mibs/huawei/HUAWEI-WLAN-CONFIGURATION-MIB +16,707
A mibs/huawei/HUAWEI-WLAN-GLOBAL-MIB +996
A mibs/huawei/HUAWEI-WLAN-STATION-MIB +2,335
A mibs/huawei/HUAWEI-WLAN-VAP-MIB +1,066
A mibs/huawei/HUAWEI-WLAN-WIDS-SERVICE-MIB +2,788
M mibs/huawei/HUAWEI-XQoS-MIB +1,652 -55
A mibs/ubiquiti/UBNT-EdgeMAX-MIB +313
M tests/IncludesRewritesTest.php +5
M tests/IncludesSyslogTest.php +32
M update/368.php +1 -1
A update/374.sql +1
A update/375.sql +1
A update/376.sql +2

🏷️

Released 2018-05-10 19:53
Files changed in merge (1)
M includes/versioncheck.inc.php +3 -6

🏷️

Released 2018-05-10 19:50
Files changed in merge (1)
M includes/versioncheck.inc.php +3 -1

🏷️ 18.05.9217

Released 2018-05-09 15:23 • Commits r9179 through r9216
🚀 Included Development Changes (38 commits):
✨ New Features:
  • r9195: Add Lenovo switch MIBs
  • r9203: Add support for Lenovo CNOS devices (provided by Lenovo) +163-7
⚡ Improvements:
  • r9209: Improved navbar function. Add "alerted" sensor count to navbar. Add FORTINET-FORTIADC-MIB strings collection. +45-13
🐛 Bug Fixes:
  • r9182: Fix ADF custom MIB +52-8
  • r9185: Fix missing AFs
  • r9186: Fix ADF multipliers +14-25
  • r9187: Improve local ASN selection +602-532
  • r9188: Fix BGP local_as length +1
  • r9207: Cosmetic bug in processor module +1-1
  • r9208: Add SysDescr regexp for dbsd and nobulk to dasan +3-1
🔧 Minor Changes:
  • r9193: Added support for Waystream switches (OBS-2652). +123
  • r9204: Added and used function snmp_mib_entity_vendortype() for expand ENTITY-MIB with vendor type MIBs. +78-36
  • r9205: Added basic support for Zebra printer devices (OBS-2661). +11
  • r9210: Added basic support for Stormshield NS-BSD firewalls. +47
📋 MIB Updates:
  • r9192: Added Waystream mib files.
  • r9211: Added Stormshield mib files.
📝 Trivial Changes:
  • r9179: Fixed poll billing when additional params passed (ie in wrapper). +14
  • r9180: Clean compatability in poll-billing. +10-5
  • r9181: Small billing pages cleanup. Added primary index for bill data table. +65-13
  • r9183: Disabled qb ruleset valudation hack. +2
  • r9184: Use setRules method with allow_invalid option in QB, instead direct rules set for edit groups. +11-49
  • r9189: Sync (with discovery) poller local asn fetch for cisco devices. +15-5
  • r9190: Improved discovery D-Link sensors for some models. +83-4
  • r9191: Improved detect NetPing devices. +29-7
  • r9194: Fixed WAYSTREAM-MIB identity. +1-1
  • r9196: Improved port_label_process for Cisco IOS XR and Huawei devices. +15-3
  • r9197: Improved parsing HP procurve syslog messages. +10
  • r9199: Improved convert hex ip addresses values for ipv6z type. +11
  • r9200: Improved detect IPv6 addresses in VRF (OBS-2658). +14-2
  • r9201: Improved detect IPv6 addresses in VRF by CISCO-IETF-IP-MIB. +8-2
  • r9202: Improved syslog messages parsing for Sophos UTM devices. +40-1
  • r9212: Improved detect some BSD based oses with net-snmp daemon. +8
  • r9213: Improved detect some BSD based oses with net-snmp daemon (++). +3
  • r9214: Do not refresh add syslog rule page. +1
  • r9215: Fixed detect FTOS hardware when net-snmp return correct utf-8 chars. +3-1
  • r9216: Display that currently do discover or poll device if it never polled/discovered. +25-3
📦 Other Changes:
  • r9198: Medium: fix clickatell alerting using new API calls +9-22
  • r9206: derp. s/type/group/ +1-1
Files changed in merge (328)
A attic/html
M discovery.php +1 -1
A html/ajax/actions.php +162
D html/ajax/dashboard.php -90
D html/api.php -48
A html/api/v0/includes/mempools.inc.php +47
M html/billing-graph.php +10 -6
M html/css/bootstrap-select.css +8 -5
M html/css/bootstrap-tagsinput.css +6 -22
M html/css/observium.css +8 -5
A html/css/query-builder.default.css +192
M html/css/sprite.css +156 -140
html/images/apps/nfsd_2x.png +1 -1
html/images/apps/nfsd.png +1 -1
A html/images/os/adfweb_2x.png +1
A html/images/os/adfweb.png +1
A html/images/os/forcepoint_2x.png +1
A html/images/os/forcepoint.png +1
A html/images/os/halon_2x.png +1
A html/images/os/halon.png +1
A html/images/os/innovaphone_2x.png +1
A html/images/os/innovaphone.png +1
A html/images/os/sensatronics_2x.png +1
A html/images/os/sensatronics.png +1
A html/images/os/shmz_2x.png +1
A html/images/os/shmz.png +1
A html/images/os/stormshield_2x.png +1
A html/images/os/stormshield.png +1
A html/images/os/waystream_2x.png +1
A html/images/os/waystream.png +1
A html/images/os/zebra_2x.png +1
A html/images/os/zebra.png +1
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/alerting-navbar.inc.php +6
D html/includes/api
M html/includes/authenticate.inc.php +11 -10
M html/includes/authentication/ldap.inc.php +9 -4
M html/includes/contacts-navbar.inc.php +1 -1
M html/includes/entities/port.inc.php +20 -13
M html/includes/functions.inc.php +50 -61
M html/includes/graphs/common.inc.php +160 -57
M html/includes/graphs/device/bits.inc.php +54 -54
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
M html/includes/graphs/device/processor.inc.php +1 -1
M html/includes/graphs/generic_data.inc.php +6
M html/includes/graphs/multi-customoid/auth.inc.php +1 -1
A html/includes/graphs/port/ipv6_bits.inc.php +23
A html/includes/group_edit.inc.php +155
M html/includes/group-navbar.inc.php +1 -1
M html/includes/navbar.inc.php +749 -644
M html/includes/panels/default.inc.php +1 -1
M html/includes/print/alert.inc.php +2 -1
M html/includes/print/billing.inc.php +13 -2
M html/includes/print/common.inc.php +1 -1
M html/includes/print/inventory.inc.php +1
M html/includes/print/navbar.inc.php +1 -1
M html/includes/print/routing.inc.php +298 -278
M html/includes/print/rows.inc.php +1 -1
M html/includes/print/search.inc.php +17 -10
M html/includes/print/syslogs.inc.php +27 -5
M html/includes/status-portpercent.inc.php +28 -5
M html/includes/status-summary.inc.php +31 -25
M html/index.php +12 -6
A html/js/bootbox.min.js +6
M html/js/bootstrap-select.js +1,206 -636
M html/js/bootstrap-select.min.js +4 -4
M html/js/bootstrap-tagsinput.js +19 -120
A html/js/doT.min.js +2
A html/js/interact.min.js +6
A html/js/jQuery.extendext.min.js +9
M html/js/observium.js +1 -1
A html/js/query-builder.js +6,219
M html/pages/add_syslog_rule.inc.php +1 -1
D html/pages/api
M html/pages/bill.inc.php +49 -10
M html/pages/bill/accurate.inc.php +2 -1
M html/pages/dashboard.inc.php +4 -4
M html/pages/device.inc.php +53 -11
M html/pages/device/edit/wmi.inc.php +6 -13
M html/pages/device/overview/printersupplies.inc.php +1 -1
M html/pages/device/port/graphs.inc.php +11 -2
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +2 -2
M html/pages/device/showconfig.inc.php +10 -1
M html/pages/edituser.inc.php +3 -3
M html/pages/graphs.inc.php +7
M html/pages/group_add.inc.php +147 -91
M html/pages/group.inc.php +50 -221
M html/pages/groups_regenerate.inc.php +3 -5
M html/pages/groups.inc.php +7 -1
M html/pages/logon.inc.php +7 -6
M html/pages/preferences/general.inc.php +7 -6
M html/pages/routing/bgp.inc.php +1 -1
M html/pages/settings.inc.php +22
M html/pages/settings/default.inc.php +1 -1
M html/pages/syslog_rules.inc.php +2 -2
M includes/alerting/clickatell.inc.php +8 -18
M includes/alerts.inc.php +2 -1
M includes/common.inc.php +17 -9
M includes/config-variables.inc.php +47 -9
M includes/db.inc.php +2 -1
M includes/defaults.inc.php +6 -5
M includes/definitions.inc.php +104 -19
M includes/definitions/entities.inc.php +97 -53
M includes/definitions/graphtypes.inc.php +138 -1
M includes/definitions/mibs.inc.php +19
A includes/definitions/mibs/adf.inc.php +18
M includes/definitions/mibs/apc.inc.php +14 -1
M includes/definitions/mibs/d-link.inc.php +69
A includes/definitions/mibs/edgecore.inc.php +80
A includes/definitions/mibs/forcepoint.inc.php +35
M includes/definitions/mibs/fortinet.inc.php +11
M includes/definitions/mibs/gude.inc.php +32
M includes/definitions/mibs/hp.inc.php +26
M includes/definitions/mibs/ibm.inc.php +69
M includes/definitions/mibs/juniper.inc.php +6
M includes/definitions/mibs/lenovo.inc.php +83
M includes/definitions/mibs/packetflux.inc.php +5 -4
A includes/definitions/mibs/sensatronics.inc.php +31
A includes/definitions/mibs/stormshield.inc.php +31
A includes/definitions/mibs/waystream.inc.php +54
M includes/definitions/mibs/zyxel.inc.php +25
M includes/definitions/models.inc.php +53 -2
M includes/definitions/os.inc.php +231 -26
M includes/definitions/rewrites.inc.php +4 -2
M includes/definitions/rrdtypes.inc.php +40
M includes/definitions/sensors.inc.php +2 -2
M includes/definitions/transports.inc.php +1 -4
M includes/definitions/wui.inc.php +5
M includes/discovery/bgp-peers.inc.php +614 -529
M includes/discovery/functions.inc.php +58
M includes/discovery/inventory/entity-mib.inc.php +2 -23
A includes/discovery/inventory/hpvc-mib.inc.php +111
M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +8 -2
M includes/discovery/ip-addresses/ip-mib.inc.php +14 -2
M includes/discovery/processors.inc.php +1 -1
M includes/discovery/sensors.inc.php +25 -18
A includes/discovery/sensors/adf-1-mib.inc.php +85
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +17 -5
A includes/discovery/sensors/ecs4120-mib.inc.php +81
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +64 -19
M includes/discovery/sensors/packetflux-mib.inc.php +53 -64
A includes/discovery/sensors/sensatronics-ittm.inc.php +33
A includes/discovery/sensors/waystream-mib.inc.php +55
A includes/encrypt.inc.php +203
M includes/entities.inc.php +2 -3
M includes/functions.inc.php +108
M includes/groups.inc.php +749
M includes/polling/bgp-peers.inc.php +18 -7
M includes/polling/cipsec-tunnels.inc.php +2 -2
M includes/polling/graphs/a10-ax-mib/axAppGlobalStats.inc.php +1 -1
A includes/polling/graphs/juniper-ipv6-mib
M includes/polling/os.inc.php +6 -3
A includes/polling/os/edgecore-os.inc.php +18
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/os/ftos.inc.php +3 -1
A includes/polling/os/lenovo-cnos.inc.php +40
M includes/polling/os/unix.inc.php +1
M includes/polling/ports.inc.php +14 -43
M includes/polling/ports/etherlike-mib.lib.php +7 -7
A includes/polling/ports/ip-mib
A includes/polling/ports/ip-mib.lib.php +35
A includes/polling/ports/juniper-ipv6-mib.inc.php +31
A includes/polling/ports/juniper-ipv6-mib.lib.php +31
M includes/polling/system.inc.php +4
M includes/polling/wifi.inc.php +8 -1
M includes/polling/wifi/cisco-lwapp-sys-mib.inc.php +2 -2
M includes/rewrites.inc.php +7 -3
M includes/snmp.inc.php +37 -3
M includes/syslog.inc.php +432 -210
A mibs/adf
M mibs/adf/ADF-1-MIB +816
M mibs/apc/PowerNet-MIB +699 -29
M mibs/cisco/CISCO-BGP4-MIB +1
M mibs/cisco/CISCO-LWAPP-SYS-MIB +2,964 -1,059
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
M mibs/ciscosb/CISCOSB-GVRP-MIB +1 -1
M mibs/ciscosb/CISCOSB-HWENVIROMENT +83 -6
M mibs/ciscosb/CISCOSB-IP +9 -1
A mibs/ciscosb/CISCOSB-IP-SLA +340
M mibs/ciscosb/CISCOSB-IpRouter +1 -1
M mibs/ciscosb/CISCOSB-IPSTDACL-MIB +3 -3
M mibs/ciscosb/CISCOSB-IPv6 +92 -4
M mibs/ciscosb/CISCOSB-IPV6FHS-MIB +1 -1
M mibs/ciscosb/CISCOSB-JUMBOFRAMES-MIB +1 -1
M mibs/ciscosb/CISCOSB-LBD-MIB +1 -1
M mibs/ciscosb/CISCOSB-LLDP-MIB +374 -31
M mibs/ciscosb/CISCOSB-LOCALIZATION-MIB +1 -1
M mibs/ciscosb/CISCOSB-MAC-BASE-PRIO +1 -1
A mibs/ciscosb/CISCOSB-MGMD-ROUTER-MIB +342
M mibs/ciscosb/CISCOSB-MIB +26 -3
M mibs/ciscosb/CISCOSB-MIR-MIB +1 -1
M mibs/ciscosb/CISCOSB-MNGINF-MIB +1 -1
M mibs/ciscosb/CISCOSB-MULTISESSIONTERMINAL-MIB +1 -1
A mibs/ciscosb/CISCOSB-PBR-MIB +192
M mibs/ciscosb/CISCOSB-PHY-MIB +3 -2
M mibs/ciscosb/CISCOSB-Physicaldescription-MIB +120 -45
A mibs/ciscosb/CISCOSB-PIM-MIB +1,533
M mibs/ciscosb/CISCOSB-POE-MIB +347 -36
M mibs/ciscosb/CISCOSB-POLICY-MIB +13 -3
A mibs/ciscosb/CISCOSB-PORT-STATISTICS-MIB +704
M mibs/ciscosb/CISCOSB-ProtectedPorts-MIB +1 -1
A mibs/ciscosb/CISCOSB-QOS-APPS-MIB +210
M mibs/ciscosb/CISCOSB-QOS-CLI-MIB +185 -16
A mibs/ciscosb/CISCOSB-QUEUE-STATISTICS-MIB +133
A mibs/ciscosb/CISCOSB-RADIUSSRV +841
M mibs/ciscosb/CISCOSB-rlBrgMcMngr-MIB +1 -1
M mibs/ciscosb/CISCOSB-rlBrgMulticast-MIB +14 -4
A mibs/ciscosb/CISCOSB-rldot1q-MIB +194
M mibs/ciscosb/CISCOSB-rlFft +3 -3
M mibs/ciscosb/CISCOSB-rlInterfaces +21 -10
M mibs/ciscosb/CISCOSB-rlIP-MIB +1 -1
M mibs/ciscosb/CISCOSB-rlLcli-MIB +1 -1
M mibs/ciscosb/CISCOSB-RMON +1 -1
M mibs/ciscosb/CISCOSB-rndMng +13 -1
A mibs/ciscosb/CISCOSB-ROUTEMAP-MIB +131
M mibs/ciscosb/CISCOSB-SCT-MIB +1 -1
M mibs/ciscosb/CISCOSB-SECSD-MIB +1 -1
M mibs/ciscosb/CISCOSB-SECURITY-SUITE +1 -1
M mibs/ciscosb/CISCOSB-SMARTPORTS-MIB +1 -1
M mibs/ciscosb/CISCOSB-SMON-MIB +1 -1
A mibs/ciscosb/CISCOSB-SNA-MIB +52
M mibs/ciscosb/CISCOSB-SNMP-MIB +3 -3
A mibs/ciscosb/CISCOSB-SPAN-MIB +260
M mibs/ciscosb/CISCOSB-SpecialBpdu-MIB +1 -1
M mibs/ciscosb/CISCOSB-SSH-MIB +1 -1
M mibs/ciscosb/CISCOSB-SSL +1 -1
M mibs/ciscosb/CISCOSB-STACK-MIB +22 -197
M mibs/ciscosb/CISCOSB-STORMCTRL-MIB +251 -39
M mibs/ciscosb/CISCOSB-SYSLOG-MIB +306 -1
M mibs/ciscosb/CISCOSB-SYSMNG-MIB +11 -6
M mibs/ciscosb/CISCOSB-TBI-MIB +1 -1
M mibs/ciscosb/CISCOSB-TELNET-MIB +1 -1
M mibs/ciscosb/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB +1 -1
M mibs/ciscosb/CISCOSB-TIMESYNCHRONIZATION-MIB +11 -1
M mibs/ciscosb/CISCOSB-TRACEROUTE-MIB +1 -1
M mibs/ciscosb/CISCOSB-TRAPS-MIB +94 -7
M mibs/ciscosb/CISCOSB-TRUNK-MIB +8 -2
M mibs/ciscosb/CISCOSB-Tuning +53 -1
M mibs/ciscosb/CISCOSB-TUNNEL-MIB +1 -1
M mibs/ciscosb/CISCOSB-UDLD-MIB +9 -2
M mibs/ciscosb/CISCOSB-UDP +1 -1
M mibs/ciscosb/CISCOSB-vlan-MIB +392 -2
M mibs/ciscosb/CISCOSB-vlanVoice-MIB +1 -1
M mibs/ciscosb/CISCOSB-VRRP +46 -4
M mibs/ciscosb/CISCOSB-WBA-MIB +1 -1
M mibs/ciscosb/CISCOSB-WeightedRandomTailDrop-MIB +1 -1
A mibs/ciscosb/CISCOSBLAN1-MIB +361
M mibs/ciscosb/CISCOSMB-MIB +1 -1
M mibs/ciscosb/ENTITY-SENSOR-MIB +3 -3
M mibs/ciscosb/VRRPV3-MIB +3 -3
D mibs/edge-core
A mibs/edgecore
A mibs/forcepoint
A mibs/gude/GUDEADS-PDU818X-MIB +445
A mibs/gude/GUDEADS-PDU8311-MIB +663
A mibs/lenovo/LENOVO-ENV-MIB +476
A mibs/lenovo/LENOVO-PRODUCTS-MIB +104
A mibs/lenovo/LENOVO-SMI-MIB +73
A mibs/packetflux/PACKETFLUX-SITEMONITOR +75
M mibs/rfc/INET-ADDRESS-MIB +2 -1
A mibs/sensatronics
A mibs/stormshield
A mibs/waystream
M poll-billing.php +25 -6
M scripts/agent-local/ntpd +2 -2
M scripts/distro +110 -47
M scripts/generate-rancid.php +47 -7
M syslog.php +36 -7
M tests/HtmlIncludesFunctionsTest.php +2 -144
M tests/HtmlIncludesPrintTest.php +4 -1
M tests/IncludesAlertsTest.php +4 -1
M tests/IncludesCommonTest.php +8 -5
A tests/IncludesEncryptTest.php +256
M tests/IncludesFunctionsTest.php +76 -1
M tests/IncludesPortDescrParserTest.php +5 -2
M tests/IncludesRewritesTest.php +15 -2
M tests/IncludesSnmpTest.php +37 -2
A tests/IncludesSyslogTest.php +476
M tests/IncludesTemplatesTest.php +5 -2
M tests/SnmpDataTest.php +7 -5
M tests/SnmpDataTest2.php +5 -5
A update/365.sql +1
A update/366.php +3
A update/367.sql +1
A update/368.php +35
A update/369.sql +2
A update/370.sql +7
A update/371.sql +1
A update/372.sql +1
A update/373.sql +1

🏷️ 18.03.9073

Released 2018-03-02 22:37 • Commits r9046 through r9072
🚀 Included Development Changes (27 commits):
✨ New Features:
  • r9050: Add DSE 892 MIB
  • r9051: Add Raisecom MIBs
  • r9052: Add support for some sensors and inventory from raisecom devices. Fix some sensor descr parsing cludgery. +457-21
  • r9056: Add new Mikrotik sensors +23-2
  • r9062: Add SMS Envoi alert transport +66
  • r9065: Add additional discovery rule for Ligo devices +8
  • r9067: Add Generic UPS entry for shitboxes with UPS-MIB +16
  • r9068: Add Riello Netman definition +15-1
  • r9069: Add support for DSE devices +67-5
  • r9070: Add operating mode status entry for DSE +12
  • r9071: Add collection of APC outlet statuses +16
⚡ Improvements:
  • r9057: Improve GCOM support OBS-2595 +5-4
  • r9058: Add SLA entity type graph title array +9
  • r9060: Improve detection of "online" MG UPS +3-1
  • r9063: Add additional metrics to BGP peer alerting +9-2
🐛 Bug Fixes:
  • r9046: Fix device link being clickable on syslog alerts. Also direct link to device's syslog alerts page. +3-1
  • r9047: Fix ioping app so it actually works. :) +49-7
  • r9053: Minor fix to raisecom support +2-2
  • r9054: Fix alert state translations for liebert and rittal MIBs +15-15
  • r9055: Fix typo in eltek definition +8-8
  • r9059: Remove disused file -19
  • r9061: Fix Cisco CBQoS poller to correctly remove non-existent QoS entries +17-3
  • r9064: Fix correctly generating rates for BGP stats. +2-2
  • r9066: Fix Printersupplies percentbar label bug. +4-1
🔧 Minor Changes:
  • r9049: Added sysDescr/os fields to device searching. +2-2
📦 Other Changes:
  • r9072: Minor: add storage ignore configuration variables to web UI +22
Files changed in merge (580)
A attic/process.pl +17
A html/ajax/dashboard.php +90
A html/ajax/widget.php +329
A html/css/gridstack.min.css +1
A html/images/doc
A html/images/os/dse_2x.png +1
A html/images/os/dse.png +1
M html/includes/authenticate.inc.php +1 -1
M html/includes/contacts-navbar.inc.php +1
M html/includes/customoids-navbar.inc.php -2
M html/includes/entities/generic.inc.php +2 -2
M html/includes/entities/port.inc.php +33 -13
M html/includes/functions.inc.php +52 -6
M html/includes/graphs/application/ioping_iops.inc.php +3 -3
M html/includes/graphs/application/ioping_speed.inc.php +3 -3
A html/includes/graphs/device/availability.inc.php +36
M html/includes/graphs/global/bits.inc.php +2 -2
M html/includes/graphs/port/auth.inc.php +2 -2
M html/includes/graphs/sla/auth.inc.php +9
M html/includes/navbar.inc.php +33 -144
M html/includes/port-sort-select.inc.php +3 -2
M html/includes/port-sort.inc.php +3 -2
M html/includes/print-interface-adsl.inc.php +2 -2
M html/includes/print/navbar.inc.php +173 -1
M html/includes/search/devices.inc.php +2 -2
M html/includes/search/ip-addresses.inc.php +1 -1
M html/includes/search/ports.inc.php +2 -2
A html/includes/widgets
M html/index.php +26 -23
A html/js/gridstack.all.js +37
M html/pages/customers.inc.php +1 -2
A html/pages/dashboard.inc.php +419
M html/pages/device/edit/sensors.inc.php +1 -1
M html/pages/device/graphs.inc.php +39 -8
M html/pages/device/overview/information_extended.inc.php +18
M html/pages/device/overview/information.inc.php +18
M html/pages/device/overview/printersupplies.inc.php +4 -1
M html/pages/device/port.inc.php +2
M html/pages/device/port/macaccounting.inc.php +2 -3
M html/pages/device/port/pagp.inc.php +2 -1
M html/pages/device/ports.inc.php +8 -8
M html/pages/graphs.inc.php +58 -2
M html/pages/ports.inc.php +15 -6
M html/pages/ports/graphs.inc.php +1 -1
A includes/alerting/smsenvoi.inc.php +47
M includes/common.inc.php +4 -2
M includes/config-variables.inc.php +22
M includes/definitions.inc.php +1
M includes/definitions/graphtypes.inc.php +45 -16
A includes/definitions/mibs
M includes/definitions/mibs.inc.php +194 -58
M includes/definitions/mibs/apc.inc.php +186
A includes/definitions/mibs/dse.inc.php +51
M includes/definitions/mibs/eltek.inc.php +150
M includes/definitions/mibs/gcom.inc.php +32
M includes/definitions/mibs/liebert.inc.php +72
M includes/definitions/mibs/mikrotik.inc.php +71
A includes/definitions/mibs/raisecom.inc.php +146
M includes/definitions/mibs/rittal.inc.php +114
M includes/definitions/models.inc.php +12 -2
M includes/definitions/os.inc.php +102 -18
M includes/definitions/rrdtypes.inc.php +16 -3
M includes/definitions/transports.inc.php +18
M includes/definitions/wui.inc.php +3
M includes/discovery/cisco-cbqos.inc.php +17 -3
M includes/discovery/functions.inc.php +12 -2
A includes/discovery/inventory/raisecom-fanmonitor-mib.inc.php +40
A includes/discovery/inventory/raisecom-powermonitor-mib.inc.php +42
M includes/discovery/os.inc.php +15 -3
M includes/discovery/sensors.inc.php +17 -16
D includes/discovery/sensors/compellent-mib.inc.php -82
A includes/discovery/sensors/dell-storage-sc-mib.inc.php +82
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +1 -1
M includes/discovery/sensors/geist-mib-v3.inc.php +304 -60
M includes/discovery/sensors/geist-v4-mib.inc.php +37 -6
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +3 -1
M includes/discovery/sensors/nas-mib.inc.php +2 -2
A includes/discovery/sensors/raisecom-optical-transceiver-mib.inc.php +173
M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +179 -48
M includes/discovery/sensors/serverscheck.inc.php +17 -5
M includes/functions.inc.php +1 -1
M includes/include-dir.inc.php +5 -4
A includes/influx.inc.php +156
A includes/polling/applications/ioping.inc.php +39
M includes/polling/bgp-peers.inc.php +10 -3
M includes/polling/functions.inc.php +9 -2
A includes/polling/graphs/raisecom-system-mib.inc.php +26
M includes/polling/mempools.inc.php -2
M includes/polling/os/ftos.inc.php +7 -1
D includes/polling/os/gcom.inc.php -19
D includes/polling/os/geist-pdu.inc.php -18
A includes/polling/os/ibm-bladecenter.inc.php +103
D includes/polling/os/sensorgateway.inc.php -18
M includes/polling/system.inc.php +56
M includes/polling/system/wowza-streaming-engine-mib.inc.php +2 -2
M includes/polling/ucd-mib.inc.php +3 -2
M includes/rewrites.inc.php +61 -31
M includes/snmp.inc.php +9 -2
M includes/syslog.inc.php +1 -1
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
mibs/allied
A mibs/allied-old
D mibs/alliedwareplus
D mibs/AP80-PRIVATE-MIB -3,693
A mibs/aperto
D mibs/ARUBA-MGMT-MIB -139
D mibs/ARUBA-MIB -158
D mibs/ARUBA-TC -628
D mibs/ATM-DXI-MIB -210
D mibs/ATM-FORUM-ADDR-REG -270
D mibs/ATM-FORUM-ILMI40-MIB -2,118
D mibs/ATM-FORUM-M4-MIB -3,452
D mibs/ATM-FORUM-MIB -1,109
D mibs/ATM-FORUM-SNMP-M4-MIB -4,631
D mibs/ATM-FORUM-SRVC-REG -94
D mibs/ATM-FORUM-TC-MIB -137
D mibs/ATM-MIB -3,023
D mibs/ATM-TC-MIB -706
D mibs/ATMF-CES -901
D mibs/ATMF-CES-MIB -302
M mibs/audiocodes/AUDIOCODES-TYPES-MIB +1 -1
M mibs/avaya/G3-AVAYA-MIB -259
M mibs/avtech/ROOMALERT32E-MIB +1,007 -172
D mibs/BGP4-MIB -1,230
D mibs/BGP4V2-MIB -1,062
D mibs/BGP4V2-TC-MIB -65
M mibs/bintec/BIANCA-BRICK-FR-MIB -768
A mibs/bintec/BIANCA-BRICK-OSPF-ERR-MIB +221
M mibs/bintec/BIANCA-BRICK-OSPF-STAT-MIB -223
D mibs/bintec/BRIDGE-MIB -1,256
D mibs/bintec/CAPWAP-BASE-MIB -196
D mibs/bintec/IANA-RTPROTO-MIB -92
D mibs/bintec/IANAifType-MIB -355
D mibs/bintec/IEEE802dot11-MIB -6,448
D mibs/bintec/IF-MIB -1,778
D mibs/bintec/INET-ADDRESS-MIB -405
D mibs/bintec/IP-MIB -713
D mibs/bintec/IPMROUTE-STD-MIB -857
D mibs/bintec/SNMP-FRAMEWORK-MIB -524
D mibs/bintec/SNMP-USER-BASED-SM-MIB -906
D mibs/bintec/SNMP-USM-AES-MIB -65
D mibs/bintec/SNMPv2-MIB -829
D mibs/bintec/SNMPv2-SMI -957
D mibs/bintec/TCP-MIB -343
D mibs/bintec/UDP-MIB -142
D mibs/BLADETYPE2-ACL-MIB -1,297
D mibs/BLADETYPE2-NETWORK-MIB -10,537
D mibs/BLADETYPE2-PHYSICAL-MIB -4,720
D mibs/BLADETYPE2-QOS-MIB -1,339
D mibs/BLADETYPE2-SWITCH-MIB -5,381
D mibs/BLADETYPE2-TRAP-MIB -421
D mibs/BLADETYPE4-NETWORK-MIB -23,735
D mibs/BLADETYPE5-NETWORK-MIB -23,854
D mibs/BLADETYPE6-NETWORK-MIB -24,077
D mibs/BRIDGE-MIB -1,384
A mibs/broadbandforum
A mibs/brocade/BROCADE-CONTEXT-MAPPING-MIB +188
M mibs/brocade/BROCADE-MAPS-MIB +1 -1
A mibs/brocade/BROCADE-SYSTEM-MIB +1,056
M mibs/brocade/BROCADE-VCS-MIB +1 -1
D mibs/brocade/SYSTEM-MIB -1,050
A mibs/brother
A mibs/cambium/CAMBIUM-PTP600-V2-MIB +3,400
A mibs/carel/DataAire-dap4-al-MIB +1,977
D mibs/CENTRECOM-MIB -1,239
A mibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR-MIB +572
D mibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR.MIB -558
A mibs/ciena/CIENA-WS-ALARM-MIB +457
A mibs/ciena/CIENA-WS-CHASSIS-MIB +1,671
M mibs/cisco/CISCO-PRODUCTS-MIB +18 -1
A mibs/cisco/MPLS-VPN-MIB +1,763
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-DIGITALKEYMANAGE-MIB +3 -3
M mibs/ciscosb/CISCOSB-IPSTDACL-MIB +3 -3
M mibs/ciscosb/CISCOSB-rlBrgMulticast-MIB +1,217 -386
M mibs/ciscosb/CISCOSB-rlFft +3 -3
M mibs/ciscosb/CISCOSB-STACK-MIB +51 -129
M mibs/ciscosb/CISCOSB-VRRP +3 -3
A mibs/comet
D mibs/COMMUNITY-MIB -130
D mibs/CONFIG-MIB -2,841
A mibs/d-link/DAP-3520-v115 +7,986
M mibs/d-link/DES3010F-L2MGMT-MIB +201 -11
M mibs/d-link/DES3010FL-L2MGMT-MIB +201 -11
M mibs/d-link/DES3010g-L2MGMT-MIB +201 -11
M mibs/d-link/DES3016-L2MGMT-MIB +135 -17
M mibs/d-link/DES3018-L2MGMT-MIB +200 -11
M mibs/d-link/DES3026-L2MGMT-MIB +200 -9
M mibs/d-link/DLINK-ID-REC-MIB +1
M mibs/d-link/DLINK-MCB-MIB +2 -4
A mibs/d-link/DLINK-PORT-SECURITY-MIB +473
A mibs/d-link/DLINK-SWPRIMGMT-MIB +30
A mibs/d-link/DLINKSW-ENTITY-EXT-MIB +916
A mibs/d-link/DLINKSW-IP-FILTER-MIB +807
A mibs/d-link/DLINKSW-SYSLOG-MIB +800
A mibs/d-link/DLINKSW-SYSTEM-FILE-MIB +772
A mibs/d-link/DNS345-MIB +319
A mibs/d-link/DWL-3200 +7,026
D mibs/d-link/NAS-MIB -288
A mibs/d-link/SURVEILLANCE-VLAN-MIB +326
M mibs/d-link/SWDES3528-52PRIMGMT-MIB +4
D mibs/DataAire-dap4-al-MIB -1,966
D mibs/dell/COMPELLENT-MIB -2,950
D mibs/DEVBASE-MIB -80
D mibs/DEVCONTROL-MIB -103
D mibs/DEVETHERNET-MIB -92
D mibs/DEVEVENT-MIB -97
D mibs/DEVFILTER-MIB -779
D mibs/DEVHW-MIB -79
D mibs/DEVNM-MIB -138
D mibs/DEVROUTE-MIB -335
D mibs/DEVSERVER-MIB -137
D mibs/DEVSW-MIB -104
D mibs/DEVTRAPS-MIB -628
D mibs/DIAL-CONTROL-MIB -1,237
D mibs/DIFFSERV-DSCP-TC -68
D mibs/DIFFSERV-MIB -3,469
D mibs/DISMAN-EVENT-MIB -1,825
D mibs/DISMAN-NSLOOKUP-MIB -445
D mibs/DISMAN-PING-MIB -1,140
D mibs/DISMAN-SCHEDULE-MIB -676
D mibs/DISMAN-SCRIPT-MIB -1,723
D mibs/DISMAN-TRACEROUTE-MIB -1,316
D mibs/dlink
D mibs/DLSW-MIB -3,287
D mibs/DNS-RESOLVER-MIB -1,199
D mibs/DNS-SERVER-MIB -1,080
D mibs/DOCS-IF-MIB -5,255
D mibs/DOT3-OAM-MIB -2,227
D mibs/DRAFT-MSDP-MIB -1,059
D mibs/DS1-MIB -2,101
D mibs/DS3-MIB -1,769
A mibs/dse
D mibs/DVMRP-MIB -828
A mibs/ekinops/EKINOPS-Pm200fr20-MIB +13,693
A mibs/ekinops/EKINOPS-Pm200frs02-MIB +13,878
D mibs/ELH100-MIB -1,746
D mibs/ENTITY-MIB -1,444
D mibs/ENTITY-SENSOR-MIB -446
D mibs/ESO-CONSORTIUM-MIB -167
D mibs/EtherLike-MIB -1,862
A mibs/extreme/EXTREME-CABLE-MIB +503
M mibs/extreme/XEDIA-REG -716
A mibs/extreme/XEDIA-TRAFFIC-MGMT-MIB +741
D mibs/FC-MGMT-MIB -2,171
D mibs/FDDI-SMT73-MIB -2,140
D mibs/FDRY-ACL-MIB -312
D mibs/FDRY-DAI-MIB -273
D mibs/FDRY-DHCP-SNOOPING-MIB -270
D mibs/FDRY-DNS2-MIB -190
D mibs/FDRY-IP-SOURCE-GUARD-MIB -253
D mibs/FDRY-IPV6-IP-MIB -70
D mibs/FDRY-MPLS-L2VPN-MIB -875
D mibs/FDRY-POE-MIB -320
D mibs/FDRY-RADIUS-MIB -191
D mibs/FDRY-SNTP-MIB -144
D mibs/FDRY-TACACS-MIB -160
D mibs/FDRY-TRAP-MIB -190
D mibs/FIBRE-CHANNEL-FE-MIB -1,794
D mibs/FR-MFR-MIB -884
D mibs/FRAME-RELAY-DTE-MIB -1,004
D mibs/FROGFOOT-RESOURCES-MIB -346
D mibs/GARP-MIB -367
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
A mibs/geist/GEIST-QUETZAL-MIB +1,454
M mibs/geist/GEIST-V4-MIB +205 -21
A mibs/geist/GEIST-V5-MIB +3,425
D mibs/GMPLS-LSR-STD-MIB -503
D mibs/GMPLS-TC-STD-MIB -127
D mibs/GMPLS-TE-STD-MIB -1,718
A mibs/gnome
D mibs/GNOME-PRODUCT-ZEBRA-MIB -78
D mibs/GNOME-SMI -87
D mibs/HC-PerfHist-TC-MIB -221
D mibs/HCNUM-TC -118
D mibs/HDSL2-SHDSL-LINE-MIB -2,282
D mibs/HOST-RESOURCES-MIB -1,489
D mibs/HOST-RESOURCES-TYPES -385
A mibs/hp/BLADETYPE2-ACL-MIB +1,321
A mibs/hp/BLADETYPE2-NETWORK-MIB +10,617
A mibs/hp/BLADETYPE2-PHYSICAL-MIB +4,795
A mibs/hp/BLADETYPE2-QOS-MIB +1,352
A mibs/hp/BLADETYPE2-SWITCH-MIB +5,441
A mibs/hp/BLADETYPE2-TRAP-MIB +435
A mibs/hp/BLADETYPE5-NETWORK-MIB +24,113
A mibs/hp/BLADETYPE6-NETWORK-MIB +24,337
A mibs/hp/WANSTATS-MIB +6,671
D mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB -123
D mibs/IANA-CHARSET-MIB -344
D mibs/IANA-GMPLS-TC-MIB -289
D mibs/IANA-LANGUAGE-MIB -123
D mibs/IANA-MAU-MIB -903
D mibs/IANA-PRINTER-MIB -1,284
D mibs/IANA-PWE3-MIB -115
D mibs/IANA-RTPROTO-MIB -87
D mibs/IANAifType-MIB -647
A mibs/ibm/IBM-BCM-MIB +1,186
A mibs/ibm/IBM-ELAN-MIB +312
A mibs/ibm/IBM-LES-BUS-MIB +823
A mibs/ibm/IBM-LES-LECS-MIB +260
M mibs/ibm/NWAYSMSS-MIB -2,093
D mibs/ICF-ETWIST -4,700
D mibs/ICF-VG-RPTR -1,625
D mibs/IEEE8021-BRIDGE-MIB -2,221
D mibs/IEEE8021-CFM-MIB -3,746
D mibs/IEEE8021-CFM-V2-MIB -968
D mibs/IEEE8021-PAE-MIB -1,866
D mibs/IEEE8021-TC-MIB -591
D mibs/IEEE8023-LAG-MIB -1,362
D mibs/IEEE802dot11-MIB -2,781
D mibs/IF-INVERTED-STACK-MIB -143
D mibs/IF-MIB -1,751
D mibs/IGMP-MIB -588
D mibs/IGMP-STD-MIB -501
D mibs/INET-ADDRESS-MIB -402
D mibs/INT-SERV-MIB -1,108
D mibs/INTEGRATED-SERVICES-MIB -778
A mibs/intersystems
D mibs/IP-FORWARD-MIB -1,241
D mibs/IP-MIB -4,887
D mibs/IPMROUTE-MIB -924
D mibs/IPMROUTE-STD-MIB -850
D mibs/IPSEC-ISAKMP-IKE-DOI-TC -712
D mibs/IPV6-FLOW-LABEL-MIB -58
D mibs/IPV6-ICMP-MIB -527
D mibs/IPV6-MIB -1,434
D mibs/IPV6-MLD-MIB -427
D mibs/IPV6-TC -66
D mibs/IPV6-TCP-MIB -200
D mibs/IPV6-UDP-MIB -131
D mibs/IPX -848
D mibs/ISDN-MIB -1,162
D mibs/ISIS-MIB -4,463
A mibs/juniper/JUNIPER-WX-COMMON-MIB +377
A mibs/juniper/JUNIPER-WX-EVENT-MIB +159
M mibs/juniper/JUNIPER-WX-GLOBAL-MIB -986
M mibs/juniper/JUNIPER-WX-GLOBAL-REG -2,294
A mibs/juniper/JUNIPER-WX-GLOBAL-TC +132
A mibs/juniper/JUNIPER-WX-MIB +1,807
A mibs/juniper/JUNIPER-WX-STATS-MIB +640
A mibs/juniper/JUNIPER-WX-STATUS-MIB +224
D mibs/LAG-MIB -1,186
D mibs/LAN-EMULATION-CLIENT-MIB -2,500
D mibs/ligo
A mibs/ligowave
D mibs/LLDP-EXT-DOT3-MIB -791
D mibs/LLDP-EXT-MED-MIB -1,610
D mibs/LLDP-MIB -1,927
D mibs/MAU-MIB -1,837
A mibs/microsens
D mibs/microsens-g6
M mibs/mikrotik/MIKROTIK-MIB +386 -4
D mibs/MPLS-LDP-GENERIC-STD-MIB -334
D mibs/MPLS-LDP-STD-MIB -2,487
D mibs/MPLS-LSR-MIB -2,086
D mibs/MPLS-LSR-STD-MIB -2,068
D mibs/MPLS-TC-STD-MIB -634
D mibs/MPLS-TE-MIB -2,220
D mibs/MPLS-TE-STD-MIB -2,479
D mibs/MS-SWITCH30-MIB -5,777
D mibs/MTA-MIB -1,156
D mibs/NET-SNMP-AGENT-MIB -527
D mibs/NET-SNMP-EXAMPLES-MIB -265
D mibs/NET-SNMP-EXTEND-MIB -319
D mibs/NET-SNMP-MIB -46
D mibs/NET-SNMP-PASS-MIB -115
D mibs/NET-SNMP-TC -90
D mibs/NET-SNMP-VACM-MIB -151
M mibs/netapp/NETAPP-MIB +788 -85
D mibs/NETLINK-SPECIFIC-MIB -10,066
A mibs/netmanplus
D mibs/NetmanPlus-MIB -773
D mibs/NETSCREEN-ADDR-MIB -138
D mibs/NETSCREEN-BGP4-MIB -779
D mibs/NETSCREEN-CHASSIS-MIB -268
D mibs/NETSCREEN-IDS-MIB -876
D mibs/NETSCREEN-INTERFACE-MIB -692
D mibs/NETSCREEN-IP-ARP-MIB -180
D mibs/NETSCREEN-NAT-MIB -455
D mibs/NETSCREEN-NSRP-MIB -1,178
D mibs/NETSCREEN-OSPF-MIB -2,299
D mibs/NETSCREEN-OSPF-TRAP-MIB -436
D mibs/NETSCREEN-POLICY-MIB -564
D mibs/NETSCREEN-PRODUCTS-MIB -115
D mibs/NETSCREEN-QOS-MIB -170
D mibs/NETSCREEN-RESOURCE-MIB -265
D mibs/NETSCREEN-RIPv2-MIB -502
D mibs/NETSCREEN-SCHEDULE-MIB -249
D mibs/NETSCREEN-SERVICE-MIB -319
D mibs/NETSCREEN-SMI -90
D mibs/NETSCREEN-TRAP-MIB -426
D mibs/NETSCREEN-VR-BGP4-MIB -782
D mibs/NETSCREEN-VR-MIB -152
D mibs/NETSCREEN-VR-OSPF-MIB -2,312
D mibs/NETSCREEN-VR-RIPv2-MIB -502
D mibs/NETSCREEN-VSYS-MIB -94
D mibs/NETSCREEN-ZONE-MIB -118
D mibs/NETSWITCH-DMA-MIB -221
D mibs/NETSWITCH-DRIVERS-MIB -548
D mibs/NETWORK-APPLIANCE-MIB -24,177
D mibs/NETWORK-SERVICES-MIB -605
A mibs/nortel/ESO-CONSORTIUM-MIB +183
D mibs/NOTIFICATION-LOG-MIB -726
A mibs/nscrtv
D mibs/NSCRTV-ROOT -1,348
A mibs/nti
D mibs/ONEACCESS-GLOBAL-REG -119
D mibs/OPT-IF-MIB -6,119
D mibs/ORiNOCO-MIB -11,409
D mibs/P8510-MIB -124
D mibs/pbn/NMS-LLDP -2,027
A mibs/pbn/NMS-LLDP-MIB +2,112
A mibs/pbn/NMS-MEMORY-POOL-MIB +189
D mibs/pbn/NMS-MEMORY-POOL-MIB.MIB -176
A mibs/pbn/NMS-PROCESS-MIB +414
D mibs/pbn/NMS-PROCESS-MIB.MIB -392
A mibs/pbn/NMS-QOS-PIB-MIB +1,998
D mibs/pbn/NMS-QOS-PIB-MIB.MIB -1,884
A mibs/pbn/NMS-TC +703
D mibs/pbn/NMS-TC.MIB -688
D mibs/PerfHist-TC-MIB -162
D mibs/PIM-MIB -893
D mibs/POWER-ETHERNET-MIB -611
D mibs/Printer-MIB -4,080
D mibs/process.pl -17
D mibs/PTOPO-MIB -799
D mibs/PW-ENET-STD-MIB -464
D mibs/PW-STD-MIB -2,361
D mibs/PW-TC-STD-MIB -271
D mibs/Q-BRIDGE-MIB -2,429
D mibs/RADIUS-ACC-CLIENT-MIB -281
D mibs/RADIUS-AUTH-CLIENT-MIB -304
A mibs/raisecom
D mibs/RAPID-CLIENT-MIB -316
D mibs/RAPID-HA-MIB -372
D mibs/RAPID-INFO-SYSTEM-MIB -53
D mibs/RAPID-IPSEC-ENDPOINT-PAIR-MIB -455
D mibs/RAPID-IPSEC-SA-MON-MIB-EXT -2,259
D mibs/RAPID-IPSEC-TUNNEL-MIB -566
D mibs/RAPID-MIB -29
D mibs/RAPID-POLICY-MIB -302
D mibs/RAPID-SYSTEM-CONFIG-MIB -170
D mibs/RAPID-SYSTEM-STATISTICS-MIB -135
D mibs/RBTWS-AP-STATUS-MIB -1,781
D mibs/RBTWS-AP-TC -307
D mibs/RBTWS-BASIC-MIB -223
D mibs/RBTWS-CLIENT-SESSION-MIB -646
D mibs/RBTWS-CLIENT-SESSION-TC -95
D mibs/RBTWS-EXTERNAL-SERVER-MIB -149
D mibs/RBTWS-INFO-RF-DETECT-MIB -148
D mibs/RBTWS-PORT-MIB -166
D mibs/RBTWS-REGISTRATION-MIB -63
D mibs/RBTWS-ROOT-MIB -52
D mibs/RBTWS-SYSTEM-MIB -230
D mibs/RBTWS-TRAP-MIB -1,704
D mibs/RFC-1212 -72
D mibs/RFC-1215 -29
A mibs/rfc/RFC1315-MIB +777
D mibs/RFC1213-MIB -2,485
D mibs/RFC1284-MIB -738
D mibs/RFC1389-MIB -417
D mibs/RIPv2-MIB -507
M mibs/rittal/RITTAL-CMC-III-CAPABILITY-MIB +588 -236
M mibs/rittal/RITTAL-CMC-III-MIB +2,757 -778
M mibs/rittal/RITTAL-CMC-III-PRODUCTS-MIB +198 -128
M mibs/rittal/RITTAL-SMI-MIB +16 -9
D mibs/RMON2-MIB -5,857
D mibs/RSTP-MIB -307
A mibs/samsung
D mibs/SAMSUNG-CLONING-MIB -183
D mibs/SAMSUNG-COMMON-MIB -37
D mibs/SAMSUNG-DIAGNOSTICS-MIB -223
D mibs/SAMSUNG-GENERAL-TC -1,320
D mibs/SAMSUNG-HOST-RESOURCES-EXT-MIB -309
D mibs/SAMSUNG-HOST-RESOURCES-EXT-TC -3,011
D mibs/SAMSUNG-PRINTER-EXT-MIB -3,241
D mibs/SAMSUNG-PRINTER-EXT-TC -1,430
D mibs/SCTP-MIB -1,279
D mibs/SEMI-MIB -835
D mibs/SMON-MIB -1,265
D mibs/SMUX-MIB -160
D mibs/SNA-SDLC-MIB -2,658
D mibs/SNMP-COMMUNITY-MIB -413
D mibs/SNMP-FRAMEWORK-MIB -520
D mibs/SNMP-MPD-MIB -141
D mibs/SNMP-NOTIFICATION-MIB -574
D mibs/SNMP-PROXY-MIB -279
D mibs/SNMP-REPEATER-MIB -1,307
D mibs/SNMP-TARGET-MIB -645
D mibs/SNMP-USER-BASED-SM-MIB -902
D mibs/SNMP-USM-AES-MIB -62
D mibs/SNMP-USM-DH-OBJECTS-MIB -526
D mibs/SNMP-VIEW-BASED-ACM-MIB -816
D mibs/SNMPv2-CONF -318
D mibs/SNMPv2-MIB -809
D mibs/SNMPv2-SMI -312
D mibs/SNMPv2-SMI-v1 -30
D mibs/SNMPv2-TC -764
D mibs/SNMPv2-TC-v1 -61
D mibs/SNMPv2-TM -170
D mibs/SONET-MIB -2,193
A mibs/sophos/SOPHOS-MIB +656
D mibs/SOURCE-ROUTING-MIB -427
D mibs/SSH-MIB -413
D mibs/SWCOMMGMT-MIB -1,077
D mibs/SWITCH-CHASSIS-MIB -791
D mibs/SWITCH-MIB -185
D mibs/SWITCH-VLAN-MIB -742
D mibs/SWPRIMGMT-MIB -11
A mibs/symbol
D mibs/SYMBOL-AP-MIB -16,464
D mibs/SYMBOL-CC-WS2000-MIB -20,344
M mibs/synology/SYNOLOGY-DISK-MIB -141
M mibs/synology/SYNOLOGY-RAID-MIB -106
M mibs/synology/SYNOLOGY-SYSTEM-MIB -156
M mibs/synology/SYNOLOGY-UPS-MIB -1,306
D mibs/SYSAPPL-MIB -1,553
D mibs/T11-TC-MIB -70
D mibs/TCP-MIB -775
D mibs/TELESYN-ATI-TC -39
D mibs/TOKEN-RING-RMON-MIB -2,579
D mibs/TRANSPORT-ADDRESS-MIB -416
A mibs/tranzeo
D mibs/TRANZEO-ENROUTE-MUNIWIFI-MIB -4,389
D mibs/TRANZEO-MIB -84
D mibs/TUNNEL-MIB -731
D mibs/UCD-DEMO-MIB -74
D mibs/UCD-DISKIO-MIB -165
D mibs/UCD-DLMOD-MIB -120
D mibs/UCD-IPFWACC-MIB -327
D mibs/UCD-SNMP-MIB -1,676
D mibs/UDP-MIB -533
D mibs/UPS-MIB -1,786
D mibs/V2H124-24-MIB -4,869
D mibs/VPLS-GENERIC-DRAFT-01-MIB -753
D mibs/VRRP-MIB -759
D mibs/WANSTATS-MIB -6,643
A mibs/watchguard/BORDERWARE-FW-MIB +139
A mibs/watchguard/BORDERWARE-MIB +541
A mibs/watchguard/BORDERWARE-SMG-MIB +202
A mibs/watchguard/IPSEC-ISAKMP-IKE-DOI-TC +753
A mibs/watchguard/RAPID-CLIENT-MIB +316
A mibs/watchguard/RAPID-HA-MIB +372
A mibs/watchguard/RAPID-INFO-SYSTEM-MIB +53
A mibs/watchguard/RAPID-IPSEC-ENDPOINT-PAIR-MIB +455
A mibs/watchguard/RAPID-IPSEC-SA-MON-MIB-EXT +2,259
A mibs/watchguard/RAPID-IPSEC-TUNNEL-MIB +566
A mibs/watchguard/RAPID-MIB +29
A mibs/watchguard/RAPID-POLICY-MIB +305
A mibs/watchguard/RAPID-SYSTEM-CONFIG-MIB +170
A mibs/watchguard/RAPID-SYSTEM-STATISTICS-MIB +135
M mibs/watchguard/WATCHGUARD-CLIENT-MIB +9 -9
M mibs/watchguard/WATCHGUARD-INFO-SYSTEM-MIB +9 -9
M mibs/watchguard/WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB +8 -8
M mibs/watchguard/WATCHGUARD-IPSEC-SA-MON-MIB-EXT +7 -8
M mibs/watchguard/WATCHGUARD-IPSEC-TUNNEL-MIB +10 -9
M mibs/watchguard/WATCHGUARD-POLICY-MIB +9 -9
M mibs/watchguard/WATCHGUARD-PRODUCTS-MIB +24 -17
M mibs/watchguard/WATCHGUARD-SMI +9 -8
M mibs/watchguard/WATCHGUARD-SYSTEM-CONFIG-MIB +141 -138
M mibs/watchguard/WATCHGUARD-SYSTEM-STATISTICS-MIB +8 -8
M scripts/agent-local/ioping +1
A scripts/split-mib-definitions +189
M syslog.php +2
M tests/IncludesRewritesTest.php +236
A update/362.sql +1
A update/363.sql +12
A update/364.sql +7

🏷️ 18.01.9011

Released 2018-01-27 20:48 • Commits r8960 through r9010
🚀 Included Development Changes (50 commits):
🎯 Major Features:
  • r8993: Removed huge unusefull tables perf_times and devices_perftimes. Poller and discovery times now stored as round-robin history inside device stats array. +237-88
✨ New Features:
  • r8961: Add detection of Blue Coat ASG +12-1
  • r8963: Add nutanix detection and logo +11
  • r8981: Add short hostname length config variable to UI. +7
  • r8996: Add single-line format for Slack transport. +43-28
  • r8998: Add discovery of additional IBM/Lenovo management modules +16
  • r9001: Additional OpenGear sensors and status. +50-9
⚡ Improvements:
  • r8999: Sort alert checkers page by checker name rather than checker id +4
🐛 Bug Fixes:
  • r8995: Skip update properly, return caused updater script to exit +5-1
  • r8997: Fix short host usage for alert table on side panel (fix alert table honouring short host for entity text) +1-1
  • r9000: Fix collectd labelling bug (temperature -> humidity) +10-10
🔧 Minor Changes:
  • r8965: Improved discovery some power supply statuses by CISCO-ENVMON-MIB and CISCO-ENTITY-FRU-CONTROL-MIB. +110-49
  • r8967: Added unittest for snmp_fix_string() with UTF8 convert strings. +48-1
  • r8970: Added discovery sensors for DPS Telecom devices by DPS-MIB-V38 (OBS-2276). +12-10
  • r8973: Added basic support for CrandlePoint devices (OBS-2234). +18-2
  • r8974: Added basic support for TempAlert devices (OBS-2229). +27-1
  • r8975: Added all remaining HiDPI os icons. +51-9
  • r8978: Added discovery sensors from connected UPS for Synology NAS devices by SYNOLOGY-UPS-MIB. +85
  • r8982: Added discovery additional processor and mempools for Zyxel ES by ZYXEL-ES-COMMON and ZYXEL-SYS-MEMORY-MIB. +106-5
  • r8984: Improved test_alert.php script, now possible to test alert send by contact_id. Improved list of avialable alert message tags with: ALERT_UNIXTIME, ALERT_TIMESTAMP_RFC2822, ALERT_TIMESTAMP_RFC3339, DEVICE_SYSNAME and DEVICE_REBOOTED. +227-109
  • r8985: Added unittests for common array_*_replace() functions. Added array_tag_replace() function for in-definition %tags% replaces by array with tag-string key pairs. +262-34
  • r8989: Added support for Netonix Switch devices with sensors by NETONIX-SWITCH-MIB. +168-2
  • r9006: Added support for fs.com FMT devices (OBS-2569). +395
  • r9009: Improved support for IBM CMM and AMM. Added discovery some sensors by BLADE-MIB. +146-8
📋 MIB Updates:
  • r8972: Added MIB files (cradlepoint, kentix).
  • r9005: Added fs.com MIB files.
📝 Trivial Changes:
  • r8964: Improved detect sensor port associations for some more Cisco ASR devices (OBS-2295). +2-2
  • r8966: Exclude (by default) deleted ports in query in get_port_id_by_ifDescr() and get_port_id_by_ifAlias() (this cause mistakes when ifIndex changed). +4-4
  • r8968: Correctly fixed polling ports ifAlias, ifName and ifDescr with UTF8 chars. +2-2
  • r8969: Fixed polling wmi storages if volume serial number begin with zero (OBS-1649). +1-1
  • r8971: Missed files for previous commit (OBS-2276). +100
  • r8976: Cleaned some os icons in definitions. +11-1
  • r8979: Fixed discovery DOM sensors by WWP-LEOS-PORT-XCVR-MIB. +4-4
  • r8980: Added missed mib definition for A10 Thunder devices (OBS-2526). +1
  • r8983: Small fixes for external libs.
  • r8986: Small replace loop improvement. +17-11
  • r8987: Fixed caching oids in status polling. +4-4
  • r8988: Added flag OBS_SNMP_DISPLAY_HINT for disable display-hint in snmp output. Use it for discovery sensors by definitions (prevent different values in poller and discovery). +13-13
  • r8990: Improved PoE states for statuses by NETONIX-SWITCH-MIB. +5-3
  • r8991: Added more debugging for test alerts send. +5-1
  • r8992: Added some critical error codes as stop list for db schema update. +14-14
  • r8994: Skip DB conversion for old polling history. +2
  • r9002: Improved Yandex Geo coding api. Added warning about yahoo geo api, which not worked anymore. +15-3
  • r9003: Skip errors after incorrect db update with strict table in table notifications_queue. +2-1
  • r9004: Fixed updating version/model/serial if hardware changed (OBS-2572). +1-1
  • r9007: Prevent error (Cannot find module) from snmp commands, when mib_dir unused. +6-2
  • r9008: Fixed discovery PSU 1 status by OAP-NMU. +1-1
  • r9010: Additional unit test for redetect os. Redetect os only if used complex, networked or file os detect. +16
📦 Other Changes:
  • r8977: derp.
Files changed in merge (184)
M discovery.php -1
M housekeeping.php +2 -4
A html/images/os/carel_2x.png +1
M html/images/os/carel.png ±0
A html/images/os/ccpower_2x.png +1
M html/images/os/ccpower.png ±0
A html/images/os/comet_2x.png +1
M html/images/os/comet.png ±0
A html/images/os/conexant_2x.png +1
M html/images/os/conexant.png ±0
A html/images/os/cradlepoint_2x.png +1
A html/images/os/cradlepoint.png +1
A html/images/os/cyan_2x.png +1
M html/images/os/cyan.png ±0
A html/images/os/delta_2x.png +1
M html/images/os/delta.png ±0
A html/images/os/digi_2x.png +1
M html/images/os/digi.png ±0
A html/images/os/endian_2x.png +1
M html/images/os/endian.png ±0
A html/images/os/engenius_2x.png +1
M html/images/os/engenius.png ±0
A html/images/os/enterasys_2x.png +1
M html/images/os/enterasys.png ±0
A html/images/os/firebrick_2x.png +1
M html/images/os/firebrick.png ±0
A html/images/os/fireeye_2x.png +1
M html/images/os/fireeye.png ±0
A html/images/os/fscom_2x.png +1
A html/images/os/fscom.png +1
A html/images/os/gcom_2x.png +1
M html/images/os/gcom.png ±0
A html/images/os/gta_2x.png +1
M html/images/os/gta.png ±0
A html/images/os/gude_2x.png +1
M html/images/os/gude.png ±0
A html/images/os/ibmi_2x.png +1
M html/images/os/ibmi.png ±0
A html/images/os/infoblox_2x.png +1
M html/images/os/infoblox.png ±0
A html/images/os/ingrasys_2x.png +1
M html/images/os/ingrasys.png ±0
A html/images/os/itwatchdogs_2x.png +1
A html/images/os/itwatchdogs.png +1
A html/images/os/jacarta_2x.png +1
M html/images/os/jacarta.png ±0
A html/images/os/korenix_2x.png +1
M html/images/os/korenix.png ±0
A html/images/os/microsens_2x.png +1
M html/images/os/microsens.png ±0
A html/images/os/minkels_2x.png +1
A html/images/os/minkels.png +1
D html/images/os/minkelsrms.png -1
M html/images/os/motorola_2x.png ±0
M html/images/os/motorola.png ±0
A html/images/os/netinsight_2x.png +1
M html/images/os/netinsight.png ±0
D html/images/os/netmanplus.png -1
A html/images/os/netonix_2x.png +1
A html/images/os/netonix.png +1
D html/images/os/netopia.png -1
D html/images/os/netvision.png -1
A html/images/os/nexenta_2x.png +1
M html/images/os/nexenta.png ±0
A html/images/os/nutanix_2x.png +1
A html/images/os/nutanix.png +1
A html/images/os/open-e_2x.png +1
M html/images/os/open-e.png ±0
A html/images/os/opengear_2x.png +1
M html/images/os/opengear.png ±0
A html/images/os/papouch_2x.png +1
M html/images/os/papouch.png ±0
M html/images/os/perle_2x.png ±0
M html/images/os/perle.png ±0
A html/images/os/procera_2x.png +1
M html/images/os/procera.png ±0
A html/images/os/proxim_2x.png +1
M html/images/os/proxim.png ±0
D html/images/os/proxyav.png -1
A html/images/os/qnap_2x.png +1
M html/images/os/qnap.png ±0
A html/images/os/racktivity_2x.png +1
M html/images/os/racktivity.png ±0
A html/images/os/raisecom_2x.png +1
M html/images/os/raisecom.png ±0
A html/images/os/riello_ups_2x.png +1
A html/images/os/riello_ups.png +1
A html/images/os/saf_2x.png +1
M html/images/os/saf.png ±0
A html/images/os/schneider_electric_2x.png +1
A html/images/os/schneider_electric.png +1
D html/images/os/screenos.png -1
D html/images/os/shoretelos.png -1
A html/images/os/smartoptics_2x.png +1
M html/images/os/smartoptics.png ±0
A html/images/os/snom_2x.png +1
M html/images/os/snom.png ±0
A html/images/os/socomec_2x.png +1
A html/images/os/socomec.png +1
A html/images/os/symbol_2x.png +1
M html/images/os/symbol.png ±0
A html/images/os/tempalert_2x.png +1
A html/images/os/tempalert.png +1
A html/images/os/teracom_2x.png +1
M html/images/os/teracom.png ±0
A html/images/os/teradici_2x.png +1
M html/images/os/teradici.png ±0
A html/images/os/trango_2x.png +1
M html/images/os/trango.png ±0
A html/images/os/tranzeo_2x.png +1
M html/images/os/tranzeo.png ±0
A html/images/os/tsl_2x.png +1
M html/images/os/tsl.png ±0
A html/images/os/uniflair_2x.png +1
M html/images/os/uniflair.png ±0
D html/images/os/voswall.png -1
M html/images/os/wti_2x.png ±0
M html/images/os/wti.png ±0
D html/images/os/wxgoos.png -1
M html/includes/collectd/definitions.php +10 -10
M html/pages/alert_checks.inc.php +4
M html/pages/device/edit/modules.inc.php +25 -1
M html/pages/device/perf.inc.php +8 -10
M html/pages/device/showtech.inc.php +6 -4
M includes/alerting/slack.inc.php +38 -28
M includes/alerts.inc.php +111 -73
M includes/common.inc.php +4 -4
M includes/config-variables.inc.php +30 -28
M includes/defaults.inc.php +23 -23
M includes/definitions.inc.php +3 -3
M includes/definitions/geo.inc.php +1
M includes/definitions/mibs.inc.php +440 -33
M includes/definitions/os.inc.php +115 -3
M includes/definitions/transports.inc.php +5
M includes/discovery/functions.inc.php +33 -6
A includes/discovery/mempools/zyxel-sys-memory-mib.inc.php +39
M includes/discovery/ports.inc.php +1 -1
M includes/discovery/processors.inc.php +20 -3
M includes/discovery/sensors.inc.php +34 -27
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +73 -30
M includes/discovery/sensors/cisco-envmon-mib.inc.php +14 -13
A includes/discovery/sensors/dps-mib-v38.inc.php +63
A includes/discovery/sensors/netonix-switch-mib.inc.php +82
A includes/discovery/sensors/oap-pseudo-mib.inc.php +328
M includes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php +4 -4
A includes/discovery/status/dps-mib-v38.inc.php +37
A includes/discovery/status/og-statusv2-mib.inc.php +22
M includes/entities.inc.php +3 -3
M includes/functions.inc.php +4
M includes/geolocation/yahoo.inc.php +7 -1
M includes/geolocation/yandex.inc.php +7 -2
M includes/housekeeping/timing.inc.php +4 -1
M includes/polling/functions.inc.php +38 -11
A includes/polling/mempools/zyxel-sys-memory-mib.inc.php +38
M includes/polling/os.inc.php +1 -1
M includes/polling/ports.inc.php +1 -1
M includes/polling/status.inc.php +1 -1
M includes/polling/storage/wmi.inc.php +1 -1
M includes/rewrites.inc.php +73 -8
M includes/rrdtool.inc.php +2 -5
M includes/snmp.inc.php +5 -2
M includes/syslog.inc.php +35 -20
A includes/templates/test
M includes/update/update.php +14 -14
M libs/cli/arguments/HelpScreen.php +5 -1
A libs/pear/Net/DNS2/RR/AVC.php +75
A libs/pear/Net/DNS2/RR/CDNSKEY.php +77
A libs/pear/Net/DNS2/RR/CSYNC.php +203
A libs/pear/Net/DNS2/RR/OPENPGPKEY.php +159
A libs/pear/Net/DNS2/RR/SMIMEA.php +75
A mibs/a10/A10-AX-CGN-MIB +6,662
A mibs/cradlepoint
A mibs/fscom
A mibs/kentix
A mibs/nutanix
A mibs/tempalert
M poller.php +1 -2
M test_alert.php +67 -17
M tests/IncludesRewritesTest.php +148
M tests/IncludesSnmpTest.php +2 -1
M tests/SnmpDataTest.php +8
M tests/SnmpDataTest2.php +52 -1
A update/360.php +81
A update/361.sql +2