December
November
October
September
August
July
June
May
April
March
February
January
December 2016
Fix multiport auth
M html/includes/graphs/multi-port/auth.inc.php +17 -4
📈 17 added
📉 4 removed
Increase observium_attrib length
📈 0 added
📉 0 removed
Add ability to cache some WUI data in the database for large systems.
M html/includes/cache-data.inc.php +80 -52
M html/includes/navbar.inc.php +21 -21
M html/includes/status-donuts.inc.php +10 -10
M html/includes/status-summary.inc.php +23 -23
M html/pages/routing.inc.php +1 -1
📈 135 added
📉 107 removed
Add more comprehensive rrdcache capability, including ability to have remote poller with only mysql/rrdcached.
M includes/defaults.inc.php +2
M includes/definitions.inc.php +6
M includes/functions.inc.php +8
M includes/rrdtool.inc.php +47 -5
M poller.php +2
📈 65 added
📉 5 removed
sensor-state begone.
M html/includes/authenticate.inc.php +5
M html/includes/cache-data.inc.php +1 -2
M html/includes/entities/sensor.inc.php +1 -1
M html/includes/print/inventory.inc.php +3 -3
M html/pages/device/edit/sensors.inc.php +2 -1
M html/pages/device/overview/sensors.inc.php +1 -1
M includes/definitions/entities.inc.php +1 -1
M includes/discovery/functions.inc.php +6 -3
M includes/polling/functions.inc.php +8 -19
A update/319.sql +7
📈 28 added
📉 31 removed
Fix Etherlike error statistics collection.
M includes/definitions/rrdtypes.inc.php +13 -13
M includes/polling/ports/etherlike-mib.lib.php +13 -13
📈 26 added
📉 26 removed
Fix rrdtool_update_ng() requiring more variables than it should.
M includes/rrdtool.inc.php +1 -1
📈 1 added
📉 1 removed
Prevent WUI sessions locking (prevent race condition in session writes). Added functions session_set_var() and session_unset_var().
M html/ajax/entity_popup.php +2
M html/ajax/input.php +2
M html/feed.php +1
M html/includes/authenticate.inc.php +141 -29
M html/includes/authentication/cas.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php +2 -2
M html/includes/functions.inc.php +8 -2
M html/includes/print/common.inc.php +1 -1
M html/includes/print/logalert.inc.php +1 -1
M html/index.php +7 -7
M html/pages/edituser.inc.php +1 -1
M html/pages/logon.inc.php +2 -1
📈 169 added
📉 45 removed
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +2
📈 2 added
📉 0 removed
Fixed reuse update array in oids poller module.
M includes/polling/oids.inc.php +13 -11
📈 13 added
📉 11 removed
Extend rebuild message to include added checkers
M html/pages/add_alert_check.inc.php +1
📈 1 added
📉 0 removed
Juggle UI alert generation code around. Add UI alert about alert database requiring rebuild.
M html/includes/functions.inc.php +3
M html/index.php +30 -10
M html/pages/alert_check.inc.php +1
M html/pages/alert_regenerate.inc.php +1
📈 35 added
📉 10 removed
Minor improvements.
M html/includes/graphs/multi-storage/usage.inc.php +16 -2
M html/pages/modules.inc.php +5 -3
📈 21 added
📉 5 removed
Minor: correct output of alert checker information on alert_check page
M html/pages/alert_check.inc.php +2 -2
📈 2 added
📉 2 removed
Minor Fixes.
M html/pages/preferences/general.inc.php +1 -1
M INSTALL +1 -1
M irc.php +2 -2
📈 4 added
📉 4 removed
Add quick modules page for informational purposes.
A html/pages/modules.inc.php +94
📈 94 added
📉 0 removed
Add support for AlertOps notification transport.
A includes/alerting/alertops.inc.php +61
M includes/definitions/transports.inc.php +16 -1
📈 77 added
📉 1 removed
Improve ZTE version collection.
M includes/polling/os/zte.inc.php +7 -3
📈 7 added
📉 3 removed
Major: UNDEBUG
M includes/polling/ports.inc.php -14
📈 0 added
📉 14 removed
Fixed host/port configuration for StatsD. Now host and port options configurable in class StatsD.
M includes/definitions.inc.php -7
M includes/sql-config.inc.php +12
M libs/StatsD.php +36 -12
📈 12 added
📉 7 removed
Fix OpsGenie support to send to newer API (don't use the old one).
M includes/alerting/opsgenie.inc.php +16 -2
📈 16 added
📉 2 removed
Fixed compatability phpunits with CentOS 6.8. Fixed var_decode() on very/very old php 5.3.
M includes/common.inc.php +10 -4
M tests/IncludesCommonTest.php +9 -4
M tests/IncludesFunctionsTest.php +9
📈 28 added
📉 8 removed
Prevent spamming in event log for storage size changed if size difference less than 0.01%.
M includes/polling/storage.inc.php +2 -1
📈 2 added
📉 1 removed
Fixed undefined vars in "fallback" mode for poller-wrapper (when not have argparse python module)
📈 4 added
📉 1 removed
November 2016
Fixed db unit test for phpunit 5.6.
M tests/IncludesDbTest.php +6 -1
📈 6 added
📉 1 removed
Fixed db unit test.
M tests/IncludesDbTest.php +2
📈 2 added
📉 0 removed
Fixed some unit tests.
M html/includes/functions.inc.php +6 -1
M tests/IncludesCommonTest.php +13 -3
M tests/IncludesFunctionsTest.php +12 -1
📈 31 added
📉 5 removed
Trivial: fix string_transform() unit tests, correct HP device match test result
M tests/IncludesFunctionsTest.php +3 -3
📈 3 added
📉 3 removed
Clean. Delete ra_url_http attrib only if it exist.
M includes/polling/functions.inc.php +5 -5
M includes/polling/os.inc.php +6 -4
M includes/polling/system.inc.php +4 -4
📈 15 added
📉 13 removed
Fix: replace debugging code by actual code; fixes empty serial/hardware/version/... since r8268
M includes/polling/os.inc.php +1 -2
📈 1 added
📉 2 removed
Track current value of custom oids in the database. Calculate value for counters.
M includes/polling/oids.inc.php +23 -3
A update/318.sql +1
📈 23 added
📉 3 removed
Trivial: fix transformation from previous commit
M includes/definitions/mibs.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: allow setting of management web URL via definitions
M includes/definitions/mibs.inc.php +34 -26
M includes/polling/os.inc.php +16 -2
D includes/polling/os/drac.inc.php -32
D includes/polling/os/geist-climate.inc.php -26
M includes/polling/os/geist-pdu.inc.php -12
D includes/polling/os/powervault.inc.php -24
📈 50 added
📉 122 removed
Minor: add ability to retrieve version/hardware/.. from
sysDescr regex. Move transformations to function to be able to use this in other places. Add unit tests for transformations. Move a few more to definitions.
M includes/definitions/mibs.inc.php +14 -11
M includes/definitions/os.inc.php +2
M includes/functions.inc.php +55
M includes/polling/os.inc.php +30 -40
M includes/polling/os/ciscosb.inc.php +1 -3
M includes/polling/os/drac.inc.php -6
M includes/polling/os/exalt.inc.php -1
M includes/polling/os/netapp.inc.php -10
M includes/polling/os/unix.inc.php -21
M includes/polling/os/windows.inc.php +1 -20
M tests/IncludesFunctionsTest.php +52
📈 155 added
📉 112 removed
Fixed device processors graph sql query.
M html/includes/graphs/device/processor.inc.php +1 -2
📈 1 added
📉 2 removed
Fix storage table fields.
📈 0 added
📉 0 removed
Minor: fix remote user authentication with mysql backend, fixes #2117
M html/includes/authentication/mysql.inc.php +2
📈 2 added
📉 0 removed
Disable mouse scroll wheel zoom by default for leaflet map(s), click on map for toggle.
M html/includes/map/leaflet.inc.php +10
📈 10 added
📉 0 removed
Fix pollerlog cpu usage (stupid bootstrap progress bars, wtf). Fix observium percbar spacing on hidpi.
M html/css/bootstrap/less/progress-bars.less +1 -1
M html/css/observium.css +1 -1
M html/pages/pollerlog.inc.php +9 -6
📈 9 added
📉 6 removed
Fixed poller-wrapper (from last commit). F* unpredictable python..
📈 2 added
📉 2 removed
Fixed poller-wrapper compatibility with python3 (again). Added clean stale observium processes entries from DB.
M discovery.php +17 -2
M html/pages/processes.inc.php +15 -12
M poller-wrapper.py +30 -20
📈 62 added
📉 34 removed
undebug
M includes/polling/functions.inc.php +4 -8
📈 4 added
📉 8 removed
Add support for Ops Genie notification endpoint.
A includes/alerting/opsgenie.inc.php +72
M includes/definitions/transports.inc.php +13
📈 85 added
📉 0 removed
Fix navbar URL generation
M html/pages/customoid.inc.php +1 -1
📈 1 added
📉 1 removed
Don't check for PAgP stuff in ports table because it's gone.
M html/includes/entities/port.inc.php +5
📈 5 added
📉 0 removed
Fix logging of storage size changes.
M includes/polling/storage.inc.php +3 -4
📈 3 added
📉 4 removed
Add Redback per-encapsulation subscriber graph. Add ability to poll tables where indexes are used in annoying ways.
M includes/definitions/graphtypes.inc.php +21
M includes/definitions/mibs.inc.php +8 -1
M includes/definitions/os.inc.php +1
M includes/polling/functions.inc.php +15 -1
A includes/polling/graphs/rbn-subscriber-active-mib
A includes/polling/graphs/rbn-subscriber-active-mib/rbnsubsencaps.inc.php +59
M includes/snmp.inc.php +36
📈 140 added
📉 2 removed
Improve graph page navbar for customer graphs
M html/includes/graphs/customer/auth.inc.php +5
📈 5 added
📉 0 removed
Add basic support for HP Virtual Connect
M includes/definitions/os.inc.php +7 -1
A includes/polling/os/hpvc.inc.php +13
📈 20 added
📉 1 removed
Display port descr in graph browser navbar
M html/includes/graphs/port/auth.inc.php +1 -1
📈 1 added
📉 1 removed
Add entity descr to pagerduty notifications.
M includes/alerting/pagerduty.inc.php +1 -1
📈 1 added
📉 1 removed
Increase port_descr_type to 24 characters
📈 0 added
📉 0 removed
M includes/discovery/bgp-peers.inc.php +26 -8
M includes/polling/bgp-peers.inc.php +59 -15
📈 85 added
📉 23 removed
Prevent snmp query if empty oids passed to snmp_* command.
M includes/common.inc.php +45 -14
M includes/definitions.inc.php +2
M includes/snmp.inc.php +12 -2
M tests/IncludesCommonTest.php +17
📈 76 added
📉 16 removed
Updated some hp, apc MIBs.
M mibs/apc/PowerNet-MIB +3,134 -42
M mibs/hp/CONFIG-MIB +56 -21
M mibs/hp/HP-ICF-DEV-CONF-MIB +88 -5
M mibs/hp/HP-ICF-INST-MIB +1 -1
M mibs/hp/HP-ICF-NTP-MIB +15 -54
M mibs/hp/HP-ICF-TC +4 -4
A mibs/hp/HPICF-IPSLA-MIB +650
📈 0 added
📉 0 removed
Unintended commits :)
M html/includes/entities/sensor.inc.php +2 -2
M html/includes/print/alert.inc.php +1 -1
📈 3 added
📉 3 removed
Add support for graphing i/o latency using ioping application via the agent
M html/css/svg_png.css +3 -3
M html/includes/entities/sensor.inc.php +11 -7
A html/includes/graphs/application/ioping_iops.inc.php +45
A html/includes/graphs/application/ioping_speed.inc.php +45
A html/includes/graphs/application/ioping_timing.inc.php +47
M html/includes/print/alert.inc.php +2 -1
A html/pages/device/apps/ioping.inc.php +19
M includes/definitions/apps.inc.php +1
M includes/definitions/rrdtypes.inc.php +15
A scripts/agent-local/ioping +16
A scripts/agent-local/ioping.cnf +2
📈 203 added
📉 8 removed
Prevent autofill passwords fields by default in Chrome.
M html/includes/print/search.inc.php +6 -1
M html/pages/logon.inc.php +1
📈 7 added
📉 1 removed
Fixed fetch paged userlist entries for LDAP auth.
M html/includes/authentication/ldap.inc.php +44 -23
M html/includes/authentication/radius.inc.php +1 -1
M html/pages/edituser.inc.php +8
M tests/IncludesCommonTest.php +22
📈 75 added
📉 24 removed
derp, missing change for previous.
M includes/polling/bgp-peers.inc.php +15 -5
📈 15 added
📉 5 removed
M includes/discovery/bgp-peers.inc.php +12 -3
📈 12 added
📉 3 removed
Clean LDAP attributes list.
M html/includes/authentication/ldap.inc.php +1 -6
📈 1 added
📉 6 removed
Showing the first 30 paths; 26 more are omitted from this static page.
M mibs/brocade/BRCD-DOT1X-MIB +16 -15
A mibs/brocade/BROCADE-ENTITY-OID-MIB +277
A mibs/brocade/BROCADE-FABRIC-MIB +157
A mibs/brocade/BROCADE-MCT-CLUSTER-MIB +853
M mibs/brocade/BROCADE-NP-TM-STATS-MIB +1,179 -73
A mibs/brocade/BROCADE-QOS-MIB +287
A mibs/brocade/BROCADE-ROUTEMAP-MIB +793
A mibs/brocade/BROCADE-SPX-MIB +583
M mibs/brocade/BROCADE-SYSLOG-MIB -1
A mibs/brocade/FDRY-ACL-MIB +410
A mibs/brocade/FDRY-DAI-MIB +285
A mibs/brocade/FDRY-DHCP-SNOOPING-MIB +285
A mibs/brocade/FDRY-DNS2-MIB +190
A mibs/brocade/FDRY-IP-SOURCE-GUARD-MIB +262
A mibs/brocade/FDRY-IPV6-IP-MIB +75
A mibs/brocade/FDRY-MPLS-L2VPN-MIB +1,042
A mibs/brocade/FDRY-POE-MIB +324
A mibs/brocade/FDRY-RADIUS-MIB +190
A mibs/brocade/FDRY-SNTP-MIB +140
A mibs/brocade/FDRY-TACACS-MIB +166
A mibs/brocade/FDRY-TRAP-MIB +198
A mibs/brocade/FOUNDRY-BFD-STD-MIB +847
A mibs/brocade/FOUNDRY-BGP4V2-MIB +1,830
A mibs/brocade/FOUNDRY-BGP4V2-TC-MIB +72
A mibs/brocade/FOUNDRY-CAR-MIB +629
A mibs/brocade/FOUNDRY-IP-SOURCE-GUARD-MIB +263
A mibs/brocade/FOUNDRY-LAG-MIB +406
A mibs/brocade/FOUNDRY-MAC-VLAN-MIB +273
A mibs/brocade/FOUNDRY-MPLS-MIB +736
A mibs/brocade/FOUNDRY-POE-MIB +325
📈 0 added
📉 0 removed
M includes/definitions/mibs.inc.php +27 -22
M includes/definitions/os.inc.php +1
M includes/discovery/bgp-peers.inc.php +16 -1
M includes/functions.inc.php +70 -3
M includes/polling/bgp-peers.inc.php +27 -1
📈 141 added
📉 27 removed
Limit fetched LDAP attributes and cache results for LDAP users list.
M html/includes/authentication/ldap.inc.php +36 -4
M includes/definitions.inc.php +1
📈 37 added
📉 4 removed
derp, fix var name.
M html/pages/edituser.inc.php +1 -1
📈 1 added
📉 1 removed
Disable generate userlist form for users count more than 512.
M html/pages/edituser.inc.php +17 -11
📈 17 added
📉 11 removed
Fixed LDAP users list limit for 1000 entries.
M html/includes/authentication/ldap.inc.php +58 -10
📈 58 added
📉 10 removed
More correctly validate base64 string in var_decode().
M includes/common.inc.php +17 -3
M tests/IncludesCommonTest.php +4 -1
📈 21 added
📉 4 removed
Temporary fix to not delete associations
M html/pages/alert_check.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed found remote neighbour port by LLDP protocol with short port name.
M includes/discovery/neighbours.inc.php +1 -1
M includes/discovery/neighbours/lldp-mib.inc.php +20 -3
📈 21 added
📉 4 removed
Split up/down devices in poller log timing table display.
M html/pages/pollerlog.inc.php +11 -3
📈 11 added
📉 3 removed
Do not use magnitude unit for poller wrapper graphs.
M includes/definitions/graphtypes.inc.php +2
📈 2 added
📉 0 removed
Exclude ONLY_FULL_GROUP_BY from DB session mode.
M includes/sql-config.inc.php +15 -4
📈 15 added
📉 4 removed
Fixed SeOS port labels. Added another radlan based switch definition.
A html/images/os/angstrem_2x.png +1
A html/images/os/angstrem.png +1
M includes/definitions/os.inc.php +10
📈 10 added
📉 0 removed
Register some specific js/css after login auth.
📈 8 added
📉 5 removed
Fixed discovery LLDP neighbours remote port when it snmp hex string.
M includes/discovery/neighbours/lldp-mib.inc.php +26 -4
M tests/IncludesFunctionsTest.php +2 -1
📈 28 added
📉 5 removed
f* old php 5.4
📈 3 added
📉 2 removed
undebug
📈 0 added
📉 1 removed
Correctly add table unique index for oids_assoc with clean duplicates. Added helper function for get table indexes:
dbShowIndexes ().
M includes/db.inc.php +28
M update/313.sql -1
M update/314.sql -1
A update/315.php +41
📈 69 added
📉 0 removed
Decrease default maximum allowed LA for poller wrapper.
M includes/defaults.inc.php +1 -1
M poller-wrapper.py +16 -9
📈 17 added
📉 10 removed
Additionally check server LA for poller wrapper processes.
M includes/config-variables.inc.php +8 -1
M includes/defaults.inc.php +2 -1
M poller-wrapper.py +9 -3
📈 19 added
📉 5 removed
Added global poller WUI config settings. Poller wrapper threads count prefered from config setting now (if set).
M html/pages/settings/default.inc.php +6 -6
M includes/config-variables.inc.php +106 -6
M includes/defaults.inc.php +2 -2
M poller-wrapper.py +14 -9
📈 128 added
📉 23 removed
Fixed poller wrapper process counting. Added poller wrapper processes count graph. Maximum allowed wrapper processes now configurable.
M html/pages/pollerlog.inc.php +8
M includes/defaults.inc.php +1
M includes/definitions/graphtypes.inc.php +15
M poller-wrapper.py +74 -25
📈 98 added
📉 25 removed
BLAH
📈 0 added
📉 0 removed
Fuck sake.
📈 0 added
📉 0 removed
Fix SQL mess
M update/313.sql -1
A update/314.sql +2
📈 0 added
📉 0 removed
Removed drop index for most.
📈 0 added
📉 0 removed
Grammar fix
M includes/common.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed resolve IPv6 hosts from /etc/hosts file.
M includes/common.inc.php +13 -3
📈 13 added
📉 3 removed
Fixed possible ununique entries in db oids_assoc.
M update/312.sql -1
A update/313.sql +3
📈 0 added
📉 0 removed
Fixed aggregated ifDiscards_rate DB column. Improved some DB indexes.
📈 0 added
📉 0 removed
Fix putting discards agg into db
M includes/polling/ports.inc.php +1
📈 1 added
📉 0 removed
Undebug. Unconstant.
M html/includes/entities/device.inc.php +4
M html/includes/entities/mempool.inc.php +4 -6
M html/includes/entities/processor.inc.php +4 -4
M html/includes/entities/sensor.inc.php +5 -5
M html/includes/entities/status.inc.php +5 -5
M html/includes/entities/storage.inc.php +4 -4
📈 26 added
📉 24 removed
{IMPROVE] SQL sorting for status entity type.
M html/includes/entities/status.inc.php +37 -32
📈 37 added
📉 32 removed
Switch sorting to happen in SQL instead of PHP for mempool/processor/sensor/storage. Pagination still in PHP. TODO.
M html/includes/entities/mempool.inc.php +38 -29
M html/includes/entities/processor.inc.php +31 -25
M html/includes/entities/sensor.inc.php +31 -33
M html/includes/entities/storage.inc.php +28 -22
📈 128 added
📉 109 removed
SWESTUFF
M includes/definitions/mibs.inc.php +5
M includes/discovery/sensors/cpqhlth-mib.inc.php +16 -2
📈 21 added
📉 2 removed
For real this time
M html/pages/device/alert.inc.php +1 -1
📈 1 added
📉 1 removed
Allow users with "limited write" to modify ignore settings per-alert entry
M html/pages/device/alert.inc.php +1 -1
📈 1 added
📉 1 removed
Add Entity Description to Telegram template.
M includes/templates/notification/telegram_text.tpl +4 -1
📈 4 added
📉 1 removed
STUPID HAMSTER
M html/images/login-hamster-large.png ±0
📈 0 added
📉 0 removed
Squash hamster
M html/pages/device.inc.php +5
📈 5 added
📉 0 removed
Do not use mb_strtolower() in print_vars().
📈 0 added
📉 0 removed
OS definitions typo
M includes/definitions/os.inc.php +2 -2
📈 2 added
📉 2 removed
Add status marker to alert check page. Improve mac-accouting graphing file.
M html/includes/graphs/port/mac_acc_total.inc.php +43 -45
M html/pages/alert_check.inc.php +5 -2
📈 48 added
📉 47 removed
October 2016
Add MAC accounting to ports menu, fix typo when warning about pingable hosts added without ping checks, add mac accounting counts to data cache
M html/includes/cache-data.inc.php +5
M html/includes/entities/port.inc.php +6
M html/includes/navbar.inc.php +6
M html/pages/addhost.inc.php +3 -3
M includes/functions.inc.php +2 -2
📈 22 added
📉 5 removed
Show diskio bits on heath diskio page
M html/includes/graphs/device/diskio_bits.inc.php +7 -5
M html/includes/graphs/device/diskio_ops.inc.php +2 -2
M html/pages/device/health/diskio.inc.php +4 -1
📈 13 added
📉 8 removed
Fix incorrect label on discards graph.
M html/includes/graphs/multi-port/discards.inc.php +1 -1
📈 1 added
📉 1 removed
Show current php memory limit in cli versions info (for see use: ./discovery.php -VV).
M includes/common.inc.php +29 -1
📈 29 added
📉 1 removed
Add port discards graphs
A html/includes/graphs/port/discards.inc.php +35
M html/pages/device/port/graphs.inc.php +8
M includes/definitions/graphtypes.inc.php +1
📈 44 added
📉 0 removed
Unified and optimized code for snmp* functions (functionality and params not changed). Added helper functions with unittests: snmp_value_clean(), snmp_parse_line(), mac_zeropad().
This functions marked as deprecated and will be removed in the future: snmpwalk_cache_oid_num(), snmpget_entity_oids(), snmp_cache_slotport_oid(), snmp_walk_parser(),snmp_walk_parser2(), parse_oid(), parse_oid2().
M includes/common.inc.php +37
M includes/definitions.inc.php +3 -2
M includes/discovery/neighbours/lldp-mib.inc.php +1 -1
M includes/polling/aruba-controller.inc.php +14 -12
M includes/polling/ports.inc.php +17 -9
M includes/polling/sensors.inc.php +2 -1
M includes/snmp.inc.php +587 -435
M tests/IncludesCommonTest.php +27
M tests/IncludesSnmpTest.php +147
📈 835 added
📉 460 removed
Add support for memory boards from hp health mib.
M html/pages/devices/graphs.inc.php +4 -2
M includes/definitions/mibs.inc.php +14
M includes/discovery/sensors/cpqhlth-mib.inc.php +24
📈 42 added
📉 2 removed
Added sensor_walk_exclude definition for
FIREBRICK-MIB , for not use snmpwalk for this MIB.
M includes/common.inc.php +3 -1
M includes/definitions/mibs.inc.php +1
M includes/polling/sensors.inc.php +24 -3
M includes/polling/status.inc.php +24 -3
M tests/IncludesCommonTest.php +3
📈 55 added
📉 7 removed
Improved sensors/status polling (added smart snmp caching multiple values from same oid table).
M includes/polling/functions.inc.php +12 -4
M includes/polling/sensors.inc.php +25 -3
M includes/polling/status.inc.php +40 -8
📈 77 added
📉 15 removed
Fixed generate_query_values() for empty values.
M includes/db.inc.php +11 -1
M tests/HtmlIncludesFunctionsTest.php -42
A tests/IncludesDbTest.php +70
📈 81 added
📉 43 removed
Updated ref library to latest, fixed trace in print_debug_vars().
M html/css/ref.css +115 -81
M html/js/ref.js +25 -12
M includes/common.inc.php +15 -8
M libs/ref.inc.php +1,533 -813
📈 15 added
📉 8 removed
Multiple improvements for Brocade devices: fixed discovery Fan status sensors, rewritten discovery Temperature sensors, added discovery Module statuses, improved detect hardware.
Added function print_debug_vars() for common use in debug mode.
M includes/common.inc.php +14
M includes/definitions/mibs.inc.php +17
M includes/definitions/models.inc.php +843 -1
M includes/definitions/os.inc.php +2
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +63 -40
M includes/polling/functions.inc.php +14 -16
M includes/polling/os/ironware.inc.php +3 -4
M includes/rewrites.inc.php -689
📈 956 added
📉 750 removed
Multiple security fixes. See advisory announcement later.
Showing the first 30 paths; 4 more are omitted from this static page.
M html/feed.php +59 -17
M html/graph.php +1 -1
M html/includes/authenticate.inc.php +4 -1
M html/includes/functions.inc.php +40 -28
M html/includes/graphs/application/shoutcast_bits.inc.php +1 -1
M html/includes/graphs/application/shoutcast_stats.inc.php +1 -1
M html/includes/graphs/atmvp/auth.inc.php +1 -1
M html/includes/graphs/bill/auth.inc.php +7 -7
M html/includes/graphs/c6kxbar/auth.inc.php +5 -5
M html/includes/graphs/device/bluecoat_cache.inc.php -2
M html/includes/graphs/device/bluecoat_http_client.inc.php -2
M html/includes/graphs/device/bluecoat_http_server.inc.php -2
M html/includes/graphs/device/bluecoat_server.inc.php -2
M html/includes/graphs/device/bluecoat_tcp_est.inc.php -2
M html/includes/graphs/device/bluecoat_tcp.inc.php -2
M html/includes/graphs/device/juniperive_connections.inc.php -2
M html/includes/graphs/device/juniperive_meetings.inc.php -2
M html/includes/graphs/device/juniperive_storage.inc.php -2
M html/includes/graphs/device/juniperive_users.inc.php -2
M html/includes/graphs/device/nfsen_common.inc.php -1
M html/includes/graphs/device/screenos_sessions.inc.php -2
M html/includes/graphs/generic_multi_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 -1
M html/includes/graphs/generic_simplex.inc.php +1 -1
M html/includes/graphs/port/mac_acc_total.inc.php +31 -20
M html/includes/graphs/sensor/current.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +2 -2
M html/includes/print/common.inc.php +2 -1
M html/index.php +16 -12
M html/map.php +1 -1
📈 219 added
📉 150 removed
Fixed discovery some Linux based oses. Added strange korean Truen video/cam os detect (linux based).
A html/images/os/truen_2x.png +1
A html/images/os/truen.png +1
M includes/definitions/os.inc.php +11 -1
M includes/discovery/os/linux.inc.php +38 -31
📈 49 added
📉 32 removed
Trivial: small quote cleanup
M includes/discovery/os/allied.inc.php +2 -2
M includes/discovery/os/cometsystem-p85xx.inc.php +2 -2
M includes/discovery/os/eltex.inc.php +6 -6
M includes/discovery/os/extremeware.inc.php +3 -3
M includes/discovery/os/gamatronicups.inc.php +2 -2
M includes/discovery/os/geist.inc.php +1 -1
M includes/discovery/os/hikvision.inc.php +3 -3
M includes/discovery/os/solaris.inc.php +4 -4
M includes/discovery/os/wowza.inc.php +2 -2
M includes/discovery/os/zyxel.inc.php +6 -6
📈 31 added
📉 31 removed
M includes/discovery/os/linux.inc.php +1 -1
📈 1 added
📉 1 removed
Updated libs to latest (Mobile_Detect, UserAgentParser, Net_IPv6).
M libs/Mobile/Detect.php +31 -17
M libs/pear/Net/IPv6.php +19 -24
M libs/UserAgentParser.php +47 -55
📈 0 added
📉 0 removed
Trivial: add missing identity OIDs, correct comments
M includes/definitions/mibs.inc.php +4 -2
📈 4 added
📉 2 removed
Fixed rare hex2ip() convert issue (non hex string). Improved sensors poller module (less mysql queries).
M includes/functions.inc.php +10 -3
M includes/polling/sensors.inc.php +21 -16
M tests/IncludesFunctionsTest.php +6 -1
M tests/IncludesPortDescrParserTest.php +9
📈 46 added
📉 20 removed
Minor: add missing MIB definitions, fix typo in MIB name
M includes/definitions/mibs.inc.php +32
M includes/definitions/os.inc.php +1 -1
A mibs/ignitenet/IGNITENET-MIB +424
D mibs/ignitenet/IGNITENET-MIB.mib -418
📈 33 added
📉 1 removed
Trivial: add Intel server baseboard MIB
A mibs/intel/INTEL-SERVER-BASEBOARD7 +3,718
📈 0 added
📉 0 removed
Trivial: fix erroneous serial number oid
M includes/definitions/mibs.inc.php +1 -1
📈 1 added
📉 1 removed
Trivial: set areca raid controller systems to 'storage' type
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Minor: fix variable name collision for previous commit
M includes/polling/os.inc.php +10 -10
📈 10 added
📉 10 removed
Trivial: oops, small cleanup for previous commit
M includes/definitions/mibs.inc.php -5
📈 0 added
📉 5 removed
Medium: clean up a lot of poller OS code by moving serial/version/features/hardware detection data to centralized definitions
Showing the first 30 paths; 94 more are omitted from this static page.
M includes/definitions/mibs.inc.php +657 -24
M includes/definitions/os.inc.php +34 -21
M includes/polling/os.inc.php +55 -1
M includes/polling/os/a10-ax.inc.php -4
M includes/polling/os/acdos.inc.php +1 -4
D includes/polling/os/adtran-aos.inc.php -22
D includes/polling/os/airport.inc.php -16
M includes/polling/os/apc.inc.php +12 -15
D includes/polling/os/areca.inc.php -26
D includes/polling/os/aten-pdu.inc.php -19
M includes/polling/os/audiocodes.inc.php +1 -12
M includes/polling/os/avaya.inc.php -11
D includes/polling/os/baytech-pdu.inc.php -29
M includes/polling/os/bcmc.inc.php -2
M includes/polling/os/bintec.inc.php +1 -12
M includes/polling/os/calix.inc.php -2
M includes/polling/os/cambium-ptp.inc.php -1
M includes/polling/os/cas.inc.php +16 -18
M includes/polling/os/cimc.inc.php -1
M includes/polling/os/cisco-acns.inc.php -1
M includes/polling/os/cisco-altiga.inc.php +2 -6
M includes/polling/os/ciscosb.inc.php +1 -3
D includes/polling/os/compellent.inc.php -18
D includes/polling/os/cyan.inc.php -56
D includes/polling/os/cyclades.inc.php -18
M includes/polling/os/datadomain.inc.php -2
M includes/polling/os/deltaups.inc.php -3
M includes/polling/os/dlink.inc.php -3
M includes/polling/os/drac.inc.php +1 -8
M includes/polling/os/dsm.inc.php +1 -13
📈 835 added
📉 1,525 removed
Added Panasas os definition.
A html/images/os/panasas_2x.png +1
A html/images/os/panasas.png +1
M includes/definitions/os.inc.php +9
D mibs/panasas/panasasSnmpwalkEnterprise.debug -25,419
📈 9 added
📉 0 removed
Fixed collectd integration functions (OBSERVIUM-2063, OBSERVIUM-2064).
M html/includes/collectd/functions.php +11 -12
📈 11 added
📉 12 removed
Fixed display general user info for non ldap auth.
M html/includes/authenticate.inc.php +1 -1
M html/pages/preferences/general.inc.php +2 -4
M includes/definitions.inc.php +3 -3
📈 6 added
📉 8 removed
Improved detect Eltex devices (split by additional os types). Added new eltex MIB files.
M includes/definitions/models.inc.php +9
M includes/definitions/os.inc.php +34 -1
A includes/discovery/os/eltex.inc.php +57
M includes/discovery/os/linux.inc.php +4 -2
M includes/polling/os/meraki.inc.php +13 -10
A mibs/eltex/ELTEX-FXS72 +6,235
M mibs/eltex/ELTEX-IPSLA-MIB +1 -1
A mibs/eltex/ELTEX-LTE8ST +19,933
M mibs/eltex/ELTEX-LTP8X +161 -34
M mibs/eltex/ELTEX-MES-eltBrgMulticast-MIB +1 -1
A mibs/eltex/ELTEX-MES-IP-OSPF-IF-MIB +84
M mibs/eltex/ELTEX-MES-SYSLOG-MIB +85
A mibs/eltex/ELTEX-PP4 +3,210
A mibs/eltex/ELTEX-SMG +2,654
M mibs/eltex/ELTEX-SMI-ACTUAL +3,830 -1
A mibs/eltex/ELTEX-TAU8 +1,912
A mibs/radlan/DIFF-SERV-MIB +1,525
📈 117 added
📉 13 removed
Trivial: polling code cleanups
Showing the first 30 paths; 20 more are omitted from this static page.
M includes/definitions/mibs.inc.php +6 -1
M includes/polling/bgp-peers.inc.php +1 -1
M includes/polling/os/apc.inc.php -1
M includes/polling/os/areca.inc.php +6 -6
M includes/polling/os/barracudangfw.inc.php +1 -1
M includes/polling/os/breeze.inc.php +2 -2
M includes/polling/os/brother-printer.inc.php +5 -5
M includes/polling/os/canopy.inc.php +3 -3
M includes/polling/os/cisco-acns.inc.php +3 -3
M includes/polling/os/compellent.inc.php +1 -1
M includes/polling/os/dell-laser.inc.php +5 -5
M includes/polling/os/deltaups.inc.php +3 -3
M includes/polling/os/dlink.inc.php +2 -1
M includes/polling/os/eaton-epdu.inc.php +1 -1
M includes/polling/os/engenius.inc.php +3 -3
M includes/polling/os/eppc-ups.inc.php +15 -15
M includes/polling/os/equallogic.inc.php +3 -3
M includes/polling/os/fabos.inc.php +3 -2
M includes/polling/os/fireeye.inc.php +5 -8
M includes/polling/os/hpmsm.inc.php +4 -4
M includes/polling/os/hpups.inc.php +4 -4
M includes/polling/os/hpuww.inc.php +2 -2
M includes/polling/os/ies.inc.php +1 -1
M includes/polling/os/ipoman.inc.php +1 -1
M includes/polling/os/ironware.inc.php +2 -2
M includes/polling/os/juniperive.inc.php +2 -2
M includes/polling/os/konica-printer.inc.php +2 -2
M includes/polling/os/mgeups.inc.php +5 -5
M includes/polling/os/microsens.inc.php +3 -3
M includes/polling/os/mrvld.inc.php +3 -3
📈 141 added
📉 141 removed
Add support for status sensors for Dell blade shassis slots. Add support for stack ports on Dell blade switches.
M html/css/svg_png.css +1 -15
M html/img/svg_png_36.png ±0
M html/img/svg_png.png ±0
M includes/definitions/mibs.inc.php +5
M includes/definitions/os.inc.php +2
M includes/discovery/inventory/dell-rac-mib.inc.php +6 -2
A includes/discovery/status/dell-rac-mib.inc.php +49
A includes/polling/ports/fastpath-inventory-mib.inc.php +42
📈 104 added
📉 2 removed
M includes/polling/p2p-radios/ubnt-airmax-mib.inc.php +71 -35
📈 71 added
📉 35 removed
Added ability for per device MIB system poller overrides. Added basic support for Wowza Streaming Engine. Added some hidpi os icons.
Showing the first 30 paths; 4 more are omitted from this static page.
A html/images/os/3com_2x.png +1
M html/images/os/3com.png ±0
A html/images/os/gamatronicups_2x.png +1
M html/images/os/gamatronicups.png ±0
A html/images/os/ignitenet_2x.png +1
A html/images/os/ignitenet.png +1
A html/images/os/mellanox_2x.png +1
M html/images/os/mellanox.png ±0
A html/images/os/mge_2x.png +1
M html/images/os/mge.png ±0
A html/images/os/nortel_2x.png +1
M html/images/os/nortel.png ±0
A html/images/os/radlan_2x.png +1
M html/images/os/radlan.png ±0
A html/images/os/sharp_2x.png +1
M html/images/os/sharp.png ±0
A html/images/os/synology_2x.png +1
M html/images/os/synology.png ±0
A html/images/os/wowza_2x.png +1
A html/images/os/wowza.png +1
M includes/common.inc.php +1
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +23 -5
M includes/definitions/sensors.inc.php +11 -11
M includes/definitions/wui.inc.php +109 -114
A includes/discovery/os/wowza.inc.php +24
M includes/functions.inc.php +2 -1
A includes/polling/os/wowza-engine.inc.php +29
M includes/polling/p2p-radios/ubnt-airmax-mib.inc.php +1 -1
A includes/polling/system
📈 309 added
📉 138 removed
Trivial: small mib_dirs() and quote cleanup
M includes/definitions/mibs.inc.php +6 -1
M includes/discovery/sensors/acmepacket-envmon-mib.inc.php +8 -8
M includes/discovery/sensors/dell-rac-mib.inc.php +2 -2
M includes/discovery/sensors/eppc-mib.inc.php +61 -62
M includes/discovery/sensors/f5-bigip-system-mib.inc.php +18 -18
M includes/discovery/sensors/fa-ext-mib.inc.php +4 -6
M includes/discovery/sensors/ipomanii-mib.inc.php +24 -29
M includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +8 -10
M includes/discovery/sensors/teracom-mib.inc.php +10 -12
M includes/discovery/status/atto6500n-mib.inc.php +2 -2
M includes/discovery/status/hh3c-stack-mib.inc.php +3 -3
M includes/discovery/status/ns-root-mib.inc.php +2 -2
📈 148 added
📉 155 removed
Add support for Ubiquiti AirMAX p2p radios
M html/css/svg_png.css +16 -2
M html/img/svg_png_36.png ±0
M html/img/svg_png.png ±0
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +1
M includes/definitions/wui.inc.php +2
A includes/polling/p2p-radios/ubnt-airmax-mib.inc.php +60
📈 69 added
📉 0 removed
Add ignitenet support, including p2p radio support
M html/css/svg_png.css +1 -1
M html/img/svg_png_36.png ±0
M html/img/svg_png.png ±0
M includes/definitions/os.inc.php +16
M includes/functions.inc.php +1 -2
A includes/polling/p2p-radios/ignitenet-mib.inc.php +117
A mibs/ignitenet
A mibs/ignitenet/IGNITENET-MIB.mib +424
📈 134 added
📉 2 removed
Minor: add
UNCDZ-MIB support; separate pcoweb chiller and crac units (hopefully correctly) to separate out the MIBs used. (boo Carel for the duplicated OIDs)
M includes/definitions/mibs.inc.php +153 -21
M includes/definitions/os.inc.php +12 -2
M includes/discovery/os/linux.inc.php +2 -1
A mibs/carel/UNCDZ-MIB +1,147
D mibs/UNCDZ-MIB -1,136
A update/311.sql +1
📈 167 added
📉 24 removed
Trivial: small mib_dirs() and quote cleanup
M includes/definitions/mibs.inc.php +8
M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +7 -9
M includes/discovery/sensors/juniper-mib.inc.php +11 -13
M includes/discovery/status/f5-bigip-apm-mib.inc.php +4 -4
M includes/discovery/status/hh3c-stack-mib.inc.php +9 -10
📈 39 added
📉 36 removed
Fixed HiDPI icons for FF.
M html/css/svg_png.css +7 -11
📈 0 added
📉 0 removed
Fix some sprite nonsense. Switch to premade pngs at 1x and 2x scaling.
M html/css/bootstrap.css +1,050
A html/css/observium.css +11,450
M html/css/sprite.css +2 -1
M html/css/sprites-png-data.css +151 -305
M html/css/sprites-png-sprite.css +153 -307
M html/css/sprites-svg-data.css +156 -308
M html/css/sprites-svg-sprite.css +155 -307
A html/css/svg_png.css +173
M html/css/svg/svg.png ±0
M html/css/svg/svg.svg +1 -1
A html/img/svg_png_36.png +1
A html/img/svg_png.png +1
M html/index.php +6 -6
M includes/discovery/mac-accounting.inc.php +1 -1
M scripts/makecss.sh +5 -1
📈 12 added
📉 8 removed
Fixed issue with reuse $ports var from cache.
M html/includes/cache-data.inc.php +8 -3
M html/includes/entities/port.inc.php +8 -4
M html/includes/navbar.inc.php +13 -14
M html/includes/status-donuts.inc.php +7 -7
M html/includes/status-summary.inc.php +7 -7
M html/pages/device/overview/ports.inc.php +2 -2
📈 45 added
📉 37 removed
M html/includes/entities/sensor.inc.php +6
M html/includes/graphs/device/pagecount.inc.php +8 -7
M html/pages/device.inc.php +1 -1
M html/pages/device/printing.inc.php +3 -1
M includes/definitions/mibs.inc.php +15 -2
M includes/definitions/os.inc.php +1
M includes/discovery/sensors.inc.php +46
M includes/discovery/sensors/printer-mib.inc.php +3 -1
M mibs/hp/HP-LASERJET-COMMON-MIB +3
📈 83 added
📉 12 removed
Update mac accounting graph to work in newer rrdtool
M html/includes/graphs/port/mac_acc_total.inc.php +3 -3
📈 3 added
📉 3 removed
Improve sprites.
M html/css/bootstrap-hacks.css +3 -2
M html/css/sprite.css +245 -246
M html/css/sprites-png-data.css +306 -150
M html/css/sprites-png-sprite.css +307 -151
M html/css/sprites-svg-data.css +308 -152
M html/css/sprites-svg-sprite.css +307 -151
M html/css/svg/svg.png ±0
M html/css/svg/svg.svg +1 -1
M html/index.php +1 -1
M includes/defaults.inc.php +7
M includes/definitions/sensors.inc.php +17 -18
M includes/definitions/wui.inc.php +33 -21
M scripts/makesprites.sh +1 -3
📈 59 added
📉 43 removed
Updated HP mibs.
Showing the first 30 paths; 82 more are omitted from this static page.
A mibs/hp/CLJ8550-MIB +10,249
A mibs/hp/FUTURESMART-MIB +9,083
A mibs/hp/HP-Color-LaserJet-4500-MIB +7,550
A mibs/hp/HP-httpManageable-MIB +269
A mibs/hp/HP-OFFICEJET-PRO-X576DW-MIB +7,252
A mibs/hp/HP-OPENCALL-SS7SNMPAGENT-BASE-MIB +1,053
A mibs/hp/HP-PAGEWIDE-PRO-477DW-MFP-MIB +8,203
M mibs/hp/HP-SN-AGENT-MIB +2,889 -2,055
M mibs/hp/HP-SN-APPLETALK-MIB +553 -534
M mibs/hp/HP-SN-BGP4-GROUP-MIB +1,805 -1,392
M mibs/hp/HP-SN-IGMP-MIB +77 -13
M mibs/hp/HP-SN-IP-MIB +2,851 -2,093
M mibs/hp/HP-SN-IPX-MIB +1,024 -1,024
M mibs/hp/HP-SN-OSPF-GROUP-MIB +922 -510
M mibs/hp/HP-SN-POS-GROUP-MIB +328 -233
M mibs/hp/HP-SN-ROOT-MIB -36,451
M mibs/hp/HP-SN-SW-L4-SWITCH-GROUP-MIB +3,900 -2,366
M mibs/hp/HP-SN-SWITCH-GROUP-MIB +4,520 -2,957
M mibs/hp/HP-SN-TRAP-MIB +646 -323
A mibs/hp/HP-UNIX +1,199
A mibs/hp/HPHOTSWAP2SUBSYSTEM-MIB +387
A mibs/hp/HPIPF02TRAP-MIB +743
A mibs/hp/HPIPFTRAP-MIB +16,591
A mibs/hp/HPNSAASR-MIB +150
A mibs/hp/HPNSADIMM-MIB +377
A mibs/hp/HPNSAECC-MIB +442
A mibs/hp/HPNSAEISA-MIB +1,038
A mibs/hp/HPNSAENV-MIB +1,176
A mibs/hp/HPNSAEVENT-MIB +924
A mibs/hp/HPNSAHOTSWAPSUBSYSTEM-MIB +447
📈 0 added
📉 0 removed
Updated icons viewer for new icons.
📈 13 added
📉 4 removed
Skeleton processes page
A html/pages/processes.inc.php +40
📈 40 added
📉 0 removed
Load UI definitions first, since they're reused.
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Disable old sprites.
📈 1 added
📉 1 removed
Update sprites
M html/css/sprites-png-data.css +141 -295
M html/css/sprites-png-sprite.css +151 -305
M html/css/sprites-svg-data.css +141 -295
M html/css/sprites-svg-sprite.css +151 -305
M html/css/svg/svg.png ±0
M html/css/svg/svg.svg +1 -1
📈 0 added
📉 0 removed
Commit new icon defs :)
M includes/definitions/wui.inc.php +181
📈 181 added
📉 0 removed
Switch to resizeable SVG from data uri with fallback to SVG sprites, 18x18 PNG from data uri and then 18x18 PNG sprites. A bunch of other improvements along the way, too.
Showing the first 30 paths; 76 more are omitted from this static page.
M html/css/bootstrap-hacks.css +73 -3
M html/css/bootstrap/less/variables3.less +2
A html/css/sprites-loader-fragment.html +1
A html/css/sprites-png-data.css +307
A html/css/sprites-png-sprite.css +307
A html/css/sprites-svg-data.css +307
A html/css/sprites-svg-sprite.css +307
A html/css/svg
A html/css/svg/svg.png +1
A html/css/svg/svg.svg +3
M html/includes/alerting-navbar.inc.php +89 -3
M html/includes/contacts-navbar.inc.php +1 -1
M html/includes/customoids-navbar.inc.php +3 -3
M html/includes/entities/device.inc.php +2 -2
M html/includes/entities/mempool.inc.php +1 -1
M html/includes/entities/port.inc.php +9 -9
M html/includes/entities/printersupply.inc.php +1 -2
M html/includes/entities/processor.inc.php +1 -1
M html/includes/entities/status.inc.php +1 -1
M html/includes/entities/storage.inc.php +4 -4
M html/includes/functions.inc.php +9
M html/includes/group-navbar.inc.php +6 -3
M html/includes/maintenance-navbar.inc.php +1 -1
M html/includes/navbar.inc.php +113 -124
M html/includes/print/alert.inc.php +1 -1
M html/includes/print/inventory.inc.php +14 -11
M html/includes/print/navbar.inc.php +2 -1
M html/includes/print/search.inc.php +1 -1
M html/includes/print/status.inc.php +5 -5
M html/includes/search/ip-addresses.inc.php +1 -1
📈 597 added
📉 596 removed
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +14 -22
M includes/discovery/sensors/power-ethernet-mib.inc.php +55 -8
📈 75 added
📉 30 removed
Agrh, also do not enable php warnings for unprivileged users.
M html/includes/authenticate.inc.php +6 -2
M includes/definitions.inc.php +9 -9
📈 15 added
📉 11 removed
Fixed WUI security issue - do not display any debug for unprivileged (or unauthorized) users. (Use $config['web_debug_unprivileged'] if required).
M html/includes/authenticate.inc.php +4 -4
M html/includes/functions.inc.php +5 -5
M includes/common.inc.php +1 -1
M includes/definitions.inc.php +1 -3
📈 11 added
📉 13 removed
M html/includes/print/common.inc.php +7 -1
M html/pages/device/overview/sensors.inc.php +7 -6
M html/pages/device/ports.inc.php +5
A html/pages/device/ports/sensors.inc.php +22
M includes/definitions/mibs.inc.php +50 -12
M includes/definitions/models.inc.php +3 -2
M includes/definitions/os.inc.php +17 -7
M includes/discovery/functions.inc.php +35
A includes/discovery/sensors/foundry-poe-mib.inc.php +161
M includes/discovery/sensors/huawei-entity-extent-mib.inc.php +45 -56
A includes/discovery/sensors/huawei-poe-mib.inc.php +169
M includes/discovery/sensors/power-ethernet-mib.inc.php +128 -10
M includes/entities.inc.php +11 -3
M includes/polling/functions.inc.php +15 -1
M includes/polling/sensors.inc.php +3
📈 678 added
📉 98 removed
use short hostnames on p2p radio tables
M html/includes/entities/p2pradio.inc.php +3 -1
📈 3 added
📉 1 removed
M includes/definitions/mibs.inc.php +18 -5
M includes/definitions/os.inc.php +5 -1
M includes/discovery/sensors/power-ethernet-mib.inc.php +109
📈 132 added
📉 6 removed
Updated hp and vmware mib files.
Showing the first 30 paths; 38 more are omitted from this static page.
M mibs/hp/CONFIG-MIB +426 -62
M mibs/hp/DT-MIB +121 -28
M mibs/hp/HP-ACCT-MIB +46 -5
M mibs/hp/HP-AUTH-MIB +1,087 -125
M mibs/hp/HP-AUTZ-MIB +81 -24
M mibs/hp/HP-DOT1X-EXTENSIONS-MIB +72 -8
A mibs/hp/HP-ICF-ARP-THROTTLE +234
M mibs/hp/HP-ICF-BASIC +755 -60
A mibs/hp/HP-ICF-BFD-MIB +407
M mibs/hp/HP-ICF-BRIDGE +347 -106
M mibs/hp/HP-ICF-CHASSIS +65 -22
M mibs/hp/HP-ICF-CORE-DUMP-MIB +19 -20
A mibs/hp/HP-ICF-DEV-CONF-MIB +546
M mibs/hp/HP-ICF-DHCP-SNOOP-MIB +358 -8
M mibs/hp/HP-ICF-DHCPCLIENT-MIB +73 -2
M mibs/hp/HP-ICF-DHCPV4-SERVER-MIB +157 -4
M mibs/hp/HP-ICF-DHCPv6-RELAY +296 -6
A mibs/hp/HP-ICF-DLDP-MIB +550
M mibs/hp/HP-ICF-DOWNLOAD +106 -5
M mibs/hp/HP-ICF-FAULT-FINDER-MIB +282 -3
M mibs/hp/HP-ICF-GPPCV2-MIB +163 -15
M mibs/hp/HP-ICF-IP-ROUTING +288 -7
A mibs/hp/HP-ICF-ISOLATED-PORTS-MIB +120
M mibs/hp/HP-ICF-JOB-SCHEDULER-MIB +92 -5
M mibs/hp/HP-ICF-MACNOTIFY-MIB +110 -16
M mibs/hp/HP-ICF-MLD-MIB +162 -3
A mibs/hp/HP-ICF-MVRP-MIB +555
A mibs/hp/HP-ICF-NTP-MIB +848
M mibs/hp/HP-ICF-OID +879 -540
M mibs/hp/HP-ICF-OPENFLOW-MIB +286 -24
📈 0 added
📉 0 removed
Correctly link p2pradio entity to device's p2pradio page
M includes/entities.inc.php +3
📈 3 added
📉 0 removed
M includes/definitions.inc.php +1 -1
M includes/definitions/os.inc.php +5 -4
M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +4 -2
M includes/discovery/sensors/power-ethernet-mib.inc.php +116 -30
M includes/polling/os/unifi.inc.php +1
📈 127 added
📉 37 removed
M includes/discovery/sensors/power-ethernet-mib.inc.php +170 -2
📈 170 added
📉 2 removed
M includes/discovery/functions.inc.php +14 -1
M includes/discovery/inventory/entity-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +17 -2
M includes/discovery/sensors/cisco-envmon-mib.inc.php +6 -6
A includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +103
M includes/discovery/sensors/entity-sensor-mib.inc.php +17 -2
M includes/discovery/sensors/power-ethernet-mib.inc.php +4 -2
M includes/entities.inc.php +118
M includes/syslog.inc.php +2
📈 282 added
📉 14 removed
Improved syslog display styles.
M html/includes/print/syslogs.inc.php +4 -27
M includes/definitions.inc.php +9 -9
📈 13 added
📉 36 removed
derp, correct commit.
M includes/syslog.inc.php +26 -13
📈 26 added
📉 13 removed
Small improve syslog parse for unifi and junos.
M includes/syslog.inc.php +7 -3
📈 7 added
📉 3 removed
M includes/discovery/os/aten.inc.php +1 -1
M includes/discovery/os/broadcom.inc.php +1 -1
M includes/discovery/os/zyxel.inc.php +1 -1
📈 3 added
📉 3 removed
Added helper functions for search strings using mixed $needle, ie array: str_starts()/str_istarts(), str_ends()/str_iends, str_contains()/str_icontains(). Functions binary safe, added unittests for them. Clean detect os code.
M includes/common.inc.php +153
M includes/definitions/os.inc.php +1
M includes/discovery/os/allied.inc.php +2 -2
M includes/discovery/os/aten.inc.php +1 -1
M includes/discovery/os/broadcom.inc.php +2 -2
M includes/discovery/os/cisco.inc.php +5 -8
M includes/discovery/os/cometsystem-p85xx.inc.php +3 -6
M includes/discovery/os/digi.inc.php +4 -4
M includes/discovery/os/extremeware.inc.php +20 -23
M includes/discovery/os/freebsd.inc.php +7 -7
M includes/discovery/os/gamatronicups.inc.php +2 -5
M includes/discovery/os/geist.inc.php +2 -2
M includes/discovery/os/generic.inc.php +1 -1
M includes/discovery/os/linux.inc.php +23 -22
M includes/discovery/os/samsung.inc.php +2 -1
M includes/discovery/os/solaris.inc.php +7 -6
D includes/discovery/os/wxgoos.inc.php -22
M includes/discovery/os/zyxel.inc.php +6 -6
M includes/functions.inc.php +2 -2
M includes/polling/os/apc.inc.php +12 -10
M tests/IncludesCommonTest.php +213
📈 468 added
📉 130 removed
Fixed db update snmp_errors table when snmp options changed (related to ipsec polling changes).
M html/pages/device/routing/ipsec_tunnels.inc.php +5 -2
M includes/snmp.inc.php +12 -11
📈 17 added
📉 13 removed
Derp, another hex strings fix for cisco ipsec tunnels.
M includes/definitions/os.inc.php +1 -1
M includes/functions.inc.php +1 -1
M includes/polling/cipsec-tunnels.inc.php +7 -2
M includes/snmp.inc.php +2 -1
M tests/IncludesFunctionsTest.php +8
📈 19 added
📉 5 removed
Force hex snmp output for ipsec tunnels addresses in cipsec-tunnels module. Small fix for parse snmpwalk multiline values.
M includes/definitions.inc.php +1 -1
M includes/polling/cipsec-tunnels.inc.php +10 -3
M includes/snmp.inc.php +8 -2
📈 19 added
📉 6 removed
Trivial: Intel BMC MIB
A mibs/intel
A mibs/intel/INTEL-COMMON-BMC-MIB +383
📈 0 added
📉 0 removed
Fixed set alertlog notified flag for not queued (direct) alerts.
M includes/alerts.inc.php +13 -9
📈 13 added
📉 9 removed
September 2016
Fixed unittest. Fixed encrypt/decrypt functions for php 5.6 and later.
M html/includes/functions.inc.php +26
M includes/definitions/rewrites.inc.php +2
M tests/HtmlIncludesFunctionsTest.php +1 -1
M tests/HtmlIncludesPrintTest.php +1 -1
📈 30 added
📉 2 removed
Fixed definitions and defaults. Fixed poller_module_excluded() for ipmi module.
M config.php.default +6 -4
M includes/definitions/mibs.inc.php +1 -1
M includes/definitions/os.inc.php +1
M includes/definitions/rrdtypes.inc.php +1 -1
M includes/polling/functions.inc.php +12 -1
M includes/sql-config.inc.php +4 -1
📈 25 added
📉 8 removed
Another DB inserts cleanups. Improved cipsec-tunnels polling module, fixed issue when multiple same ipsec sessions with different endpoints.
Small fix discovery bgp-peers on Arista devices. Added basic Edge-Core devices detect.
A html/images/os/edgecore_2x.png +1
A html/images/os/edgecore.png +1
M html/includes/functions.inc.php +6 -1
M html/includes/graphs/ipsectunnel/auth.inc.php +9 -2
M html/pages/device/routing/ipsec_tunnels.inc.php +33 -13
M includes/definitions/os.inc.php +9
M includes/discovery/bgp-peers.inc.php +1 -1
M includes/entities.inc.php +77
M includes/polling/cipsec-tunnels.inc.php +219 -29
M includes/snmp.inc.php +26
M includes/update/update.php +36 -24
M update/004.sql +3 -3
M update/033.sql -4
M update/138.sql +3 -3
M update/174.sql +1 -1
M update/196.sql +2 -2
M update/229.sql +2 -2
M update/252.sql +3 -4
M update/261.sql +1 -1
M update/266.sql +1 -1
M update/299.sql +1
A update/310.sql +6
M update/db_schema_mysql.sql +29 -10
📈 416 added
📉 70 removed
Added new mib files for bdcom, edge-core, enlogic, wowza.
Showing the first 30 paths; 106 more are omitted from this static page.
A mibs/bdcom/NETFLOW-MIB +658
A mibs/bdcom/NMS-1705 +279
A mibs/bdcom/NMS-ACCOUNTING-MIB +128
A mibs/bdcom/NMS-ACL-EXT-MIB +427
A mibs/bdcom/NMS-AUTHENTICATION-TRAP +98
A mibs/bdcom/NMS-CARD-OPERATION-MIB +280
A mibs/bdcom/NMS-CARD-SYS-MIB +172
A mibs/bdcom/NMS-CFGAPP +57
A mibs/bdcom/NMS-CHASSIS +768
A mibs/bdcom/NMS-CONFIG-MGMT +39
A mibs/bdcom/NMS-DHCP-SERVER-MIB +119
A mibs/bdcom/NMS-DHCP-SNOOPING-MIB +216
A mibs/bdcom/NMS-EAPS-MIB +436
A mibs/bdcom/NMS-EPON-EOC-COMM +296
A mibs/bdcom/NMS-EPON-EOC-CONF +125
A mibs/bdcom/NMS-EPON-EOC-SLAVE +424
A mibs/bdcom/NMS-EPON-EOC-TRAP +97
A mibs/bdcom/NMS-EPON-FTM +169
A mibs/bdcom/NMS-EPON-LLID +258
A mibs/bdcom/NMS-EPON-LLID-ONU-BIND +253
A mibs/bdcom/NMS-EPON-LLID-QOS-POLICY +87
A mibs/bdcom/NMS-EPON-LLID-TRAP +111
A mibs/bdcom/NMS-EPON-OAM-REMOTE-LOOPBACK +144
A mibs/bdcom/NMS-EPON-OLT-CHIP-INFO +115
A mibs/bdcom/NMS-EPON-OLT-CHIP-STATUS-TRAP +50
A mibs/bdcom/NMS-EPON-OLT-COMM +368
A mibs/bdcom/NMS-EPON-OLT-MAT-MIB +45
A mibs/bdcom/NMS-EPON-OLT-MULTICAST-FORWARD +129
A mibs/bdcom/NMS-EPON-OLT-MULTICAST-VLAN +80
A mibs/bdcom/NMS-EPON-OLT-NNI +124
📈 0 added
📉 0 removed
Fixed common db insert errors in poller modules ospf and cipsec-tunnels.
M html/includes/print/routing.inc.php +6 -3
M html/pages/device.inc.php +2 -1
M html/pages/device/routing.inc.php +7
M html/pages/device/routing/ipsec_tunnels.inc.php +29 -6
M includes/definitions/os.inc.php +4
M includes/polling/cipsec-tunnels.inc.php +88 -33
M includes/polling/ospf.inc.php +70 -47
M includes/snmp.inc.php +2
A update/309.sql +1
📈 208 added
📉 90 removed
DERP
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
Herp
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/polling/ports.inc.php +6
📈 6 added
📉 0 removed
M includes/discovery/storage/nimble-mib.inc.php +3 -3
M includes/polling/storage/nimble-mib.inc.php +3 -3
📈 6 added
📉 6 removed
Added basic detect Plug & Track devices (without sensors discovery).
A html/images/os/plugandtrack_2x.png +1
A html/images/os/plugandtrack.png +1
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +8
A includes/polling/os/plugandtrack.inc.php +14
M includes/polling/os/timos.inc.php +1 -1
A mibs/eds
A mibs/eds/EDS-MIB +5,013
📈 29 added
📉 1 removed
Update FASTPATH-* based mibs. Note, some MIBs not official, name changed for exclude using same name with different oid tree.
Showing the first 30 paths; 104 more are omitted from this static page.
A mibs/broadcom/BROADCOM-POWER-ETHERNET-MIB +351
A mibs/broadcom/BROADCOM-REF-MIB +77
A mibs/broadcom/FASTPATH-BOXSERVICES-PRIVATE-MIB +523
A mibs/broadcom/FASTPATH-CAPTIVE-PORTAL-MIB +1,254
A mibs/broadcom/FASTPATH-DENIALOFSERVICE-PRIVATE-MIB +291
A mibs/broadcom/FASTPATH-DHCP6SERVER-PRIVATE-MIB +1,183
A mibs/broadcom/FASTPATH-DHCPSERVER-PRIVATE-MIB +1,002
A mibs/broadcom/FASTPATH-DNS-RESOLVER-CONTROL-MIB +270
A mibs/broadcom/FASTPATH-DOT1X-ADVANCED-FEATURES-MIB +452
A mibs/broadcom/FASTPATH-INVENTORY-MIB +1,189
A mibs/broadcom/FASTPATH-IPV6-LOOPBACK-MIB +112
A mibs/broadcom/FASTPATH-IPV6-TUNNEL-MIB +253
A mibs/broadcom/FASTPATH-ISDP-MIB +548
A mibs/broadcom/FASTPATH-KEYING-PRIVATE-MIB +137
A mibs/broadcom/FASTPATH-LOGGING-MIB +519
A mibs/broadcom/FASTPATH-LOOPBACK-MIB +130
A mibs/broadcom/FASTPATH-MGMT-SECURITY-MIB +252
A mibs/broadcom/FASTPATH-MULTICAST-MIB +457
A mibs/broadcom/FASTPATH-NSF-MIB +362
A mibs/broadcom/FASTPATH-OUTBOUNDTELNET-PRIVATE-MIB +84
A mibs/broadcom/FASTPATH-PFC-MIB +214
A mibs/broadcom/FASTPATH-PORTSECURITY-PRIVATE-MIB +275
A mibs/broadcom/FASTPATH-QOS-ACL-MIB +1,558
A mibs/broadcom/FASTPATH-QOS-AUTOVOIP-MIB +126
A mibs/broadcom/FASTPATH-QOS-COS-MIB +969
A mibs/broadcom/FASTPATH-QOS-DIFFSERV-EXTENSIONS-MIB +1,077
A mibs/broadcom/FASTPATH-QOS-DIFFSERV-PRIVATE-MIB +2,764
A mibs/broadcom/FASTPATH-QOS-ISCSI-MIB +336
A mibs/broadcom/FASTPATH-QOS-MIB +52
A mibs/broadcom/FASTPATH-RADIUS-AUTH-CLIENT-MIB +551
📈 0 added
📉 0 removed
Improved detect Cisco SB devices. Improved detect broadcom based devices. Fixed discovery by FASTPATH-* mibs with different OID base tree. Improved sensors discovery by
EdgeSwitch-BOXSERVICES-PRIVATE-MIB (new FASTPATH-*).
M html/images/os/quanta_2x.png ±0
M html/images/os/quanta.png ±0
M includes/common.inc.php +3 -2
M includes/definitions/mibs.inc.php +138 -64
M includes/definitions/os.inc.php +115 -38
D includes/discovery/mempools/dell-vendor-mib.inc.php -32
M includes/discovery/mempools/dnos-switching-mib.inc.php +1
A includes/discovery/neighbours/dnos-isdp-mib.inc.php +71
A includes/discovery/neighbours/edgeswitch-isdp-mib.inc.php +71
M includes/discovery/neighbours/fastpath-isdp-mib.inc.php +1
A includes/discovery/neighbours/netgear-isdp-mib.inc.php +71
M includes/discovery/os.inc.php +42
A includes/discovery/os/broadcom.inc.php +63
M includes/discovery/os/linux.inc.php +2 -2
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +65 -23
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +10 -10
A includes/discovery/sensors/old-dnos-boxservices-private-mib.inc.php +170
M includes/polling/mempools.inc.php +1
D includes/polling/mempools/dell-vendor-mib.inc.php -18
A includes/polling/os/fastpath.inc.php +53
M includes/snmp.inc.php +2 -2
M tests/IncludesCommonTest.php +2 -1
M tests/IncludesSnmpTest.php +26
📈 908 added
📉 193 removed
Add some housekeeping defaults.
M html/pages/device/edit/snmp.inc.php +4
M includes/defaults.inc.php +8 -7
📈 12 added
📉 7 removed
Added storages discovery by
NIMBLE-MIB and
ISILON-MIB . Small improvement in
discovery_storage() function. Added helper function
snmp_size64_high_low().
M html/includes/entities/storage.inc.php +31 -21
M html/pages/device/overview/storage.inc.php +1
M includes/definitions/os.inc.php +1
M includes/discovery/functions.inc.php +19 -5
M includes/discovery/processors/isilon-mib.inc.php -2
A includes/discovery/processors/zxr10-mib.inc.php +44
M includes/discovery/storage.inc.php +4 -1
M includes/discovery/storage/cisco-flash-mib.inc.php +2 -2
M includes/discovery/storage/embedded-ngx-mib.inc.php +1 -1
M includes/discovery/storage/gpfs-mib.inc.php +3 -3
M includes/discovery/storage/host-resources-mib.inc.php +34 -10
A includes/discovery/storage/isilon-mib.inc.php +30
M includes/discovery/storage/netapp-mib.inc.php +1 -1
A includes/discovery/storage/nimble-mib.inc.php +49
M includes/polling/mempools/ucd-snmp-mib.inc.php +16 -3
A includes/polling/os/nimble-os.inc.php +20
M includes/polling/storage/gpfs-mib.inc.php +2 -2
A includes/polling/storage/isilon-mib.inc.php +29
A includes/polling/storage/nimble-mib.inc.php +41
M includes/polling/storage/ucd-snmp-mib.inc.php +1 -1
M includes/snmp.inc.php +13
A update/308.sql +1
📈 342 added
📉 52 removed
Improved old Eaton ePDU devices support, added basic Sentry4 PDU support.
M includes/definitions/mibs.inc.php +14 -4
M includes/definitions/models.inc.php +5
M includes/definitions/os.inc.php +11 -1
M includes/polling/os/eaton-epdu.inc.php +32 -13
A includes/polling/os/sentry-pdu.inc.php +37
A mibs/eaton/EATON-EPDU-MA-MIB +1,342
A mibs/eaton/EATON-EPDU-PU-MI-MIB +1,787
A mibs/eaton/EATON-EPDU-PU-SW-MIB +4,619
A mibs/eaton/EATON-GENESIS-II-MIB +192
A mibs/eaton/PDU-MIB +878
A mibs/eaton/Pulizzi +754
📈 99 added
📉 18 removed
Fixed IPv6 issue in radius auth.
M html/includes/authentication/radius.inc.php +11 -4
📈 11 added
📉 4 removed
Restored ability for use google maps, but now only if API key passed. Restored config option Map API ($config['frontpage']['map']['api']), default is Carto.
Google API config pass to this config option: $config['remote_api']['maps']['google']['key'].
M html/includes/functions.inc.php +2 -1
M html/includes/graphs/device/netstat_icmp_info.inc.php +1 -1
D html/includes/map.inc.php -116
M html/includes/map/google-mc.inc.php +9 -6
M html/includes/map/google.inc.php +1 -1
A html/includes/map/leaflet.inc.php +151
M html/includes/print/rows.inc.php -3
M html/pages/front/default.php +35 -11
M html/pages/settings/default.inc.php +3 -1
M includes/config-variables.inc.php +29 -5
M includes/defaults.inc.php +15 -3
M includes/definitions.inc.php +1 -1
M includes/definitions/geo.inc.php +83 -1
📈 330 added
📉 150 removed
Updated Eltex mib files.
Showing the first 30 paths; 29 more are omitted from this static page.
A mibs/eltex/ELT-MES-DEV-PARAMS +73
A mibs/eltex/ELTEX-BRIDGE-ERPS-MIB +568
A mibs/eltex/ELTEX-BRIDGE-EXT-MIB +33
A mibs/eltex/ELTEX-CFM-MIB +201
A mibs/eltex/ELTEX-DOT3-OAM-MIB +44
A mibs/eltex/ELTEX-FLEX-LINKS-MIB +388
A mibs/eltex/ELTEX-IP-OSPF-IF-MIB +84
A mibs/eltex/ELTEX-IPSLA-MIB +1,281
A mibs/eltex/ELTEX-L2-TUNNEL-CONFIG-MIB +313
A mibs/eltex/ELTEX-MAC-NOTIFICATION-MIB +159
A mibs/eltex/ELTEX-MES-AAA +66
A mibs/eltex/ELTEX-MES-AAA-STATISTICS-MIB +408
A mibs/eltex/ELTEX-MES-BOOTPASSWORD +32
A mibs/eltex/ELTEX-MES-BRIDGE-ERPS-MIB +572
M mibs/eltex/ELTEX-MES-BRIDGE-EXT-MIB +184 -6
A mibs/eltex/ELTEX-MES-BRIDGE-SECURITY +923
A mibs/eltex/ELTEX-MES-BRIDGE-STP-MULTIPROCESS-MIB +828
A mibs/eltex/ELTEX-MES-CFM-MIB +205
A mibs/eltex/ELTEX-MES-COPY-MIB +171
A mibs/eltex/ELTEX-MES-COUNTERS-MIB +209
A mibs/eltex/ELTEX-MES-DHCP +207
A mibs/eltex/ELTEX-MES-DOT1X +137
A mibs/eltex/ELTEX-MES-DOT3-OAM-MIB +48
A mibs/eltex/ELTEX-MES-eltBrgMulticast-MIB +75
A mibs/eltex/ELTEX-MES-eltFtp-MIB +21
M mibs/eltex/ELTEX-MES-eltInterfaces +47
A mibs/eltex/ELTEX-MES-eltMacNotification-MIB +163
A mibs/eltex/ELTEX-MES-eltMesIpMulticast-MIB +736
A mibs/eltex/ELTEX-MES-ERRDISABLE-RECOVERY-MIB +52
A mibs/eltex/ELTEX-MES-FLEX-LINKS-MIB +392
📈 0 added
📉 0 removed
M includes/definitions/mibs.inc.php +21 -11
M includes/definitions/os.inc.php +21 -17
M includes/discovery/processors.inc.php +19 -2
M includes/discovery/sensors/radlan-hwenviroment.inc.php +2
A includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +231
M includes/polling/os.inc.php +1 -1
D includes/polling/os/allied-radlan.inc.php -20
D includes/polling/os/eltex-switch.inc.php -21
M includes/polling/os/firebox.inc.php +9 -3
A includes/polling/os/radlan.inc.php +64
M poller-wrapper.py +12 -7
📈 380 added
📉 82 removed
Added sensors discovery by TRIPPLITE-12X.
M includes/definitions/mibs.inc.php +3
M includes/definitions/os.inc.php +1 -1
M includes/discovery/sensors.inc.php +16 -10
M includes/discovery/sensors/ups-mib.inc.php +2 -1
📈 22 added
📉 12 removed
Updated tripplite mib files to latest.
A mibs/tripplite/TRIPPLITE +35
A mibs/tripplite/TRIPPLITE-12X +2,974
D mibs/tripplite/TRIPPLITE-MIB -2,905
A mibs/tripplite/TRIPPLITE-PRODUCTS +9,088
📈 0 added
📉 0 removed
Improved support for Ubiquiti UniFi switches and Edge switches. Added processors/mempools discovery by
EdgeSwitch-SWITCHING-MIB . Fixed current sensors scale for Tripp Lite devices with latest firmware.
M includes/definitions/mibs.inc.php +18
M includes/definitions/os.inc.php +27 -6
A includes/discovery/mempools/edgeswitch-switching-mib.inc.php +31
M includes/discovery/processors/dnos-switching-mib.inc.php +4 -4
A includes/discovery/processors/edgeswitch-switching-mib.inc.php +25
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +4 -1
M includes/discovery/sensors/ups-mib.inc.php +20 -5
A includes/polling/mempools/edgeswitch-switching-mib.inc.php +22
M includes/polling/os/edgemax.inc.php +33 -19
M includes/polling/os/poweralert.inc.php +9 -5
M includes/polling/processors/dnos-switching-mib.inc.php +4 -7
A includes/polling/processors/edgeswitch-switching-mib.inc.php +25
📈 222 added
📉 47 removed
Fixed very frequent db query issue in quick search box.
M html/includes/navbar.inc.php +12 -2
📈 12 added
📉 2 removed
Add some swedish shit, yo.
📈 42 added
📉 0 removed
Added OS definitions for Cisco UC, Cumulus Linux. Improved definitions for Fortinet devices.
A html/images/os/cumulus_2x.png +1
A html/images/os/cumulus.png +1
M includes/definitions/mibs.inc.php +7
M includes/definitions/models.inc.php +223
M includes/definitions/os.inc.php +78 -10
M includes/discovery/os/linux.inc.php +3 -1
M includes/polling/os/cisco.inc.php +36 -8
M includes/polling/os/fortigate.inc.php +7 -1
A includes/polling/os/fortinet.inc.php +39
M includes/rewrites.inc.php +42 -135
📈 435 added
📉 155 removed
Updated Fortinet and TP-Link mibs.
Showing the first 30 paths; 64 more are omitted from this static page.
A mibs/fortinet/FORTINET-FORTIMAIL-MIB +648
A mibs/fortinet/FORTINET-FORTIMANAGER-MIB +103
A mibs/tplink
A mibs/tplink/TPLINK-8021X-MIB +346
A mibs/tplink/TPLINK-AAA-MIB +625
A mibs/tplink/TPLINK-ACL-MIB +517
A mibs/tplink/TPLINK-ACL-RULE-MIB +899
A mibs/tplink/TPLINK-ARP-DEFEND-MIB +93
A mibs/tplink/TPLINK-ARP-DETECTION-MIB +158
A mibs/tplink/TPLINK-ARP-INSPECTION-MIB +22
A mibs/tplink/TPLINK-BANDWIDTH-MIB +393
A mibs/tplink/TPLINK-CLUSTER-MIB +26
A mibs/tplink/TPLINK-CLUSTERMANAGE-MIB +26
A mibs/tplink/TPLINK-CLUSTERTREE-MIB +22
A mibs/tplink/TPLINK-COMMANDER-MIB +80
A mibs/tplink/TPLINK-DHCP6SNOOPING-MIB +146
A mibs/tplink/TPLINK-DHCPFILTERING-MIB +146
A mibs/tplink/TPLINK-DHCPRELAY-MIB +329
A mibs/tplink/TPLINK-DHCPSERVER-MIB +759
A mibs/tplink/TPLINK-DHCPSNOOPING-MIB +344
A mibs/tplink/TPLINK-DLDP-MIB +167
A mibs/tplink/TPLINK-DOS-PREVENTION-MIB +98
A mibs/tplink/TPLINK-DOT1Q-VLAN-MIB +232
A mibs/tplink/TPLINK-ETHERNETOAM-MIB +28
A mibs/tplink/TPLINK-ETHERNETOAMBASICCFG-MIB +71
A mibs/tplink/TPLINK-ETHERNETOAMDISCINFO-MIB +222
A mibs/tplink/TPLINK-ETHERNETOAMEVENTLOG-MIB +293
A mibs/tplink/TPLINK-ETHERNETOAMLINKMONCFG-MIB +88
A mibs/tplink/TPLINK-ETHERNETOAMPDUSTAT-MIB +204
A mibs/tplink/TPLINK-ETHERNETOAMRFICFG-MIB +70
📈 0 added
📉 0 removed
Store last alerter.php run for each host.
M alerter.php +3 -1
A update/307.sql +1
📈 3 added
📉 1 removed
Improved detect ZTE devices. Added processors, mempools discovery by
ZXR10-MIB and sensors by SWITCHENVIRONG.
Showing the first 30 paths; 33 more are omitted from this static page.
M includes/definitions/mibs.inc.php +15 -1
M includes/definitions/os.inc.php +60 -9
A includes/discovery/mempools/zxr10-mib.inc.php +41
M includes/discovery/os/linux.inc.php +3 -2
M includes/polling/mempools.inc.php +7
M includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php +11 -5
M includes/polling/mempools/cisco-entity-qfp-mib.inc.php +17 -4
M includes/polling/mempools/cisco-memory-pool-mib.inc.php +14 -8
M includes/polling/mempools/cisco-process-mib.inc.php +19 -5
A includes/polling/mempools/zxr10-mib.inc.php +38
A includes/polling/os/zte.inc.php +106
D includes/polling/os/zxr10.inc.php -40
A mibs/zte
A mibs/zte/CONFIG-COPY-MIB +430
A mibs/zte/DPI-MIB +1,776
A mibs/zte/ES-GroupManagement-MIB +564
A mibs/zte/FANS-POWER-MIB +388
A mibs/zte/HQOS-MIB +732
A mibs/zte/POWERFANS-MIB +158
A mibs/zte/ROUTERENV +114
A mibs/zte/STACK-MIB +293
A mibs/zte/STACK-TOP +278
A mibs/zte/SWITCHENVIRON +77
A mibs/zte/SWITCHENVIRONG +136
A mibs/zte/UAS-MIB +483
A mibs/zte/Vct-Loopdetect-59-MIB +372
A mibs/zte/ZESR-MIB +481
A mibs/zte/ZTE-UAS-MULTICAST-MIB +991
A mibs/zte/ZXR10-CFM-MIB +1,871
A mibs/zte/ZXR10-EPON-MIB +2,096
📈 331 added
📉 74 removed
Updated RADLAN/MARVELL mib files. Also updated Eltex, APC mib files.
Showing the first 30 paths; 135 more are omitted from this static page.
M includes/definitions/mibs.inc.php +6 -5
M includes/definitions/os.inc.php +3
M includes/polling/os/allied-radlan.inc.php +2 -2
M includes/polling/os/powerconnect-radlan.inc.php +1 -1
A mibs/apc/NETBOTZ-DEVICE-MIB +311
A mibs/apc/NETBOTZ-MIB +5,227
A mibs/apc/NETBOTZ300-MIB +8,803
A mibs/apc/NETBOTZ320-MIB +8,812
A mibs/apc/NETBOTZ410-MIB +8,913
A mibs/apc/NETBOTZV2-MIB +4,486
M mibs/apc/PowerNet-MIB +9,711 -6,182
A mibs/eltex/ELTEX-LTP8X +9,273
A mibs/eltex/ELTEX-LTP8X-STANDALONE +550
A mibs/eltex/ELTEX-MCCP +8,589
A mibs/eltex/ELTEX-MES +137
A mibs/eltex/ELTEX-MES-BRIDGE-EXT-MIB +63
A mibs/eltex/ELTEX-MES-eltInterfaces +146
A mibs/eltex/ELTEX-MES-ENDOFMIB-MIB +32
A mibs/eltex/ELTEX-MES-HWENVIROMENT-MIB +79
A mibs/eltex/ELTEX-MES-IF-EXTENSION-MIB +179
A mibs/eltex/ELTEX-MES-MNG-MIB +21
A mibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB +219
A mibs/eltex/ELTEX-MES-SMON-MIB +92
A mibs/eltex/ELTEX-MES-SYSLOG-MIB +35
A mibs/eltex/ELTEX-QOS-MIB +212
A mibs/eltex/ELTEX-SMI +1,310
A mibs/eltex/ELTEX-SMI-ACTUAL +72
A mibs/eltex/ELTEX-TUNNEL-MIB +218
D mibs/netbotz
A mibs/radlan/GALILEO-MIB +1,889
📈 12 added
📉 8 removed
Add poller perf to default OS graphs (4 is prettier than 3 on side panel!)
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Add http_proxy setting to web config
M includes/config-variables.inc.php +8
📈 8 added
📉 0 removed
Fixed display AFI/SAFI BGP graphs (appear in r8030).
M html/includes/print/routing.inc.php +2 -2
📈 2 added
📉 2 removed
Allow changing map tiles between carto basemaps light/dark and changing the map height.
M html/includes/map.inc.php +11 -6
M includes/config-variables.inc.php +12 -5
M includes/defaults.inc.php +4 -2
📈 27 added
📉 13 removed
Make red markers always on top.
M html/includes/map.inc.php +2 -1
📈 2 added
📉 1 removed
Clean up device popup content (hide non-existant graphs, widen graphs sligthly)
M html/includes/entities/device.inc.php +5 -2
📈 5 added
📉 2 removed
Added support for Raritan EMS devices and sensors by
EMD-MIB . Improved detect other Raritan and Ironware, Procurve, Barracuda devices. Added basic support for Nimble Storage devices. Improved sensors discovery by
SUN-PLATFORM-MIB . Added definitions for pressure, velocity and illuminance sensors.
A html/images/os/nimble_2x.png +1
A html/images/os/nimble.png +1
A html/images/os/raritan_2x.png +1
A html/images/os/raritan-old_2x.png +1
A html/images/os/raritan-old.png +1
M html/images/os/raritan.png ±0
A html/includes/graphs/sensor/illuminance.inc.php +34
M html/includes/graphs/sensor/pressure.inc.php +11 -16
A html/includes/graphs/sensor/velocity.inc.php +34
M includes/definitions/mibs.inc.php +40 -13
M includes/definitions/os.inc.php +53 -13
M includes/definitions/sensors.inc.php +5 -1
M includes/discovery/os/linux.inc.php +26 -13
A includes/discovery/sensors/emd-mib.inc.php +192
M includes/discovery/sensors/es-racktivity-mib.inc.php +11 -6
M includes/discovery/sensors/ispro-mib.inc.php -5
M includes/discovery/sensors/powernet-mib.inc.php -8
M includes/discovery/sensors/sentry3-mib.inc.php -2
M includes/discovery/sensors/spagent-mib.inc.php -5
M includes/discovery/sensors/sun-platform-mib.inc.php +23 -15
A includes/polling/os/raritan-emx.inc.php +26
A includes/polling/os/raritan.inc.php +42
A includes/polling/os/srm.inc.php +24
📈 521 added
📉 97 removed
Added function value_to_si() for convert non standard sensor values to used by us SI units. Added unit test fot it.
M includes/common.inc.php +83
M includes/discovery/functions.inc.php +3 -13
M includes/functions.inc.php -20
M includes/polling/functions.inc.php +3 -11
M tests/IncludesCommonTest.php +34
📈 123 added
📉 44 removed
Added/updated MIB files (checkpoint, nimble, raritan).
A mibs/checkpoint/CHECKPOINT-GAIA-TRAP-MIB +280
M mibs/checkpoint/CHECKPOINT-MIB +1,630 -472
A mibs/checkpoint/CHECKPOINT-TRAP-MIB +617
A mibs/nimble
A mibs/nimble/NIMBLE-MIB +714
A mibs/nimble/NIMBLE-TRAP-MIB +7,323
A mibs/raritan/ASSETMANAGEMENT-MIB +1,576
A mibs/raritan/EMD-MIB +2,562
A mibs/raritan/LHX-MIB +1,284
M mibs/raritan/PDU2-MIB +6,368 -915
A mibs/raritan/RARITANCC-MIB +978
A mibs/raritan/RARITANCCv2-MIB +1,245
A mibs/raritan/RemoteKVMDevice-MIB +1,410
📈 0 added
📉 0 removed
Fixed discovery Power Supply sensors by
DEV-CFG-MIB (2nd).
M includes/discovery/sensors/dev-cfg-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Minor: show disabled devices in the web interface by default
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
Fix ospf_instance_id autoincrement.
📈 0 added
📉 0 removed
Fix PostgreSQL application
M includes/polling/applications/postgresql.inc.php +1 -1
📈 1 added
📉 1 removed
Set correct MIME type for geo data. Add a graph to routeros. Do something to syslog.
M html/geo.php +1
M includes/definitions/os.inc.php +1
M syslog.php +1 -1
📈 3 added
📉 1 removed
Remove duplicate modal/form header. Need "generate modal" support for form builder to put submit button correctly in the modal footer.
M html/includes/map.inc.php -1
M html/pages/device.inc.php +7 -7
📈 7 added
📉 8 removed
August 2016
Fix pollerlog.
M html/pages/pollerlog.inc.php +3 -3
📈 3 added
📉 3 removed
Added os definitions for CTS devices and Synology SRM. Added detect HWg STE2 and discovery sensors by
STE2-MIB .
A html/images/os/cts_2x.png +1
A html/images/os/cts.png +1
M includes/definitions/mibs.inc.php +46 -20
M includes/definitions/os.inc.php +41 -2
M includes/discovery/os/linux.inc.php +4 -2
M includes/discovery/sensors/ste-mib.inc.php +18 -2
A includes/discovery/sensors/ste2-mib.inc.php +91
A includes/polling/os/cts.inc.php +46
A mibs/hwgroup/STE2-MIB +230
D mibs/ubiquiti/UBN-UniFi-MIB -604
A mibs/ubiquiti/UBNT-UniFi-MIB +606
📈 246 added
📉 26 removed
Fix SSL support.
M html/includes/map.inc.php +2 -2
📈 2 added
📉 2 removed
SSL for map.
M html/includes/map.inc.php +1 -1
📈 1 added
📉 1 removed
Additional default nonsense entity masks
M includes/defaults.inc.php +3 -3
📈 3 added
📉 3 removed
Add hidpi/retina support to map.
M html/includes/map.inc.php +4 -1
📈 4 added
📉 1 removed
Minor fixes to map.
A html/css/leaflet.css +618
M html/geo.php +2 -2
M html/includes/map.inc.php +10 -5
A html/js/leaflet.js +9
📈 12 added
📉 7 removed
Fuck you, Google.
M html/css/bootstrap-hacks.css +1 -1
A html/geo.php +93
A html/images/svg
A html/images/svg/high_priority.svg +4
A html/images/svg/ok.svg +4
A html/includes/map.inc.php +103
M html/js/jquery.qtip.min.js -1
M html/pages/bill/infoboxes.inc.php +2 -2
M html/pages/front/default.php +6 -1
📈 212 added
📉 3 removed
Fix portpercent bugs.
M html/includes/status-portpercent.inc.php +3 -3
📈 3 added
📉 3 removed
Add traffic breakdown summary frontpage module. Some CSS changes.
M html/css/bootstrap.css +28 -139
M html/css/bootstrap/less/mixins3.less +34
M html/css/bootstrap/less/progress-bars.less +40 -77
M html/css/bootstrap/less/variables3.less +2
A html/includes/status-portpercent.inc.php +101
M html/pages/device/overview/ucd_mem.inc.php +4 -3
M html/pages/front/default.php +5 -1
📈 110 added
📉 4 removed
Improve billing output further. Improve small parts of CSS. Add donut chart status indicators for test.
M html/billing-bandwidth-data.php +1 -1
M html/css/bootstrap-hacks.css +118 -8
M html/css/bootstrap.css +9 -8
M html/css/bootstrap/less/progress-bars.less +6 -7
M html/css/bootstrap/less/scaffolding.less -2
M html/css/bootstrap/less/variables3.less +1 -1
M html/includes/cache-data.inc.php +36
M html/includes/print/billing.inc.php +2 -1
A html/includes/status-donuts.inc.php +131
M html/includes/status-summary.inc.php +15 -50
A html/js/donut-chart.js +207
M html/pages/bill/accurate.inc.php +22 -54
M html/pages/bill/history.inc.php +29 -33
M html/pages/bill/transfer.inc.php +12 -52
M html/pages/front/default.php +20
📈 268 added
📉 191 removed
M includes/definitions/mibs.inc.php +134 -70
M includes/definitions/os.inc.php +3
M includes/definitions/sensors.inc.php +2 -1
M includes/discovery/sensors.inc.php +4 -4
M includes/discovery/sensors/dev-cfg-mib.inc.php +2 -2
M includes/polling/os/ge-ups.inc.php +4 -4
📈 149 added
📉 81 removed
Add status marker to summary boxes.
M html/includes/status-summary.inc.php +7
📈 7 added
📉 0 removed
Improve billing charting formats
A html/billing-bandwidth-data.php +217
M html/css/bootstrap-hacks.css +11
M html/includes/functions.inc.php +1 -1
A html/includes/print/billing.inc.php +117
A html/js/d3.v3.min.js +5
M html/pages/bill/accurate.inc.php +2 -151
M html/pages/bill/history.inc.php +20 -19
M html/pages/bill/transfer.inc.php +55 -169
M html/pages/bills.inc.php +9 -9
📈 421 added
📉 349 removed
Added support for MRV OptiSwitch. Added and improved os definitions for Cisco TelePresence, Cisco Acano, Cisco Altiga, Cisco UCS CIMC, Cisco SCE and McAfee MEG Appliance. Added Security and Communication device types.
Showing the first 30 paths; 2 more are omitted from this static page.
A html/images/os/mcafee_2x.png +1
A html/images/os/mcafee.png +1
A html/images/os/mrv_2x.png +1
M html/images/os/mrv.png ±0
M includes/definitions.inc.php +31 -19
M includes/definitions/mibs.inc.php +24
M includes/definitions/os.inc.php +164 -62
M includes/discovery/os/linux.inc.php +15 -12
M includes/discovery/processors/ucd-snmp-mib.inc.php +9 -7
A includes/discovery/sensors/dev-cfg-mib.inc.php +118
M includes/polling/os/cimc.inc.php +20 -4
A includes/polling/os/mrvos.inc.php +31
M includes/polling/processors/ucd-old.inc.php +9 -3
M includes/snmp.inc.php +12 -3
A mibs/mrv/DEV-CFG-MIB +954
A mibs/mrv/DEV-ID-MIB +349
A mibs/mrv/ECHN-MIB +377
A mibs/mrv/GSWITCH-MIB +922
A mibs/mrv/MRV-IR-CHAR-MIB +1,645
A mibs/mrv/MRV-IR-HDAM-MIB +804
A mibs/mrv/MRV-IR-SYSTEM-MIB +1,456
A mibs/mrv/MRV-IR-TRAP-MIB +615
A mibs/mrv/NBASE-G1-MIB +3,065
A mibs/mrv/NSTACK-MIB +1,356
A mibs/mrv/OA-SL-STATISTICS-MIB +187
A mibs/mrv/OADHCP-SERVER-MIB +587
A mibs/mrv/OASUBSCR-CFG-MIB +300
A mibs/mrv/OASWITCH-MIB +400
A mibs/mrv/RT-CFG-MIB +2,867
A mibs/mrv/SEC-FLOW-MIB +385
📈 433 added
📉 110 removed
Honour max variable by setting graph_max
M html/includes/graphs/common.inc.php +2
📈 2 added
📉 0 removed
Improve billing graph.
A html/billing-data.php +157
M html/css/bootstrap-hacks.css +8
A html/js/dygraph-combined.js +6
M html/pages/bill.inc.php +3
M html/pages/bill/accurate.inc.php +168 -3
M includes/definitions/transports.inc.php +1 -1
📈 329 added
📉 4 removed
Obsolete files cleanup. Fixed polling vmware and powerdns apps. Fixed parse interface mac in some rare situations. Added Calix BLC os definition.
A attic/html_pages_device_graphs
D html/includes/print-interface-graphs.inc.php -22
D html/pages/blank.inc.php
D html/pages/configuration.inc.php
D html/pages/device/graphs
M includes/definitions/os.inc.php +7
M includes/polling/applications/powerdns.inc.php +1 -1
M includes/polling/applications/vmwaretools.inc.php +1 -1
M includes/polling/ports.inc.php +6 -2
📈 15 added
📉 26 removed
Deprecate old webhook transport (it had no data! why bother?)
A includes/alerting/webhook-old.inc.php +48
D includes/alerting/webhook.inc.php -48
M includes/definitions/transports.inc.php +2 -2
A update/305.sql +1
📈 50 added
📉 50 removed
Improve netscaler vserver display format.
M html/includes/entities/netscalervsvr.inc.php +40 -7
📈 40 added
📉 7 removed
Improve graph summary row output.
M html/includes/functions.inc.php +1 -1
M html/includes/print/rows.inc.php +13 -1
M html/pages/apps/default.inc.php +6 -6
📈 20 added
📉 8 removed
Fixed session_unique_id(), do not use HTTP_ACCEPT since it different for main and js/ajax requests.
M html/includes/authenticate.inc.php +4 -1
📈 4 added
📉 1 removed
Use multiple uptime rollover holes for apc and windows. Moved additional uptime rollover times to definitions.
M includes/definitions/os.inc.php +5
M includes/polling/system.inc.php +17 -18
📈 22 added
📉 18 removed
Added function get_versions(), detect rrdcached version too. Removed loadbalancers navbar in CE.
M html/pages/device.inc.php +1 -1
M includes/common.inc.php +94 -18
📈 95 added
📉 19 removed
Add ability to store JSON data for apps. Add ability to automatically remove stale app entries. NOTE: some apps badly need instances!
Showing the first 30 paths; 5 more are omitted from this static page.
M includes/polling/applications.inc.php +26 -14
M includes/polling/applications/apache.inc.php +23
M includes/polling/applications/asterisk.inc.php +2
M includes/polling/applications/bind.inc.php +5
M includes/polling/applications/crashplan.inc.php +2
M includes/polling/applications/dhcpkit.inc.php +1
M includes/polling/applications/drbd.inc.php +2
M includes/polling/applications/exchange.inc.php +2 -4
M includes/polling/applications/exim-mailqueue.inc.php +1
M includes/polling/applications/freeradius.inc.php +6 -2
M includes/polling/applications/jvmoverjmx.inc.php +6 -3
M includes/polling/applications/kamailio.inc.php +2
M includes/polling/applications/lighttpd.inc.php +1
M includes/polling/applications/memcached.inc.php +3 -1
M includes/polling/applications/mssql.inc.php +5 -4
M includes/polling/applications/mysql.inc.php +5 -3
M includes/polling/applications/nfs.inc.php +1
M includes/polling/applications/nfsd.inc.php +2
M includes/polling/applications/nginx.inc.php +6 -2
M includes/polling/applications/nsd.inc.php +2 -1
M includes/polling/applications/ntpd.inc.php +3 -1
M includes/polling/applications/openvpn.inc.php +2 -2
M includes/polling/applications/postfix_mailgraph.inc.php +2 -1
M includes/polling/applications/postfix_qshape.inc.php +2 -1
M includes/polling/applications/postgresql.inc.php +1
M includes/polling/applications/powerdns-recursor.inc.php +6 -3
M includes/polling/applications/powerdns.inc.php +5 -3
M includes/polling/applications/shoutcast.inc.php +10 -2
M includes/polling/applications/unbound.inc.php +6 -2
M includes/polling/applications/varnish.inc.php +5 -2
📈 164 added
📉 54 removed
Fix device_id in links.
M html/includes/entities/device.inc.php +2 -3
M html/pages/apps/default.inc.php +1 -1
📈 3 added
📉 4 removed
Use status row for applications on /apps/
M html/pages/apps/default.inc.php +24 -10
📈 24 added
📉 10 removed
Add C3/D3 JS libraries. Fix /apps/ device header link to go to /device/app/blah/.
A html/css/c3.min.css +1
M html/includes/entities/device.inc.php +2 -2
M html/index.php +5 -1
A html/js/c3.min.js +6
A html/js/d3.min.js +8
M html/pages/apps/default.inc.php +2 -1
M includes/polling/applications.inc.php +3
📈 12 added
📉 4 removed
Added copy to clipboard ability for config name in global config edit page (click on question icon).
A html/js/clipboard.min.js +7
M html/pages/settings/default.inc.php +5 -1
📈 5 added
📉 1 removed
Fixed userlevel for display rancid configs. Updated user level descriptions.
M html/includes/authenticate-functions.inc.php +8 -6
M html/pages/device/showconfig.inc.php +2 -1
M includes/definitions.inc.php +11 -4
📈 21 added
📉 11 removed
Moved last_rebooted attrib to main devices table, improved rebooted query. Small db cleanups. Fixed display device graphs on hidpi screens by FF.
M html/includes/entities/device.inc.php +2 -1
M html/includes/functions.inc.php +10 -3
M html/includes/print/status.inc.php +8 -18
M includes/polling/system.inc.php +7 -7
A update/303.sql +3
📈 27 added
📉 29 removed
Added last rebooted device attrib.
M html/includes/print/status.inc.php +10 -16
M includes/polling/system.inc.php +7 -1
📈 17 added
📉 17 removed
Disable ridiculol SQL
M html/includes/print/status.inc.php +4 -4
📈 4 added
📉 4 removed
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +5 -1
📈 5 added
📉 1 removed
Add support for VictorOps output.
M html/pages/contacts.inc.php +1 -1
A includes/alerting/victorops.inc.php +58
M includes/definitions/transports.inc.php +14
📈 73 added
📉 1 removed
Updated Eaton, Rittal os devinitions, add basic os definitoon for Eaton SC. Improved discovery sensors by
MG-SNMP-UPS-MIB ,
XUPS-MIB ,
JUNIPER-DOM-MIB . Fixed (on some Eaton UPS) incorrect status alert for Inverter Off.
M includes/definitions/mibs.inc.php +46 -3
M includes/definitions/os.inc.php +41 -25
M includes/discovery/sensors/juniper-dom-mib.inc.php +87 -121
M includes/discovery/sensors/juniper-ifoptics-mib.inc.php +11 -1
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +130 -53
M includes/discovery/sensors/xups-mib.inc.php +183 -88
A includes/polling/os/eaton-sc.inc.php +25
A mibs/eaton/EATON-ATS2-MIB +934
A mibs/eaton/EATON-EMP-MIB +272
M mibs/eaton/EATON-OIDS +13 -1
A mibs/eaton/EATON-PXG-MIB +488
A mibs/eaton/MG-SNMP-UPS-MIB +3,007
A mibs/eaton/RPS-SC200-MIB +5,104
M mibs/eaton/XUPS-MIB +1,489 -1,716
D mibs/mge
📈 523 added
📉 291 removed
Added force discovery if definition for os name changed. Added check if db schema update is already started.
M includes/common.inc.php +16
M includes/polling/os.inc.php +7
M includes/update/update.php +23
📈 46 added
📉 0 removed
Improved detect Generex UPS Adapters.
M includes/definitions/os.inc.php +3 -3
D includes/polling/os/cs121.inc.php -22
A includes/polling/os/generex-ups.inc.php +22
📈 25 added
📉 25 removed
Add Bluecat detection (missing mibs, vendor is speshul). Fix routing afi/safi labels. Fix some $navbar leakages.
A html/images/os/bluecat_2x.png +1
A html/images/os/bluecat.png +1
M html/includes/print/routing.inc.php +42 -2
M html/includes/status-summary.inc.php +1
M html/pages/routing.inc.php +1
M html/pages/routing/bgp.inc.php +1
M includes/definitions/os.inc.php +9
📈 54 added
📉 2 removed
Fixed BGP search forms. Added register_html_panel() function and used it for register pages (xl) panel.
M html/includes/functions.inc.php +19 -1
M html/includes/print/routing.inc.php +16
M html/includes/print/search.inc.php +43 -9
M html/index.php +22 -3
M html/pages/device.inc.php +12 -22
M html/pages/devices.inc.php +8 -21
M html/pages/neighbours.inc.php +4 -17
M html/pages/ports.inc.php +2 -15
M html/pages/routing/bgp.inc.php +50 -37
M includes/definitions/wui.inc.php -6
M includes/snmp.inc.php +1 -3
📈 177 added
📉 134 removed
Add support for EPPC/Powerwalker UPS devices.
A html/images/os/powerwalker_2x.png +1
A html/images/os/powerwalker.png +1
M includes/definitions/mibs.inc.php +8
M includes/definitions/os.inc.php +9
A includes/discovery/sensors/eppc-mib.inc.php +106
A includes/polling/os/eppc-ups.inc.php +35
A mibs/eppc
A mibs/eppc/EPPC-MIB +2,360
📈 158 added
📉 0 removed
Improve BGP table output (colour coded AFI/SAFI pairs)
M html/css/bootstrap.css +15
M html/css/bootstrap/less/labels3.less +20
M html/pages/routing/bgp.inc.php +91
📈 91 added
📉 0 removed
July 2016
Add support for graphing Sander Steffann's DHCPKit DHCPv6 server via the Unix Agent.
A html/includes/graphs/application/dhcpkit_msgtypes.inc.php +53
A html/includes/graphs/application/dhcpkit_packets.inc.php +49
A html/pages/device/apps/dhcpkit.inc.php +18
M includes/definitions/apps.inc.php +1
M includes/definitions/rrdtypes.inc.php +26
A includes/polling/applications/dhcpkit.inc.php +37
A scripts/agent-local/dhcpkit +71
📈 255 added
📉 0 removed
Improve poller timing output
M includes/snmp.inc.php +39 -10
M poller.php +27 -8
📈 66 added
📉 18 removed
Updated MIBs (adtran, ciscosb, hh3c, ibm, lantronix, linksys, sentry, tripplite).
Showing the first 30 paths; 86 more are omitted from this static page.
M mibs/adtran/ADTRAN-AOS +14 -1
A mibs/adtran/ADTRAN-AOS-DYING-GASP-MIB +82
M mibs/adtran/ADTRAN-AOS-MEDIAGATEWAY-MIB +4 -2
A mibs/adtran/ADTRAN-AOS-MEF-MIB +88
M mibs/adtran/ADTRAN-AOS-NETWORK-SYNC-MIB +61 -31
A mibs/adtran/ADTRAN-AOS-OVER-TEMP-PROTECTION-MIB +91
M mibs/adtran/ADTRAN-AOS-SIP-REGISTRATION +154
M mibs/adtran/ADTRAN-AOS-VQM +1 -1
A mibs/adtran/ADTRAN-AOS-VRRP-MIB +258
M mibs/adtran/ADTRAN-COMMON-AOS +62 -43
A mibs/adtran/ADTRAN-MEF-PER-COS-PER-EVC-PERF-HISTORY-MIB +649
A mibs/adtran/ADTRAN-MEF-PER-COS-PER-UNI-PERF-HISTORY-MIB +616
A mibs/adtran/ADTRAN-MEF-PER-EVC-PERF-HISTORY-MIB +617
A mibs/adtran/ADTRAN-MEF-PER-UNI-PERF-HISTORY-MIB +589
M mibs/adtran/ADTRAN-TC +70 -14
M mibs/cisco/CISCO-PRODUCTS-MIB +39 -2
M mibs/ciscosb/CISCOSB-1-BONJOUR-SERVICE-MIB +3 -3
M mibs/ciscosb/CISCOSB-3SW2SWTABLES-MIB +3 -3
M mibs/ciscosb/CISCOSB-AAA +12 -4
M mibs/ciscosb/CISCOSB-BANNER-MIB +3 -3
M mibs/ciscosb/CISCOSB-BaudRate-MIB +3 -3
M mibs/ciscosb/CISCOSB-BONJOUR-MIB +3 -3
M mibs/ciscosb/CISCOSB-BRGMACSWITCH-MIB +3 -3
M mibs/ciscosb/CISCOSB-BRIDGE-SECURITY +3 -3
M mibs/ciscosb/CISCOSB-BRIDGEMIBOBJECTS-MIB +3 -3
M mibs/ciscosb/CISCOSB-CDB-MIB +3 -3
M mibs/ciscosb/CISCOSB-CDP-MIB +3 -3
M mibs/ciscosb/CISCOSB-CLI-MIB +3 -3
M mibs/ciscosb/CISCOSB-COPY-MIB +3 -3
M mibs/ciscosb/CISCOSB-CPU-COUNTERS-MIB +3 -3
📈 0 added
📉 0 removed
More mib definitions cleanup.
M includes/definitions/mibs.inc.php +5 -5
M includes/discovery/neighbours/fastpath-isdp-mib.inc.php +1 -1
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +6 -6
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +4 -4
D mibs/AIRESPACE-REF-MIB -28
D mibs/AIRESPACE-SWITCHING-MIB -3,847
D mibs/AIRESPACE-WIRELESS-MIB -16,528
📈 16 added
📉 16 removed
Fixed mess between dell/broadcom FASTPATH-* mibs. Fixed sensors discovery by
PowerNet-MIB (apper in r8014).
Showing the first 30 paths; 63 more are omitted from this static page.
M includes/definitions/mibs.inc.php +38 -36
M includes/discovery/sensors/powernet-mib.inc.php +7 -7
A mibs/broadcom/BRCM-80211-FACTORY-MIB +224
A mibs/broadcom/BRCM-80211-MGMT-MIB +1,245
A mibs/broadcom/BRCM-BATTERY-MGMT-MIB +515
A mibs/broadcom/BRCM-BFC-MGMT-MIB +216
A mibs/broadcom/BRCM-CABLEDATA-ENGINEERING-MIB +385
A mibs/broadcom/BRCM-CABLEDATA-FACTORY-MIB +293
A mibs/broadcom/BRCM-CABLEDATA-MGMT-MIB +101
A mibs/broadcom/BRCM-CABLEDATA-PRIVATE-MIB +184
A mibs/broadcom/BRCM-CABLEDATA-SMI +123
A mibs/broadcom/BRCM-CM-CAPABILITY-MIB +288
A mibs/broadcom/BRCM-CM-ENGINEERING-MIB +1,094
A mibs/broadcom/BRCM-CM-FACTORY-MIB +812
A mibs/broadcom/BRCM-CM-MGMT-EXT-MIB +154
A mibs/broadcom/BRCM-CM-MGMT-MIB +678
A mibs/broadcom/BRCM-CM-PRODUCTS-MIB +87
A mibs/broadcom/BRCM-HOMEPLUG-FACTORY-MIB +95
A mibs/broadcom/BRCM-HTTP-MGMT-MIB +149
A mibs/broadcom/BRCM-PARENTALCONTROL-MGMT-MIB +179
A mibs/broadcom/BRCM-PING-MGMT-MIB +319
A mibs/broadcom/BRCM-SNMP-MGMT-MIB +116
A mibs/broadcom/BRCM-SSH-MGMT-MIB +293
A mibs/broadcom/BRCM-TELNET-MGMT-MIB +298
A mibs/broadcom/BRCM-USB-FACTORY-MIB +110
A mibs/broadcom/BRCM-V2-FACTORY-MIB +728
A mibs/broadcom/BRCM-V2-MGMT-MIB +64
D mibs/broadcom/BROADCOM-POWER-ETHERNET-MIB -341
D mibs/broadcom/FASTPATH-BOXSERVICES-PRIVATE-MIB -494
D mibs/broadcom/FASTPATH-CAPTIVE-PORTAL-MIB -1,240
📈 45 added
📉 43 removed
Added option
$config['location']['map_regexp'] for rewrite devices
sysLocation by regular expression. Option
$config['location_map'] renamed to
$config['location']['map'] (backward compatible).
M html/includes/print/addresses.inc.php +1
M includes/defaults.inc.php +10 -4
M includes/definitions.inc.php +2 -1
M includes/rewrites.inc.php +18 -3
M includes/sql-config.inc.php +8
📈 39 added
📉 8 removed
Fixed discovery IPv4 addresses for BinTec devices by
IP-MIB .
M includes/discovery/ip-addresses/ip-mib.inc.php +13 -1
📈 13 added
📉 1 removed
Minor: force rediscovery after RRD renames
📈 2 added
📉 0 removed
M includes/definitions/mibs.inc.php +8
📈 8 added
📉 0 removed
Minor: fix processor CPU usage discovery code (broken in r8014)
M includes/discovery/processors.inc.php +3 -1
📈 3 added
📉 1 removed
Minor: convert DeltaUPS sensors to definition-based discovery
M includes/definitions/mibs.inc.php +31 -14
D includes/discovery/sensors/deltaups-mib.inc.php -52
A update/302.php +91
📈 122 added
📉 66 removed
M includes/discovery/mempools/dell-networking-chassis-mib.inc.php +2 -1
M includes/discovery/processors/dell-networking-chassis-mib.inc.php +2 -1
M includes/polling/os/ftos.inc.php +41 -8
📈 45 added
📉 10 removed
Minor: code cleanup, quotes cleanup, trim() cleanup, mib_dirs() cleanup
Showing the first 30 paths; 164 more are omitted from this static page.
M includes/discovery/bgp-peers.inc.php +1 -1
M includes/discovery/cisco-cbqos.inc.php +7 -7
M includes/discovery/cisco-cef.inc.php +1 -1
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/inventory/dell-rac-mib.inc.php -2
M includes/discovery/inventory/e7-calix-mib.inc.php +2 -4
M includes/discovery/inventory/foundry-sn-agent-mib.inc.php +3 -5
M includes/discovery/inventory/geist-mib-v3.inc.php +2 -4
M includes/discovery/inventory/host-resources-mib.inc.php -2
M includes/discovery/inventory/juniper-mib.inc.php +2 -4
M includes/discovery/inventory/mikrotik-mib.inc.php +1 -5
M includes/discovery/inventory/oneaccess-sys-mib.inc.php +1 -3
M includes/discovery/inventory/timetra-chassis-mib.inc.php -2
M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php -4
M includes/discovery/ip-addresses/ciscosb-ipv6.inc.php -1
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php -1
M includes/discovery/ip-addresses/ip-mib.inc.php +1 -3
M includes/discovery/ip-addresses/ipv6-mib.inc.php -2
M includes/discovery/junose-atm-vp.inc.php +1 -1
M includes/discovery/mac-accounting.inc.php +6 -4
M includes/discovery/neighbours/alcatel-ind1-interswitch-protocol-mib.inc.php +1 -3
M includes/discovery/neighbours/cisco-cdp-mib.inc.php +2 -4
M includes/discovery/neighbours/fastpath-isdp-mib.inc.php -2
M includes/discovery/neighbours/foundry-sn-switch-group-mib.inc.php +1 -3
M includes/discovery/neighbours/lldp-mib.inc.php +3 -5
M includes/discovery/neighbours/mikrotik-mib.inc.php -2
M includes/discovery/neighbours/ospf-mib.inc.php +1 -2
M includes/discovery/ports-stack.inc.php +13 -13
M includes/discovery/ports.inc.php +1 -1
M includes/discovery/printersupplies/printer-mib.inc.php +2 -4
📈 1,245 added
📉 1,617 removed
Improved detect Cisco IronPort devices.
M includes/definitions/os.inc.php +2 -1
M includes/polling/os/asyncos.inc.php +8 -9
📈 10 added
📉 10 removed
Added basic Iskratel devices support. Fixed some os definitions. Updated (added hidpi) multiple os icons.
Showing the first 30 paths; 63 more are omitted from this static page.
A html/images/os/apple_2x.png +1
M html/images/os/apple.png ±0
A html/images/os/archlinux_2x.png +1
M html/images/os/archlinux.png ±0
A html/images/os/axis_2x.png +1
M html/images/os/axis.png ±0
A html/images/os/brother_2x.png +1
M html/images/os/brother.png ±0
A html/images/os/cambium_2x.png +1
M html/images/os/cambium.png ±0
A html/images/os/canon_2x.png +1
M html/images/os/canon.png ±0
A html/images/os/cloudlinux_2x.png +1
M html/images/os/cloudlinux.png ±0
A html/images/os/ddwrt_2x.png +1
M html/images/os/ddwrt.png ±0
A html/images/os/develop_2x.png +1
A html/images/os/develop.png +1
A html/images/os/dragonfly_2x.png +1
M html/images/os/dragonfly.png ±0
A html/images/os/eltek_2x.png +1
M html/images/os/eltek.png ±0
A html/images/os/eltex_2x.png +1
A html/images/os/eltex.png +1
A html/images/os/epson_2x.png +1
M html/images/os/epson.png ±0
A html/images/os/fedora_2x.png +1
M html/images/os/fedora.png ±0
A html/images/os/gentoo_2x.png +1
M html/images/os/gentoo.png ±0
📈 62 added
📉 19 removed
Fixed Aethra devices logo and os name.
M html/images/os/aethra_2x.png ±0
M html/images/os/aethra.png ±0
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +2
M includes/discovery/sensors/juniper-dom-mib.inc.php +4 -4
A includes/discovery/sensors/juniper-ifoptics-mib.inc.php +109
📈 121 added
📉 4 removed
Sensor type energy removed (will be born as counter later). Added volume sensor.
D html/includes/graphs/sensor/energy.inc.php -34
A html/includes/graphs/sensor/volume.inc.php +34
M includes/definitions/sensors.inc.php +2 -2
M includes/discovery/sensors/hwg-pwr-mib.inc.php +3 -1
📈 39 added
📉 37 removed
Added basic support for Aethra devices. Added discovery sensors by
HWG-PWR-MIB . Added energy (Wh) sensor type.
A html/images/os/aethra_2x.png +1
A html/images/os/aethra.png +1
M html/includes/entities/sensor.inc.php +7 -73
A html/includes/graphs/sensor/energy.inc.php +34
M includes/common.inc.php +35 -6
M includes/definitions/mibs.inc.php +30 -12
M includes/definitions/os.inc.php +38 -3
M includes/definitions/sensors.inc.php +24 -22
A includes/discovery/mempools/aethra-mib.inc.php +26
A includes/discovery/sensors/hwg-pwr-mib.inc.php +98
A includes/polling/mempools/aethra-mib.inc.php +17
A includes/polling/os/aethra.inc.php +42
A mibs/aethra
A mibs/aethra/AETHRA-MIB +1,758
M mibs/ibm/IMM-MIB +3,170 -109
📈 351 added
📉 116 removed
Do not poll HC counters (with option separate_walk) for devices with SNMP v1.
M includes/polling/ports.inc.php +24 -5
📈 24 added
📉 5 removed
Don't allow invalid port status into the database.
M includes/polling/ports.inc.php +11
📈 11 added
📉 0 removed
Also fix bandwidth graphs
M html/bandwidth-graph.php +7
📈 7 added
📉 0 removed
Workaround for missing GD function on Ubuntu (and others?) for jpgraph.
M html/billing-graph.php +8
📈 8 added
📉 0 removed
Improve billing calculation tool output.
M billing-calculate.php +29 -3
📈 29 added
📉 3 removed
Apparently, INT(20) is NOT the same as BIGINT(20). MySQL, it's faaaaantastic.
📈 0 added
📉 0 removed
Fixed billing bug (accidentally putting in averaged into out field!) add sorting to alert table. show f5 load balancer pool.
M html/includes/print/alert.inc.php +12 -1
M html/pages/bill/infoboxes.inc.php +1
M html/pages/device/loadbalancer/lb_virtuals.inc.php +1 -4
M includes/billing.inc.php +2 -2
📈 16 added
📉 7 removed
Fixed db index for mysql 5.1, updated initial db schema to latest. Small cleanups.
M includes/discovery/processors/cisco-process-mib.inc.php +2 -1
M includes/functions.inc.php +1 -1
M update/299.sql +7 -7
A update/300.sql +2
M update/db_schema_mysql.sql +412 -114
📈 3 added
📉 2 removed
Multiple improvements. Fix graphing for rrdtool 1.6. Update several tables. Add new port alerting metrics. Add new metrics to ports table.
Showing the first 30 paths; 43 more are omitted from this static page.
M html/css/bootstrap-hacks.css +9
M html/includes/graphs/altiga_ssl_sessions.inc.php +4 -4
D html/includes/graphs/device/agent.inc.php -38
M html/includes/graphs/device/cras_sessions.inc.php +6 -6
D html/includes/graphs/device/fdb_count.inc.php -45
M html/includes/graphs/device/imagingdrums.inc.php +1 -1
M html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php +5 -5
M html/includes/graphs/device/ipsystemstats_ipv4.inc.php +5 -5
M html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +5 -5
M html/includes/graphs/device/ipsystemstats_ipv6.inc.php +5 -5
M html/includes/graphs/device/ipSystemStats.inc.php +10 -10
M html/includes/graphs/device/netscalersvc.inc.php +10 -4
M html/includes/graphs/device/netstat_ip_frag.inc.php +6 -6
M html/includes/graphs/device/printersupplies.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/diskio/stat.inc.php +21 -18
M html/includes/graphs/generic_data.inc.php +4 -4
M html/includes/graphs/generic_definition.inc.php +9 -7
M html/includes/graphs/generic_duplex.inc.php +3 -3
M html/includes/graphs/generic_multi_bits_separated.inc.php +6 -6
M html/includes/graphs/generic_multi_bits.inc.php +2 -2
M html/includes/graphs/generic_multi_data.inc.php +2 -2
M html/includes/graphs/generic_simplex.inc.php +4 -4
M html/includes/graphs/mempool/usage.inc.php +2 -2
M html/includes/graphs/multi-port/bits_duo.inc.php +6 -6
M html/includes/graphs/multi-port/bits_trio.inc.php +9 -9
M html/includes/graphs/netscalersvc/reqs.inc.php +1 -1
M html/includes/graphs/netscalervsvr/hitmiss.inc.php +4 -4
M html/includes/graphs/netscalervsvr/reqs.inc.php +1 -1
📈 506 added
📉 346 removed
Disabled force separate_walk option for NX-OS. Small wui fixes.
M html/pages/devices.inc.php +7 -2
M html/pages/front/default.php +1 -1
M includes/definitions/os.inc.php +1 -1
📈 9 added
📉 4 removed
Minor: make get_dir_size() more resilient against unreadable directories
M includes/common.inc.php +11 -1
📈 11 added
📉 1 removed
M includes/functions.inc.php +3 -2
📈 3 added
📉 2 removed
Minor F5 fix.
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +9 -8
📈 9 added
📉 8 removed
Fix alert duration.
M includes/alerts.inc.php +1 -1
📈 1 added
📉 1 removed
Further changes to ports table. Re-add errors delta. Table modifications for F5.
M includes/definitions/os.inc.php +10 -2
M includes/polling/ports.inc.php +6 -1
A update/298.sql +6
📈 16 added
📉 3 removed
Add stats.
M includes/versioncheck.inc.php +5
📈 5 added
📉 0 removed
Add icon for hwg and use for hwg-pwr
A html/images/os/hwg_2x.png +1
A html/images/os/hwg.png +1
M includes/definitions/os.inc.php +3
📈 3 added
📉 0 removed
Fix drawing line after AREA for definition-based graphs.
M html/includes/graphs/generic_definition.inc.php +3 -2
📈 3 added
📉 2 removed
Disable PAgP polling, while not moved to new polling style.
M includes/polling/ports.inc.php +7 -3
📈 7 added
📉 3 removed
Merge ports and ports-state tables. Remove -delta fields, remove pagp fields.
M check-services.php +2 -2
M html/api/includes/ports.inc.php +2 -2
M html/includes/cache-data.inc.php +2 -1
M html/includes/print/logalert.inc.php +1 -1
M html/includes/print/status.inc.php +2 -2
M html/pages/device/port.inc.php +1 -1
M html/pages/device/ports.inc.php +2 -2
M html/pages/ports.inc.php +1 -1
M html/pages/ports/list.inc.php +2 -2
M html/pages/services.inc.php +33 -2
M includes/common.inc.php +3 -2
M includes/definitions/entities.inc.php +1 -1
M includes/definitions/os.inc.php +8
M includes/polling/aruba-controller.inc.php +5
M includes/polling/ports.inc.php +17 -12
M includes/syslog.inc.php +9 -73
M irc.php +1 -1
M syslog.php +3
A update/297.sql +4
📈 95 added
📉 105 removed
Added detect EFI Fiery Print Controller.
A html/images/os/efi_2x.png +1
A html/images/os/efi.png +1
M includes/definitions/os.inc.php +9 -1
📈 9 added
📉 1 removed
Fixed form elements (input, button) padding and height for align between themselves.
M html/css/bootstrap-hacks.css +6 -2
M html/css/bootstrap.css +2 -2
M html/css/bootstrap/less/forms.less +3 -1
M html/css/bootstrap/less/variables3.less +1 -1
📈 0 added
📉 0 removed
Improved devices page pagination.
M html/includes/functions.inc.php +3 -3
M html/pages/devices.inc.php +19 -7
M html/pages/devices/basic.inc.php +2 -5
M html/pages/devices/detail.inc.php +5 -3
M html/pages/devices/status.inc.php +2 -2
📈 31 added
📉 20 removed
Remove debugging.
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php -2
📈 0 added
📉 2 removed
Improve F5 virtuals table and polling.
M html/pages/device/loadbalancer/lb_virtuals.inc.php +206 -267
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +20 -16
📈 226 added
📉 283 removed
Add support for pool members to F5 BigIP support.
M html/pages/device/loadbalancer/lb_virtuals.inc.php +94 -12
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +150 -9
A update/296.sql +2
📈 244 added
📉 21 removed
Add pagination to device's page
M html/pages/devices.inc.php +13
📈 13 added
📉 0 removed
Improve config variables and remove simple api link. Filter out some worthless memory pools from host-resources-mib, create calculated pool from ucd-snmp-mib.
M html/includes/navbar.inc.php +2
M includes/config-variables.inc.php +18 -4
M includes/defaults.inc.php +5
M includes/definitions/os.inc.php +1
M includes/discovery/mempools/host-resources-mib.inc.php +2
A includes/discovery/mempools/ucd-snmp-mib.inc.php +33
M includes/include-dir-mib.inc.php +1 -2
A includes/polling/mempools/ucd-snmp-mib.inc.php +9
📈 71 added
📉 6 removed
Minor fixes
M housekeeping.php -2
M html/pages/alert_checks.inc.php +1 -1
M html/pages/contacts.inc.php +1 -1
📈 2 added
📉 4 removed
Add some additional settings to the settings ui. FRUIT FLAVOURED ALERT STATUSES.
M housekeeping.php +2
M html/css/bootstrap.css +16 -8
M html/css/bootstrap/less/labels3.less +5
M html/css/bootstrap/less/variables3.less +2 -1
M html/pages/alert_checks.inc.php +1 -1
M html/pages/settings.inc.php +1 -1
M html/pages/settings/default.inc.php +1 -1
M includes/config-variables.inc.php +23
M includes/rewrites.inc.php +3 -3
📈 31 added
📉 6 removed
Make boxes slightly prettier.
M html/css/bootstrap.css +116 -116
M html/css/bootstrap/less/alerts.less +3 -3
M html/css/bootstrap/less/boxes.less +10
M html/css/bootstrap/less/variables3.less +7
📈 0 added
📉 0 removed
NBSP
M html/includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Temporarily hide count on non lg screen size.
M html/includes/functions.inc.php +5 -5
M html/includes/print/alert_log.inc.php +1 -1
M html/includes/print/logalert.inc.php +1 -1
📈 7 added
📉 7 removed
Fix styling of pagination.
M html/css/bootstrap-hacks.css +4
M html/includes/functions.inc.php +6 -1
M html/includes/print/search.inc.php +1
📈 7 added
📉 1 removed
Pagination -> drop shadow
M html/css/bootstrap.css +21 -23
M html/css/bootstrap/less/pagination.less +12 -7
📈 0 added
📉 0 removed
Fix some table layouts. Fix icon spacing on js-generated dropdowns.
M html/css/bootstrap-hacks.css +9
M html/pages/alert_check.inc.php +1 -1
M html/pages/syslog_rules.inc.php +4 -4
📈 5 added
📉 5 removed
Add ability to add/edit syslog rules. Syslog.php now automatically reloads rules on change. Remove erroneous entries from ipv4/ipv6 tables.
M html/css/bootstrap-hacks.css +7
A html/images/os/moxa_2x.png +1
M html/includes/alerting-navbar.inc.php +26
M html/pages/add_syslog_rule.inc.php +3 -1
M html/pages/syslog_rules.inc.php +112 -3
M includes/config-variables.inc.php +27
M includes/syslog.inc.php +37
M syslog.php +22 -32
A update/295.sql +6
📈 227 added
📉 36 removed
Improve ipsec polling and ui slightly.
M html/pages/alert_maintenance.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +29 -11
M html/pages/syslog_rules.inc.php +3
M includes/polling/cipsec-tunnels.inc.php +50 -17
📈 83 added
📉 29 removed
Improve contact boxes when no contacts are assigned.
M html/css/bootstrap-hacks.css +5
M html/pages/contact.inc.php +13 -8
📈 13 added
📉 8 removed
Improve pagerduty output.
M includes/alerting/pagerduty.inc.php +2 -2
📈 2 added
📉 2 removed
Additional images, update pagerduty code.
M html/images/os/moxa.png ±0
A html/images/os/zyxel_2x.png +1
M html/images/os/zyxel.png ±0
M includes/alerting/pagerduty.inc.php +2 -2
📈 2 added
📉 2 removed
Update BDCOM logo.
A html/images/os/bdcom_2x.png +1
M html/images/os/bdcom.png ±0
📈 0 added
📉 0 removed
M includes/definitions/os.inc.php +1
M includes/discovery/functions.inc.php +7 -3
A includes/discovery/processors/isilon-mib.inc.php +54
M includes/polling/processors.inc.php +2 -3
📈 64 added
📉 6 removed
Add support for Lenovo IMM including
sysObjectID discovery and logo.
A html/images/os/lenovo_2x.png +1
A html/images/os/lenovo.png +1
M html/pages/front/default.php +1 -1
M includes/definitions/mibs.inc.php +10
M includes/definitions/os.inc.php +3 -3
A mibs/lenovo/IMM-MIB +11,679
📈 14 added
📉 4 removed
Fix grammar.
M includes/polling/ports.inc.php +3 -3
📈 3 added
📉 3 removed
Minor layout improvement for short-form syslogs (apply priority label style to program)
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added
📉 1 removed
Improve F5 poller output.
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +43 -4
📈 43 added
📉 4 removed
Add support for Eaton ePDUs including input and output sensors (no groups and no output power yet)
A html/images/os/eaton_2x.png +1
M html/images/os/eaton.png ±0
A html/includes/graphs/sensor/crestfactor.inc.php +38
A html/includes/graphs/sensor/powerfactor.inc.php +38
M includes/definitions/mibs.inc.php +52
M includes/definitions/os.inc.php +12
M includes/definitions/sensors.inc.php +20 -18
A includes/discovery/sensors/eaton-epdu-mib.inc.php +194
A includes/polling/os/eaton-epdu.inc.php +30
📈 384 added
📉 18 removed
Fixed Raritan MIBs place.
M includes/definitions/mibs.inc.php +2 -2
D mibs/PDU-MIB -4,731
D mibs/PDU2-MIB -7,744
A mibs/raritan
A mibs/raritan/PDU-MIB +4,801
A mibs/raritan/PDU2-MIB +7,816
M mibs/sonicwall/SONICWALL-FIREWALL-IP-STATISTICS-MIB +453 -16
M mibs/sonicwall/SONICWALL-FIREWALL-TRAP-MIB +2,230 -26
📈 2 added
📉 2 removed
Prevent unexpected script messages before and instead app identification.
M scripts/agent-local/mysql +5 -1
📈 5 added
📉 1 removed
Add support for raritan px2 devices, including sensors from
PDU2-MIB . Add updated Eaton EPDU MIB.
M includes/definitions/mibs.inc.php +35 -3
M includes/definitions/os.inc.php +1
A includes/discovery/sensors/pdu2-mib.inc.php +145
M mibs/eaton/EATON-EPDU-MIB +623 -108
M mibs/eaton/EATON-OIDS -1
A mibs/PDU2-MIB +7,816
📈 181 added
📉 3 removed
Add basic Ceragon detection. No bulk support.
A html/images/os/ceragon_2x.png +1
A html/images/os/ceragon.png +1
M includes/definitions/mibs.inc.php +8
M includes/definitions/os.inc.php +11
A mibs/ceragon
A mibs/ceragon/CERAGON-MIB +19,372
📈 19 added
📉 0 removed
Clean up syslog alerting terminology. Rename syslog alerting db tables.
M html/includes/alerting-navbar.inc.php +3 -3
M html/includes/navbar.inc.php +2 -2
M html/includes/print/logalert.inc.php +5 -5
D html/pages/add_alertlog_rule.inc.php -150
A html/pages/add_syslog_rule.inc.php +150
M html/pages/contact.inc.php +2 -2
D html/pages/logalerts_rules.inc.php -86
D html/pages/logalerts.inc.php -21
A html/pages/syslog_alerts.inc.php +21
A html/pages/syslog_rules.inc.php +86
M includes/alerts.inc.php +1 -1
M includes/definitions.inc.php +1 -1
M includes/definitions/wui.inc.php +1 -1
M includes/syslog.inc.php +4 -4
M syslog.php +3 -3
A update/294.sql +4
📈 279 added
📉 279 removed
Improve compatibility of postgres collector script (collect 8.x now too)
M scripts/agent-local/postgresql.pl +11 -4
📈 11 added
📉 4 removed
Improve F5 BigIP support. Add new table for load balancer pools. Add two new DS to
clientSsl .rrd. Fix alerter text output to not claim it's discovery!
M alerter.php +2 -2
M html/pages/device/loadbalancer/lb_virtuals.inc.php +63 -28
M includes/definitions/graphtypes.inc.php +3 -3
M includes/definitions/mibs.inc.php +4
M includes/definitions/os.inc.php +1 -1
A includes/discovery/inventory/f5-bigip-system-mib.inc.php +271
M includes/discovery/sensors/f5-bigip-system-mib.inc.php +19 -49
A includes/discovery/status/f5-bigip-apm-mib.inc.php +29
M includes/polling/graphs/f5-bigip-system-mib/clientSslStats.inc.php +2
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +69
M includes/polling/os/f5.inc.php +11 -1
A update/292.sql +1
A update/293.php +35
📈 509 added
📉 84 removed
Add ability to suppress the Y scale on graphs (yscale=none)
M html/includes/graphs/common.inc.php +1
📈 1 added
📉 0 removed
June 2016
Fixed display dropdown syslog rule associations for contact.
M html/pages/contact.inc.php +2
📈 2 added
📉 0 removed
Fixed inial db schema install if mysql executable not found in a standard location.
M includes/update/update.php +3 -6
📈 3 added
📉 6 removed
Added locked notification bit, for check if notification already in progress or has been sent.
M includes/alerts.inc.php +11
A update/291.sql +1
📈 11 added
📉 0 removed
Don't re-locate with custom coords.
M includes/polling/system.inc.php +4 -2
📈 4 added
📉 2 removed
Fixed observium_attribs db table schema.
📈 0 added
📉 0 removed
More cleanups for update script output.
M includes/update/update.php +2 -2
M update/074.php +1 -3
M update/095.php +1 -3
M update/127.php +1 -3
M update/128.php +1 -3
M update/129.php +1 -3
M update/153.php +1 -3
M update/164.php +1 -1
M update/165.php +1 -1
M update/170.php +1 -3
M update/176.php +1 -3
M update/177.php +1 -3
M update/187.php +1 -3
M update/191.php +1 -3
M update/210.php -2
M update/212.php +1 -3
M update/256.php +2 -2
M update/257.php +4 -2
M update/258.php +1 -2
M update/260.php -2
M update/262.php +1 -2
M update/268.php +23 -2
M update/269.php +1 -2
M update/274.php +1 -2
M update/279.php -2
M update/280.php +2 -1
M update/282.php +22 -2
M update/284.php +1 -3
M update/285.php -2
M update/288.php +1 -3
📈 75 added
📉 71 removed
Improved update script progress output.
M includes/update/update.php +13 -5
📈 13 added
📉 5 removed
Small optimization for alter syslog table in update (no functional changes).
📈 0 added
📉 0 removed
Fixed broken regexps by cleanup script (again, apear in r7279).
M includes/templates.inc.php +2 -2
A tests/templates/observium_notification
A tests/templates/observium_notification/observium_notification.json +1
A tests/templates/observium_notification/observium_notification.mustache +31
A tests/templates/observium_notification/observium_notification.txt +8
📈 41 added
📉 2 removed
Added notifications queue. Added ability to send syslog alerts. Added WUI for associate syslog rules with contacts. Some small WUI improvements.
Added ability for collect syslog entries from unknown hosts and use host translations in config (this ability still WIP!).
M alerter.php +1
M html/includes/print/alert_log.inc.php +6 -1
M html/includes/print/logalert.inc.php +15 -4
M html/pages/add_alertlog_rule.inc.php +73 -89
M html/pages/contact.inc.php +169 -67
M html/pages/group.inc.php +1 -1
M html/pages/groups_regenerate.inc.php +8 -9
M html/pages/logalerts_rules.inc.php +2 -2
M includes/alerting/clickatell.inc.php +1 -1
M includes/alerting/email.inc.php +2 -2
M includes/alerting/hipchat.inc.php +1 -1
M includes/alerting/messagebird.inc.php +1 -1
M includes/alerting/pushover.inc.php +1 -1
M includes/alerting/redoxygen.inc.php +1 -1
M includes/alerting/slack.inc.php +4 -4
M includes/alerting/telegram.inc.php +3 -2
M includes/alerting/webhook.inc.php +1 -1
M includes/alerting/xmpp.inc.php +1 -1
M includes/alerts.inc.php +229 -63
M includes/config-variables.inc.php +41
M includes/defaults.inc.php +12 -7
M includes/definitions/transports.inc.php +22 -17
M includes/definitions/wui.inc.php +2
M includes/syslog.inc.php +190 -33
M includes/templates/notification/email_html.tpl +2
M includes/templates/notification/email_text.tpl +2
M includes/templates/notification/telegram_text.tpl +6
M syslog.php +9 -2
M tests/IncludesFunctionsTest.php +1
A update/289.sql +9
📈 807 added
📉 310 removed
Add missing script :D
A scripts/add_ds_to_rrd.pl +87
📈 87 added
📉 0 removed
Added check php option allow_url_fopen and ssl extension exist in get_http_request().
M includes/common.inc.php +17 -3
📈 17 added
📉 3 removed
Extend collection/graphing of Netscaler
nsHttpStatsGroup . Adds and renames DS in RRD.
M includes/definitions/graphtypes.inc.php +19 -2
M includes/polling/graphs/ns-root-mib/nsHttpStatsGroup.inc.php +7 -2
M includes/rrdtool.inc.php +45
M mibs/citrix/NS-ROOT-MIB +1 -1
A update/288.php +40
📈 111 added
📉 4 removed
Added store poller-wrapper stats into DB. Fixed average graph for distributed poller wrapper. (No wui and graphs additions)
M includes/polling/os/poweralert.inc.php +2 -4
M poller-wrapper.py +122 -21
📈 124 added
📉 25 removed
Fixed current output sensor scale for Tripp Lite PDUs.
M includes/discovery/sensors/ups-mib.inc.php +7 -4
M includes/polling/os/poweralert.inc.php +13 -7
M mibs/tripplite/TRIPPLITE-MIB +528 -324
📈 20 added
📉 11 removed
Fix 1wire sensors on teracom.
M includes/discovery/sensors/teracom-mib.inc.php +4 -2
📈 4 added
📉 2 removed
Added options to poller wrapper: -i (instances) and -n (instance number). This is same options as in poller.php.
Note, total poller wrapper time will incorrect with multiple instances.
M includes/polling/ports/netapp-mib.inc.php +5 -4
M poller-wrapper.py +30 -11
M poller.php +11 -4
📈 46 added
📉 19 removed
Added basic detect for
jetNexus and Fastback devices.
A html/images/os/fastback_2x.png +1
A html/images/os/fastback.png +1
A html/images/os/jetnexus_2x.png +1
A html/images/os/jetnexus.png +1
A html/images/os/quanta_2x.png +1
A html/images/os/quanta.png +1
M includes/definitions/mibs.inc.php +19
M includes/definitions/os.inc.php +18
M includes/discovery/os/linux.inc.php +6
A includes/polling/os/jetnexus-lb.inc.php +25
A includes/polling/os/liberator.inc.php +28
📈 96 added
📉 0 removed
Added fastback and jetnexus mibs.
A mibs/fastback
A mibs/fastback/SUB10SYSTEMS-MIB +9,150
A mibs/fastback/V320-MIB +178
A mibs/jetnexus
A mibs/jetnexus/JETNEXUS-MIB +376
📈 0 added
📉 0 removed
Fixed pollerlog graph.
M includes/rrdtool.inc.php +5 -5
📈 5 added
📉 5 removed
Fix asterisk agent poller bug.
M includes/polling/applications/asterisk.inc.php +3 -3
📈 3 added
📉 3 removed
Improved support for Isilon OneFS, added sensors discovery.
A html/images/os/isilon_2x.png +1
M html/images/os/isilon.png ±0
M includes/definitions/mibs.inc.php +45 -9
M includes/definitions/os.inc.php +1
A includes/polling/os/onefs.inc.php +39
M mibs/isilon/ISILON-MIB +385 -40
A mibs/isilon/ISILON-TRAP-MIB +2,194
📈 85 added
📉 9 removed
Fixed delete rrd dir, when delete device from DB. Some forgotten changes.
M delete_device.php +6 -1
M html/pages/delhost.inc.php +3 -2
M includes/functions.inc.php +73 -11
M includes/rrdtool.inc.php +16 -6
📈 98 added
📉 20 removed
Added dell mibs.
A mibs/dell/DELL-NETWORKING-BGP4-V2-MIB +4,116
A mibs/dell/DELL-NETWORKING-BMP-MIB +138
A mibs/dell/DELL-NETWORKING-BPSTATS-MIB +936
A mibs/dell/DELL-NETWORKING-CHASSIS-MIB +2,885
A mibs/dell/DELL-NETWORKING-COPY-CONFIG-MIB +563
A mibs/dell/DELL-NETWORKING-DCB-MIB +1,609
A mibs/dell/DELL-NETWORKING-FIB-MIB +513
A mibs/dell/DELL-NETWORKING-FIPSNOOPING-MIB +1,583
A mibs/dell/DELL-NETWORKING-FPSTATS-MIB +2,367
A mibs/dell/DELL-NETWORKING-IF-EXTENSION-MIB +594
A mibs/dell/DELL-NETWORKING-ISIS-MIB +282
A mibs/dell/DELL-NETWORKING-LINK-AGGREGATION-MIB +960
A mibs/dell/DELL-NETWORKING-OPENFLOW-MIB +1,049
A mibs/dell/DELL-NETWORKING-PRODUCTS-MIB +359
A mibs/dell/DELL-NETWORKING-SMI +82
A mibs/dell/DELL-NETWORKING-SYSTEM-COMPONENT-MIB +695
A mibs/dell/DELL-NETWORKING-TC +614
A mibs/dell/DELL-NETWORKING-TRAP-EVENT-MIB +444
A mibs/dell/DELL-NETWORKING-VIRTUAL-LINK-TRUNK-MIB +899
M mibs/dell/Dell-Vendor-MIB +48 -4
📈 0 added
📉 0 removed
Added support for Dell/Force10 NOS with firmware
9.10 and above, added support for processors/mempools/sensors by
DELL-NETWORKING-CHASSIS-MIB .
M includes/definitions/mibs.inc.php +18 -3
M includes/definitions/os.inc.php +7 -5
A includes/discovery/mempools/dell-networking-chassis-mib.inc.php +56
M includes/discovery/mempools/f10-s-series-chassis-mib.inc.php +1 -2
A includes/discovery/processors/dell-networking-chassis-mib.inc.php +47
A includes/discovery/sensors/dell-networking-chassis-mib.inc.php +163
A includes/polling/mempools/dell-networking-chassis-mib.inc.php +30
M includes/polling/mempools/f10-s-series-chassis-mib.inc.php +13 -4
M includes/polling/os/ftos.inc.php +43 -1
M includes/rewrites.inc.php +27 -1
📈 405 added
📉 16 removed
Correct unit for timeshifted temperature graphs.
M html/includes/graphs/sensor/temperature.inc.php +3 -3
📈 3 added
📉 3 removed
Add support for HP Unified Wired-WLAN Appliance
M includes/definitions/mibs.inc.php +12
M includes/definitions/os.inc.php +13
M includes/discovery/inventory/entity-mib.inc.php +8
A includes/discovery/mempools/hpn-icf-entity-ext-mib.inc.php +48
A includes/discovery/processors/hpn-icf-entity-ext-mib.inc.php +39
A includes/discovery/sensors/hpn-icf-entity-ext-mib.inc.php +75
A includes/polling/mempools/hpn-icf-entity-ext-mib.inc.php +30
M includes/polling/os.inc.php +1 -1
A includes/polling/os/hpuww.inc.php +29
A includes/polling/wifi/hpn-icf-dot11-acmt-mib.inc.php +17
📈 272 added
📉 1 removed
derp, missing change
M includes/rewrites.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed parse port
ifDescr on some Juniper routers.
M includes/rewrites.inc.php +2
📈 2 added
📉 0 removed
Add support for Rital CMC III and improve existing Rital support.
M includes/definitions/mibs.inc.php +19 -5
M includes/definitions/os.inc.php +21 -3
A includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +83
M includes/discovery/sensors/rittal-cmc-tc-mib.inc.php +35 -9
📈 158 added
📉 17 removed
Add stack mib to hh3c os type.
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Add support for HH3C Stack member status.
M includes/definitions/mibs.inc.php +12
A includes/discovery/status/hh3c-stack-mib.inc.php +29
📈 41 added
📉 0 removed
Several HTML and other minor fixes.
M html/includes/entities/mempool.inc.php +1 -1
M html/includes/entities/port.inc.php +4 -4
M html/includes/entities/printersupply.inc.php +3 -3
M html/includes/panels/default.inc.php -4
M html/includes/print/inventory.inc.php +22 -16
M html/includes/print/rows.inc.php +1 -1
M html/pages/alert_check.inc.php +3 -3
M html/pages/alerts.inc.php +1 -1
M html/pages/contact.inc.php +1 -1
M html/pages/customoids.inc.php +4 -3
M html/pages/device/apps/mssql/memory.inc.php +1 -1
M html/pages/device/edit/graphs.inc.php +1 -1
M html/pages/device/entphysical.inc.php -2
M html/pages/device/graphs.inc.php +4 -2
M html/pages/device/overview-normal.inc.php +1 -1
M html/pages/device/overview/information.inc.php +1 -5
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +2
M html/pages/graphs.inc.php +2 -2
M html/pages/group.inc.php +2 -2
M html/pages/groups.inc.php +1 -1
M html/pages/neighbours.inc.php +6 -3
M html/pages/routing/vrf.inc.php +6 -2
M includes/definitions.inc.php +1 -1
M includes/definitions/apps.inc.php +2
M includes/definitions/rewrites.inc.php +1
M includes/rewrites.inc.php +1 -1
📈 73 added
📉 62 removed
M includes/definitions/mibs.inc.php +13
M includes/definitions/os.inc.php +1
M includes/discovery/functions.inc.php +7 -7
M includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +54 -7
M includes/polling/os/ftos.inc.php +37 -12
📈 112 added
📉 26 removed
get_vars() prevent pass <script> html tags inside variables. Escape timestamps for datetime fields.
M html/includes/functions.inc.php +28
M html/includes/print/search.inc.php +5 -5
M html/js/observium.js +2
📈 33 added
📉 5 removed
M includes/definitions/mibs.inc.php +6
📈 6 added
📉 0 removed
Some more hidpi os icons.
M html/images/os/accedian_2x.png ±0
M html/images/os/accedian.png ±0
M html/images/os/alliedtelesis_2x.png ±0
M html/images/os/alliedtelesis.png ±0
A html/images/os/broadcom_2x.png +1
M html/images/os/broadcom.png ±0
A html/images/os/cisco-old_2x.png +1
M html/images/os/cisco-old.png ±0
A html/images/os/citrix_2x.png +1
M html/images/os/citrix.png ±0
A html/images/os/extreme_2x.png +1
M html/images/os/extreme.png ±0
📈 0 added
📉 0 removed
Unblacklist hidpi img zoom factor for Firefox 47 and higher.
M html/includes/functions.inc.php +3 -2
📈 3 added
📉 2 removed
Fix showing correct friendly name for graph on group navbar.
M html/pages/group.inc.php +4 -4
📈 4 added
📉 4 removed
Improved detect Samsung printers. Fixed display OS icon for some printers.
M includes/definitions/os.inc.php +10 -4
M includes/polling/os/printer.inc.php +57 -22
📈 67 added
📉 26 removed
Added MIBs files (quanta, vutlan).
Showing the first 30 paths; 17 more are omitted from this static page.
A mibs/dell/DELL-WLAN-MIB +143
M mibs/netapp/NETAPP-MIB +148 -8
A mibs/quanta
A mibs/quanta/DENIALOFSERVICE-PRIVATE-MIB +293
A mibs/quanta/DHCPCLIENT-PRIVATE-MIB +186
A mibs/quanta/DOT1X-ADVANCED-FEATURES-MIB +313
A mibs/quanta/DOT1X-AUTHENTICATION-SERVER-MIB +125
A mibs/quanta/DVMRP-STD-MIB +751
A mibs/quanta/INVENTORY-MIB +1,302
A mibs/quanta/IPV6-LOOPBACK-MIB +102
A mibs/quanta/IPV6-TUNNEL-MIB +244
A mibs/quanta/KEYING-PRIVATE-MIB +126
A mibs/quanta/LAG-MIB +1,303
A mibs/quanta/LOGGING-MIB +901
A mibs/quanta/LOOPBACK-MIB +118
A mibs/quanta/MGMT-SECURITY-MIB +236
A mibs/quanta/MULTICAST-MIB +1,654
A mibs/quanta/OUTBOUNDSSH-PRIVATE-MIB +74
A mibs/quanta/OUTBOUNDTELNET-PRIVATE-MIB +74
A mibs/quanta/PFC-MIB +213
A mibs/quanta/PORTSECURITY-PRIVATE-MIB +269
A mibs/quanta/QOS-ACL-MIB +1,694
A mibs/quanta/QOS-AUTOVOIP-MIB +116
A mibs/quanta/QOS-COS-MIB +1,334
A mibs/quanta/QOS-DIFFSERV-PRIVATE-MIB +2,814
A mibs/quanta/QOS-ISCSI-MIB +338
A mibs/quanta/QOS-MIB +38
A mibs/quanta/QUANTA-BGP-MIB +729
A mibs/quanta/QUANTA-OPENFLOW-PRIVATE-MIB +358
A mibs/quanta/QUANTA-SWITCH-MIB +61
📈 0 added
📉 0 removed
Added Fan and PowerSupply status sensors for Juniper EX/MX by
JUNIPER-MIB .
M includes/definitions/mibs.inc.php +9
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-mib.inc.php +43 -3
📈 53 added
📉 4 removed
Partially functional WIP committal of syslog alerting. Currently no notification support pending notification system rewrite.
Showing the first 30 paths; 5 more are omitted from this static page.
M html/css/sprite.css +74 -70
M html/img/sprite.png ±0
A html/img/sprite/bell--plus.png +1
A html/img/sprite/clipboard--exclamation.png +1
A html/img/sprite/clipboard--pencil.png +1
A html/img/sprite/clipboard--plus.png +1
A html/img/sprite/clock--exclamation.png +1
A html/img/sprite/clock--minus.png +1
A html/img/sprite/clock--plus.png +1
A html/img/sprite/disk--arrow.png +1
A html/img/sprite/disk-black.png +1
A html/img/sprite/mail--plus.png +1
M html/includes/alerting-navbar.inc.php +15 -2
M html/includes/entities/netscalervsvr.inc.php +3 -3
M html/includes/functions.inc.php +2 -2
A html/includes/graphs/application/lvs_stats_common.inc.php +4
M html/includes/navbar.inc.php +20 -12
M html/includes/print/alert_log.inc.php +1
A html/includes/print/logalert.inc.php +187
M html/includes/print/syslogs.inc.php +1 -1
A html/pages/add_alertlog_rule.inc.php +166
M html/pages/device/alerts.inc.php +20 -1
M html/pages/device/edit/sensors.inc.php +3
M html/pages/device/logs.inc.php +11 -5
A html/pages/device/logs/logalert.inc.php +5
A html/pages/logalerts_rules.inc.php +86
A html/pages/logalerts.inc.php +21
M includes/definitions.inc.php +15 -10
M includes/definitions/rewrites.inc.php +1
M includes/polling/functions.inc.php +1 -1
📈 628 added
📉 42 removed
Fixed parse mysql ini files for unix-agent in php7.
M scripts/agent-local/mysql.cnf +13 -7
📈 13 added
📉 7 removed
Fixed array merge by reference.
M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed copy-paste mistake in Ports group navbar.
M html/includes/navbar.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/definitions/mibs.inc.php +26
M includes/definitions/os.inc.php +1
M includes/discovery/inventory/entity-mib.inc.php +1 -1
A includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +115
📈 143 added
📉 1 removed
May 2016
derp. fixed variable.
M includes/discovery/bgp-peers.inc.php +1 -1
📈 1 added
📉 1 removed
Allow disabling of re-notification by setting inverval to 0.
M includes/alerts.inc.php +3
📈 3 added
📉 0 removed
Always use BGP peer IP from index in
BGP4-MIB . Use peer IP, local IP and IP type from index if possible for vendor mibs.
M includes/definitions/mibs.inc.php +13
M includes/discovery/bgp-peers.inc.php +42 -30
M includes/functions.inc.php +113 -31
M includes/polling/bgp-peers.inc.php +35 -35
M tests/IncludesFunctionsTest.php +40
📈 243 added
📉 96 removed
Moved ADSL data/counter polling to mib based. Collect ADSL data also for VDSL ports.
M includes/definitions/mibs.inc.php +5
M includes/definitions/os.inc.php +1
D includes/polling/port-adsl.inc.php -134
M includes/polling/ports.inc.php +2 -38
A includes/polling/ports/adsl-line-mib.inc.php +43
A includes/polling/ports/adsl-line-mib.lib.php +134
📈 185 added
📉 172 removed
Fixed delete stale(duplicate) db entries for bgp-peers.
M includes/discovery/bgp-peers.inc.php +3
M includes/polling/bgp-peers.inc.php +6
📈 9 added
📉 0 removed
Minor: add vmware esx update level into version string
M includes/polling/os/vmware.inc.php +4 -2
📈 4 added
📉 2 removed
Added function is_bgp_peer_valid(), for simple check if BGP peer correct. Fixed discovery/polling incorrect (faulty) peers on some juniper devices.
M includes/common.inc.php +1
M includes/db.inc.php +9 -9
M includes/discovery/bgp-peers.inc.php +48 -26
M includes/functions.inc.php +26
M includes/polling/bgp-peers.inc.php +36 -22
📈 120 added
📉 57 removed
M includes/discovery/bgp-peers.inc.php +9 -9
M includes/polling/bgp-peers.inc.php +82 -14
📈 91 added
📉 23 removed
Set MySQLi as default (since mysql not exist in php7). Improved get_ip_version(), added unit test for it. Fixed run unit tests on php7. Fixed randomly happen issue with autoload classes on php7.
M includes/common.inc.php +6 -4
M includes/db.inc.php +2 -2
M includes/definitions.inc.php +3 -3
M includes/functions.inc.php +69 -21
M tests/IncludesCommonTest.php +1 -1
M tests/IncludesFunctionsTest.php +40
📈 121 added
📉 31 removed
Added basic support for Mimosa Backhaul devices.
A html/images/os/mimosa_2x.png +1
A html/images/os/mimosa.png +1
M includes/definitions/mibs.inc.php +8
M includes/definitions/os.inc.php +10
A includes/polling/os/mimosa-backhaul.inc.php +19
📈 37 added
📉 0 removed
Added Mimosa MIBs.
D mibs/liebert/XPPC-MIB -2,271
A mibs/mimosa
A mibs/mimosa/MIMOSA-NETWORKS-BASE-MIB +188
A mibs/mimosa/MIMOSA-NETWORKS-BFIVE-MIB +938
A mibs/rfc/XPPC-MIB +2,349
📈 0 added
📉 0 removed
Added ability for force discovery specific modules. Added force discovery if SLA or Pseudowires list changed on device.
M discovery.php +2 -1
M includes/discovery/functions.inc.php +15 -1
M includes/discovery/pseudowires/cisco-ietf-pw-mib.inc.php +7 -3
M includes/discovery/pseudowires/juniper-vpn-mib.inc.php +5 -3
M includes/polling/pseudowires.inc.php +17 -1
M includes/polling/sla.inc.php +19 -4
📈 65 added
📉 13 removed
Fixed DB schema for bgp-peers and cbqos. Do not count bgp-peers updates if changed only peer reverce dns name.
M includes/discovery/bgp-peers.inc.php +7 -1
A update/286.sql +2
📈 7 added
📉 1 removed
Added try/catch exception when load cli\Table class (randomly happen on php7).
M includes/functions.inc.php +11 -7
📈 11 added
📉 7 removed
Added discovery DOM sensors on Brocade devices by
FA-EXT-MIB . Slighly improved polling ports for Brocade nos devices.
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +3
A includes/discovery/sensors/fa-ext-mib.inc.php +105
M includes/polling/ports/sw-mib.inc.php +9 -6
M includes/rewrites.inc.php +2 -1
📈 125 added
📉 7 removed
M includes/definitions/mibs.inc.php +8
M includes/polling/os/vmware.inc.php +1 -1
📈 9 added
📉 1 removed
Fixed discovery Brocade processors by
SW-MIB (appear in r7839).
M includes/definitions/mibs.inc.php +1 -1
M includes/discovery/processors.inc.php +16 -1
M includes/polling/os/nos.inc.php +2 -1
M update/282.php +2 -2
A update/285.php +28
📈 49 added
📉 5 removed
Fixed discovery ports on some Liebert UPSes.
M alerts.php +1 -1
M includes/definitions/os.inc.php +2
M includes/discovery/ports.inc.php +6 -3
M includes/functions.inc.php +12 -2
M includes/rewrites.inc.php +12 -1
M includes/snmp.inc.php +1 -1
📈 34 added
📉 8 removed
Added/updated mibs (pananas, hikvision, avaya, trippline).
M mibs/avaya/G3-AVAYA-MIB +1,202 -24
M mibs/hikvision/HIKVISION-MIB +2 -2
A mibs/panasas
A mibs/panasas/PANASAS-BLADESET-MIB-V1 +233
A mibs/panasas/PANASAS-EVENTS-MIB-V1 +205
A mibs/panasas/PANASAS-HW-MIB-V1 +1,882
A mibs/panasas/PANASAS-MIBS-README +21
A mibs/panasas/PANASAS-NOTIFY-MIB-V1 +645
A mibs/panasas/PANASAS-PANFS-MIB-V1 +50
A mibs/panasas/PANASAS-PERFORMANCE-MIB-V1 +782
A mibs/panasas/PANASAS-ROOT-MIB +50
A mibs/panasas/PANASAS-SYSTEM-MIB-V1 +272
A mibs/panasas/PANASAS-TC-MIB +58
A mibs/panasas/PANASAS-VOLUMES-MIB-V1 +159
A mibs/panasas/panasasSnmpwalkEnterprise.debug +25,419
A mibs/tripplite
D mibs/TRIPPLITE-MIB -2,705
A mibs/tripplite/TRIPPLITE-MIB +3,856
📈 0 added
📉 0 removed
Added Hikvision DVR os definition.
A html/images/os/hikvision_2x.png +1
M html/images/os/hikvision.png ±0
M includes/definitions/os.inc.php +10 -1
📈 10 added
📉 1 removed
Fixed Fortigate and Dell Laser os definitions.
M includes/definitions/os.inc.php +8 -3
📈 8 added
📉 3 removed
Prevent open duplicate url when Ctrl/Meta key pressed.
M html/includes/entities/device.inc.php +4 -4
M html/includes/entities/port.inc.php +1 -1
M html/includes/print-accesspoint.inc.php +1 -1
M html/includes/print-interface-adsl.inc.php +1 -1
M html/includes/print/alert.inc.php +1 -1
M html/js/observium.js +20
M html/pages/device/routing/eigrp/ports.inc.php +1 -1
📈 9 added
📉 9 removed
Minor: set IPMI attribute on all baseboard management controllers
M includes/definitions/os.inc.php +6 -4
📈 6 added
📉 4 removed
Added support for Accedian Networks devices.
A html/images/os/accedian_2x.png +1
A html/images/os/accedian.png +1
M includes/definitions/mibs.inc.php +20
M includes/definitions/os.inc.php +9
M includes/discovery/sensors.inc.php +80
A includes/polling/os/acdos.inc.php +30
M includes/polling/sla.inc.php +1 -1
📈 140 added
📉 1 removed
Do not display big processors overview graph on non-unix.
M html/pages/device/overview.inc.php +2 -1
📈 2 added
📉 1 removed
Fixed display processors graphs on some Unix devices.
M html/css/bootstrap-hacks.css +6
M html/pages/device/overview.inc.php +1 -1
M html/pages/device/overview/processors-unix.inc.php +3 -3
M html/pages/device/overview/processors.inc.php +2 -2
📈 6 added
📉 6 removed
Minor: convert ipmi inclusion/exclusion to an os/group attribute for all Unix-like, Windows and Management Controller OSes
M html/pages/device/edit.inc.php +1 -1
M includes/definitions/os.inc.php +7 -1
M includes/polling/functions.inc.php +1 -2
📈 9 added
📉 4 removed
Minor: add ibm-imm to IPMI-supported list
M includes/polling/functions.inc.php +2 -1
📈 2 added
📉 1 removed
oops
M includes/discovery/ports.inc.php +1 -1
📈 1 added
📉 1 removed
Added os definition for IBM IMM, added IBM Tape
sysObjectID . Updated some MIBs definitions.
M includes/definitions/mibs.inc.php +10 -10
M includes/definitions/os.inc.php +22 -6
M includes/discovery/os/linux.inc.php +2
M includes/discovery/ports.inc.php +5 -2
M includes/polling/ports.inc.php -63
📈 39 added
📉 81 removed
Added accedian, updated/deduplicate some mibs.
A mibs/accedian
A mibs/accedian/ACCEDIAN-SMI +75
A mibs/accedian/ACD-ALARM-MIB +510
A mibs/accedian/ACD-CFM-MIB +4,174
A mibs/accedian/ACD-DESC-MIB +499
A mibs/accedian/ACD-DISCOVERY-MIB +511
A mibs/accedian/ACD-ERP-MIB +1,200
A mibs/accedian/ACD-FILTER-MIB +2,033
A mibs/accedian/ACD-PAA-MIB +3,253
A mibs/accedian/ACD-POLICY-MIB +1,102
A mibs/accedian/ACD-PORT-MIB +1,522
A mibs/accedian/ACD-REGULATOR-MIB +822
A mibs/accedian/ACD-SA-MIB +1,165
A mibs/accedian/ACD-SFP-MIB +1,182
A mibs/accedian/ACD-SHAPER-MIB +278
A mibs/accedian/ACD-SMAP-MIB +466
A mibs/accedian/ACD-TID-MIB +271
A mibs/accedian/ACD-VSET-MIB +233
D mibs/MPLS-L3VPN-STD-MIB -1,566
D mibs/MPLS-VPN-MIB -1,623
A mibs/rfc/MPLS-VPN-MIB +1,763
M mibs/ubiquiti/UBNT-AirMAX-MIB +47 -3
M mibs/ubiquiti/UBNT-MIB +1
D mibs/VPN-TC-STD-MIB -72
📈 0 added
📉 0 removed
updated script (no functional change).
📈 7 added
📉 6 removed
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
f..k legacy.
M includes/discovery/sensors/sun-platform-mib.inc.php +4 -4
📈 4 added
📉 4 removed
Fixed CBQoS DS names for newly created graphs (appear in 7791).
📈 42 added
📉 0 removed
Fixed CBQoS graphs and polling.
M html/includes/graphs/cbqos/bits.inc.php +2 -2
M html/includes/graphs/cbqos/pkts_drop.inc.php +1 -1
M html/includes/graphs/cbqos/pkts.inc.php +4 -2
M includes/definitions/rrdtypes.inc.php +6 -6
M includes/polling/cisco-cbqos.inc.php +12 -11
📈 25 added
📉 22 removed
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
M includes/discovery/sensors/sun-platform-mib.inc.php +3
📈 3 added
📉 0 removed
M includes/discovery/sensors/sun-platform-mib.inc.php +9
📈 9 added
📉 0 removed
M includes/discovery/sensors/sun-platform-mib.inc.php +23
📈 23 added
📉 0 removed
Added Oracle/Sun mibs.
A mibs/oracle
A mibs/oracle/ORACLE-AGENT-MIB +183
A mibs/oracle/ORACLE-ENTERPRISE-MANAGER-4-MIB +408
A mibs/oracle/ORADB-MIB +1,179
A mibs/oracle/ORAINTERCHANGE-MIB +1,258
A mibs/oracle/ORALISTENER-MIB +657
A mibs/oracle/ORANAMES-MIB +916
A mibs/oracle/SUN-CLUSTER-EVENTS-MIB +557
A mibs/oracle/SUN-CLUSTER-MIB +2,919
A mibs/oracle/SUN-FM-MIB +529
A mibs/oracle/SUN-HW-CTRL-MIB +584
A mibs/oracle/SUN-HW-TRAP-MIB +2,596
A mibs/oracle/SUN-ILOM-CONTROL-MIB +4,209
A mibs/oracle/SUN-MASTER-AGENT-MIB +516
A mibs/oracle/SUN-MIB +40
A mibs/oracle/SUN-PLATFORM-MIB +3,285
A mibs/oracle/SUN-SEA-EXTENSIONS-MIB +386
A mibs/oracle/SUN-SEA-PROXY-MIB +531
A mibs/oracle/SUN-SNMP +2,702
A mibs/oracle/SUN-SNMP-NETRA-CT-RSC-MIB +1,194
A mibs/oracle/SUN-T300-MIB +1,991
A mibs/oracle/SUNMANAGEMENTCENTER-TRAP-MIB +124
A mibs/oracle/SUNSTORAGEAGENT-NOTIFICATION-MIB +152
📈 0 added
📉 0 removed
Added support for SUN ILOM devices. Fixed detect Ubiquiti EdgeRouter devices.
A html/images/os/sun_oracle_2x.png +1
A html/images/os/sun_oracle.png +1
M includes/definitions/mibs.inc.php +12
M includes/definitions/os.inc.php +11 -1
A includes/discovery/sensors/sun-platform-mib.inc.php +190
A includes/polling/os/edgemax.inc.php +39
D includes/polling/os/edgeswitch.inc.php -39
A includes/polling/os/sun-ilom.inc.php +27
📈 279 added
📉 40 removed
undebug
M html/ajax/input.php +1 -1
📈 1 added
📉 1 removed
Improved tagsinput style (tags form fields). Typeahead JS moved to separate lib. Fixed minor JS errors.
M html/ajax/input.php +11 -3
D html/css/bootstrap-tagsinput-typeahead.css -49
M html/css/bootstrap-tagsinput.css +3 -2
A html/css/typeaheadjs.css +98
M html/includes/print/search.inc.php +56 -9
M html/js/bootstrap.min.js +6 -5
M html/js/observium.js +6 -22
A html/js/typeahead.bundle.js +2,465
A html/js/typeahead.bundle.min.js +8
📈 67 added
📉 12 removed
Added pagination on users edit page.
M html/pages/edituser.inc.php +24 -4
📈 24 added
📉 4 removed
Add 'show tech' menu option when enabled.
M html/pages/device.inc.php +1
M includes/config-variables.inc.php +8
M includes/defaults.inc.php +2
📈 11 added
📉 0 removed
Added detect Ubiquite Edgerouter devices.
M includes/definitions/os.inc.php +3 -2
A update/283.sql +1
📈 3 added
📉 2 removed
derp.
M html/includes/authenticate-functions.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed issue not found user id with some AD configurations. Added LDAP filter generator. Improved LDAP auth and get more info about LDAP user.
M html/includes/authenticate-functions.inc.php +11
M html/includes/authentication/ldap.inc.php +177 -11
M html/includes/authentication/mysql.inc.php +11
M html/includes/authentication/radius.inc.php +2 -1
M html/pages/edituser.inc.php +11 -4
M html/pages/preferences/general.inc.php +7 -5
M includes/common.inc.php +15
📈 234 added
📉 21 removed
Add ability to see a stacked graph of customoid values.
A html/includes/graphs/multi-customoid/stacked.inc.php +44
M html/pages/customoid.inc.php +34 -9
📈 78 added
📉 9 removed
Added option $config['autodiscovery']['require_hostname'], default to TRUE. Fixed rename devices to device name without FQDN name (if allowed).
M includes/config-variables.inc.php +7
M includes/defaults.inc.php +1
M includes/discovery/functions.inc.php +5 -1
M includes/functions.inc.php +24 -4
📈 37 added
📉 5 removed
derp.
M html/css/bootstrap-tagsinput-typeahead.css +45 -1,092
📈 0 added
📉 0 removed
Added new form item type tags (freeinput array). Added web config options with enum-freeinput type.
M html/ajax/search.php +1 -1
A html/css/bootstrap-tagsinput-typeahead.css +1,098
A html/css/bootstrap-tagsinput.css +70
M html/includes/print/search.inc.php +99
A html/js/bootstrap-tagsinput.js +747
A html/js/bootstrap-tagsinput.min.js +82
M html/js/jquery.min.js +5 -5
M html/js/observium.js +5
M html/pages/settings.inc.php +17
M html/pages/settings/default.inc.php +13 -2
M includes/config-variables.inc.php +12 -23
📈 142 added
📉 26 removed
Increased default ip sla threshold value to 1/5 of timeout.
M includes/discovery/slas/cisco-rttmon-mib.inc.php +2 -2
M includes/discovery/slas/disman-ping-mib.inc.php +1 -1
📈 3 added
📉 3 removed
Added config option for allow/disallow add devices by IP address ($config['require_hostname']).
M includes/config-variables.inc.php +21
M includes/defaults.inc.php +2
M includes/functions.inc.php +6 -3
📈 29 added
📉 3 removed
Allow add devices by IP without FQDN hostname.
M includes/functions.inc.php +23 -9
M includes/rewrites.inc.php +2
📈 25 added
📉 9 removed
Improve device entities AJAX script to support netscaler vservers.
M html/ajax/device_entities.php +9
📈 9 added
📉 0 removed
Fixed cleanup billing port tables (apper in r7838).
M includes/billing.inc.php +2 -1
M includes/definitions/entities.inc.php +1 -1
M includes/functions.inc.php +1 -1
📈 4 added
📉 3 removed
Minor: code cleanups, mib_dir removal, quote conversion in includes/discovery/mempools
Showing the first 30 paths; 19 more are omitted from this static page.
M includes/discovery/mempools/adtran-aoscpu.inc.php +3 -6
M includes/discovery/mempools/agent-general-mib.inc.php +4 -6
M includes/discovery/mempools/airespace-switching-mib.inc.php -3
M includes/discovery/mempools/alcatel-ind1-health-mib.inc.php +7 -9
M includes/discovery/mempools/apsysmgmt-mib.inc.php +3 -5
M includes/discovery/mempools/asyncos-mail-mib.inc.php +3 -5
M includes/discovery/mempools/bianca-brick-mibres-mib.inc.php +2 -5
M includes/discovery/mempools/bluecoat-sg-proxy-mib.inc.php +3 -5
M includes/discovery/mempools/bluecoat-sg-usage-mib.inc.php +3 -5
M includes/discovery/mempools/ciena-topsecret-mib.inc.php +4 -6
M includes/discovery/mempools/cisco-enhanced-mempool-mib.inc.php +10 -12
M includes/discovery/mempools/cisco-entity-qfp-mib.inc.php +6 -8
M includes/discovery/mempools/cisco-memory-pool-mib.inc.php +3 -5
M includes/discovery/mempools/cisco-process-mib.inc.php +6 -12
M includes/discovery/mempools/colubris-usage-information-mib.inc.php +4 -5
M includes/discovery/mempools/dell-vendor-mib.inc.php +5 -6
M includes/discovery/mempools/dnos-switching-mib.inc.php +1 -3
M includes/discovery/mempools/embedded-ngx-mib.inc.php +5 -7
M includes/discovery/mempools/extreme-software-monitor-mib.inc.php +3 -5
M includes/discovery/mempools/f10-c-series-chassis-mib.inc.php +5 -7
M includes/discovery/mempools/f10-chassis-mib.inc.php +5 -7
M includes/discovery/mempools/f10-m-series-chassis-mib.inc.php +6 -8
M includes/discovery/mempools/f10-s-series-chassis-mib.inc.php +6 -8
M includes/discovery/mempools/f5-bigip-system-mib.inc.php +3 -6
M includes/discovery/mempools/fortinet-fortigate-mib.inc.php +5 -6
M includes/discovery/mempools/foundry-sn-agent-mib.inc.php +8 -10
M includes/discovery/mempools/frogfoot-resources-mib.inc.php +4 -6
M includes/discovery/mempools/gbnplatformoam-mib.inc.php +5 -7
M includes/discovery/mempools/hh3c-entity-ext-mib.inc.php -4
M includes/discovery/mempools/host-resources-mib.inc.php +1 -4
📈 197 added
📉 302 removed
Medium: move a whole lot of processor discovery to definitions
Showing the first 30 paths; 22 more are omitted from this static page.
M includes/definitions/mibs.inc.php +227 -165
M includes/definitions/os.inc.php +2 -1
M includes/definitions/rrdtypes.inc.php +2
D includes/discovery/processors/adtran-aoscpu.inc.php -25
D includes/discovery/processors/agent-general-mib.inc.php -28
D includes/discovery/processors/airespace-switching-mib.inc.php -29
M includes/discovery/processors/alcatel-ind1-health-mib.inc.php +2 -5
D includes/discovery/processors/apsysmgmt-mib.inc.php -26
D includes/discovery/processors/asyncos-mail-mib.inc.php -24
D includes/discovery/processors/at-sysinfo-mib.inc.php -37
M includes/discovery/processors/bluecoat-sg-proxy-mib.inc.php +5 -8
M includes/discovery/processors/bluecoat-sg-usage-mib.inc.php +5 -7
M includes/discovery/processors/cisco-entity-pfe-mib.inc.php +4 -6
M includes/discovery/processors/cisco-entity-qfp-mib.inc.php +6 -8
M includes/discovery/processors/cisco-process-mib.inc.php +9 -12
M includes/discovery/processors/ciscosb-rndmng.inc.php +4 -9
D includes/discovery/processors/dell-vendor-mib.inc.php -28
M includes/discovery/processors/dnos-switching-mib.inc.php +4 -8
M includes/discovery/processors/extreme-software-monitor-mib.inc.php +3 -6
M includes/discovery/processors/f10-c-series-chassis-mib.inc.php +6 -9
M includes/discovery/processors/f10-chassis-mib.inc.php +8 -11
M includes/discovery/processors/f10-m-series-chassis-mib.inc.php +5 -10
M includes/discovery/processors/f10-s-series-chassis-mib.inc.php +7 -10
M includes/discovery/processors/f5-bigip-system-mib.inc.php +4 -7
D includes/discovery/processors/fortinet-fortigate-mib.inc.php -29
M includes/discovery/processors/foundry-sn-agent-mib.inc.php +13 -15
D includes/discovery/processors/frogfoot-resources-mib.inc.php -27
D includes/discovery/processors/gbnplatformoam-mib.inc.php -32
M includes/discovery/processors/hh3c-entity-ext-mib.inc.php +2 -6
M includes/discovery/processors/host-resources-mib.inc.php +11 -13
📈 513 added
📉 993 removed
Add ability to perform traffic accounting on Netscaler vServers. Improve and generify accounting code. Remove "quick" graph, as it complicates generification.
M html/js/observium-entities.js +12
M html/pages/bill.inc.php +2
M html/pages/bill/actions.inc.php +15 -12
M html/pages/bill/edit.inc.php +94 -75
M html/pages/bill/navbar.inc.php +1 -1
M html/pages/bill/ports.inc.php +22 -22
M html/pages/bills/month.inc.php +2 -3
M poll-billing.php +59 -38
A update/281.sql +5
📈 195 added
📉 151 removed
Add surge count graph to netscaler services
A html/includes/graphs/netscalersvc/surge.inc.php +26
M html/pages/device/loadbalancer/netscaler_services.inc.php +5 -3
📈 31 added
📉 3 removed
Add additional Netscaler SSL statistics, adding TLSv1.1 and 1.2 to existing graph and adding new sessions and handshakes.
M includes/definitions/graphtypes.inc.php +206 -1
M includes/polling/graphs/ns-root-mib/nsSslStatsGroup.inc.php +35 -2
M mibs/citrix/NS-ROOT-MIB +1,989 -99
A update/280.php +22
📈 263 added
📉 3 removed
minor layout tweaks to bottom bar
📈 2 added
📉 2 removed
Don't show negative uptimes.
M includes/common.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/polling/mempools.inc.php +2 -1
M includes/polling/mempools/bianca-brick-mibres-mib.inc.php +1
M includes/polling/mempools/timetra-system-mib.inc.php +1
📈 4 added
📉 1 removed
Added BinTec MIBs.
Showing the first 30 paths; 90 more are omitted from this static page.
A mibs/bintec
A mibs/bintec/APDISC-MIB +588
A mibs/bintec/BIANCA-BOX-TTY-MIB +223
A mibs/bintec/BIANCA-BRICK-ADMIN-2-MIB +527
A mibs/bintec/BIANCA-BRICK-ADSL-MIB +2,025
A mibs/bintec/BIANCA-BRICK-ALIVE-MIB +356
A mibs/bintec/BIANCA-BRICK-ATM2-MIB +1,832
A mibs/bintec/BIANCA-BRICK-BINARY-MIB +255
A mibs/bintec/BIANCA-BRICK-CAPI-MIB +1,033
A mibs/bintec/BIANCA-BRICK-CAPIUSER-MIB +96
A mibs/bintec/BIANCA-BRICK-COF-MIB +794
A mibs/bintec/BIANCA-BRICK-E3-MIB +365
A mibs/bintec/BIANCA-BRICK-EFMOATM-MIB +147
A mibs/bintec/BIANCA-BRICK-FR-MIB +918
A mibs/bintec/BIANCA-BRICK-GRE-MIB +131
A mibs/bintec/BIANCA-BRICK-HDSL2SHDSL2-MIB +2,513
A mibs/bintec/BIANCA-BRICK-HIDDENVPN-MIB +80
A mibs/bintec/BIANCA-BRICK-IMA-MIB +262
A mibs/bintec/BIANCA-BRICK-IP-PUBLISH-MIB +333
A mibs/bintec/BIANCA-BRICK-IP-SERVICE-MIB +559
A mibs/bintec/BIANCA-BRICK-IPSEC-TUNING-MIB +239
A mibs/bintec/BIANCA-BRICK-L2TP-MIB +795
A mibs/bintec/BIANCA-BRICK-MIB +2,346
A mibs/bintec/BIANCA-BRICK-MIBMODEM-MIB +741
A mibs/bintec/BIANCA-BRICK-MIBRES-MIB +460
A mibs/bintec/BIANCA-BRICK-MIBSYS-MIB +122
A mibs/bintec/BIANCA-BRICK-OPT-MIB +126
A mibs/bintec/BIANCA-BRICK-OSPF-STAT-MIB +346
A mibs/bintec/BIANCA-BRICK-PING-MIB +211
A mibs/bintec/BIANCA-BRICK-PMX-MIB +448
📈 0 added
📉 0 removed
Added support for BinTec Elmeg devices.
A html/images/os/bintec_2x.png +1
A html/images/os/bintec.png +1
M includes/common.inc.php +1 -1
M includes/definitions/mibs.inc.php +26 -15
M includes/definitions/os.inc.php +63 -24
M includes/discovery/functions.inc.php +4
A includes/discovery/mempools/bianca-brick-mibres-mib.inc.php +59
M includes/discovery/processors.inc.php +10 -6
A includes/polling/mempools/bianca-brick-mibres-mib.inc.php +30
M includes/polling/mempools/timetra-system-mib.inc.php +10 -2
A includes/polling/os/bintec.inc.php +34
M includes/snmp.inc.php +6 -1
📈 243 added
📉 49 removed
Added auth check before change user password.
M html/pages/edituser.inc.php +104 -35
📈 104 added
📉 35 removed
Minor: code cleanups, mib_dir removal, quote conversion in includes/discovery/vlans+wifi+os
M includes/discovery/os.inc.php +5 -5
M includes/discovery/os/aten.inc.php +1 -1
M includes/discovery/os/digi.inc.php +5 -4
M includes/discovery/os/freebsd.inc.php +9 -9
M includes/discovery/os/linux.inc.php +40 -40
M includes/discovery/os/samsung.inc.php +1 -1
M includes/discovery/vlans.inc.php +2 -2
M includes/discovery/vlans/cisco-vtp-mib.inc.php +3 -5
M includes/discovery/vlans/q-bridge-mib.inc.php +6 -8
M includes/discovery/wifi/ruckus-radio-mib.inc.php +9 -11
M includes/discovery/wifi/ruckus-wlan-mib.inc.php +6 -6
M includes/discovery/wifi/trapeze-networks-ap-config-mib.inc.php +2 -4
📈 89 added
📉 96 removed
Minor: cleanups, mib_dir removal, quote conversion in includes/polling
Showing the first 30 paths; 11 more are omitted from this static page.
M includes/polling/altiga-ssl.inc.php +1 -1
M includes/polling/arista-software-ip-forwarding.inc.php +3 -3
M includes/polling/bgp-peers.inc.php +10 -9
M includes/polling/cipsec-tunnels.inc.php +8 -8
M includes/polling/cisco-cef.inc.php +24 -24
M includes/polling/cisco-eigrp.inc.php +10 -10
M includes/polling/entity-physical.inc.php +8 -8
M includes/polling/fdb-table.inc.php +19 -19
M includes/polling/functions.inc.php +4 -4
M includes/polling/graphs/alvarion-dot11-wlan-mib.inc.php +1 -1
M includes/polling/graphs/cisco-firewall-mib.inc.php +1 -2
M includes/polling/graphs/cisco-subscriber-session-mib.inc.php +1 -1
M includes/polling/mac-accounting.inc.php +30 -30
M includes/polling/netstats.inc.php +3 -3
M includes/polling/os.inc.php +1 -1
M includes/polling/ospf.inc.php +39 -39
M includes/polling/p2p-radios/saf-ipradio.inc.php +3 -3
M includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +2 -2
M includes/polling/ports.inc.php +18 -18
M includes/polling/ports/cisco-trustsec-interface-mib.inc.php +1 -1
M includes/polling/ports/etherlike-mib.inc.php +2 -2
M includes/polling/ports/smon-mib.inc.php +1 -1
M includes/polling/slas/cisco-rttmon-mib.inc.php +5 -6
M includes/polling/slas/disman-ping-mib.inc.php +8 -8
M includes/polling/storage/cisco-flash-mib.inc.php +7 -7
M includes/polling/storage/embedded-ngx-mib.inc.php +1 -1
M includes/polling/storage/host-resources-mib.inc.php +1 -1
M includes/polling/storage/netapp-mib.inc.php +2 -2
M includes/polling/storage/ucd-snmp-mib.inc.php +1 -1
M includes/polling/system.inc.php +18 -18
📈 329 added
📉 323 removed
Minor: cleanups, mib_dir removal, quote conversion in includes/polling/processors+loadbalancer
M includes/polling/loadbalancer/cisco-enhanced-slb-mib.inc.php +13 -13
M includes/polling/loadbalancer/cisco-slb-mib.inc.php +18 -18
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +43 -44
M includes/polling/processors/ciena.inc.php +1 -1
M includes/polling/processors/hr-average.inc.php +7 -7
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 +3 -3
M includes/polling/processors/wmi.inc.php +5 -5
📈 92 added
📉 93 removed
Minor: cleanups, mib_dir removal, quote conversion in includes/polling/ùmempools
Showing the first 30 paths; 9 more are omitted from this static page.
M includes/polling/mempools/agent-general-mib.inc.php +2 -4
M includes/polling/mempools/alcatel-ind1-health-mib.inc.php +13 -15
M includes/polling/mempools/apsysmgmt-mib.inc.php +1 -3
M includes/polling/mempools/asyncos-mail-mib.inc.php +1 -3
M includes/polling/mempools/bluecoat-sg-proxy-mib.inc.php +2 -4
M includes/polling/mempools/bluecoat-sg-usage-mib.inc.php +1 -2
M includes/polling/mempools/ciena-topsecret-mib.inc.php +2 -4
M includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php +2 -2
M includes/polling/mempools/cisco-entity-qfp-mib.inc.php +2 -2
M includes/polling/mempools/cisco-memory-pool-mib.inc.php +1 -3
M includes/polling/mempools/cisco-process-mib.inc.php +1 -3
M includes/polling/mempools/dell-vendor-mib.inc.php +2 -4
M includes/polling/mempools/embedded-ngx-mib.inc.php +2 -4
M includes/polling/mempools/extreme-software-monitor-mib.inc.php +2 -4
M includes/polling/mempools/f10-c-series-chassis-mib.inc.php +2 -2
M includes/polling/mempools/f10-chassis-mib.inc.php +5 -7
M includes/polling/mempools/f10-m-series-chassis-mib.inc.php +2 -4
M includes/polling/mempools/f10-s-series-chassis-mib.inc.php +2 -4
M includes/polling/mempools/f5-bigip-system-mib.inc.php +3 -5
M includes/polling/mempools/fortinet-fortigate-mib.inc.php +2 -4
M includes/polling/mempools/foundry-sn-agent-mib.inc.php +4 -6
M includes/polling/mempools/frogfoot-resources-mib.inc.php +2 -4
M includes/polling/mempools/gbnplatformoam-mib.inc.php +2 -5
M includes/polling/mempools/hh3c-entity-ext-mib.inc.php +2 -2
M includes/polling/mempools/host-resources-mcd.inc.php +1 -3
M includes/polling/mempools/host-resources-mib.inc.php +2 -4
M includes/polling/mempools/huawei-entity-extent-mib.inc.php +2 -4
M includes/polling/mempools/juniper-ive-mib.inc.php +1 -3
M includes/polling/mempools/netscreen-resource-mib.inc.php +3 -4
M includes/polling/mempools/netswitch-mib.inc.php +2 -4
📈 85 added
📉 154 removed
Fixed Netscaler TCP graphs, DS names reverted to 19 chars.
M html/includes/graphs/device/netscaler_common_errors.inc.php +10 -10
M html/includes/graphs/device/netscaler_conn_client.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_clientserver.inc.php +6 -6
M html/includes/graphs/device/netscaler_conn_current.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_server.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_spare.inc.php +6 -6
M html/includes/graphs/device/netscaler_conn_zombie_flushed.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_zombie_halfclosed.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_zombie_halfopen.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_zombie_packets.inc.php +2 -2
M html/includes/graphs/device/netscaler_cookie_rejected.inc.php +4 -4
M html/includes/graphs/device/netscaler_data_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_retransmission_error.inc.php +8 -8
M html/includes/graphs/device/netscaler_retransmit_err.inc.php +4 -4
M html/includes/graphs/device/netscaler_tcp_errfastretransmissions.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errpartialretransmit.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 +7 -9
M includes/polling/functions.inc.php +2 -8
M includes/polling/graphs/ns-root-mib/nsCompressionStatsGroup.inc.php -1
M includes/polling/graphs/ns-root-mib/nsHttpStatsGroup.inc.php -1
M includes/polling/graphs/ns-root-mib/nsSslStatsGroup.inc.php -1
M includes/polling/graphs/ns-root-mib/nsTcpStatsGroup.inc.php -1
M includes/rrdtool.inc.php +17 -6
M test_alert.php +1 -1
A update/279.php +52
📈 134 added
📉 83 removed
Fixed display Netscaler TCP graphs.
M html/includes/graphs/device/netscaler_common_errors.inc.php +10 -10
M html/includes/graphs/device/netscaler_conn_client.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_clientserver.inc.php +6 -6
M html/includes/graphs/device/netscaler_conn_current.inc.php +1 -1
M html/includes/graphs/device/netscaler_conn_server.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_spare.inc.php +6 -6
M html/includes/graphs/device/netscaler_conn_zombie_flushed.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_zombie_halfclosed.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_zombie_halfopen.inc.php +2 -2
M html/includes/graphs/device/netscaler_conn_zombie_packets.inc.php +2 -2
M html/includes/graphs/device/netscaler_cookie_rejected.inc.php +4 -4
M html/includes/graphs/device/netscaler_data_errors.inc.php +1 -1
M html/includes/graphs/device/netscaler_retransmission_error.inc.php +8 -8
M html/includes/graphs/device/netscaler_retransmit_err.inc.php +4 -4
M html/includes/graphs/device/netscaler_tcp_errfastretransmissions.inc.php +1 -1
M html/includes/graphs/device/netscaler_tcp_errpartialretransmit.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 +9 -7
M includes/discovery/sensors/ns-root-mib.inc.php +1 -1
M includes/discovery/status/ns-root-mib.inc.php +1 -1
M includes/polling/functions.inc.php +10 -4
M includes/polling/graphs/ns-root-mib/nsCompressionStatsGroup.inc.php +1
M includes/polling/graphs/ns-root-mib/nsHttpStatsGroup.inc.php +1
M includes/polling/graphs/ns-root-mib/nsSslStatsGroup.inc.php +1
M includes/polling/graphs/ns-root-mib/nsTcpStatsGroup.inc.php +1
📈 80 added
📉 68 removed
Properly fix netscaler vserver entity types in the database
📈 0 added
📉 0 removed
Fix alert maint editing box layout.
M html/pages/alert_maintenance.inc.php +3 -2
📈 3 added
📉 2 removed
Improve scheduled maintenance UI, add warning/information about timezone usage. Allow level 8 to add/edit/remove scheduled maintenance.
M html/includes/maintenance-navbar.inc.php +1 -1
M html/pages/alert_maintenance_add.inc.php +21 -4
M html/pages/alert_maintenance.inc.php +2 -2
📈 24 added
📉 7 removed
Fix SQL query
M html/pages/alert_maintenance.inc.php +2 -2
📈 2 added
📉 2 removed
Importing sorting of ports pages. Improve box-tools CSS. Improve alert maintenance UI.
M html/css/bootstrap-hacks.css +10 -1
M html/css/bootstrap.css +2 -3
M html/css/bootstrap/less/boxes.less +2 -2
M html/css/bootstrap/less/variables3.less +1 -1
M html/includes/maintenance-navbar.inc.php +5 -3
M html/includes/port-sort.inc.php +30 -19
M html/includes/print/rows.inc.php +1 -1
M html/js/observium.js +19
M html/pages/alert_maintenance_add.inc.php +2 -1
M html/pages/alert_maintenance.inc.php +33 -11
M html/pages/device/port.inc.php +1 -1
M html/pages/device/ports.inc.php +22 -43
M html/pages/ports.inc.php +7 -7
M html/pages/ports/list.inc.php +19 -35
📈 120 added
📉 121 removed
Minor: small extra cleanups to previous commit
M includes/polling/os/a10-ax.inc.php +1 -1
M includes/polling/os/mrvnbs.inc.php +2 -2
M includes/polling/os/printer.inc.php +3 -3
📈 6 added
📉 6 removed
Minor: cleanups, mib_dir removal, quote conversion in includes/polling/os
Showing the first 30 paths; 125 more are omitted from this static page.
M includes/polling/os/a10-ax.inc.php +1 -1
M includes/polling/os/acsw.inc.php +15 -15
M includes/polling/os/adtran-aos.inc.php +3 -3
M includes/polling/os/airconsole.inc.php +2 -2
M includes/polling/os/airos.inc.php +2 -2
M includes/polling/os/airport.inc.php +1 -1
M includes/polling/os/allied-radlan.inc.php +3 -3
M includes/polling/os/allied.inc.php +7 -7
M includes/polling/os/alliedwareplus.inc.php +1 -1
M includes/polling/os/aosw.inc.php +11
M includes/polling/os/apc.inc.php +17 -17
M includes/polling/os/areca.inc.php +6 -6
M includes/polling/os/arista_eos.inc.php +1 -1
M includes/polling/os/arubaos.inc.php +6 -11
M includes/polling/os/asyncos.inc.php +1 -1
M includes/polling/os/aten-pdu.inc.php +2 -2
M includes/polling/os/atto.inc.php +3 -3
M includes/polling/os/audiocodes.inc.php +2 -2
M includes/polling/os/avaya.inc.php +10 -10
M includes/polling/os/avocent.inc.php +5 -5
M includes/polling/os/barracudangfw.inc.php +1 -1
M includes/polling/os/bcmc.inc.php +2 -2
M includes/polling/os/breeze.inc.php +3 -3
M includes/polling/os/broadcom_fastpath.inc.php +5 -5
M includes/polling/os/brother-printer.inc.php +5 -5
M includes/polling/os/bti7000.inc.php +1 -1
M includes/polling/os/cambium-ptp.inc.php +5 -5
M includes/polling/os/canopy.inc.php +4 -4
M includes/polling/os/cas.inc.php +6 -6
M includes/polling/os/catos.inc.php +8 -8
📈 662 added
📉 684 removed
Sort scheduled maintenance assocation dropdowns. Don't allow creation of invalid associations.
M html/includes/maintenance-navbar.inc.php +9 -4
M html/pages/alert_maintenance.inc.php +3 -3
📈 12 added
📉 7 removed
Fix DRBD unsynced graph. Use ucd_ss_cpu by default for unix processor overview.
M html/includes/graphs/application/drbd_unsynced.inc.php +1 -1
M html/pages/device/overview/processors-unix.inc.php +6 -5
📈 7 added
📉 6 removed
Improve Netscaler Vserver/Service/Service Groups handling. Change entity types to eliminate underscores. Improve group/alert featureset for Netscaler. Updates entity types in the database for groups/alerting.
M html/includes/entities/generic.inc.php +30
A html/includes/entities/netscaler.inc.php +242
A html/includes/entities/netscalersvc.inc.php +217
A html/includes/entities/netscalersvcgrpmem.inc.php +210
A html/includes/entities/netscalervsvr.inc.php +279
M html/pages/device/loadbalancer/netscaler_servicegroupmembers.inc.php +2 -58
M html/pages/device/loadbalancer/netscaler_services.inc.php +1 -60
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +2 -116
M html/pages/group.inc.php +14 -1
M includes/definitions/entities.inc.php +3 -3
M includes/definitions/graphtypes.inc.php +21
M includes/definitions/rewrites.inc.php +5 -3
M includes/entities.inc.php +5 -2
M includes/polling/netscaler-vsvr.inc.php +25 -25
A includes/polling/os/ge-ups.inc.php +21
A update/277.sql +30
📈 1,077 added
📉 268 removed
Add support for graphing storage from IBM's
GPFS-MIB . Move
GPFS-MIB to ibm directory.
M includes/definitions/mibs.inc.php +8
A includes/discovery/storage/gpfs-mib.inc.php +56
A includes/polling/storage/gpfs-mib.inc.php +37
D mibs/GPFS-MIB -1,578
A mibs/ibm/GPFS-MIB +1,654
📈 101 added
📉 0 removed
Fixed custom oid bugs. Add some additional graphs to netscaler service group member entity metrics.
M html/includes/customoids-navbar.inc.php +1 -1
M html/pages/customoids.inc.php +9 -2
M includes/definitions/entities.inc.php +4
📈 14 added
📉 3 removed
Add summary graph support to netscaler service group members. Update service group members UI to match newer styles. Add additional labels and traffic icons.
M html/pages/device/loadbalancer/netscaler_servicegroupmembers.inc.php +43 -8
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +6 -5
📈 49 added
📉 13 removed
Fix collation for netscaler tables. (general vs unicode)
📈 0 added
📉 0 removed
Fix test_alert to not use alert_table-state. Add additional graphs to port alert metrics (errors, pkts and pktsize).
M includes/definitions/entities.inc.php +9 -2
M test_alert.php +2 -1
📈 11 added
📉 3 removed
Add warning condition field to alert_tests
📈 0 added
📉 0 removed
Fix front page summary graphs.
M html/pages/front/default.php +64 -45
📈 64 added
📉 45 removed
Add TCP Packets graph to netscaler device overview graphs
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Add summary graphs output format to netscaler services.
M html/pages/device/loadbalancer/netscaler_services.inc.php +27 -3
📈 27 added
📉 3 removed
Minor: remove duplicate mibs, add a few to the definition array, quote conversion
M includes/definitions/mibs.inc.php +808 -656
D mibs/ASYNCOS-MAIL-MIB -764
D mibs/NETSWITCH-MIB -486
D mibs/STATISTICS-MIB -1,431
📈 808 added
📉 656 removed
Minor: document some functions, remove mib_dirs() calls, quote conversion
M includes/functions.inc.php +64 -45
📈 64 added
📉 45 removed
Medium: remove duplicate code, by introducing new function. Clean up some old code. Remove mib_dirs from OS definitions as the directory is now defined per-MIB.
M includes/definitions/os.inc.php -81
M includes/snmp.inc.php +43 -82
📈 43 added
📉 163 removed
Minor: cleanup SNMP functions, add multi:mib support to snmp_translate function, remove unused snmp_cache_oid function and test PHP file
D includes/polling/test.inc.php -18
M includes/snmp.inc.php +134 -131
📈 134 added
📉 149 removed
Minor: bugfix and deduplicate previous commit
M includes/snmp.inc.php +3 -3
📈 3 added
📉 3 removed
M includes/snmp.inc.php +29 -21
📈 29 added
📉 21 removed
Add additional graph_row mode for summaries (give it 5 graph_types, and it prints a row of 3,4 or 5 depending upon mode). Add netscaler vserver summaries.
M html/includes/graphs/netscalervsvr/reqs.inc.php +2
M html/includes/print/rows.inc.php +87
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +29 -6
📈 118 added
📉 6 removed
Add basic detection for Eltex switches (RADLAN)
M includes/definitions/os.inc.php +16
A includes/polling/os/eltex-switch.inc.php +10
📈 26 added
📉 0 removed
Improve stacked graphs slightly. Split HP OA to a separate os type for extra graphings.
M html/includes/graphs/generic_multi_simplex_separated.inc.php +8 -6
M html/includes/graphs/multi-sensor/stacked.inc.php +1
M includes/definitions/os.inc.php +13 -1
📈 22 added
📉 7 removed
April 2016
Medium: fix alert rrd updates
M includes/alerts.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: fix aruba-controller bug introduced in previous commit
M includes/polling/aruba-controller.inc.php +1 -1
📈 1 added
📉 1 removed
Minor: more rrdtool-NG conversion, add a few missing mibs
M includes/definitions/mibs.inc.php +29 -15
M includes/definitions/rrdtypes.inc.php +172 -2
M includes/polling/aruba-controller.inc.php +24 -38
M includes/polling/cipsec-tunnels.inc.php +21 -46
M includes/polling/cisco-cbqos.inc.php +16 -31
M includes/polling/cisco-cef.inc.php +7 -16
M includes/polling/cisco-eigrp.inc.php +12 -22
M includes/polling/cisco-ipsec-flow-monitor.inc.php +27 -53
M includes/polling/cisco-remote-access-monitor.inc.php +11 -23
M includes/polling/cisco-vpdn.inc.php +10 -9
M includes/polling/graphs/pan-common-mib.inc.php +4 -9
M includes/polling/junose-atm-vp.inc.php +18 -31
M includes/polling/os/screenos.inc.php +6 -12
M includes/polling/wifi.inc.php -4
📈 357 added
📉 311 removed
Clean unused js code.
📈 0 added
📉 0 removed
Fixed escaping in login_message.
M html/pages/logon.inc.php +1 -1
📈 1 added
📉 1 removed
Complete removed netcmd script as unused and possible security hole.
M html/includes/print-interface-adsl.inc.php +2 -2
D html/netcmd.php -90
📈 2 added
📉 92 removed
Improved css vertical-align class, fixed some pages display.
M html/css/bootstrap-hacks.css +10 -4
M html/includes/entities/device.inc.php +10 -10
M html/includes/entities/generic.inc.php +4 -4
M html/pages/device/edit/ports.inc.php +6 -6
M html/pages/device/edit/sensors.inc.php +8 -6
M html/pages/device/routing/bgp.inc.php +3 -3
M html/pages/settings/default.inc.php +4 -4
📈 35 added
📉 33 removed
Attemt to fix discovery/polling bgp peers on some old Cisco IOS XR OSes.
M includes/discovery/bgp-peers.inc.php +13 -2
M includes/polling/bgp-peers.inc.php +12 -2
📈 25 added
📉 4 removed
Add support for stacked total graphs for sensors.
M html/includes/graphs/generic_multi_simplex_separated.inc.php +13
A html/includes/graphs/multi-sensor/stacked.inc.php +48
M includes/definitions/entities.inc.php +3 -1
📈 64 added
📉 1 removed
Major: fix port RRD OutUcastPkts/OutErrors bug
M includes/polling/ports.inc.php +3 -3
📈 3 added
📉 3 removed
undebug
M includes/polling/ports.inc.php +2 -38
📈 2 added
📉 38 removed
Improved polling/discovery Extreme devices: forced ports separate_walk feature, fixed ports label processing, added discovery some sensors by
EXTREME-SYSTEM-MIB .
M includes/definitions.inc.php +19 -15
M includes/definitions/mibs.inc.php +89 -40
M includes/definitions/os.inc.php +21 -3
M includes/discovery/os/extremeware.inc.php +17 -2
A includes/discovery/sensors/extreme-system-mib.inc.php +184
M includes/polling/os/xos.inc.php +1 -7
M includes/polling/ports.inc.php +47 -5
M includes/rewrites.inc.php +20 -1
M includes/snmp.inc.php +8 -1
📈 406 added
📉 74 removed
Fix #2 for get_port_rrdfilename().
M includes/common.inc.php +7 -1
📈 7 added
📉 1 removed
Revert back function get_port_rrdfilename() for compatability with old code (appear in r7779).
M includes/common.inc.php +16 -1
📈 16 added
📉 1 removed
Medium: additional rrdtool NG conversions
M includes/common.inc.php +3 -12
M includes/definitions/rrdtypes.inc.php +148 -5
M includes/polling/arista-software-ip-forwarding.inc.php +31 -38
M includes/polling/fdb-table.inc.php +4 -3
M includes/polling/oids.inc.php +3 -8
M includes/polling/os/asyncos.inc.php +4 -6
M includes/polling/os/fortigate.inc.php +1 -3
M includes/polling/os/juniperive.inc.php +31 -24
M includes/polling/port-adsl.inc.php +36 -41
M includes/polling/port-poe.inc.php +6 -12
M includes/polling/ports.inc.php +1 -32
M includes/polling/ports/etherlike-mib.lib.php +1 -24
📈 269 added
📉 208 removed
Fixed detect some Brocade VDX devices.
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
Remove bootstrap hack for icons. Shrink label padding .1em.
M html/css/bootstrap-hacks.css -6
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/labels3.less +2 -1
📈 0 added
📉 0 removed
Fixed icon placement in select form items.
📈 6 added
📉 1 removed
Fix icon spacing.
M html/css/bootstrap-hacks.css +6
📈 0 added
📉 0 removed
Fix Extreme mempool polling.
D includes/polling/mempools/extreme-base-mib.inc.php -24
A includes/polling/mempools/extreme-software-monitor-mib.inc.php +24
📈 24 added
📉 24 removed
Fixed nested groups code compatibility with older php versions, optimized sql queries.
M includes/alerts.inc.php +34 -34
M includes/groups.inc.php +29 -20
📈 63 added
📉 54 removed
Minor: some more rrdtool NG conversions, delete unused watchmaillog scripts
M includes/alerts.inc.php +7 -9
M includes/definitions/rrdtypes.inc.php +66
M includes/polling/mac-accounting.inc.php +6 -9
M includes/polling/ports.inc.php +23 -3
M includes/polling/ports/etherlike-mib.lib.php +32 -9
M includes/polling/storage/wmi.inc.php +1 -4
D scripts/COPYING-glue.py -30
A scripts/glue.py-COPYING +30
D scripts/mailscanner.php -75
D scripts/watchmaillog
📈 165 added
📉 139 removed
Add support for nested groups.
M includes/alerts.inc.php +24 -18
M includes/groups.inc.php +64 -2
📈 88 added
📉 20 removed
Fix Extreme XOS MIB handling.
M includes/definitions/os.inc.php +6
D includes/discovery/mempools/extreme-base-mib.inc.php -36
A includes/discovery/mempools/extreme-software-monitor-mib.inc.php +36
D includes/discovery/processors/extreme-base-mib.inc.php -35
A includes/discovery/processors/extreme-software-monitor-mib.inc.php +35
📈 77 added
📉 71 removed
Fix XOS poller.
M includes/polling/os/xos.inc.php +1 -1
📈 1 added
📉 1 removed
Disable max-rep for xos (seems to break on atleast one tested device)
M includes/definitions/os.inc.php +1 -1
M irc.php +1 -1
📈 2 added
📉 2 removed
M includes/definitions/mibs.inc.php +26
M includes/definitions/os.inc.php +40 -1
M includes/discovery/cisco-cef.inc.php +1 -2
A includes/discovery/mempools/zhone-card-resources-mib.inc.php +44
A includes/discovery/processors/zhone-card-resources-mib.inc.php +45
A includes/discovery/sensors/zhone-shelf-monitor-mib.inc.php +121
A includes/polling/mempools/zhone-card-resources-mib.inc.php +40
A includes/polling/os/zhone.inc.php +32
📈 349 added
📉 3 removed
Force disable STRICT_TRANS_TABLES on init DB session.
M includes/common.inc.php +1 -1
M includes/sql-config.inc.php +11 -2
📈 12 added
📉 3 removed
Updated mib files (brocade, cambium, cumulus, hwgroup).
Showing the first 30 paths; 5 more are omitted from this static page.
D mibs/BRCD-DOT1X-MIB -579
D mibs/BROCADE-NP-TM-STATS-MIB -2,064
D mibs/BROCADE-SYSLOG-MIB -137
A mibs/brocade/BRCD-DOT1X-MIB +590
A mibs/brocade/BROCADE-IEEE8021-PAE-CAPABILITY-MIB +60
A mibs/brocade/BROCADE-IEEE8023-LAG-CAPABILITY-MIB +59
A mibs/brocade/BROCADE-LLDP-CAPABILITY-MIB +64
A mibs/brocade/BROCADE-LLDP-EXT-DOT3-CAPABILITY-MIB +105
M mibs/brocade/BROCADE-MAPS-MIB +9 -3
A mibs/brocade/BROCADE-NP-TM-STATS-MIB +2,088
A mibs/brocade/BROCADE-PRODUCTS-MIB +69
M mibs/brocade/Brocade-REG-MIB +70 -68
A mibs/brocade/BROCADE-SYSLOG-MIB +137
A mibs/brocade/BROCADE-VCS-MIB +352
M mibs/brocade/IBM-BCCUSTOM-MIB +203 -76
A mibs/brocade/NOS-PRODUCTS-MIB +42
A mibs/brocade/RESOURCE-MIB +135
A mibs/brocade/SWBASE-MIB +50
A mibs/brocade/SYSTEM-MIB +1,056
M mibs/cambium/CAMBIUM-PMP80211-MIB +549 -31
A mibs/cambium/CAMBIUM-PTP250-MIB +1,305
A mibs/cambium/CAMBIUM-PTP650-MIB +6,086
M mibs/cambium/WHISP-APS-MIB +1,060 -196
M mibs/cambium/WHISP-BOX-MIBV2-MIB +1,924 -65
M mibs/cambium/WHISP-GLOBAL-REG-MIB +1
M mibs/cambium/WHISP-SM-MIB +352 -153
M mibs/cambium/WHISP-TCV2-MIB +1
A mibs/cumulus
A mibs/cumulus/CUMULUS-COUNTERS-MIB +124
A mibs/cumulus/CUMULUS-RESOURCES-MIB +265
📈 0 added
📉 0 removed
Improved detect Rikoh and Kyocera printers. Added discovery Printed Total and PowerOn page counters by
Printer-MIB (old pagecounter graphs migrated to sensors). Small fixes.
M html/includes/graphs/device/pagecount.inc.php +22 -8
A html/includes/graphs/device/printersupplies_ink.inc.php +18
A html/includes/graphs/device/printersupplies_wasteink.inc.php +18
M html/pages/device.inc.php +9 -11
M html/pages/device/overview/sensors.inc.php +1 -1
M html/pages/device/printing.inc.php +4 -3
M includes/common.inc.php +16
M includes/defaults.inc.php +1 -1
M includes/definitions/os.inc.php +4 -2
M includes/discovery/mempools/host-resources-mib.inc.php +2 -2
M includes/discovery/os/linux.inc.php +1 -1
M includes/discovery/printersupplies/printer-mib.inc.php +20 -16
A includes/discovery/sensors/printer-mib.inc.php +82
M includes/polling/mempools/host-resources-mib.inc.php +2 -2
M includes/polling/os/kyocera.inc.php +3 -3
M includes/rrdtool.inc.php +11 -6
M mibs/kyocera/KYOCERA-Private-MIB +1
📈 214 added
📉 56 removed
Always use full include path in graphs. Fixed include some graphs in alert notifications.
Showing the first 30 paths; 361 more are omitted from this static page.
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/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 +2 -2
M html/includes/graphs/application/asterisk_peers.inc.php +2 -2
M html/includes/graphs/application/bind_answers.inc.php +1 -1
M html/includes/graphs/application/bind_cache.inc.php +2 -2
M html/includes/graphs/application/bind_query_in.inc.php +2 -2
M html/includes/graphs/application/bind_query_out.inc.php +2 -2
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/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
📈 433 added
📉 457 removed
Updated php-cli-tools to latest.
M libs/cli/arguments/HelpScreen.php +2 -2
M libs/cli/cli.php +2 -1
M libs/cli/Colors.php +5 -3
M libs/cli/Shell.php +1 -1
📈 0 added
📉 0 removed
Fixed get_device_entities() (appear in r7759). Fixed typo in discovery printer supplies.
M includes/alerts.inc.php +1 -1
M includes/discovery/functions.inc.php +1 -1
M includes/entities.inc.php +7 -8
M includes/groups.inc.php +1 -1
📈 10 added
📉 11 removed
Undo still incomplete feature, accidentally committed.
M includes/functions.inc.php -156
📈 0 added
📉 156 removed
Fixed double session logout if user not authenticated. Unified entity definitions array. Entity permissions expanded by device permissions for limited users.
M html/includes/authenticate-functions.inc.php +28
M html/includes/authenticate.inc.php +9 -2
M html/includes/authentication/cas.inc.php +1 -1
M html/includes/authentication/ldap.inc.php +2 -4
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 +3 -2
M html/includes/functions.inc.php +26 -7
M includes/definitions/entities.inc.php +356 -180
M includes/entities.inc.php +2 -1
M includes/functions.inc.php +156
M includes/groups.inc.php +5 -1
M includes/rewrites.inc.php +11 -18
M poller-wrapper.py +2
📈 603 added
📉 218 removed
Fix width of page in 1920x mode.
M html/css/bootstrap.css +640 -697
M html/css/bootstrap/less/variables3.less +1 -1
📈 0 added
📉 0 removed
M includes/polling/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Medium: fix asterisk unix agent poller script
M includes/polling/applications/asterisk.inc.php +1 -2
📈 1 added
📉 2 removed
Improve counting a little. Change some stuff on front page boxes.
M html/includes/cache-data.inc.php +4 -1
M html/includes/status-summary.inc.php +5 -5
M html/pages/front/default.php +1 -1
📈 10 added
📉 7 removed
Added clean broken net-snmp .index files from mibs dirs by poller-wrapper (if cron process has write permissions to mibs dirs).
📈 24 added
📉 0 removed
Add citrix mib dir to netscaler
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Minor: add warning about missing ipmitool on ipmi configuration page
M html/pages/device/edit/ipmi.inc.php +64 -59
📈 64 added
📉 59 removed
Minor: fix device icon selection, add VoIP to nicecase
M html/pages/device/edit/icon.inc.php +35 -28
M includes/definitions/rewrites.inc.php +1
📈 36 added
📉 28 removed
Medium: Reinstate login failure messages
M html/includes/authenticate.inc.php +26 -16
M html/pages/logon.inc.php +3 -2
📈 29 added
📉 18 removed
Added support for HP ProLiant Servers, added discovery sensors by
CPQRACK-MIB .
Fixed detect HP Quanta Switches (detected as generic Broadcom Fastpath).
Forced ports separate_walk for Dell PowerConnect devices.
M includes/definitions/mibs.inc.php +39 -2
M includes/definitions/os.inc.php +14 -3
M includes/discovery/functions.inc.php +7 -5
A includes/discovery/sensors/cpqrack-mib.inc.php +151
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php -1
M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +16 -10
M includes/polling/os/broadcom_fastpath.inc.php +7 -6
A mibs/broadcom/BASP-Config-MIB +514
A mibs/broadcom/BASP-Statistics-MIB +410
A mibs/broadcom/Brcm-adapterInfo-MIB +281
A mibs/broadcom/Brcm-BASPTrap-MIB +83
D mibs/dell/BASP-Config-MIB -511
D mibs/dell/BASP-Statistics-MIB -401
D mibs/dell/Brcm-adapterInfo-MIB -278
D mibs/dell/Brcm-BASPTrap-MIB -77
📈 234 added
📉 27 removed
Minor: fix postgresql definition bug; remove index indicator from rrd array, now based on filename. Convert MySQL to rrdtool NG
M includes/definitions/rrdtypes.inc.php +109 -68
M includes/polling/applications/mysql.inc.php +12 -98
M includes/rrdtool.inc.php +5 -11
📈 126 added
📉 177 removed
Minor: more conversion to NG rrdtool
M includes/definitions/rrdtypes.inc.php +336
M includes/polling/applications/jvmoverjmx.inc.php +38 -186
M includes/polling/applications/kamailio.inc.php +9 -107
M includes/polling/applications/memcached.inc.php +3 -43
M includes/polling/applications/mssql.inc.php +24 -61
M includes/polling/applications/unbound.inc.php +132 -136
📈 542 added
📉 533 removed
Major: introduction of new RRD create/update framework, code conversion is over halfway, low hanging fruit mostly picked. Simplifies a lot of the code, provides insight into our current RRD file settings. Could later be used to send certain named metrics to other places from the core functions.
Showing the first 30 paths; 15 more are omitted from this static page.
M includes/definitions.inc.php +2
M includes/definitions/graphtypes.inc.php -1
A includes/definitions/rrdtypes.inc.php +1,011
M includes/polling/altiga-ssl.inc.php +15 -32
M includes/polling/applications/apache.inc.php +22 -25
M includes/polling/applications/asterisk.inc.php +3 -33
M includes/polling/applications/bind.inc.php +6 -9
M includes/polling/applications/crashplan.inc.php +20 -32
M includes/polling/applications/drbd.inc.php +20 -37
M includes/polling/applications/exchange.inc.php +49 -115
M includes/polling/applications/exim-mailqueue.inc.php +4 -14
M includes/polling/applications/freeradius.inc.php +20 -48
M includes/polling/applications/lighttpd.inc.php +16 -48
M includes/polling/applications/nfsd.inc.php +4 -20
M includes/polling/applications/nginx.inc.php +9 -12
M includes/polling/applications/ntpd.inc.php +9 -39
M includes/polling/applications/openvpn.inc.php +2 -15
M includes/polling/applications/postfix_mailgraph.inc.php +3 -22
M includes/polling/applications/postfix_qshape.inc.php +3 -18
M includes/polling/applications/postgresql.inc.php +3 -35
M includes/polling/applications/powerdns-recursor.inc.php +53 -66
M includes/polling/applications/powerdns.inc.php +25 -35
M includes/polling/applications/shoutcast.inc.php +15 -25
M includes/polling/applications/unbound.inc.php +1 -1
M includes/polling/applications/varnish.inc.php +17 -23
M includes/polling/applications/vmwaretools.inc.php +3 -27
M includes/polling/applications/zimbra.inc.php +121 -185
M includes/polling/bgp-peers.inc.php +16 -22
M includes/polling/entity-physical.inc.php +7 -16
M includes/polling/fdb-table.inc.php +1 -3
📈 1,721 added
📉 1,217 removed
Moved all state definitions to mib definitions. Status polling/discovery improved according with change.
Added support for additional HP PDU sensors by
CPQPOWER-MIB .
M includes/definitions/mibs.inc.php +675 -46
M includes/definitions/os.inc.php +12 -12
M includes/definitions/status.inc.php +11 -683
M includes/discovery/functions.inc.php +5 -4
M includes/discovery/sensors/cpqpower-mib.inc.php +103 -4
M includes/functions.inc.php +88 -5
M includes/polling/functions.inc.php +19 -23
📈 913 added
📉 777 removed
De-duplicate nicecase array.
M includes/definitions.inc.php -80
M includes/definitions/rewrites.inc.php +7 -1
📈 7 added
📉 81 removed
Fixed cleanup stale db permission entries by housekeeping script (when group permissions used).
M includes/definitions.inc.php +5 -3
M includes/housekeeping/staledb.inc.php +9 -8
📈 14 added
📉 11 removed
Updated Dell specific DNOS-*, Dell-* and RADLAN-* MIBs.
Showing the first 30 paths; 41 more are omitted from this static page.
D mibs/broadcom/BASP-Config-MIB
D mibs/broadcom/BASP-Statistics-MIB
D mibs/broadcom/Brcm-BASPTrap-MIB
M mibs/broadcom/BROADCOM-REF-MIB +81 -10
A mibs/dell/Dell-LAN-SYSMNG-MIB +721
A mibs/dell/Dell-LAN-TRAP-MIB +864
M mibs/dell/DELL-REF-MIB +1
M mibs/dell/Dell-Vendor-MIB +3 -2
A mibs/dell/Dell-VRTX-3SW2SWTABLES-MIB +33
A mibs/dell/Dell-VRTX-BRGMACSWITCH-MIB +164
A mibs/dell/Dell-VRTX-BRIDGEMIBOBJECTS-MIB +2,040
A mibs/dell/Dell-VRTX-CDB-MIB +43
A mibs/dell/Dell-VRTX-CLI-MIB +307
A mibs/dell/Dell-VRTX-DEVICEPARAMS-MIB +794
A mibs/dell/Dell-VRTX-DHCPCL-MIB +798
A mibs/dell/Dell-VRTX-DOT1X-MIB +1,315
A mibs/dell/Dell-VRTX-ENDOFMIB-MIB +32
A mibs/dell/Dell-VRTX-GVRP-MIB +449
A mibs/dell/Dell-VRTX-JUMBOFRAMES-MIB +46
A mibs/dell/Dell-VRTX-MIB +716
A mibs/dell/Dell-VRTX-MIR-MIB +214
A mibs/dell/Dell-VRTX-MULTISESSIONTERMINAL-MIB +34
A mibs/dell/Dell-VRTX-SMON-MIB +110
A mibs/dell/Dell-VRTX-STORMCTRL-MIB +422
A mibs/dell/Dell-VRTX-TELNET-MIB +147
A mibs/dell/Dell-VRTX-TRACEROUTE-MIB +32
A mibs/dell/Dell-VRTX-TRAPS-MIB +760
A mibs/dell/Dell-VRTX-TRUNK-MIB +509
A mibs/dell/DNOS-AUTHENTICATION-MANAGER-MIB +624
A mibs/dell/DNOS-BGP-MIB +1,039
📈 0 added
📉 0 removed
M includes/definitions/os.inc.php +4 -2
M includes/discovery/sensors/dell-vendor-mib.inc.php +11 -1
M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +16 -6
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +28 -11
📈 59 added
📉 20 removed
Trivial: a few code cleanups, add correct title to iftype page, etc.
M html/graph.php -28
M html/includes/navbar.inc.php +12 -12
M html/pages/about.inc.php +29 -28
M html/pages/contact.inc.php +166 -176
M html/pages/contacts.inc.php +67 -72
M html/pages/iftype.inc.php +17 -17
M html/pages/locations.inc.php +13 -13
M html/pages/settings.inc.php +182 -182
M includes/definitions/graphtypes.inc.php +14
M includes/polling/functions.inc.php +3 -13
📈 503 added
📉 541 removed
Minor: initialize bgp cache variables, so we correctly show 0 in the navbar count field if there are none
M html/includes/cache-data.inc.php +4
📈 4 added
📉 0 removed
Trivial: check for >=10 instead of ==10 for admin rights, to be consistent with some other pages - part 2
M html/includes/alerting-navbar.inc.php +1 -1
M html/includes/group-navbar.inc.php +2 -2
M html/includes/maintenance-navbar.inc.php +1 -1
M includes/defaults.inc.php +1 -1
📈 5 added
📉 5 removed
Trivial: check for >=10 instead of ==10 for admin rights, to be consistent with some other pages
M html/pages/alert_check.inc.php +11 -14
M html/pages/alert_maintenance.inc.php +1 -1
M html/pages/group.inc.php +2 -2
📈 14 added
📉 17 removed
Minor: make page_title_prefix actually work (better). Remove unused variables, small cleanups and annotations.
M html/includes/functions.inc.php +8 -8
M html/includes/print/search.inc.php +2 -2
M html/index.php -4
M includes/defaults.inc.php +1 -6
M includes/snmp.inc.php +6 -6
📈 17 added
📉 26 removed
Minor: reinstate remember_me configuration option. Small cleanups.
M html/pages/apps.inc.php +1 -1
M html/pages/logon.inc.php +1 -1
M html/pages/settings.inc.php +1 -1
M html/pages/slas.inc.php +11 -9
M html/pages/vms.inc.php +2
📈 16 added
📉 12 removed
Minor: make sure traffic graphs on front page are enclosed in boxes
M html/pages/front/default.php +213 -206
📈 213 added
📉 206 removed
Fix scheduled maintenance date bug.
M html/pages/alert_maintenance_add.inc.php +1 -1
📈 1 added
📉 1 removed
Include device location in slack alerts.
M includes/alerting/slack.inc.php +1 -1
📈 1 added
📉 1 removed
Trivial: forgotten file for r7730
M html/includes/print/search.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: fix number_format used before maths; unify microtime/utime calls
M html/includes/cache-data.inc.php +2 -3
M html/includes/navbar.inc.php +2 -3
M html/index.php +6 -7
M includes/db/mysql.inc.php +10 -10
M includes/db/mysqli.inc.php +9 -9
📈 29 added
📉 32 removed
Minor: add a few more counts to the dropdown menu for consistency
M html/includes/navbar.inc.php +5 -5
📈 5 added
📉 5 removed
Minor: move/deduplicate a few more MIBs
M includes/definitions/mibs.inc.php +14 -7
M includes/discovery/processors/ns-root-mib.inc.php +1 -1
M includes/discovery/sensors/lm-sensors-mib.inc.php +4 -4
M includes/discovery/sensors/ns-root-mib.inc.php +3 -3
M includes/discovery/status/ns-root-mib.inc.php +2 -2
M includes/polling/netscaler-vsvr.inc.php +4 -4
M includes/polling/os/netscaler.inc.php +3 -3
M includes/polling/status/ns-root-mib-ha.inc.php +3 -5
A mibs/apnl
D mibs/APNL-MODULAR-PDU-MIB -1,002
A mibs/apnl/APNL-MODULAR-PDU-MIB +1,048
A mibs/gamatronic
D mibs/GAMATRONIC-MIB -8,261
A mibs/gamatronic/GAMATRONIC-MIB +8,393
D mibs/LM-SENSORS-MIB -220
D mibs/NS-ROOT-MIB -23,541
📈 34 added
📉 29 removed
Trivial: add search form building timing info
M html/includes/print/search.inc.php +6
M html/index.php +10
📈 16 added
📉 0 removed
Trivial: Add menu (navbar) build timing information
M html/includes/navbar.inc.php +7
M html/index.php +3
📈 10 added
📉 0 removed
Fix bug not ignoring ports on ignored devices from totals counts.
M html/includes/cache-data.inc.php +2 -1
📈 2 added
📉 1 removed
and undebug :)
M includes/discovery/printersupplies/printer-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed detect colours for Printer Supplies.
M html/pages/device/overview/printersupplies.inc.php +6 -2
M includes/discovery/printersupplies/printer-mib.inc.php +34 -13
📈 40 added
📉 15 removed
Fixed update bgp prefix graphs by vendor mibs. Added discovery Ink printer supply.
M html/includes/functions.inc.php +3 -3
M includes/discovery/functions.inc.php +17 -5
M includes/discovery/printersupplies/printer-mib.inc.php +36 -42
M includes/polling/bgp-peers.inc.php +2
📈 58 added
📉 50 removed
Trivial: small fix for html callback title code from r7720
M html/includes/functions.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: tack on Observium version to css and js links, to avoid browser caching problems. Remove a few blobs of dead code. Some cleanups. Insert correct page title without Javascript.
Showing the first 30 paths; 46 more are omitted from this static page.
M html/includes/functions.inc.php +75 -27
M html/includes/navbar.inc.php +2 -2
M html/includes/print/inventory.inc.php +2 -2
M html/includes/print/search.inc.php +6 -6
M html/index.php +24 -65
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_log.inc.php +1 -1
M html/pages/apps.inc.php +1 -1
M html/pages/authlog.inc.php +54 -53
M html/pages/bill.inc.php +8 -6
M html/pages/bill/edit.inc.php +2 -3
M html/pages/bill/history.inc.php +7 -6
M html/pages/bills.inc.php +8 -7
M html/pages/bills/add.inc.php +4 -3
M html/pages/bills/month.inc.php +1 -1
M html/pages/customers.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 +11 -11
M html/pages/device.inc.php +1 -1
M html/pages/device/apps.inc.php +1 -1
M html/pages/device/collectd.inc.php +1 -1
M html/pages/device/edit.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.inc.php +1 -1
M html/pages/device/hrdevice.inc.php +2 -1
M html/pages/device/latency.inc.php +1 -1
📈 293 added
📉 263 removed
Always use get_rrd_path() in graphs.
M html/includes/graphs/alert/auth.inc.php +1 -1
M html/includes/graphs/application/lighttpd_hits.inc.php +1 -6
M html/includes/graphs/application/lighttpd_scoreboardstatistics.inc.php +2 -2
M html/includes/graphs/application/lighttpd_servers.inc.php +1 -1
M html/includes/graphs/application/lighttpd_traffic.inc.php +1 -6
M html/includes/graphs/application/lighttpd_uptime.inc.php +3 -7
M html/includes/graphs/application/postfix_qshape_stats.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 -3
M html/includes/graphs/lb-virtual/auth.inc.php +1 -1
📈 13 added
📉 29 removed
Unified graphs return array (with status/runtime/options/etc).
M html/includes/graphs/application/vmwaretools_mem.inc.php +1 -1
M html/includes/graphs/cbqos/auth.inc.php +3 -2
M html/includes/graphs/device/ucd_memory.inc.php +1 -1
M html/includes/graphs/device/ucd_ss_cpu.inc.php +1 -4
M html/includes/graphs/generic_multi_separated.inc.php -2
M html/includes/graphs/graph.inc.php +22 -7
M html/includes/graphs/pseudowire/auth.inc.php -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/counter.inc.php +1 -1
M html/includes/graphs/sensor/current.inc.php +2 -1
M html/includes/graphs/sensor/dbm.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/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/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/temperature.inc.php +1 -1
M html/includes/graphs/sensor/voltage.inc.php +1 -1
M html/includes/graphs/sensor/waterflow.inc.php +1 -1
M html/pages/graphs.inc.php +17 -22
M includes/rrdtool.inc.php +12 -1
📈 76 added
📉 59 removed
Fixed discovery encoded (some time) SLA tag on Juniper
DISMAN-PING-MIB . Hide year graphs in rows on sm/md screens. Updated responsive classes hidden-*, visible-*-*.
M html/css/bootstrap.css +89 -367
M html/css/bootstrap/less/mixins3.less +3 -5
M html/css/bootstrap/less/responsive-utilities3.less +121 -147
M html/includes/print/rows.inc.php +14 -3
M includes/discovery/slas/disman-ping-mib.inc.php +6 -2
📈 20 added
📉 5 removed
March 2016
Improved visual styles for buttons and labels (moved to BS3). Fixed delete bill page.
Showing the first 30 paths; 2 more are omitted from this static page.
M html/css/bootstrap-hacks.css +8
M html/css/bootstrap-switch.css +6 -3
M html/css/bootstrap.css +1,486 -1,267
A html/css/bootstrap/less/badges3.less +66
M html/css/bootstrap/less/bootstrap.less +7 -3
A html/css/bootstrap/less/button-groups3.less +244
A html/css/bootstrap/less/buttons3.less +176
A html/css/bootstrap/less/labels3.less +85
M html/css/bootstrap/less/mixins3.less +41 -9
M html/css/bootstrap/less/normalize.less +164 -136
M html/css/bootstrap/less/variables3.less +113 -46
M html/includes/entities/device.inc.php +1 -1
M html/includes/entities/sensor.inc.php +1 -1
M html/includes/entities/status.inc.php +1 -1
M html/includes/functions.inc.php +2 -1
M html/includes/print/routing.inc.php +1 -1
M html/includes/print/search.inc.php +18 -5
M html/js/bootstrap-select.js +3 -3
M html/js/bootstrap-select.min.js +1 -1
M html/pages/alert_checks.inc.php +2 -1
M html/pages/alert_log.inc.php +1 -5
M html/pages/bill/delete.inc.php +30 -37
M html/pages/bills.inc.php +6 -14
M html/pages/bills/search.inc.php +42 -24
M html/pages/contacts.inc.php +4 -4
M html/pages/device/routing/bgp.inc.php +8 -8
M html/pages/edituser.inc.php +1 -1
M html/pages/search/arp.inc.php +1 -1
M html/pages/search/dot1x.inc.php +43 -33
M includes/billing.inc.php +19
📈 183 added
📉 140 removed
Increase maximum length of hostnames on /bgp/ pages to 18.
M html/includes/print/routing.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed small graphs issues in alert notifications. Improved Telegram transport. Graphs in Email transport now embedded as attachment.
M html/includes/graphs/common.inc.php +7 -4
M html/includes/graphs/graph.inc.php +8 -1
M html/includes/print/search.inc.php +1 -1
M includes/alerting/email.inc.php +34 -10
M includes/alerting/hipchat.inc.php +3 -3
M includes/alerting/telegram.inc.php +7 -7
M includes/alerts.inc.php +12 -9
M includes/definitions/entities.inc.php +1 -1
M includes/definitions/transports.inc.php +1 -1
A includes/templates/notification/telegram_text.tpl +25
M test_alert.php +2 -2
📈 101 added
📉 39 removed
Fix missing space in entity matching code for alerts.
M includes/alerts.inc.php +1 -1
📈 1 added
📉 1 removed
Improve telegram bot output format
M includes/alerting/telegram.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed discovery IPv6 addresses on Cisco IOS XR by
IP-MIB .
M includes/discovery/ip-addresses/ip-mib.inc.php +13 -23
📈 13 added
📉 23 removed
quick style fix.
M html/includes/print/search.inc.php +5 -3
M html/js/observium.js -1
📈 5 added
📉 3 removed
Multiple improvements for print_form() with rows forms, added more complex grid options. Replaced mostly old styled forms (print_search) to new, with great responsive design. Added some form helper functions.
Showing the first 30 paths; 3 more are omitted from this static page.
M html/css/bootstrap.css +27
M html/css/bootstrap/less/type.less +15 -1
M html/includes/entities/device.inc.php +28
M html/includes/functions.inc.php +47 -21
M html/includes/print/alert_log.inc.php +57 -20
M html/includes/print/events.inc.php +33
M html/includes/print/search.inc.php +126 -52
M html/includes/print/syslogs.inc.php +58
M html/js/observium.js +12 -7
M html/pages/alert_log.inc.php +66 -58
M html/pages/device/logs/alertlog.inc.php +53 -48
M html/pages/device/logs/eventlog.inc.php +61 -42
M html/pages/device/logs/syslog.inc.php +66 -46
M html/pages/device/port/arp.inc.php +35 -21
M html/pages/device/port/fdb.inc.php +40 -25
M html/pages/device/ports/arp.inc.php +36 -25
M html/pages/device/ports/fdb.inc.php +49 -33
M html/pages/device/ports/ipv4.inc.php +2 -2
M html/pages/device/ports/ipv6.inc.php +2 -2
M html/pages/devices.inc.php +28 -11
M html/pages/edituser.inc.php +9 -4
M html/pages/eventlog.inc.php +70 -61
M html/pages/graphs.inc.php +52 -23
M html/pages/inventory.inc.php +56 -38
M html/pages/ports.inc.php +1 -7
M html/pages/search/arp.inc.php +45 -48
M html/pages/search/fdb.inc.php +54 -40
M html/pages/search/ipv4.inc.php +8 -20
M html/pages/search/ipv6.inc.php +7 -21
M html/pages/search/mac.inc.php +39 -30
📈 1,995 added
📉 1,547 removed
Minor: add option to reverse nested locations hierarchy
M html/includes/navbar.inc.php +9 -1
M includes/config-variables.inc.php +10 -3
M includes/defaults.inc.php +3 -2
📈 22 added
📉 6 removed
Trivial: slightly increase printed location length for device listing; still fits nicely on 1280x1024
M html/includes/entities/device.inc.php +1 -1
📈 1 added
📉 1 removed
Improved generate_form_element() to allow use of grouping values in select/multiselect form elements. Improved/fixed some search forms. Updated bootstrap-select to latest.
M html/css/bootstrap-hacks.css +5
M html/css/bootstrap-select.css +36 -18
M html/css/bootstrap.css +26 -3
M html/css/bootstrap/less/dropdowns.less +59 -1
M html/css/bootstrap/less/mixins3.less +1 -1
M html/includes/print/search.inc.php +108 -38
A html/js/bootstrap-select.js +1,799
M html/js/bootstrap-select.min.js +4 -3
M html/pages/device/overview/processors-unix.inc.php +7 -10
M html/pages/edituser.inc.php +2 -1
M html/pages/search/ipv4.inc.php +13 -2
M html/pages/search/ipv6.inc.php +13 -1
📈 143 added
📉 52 removed
derp
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed display printer device type. Added Select/Deselect All buttons in multiselect forms.
M html/includes/print/search.inc.php +8 -1
M includes/definitions.inc.php +5 -8
📈 13 added
📉 9 removed
Improve popups for aggregated multiple processors.
M html/pages/device/overview/processors-unix.inc.php +19 -10
📈 19 added
📉 10 removed
Small fix for location menu settings. Small change for sorting indicator arrow.
M html/includes/print/common.inc.php +2 -2
M html/pages/settings.inc.php +1 -1
M includes/sql-config.inc.php +5 -2
📈 8 added
📉 5 removed
Minor: always use location search for nested URLs. Sometimes the location is both a partial and a full location, if the URL is set to the full location, you can't use it as a partial search anymore
M html/includes/navbar.inc.php +4 -10
📈 4 added
📉 10 removed
Trivial: remove unused config option, small grammar fix
M html/pages/pollerlog.inc.php +1 -1
M includes/config-variables.inc.php -7
M includes/defaults.inc.php -1
📈 1 added
📉 9 removed
Medium: add support for nested location menu with configurable separator and depth; including web interface options. remove location_menu_geocoded option (with migration path). Reinstate show_locations setting which didn't do anything.
M html/includes/navbar.inc.php +56 -10
M html/includes/print/navbar.inc.php +1 -1
M includes/config-variables.inc.php +20 -4
M includes/defaults.inc.php +3 -1
M includes/functions.inc.php +1
M includes/sql-config.inc.php +3
A update/274.php +25
📈 109 added
📉 16 removed
M includes/discovery/bgp-peers.inc.php +2 -1
M includes/polling/bgp-peers.inc.php +15 -5
📈 17 added
📉 6 removed
M includes/discovery/bgp-peers.inc.php +14 -1
📈 14 added
📉 1 removed
Added store poller wrapper and alerter processes in DB. More accurate checks for process infos. (Update DB schema recommended).
M includes/alerts.inc.php +5
M includes/common.inc.php +45 -15
M poller-wrapper.py +100 -23
A update/273.sql +2
📈 150 added
📉 38 removed
Fix some NetAPP graphs. Improve sorting indicator visibility.
M html/includes/entities/storage.inc.php +4 -4
M html/includes/print/common.inc.php +2 -2
M includes/definitions/os.inc.php +3 -3
📈 9 added
📉 9 removed
Additionaly skip polling ports which set as disabled (in device edit ports page).
M includes/polling/ports.inc.php +2 -1
📈 2 added
📉 1 removed
Added common functions add_process_info(), del_process_info(), check_process_run(). Check already running discovery process by DB queries. Poller just stored process info, without check.
M includes/common.inc.php +84 -2
M includes/discovery/functions.inc.php +8 -23
M includes/polling/functions.inc.php +5 -3
A update/272.sql +5
📈 97 added
📉 28 removed
Added check if discovery process for device already running. Added common function get_pid_info(). Fixed store poller module times as float numbers (not formatted strings).
M html/pages/device/perf.inc.php +1 -1
M includes/common.inc.php +63
M includes/discovery/functions.inc.php +26
M includes/polling/functions.inc.php +2 -2
📈 92 added
📉 3 removed
Improve sorting.
M html/includes/entities/mempool.inc.php +47 -20
M html/includes/entities/processor.inc.php +47 -13
M html/includes/entities/storage.inc.php +17 -17
📈 111 added
📉 50 removed
Also Cisco nxos os definition 'ports_separate_walk'.
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Added os definition option 'ports_separate_walk' for force to use new ports poller by per port/oid snmpwalk. Forced ONLY when total ports count more than 10 and ONLY for tested OSes where polling time reduced, ie: junos, catos, ciscosb, cisco-ons (other see in definitions, can disable in device - properties - modules page).
M html/pages/device/edit/modules.inc.php +24 -7
M includes/definitions/os.inc.php +31 -14
M includes/polling/ports.inc.php +11
📈 66 added
📉 21 removed
A includes/polling/ports/sw-mib.inc.php +45
📈 45 added
📉 0 removed
Improved experimental ports poller by separate oids walk and per port snmpget.
M includes/functions.inc.php +1
M includes/polling/ports.inc.php +87 -22
📈 88 added
📉 22 removed
derp
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
Added experimental feature for polling port
IF-MIB oids separately (not recommended and not enabled by default, use at own risk).
Added function
snmpget_cache_multi() (with same arguments as in snmpwalk_cache_* functions).
M html/includes/entities/device.inc.php +4 -2
M html/pages/device/edit/modules.inc.php +7
M includes/defaults.inc.php +1 -1
M includes/polling/ports.inc.php +55 -36
M includes/snmp.inc.php +81 -1
📈 148 added
📉 40 removed
Remove default no-padding from box footer. Update poller log graphs format and fix russglish.
M html/includes/print/rows.inc.php +1 -1
M html/pages/pollerlog.inc.php +3 -6
📈 4 added
📉 7 removed
Make poller wrapper stats default (and whatever changed in os.php)
M includes/defaults.inc.php +1 -1
M includes/definitions/os.inc.php +1
📈 2 added
📉 1 removed
Cleanup os definitions for Huawei devices.
M includes/defaults.inc.php +1 -1
M includes/definitions/os.inc.php +16 -17
M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +2 -2
M includes/discovery/processors/huawei-entity-extent-mib.inc.php +1 -1
A includes/polling/os/huawei.inc.php +30
D includes/polling/os/vrp.inc.php -30
📈 50 added
📉 51 removed
Added new mib files (deliberant, dell, eltex, vmware).
Showing the first 30 paths; 72 more are omitted from this static page.
M mibs/brocade/BD-MIB +16 -3
M mibs/brocade/IBM-BCCUSTOM-MIB +204 -43
M mibs/brocade/SW-MIB +50 -11
A mibs/deliberant
A mibs/deliberant/DELIBERANT-MIB +36
A mibs/deliberant/DLB-802DOT11-EXT-MIB +452
A mibs/deliberant/DLB-ATHDRV-STATS-MIB +1,892
A mibs/deliberant/DLB-GENERIC-MIB +54
A mibs/deliberant/DLB-RADIO3-DRV-MIB +811
A mibs/dell/Dell-3SW2SWTABLES-MIB +34
A mibs/dell/Dell-AAA +3,324
A mibs/dell/Dell-BANNER-MIB +185
A mibs/dell/Dell-BaudRate-MIB +74
A mibs/dell/Dell-BRGMACSWITCH-MIB +165
A mibs/dell/Dell-BRIDGE-SECURITY +897
A mibs/dell/Dell-BRIDGEMIBOBJECTS-MIB +2,041
A mibs/dell/Dell-CDB-MIB +52
A mibs/dell/Dell-CLI-MIB +308
A mibs/dell/Dell-COPY-MIB +1,227
A mibs/dell/Dell-CPU-COUNTERS-MIB +163
A mibs/dell/Dell-DEBUGCAPABILITIES-MIB +44
A mibs/dell/Dell-DEVICEPARAMS-MIB +795
A mibs/dell/Dell-DHCP-MIB +1,167
A mibs/dell/Dell-DHCPCL-MIB +799
A mibs/dell/Dell-DHCPv6 +43
A mibs/dell/Dell-DHCPv6-CLIENT +506
A mibs/dell/Dell-DNSCL-MIB +1,376
A mibs/dell/Dell-DOT1X-MIB +1,316
A mibs/dell/Dell-EEE-MIB +310
A mibs/dell/Dell-EMBWEB-MIB +498
📈 0 added
📉 0 removed
Fix storage sorting.
M html/includes/entities/storage.inc.php +48 -22
📈 48 added
📉 22 removed
Split omnistack into a new os (radlan) and correctly split aosw (aruba).
M includes/definitions/os.inc.php +30 -2
A includes/polling/os/aosw.inc.php +5
A includes/polling/os/omnistack.inc.php +19
📈 54 added
📉 2 removed
Medium: fix BGP peer info updates
M includes/discovery/bgp-peers.inc.php +1 -1
📈 1 added
📉 1 removed
Added detect Cisco SB SG350XG switches.
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Fixed
ifDescr processing when numeric part contain non-numeric text (ie ServiceInstance).
M includes/rewrites.inc.php +2 -1
📈 2 added
📉 1 removed
Trivial: Clarify about page statistics for dagb
M html/pages/about.inc.php +5 -5
📈 5 added
📉 5 removed
undebug adama
M includes/discovery/ports-stack.inc.php -2
📈 0 added
📉 2 removed
Use gmp_add() for calculate port pkts hc counters (if possible). Fixed html forms queries with comma (in some cases).
M html/includes/functions.inc.php +8 -8
M includes/definitions/mibs.inc.php +12
M includes/polling/ports.inc.php +17 -6
📈 37 added
📉 14 removed
Skip stack entries when either high/low isn't numeric.
M includes/discovery/ports-stack.inc.php +8
📈 8 added
📉 0 removed
Add detection of airconsole devices, including version detection from
sysDescr . Icon is terribad, because they have no logo!
A html/images/os/airconsole_2x.png +1
A html/images/os/airconsole.png +1
M includes/definitions/os.inc.php +10
A includes/polling/os/airconsole.inc.php +16
📈 26 added
📉 0 removed
Add shell script providing v3 support for freeradius
A scripts/agent-local/freeradius.sh +25
📈 25 added
📉 0 removed
Add support for Teradici PCOIP
M includes/definitions/graphtypes.inc.php +77 -1
M includes/definitions/os.inc.php +4 -2
M includes/definitions/rewrites.inc.php +1
A includes/polling/graphs/teradici-pcoipv2-mib.inc.php +79
A includes/polling/os/teradici-pcoip.inc.php +33
A mibs/teradici/TERADICI-PCOIPv2-MIB +808
📈 194 added
📉 3 removed
Do not show port linked devices for not permitted users.
M html/includes/entities/port.inc.php +2
📈 2 added
📉 0 removed
Do not override module name by wmi poller module.
M includes/polling/applications.inc.php +2 -2
M includes/polling/wmi.inc.php +3 -3
📈 5 added
📉 5 removed
Fixed rrd update error with big Counter64 numpers in ports poller module.
M includes/polling/ports.inc.php +4
📈 4 added
📉 0 removed
Prevent mark ports as DELETED when snmpwalk
IF-MIB ::
ifTable return not complete data.
M includes/polling/ports.inc.php +8 -2
M includes/snmp.inc.php +30 -4
📈 38 added
📉 6 removed
Slightly more inclusive regexp for drbd parser.
M includes/polling/applications/drbd.inc.php +1 -3
📈 1 added
📉 3 removed
Clean up DRBD graph defs.
M html/includes/graphs/application/drbd_disk_bits.inc.php +6 -3
M html/includes/graphs/application/drbd_network_bits.inc.php +1 -1
📈 7 added
📉 4 removed
M includes/common.inc.php +2 -2
M includes/definitions/mibs.inc.php +7 -1
M includes/definitions/os.inc.php +5
M includes/discovery/inventory/entity-mib.inc.php +10 -2
M includes/polling/ports.inc.php +1 -8
A includes/polling/ports/cisco-stack-mib.inc.php +49
📈 74 added
📉 13 removed
Minor: fix Kamailio unix-agent app, fixed #1746
M includes/polling/applications/kamailio.inc.php +3 -1
📈 3 added
📉 1 removed
undebug. adama ;)
M includes/polling/ports.inc.php -2
M includes/polling/unix-agent.inc.php -3
📈 0 added
📉 5 removed
Fix DRBD application poller
M html/pages/device/apps.inc.php +1
M includes/polling/applications/drbd.inc.php +65 -15
M includes/polling/unix-agent.inc.php +8 -2
📈 74 added
📉 17 removed
Major: rewrite printer supplies module; make sure to rerun discovery after svn up. + a few minor tweaks
Showing the first 30 paths; 30 more are omitted from this static page.
M html/includes/authenticate.inc.php +3 -3
M html/includes/cache-data.inc.php +2 -2
M html/includes/entities/mempool.inc.php +1 -1
M html/includes/entities/port.inc.php +2 -2
A html/includes/entities/printersupply.inc.php +192
M html/includes/entities/processor.inc.php +1 -1
M html/includes/entities/pseudowire.inc.php +1 -1
M html/includes/entities/sensor.inc.php +1 -1
M html/includes/entities/sla.inc.php +1 -1
M html/includes/entities/status.inc.php +1 -1
M html/includes/entities/storage.inc.php +1 -1
D html/includes/entities/toner.inc.php -182
M html/includes/functions.inc.php +2 -2
A html/includes/graphs/device/printersupplies_cleanerunit.inc.php +18
A html/includes/graphs/device/printersupplies_developer.inc.php +18
A html/includes/graphs/device/printersupplies_drum.inc.php +18
A html/includes/graphs/device/printersupplies_fuser.inc.php +18
A html/includes/graphs/device/printersupplies_other.inc.php +18
A html/includes/graphs/device/printersupplies_toner.inc.php +18
A html/includes/graphs/device/printersupplies_transferunit.inc.php +18
A html/includes/graphs/device/printersupplies_wastetoner.inc.php +18
A html/includes/graphs/device/printersupplies.inc.php +65
D html/includes/graphs/device/toner.inc.php -70
A html/includes/graphs/printersupply
M html/includes/graphs/printersupply/auth.inc.php +29
M html/includes/graphs/printersupply/usage.inc.php +42
D html/includes/graphs/toner
M html/includes/navbar.inc.php +2 -2
M html/pages/about.inc.php +17 -17
M html/pages/bills.inc.php +3 -3
📈 1,187 added
📉 927 removed
M includes/polling/ports.inc.php +9
📈 9 added
📉 0 removed
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Trivial: clean up diskstat unix-agent code
M includes/polling/unix-agent/diskstat.inc.php +62 -58
📈 62 added
📉 58 removed
Minor: fix virt-what <-> hardware logic when multiple lines are returned by virt-what
M includes/polling/os/unix.inc.php +4 -4
📈 4 added
📉 4 removed
Expand packages table name field to 96 characters from 64.
📈 0 added
📉 0 removed
Add postfix mailgraph summary graphs
A html/includes/graphs/application/postfix_mailgraph_reject.inc.php +48
A html/includes/graphs/application/postfix_mailgraph_sent.inc.php +46
A html/includes/graphs/application/postfix_mailgraph_spam.inc.php +46
D html/includes/graphs/application/postfix_reject.inc.php -48
D html/includes/graphs/application/postfix_sent.inc.php -46
D html/includes/graphs/application/postfix_spam.inc.php -46
M html/pages/device/apps/postfix_mailgraph.inc.php +3 -3
M includes/definitions/apps.inc.php +1
📈 144 added
📉 143 removed
M includes/definitions/os.inc.php +12
A includes/discovery/sensors/cpqpower-mib.inc.php +152
A includes/polling/os/hpups.inc.php +19
A mibs/hp/CPQPOWER-MIB +5,915
📈 183 added
📉 0 removed
undebug
M html/pages/bill/actions.inc.php -2
M includes/functions.inc.php -2
📈 0 added
📉 4 removed
Add support for version/hardware from some Dlink APs
A includes/polling/os/dlinkap.inc.php +39
A mibs/dlink
A mibs/dlink/APMII-DAP-3520-MIB +7,986
A mibs/dlink/APMII-DWL-3200AP-MIB +7,026
📈 39 added
📉 0 removed
Fix hardware detection for Dell/HP devices on windows.
M includes/polling/os/windows.inc.php +3 -3
📈 3 added
📉 3 removed
Expand broadcom fastpath sysdescr regexp
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Unhide warning limits for sensors.
M html/pages/device/edit/sensors.inc.php +2
📈 2 added
📉 0 removed
Add Service as possible prefix to port descr parser. This code could do with looking at, it's old and dirty.
M includes/port-descr-parser.inc.php +2 -1
📈 2 added
📉 1 removed
Implement $config['bad_ifalias_regexp']
M includes/defaults.inc.php +4
M includes/functions.inc.php +16
📈 20 added
📉 0 removed
Add UI and unix-agent for LVS statistics. Currently missing poller module.
A html/includes/graphs/application/lvs_stats_bytes.inc.php +22
A html/includes/graphs/application/lvs_stats_connections.inc.php +22
A html/includes/graphs/application/lvs_stats_packets.inc.php +23
A html/pages/device/apps/lvs_stats.inc.php +17
M includes/definitions/apps.inc.php +1
A scripts/agent-local/lvs_stats +26
📈 111 added
📉 0 removed
Improve bill deletion workflow.
M html/pages/bill/actions.inc.php -18
M html/pages/bill/delete.inc.php +9 -11
M html/pages/bills.inc.php +18
📈 27 added
📉 29 removed
Fix some broken graph browser pages sometimes.
M html/includes/graphs/device/graph.inc.php +1 -1
M html/includes/graphs/graph.inc.php +2 -1
📈 3 added
📉 2 removed
Fix minor billing UI issue.
M html/pages/bill/actions.inc.php +3
M html/pages/bill/edit.inc.php +10 -8
📈 13 added
📉 8 removed
Add support for graphing additional statistics for block devices via the UNIX-AGENT.
A html/includes/graphs/diskio/stat.inc.php +37
M html/includes/graphs/generic_simplex.inc.php +6
M html/pages/device/health/diskio.inc.php +7 -3
A includes/polling/unix-agent/diskstat.inc.php +69
📈 119 added
📉 3 removed
Improve power graph
M html/includes/graphs/sensor/power.inc.php +11 -15
📈 11 added
📉 15 removed
Add additional GE UPS detection.
M includes/discovery/os/linux.inc.php +3
📈 3 added
📉 0 removed
February 2016
Multiple cleanups and fixes to html.
Showing the first 30 paths; 14 more are omitted from this static page.
M html/includes/entities/mempool.inc.php +1 -3
M html/includes/entities/port.inc.php +1 -1
M html/includes/entities/processor.inc.php +1 -3
M html/includes/entities/storage.inc.php +2 -4
M html/includes/print/dot1xtable.inc.php +6 -2
M html/includes/print/rows.inc.php +2 -2
M html/pages/about.inc.php +1 -1
M html/pages/alert_check.inc.php +2 -2
M html/pages/alert_regenerate.inc.php +3 -2
M html/pages/bill/infoboxes.inc.php +13 -13
M html/pages/customers.inc.php +5 -1
M html/pages/customoids.inc.php +1 -1
M html/pages/deleted-ports.inc.php +4
M html/pages/device.inc.php +1 -1
M html/pages/device/alerts.inc.php +2 -2
M html/pages/device/entphysical.inc.php +2 -2
M html/pages/device/health/diskio.inc.php +7 -10
M html/pages/device/health/mempool.inc.php +7 -10
M html/pages/device/health/processor.inc.php +7 -10
M html/pages/device/health/sensors.inc.php +7 -11
M html/pages/device/health/storage.inc.php +7 -10
M html/pages/device/overview/c6kxbar.inc.php +5 -10
M html/pages/device/overview/information_extended.inc.php +2 -6
M html/pages/device/overview/information.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +7 -11
M html/pages/device/overview/processors-unix.inc.php +7 -10
M html/pages/device/overview/processors.inc.php +7 -11
M html/pages/device/overview/sensors.inc.php +12 -25
M html/pages/device/overview/status.inc.php +6 -12
M html/pages/device/overview/storage.inc.php +6 -12
📈 224 added
📉 319 removed
Medium: Add IPMI 'percent' sensors as capacity sensors; also move a few MIBs to vendor subdirs
M includes/definitions/mibs.inc.php +3 -3
M includes/definitions/sensors.inc.php +1
M includes/discovery/sensors/xups-mib.inc.php +1
A mibs/eaton/XUPS-MIB +2,379
D mibs/MG-SNMP-UPS-MIB -2,861
A mibs/mge
A mibs/mge/MG-SNMP-UPS-MIB +2,967
D mibs/RMON-MIB -3,726
D mibs/XUPS-MIB -2,139
📈 5 added
📉 3 removed
Fixed polling Lighttpd app.
M html/includes/graphs/application/lighttpd_scoreboardstatistics.inc.php +1 -1
M includes/polling/applications/lighttpd.inc.php +5 -3
📈 6 added
📉 4 removed
Added snmp/ping timeout/retries options to WebUI config page.
M includes/config-variables.inc.php +79 -30
M includes/definitions.inc.php +3 -3
📈 82 added
📉 33 removed
More correct exit status returned on high load or vm systems by external_exec() (fix for issue in proc_get_status()).
M includes/common.inc.php +18 -5
📈 18 added
📉 5 removed
Correct IPv6 hover tooltip
M html/includes/entities/port.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed check array counts after fetch entries from db.
M includes/alerts.inc.php +3 -3
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/ip-addresses.inc.php +10 -1
M includes/entities.inc.php +1 -1
M includes/functions.inc.php +1 -1
M includes/rewrites.inc.php +2 -2
📈 21 added
📉 12 removed
Fixed discovery BGP peers in some cases.
M html/includes/print/search.inc.php +1 -1
M includes/discovery/bgp-peers.inc.php +1 -1
📈 2 added
📉 2 removed
Fixed pass mibs enable(disable) option from config file, since this options moved to definitions.
M html/includes/print/search.inc.php +15 -4
M html/pages/mibs.inc.php +37 -13
M includes/definitions.inc.php +1 -1
📈 53 added
📉 18 removed
Correctly add IPv6 addresses from F5 BigIP devices
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +15 -4
📈 15 added
📉 4 removed
Fixed issue with detect remote port for LLDP neighbours on some devices (OBSERVIUM-1716).
M includes/discovery/neighbours/lldp-mib.inc.php +7 -1
📈 7 added
📉 1 removed
Major: correctly trim all empty lines from checker conditions; adjust already stored checkers. Fixes non-firing alert with only one metric check + 'require all conditions'
M html/pages/add_alert_check.inc.php +3 -3
M html/pages/alert_check.inc.php +1 -1
A update/269.php +32
📈 36 added
📉 4 removed
Added discovery Cisco SB DOM sensors by
CISCOSB-PHY-MIB . Added centi/deci/deca/hecto scales and fixed exa/peta in
si_to_scale() function.
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +1
A includes/discovery/sensors/ciscosb-phy-mib.inc.php +122
M includes/functions.inc.php +5 -4
M tests/IncludesFunctionsTest.php +4 -2
📈 138 added
📉 6 removed
Added change order ability for include MIBs definitions in
get_device_mibs() (used in
include-dir-mib.inc.php). Added discovery IPv6 addresses by CISCOSB-IPv6. Fixed discovery mempools by
CISCO-PROCESS-MIB . Fixed Cisco SPA device definitions.
M includes/common.inc.php +55 -15
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +8 -4
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/ip-addresses.inc.php +22 -3
M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +1 -2
A includes/discovery/ip-addresses/ciscosb-ipv6.inc.php +80
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +4 -7
M includes/discovery/ip-addresses/ip-mib.inc.php +12 -18
M includes/discovery/ip-addresses/ipv6-mib.inc.php +1 -2
M includes/discovery/mempools/cisco-memory-pool-mib.inc.php +1 -1
M includes/discovery/mempools/cisco-process-mib.inc.php +3 -4
M includes/include-dir-mib.inc.php +7 -2
M tests/data/test_definitions.inc.php +23 -5
M tests/IncludesCommonTest.php +102 -9
📈 326 added
📉 73 removed
Changed mib_dir from definitions order (mibs definition before os defs). Improved snmpwalk_cache_oid_num2() (skip empty indexes). Shifted OBS_SNMP_* constants.
M includes/definitions.inc.php +27 -23
M includes/discovery/os.inc.php +10 -5
M includes/snmp.inc.php +29 -19
📈 66 added
📉 47 removed
Added discover supported MIBs also by AGENT-CAPABILITIES (tested on Cisco devices).
M includes/discovery/os.inc.php +44 -3
📈 44 added
📉 3 removed
Updated MIBs (cisco, huawei, nortel). Added multiple additional
sysORIDs (founded on devices).
Showing the first 30 paths; 202 more are omitted from this static page.
M includes/definitions/mibs.inc.php +35 -14
D mibs/AIRPORT-BASESTATION-3-MIB -403
A mibs/apple
A mibs/apple/AIRPORT-BASESTATION-3-MIB +461
M mibs/cisco/CISCO-DOT11-ANTENNA-MIB +9 -10
M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +110 -19
A mibs/cisco/CISCO-LPTS-MIB +423
M mibs/cisco/CISCO-PRODUCTS-MIB +27 -1
A mibs/cisco/CISCO-SSLVPN-MIB +827
A mibs/cisco/CISCO-UNIFIED-COMPUTING-AAA-MIB +7,104
M mibs/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB +1,830 -50
A mibs/cisco/CISCO-UNIFIED-COMPUTING-BIOS-MIB +5,509
A mibs/cisco/CISCO-UNIFIED-COMPUTING-BMC-MIB +267
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CALLHOME-MIB +1,428
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB +1,997
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CHANGE-MIB +188
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CIMCVMEDIA-MIB +820
A mibs/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB +3,712
M mibs/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB +2,616 -28
A mibs/cisco/CISCO-UNIFIED-COMPUTING-CONFIG-MIB +399
A mibs/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB +960
A mibs/cisco/CISCO-UNIFIED-COMPUTING-DHCP-MIB +337
A mibs/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB +765
A mibs/cisco/CISCO-UNIFIED-COMPUTING-DOMAIN-MIB +937
A mibs/cisco/CISCO-UNIFIED-COMPUTING-DPSEC-MIB +174
A mibs/cisco/CISCO-UNIFIED-COMPUTING-EPQOS-MIB +1,214
M mibs/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB +2,968 -33
A mibs/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB +8,706
A mibs/cisco/CISCO-UNIFIED-COMPUTING-EVENT-MIB +686
A mibs/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB +761
📈 35 added
📉 14 removed
Use additional sysORID numeric oids for detect supported MIBs (not always devices reported module identity).
M includes/definitions/mibs.inc.php +9 -1
M includes/discovery/os.inc.php +18 -8
📈 27 added
📉 9 removed
M includes/definitions/mibs.inc.php +36 -1
D includes/discovery/sensors/carel-ug40cdz-mib.inc.php -93
A update/268.php +99
📈 135 added
📉 94 removed
Improved RADIUS authentication. Added encrypted authentication methods (CHAP, MSCHAPv1, MSCHAPv2). Added group based user levels (uses Filter-Id (11) or Reply-Message (18) attributes). Fixed some errors.
M html/includes/authentication/radius.inc.php +139 -7
M html/pages/preferences/general.inc.php +10 -1
M includes/config-variables.inc.php +14
M includes/defaults.inc.php +11 -1
A libs/pear/Crypt
A libs/pear/Crypt/CHAP.php +463
📈 174 added
📉 9 removed
M includes/definitions/mibs.inc.php +1 -1
M includes/discovery/sensors/carel-ug40cdz-mib.inc.php +3 -2
A mibs/carel
D mibs/CAREL-ug40cdz-MIB -1,535
A mibs/carel/CAREL-ug40cdz-MIB +1,546
📈 4 added
📉 3 removed
Trivial: move Supermicro MIBs into subdir
M includes/definitions/mibs.inc.php +1 -1
M includes/definitions/os.inc.php +1
A mibs/supermicro
D mibs/SUPERMICRO-HEALTH-MIB -231
D mibs/SUPERMICRO-SMI -46
A mibs/supermicro/SUPERMICRO-HEALTH-MIB +246
A mibs/supermicro/SUPERMICRO-SMI +55
📈 2 added
📉 1 removed
Minor: entity-fy virtual machines somewhat more - not alertable yet because we don't poll vm data yet. Add global VM list page. Small cleanups
M html/includes/cache-data.inc.php +4 -10
A html/includes/entities/virtualmachine.inc.php +202
M html/includes/navbar.inc.php +6 -7
M html/includes/print/rows.inc.php -44
M html/pages/about.inc.php +55 -49
M html/pages/device/vm.inc.php +1 -15
A html/pages/vms.inc.php +18
M includes/definitions/entities.inc.php +8
M includes/definitions/rewrites.inc.php +2 -1
M includes/entities.inc.php +10 -1
M includes/polling/unix-agent.inc.php +8 -4
📈 314 added
📉 131 removed
Trivial: document config/mibs array fields; add 'oid_descr' option for status sensors as well
M includes/definitions/mibs.inc.php +36 -8
M includes/discovery/sensors.inc.php +7
📈 43 added
📉 8 removed
Moved simple status/sensor discovery by
DELL-RAC-MIB to mibs definitions.
M includes/definitions/mibs.inc.php +23 -6
M includes/definitions/status.inc.php -9
M includes/discovery/sensors.inc.php +10 -2
M includes/discovery/sensors/dell-rac-mib.inc.php -21
D includes/discovery/status/dell-rac-mib.inc.php -51
📈 33 added
📉 89 removed
Trivial: rename oid to identity_num; add forgotten leading . to one identity
M includes/definitions/mibs.inc.php +1,175 -1,176
M includes/discovery/os.inc.php +7 -7
📈 1,182 added
📉 1,183 removed
Improved support for Blue Coat devices. Added basic os discovery for Blue Coat Management Center and Content Analysis System.
M includes/definitions/graphtypes.inc.php +72
M includes/definitions/mibs.inc.php +6
M includes/definitions/os.inc.php +18 -3
A includes/polling/graphs/bluecoat-cas-mib.inc.php +49
A includes/polling/os/bcmc.inc.php +18
A includes/polling/os/cas.inc.php +41
A mibs/bluecoat/BCSI-MIB +19
A mibs/bluecoat/BLUECOAT-CAS-MIB +604
M mibs/bluecoat/BLUECOAT-MIB +27 -1
M mibs/bluecoat/BLUECOAT-SG-PROXY-MIB +11 -12
📈 204 added
📉 3 removed
Added inventory discovery for Dell iDRAC v6 devices.
M includes/definitions/mibs.inc.php +1
M includes/definitions/models.inc.php +2
A includes/discovery/inventory/dell-rac-mib.inc.php +82
M includes/polling/os/drac.inc.php +8 -3
📈 93 added
📉 3 removed
Added ability for change discovery modules run order. Run storage discovery module at last on Cisco devices.
M includes/definitions/os.inc.php +6 -2
M includes/discovery/functions.inc.php +59
M includes/discovery/storage/cisco-flash-mib.inc.php +2
📈 67 added
📉 2 removed
Minor: fixes to mib_dir, rename 1 wrongly named MIB
M includes/definitions/mibs.inc.php +46 -47
M includes/definitions/os.inc.php +1 -1
D includes/discovery/sensors/zxr10-optical-info.inc.php -91
A includes/discovery/sensors/zxr10opticalmib.inc.php +91
📈 138 added
📉 139 removed
Minor: rename stray MIB, update a number of mib_dirs and spelling mistakes, add
POWER-ETHERNET-MIB to ciscosb
M includes/definitions/mibs.inc.php +105 -97
M includes/definitions/os.inc.php +5 -4
M includes/discovery/os.inc.php +2 -1
D includes/discovery/sensors/sensorgateway-mib.inc.php -40
A includes/discovery/sensors/serverscheck.inc.php +40
D mibs/isilion
A mibs/isilon
A mibs/netgear/NETGEAR-POWER-ETHERNET-MIB +113
📈 152 added
📉 142 removed
Added/updated MIBs (avaya, bsd, fortinet, pbn).
A mibs/avaya/AV-SME-PLATFORM-MIB +334
A mibs/avaya/AV-SME-PLATFORM-PROD-MIB +288
A mibs/avaya/AVAYAGEN-MIB +104
A mibs/avaya/IPO-MIB +2,499
A mibs/avaya/IPO-PHONES-MIB +691
A mibs/avaya/IPO-PROD-MIB +1,202
M mibs/bsd/OPENBSD-BASE-MIB +2
M mibs/bsd/OPENBSD-PF-MIB +123 -16
A mibs/bsd/OPENBSD-RELAYD-MIB +764
A mibs/bsd/OPENBSD-SNMPD-CONF +89
M mibs/fortinet/FORTINET-CORE-MIB +9 -1
A mibs/fortinet/FORTINET-FORTIANALYZER-MIB +538
M mibs/fortinet/FORTINET-FORTIGATE-MIB +508 -26
A mibs/lenovo
A mibs/lenovo/IOMEGANAS-MIB +665
A mibs/pbn
A mibs/pbn/NMS-LLDP +2,112
A mibs/pbn/NMS-MEMORY-POOL-MIB.MIB +189
A mibs/pbn/NMS-PROCESS-MIB.MIB +414
A mibs/pbn/NMS-QOS-PIB-MIB.MIB +1,998
A mibs/pbn/NMS-SMI +100
A mibs/pbn/NMS-TC.MIB +703
A mibs/pbn/PBN-MIB +6,712
A mibs/pbn/PBN-ROOT +27
📈 0 added
📉 0 removed
Improved discovery MIBs through sysORID.
M html/pages/device/edit/mibs.inc.php +2 -1
M includes/common.inc.php +23 -15
M includes/discovery/os.inc.php +34 -22
M includes/snmp.inc.php +10 -6
📈 69 added
📉 44 removed
Trivial: add MIBs to definitions that were linked to an OS type/group but not in the MIBs array
M includes/definitions/mibs.inc.php +22 -2
📈 22 added
📉 2 removed
Improved debug snmp error messages.
M html/pages/device/edit/mibs.inc.php +2 -2
M includes/definitions.inc.php +16 -16
M includes/snmp.inc.php +34 -20
📈 52 added
📉 38 removed
Added specific snmp error reasons for incorrectly specified MIB/oid and net-snmp .index bug.
M includes/definitions.inc.php +5
M includes/snmp.inc.php +2
📈 7 added
📉 0 removed
Updated Dell MIBs to latest.
D mibs/DCS3FRU-MIB -182
M mibs/dell/DCS3RMT-MIB +4 -4
M mibs/dell/DELL-RAC-MIB +437 -95
M mibs/dell/IDRAC-MIB +1,826 -443
M mibs/dell/IDRAC-MIB-SMIv2 +1,888 -456
M mibs/dell/MIB-Dell-10892 +31 -12
M mibs/dell/MIB-Dell-OME +9 -9
A mibs/dell/QLASP-Config-MIB +514
A mibs/dell/QLASP-Statistics-MIB +410
A mibs/dell/QLGC-adapterInfo-MIB +281
A mibs/dell/QLGC-QLASPTrap-MIB +83
M mibs/dell/StorageManagement-MIB +427 -5
D mibs/SWL2MGMT-MIB -3,769
D mibs/SWL3MGMT-MIB -1,319
📈 0 added
📉 0 removed
Trivial: move MIBs to subdirs, for changed MIB definitions in previous commit
M mibs/cisco/OLD-CISCO-CHASSIS-MIB +2,427 -2,543
D mibs/cisco/OLD-CISCO-CHASSIS-MIB-V1SMI -2,457
D mibs/DeltaUPS-MIB -1,628
D mibs/IEEE-802DOT17-RPR-MIB -6,773
A mibs/ingrasys
A mibs/ingrasys/IPOMANII-MIB +4,570
D mibs/IPOMANII-MIB -4,296
D mibs/P-BRIDGE-MIB -1,162
D mibs/ZYXEL-ZYWALL-ZLD-COMMON-MIB -75
D mibs/zyxel/ZYXEL-NWA-SERIES -867
A mibs/zyxel/ZYXEL-NWA-SERIES_v1-4-2 +900
A mibs/zyxel/ZYXEL-ZYWALL-ZLD-COMMON-MIB +75
📈 0 added
📉 0 removed
Minor: with previous commit: clean up hardware detection code, add missing HP MIB to mibs definitions
M includes/definitions/mibs.inc.php +10 -3
M includes/definitions/os.inc.php +2
M includes/polling/os/unix.inc.php +6 -6
M includes/polling/os/windows.inc.php +6 -6
📈 24 added
📉 15 removed
Minor: Also detect HP hardware on Windows if HP agents are installed
M includes/polling/os/unix.inc.php +12 -15
M includes/polling/os/windows.inc.php +16 -5
📈 28 added
📉 20 removed
undebug
M scripts/rename-mibs.pl +2 -2
📈 2 added
📉 2 removed
Added multiple per-model D-Link MIBs (not tested). Improved rename mibs script (added mibs compare ability).
Showing the first 30 paths; 302 more are omitted from this static page.
D mibs/ASTERISK-MIB -734
A mibs/d-link/DES-1252-MIB +2,085
A mibs/d-link/DES-1526-MIB +1,641
A mibs/d-link/DES-2108-B1-MIB +2,080
A mibs/d-link/DES-2108-MIB +1,259
A mibs/d-link/DES-2110-MIB +1,259
A mibs/d-link/DES-3810-28-L3MGMT-MIB +3,195
A mibs/d-link/DES-3810-52-L3MGMT-MIB +3,198
A mibs/d-link/DES2218-MIB +1,247
A mibs/d-link/DES3010F-L2MGMT-MIB +3,635
A mibs/d-link/DES3010FL-L2MGMT-MIB +3,635
A mibs/d-link/DES3010g-L2MGMT-MIB +3,635
A mibs/d-link/DES3016-L2MGMT-MIB +3,712
A mibs/d-link/DES3018-L2MGMT-MIB +3,636
A mibs/d-link/DES3026-L2MGMT-MIB +3,635
A mibs/d-link/DES3028G-L2MGMT-MIB +4,967
A mibs/d-link/DES3028P-L2MGMT-MIB +4,967
A mibs/d-link/DES3052-L2MGMT-MIB +4,967
A mibs/d-link/DES3052P-L2MGMT-MIB +4,967
A mibs/d-link/DES3200-28P-L2MGMT-MIB +6,101
A mibs/d-link/DES3200-28P-L3MGMT-MIB +3,815
A mibs/d-link/DES3200-52-L2MGMT-MIB +6,101
A mibs/d-link/DES3200-52-L3MGMT-MIB +3,815
A mibs/d-link/DES3200-52P-L2MGMT-MIB +6,101
A mibs/d-link/DES3200-52P-L3MGMT-MIB +3,815
A mibs/d-link/DES3216-MIB +1,277
A mibs/d-link/DES3225G-MIB +1,512
M mibs/d-link/DES3526-L2MGMT-MIB +1,311 -245
A mibs/d-link/DES3528-L2MGMT-MIB +3,782
A mibs/d-link/DES3528-SWL3MGMT-MIB +3,529
📈 42 added
📉 12 removed
Trivial: even more MIB renames and deduplication (split over multiple commits not to make them too large / updating slow / .index corruption
Showing the first 30 paths; 290 more are omitted from this static page.
D mibs/220AQV1C0-private -75
A mibs/adaptec/ADAPTEC-UNIVERSAL-STORAGE-MIB +3,921
D mibs/adaptec/ADAPTEC-UNIVERSAL-STORAGE-MIB.txt -3,748
A mibs/aos7/ALCATEL-IND1-AAA-MIB +1,521
D mibs/aos7/ALCATEL-IND1-AAA-MIB.mib -1,486
A mibs/aos7/ALCATEL-IND1-AL-SRV-MIB +166
D mibs/aos7/ALCATEL-IND1-ALSRV-MIB.mib -157
A mibs/aos7/ALCATEL-IND1-APP-FINGERPRINT-MIB +633
D mibs/aos7/ALCATEL-IND1-APP-FINGERPRINT-MIB.mib -620
A mibs/aos7/ALCATEL-IND1-AUTO-FABRIC-MIB +422
D mibs/aos7/ALCATEL-IND1-AUTO-FABRIC-MIB.mib -403
A mibs/aos7/ALCATEL-IND1-BASE +766
D mibs/aos7/ALCATEL-IND1-BASE.mib -766
A mibs/aos7/ALCATEL-IND1-BFD-MIB +830
D mibs/aos7/ALCATEL-IND1-BFD-MIB.mib -828
A mibs/aos7/ALCATEL-IND1-BGP-MIB +5,186
D mibs/aos7/ALCATEL-IND1-BGP-MIB.mib -5,141
A mibs/aos7/ALCATEL-IND1-CAPMAN-MIB +800
D mibs/aos7/ALCATEL-IND1-CAPMAN-MIB.mib -759
A mibs/aos7/ALCATEL-IND1-CHASSIS-MIB +3,359
D mibs/aos7/ALCATEL-IND1-CHASSIS-MIB.mib -3,313
A mibs/aos7/ALCATEL-IND1-CONFIG-MGR-MIB +1,555
D mibs/aos7/ALCATEL-IND1-CONFIG-MGR-MIB.mib -1,546
A mibs/aos7/ALCATEL-IND1-DA-MIB +2,451
D mibs/aos7/ALCATEL-IND1-DA-MIB.mib -2,392
A mibs/aos7/ALCATEL-IND1-DCBX-MIB +1,062
D mibs/aos7/ALCATEL-IND1-DCBX-MIB.mib -1,031
A mibs/aos7/ALCATEL-IND1-DEVICES +634
D mibs/aos7/ALCATEL-IND1-DEVICES.mib -634
A mibs/aos7/ALCATEL-IND1-DHCP-SRV-MIB +351
📈 0 added
📉 0 removed
Trivial: more MIB cleanups, fixes and deduplication
Showing the first 30 paths; 111 more are omitted from this static page.
M includes/definitions/mibs.inc.php +2 -2
D mibs/adtran/adAosDownload.mib -603
D mibs/adtran/adAosSNMP.mib -257
D mibs/adtran/adAosUnit.mib -400
D mibs/adtran/adGenAos.mib -125
D mibs/adtran/adGenAos3G.mib -626
D mibs/adtran/adGenAosCommon.mib -119
D mibs/adtran/adGenAosDesktopAuditing.mib -476
D mibs/adtran/adGenAosDns.mib -268
D mibs/adtran/adGenAosDS1-Ext.mib -505
D mibs/adtran/adGenAOSFan.mib -130
D mibs/adtran/adGenAOSFileSystem.mib -239
D mibs/adtran/adGenAosIfPerformanceHistory.mib -779
D mibs/adtran/adGenAosMediaGateway.mib -905
D mibs/adtran/adGenAosMux.mib -434
D mibs/adtran/adGenAosNetMon.mib -3,795
D mibs/adtran/adGenAOSNetSync.mib -156
D mibs/adtran/adGenAosPortSecurity.mib -46
D mibs/adtran/adGenAOSPower.mib -295
D mibs/adtran/adGenAosQoS.mib -2,092
D mibs/adtran/adGenAosSipProxy.mib -178
D mibs/adtran/adGenAosSipRegistration.mib -146
D mibs/adtran/adGenAosVQM.mib -3,936
A mibs/adtran/ADTRAN-AOS +125
A mibs/adtran/ADTRAN-AOS-3G +642
A mibs/adtran/ADTRAN-AOS-DESKTOP-AUDITING +481
A mibs/adtran/ADTRAN-AOS-DNS-MIB +281
A mibs/adtran/ADTRAN-AOS-DS1-EXT +510
A mibs/adtran/ADTRAN-AOS-FAN-MIB +135
A mibs/adtran/ADTRAN-AOS-MEDIAGATEWAY-MIB +920
📈 2 added
📉 2 removed
Trivial: Rename more MIBs, remove outdated duplicate Aruba MIBs
Showing the first 30 paths; 287 more are omitted from this static page.
A mibs/alvarion/ALVARION-802DOT11-MIB +2,917
A mibs/alvarion/ALVARION-802DOT1X-ACCESS-MIB +218
D mibs/alvarion/ALVARION-802DOT1X-MIB.my -201
A mibs/alvarion/ALVARION-AAA-CLIENT-MIB +271
D mibs/alvarion/ALVARION-AAA-CLIENT-MIB.my -255
A mibs/alvarion/ALVARION-BANDWIDTH-CONTROL-MIB +194
D mibs/alvarion/ALVARION-BANDWIDTH-CONTROL-MIB.my -179
A mibs/alvarion/ALVARION-CDP-MIB +231
D mibs/alvarion/ALVARION-CDP-MIB.my -215
A mibs/alvarion/ALVARION-CLIENT-TRACKING-MIB +302
D mibs/alvarion/ALVARION-CLIENT-TRACKING-MIB.my -284
A mibs/alvarion/ALVARION-CONNECTION-LIMITING-MIB +113
D mibs/alvarion/ALVARION-CONNECTION-LIMITING-MIB.my -95
A mibs/alvarion/ALVARION-DEVICE-DOT1X-MIB +319
D mibs/alvarion/ALVARION-DEVICE-DOT1X-MIB.my -303
A mibs/alvarion/ALVARION-DEVICE-EVENT-MIB +502
D mibs/alvarion/ALVARION-DEVICE-EVENT-MIB.my -485
A mibs/alvarion/ALVARION-DEVICE-IF-MIB +285
D mibs/alvarion/ALVARION-DEVICE-IF-MIB.my -267
A mibs/alvarion/ALVARION-DEVICE-MIB +583
D mibs/alvarion/ALVARION-DEVICE-MIB.my -564
A mibs/alvarion/ALVARION-DEVICE-WDS-MIB +806
D mibs/alvarion/ALVARION-DEVICE-WDS-MIB.my -786
A mibs/alvarion/ALVARION-DEVICE-WIRELESS-MIB +1,509
D mibs/alvarion/ALVARION-DEVICE-WIRELESS-MIB.my -1,485
D mibs/alvarion/ALVARION-IEEE802DOT11.my -2,854
A mibs/alvarion/ALVARION-LICENSE-MIB +146
D mibs/alvarion/ALVARION-LICENSE-MIB.my -131
A mibs/alvarion/ALVARION-MAINTENANCE-MIB +407
D mibs/alvarion/ALVARION-MAINTENANCE-MIB.my -389
📈 0 added
📉 0 removed
Add netscaler vservers/services to about page
M html/pages/about.inc.php +8
📈 8 added
📉 0 removed
Updated some more MIBs (cyclades, hh3c, netgear).
Showing the first 30 paths; 157 more are omitted from this static page.
A mibs/a3com/A3COM51-SS9000SX +809
M mibs/aruba/ARUBA-MIB +18 -1
A mibs/cyclades/CYCLADES-ACS-ADM-MIB +45
D mibs/cyclades/CYCLADES-ACS-ADM-MIB.mib -45
A mibs/cyclades/CYCLADES-ACS-CONF-MIB +876
D mibs/cyclades/CYCLADES-ACS-CONF-MIB.mib -869
A mibs/cyclades/CYCLADES-ACS-INFO-MIB +194
D mibs/cyclades/CYCLADES-ACS-INFO-MIB.mib -194
A mibs/cyclades/CYCLADES-ACS-MIB +37
D mibs/cyclades/CYCLADES-ACS-MIB.mib -31
A mibs/cyclades/CYCLADES-ACS-PM-MIB +302
D mibs/cyclades/CYCLADES-ACS-PM-MIB.mib -302
A mibs/cyclades/CYCLADES-ACS-SYS-MIB +303
D mibs/cyclades/CYCLADES-ACS-SYS-MIB.mib -303
A mibs/cyclades/CYCLADES-MIB +11
D mibs/cyclades/CYCLADES-MIB.mib -10
M mibs/dell/RADLAN-MIB +1 -1
D mibs/extreme/A3COM51-SS9000SX -739
M mibs/hh3c/HH3C-VM-MAN-MIB +1
M mibs/hh3c/HH3C-VOICE-VLAN-MIB +1
A mibs/netgear/BROADCOM-POWER-ETHERNET-MIB +388
A mibs/netgear/BROADCOM-REF-MIB +258
D mibs/netgear/fastpath_boxservices.my -409
D mibs/netgear/fastpath_captive_portal.my -1,550
D mibs/netgear/fastpath_dhcp.my -968
D mibs/netgear/fastpath_dhcp6.my -1,145
D mibs/netgear/fastpath_dos.my -275
D mibs/netgear/fastpath_keying.my -121
D mibs/netgear/fastpath_mgmt_security.my -237
D mibs/netgear/fastpath_portsecurity.my -260
📈 0 added
📉 0 removed
Multiple MIBs updated (cisco, juniper, foundry, ibm, nortel/avaya, rfc).
Showing the first 30 paths; 100 more are omitted from this static page.
A mibs/foundry/BROCADE-MCT-CLUSTER-MIB +853
A mibs/foundry/BROCADE-ROUTEMAP-MIB +793
A mibs/foundry/BROCADE-SPX-MIB +583
A mibs/foundry/FDRY-MPLS-L2VPN-MIB +1,042
M mibs/foundry/FOUNDRY-MAC-VLAN-MIB -2
A mibs/foundry/FOUNDRY-MPLS-MIB +736
M mibs/foundry/FOUNDRY-SN-AGENT-MIB +30 -3
M mibs/foundry/FOUNDRY-SN-CAM-MIB +7 -5
M mibs/foundry/FOUNDRY-SN-IP-MIB +7 -3
M mibs/foundry/FOUNDRY-SN-IPX-MIB -1
M mibs/foundry/FOUNDRY-SN-MAC-AUTHENTICATION-MIB -1
M mibs/foundry/FOUNDRY-SN-NOTIFICATION-MIB +12 -1
M mibs/foundry/FOUNDRY-SN-POS-GROUP-MIB ±0
M mibs/foundry/FOUNDRY-SN-ROOT-MIB +56
M mibs/foundry/FOUNDRY-SN-STACKING-MIB +18
M mibs/foundry/FOUNDRY-SN-SWITCH-GROUP-MIB +255 -33
M mibs/foundry/FOUNDRY-SN-WIRELESS-GROUP-MIB -2
A mibs/gigamon
A mibs/gigamon/GIGAMON-SNMP-MIB +811
A mibs/ibm/IBM-GbTOR-G8052-MIB +60,085
A mibs/ibm/IBM-GbTOR-G8264-MIB +66,996
A mibs/ibm/IBM-GbTOR-G8264CS-MIB +61,837
A mibs/ibm/IBM-GbTOR-G8264T-MIB +61,069
M mibs/juniper/JNX-L2TP-MIB +8 -3
M mibs/juniper/JNX-OPT-IF-EXT-MIB +152 -6
M mibs/juniper/JNX-PPPOE-MIB +2 -2
M mibs/juniper/JUNIPER-ANALYZER-MIB +14 -8
M mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB +703 -52
M mibs/juniper/JUNIPER-COS-MIB +775 -3
M mibs/juniper/JUNIPER-DOM-MIB +269 -8
📈 2 added
📉 4 removed
Add ability to have supplemental box classes to generate_box_open function
M html/includes/print/rows.inc.php +1 -1
📈 1 added
📉 1 removed
Improve mac accounting graph layouts
M html/pages/device/port/macaccounting.inc.php +24 -13
📈 24 added
📉 13 removed
Trivial: rename some more mibs to their actual name. remove more duplicate CISCO mibs
Showing the first 30 paths; 18 more are omitted from this static page.
A mibs/cisco/OLD-CISCO-CHASSIS-MIB-V1SMI +2,468
A mibs/lancom/LANCOM-L54-dual-MIB +28,552
A mibs/lancom/LANCOM-L54ag-MIB +28,204
D mibs/lancom/lancom-l54ag.mib -28,203
D mibs/lancom/lancom-l54dual.mib -28,551
A mibs/lancom/LANCOM-L54g-MIB +28,106
D mibs/lancom/lancom-l54g.mib -28,105
A mibs/netscreen/NETSCREEN-CHASSIS-MIB +272
A mibs/netscreen/NETSCREEN-INTERFACE-MIB +696
D mibs/netscreen/NETSCREEN-INTERFACE-MIB.mib -692
A mibs/netscreen/NETSCREEN-IP-ARP-MIB +182
A mibs/netscreen/NETSCREEN-NSRP-MIB +1,182
D mibs/netscreen/NETSCREEN-NSRP-MIB.mib -1,178
A mibs/netscreen/NETSCREEN-OSPF-MIB +2,397
D mibs/netscreen/NETSCREEN-OSPF-MIB.mib -2,299
A mibs/netscreen/NETSCREEN-PRODUCTS-MIB +117
D mibs/netscreen/NETSCREEN-PRODUCTS-MIB.mib -115
A mibs/netscreen/NETSCREEN-SET-GEN-MIB +127
D mibs/netscreen/NETSCREEN-SET-GEN-MIB.mib -123
A mibs/netscreen/NETSCREEN-SMI +92
D mibs/netscreen/NETSCREEN-SMI.mib -90
D mibs/netscreen/NS-CHASSIS.mib -268
D mibs/netscreen/NS-IP-ARP.mib -178
D mibs/OLD-CISCO-CHASSIS-MIB-V1SMI -2,457
D mibs/OLD-CISCO-CPU-MIB -58
D mibs/OLD-CISCO-INTERFACES-MIB -1,395
D mibs/OLD-CISCO-MEMORY-MIB -417
D mibs/OLD-CISCO-SYS-MIB -1,014
A mibs/vmware/VMWARE-AGENTCAP-MIB +1,047
D mibs/vmware/VMWARE-AGENTCAP-MIB.mib -1,038
📈 0 added
📉 0 removed
Updated some Cisco MIBs. Improved rename mibs script.
Showing the first 30 paths; 4 more are omitted from this static page.
A mibs/cisco/CISCO-DEVICE-LOCATION-MIB +1,236
A mibs/cisco/CISCO-DTI-EXT-MIB +181
M mibs/cisco/CISCO-ENTITY-EXT-MIB +724 -7
M mibs/cisco/CISCO-ENTITY-PERFORMANCE-MIB +184 -112
M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +236 -2
M mibs/cisco/CISCO-FEATURE-CONTROL-MIB +1 -1
M mibs/cisco/CISCO-GDOI-MIB +1,208 -27
M mibs/cisco/CISCO-ICSUDSU-MIB +1 -1
M mibs/cisco/CISCO-IDSL-LINE-MIB -1
A mibs/cisco/CISCO-IP-ADDRESS-POOL-MIB +1,892
A mibs/cisco/CISCO-IP-ADDRESS-POOL-TC-MIB +147
A mibs/cisco/CISCO-LISP-EXT-MIB +963
M mibs/cisco/CISCO-LWAPP-AAA-MIB +927 -1,576
M mibs/cisco/CISCO-LWAPP-MESH-BATTERY-MIB +55 -16
M mibs/cisco/CISCO-LWAPP-MESH-LINKTEST-MIB +66 -52
M mibs/cisco/CISCO-LWAPP-MESH-STATS-MIB +213 -88
M mibs/cisco/CISCO-LWAPP-QOS-MIB +998 -2,874
M mibs/cisco/CISCO-LWAPP-WEBAUTH-MIB +482 -1,247
A mibs/cisco/CISCO-NETWORK-VIRTUALIZATION-OVERLAY-MIB +808
A mibs/cisco/CISCO-OPTICAL-MIB +2,415
M mibs/cisco/CISCO-PORT-QOS-MIB +845 -202
M mibs/cisco/CISCO-PROCESS-MIB +528 -7
M mibs/cisco/CISCO-PRODUCTS-MIB +6 -2
A mibs/cisco/CISCO-QP-LBG-MIB +1,019
M mibs/cisco/CISCO-SMI +14 -1
M mibs/cisco/CISCO-SWITCH-FABRIC-MIB +128 -6
A mibs/cisco/CISCO-USP-MIB +1,209
A mibs/cisco/CISCO-WAN-CELL-EXT-MIB +1,367
A mibs/cisco/MEF-SOAM-PM-MIB +7,650
A mibs/cisco/MEF-SOAM-TC-MIB +355
📈 17 added
📉 1 removed
Rewrite and improve mac accounting port view
M html/pages/device/port/macaccounting_top10.inc.php +112 -76
📈 112 added
📉 76 removed
Trivial: clean up, rename, deduplicate, update HP, Cisco and SAF MIBS
Showing the first 30 paths; 2,121 more are omitted from this static page.
D mibs/CISCO-AAA-SERVER-MIB -963
D mibs/CISCO-BGP4-MIB -1,160
D mibs/CISCO-BRIDGE-EXT-MIB -515
D mibs/CISCO-CASA-MIB -1,106
D mibs/CISCO-CAT6K-CROSSBAR-MIB -2,750
D mibs/CISCO-CDP-MIB -806
D mibs/CISCO-CEF-MIB -2,880
D mibs/CISCO-CEF-TC -438
D mibs/CISCO-CHANNEL-MIB -1,491
D mibs/CISCO-CLASS-BASED-QOS-MIB -6,833
D mibs/CISCO-CONFIG-MAN-MIB -988
D mibs/CISCO-DIAL-CONTROL-MIB -673
D mibs/CISCO-DOT11-ASSOCIATION-MIB -1,037
D mibs/CISCO-DOT11-IF-MIB -4,452
D mibs/CISCO-ENHANCED-IMAGE-MIB -660
D mibs/CISCO-ENHANCED-MEMPOOL-MIB -1,101
D mibs/CISCO-ENHANCED-SLB-MIB -1,643
D mibs/CISCO-ENHANCED-WRED-MIB -1,231
D mibs/CISCO-ENTITY-ASSET-MIB -511
D mibs/CISCO-ENTITY-DIAG-MIB -2,188
D mibs/CISCO-ENTITY-DIAG-TC-MIB -275
D mibs/CISCO-ENTITY-DISPLAY-MIB -351
D mibs/CISCO-ENTITY-EXT-MIB -679
D mibs/CISCO-ENTITY-FRU-CONTROL-MIB -3,119
D mibs/CISCO-ENTITY-SENSOR-MIB -840
D mibs/CISCO-ENTITY-VENDORTYPE-OID-MIB -18,980
D mibs/CISCO-ENVMON-MIB -917
D mibs/CISCO-ETHER-CFM-MIB -679
D mibs/CISCO-FIREWALL-MIB -1,276
D mibs/CISCO-FLASH-MIB -3,380
📈 0 added
📉 0 removed
M includes/discovery/sensors/power-ethernet-mib.inc.php +11 -1
📈 11 added
📉 1 removed
M includes/definitions/mibs.inc.php +2 -2
M includes/definitions/os.inc.php +1 -1
D includes/discovery/sensors/cisco-ucs-cimc-mib.inc.php -64
A includes/discovery/sensors/cisco-unified-computing-compute-mib.inc.php +64
M mibs/cisco/CISCO-UNIFIED-COMPUTING-MIB.my +3,346 -1,366
D mibs/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB -1,786
A mibs/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB.my +1,797
📈 67 added
📉 67 removed
Added some Packetflux MIBs.
M includes/definitions/mibs.inc.php +8 -2
A mibs/packetflux
A mibs/packetflux/PACKETFLUX-SMI +34
A mibs/packetflux/PACKETFLUX-STANDBYPOWER +643
📈 8 added
📉 2 removed
Fix: check if MIB's OID is set before adding it through sysORID support
M includes/discovery/os.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/definitions/mibs.inc.php +6 -6
M includes/definitions/os.inc.php +1 -1
D includes/polling/wifi/canopy-mib.inc.php -21
A includes/polling/wifi/whisp-aps-mib.inc.php +21
📈 28 added
📉 28 removed
Added one more GE MIB.
A mibs/ge/GESINGLEUPS-MIB +2,689
📈 0 added
📉 0 removed
Minor: Add missing MIBs, rename wrongly named MIBs, split out Cisco UCS sensors to per-mib files
D html/images/os/isilion.png -1
A html/images/os/isilon.png +1
M includes/definitions/mibs.inc.php +24 -18
M includes/definitions/os.inc.php +6 -5
M includes/discovery/sensors/cisco-ucs-cimc-mib.inc.php -15
A includes/discovery/sensors/cisco-unified-computing-processor-mib.inc.php +31
A includes/polling/graphs/mseries-alarm-mib
D includes/polling/graphs/mseries-alarms-mib
A mibs/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB +1,797
D mibs/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB.my -1,786
A mibs/ge
A mibs/ge/GEPARALLELUPS-MIB +22,492
A mibs/infoblox
A mibs/infoblox/IB-DHCPONE-MIB +233
A mibs/infoblox/IB-DNSONE-MIB +246
A mibs/infoblox/IB-PLATFORMONE-MIB +716
📈 61 added
📉 38 removed
Added missed RedBack MIBs.
Showing the first 30 paths; 27 more are omitted from this static page.
M includes/definitions/mibs.inc.php +9 -9
A mibs/redback
A mibs/redback/ERICSSON-ALARM-MIB.my +1,563
A mibs/redback/ERICSSON-ALARM-PC-MIB.my +501
A mibs/redback/ERICSSON-ALARM-TC-MIB.my +157
A mibs/redback/ERICSSON-TC-MIB.my +71
A mibs/redback/ERICSSON-TOP-MIB.my +42
A mibs/redback/RBN-AAL5-VCL-STAT-MIB.my +133
A mibs/redback/RBN-ALARM-EXT-MIB.my +285
A mibs/redback/RBN-ALARM-TC.my +541
A mibs/redback/RBN-ATM-CELL-PW-MIB.my +151
A mibs/redback/RBN-ATM-PROFILE-MIB.my +202
A mibs/redback/RBN-ATM-PVC-OAM-MIB.my +242
A mibs/redback/RBN-ATM2-MIB.my +202
A mibs/redback/RBN-BGP-ACCOUNTING-MIB.my +219
A mibs/redback/RBN-BIND-MIB.my +743
A mibs/redback/RBN-BRIDGE-MIB.my +370
A mibs/redback/RBN-BULKSTATS-MIB.my +292
A mibs/redback/RBN-CARDMON-MIB.my +622
A mibs/redback/RBN-CES-MIB.my +1,051
A mibs/redback/RBN-CIRCUIT-GROUP-MIB.my +784
A mibs/redback/RBN-CONFIG-FILE-MIB.my +573
A mibs/redback/RBN-CPU-METER-MIB.my +358
A mibs/redback/RBN-DHCP-MIB.my +924
A mibs/redback/RBN-DS1-MIB.my +131
A mibs/redback/RBN-DS3-MIB.my +132
A mibs/redback/RBN-ENVMON-MIB.my +787
A mibs/redback/RBN-EPSC-MIB.my +1,787
A mibs/redback/RBN-EPSU-MIB.my +766
A mibs/redback/RBN-FAST-VRRP-MIB.my +137
📈 9 added
📉 9 removed
Trivial: syntaxer run in includes/
M includes/alerting/xmpp.inc.php +10 -11
M includes/common.inc.php +1 -1
M includes/defaults.inc.php -1
M includes/definitions.inc.php +1 -2
M includes/definitions/graphtypes.inc.php +1 -1
M includes/definitions/mibs.inc.php +1 -1
M includes/definitions/os.inc.php +2 -3
M includes/definitions/transports.inc.php ±0
M includes/discovery/neighbours/lldp-mib.inc.php +1 -1
M includes/discovery/neighbours/mikrotik-mib.inc.php +2 -2
M includes/discovery/os.inc.php +6 -6
M includes/discovery/ports/f5-bigip-system-mib.inc.php +1 -1
M includes/discovery/sensors/atto6500n-mib.inc.php +2 -3
M includes/discovery/sensors/powernet-mib.inc.php +18 -18
M includes/discovery/status/atto6500n-mib.inc.php +18 -11
M includes/discovery/toner.inc.php +1 -1
M includes/entities.inc.php +1 -1
M includes/housekeeping/staledb.inc.php +1 -1
M includes/polling/applications/kamailio.inc.php +24 -7
M includes/polling/applications/nsd.inc.php +6 -7
M includes/polling/graphs/mikrotik-mib/mtxrDHCP.inc.php +1 -1
M includes/polling/netscaler-vsvr.inc.php +2 -2
M includes/polling/os/drac.inc.php +1 -1
M includes/polling/os/hpmsm.inc.php -1
M includes/polling/os/netopia.inc.php -1
M includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +1 -2
M includes/polling/ports/netapp-mib.inc.php +1 -1
M includes/polling/status/atto6500n-mib-fcPort.inc.php +13 -10
M includes/polling/status/atto6500n-mib-sasPort.inc.php +8 -9
📈 124 added
📉 107 removed
Restore some icons. Remove some spaces from LDAP code.
M html/css/sprite.css +132 -126
M html/img/sprite.png ±0
M html/includes/authentication/ldap.inc.php +7 -7
📈 7 added
📉 7 removed
Medium: fix mac accounting graphs
M html/includes/graphs/macaccounting/auth.inc.php +1
📈 1 added
📉 0 removed
Minor: moved sysORID setting to snmp tree instead of autodiscovery tree
M includes/config-variables.inc.php +14 -2
M includes/defaults.inc.php +4 -3
M includes/definitions.inc.php +2
M includes/definitions/rewrites.inc.php +3
M includes/discovery/ip-addresses/ip-mib.inc.php -1
M includes/discovery/os.inc.php +1 -1
📈 24 added
📉 7 removed
Medium: add support for sysORID table, finds supported MIBs on devices; includes web interface config; add OIDs for all MIBs; move per MIB enabled setting from defaults to mibs, now any MIB can effectively be disabled through the main configuration; rename some MIB files; remove some duplicate MIB files; add OBS_SNMP_NUMERIC - mainly useful for snmpget, not for snmp_walk* functions
Showing the first 30 paths; 60 more are omitted from this static page.
M includes/common.inc.php +29 -7
M includes/config-variables.inc.php +7
M includes/defaults.inc.php +2 -37
M includes/definitions.inc.php +10 -10
M includes/definitions/mibs.inc.php +1,050 -305
M includes/definitions/os.inc.php +2 -2
M includes/discovery/arp-table.inc.php +1
M includes/discovery/functions.inc.php +13 -3
M includes/discovery/ip-addresses.inc.php -1
M includes/discovery/ip-addresses/ip-mib.inc.php +1
M includes/discovery/os.inc.php +91
M includes/discovery/processors/gbnplatformoam-mib.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +2 -4
M includes/polling/netstats.inc.php +2
M includes/snmp.inc.php +31 -18
D mibs/adtran/adAosCPU.mib -453
A mibs/adtran/ADTRAN-AOSCPU +467
A mibs/cisco/CISCO-EIGRP-MIB +1,330
D mibs/cisco/CISCO-EIGRP-MIB.my -1,315
A mibs/cisco/CISCO-ENTITY-PFE-MIB +911
D mibs/cisco/CISCO-ENTITY-PFE-MIB.my -896
A mibs/cisco/CISCO-ENTITY-QFP-MIB +1,294
D mibs/cisco/CISCO-ENTITY-QFP-MIB.my -1,282
A mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +7,244
D mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB.my -7,172
A mibs/cisco/CISCO-IETF-PW-MIB +1,369
D mibs/cisco/CISCO-IETF-PW-MIB.my -1,358
A mibs/cisco/CISCO-IETF-PW-MPLS-MIB +924
D mibs/cisco/CISCO-IETF-PW-MPLS-MIB.my -913
A mibs/cisco/CISCO-LWAPP-SYS-MIB +2,149
📈 1,242 added
📉 388 removed
Fixed discovery IP addresses by
F5-BIGIP-SYSTEM-MIB with correct UnitId. Added IP addresses views on device ports page.
M html/includes/print/addresses.inc.php +7 -8
M html/pages/device/ports.inc.php +17 -4
A html/pages/device/ports/ipv4.inc.php +86
A html/pages/device/ports/ipv6.inc.php +86
M html/pages/search/ipv4.inc.php +44 -38
M html/pages/search/ipv6.inc.php +45 -38
M includes/discovery/ip-addresses.inc.php +16 -16
M includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +2 -1
M includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +6 -5
M includes/discovery/ip-addresses/ip-mib.inc.php +6 -3
M includes/discovery/ip-addresses/ipv6-mib.inc.php +2 -1
📈 317 added
📉 114 removed
M includes/definitions/os.inc.php +2
A includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php +88
📈 90 added
📉 0 removed
Combinated IPv4/v6 discovery modules into single module (ip-addresses). Converted discovery module ip-addresses to MIB-based.
M includes/defaults.inc.php +1 -2
M includes/definitions.inc.php +2
M includes/definitions/mibs.inc.php +12
M includes/definitions/os.inc.php +5 -2
A includes/discovery/ip-addresses
A includes/discovery/ip-addresses.inc.php +174
A includes/discovery/ip-addresses/cisco-ietf-ip-mib.inc.php +57
A includes/discovery/ip-addresses/ip-mib.inc.php +153
A includes/discovery/ip-addresses/ipv6-mib.inc.php +50
D includes/discovery/ipv4-addresses.inc.php -216
D includes/discovery/ipv6-addresses.inc.php -231
M includes/snmp.inc.php +11 -2
📈 465 added
📉 453 removed
Permit debugging of user logins
M html/includes/authenticate.inc.php +1 -1
📈 1 added
📉 1 removed
Add some debugging
M html/css/bootstrap-hacks.css +2 -1
M html/pages/preferences/general.inc.php +3
📈 3 added
📉 0 removed
Show user id on preferences page.
M html/pages/preferences/general.inc.php +4
📈 4 added
📉 0 removed
M includes/definitions/mibs.inc.php +31 -8
M includes/definitions/os.inc.php +2 -2
A includes/discovery/ports/f5-bigip-system-mib.inc.php +53
A includes/polling/ports/f5-bigip-system-mib.inc.php +62
📈 148 added
📉 10 removed
Improve some icon placement and label placement. Improve device detail list layout.
M html/css/bootstrap-hacks.css +1
M html/css/bootstrap.css +642 -701
M html/css/bootstrap/less/labels-badges.less +7 -1
M html/css/sprite.css +127 -134
M html/img/sprite.png ±0
M html/includes/entities/device.inc.php +4 -4
M html/pages/devices/detail.inc.php +3 -4
M scripts/makesprites.sh +1 -1
📈 8 added
📉 9 removed
Added basic support for Ruckus SmartZone and all other Ruckus devices.
M includes/definitions/os.inc.php +36 -18
D includes/polling/os/ruckus-zf.inc.php -52
A includes/polling/os/ruckus.inc.php +55
M mibs/ruckus/RUCKUS-ROOT-MIB +14
📈 91 added
📉 70 removed
Updated Cambium and Ruckus MIBs.
A mibs/cambium/CMM3-MIB +2,171
A mibs/cambium/CMM4-MIB +1,089
A mibs/cambium/EtherWAN-sw72000 +1,522
A mibs/cambium/Motorola-Cpe-PRIVATE-MIB +2,828
A mibs/cambium/WHISP-PLV-GATEWAY-MIB +1,776
A mibs/cambium/WHISP-PLV-MODEM-MIB +1,330
M mibs/ruckus/RUCKUS-PRODUCTS-MIB +55 -117
M mibs/ruckus/RUCKUS-ROOT-MIB +38 -24
A mibs/ruckus/RUCKUS-SZ-CONFIG-WLAN-MIB +291
A mibs/ruckus/RUCKUS-SZ-EVENT-MIB +1,906
A mibs/ruckus/RUCKUS-SZ-SYSTEM-MIB +157
A mibs/ruckus/RUCKUS-SZ-WLAN-MIB +513
M mibs/ruckus/RUCKUS-TC-MIB +29 -22
📈 0 added
📉 0 removed
Trivial: rename OBS_SNMP_NUMERIC to OBS_SNMP_NUMERIC_INDEX
M includes/definitions.inc.php +2 -2
M includes/discovery/neighbours/alcatel-ind1-interswitch-protocol-mib.inc.php +1 -1
M includes/discovery/sensors/alvarion-dot11-wlan-mib.inc.php +3 -3
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +4 -4
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +3 -3
M includes/discovery/sensors/powernet-mib.inc.php +7 -7
M includes/discovery/wifi/trapeze-networks-ap-config-mib.inc.php +1 -1
M includes/polling/pseudowires.inc.php +1 -1
M includes/polling/wifi/trapeze-networks-client-session-mib.inc.php +1 -1
M includes/snmp.inc.php +10 -10
📈 33 added
📉 33 removed
Small update for port label processing.
M includes/rewrites.inc.php +10 -5
A update/267.sql +1
📈 10 added
📉 5 removed
Add user information box to user preferences/general tab
M html/pages/preferences/general.inc.php +41 -2
📈 41 added
📉 2 removed
Do not throws an exception in parse_user_agent() when User-Agent HTTP header empty.
M libs/UserAgentParser.php -3
📈 0 added
📉 0 removed
Added multiple Huawei os definitions.
M html/pages/device/edit.inc.php +1 -1
M includes/definitions/os.inc.php +50 -4
📈 51 added
📉 5 removed
Small fix for edit permissions page style.
M html/pages/edituser.inc.php +4 -4
M html/pages/preferences/general.inc.php +1 -1
M includes/definitions.inc.php +5 -5
📈 10 added
📉 10 removed
Improved Edit user permissions page style.
M html/pages/edituser.inc.php +27 -17
M html/pages/preferences/general.inc.php +16 -14
M includes/definitions.inc.php +5
M includes/rewrites.inc.php +8 -4
📈 56 added
📉 35 removed
Added bootstrap helper classes text-uppercase/lowercase/etc and bg-success/warning/etc.
M html/css/bootstrap.css +786 -643
M html/css/bootstrap/less/mixins3.less +20
M html/css/bootstrap/less/type.less +54 -8
📈 0 added
📉 0 removed
M mibs/netapp/NETAPP-MIB +2,016 -409
📈 0 added
📉 0 removed
M includes/definitions/mibs.inc.php +7
M includes/discovery/processors.inc.php +20 -4
📈 27 added
📉 4 removed
Added processing for pot_label_base and port_label_num.
ifDescr now stored in DB as is, processed only port_label.
M html/pages/device/overview/ports.inc.php +38 -19
M html/pages/ports.inc.php +11 -12
M includes/definitions/os.inc.php +10 -5
M includes/polling/ports.inc.php +1 -1
M includes/rewrites.inc.php +111 -25
📈 171 added
📉 62 removed
M includes/discovery/pseudowires/juniper-vpn-mib.inc.php +7 -3
📈 7 added
📉 3 removed
Fixed one more stacked graphs with rrdtool 1.5.x.
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +5 -4
M html/includes/graphs/generic_multi_bits_separated.inc.php +5 -4
M html/includes/graphs/generic_multi_data_separated.inc.php +6 -5
📈 16 added
📉 13 removed
Fixed some stacked graphs when used rrdtool 1.5.x.
M html/includes/graphs/device/ucd_ss_cpu.inc.php +4 -5
M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 -1
M html/includes/graphs/generic_multi.inc.php +8 -5
📈 13 added
📉 11 removed
January 2016
Some minor fixes. Restore device header graph clicking. Fix button spacing on box header tools.
M html/css/bootstrap-hacks.css +7 -4
M html/includes/entities/device.inc.php +2 -1
M html/includes/functions.inc.php +2 -1
📈 4 added
📉 2 removed
Moved polling
NETAPP-MIB port HC counters to mib-based includes. Added poliing
NETAPP-MIB vendor specific port data/counters (if
IF-MIB not exist on device).
M includes/definitions/mibs.inc.php +21 -1
A includes/discovery/ports
M includes/discovery/ports.inc.php +6 -1
A includes/discovery/ports/netapp-mib.inc.php +76
M includes/polling/ports.inc.php +17 -16
M includes/polling/ports/cisco-trustsec-interface-mib.inc.php +1 -1
M includes/polling/ports/etherlike-mib.inc.php +3 -1
A includes/polling/ports/netapp-mib.inc.php +126
A includes/polling/ports/netapp-mib.lib.php +32
M includes/polling/storage/netapp-mib.inc.php +1 -1
M includes/snmp.inc.php +29 -12
📈 312 added
📉 33 removed
Updated application icons. Added hidpi application icons.
Showing the first 30 paths; 10 more are omitted from this static page.
A html/images/apps/bind_2x.png +1
M html/images/apps/bind.png ±0
A html/images/apps/crashplan_2x.png +1
M html/images/apps/crashplan.png ±0
A html/images/apps/drbd_2x.png +1
M html/images/apps/drbd.png ±0
A html/images/apps/exim_2x.png +1
M html/images/apps/exim.png ±0
A html/images/apps/freeradius_2x.png +1
M html/images/apps/freeradius.png ±0
A html/images/apps/kamailio_2x.png +1
M html/images/apps/kamailio.png ±0
A html/images/apps/lighttpd_2x.png +1
M html/images/apps/lighttpd.png ±0
A html/images/apps/memcached_2x.png +1
M html/images/apps/memcached.png ±0
A html/images/apps/mssql_2x.png +1
M html/images/apps/mssql.png ±0
A html/images/apps/nfs_2x.png +1
A html/images/apps/nfs.png +1
A html/images/apps/nfsd_2x.png +2
A html/images/apps/nfsd.png +2
A html/images/apps/nginx_2x.png +1
M html/images/apps/nginx.png ±0
A html/images/apps/nsd_2x.png +1
A html/images/apps/nsd.png +1
A html/images/apps/ntpd_2x.png +1
A html/images/apps/ntpd.png +1
A html/images/apps/openvpn_2x.png +1
M html/images/apps/openvpn.png ±0
📈 0 added
📉 0 removed
Fixed display some application icons. Added HiDPI application icons.
Showing the first 30 paths; 18 more are omitted from this static page.
A html/images/apps
A html/images/apps/apache_2x.png +1
A html/images/apps/apache.png +1
A html/images/apps/apps.png +2
A html/images/apps/asterisk_2x.png +1
A html/images/apps/asterisk.png +1
A html/images/apps/bind.png +1
A html/images/apps/crashplan.png +1
A html/images/apps/drbd.png +1
A html/images/apps/exim.png +1
A html/images/apps/freeradius.png +1
A html/images/apps/kamailio.png +1
A html/images/apps/lighttpd.png +1
A html/images/apps/memcached.png +1
A html/images/apps/mssql.png +1
A html/images/apps/mysql_2x.png +1
A html/images/apps/mysql.png +1
A html/images/apps/nginx.png +1
A html/images/apps/openvpn.png +1
A html/images/apps/postfix_2x.png +1
A html/images/apps/postfix.png +1
A html/images/apps/postgresql.png +1
A html/images/apps/powerdns.png +1
A html/images/apps/zimbra.png +1
D html/images/icons/apache.png -1
D html/images/icons/asterisk.png -1
D html/images/icons/bind.png -1
D html/images/icons/crashplan.png -1
D html/images/icons/drbd.png -1
D html/images/icons/exim-mailqueue.png -1
📈 109 added
📉 9 removed
Updated pear Net_IPv6 to latest.
M html/pages/device/loadbalancer/lb_virtuals.inc.php +2 -5
M libs/pear/Net/IPv6.php +91 -83
📈 2 added
📉 5 removed
Add header border to apps edit page
M html/pages/device/edit/apps.inc.php +1 -1
📈 1 added
📉 1 removed
Fix DIVs for device/edit/apps/
M html/pages/device/edit/apps.inc.php +2 -2
📈 2 added
📉 2 removed
Medium: Fix postfix queue shape graphs; remove fallback to port 6556 for unix agent as planned for 2013
A html/includes/graphs/application/postfix_qshape_stats.inc.php +38
D html/includes/graphs/application/postfix_qshape.inc.php -38
M html/includes/graphs/graph.inc.php +1 -1
M html/pages/device/apps/postfix_qshape.inc.php +1 -1
M includes/definitions/apps.inc.php +1
M includes/polling/applications/postfix_mailgraph.inc.php +1 -1
M includes/polling/applications/postfix_qshape.inc.php +13
M includes/polling/unix-agent.inc.php +1 -18
📈 56 added
📉 59 removed
Add support for postfix qshape graphing via the UNIX Agent.
A html/includes/graphs/application/postfix_qshape.inc.php +38
A html/pages/device/apps/postfix_qshape.inc.php +5
M includes/definitions/rewrites.inc.php +1
A includes/polling/applications/postfix_qshape.inc.php +31
📈 75 added
📉 0 removed
Added identifiers for RedOxygen transport.
M includes/definitions/transports.inc.php +1
📈 1 added
📉 0 removed
Fix contacts list on Edge
M html/pages/contacts.inc.php +7 -1
📈 7 added
📉 1 removed
Cleanup some box styles. Add scrolling to db debugging.
M html/index.php +4 -3
M html/pages/about.inc.php +3 -3
📈 7 added
📉 6 removed
Fix box style on ports page on edge (move to separate div)
M html/pages/device/port.inc.php +4 -4
📈 4 added
📉 4 removed
Fix percentage graph
M html/includes/graphs/port/percent.inc.php +2 -2
📈 2 added
📉 2 removed
Fixed check auth (in some cases) for rss feed.
📈 1 added
📉 1 removed
Allow sorting device list by device_id and allow descending sort order (hacky temp stuff)
M html/includes/entities/device.inc.php +2
📈 2 added
📉 0 removed
Fix typo in discovery output (poller -> discovery string)
M includes/discovery/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Improve printer consumable detection. Add GE images and os definition.
A html/images/os/ge_2x.png +1
A html/images/os/ge.png +1
M includes/definitions/mibs.inc.php +9
M includes/definitions/os.inc.php +11
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/toner.inc.php +13 -8
📈 34 added
📉 9 removed
M mibs/apc/PowerNet-MIB +781 -171
📈 0 added
📉 0 removed
Fixed compressed definition file.
M includes/definitions.inc.php +6 -3
📈 6 added
📉 3 removed
Added smartoptics mib files.
Showing the first 30 paths; 77 more are omitted from this static page.
A mibs/colubris/COLUBRIS-802DOT11-MIB +3,890
A mibs/colubris/COLUBRIS-802DOT1X-ACCESS-MIB +222
D mibs/colubris/colubris-802dot1x-mib.my -204
A mibs/colubris/COLUBRIS-AAA-CLIENT-MIB +276
D mibs/colubris/colubris-aaa-client-mib.my -259
A mibs/colubris/COLUBRIS-BANDWIDTH-CONTROL-MIB +202
D mibs/colubris/colubris-bandwidth-control-mib.my -186
A mibs/colubris/COLUBRIS-CDP-MIB +236
D mibs/colubris/colubris-cdp-mib.my -219
A mibs/colubris/COLUBRIS-CLIENT-TRACKING-MIB +345
D mibs/colubris/colubris-client-tracking-mib.my -326
A mibs/colubris/COLUBRIS-CONNECTION-LIMITING-MIB +172
D mibs/colubris/colubris-connection-limiting-mib.my -153
A mibs/colubris/COLUBRIS-CONTROLLER-MIB +207
D mibs/colubris/colubris-controller-mib.my -189
A mibs/colubris/COLUBRIS-DEVICE-DOT1X-MIB +323
D mibs/colubris/colubris-device-dot1x-mib.my -306
A mibs/colubris/COLUBRIS-DEVICE-EVENT-MIB +511
D mibs/colubris/colubris-device-event-mib.my -493
A mibs/colubris/COLUBRIS-DEVICE-IF-MIB +377
D mibs/colubris/colubris-device-if-mib.my -358
A mibs/colubris/COLUBRIS-DEVICE-MIB +596
D mibs/colubris/colubris-device-mib.my -576
A mibs/colubris/COLUBRIS-DEVICE-WDS-MIB +1,216
D mibs/colubris/colubris-device-wds-mib.my -1,195
A mibs/colubris/COLUBRIS-DEVICE-WIRELESS-MIB +2,190
D mibs/colubris/colubris-device-wireless-mib.my -2,163
D mibs/colubris/colubris-ieee802dot11.my -3,820
A mibs/colubris/COLUBRIS-LICENSE-MIB +148
D mibs/colubris/colubris-license-mib.my -132
📈 0 added
📉 0 removed
Add Kamailio app module.
A html/includes/graphs/application/kamailio_core.inc.php +49
A html/includes/graphs/application/kamailio_errors.inc.php +34
A html/includes/graphs/application/kamailio_registrar.inc.php +36
A html/includes/graphs/application/kamailio_shmen.inc.php +96
A html/includes/graphs/application/kamailio_sl123.inc.php +43
A html/includes/graphs/application/kamailio_sl4.inc.php +43
A html/includes/graphs/application/kamailio_sl56.inc.php +41
A html/includes/graphs/application/kamailio_tcp.inc.php +50
A html/includes/graphs/application/kamailio_tmx.inc.php +45
A html/includes/graphs/application/kamailio_usrloc.inc.php +33
A html/pages/device/apps/kamailio.inc.php +27
M includes/definitions/apps.inc.php +1
A includes/polling/applications/kamailio.inc.php +206
A scripts/agent-local/kamailio +15
📈 719 added
📉 0 removed
Add improved ifAlias_persist script
A scripts/ifAlias_persist +42
📈 42 added
📉 0 removed
Improved configurable freeradius unix-agent.
M scripts/agent-local/freeradius +63 -37
A scripts/agent-local/freeradius.conf.sample +10
📈 73 added
📉 37 removed
Add additional HP Colubris support (info/cpu/memory).
M includes/definitions/mibs.inc.php +7
M includes/definitions/os.inc.php +3 -2
A includes/discovery/mempools/colubris-usage-information-mib.inc.php +26
A includes/polling/mempools/colubris-usage-information-mib.inc.php +18
A includes/polling/os/hpmsm.inc.php +34
📈 88 added
📉 2 removed
Add support for Lighttpd graphing via the UNIX-Agent.
A html/images/icons/lighttpd.png +1
A html/includes/graphs/application/lighttpd_hits.inc.php +27
A html/includes/graphs/application/lighttpd_scoreboardstatistics.inc.php +42
A html/includes/graphs/application/lighttpd_servers.inc.php +31
A html/includes/graphs/application/lighttpd_traffic.inc.php +28
A html/includes/graphs/application/lighttpd_uptime.inc.php +37
A html/pages/device/apps/lighttpd.inc.php +19
A includes/polling/applications/lighttpd.inc.php +79
A scripts/agent-local/lighttpd +72
📈 335 added
📉 0 removed
Use compressed definitions in CE.
M includes/definitions.inc.php +17 -1
M includes/definitions/status.inc.php +5 -5
📈 22 added
📉 6 removed
Updated contact edit page.
M html/includes/print/search.inc.php +6 -1
M html/pages/contact.inc.php +140 -65
M html/pages/contacts.inc.php +1 -1
M includes/alerts.inc.php +28
M includes/definitions/transports.inc.php +6 -6
M includes/definitions/wui.inc.php +1
📈 182 added
📉 73 removed
Add ability to define sockets for libvirt.
M includes/discovery/virtual-machines/libvirt.inc.php +8
📈 8 added
📉 0 removed
Add some Eaton MIBs.
A mibs/eaton
A mibs/eaton/EATON-EPDU-MIB +2,498
A mibs/eaton/EATON-OIDS +172
A mibs/eaton/EATON-PDU-MIB +1,041
A mibs/eaton/RackMonitor-MIB +1,592
📈 0 added
📉 0 removed
Add support for Red Oxygen SMS gateway service.
A includes/alerting/redoxygen.inc.php +72
M includes/definitions/transports.inc.php +17 -1
📈 89 added
📉 1 removed
Reference correct MIB in Fortigate OS poller.
M includes/polling/os/fortigate.inc.php +1 -1
📈 1 added
📉 1 removed
Improvements to layout.
M html/includes/entities/storage.inc.php +2 -2
M html/includes/print/rows.inc.php +10
M html/pages/contact.inc.php +14 -9
M html/pages/logon.inc.php +1 -1
📈 27 added
📉 12 removed
Add PIXOS map for rancid.
M includes/definitions.inc.php +20 -19
📈 20 added
📉 19 removed
Remove erroneous license.
📈 0 added
📉 44 removed
M includes/discovery/sensors/supermicro-health-mib.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Fixed navigation bar permissions. Fixed arista rancid definition.
M html/includes/alerting-navbar.inc.php +2 -2
M html/includes/contacts-navbar.inc.php +1
M html/includes/maintenance-navbar.inc.php +2 -1
M html/includes/navbar.inc.php +1 -1
M html/pages/alert_maintenance_add.inc.php +44 -82
M html/pages/contacts.inc.php +6 -3
M html/pages/device/data.inc.php +3 -3
M includes/definitions.inc.php +1 -1
📈 60 added
📉 93 removed
Updated license files (added CE license).
M html/pages/about.inc.php +1 -1
D LICENSE -44
A LICENSE.COMMUNITY +44
A LICENSE.PRO +49
📈 94 added
📉 45 removed
Pre-CE fix.
M html/index.php +9 -9
M includes/functions.inc.php +8 -11
M includes/versioncheck.inc.php +7 -4
📈 24 added
📉 24 removed
M html/index.php +7 -1
M html/pages/device/perf.inc.php +5 -7
M includes/discovery/neighbours/cisco-cdp-mib.inc.php +8
M includes/discovery/storage/cisco-flash-mib.inc.php +10 -2
M includes/snmp.inc.php +18 -4
A update/266.sql +3
📈 48 added
📉 14 removed
Russian2English
📈 1 added
📉 1 removed
Fixed issue in db query parser with named params. Try to fix issue with snmp timeouts when discovery neighbours on some cisco devices (fixed
CISCO-FLASH-MIB storage module).
M html/map.php +10
M html/pages/device/perf.inc.php +1 -1
M includes/config-variables.inc.php +2
M includes/db.inc.php +11 -3
M includes/discovery/storage/cisco-flash-mib.inc.php +55 -5
📈 79 added
📉 9 removed
Cleanups and excludes for CE.
Showing the first 30 paths; 1 more are omitted from this static page.
M discovery.php +1 -1
M html/css/bootstrap-hacks.css +21
M html/includes/alerting-navbar.inc.php +1
M html/includes/authentication/radius.inc.php +1 -1
M html/includes/functions.inc.php +2 -2
M html/includes/group-navbar.inc.php +3 -2
M html/includes/navbar.inc.php +15 -16
M html/includes/print/alert.inc.php +5 -4
M html/includes/print/navbar.inc.php +19 -2
M html/includes/status-summary.inc.php +17 -19
M html/index.php +3 -3
M html/js/observium.js +2 -1
M html/pages/about.inc.php +7 -7
M html/pages/alert_check.inc.php +4 -5
M html/pages/alert_checks.inc.php +3 -2
M html/pages/device/graphs.inc.php +12 -11
M html/pages/edituser.inc.php +66 -63
M html/pages/group.inc.php +3 -3
M html/pages/groups.inc.php +2 -1
M html/pages/health.inc.php +1 -1
M html/pages/locations.inc.php +49 -27
M html/pages/ports.inc.php +18 -18
M html/pages/preferences/general.inc.php +18 -15
M html/pages/pseudowires.inc.php +1 -1
M html/pages/slas.inc.php +1 -1
M includes/common.inc.php +1 -1
M includes/definitions/wui.inc.php +4
M includes/groups.inc.php +25 -4
M includes/sql-config.inc.php +4 -1
M includes/templates.inc.php +3 -6
📈 289 added
📉 217 removed
2016 year..
Showing the first 30 paths; 1,679 more are omitted from this static page.
M add_device.php +1 -1
M adduser.php +1 -1
M alerter.php +1 -1
M alerts.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/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/api.php +1 -1
M html/api/includes/alerts.inc.php +1 -1
M html/api/includes/bills.inc.php +1 -1
M html/api/includes/devices.inc.php +1 -1
M html/api/includes/ports.inc.php +1 -1
M html/api/index.php +1 -1
M html/bandwidth-graph.php +1 -1
M html/billing-graph.php +1 -1
M html/data.php +1 -1
M html/feed.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/api/errorcodes.inc.php +1 -1
📈 1,720 added
📉 1,715 removed
Tooltip popups disabled by default also on tablets. Added option for force enable popups on mobile/tablets.
M html/includes/functions.inc.php +5 -3
M html/index.php +2 -1
M html/js/observium.js +1 -1
M includes/config-variables.inc.php +7
M includes/defaults.inc.php +1
M libs/Mobile/Detect.php +9 -7
📈 15 added
📉 4 removed
Entity popups reverted to previous style.
M html/css/jquery.qtip.min.css +1 -1
M html/includes/entities/device.inc.php +6 -6
M html/includes/entities/generic.inc.php +6 -2
M html/includes/entities/port.inc.php +4 -4
M html/includes/functions.inc.php +11 -7
📈 27 added
📉 19 removed
Fixed hover tooltips issue. Improved tooltips style.
M html/css/jquery.qtip.min.css +1 -1
M html/includes/entities/device.inc.php +22 -18
M html/includes/entities/generic.inc.php +5 -2
M html/includes/entities/port.inc.php +4 -2
M html/includes/functions.inc.php +21 -8
M html/js/observium.js +32 -15
📈 52 added
📉 30 removed
Minor WUI fixes. Added cache indexes. Updated jquery and qtip js to latest.
M html/includes/cache-data.inc.php +5 -8
M html/includes/print/addresses.inc.php +3 -1
M html/includes/print/inventory.inc.php +3 -1
M html/includes/print/mac_addresses.inc.php +3 -1
M html/js/jquery.min.js +5 -5
M html/js/jquery.qtip.min.js +4 -4
M html/pages/device/routing/bgp.inc.php +1 -1
M includes/definitions/graphtypes.inc.php +11
M includes/sql-config.inc.php +1 -1
A update/264.sql +9
📈 27 added
📉 13 removed
Fixed check permission on device edit alert page. Small cleanups.
M html/includes/print/search.inc.php +12 -8
M html/includes/status-summary.inc.php +1
M html/pages/device/alert.inc.php +73 -53
M html/pages/device/edit.inc.php +1 -1
M html/pages/settings/default.inc.php -24
📈 87 added
📉 86 removed
Multiple small page fixes and deduplicate.
Fixed display alert stuff for unprivileged users.
Disabled debug by default for unprivileged users in WUI (added config option: $config['web_debug_unprivileged']).
Enabled alerts/groups stuff in CE.
M discovery.php +2 -2
M html/includes/alerting-navbar.inc.php +16 -9
M html/includes/authenticate.inc.php +16
M html/includes/customoids-navbar.inc.php +1
M html/includes/functions.inc.php +54 -14
M html/includes/navbar.inc.php +20 -16
M html/includes/panels/default.inc.php +8 -171
M html/includes/print/alert_log.inc.php +1 -1
M html/includes/print/alert.inc.php +1 -1
M html/includes/print/navbar.inc.php +8 -1
M html/includes/status-summary.inc.php +100 -71
M html/pages/alert_check.inc.php +6 -1
M html/pages/alert_checks.inc.php +9 -2
M html/pages/alert_maintenance.inc.php +6 -5
M html/pages/alerts.inc.php +3 -2
M html/pages/customoid.inc.php +7 -4
M html/pages/customoids.inc.php +7
M html/pages/device.inc.php +3 -6
M html/pages/device/logs.inc.php +4 -3
M html/pages/device/port.inc.php +5 -8
M html/pages/front/default.php +3
M html/pages/settings/default.inc.php +24
M includes/common.inc.php +8 -8
M includes/db.inc.php +4 -4
M includes/defaults.inc.php +9 -6
M includes/definitions.inc.php +8 -1
M includes/entities.inc.php +8 -3
M includes/functions.inc.php +3 -17
M includes/sql-config.inc.php +3 -2
📈 347 added
📉 358 removed
Fixed display too big rancid configs.
M html/pages/device/showconfig.inc.php +21 -7
📈 21 added
📉 7 removed
Bootstrap-switch changed to bs3 style. Small pages cleanups.
A html/css/bootstrap-switch.css +199
M html/css/bootstrap.css -494
M html/css/bootstrap/less/bootstrap.less +1 -1
M html/includes/print/search.inc.php +6 -1
M html/index.php +1
M html/pages/alert_check.inc.php +6 -5
M html/pages/preferences/general.inc.php +1 -1
M scripts/check_icons.sh +1 -1
📈 15 added
📉 8 removed
Improve styling of popup headers and fix suppression of device column in popup header table rows.
M html/includes/entities/generic.inc.php +27 -9
M html/includes/entities/mempool.inc.php +2 -2
M html/includes/entities/p2pradio.inc.php +2 -2
M html/includes/entities/port.inc.php +5 -3
M html/includes/entities/processor.inc.php +3 -2
M html/includes/entities/status.inc.php +1 -1
📈 40 added
📉 19 removed
Convert device display functions to use generate_graph_tag
M html/includes/entities/device.inc.php +23 -8
📈 23 added
📉 8 removed
Move box classes outside of table (seems they don't work on IE in there...)
M html/pages/group.inc.php +9 -5
📈 9 added
📉 5 removed
Improve hidpi rendering of port row thumbnails
M html/includes/entities/device.inc.php +3 -3
M html/includes/entities/port.inc.php +32 -5
📈 35 added
📉 8 removed
Improved detect Dell DNOS devices.
M includes/definitions/os.inc.php +2
A includes/polling/os/dnos6.inc.php +29
M scripts/check_icons.sh +2 -2
📈 33 added
📉 2 removed
Added statistics in check_icons.sh script.
M scripts/check_icons.sh +38
📈 38 added
📉 0 removed
Added more hidpi os icons. Fixed os icon dimensions. Added simple os icons checker script.
Showing the first 30 paths; 78 more are omitted from this static page.
A attic/cron-hourly.sh +8
A attic/cron-minute.sh +15
A attic/cron.sh +12
A html/images/os/adtran_2x.png +1
M html/images/os/adtran.png ±0
M html/images/os/apc_2x.png ±0
M html/images/os/apc.png ±0
M html/images/os/atto_2x.png ±0
M html/images/os/atto.png ±0
M html/images/os/baytech_2x.png ±0
M html/images/os/baytech.png ±0
A html/images/os/bluecoat_2x.png +1
M html/images/os/bluecoat.png ±0
A html/images/os/buffalo_2x.png +1
M html/images/os/buffalo.png ±0
M html/images/os/checkpoint_2x.png ±0
M html/images/os/checkpoint.png ±0
A html/images/os/ciena_2x.png +1
M html/images/os/ciena.png ±0
M html/images/os/cisco_2x.png ±0
M html/images/os/cisco.png ±0
A html/images/os/ciscosb_2x.png +1
M html/images/os/ciscosb.png ±0
A html/images/os/clavister_2x.png +1
M html/images/os/clavister.png ±0
M html/images/os/d-link_2x.png ±0
M html/images/os/d-link.png ±0
A html/images/os/darwin-old_2x.png +1
M html/images/os/darwin-old.png ±0
A html/images/os/datadomain_2x.png +1
📈 70 added
📉 41 removed
Fix status entity row
M html/includes/entities/status.inc.php +2 -1
M html/pages/device/health/status.inc.php +12 -8
📈 14 added
📉 9 removed
Added multiple hidpi os icons.
Showing the first 30 paths; 20 more are omitted from this static page.
A html/images/os/alcatellucent_2x.png +1
M html/images/os/alcatellucent.png ±0
A html/images/os/arbor_2x.png +1
M html/images/os/arbor.png ±0
A html/images/os/arista_2x.png +1
M html/images/os/arista.png ±0
A html/images/os/aruba_2x.png +1
M html/images/os/aruba.png ±0
A html/images/os/audiocodes_2x.png +1
M html/images/os/audiocodes.png ±0
A html/images/os/brocade_2x.png +1
M html/images/os/brocade.png ±0
A html/images/os/calix_2x.png +1
M html/images/os/calix.png ±0
A html/images/os/casa_2x.png +1
M html/images/os/casa.png ±0
A html/images/os/debian_2x.png +1
M html/images/os/debian.png ±0
A html/images/os/f5_2x.png +1
M html/images/os/f5.png ±0
A html/images/os/fiberroad_2x.png +1
M html/images/os/fiberroad.png ±0
A html/images/os/force10_2x.png +1
M html/images/os/force10.png ±0
A html/images/os/freenas_2x.png +1
M html/images/os/freenas.png ±0
A html/images/os/geist_2x.png +1
M html/images/os/geist.png ±0
A html/images/os/h3c_2x.png +1
M html/images/os/h3c.png ±0
📈 0 added
📉 0 removed
Bugfix: restore config-default e-mail alerting
M includes/alerts.inc.php +3 -3
📈 3 added
📉 3 removed
M includes/definitions/mibs.inc.php +4
M includes/definitions/os.inc.php +1
A includes/discovery/processors/cisco-entity-pfe-mib.inc.php +27
📈 32 added
📉 0 removed
Fix show number of associated devices on customoids page
M html/pages/customoids.inc.php +7 -6
📈 7 added
📉 6 removed
Add missing less files
A html/css/bootstrap/less/boxes.less +299
A html/css/bootstrap/less/miscellaneous.less +529
📈 0 added
📉 0 removed
duh..
M html/css/bootstrap/less/bootstrap.less +2 -1
📈 0 added
📉 0 removed
Last cleanups for switch widget to box styles. Removed unused error-no-perm.inc.php file.
M html/css/bootstrap/less/bootstrap.less +1 -1
D html/includes/error-no-perm.inc.php -19
M html/pages/addhost.inc.php +1 -2
M html/pages/adduser.inc.php +1 -2
M html/pages/device/showtech.inc.php +69 -37
M html/pages/group_add.inc.php +1 -2
M html/pages/groups_regenerate.inc.php +3 -3
M html/pages/groups.inc.php +3 -6
M html/pages/settings/default.inc.php +14 -6
📈 92 added
📉 77 removed
Fixed style of page edit alert check.
M html/pages/alert_check.inc.php +88 -64
M html/pages/group.inc.php +5 -5
📈 93 added
📉 69 removed
Fixed check permissions on Neighbours page, improved search forms.
M html/includes/print/neighbours.inc.php +3 -3
M html/includes/print/search.inc.php +15 -2
M html/pages/device/pseudowires.inc.php +4 -3
M html/pages/devices.inc.php +33 -40
M html/pages/neighbours.inc.php +94 -66
M html/pages/preferences/authlog.inc.php +4 -5
M includes/definitions/wui.inc.php +1
📈 154 added
📉 119 removed
Added multiple hidpi os icons.
Showing the first 30 paths; 13 more are omitted from this static page.
D html/images/os/allied.png -1
A html/images/os/alliedtelesis_2x.png +1
M html/images/os/alliedtelesis.png ±0
M html/images/os/alvarion_2x.png ±0
M html/images/os/alvarion.png ±0
M html/images/os/avaya_2x.png ±0
M html/images/os/avaya.png ±0
A html/images/os/emerson_2x.png +1
M html/images/os/emerson.png ±0
A html/images/os/exalt_2x.png +1
M html/images/os/exalt.png ±0
A html/images/os/hwg-ste_2x.png +1
M html/images/os/hwg-ste.png ±0
M html/images/os/ibm_2x.png ±0
M html/images/os/ibm.png ±0
M html/images/os/juniper_2x.png ±0
M html/images/os/juniper.png ±0
M html/images/os/mikrotik_2x.png ±0
M html/images/os/mikrotik.png ±0
M html/images/os/netapp_2x.png ±0
M html/images/os/netapp.png ±0
M html/images/os/netping_2x.png ±0
M html/images/os/netping.png ±0
A html/images/os/oneaccess_2x.png +1
M html/images/os/oneaccess.png ±0
A html/images/os/openbsd_2x.png +1
M html/images/os/openbsd.png ±0
A html/images/os/openwrt_2x.png +1
M html/images/os/openwrt.png ±0
A html/images/os/panasonic_2x.png +1
📈 0 added
📉 0 removed
Update mibs page to new style. Fix link colours.
M html/css/bootstrap.css +88 -88
M html/css/bootstrap/less/variables.less -2
M html/css/bootstrap/less/variables3.less +4 -1
M html/pages/mibs.inc.php +10 -2
📈 10 added
📉 2 removed
Synched latest mibs definitions.
M includes/definitions/mibs.inc.php +20 -12
📈 20 added
📉 12 removed
Add support for telegraph alert transport
A includes/alerting/telegram.inc.php +44
M includes/definitions/transports.inc.php +13
📈 57 added
📉 0 removed
Updated mikrotik and routeros os icons.
A html/images/os/mikrotik_2x.png +1
M html/images/os/mikrotik.png ±0
A html/images/os/routeros_2x.png +1
M html/images/os/routeros.png ±0
📈 0 added
📉 0 removed
Fixed tooltips on box control headers.
M html/includes/print/rows.inc.php +30 -10
M html/includes/print/search.inc.php +5 -1
M html/js/observium.js +4 -1
M html/pages/add_alert_check.inc.php +10 -6
M html/pages/group.inc.php +12 -5
📈 57 added
📉 22 removed
Cleanup some form styles.
M html/includes/print/search.inc.php +5 -3
M html/pages/contact.inc.php +37 -32
M html/pages/delhost.inc.php +4 -4
M html/pages/device.inc.php +2 -2
M html/pages/device/edit/agent.inc.php +2 -2
M html/pages/device/edit/alerts.inc.php +2 -2
M html/pages/device/edit/delete.inc.php +2 -2
M html/pages/device/edit/device.inc.php +2 -2
M html/pages/device/edit/geo.inc.php +2 -2
M html/pages/device/edit/ipmi.inc.php +2 -2
M html/pages/device/edit/ssh.inc.php +2 -2
M html/pages/device/edit/wmi.inc.php +1 -1
M html/pages/edituser.inc.php +4 -4
M html/pages/preferences/authentication.inc.php +2 -2
📈 69 added
📉 62 removed
Added basic support for NetPing Power devices. Improved NetPing os icon.
A html/images/os/netping_2x.png +1
M html/images/os/netping.png ±0
M includes/definitions/os.inc.php +11
A includes/discovery/sensors/dksf-48-4-x-x-1.inc.php +136
M includes/polling/os/netping.inc.php +3 -2
M mibs/netping/DKSF-48-4-X-X-1 +16 -2
📈 150 added
📉 2 removed
Reorganized definition includes. Moved wui specific definitions to separate definition file.
M html/ajax/search.php +1 -1
M html/includes/print/common.inc.php +2 -27
M includes/common.inc.php +1 -24
M includes/definitions.inc.php +43 -160
M includes/definitions/rewrites.inc.php +76 -1
A includes/definitions/vm.inc.php +138
D includes/definitions/vmware_guestid.inc.php -112
A includes/definitions/wui.inc.php +71
📈 332 added
📉 325 removed
Remove duplicated transport definition.
M includes/definitions/transports.inc.php -10
📈 0 added
📉 10 removed
Add aggregate graphs to custom oid page.
M html/includes/entities/generic.inc.php +17
A html/includes/graphs/multi-customoid
A html/includes/graphs/multi-customoid/auth.inc.php +33
A html/includes/graphs/multi-customoid/graph.inc.php +43
M html/pages/customoid.inc.php +36 -31
📈 129 added
📉 31 removed
Added basic support for Geist Watchdog. Improved discovery sensors by
GEIST-MIB -V3.
M includes/definitions/os.inc.php +17 -5
A includes/discovery/os/geist.inc.php +23
M includes/discovery/sensors.inc.php +1
M includes/discovery/sensors/geist-mib-v3.inc.php +66 -10
📈 107 added
📉 15 removed
Don't allow blank associations.
M html/pages/customoid.inc.php +6 -2
📈 6 added
📉 2 removed
swap descr/dest in contacts list. fix p2p radios count in top nav.
M html/includes/navbar.inc.php +1 -1
M html/pages/contacts.inc.php +3 -3
📈 4 added
📉 4 removed
[iMPROVE] Update style of alert checker add page
M html/pages/add_alert_check.inc.php +46 -32
M html/pages/group.inc.php +4 -2
📈 50 added
📉 34 removed
New: Add XMPP transport. Requires some libraries in libs/. Minor cleanups in transports code
Showing the first 30 paths; 61 more are omitted from this static page.
M includes/alerting/clickatell.inc.php -8
M includes/alerting/email.inc.php +1 -1
M includes/alerting/hipchat.inc.php -7
M includes/alerting/messagebird.inc.php -6
M includes/alerting/pagerduty.inc.php +1 -2
M includes/alerting/pushover.inc.php -5
M includes/alerting/script.inc.php -4
M includes/alerting/slack.inc.php -6
M includes/alerting/webhook.inc.php -6
A includes/alerting/xmpp.inc.php +94
M includes/definitions/transports.inc.php +27 -1
A libs/Fabiang
A libs/Fabiang/Xmpp
A libs/Fabiang/Xmpp/CHANGELOG.md +34
A libs/Fabiang/Xmpp/Client.php +185
A libs/Fabiang/Xmpp/Connection
A libs/Fabiang/Xmpp/Connection/AbstractConnection.php +311
A libs/Fabiang/Xmpp/Connection/ConnectionInterface.php +146
A libs/Fabiang/Xmpp/Connection/Socket.php +228
A libs/Fabiang/Xmpp/Connection/SocketConnectionInterface.php +56
A libs/Fabiang/Xmpp/Event
A libs/Fabiang/Xmpp/Event/Event.php +165
A libs/Fabiang/Xmpp/Event/EventInterface.php +114
A libs/Fabiang/Xmpp/Event/EventManager.php +160
A libs/Fabiang/Xmpp/Event/EventManagerAwareInterface.php +61
A libs/Fabiang/Xmpp/Event/EventManagerInterface.php +81
A libs/Fabiang/Xmpp/Event/XMLEvent.php +78
A libs/Fabiang/Xmpp/Event/XMLEventInterface.php +68
A libs/Fabiang/Xmpp/EventListener
A libs/Fabiang/Xmpp/EventListener/AbstractEventListener.php +132
📈 123 added
📉 46 removed
Fixed update enum-array settings from wui config page.
M html/pages/settings.inc.php +3 -1
📈 3 added
📉 1 removed
Add MACSEC poller module
A includes/polling/ports/cisco-trustsec-interface-mib.inc.php +32
📈 32 added
📉 0 removed
derp.. again, now correct revert.
M html/includes/print/syslogs.inc.php +1 -1
M html/pages/syslog.inc.php +24 -31
📈 25 added
📉 32 removed
revert back previous search box on syslog page.
M html/includes/print/syslogs.inc.php +1 -1
📈 1 added
📉 1 removed
Fixed select pseudowires type.
M html/pages/device/pseudowires.inc.php +7 -2
M html/pages/pseudowires.inc.php +8 -3
📈 15 added
📉 5 removed
More pages style cleanups. Fixed user preferences page.
M html/includes/print/authlog.inc.php +4 -1
M html/includes/print/events.inc.php +1 -1
M html/includes/print/routing.inc.php +1 -1
M html/includes/print/rows.inc.php +11 -8
M html/includes/print/search.inc.php +31 -22
M html/includes/print/syslogs.inc.php +1 -1
M html/pages/authlog.inc.php -4
M html/pages/edituser.inc.php +170 -237
M html/pages/pollerlog.inc.php +8 -14
M html/pages/preferences.inc.php +4 -2
M html/pages/preferences/authlog.inc.php +3 -4
M html/pages/preferences/general.inc.php +207 -51
M html/pages/syslog.inc.php +31 -24
M includes/rewrites.inc.php +1
📈 473 added
📉 370 removed
Detect Cisco TrustSec MACSEC encryption and display encrypted ports.
M html/css/bootstrap.css +5
M html/css/bootstrap/less/type.less +1 -1
M html/pages/customers.inc.php +1 -1
M html/pages/iftype.inc.php +1 -1
M includes/common.inc.php +2 -1
M includes/definitions/os.inc.php +1
M includes/polling/ports.inc.php +18 -2
M includes/rewrites.inc.php +1 -1
A update/263.sql +1
📈 24 added
📉 6 removed
Add generic webhook notifier transport
A includes/alerting/webhook.inc.php +54
M includes/definitions/transports.inc.php +13
📈 67 added
📉 0 removed
Add unfinished support for p2p radio graphing on Ubiquiti AirFiber devices.
A includes/polling/p2p-radios/ubnt-airfiber-mib.inc.php +68
📈 68 added
📉 0 removed
Improve contact display (wrapping single word in a table is a PITA)
M html/pages/contact.inc.php +4 -4
📈 4 added
📉 4 removed
Clean up contacts display format
M html/pages/contacts.inc.php +6 -5
📈 6 added
📉 5 removed
Shorten some transport descriptions
M includes/definitions/transports.inc.php +10 -10
📈 10 added
📉 10 removed
Don't require array types in print_cli_table(). Print error and continue if table_rows isn't an array.
M includes/functions.inc.php +2 -1
📈 2 added
📉 1 removed
Set empty array even if there are no peers.
M includes/discovery/bgp-peers.inc.php +2 -1
📈 2 added
📉 1 removed
Set ASA rancid type back to cisco.
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Fix typo in device eventlog overview panel
M html/pages/device/overview/events.inc.php +1 -1
📈 1 added
📉 1 removed
Minor: Move some APC rPDU2 stuff around, fix 'Unit x' prepend if there is only one unit
M includes/discovery/sensors/powernet-mib.inc.php +158 -159
📈 158 added
📉 159 removed
Medium: Fixed for chained APC rPDU2 PDUs, add apparent power sensor if available
M includes/definitions/status.inc.php +3
M includes/discovery/sensors/powernet-mib.inc.php +91 -31
📈 94 added
📉 31 removed
Use html class definitions instead config option.
M html/includes/entities/generic.inc.php +10 -10
M html/includes/entities/port.inc.php +1 -1
M html/includes/entities/pseudowire.inc.php +3 -3
M html/includes/functions.inc.php -5
M html/includes/print/rows.inc.php +1 -1
M includes/defaults.inc.php -3
M includes/definitions.inc.php +19 -5
M includes/discovery/processors.inc.php +9 -7
📈 43 added
📉 35 removed
Fixed cache and use some port IDs.
M html/includes/cache-data.inc.php +37 -30
M html/pages/ports.inc.php +5 -4
📈 42 added
📉 34 removed
Minor: some blacklisted MIBs for simple OSes
M includes/definitions/os.inc.php +9 -1
📈 9 added
📉 1 removed
New: Introduce DRAC6 and lower Global System Status indicator, fetch http URL from
DELL-RAC-MIB /
IDRAC-MIB -SMIv2
M includes/definitions/mibs.inc.php +15 -4
M includes/definitions/status.inc.php +7
M includes/polling/os/drac.inc.php +18
📈 40 added
📉 4 removed
Clean up popup generation. Add config entry for table classes.
M html/includes/entities/generic.inc.php +28 -28
M html/includes/entities/port.inc.php +2 -3
M html/includes/print/search.inc.php +2 -2
M includes/defaults.inc.php +3
📈 35 added
📉 33 removed
Clean output for discovery modules (mempools, processors, inventory, sla, pseudowires).
Showing the first 30 paths; 80 more are omitted from this static page.
M includes/discovery/functions.inc.php +6 -6
M includes/discovery/inventory.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/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/timetra-chassis-mib.inc.php +1 -1
M includes/discovery/mempools.inc.php +7 -5
M includes/discovery/mempools/adtran-aoscpu.inc.php +1 -1
M includes/discovery/mempools/agent-general-mib.inc.php +1 -1
M includes/discovery/mempools/airespace-switching-mib.inc.php +1 -1
M includes/discovery/mempools/alcatel-ind1-health-mib.inc.php +1 -1
M includes/discovery/mempools/apsysmgmt-mib.inc.php +1 -1
M includes/discovery/mempools/asyncos-mail-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/ciena-topsecret-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-vendor-mib.inc.php +1 -1
M includes/discovery/mempools/dnos-switching-mib.inc.php +1 -1
M includes/discovery/mempools/embedded-ngx-mib.inc.php +1 -1
M includes/discovery/mempools/extreme-base-mib.inc.php +1 -1
M includes/discovery/mempools/f10-c-series-chassis-mib.inc.php +1 -1
📈 136 added
📉 132 removed
Medium: Show friendly names on contact list page instead of raw JSON
M html/pages/contacts.inc.php +28 -2
M includes/definitions/transports.inc.php +10 -1
📈 38 added
📉 3 removed
Minor: Add support for tooltips on transport endpoint parameters, move some longer descriptions to the tooltip
M html/pages/contact.inc.php +2 -2
M html/pages/contacts.inc.php +12 -4
M includes/definitions/transports.inc.php +22 -22
📈 36 added
📉 28 removed
You're not going to believe it, but... fix to emptied 260 update file to fix updater layout.
📈 2 added
📉 0 removed
Final fix for conversion of alert contact endpoints to JSON
M update/260.php +1 -19
A update/262.php +34
📈 35 added
📉 19 removed
Readded db schema update for exclude intersection with r7423.
M update/259.sql -6
A update/261.sql +7
📈 0 added
📉 0 removed
Committed an update too many, but will never run. Reverting.
📈 0 added
📉 0 removed
Derp. Fixed duplicate update number
A update/258.sql +13
D update/259.php -31
A update/260.php +34
📈 34 added
📉 31 removed
Derpfix to 259.php
📈 2 added
📉 0 removed
Minor: transition endpoint in database from ::|| to JSON. Make sure to run discovery -u after svn up or your alerts WILL break.
M html/pages/contact.inc.php +18 -19
M html/pages/contacts.inc.php +2 -3
M includes/alerts.inc.php +2 -4
A update/259.php +29
📈 51 added
📉 26 removed
Removed unused pseudowire print function.
M html/includes/functions.inc.php +1 -2
D html/includes/print/pseudowires.inc.php -308
📈 1 added
📉 310 removed
Improved and rewritten pseudowires stuff. Added support for Juniper pseudowires by
JUNIPER-VPN-MIB . Added pseudowire entity (with all common entity features like alerts). Added polling and graphs for all supported pseudowires.
A html/includes/entities/pseudowire.inc.php +361
A html/includes/graphs/pseudowire
A html/includes/graphs/pseudowire/auth.inc.php +44
A html/includes/graphs/pseudowire/bits.inc.php +23
A html/includes/graphs/pseudowire/pkts.inc.php +34
M html/pages/device/pseudowires.inc.php +57 -15
M html/pages/preferences/authentication.inc.php +1 -1
M html/pages/pseudowires.inc.php +85 -17
M includes/defaults.inc.php +1 -1
M includes/definitions/entities.inc.php +20
M includes/definitions/mibs.inc.php +65
M includes/definitions/os.inc.php +1
M includes/discovery/pseudowires.inc.php +2 -3
M includes/discovery/pseudowires/cisco-ietf-pw-mib.inc.php +37 -28
A includes/discovery/pseudowires/juniper-vpn-mib.inc.php +144
M includes/discovery/pseudowires/pw-std-mib.inc.php +37 -28
M includes/entities.inc.php +8
A includes/polling/pseudowires.inc.php +165
A update/259.sql +6
📈 1,085 added
📉 93 removed
Minor: Spacies on contact add form
M html/pages/contacts.inc.php +13 -9
📈 13 added
📉 9 removed
Medium: Contact details page now correctly shows separated fields for endpoint data instead of a huge ugly string
M html/pages/contact.inc.php +32 -1
📈 32 added
📉 1 removed
Minor: Now that we have an edit GUI, e-mail will have a correct endpoint format. Fix existing entries and update the email transport
M includes/alerting/email.inc.php +1 -2
A update/258.php +23
📈 24 added
📉 2 removed
Major: Dynamic UI to build endpoint for alert contact creation page
M html/pages/contacts.inc.php +134 -54
M html/pages/device/edit/snmp.inc.php +137 -137
M includes/definitions/transports.inc.php +1 -1
📈 272 added
📉 192 removed
Fix: Call discover_app() from nsd app code
M includes/polling/applications/nsd.inc.php +2
📈 2 added
📉 0 removed
Fix: add missing space in fieldset separators
M html/includes/print/rows.inc.php +1 -2
M html/includes/print/search.inc.php +2 -2
📈 3 added
📉 4 removed
New: NSD unix agent application, closes #1639
A html/includes/graphs/application/nsd_axfr.inc.php +38
A html/includes/graphs/application/nsd_memory.inc.php +47
A html/includes/graphs/application/nsd_qtype.inc.php +57
A html/includes/graphs/application/nsd_queries.inc.php +88
A html/includes/graphs/application/nsd_rcode.inc.php +50
A html/includes/graphs/application/nsd_zones.inc.php +39
A html/pages/device/apps/nsd.inc.php +20
M includes/definitions/apps.inc.php +1
A includes/polling/applications/nsd.inc.php +241
A scripts/agent-local/nsd +14
📈 595 added
📉 0 removed
Medium: Move Papouch sensors to definitions. Run discovery -u after svn up, then run discovery on your papouch devices
M includes/definitions/mibs.inc.php +19
M includes/definitions/os.inc.php +2 -1
M includes/discovery/sensors.inc.php +17 -4
D includes/discovery/sensors/papouch-smi.inc.php -85
A mibs/papouch/Papouch-SMI +61
D mibs/papouch/Papouch-SMI.mib -54
A mibs/papouch/TMESNMP2-MIB +77
D mibs/papouch/TMESNMP2.mib -70
A update/257.php +41
📈 79 added
📉 90 removed
Derp: clean up duplicate code
M includes/discovery/sensors/powernet-mib.inc.php -54
📈 0 added
📉 54 removed
Minor: Convert older APC state map array code to discrete map introduced in r7410
M includes/discovery/sensors/powernet-mib.inc.php +5 -22
📈 5 added
📉 22 removed
New: Add discrete sensor support for APC New-Gen InRow Chillers
M includes/discovery/sensors/powernet-mib.inc.php +77
📈 77 added
📉 0 removed
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: Sort OS and portmedia correctly in dropdown, reindent.
M html/pages/devices.inc.php +152 -151
M html/pages/ports.inc.php +161 -162
📈 313 added
📉 313 removed
Minor: small fixup to Mikrotik DHCP lease count graph - derp
M includes/definitions/graphtypes.inc.php +1 -1
📈 1 added
📉 1 removed
Minor: small fixup to Mikrotik DHCP lease count graph
M includes/definitions/graphtypes.inc.php +2 -1
📈 2 added
📉 1 removed
New: Add graph for DHCP lease count on RouterOS. Some code layout cleanups.
M includes/definitions.inc.php +71 -70
M includes/definitions/graphtypes.inc.php +14 -1
M includes/definitions/mibs.inc.php +632 -632
A includes/polling/graphs/mikrotik-mib
A includes/polling/graphs/mikrotik-mib/mtxrDHCP.inc.php +27
📈 744 added
📉 703 removed
Improve F5 support.
M html/pages/device/loadbalancer/lb_virtuals.inc.php +30
M includes/definitions.inc.php +3 -2
M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +16 -11
M includes/snmp.inc.php +2 -1
📈 51 added
📉 14 removed
Trivial: Small antiderp.
📈 2 added
📉 2 removed
New: Add more Mikrotik sensors, move RouterOS sensor discovery to definitions. Make sure to run discovery of all your RouterOS devices after discovery -u.
M includes/definitions/graphtypes.inc.php +2 -2
M includes/definitions/mibs.inc.php +24
M includes/definitions/status.inc.php +5
M includes/discovery/sensors.inc.php +2 -2
D includes/discovery/sensors/mikrotik-mib.inc.php -108
A update/256.php +35
📈 68 added
📉 112 removed
New: Add some more Mikrotik sensors if available
M includes/discovery/sensors/mikrotik-mib.inc.php +53 -2
📈 53 added
📉 2 removed
New: Support for
MIKROTIK-MIB MNDP - This mix of layer2 and layer3 reports RouterOS's CDP neighbours (L2) and also its Mikrotik neighbours (L3). Poor MIB, but let's give this a go... Suggestions welcome. Also some LLDP improvements and fixes.
M includes/definitions.inc.php +2
M includes/discovery/neighbours/lldp-mib.inc.php +10 -11
A includes/discovery/neighbours/mikrotik-mib.inc.php +103
📈 115 added
📉 11 removed
Trivial: Syntax and code cleanups
M html/includes/contacts-navbar.inc.php -1
M html/includes/customoids-navbar.inc.php +2
M html/includes/error-no-perm.inc.php +1 -1
M html/includes/graphs/application/mailscanner_sent.inc.php +1 -1
M html/includes/graphs/application/memcached.inc.php +1 -1
M html/includes/graphs/application/ntpclient_stats.inc.php +2 -2
M html/includes/graphs/application/ntpd_bits.inc.php +1 -3
M html/includes/graphs/application/ntpd_buffer.inc.php +2 -2
M html/includes/graphs/application/ntpd_packets.inc.php +2 -4
M html/includes/graphs/application/ntpd_stats.inc.php +11 -5
M html/includes/graphs/application/ntpd_uptime.inc.php +1 -3
M html/includes/graphs/application/ntpdserver_bits.inc.php +1 -9
M html/includes/graphs/application/ntpdserver_buffer.inc.php +2 -2
M html/includes/graphs/application/ntpdserver_packets.inc.php +2 -4
M html/includes/graphs/application/ntpdserver_stats.inc.php +2 -2
M html/includes/graphs/application/ntpdserver_uptime.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_bits.inc.php +3 -4
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +1 -3
M html/includes/graphs/application/unbound_rcode.inc.php +2 -2
M html/includes/group-navbar.inc.php -1
M html/includes/port-sort-select.inc.php +1 -1
M html/includes/port-sort.inc.php +1 -1
M html/includes/print-accesspoint.inc.php +2 -2
M html/includes/print-device-graph.php +1 -2
M html/includes/print-interface-adsl.inc.php +1 -1
M html/includes/print-interface-graphs.inc.php +1 -1
M html/includes/print-service.inc.php +1 -1
M html/includes/service-delete.inc.php +1 -1
M html/index.php +7 -7
📈 54 added
📉 68 removed
Minor: don't autorefresh on bill add/edit/delete pages
M html/includes/print/common.inc.php +4 -1
📈 4 added
📉 1 removed
Minor: Sort device_ports ajax call by
ifIndex
M html/ajax/device_ports.php +1 -1
📈 1 added
📉 1 removed
M mibs/mikrotik/MIKROTIK-MIB +289 -10
📈 0 added
📉 0 removed
Minor: fetch protocols dropdown on global neighbour page from neighbour table
M html/pages/neighbours.inc.php +10 -1
📈 10 added
📉 1 removed
Fix group add tooltip. Use generate_box functions for some form generations.
M html/includes/print/rows.inc.php +2 -1
M html/includes/print/search.inc.php +21 -17
📈 23 added
📉 18 removed
Fix minor typo :)
M html/pages/group.inc.php +1 -1
📈 1 added
📉 1 removed
Add ability to generate box tools by array using generate_box_open
M html/includes/print/rows.inc.php +25 -3
M html/includes/print/search.inc.php +3
M html/pages/group_add.inc.php +1
M html/pages/group.inc.php +27 -24
📈 56 added
📉 27 removed
Extend new style to more pages, fix p2pradio page.
M html/includes/entities/p2pradio.inc.php +3 -4
M html/includes/print/rows.inc.php +1 -1
M html/pages/device/collectd.inc.php +6 -2
M html/pages/device/latency.inc.php +5 -2
M html/pages/device/munin.inc.php +6 -2
M html/pages/device/packages.inc.php +4
M html/pages/packages.inc.php +13 -12
📈 38 added
📉 23 removed
Update F5 page layout
M html/pages/device/loadbalancer.inc.php +3
M html/pages/device/loadbalancer/lb_virtuals.inc.php +80 -60
📈 83 added
📉 60 removed
Some further cosmetic cleanups to the front page
M html/css/bootstrap.css +11 -4
M html/css/bootstrap/less/alerts.less +14 -4
M html/pages/front/default.php +6 -2
📈 6 added
📉 2 removed