Rolling Release

664
commits
+48,233
lines added
βˆ’28,802
lines removed

Stable Releases

23
releases
+29,179
lines added
βˆ’21,078
lines removed

Commit and release counts include all visible history. Line totals exclude configured automation, vendor, generated, and data-file changes.

Development activity in 2017

Filtered lines added and removed, with commit count by month.

December 2017

πŸ’» r8997 FIX

Adam Armstrong 🐸
Fix short host usage for alert table on side panel (fix alert table honouring short host for entity text)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/entities.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8996 ADD

Adam Armstrong 🐸
Add single-line format for Slack transport.
Files changed (2) +43 / -28
Changed files with action and line counts
Mincludes/alerting/slack.inc.php+38 / -28
Mincludes/definitions/transports.inc.php+5 / -0
+43 added βˆ’28 removed filtered activity

πŸ’» r8995 FIX

Adam Armstrong 🐸
Skip update properly, return caused updater script to exit
Files changed (1) +5 / -1
Changed files with action and line counts
Mupdate/360.php+5 / -1
+5 added βˆ’1 removed filtered activity

πŸ’» r8994 TRIVIAL

Mike Stupalov 🐱
Skip DB conversion for old polling history.
Files changed (1) +2 / -0
Changed files with action and line counts
Mupdate/360.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8993 MAJOR

Mike Stupalov 🐱
Removed huge unusefull tables perf_times and devices_perftimes. Poller and discovery times now stored as round-robin history inside device stats array.
Files changed (14) +237 / -88
Changed files with action and line counts
Mdiscovery.php+0 / -1
Mhousekeeping.php+2 / -4
Mhtml/pages/device/edit/modules.inc.php+25 / -1
Mhtml/pages/device/perf.inc.php+8 / -10
Mhtml/pages/device/showtech.inc.php+6 / -4
Mincludes/config-variables.inc.php+23 / -28
Mincludes/defaults.inc.php+23 / -23
Mincludes/definitions.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+33 / -6
Mincludes/housekeeping/timing.inc.php+4 / -1
Mincludes/polling/functions.inc.php+35 / -8
Mpoller.php+0 / -1
Aupdate/360.php+75 / -0
Aupdate/361.sql+2 / -0
+235 added βˆ’88 removed filtered activity

πŸ’» r8992 TRIVIAL

Mike Stupalov 🐱
Added some critical error codes as stop list for db schema update.
Files changed (1) +14 / -14
Changed files with action and line counts
Mincludes/update/update.php+14 / -14
+14 added βˆ’14 removed filtered activity

πŸ’» r8991 TRIVIAL

Mike Stupalov 🐱
Added more debugging for test alerts send.
Files changed (2) +5 / -1
Changed files with action and line counts
Mincludes/alerts.inc.php+4 / -0
Mpoller.php+1 / -1
+5 added βˆ’1 removed filtered activity

πŸ’» r8990 TRIVIAL

Mike Stupalov 🐱
Improved PoE states for statuses by NETONIX-SWITCH-MIB.
Files changed (1) +5 / -3
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+5 / -3
+5 added βˆ’3 removed filtered activity

πŸ’» r8989 MINOR

Mike Stupalov 🐱
Added support for Netonix Switch devices with sensors by NETONIX-SWITCH-MIB.
Files changed (5) +168 / -2
Changed files with action and line counts
Ahtml/images/os/netonix.png+1 / -0
Ahtml/images/os/netonix_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+70 / -2
Mincludes/definitions/os.inc.php+14 / -0
Aincludes/discovery/sensors/netonix-switch-mib.inc.php+82 / -0
+166 added βˆ’2 removed filtered activity

πŸ’» r8988 TRIVIAL

Mike Stupalov 🐱
Added flag OBS_SNMP_DISPLAY_HINT for disable display-hint in snmp output. Use it for discovery sensors by definitions (prevent different values in poller and discovery).
Files changed (3) +13 / -13
Changed files with action and line counts
Mincludes/definitions.inc.php+2 / -2
Mincludes/discovery/sensors.inc.php+9 / -9
Mincludes/snmp.inc.php+2 / -2
+13 added βˆ’13 removed filtered activity

πŸ’» r8987 TRIVIAL

Mike Stupalov 🐱
Fixed caching oids in status polling.
Files changed (2) +4 / -4
Changed files with action and line counts
Mincludes/polling/functions.inc.php+3 / -3
Mincludes/polling/status.inc.php+1 / -1
+4 added βˆ’4 removed filtered activity

πŸ’» r8986 TRIVIAL

Mike Stupalov 🐱
Small replace loop improvement.
Files changed (2) +17 / -11
Changed files with action and line counts
Mincludes/rewrites.inc.php+9 / -4
Mtests/IncludesRewritesTest.php+8 / -7
+9 added βˆ’4 removed filtered activity

πŸ’» r8985 MINOR

Mike Stupalov 🐱
Added unittests for common array_*_replace() functions. Added array_tag_replace() function for in-definition %tags% replaces by array with tag-string key pairs.
Files changed (5) +262 / -34
Changed files with action and line counts
Mincludes/discovery/processors.inc.php+20 / -3
Mincludes/discovery/sensors.inc.php+25 / -18
Mincludes/rewrites.inc.php+68 / -8
Mincludes/rrdtool.inc.php+2 / -5
Mtests/IncludesRewritesTest.php+147 / -0
+115 added βˆ’34 removed filtered activity

πŸ’» r8984 MINOR

Mike Stupalov 🐱
Improved test_alert.php script, now possible to test alert send by contact_id. Improved list of avialable alert message tags with: ALERT_UNIXTIME, ALERT_TIMESTAMP_RFC2822, ALERT_TIMESTAMP_RFC3339, DEVICE_SYSNAME and DEVICE_REBOOTED.
Files changed (6) +227 / -109
Changed files with action and line counts
Mincludes/alerts.inc.php+105 / -72
Mincludes/syslog.inc.php+35 / -20
Aincludes/templates/test non-text+0 / -0
Aincludes/templates/test/notification_ALERT.json+10 / -0
Aincludes/templates/test/notification_RECOVER.json+10 / -0
Mtest_alert.php+67 / -17
+207 added βˆ’109 removed filtered activity

πŸ’» r8983 TRIVIAL

Mike Stupalov 🐱
Small fixes for external libs.
Files changed (6) +594 / -1
Changed files with action and line counts
Mlibs/cli/arguments/HelpScreen.php+5 / -1
Alibs/pear/Net/DNS2/RR/AVC.php+75 / -0
Alibs/pear/Net/DNS2/RR/CDNSKEY.php+77 / -0
Alibs/pear/Net/DNS2/RR/CSYNC.php+203 / -0
Alibs/pear/Net/DNS2/RR/OPENPGPKEY.php+159 / -0
Alibs/pear/Net/DNS2/RR/SMIMEA.php+75 / -0
0 added 0 removed filtered activity

πŸ’» r8982 MINOR

Mike Stupalov 🐱
Added discovery additional processor and mempools for Zyxel ES by ZYXEL-ES-COMMON and ZYXEL-SYS-MEMORY-MIB.
Files changed (4) +106 / -5
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+25 / -4
Mincludes/definitions/os.inc.php+4 / -1
Aincludes/discovery/mempools/zyxel-sys-memory-mib.inc.php+39 / -0
Aincludes/polling/mempools/zyxel-sys-memory-mib.inc.php+38 / -0
+106 added βˆ’5 removed filtered activity

πŸ’» r8981 ADD

Adam Armstrong 🐸
Add short hostname length config variable to UI.
Files changed (1) +7 / -0
Changed files with action and line counts
Mincludes/config-variables.inc.php+7 / -0
+7 added 0 removed filtered activity

πŸ’» r8980 TRIVIAL

Mike Stupalov 🐱
Added missed mib definition for A10 Thunder devices (OBS-2526).
Files changed (2) +6,663 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Amibs/a10/A10-AX-CGN-MIB+6,662 / -0
+1 added 0 removed filtered activity

πŸ’» r8979 TRIVIAL

Mike Stupalov 🐱
Fixed discovery DOM sensors by WWP-LEOS-PORT-XCVR-MIB.
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php+4 / -4
+4 added βˆ’4 removed filtered activity

πŸ’» r8978 MINOR

Mike Stupalov 🐱
Added discovery sensors from connected UPS for Synology NAS devices by SYNOLOGY-UPS-MIB.
Files changed (2) +85 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+84 / -0
Mincludes/definitions/os.inc.php+1 / -0
+85 added 0 removed filtered activity

πŸ’» r8977

Mike Stupalov 🐱
derp.
Files changed (2) +0 / -0
Changed files with action and line counts
Mhtml/images/os/racktivity.png non-text+0 / -0
Mhtml/images/os/racktivity_2x.png non-text+0 / -0
0 added 0 removed filtered activity

πŸ’» r8976 TRIVIAL

Mike Stupalov 🐱
Cleaned some os icons in definitions.
Files changed (1) +11 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+11 / -1
+11 added βˆ’1 removed filtered activity

πŸ’» r8975 MINOR

Mike Stupalov 🐱
Added all remaining HiDPI os icons.
Files changed (107) +51 / -9

Showing the first 30 paths; 77 more are omitted from this static page.

Changed files with action and line counts
Mhtml/images/os/carel.png non-text+0 / -0
Ahtml/images/os/carel_2x.png+1 / -0
Mhtml/images/os/ccpower.png non-text+0 / -0
Ahtml/images/os/ccpower_2x.png+1 / -0
Mhtml/images/os/comet.png non-text+0 / -0
Ahtml/images/os/comet_2x.png+1 / -0
Mhtml/images/os/conexant.png non-text+0 / -0
Ahtml/images/os/conexant_2x.png+1 / -0
Mhtml/images/os/cyan.png non-text+0 / -0
Ahtml/images/os/cyan_2x.png+1 / -0
Mhtml/images/os/delta.png non-text+0 / -0
Ahtml/images/os/delta_2x.png+1 / -0
Mhtml/images/os/digi.png non-text+0 / -0
Ahtml/images/os/digi_2x.png+1 / -0
Mhtml/images/os/endian.png non-text+0 / -0
Ahtml/images/os/endian_2x.png+1 / -0
Mhtml/images/os/engenius.png non-text+0 / -0
Ahtml/images/os/engenius_2x.png+1 / -0
Mhtml/images/os/enterasys.png non-text+0 / -0
Ahtml/images/os/enterasys_2x.png+1 / -0
Mhtml/images/os/firebrick.png non-text+0 / -0
Ahtml/images/os/firebrick_2x.png+1 / -0
Mhtml/images/os/fireeye.png non-text+0 / -0
Ahtml/images/os/fireeye_2x.png+1 / -0
Mhtml/images/os/gcom.png non-text+0 / -0
Ahtml/images/os/gcom_2x.png+1 / -0
Mhtml/images/os/gta.png non-text+0 / -0
Ahtml/images/os/gta_2x.png+1 / -0
Mhtml/images/os/gude.png non-text+0 / -0
Ahtml/images/os/gude_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8974 MINOR

Mike Stupalov 🐱
Added basic support for TempAlert devices (OBS-2229).
Files changed (6) +114 / -1
Changed files with action and line counts
Ahtml/images/os/tempalert.png+1 / -0
Ahtml/images/os/tempalert_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+17 / -1
Mincludes/definitions/os.inc.php+8 / -0
Amibs/tempalert non-text+0 / -0
Amibs/tempalert/TEMPERATUREALERT-MIB+87 / -0
+25 added βˆ’1 removed filtered activity

πŸ’» r8973 MINOR

Mike Stupalov 🐱
Added basic support for CrandlePoint devices (OBS-2234).
Files changed (4) +18 / -2
Changed files with action and line counts
Ahtml/images/os/cradlepoint.png+1 / -0
Ahtml/images/os/cradlepoint_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+7 / -1
Mincludes/definitions/os.inc.php+9 / -1
+16 added βˆ’2 removed filtered activity

πŸ’» r8972 MIBS

Mike Stupalov 🐱
Added MIB files (cradlepoint, kentix).
Files changed (6) +12,316 / -0
Changed files with action and line counts
Amibs/cradlepoint non-text+0 / -0
Amibs/cradlepoint/WIPIPE-MIB+520 / -0
Amibs/kentix non-text+0 / -0
Amibs/kentix/KAM-PRO+10,565 / -0
Amibs/kentix/KMX-LAN+456 / -0
Amibs/kentix/KMX-RACK+775 / -0
0 added 0 removed filtered activity

πŸ’» r8971 TRIVIAL

Mike Stupalov 🐱
Missed files for previous commit (OBS-2276).
Files changed (2) +100 / -0
Changed files with action and line counts
Aincludes/discovery/sensors/dps-mib-v38.inc.php+63 / -0
Aincludes/discovery/status/dps-mib-v38.inc.php+37 / -0
+100 added 0 removed filtered activity

πŸ’» r8970 MINOR

Mike Stupalov 🐱
Added discovery sensors for DPS Telecom devices by DPS-MIB-V38 (OBS-2276).
Files changed (1) +12 / -10
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+12 / -10
+12 added βˆ’10 removed filtered activity

πŸ’» r8969 TRIVIAL

Mike Stupalov 🐱
Fixed polling wmi storages if volume serial number begin with zero (OBS-1649).
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/storage/wmi.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8968 TRIVIAL

Mike Stupalov 🐱
Correctly fixed polling ports ifAlias, ifName and ifDescr with UTF8 chars.
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+1 / -1
Mincludes/polling/ports.inc.php+1 / -1
+2 added βˆ’2 removed filtered activity

πŸ’» r8967 MINOR

Mike Stupalov 🐱
Added unittest for snmp_fix_string() with UTF8 convert strings.
Files changed (1) +48 / -1
Changed files with action and line counts
Mtests/SnmpDataTest2.php+48 / -1
0 added 0 removed filtered activity

πŸ’» r8966 TRIVIAL

Mike Stupalov 🐱
Exclude (by default) deleted ports in query in get_port_id_by_ifDescr() and get_port_id_by_ifAlias() (this cause mistakes when ifIndex changed).
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/common.inc.php+4 / -4
+4 added βˆ’4 removed filtered activity

πŸ’» r8965 MINOR

Mike Stupalov 🐱
Improved discovery some power supply statuses by CISCO-ENVMON-MIB and CISCO-ENTITY-FRU-CONTROL-MIB.
Files changed (3) +110 / -49
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+23 / -6
Mincludes/discovery/sensors/cisco-entity-fru-control-mib.inc.php+73 / -30
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+14 / -13
+110 added βˆ’49 removed filtered activity

November 2017

πŸ’» r8964 TRIVIAL

Mike Stupalov 🐱
Improved detect sensor port associations for some more Cisco ASR devices (OBS-2295).
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/entities.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8963 ADD

Adam Armstrong 🐸
Add nutanix detection and logo
Files changed (3) +11 / -0
Changed files with action and line counts
Ahtml/images/os/nutanix.png+1 / -0
Ahtml/images/os/nutanix_2x.png+1 / -0
Mincludes/definitions/os.inc.php+9 / -0
+9 added 0 removed filtered activity

πŸ’» r8962 MIBS

Adam Armstrong 🐸
Files changed (2) +3,277 / -0
Changed files with action and line counts
Amibs/nutanix non-text+0 / -0
Amibs/nutanix/NUTANIX-MIB+3,277 / -0
0 added 0 removed filtered activity

πŸ’» r8961 ADD

Adam Armstrong 🐸
Add detection of Blue Coat ASG
Files changed (1) +12 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+12 / -1
+12 added βˆ’1 removed filtered activity

πŸ’» r8959 TRIVIAL

Mike Stupalov 🐱
Also fixed polling ports ifName and ifDescr with UTF-8 chars.
Files changed (2) +12 / -5
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+4 / -1
Mincludes/polling/ports.inc.php+8 / -4
+12 added βˆ’5 removed filtered activity

πŸ’» r8958 TRIVIAL

Mike Stupalov 🐱
Fixed polling ports ifAlias with UTF-8 chars.
Files changed (2) +8 / -0
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+4 / -0
Mincludes/polling/ports.inc.php+4 / -0
+8 added 0 removed filtered activity

πŸ’» r8957 TRIVIAL

Mike Stupalov 🐱
Fixed display bill_bits graphs (OBS-2529).
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/bill/auth.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8956 TRIVIAL

Mike Stupalov 🐱
Fixed php 7.1 compatability for functions rrdtool_last() and rrdtool_lastupdate() (OBS-2528).
Files changed (1) +17 / -6
Changed files with action and line counts
Mincludes/rrdtool.inc.php+17 / -6
+17 added βˆ’6 removed filtered activity

πŸ’» r8955 TRIVIAL

Mike Stupalov 🐱
Fixed port labels on Delta UPS devices.
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8954 TRIVIAL

Mike Stupalov 🐱
Fixed discovery some sensors by DeltaUPS-MIB.
Files changed (2) +11 / -6
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+7 / -4
Mincludes/discovery/sensors.inc.php+4 / -2
+11 added βˆ’6 removed filtered activity

πŸ’» r8953 MINOR

Mike Stupalov 🐱
Improved discovery sensors by DeltaUPS-MIB.
Files changed (2) +90 / -20
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+88 / -18
Mincludes/definitions/os.inc.php+2 / -2
+90 added βˆ’20 removed filtered activity

πŸ’» r8952 MIBS

Mike Stupalov 🐱
Updated Socomec mib files.
Files changed (5) +6,863 / -4,597
Changed files with action and line counts
Amibs/socomec/SOCOMECIPDU-MIB+5,380 / -0
Mmibs/socomec/SOCOMECUPS-MIB+259 / -180
Dmibs/socomec/SOCOMECUPS-MIB-v2+0 / -4,417
Amibs/socomec/SOCOMECUPSSTS-MIB+588 / -0
Amibs/socomec/SOCOMECUPS_ADICOM_MIB+636 / -0
0 added 0 removed filtered activity

πŸ’» r8951 MIBS

Mike Stupalov 🐱
Updated Juniper MIB files.
Files changed (96) +30,890 / -583

Showing the first 30 paths; 66 more are omitted from this static page.

Changed files with action and line counts
Amibs/juniper/IPMCAST-MIB-CAPABILITY+244 / -0
Amibs/juniper/JNX-DOT3OAM-CAPABILITY+135 / -0
Amibs/juniper/JNX-IF-CAPABILITY+84 / -0
Amibs/juniper/JNX-IP-CAPABILITY+87 / -0
Mmibs/juniper/JNX-IPSEC-MONITOR-MIB+11 / -153
Mmibs/juniper/JNX-OPT-IF-EXT-MIB+12 / -4
Mmibs/juniper/JNX-PPPOE-MIB+28 / -2
Amibs/juniper/JNX-SNMPv2-CAPABILITY+98 / -0
Mmibs/juniper/JUNIPER-CHASSIS-CLUSTER-MIB+118 / -3
Mmibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB+878 / -65
Mmibs/juniper/JUNIPER-COS-MIB+50 / -1
Mmibs/juniper/JUNIPER-EXPERIMENT-MIB+9 / -34
Mmibs/juniper/JUNIPER-FIREWALL-MIB+30 / -19
Mmibs/juniper/JUNIPER-HOSTRESOURCES-MIB+8 / -0
Mmibs/juniper/JUNIPER-IF-MIB+1 / -1
Mmibs/juniper/JUNIPER-IFOPTICS-MIB+5,463 / -15
Mmibs/juniper/JUNIPER-IFOTN-MIB+1,000 / -10
Mmibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB+56 / -15
Amibs/juniper/JUNIPER-JS-FLOW-MIB+70 / -0
Mmibs/juniper/JUNIPER-JS-NAT-MIB+113 / -23
Mmibs/juniper/JUNIPER-JS-PACKET-MIRROR-MIB+5 / -1
Mmibs/juniper/JUNIPER-JS-POLICY-MIB+350 / -4
Mmibs/juniper/JUNIPER-JS-SCREENING-MIB+460 / -3
Mmibs/juniper/JUNIPER-JS-SMI+2 / -1
Mmibs/juniper/JUNIPER-L2ALD-MIB+45 / -5
Mmibs/juniper/JUNIPER-L2CP-FEATURES-MIB+55 / -1
Mmibs/juniper/JUNIPER-LDP-MIB+8 / -0
Mmibs/juniper/JUNIPER-LICENSE-MIB+22 / -2
Mmibs/juniper/JUNIPER-LSYS-SECURITYPROFILE-MIB+1 / -0
Mmibs/juniper/JUNIPER-MIB+123 / -33
0 added 0 removed filtered activity

πŸ’» r8950 TRIVIAL

Mike Stupalov 🐱
Improved detect incorrect snmp v3 auth error.
Files changed (2) +17 / -10
Changed files with action and line counts
Mincludes/definitions.inc.php+11 / -6
Mincludes/snmp.inc.php+6 / -4
+17 added βˆ’10 removed filtered activity

πŸ’» r8949 TRIVIAL

Mike Stupalov 🐱
Set default port realtime polling interval to 10s for JunOS.
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8948 TRIVIAL

Mike Stupalov 🐱
Improved exclude uptime rollover time for reboot trigger.
Files changed (1) +12 / -3
Changed files with action and line counts
Mincludes/polling/system.inc.php+12 / -3
+12 added βˆ’3 removed filtered activity

πŸ’» r8947 TRIVIAL

Mike Stupalov 🐱
Polling printer supplies cleanup.
Files changed (3) +66 / -105
Changed files with action and line counts
Mhtml/pages/device/overview/printersupplies.inc.php+13 / -2
Mincludes/discovery/printersupplies/printer-mib.inc.php+1 / -21
Mincludes/polling/printersupplies.inc.php+52 / -82
+66 added βˆ’105 removed filtered activity

πŸ’» r8946 MIBS

Mike Stupalov 🐱
Update Aruba mib files.
Files changed (2) +145 / -1
Changed files with action and line counts
Mmibs/aruba/AI-AP-MIB+138 / -0
Mmibs/aruba/ARUBA-MIB+7 / -1
0 added 0 removed filtered activity

πŸ’» r8945 TRIVIAL

Mike Stupalov 🐱
Removed php version check in hash_equals compat library.
Files changed (3) +15 / -14
Changed files with action and line counts
Mlibs/hash-compat/hash_equals.php+0 / -7
Mlibs/hash-compat/hash_pbkdf2.php+0 / -7
Mlibs/phpFastCache/Drivers/Sqlite/Driver.php+15 / -0
0 added 0 removed filtered activity

πŸ’» r8944 MINOR

Mike Stupalov 🐱
Do not force discovery bgp peers if snmpwalk received incomplete data from device. Added trivial helper functions for get last snmp error code and status.
Files changed (4) +55 / -16
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+30 / -12
Mincludes/polling/ports.inc.php+4 / -4
Mincludes/snmp.inc.php+20 / -0
Mupdate/359.sql+1 / -0
+54 added βˆ’16 removed filtered activity

πŸ’» r8943 TRIVIAL

Mike Stupalov 🐱
Fixed variable for timeout check in get_http_request() (OBS-2511).
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/common.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8942 TRIVIAL

Mike Stupalov 🐱
Speedup housekeeping timestamp db queries (OBS-2508).
Files changed (6) +6 / -6
Changed files with action and line counts
Mincludes/housekeeping/alertlog.inc.php+1 / -1
Mincludes/housekeeping/authlog.inc.php+1 / -1
Mincludes/housekeeping/eventlog.inc.php+1 / -1
Mincludes/housekeeping/inventory.inc.php+1 / -1
Mincludes/housekeeping/ports.inc.php+1 / -1
Mincludes/housekeeping/syslog.inc.php+1 / -1
+6 added βˆ’6 removed filtered activity

πŸ’» r8941 ADD

Adam Armstrong 🐸
Add Cisco Firepower MIBs
Files changed (77) +251,128 / -0

Showing the first 30 paths; 47 more are omitted from this static page.

Changed files with action and line counts
Amibs/cisco/CISCO-FIREPOWER-AP-AAA-MIB+7,270 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-ADAPTOR-MIB+26,679 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-BIOS-MIB+5,482 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-BMC-MIB+275 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CALLHOME-MIB+1,556 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CAPABILITY-MIB+2,052 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CHANGE-MIB+192 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CIMCVMEDIA-MIB+832 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-COMM-MIB+3,083 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-COMPUTE-MIB+11,079 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CONFIG-MIB+407 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DCX-MIB+1,007 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DHCP-MIB+337 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DIAG-MIB+779 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DOMAIN-MIB+966 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DPSEC-MIB+174 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EPQOS-MIB+1,250 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EQUIPMENT-MIB+23,125 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-ETHER-MIB+9,834 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EVENT-MIB+688 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EXTMGMT-MIB+770 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EXTPOL-MIB+2,446 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EXTVMM-MIB+1,910 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FABRIC-MIB+20,869 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FAULT-MIB+1,027 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FEATURE-MIB+695 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FIRMWARE-MIB+8,784 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FLOWCTRL-MIB+253 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FSM-MIB+175 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-GMETA-MIB+908 / -0
0 added 0 removed filtered activity

πŸ’» r8940 MINOR

Mike Stupalov 🐱
Speedup some syslog db queries with correct indexes (OBS-2506).
Files changed (3) +6 / -2
Changed files with action and line counts
Mhtml/pages/device/logs/syslog.inc.php+1 / -1
Mhtml/pages/syslog.inc.php+1 / -1
Aupdate/359.sql+4 / -0
+2 added βˆ’2 removed filtered activity

πŸ’» r8939 ADD

Adam Armstrong 🐸
Add Nokia logo
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/nokia.png+1 / -0
Ahtml/images/os/nokia_2x.png+1 / -0
0 added 0 removed filtered activity

October 2017

πŸ’» r8938 MINOR

Mike Stupalov 🐱
Improved detect sensor port associations for some Cisco ASR devices (OBS-2295).
Files changed (3) +17 / -95
Changed files with action and line counts
Mincludes/discovery/sensors/cisco-entity-sensor-mib.inc.php+0 / -38
Mincludes/discovery/sensors/entity-sensor-mib.inc.php+0 / -54
Mincludes/entities.inc.php+17 / -3
+17 added βˆ’95 removed filtered activity

πŸ’» r8937 IMPROVE

Adam Armstrong 🐸
Improve bill creation form. Fix creating bill from port page.
Files changed (4) +169 / -124
Changed files with action and line counts
Mhtml/includes/print/search.inc.php+1 / -1
Mhtml/pages/bill/actions.inc.php+1 / -1
Mhtml/pages/bills.inc.php+2 / -2
Mhtml/pages/bills/add.inc.php+165 / -120
+169 added βˆ’124 removed filtered activity

πŸ’» r8936 FIX

Adam Armstrong 🐸
Fix pollerlog time calculation
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/pollerlog.inc.php+4 / -4
+4 added βˆ’4 removed filtered activity

πŸ’» r8935 IMPROVE

Adam Armstrong 🐸
Use router id for OSPF device discovery.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/neighbours/ospf-mib.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8934 ADD

Adam Armstrong 🐸
Add Cisco FirePOWER detection and extremeCpuMonitorTotalUtilization collection for XOS
Files changed (2) +9 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+2 / -0
Mincludes/definitions/os.inc.php+7 / -0
+9 added 0 removed filtered activity

πŸ’» r8933 ADD

Adam Armstrong 🐸
Add ability to generate SVG graphs
Files changed (2) +16 / -4
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+2 / -0
Mhtml/includes/graphs/graph.inc.php+14 / -4
+16 added βˆ’4 removed filtered activity

πŸ’» r8932 FIX

Adam Armstrong 🐸
Strip spaces from nginx agent output
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/agent-local/nginx+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8931 SQL

Adam Armstrong 🐸
Increase group name/descr field sizes
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/358.sql+2 / -0
0 added 0 removed filtered activity

πŸ’» r8929 FIX

Adam Armstrong 🐸
Fix Cisco RAS sessions graphs
Files changed (1) +5 / -5
Changed files with action and line counts
Mhtml/includes/graphs/device/cras_sessions.inc.php+5 / -5
+5 added βˆ’5 removed filtered activity

πŸ’» r8928 ADD

Adam Armstrong 🐸
Add eventlog entry for deleted devices
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/functions.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8927 OS

Adam Armstrong 🐸
Add additional checkpoint OS detection rules
Files changed (1) +12 / -8
Changed files with action and line counts
Mincludes/definitions/os.inc.php+12 / -8
+12 added βˆ’8 removed filtered activity

πŸ’» r8926 ADD

Adam Armstrong 🐸
Extend Gaia Embedded detection
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+5 / -0
+5 added 0 removed filtered activity

πŸ’» r8925 ADD

Adam Armstrong 🐸
Add support for boolean status inputs from ServersCheck SensorGateway.
Files changed (4) +35 / -2
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+3 / -0
Mincludes/definitions/os.inc.php+1 / -0
Mincludes/discovery/sensors/serverscheck.inc.php+29 / -0
Mmibs/ekinops/EKINOPS-Pmlma10-MIB+2 / -2
+33 added 0 removed filtered activity

πŸ’» r8924 FIX

Adam Armstrong 🐸
Avoid setting things we may not need
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8923 FIX

Adam Armstrong 🐸
Set session timeout to 1 day to try to avoid auth timeout issues.
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
+2 added βˆ’2 removed filtered activity

πŸ’» r8922

Tom Laermans πŸ¦”
Fix: update Teams transport
Files changed (1) +1 / -3
Changed files with action and line counts
Mincludes/alerting/teams.inc.php+1 / -3
+1 added βˆ’3 removed filtered activity

πŸ’» r8921 TRIVIAL

Mike Stupalov 🐱
Snmpwalk separate oids instead whole huge table in neighbours discovery by LLDP-MIB (OBS-2266).
Files changed (1) +16 / -4
Changed files with action and line counts
Mincludes/discovery/neighbours/lldp-mib.inc.php+16 / -4
+16 added βˆ’4 removed filtered activity

πŸ’» r8920 TRIVIAL

Mike Stupalov 🐱
Fixed eventlog for device rebooted time. Added date info when device last rebooted on device page.
Files changed (3) +39 / -18
Changed files with action and line counts
Mhtml/pages/device/overview/information.inc.php+14 / -6
Mhtml/pages/device/overview/information_extended.inc.php+14 / -6
Mincludes/polling/system.inc.php+11 / -6
+39 added βˆ’18 removed filtered activity

πŸ’» r8919 TRIVIAL

Mike Stupalov 🐱
More accurate detect neighbour local port by LLDP-MIB (OBS-2474).
Files changed (1) +49 / -15
Changed files with action and line counts
Mincludes/discovery/neighbours/lldp-mib.inc.php+49 / -15
+49 added βˆ’15 removed filtered activity

πŸ’» r8918 TRIVIAL

Mike Stupalov 🐱
Fixed priority for hrSystemUptime (OBS-2464).
Files changed (1) +26 / -20
Changed files with action and line counts
Mincludes/polling/system.inc.php+26 / -20
+26 added βˆ’20 removed filtered activity

πŸ’» r8917

Tom Laermans πŸ¦”
Trivial: correct warning message on contact delete modal
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/contacts.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8916

Tom Laermans πŸ¦”
NEW: Microsoft Teams alerting transport
Files changed (2) +70 / -0
Changed files with action and line counts
Aincludes/alerting/teams.inc.php+60 / -0
Mincludes/definitions/transports.inc.php+10 / -0
+70 added 0 removed filtered activity

πŸ’» r8915 TRIVIAL

Mike Stupalov 🐱
Fixed display php memory limit in cli versions output.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/common.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8914 TRIVIAL

Mike Stupalov 🐱
Renamed status events map key.
Files changed (2) +13 / -7
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+8 / -2
Mincludes/discovery/sensors.inc.php+5 / -5
+13 added βˆ’7 removed filtered activity

πŸ’» r8913 MINOR

Mike Stupalov 🐱
Improved discovery statuses with additional event oid values. Added discovery additional APC Netbotz statuses by PowerNet-MIB (OBS-2011).
Files changed (8) +125 / -14
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+23 / -0
Mincludes/definitions/os.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+2 / -2
Mincludes/discovery/sensors.inc.php+19 / -4
Mincludes/functions.inc.php+24 / -6
Mincludes/polling/functions.inc.php+1 / -1
Mtests/IncludesFunctionsTest.php+54 / -0
Aupdate/357.sql+1 / -0
+70 added βˆ’14 removed filtered activity

πŸ’» r8912 MINOR

Mike Stupalov 🐱
Added support for Eltek SmartPack devices. Added sensors discovery by SP2-MIB.
Files changed (4) +254 / -6
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+116 / -1
Mincludes/definitions/os.inc.php+16 / -0
Mincludes/discovery/sensors.inc.php+45 / -5
Aincludes/discovery/sensors/sp2-mib.inc.php+77 / -0
+254 added βˆ’6 removed filtered activity

πŸ’» r8911 MIBS

Mike Stupalov 🐱
Updated Eltek mibs.
Files changed (6) +31,374 / -79
Changed files with action and line counts
Mmibs/eltek/ELTEK-DISTRIBUTED-MIB+31 / -79
Amibs/eltek/ELTEK_DISTRIBUTED_PLANT-MIB+1,877 / -0
Mmibs/eltek/ELTEK_GENERIC-MIB+1 / -0
Amibs/eltek/SP2-MIB+17,338 / -0
Amibs/eltek/STS_SEQUENZ-MIB+2,681 / -0
Amibs/eltek/UPC4+9,446 / -0
0 added 0 removed filtered activity

πŸ’» r8910

Tom Laermans πŸ¦”
MIB: Update Raritan RemoteKVMDevice-MIB
Files changed (1) +63 / -7
Changed files with action and line counts
Mmibs/raritan/RemoteKVMDevice-MIB+63 / -7
0 added 0 removed filtered activity

πŸ’» r8909 ADD

Adam Armstrong 🐸
Add detection of checkpoint gaia embedded
Files changed (1) +16 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+16 / -0
+16 added 0 removed filtered activity

πŸ’» r8908 MIBS

Adam Armstrong 🐸
Ekinops MIBs
Files changed (64) +519,551 / -0

Showing the first 30 paths; 34 more are omitted from this static page.

Changed files with action and line counts
Amibs/ekinops non-text+0 / -0
Amibs/ekinops/EKINOPS-MGNT2-MIB+4,783 / -0
Amibs/ekinops/EKINOPS-MGNT2-NMS-MIB+1,531 / -0
Amibs/ekinops/EKINOPS-MGNT4NODE-MIB+505 / -0
Amibs/ekinops/EKINOPS-MIB+167 / -0
Amibs/ekinops/EKINOPS-PM1001LH-MIB+12,809 / -0
Amibs/ekinops/EKINOPS-PM1001PC-MIB+9,515 / -0
Amibs/ekinops/EKINOPS-PMC1002-MIB+14,742 / -0
Amibs/ekinops/EKINOPS-PMC2002-MIB+14,789 / -0
Amibs/ekinops/EKINOPS-Pm10001otu4-MIB+18,330 / -0
Amibs/ekinops/EKINOPS-Pm10010mp-MIB+12,075 / -0
Amibs/ekinops/EKINOPS-Pm10010mpt-MIB+17,124 / -0
Amibs/ekinops/EKINOPS-Pm10010mr-MIB+12,277 / -0
Amibs/ekinops/EKINOPS-Pm10010ulh-MIB+17,024 / -0
Amibs/ekinops/EKINOPS-Pm1001RR-MIB+4,063 / -0
Amibs/ekinops/EKINOPS-Pm1001lhr-MIB+5,793 / -0
Amibs/ekinops/EKINOPS-Pm1004-MIB+11,489 / -0
Amibs/ekinops/EKINOPS-Pm1004V-MIB+9,726 / -0
Amibs/ekinops/EKINOPS-Pm1004VDC-MIB+10,380 / -0
Amibs/ekinops/EKINOPS-Pm1004dcp-MIB+11,592 / -0
Amibs/ekinops/EKINOPS-Pm1004m-MIB+10,988 / -0
Amibs/ekinops/EKINOPS-Pm1004venc-MIB+8,605 / -0
Amibs/ekinops/EKINOPS-Pm1005-MIB+9,382 / -0
Amibs/ekinops/EKINOPS-Pm1008-MIB+9,638 / -0
Amibs/ekinops/EKINOPS-Pm1008DCP-MIB+10,218 / -0
Amibs/ekinops/EKINOPS-Pm124-MIB+4,942 / -0
Amibs/ekinops/EKINOPS-Pm1604-MIB+4,587 / -0
Amibs/ekinops/EKINOPS-Pm20002ma-MIB+16,454 / -0
Amibs/ekinops/EKINOPS-Pm20020ma-MIB+17,029 / -0
Amibs/ekinops/EKINOPS-Pm253-MIB+15,648 / -0
0 added 0 removed filtered activity

πŸ’» r8907 TRIVIAL

Mike Stupalov 🐱
Removed guessing device bgpLocalAs with multiple local ASes.
Files changed (2) +20 / -38
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+19 / -36
Mincludes/polling/bgp-peers.inc.php+1 / -2
+20 added βˆ’38 removed filtered activity

πŸ’» r8906 MINOR

Mike Stupalov 🐱
Improved detect private BGP AS numbers.
Files changed (5) +85 / -27
Changed files with action and line counts
Mhtml/includes/print/routing.inc.php+1 / -1
Mincludes/discovery/bgp-peers.inc.php+38 / -20
Mincludes/functions.inc.php+28 / -3
Mincludes/polling/bgp-peers.inc.php+3 / -2
Mincludes/rewrites.inc.php+15 / -1
+85 added βˆ’27 removed filtered activity

πŸ’» r8905

Mike Stupalov 🐱
derp
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8904 TRIVIAL

Mike Stupalov 🐱
Fixed iBGP counter on device BGP page.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8903 TRIVIAL

Mike Stupalov 🐱
Fixed display iBGP peers for per session local ASes.
Files changed (3) +9 / -6
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+5 / -2
Mhtml/includes/print/routing.inc.php+2 / -2
Mincludes/rewrites.inc.php+2 / -2
+9 added βˆ’6 removed filtered activity

πŸ’» r8902 MINOR

Mike Stupalov 🐱
Added detect hardware/version/uptime for Ubiquiti UniFi by UBNT-UniFi-MIB.
Files changed (4) +10 / -4
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+3 / -0
Mincludes/definitions/os.inc.php+1 / -1
Mincludes/polling/os/cisco.inc.php+1 / -1
Mincludes/polling/os/unifi.inc.php+5 / -2
+10 added βˆ’4 removed filtered activity

πŸ’» r8901 TRIVIAL

Mike Stupalov 🐱
Undebug. Fixed discovery BGP vendor specific per session local ASes.
Files changed (1) +36 / -7
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+36 / -7
+36 added βˆ’7 removed filtered activity

πŸ’» r8900 OS

Adam Armstrong 🐸
Add cuberpower support [OBS-2460]
Files changed (3) +12 / -0
Changed files with action and line counts
Ahtml/images/os/cyberpower.png+1 / -0
Ahtml/images/os/cyberpower_2x.png+1 / -0
Mincludes/definitions/os.inc.php+10 / -0
+10 added 0 removed filtered activity

πŸ’» r8899 IMPROVE

Adam Armstrong 🐸
Improve BGP per-session local as support [OBS-2461]
Files changed (5) +17 / -5
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+2 / -2
Mhtml/includes/print/routing.inc.php+2 / -2
Mincludes/discovery/bgp-peers.inc.php+11 / -0
Mincludes/polling/os/cisco.inc.php+1 / -1
Aupdate/356.sql+1 / -0
+16 added βˆ’5 removed filtered activity

πŸ’» r8898 FIX

Adam Armstrong 🐸
Improve cisco hardware string logic
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/polling/os/cisco.inc.php+4 / -4
+4 added βˆ’4 removed filtered activity

πŸ’» r8897 TRIVIAL

Mike Stupalov 🐱
Fixed detect maximum value between snmpEngineTime and hrSystemUptime (OBS-2464).
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/polling/system.inc.php+3 / -2
+3 added βˆ’2 removed filtered activity

πŸ’» r8896 TRIVIAL

Mike Stupalov 🐱
Converted "accurate linux uptime" to mib definition. Fixed fetch this uptime (needed only first number).
Files changed (3) +85 / -59
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+16 / -0
Mincludes/definitions/os.inc.php+3 / -1
Mincludes/polling/system.inc.php+66 / -58
+85 added βˆ’59 removed filtered activity

πŸ’» r8895 IMPROVE

Adam Armstrong 🐸
Add option to get more accurate long term uptime from net-snmp
Files changed (1) +49 / -36
Changed files with action and line counts
Mincludes/polling/system.inc.php+49 / -36
+49 added βˆ’36 removed filtered activity

πŸ’» r8894 TRIVIAL

Mike Stupalov 🐱
Fixed deletion users with CSRF validation (OBS-2451).
Files changed (2) +13 / -6
Changed files with action and line counts
Mhtml/pages/edituser.inc.php+11 / -4
Mhtml/pages/edituser/deleteuser.inc.php+2 / -2
+13 added βˆ’6 removed filtered activity

πŸ’» r8893 TRIVIAL

Mike Stupalov 🐱
More clean.
Files changed (1) +21 / -26
Changed files with action and line counts
Mincludes/polling/system.inc.php+21 / -26
+21 added βˆ’26 removed filtered activity

πŸ’» r8892 MINOR

Mike Stupalov 🐱
Prioritizing snmpEngineTime over hrSystemUptime and sysUptime. Clean old geolocation parts.
Files changed (3) +58 / -69
Changed files with action and line counts
Mincludes/geolocation.inc.php+1 / -1
Mincludes/polling/system.inc.php+55 / -66
Mincludes/snmp.inc.php+2 / -2
+58 added βˆ’69 removed filtered activity

πŸ’» r8891 TRIVIAL

Mike Stupalov 🐱
Updated Pear Net_DNS2 lib to latest.
Files changed (76) +817 / -522

Showing the first 30 paths; 46 more are omitted from this static page.

Changed files with action and line counts
Mlibs/pear/Net/DNS2.php+532 / -333
Mlibs/pear/Net/DNS2/BitMap.php+1 / -1
Mlibs/pear/Net/DNS2/Cache.php+7 / -1
Mlibs/pear/Net/DNS2/Cache/File.php+8 / -3
Mlibs/pear/Net/DNS2/Cache/Shm.php+14 / -1
Mlibs/pear/Net/DNS2/Exception.php+12 / -2
Mlibs/pear/Net/DNS2/Header.php+5 / -10
Mlibs/pear/Net/DNS2/Lookups.php+40 / -7
Mlibs/pear/Net/DNS2/Packet.php+1 / -16
Mlibs/pear/Net/DNS2/Packet/Request.php+17 / -21
Mlibs/pear/Net/DNS2/Packet/Response.php+6 / -1
Mlibs/pear/Net/DNS2/PrivateKey.php+22 / -20
Mlibs/pear/Net/DNS2/Question.php+3 / -3
Mlibs/pear/Net/DNS2/RR.php+7 / -4
Mlibs/pear/Net/DNS2/RR/A.php+1 / -1
Mlibs/pear/Net/DNS2/RR/AAAA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/AFSDB.php+1 / -1
Mlibs/pear/Net/DNS2/RR/ANY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/APL.php+1 / -1
Mlibs/pear/Net/DNS2/RR/ATMA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/CAA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/CDS.php+2 / -2
Mlibs/pear/Net/DNS2/RR/CERT.php+1 / -1
Mlibs/pear/Net/DNS2/RR/CNAME.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DHCID.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DLV.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DNAME.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DNSKEY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DS.php+1 / -1
Mlibs/pear/Net/DNS2/RR/EID.php+1 / -1
0 added 0 removed filtered activity

πŸ’» r8890 TRIVIAL

Mike Stupalov 🐱
Fixed skip load qTip on tablet/mobiles (correctly load qTip with datetime picker).
Files changed (3) +11 / -8
Changed files with action and line counts
Mhtml/includes/graphs/global/auth.inc.php+3 / -3
Mhtml/includes/print/search.inc.php+3 / -0
Mhtml/index.php+5 / -5
+11 added βˆ’8 removed filtered activity

πŸ’» r8887 FIX

Adam Armstrong 🐸
Fix datepicker form element by always loading qtip javascript.
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/index.php+4 / -4
+4 added βˆ’4 removed filtered activity

πŸ’» r8886 FIX

Adam Armstrong 🐸
Assume data is NULL when not supplied to print_cli_data()
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8885 IMPROVE

Adam Armstrong 🐸
Reduce time taken by EIGRP poller on devices with no EIGRP.
Files changed (1) +22 / -7
Changed files with action and line counts
Mincludes/polling/cisco-eigrp.inc.php+22 / -7
+22 added βˆ’7 removed filtered activity

πŸ’» r8884 TRIVIAL

Mike Stupalov 🐱
Clean & undebug.
Files changed (3) +5 / -9
Changed files with action and line counts
Mhtml/includes/entities/sla.inc.php+3 / -3
Mincludes/definitions/os.inc.php+1 / -1
Mincludes/polling/functions.inc.php+1 / -5
+5 added βˆ’9 removed filtered activity

πŸ’» r8883 FIX

Adam Armstrong 🐸
Fix Huawei MAC format. Add some remote access entries to huawei os definitions.
Files changed (2) +6 / -8
Changed files with action and line counts
Mincludes/definitions/os.inc.php+5 / -1
Mincludes/polling/fdb-table.inc.php+1 / -7
+6 added βˆ’8 removed filtered activity

πŸ’» r8882 MAJOR

Adam Armstrong 🐸
Many individual bug fixes and changes. Add Ceph polling via agent. Add xDSL stats graphs from Aethra devices. Update cisco SB mibs. Improve Syslog for IOS-XR. Add Huawei FDB table collection.
Files changed (123) +13,436 / -1,336

Showing the first 30 paths; 93 more are omitted from this static page.

Changed files with action and line counts
Ahtml/images/apps/ceph.png+1 / -0
Ahtml/images/apps/ceph_2x.png+1 / -0
Ahtml/images/os/minuteman.png+1 / -0
Ahtml/images/os/minuteman_2x.png+1 / -0
Mhtml/includes/entities/device.inc.php+5 / -0
Mhtml/includes/entities/sensor.inc.php+1 / -1
Mhtml/includes/entities/sla.inc.php+11 / -4
Ahtml/includes/graphs/application/ceph_iops.inc.php+33 / -0
Ahtml/includes/graphs/application/ceph_osd.inc.php+35 / -0
Ahtml/includes/graphs/application/ceph_speed.inc.php+30 / -0
Ahtml/includes/graphs/device/xdsl_bits.inc.php+22 / -0
Mhtml/includes/print/mac_addresses.inc.php+1 / -1
Ahtml/includes/search/slas.inc.php+37 / -0
Ahtml/pages/device/apps/ceph.inc.php+16 / -0
Mhtml/pages/devices.inc.php+61 / -14
Mhtml/pages/slas.inc.php+79 / -0
Mincludes/alerting/clickatell.inc.php+1 / -1
Mincludes/alerts.inc.php+4 / -0
Mincludes/definitions/apps.inc.php+1 / -1
Mincludes/definitions/graphtypes.inc.php+47 / -1
Mincludes/definitions/mibs.inc.php+6 / -0
Mincludes/definitions/os.inc.php+11 / -3
Mincludes/definitions/rewrites.inc.php+1 / -0
Mincludes/definitions/rrdtypes.inc.php+14 / -0
Mincludes/definitions/wui.inc.php+1 / -1
Aincludes/polling/applications/ceph.inc.php+25 / -0
Mincludes/polling/fdb-table.inc.php+113 / -75
Mincludes/polling/functions.inc.php+16 / -2
Aincludes/polling/graphs/aethra-mib non-text+0 / -0
Aincludes/polling/graphs/aethra-mib/xdsl.inc.php+58 / -0
+681 added βˆ’109 removed filtered activity

πŸ’» r8881 MAJOR

Adam Armstrong 🐸
Many updates. Adding WIP Wifi. Add DB for eigrp. remove old png icons. Switch to new multi-size png-from-svg sprites. Fix transports array name. Update some JS.
Files changed (302) +2,468 / -948

Showing the first 30 paths; 272 more are omitted from this static page.

Changed files with action and line counts
Dalerts.php+0 / -42
Mhtml/api/v0/index.php+1 / -0
Mhtml/css/bootstrap-hacks.css+6 / -0
Mhtml/css/observium.css+19 / -0
Mhtml/css/sprite.css+1,317 / -246
Mhtml/css/svg_png.css+70 / -0
Dhtml/img/sprite/and.gif+0 / -1
Dhtml/img/sprite/application--exclamation.png+0 / -2
Dhtml/img/sprite/application-block.png+0 / -2
Dhtml/img/sprite/application-icon-large.png+0 / -2
Dhtml/img/sprite/application-list.png+0 / -1
Dhtml/img/sprite/application-terminal.png+0 / -2
Dhtml/img/sprite/arrow-branch-000-left.png+0 / -2
Dhtml/img/sprite/arrow-branch-bgr.png+0 / -2
Dhtml/img/sprite/arrow-branch-byr.png+0 / -2
Dhtml/img/sprite/arrow-branch-gyr.png+0 / -2
Dhtml/img/sprite/arrow-circle.png+0 / -1
Dhtml/img/sprite/arrow-in.png+0 / -2
Dhtml/img/sprite/arrow-incident-blue.png+0 / -2
Dhtml/img/sprite/arrow-incident-green.png+0 / -2
Dhtml/img/sprite/arrow-incident-red.png+0 / -2
Dhtml/img/sprite/arrow-join.png+0 / -2
Dhtml/img/sprite/arrow-merge.png+0 / -2
Dhtml/img/sprite/arrow-move.png+0 / -2
Dhtml/img/sprite/arrow-split.png+0 / -2
Dhtml/img/sprite/arrow-switch.png+0 / -2
Dhtml/img/sprite/arrow-transition.png+0 / -2
Dhtml/img/sprite/arrow_down.png+0 / -1
Dhtml/img/sprite/arrow_left.png+0 / -2
Dhtml/img/sprite/arrow_right.png+0 / -2
+661 added βˆ’256 removed filtered activity

πŸ’» r8880 MAJOR

Adam Armstrong 🐸
Add EIGRP polling and UI elements. Basic graphs for ports/peers.
Files changed (10) +1,314 / -735
Changed files with action and line counts
Ahtml/includes/graphs/eigrppeer non-text+0 / -0
Ahtml/includes/graphs/eigrppeer/auth.inc.php+31 / -0
Ahtml/includes/graphs/eigrppeer/graph.inc.php+47 / -0
Mhtml/pages/device/routing/eigrp.inc.php+89 / -4
Ahtml/pages/device/routing/eigrp/peers.inc.php+80 / -0
Mhtml/pages/device/routing/eigrp/ports.inc.php+26 / -25
Ahtml/pages/routing/eigrp.inc.php+42 / -0
Mincludes/definitions/rewrites.inc.php+2 / -1
Mincludes/definitions/rrdtypes.inc.php+705 / -662
Mincludes/polling/cisco-eigrp.inc.php+292 / -43
+1,314 added βˆ’735 removed filtered activity

πŸ’» r8879 MINOR

Mike Stupalov 🐱
Improved common functions: age_to_seconds() - now complete opposite with formatUptime(); timeticks_to_sec() - allow partial timetick. Added function uptime_to_seconds(), can used for convert human written uptime and/or uptime in hh:mm:ss format to seconds (applicable for EigrpUpTimeString format).
Files changed (2) +69 / -9
Changed files with action and line counts
Mincludes/common.inc.php+36 / -8
Mtests/IncludesCommonTest.php+33 / -1
+36 added βˆ’8 removed filtered activity

πŸ’» r8878

Tom Laermans πŸ¦”
Minor: consider disk 'copyback' status as warning instead of alert on LSI controller
Files changed (1) +12 / -12
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+12 / -12
+12 added βˆ’12 removed filtered activity

πŸ’» r8877 ADD

Adam Armstrong 🐸
Add simple-ish markdown-based per-device notes page.
Files changed (4) +1,624 / -0
Changed files with action and line counts
Ahtml/css/simplemde.min.css+7 / -0
Ahtml/js/simplemde.min.js+15 / -0
Ahtml/pages/device/notes.inc.php+54 / -0
Alibs/Parsedown.php+1,548 / -0
+54 added 0 removed filtered activity

September 2017

πŸ’» r8876 MINOR

Mike Stupalov 🐱
Added ability for collect poller wrapper stats on remote rrd host (with rrdcached). Added --no-overwrite option for rrdtool create command when remote rrd host used.
Files changed (3) +46 / -10
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -2
Mincludes/rrdtool.inc.php+7 / -5
Mpoller-wrapper.py+36 / -3
+46 added βˆ’10 removed filtered activity

πŸ’» r8875 IMPROVE

Adam Armstrong 🐸
Improve Cisco CBQoS support. Add alerting. Add group support. Add graph definitions. Add ability for entity system to handle a parent type, not just a parent table. Display parent type in alert table. No agg for cbqos yet.
Files changed (10) +225 / -17
Changed files with action and line counts
Ahtml/includes/entities/cbqos.inc.php+162 / -0
Mhtml/includes/entities/generic.inc.php+0 / -8
Mhtml/includes/graphs/cbqos/auth.inc.php+8 / -0
Mhtml/pages/group.inc.php+5 / -0
Mincludes/alerts.inc.php+4 / -3
Mincludes/definitions/entities.inc.php+15 / -0
Mincludes/definitions/graphtypes.inc.php+9 / -0
Mincludes/definitions/rewrites.inc.php+2 / -1
Mincludes/discovery/cisco-cbqos.inc.php+17 / -5
Mincludes/polling/cisco-cbqos.inc.php+3 / -0
+225 added βˆ’17 removed filtered activity

πŸ’» r8874 IMPROVE

Adam Armstrong 🐸
Improve Cisco CBQoS polling
Files changed (2) +85 / -25
Changed files with action and line counts
Mincludes/polling/cisco-cbqos.inc.php+84 / -25
Aupdate/353.sql+1 / -0
+84 added βˆ’25 removed filtered activity

πŸ’» r8873 ADD

Adam Armstrong 🐸
Add nobulk to calix os def. Their SNMP stack sucks.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8872 FIX

Adam Armstrong 🐸
Fix neighbour detection for Extreme XOS.
Files changed (1) +8 / -1
Changed files with action and line counts
Mincludes/discovery/neighbours/lldp-mib.inc.php+8 / -1
+8 added βˆ’1 removed filtered activity

πŸ’» r8871 TRIVIAL

Mike Stupalov 🐱
Undebug EIGRP polling.
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/cisco-eigrp.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8870 IMPROVE

Adam Armstrong 🐸
Minor EIGRP updates
Files changed (3) +58 / -36
Changed files with action and line counts
Mhtml/pages/device/routing/eigrp.inc.php+2 / -1
Mhtml/pages/device/routing/eigrp/ports.inc.php+9 / -1
Mincludes/polling/cisco-eigrp.inc.php+47 / -34
+58 added βˆ’36 removed filtered activity

πŸ’» r8869 FIX

Adam Armstrong 🐸
Fix graph colour selection
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8868 FIX

Adam Armstrong 🐸
Fix Junos queue numbers
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/ports/juniper-cos-mib.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8867 FIX

Adam Armstrong 🐸
Always pull capacity oid for printer supplies. Apparently it can change between discovers.
Files changed (1) +13 / -1
Changed files with action and line counts
Mincludes/polling/printersupplies.inc.php+13 / -1
+13 added βˆ’1 removed filtered activity

πŸ’» r8866 ADD

Adam Armstrong 🐸
Add detection of Kerio Operator (Linux)
Files changed (3) +20 / -3
Changed files with action and line counts
Ahtml/images/os/kerio-operator.png+1 / -0
Ahtml/images/os/kerio-operator_2x.png+1 / -0
Mincludes/definitions/os.inc.php+18 / -3
+18 added βˆ’3 removed filtered activity

πŸ’» r8865 ADD

Adam Armstrong 🐸
Add detection of Kerio Control. Their SNMP is cut down and kinda useless.
Files changed (3) +20 / -1
Changed files with action and line counts
Ahtml/images/os/kerio-control.png+1 / -0
Ahtml/images/os/kerio-control_2x.png+1 / -0
Mincludes/definitions/os.inc.php+18 / -1
+18 added βˆ’1 removed filtered activity

πŸ’» r8864 FIX

Adam Armstrong 🐸
Workaround bluecoat sensors changing scale
Files changed (1) +11 / -0
Changed files with action and line counts
Mincludes/polling/functions.inc.php+11 / -0
+11 added 0 removed filtered activity

πŸ’» r8863 FIX

Adam Armstrong 🐸
Minor fix to graph colour code
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/application/apache_scoreboard.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+1 / -1
+2 added βˆ’2 removed filtered activity

πŸ’» r8862 ADD

Adam Armstrong 🐸
Add PanDacom MIBs
Files changed (7) +9,269 / -0
Changed files with action and line counts
Amibs/pandacom non-text+0 / -0
Amibs/pandacom/PanDacom-MIB+63 / -0
Amibs/pandacom/SPEED-AMP-MIB+1,584 / -0
Amibs/pandacom/SPEED-DUALLINE-10G+1,389 / -0
Amibs/pandacom/SPEED-DUALLINE-FC+1,402 / -0
Amibs/pandacom/SPEEDCARRIER-MIB+3,517 / -0
Amibs/pandacom/SPEEDSINGLELINE-XFP-MIB+1,314 / -0
0 added 0 removed filtered activity

πŸ’» r8861 ADD

Adam Armstrong 🐸
Add support for graphing mongodb
Files changed (14) +425 / -0
Changed files with action and line counts
Ahtml/images/apps/mongodb.png+1 / -0
Ahtml/images/apps/mongodb_2x.png+1 / -0
Ahtml/includes/graphs/application/mongodb_commands.inc.php+44 / -0
Ahtml/includes/graphs/application/mongodb_connections.inc.php+40 / -0
Ahtml/includes/graphs/application/mongodb_mem.inc.php+45 / -0
Ahtml/includes/graphs/application/mongodb_network.inc.php+28 / -0
Ahtml/includes/graphs/application/mongodb_queue.inc.php+43 / -0
Ahtml/includes/graphs/application/mongodb_replication.inc.php+41 / -0
Ahtml/includes/graphs/application/mongodb_wired.inc.php+42 / -0
Ahtml/pages/device/apps/mongodb.inc.php+24 / -0
Mincludes/definitions/apps.inc.php+2 / -0
Mincludes/definitions/rrdtypes.inc.php+27 / -0
Aincludes/polling/applications/mongodb.inc.php+72 / -0
Ascripts/agent-local/mongodb+15 / -0
+423 added 0 removed filtered activity

πŸ’» r8860 FIX

Adam Armstrong 🐸
Don't remove 'action' var.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/alerting-navbar.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8858 ADD

Adam Armstrong 🐸
Add Clavister cpu/mem grpahing. Change HP to HPE.
Files changed (3) +42 / -59
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+10 / -0
Mincludes/definitions/os.inc.php+32 / -32
Mincludes/definitions/sensors.inc.php+0 / -27
+42 added βˆ’59 removed filtered activity

πŸ’» r8857 ADD

Adam Armstrong 🐸
Add support for Exim graphing via UNIX agent
Files changed (7) +379 / -1
Changed files with action and line counts
Ahtml/includes/graphs/application/exim_reject.inc.php+48 / -0
Ahtml/includes/graphs/application/exim_sent.inc.php+46 / -0
Ahtml/includes/graphs/application/exim_spam.inc.php+46 / -0
Ahtml/pages/device/apps/exim.inc.php+18 / -0
Mincludes/definitions/apps.inc.php+1 / -1
Ascripts/agent-local/exim-mailqueue-extended.pl+21 / -0
Ascripts/agent-local/exim_stats_process.pl+199 / -0
+379 added βˆ’1 removed filtered activity

πŸ’» r8856 TRIVIAL

Mike Stupalov 🐱
Fixed regex for d-link os definitions.
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/definitions/os.inc.php+6 / -6
+6 added βˆ’6 removed filtered activity

πŸ’» r8855 TRIVIAL

Mike Stupalov 🐱
Fixed multi-customoid graphs (appear in r8852).
Files changed (3) +10 / -7
Changed files with action and line counts
Mhtml/includes/graphs/multi-customoid/auth.inc.php+4 / -3
Mhtml/includes/graphs/multi-customoid/line.inc.php+3 / -2
Mhtml/includes/graphs/multi-customoid/stacked.inc.php+3 / -2
+10 added βˆ’7 removed filtered activity

πŸ’» r8854 ADD

Adam Armstrong 🐸
Add HPE logos
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/hpe.png+1 / -0
Ahtml/images/os/hpe_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8853 IMPROVE

Adam Armstrong 🐸
Slightly improve graph page navbar by nicecasing graph names and ignoring swp file
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8852 IMPROVE

Adam Armstrong 🐸
Improve multi-customoid graphs slightly (order and better auth method)
Files changed (4) +53 / -55
Changed files with action and line counts
Mhtml/includes/graphs/multi-customoid/auth.inc.php+10 / -8
Dhtml/includes/graphs/multi-customoid/graph.inc.php+0 / -44
Ahtml/includes/graphs/multi-customoid/line.inc.php+42 / -0
Mhtml/includes/graphs/multi-customoid/stacked.inc.php+1 / -3
+53 added βˆ’55 removed filtered activity

πŸ’» r8851 ADD

Adam Armstrong 🐸
Add detection of extra D-Link DGS devices.
Files changed (1) +4 / -2
Changed files with action and line counts
Mincludes/definitions/os.inc.php+4 / -2
+4 added βˆ’2 removed filtered activity

πŸ’» r8850 ADD

Adam Armstrong 🐸
Add Teltonika device discovery and temperature / signal level sensors
Files changed (4) +51 / -0
Changed files with action and line counts
Ahtml/images/os/teltonika.png+1 / -0
Ahtml/images/os/teltonika_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+33 / -0
Mincludes/definitions/os.inc.php+16 / -0
+49 added 0 removed filtered activity

πŸ’» r8849 ADD

Adam Armstrong 🐸
Files changed (2) +1,010 / -0
Changed files with action and line counts
Amibs/teltonika non-text+0 / -0
Amibs/teltonika/TELTONIKA-MIB+1,010 / -0
0 added 0 removed filtered activity

πŸ’» r8848 ADD

Adam Armstrong 🐸
Add support for Alpha Technologies older-style UPS devices.
Files changed (2) +145 / -22
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+135 / -20
Mincludes/definitions/os.inc.php+10 / -2
+145 added βˆ’22 removed filtered activity

πŸ’» r8847 ADD

Adam Armstrong 🐸
Additional Alpha/Argus MIBs
Files changed (8) +5,634 / -2
Changed files with action and line counts
Amibs/alpha/ALPHA-CONVERTER-SYS-MIB+288 / -0
Amibs/alpha/ALPHA-INVERTER-SYS-MIB+563 / -0
Amibs/alpha/ALPHA-NOTIFICATION-MIB+597 / -0
Amibs/alpha/ALPHA-RECTIFIER-SYS-MIB+346 / -0
Amibs/alpha/ALPHA-RESOURCE-MIB+1,048 / -0
Mmibs/alpha/AlphaPowerSystem-MIB+904 / -2
Amibs/alpha/Argus-Power-System-MIB+799 / -0
Amibs/alpha/Inverter-MIB+1,089 / -0
0 added 0 removed filtered activity

πŸ’» r8846 ADD

Adam Armstrong 🐸
Add support for Alpha Technologies CXC
Files changed (5) +4,453 / -4,313
Changed files with action and line counts
Ahtml/images/os/alpha.png+1 / -0
Ahtml/images/os/alpha_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+4,368 / -4,309
Mincludes/definitions/os.inc.php+14 / -4
Aincludes/discovery/sensors/alphapowersystem-mib.inc.php+69 / -0
+4,451 added βˆ’4,313 removed filtered activity

πŸ’» r8845 ADD

Adam Armstrong 🐸
Add Alpha Technologies MIBs
Files changed (2) +1,819 / -0
Changed files with action and line counts
Amibs/alpha non-text+0 / -0
Amibs/alpha/AlphaPowerSystem-MIB+1,819 / -0
0 added 0 removed filtered activity

πŸ’» r8844 MIBS

Adam Armstrong 🐸
Update PowerNet-MIB
Files changed (1) +1,010 / -63
Changed files with action and line counts
Mmibs/apc/PowerNet-MIB+1,010 / -63
0 added 0 removed filtered activity

πŸ’» r8843 FIX

Adam Armstrong 🐸
re-enable powernet-mib on netbotz
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8842 IMPROVE

Adam Armstrong 🐸
Sort customoid submenu by oid_descr
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8840 FIX

Adam Armstrong 🐸
Disable log scale for customoid graphs (will readd as option later)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/multi-customoid/graph.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8839 FIX

Adam Armstrong 🐸
Fix some custom oid UI bugs.
Files changed (2) +3 / -2
Changed files with action and line counts
Mhtml/includes/customoids-navbar.inc.php+2 / -2
Mhtml/includes/entities/oid_entry.inc.php+1 / -0
+3 added βˆ’2 removed filtered activity

πŸ’» r8837 TRIVIAL

Tom Laermans πŸ¦”
Remove function introduced in r8835 - no longer needed since 8836
Files changed (1) +0 / -11
Changed files with action and line counts
Mincludes/functions.inc.php+0 / -11
0 added βˆ’11 removed filtered activity

πŸ’» r8836 FIX

Tom Laermans πŸ¦”
Fix erroneous function call introduced in r8834
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/rrdtool.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8835 FIX

Adam Armstrong 🐸
commit missing function
Files changed (1) +15 / -0
Changed files with action and line counts
Mincludes/functions.inc.php+15 / -0
+15 added 0 removed filtered activity

πŸ’» r8834 MINOR

Tom Laermans πŸ¦”
Allow multiple index keys to be used in RRD filename templates for rrdtool_create/update_ng (no array means %index% will be used for the single index, if you pass an array you can map %foo% to ['foo'])
Files changed (1) +36 / -28
Changed files with action and line counts
Mincludes/rrdtool.inc.php+36 / -28
+36 added βˆ’28 removed filtered activity

πŸ’» r8833 TRIVIAL

Tom Laermans πŸ¦”
Fix duplicated lines in config variables, restore missing section line for alerts|disable|all, further quote conversion, add missing constants (not used in code yet)
Files changed (2) +263 / -264
Changed files with action and line counts
Mincludes/config-variables.inc.php+258 / -264
Mincludes/definitions.inc.php+5 / -0
+263 added βˆ’264 removed filtered activity

πŸ’» r8832 FIX

Adam Armstrong 🐸
Fix showing netscaler vserver link on ip search
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print/addresses.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8831 FIX

Adam Armstrong 🐸
Reinstate workaround for array-signalled multiport graphs
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/multi-port/auth.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8830 FIX

Adam Armstrong 🐸
Fix collection of vsvrEntityType on netscaler
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/loadbalancer/ns-root-mib.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8828 ADD

Adam Armstrong 🐸
Add sorting to oid table.
Files changed (3) +45 / -30
Changed files with action and line counts
Mhtml/includes/entities/oid_entry.inc.php+36 / -24
Mhtml/includes/print/common.inc.php+1 / -1
Mhtml/pages/ports.inc.php+8 / -5
+45 added βˆ’30 removed filtered activity

πŸ’» r8826 ADD

Adam Armstrong 🐸
Add aggregate graphs to ports page
Files changed (3) +54 / -3
Changed files with action and line counts
Mhtml/includes/graphs/multi-port/auth.inc.php+5 / -3
Mhtml/pages/ports.inc.php+33 / -0
Mincludes/functions.inc.php+16 / -0
+54 added βˆ’3 removed filtered activity

πŸ’» r8825 FIX

Adam Armstrong 🐸
Fix warning type for swraid
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8824 ADD

Adam Armstrong 🐸
Add status for Linux MDRAID using SWRAID-MIB
Files changed (3) +49 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+5 / -1
Mincludes/definitions/os.inc.php+1 / -0
Aincludes/discovery/status/swraid-mib.inc.php+43 / -0
+49 added βˆ’1 removed filtered activity

πŸ’» r8823 FIX

Adam Armstrong 🐸
Actual MIB :D
Files changed (1) +123 / -1,155
Changed files with action and line counts
Mmibs/net-snmp/SWRAID-MIB+123 / -1,155
0 added 0 removed filtered activity

πŸ’» r8822 MIBS

Adam Armstrong 🐸
Add SWRAID-MIB and mib def
Files changed (2) +1,189 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+9 / -0
Amibs/net-snmp/SWRAID-MIB+1,180 / -0
+9 added 0 removed filtered activity

πŸ’» r8821 TRIVIAL

Tom Laermans πŸ¦”
Remove outdated unused nagios_plugins path config directive (+ older uncommitted single quote conversion)
Files changed (2) +489 / -480
Changed files with action and line counts
Mincludes/config-variables.inc.php+489 / -479
Mincludes/defaults.inc.php+0 / -1
+489 added βˆ’480 removed filtered activity

πŸ’» r8820 ADD

Adam Armstrong 🐸
Add F5 virtuals to alerting. Needs entity conversion therapy.
Files changed (2) +24 / -3
Changed files with action and line counts
Mincludes/definitions/entities.inc.php+12 / -0
Mincludes/polling/loadbalancer/f5-bigip-local-mib.inc.php+12 / -3
+24 added βˆ’3 removed filtered activity

πŸ’» r8819 ADD

Adam Armstrong 🐸
Add ability to change Custom OID template settings
Files changed (2) +129 / -4
Changed files with action and line counts
Mhtml/includes/customoids-navbar.inc.php+31 / -3
Mhtml/pages/customoid.inc.php+98 / -1
+129 added βˆ’4 removed filtered activity

πŸ’» r8818 FIX

Adam Armstrong 🐸
Fix table formatting on OID table
Files changed (1) +6 / -2
Changed files with action and line counts
Mhtml/includes/entities/oid_entry.inc.php+6 / -2
+6 added βˆ’2 removed filtered activity

πŸ’» r8817 FIX

Adam Armstrong 🐸
Collapse alerts/alert checks entity type navbar when there are more than 6 entries
Files changed (2) +5 / -0
Changed files with action and line counts
Mhtml/pages/alert_checks.inc.php+2 / -0
Mhtml/pages/alerts.inc.php+3 / -0
+5 added 0 removed filtered activity

πŸ’» r8816 FIX

Adam Armstrong 🐸
Fix keyword
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/status-portpercent.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8815 FIX

Adam Armstrong 🐸
Mark pseudowires in state 'dormant' as OK. They're OK, just not being used by the topology.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8814 ADD

Adam Armstrong 🐸
Add basic discovery of Ciena 6500 devices.
Files changed (1) +7 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+7 / -0
+7 added 0 removed filtered activity

πŸ’» r8813 FIX

Adam Armstrong 🐸
Try to sync status summary and cached statuses.
Files changed (2) +14 / -10
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+9 / -5
Mhtml/includes/status-summary.inc.php+5 / -5
+14 added βˆ’10 removed filtered activity

πŸ’» r8812 FIX

Tom Laermans πŸ¦”
Make auth_ldap_ad_domain setting work correctly with multiple servers (to be documented)
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8811 FIX

Adam Armstrong 🐸
Remove redundant div
Files changed (1) +0 / -4
Changed files with action and line counts
Mhtml/pages/front/default.php+0 / -4
0 added βˆ’4 removed filtered activity

πŸ’» r8810 FIX

Adam Armstrong 🐸
Correctly close portpercent box
Files changed (1) +1 / -3
Changed files with action and line counts
Mhtml/includes/status-portpercent.inc.php+1 / -3
+1 added βˆ’3 removed filtered activity

πŸ’» r8809 IMPROVE

Adam Armstrong 🐸
Portpercent extended to have 4 graph formats: single, multi, single_bare, multi_bare and I hate everyone who uses this module.
Files changed (1) +54 / -5
Changed files with action and line counts
Mhtml/includes/status-portpercent.inc.php+54 / -5
+54 added βˆ’5 removed filtered activity

πŸ’» r8808 FIX

Adam Armstrong 🐸
Switch pollerlog wrapper graphs to use print_graph_row
Files changed (1) +7 / -4
Changed files with action and line counts
Mhtml/pages/pollerlog.inc.php+7 / -4
+7 added βˆ’4 removed filtered activity

πŸ’» r8807 FIX

Adam Armstrong 🐸
Don't auto-add customoids where the return is min/max of 32bit signed/unsigned values
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/oids.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8806 FIX

Adam Armstrong 🐸
Fix count on customoid page
Files changed (1) +4 / -1
Changed files with action and line counts
Mhtml/pages/customoid.inc.php+4 / -1
+4 added βˆ’1 removed filtered activity

πŸ’» r8805 FIX

Adam Armstrong 🐸
Don't generate gradient when the colour scheme is "mixed"
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8804 ADD

Adam Armstrong 🐸
Add Custom OID graphtype entry
Files changed (3) +12 / -4
Changed files with action and line counts
Mhtml/includes/entities/oid_entry.inc.php+8 / -2
Mincludes/alerts.inc.php+1 / -1
Mincludes/definitions/graphtypes.inc.php+3 / -1
+12 added βˆ’4 removed filtered activity

πŸ’» r8803 FIX

Adam Armstrong 🐸
Fix Custom OID aggregate graph to correctly send id.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/customoid.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8802 UNDEBUG

Adam Armstrong 🐸
Remove more debugging
Files changed (1) +0 / -2
Changed files with action and line counts
Mincludes/groups.inc.php+0 / -2
0 added βˆ’2 removed filtered activity

πŸ’» r8801 FIX

Adam Armstrong 🐸
Remove debugging (hilariously slow debugging!)
Files changed (1) +2 / -4
Changed files with action and line counts
Mincludes/alerts.inc.php+2 / -4
+2 added βˆ’4 removed filtered activity

πŸ’» r8800 FIX

Adam Armstrong 🐸
Allow hiding portpercent graph
Files changed (1) +19 / -12
Changed files with action and line counts
Mhtml/includes/status-portpercent.inc.php+19 / -12
+19 added βˆ’12 removed filtered activity

πŸ’» r8799 FIX

Adam Armstrong 🐸
Fix ability to add the first OID association by moving form out of print_oid_table.
Files changed (2) +46 / -41
Changed files with action and line counts
Mhtml/includes/entities/oid_entry.inc.php+0 / -41
Mhtml/pages/customoid.inc.php+46 / -0
+46 added βˆ’41 removed filtered activity

πŸ’» r8798 FIX

Adam Armstrong 🐸
Minor fixes to customoid pages and discovery
Files changed (3) +8 / -7
Changed files with action and line counts
Mhtml/includes/customoids-navbar.inc.php+2 / -2
Mhtml/includes/entities/oid_entry.inc.php+2 / -2
Mincludes/discovery/oids.inc.php+4 / -3
+8 added βˆ’7 removed filtered activity

πŸ’» r8797 ADD

Adam Armstrong 🐸
Update UI pages
Files changed (2) +107 / -386
Changed files with action and line counts
Mhtml/pages/customoid.inc.php+97 / -382
Mhtml/pages/customoids.inc.php+10 / -4
+107 added βˆ’386 removed filtered activity

πŸ’» r8796 FIX

Adam Armstrong 🐸
add extra fields for oids
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/352.sql+2 / -0
0 added 0 removed filtered activity

πŸ’» r8795 FIX

Adam Armstrong 🐸
Fix change later
Files changed (1) +0 / -1
Changed files with action and line counts
Mupdate/351.sql+0 / -1
0 added 0 removed filtered activity

πŸ’» r8794 ADD

Adam Armstrong 🐸
Add alerting/grouping functionality for custom oids. Allow custom OIDs to be created as autodetect or manual. Still needs some config.
Files changed (26) +524 / -153
Changed files with action and line counts
Mhtml/includes/customoids-navbar.inc.php+17 / -7
Ahtml/includes/entities/oid_entry.inc.php+271 / -0
Mhtml/includes/entities/sensor.inc.php+1 / -1
Mhtml/includes/entities/status.inc.php+2 / -2
Mhtml/includes/functions.inc.php+16 / -13
Mhtml/includes/graphs/customoid/auth.inc.php+2 / -2
Mhtml/includes/graphs/generic_multi_separated.inc.php+4 / -4
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+1 / -1
Mhtml/includes/graphs/multi-customoid/auth.inc.php+1 / -1
Mhtml/includes/print/alert_log.inc.php+6 / -1
Mhtml/includes/print/rows.inc.php+1 / -0
Mhtml/pages/alert_checks.inc.php+0 / -1
Mhtml/pages/device/graphs.inc.php+2 / -2
Mhtml/pages/group.inc.php+55 / -79
Mhtml/pages/group_add.inc.php+1 / -0
Mincludes/alerts.inc.php+77 / -9
Mincludes/defaults.inc.php+8 / -0
Mincludes/definitions.inc.php+1 / -1
Mincludes/definitions/entities.inc.php+15 / -7
Mincludes/definitions/os.inc.php+1 / -1
Mincludes/definitions/rewrites.inc.php+1 / -0
Mincludes/discovery/oids.inc.php+10 / -10
Mincludes/entities.inc.php+15 / -9
Mincludes/groups.inc.php+2 / -0
Mincludes/polling/oids.inc.php+8 / -2
Aupdate/351.sql+6 / -0
+518 added βˆ’153 removed filtered activity

πŸ’» r8793

Tom Laermans πŸ¦”
Trivial: update 348's query is OK to fail, as it will on most installs according to Adam
Files changed (1) +1 / -0
Changed files with action and line counts
Mupdate/348.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8792 ADD

Adam Armstrong 🐸
Add additional debugging output for process_notifications()
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/alerts.inc.php+3 / -0
+3 added 0 removed filtered activity

August 2017

πŸ’» r8791 FIX

Adam Armstrong 🐸
Add back last changed
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/device/alert.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8790 FIX

Adam Armstrong 🐸
Remove debugging output.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/alert.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8789 ADD

Adam Armstrong 🐸
Add metric data to alert entry page (remove mostly useless timing)
Files changed (1) +39 / -3
Changed files with action and line counts
Mhtml/pages/device/alert.inc.php+39 / -3
+39 added βˆ’3 removed filtered activity

πŸ’» r8788 ADD

Adam Armstrong 🐸
Add ability to ignore an alert until ok from the alert_table
Files changed (4) +68 / -1
Changed files with action and line counts
Ahtml/includes/actions non-text+0 / -0
Ahtml/includes/actions/alert_entry_ignore_until_ok.inc.php+27 / -0
Mhtml/includes/print/alert.inc.php+34 / -1
Mhtml/index.php+7 / -0
+68 added βˆ’1 removed filtered activity

πŸ’» r8787 IMPROVE

Adam Armstrong 🐸
Further modification of portpercent module
Files changed (2) +41 / -24
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_group_bits.inc.php+37 / -20
Mhtml/includes/status-portpercent.inc.php+4 / -4
+41 added βˆ’24 removed filtered activity

πŸ’» r8786 IMPROVE

Adam Armstrong 🐸
Fix portpercent graph orientation and added light/dark dir split
Files changed (3) +25 / -5
Changed files with action and line counts
Mhtml/includes/functions.inc.php+22 / -0
Mhtml/includes/graphs/generic_multi_group_bits.inc.php+2 / -3
Mhtml/includes/graphs/multi-port/groups_bits.inc.php+1 / -2
+25 added βˆ’5 removed filtered activity

πŸ’» r8785 IMPROVE

Adam Armstrong 🐸
Improved graph colouring
Files changed (7) +75 / -14
Changed files with action and line counts
Mhtml/includes/functions.inc.php+35 / -0
Mhtml/includes/graphs/device/bits.inc.php+1 / -8
Mhtml/includes/graphs/generic_multi_separated.inc.php+24 / -2
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+10 / -0
Mhtml/includes/graphs/global/poller.inc.php+2 / -1
Mhtml/includes/graphs/global/pollermod.inc.php+2 / -2
Mhtml/includes/status-portpercent.inc.php+1 / -1
+75 added βˆ’14 removed filtered activity

πŸ’» r8784 FIX

Adam Armstrong 🐸
Ulevel >5 can see all multiport stuff.
Files changed (1) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/multi-port/auth.inc.php+3 / -1
+3 added βˆ’1 removed filtered activity

πŸ’» r8783 ADD

Adam Armstrong 🐸
Add correct navbar generation for f5 entities
Files changed (3) +20 / -6
Changed files with action and line counts
Mhtml/includes/graphs/lb-pool-member/auth.inc.php+9 / -2
Mhtml/includes/graphs/lb-snatpool/auth.inc.php+6 / -2
Mhtml/includes/graphs/lb-virtual/auth.inc.php+5 / -2
+20 added βˆ’6 removed filtered activity

πŸ’» r8782 IMPROVE

Adam Armstrong 🐸
Add graph for traffic summary/comparison. Add new graphytype for groups of ports.
Files changed (4) +228 / -25
Changed files with action and line counts
Ahtml/includes/graphs/generic_multi_group_bits.inc.php+138 / -0
Mhtml/includes/graphs/graph.inc.php+5 / -4
Ahtml/includes/graphs/multi-port/groups_bits.inc.php+54 / -0
Mhtml/includes/status-portpercent.inc.php+31 / -21
+228 added βˆ’25 removed filtered activity

πŸ’» r8781 FIX

Adam Armstrong 🐸
Fix title arrays for netscaler graphs in graph browser
Files changed (3) +21 / -2
Changed files with action and line counts
Mhtml/includes/graphs/netscalersvc/auth.inc.php+7 / -2
Mhtml/includes/graphs/netscalersvcgrpmem/auth.inc.php+7 / -0
Mhtml/includes/graphs/netscalervsvr/auth.inc.php+7 / -0
+21 added βˆ’2 removed filtered activity

πŸ’» r8780 FIX

Adam Armstrong 🐸
Set minimum scale to 0 on sros/jnx_cos graphs
Files changed (2) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/port/jnx_cos_queues_common.inc.php+2 / -0
Mhtml/includes/graphs/port/sros_queues_common.inc.php+1 / -1
+3 added βˆ’1 removed filtered activity

πŸ’» r8779 ADD

Adam Armstrong 🐸
Add new graphtype for multi aggregated simplex
Files changed (1) +165 / -0
Changed files with action and line counts
Ahtml/includes/graphs/generic_multi_group_simplex_separated.inc.php+165 / -0
+165 added 0 removed filtered activity

πŸ’» r8778 ADD

Adam Armstrong 🐸
Add more granular per-device and per-module perf statistics
Files changed (4) +337 / -40
Changed files with action and line counts
Ahtml/includes/graphs/global/poller.inc.php+53 / -0
Ahtml/includes/graphs/global/pollermod.inc.php+72 / -0
Ahtml/includes/graphs/global/pollermods.inc.php+70 / -0
Mhtml/pages/pollerlog.inc.php+142 / -40
+337 added βˆ’40 removed filtered activity

πŸ’» r8777 MINOR

Mike Stupalov 🐱
Improved hardware/version detect for Pulse Secure devices, added new vendor icon.
Files changed (5) +36 / -25
Changed files with action and line counts
Ahtml/images/os/pulse_secure.png+1 / -0
Ahtml/images/os/pulse_secure_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+6 / -6
Mincludes/definitions/os.inc.php+19 / -10
Mincludes/polling/os/juniperive.inc.php+9 / -9
+34 added βˆ’25 removed filtered activity

πŸ’» r8776 MIBS

Mike Stupalov 🐱
Added pulsesecure MIB.
Files changed (2) +784 / -0
Changed files with action and line counts
Amibs/pulsesecure non-text+0 / -0
Amibs/pulsesecure/PULSESECURE-PSG-MIB+784 / -0
0 added 0 removed filtered activity

πŸ’» r8775 ADD

Adam Armstrong 🐸
Add per-module per-device perf
Files changed (2) +88 / -2
Changed files with action and line counts
Ahtml/includes/graphs/device/poller_perfperc.inc.php+41 / -0
Mhtml/pages/device/perf.inc.php+47 / -2
+88 added βˆ’2 removed filtered activity

πŸ’» r8774 MINOR

Mike Stupalov 🐱
Added CSRF attack prevention in global config edit actions.
Files changed (2) +12 / -3
Changed files with action and line counts
Mhtml/pages/settings.inc.php+3 / -1
Mhtml/pages/settings/default.inc.php+9 / -2
+12 added βˆ’3 removed filtered activity

πŸ’» r8773

Mike Stupalov 🐱
undebug
Files changed (1) +11 / -7
Changed files with action and line counts
Mincludes/polling/loadbalancer/f5-bigip-local-mib.inc.php+11 / -7
+11 added βˆ’7 removed filtered activity

πŸ’» r8772 MINOR

Mike Stupalov 🐱
Fixed incorrect sensor permissions check.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8771 ADD

Adam Armstrong 🐸
Add netscaler service surge count
Files changed (1) +31 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/netscalersvc_surge.inc.php+31 / -0
+31 added 0 removed filtered activity

πŸ’» r8770 ADD

Adam Armstrong 🐸
Add PanOS GP tunnels
Files changed (1) +29 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/panos_gptunnels.inc.php+29 / -0
+29 added 0 removed filtered activity

πŸ’» r8769 IMPROVE

Adam Armstrong 🐸
Updated addhost
Files changed (1) +2 / -39
Changed files with action and line counts
Mhtml/pages/addhost.inc.php+2 / -39
+2 added βˆ’39 removed filtered activity

πŸ’» r8768 FIX

Adam Armstrong 🐸
Update CSS
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/css/observium.css+2 / -0
0 added 0 removed filtered activity

πŸ’» r8767 FIX

Adam Armstrong 🐸
Fix search icon spacing.
Files changed (5) +5 / -5
Changed files with action and line counts
Mhtml/includes/search/devices.inc.php+1 / -1
Mhtml/includes/search/ip-addresses.inc.php+1 / -1
Mhtml/includes/search/ports.inc.php+1 / -1
Mhtml/includes/search/sensors.inc.php+1 / -1
Mhtml/includes/search/status.inc.php+1 / -1
+5 added βˆ’5 removed filtered activity

πŸ’» r8766 FIX

Adam Armstrong 🐸
Warning isn't ok :D
Files changed (1) +4 / -3
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+4 / -3
+4 added βˆ’3 removed filtered activity

πŸ’» r8765 FIX

Adam Armstrong 🐸
Fix comment style
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/port-descr-parser.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8764 FIX

Adam Armstrong 🐸
Remove old code
Files changed (1) +1 / -14
Changed files with action and line counts
Mhtml/pages/bills.inc.php+1 / -14
+1 added βˆ’14 removed filtered activity

πŸ’» r8763 FIX

Adam Armstrong 🐸
Fix box css
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/css/bootstrap/less/boxes.less+2 / -2
0 added 0 removed filtered activity

πŸ’» r8762 FIX

Adam Armstrong 🐸
Updated alerter.php
Files changed (1) +2 / -11
Changed files with action and line counts
Malerter.php+2 / -11
+2 added βˆ’11 removed filtered activity

πŸ’» r8761 FIX

Adam Armstrong 🐸
Remove newline
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/syslog_rules.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8760 ADD

Adam Armstrong 🐸
Add MIBs
Files changed (2) +5,722 / -0
Changed files with action and line counts
Amibs/fortinet/FORTINET-FORTIADC-MIB+2,899 / -0
Amibs/juniper/Juniper-QoS-MIB+2,823 / -0
0 added 0 removed filtered activity

πŸ’» r8759 ADD

Adam Armstrong 🐸
Add ability to alert on F5 pools. Add per-module performance rrds.
Files changed (7) +83 / -5
Changed files with action and line counts
Mincludes/definitions/entities.inc.php+20 / -0
Mincludes/definitions/graphtypes.inc.php+13 / -0
Mincludes/definitions/mibs.inc.php+7 / -0
Mincludes/definitions/rewrites.inc.php+3 / -0
Mincludes/definitions/rrdtypes.inc.php+7 / -0
Mincludes/polling/functions.inc.php+5 / -0
Mincludes/polling/loadbalancer/f5-bigip-local-mib.inc.php+28 / -5
+83 added βˆ’5 removed filtered activity

πŸ’» r8758 FIX

Adam Armstrong 🐸
Remove superfluous output
Files changed (1) +0 / -4
Changed files with action and line counts
Mincludes/discovery/ip-addresses.inc.php+0 / -4
0 added βˆ’4 removed filtered activity

πŸ’» r8757 FIX

Adam Armstrong 🐸
Remove some superfluous CLI output
Files changed (13) +8 / -22
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+0 / -2
Mincludes/discovery/inventory.inc.php+0 / -2
Mincludes/discovery/neighbours.inc.php+0 / -2
Mincludes/discovery/neighbours/ospf-mib.inc.php+2 / -1
Mincludes/discovery/ports-stack.inc.php+0 / -2
Mincludes/discovery/printersupplies.inc.php+0 / -2
Mincludes/discovery/processors.inc.php+0 / -2
Mincludes/discovery/pseudowires.inc.php+0 / -2
Mincludes/discovery/sensors.inc.php+6 / -1
Mincludes/discovery/sla.inc.php+0 / -1
Mincludes/discovery/ucd-diskio.inc.php+0 / -1
Mincludes/discovery/virtual-machines.inc.php+0 / -2
Mincludes/discovery/vlans.inc.php+0 / -2
+8 added βˆ’22 removed filtered activity

πŸ’» r8756 TRIVIAL

Mike Stupalov 🐱
Removed mistake authlog column from basic schema.
Files changed (1) +0 / -1
Changed files with action and line counts
Mupdate/db_schema_mysql.sql+0 / -1
0 added 0 removed filtered activity

πŸ’» r8755 MAJOR

Mike Stupalov 🐱
Added CSRF attacks prevention in user/device actions.
Files changed (13) +360 / -14
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+9 / -0
Mhtml/includes/functions.inc.php+47 / -1
Mhtml/includes/print/search.inc.php+18 / -0
Mhtml/pages/addhost.inc.php+1 / -1
Mhtml/pages/adduser.inc.php+1 / -1
Mhtml/pages/edituser.inc.php+10 / -7
Mhtml/pages/edituser/deleteuser.inc.php+1 / -1
Mhtml/pages/preferences.inc.php+4 / -3
Mincludes/definitions.inc.php+3 / -0
Alibs/hash-compat non-text+0 / -0
Alibs/hash-compat/LICENSE+19 / -0
Alibs/hash-compat/hash_equals.php+73 / -0
Alibs/hash-compat/hash_pbkdf2.php+174 / -0
+94 added βˆ’14 removed filtered activity

πŸ’» r8754 MIBS

Mike Stupalov 🐱
Updated MIBs arista, ibm, ligowave, velocity.
Files changed (14) +3,242 / -422
Changed files with action and line counts
Mmibs/arista/ARISTA-CONFIG-COPY-MIB+1 / -0
Amibs/arista/ARISTA-HARDWARE-UTILIZATION-MIB+306 / -0
Mmibs/arista/ARISTA-IF-MIB+18 / -2
Mmibs/arista/ARISTA-MAU-MIB+134 / -14
Amibs/arista/ARISTA-NEXTHOP-GROUP-MIB+286 / -0
Mmibs/arista/ARISTA-PRODUCTS-MIB+255 / -44
Mmibs/arista/ARISTA-QOS-MIB+92 / -8
Mmibs/arista/ARISTA-TEST-MIB+6 / -3
Mmibs/ibm/IBM-GbTOR-10G-L2L3-MIB+1,354 / -339
Mmibs/ligo/LIGO-GENERIC-MIB+86 / -2
Mmibs/ligo/LIGO-WIRELESS-MIB+10 / -10
Amibs/velocity non-text+0 / -0
Amibs/velocity/VELOCITY-MIB+671 / -0
Amibs/velocity/VELOCITY-TYPES+23 / -0
0 added 0 removed filtered activity

πŸ’» r8753 IMPROVE

Adam Armstrong 🐸
Improve Netbotz sensors support
Files changed (2) +111 / -40
Changed files with action and line counts
Mincludes/discovery/sensors/netbotzv2-mib.inc.php+66 / -40
Aupdate/350.php+45 / -0
+111 added βˆ’40 removed filtered activity

πŸ’» r8752 ADD

Adam Armstrong 🐸
Add discovery of Arris E6000
Files changed (1) +8 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+8 / -1
+8 added βˆ’1 removed filtered activity

πŸ’» r8751 IMPROVE

Adam Armstrong 🐸
Extend tranding to other types. Only show button when it's available on the graph type.
Files changed (4) +17 / -7
Changed files with action and line counts
Mhtml/includes/graphs/customoid/graph.inc.php+4 / -3
Mhtml/includes/graphs/generic_multi_line.inc.php+7 / -2
Mhtml/includes/graphs/multi-customoid/graph.inc.php+2 / -1
Mhtml/pages/graphs.inc.php+4 / -1
+17 added βˆ’7 removed filtered activity

πŸ’» r8750 ADD

Adam Armstrong 🐸
Add trend prediction to customoid graphs (questionable usefulness!)
Files changed (1) +11 / -0
Changed files with action and line counts
Mhtml/includes/graphs/generic_simplex.inc.php+11 / -0
+11 added 0 removed filtered activity

πŸ’» r8749 IMPROVE

Adam Armstrong 🐸
Improve Liebert collection
Files changed (1) +28 / -2
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+28 / -2
+28 added βˆ’2 removed filtered activity

πŸ’» r8748 ADD

Adam Armstrong 🐸
Add Atmedia MIB
Files changed (2) +2,492 / -0
Changed files with action and line counts
Amibs/atmedia non-text+0 / -0
Amibs/atmedia/ATMEDIA-MIB+2,492 / -0
0 added 0 removed filtered activity

πŸ’» r8747 ADD

Adam Armstrong 🐸
Add atmedia discovery and icon
Files changed (3) +17 / -0
Changed files with action and line counts
Ahtml/images/os/atmedia.png+1 / -0
Ahtml/images/os/atmedia_2x.png+1 / -0
Mincludes/definitions/os.inc.php+15 / -0
+15 added 0 removed filtered activity

πŸ’» r8746 FIX

Adam Armstrong 🐸
Disable multiget for ironware temporarily
Files changed (1) +8 / -5
Changed files with action and line counts
Mincludes/polling/sensors.inc.php+8 / -5
+8 added βˆ’5 removed filtered activity

πŸ’» r8745 IMPROVE

Adam Armstrong 🐸
Improve support for Brocade VTM.
Files changed (3) +1,039 / -55
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+7 / -0
Mincludes/definitions/os.inc.php+12 / -0
Mmibs/riverbed/ZXTM-MIB-SMIv2+1,020 / -55
+19 added 0 removed filtered activity

πŸ’» r8744 ADD

Adam Armstrong 🐸
Add support for graphing of Perle Mediaconverter Management cards.
Files changed (4) +247 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+9 / -0
Mincludes/definitions/os.inc.php+12 / -0
Aincludes/discovery/inventory/perle-mcr-mgt-mib.inc.php+107 / -0
Aincludes/discovery/sensors/perle-mcr-mgt-mib.inc.php+119 / -0
+247 added 0 removed filtered activity

πŸ’» r8743 ADD

Adam Armstrong 🐸
Add Perle MIB and icons
Files changed (4) +23,262 / -0
Changed files with action and line counts
Ahtml/images/os/perle.png+1 / -0
Ahtml/images/os/perle_2x.png+1 / -0
Amibs/perle non-text+0 / -0
Amibs/perle/PERLE-MCR-MGT-MIB+23,260 / -0
0 added 0 removed filtered activity

πŸ’» r8742 ADD

Adam Armstrong 🐸
Add support for graphing A10 CGN global statistics.
Files changed (3) +209 / -1
Changed files with action and line counts
Mincludes/definitions/graphtypes.inc.php+148 / -1
Aincludes/polling/graphs/a10-ax-cgn-mib non-text+0 / -0
Aincludes/polling/graphs/a10-ax-cgn-mib/axIpNatLsnGlobalStats.inc.php+61 / -0
+209 added βˆ’1 removed filtered activity

πŸ’» r8741 ADD

Adam Armstrong 🐸
Improve custom oid UI elements
Files changed (4) +170 / -33
Changed files with action and line counts
Mhtml/includes/customoids-navbar.inc.php+10 / -0
Mhtml/pages/customoid.inc.php+146 / -33
Mhtml/pages/customoids.inc.php+12 / -0
Aupdate/349.sql+2 / -0
+168 added βˆ’33 removed filtered activity

πŸ’» r8740 ADD

Adam Armstrong 🐸
Enable customoid discovery module.
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8739 FIX

Adam Armstrong 🐸
Remove erroneous field from authlog (only exists on newer installs).
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/348.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8738 ADD

Adam Armstrong 🐸
Add autodiscovery of custom oids
Files changed (1) +54 / -0
Changed files with action and line counts
Aincludes/discovery/oids.inc.php+54 / -0
+54 added 0 removed filtered activity

πŸ’» r8737 TRIVIAL

Mike Stupalov 🐱
Temporary fixed caching in mempools polling. (Will be converted to definitions).
Files changed (18) +201 / -33
Changed files with action and line counts
Mincludes/polling/mempools/agent-general-mib.inc.php+15 / -2
Mincludes/polling/mempools/bluecoat-sg-proxy-mib.inc.php+16 / -3
Mincludes/polling/mempools/bluecoat-sg-usage-mib.inc.php+15 / -3
Mincludes/polling/mempools/cisco-enhanced-mempool-mib.inc.php+1 / -1
Mincludes/polling/mempools/cisco-entity-qfp-mib.inc.php+1 / -1
Mincludes/polling/mempools/cisco-process-mib.inc.php+1 / -1
Mincludes/polling/mempools/extreme-software-monitor-mib.inc.php+15 / -2
Mincludes/polling/mempools/f10-c-series-chassis-mib.inc.php+14 / -2
Mincludes/polling/mempools/f10-chassis-mib.inc.php+1 / -1
Mincludes/polling/mempools/f10-m-series-chassis-mib.inc.php+15 / -2
Mincludes/polling/mempools/f5-bigip-system-mib.inc.php+17 / -4
Mincludes/polling/mempools/huawei-entity-extent-mib.inc.php+15 / -2
Mincludes/polling/mempools/juniper-srx5000-spu-monitoring-mib.inc.php+13 / -1
Mincludes/polling/mempools/netswitch-mib.inc.php+15 / -2
Mincludes/polling/mempools/oneaccess-sys-mib.inc.php+16 / -2
Mincludes/polling/mempools/s5-chassis-mib.inc.php+15 / -2
Mincludes/polling/mempools/smartnode-mib.inc.php+15 / -1
Mincludes/polling/mempools/zxr10-mib.inc.php+1 / -1
+201 added βˆ’33 removed filtered activity

πŸ’» r8736 TRIVIAL

Mike Stupalov 🐱
Fixed mempools caching by JUNIPER-MIB and CISCO-MEMORY-POOL-MIB.
Files changed (2) +15 / -5
Changed files with action and line counts
Mincludes/polling/mempools/cisco-memory-pool-mib.inc.php+2 / -2
Mincludes/polling/mempools/juniper-mib.inc.php+13 / -3
+15 added βˆ’5 removed filtered activity

πŸ’» r8735 TRIVIAL

Mike Stupalov 🐱
Fixed "undefined function is_cli()" in definitions.
Files changed (2) +8 / -8
Changed files with action and line counts
Mincludes/definitions.inc.php+0 / -6
Mincludes/sql-config.inc.php+8 / -2
+8 added βˆ’8 removed filtered activity

πŸ’» r8734 TRIVIAL

Mike Stupalov 🐱
Improved detect hardware/version for Deliberant/LigoWave devices. Restored ports_separate_walk default for Brocade NOS.
Files changed (5) +17 / -12
Changed files with action and line counts
Dhtml/images/os/ligo.png+0 / -1
Dhtml/images/os/ligo_2x.png+0 / -1
Ahtml/images/os/ligowave.png+1 / -0
Ahtml/images/os/ligowave_2x.png+1 / -0
Mincludes/definitions/os.inc.php+15 / -10
+15 added βˆ’10 removed filtered activity

πŸ’» r8733 ADD

Adam Armstrong 🐸
Add Ligo logos
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/ligo.png+1 / -0
Ahtml/images/os/ligo_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8732 ADD

Adam Armstrong 🐸
Add Ligowave detection. Add some other definitions changes.
Files changed (4) +282 / -10
Changed files with action and line counts
Mincludes/definitions/entities.inc.php+248 / -7
Mincludes/definitions/mibs.inc.php+20 / -1
Mincludes/definitions/os.inc.php+13 / -1
Mincludes/definitions/wui.inc.php+1 / -1
+282 added βˆ’10 removed filtered activity

πŸ’» r8731 MIBS

Adam Armstrong 🐸
Add Ligo Wireless MIBs
Files changed (9) +4,412 / -0
Changed files with action and line counts
Amibs/ligo non-text+0 / -0
Amibs/ligo/LIGO-802DOT11-EXT-MIB+453 / -0
Amibs/ligo/LIGO-ATHDRV-STATS-MIB+1,893 / -0
Amibs/ligo/LIGO-GENERIC-MIB+55 / -0
Amibs/ligo/LIGO-RADIO3-DRV-MIB+812 / -0
Amibs/ligo/LIGO-W-JET-MIB+555 / -0
Amibs/ligo/LIGO-W-JET-MIMO-MIB+145 / -0
Amibs/ligo/LIGO-WIRELESS-MIB+462 / -0
Amibs/ligo/LIGOWAVE-MIB+37 / -0
0 added 0 removed filtered activity

πŸ’» r8730 TRIVIAL

Mike Stupalov 🐱
undebug
Files changed (3) +6 / -7
Changed files with action and line counts
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+0 / -1
Mincludes/polling/ports/juniper-cos-mib.inc.php+1 / -1
Mincludes/polling/ports/timetra-port-mib.inc.php+5 / -5
+6 added βˆ’7 removed filtered activity

πŸ’» r8729 ADD

Adam Armstrong 🐸
Add support for sensors from Sentry4 devices.
Files changed (1) +176 / -0
Changed files with action and line counts
Aincludes/discovery/sensors/sentry4-mib.inc.php+176 / -0
+176 added 0 removed filtered activity

πŸ’» r8728 ADD

Adam Armstrong 🐸
Disable portpercent link, since there's nowhere it can go.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8727 FIX

Adam Armstrong 🐸
Disable ports separate walk on NOS
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8726 ADD

Adam Armstrong 🐸
Add multilane DOM optics for JunOS.
Files changed (1) +150 / -59
Changed files with action and line counts
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+150 / -59
+150 added βˆ’59 removed filtered activity

πŸ’» r8724 FIX

Adam Armstrong 🐸
Fix in/egress sros queues display
Files changed (1) +5 / -1
Changed files with action and line counts
Mhtml/pages/sros_queues.inc.php+5 / -1
+5 added βˆ’1 removed filtered activity

πŸ’» r8723 ADD

Adam Armstrong 🐸
Add settings for jnx/sros cos graphs
Files changed (2) +45 / -1
Changed files with action and line counts
Mincludes/definitions/rrdtypes.inc.php+43 / -0
Mincludes/polling/ports.inc.php+2 / -1
+45 added βˆ’1 removed filtered activity

πŸ’» r8722 IMPROV

Adam Armstrong 🐸
Improve JNX/SROS CoS graphing
Files changed (18) +442 / -126
Changed files with action and line counts
Ahtml/includes/graphs/global/jnx_cos_queues.inc.php+66 / -0
Ahtml/includes/graphs/global/sros_queues.inc.php+65 / -0
Ahtml/includes/graphs/port/jnx_QedBytes.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_QedPkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_TailDropPkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_TotalRedDropBytes.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_TotalRedDropPkts.inc.php+23 / -0
Dhtml/includes/graphs/port/jnx_cos_queues_bits.inc.php+0 / -23
Mhtml/includes/graphs/port/jnx_cos_queues_common.inc.php+2 / -3
Dhtml/includes/graphs/port/jnx_cos_queues_pkts.inc.php+0 / -23
Dhtml/includes/graphs/port/jnx_cos_queues_reddropbits.inc.php+0 / -23
Dhtml/includes/graphs/port/jnx_cos_queues_reddroppkts.inc.php+0 / -23
Dhtml/includes/graphs/port/jnx_cos_queues_taildroppkts.inc.php+0 / -23
Mhtml/includes/graphs/port/sros_queues_common.inc.php+10 / -1
Mhtml/pages/device/port/jnx_cos_queues.inc.php+6 / -6
Mhtml/pages/device/port/sros_queues.inc.php+9 / -1
Ahtml/pages/jnx_cos_queues.inc.php+81 / -0
Ahtml/pages/sros_queues.inc.php+88 / -0
+442 added βˆ’126 removed filtered activity

πŸ’» r8721 ADD

Adam Armstrong 🐸
Add ability to graph CoS queues on Juniper and Alcatel devices.
Files changed (33) +1,371 / -2

Showing the first 30 paths; 3 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/graphs/generic_multi.inc.php+25 / -2
Ahtml/includes/graphs/port/jnx_cos_queue.inc.php+98 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_bits.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_common.inc.php+52 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_pkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_reddropbits.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_reddroppkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_taildroppkts.inc.php+23 / -0
Ahtml/includes/graphs/port/sros_EgressDroInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressDroInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressDroOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressDroOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_queue.inc.php+61 / -0
Ahtml/includes/graphs/port/sros_queues_common.inc.php+38 / -0
Mhtml/pages/device/port.inc.php+12 / -0
Ahtml/pages/device/port/jnx_cos_queues.inc.php+98 / -0
Ahtml/pages/device/port/sros_queues.inc.php+97 / -0
Aincludes/polling/ports/juniper-cos-mib.inc.php+71 / -0
+1,371 added βˆ’2 removed filtered activity

πŸ’» r8720 FIX

Adam Armstrong 🐸
Remove graph data from message tags array in notification table.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/alerts.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8719 TRIVIAL

Mike Stupalov 🐱
Fixed clean instances stats in poller-wrapper.
Files changed (1) +7 / -7
Changed files with action and line counts
Mpoller-wrapper.py+7 / -7
+7 added βˆ’7 removed filtered activity

πŸ’» r8718 FIX

Adam Armstrong 🐸
Fix text label on status summary
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/status-summary.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8717 ADD

Adam Armstrong 🐸
Discover D-Link IP cameras
Files changed (1) +18 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+18 / -0
+18 added 0 removed filtered activity

πŸ’» r8716 FIX

Adam Armstrong 🐸
Change default placeholder to be something that doesn't exist. :DDD
Files changed (1) +15 / -12
Changed files with action and line counts
Mincludes/defaults.inc.php+15 / -12
+15 added βˆ’12 removed filtered activity

πŸ’» r8715 MINOR

Mike Stupalov 🐱
Improved detect IPv6 IP SLA targets on Cisco devices. Added sla_target field for slas table.
Files changed (6) +66 / -22
Changed files with action and line counts
Mhtml/includes/entities/sla.inc.php+4 / -1
Mincludes/definitions/mibs.inc.php+5 / -1
Mincludes/discovery/slas/cisco-rttmon-mib.inc.php+39 / -16
Mincludes/discovery/slas/disman-ping-mib.inc.php+4 / -3
Mincludes/entities.inc.php+13 / -1
Aupdate/347.sql+1 / -0
+65 added βˆ’22 removed filtered activity

πŸ’» r8714 IMPROVE

Adam Armstrong 🐸
Improve F5 status entity definitions
Files changed (1) +28 / -4
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+28 / -4
+28 added βˆ’4 removed filtered activity

πŸ’» r8713 MINOR

Mike Stupalov 🐱
Improved detect Geist IMD PDU. Added discovery sensors by GEIST-IMD-MIB.
Files changed (2) +129 / -2
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+123 / -2
Mincludes/definitions/os.inc.php+6 / -0
+129 added βˆ’2 removed filtered activity

πŸ’» r8712 MIBS

Mike Stupalov 🐱
Added geist mib.
Files changed (1) +2,030 / -0
Changed files with action and line counts
Amibs/geist/GEIST-IMD-MIB+2,030 / -0
0 added 0 removed filtered activity

πŸ’» r8711 TRIVIAL

Tom Laermans πŸ¦”
Really correct endpoint variable documentation in webhook transport source code
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/alerting/webhook.inc.php+0 / -1
0 added βˆ’1 removed filtered activity

πŸ’» r8710 TRIVIAL

Tom Laermans πŸ¦”
Correct endpoint variable documentation in webhook transport source code
Files changed (1) +1 / -2
Changed files with action and line counts
Mincludes/alerting/webhook.inc.php+1 / -2
+1 added βˆ’2 removed filtered activity

πŸ’» r8709 IMPROVE

Adam Armstrong 🐸
Improve sensor status table entry
Files changed (2) +7 / -6
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+5 / -4
Mhtml/includes/status-summary.inc.php+2 / -2
+7 added βˆ’6 removed filtered activity

πŸ’» r8708 FIX

Adam Armstrong 🐸
Improve status caching.
Files changed (1) +6 / -5
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+6 / -5
+6 added βˆ’5 removed filtered activity

πŸ’» r8707 ADD

Adam Armstrong 🐸
Add detection for IBM SVC devices. (not much in their SNMP to support though)
Files changed (1) +7 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+7 / -0
+7 added 0 removed filtered activity

πŸ’» r8706 MIBS

Adam Armstrong 🐸
Update IBM-SVC-MIB
Files changed (1) +55 / -6
Changed files with action and line counts
Mmibs/ibm/IBM-SVC-MIB+55 / -6
0 added 0 removed filtered activity

July 2017

πŸ’» r8705 MIBS

Adam Armstrong 🐸
Add Redline MIBs
Files changed (11) +7,629 / -0
Changed files with action and line counts
Amibs/redline non-text+0 / -0
Amibs/redline/REDLINE-AN50-MIB+1,149 / -0
Amibs/redline/REDLINE-AN50-PMP-V1-MIB+535 / -0
Amibs/redline/REDLINE-AN50-PMP-V2-MIB+1,186 / -0
Amibs/redline/REDLINE-AN80I-IF-MIB+1,173 / -0
Amibs/redline/REDLINE-AN80I-MIB+759 / -0
Amibs/redline/REDLINE-BS-MIB+803 / -0
Amibs/redline/REDLINE-E1T1-MIB+663 / -0
Amibs/redline/REDLINE-MIB+119 / -0
Amibs/redline/REDLINE-PRODUCTS-MIB+112 / -0
Amibs/redline/REDLINE-SYSTEM-MIB+1,130 / -0
0 added 0 removed filtered activity

πŸ’» r8704 FIX

Adam Armstrong 🐸
No, debugging is not for you!
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+0 / -2
0 added βˆ’2 removed filtered activity

πŸ’» r8703 FIX

Adam Armstrong 🐸
Fix device update form to correctly call description 'purpose'.
Files changed (1) +4 / -2
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+4 / -2
+4 added βˆ’2 removed filtered activity

πŸ’» r8702 ADD

Adam Armstrong 🐸
Add searching of serial numbers and model names in the inventory table.
Files changed (2) +63 / -0
Changed files with action and line counts
Ahtml/includes/search/inventory.inc.php+56 / -0
Mincludes/definitions.inc.php+7 / -0
+63 added 0 removed filtered activity

πŸ’» r8701 ADD

Adam Armstrong 🐸
Add Dovecot collection and graphing via the UNIX agent
Files changed (15) +601 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/dovecot_auth.inc.php+47 / -0
Ahtml/includes/graphs/application/dovecot_auth_cache.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_cache.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_commands.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_connected.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_cpu.inc.php+45 / -0
Ahtml/includes/graphs/application/dovecot_io.inc.php+49 / -0
Ahtml/includes/graphs/application/dovecot_pages.inc.php+45 / -0
Ahtml/includes/graphs/application/dovecot_storage.inc.php+47 / -0
Ahtml/includes/graphs/application/dovecot_usage.inc.php+45 / -0
Ahtml/pages/device/apps/dovecot.inc.php+25 / -0
Mincludes/definitions/apps.inc.php+1 / -0
Mincludes/definitions/rrdtypes.inc.php+35 / -0
Aincludes/polling/applications/dovecot.inc.php+81 / -0
Ascripts/agent-local/dovecot+5 / -0
+601 added 0 removed filtered activity

πŸ’» r8700 MIBS

Adam Armstrong 🐸
Add C-Data MIBs and cdata/paloalto icons.
Files changed (20) +18,720 / -0
Changed files with action and line counts
Ahtml/images/os/cdata.png+1 / -0
Ahtml/images/os/cdata_2x.png+1 / -0
Mhtml/images/os/paloalto.png non-text+0 / -0
Ahtml/images/os/paloalto_2x.png+1 / -0
Amibs/cdata non-text+0 / -0
Amibs/cdata/EPON-EOC-MIB+197 / -0
Amibs/cdata/FD-OLT-MIB+3,486 / -0
Amibs/cdata/FD-ONU-MIB+3,119 / -0
Amibs/cdata/FD-PERFORMANCE-MIB+2,289 / -0
Amibs/cdata/FD-SWITCH-MIB+1,481 / -0
Amibs/cdata/FD-SYSTEM-MIB+1,179 / -0
Amibs/cdata/FD-TRAP-MIB+206 / -0
Amibs/cdata/NE-ALARM-MIB+24 / -0
Amibs/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB+2,198 / -0
Amibs/cdata/SPC200+2,896 / -0
Amibs/cdata/SPIDCOM-ALARM-MIB+455 / -0
Amibs/cdata/SPIDCOM-MIB+20 / -0
Amibs/cdata/SPIDCOM-NOTIFICATION-MIB+27 / -0
Amibs/cdata/SPIDCOM-TRAPS+113 / -0
Amibs/cdata/XXX-MIB+1,027 / -0
0 added 0 removed filtered activity

πŸ’» r8699 ADD

Adam Armstrong 🐸
Add support for C-Data and Eltex devices.
Files changed (2) +195 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+176 / -0
Mincludes/definitions/os.inc.php+19 / -1
+195 added βˆ’1 removed filtered activity

πŸ’» r8698 IMPROVE

Adam Armstrong 🐸
Extend TP-Link AP detection
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+5 / -0
+5 added 0 removed filtered activity

πŸ’» r8696 IMPROVE

Adam Armstrong 🐸
Improve threshold detection for HH3C-ENTITY-EXT-MIB.
Files changed (1) +17 / -6
Changed files with action and line counts
Mincludes/discovery/sensors/hh3c-entity-ext-mib.inc.php+17 / -6
+17 added βˆ’6 removed filtered activity

πŸ’» r8695 FIX

Adam Armstrong 🐸
Don't set autoscale max if we're using log scales for MRTG type.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8694 MINOR

Tom Laermans πŸ¦”
Add more HP MIBs to Windows OS
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8693 MIBS

Tom Laermans πŸ¦”
Files changed (1) +3,001 / -0
Changed files with action and line counts
Amibs/dell/DELLRCSG2-TRAP-MIB+3,001 / -0
0 added 0 removed filtered activity

πŸ’» r8692 ADD

Adam Armstrong 🐸
Add cpu/mem graphs to NOS overview
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8691 ADD

Adam Armstrong 🐸
Add/fix/improve support for Logical and Physical drives via CPQIDA-MIB.
Files changed (2) +89 / -22
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+46 / -5
Mincludes/discovery/sensors/cpqida-mib.inc.php+43 / -17
+89 added βˆ’22 removed filtered activity

πŸ’» r8690 ADD

Adam Armstrong 🐸
Add basic support for Peplink Balance
Files changed (2) +26 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+9 / -0
Mincludes/definitions/os.inc.php+17 / -1
+26 added βˆ’1 removed filtered activity

πŸ’» r8689 ICONS

Adam Armstrong 🐸
Update Dasan icons.
Files changed (2) +1 / -0
Changed files with action and line counts
Mhtml/images/os/dasan.png non-text+0 / -0
Ahtml/images/os/dasan_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8688 ADD

Adam Armstrong 🐸
Add support for detection of Peplink Pepwave AP devices (3.x MIBs). Add Peplink MIBs
Files changed (22) +8,619 / -0
Changed files with action and line counts
Ahtml/images/os/peplink.png+1 / -0
Ahtml/images/os/peplink_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+21 / -0
Mincludes/definitions/os.inc.php+16 / -0
Amibs/peplink non-text+0 / -0
Amibs/peplink/AP-L2TP+440 / -0
Amibs/peplink/AP-MANAGEMENT+498 / -0
Amibs/peplink/AP-RADIO+1,116 / -0
Amibs/peplink/AP-SPEEDFUSION+443 / -0
Amibs/peplink/AP-STATION+327 / -0
Amibs/peplink/AP-SYSTEM-BASIC+442 / -0
Amibs/peplink/AP-SYSTEM-NETWORK+586 / -0
Amibs/peplink/AP-WDS+335 / -0
Amibs/peplink/AP-WLAN+1,547 / -0
Amibs/peplink/DEVICE+112 / -0
Amibs/peplink/GRE+184 / -0
Amibs/peplink/LAN+86 / -0
Amibs/peplink/PEPLINK-BALANCE-MIB+507 / -0
Amibs/peplink/PEPVPN-SPEEDFUSION+311 / -0
Amibs/peplink/PEPWAVE-MAX-MIB+503 / -0
Amibs/peplink/WAN+436 / -0
Amibs/peplink/WLC+707 / -0
+37 added 0 removed filtered activity

πŸ’» r8687 MINOR

Tom Laermans πŸ¦”
Make onSmartTrim be an OK status for APC devices
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8686 TESTS

Tom Laermans πŸ¦”
Add unit tests for ireplace transformation
Files changed (1) +10 / -0
Changed files with action and line counts
Mtests/IncludesFunctionsTest.php+10 / -0
0 added 0 removed filtered activity

πŸ’» r8685 MINOR

Tom Laermans πŸ¦”
Remove static ROM version from Sonicwall version field; add 'ireplace' transformation for case-insensitive replacement. Move sonicwall version code to definitions.
Files changed (3) +10 / -25
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+4 / -0
Mincludes/functions.inc.php+6 / -1
Dincludes/polling/os/sonicwall.inc.php+0 / -24
+10 added βˆ’25 removed filtered activity

πŸ’» r8684 MIBS

Tom Laermans πŸ¦”
Add SQUID-MIB
Files changed (2) +1,056 / -0
Changed files with action and line counts
Amibs/squid non-text+0 / -0
Amibs/squid/SQUID-MIB+1,056 / -0
0 added 0 removed filtered activity

πŸ’» r8683 TRIVIAL

Mike Stupalov 🐱
Cleanup WTI and Synology os/hardware detection.
Files changed (2) +6 / -11
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
Mincludes/definitions/os.inc.php+5 / -10
+6 added βˆ’11 removed filtered activity

πŸ’» r8682 ADD

Adam Armstrong 🐸
Additional D-Link sysobject ID
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8681 IMPROVE

Adam Armstrong 🐸
Improve Synology Discovery
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8680 TRIVIAL

Tom Laermans πŸ¦”
Fix pagecount graph unit text
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/pagecount.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8679 FIX

Adam Armstrong 🐸
Fix status page popup link generation and usage of correct graph name
Files changed (1) +6 / -4
Changed files with action and line counts
Mhtml/includes/entities/device.inc.php+6 / -4
+6 added βˆ’4 removed filtered activity

πŸ’» r8678 FIX

Adam Armstrong 🐸
Fix adding additional associations to groups.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/group-navbar.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8677 ADD

Adam Armstrong 🐸
Add discovery for Ekinops 360 DWDM platform
Files changed (3) +31 / -0
Changed files with action and line counts
Ahtml/images/os/ekinops.png+1 / -0
Ahtml/images/os/ekinops_2x.png+1 / -0
Mincludes/definitions/os.inc.php+29 / -0
+29 added 0 removed filtered activity

June 2017

πŸ’» r8676 API

Adam Armstrong 🐸
Add storage support to API. Prevent some device data being sent in API.
Files changed (7) +88 / -30
Changed files with action and line counts
Mhtml/api/v0/includes/alerts.inc.php+8 / -8
Mhtml/api/v0/includes/bills.inc.php+16 / -5
Mhtml/api/v0/includes/ports.inc.php+4 / -4
Ahtml/api/v0/includes/storage.inc.php+47 / -0
Mhtml/api/v0/index.php+1 / -1
Mhtml/includes/entities/mempool.inc.php+5 / -4
Mhtml/includes/entities/storage.inc.php+7 / -8
+88 added βˆ’30 removed filtered activity

πŸ’» r8675 ADD

Adam Armstrong 🐸
Add ipv4/ipv6 address support to API
Files changed (2) +105 / -0
Changed files with action and line counts
Ahtml/api/v0/includes/address.inc.php+103 / -0
Mhtml/api/v0/index.php+2 / -0
+105 added 0 removed filtered activity

πŸ’» r8674 MIBS

Adam Armstrong 🐸
Additional (and modified) Avaya MIBs
Files changed (23) +51,909 / -7
Changed files with action and line counts
Amibs/avaya/APPLIC-MIB+4,318 / -0
Amibs/avaya/AVAYA-APPL-MEM-MANAGER+167 / -0
Amibs/avaya/AVAYA-ENTITY-MIB+832 / -0
Amibs/avaya/AVAYA-IPSEC-MIB+2,721 / -0
Amibs/avaya/AVAYA-LOAD-MIB+1,718 / -0
Amibs/avaya/AVAYA-RTP-MIB+1,644 / -0
Amibs/avaya/AVAYA-SAA-TRACK-MIB+961 / -0
Amibs/avaya/AVAYA-SURV-MIB+2,433 / -0
Amibs/avaya/AVEISPROD-MIB+242 / -0
Amibs/avaya/CIG-CLIENTS-MIB+826 / -0
Amibs/avaya/CIG-SERVERS-MIB+1,163 / -0
Amibs/avaya/CONFIG-MIB+6,411 / -0
Amibs/avaya/CROUTE-MIB+6,351 / -0
Mmibs/avaya/G3-AVAYA-MIB+3 / -7
Amibs/avaya/G700-MG-MIB+4,873 / -0
Amibs/avaya/GEN-MIB+284 / -0
Amibs/avaya/LOAD-MIB+1,335 / -0
Amibs/avaya/Lannet-Trapsv2-MIB+1,556 / -0
Amibs/avaya/POLICY-MIB+4,855 / -0
Amibs/avaya/SECURITY-MANAGEMENT-MIB+1,309 / -0
Amibs/avaya/UTILIZATION-MANAGEMENT-MIB+322 / -0
Amibs/avaya/WAN-MIB+2,536 / -0
Amibs/avaya/XSWITCH-MIB+5,049 / -0
0 added 0 removed filtered activity

πŸ’» r8673 ADD

Adam Armstrong 🐸
Add support for WTI RSM/TSM management devices.
Files changed (6) +820 / -0
Changed files with action and line counts
Ahtml/images/os/wti.png+1 / -0
Ahtml/images/os/wti_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+9 / -0
Mincludes/definitions/os.inc.php+12 / -0
Amibs/wti non-text+0 / -0
Amibs/wti/WTI-RSM-TSM-MIB+797 / -0
+21 added 0 removed filtered activity

πŸ’» r8672 MAJOR

Mike Stupalov 🐱
Improved observium-wrapper to use for discovery, billing (and poller) wrap in multiple threads, instead direct single thread discovery/poll-billing scripts run. Fully compatible with old cron entries for poller-wrapper.py Examples: */5 * * * * root /opt/observium/observium-wrapper poller */5 * * * * root /opt/observium/observium-wrapper discovery --host new 34 */6 * * * root /opt/observium/observium-wrapper discovery */5 * * * * root /opt/observium/observium-wrapper billing
Files changed (4) +279 / -98
Changed files with action and line counts
Mdiscovery.php+8 / -1
Aobservium-wrapper+2 / -0
Mpoll-billing.php+14 / -10
Mpoller-wrapper.py+255 / -87
+279 added βˆ’98 removed filtered activity

πŸ’» r8671 FIX

Adam Armstrong 🐸
Clean poll-billing
Files changed (1) +1 / -1
Changed files with action and line counts
Mpoll-billing.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8670 FIX

Adam Armstrong 🐸
Don't try to poll ports on down devices.
Files changed (1) +17 / -16
Changed files with action and line counts
Mpoll-billing.php+17 / -16
+17 added βˆ’16 removed filtered activity

πŸ’» r8669 TRIVIAL

Mike Stupalov 🐱
Improved return statuses in get_http_request(). Added simple helper functions for last response http code (get_http_last_code()) and status (get_http_last_status()). Added unittest for this functions.
Files changed (2) +162 / -45
Changed files with action and line counts
Mincludes/common.inc.php+132 / -45
Mtests/IncludesCommonTest.php+30 / -0
+132 added βˆ’45 removed filtered activity

πŸ’» r8668 FIX

Adam Armstrong 🐸
Minor rearrangement of syslog notification queuer.
Files changed (1) +24 / -26
Changed files with action and line counts
Mincludes/syslog.inc.php+24 / -26
+24 added βˆ’26 removed filtered activity

πŸ’» r8667 FIX

Tom Laermans πŸ¦”
Fix email backend trying to mail [device_id]@[observium_hostname] when sending alert notifications
Files changed (1) +12 / -12
Changed files with action and line counts
Mincludes/alerting/email.inc.php+12 / -12
+12 added βˆ’12 removed filtered activity

πŸ’» r8666 TRIVIAL

Mike Stupalov 🐱
Fixed syslog notifications (according to latest changes).
Files changed (1) +25 / -18
Changed files with action and line counts
Mincludes/syslog.inc.php+25 / -18
+25 added βˆ’18 removed filtered activity

πŸ’» r8665 FIX

Adam Armstrong 🐸
Remove "alerted" field in syslog alertlog
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print/logalert.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8664 FIX

Adam Armstrong 🐸
Fix use of legacy variable in telegram transport
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/alerting/telegram.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8663 TRIVIAL

Mike Stupalov 🐱
Fixed default agrument for process_notifications(). Removed unused config option.
Files changed (3) +2 / -13
Changed files with action and line counts
Mincludes/alerts.inc.php+2 / -4
Mincludes/config-variables.inc.php+0 / -7
Mincludes/defaults.inc.php+0 / -2
+2 added βˆ’13 removed filtered activity

πŸ’» r8662 IMPROVE

Adam Armstrong 🐸
Improve alert notification generation and queue usage. Will retry failed alerts now.
Files changed (3) +1,186 / -1,200
Changed files with action and line counts
Mincludes/alerting/email.inc.php+5 / -2
Mincludes/alerts.inc.php+1,174 / -1,193
Mtest_alert.php+7 / -5
+1,186 added βˆ’1,200 removed filtered activity

πŸ’» r8661 MINOR

Mike Stupalov 🐱
Pre-cache all processor oids in polling using snmp_get_multi_oid(). Fixed discovery processor by CISCOSB-rndMng.
Files changed (11) +75 / -20
Changed files with action and line counts
Mincludes/discovery/processors/ciscosb-rndmng.inc.php+2 / -2
Mincludes/polling/functions.inc.php+8 / -5
Mincludes/polling/processors.inc.php+20 / -5
Mincludes/polling/processors/ciena.inc.php+7 / -1
Mincludes/polling/processors/dnos-switching-mib.inc.php+7 / -1
Mincludes/polling/processors/edgeswitch-switching-mib.inc.php+7 / -1
Mincludes/polling/processors/nos.inc.php+7 / -1
Mincludes/polling/processors/powerconnect.inc.php+7 / -1
Mincludes/polling/processors/ucd-old.inc.php+8 / -1
Mincludes/polling/sensors.inc.php+1 / -1
Mincludes/polling/status.inc.php+1 / -1
+75 added βˆ’20 removed filtered activity

πŸ’» r8660 MINOR

Mike Stupalov 🐱
Simplify sensors/status polling caching, use snmp_get_multi_oid() instead snmp_walk_*.
Files changed (3) +173 / -158
Changed files with action and line counts
Mincludes/definitions/sensors.inc.php+10 / -10
Mincludes/polling/sensors.inc.php+80 / -73
Mincludes/polling/status.inc.php+83 / -75
+173 added βˆ’158 removed filtered activity

πŸ’» r8659 FIX

Adam Armstrong 🐸
Remove erroneous output during loadbalancing poller.
Files changed (1) +0 / -4
Changed files with action and line counts
Mincludes/polling/loadbalancer.inc.php+0 / -4
0 added βˆ’4 removed filtered activity

πŸ’» r8658 TRIVIAL

Adam Armstrong 🐸
Add config.php.default note to use web ui
Files changed (1) +3 / -0
Changed files with action and line counts
Mconfig.php.default+3 / -0
+3 added 0 removed filtered activity

πŸ’» r8657 ADD

Adam Armstrong 🐸
Correctly extend port filters to match against both ifDescr and ifName
Files changed (1) +16 / -4
Changed files with action and line counts
Mincludes/functions.inc.php+16 / -4
+16 added βˆ’4 removed filtered activity

πŸ’» r8656

Mike Stupalov 🐱
undebug.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/alerts.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8655 FIX

Mike Stupalov 🐱
Fixed alert notifications send (appear in r8653). Added config option to WUI editor for Enable/Disable use notifications queue.
Files changed (4) +35 / -18
Changed files with action and line counts
Mincludes/alerts.inc.php+22 / -18
Mincludes/config-variables.inc.php+7 / -0
Mincludes/defaults.inc.php+2 / -0
Mtest_alert.php+4 / -0
+35 added βˆ’18 removed filtered activity

πŸ’» r8654 TRIVIAL

Mike Stupalov 🐱
Fixed small html mistakes.
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/index.php+2 / -2
+3 added βˆ’3 removed filtered activity

πŸ’» r8653 NOTIF

Adam Armstrong 🐸
Add timestamp to alert data array. Use timestamp in telegram transport.
Files changed (3) +69 / -35
Changed files with action and line counts
Mincludes/alerts.inc.php+62 / -35
Mincludes/definitions/transports.inc.php+6 / -0
Mincludes/templates/notification/telegram_text.tpl+1 / -0
+69 added βˆ’35 removed filtered activity

πŸ’» r8652 WUI

Adam Armstrong 🐸
Complete improvements to device/edit/ports/ page.
Files changed (1) +21 / -11
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+21 / -11
+21 added βˆ’11 removed filtered activity

πŸ’» r8651 TRIVIAL

Mike Stupalov 🐱
Improved sensors poll caching with not numeric indexes.
Files changed (3) +15 / -2
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -0
Mincludes/polling/sensors.inc.php+11 / -1
Mincludes/polling/status.inc.php+3 / -1
+15 added βˆ’2 removed filtered activity

πŸ’» r8650 TRIVIAL

Mike Stupalov 🐱
Allow to override device type from default in polling.
Files changed (4) +100 / -24
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+82 / -17
Mincludes/polling/os.inc.php+3 / -1
Mincludes/polling/os/meraki.inc.php+3 / -2
Mincludes/polling/os/unix.inc.php+12 / -4
+100 added βˆ’24 removed filtered activity

πŸ’» r8649 TRIVIAL

Mike Stupalov 🐱
Fixed reenable in wui initially disabled (in definitions) MIBs. Reoraganize RFC/NET-SNMP MIBs in definitions (moved to top).
Files changed (2) +377 / -363
Changed files with action and line counts
Mhtml/pages/mibs.inc.php+17 / -6
Mincludes/definitions/mibs.inc.php+360 / -357
+377 added βˆ’363 removed filtered activity

πŸ’» r8648 TRIVIAL

Mike Stupalov 🐱
Fixed snmp walk/get OIDs with string indexes. Added unit tests for this.
Files changed (6) +100 / -21
Changed files with action and line counts
Mincludes/snmp.inc.php+8 / -8
Mtests/SnmpDataTest2.php+26 / -13
Atests/data/snmp non-text+0 / -0
Atests/data/snmp/snmp_walk_multipart_oid-1.json+32 / -0
Atests/data/snmp/snmp_walk_multipart_oid-2.json+8 / -0
Atests/data/snmp/snmp_walk_multipart_oid-3.json+26 / -0
+8 added βˆ’8 removed filtered activity

πŸ’» r8647 GUI

Adam Armstrong 🐸
Minor improvements to device/edit/ports page
Files changed (1) +9 / -9
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+9 / -9
+9 added βˆ’9 removed filtered activity

πŸ’» r8646 IMPROVE

Adam Armstrong 🐸
Improve button styles
Files changed (9) +216 / -167
Changed files with action and line counts
Mhtml/css/bootstrap-hacks.css+12 / -0
Mhtml/css/bootstrap-select.css+10 / -1
Mhtml/css/bootstrap/less/bootstrap.less+1 / -1
Mhtml/css/bootstrap/less/buttons3.less+2 / -1
Mhtml/css/bootstrap/less/forms.less+2 / -1
Mhtml/css/bootstrap/less/variables3.less+9 / -10
Mhtml/css/observium.css+178 / -151
Mhtml/includes/functions.inc.php+2 / -1
Mhtml/includes/print/search.inc.php+0 / -1
+2 added βˆ’2 removed filtered activity

πŸ’» r8645 FIX

Adam Armstrong 🐸
Correctly handle OpenVPN password file not being an absolute path
Files changed (1) +13 / -0
Changed files with action and line counts
Mscripts/agent-local/openvpn+13 / -0
+13 added 0 removed filtered activity

πŸ’» r8644 TRIVIAL

Tom Laermans πŸ¦”
Rename definition parameters class_oid/class_map to oid_class/map_class to be in line with other fields
Files changed (2) +10 / -11
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+4 / -5
Mincludes/discovery/sensors.inc.php+6 / -6
+10 added βˆ’11 removed filtered activity

πŸ’» r8643 IMPROVE

Tom Laermans πŸ¦”
Move SYNOLOGY-SYSTEM-MIB sensors to definitions
Files changed (3) +27 / -84
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+26 / -2
Mincludes/discovery/sensors.inc.php+1 / -2
Dincludes/discovery/sensors/synology-system-mib.inc.php+0 / -80
+27 added βˆ’84 removed filtered activity

πŸ’» r8642 MIBS

Mike Stupalov 🐱
Updated some MIB files (zyxel, rfc, net-snmp).
Files changed (116) +82,504 / -457

Showing the first 30 paths; 86 more are omitted from this static page.

Changed files with action and line counts
Mmibs/net-snmp/UCD-DISKIO-MIB+16 / -2
Mmibs/net-snmp/UCD-SNMP-MIB+115 / -1
Mmibs/rfc/IANA-ADDRESS-FAMILY-NUMBERS-MIB+9 / -9
Mmibs/rfc/IANA-LANGUAGE-MIB+2 / -2
Mmibs/rfc/IANA-RTPROTO-MIB+13 / -6
Mmibs/rfc/IANAifType-MIB+120 / -72
Mmibs/rfc/IPV6-ICMP-MIB+215 / -84
Mmibs/rfc/IPV6-MIB+433 / -214
Mmibs/rfc/IPV6-TC+31 / -14
Mmibs/rfc/IPV6-TCP-MIB+76 / -32
Mmibs/rfc/IPV6-UDP-MIB+53 / -17
Mmibs/rfc/SMUX-MIB+3 / -3
Amibs/zyxel/ZYXEL-AAA-MIB+363 / -0
Amibs/zyxel/ZYXEL-ACCESS-CONTROL-MIB+195 / -0
Amibs/zyxel/ZYXEL-ACL-MIB+567 / -0
Amibs/zyxel/ZYXEL-ARP-INSPECTION-MIB+516 / -0
Amibs/zyxel/ZYXEL-ARP-MIB+258 / -0
Amibs/zyxel/ZYXEL-AclV2-MIB+947 / -0
Amibs/zyxel/ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB+99 / -0
Amibs/zyxel/ZYXEL-CFM-MIB+181 / -0
Amibs/zyxel/ZYXEL-CLUSTER-MIB+334 / -0
Amibs/zyxel/ZYXEL-CPU-PROTECTION-MIB+104 / -0
Amibs/zyxel/ZYXEL-DHCP-CLIENT-MIB+250 / -0
Amibs/zyxel/ZYXEL-DHCP-OPTION82-PROFILE-MIB+176 / -0
Amibs/zyxel/ZYXEL-DHCP-RELAY-MIB+308 / -0
Amibs/zyxel/ZYXEL-DHCP-SERVER-MIB+153 / -0
Amibs/zyxel/ZYXEL-DHCP-SNOOPING-MIB+472 / -0
Amibs/zyxel/ZYXEL-DHCPV6-MIB+275 / -0
Amibs/zyxel/ZYXEL-DIAGNOSTIC-MIB+48 / -0
Amibs/zyxel/ZYXEL-DIFFSERV-MIB+132 / -0
0 added 0 removed filtered activity

πŸ’» r8641

Mike Stupalov 🐱
missed change.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/storage/isilon-mib.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8640 REFACTOR

Mike Stupalov 🐱
Renamed brand new SNMP functions: snmpget_oid() -> snmp_get_oid(), snmpget_cache_multi() -> snmp_get_multi_oid(), snmpwalk_multipart_oid() -> snmp_walk_multipart_oid(). Added unittest for snmp_get_multi_oid() and snmp_walk_multipart_oid().
Files changed (21) +151 / -42
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/discovery/mempools/ucd-snmp-mib.inc.php+2 / -2
Mincludes/discovery/ports.inc.php+1 / -1
Mincludes/discovery/sensors/dev-cfg-mib.inc.php+1 / -1
Mincludes/discovery/sensors/extreme-system-mib.inc.php+1 / -1
Mincludes/discovery/sensors/foundry-poe-mib.inc.php+1 / -1
Mincludes/functions.inc.php+2 / -2
Mincludes/polling/bgp-peers.inc.php+2 / -2
Mincludes/polling/mempools/ucd-snmp-mib.inc.php+2 / -2
Mincludes/polling/os/acdos.inc.php+1 / -1
Mincludes/polling/os/bintec.inc.php+1 / -1
Mincludes/polling/os/ftos.inc.php+3 / -3
Mincludes/polling/os/onefs.inc.php+1 / -1
Mincludes/polling/os/poweralert.inc.php+1 / -1
Mincludes/polling/os/sentry-pdu.inc.php+1 / -1
Mincludes/polling/ports.inc.php+3 / -2
Mincludes/polling/storage.inc.php+1 / -1
Mincludes/polling/storage/isilon-mib.inc.php+1 / -1
Mincludes/polling/system/wowza-streaming-engine-mib.inc.php+1 / -1
Mincludes/snmp.inc.php+18 / -14
Mtests/SnmpDataTest2.php+105 / -1
+46 added βˆ’41 removed filtered activity

πŸ’» r8639 TRIVIAL

Mike Stupalov 🐱
Just renamed function snmpget() to snmpget_oid().
Files changed (4) +10 / -10
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/polling/bgp-peers.inc.php+2 / -2
Mincludes/snmp.inc.php+2 / -2
Mtests/SnmpDataTest2.php+4 / -4
+6 added βˆ’6 removed filtered activity

πŸ’» r8638 MINOR

Mike Stupalov 🐱
Added common snmpget() function, for simplify single value requests (without pass raw options). Added first set of phpunit tests for SNMP functions - snmp_get() and snmpget().
Files changed (4) +247 / -9
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/polling/bgp-peers.inc.php+2 / -2
Mincludes/snmp.inc.php+65 / -5
Atests/SnmpDataTest2.php+178 / -0
+69 added βˆ’9 removed filtered activity

πŸ’» r8637 IMPROVE

Tom Laermans πŸ¦”
Try to catch exceptions occurring in alert transports
Files changed (1) +14 / -2
Changed files with action and line counts
Mincludes/alerts.inc.php+14 / -2
+14 added βˆ’2 removed filtered activity

πŸ’» r8636 NEW

Tom Laermans πŸ¦”
Agent script for CPU temp and fanspeed on Zyxel NSA326 - uses Observium's lm-sensor infrastructure
Files changed (1) +14 / -0
Changed files with action and line counts
Ascripts/agent-local/zyxel-nas326+14 / -0
+14 added 0 removed filtered activity

πŸ’» r8635

Mike Stupalov 🐱
clean
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+0 / -1
0 added βˆ’1 removed filtered activity

πŸ’» r8634 TRIVIAL

Mike Stupalov 🐱
Moved detect multiple Linux based OSes to definitions.
Files changed (4) +127 / -154
Changed files with action and line counts
Mincludes/definitions/os.inc.php+59 / -20
Mincludes/discovery/os/broadcom.inc.php+4 / -3
Mincludes/discovery/os/linux.inc.php+22 / -130
Mtests/SnmpDataTest.php+42 / -1
+85 added βˆ’153 removed filtered activity

πŸ’» r8633 TRIVIAL

Mike Stupalov 🐱
Fixed Pear include path.
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+3 / -1
+3 added βˆ’1 removed filtered activity

πŸ’» r8632 IMPROVE

Tom Laermans πŸ¦”
Allow Unix Agent to run scripts in /usr/lib/observium_agent/scripts-enabled. Removed a bunch of unused sections from agent - if they are ever needed they will be in separate scripts
Files changed (1) +14 / -147
Changed files with action and line counts
Mscripts/observium_agent+14 / -147
+14 added βˆ’147 removed filtered activity

πŸ’» r8631 TRIVIAL

Mike Stupalov 🐱
Moved detect some FreeBSD based OSes to definitions.
Files changed (2) +49 / -57
Changed files with action and line counts
Mincludes/definitions/os.inc.php+39 / -19
Mincludes/discovery/os/freebsd.inc.php+10 / -38
+49 added βˆ’57 removed filtered activity

πŸ’» r8630 TRIVIAL

Mike Stupalov 🐱
Improved re-detect OSes with file based rules. Improved os detect unit tests.
Files changed (2) +93 / -26
Changed files with action and line counts
Mincludes/functions.inc.php+35 / -26
Mtests/SnmpDataTest.php+58 / -0
+35 added βˆ’26 removed filtered activity

πŸ’» r8629 TRIVIAL

Mike Stupalov 🐱
Improved detect and moved to definitions some Linux based OSes.
Files changed (3) +82 / -47
Changed files with action and line counts
Mincludes/definitions/os.inc.php+44 / -5
Mincludes/discovery/os/linux.inc.php+9 / -29
Mincludes/functions.inc.php+29 / -13
+82 added βˆ’47 removed filtered activity

πŸ’» r8628 TRIVIAL

Tom Laermans πŸ¦”
Slightly improve wording for alerting transport fields
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/definitions/transports.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8627 FIX

Tom Laermans πŸ¦”
Reset per-class counter for each MIB on definitions-based sensor table discovery
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/discovery/sensors.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8626 NEW

Tom Laermans πŸ¦”
Add support for Papouch 2TH_ETH temperature/humidity/dewpoint sensor device
Files changed (5) +345 / -6
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+19 / -2
Mincludes/definitions/os.inc.php+8 / -4
Mincludes/definitions/rewrites.inc.php+1 / -0
Amibs/papouch/papago_dio_V01-MIB+178 / -0
Amibs/papouch/papago_temp_V02-MIB+139 / -0
+28 added βˆ’6 removed filtered activity

πŸ’» r8625 IMPROVE

Tom Laermans πŸ¦”
Allow definitions to specify an oid for the sensor class when polling a table, allow %class% template in description and change %i% description template to count per-sensor-class instead of all-sensors
Files changed (2) +34 / -5
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+4 / -1
Mincludes/discovery/sensors.inc.php+30 / -4
+34 added βˆ’5 removed filtered activity

πŸ’» r8624 NEW

Tom Laermans πŸ¦”
Textlocal.com SMS gateway alerting transport
Files changed (2) +58 / -0
Changed files with action and line counts
Aincludes/alerting/textlocal.inc.php+45 / -0
Mincludes/definitions/transports.inc.php+13 / -0
+58 added 0 removed filtered activity

πŸ’» r8623 TRIVIAL

Mike Stupalov 🐱
Improved detect some APC netbotz sensors.
Files changed (1) +25 / -14
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+25 / -14
+25 added βˆ’14 removed filtered activity

πŸ’» r8622

Tom Laermans πŸ¦”
Trivial: add Xerox printer MIBs
Files changed (22) +50,253 / -0
Changed files with action and line counts
Amibs/xerox non-text+0 / -0
Amibs/xerox/XEROX-COMMON-MIB+37 / -0
Amibs/xerox/XEROX-COMMS-CONFIG-MIB+1,357 / -0
Amibs/xerox/XEROX-COMMS-CONFIG-TC+4,646 / -0
Amibs/xerox/XEROX-COMMS-ENGINE-MIB+2,638 / -0
Amibs/xerox/XEROX-COMMS-ENGINE-TC+972 / -0
Amibs/xerox/XEROX-GENERAL-MIB+5,007 / -0
Amibs/xerox/XEROX-GENERAL-TC+1,419 / -0
Amibs/xerox/XEROX-HOST-RESOURCES-EXT-MIB+6,787 / -0
Amibs/xerox/XEROX-HOST-RESOURCES-EXT-TC+4,459 / -0
Amibs/xerox/XEROX-JOB-MONITORING-EXT-MIB+706 / -0
Amibs/xerox/XEROX-JOB-MONITORING-MIB+4,120 / -0
Amibs/xerox/XEROX-JOB-MONITORING-TC+1,651 / -0
Amibs/xerox/XEROX-PRINTER-EXT-MIB+3,608 / -0
Amibs/xerox/XEROX-PRINTER-EXT-TC+1,471 / -0
Amibs/xerox/XEROX-PRODUCT-ID-TC+3,829 / -0
Amibs/xerox/XEROX-RESOURCES-MIB+1,174 / -0
Amibs/xerox/XEROX-RESOURCES-TC+279 / -0
Amibs/xerox/XEROX-SERVICE-MONITORING-MIB+2,259 / -0
Amibs/xerox/XEROX-SERVICE-MONITORING-TC+2,809 / -0
Amibs/xerox/XEROX-SIMPLE-JOB-MGMT-MIB+860 / -0
Amibs/xerox/XEROX-SIMPLE-JOB-MGMT-TC+165 / -0
0 added 0 removed filtered activity

πŸ’» r8621 TRIVIAL

Mike Stupalov 🐱
Fixed typeahead input field width.
Files changed (2) +7 / -1
Changed files with action and line counts
Mhtml/css/typeaheadjs.css+6 / -0
Mhtml/includes/print/search.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8620 TRIVIAL

Mike Stupalov 🐱
Improved phpunit test for get_device_mibs().
Files changed (2) +29 / -5
Changed files with action and line counts
Mincludes/common.inc.php+8 / -5
Mtests/IncludesCommonTest.php+21 / -0
+8 added βˆ’5 removed filtered activity

πŸ’» r8619 DERP

Mike Stupalov 🐱
Fixed get_device_mibs() with sysORID MIBs.
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/common.inc.php+6 / -1
+6 added βˆ’1 removed filtered activity

πŸ’» r8618 MINOR

Mike Stupalov 🐱
Fixed os group definitions (default, enterprise_tree_only). Fixed some unit tests.
Files changed (7) +89 / -71
Changed files with action and line counts
Mhtml/includes/entities/device.inc.php+7 / -6
Mhtml/pages/device.inc.php+2 / -1
Mhtml/pages/device/showconfig.inc.php+2 / -1
Mincludes/common.inc.php+24 / -11
Mincludes/definitions/os.inc.php+37 / -36
Mtests/IncludesCommonTest.php+1 / -0
Mtests/data/test_definitions.inc.php+16 / -16
+72 added βˆ’55 removed filtered activity

πŸ’» r8617 FIX

Adam Armstrong 🐸
Better classes on navbar text (lg and xl only)
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8616 FIX

Adam Armstrong 🐸
Fix escaping in device mempool graphs
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device/mempool.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8615 SQL

Adam Armstrong 🐸
Add DB table for F5 SNAT Pools.
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/346.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8614

Mike Stupalov 🐱
undebug
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/common.inc.php+0 / -1
0 added βˆ’1 removed filtered activity

πŸ’» r8613 MINOR

Mike Stupalov 🐱
Improved common functions to use constants instead cache: is_cli(), is_cron(), cli_is_piped(), is_graph(). Improved get_unique_id() to use UUID RFC4122 version 4 without dashes (only for new installs). Added function get_request_id() for get and store unique idetifier for current page request. Fixed clear WUI cache after add device. Fixed output on Add device page, when device added.
Files changed (7) +120 / -59
Changed files with action and line counts
Mhtml/graph.php+3 / -0
Mhtml/includes/functions.inc.php+13 / -9
Mhtml/pages/addhost.inc.php+3 / -1
Mincludes/cache.inc.php+22 / -12
Mincludes/common.inc.php+66 / -29
Mincludes/definitions.inc.php+7 / -3
Mincludes/functions.inc.php+6 / -5
+120 added βˆ’59 removed filtered activity

πŸ’» r8612 MINOR

Mike Stupalov 🐱
Added libraries: paragonie/random_compat, ramsey/uuid.
Files changed (70) +5,164 / -0

Showing the first 30 paths; 40 more are omitted from this static page.

Changed files with action and line counts
Alibs/Uuid non-text+0 / -0
Alibs/Uuid/BinaryUtils.php+43 / -0
Alibs/Uuid/Builder non-text+0 / -0
Alibs/Uuid/Builder/DefaultUuidBuilder.php+54 / -0
Alibs/Uuid/Builder/DegradedUuidBuilder.php+53 / -0
Alibs/Uuid/Builder/UuidBuilderInterface.php+34 / -0
Alibs/Uuid/Codec non-text+0 / -0
Alibs/Uuid/Codec/CodecInterface.php+55 / -0
Alibs/Uuid/Codec/GuidStringCodec.php+100 / -0
Alibs/Uuid/Codec/OrderedTimeCodec.php+67 / -0
Alibs/Uuid/Codec/StringCodec.php+167 / -0
Alibs/Uuid/Codec/TimestampFirstCombCodec.php+105 / -0
Alibs/Uuid/Codec/TimestampLastCombCodec.php+23 / -0
Alibs/Uuid/Converter non-text+0 / -0
Alibs/Uuid/Converter/Number non-text+0 / -0
Alibs/Uuid/Converter/Number/BigNumberConverter.php+54 / -0
Alibs/Uuid/Converter/Number/DegradedNumberConverter.php+58 / -0
Alibs/Uuid/Converter/NumberConverterInterface.php+44 / -0
Alibs/Uuid/Converter/Time non-text+0 / -0
Alibs/Uuid/Converter/Time/BigNumberTimeConverter.php+58 / -0
Alibs/Uuid/Converter/Time/DegradedTimeConverter.php+42 / -0
Alibs/Uuid/Converter/Time/PhpTimeConverter.php+47 / -0
Alibs/Uuid/Converter/TimeConverterInterface.php+33 / -0
Alibs/Uuid/DegradedUuid.php+111 / -0
Alibs/Uuid/Exception non-text+0 / -0
Alibs/Uuid/Exception/InvalidUuidStringException.php+22 / -0
Alibs/Uuid/Exception/UnsatisfiedDependencyException.php+23 / -0
Alibs/Uuid/Exception/UnsupportedOperationException.php+22 / -0
Alibs/Uuid/FeatureSet.php+333 / -0
Alibs/Uuid/Generator non-text+0 / -0
0 added 0 removed filtered activity

πŸ’» r8611 MINOR

Mike Stupalov 🐱
Improved load speed for bgp routing page with too many peers.
Files changed (3) +96 / -32
Changed files with action and line counts
Mhtml/ajax/input.php+42 / -4
Mhtml/pages/routing/bgp.inc.php+52 / -28
Aupdate/345.sql+2 / -0
+94 added βˆ’32 removed filtered activity

πŸ’» r8610 TRIVIAL

Mike Stupalov 🐱
Allowed add Schedule Maintenance for userlevel 8.
Files changed (3) +16 / -15
Changed files with action and line counts
Mhtml/includes/maintenance-navbar.inc.php+1 / -1
Mhtml/pages/alert_maintenance_add.inc.php+1 / -1
Mincludes/config-variables.inc.php+14 / -13
+16 added βˆ’15 removed filtered activity

πŸ’» r8609 TRIVIAL

Mike Stupalov 🐱
Updated leaflet js. Fixed typeahead suggestions in form item tags.
Files changed (8) +28 / -11
Changed files with action and line counts
Mhtml/css/leaflet.css+9 / -3
Ahtml/images/layers-2x.png+1 / -0
Ahtml/images/layers.png+1 / -0
Ahtml/images/marker-icon-2x.png+1 / -0
Ahtml/images/marker-icon.png+1 / -0
Ahtml/images/marker-shadow.png+1 / -0
Mhtml/includes/print/search.inc.php+7 / -1
Mhtml/js/leaflet.js+7 / -7
+7 added βˆ’1 removed filtered activity

πŸ’» r8608 TRIVIAL

Mike Stupalov 🐱
More relevant tests for isSNMPable().
Files changed (2) +30 / -9
Changed files with action and line counts
Mincludes/functions.inc.php+2 / -2
Mtests/SnmpDataTest.php+28 / -7
+2 added βˆ’2 removed filtered activity

πŸ’» r8607 TRIVIAL

Mike Stupalov 🐱
Fixed isSNMPable() when new device added with snmpable os definition. Small improve for get_versions() detect apache version in cli.
Files changed (2) +22 / -21
Changed files with action and line counts
Mincludes/common.inc.php+10 / -3
Mincludes/functions.inc.php+12 / -18
+22 added βˆ’21 removed filtered activity

πŸ’» r8606 MINOR

Mike Stupalov 🐱
Improved generate_form_element(), added toggle element type. Config page again use generate_form_element() for checkbox instead raw html.
Files changed (2) +87 / -36
Changed files with action and line counts
Mhtml/includes/print/search.inc.php+74 / -13
Mhtml/pages/settings/default.inc.php+13 / -23
+87 added βˆ’36 removed filtered activity

πŸ’» r8605

Mike Stupalov 🐱
derp.. too fast :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print/rows.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8604 TRIVIAL

Mike Stupalov 🐱
Fixed default box title-element.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print/rows.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8603 IMPROVE

Adam Armstrong 🐸
Make config look a bit nicer.
Files changed (2) +11 / -5
Changed files with action and line counts
Mhtml/includes/print/rows.inc.php+4 / -2
Mhtml/pages/settings/default.inc.php+7 / -3
+11 added βˆ’5 removed filtered activity

πŸ’» r8602 FIX

Adam Armstrong 🐸
Missing files for settings improvements.
Files changed (5) +32 / -2
Changed files with action and line counts
Ahtml/fonts/tinytoggle.eot+1 / -0
Ahtml/fonts/tinytoggle.svg+27 / -0
Ahtml/fonts/tinytoggle.ttf+1 / -0
Ahtml/fonts/tinytoggle.woff+1 / -0
Mhtml/pages/settings/default.inc.php+2 / -2
+32 added βˆ’2 removed filtered activity

πŸ’» r8601 ADD

Adam Armstrong 🐸
Add some config variables to web ui. Add subsection to alerting/notification options.
Files changed (1) +32 / -1
Changed files with action and line counts
Mincludes/config-variables.inc.php+32 / -1
+32 added βˆ’1 removed filtered activity

πŸ’» r8600 IMPROVE

Adam Armstrong 🐸
Improve web ui configuration
Files changed (3) +61 / -24
Changed files with action and line counts
Ahtml/css/tinytoggle.min.css+1 / -0
Ahtml/js/jquery.tinytoggle.min.js+1 / -0
Mhtml/pages/settings/default.inc.php+59 / -24
+59 added βˆ’24 removed filtered activity

πŸ’» r8599

Tom Laermans πŸ¦”
Minor: make asterisk agent script work with more recent asterisk versions
Files changed (1) +2 / -2
Changed files with action and line counts
Mscripts/agent-local/asterisk+2 / -2
+2 added βˆ’2 removed filtered activity

May 2017

πŸ’» r8598 DEVEL

Mike Stupalov 🐱
Clean tests.
Files changed (549) +11 / -1,111

Showing the first 30 paths; 519 more are omitted from this static page.

Changed files with action and line counts
Mtests/SnmpDataTest.php+11 / -8
Dtests/data/os non-text+0 / -0
Dtests/data/os/3com-1.snmprec+0 / -2
Dtests/data/os/3com-2.snmprec+0 / -2
Dtests/data/os/3com-3.snmprec+0 / -2
Dtests/data/os/acdos-1.snmprec+0 / -2
Dtests/data/os/acsw-1.snmprec+0 / -2
Dtests/data/os/acsw-2.snmprec+0 / -1
Dtests/data/os/acsw-3.snmprec+0 / -1
Dtests/data/os/acsw-4.snmprec+0 / -2
Dtests/data/os/aerohive-os-1.snmprec+0 / -2
Dtests/data/os/airos-1.snmprec+0 / -2
Dtests/data/os/airos-2.snmprec+0 / -2
Dtests/data/os/airos-3.snmprec+0 / -2
Dtests/data/os/airos-4.snmprec+0 / -2
Dtests/data/os/airos-af-1.snmprec+0 / -3
Dtests/data/os/airport-1.snmprec+0 / -1
Dtests/data/os/aix-1.snmprec+0 / -2
Dtests/data/os/aix-2.snmprec+0 / -2
Dtests/data/os/aix-3.snmprec+0 / -2
Dtests/data/os/allied-1.snmprec+0 / -2
Dtests/data/os/allied-2.snmprec+0 / -2
Dtests/data/os/allied-3.snmprec+0 / -2
Dtests/data/os/allied-radlan-1.snmprec+0 / -2
Dtests/data/os/allied-radlan-2.snmprec+0 / -2
Dtests/data/os/alliedwareplus-1.snmprec+0 / -2
Dtests/data/os/aos-2.snmprec+0 / -2
Dtests/data/os/aos-3.snmprec+0 / -2
Dtests/data/os/aosw-1.snmprec+0 / -2
Dtests/data/os/apc-1.snmprec+0 / -2
0 added 0 removed filtered activity

πŸ’» r8593 TRIVIAL

Mike Stupalov 🐱
Added isSNMPable() unit test.
Files changed (1) +26 / -0
Changed files with action and line counts
Mtests/SnmpDataTest.php+26 / -0
0 added 0 removed filtered activity

πŸ’» r8592

Tom Laermans πŸ¦”
Trivial: add Xerox printer software version number regex
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8591 MINOR

Mike Stupalov 🐱
Fixed status event meaning for ignore state. Old ignore status definition renamed to exclude, down to ignore. Some status definitions changed too.
Files changed (10) +318 / -302
Changed files with action and line counts
Mhtml/includes/entities/pseudowire.inc.php+11 / -21
Mhtml/includes/entities/sensor.inc.php+9 / -23
Mhtml/includes/entities/sla.inc.php+15 / -14
Mhtml/includes/entities/status.inc.php+9 / -30
Mincludes/definitions/entities.inc.php+31 / -0
Mincludes/definitions/mibs.inc.php+169 / -169
Mincludes/discovery/functions.inc.php+2 / -2
Mincludes/discovery/sensors.inc.php+61 / -30
Mincludes/polling/functions.inc.php+7 / -13
Aupdate/344.sql+4 / -0
+314 added βˆ’302 removed filtered activity

πŸ’» r8590 TRIVIAL

Mike Stupalov 🐱
Updated some Cisco and D-Link model definitions.
Files changed (1) +49 / -1
Changed files with action and line counts
Mincludes/definitions/models.inc.php+49 / -1
+49 added βˆ’1 removed filtered activity

πŸ’» r8589

Mike Stupalov 🐱
oops..
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/functions.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8588 MINOR

Mike Stupalov 🐱
Added snmpsimd_init() function. Added replace Mac/Windows newline chars to Unix newline in function snmp_fix_string() (WARNING: you can see onetime eventlog spam about sysDescr changed). Improved print_cli_table() for ability to set max-table-width.
Files changed (5) +216 / -90
Changed files with action and line counts
Mincludes/common.inc.php+35 / -0
Mincludes/functions.inc.php+52 / -17
Mincludes/snmp.inc.php+104 / -1
Mlibs/cli/Arguments.php+21 / -2
Mtests/SnmpDataTest.php+4 / -70
+191 added βˆ’18 removed filtered activity

πŸ’» r8587

Mike Stupalov 🐱
clean output
Files changed (2) +1 / -2
Changed files with action and line counts
Mincludes/definitions/os.inc.php+0 / -1
Mincludes/functions.inc.php+1 / -1
+1 added βˆ’2 removed filtered activity

πŸ’» r8586 MAJOR

Mike Stupalov 🐱
(Part 2) Removed not used anymore "file"-based os detect files. Added many new OS unittest.
Files changed (372) +746 / -588

Showing the first 30 paths; 342 more are omitted from this static page.

Changed files with action and line counts
Ahtml/images/os/dps.png+1 / -0
Ahtml/images/os/dps_2x.png+1 / -0
Ahtml/images/os/ecos.png+1 / -0
Ahtml/images/os/ecos_2x.png+1 / -0
Mhtml/images/os/opnsense.png non-text+0 / -0
Mhtml/images/os/opnsense_2x.png non-text+0 / -0
Dincludes/discovery/os/allied.inc.php+0 / -23
Dincludes/discovery/os/aten.inc.php+0 / -22
Mincludes/discovery/os/broadcom.inc.php+4 / -39
Dincludes/discovery/os/cisco.inc.php+0 / -53
Dincludes/discovery/os/cometsystem-p85xx.inc.php+0 / -22
Dincludes/discovery/os/digi.inc.php+0 / -26
Dincludes/discovery/os/digipower.inc.php+0 / -23
Dincludes/discovery/os/eltex.inc.php+0 / -56
Dincludes/discovery/os/extremeware.inc.php+0 / -39
Mincludes/discovery/os/freebsd.inc.php+1 / -5
Dincludes/discovery/os/gamatronicups.inc.php+0 / -22
Dincludes/discovery/os/geist.inc.php+0 / -23
Dincludes/discovery/os/generic.inc.php+0 / -56
Dincludes/discovery/os/hikvision.inc.php+0 / -25
Dincludes/discovery/os/jdsu_edfa.inc.php+0 / -22
Mincludes/discovery/os/linux.inc.php+16 / -15
Dincludes/discovery/os/messpc.inc.php+0 / -24
Mincludes/discovery/os/nxp-mqx-rtcs.inc.php+13 / -0
Dincludes/discovery/os/samsung.inc.php+0 / -21
Mincludes/discovery/os/solaris.inc.php+17 / -7
Dincludes/discovery/os/wowza.inc.php+0 / -24
Dincludes/discovery/os/zyxel.inc.php+0 / -30
Mtests/SnmpDataTest.php+5 / -2
Atests/data/os/3com-1.snmprec+2 / -0
+51 added βˆ’577 removed filtered activity

πŸ’» r8585 MAJOR

Mike Stupalov 🐱
(Part 1) Improved get_device_os() for ability to use "complex" discovery os definitions (combination of sysDescr/sysObjectID and any other custom OID). Added accompanying functions for detect os: match_discovery_os(), match_sysObjectID(), cache_discovery_definitions(). Added detect multiple new OSes detect: halon-mail, ecos, huawei-ups, juniper-ex, forti-wl, maipu-mpsec, maipu-ios, avaya-ipo, aerohive-os, hppdu, ict-power, dps-ng. Converted detect some OSes from "file"-based to complex "definition"-based. Some OSes detect imroved.
Files changed (3) +967 / -161
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+37 / -10
Mincludes/definitions/os.inc.php+515 / -99
Mincludes/functions.inc.php+415 / -52
+967 added βˆ’161 removed filtered activity

πŸ’» r8584 MIBS

Mike Stupalov 🐱
Added/updated MIBs (halon, dps, engenius, juniper, mrv).
Files changed (26) +51,984 / -10,292
Changed files with action and line counts
Dmibs/ENGENIUS-CLIENT-MIB+0 / -203
Dmibs/ENGENIUS-MESH-MIB+0 / -7,341
Dmibs/ENGENIUS-PRIVATE-MIB+0 / -1,415
Dmibs/ENGENIUS-STATUS-MIB+0 / -1,310
Amibs/bsd/HALON-SP-MIB+128 / -0
Amibs/dps non-text+0 / -0
Amibs/dps/DPS-MIB-CG-V1+262 / -0
Amibs/dps/DPS-MIB-NGD-V10+4,607 / -0
Amibs/dps/DPS-MIB-NGD-V10-V2+4,615 / -0
Amibs/dps/DPS-MIB-NGX-G39+3,233 / -0
Amibs/dps/DPS-MIB-NGX-G39-V2+4,784 / -0
Amibs/dps/DPS-MIB-RTDX-G39-V2+5,232 / -0
Amibs/dps/DPS-MIB-V38+773 / -0
Amibs/dps/DPS-MIB-V38-V2+801 / -0
Amibs/dps/DPS-MIB-V38-V2EXT+1,178 / -0
Amibs/dps/DPS-TEXT-RTU-MIB+171 / -0
Amibs/engenius non-text+0 / -0
Amibs/engenius/ENGENIUS-CLIENT-MIB+204 / -0
Amibs/engenius/ENGENIUS-MESH-MIB+7,400 / -0
Amibs/engenius/ENGENIUS-PRIVATE-MIB+1,460 / -0
Amibs/engenius/ENGENIUS-STATUS-MIB+1,332 / -0
Amibs/juniper/EX2500-BASE-MIB+15,311 / -0
Mmibs/mrv/NBS-CMMC-MIB+91 / -14
Mmibs/mrv/NBS-CMMCENUM-MIB+24 / -6
Amibs/mrv/NBS-OBA-MIB+369 / -0
Mmibs/mrv/NBS-OSA-MIB+9 / -3
0 added 0 removed filtered activity

πŸ’» r8583 MIBS

Adam Armstrong 🐸
Update Ruckus Zone Director MIBs
Files changed (14) +1,143 / -586
Changed files with action and line counts
Mmibs/ruckus/RUCKUS-DEVICE-MIB+2 / -74
Mmibs/ruckus/RUCKUS-EVENT-MIB+31 / -151
Mmibs/ruckus/RUCKUS-PRODUCTS-MIB+113 / -20
Mmibs/ruckus/RUCKUS-RADIO-MIB+28 / -55
Mmibs/ruckus/RUCKUS-SYSTEM-MIB+3 / -48
Mmibs/ruckus/RUCKUS-TC-MIB+6 / -5
Mmibs/ruckus/RUCKUS-UPGRADE-MIB+4 / -4
Mmibs/ruckus/RUCKUS-WLAN-MIB+3 / -169
Mmibs/ruckus/RUCKUS-ZD-AAA-MIB+20 / -3
Mmibs/ruckus/RUCKUS-ZD-AP-MIB+81 / -1
Mmibs/ruckus/RUCKUS-ZD-EVENT-MIB+758 / -0
Mmibs/ruckus/RUCKUS-ZD-SYSTEM-MIB+31 / -17
Mmibs/ruckus/RUCKUS-ZD-WLAN-CONFIG-MIB+15 / -6
Mmibs/ruckus/RUCKUS-ZD-WLAN-MIB+48 / -33
0 added 0 removed filtered activity

πŸ’» r8582 UI

Adam Armstrong 🐸
Add alert log table to per-alert-entry page.
Files changed (1) +6 / -0
Changed files with action and line counts
Mhtml/pages/device/alert.inc.php+6 / -0
+6 added 0 removed filtered activity

πŸ’» r8581 ADD

Adam Armstrong 🐸
Add parser for opnsense versions.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8579 IMPROVE

Adam Armstrong 🐸
Fix Netscaler Services collection and improve Netscaler module output format
Files changed (1) +59 / -44
Changed files with action and line counts
Mincludes/polling/loadbalancer/ns-root-mib.inc.php+59 / -44
+59 added βˆ’44 removed filtered activity

πŸ’» r8578 MINOR

Mike Stupalov 🐱
Added more unit test data for get_device_os().
Files changed (206) +446 / -5

Showing the first 30 paths; 176 more are omitted from this static page.

Changed files with action and line counts
Mincludes/discovery/os/broadcom.inc.php+2 / -1
Mtests/SnmpDataTest.php+33 / -2
Atests/data/os/acdos-1.snmprec+2 / -0
Atests/data/os/acsw-1.snmprec+2 / -0
Atests/data/os/airos-1.snmprec+2 / -0
Mtests/data/os/aix-1.snmprec+2 / -2
Atests/data/os/aix-2.snmprec+2 / -0
Atests/data/os/aix-3.snmprec+2 / -0
Atests/data/os/allied-1.snmprec+2 / -0
Atests/data/os/allied-2.snmprec+2 / -0
Atests/data/os/allied-radlan-1.snmprec+2 / -0
Atests/data/os/aos-2.snmprec+2 / -0
Atests/data/os/aos-3.snmprec+2 / -0
Atests/data/os/apc-1.snmprec+2 / -0
Atests/data/os/apc-2.snmprec+2 / -0
Atests/data/os/apc-3.snmprec+2 / -0
Atests/data/os/arbos-1.snmprec+2 / -0
Atests/data/os/arista_eos-1.snmprec+2 / -0
Atests/data/os/arubaos-1.snmprec+2 / -0
Atests/data/os/asa-1.snmprec+2 / -0
Atests/data/os/aten-pdu-1.snmprec+3 / -0
Atests/data/os/atosnt-1.snmprec+2 / -0
Atests/data/os/audiocodes-1.snmprec+2 / -0
Atests/data/os/audiocodes-2.snmprec+2 / -0
Atests/data/os/audiocodes-3.snmprec+2 / -0
Atests/data/os/avaya-ers-1.snmprec+2 / -0
Atests/data/os/avaya-ers-2.snmprec+2 / -0
Atests/data/os/avaya-server-1.snmprec+2 / -0
Atests/data/os/baytech-pdu-1.snmprec+2 / -0
Atests/data/os/bintec-os-1.snmprec+2 / -0
+2 added βˆ’1 removed filtered activity

πŸ’» r8577 MINOR

Mike Stupalov 🐱
Improved unit tests. Added snmpsim tests for get_device_os().
Files changed (14) +219 / -149
Changed files with action and line counts
Mincludes/common.inc.php+15 / -4
Mtests/IncludesFunctionsTest.php+0 / -35
Mtests/IncludesSnmpTest.php+40 / -0
Atests/SnmpDataTest.php+147 / -0
Atests/data/os non-text+0 / -0
Atests/data/os/aix-1.snmprec+2 / -0
Atests/data/os/aix.snmprec+2 / -0
Atests/data/os/dsm.snmprec+3 / -0
Atests/data/os/hp-gbe2c.snmprec+2 / -0
Atests/data/os/hpvc.snmprec+2 / -0
Atests/data/os/opnsense.snmprec+2 / -0
Atests/data/os/procurve.snmprec+2 / -0
Atests/data/os/sophos.snmprec+2 / -0
Dtests/data/snmpfake.sh+0 / -110
+15 added βˆ’4 removed filtered activity

πŸ’» r8576 TRIVIAL

Mike Stupalov 🐱
Fixed "storage updated" spam in eventlog (appear in r8554). Fixed max-rep for F5 os definition.
Files changed (2) +18 / -12
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -2
Mincludes/discovery/functions.inc.php+16 / -10
+18 added βˆ’12 removed filtered activity

πŸ’» r8575 ADD

Adam Armstrong 🐸
Add opnsense logos
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/opnsense.png+1 / -0
Ahtml/images/os/opnsense_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8574 ADD

Adam Armstrong 🐸
Add detection for OPNsense firewalls.
Files changed (2) +14 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+9 / -0
Mincludes/discovery/os/freebsd.inc.php+5 / -0
+14 added 0 removed filtered activity

πŸ’» r8573 ADD

Adam Armstrong 🐸
Add Ciena WS MIBs
Files changed (4) +2,137 / -0
Changed files with action and line counts
Amibs/ciena/CIENA-WS-MIB+69 / -0
Amibs/ciena/CIENA-WS-SOFTWARE-MIB+765 / -0
Amibs/ciena/CIENA-WS-TYPEDEFS-MIB+280 / -0
Amibs/ciena/CIENA-WS-XCVR-MIB+1,023 / -0
0 added 0 removed filtered activity

πŸ’» r8572 MIBS

Mike Stupalov 🐱
Updated some d-link mib files. Updated D-Link models.
Files changed (16) +63,254 / -1,012
Changed files with action and line counts
Mincludes/definitions/models.inc.php+5 / -1
Amibs/d-link/DES-1210-10AXME+12,985 / -0
Mmibs/d-link/DES-1210-10MEbx+2,309 / -496
Mmibs/d-link/DES-1210-26MEbx+2,309 / -496
Amibs/d-link/DES-1210-28-AX+6,168 / -0
Amibs/d-link/DES-1210-52-BX+10,786 / -0
Amibs/d-link/DES-1210-52-CX+10,331 / -0
Amibs/d-link/DES1228B1ME-L3MGMT-MIB+482 / -0
Amibs/d-link/DES1228ME-L2MGMT-MIB+5,330 / -0
Amibs/d-link/DES1228MEv2-28-L2MGMT-MIB+5,425 / -0
Amibs/d-link/DGS-1210-24-AX+6,133 / -0
Amibs/d-link/DLINK-MCB-MIB+931 / -0
Mmibs/d-link/SWDES3528-52PRIMGMT-MIB+0 / -1
Amibs/d-link/SWPRIMGMT-DES1228ME-MIB+17 / -0
Mmibs/d-link/SWPRIMGMT-DES30XXP-MIB+17 / -1
Mmibs/d-link/SWPRIMGMT-DES3200-MIB+26 / -17
+5 added βˆ’1 removed filtered activity

πŸ’» r8571 TRIVIAL

Mike Stupalov 🐱
Fixed Ciena Waveserver OS rancid mapping.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8570 ADD

Adam Armstrong 🐸
Add Ciena WS optical sensors.
Files changed (3) +172 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+7 / -0
Mincludes/definitions/os.inc.php+4 / -0
Aincludes/discovery/sensors/ciena-ws-xcvr-mib.inc.php+161 / -0
+172 added 0 removed filtered activity

πŸ’» r8568 ADD

Adam Armstrong 🐸
Add basic detection for Cisco DMN devices.
Files changed (42) +14,128 / -2

Showing the first 30 paths; 12 more are omitted from this static page.

Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+12 / -1
Mincludes/definitions/os.inc.php+17 / -1
Amibs/cisco/CISCO-DMN-DSG-ABOUT-MIB+323 / -0
Amibs/cisco/CISCO-DMN-DSG-ABOUT-REV2-MIB+566 / -0
Amibs/cisco/CISCO-DMN-DSG-AUDIO-MIB+506 / -0
Amibs/cisco/CISCO-DMN-DSG-BISS-MIB+88 / -0
Amibs/cisco/CISCO-DMN-DSG-BKPRST-MIB+235 / -0
Amibs/cisco/CISCO-DMN-DSG-CA-MIB+181 / -0
Amibs/cisco/CISCO-DMN-DSG-CI-MIB+553 / -0
Amibs/cisco/CISCO-DMN-DSG-Cueing-MIB+224 / -0
Amibs/cisco/CISCO-DMN-DSG-DECODE-ENABLE-MIB+115 / -0
Amibs/cisco/CISCO-DMN-DSG-DIAG-MIB+401 / -0
Amibs/cisco/CISCO-DMN-DSG-DISEQC-DISH-POSITION-MIB+287 / -0
Amibs/cisco/CISCO-DMN-DSG-DL-MIB+436 / -0
Amibs/cisco/CISCO-DMN-DSG-DPM-MIB+765 / -0
Amibs/cisco/CISCO-DMN-DSG-DR-MIB+347 / -0
Amibs/cisco/CISCO-DMN-DSG-FAULT-MIB+560 / -0
Amibs/cisco/CISCO-DMN-DSG-FAVORITE-MIB+262 / -0
Amibs/cisco/CISCO-DMN-DSG-FEATURE-MIB+149 / -0
Amibs/cisco/CISCO-DMN-DSG-FETHRESHOLDS-MIB+204 / -0
Amibs/cisco/CISCO-DMN-DSG-FPUI-MIB+100 / -0
Amibs/cisco/CISCO-DMN-DSG-IPV4V6-MIB+433 / -0
Amibs/cisco/CISCO-DMN-DSG-LOCKLEVEL-MIB+112 / -0
Amibs/cisco/CISCO-DMN-DSG-MOIP-MIB+507 / -0
Amibs/cisco/CISCO-DMN-DSG-MOIPINPUT-MIB+484 / -0
Amibs/cisco/CISCO-DMN-DSG-MPE-MIB+331 / -0
Amibs/cisco/CISCO-DMN-DSG-PRGMENTRY-MIB+545 / -0
Amibs/cisco/CISCO-DMN-DSG-PRODUCTION-MIB+121 / -0
Amibs/cisco/CISCO-DMN-DSG-PROTOCOLS-MIB+172 / -0
Amibs/cisco/CISCO-DMN-DSG-REMINDER-MIB+198 / -0
+29 added βˆ’2 removed filtered activity

πŸ’» r8566 FIX

Adam Armstrong 🐸
Remove superfluous discovery output
Files changed (1) +0 / -2
Changed files with action and line counts
Mincludes/discovery/mempools.inc.php+0 / -2
0 added βˆ’2 removed filtered activity

πŸ’» r8565 IMPROVE

Adam Armstrong 🐸
Further improve UCD memory polling
Files changed (2) +61 / -15
Changed files with action and line counts
Mincludes/discovery/mempools/ucd-snmp-mib.inc.php+34 / -7
Mincludes/polling/mempools/ucd-snmp-mib.inc.php+27 / -8
+61 added βˆ’15 removed filtered activity

πŸ’» r8563 FIX

Adam Armstrong 🐸
Fix UCD-SNMP-MIB memory poller.
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/mempools/ucd-snmp-mib.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8562 ADD

Adam Armstrong 🐸
Add support for polling pool members and snat pools on f5 bigip devices.
Files changed (15) +730 / -44
Changed files with action and line counts
Ahtml/includes/graphs/lb-pool-member non-text+0 / -0
Ahtml/includes/graphs/lb-pool-member/auth.inc.php+30 / -0
Ahtml/includes/graphs/lb-pool-member/bits.inc.php+19 / -0
Ahtml/includes/graphs/lb-pool-member/conns.inc.php+32 / -0
Ahtml/includes/graphs/lb-snatpool non-text+0 / -0
Ahtml/includes/graphs/lb-snatpool/auth.inc.php+30 / -0
Ahtml/includes/graphs/lb-snatpool/bits.inc.php+19 / -0
Ahtml/includes/graphs/lb-snatpool/conns.inc.php+32 / -0
Ahtml/includes/graphs/lb-snatpool/cur_conns.inc.php+32 / -0
Mhtml/pages/device.inc.php+14 / -5
Mhtml/pages/device/loadbalancer.inc.php+3 / -1
Ahtml/pages/device/loadbalancer/lb_pools.inc.php+261 / -0
Ahtml/pages/device/loadbalancer/lb_snatpools.inc.php+135 / -0
Mhtml/pages/device/loadbalancer/lb_virtuals.inc.php+3 / -3
Mincludes/polling/loadbalancer/f5-bigip-local-mib.inc.php+120 / -35
+730 added βˆ’44 removed filtered activity

πŸ’» r8561

Mike Stupalov 🐱
Undebug
Files changed (1) +0 / -3
Changed files with action and line counts
Mincludes/alerts.inc.php+0 / -3
0 added βˆ’3 removed filtered activity

πŸ’» r8560 MINOR

Mike Stupalov 🐱
Added snmpwalk_multipart_oid(). Renamed string_to_oid() and ascii_to_oid() (both) to snmp_string_to_oid(). Renamed snmp_indexstring() to snmp_oid_to_string(). Added unittests for snmp_oid_to_string() and snmp_string_to_oid(). Improved snmp_fix_numeric().
Files changed (8) +175 / -48
Changed files with action and line counts
Mincludes/discovery/processors/f5-bigip-system-mib.inc.php+3 / -2
Mincludes/discovery/processors/ns-root-mib.inc.php+3 / -2
Mincludes/discovery/sensors/ns-root-mib.inc.php+4 / -2
Mincludes/discovery/sensors/radlan-physicaldescription-mib.inc.php+3 / -3
Mincludes/functions.inc.php+1 / -17
Mincludes/polling/cipsec-tunnels.inc.php+4 / -4
Mincludes/snmp.inc.php+124 / -18
Mtests/IncludesSnmpTest.php+33 / -0
+142 added βˆ’48 removed filtered activity

πŸ’» r8559 IMPROVE

Adam Armstrong 🐸
Remove mac_accounting-state.
Files changed (5) +5 / -15
Changed files with action and line counts
Mhtml/includes/graphs/port/mac_acc_total.inc.php+0 / -1
Mhtml/pages/device/port/macaccounting.inc.php+1 / -1
Mincludes/discovery/mac-accounting.inc.php+0 / -1
Mincludes/polling/mac-accounting.inc.php+1 / -12
Aupdate/343.sql+3 / -0
+2 added βˆ’15 removed filtered activity

πŸ’» r8558 IMPROVE

Adam Armstrong 🐸
Improve F5 Big IP processor discovery.
Files changed (1) +1 / -8
Changed files with action and line counts
Mincludes/discovery/processors/f5-bigip-system-mib.inc.php+1 / -8
+1 added βˆ’8 removed filtered activity

πŸ’» r8557 IMPROVE

Adam Armstrong 🐸
Remove state tables for mempools, processors, pseudowires and slas. BEGONE.
Files changed (16) +49 / -56
Changed files with action and line counts
Mhtml/includes/entities/mempool.inc.php+1 / -1
Mhtml/includes/entities/processor.inc.php+1 / -1
Mhtml/includes/entities/pseudowire.inc.php+1 / -1
Mhtml/includes/entities/sla.inc.php+0 / -1
Mhtml/includes/graphs/sla/auth.inc.php+0 / -5
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/processors-unix.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mincludes/definitions/entities.inc.php+5 / -6
Mincludes/discovery/functions.inc.php+7 / -7
Mincludes/discovery/sla.inc.php+0 / -1
Mincludes/polling/mempools.inc.php+3 / -3
Mincludes/polling/processors.inc.php+2 / -11
Mincludes/polling/pseudowires.inc.php+9 / -8
Mincludes/polling/sla.inc.php+2 / -8
Aupdate/342.sql+15 / -0
+34 added βˆ’56 removed filtered activity

πŸ’» r8556 IMPROVE

Adam Armstrong 🐸
Remove bgpPeers-state and bgpPeers_cbgp-state.
Files changed (6) +41 / -29
Changed files with action and line counts
Mhtml/includes/print/routing.inc.php+2 / -2
Mhtml/includes/print/status.inc.php+1 / -1
Mincludes/definitions/entities.inc.php+1 / -1
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/polling/bgp-peers.inc.php+26 / -23
Aupdate/341.sql+9 / -0
+32 added βˆ’29 removed filtered activity

πŸ’» r8555 IMPROVE

Adam Armstrong 🐸
Remove status-state table.
Files changed (6) +31 / -30
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+2 / -2
Mhtml/includes/entities/status.inc.php+1 / -1
Mhtml/pages/device/overview/status.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+16 / -8
Mincludes/polling/functions.inc.php+7 / -18
Aupdate/340.sql+4 / -0
+27 added βˆ’30 removed filtered activity

πŸ’» r8554 IMPROVE

Adam Armstrong 🐸
Improve storage entity handling. Remove storage-state table. Create generate_storage_query().
Files changed (7) +63 / -29
Changed files with action and line counts
Mhtml/includes/entities/storage.inc.php+16 / -6
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mincludes/definitions/entities.inc.php+23 / -2
Mincludes/discovery/functions.inc.php+4 / -5
Mincludes/polling/storage.inc.php+14 / -14
Mincludes/polling/storage/wmi.inc.php+1 / -1
Aupdate/339.sql+4 / -0
+59 added βˆ’29 removed filtered activity

πŸ’» r8553 ADD

Adam Armstrong 🐸
Add function
Files changed (1) +11 / -1
Changed files with action and line counts
Mincludes/groups.inc.php+11 / -1
+11 added βˆ’1 removed filtered activity

πŸ’» r8552 ADD

Adam Armstrong 🐸
Allow group matching for entities in group/alert code.
Files changed (1) +16 / -0
Changed files with action and line counts
Mincludes/alerts.inc.php+16 / -0
+16 added 0 removed filtered activity

πŸ’» r8551 ADD

Adam Armstrong 🐸
Add group_id attribute to match on id of groups for devices.
Files changed (1) +9 / -0
Changed files with action and line counts
Mincludes/alerts.inc.php+9 / -0
+9 added 0 removed filtered activity

πŸ’» r8550 ADD

Adam Armstrong 🐸
Improve global packages display.
Files changed (3) +79 / -28
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+5 / -3
Mhtml/includes/navbar.inc.php+3 / -3
Mhtml/pages/packages.inc.php+71 / -22
+79 added βˆ’28 removed filtered activity

πŸ’» r8549 ADD

Adam Armstrong 🐸
Add some discovery filtering options to web configuration.
Files changed (1) +206 / -12
Changed files with action and line counts
Mincludes/config-variables.inc.php+206 / -12
+206 added βˆ’12 removed filtered activity

πŸ’» r8548 MINOR

Adam Armstrong 🐸
Compare bad_if_regexp against both ifName and ifAlias, regardless of which is used for port_label
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8547 ADD

Adam Armstrong 🐸
Add max-rep global config option to web configuration
Files changed (1) +7 / -0
Changed files with action and line counts
Mincludes/config-variables.inc.php+7 / -0
+7 added 0 removed filtered activity

πŸ’» r8545 FIX

Adam Armstrong 🐸
Oops
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8544 ADD

Adam Armstrong 🐸
Add ability to generate an OID index from an ASCII string
Files changed (1) +15 / -0
Changed files with action and line counts
Mincludes/functions.inc.php+15 / -0
+15 added 0 removed filtered activity

πŸ’» r8543 TRIVIAL

Mike Stupalov 🐱
Added basic detection for Ciena Waveserver OS. Improved ports polling speed for Eltex switches.
Files changed (2) +80 / -45
Changed files with action and line counts
Mincludes/definitions.inc.php+67 / -44
Mincludes/definitions/os.inc.php+13 / -1
+80 added βˆ’45 removed filtered activity

πŸ’» r8542 TRIVIAL

Mike Stupalov 🐱
Improved detect hardware/version on some ZTE devices.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/os/zte.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8541 MINOR

Mike Stupalov 🐱
Added basic detect for Cisco SRP. Improved support for Eltex GPON devices.
Files changed (2) +27 / -2
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+14 / -2
Mincludes/definitions/os.inc.php+13 / -0
+27 added βˆ’2 removed filtered activity

πŸ’» r8540 MIBS

Mike Stupalov 🐱
Updated MIB files (eltex, radlan).
Files changed (22) +3,745 / -87
Changed files with action and line counts
Mmibs/eltex/ELT-MES-DEV-PARAMS+4 / -4
Amibs/eltex/ELTEX-ARP-INTERFACE-TABLE-MIB+54 / -0
Mmibs/eltex/ELTEX-FXS72+0 / -1
Mmibs/eltex/ELTEX-LTE8ST+0 / -1
Mmibs/eltex/ELTEX-LTP8X+1,866 / -9
Mmibs/eltex/ELTEX-LTP8X-STANDALONE+346 / -2
Mmibs/eltex/ELTEX-MES-BRIDGE-EXT-MIB+58 / -6
Amibs/eltex/ELTEX-MES-CPU-TASKS-UTIL-MIB+114 / -0
Mmibs/eltex/ELTEX-MES-IP+2 / -0
Mmibs/eltex/ELTEX-MES-MIB-OBJECTS+2 / -1
Mmibs/eltex/ELTEX-MES-MNG-MIB+5 / -1
Mmibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB+35 / -1
Mmibs/eltex/ELTEX-MES-SWITCH-RATE-LIMITER-MIB+153 / -54
Amibs/eltex/ELTEX-OMS+242 / -0
Mmibs/eltex/ELTEX-PP4+398 / -3
Mmibs/eltex/ELTEX-SMG+0 / -1
Mmibs/eltex/ELTEX-SMI-ACTUAL+319 / -0
Mmibs/eltex/ELTEX-TAU8+0 / -1
Mmibs/radlan/RADLAN-PHY-MIB+2 / -1
Mmibs/radlan/RADLAN-Redistribute+12 / -1
Mmibs/radlan/RADLAN-rlMacMulticast-MIB+1 / -0
Amibs/radlan/SNMP-TEST-MIB+132 / -0
0 added 0 removed filtered activity

πŸ’» r8539 IMPROVE

Adam Armstrong 🐸
Move Netscaler polling to MIB-based via loadbalancer module (no real change). Add differentiated per-oid/per-table polling styles for netscaler, big speedups and reliability improvements when coupled with max-rep.
Files changed (3) +539 / -473
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
Aincludes/polling/loadbalancer/ns-root-mib.inc.php+538 / -0
Dincludes/polling/netscaler-vsvr.inc.php+0 / -472
+539 added βˆ’473 removed filtered activity

πŸ’» r8538 ADD

Adam Armstrong 🐸
Add ability to configure per-device max-rep.
Files changed (3) +33 / -9
Changed files with action and line counts
Mhtml/pages/device/edit/snmp.inc.php+22 / -7
Mincludes/snmp.inc.php+10 / -2
Aupdate/338.sql+1 / -0
+32 added βˆ’9 removed filtered activity

πŸ’» r8537 TRIVIAL

Mike Stupalov 🐱
Fixed escaping metrics/conditions texts with multiline entries.
Files changed (2) +4 / -4
Changed files with action and line counts
Mincludes/alerting/email.inc.php+2 / -2
Mincludes/templates/notification/email_html.tpl+2 / -2
+4 added βˆ’4 removed filtered activity

πŸ’» r8536 FIX

Adam Armstrong 🐸
Correctly send ENTITY_DESCRIPTION to pagerduty
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/alerting/pagerduty.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8535 TRIVIAL

Mike Stupalov 🐱
Always use numeric indexes in definition based sensors discovery.
Files changed (2) +6 / -6
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+2 / -2
Mincludes/discovery/sensors.inc.php+4 / -4
+6 added βˆ’6 removed filtered activity

πŸ’» r8533 ADD

Adam Armstrong 🐸
Add sorting for F5 Load balancer virtuals table.
Files changed (2) +57 / -4
Changed files with action and line counts
Mhtml/includes/entities/generic.inc.php+39 / -0
Mhtml/pages/device/loadbalancer/lb_virtuals.inc.php+18 / -4
+57 added βˆ’4 removed filtered activity

πŸ’» r8532 FIX

Adam Armstrong 🐸
Make alert name bold in alert emails.
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/templates/notification/email_html.tpl+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8531 IMPROVE

Adam Armstrong 🐸
Improve email alert layout
Files changed (1) +85 / -29
Changed files with action and line counts
Mincludes/templates/notification/email_html.tpl+85 / -29
+85 added βˆ’29 removed filtered activity

πŸ’» r8530 TRIVIAL

Mike Stupalov 🐱
Fixed LDAP/Radius auth (appear in r8517).
Files changed (4) +16 / -11
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+11 / -8
Mhtml/includes/contacts-navbar.inc.php+2 / -1
Mhtml/pages/authlog.inc.php+1 / -1
Mhtml/pages/contact.inc.php+2 / -1
+16 added βˆ’11 removed filtered activity

πŸ’» r8529 SQL

Adam Armstrong 🐸
Extend devices table purpose field to 255 characters.
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/337.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8528 ADD

Adam Armstrong 🐸
Add ability to ignore / ignore until ok alert entries via the API
Files changed (1) +56 / -0
Changed files with action and line counts
Mhtml/api/v0/includes/alerts.inc.php+56 / -0
+56 added 0 removed filtered activity

πŸ’» r8527 TRIVIAL

Mike Stupalov 🐱
Updated some wui external libs and js to newest.
Files changed (8) +383 / -274
Changed files with action and line counts
Mhtml/css/bootstrap-select.css+14 / -2
Mhtml/css/observium.css+16 / -4
Mhtml/js/bootstrap-select.js+296 / -234
Mhtml/js/bootstrap-select.min.js+4 / -4
Mhtml/js/bootstrap-show-password.min.js+3 / -2
Mhtml/js/clipboard.min.js+2 / -2
Mlibs/Mobile/Detect.php+29 / -20
Mlibs/UserAgentParser.php+19 / -6
0 added 0 removed filtered activity

πŸ’» r8526 ADD

Adam Armstrong 🐸
Add device_id and entity_id to alerting array.
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/alerts.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8525 ADD

Adam Armstrong 🐸
Add generic webhook alert transport (outputs complete array of alerting variables as JSON)
Files changed (2) +72 / -0
Changed files with action and line counts
Aincludes/alerting/webhook.inc.php+57 / -0
Mincludes/definitions/transports.inc.php+15 / -0
+72 added 0 removed filtered activity

πŸ’» r8524 ADD

Adam Armstrong 🐸
Add ability to delete devices via the API
Files changed (2) +29 / -2
Changed files with action and line counts
Mhtml/api/v0/includes/devices.inc.php+27 / -0
Mincludes/functions.inc.php+2 / -2
+29 added βˆ’2 removed filtered activity

πŸ’» r8523 ADD

Adam Armstrong 🐸
Add ability to add devices via the API
Files changed (3) +102 / -2
Changed files with action and line counts
Mhtml/api/v0/includes/alerts.inc.php+30 / -0
Mhtml/api/v0/includes/devices.inc.php+18 / -2
Mincludes/functions.inc.php+54 / -0
+102 added βˆ’2 removed filtered activity

πŸ’» r8522 ADD

Adam Armstrong 🐸
Add status entity capability to API
Files changed (2) +49 / -0
Changed files with action and line counts
Ahtml/api/v0/includes/status.inc.php+48 / -0
Mhtml/api/v0/index.php+1 / -0
+49 added 0 removed filtered activity

πŸ’» r8521 TRIVIAL

Mike Stupalov 🐱
Removed devel mistake change.
Files changed (2) +1 / -5
Changed files with action and line counts
Mhtml/api/v0/index.php+1 / -1
Mhtml/index.php+0 / -4
+1 added βˆ’5 removed filtered activity

πŸ’» r8520 TRIVIAL

Mike Stupalov 🐱
Fixed username escaping in authlog.
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/authlog.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8519 MINOR

Mike Stupalov 🐱
Fixed api constant name. Moved Flight to libs/ dir, added autoload.
Files changed (79) +4,491 / -4,485

Showing the first 30 paths; 49 more are omitted from this static page.

Changed files with action and line counts
Dhtml/api/flight non-text+0 / -0
Dhtml/api/flight/.gitignore+0 / -4
Dhtml/api/flight/LICENSE+0 / -21
Dhtml/api/flight/README.md+0 / -917
Dhtml/api/flight/VERSION+0 / -1
Dhtml/api/flight/composer.json+0 / -23
Dhtml/api/flight/flight/Engine.php+0 / -543
Dhtml/api/flight/flight/Flight.php+0 / -96
Dhtml/api/flight/flight/autoload.php+0 / -11
Dhtml/api/flight/flight/core/Dispatcher.php+0 / -230
Dhtml/api/flight/flight/core/Loader.php+0 / -209
Dhtml/api/flight/flight/net/Request.php+0 / -289
Dhtml/api/flight/flight/net/Response.php+0 / -272
Dhtml/api/flight/flight/net/Route.php+0 / -144
Dhtml/api/flight/flight/net/Router.php+0 / -116
Dhtml/api/flight/flight/template/View.php+0 / -184
Dhtml/api/flight/flight/util/Collection.php+0 / -203
Dhtml/api/flight/index.php+0 / -9
Dhtml/api/flight/tests/AutoloadTest.php+0 / -48
Dhtml/api/flight/tests/DispatcherTest.php+0 / -92
Dhtml/api/flight/tests/FilterTest.php+0 / -65
Dhtml/api/flight/tests/FlightTest.php+0 / -83
Dhtml/api/flight/tests/LoaderTest.php+0 / -114
Dhtml/api/flight/tests/MapTest.php+0 / -72
Dhtml/api/flight/tests/README.md+0 / -10
Dhtml/api/flight/tests/RedirectTest.php+0 / -77
Dhtml/api/flight/tests/RegisterTest.php+0 / -87
Dhtml/api/flight/tests/RenderTest.php+0 / -38
Dhtml/api/flight/tests/RequestTest.php+0 / -99
Dhtml/api/flight/tests/RouterTest.php+0 / -261
+15 added βˆ’4,462 removed filtered activity

πŸ’» r8518 FIX

Adam Armstrong 🐸
Fix custom web logo.
Files changed (2) +6 / -2
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/index.php+5 / -1
+6 added βˆ’2 removed filtered activity

πŸ’» r8517 FIX

Adam Armstrong 🐸
Fix basic auth for API
Files changed (2) +13 / -5
Changed files with action and line counts
Mhtml/api/v0/index.php+3 / -0
Mhtml/includes/authenticate.inc.php+10 / -5
+13 added βˆ’5 removed filtered activity

πŸ’» r8516 FIX

Adam Armstrong 🐸
Fix get individual port in API
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/api/v0/includes/ports.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8515 API

Adam Armstrong 🐸
Move API code to /api/v0/
Files changed (17) +326 / -326
Changed files with action and line counts
Dhtml/api/.htaccess+0 / -5
Dhtml/api/includes non-text+0 / -0
Dhtml/api/includes/alerts.inc.php+0 / -53
Dhtml/api/includes/bills.inc.php+0 / -31
Dhtml/api/includes/devices.inc.php+0 / -75
Dhtml/api/includes/ports.inc.php+0 / -62
Dhtml/api/includes/sensors.inc.php+0 / -47
Dhtml/api/index.php+0 / -53
Ahtml/api/v0 non-text+0 / -0
Ahtml/api/v0/.htaccess+5 / -0
Ahtml/api/v0/includes non-text+0 / -0
Ahtml/api/v0/includes/alerts.inc.php+53 / -0
Ahtml/api/v0/includes/bills.inc.php+31 / -0
Ahtml/api/v0/includes/devices.inc.php+75 / -0
Ahtml/api/v0/includes/ports.inc.php+62 / -0
Ahtml/api/v0/includes/sensors.inc.php+47 / -0
Ahtml/api/v0/index.php+53 / -0
+326 added βˆ’326 removed filtered activity

πŸ’» r8513 ADD

Adam Armstrong 🐸
Add development API code (do not use lol)
Files changed (50) +4,537 / -15

Showing the first 30 paths; 20 more are omitted from this static page.

Changed files with action and line counts
Ahtml/api/flight non-text+0 / -0
Ahtml/api/flight/.gitignore+4 / -0
Ahtml/api/flight/LICENSE+21 / -0
Ahtml/api/flight/README.md+917 / -0
Ahtml/api/flight/VERSION+1 / -0
Ahtml/api/flight/composer.json+23 / -0
Ahtml/api/flight/flight non-text+0 / -0
Ahtml/api/flight/flight/Engine.php+543 / -0
Ahtml/api/flight/flight/Flight.php+96 / -0
Ahtml/api/flight/flight/autoload.php+11 / -0
Ahtml/api/flight/flight/core non-text+0 / -0
Ahtml/api/flight/flight/core/Dispatcher.php+230 / -0
Ahtml/api/flight/flight/core/Loader.php+209 / -0
Ahtml/api/flight/flight/net non-text+0 / -0
Ahtml/api/flight/flight/net/Request.php+289 / -0
Ahtml/api/flight/flight/net/Response.php+272 / -0
Ahtml/api/flight/flight/net/Route.php+144 / -0
Ahtml/api/flight/flight/net/Router.php+116 / -0
Ahtml/api/flight/flight/template non-text+0 / -0
Ahtml/api/flight/flight/template/View.php+184 / -0
Ahtml/api/flight/flight/util non-text+0 / -0
Ahtml/api/flight/flight/util/Collection.php+203 / -0
Ahtml/api/flight/index.php+9 / -0
Ahtml/api/flight/tests non-text+0 / -0
Ahtml/api/flight/tests/AutoloadTest.php+48 / -0
Ahtml/api/flight/tests/DispatcherTest.php+92 / -0
Ahtml/api/flight/tests/FilterTest.php+65 / -0
Ahtml/api/flight/tests/FlightTest.php+83 / -0
Ahtml/api/flight/tests/LoaderTest.php+114 / -0
Ahtml/api/flight/tests/MapTest.php+72 / -0
+4,514 added βˆ’15 removed filtered activity

πŸ’» r8512 TRIVIAL

Mike Stupalov 🐱
Removed preceding "0." in version check. Ref library updated to latest.
Files changed (2) +24 / -7
Changed files with action and line counts
Mincludes/versioncheck.inc.php+2 / -2
Mlibs/ref.inc.php+22 / -5
+2 added βˆ’2 removed filtered activity

πŸ’» r8511 TRIVIAL

Mike Stupalov 🐱
Fixed escaping in html emails for metrics and conditions fields.
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/templates/notification/email_html.tpl+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8510 TRIVIAL

Mike Stupalov 🐱
Fixed display contact edit form.
Files changed (2) +14 / -14
Changed files with action and line counts
Mhtml/includes/contacts-navbar.inc.php+1 / -1
Mhtml/pages/contact.inc.php+13 / -13
+14 added βˆ’14 removed filtered activity

πŸ’» r8508 MAJOR

Mike Stupalov 🐱
Improved WUI modals, added related functions for generate modal and modal forms. Fixed some action forms. Added popconfirm.js for use as simple form submit confirmation in some cases (instead modal). CSS code cleanups.
Files changed (39) +4,618 / -2,583

Showing the first 30 paths; 9 more are omitted from this static page.

Changed files with action and line counts
Mhtml/css/bootstrap-hacks.css+168 / -145
Mhtml/css/bootstrap.css+103 / -76
Mhtml/css/bootstrap/less/bootstrap.less+23 / -36
Mhtml/css/bootstrap/less/forms.less+10 / -0
Mhtml/css/bootstrap/less/mixins3.less+19 / -0
Ahtml/css/bootstrap/less/modals3.less+150 / -0
Ahtml/css/bootstrap/less/popovers3.less+131 / -0
Mhtml/css/bootstrap/less/variables3.less+38 / -10
Mhtml/css/observium.css+318 / -329
Mhtml/includes/alerting-navbar.inc.php+94 / -61
Mhtml/includes/contacts-navbar.inc.php+137 / -99
Mhtml/includes/customoids-navbar.inc.php+179 / -59
Mhtml/includes/entities/device.inc.php+18 / -5
Mhtml/includes/group-navbar.inc.php+212 / -13
Mhtml/includes/maintenance-navbar.inc.php+103 / -55
Mhtml/includes/print/alert_log.inc.php+10 / -1
Mhtml/includes/print/fdbtable.inc.php+12 / -0
Mhtml/includes/print/search.inc.php+399 / -60
Mhtml/includes/search/devices.inc.php+2 / -0
Ahtml/js/jquery.popconfirm.js+160 / -0
Mhtml/js/observium.js+1 / -1
Mhtml/pages/add_alert_check.inc.php+2 / -5
Mhtml/pages/alert_check.inc.php+799 / -387
Mhtml/pages/alert_checks.inc.php+2 / -0
Mhtml/pages/alert_maintenance.inc.php+364 / -289
Mhtml/pages/alert_maintenance_add.inc.php+2 / -1
Mhtml/pages/contact.inc.php+166 / -87
Mhtml/pages/contacts.inc.php+119 / -61
Mhtml/pages/customoid.inc.php+218 / -91
Mhtml/pages/customoids.inc.php+36 / -72
+3,497 added βˆ’1,986 removed filtered activity

πŸ’» r8507 TRIVIAL

Mike Stupalov 🐱
Improved slack and hipchat alert transports.
Files changed (3) +33 / -17
Changed files with action and line counts
Mincludes/alerting/hipchat.inc.php+4 / -3
Mincludes/alerting/slack.inc.php+19 / -9
Mincludes/definitions/transports.inc.php+10 / -5
+33 added βˆ’17 removed filtered activity

πŸ’» r8506 MINOR

Mike Stupalov 🐱
Force syslog.php exit if "MySQL server gone away" detected. Added dbPing() function.
Files changed (3) +33 / -1
Changed files with action and line counts
Mincludes/db/mysql.inc.php+10 / -0
Mincludes/db/mysqli.inc.php+12 / -0
Msyslog.php+11 / -1
+33 added βˆ’1 removed filtered activity

πŸ’» r8505 TRIVIAL

Mike Stupalov 🐱
Fixed length for snmpEngineID column in devices table.
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/336.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8504 MINOR

Mike Stupalov 🐱
Fixed rrd indexes in table sensors from definitions. Moved discovery sensors to definition by F5-BIGIP-SYSTEM-MIB. Cleanup sensor definitions.
Files changed (5) +539 / -360
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+378 / -222
Mincludes/discovery/sensors.inc.php+91 / -13
Dincludes/discovery/sensors/f5-bigip-system-mib.inc.php+0 / -120
Mincludes/rrdtool.inc.php+23 / -5
Aupdate/335.php+47 / -0
+539 added βˆ’360 removed filtered activity

πŸ’» r8503 MIBS

Mike Stupalov 🐱
Updated MIBs (f5).
Files changed (6) +11,001 / -1,789
Changed files with action and line counts
Mmibs/f5/F5-BIGIP-APM-MIB+126 / -26
Mmibs/f5/F5-BIGIP-COMMON-MIB+385 / -4
Mmibs/f5/F5-BIGIP-GLOBAL-MIB+807 / -279
Mmibs/f5/F5-BIGIP-LOCAL-MIB+6,813 / -900
Mmibs/f5/F5-BIGIP-SYSTEM-MIB+2,867 / -575
Mmibs/f5/F5-BIGIP-WAM-MIB+3 / -5
0 added 0 removed filtered activity

πŸ’» r8502 TRIVIAL

Mike Stupalov 🐱
Added unit test with escaped delimeter in regex condition.
Files changed (1) +8 / -2
Changed files with action and line counts
Mtests/IncludesAlertsTest.php+8 / -2
0 added 0 removed filtered activity

πŸ’» r8501 TRIVIAL

Mike Stupalov 🐱
Added unit tests for test_conditions() function.
Files changed (3) +270 / -8
Changed files with action and line counts
Mincludes/alerts.inc.php+44 / -8
Atests/IncludesAlertsTest.php+222 / -0
Mtests/IncludesFunctionsTest.php+4 / -0
+44 added βˆ’8 removed filtered activity

πŸ’» r8500 MINOR

Mike Stupalov 🐱
Added support for MessPC Ethernetbox devices. Added ability for use vendor specific sysDescr/sysLocation/sysContact/sysName/sysUptime if this standard OIDs not exist for device.
Files changed (8) +210 / -11
Changed files with action and line counts
Ahtml/images/os/messpc.png+1 / -0
Ahtml/images/os/messpc_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+24 / -0
Mincludes/definitions/os.inc.php+31 / -6
Aincludes/discovery/os/messpc.inc.php+24 / -0
Aincludes/discovery/sensors/better-networks-ethernetbox-mib.inc.php+77 / -0
Mincludes/polling/system.inc.php+40 / -0
Mincludes/polling/system/snmpv2-mib.inc.php+12 / -5
+208 added βˆ’11 removed filtered activity

πŸ’» r8499 TRIVIAL

Mike Stupalov 🐱
Fixed add devices without standard sysDescr/sysObjectId. Added timeticks transformation action to string_transform().
Files changed (1) +12 / -5
Changed files with action and line counts
Mincludes/functions.inc.php+12 / -5
+12 added βˆ’5 removed filtered activity

πŸ’» r8498 MIBS

Mike Stupalov 🐱
Added MIBs (messpc). Cleanup duplicate RFC mibs in cisco dir.
Files changed (14) +435 / -15,844
Changed files with action and line counts
Dmibs/cisco/IEEE-802DOT17-RPR-MIB+0 / -6,773
Dmibs/cisco/IEEE8021-CFM-MIB+0 / -3,577
Dmibs/cisco/IEEE8021-CFM-V2-MIB+0 / -861
Dmibs/cisco/IEEE8021-TC-MIB+0 / -376
Dmibs/cisco/INET-ADDRESS-MIB+0 / -414
Dmibs/cisco/ITU-ALARM-TC-MIB+0 / -90
Dmibs/cisco/MPLS-VPN-MIB+0 / -1,623
Dmibs/cisco/SNMP-FRAMEWORK-MIB+0 / -532
Dmibs/cisco/SNMPv2-CONF+0 / -5
Dmibs/cisco/SNMPv2-MIB+0 / -853
Dmibs/cisco/SNMPv2-SMI+0 / -32
Dmibs/cisco/SNMPv2-TC+0 / -708
Amibs/messpc non-text+0 / -0
Amibs/messpc/BETTER-NETWORKS-ETHERNETBOX-MIB+435 / -0
0 added 0 removed filtered activity

πŸ’» r8497 ADD

Adam Armstrong 🐸
Add ability to expand single processor entity.
Files changed (2) +7 / -5
Changed files with action and line counts
Mhtml/includes/entities/processor.inc.php+5 / -3
Mincludes/entities.inc.php+2 / -2
+7 added βˆ’5 removed filtered activity

πŸ’» r8496 FIX

Adam Armstrong 🐸
Change name for netscaler cryto engine cpu entry.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8495 ADD

Adam Armstrong 🐸
Add SSL Engine CPU load for NetScaler. Also ignore processor-from-definition where 32-bit max returned.
Files changed (2) +2 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -0
Mincludes/discovery/processors.inc.php+1 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8494 TRIVIAL

Mike Stupalov 🐱
Added additional storage statuses for Cisco UCS devices.
Files changed (2) +79 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+78 / -0
Mincludes/definitions/os.inc.php+1 / -0
+79 added 0 removed filtered activity

πŸ’» r8493 ADD

Adam Armstrong 🐸
Add customoid sub-menu to navbar.
Files changed (1) +14 / -3
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+14 / -3
+14 added βˆ’3 removed filtered activity

πŸ’» r8492 MINOR

Mike Stupalov 🐱
Added discovery flash storage statuses for Cisco UCS devices. Fixed discovery statuses for SNR devices. Improved detect hardware/version/serial for SNR switches.
Files changed (3) +212 / -36
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+200 / -30
Mincludes/definitions/os.inc.php+4 / -2
Mincludes/discovery/sensors.inc.php+8 / -4
+212 added βˆ’36 removed filtered activity

πŸ’» r8491 MIBS

Adam Armstrong 🐸
Update MIKROTIK-MIB
Files changed (1) +417 / -302
Changed files with action and line counts
Mmibs/mikrotik/MIKROTIK-MIB+417 / -302
0 added 0 removed filtered activity

πŸ’» r8490 MINOR

Mike Stupalov 🐱
Improved support for Cisco UCS devices (added discovery status sensors, all sensors converted to definitions).
Files changed (5) +345 / -120
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+265 / -17
Mincludes/definitions/os.inc.php+3 / -0
Mincludes/discovery/sensors.inc.php+77 / -11
Dincludes/discovery/sensors/cisco-unified-computing-compute-mib.inc.php+0 / -63
Dincludes/discovery/sensors/cisco-unified-computing-processor-mib.inc.php+0 / -29
+345 added βˆ’120 removed filtered activity

πŸ’» r8489 MIBS

Mike Stupalov 🐱
Added/updated MIB files (cisco, schleifenbauer, riverbed, northerndesign, netonix, meru, ipt, ibm).
Files changed (152) +123,086 / -5,867

Showing the first 30 paths; 122 more are omitted from this static page.

Changed files with action and line counts
Amibs/cisco/CISCO-CABLE-IRON-BUS-STAT-MIB+287 / -0
Amibs/cisco/CISCO-CABLE-LICENSE-MIB+179 / -0
Mmibs/cisco/CISCO-EIGRP-MIB+1,360 / -1,174
Mmibs/cisco/CISCO-ENTITY-DIAG-MIB+15 / -7
Mmibs/cisco/CISCO-ENTITY-SENSOR-MIB+9 / -4
Mmibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB+502 / -6
Mmibs/cisco/CISCO-ERR-DISABLE-MIB+98 / -4
Mmibs/cisco/CISCO-FEATURE-CONTROL-MIB+153 / -41
Mmibs/cisco/CISCO-IDSL-LINE-MIB+1 / -0
Mmibs/cisco/CISCO-LAG-MIB+155 / -6
Mmibs/cisco/CISCO-MPLS-TE-STD-EXT-MIB+694 / -95
Amibs/cisco/CISCO-NAT-CGN-EXT-MIB+1,129 / -0
Mmibs/cisco/CISCO-OPTICAL-MIB+134 / -5
Mmibs/cisco/CISCO-OTN-IF-MIB+588 / -86
Mmibs/cisco/CISCO-PFC-EXT-MIB+137 / -4
Mmibs/cisco/CISCO-PRODUCTS-MIB+50 / -3
Mmibs/cisco/CISCO-RTTMON-MIB+606 / -46
Mmibs/cisco/CISCO-RTTMON-TC-MIB+119 / -41
Amibs/cisco/CISCO-SECY-EXT-MIB+666 / -0
Amibs/cisco/CISCO-SMART-LIC-MIB+1,038 / -0
Mmibs/cisco/CISCO-STACKWISE-MIB+419 / -14
Mmibs/cisco/CISCO-SWITCH-QOS-MIB+224 / -4
Mmibs/cisco/CISCO-SYSTEM-EXT-MIB+290 / -6
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-AAA-MIB+63 / -5
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB+600 / -10
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-BIOS-MIB+2,464 / -72
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-BMC-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CALLHOME-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CHANGE-MIB+3 / -1
0 added 0 removed filtered activity

πŸ’» r8488 FIX

Adam Armstrong 🐸
Use more sane CID for images in emails. (prevents cid overlaps and miscaching on some clients)
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/alerting/email.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

April 2017

πŸ’» r8487 TRIVIAL

Mike Stupalov 🐱
Fixed adding devices with empty sysDescr.
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/functions.inc.php+3 / -2
+3 added βˆ’2 removed filtered activity

πŸ’» r8486 MINOR

Mike Stupalov 🐱
Fixed: do not poll and display deleted sensors/statuses.
Files changed (6) +22 / -12
Changed files with action and line counts
Mhtml/includes/entities/sensor.inc.php+6 / -1
Mhtml/includes/entities/status.inc.php+7 / -2
Mhtml/includes/graphs/device/sensor.inc.php+2 / -2
Mhtml/pages/device/overview/sensors.inc.php+1 / -1
Mhtml/pages/device/overview/status.inc.php+2 / -2
Mincludes/polling/functions.inc.php+4 / -4
+22 added βˆ’12 removed filtered activity

πŸ’» r8485 MINOR

Mike Stupalov 🐱
Improved support for Moxa Serial Terminal devices. Updated Moxa MIBs.
Files changed (12) +21,876 / -23,186
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+17 / -1
Mincludes/definitions/models.inc.php+10 / -0
Mincludes/definitions/os.inc.php+9 / -5
Amibs/moxa/MOXA-CN2600-MIB+3,971 / -0
Amibs/moxa/MOXA-IAW5x50A_IO-MIB+5,339 / -0
Mmibs/moxa/MOXA-NP6000-MIB+2,454 / -243
Amibs/moxa/MOXA-NPS8000-MIB+6,351 / -0
Amibs/moxa/MOXA-W2x50A-MIB+3,725 / -0
Dmibs/nag non-text+0 / -0
Dmibs/nag/SNR-ERD-2+0 / -375
Dmibs/nag/SNR-ERD-4+0 / -800
Dmibs/nag/SNR-SWITCH-MIB+0 / -21,762
+36 added βˆ’6 removed filtered activity

πŸ’» r8484 MINOR

Mike Stupalov 🐱
Added 'explode' transformation in string_transform(). Updated test units.
Files changed (11) +84 / -11
Changed files with action and line counts
Mincludes/definitions/version.inc.php+8 / -1
Mincludes/functions.inc.php+40 / -0
Mtests/HtmlIncludesFunctionsTest.php+1 / -1
Mtests/HtmlIncludesPrintTest.php+1 / -1
Mtests/IncludesCommonTest.php+1 / -1
Mtests/IncludesDbTest.php+1 / -1
Mtests/IncludesFunctionsTest.php+28 / -2
Mtests/IncludesPortDescrParserTest.php+1 / -1
Mtests/IncludesRewritesTest.php+1 / -1
Mtests/IncludesSnmpTest.php+1 / -1
Mtests/IncludesTemplatesTest.php+1 / -1
+48 added βˆ’1 removed filtered activity

πŸ’» r8483 TRIVIAL

Mike Stupalov 🐱
Added version parse from sysDescr for Brocade NOS devices.
Files changed (2) +11 / -3
Changed files with action and line counts
Mincludes/common.inc.php+2 / -2
Mincludes/definitions/os.inc.php+9 / -1
+11 added βˆ’3 removed filtered activity

πŸ’» r8482

Tom Laermans πŸ¦”
Medium: fix user agent header in http request
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/common.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8481 TRIVIAL

Mike Stupalov 🐱
Improved detect hardware/version for Stack ZTE devices.
Files changed (1) +4 / -2
Changed files with action and line counts
Mincludes/polling/os/zte.inc.php+4 / -2
+4 added βˆ’2 removed filtered activity

πŸ’» r8480

Tom Laermans πŸ¦”
Trivial: codestyle/syntax cleanups
Files changed (29) +172 / -179
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+3 / -3
Mincludes/discovery/inventory/entity-mib.inc.php+2 / -2
Mincludes/discovery/ip-addresses.inc.php+1 / -0
Mincludes/discovery/mempools.inc.php+2 / -2
Mincludes/discovery/mempools/host-resources-mib.inc.php+0 / -1
Mincludes/discovery/os.inc.php+2 / -2
Mincludes/discovery/os/eltex.inc.php+0 / -1
Mincludes/discovery/ports-stack.inc.php+2 / -2
Mincludes/discovery/sensors/axis-video-mib.inc.php+1 / -1
Mincludes/discovery/sensors/cisco-entity-fru-control-mib.inc.php+1 / -1
Mincludes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php+1 / -2
Mincludes/discovery/sensors/dnos-boxservices-private-mib.inc.php+0 / -1
Mincludes/discovery/sensors/eaton-epdu-mib.inc.php+9 / -13
Mincludes/discovery/sensors/eppc-mib.inc.php+30 / -33
Mincludes/discovery/sensors/f5-bigip-system-mib.inc.php+2 / -2
Mincludes/discovery/sensors/foundry-poe-mib.inc.php+5 / -5
Mincludes/discovery/sensors/hwg-pwr-mib.inc.php+1 / -1
Mincludes/discovery/sensors/omnitron-poe-mib.inc.php+28 / -28
Mincludes/discovery/sensors/packetflux-mib.inc.php+0 / -1
Mincludes/discovery/sensors/power-ethernet-mib.inc.php+2 / -2
Mincludes/discovery/sensors/rittal-cmc-iii-mib.inc.php+70 / -65
Mincludes/discovery/sensors/rittal-cmc-tc-mib.inc.php+2 / -1
Mincludes/discovery/sensors/serverscheck.inc.php+3 / -3
Mincludes/discovery/status/cpqrack-mib.inc.php+1 / -1
Mincludes/discovery/status/dell-rac-mib.inc.php+1 / -1
Mincludes/discovery/status/f5-bigip-apm-mib.inc.php+1 / -1
Mincludes/discovery/status/hh3c-stack-mib.inc.php+1 / -1
Mincludes/discovery/storage/gpfs-mib.inc.php+0 / -2
+172 added βˆ’179 removed filtered activity

πŸ’» r8479

Tom Laermans πŸ¦”
Minor: convert libvirt discovery to external_exec(), small fixes and cleanups
Files changed (2) +8 / -11
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+4 / -4
Mincludes/discovery/virtual-machines/libvirt.inc.php+4 / -7
+8 added βˆ’11 removed filtered activity

πŸ’» r8478

Tom Laermans πŸ¦”
Trivial: remove host virtualisation from OS version field after distro script update
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/common.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8477 IMPROVE

Adam Armstrong 🐸
Don't delete sensors when they are detected as deleted, but mark them deleted. Help prevent sensor_id churn and provide historical data. NEEDS ADDING TO HOUSEKEEPING.
Files changed (4) +34 / -21
Changed files with action and line counts
Mhtml/includes/entities/sensor.inc.php+3 / -3
Mincludes/defaults.inc.php+13 / -7
Mincludes/discovery/functions.inc.php+18 / -7
Mincludes/discovery/storage.inc.php+0 / -4
+34 added βˆ’21 removed filtered activity

πŸ’» r8475

Tom Laermans πŸ¦”
Minor: update distro script to 1.2.1
Files changed (2) +12 / -5
Changed files with action and line counts
Mincludes/definitions/vm.inc.php+2 / -1
Mscripts/distro+10 / -4
+12 added βˆ’5 removed filtered activity

πŸ’» r8474

Tom Laermans πŸ¦”
Minor: unify virtual machine detection outputs into
Files changed (3) +28 / -26
Changed files with action and line counts
Mincludes/definitions/rewrites.inc.php+0 / -6
Mincludes/definitions/vm.inc.php+6 / -1
Mincludes/polling/os/unix.inc.php+22 / -19
+28 added βˆ’26 removed filtered activity

πŸ’» r8473 TRIVIAL

Mike Stupalov 🐱
Fixed distribution version detect in os module for updated distro script version 1.2.
Files changed (3) +16 / -4
Changed files with action and line counts
Mincludes/definitions/rewrites.inc.php+6 / -0
Mincludes/polling/os.inc.php+1 / -1
Mincludes/polling/os/unix.inc.php+9 / -3
+16 added βˆ’4 removed filtered activity

πŸ’» r8472

Tom Laermans πŸ¦”
Minor: increase package version column length
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/334.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8471 FIX

Adam Armstrong 🐸
Fix vendor name
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8470

Tom Laermans πŸ¦”
Trivial: correct ACCUENERGY-MIB name and directory
Files changed (2) +3 / -3
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+2 / -2
Mincludes/definitions/os.inc.php+1 / -1
+3 added βˆ’3 removed filtered activity

πŸ’» r8469 MINOR

Mike Stupalov 🐱
Migrated mostly hardware/version detect from sysDescr to os definitions.
Files changed (77) +406 / -1,540

Showing the first 30 paths; 47 more are omitted from this static page.

Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+15 / -3
Mincludes/definitions/os.inc.php+361 / -40
Mincludes/polling/os.inc.php+15 / -0
Dincludes/polling/os/a10-ax.inc.php+0 / -21
Dincludes/polling/os/aethra.inc.php+0 / -42
Dincludes/polling/os/airconsole.inc.php+0 / -16
Mincludes/polling/os/allied.inc.php+1 / -55
Mincludes/polling/os/alliedwareplus.inc.php+2 / -7
Dincludes/polling/os/arbos.inc.php+0 / -25
Dincludes/polling/os/arista_eos.inc.php+0 / -17
Mincludes/polling/os/asyncos.inc.php+1 / -10
Dincludes/polling/os/audiocodes.inc.php+0 / -29
Mincludes/polling/os/avocent.inc.php+2 / -8
Dincludes/polling/os/bcmc.inc.php+0 / -16
Dincludes/polling/os/bdcom-ios.inc.php+0 / -27
Mincludes/polling/os/breeze.inc.php+0 / -9
Dincludes/polling/os/bti7000.inc.php+0 / -16
Dincludes/polling/os/catos.inc.php+0 / -41
Dincludes/polling/os/ccpower.inc.php+0 / -20
Mincludes/polling/os/cimc.inc.php+0 / -8
Mincludes/polling/os/cisco-altiga.inc.php+0 / -9
Dincludes/polling/os/clavister-cos.inc.php+0 / -22
Dincludes/polling/os/comware.inc.php+0 / -25
Dincludes/polling/os/cts.inc.php+0 / -46
Dincludes/polling/os/datadomain.inc.php+0 / -16
Dincludes/polling/os/digi-anyusb.inc.php+0 / -16
Dincludes/polling/os/digios.inc.php+0 / -36
Dincludes/polling/os/dlink-ios.inc.php+0 / -24
Mincludes/polling/os/dlinkfw.inc.php+1 / -6
Dincludes/polling/os/dnos6.inc.php+0 / -29
+406 added βˆ’1,540 removed filtered activity

πŸ’» r8467 ADD

Adam Armstrong 🐸
Add support for Accuenergy devices.
Files changed (12) +29,163 / -4
Changed files with action and line counts
Mincludes/common.inc.php+2 / -1
Mincludes/definitions/mibs.inc.php+47 / -0
Mincludes/discovery/functions.inc.php+2 / -1
Aincludes/discovery/os/nxp-mqx-rtcs.inc.php+18 / -0
Mincludes/functions.inc.php+42 / -1
Mincludes/polling/functions.inc.php+3 / -1
Amibs/accuenergy non-text+0 / -0
Amibs/accuenergy/ACCUENERGY-MIB+3,850 / -0
Amibs/nag non-text+0 / -0
Amibs/nag/SNR-ERD-2+381 / -0
Amibs/nag/SNR-ERD-4+809 / -0
Amibs/nag/SNR-SWITCH-MIB+24,009 / -0
+114 added βˆ’4 removed filtered activity

πŸ’» r8466 MINOR

Mike Stupalov 🐱
Added function is_exec_available(). Added pre-check if function proc_open() not disabled in php.ini, such installs not functional in Observium.
Files changed (3) +46 / -2
Changed files with action and line counts
Mincludes/common.inc.php+38 / -0
Mincludes/definitions/version.inc.php+1 / -1
Mincludes/sql-config.inc.php+7 / -1
+46 added βˆ’2 removed filtered activity

πŸ’» r8465 FIX

Adam Armstrong 🐸
Expand Cyan sysdescr to cover all cyan products.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8464 IMPROVE

Adam Armstrong 🐸
Update distro script
Files changed (1) +385 / -299
Changed files with action and line counts
Mscripts/distro+385 / -299
+385 added βˆ’299 removed filtered activity

πŸ’» r8463 ADD

Adam Armstrong 🐸
Add ability to change header logo to web config
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/config-variables.inc.php+8 / -0
+8 added 0 removed filtered activity

πŸ’» r8462 ADD

Adam Armstrong 🐸
Add ability to use custom navbar logo, causing observium logo to move to the bottom bar.
Files changed (2) +10 / -2
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/index.php+9 / -1
+10 added βˆ’2 removed filtered activity

πŸ’» r8461 FIX

Adam Armstrong 🐸
Fix erroneous discovery line
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/serverscheck.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8460 ADD

Adam Armstrong 🐸
Add ability to force ServersCheck sensors to Fahrenheit units.
Files changed (2) +22 / -1
Changed files with action and line counts
Mincludes/config-variables.inc.php+14 / -0
Mincludes/discovery/sensors/serverscheck.inc.php+8 / -1
+22 added βˆ’1 removed filtered activity

πŸ’» r8459 ADD

Adam Armstrong 🐸
Add proper support for different sensors on ServersCheck platform.
Files changed (7) +172 / -18
Changed files with action and line counts
Ahtml/images/os/serverscheck.png+1 / -0
Ahtml/images/os/serverscheck_2x.png+1 / -0
Ahtml/includes/graphs/sensor/dewpoint.inc.php+49 / -0
Ahtml/includes/graphs/sensor/dust.inc.php+34 / -0
Ahtml/includes/graphs/sensor/sound.inc.php+49 / -0
Mincludes/definitions/sensors.inc.php+3 / -0
Mincludes/discovery/sensors/serverscheck.inc.php+35 / -18
+170 added βˆ’18 removed filtered activity

πŸ’» r8458 TRIVIAL

Mike Stupalov 🐱
Added DrayTek hardware/version os detect by sysDescr.
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+4 / -0
+4 added 0 removed filtered activity

πŸ’» r8457 MINOR

Mike Stupalov 🐱
Added discovery temperature sensors for WuT devices by WebGraph-Thermometer-PT-US-MIB. Renamed old WuT mib WebGraph-Thermo-Hygrometer-US-MIB to WebGraph-OLD-Thermo-Hygrometer-US-MIB.
Files changed (6) +2,341 / -2,076
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+18 / -1
Mincludes/definitions/os.inc.php+3 / -2
Aincludes/discovery/sensors/webgraph-old-thermo-hygrometer-us-mib.inc.php+93 / -0
Dincludes/discovery/sensors/webgraph-therm-hygrometer-us-mib.inc.php+0 / -92
Amibs/webgraph/WebGraph-OLD-Thermo-Hygrometer-US-MIB+2,227 / -0
Dmibs/webgraph/WebGraph-Therm-Hygrometer-US-MIB+0 / -1,981
+114 added βˆ’95 removed filtered activity

πŸ’» r8456 ADD

Adam Armstrong 🐸
Add support for vsvrHealth to netscaler alerting.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/netscaler-vsvr.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8455 ADD

Adam Armstrong 🐸
Add basic detection for Vivotek and Accuenergy devices.
Files changed (5) +36 / -0
Changed files with action and line counts
Ahtml/images/os/accuenergy.png+1 / -0
Ahtml/images/os/accuenergy_2x.png+1 / -0
Ahtml/images/os/vivotek.png+1 / -0
Ahtml/images/os/vivotek_2x.png+1 / -0
Mincludes/definitions/os.inc.php+32 / -0
+32 added 0 removed filtered activity

πŸ’» r8454 TRIVIAL

Mike Stupalov 🐱
Updated WuT MIBs, fixed old MIB name in sensors discovery for WebGraph-Therm-Hygrometer-US-MIB.
Files changed (21) +81,533 / -688
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+7 / -0
Mincludes/definitions/os.inc.php+1 / -0
Aincludes/discovery/sensors/webgraph-therm-hygrometer-us-mib.inc.php+92 / -0
Dincludes/discovery/sensors/webgraph-thermo-hygrometer-us-mib.inc.php+0 / -92
Amibs/webgraph/Com-Server-Intern-MIB+2,524 / -0
Amibs/webgraph/WebGraph-2xThermometer-US-MIB+2,359 / -0
Amibs/webgraph/WebGraph-Air-Quality-US-MIB+2,427 / -0
Amibs/webgraph/WebGraph-AnalogIO-57661-US-MIB+3,325 / -0
Amibs/webgraph/WebGraph-AnalogIO-57662-US-MIB+3,355 / -0
Amibs/webgraph/WebGraph-AnalogIn-57641-US-MIB+2,535 / -0
Amibs/webgraph/WebGraph-AnalogIn-57642-US-MIB+2,537 / -0
Amibs/webgraph/WebGraph-AnalogIn-57643-US-MIB+2,534 / -0
Amibs/webgraph/WebGraph-AnalogIn-57644-US-MIB+2,533 / -0
Amibs/webgraph/WebGraph-Therm-Hygrometer-US-MIB+2,227 / -0
Amibs/webgraph/WebGraph-Thermo-Hygro-Barometer-US-MIB+2,591 / -0
Mmibs/webgraph/WebGraph-Thermo-Hygrometer-US-MIB+952 / -596
Amibs/webgraph/WebGraph-Thermometer-NTC-US-MIB+2,516 / -0
Amibs/webgraph/WebGraph-Thermometer-PT-US-MIB+5,376 / -0
Amibs/webgraph/WebGraph-Thermometer-US-MIB+2,146 / -0
Amibs/webgraph/Webio-ANx-MIB+4,357 / -0
Amibs/webgraph/Webio-Digital-MIB-US+37,139 / -0
+100 added βˆ’92 removed filtered activity

πŸ’» r8453 MINOR

Mike Stupalov 🐱
Added per-phase Apparent Power sensors for APC devices by PowerNet-MIB. Small cleanup for os definitions.
Files changed (2) +35 / -6
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -3
Mincludes/discovery/sensors/powernet-mib.inc.php+33 / -3
+35 added βˆ’6 removed filtered activity

πŸ’» r8452 TRIVIAL

Mike Stupalov 🐱
Fixed mib_dir for SNR devices.
Files changed (1) +26 / -27
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+26 / -27
+26 added βˆ’27 removed filtered activity

March 2017

πŸ’» r8451 ADD

Adam Armstrong 🐸
Add search to bill entity choser.
Files changed (2) +2 / -1
Changed files with action and line counts
Mhtml/includes/print/search.inc.php+1 / -1
Mhtml/pages/bill/edit.inc.php+1 / -0
+2 added βˆ’1 removed filtered activity

πŸ’» r8450 FIX

Adam Armstrong 🐸
Fix counting wrong port in billing poller if a port is deleted. Correctly handle a bill with a port that returns no data.
Files changed (1) +14 / -10
Changed files with action and line counts
Mpoll-billing.php+14 / -10
+14 added βˆ’10 removed filtered activity

πŸ’» r8449

Tom Laermans πŸ¦”
Minor: add skip_if_valid_exist support to processors. Discover multiple Fortigate CPUs and migrate data from old to new system. Make sure to run discovery -u after svn up, as usual.
Files changed (3) +81 / -10
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+21 / -9
Mincludes/discovery/processors.inc.php+23 / -1
Aupdate/333.php+37 / -0
+81 added βˆ’10 removed filtered activity

πŸ’» r8448 FIX

Adam Armstrong 🐸
Fix some cosmetic cli output stuff
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/include-dir-mib.inc.php+4 / -1
+4 added βˆ’1 removed filtered activity

πŸ’» r8447 FIX

Adam Armstrong 🐸
Temporarily disable a function which shouldn't be where it is
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/rewrites.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8446 FIX

Adam Armstrong 🐸
Remove unused script.
Files changed (3) +2 / -1,603
Changed files with action and line counts
Dscripts/glue.py+0 / -1,571
Dscripts/glue.py-COPYING+0 / -30
Mscripts/makecss.sh+2 / -2
+2 added βˆ’1,603 removed filtered activity

πŸ’» r8445 SQL

Adam Armstrong 🐸
Expand user_id to bigint 20
Files changed (1) +3 / -0
Changed files with action and line counts
Aupdate/332.sql+3 / -0
0 added 0 removed filtered activity

πŸ’» r8444

Adam Armstrong 🐸
[Add] Add support for some SNR devices.
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/snr.png+1 / -0
Ahtml/images/os/snr_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8443

Adam Armstrong 🐸
[ADD
Files changed (2) +114 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+86 / -0
Mincludes/definitions/os.inc.php+28 / -0
+114 added 0 removed filtered activity

πŸ’» r8442

Tom Laermans πŸ¦”
Minor: fix description for processors other than the first one when discovered via definition table
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/processors.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8441

Tom Laermans πŸ¦”
Trivial: minor code reformatting
Files changed (14) +87 / -78
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
Mincludes/discovery/mempools/agent-general-mib.inc.php+10 / -10
Mincludes/discovery/mempools/dell-networking-chassis-mib.inc.php+2 / -4
Mincludes/discovery/mempools/extreme-software-monitor-mib.inc.php+0 / -1
Mincludes/discovery/mempools/f10-c-series-chassis-mib.inc.php+2 / -2
Mincludes/discovery/mempools/f10-chassis-mib.inc.php+3 / -3
Mincludes/discovery/mempools/f10-m-series-chassis-mib.inc.php+1 / -1
Mincludes/discovery/mempools/f10-s-series-chassis-mib.inc.php+2 / -2
Mincludes/discovery/mempools/huawei-entity-extent-mib.inc.php+1 / -1
Mincludes/discovery/mempools/netswitch-mib.inc.php+14 / -14
Mincludes/discovery/mempools/s5-chassis-mib.inc.php+2 / -2
Mincludes/discovery/mempools/timetra-system-mib.inc.php+6 / -6
Mincludes/discovery/mempools/ucd-snmp-mib.inc.php+38 / -26
Mincludes/discovery/mempools/zhone-card-resources-mib.inc.php+5 / -5
+87 added βˆ’78 removed filtered activity

πŸ’» r8440 SQL

Adam Armstrong 🐸
Switch ifIndex field to unsigned to fit entire 32bit value as used by some vendors
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/331.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8439 SQL

Adam Armstrong 🐸
MAKE OID GREAT AGAIN
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/330.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8437 MINOR

Mike Stupalov 🐱
Added support for Omnitron iConverter with PoE sensors. Added sensors discovery for AXIS cams by AXIS-VIDEO-MIB.
Files changed (6) +302 / -39
Changed files with action and line counts
Ahtml/images/os/omnitron.png+1 / -0
Ahtml/images/os/omnitron_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+35 / -0
Mincludes/definitions/os.inc.php+70 / -39
Aincludes/discovery/sensors/axis-video-mib.inc.php+113 / -0
Aincludes/discovery/sensors/omnitron-poe-mib.inc.php+82 / -0
+300 added βˆ’39 removed filtered activity

πŸ’» r8436 MIBS

Mike Stupalov 🐱
Added/updated MIB files (axis, bsd, omnitron).
Files changed (12) +10,344 / -18
Changed files with action and line counts
Amibs/axis non-text+0 / -0
Amibs/axis/AXIS-ROOT-MIB+36 / -0
Amibs/axis/AXIS-VIDEO-MIB+576 / -0
Amibs/bsd/BEGEMOT-ATM-FREEBSD-MIB+99 / -0
Amibs/bsd/BEGEMOT-HAST-MIB+362 / -0
Amibs/bsd/BEGEMOT-LM75-MIB+160 / -0
Mmibs/bsd/BEGEMOT-PF-MIB+136 / -18
Amibs/bsd/BEGEMOT-WIRELESS-MIB+3,898 / -0
Amibs/omnitron non-text+0 / -0
Amibs/omnitron/OMNITRON-MIB+3,797 / -0
Amibs/omnitron/OMNITRON-POE-MIB+406 / -0
Amibs/omnitron/OMNITRON-TC-MIB+874 / -0
0 added 0 removed filtered activity

πŸ’» r8435 TRIVIAL

Mike Stupalov 🐱
Fixed hardware/os/version detect from definitions for some oses (appear in r8432).
Files changed (1) +15 / -7
Changed files with action and line counts
Mincludes/polling/os.inc.php+15 / -7
+15 added βˆ’7 removed filtered activity

πŸ’» r8434

Tom Laermans πŸ¦”
Trivial: don't run cisco cbqos/vrf discovery modules on UPSes
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8433 MINOR

Mike Stupalov 🐱
Added discovery power sensors for Liebert PDU devices by LIEBERT-GP-PDU-MIB.
Files changed (3) +296 / -11
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+12 / -0
Aincludes/discovery/sensors/liebert-gp-pdu-mib.inc.php+284 / -0
Mincludes/rewrites.inc.php+0 / -11
+296 added βˆ’11 removed filtered activity

πŸ’» r8432 MINOR

Mike Stupalov 🐱
Improved os/hardware/version detect for AOS, ArubaOS, FTOS, Liebert. Cleanups in MIB definitions. Added additional sensors discovery by LIEBERT-GP-POWER-MIB.
Files changed (15) +806 / -247
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+21 / -29
Mincludes/definitions/models.inc.php+463 / -1
Mincludes/definitions/os.inc.php+33 / -15
Mincludes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php+7 / -7
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+29 / -11
Aincludes/discovery/sensors/liebert-gp-power-mib.inc.php+131 / -0
Mincludes/discovery/sensors/ups-mib.inc.php+3 / -3
Mincludes/polling/os.inc.php+26 / -10
Mincludes/polling/os/aos.inc.php+6 / -6
Mincludes/polling/os/aosw.inc.php+1 / -1
Mincludes/polling/os/arubaos.inc.php+5 / -3
Mincludes/polling/os/ftos.inc.php+2 / -2
Mincludes/polling/os/liebert.inc.php+4 / -2
Mincludes/polling/os/omnistack.inc.php+2 / -2
Mincludes/rewrites.inc.php+73 / -155
+806 added βˆ’247 removed filtered activity

πŸ’» r8431 MIBS

Mike Stupalov 🐱
Added/updated MIBs for aos, aruba, digipower, snr.
Files changed (106) +59,304 / -4,582

Showing the first 30 paths; 76 more are omitted from this static page.

Changed files with action and line counts
Mmibs/aos/ALCATEL-IND1-AAA-MIB+1,298 / -41
Mmibs/aos/ALCATEL-IND1-BASE+58 / -8
Mmibs/aos/ALCATEL-IND1-BGP-MIB+592 / -593
Mmibs/aos/ALCATEL-IND1-CHASSIS-MIB+692 / -120
Mmibs/aos/ALCATEL-IND1-CONFIG-MGR-MIB+221 / -54
Mmibs/aos/ALCATEL-IND1-DEVICES+803 / -93
Mmibs/aos/ALCATEL-IND1-DOT1Q-MIB+9 / -13
Mmibs/aos/ALCATEL-IND1-DOT1X-MIB+505 / -17
Mmibs/aos/ALCATEL-IND1-E-SERVICE-MIB+1,273 / -303
Mmibs/aos/ALCATEL-IND1-ERP-MIB+85 / -13
Mmibs/aos/ALCATEL-IND1-GROUP-MOBILITY-MIB+45 / -46
Amibs/aos/ALCATEL-IND1-GRT-MIB+214 / -0
Mmibs/aos/ALCATEL-IND1-GVRP-MIB+156 / -160
Mmibs/aos/ALCATEL-IND1-HEALTH-MIB+153 / -128
Mmibs/aos/ALCATEL-IND1-IGMP-MIB+511 / -6
Mmibs/aos/ALCATEL-IND1-INLINE-POWER-MIB+93 / -62
Mmibs/aos/ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB+80 / -49
Mmibs/aos/ALCATEL-IND1-IP-MIB+396 / -189
Mmibs/aos/ALCATEL-IND1-IPM-VLAN-MIB+92 / -17
Amibs/aos/ALCATEL-IND1-IPMCAST-MIB+1,372 / -0
Mmibs/aos/ALCATEL-IND1-IPMS-MIB+18 / -19
Mmibs/aos/ALCATEL-IND1-IPRM-MIB+106 / -19
Mmibs/aos/ALCATEL-IND1-IPRMV6-MIB+22 / -2
Mmibs/aos/ALCATEL-IND1-IPSEC-MIB+10 / -14
Mmibs/aos/ALCATEL-IND1-IPV6-MIB+289 / -80
Mmibs/aos/ALCATEL-IND1-LAG-MIB+361 / -112
Mmibs/aos/ALCATEL-IND1-LBD-MIB+34 / -34
Mmibs/aos/ALCATEL-IND1-LICENSE-MANAGER-MIB+282 / -19
Mmibs/aos/ALCATEL-IND1-LPS-MIB+30 / -4
Mmibs/aos/ALCATEL-IND1-MAC-ADDRESS-MIB+230 / -254
0 added 0 removed filtered activity

πŸ’» r8430 ADD

Adam Armstrong 🐸
Add some swe crap
Files changed (1) +20 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+20 / -0
+20 added 0 removed filtered activity

πŸ’» r8429

Tom Laermans πŸ¦”
Trivial: move Axis hardware/version to definitions
Files changed (2) +9 / -33
Changed files with action and line counts
Mincludes/definitions/os.inc.php+9 / -4
Dincludes/polling/os/axis.inc.php+0 / -29
+9 added βˆ’33 removed filtered activity

πŸ’» r8428

Tom Laermans πŸ¦”
Medium: fix mempool multiplier float definition causing spurious updates and incorrect multipliers in database
Files changed (2) +4 / -0
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+3 / -0
Aupdate/329.sql+1 / -0
+3 added 0 removed filtered activity

πŸ’» r8427

Tom Laermans πŸ¦”
Minor: add missing support to clean up deleted inventory entries in housekeeping
Files changed (8) +11 / -8
Changed files with action and line counts
Mhousekeeping.php+4 / -2
Mincludes/defaults.inc.php+1 / -0
Mincludes/housekeeping/alertlog.inc.php+1 / -1
Mincludes/housekeeping/authlog.inc.php+1 / -1
Mincludes/housekeeping/eventlog.inc.php+1 / -1
Mincludes/housekeeping/inventory.inc.php+1 / -1
Mincludes/housekeeping/syslog.inc.php+1 / -1
Mincludes/housekeeping/timing.inc.php+1 / -1
+11 added βˆ’8 removed filtered activity

πŸ’» r8426

Tom Laermans πŸ¦”
Minor: convert ciena mempool to definitions using correct MIB name, fix mempool rename to use correct MIB case in filename
Files changed (5) +16 / -51
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+14 / -5
Mincludes/definitions/os.inc.php+1 / -1
Mincludes/discovery/mempools.inc.php+1 / -1
Dincludes/discovery/mempools/ciena-topsecret-mib.inc.php+0 / -27
Dincludes/polling/mempools/ciena-topsecret-mib.inc.php+0 / -17
+16 added βˆ’51 removed filtered activity

πŸ’» r8425 TRIVIAL

Mike Stupalov 🐱
Added poller compatability for mempool_multiplier field while db schema not updated.
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+2 / -0
+2 added 0 removed filtered activity

πŸ’» r8424 TRIVIAL

Mike Stupalov 🐱
Fixed status descriptions by A10-AX-MIB (v2).
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+3 / -1
+3 added βˆ’1 removed filtered activity

πŸ’» r8423

Tom Laermans πŸ¦”
Trivial: rename mempool_precision database field to mempool_multiplier to bring in line with sensor_multiplier
Files changed (6) +24 / -24
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+6 / -6
Mincludes/polling/mempools.inc.php+12 / -13
Mincludes/polling/mempools/f10-c-series-chassis-mib.inc.php+1 / -1
Mincludes/polling/mempools/host-resources-mib.inc.php+3 / -3
Mincludes/polling/mempools/juniper-mib.inc.php+1 / -1
Aupdate/328.sql+1 / -0
+23 added βˆ’24 removed filtered activity

πŸ’» r8422 TRIVIAL

Mike Stupalov 🐱
Fixed voltage status description from previous commit.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8421 MINOR

Mike Stupalov 🐱
Added discovery mempool and power supply statuses for A10 ACOS by A10-AX-MIB.
Files changed (3) +3,312 / -1,342
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+33 / -7
Mmibs/a10/A10-AX-MIB+3,194 / -1,335
Mmibs/a10/A10-COMMON-MIB+85 / -0
+33 added βˆ’7 removed filtered activity

πŸ’» r8420 MINOR

Mike Stupalov 🐱
Added support for Digipower UPS and PDU.
Files changed (5) +77 / -1
Changed files with action and line counts
Ahtml/images/os/digipower.png+1 / -0
Ahtml/images/os/digipower_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+28 / -1
Mincludes/definitions/os.inc.php+24 / -0
Aincludes/discovery/os/digipower.inc.php+23 / -0
+75 added βˆ’1 removed filtered activity

πŸ’» r8419 MINOR

Mike Stupalov 🐱
WUI caching now disabled by default (for enable use option $config['cache']['enable']). Fixed undefined function error when device add (apper in r8416).
Files changed (4) +37 / -6
Changed files with action and line counts
Mincludes/cache.inc.php+3 / -5
Mincludes/common.inc.php+27 / -0
Mincludes/defaults.inc.php+1 / -1
Mincludes/sql-config.inc.php+6 / -0
+37 added βˆ’6 removed filtered activity

πŸ’» r8418 FIX

Adam Armstrong 🐸
Switch to using ifName on fortinet because fortigate are a bunch of morons.
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8417 TRIVIAL

Mike Stupalov 🐱
Updated FortiNet models and MIBs.
Files changed (4) +516 / -203
Changed files with action and line counts
Mincludes/definitions/models.inc.php+56 / -9
Mincludes/definitions/rewrites.inc.php+0 / -77
Mmibs/fortinet/FORTINET-CORE-MIB+13 / -1
Mmibs/fortinet/FORTINET-FORTIGATE-MIB+447 / -116
+56 added βˆ’86 removed filtered activity

πŸ’» r8416 TRIVIAL

Mike Stupalov 🐱
More clear cache requests when device settings changed or deleted. Added function set_cache_clear().
Files changed (3) +51 / -5
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+4 / -0
Mincludes/cache.inc.php+38 / -2
Mincludes/functions.inc.php+9 / -3
+51 added βˆ’5 removed filtered activity

πŸ’» r8415 MINOR

Mike Stupalov 🐱
Improved discovery inlet/outlet sensors and added discovery external sensors for Raritan devices by PDU2-MIB.
Files changed (3) +540 / -135
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+42 / -37
Mincludes/discovery/sensors/pdu2-mib.inc.php+458 / -98
Mincludes/rrdtool.inc.php+40 / -0
+540 added βˆ’135 removed filtered activity

πŸ’» r8414 TRIVIAL

Mike Stupalov 🐱
Fixed display down event for status entities.
Files changed (4) +18 / -15
Changed files with action and line counts
Mhtml/includes/entities/status.inc.php+5 / -1
Mhtml/includes/navbar.inc.php+7 / -9
Mhtml/pages/os.inc.php+5 / -5
Aupdate/327.sql+1 / -0
+17 added βˆ’15 removed filtered activity

πŸ’» r8413 TRIVIAL

Mike Stupalov 🐱
Clear WUI cache if new device added.
Files changed (2) +15 / -2
Changed files with action and line counts
Mincludes/cache.inc.php+10 / -1
Mincludes/functions.inc.php+5 / -1
+15 added βˆ’2 removed filtered activity

February 2017

πŸ’» r8412 MINOR

Mike Stupalov 🐱
Added support for Hirschmann network devices.
Files changed (5) +119 / -0
Changed files with action and line counts
Ahtml/images/os/hirschmann.png+1 / -0
Ahtml/images/os/hirschmann_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+85 / -0
Mincludes/definitions/os.inc.php+24 / -0
Mincludes/rewrites.inc.php+8 / -0
+117 added 0 removed filtered activity

πŸ’» r8411 MIBS

Mike Stupalov 🐱
Added hirschmann mib files.
Files changed (77) +78,319 / -0

Showing the first 30 paths; 47 more are omitted from this static page.

Changed files with action and line counts
Amibs/hirschmann non-text+0 / -0
Amibs/hirschmann/HIRSCHMANN-DISCOVERY-MGMT-MIB+194 / -0
Amibs/hirschmann/HIRSCHMANN-DVMRP-MIB+805 / -0
Amibs/hirschmann/HIRSCHMANN-GENERIC-ERROR-MIB+145 / -0
Amibs/hirschmann/HIRSCHMANN-MGMT-MIB+31 / -0
Amibs/hirschmann/HIRSCHMANN-MMP4-BASICL2-MIB+4,876 / -0
Amibs/hirschmann/HIRSCHMANN-MMP4-QOS-MIB+1,515 / -0
Amibs/hirschmann/HIRSCHMANN-MMP4-ROUTING-MIB+2,102 / -0
Amibs/hirschmann/HIRSCHMANN-MULTICAST-MIB+494 / -0
Amibs/hirschmann/HIRSCHMANN-PIM-MIB+916 / -0
Amibs/hirschmann/HIRSCHMANN-SNMP-RETURN-SET-MIB+179 / -0
Amibs/hirschmann/HM2-CAM-MGMT-MIB+450 / -0
Amibs/hirschmann/HM2-DEVMGMT-MIB+2,264 / -0
Amibs/hirschmann/HM2-DHCPS-MIB+817 / -0
Amibs/hirschmann/HM2-DIAGNOSTIC-MIB+2,488 / -0
Amibs/hirschmann/HM2-DNS-MIB+381 / -0
Amibs/hirschmann/HM2-DOS-MITIGATION-MIB+417 / -0
Amibs/hirschmann/HM2-FILEMGMT-MIB+803 / -0
Amibs/hirschmann/HM2-FW-MIB+1,680 / -0
Amibs/hirschmann/HM2-INDUSTRIAL-PROTOCOLS-MIB+796 / -0
Amibs/hirschmann/HM2-IOMODULE-MIB+474 / -0
Amibs/hirschmann/HM2-L2FORWARDING-MIB+197 / -0
Amibs/hirschmann/HM2-L2MCAST-MIB+383 / -0
Amibs/hirschmann/HM2-L2REDUNDANCY-DLR-MIB+889 / -0
Amibs/hirschmann/HM2-L2REDUNDANCY-LRE-MIB+532 / -0
Amibs/hirschmann/HM2-L2REDUNDANCY-MIB+1,561 / -0
Amibs/hirschmann/HM2-LICENSE-MGMT-MIB+417 / -0
Amibs/hirschmann/HM2-LINK-BACKUP-MIB+217 / -0
Amibs/hirschmann/HM2-LLDP-MIB+114 / -0
Amibs/hirschmann/HM2-LOGGING-MIB+1,036 / -0
0 added 0 removed filtered activity

πŸ’» r8410 TRIVIAL

Mike Stupalov 🐱
Fixed caching in snmp_cache_snmpEngineID().
Files changed (2) +8 / -3
Changed files with action and line counts
Mincludes/functions.inc.php+1 / -2
Mincludes/snmp.inc.php+7 / -1
+8 added βˆ’3 removed filtered activity

πŸ’» r8409 TRIVIAL

Mike Stupalov 🐱
Added basic os detect for EMC Flare OS and SNAS.
Files changed (3) +31 / -11
Changed files with action and line counts
Ahtml/images/os/emc.png+1 / -0
Ahtml/images/os/emc_2x.png+1 / -0
Mincludes/definitions/os.inc.php+29 / -11
+29 added βˆ’11 removed filtered activity

πŸ’» r8408 FIX

Adam Armstrong 🐸
Disable port percent graph pending rewrite of module.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/status-portpercent.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8407 TRIVIAL

Mike Stupalov 🐱
Fixed display graphs with old php version or when cache disabled (OBSERVIUM-2203).
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/cache.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8406 FIX

Adam Armstrong 🐸
Improve D-Link version parsing, since newer firmwares seem to have dropped the version/feature string from sysDescr.
Files changed (1) +7 / -3
Changed files with action and line counts
Mincludes/polling/os/dlink.inc.php+7 / -3
+7 added βˆ’3 removed filtered activity

πŸ’» r8405 ADD

Adam Armstrong 🐸
Add graph to front page traffic summary.
Files changed (11) +316 / -42
Changed files with action and line counts
Mhtml/api/includes/bills.inc.php+1 / -3
Mhtml/api/includes/devices.inc.php+1 / -1
Mhtml/api/includes/ports.inc.php+2 / -2
Mhtml/api/index.php+4 / -16
Mhtml/includes/cache-data.inc.php+3 / -1
Mhtml/includes/graphs/multi-port/bits_trio.inc.php+10 / -12
Ahtml/includes/graphs/multi-port/bits_trio_compare.inc.php+254 / -0
Mhtml/includes/navbar.inc.php+13 / -6
Mhtml/includes/status-portpercent.inc.php+24 / -0
Mhtml/pages/os.inc.php+1 / -1
Mincludes/definitions/wui.inc.php+3 / -0
+316 added βˆ’42 removed filtered activity

πŸ’» r8404

Tom Laermans πŸ¦”
Medium: fix autoloader breaking XMPP alerting transport
Files changed (1) +6 / -3
Changed files with action and line counts
Mincludes/common.inc.php+6 / -3
+6 added βˆ’3 removed filtered activity

πŸ’» r8403 FIX

Adam Armstrong 🐸
Fix adding contacts from not /contacts/
Files changed (2) +139 / -135
Changed files with action and line counts
Mhtml/includes/contacts-navbar.inc.php+139 / -0
Mhtml/pages/contacts.inc.php+0 / -135
+139 added βˆ’135 removed filtered activity

πŸ’» r8402 IMPROVE

Adam Armstrong 🐸
Improve comware hardware string parsing
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/os/hh3c.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8401 FIX

Adam Armstrong 🐸
Fix device duplicate check.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/functions.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8400 FIX

Adam Armstrong 🐸
Switch comparison to is_null
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/wifi.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8399 FIX

Adam Armstrong 🐸
Fix opsgenie recovery URL
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/alerting/opsgenie.inc.php+6 / -1
+6 added βˆ’1 removed filtered activity

πŸ’» r8398 FIX

Adam Armstrong 🐸
Disable WMI module updating storage. Will revert to SNMP storage values.
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/polling/wmi.inc.php+5 / -0
+5 added 0 removed filtered activity

πŸ’» r8397 TRIVIAL

Mike Stupalov 🐱
Improved definition based mempools discovery (fixed var initialization, not do double scaling, added ability for separate scale for total/used/free values). Fixed mempools polling by RAPID-CITY.
Files changed (6) +119 / -50
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+8 / -4
Mincludes/discovery/functions.inc.php+9 / -3
Mincludes/discovery/mempools.inc.php+11 / -6
Mincludes/functions.inc.php+34 / -11
Mincludes/polling/mempools.inc.php+11 / -7
Mtests/IncludesFunctionsTest.php+46 / -19
+73 added βˆ’31 removed filtered activity

πŸ’» r8396

Tom Laermans πŸ¦”
Minor: convert a number of mempool discoveries to static definitions; cleanups
Files changed (33) +280 / -923

Showing the first 30 paths; 3 more are omitted from this static page.

Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+280 / -136
Dincludes/discovery/mempools/adtran-aoscpu.inc.php+0 / -29
Dincludes/discovery/mempools/aethra-mib.inc.php+0 / -26
Dincludes/discovery/mempools/airespace-switching-mib.inc.php+0 / -30
Dincludes/discovery/mempools/dasan-switch-mib.inc.php+0 / -33
Dincludes/discovery/mempools/dnos-switching-mib.inc.php+0 / -31
Dincludes/discovery/mempools/edgeswitch-switching-mib.inc.php+0 / -31
Dincludes/discovery/mempools/embedded-ngx-mib.inc.php+0 / -31
Dincludes/discovery/mempools/fortinet-fortigate-mib.inc.php+0 / -25
Dincludes/discovery/mempools/frogfoot-resources-mib.inc.php+0 / -29
Dincludes/discovery/mempools/gbnplatformoam-mib.inc.php+0 / -33
Dincludes/discovery/mempools/ns-root-mib.inc.php+0 / -30
Dincludes/discovery/mempools/rapid-city.inc.php+0 / -30
Dincludes/discovery/mempools/rbn-memory-mib.inc.php+0 / -32
Dincludes/discovery/mempools/sonicwall-firewall-ip-statistics-mib.inc.php+0 / -25
Dincludes/discovery/mempools/trapeze-networks-system-mib.inc.php+0 / -30
Dincludes/discovery/mempools/wlsx-switch-mib.inc.php+0 / -31
Dincludes/polling/mempools/adtran-aoscpu.inc.php+0 / -24
Dincludes/polling/mempools/aethra-mib.inc.php+0 / -17
Dincludes/polling/mempools/airespace-switching-mib.inc.php+0 / -20
Dincludes/polling/mempools/dasan-switch-mib.inc.php+0 / -25
Dincludes/polling/mempools/dnos-switching-mib.inc.php+0 / -20
Dincludes/polling/mempools/edgeswitch-switching-mib.inc.php+0 / -22
Dincludes/polling/mempools/embedded-ngx-mib.inc.php+0 / -18
Dincludes/polling/mempools/fortinet-fortigate-mib.inc.php+0 / -17
Dincludes/polling/mempools/frogfoot-resources-mib.inc.php+0 / -18
Dincludes/polling/mempools/gbnplatformoam-mib.inc.php+0 / -21
Dincludes/polling/mempools/ns-root-mib.inc.php+0 / -17
Dincludes/polling/mempools/rapid-city.inc.php+0 / -19
Dincludes/polling/mempools/rbn-memory-mib.inc.php+0 / -19
+280 added βˆ’923 removed filtered activity

πŸ’» r8395 TRIVIAL

Mike Stupalov 🐱
Fixed Fan statuses by CISCO-ENTITY-FRU-CONTROL-MIB.
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8394 TRIVIAL

Mike Stupalov 🐱
Fixed suppress discovery mempools by CISCO-PROCESS-MIB.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/mempools/cisco-process-mib.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8393 FIX

Adam Armstrong 🐸
Remove neighbour update spam.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8392 IMPROVE

Adam Armstrong 🐸
Improvements and fixes to nfsen pages.
Files changed (3) +16 / -6
Changed files with action and line counts
Mhtml/includes/graphs/device/nfsen_common.inc.php+2 / -2
Mhtml/includes/graphs/device/nfsen_traffic.inc.php+1 / -1
Mhtml/pages/device/nfsen.inc.php+13 / -3
+16 added βˆ’6 removed filtered activity

πŸ’» r8391 ADD

Adam Armstrong 🐸
Add -r option to discovery to force a rebuild of group/alert associations for a device
Files changed (1) +3 / -3
Changed files with action and line counts
Mdiscovery.php+3 / -3
+3 added βˆ’3 removed filtered activity

πŸ’» r8390 FIX

Adam Armstrong 🐸
Correctly suppress cisco-memory-pool-mib on devices where CISCO-ENHANCED-MEMPOOL-MIB is populated.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/mempools/cisco-memory-pool-mib.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8389 TRIVIAL

Mike Stupalov 🐱
Improved A10 LB os/version detect.
Files changed (2) +16 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -0
Mincludes/definitions/os.inc.php+15 / -1
+16 added βˆ’1 removed filtered activity

πŸ’» r8388 TRIVIAL

Mike Stupalov 🐱
Added rancid os map for A10 LB (only for rancid v3).
Files changed (2) +15 / -5
Changed files with action and line counts
Mincludes/definitions.inc.php+2 / -0
Mscripts/generate-rancid.php+13 / -5
+15 added βˆ’5 removed filtered activity

πŸ’» r8387

Tom Laermans πŸ¦”
Minor: convert more mempools to definitions
Files changed (7) +5 / -126
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+5 / -8
Dincludes/discovery/mempools/apsysmgmt-mib.inc.php+0 / -24
Dincludes/discovery/mempools/asyncos-mail-mib.inc.php+0 / -23
Dincludes/discovery/mempools/juniper-ive-mib.inc.php+0 / -23
Dincludes/polling/mempools/apsysmgmt-mib.inc.php+0 / -16
Dincludes/polling/mempools/asyncos-mail-mib.inc.php+0 / -16
Dincludes/polling/mempools/juniper-ive-mib.inc.php+0 / -16
+5 added βˆ’126 removed filtered activity

πŸ’» r8386 TRIVIAL

Mike Stupalov 🐱
Fixed display def-based mempool graph.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/mempool.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8385

Tom Laermans πŸ¦”
Minor: convert NETSCREEN-RESOURCES-MIB mempool to definitions
Files changed (3) +5 / -44
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+5 / -0
Dincludes/discovery/mempools/netscreen-resource-mib.inc.php+0 / -25
Dincludes/polling/mempools/netscreen-resource-mib.inc.php+0 / -19
+5 added βˆ’44 removed filtered activity

πŸ’» r8384

Tom Laermans πŸ¦”
Trivial: add unit tests for calculate_mempool_properties()
Files changed (2) +43 / -1
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+0 / -1
Mtests/IncludesFunctionsTest.php+43 / -0
0 added βˆ’1 removed filtered activity

πŸ’» r8383

Tom Laermans πŸ¦”
Trivial: bring polling code in line with discovery, prefer hardcoded total over SNMP OIDs
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+2 / -2
+2 added βˆ’2 removed filtered activity

πŸ’» r8382 TRIVIAL

Mike Stupalov 🐱
Fixed def-based mempools polling without numeric oids.
Files changed (1) +9 / -9
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+9 / -9
+9 added βˆ’9 removed filtered activity

πŸ’» r8381

Tom Laermans πŸ¦”
Minor: change 'object' terminology to 'table', move free/used/total/perc calculation to separate function, code cleanups
Files changed (5) +83 / -90
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+6 / -6
Mincludes/discovery/mempools.inc.php+14 / -38
Mincludes/functions.inc.php+47 / -0
Mincludes/polling/mempools.inc.php+15 / -46
Aupdate/326.sql+1 / -0
+82 added βˆ’90 removed filtered activity

πŸ’» r8380 TRIVIAL

Mike Stupalov 🐱
Added mempool discovery by TPT-RESOURCE-MIB.
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+8 / -0
+8 added 0 removed filtered activity

πŸ’» r8379

Tom Laermans πŸ¦”
Minor: correct scale for HP MSM mempool
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8378 MAJOR

Mike Stupalov 🐱
Added support for TrendMicro TrippingPoint IPS and SMS. Added basic os detect for Summit Developlment and Vubiq HaulPass. Improved os detect for IBM/Lenovo Flex Switches.
Files changed (9) +285 / -13
Changed files with action and line counts
Ahtml/images/os/summitd.png+1 / -0
Ahtml/images/os/summitd_2x.png+1 / -0
Ahtml/images/os/trendmicro.png+1 / -0
Ahtml/images/os/trendmicro_2x.png+1 / -0
Ahtml/images/os/vubiq.png+1 / -0
Ahtml/images/os/vubiq_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+88 / -0
Mincludes/definitions/os.inc.php+51 / -7
Mincludes/discovery/sensors.inc.php+140 / -6
+279 added βˆ’13 removed filtered activity

πŸ’» r8377 MIBS

Mike Stupalov 🐱
Added MIBs trendmicro and summitd.
Files changed (37) +16,297 / -0

Showing the first 30 paths; 7 more are omitted from this static page.

Changed files with action and line counts
Amibs/summitd non-text+0 / -0
Amibs/summitd/Summitd+231 / -0
Amibs/trendmicro non-text+0 / -0
Amibs/trendmicro/TIPPINGPOINT-REG-MIB+96 / -0
Amibs/trendmicro/TPT-ATA-REG-MIB+78 / -0
Amibs/trendmicro/TPT-BAY-MIB+223 / -0
Amibs/trendmicro/TPT-COMPACT-FLASH-MIB+226 / -0
Amibs/trendmicro/TPT-DDOS-MIB+1,553 / -0
Amibs/trendmicro/TPT-HEALTH-MIB+454 / -0
Amibs/trendmicro/TPT-HIGH-AVAIL-MIB+508 / -0
Amibs/trendmicro/TPT-HOST-MIB+244 / -0
Amibs/trendmicro/TPT-LICENSE-MIB+161 / -0
Amibs/trendmicro/TPT-MISC-NOTIFY-MIB+778 / -0
Amibs/trendmicro/TPT-MULTIDV-MIB+203 / -0
Amibs/trendmicro/TPT-NGFW-CLUSTER-MIB+1,301 / -0
Amibs/trendmicro/TPT-NGFW-LOGGING-MIB+361 / -0
Amibs/trendmicro/TPT-NGFW-PERFORMANCE-MIB+354 / -0
Amibs/trendmicro/TPT-NGFW-POLICY-MIB+608 / -0
Amibs/trendmicro/TPT-NGFW-REG-MIB+243 / -0
Amibs/trendmicro/TPT-NGFW-SYSTEM-INFO-MIB+367 / -0
Amibs/trendmicro/TPT-NGFW-USER-MIB+236 / -0
Amibs/trendmicro/TPT-NPSTATS-MIB+844 / -0
Amibs/trendmicro/TPT-POLICY-MIB+1,651 / -0
Amibs/trendmicro/TPT-PORT-CONFIG-MIB+227 / -0
Amibs/trendmicro/TPT-PORT-MAPPING-MIB+164 / -0
Amibs/trendmicro/TPT-RESOURCE-MIB+856 / -0
Amibs/trendmicro/TPT-SEGMENT-MIB+156 / -0
Amibs/trendmicro/TPT-SFLOW-MIB+174 / -0
Amibs/trendmicro/TPT-SMS-TRAP-MIB+362 / -0
Amibs/trendmicro/TPT-SMSMIBS+170 / -0
0 added 0 removed filtered activity

πŸ’» r8376

Tom Laermans πŸ¦”
Medium: extra support for definition mempools: Add hardcoded total support, add percentage polling support. Remove OIDs stored in database, use definitions directly instead. Unlowercase MIB names in the mempools table. SW-MIB mempool as implementaton.
Files changed (8) +69 / -79
Changed files with action and line counts
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mincludes/definitions/mibs.inc.php+11 / -3
Mincludes/discovery/functions.inc.php+7 / -14
Mincludes/discovery/mempools.inc.php+23 / -5
Dincludes/discovery/mempools/sw-mib.inc.php+0 / -26
Mincludes/polling/mempools.inc.php+23 / -13
Dincludes/polling/mempools/sw-mib.inc.php+0 / -17
Aupdate/325.sql+4 / -0
+65 added βˆ’79 removed filtered activity

πŸ’» r8375

Tom Laermans πŸ¦”
Minor: allow NULL for newly created columns
Files changed (1) +3 / -0
Changed files with action and line counts
Aupdate/324.sql+3 / -0
0 added 0 removed filtered activity

πŸ’» r8374

Tom Laermans πŸ¦”
Medium: introduce mempools via definitions, table support not yet finished. Migrate HP MSM/Colubris mempool to new system.
Files changed (8) +227 / -71
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+21 / -0
Mincludes/discovery/functions.inc.php+20 / -3
Mincludes/discovery/mempools.inc.php+152 / -0
Dincludes/discovery/mempools/colubris-usage-information-mib.inc.php+0 / -25
Mincludes/discovery/processors.inc.php+12 / -23
Mincludes/polling/mempools.inc.php+19 / -2
Dincludes/polling/mempools/colubris-usage-information-mib.inc.php+0 / -18
Aupdate/323.sql+3 / -0
+224 added βˆ’71 removed filtered activity

πŸ’» r8373

Tom Laermans πŸ¦”
Trivial: add a few extra MIBs, remove duplicate
Files changed (9) +4,569 / -119
Changed files with action and line counts
Dmibs/RFC1155-SMI+0 / -119
Amibs/dell/DELLBASEBOARDMIF-MIB+3,173 / -0
Amibs/dell/DELLLOCALRESPONSEAGENTMIF-MIB+255 / -0
Amibs/hp/HPSVRMGMT-OID+147 / -0
Amibs/nortel/RAPIDCITY-VLAN-MIB+332 / -0
Amibs/zyxel/ZYXEL-ES-CAPWAP+122 / -0
Amibs/zyxel/ZYXEL-ES-COMMON+424 / -0
Amibs/zyxel/ZYXEL-ES-ProWLAN+36 / -0
Amibs/zyxel/ZYXEL-ES-SMI+80 / -0
0 added 0 removed filtered activity

πŸ’» r8372 TRIVIAL

Mike Stupalov 🐱
Added hidpi os images (a-b).
Files changed (31) +20 / -7

Showing the first 30 paths; 1 more are omitted from this static page.

Changed files with action and line counts
Mhtml/images/os/a10.png non-text+0 / -0
Ahtml/images/os/a10_2x.png+1 / -0
Dhtml/images/os/acme.png+0 / -1
Ahtml/images/os/acmepacket.png+1 / -0
Ahtml/images/os/acmepacket_2x.png+1 / -0
Mhtml/images/os/actelis.png non-text+0 / -0
Ahtml/images/os/actelis_2x.png+1 / -0
Mhtml/images/os/adva.png non-text+0 / -0
Ahtml/images/os/adva_2x.png+1 / -0
Mhtml/images/os/aerohive.png non-text+0 / -0
Ahtml/images/os/aerohive_2x.png+1 / -0
Mhtml/images/os/akcp.png non-text+0 / -0
Ahtml/images/os/akcp_2x.png+1 / -0
Mhtml/images/os/areca.png non-text+0 / -0
Ahtml/images/os/areca_2x.png+1 / -0
Mhtml/images/os/arris.png non-text+0 / -0
Ahtml/images/os/arris_2x.png+1 / -0
Mhtml/images/os/avocent.png non-text+0 / -0
Ahtml/images/os/avocent_2x.png+1 / -0
Mhtml/images/os/avtech.png non-text+0 / -0
Ahtml/images/os/avtech_2x.png+1 / -0
Mhtml/images/os/barracuda.png non-text+0 / -0
Ahtml/images/os/barracuda_2x.png+1 / -0
Dhtml/images/os/bnt.png+0 / -1
Mhtml/images/os/bridgewave.png non-text+0 / -0
Ahtml/images/os/bridgewave_2x.png+1 / -0
Mhtml/images/os/bti.png non-text+0 / -0
Ahtml/images/os/bti_2x.png+1 / -0
Ahtml/images/os/oracle.png+1 / -0
Ahtml/images/os/oracle_2x.png+1 / -0
+4 added βˆ’5 removed filtered activity

πŸ’» r8371 MINOR

Mike Stupalov 🐱
Added basic support for Siklu EtherHaul Radio.
Files changed (3) +11 / -0
Changed files with action and line counts
Ahtml/images/os/siklu.png+1 / -0
Ahtml/images/os/siklu_2x.png+1 / -0
Mincludes/definitions/os.inc.php+9 / -0
+9 added 0 removed filtered activity

πŸ’» r8370 TRIVIAL

Mike Stupalov 🐱
Reduced default TTL for cache to 5 min.
Files changed (3) +5 / -5
Changed files with action and line counts
Mincludes/cache.inc.php+2 / -2
Mincludes/config-variables.inc.php+2 / -2
Mincludes/defaults.inc.php+1 / -1
+5 added βˆ’5 removed filtered activity

πŸ’» r8369 MINOR

Mike Stupalov 🐱
Added basic support for iRZ devices.
Files changed (3) +11 / -0
Changed files with action and line counts
Ahtml/images/os/irz.png+1 / -0
Ahtml/images/os/irz_2x.png+1 / -0
Mincludes/definitions/os.inc.php+9 / -0
+9 added 0 removed filtered activity

πŸ’» r8368 MINOR

Mike Stupalov 🐱
Added support for Mitsubishi UPS and ICT Distribution Panel.
Files changed (11) +1,659 / -0
Changed files with action and line counts
Ahtml/images/os/ict.png+1 / -0
Ahtml/images/os/ict_2x.png+1 / -0
Ahtml/images/os/mitsubishi.png+1 / -0
Ahtml/images/os/mitsubishi_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+88 / -0
Mincludes/definitions/os.inc.php+26 / -0
Aincludes/discovery/sensors/ict-mib.inc.php+37 / -0
Amibs/ict non-text+0 / -0
Amibs/ict/ICT-MIB+320 / -0
Amibs/mitsubishi non-text+0 / -0
Amibs/mitsubishi/MITSUBISHI-UPS-MIB+1,184 / -0
+151 added 0 removed filtered activity

πŸ’» r8367 MINOR

Mike Stupalov 🐱
Use "common" cache keys for users with Administrator rights. Added clean expired cache (for drivers which not support this by self, ie Files).
Files changed (2) +103 / -5
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+5 / -0
Mincludes/cache.inc.php+98 / -5
+103 added βˆ’5 removed filtered activity

πŸ’» r8366 TRIVIAL

Mike Stupalov 🐱
XCache excluded from avialable cache drivers (xcache rip, don't use it). Added try/cache in get_cache_stats(). Added cache configs into WUI config editor.
Files changed (4) +76 / -42
Changed files with action and line counts
Mhtml/index.php+1 / -1
Mhtml/pages/about.inc.php+29 / -29
Mincludes/cache.inc.php+15 / -4
Mincludes/config-variables.inc.php+31 / -8
+76 added βˆ’42 removed filtered activity

πŸ’» r8365 ADD

Adam Armstrong 🐸
Collect hardware from Aruba HP-based switches
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/os/procurve.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8363 HOTFIX

Adam Armstrong 🐸
Remove cache stats for now, possible permissions issue with caching stats
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8362 FIX

Adam Armstrong 🐸
Remove inclusion of jpgraph from json/csv outputting files. DERP.
Files changed (2) +0 / -17
Changed files with action and line counts
Mhtml/billing-bandwidth-data.php+0 / -12
Mhtml/billing-data.php+0 / -5
0 added βˆ’17 removed filtered activity

πŸ’» r8361 ADD

Adam Armstrong 🐸
Add ability to change map marker sizes in the config.
Files changed (3) +29 / -2
Changed files with action and line counts
Mhtml/includes/map/leaflet.inc.php+2 / -2
Mincludes/config-variables.inc.php+22 / -0
Mincludes/defaults.inc.php+5 / -0
+29 added βˆ’2 removed filtered activity

πŸ’» r8360 TRIVIAL

Mike Stupalov 🐱
Added os version detect for SeOS. Added basic os detect for Ericsson IPOS.
Files changed (1) +15 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+15 / -0
+15 added 0 removed filtered activity

πŸ’» r8359

Tom Laermans πŸ¦”
Trivial: add missing RBN-SUBSCRIBER-ACTIVE-MIB identity
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8358 TRIVIAL

Mike Stupalov 🐱
Fixed detect Sophos UTM.
Files changed (3) +1,146 / -4
Changed files with action and line counts
Mincludes/discovery/os/linux.inc.php+4 / -4
Amibs/sophos non-text+0 / -0
Amibs/sophos/ASTARO-MIB+1,142 / -0
+4 added βˆ’4 removed filtered activity

πŸ’» r8357 FIX

Adam Armstrong 🐸
Don't include jpgraph
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bills.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8356 TRIVIAL

Mike Stupalov 🐱
Fixed hardware detect for Dell/HP MIBs (appear in r8267).
Files changed (2) +13 / -7
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+5 / -2
Mincludes/polling/os/windows.inc.php+8 / -5
+13 added βˆ’7 removed filtered activity

πŸ’» r8355 ADD

Adam Armstrong 🐸
Add port vlan to alerting array
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8354 FIX

Adam Armstrong 🐸
Remove jpgraph requirement.
Files changed (1) +7 / -7
Changed files with action and line counts
Mhtml/pages/bill.inc.php+7 / -7
+7 added βˆ’7 removed filtered activity

πŸ’» r8352 FIX

Adam Armstrong 🐸
Fix slack!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/alerting/slack.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8351 TRIVIAL

Mike Stupalov 🐱
Add os images.
Files changed (4) +2 / -0
Changed files with action and line counts
Ahtml/images/os/deliberant.png+1 / -0
Ahtml/images/os/deliberant_2x.png+1 / -0
Mhtml/images/os/radware.png non-text+0 / -0
Mhtml/images/os/radware_2x.png non-text+0 / -0
0 added 0 removed filtered activity

πŸ’» r8350 MINOR

Mike Stupalov 🐱
Improved detect Toshiba printer, Samsung printer, Radware devices. Added basic os detect for Deliberant wireless devices.
Files changed (1) +24 / -3
Changed files with action and line counts
Mincludes/definitions/os.inc.php+24 / -3
+24 added βˆ’3 removed filtered activity

πŸ’» r8349 TRIVIAL

Mike Stupalov 🐱
More info, why cache currently disabled.
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/cache.inc.php+6 / -1
+6 added βˆ’1 removed filtered activity

πŸ’» r8348 MAJOR

Mike Stupalov 🐱
Added fast user-space data caching (currently only for some WUI parts) with phpFastCache. This caching worked ONLY with php 5.5+, for other versions cache skipped. For in-memory caching install PECL-APCu extension.
Files changed (110) +8,943 / -70

Showing the first 30 paths; 80 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+9 / -1
Mhtml/includes/cache-data.inc.php+17 / -7
Mhtml/includes/functions.inc.php+3 / -0
Mhtml/index.php+24 / -1
Mhtml/pages/about.inc.php+64 / -52
Aincludes/cache.inc.php+380 / -0
Mincludes/common.inc.php+7 / -0
Mincludes/defaults.inc.php+6 / -0
Mincludes/definitions.inc.php+11 / -9
Alibs/phpFastCache non-text+0 / -0
Alibs/phpFastCache/.htaccess+3 / -0
Alibs/phpFastCache/Api.php+72 / -0
Alibs/phpFastCache/Cache non-text+0 / -0
Alibs/phpFastCache/Cache/DriverBaseTrait.php+334 / -0
Alibs/phpFastCache/Cache/ExtendedCacheItemInterface.php+170 / -0
Alibs/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php+357 / -0
Alibs/phpFastCache/Cache/ItemBaseTrait.php+447 / -0
Alibs/phpFastCache/CacheManager.php+270 / -0
Alibs/phpFastCache/Core non-text+0 / -0
Alibs/phpFastCache/Core/ClassNamespaceResolverTrait.php+36 / -0
Alibs/phpFastCache/Core/DriverAbstract.php+67 / -0
Alibs/phpFastCache/Core/ExtendedCacheItemPoolTrait.php+370 / -0
Alibs/phpFastCache/Core/MemcacheDriverCollisionDetectorTrait.php+40 / -0
Alibs/phpFastCache/Core/PathSeekerTrait.php+242 / -0
Alibs/phpFastCache/Core/StandardPsr6StructureTrait.php+254 / -0
Alibs/phpFastCache/Drivers non-text+0 / -0
Alibs/phpFastCache/Drivers/Apc non-text+0 / -0
Alibs/phpFastCache/Drivers/Apc/Driver.php+143 / -0
Alibs/phpFastCache/Drivers/Apc/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Apcu non-text+0 / -0
+521 added βˆ’70 removed filtered activity

πŸ’» r8347 MAJOR

Mike Stupalov 🐱
Minimum supported PHP version now is 5.5.x, recommended is 7.0.x. Added alert message about too old php version in cli banner.
Files changed (3) +31 / -4
Changed files with action and line counts
Mhtml/index.php+5 / -3
Mincludes/definitions.inc.php+4 / -1
Mincludes/functions.inc.php+22 / -0
+31 added βˆ’4 removed filtered activity

πŸ’» r8346 FIX

Adam Armstrong 🐸
Make slack output also be compatible with mattermost.
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/alerting/slack.inc.php+4 / -1
+4 added βˆ’1 removed filtered activity

πŸ’» r8344 MIBS

Adam Armstrong 🐸
Update Dell COMPELLENT-MIB
Files changed (1) +374 / -166
Changed files with action and line counts
Mmibs/dell/COMPELLENT-MIB+374 / -166
0 added 0 removed filtered activity

πŸ’» r8343 ADD

Adam Armstrong 🐸
Add support of collection of sensors/status/inventory from HP Chassis devices via CPQRACK-MIB. Includes new MIB file.
Files changed (5) +4,006 / -71
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+6 / -0
Aincludes/discovery/inventory/cpqrack-mib.inc.php+168 / -0
Mincludes/discovery/sensors/cpqrack-mib.inc.php+19 / -4
Aincludes/discovery/status/cpqrack-mib.inc.php+40 / -0
Mmibs/hp/CPQRACK-MIB+3,773 / -67
+233 added βˆ’4 removed filtered activity

πŸ’» r8342 TRIVIAL

Mike Stupalov 🐱
Fixed compatability unit tests with php 7.1.
Files changed (4) +37 / -14
Changed files with action and line counts
Mincludes/common.inc.php+20 / -7
Mincludes/definitions.inc.php+2 / -1
Mtests/IncludesCommonTest.php+14 / -5
Mtests/IncludesSnmpTest.php+1 / -1
+22 added βˆ’8 removed filtered activity

πŸ’» r8341 MIBS

Mike Stupalov 🐱
Added/updated MIBs for Dell, DCN.
Files changed (10) +30,757 / -0
Changed files with action and line counts
Amibs/amer non-text+0 / -0
Amibs/amer/AMER-MIB+13,751 / -0
Amibs/dell/DELL-SNMP-UPS-MIB+1,325 / -0
Amibs/dell/DELL-STORAGE-SC-MIB+3,021 / -0
Amibs/dell/DellrPDU-MIB+2,942 / -0
Amibs/dell/POWERCONNECT3024-MIB+1,193 / -0
Amibs/dell/POWERCONNECT3048-MIB+1,193 / -0
Amibs/dell/POWERCONNECT5012-MIB+1,193 / -0
Amibs/dell/PowerConnect3248-MIB+3,120 / -0
Amibs/dell/powerConnect4-MIB+3,019 / -0
0 added 0 removed filtered activity

πŸ’» r8340 MINOR

Mike Stupalov 🐱
Added os definitions Dell UPS, Dell PDU, Moxa Switch/Router, Digital China IOS, Kemp LoadBalancer, Array Networks LoadBalancer, Exinda OS. Improved detect Dell Powerconnect, Dell Printer, DRAC, Arista EOS, Zhone MXK, Canon Printer.
Files changed (13) +168 / -9
Changed files with action and line counts
Ahtml/images/os/array.png+1 / -0
Ahtml/images/os/array_2x.png+1 / -0
Ahtml/images/os/dcn.png+1 / -0
Ahtml/images/os/dcn_2x.png+1 / -0
Ahtml/images/os/exinda.png+1 / -0
Ahtml/images/os/exinda_2x.png+1 / -0
Ahtml/images/os/kemp.png+1 / -0
Ahtml/images/os/kemp_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+17 / -0
Mincludes/definitions/models.inc.php+11 / -0
Mincludes/definitions/os.inc.php+113 / -9
Mincludes/discovery/os/linux.inc.php+2 / -0
Aincludes/polling/os/dell-ups.inc.php+17 / -0
+160 added βˆ’9 removed filtered activity

πŸ’» r8339

Mike Stupalov 🐱
os icons.
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/meinberg.png+1 / -0
Ahtml/images/os/meinberg_2x.png+1 / -0
0 added 0 removed filtered activity

πŸ’» r8338 MINOR

Mike Stupalov 🐱
Improved detect Zyxel devices. Added detect Meinberg LANTIME servers. Improved support for Dasan NOS devices.
Files changed (7) +155 / -12
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+39 / -1
Mincludes/definitions/os.inc.php+27 / -3
Aincludes/discovery/mempools/dasan-switch-mib.inc.php+33 / -0
Mincludes/discovery/os/linux.inc.php+6 / -1
Mincludes/discovery/os/zyxel.inc.php+13 / -7
Mincludes/discovery/processors.inc.php+12 / -0
Aincludes/polling/mempools/dasan-switch-mib.inc.php+25 / -0
+155 added βˆ’12 removed filtered activity

πŸ’» r8337 MIBS

Mike Stupalov 🐱
Added/updated MIBs (opengear, nextupssystems, meinberg, dasan).
Files changed (95) +335,219 / -1

Showing the first 30 paths; 65 more are omitted from this static page.

Changed files with action and line counts
Amibs/dasan non-text+0 / -0
Amibs/dasan/DASAN-ACCESS-MIB+1,206 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-H248-MIB+934 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-MGCP-MIB+414 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-POTS-MIB+663 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-SIP-MIB+454 / -0
Amibs/dasan/DASAN-ADSL-MIB+3,543 / -0
Amibs/dasan/DASAN-AUTORESET-MIB+1,282 / -0
Amibs/dasan/DASAN-BRIDGE-MIB+850 / -0
Amibs/dasan/DASAN-DHCP-MIB+347 / -0
Amibs/dasan/DASAN-DHCP-R-MIB+321 / -0
Amibs/dasan/DASAN-DSL-MIB+4,306 / -0
Amibs/dasan/DASAN-EPON-MIB+806 / -0
Amibs/dasan/DASAN-GEPON-MIB+196 / -0
Amibs/dasan/DASAN-GFAST-MIB+51 / -0
Amibs/dasan/DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB+1,047 / -0
Amibs/dasan/DASAN-MCAST-MIB+1,355 / -0
Amibs/dasan/DASAN-NOTIFICATION+3,843 / -0
Amibs/dasan/DASAN-NOTIFICATION-V1+1,571 / -0
Amibs/dasan/DASAN-PRODUCTS-MIB+627 / -0
Amibs/dasan/DASAN-QOS-MIB+528 / -0
Amibs/dasan/DASAN-ROUTER-MIB+241 / -0
Amibs/dasan/DASAN-SHDSL-MIB+1,501 / -0
Amibs/dasan/DASAN-SMI+196 / -0
Amibs/dasan/DASAN-SNMP-MIB+221 / -0
Amibs/dasan/DASAN-SWITCH-MIB+5,907 / -0
Amibs/dasan/DASAN-TC+442 / -0
Amibs/dasan/DASAN-THRESHOLD-MIB+149 / -0
Amibs/dasan/DASAN-TS-1000-MIB+312 / -0
Amibs/dasan/DASAN-USER-MANAGEMENT-MIB+100 / -0
0 added 0 removed filtered activity

πŸ’» r8336 FIX

Adam Armstrong 🐸
Fix opsgenie arguments
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/definitions/transports.inc.php+3 / -3
+3 added βˆ’3 removed filtered activity

January 2017

πŸ’» r8335 TRIVIAL

Mike Stupalov 🐱
Fixed undefined function error in wmi poller module.
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/wmi.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8334 MAJOR

Mike Stupalov 🐱
Added os discovery Megatec Netagent UPSes. Added sensors discovery by XPPC-MIB.
Files changed (8) +2,668 / -2,281
Changed files with action and line counts
Ahtml/images/os/megatec.png+1 / -0
Ahtml/images/os/megatec_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+269 / -3
Mincludes/definitions/os.inc.php+12 / -0
Mincludes/discovery/sensors.inc.php+36 / -7
Amibs/megatec non-text+0 / -0
Amibs/megatec/XPPC-MIB+2,349 / -0
Dmibs/rfc/XPPC-MIB+0 / -2,271
+317 added βˆ’10 removed filtered activity

πŸ’» r8333 FIX

Adam Armstrong 🐸
A10 is load balancer! :D
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8332 MINOR

Mike Stupalov 🐱
Updated Pear libraries (SMTP, Socket, Mail, Mail_mime) for compatability with latest php versions.
Files changed (10) +1,746 / -1,213
Changed files with action and line counts
Mlibs/pear/Mail/Mail.php+11 / -17
Mlibs/pear/Mail/Mail/RFC822.php+25 / -45
Mlibs/pear/Mail/Mail/mail.php+5 / -7
Mlibs/pear/Mail/Mail/sendmail.php+4 / -6
Mlibs/pear/Mail/Mail/smtp.php+9 / -17
Alibs/pear/Mail/Mail/smtpmx.php+502 / -0
Mlibs/pear/Mail/mime.php+550 / -424
Mlibs/pear/Mail/mimePart.php+219 / -230
Mlibs/pear/Net/SMTP.php+360 / -437
Mlibs/pear/Net/Socket.php+61 / -30
0 added 0 removed filtered activity

πŸ’» r8331 TRIVIAL

Mike Stupalov 🐱
Moved sensors discovery for RMS-MIB to definitions based.
Files changed (3) +34 / -65
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+28 / -0
Dincludes/discovery/sensors/rms-mib.inc.php+0 / -65
Mincludes/polling/os/apc.inc.php+6 / -0
+34 added βˆ’65 removed filtered activity

πŸ’» r8330 MINOR

Mike Stupalov 🐱
Added basic os detection for Ericsson UCP and Switch. Split some not power APC oses (kvm, server). Added support for Enlogic PDU and sensors by ENLOGIC-PDU-MIB. Added contributed sensors discovery by RMS-MIB.
Files changed (7) +625 / -29
Changed files with action and line counts
Ahtml/images/os/enlogic.png+1 / -0
Ahtml/images/os/enlogic_2x.png+1 / -0
Mincludes/definitions/mibs.inc.php+33 / -9
Mincludes/definitions/os.inc.php+72 / -14
Mincludes/definitions/sensors.inc.php+6 / -6
Aincludes/discovery/sensors/enlogic-pdu-mib.inc.php+447 / -0
Aincludes/discovery/sensors/rms-mib.inc.php+65 / -0
+623 added βˆ’29 removed filtered activity

πŸ’» r8329 MIBS

Mike Stupalov 🐱
Added mib files for knuerr, tinycontrol.
Files changed (7) +4,267 / -867
Changed files with action and line counts
Dmibs/ServersCheck+0 / -867
Amibs/knuerr non-text+0 / -0
Amibs/knuerr/RMS-MIB+2,063 / -0
Amibs/serverscheck/ServersCheck+1,549 / -0
Amibs/tinycontrol non-text+0 / -0
Amibs/tinycontrol/LAN-MODULE+369 / -0
Amibs/tinycontrol/LAN-MODULE2+286 / -0
0 added 0 removed filtered activity

πŸ’» r8328 MINOR

Mike Stupalov 🐱
Improved os detection for Avocent KVM. Added os detection for Knuerr RMS.
Files changed (6) +23 / -10
Changed files with action and line counts
Ahtml/images/os/knuerr.png+1 / -0
Ahtml/images/os/knuerr_2x.png+1 / -0
Mincludes/definitions.inc.php+2 / -1
Mincludes/definitions/mibs.inc.php+6 / -3
Mincludes/definitions/os.inc.php+10 / -2
Mincludes/polling/os/avocent.inc.php+3 / -4
+21 added βˆ’10 removed filtered activity

πŸ’» r8327 TRIVIAL

Mike Stupalov 🐱
Fixed initialize cache devices/ports count statistics.
Files changed (1) +373 / -372
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+373 / -372
+373 added βˆ’372 removed filtered activity

πŸ’» r8326 TRIVIAL

Mike Stupalov 🐱
Added check zero value for bypass current and power by UPS-MIB.
Files changed (1) +6 / -4
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+6 / -4
+6 added βˆ’4 removed filtered activity

πŸ’» r8325 TRIVIAL

Mike Stupalov 🐱
Fixed checking Input Current and Power for total zero value on all phases by UPS-MIB.
Files changed (1) +18 / -2
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+18 / -2
+18 added βˆ’2 removed filtered activity

πŸ’» r8324 MINOR

Mike Stupalov 🐱
Added support for Generex CS141 UPS Card. Fixed discovery sensors with incorect indexes by UPS-MIB (OBSERVIUM-2157).
Files changed (7) +78 / -40
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+1 / -1
Mincludes/definitions/os.inc.php+2 / -1
Mincludes/discovery/os/linux.inc.php+1 / -0
Mincludes/discovery/sensors/ups-mib.inc.php+50 / -35
Mincludes/functions.inc.php+8 / -0
Mincludes/polling/os/generex-ups.inc.php+4 / -3
Mtests/IncludesFunctionsTest.php+12 / -0
+66 added βˆ’40 removed filtered activity

πŸ’» r8323 FIX

Adam Armstrong 🐸
Fix deprecated graph type.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8322 FIX

Adam Armstrong 🐸
Fix more this
Files changed (1) +8 / -4
Changed files with action and line counts
Mhtml/pages/group_add.inc.php+8 / -4
+8 added βˆ’4 removed filtered activity

πŸ’» r8321 FIX

Adam Armstrong 🐸
No more $this :)
Files changed (1) +9 / -8
Changed files with action and line counts
Mhtml/pages/add_alert_check.inc.php+9 / -8
+9 added βˆ’8 removed filtered activity

πŸ’» r8320 MINOR

Mike Stupalov 🐱
Added support for ManageUPS Net Adapter (and devices who use it Chloride/ONEAC/MasterGuard).
Files changed (7) +633 / -27
Changed files with action and line counts
Ahtml/images/os/vertiv.png+1 / -0
Ahtml/images/os/vertiv_2x.png+1 / -0
Mincludes/definitions/os.inc.php+39 / -24
Mincludes/discovery/sensors/ups-mib.inc.php+3 / -3
Aincludes/polling/os/manageups.inc.php+17 / -0
Amibs/chloride non-text+0 / -0
Amibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR.MIB+572 / -0
+59 added βˆ’27 removed filtered activity

πŸ’» r8319 TRIVIAL

Mike Stupalov 🐱
Fixed statuses donuts in overview page (appear in r8300). Fixed reset inventory deleted time.
Files changed (2) +14 / -10
Changed files with action and line counts
Mhtml/includes/status-donuts.inc.php+5 / -6
Mincludes/discovery/functions.inc.php+9 / -4
+14 added βˆ’10 removed filtered activity

πŸ’» r8317 TRIVIAL

Mike Stupalov 🐱
Fixed statuses polling (apear in r8298).
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8315 FIX

Adam Armstrong 🐸
Ignore doesn't stop rancid!
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/generate-rancid.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8314 ADD

Adam Armstrong 🐸
Add different colour for syslog alerts.
Files changed (1) +14 / -1
Changed files with action and line counts
Mincludes/alerting/slack.inc.php+14 / -1
+14 added βˆ’1 removed filtered activity

πŸ’» r8313

Tom Laermans πŸ¦”
Trivial: update Liebert MIBs
Files changed (9) +3,114 / -525
Changed files with action and line counts
Mmibs/liebert/LIEBERT-GP-AGENT-MIB+56 / -0
Mmibs/liebert/LIEBERT-GP-CONDITIONS-MIB+238 / -212
Mmibs/liebert/LIEBERT-GP-ENVIRONMENTAL-MIB+4 / -2
Mmibs/liebert/LIEBERT-GP-FLEXIBLE-CONDITIONS-MIB+1,373 / -20
Mmibs/liebert/LIEBERT-GP-FLEXIBLE-MIB+41 / -4
Mmibs/liebert/LIEBERT-GP-NOTIFICATIONS-MIB non-text+0 / -0
Mmibs/liebert/LIEBERT-GP-PDU-MIB+1,024 / -273
Mmibs/liebert/LIEBERT-GP-POWER-MIB+51 / -2
Mmibs/liebert/LIEBERT-GP-REGISTRATION-MIB+327 / -12
0 added 0 removed filtered activity

πŸ’» r8312

Tom Laermans πŸ¦”
New: add support for AVTech RoomAlert 12E devices, update MIB. Small english fixes.
Files changed (4) +170 / -60
Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+82 / -0
Mincludes/definitions/os.inc.php+2 / -0
Mincludes/functions.inc.php+2 / -2
Mmibs/avtech/ROOMALERT12E-MIB+84 / -58
+86 added βˆ’2 removed filtered activity

πŸ’» r8311 TRIVIAL

Mike Stupalov 🐱
Small cleanup/undebug.
Files changed (2) +1 / -3
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+0 / -2
+1 added βˆ’3 removed filtered activity

πŸ’» r8310 FIX

Adam Armstrong 🐸
Increment license year
Files changed (1) +1 / -1
Changed files with action and line counts
MLICENSE.PRO+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8309 FIX

Adam Armstrong 🐸
Version lol.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/version.inc.php+1 / -1
+1 added βˆ’1 removed filtered activity

πŸ’» r8308 SQL

Adam Armstrong 🐸
SQL changes for inventory
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/321.sql+1 / -0
0 added 0 removed filtered activity

πŸ’» r8307 ADD

Adam Armstrong 🐸
Add ability to remember inventory that has been removed.
Files changed (3) +74 / -4
Changed files with action and line counts
Mhtml/includes/print/inventory.inc.php+8 / -0
Mincludes/discovery/functions.inc.php+8 / -4
Aincludes/housekeeping/inventory.inc.php+58 / -0
+74 added βˆ’4 removed filtered activity

πŸ’» r8306 ADD

Adam Armstrong 🐸
Basic OS list
Files changed (1) +99 / -0
Changed files with action and line counts
Ahtml/pages/os.inc.php+99 / -0
+99 added 0 removed filtered activity

πŸ’» r8305 FIX

Adam Armstrong 🐸
Mask out more invalid sensors from HH3C-ENTITY-EXT-MIB
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/sensors/hh3c-entity-ext-mib.inc.php+1 / -0
+1 added 0 removed filtered activity

πŸ’» r8304 FIX

Adam Armstrong 🐸
Fix collectd rrd options.
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/collectd.inc.php+2 / -1
+2 added βˆ’1 removed filtered activity

πŸ’» r8303 ADD

Adam Armstrong 🐸
Add linear trend prediction to generic_data
Files changed (1) +14 / -0
Changed files with action and line counts
Mhtml/includes/graphs/generic_data.inc.php+14 / -0
+14 added 0 removed filtered activity

Stable release coverage in 2017

Each bar shows the range of rolling-release revisions included in that stable release.

17.11.8960

Released β€’ Commits r8930 through r8959
Included development changes (29 commits)

New Features

Improvements

  • r8935: Use router id for OSPF device discovery. +1/βˆ’1
  • r8937: Improve bill creation form. Fix creating bill from port page. +169/βˆ’124

Bug Fixes

  • r8932: Strip spaces from nginx agent output +1/βˆ’1
  • r8936: Fix pollerlog time calculation +4/βˆ’4

Minor Changes

  • r8938: Improved detect sensor port associations for some Cisco ASR devices (OBS-2295). +17/βˆ’95
  • r8940: Speedup some syslog db queries with correct indexes (OBS-2506). +2/βˆ’2
  • r8944: Do not force discovery bgp peers if snmpwalk received incomplete data from device. Added trivial helper functions for get last snmp error code and status. +54/βˆ’16
  • r8953: Improved discovery sensors by DeltaUPS-MIB. +90/βˆ’20

MIB Updates

  • r8946: Update Aruba mib files.
  • r8951: Updated Juniper MIB files.
  • r8952: Updated Socomec mib files.

Database Changes

  • r8931: Increase group name/descr field sizes

Trivial Changes

  • r8942: Speedup housekeeping timestamp db queries (OBS-2508). +6/βˆ’6
  • r8943: Fixed variable for timeout check in get_http_request() (OBS-2511). +2/βˆ’2
  • r8945: Removed php version check in hash_equals compat library.
  • r8947: Polling printer supplies cleanup. +66/βˆ’105
  • r8948: Improved exclude uptime rollover time for reboot trigger. +12/βˆ’3
  • r8949: Set default port realtime polling interval to 10s for JunOS. +2/0
  • r8950: Improved detect incorrect snmp v3 auth error. +17/βˆ’10
  • r8954: Fixed discovery some sensors by DeltaUPS-MIB. +11/βˆ’6
  • r8955: Fixed port labels on Delta UPS devices. +1/0
  • r8956: Fixed php 7.1 compatability for functions rrdtool_last() and rrdtool_lastupdate() (OBS-2528). +17/βˆ’6
  • r8957: Fixed display bill_bits graphs (OBS-2529). +3/βˆ’3
  • r8958: Fixed polling ports ifAlias with UTF-8 chars. +8/0
  • r8959: Also fixed polling ports ifName and ifDescr with UTF-8 chars. +12/βˆ’5
Complete release diff (222) +289,561 / -5,599

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
Ahtml/images/os/nokia.png+1 / -0
Ahtml/images/os/nokia_2x.png+1 / -0
Mhtml/includes/graphs/bill/auth.inc.php+3 / -3
Mhtml/includes/graphs/common.inc.php+2 / -0
Mhtml/includes/graphs/graph.inc.php+14 / -4
Mhtml/includes/print/search.inc.php+1 / -1
Mhtml/pages/bill/actions.inc.php+1 / -1
Mhtml/pages/bills.inc.php+2 / -2
Mhtml/pages/bills/add.inc.php+165 / -120
Mhtml/pages/device/logs/syslog.inc.php+1 / -1
Mhtml/pages/device/overview/printersupplies.inc.php+13 / -2
Mhtml/pages/pollerlog.inc.php+4 / -4
Mhtml/pages/syslog.inc.php+1 / -1
Mincludes/common.inc.php+2 / -2
Mincludes/definitions.inc.php+11 / -6
Mincludes/definitions/mibs.inc.php+93 / -18
Mincludes/definitions/os.inc.php+12 / -2
Mincludes/discovery/neighbours/ospf-mib.inc.php+1 / -1
Mincludes/discovery/ports.inc.php+7 / -0
Mincludes/discovery/printersupplies/printer-mib.inc.php+1 / -21
Mincludes/discovery/sensors.inc.php+4 / -2
Mincludes/discovery/sensors/cisco-entity-sensor-mib.inc.php+0 / -38
Mincludes/discovery/sensors/entity-sensor-mib.inc.php+0 / -54
Mincludes/entities.inc.php+17 / -3
Mincludes/housekeeping/alertlog.inc.php+1 / -1
Mincludes/housekeeping/authlog.inc.php+1 / -1
Mincludes/housekeeping/eventlog.inc.php+1 / -1
Mincludes/housekeeping/inventory.inc.php+1 / -1
Mincludes/housekeeping/ports.inc.php+1 / -1
Mincludes/housekeeping/syslog.inc.php+1 / -1
Mincludes/polling/bgp-peers.inc.php+30 / -12
Mincludes/polling/ports.inc.php+12 / -4
Mincludes/polling/printersupplies.inc.php+52 / -82
Mincludes/polling/system.inc.php+12 / -3
Mincludes/rrdtool.inc.php+17 / -6
Mincludes/snmp.inc.php+26 / -4
Mlibs/hash-compat/hash_equals.php+0 / -7
Mlibs/hash-compat/hash_pbkdf2.php+0 / -7
Mlibs/phpFastCache/Drivers/Sqlite/Driver.php+15 / -0
Mmibs/aruba/AI-AP-MIB+138 / -0
Mmibs/aruba/ARUBA-MIB+7 / -1
Amibs/cisco/CISCO-FIREPOWER-AP-AAA-MIB+7,270 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-ADAPTOR-MIB+26,679 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-BIOS-MIB+5,482 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-BMC-MIB+275 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CALLHOME-MIB+1,556 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CAPABILITY-MIB+2,052 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CHANGE-MIB+192 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CIMCVMEDIA-MIB+832 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-COMM-MIB+3,083 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-COMPUTE-MIB+11,079 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-CONFIG-MIB+407 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DCX-MIB+1,007 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DHCP-MIB+337 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DIAG-MIB+779 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DOMAIN-MIB+966 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-DPSEC-MIB+174 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EPQOS-MIB+1,250 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EQUIPMENT-MIB+23,125 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-ETHER-MIB+9,834 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EVENT-MIB+688 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EXTMGMT-MIB+770 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EXTPOL-MIB+2,446 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-EXTVMM-MIB+1,910 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FABRIC-MIB+20,869 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FAULT-MIB+1,027 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FEATURE-MIB+695 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FIRMWARE-MIB+8,784 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FLOWCTRL-MIB+253 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-FSM-MIB+175 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-GMETA-MIB+908 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-HOSTIMG-MIB+289 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-IDENT-MIB+1,535 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-IMGPROV-MIB+222 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-IMGSEC-MIB+232 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-INITIATOR-MIB+99 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-IP-MIB+569 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-IPPOOL-MIB+1,054 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-IQNPOOL-MIB+727 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-LLDP-MIB+153 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-LS-MIB+2,529 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-LSBOOT-MIB+1,714 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-LSMAINT-MIB+465 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-MACPOOL-MIB+636 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-MAPPINGS-MIB+231 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-MEMORY-MIB+2,713 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-MGMT-MIB+6,190 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-MIB+3,914 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-NETWORK-MIB+888 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-NFS-MIB+1,233 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-NOTIFS-MIB+96 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-NWCTRL-MIB+198 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-OBSERVE-MIB+831 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-ORG-MIB+221 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-OS-MIB+673 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-PCI-MIB+427 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-PKI-MIB+1,063 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-POLICY-MIB+3,262 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-PORT-MIB+792 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-POWER-MIB+1,809 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-PROC-MIB+636 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-PROCESSOR-MIB+1,858 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-QOSCLASS-MIB+999 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-QUERYRESULT-MIB+285 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-SM-MIB+1,556 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-SOL-MIB+404 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-STATS-MIB+1,685 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-STORAGE-MIB+5,851 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-SW-MIB+16,297 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-SYSDEBUG-MIB+4,619 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-SYSFILE-MIB+688 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-TC-MIB+31,995 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-TOP-MIB+416 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-TRIG-MIB+1,149 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-UUIDPOOL-MIB+647 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-VERSION-MIB+193 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-VM-MIB+2,701 / -0
Amibs/cisco/CISCO-FIREPOWER-AP-VNIC-MIB+9,480 / -0
Amibs/juniper/IPMCAST-MIB-CAPABILITY+244 / -0
Amibs/juniper/JNX-DOT3OAM-CAPABILITY+135 / -0
Amibs/juniper/JNX-IF-CAPABILITY+84 / -0
Amibs/juniper/JNX-IP-CAPABILITY+87 / -0
Mmibs/juniper/JNX-IPSEC-MONITOR-MIB+11 / -153
Mmibs/juniper/JNX-OPT-IF-EXT-MIB+12 / -4
Mmibs/juniper/JNX-PPPOE-MIB+28 / -2
Amibs/juniper/JNX-SNMPv2-CAPABILITY+98 / -0
Mmibs/juniper/JUNIPER-CHASSIS-CLUSTER-MIB+118 / -3
Mmibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB+878 / -65
Mmibs/juniper/JUNIPER-COS-MIB+50 / -1
Mmibs/juniper/JUNIPER-EXPERIMENT-MIB+9 / -34
Mmibs/juniper/JUNIPER-FIREWALL-MIB+30 / -19
Mmibs/juniper/JUNIPER-HOSTRESOURCES-MIB+8 / -0
Mmibs/juniper/JUNIPER-IF-MIB+1 / -1
Mmibs/juniper/JUNIPER-IFOPTICS-MIB+5,463 / -15
Mmibs/juniper/JUNIPER-IFOTN-MIB+1,000 / -10
Mmibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB+56 / -15
Amibs/juniper/JUNIPER-JS-FLOW-MIB+70 / -0
Mmibs/juniper/JUNIPER-JS-NAT-MIB+113 / -23
Mmibs/juniper/JUNIPER-JS-PACKET-MIRROR-MIB+5 / -1
Mmibs/juniper/JUNIPER-JS-POLICY-MIB+350 / -4
Mmibs/juniper/JUNIPER-JS-SCREENING-MIB+460 / -3
Mmibs/juniper/JUNIPER-JS-SMI+2 / -1
Mmibs/juniper/JUNIPER-L2ALD-MIB+45 / -5
Mmibs/juniper/JUNIPER-L2CP-FEATURES-MIB+55 / -1
Mmibs/juniper/JUNIPER-LDP-MIB+8 / -0
Mmibs/juniper/JUNIPER-LICENSE-MIB+22 / -2
Mmibs/juniper/JUNIPER-LSYS-SECURITYPROFILE-MIB+1 / -0
Mmibs/juniper/JUNIPER-MIB+123 / -33
Mmibs/juniper/JUNIPER-MIMSTP-MIB+5 / -14
Mmibs/juniper/JUNIPER-MOBILE-GATEWAY-SM-MIB+33 / -33
Amibs/juniper/JUNIPER-OAM-MIB+147 / -0
Mmibs/juniper/JUNIPER-PFE-MIB+8 / -3
Mmibs/juniper/JUNIPER-RPM-MIB+11 / -5
Mmibs/juniper/JUNIPER-SMI+42 / -2
Mmibs/juniper/JUNIPER-SNMP-SET-MIB+0 / -55
Mmibs/juniper/JUNIPER-SOAM-PM-MIB+2,115 / -16
Mmibs/juniper/JUNIPER-SP-MIB+7 / -3
Amibs/juniper/JUNIPER-SRD-MIB+469 / -0
Mmibs/juniper/JUNIPER-SRX5000-SPU-MONITORING-MIB+98 / -4
Mmibs/juniper/JUNIPER-SUBSCRIBER-MIB+148 / -5
Mmibs/juniper/JUNIPER-TIMING-NOTFNS-MIB+167 / -25
Amibs/juniper/JUNIPER-TLB-MIB+1,262 / -0
Amibs/juniper/JUNIPER-TUNNEL-STATS-MIB+103 / -0
Mmibs/juniper/JUNIPER-TWAMP-MIB+11 / -4
Amibs/juniper/JUNIPER-URL-FILTER-MIB+605 / -0
Mmibs/juniper/JUNIPER-VMON-MIB+56 / -3
Amibs/juniper/MPLS-LSR-STD-CAPABILITY+280 / -0
Amibs/juniper/MPLS-MLDP-STD-MIB+962 / -0
Amibs/netscreen/NETSCREEN-ADDR-MIB+142 / -0
Amibs/netscreen/NETSCREEN-BGP4-MIB+784 / -0
Amibs/netscreen/NETSCREEN-CERTIFICATE-MIB+217 / -0
Amibs/netscreen/NETSCREEN-IDS-MIB+880 / -0
Mmibs/netscreen/NETSCREEN-IP-ARP-MIB+3 / -1
Amibs/netscreen/NETSCREEN-IPPOOL-MIB+125 / -0
Amibs/netscreen/NETSCREEN-NAT-MIB+536 / -0
Mmibs/netscreen/NETSCREEN-NSRP-MIB+9 / -9
Amibs/netscreen/NETSCREEN-OSPF-TRAP-MIB+444 / -0
Amibs/netscreen/NETSCREEN-POLICY-MIB+583 / -0
Amibs/netscreen/NETSCREEN-QOS-MIB+174 / -0
Mmibs/netscreen/NETSCREEN-RESOURCE-MIB+162 / -0
Amibs/netscreen/NETSCREEN-RIPv2-MIB+567 / -0
Amibs/netscreen/NETSCREEN-SCHEDULE-MIB+253 / -0
Amibs/netscreen/NETSCREEN-SERVICE-MIB+323 / -0
Amibs/netscreen/NETSCREEN-SET-ADMIN-USR-MIB+202 / -0
Amibs/netscreen/NETSCREEN-SET-AUTH-MIB+404 / -0
Amibs/netscreen/NETSCREEN-SET-DHCP-MIB+134 / -0
Amibs/netscreen/NETSCREEN-SET-DNS-MIB+90 / -0
Amibs/netscreen/NETSCREEN-SET-EMAIL-MIB+102 / -0
Mmibs/netscreen/NETSCREEN-SET-GEN-MIB+5 / -2
Amibs/netscreen/NETSCREEN-SET-GLB-MIB+272 / -0
Amibs/netscreen/NETSCREEN-SET-LOG-MIB+197 / -0
Amibs/netscreen/NETSCREEN-SET-SNMP-MIB+176 / -0
Amibs/netscreen/NETSCREEN-SET-SYSTIME-MIB+102 / -0
Amibs/netscreen/NETSCREEN-SET-URL-FILTER-MIB+133 / -0
Amibs/netscreen/NETSCREEN-SET-WEB-MIB+150 / -0
Mmibs/netscreen/NETSCREEN-SMI+9 / -4
Amibs/netscreen/NETSCREEN-TRAP-MIB+548 / -0
Amibs/netscreen/NETSCREEN-UAC-MIB+124 / -0
Amibs/netscreen/NETSCREEN-VPN-GATEWAY-MIB+240 / -0
Amibs/netscreen/NETSCREEN-VPN-IAS-MIB+125 / -0
Amibs/netscreen/NETSCREEN-VPN-IKE-MIB+190 / -0
Amibs/netscreen/NETSCREEN-VPN-L2TP-MIB+494 / -0
Amibs/netscreen/NETSCREEN-VPN-MANUAL-MIB+219 / -0
Amibs/netscreen/NETSCREEN-VPN-MON-MIB+537 / -0
Amibs/netscreen/NETSCREEN-VPN-MON-SA-COUNT-MIB+139 / -0
Amibs/netscreen/NETSCREEN-VPN-PHASEONE-MIB+186 / -0
Amibs/netscreen/NETSCREEN-VPN-PHASETWO-MIB+208 / -0
Amibs/netscreen/NETSCREEN-VPN-USER-MIB+466 / -0
Amibs/netscreen/NETSCREEN-VR-BGP4-MIB+787 / -0
Amibs/netscreen/NETSCREEN-VR-MIB+157 / -0
Amibs/netscreen/NETSCREEN-VR-OSPF-MIB+2,410 / -0
Amibs/netscreen/NETSCREEN-VR-RIPv2-MIB+567 / -0
Amibs/netscreen/NETSCREEN-VSYS-MIB+98 / -0
Amibs/netscreen/NETSCREEN-ZONE-MIB+122 / -0
Amibs/socomec/SOCOMECIPDU-MIB+5,380 / -0
Mmibs/socomec/SOCOMECUPS-MIB+259 / -180
Dmibs/socomec/SOCOMECUPS-MIB-v2+0 / -4,417
Amibs/socomec/SOCOMECUPSSTS-MIB+588 / -0
Amibs/socomec/SOCOMECUPS_ADICOM_MIB+636 / -0
Mscripts/agent-local/nginx+1 / -1
Aupdate/358.sql+2 / -0
Aupdate/359.sql+5 / -0
+520 added βˆ’413 removed +107 net filtered development activity

17.10.8930

Released β€’ Commits r8889 through r8929
Included development changes (40 commits)

New Features

  • r8909: Add detection of checkpoint gaia embedded +16/0
  • r8925: Add support for boolean status inputs from ServersCheck SensorGateway. +33/0
  • r8926: Extend Gaia Embedded detection +5/0
  • r8928: Add eventlog entry for deleted devices +1/0

Improvements

  • r8895: Add option to get more accurate long term uptime from net-snmp +49/βˆ’36
  • r8899: Improve BGP per-session local as support [OBS-2461] +16/βˆ’5

Bug Fixes

  • r8898: Improve cisco hardware string logic +4/βˆ’4
  • r8923: Set session timeout to 1 day to try to avoid auth timeout issues. +2/βˆ’2
  • r8924: Avoid setting things we may not need +1/βˆ’1
  • r8929: Fix Cisco RAS sessions graphs +5/βˆ’5

Minor Changes

  • r8892: Prioritizing snmpEngineTime over hrSystemUptime and sysUptime. Clean old geolocation parts. +58/βˆ’69
  • r8902: Added detect hardware/version/uptime for Ubiquiti UniFi by UBNT-UniFi-MIB. +10/βˆ’4
  • r8906: Improved detect private BGP AS numbers. +85/βˆ’27
  • r8912: Added support for Eltek SmartPack devices. Added sensors discovery by SP2-MIB. +254/βˆ’6
  • r8913: Improved discovery statuses with additional event oid values. Added discovery additional APC Netbotz statuses by PowerNet-MIB (OBS-2011). +70/βˆ’14

MIB Updates

Trivial Changes

  • r8890: Fixed skip load qTip on tablet/mobiles (correctly load qTip with datetime picker). +11/βˆ’8
  • r8891: Updated Pear Net_DNS2 lib to latest.
  • r8893: More clean. +21/βˆ’26
  • r8894: Fixed deletion users with CSRF validation (OBS-2451). +13/βˆ’6
  • r8896: Converted "accurate linux uptime" to mib definition. Fixed fetch this uptime (needed only first number). +85/βˆ’59
  • r8897: Fixed detect maximum value between snmpEngineTime and hrSystemUptime (OBS-2464). +3/βˆ’2
  • r8901: Undebug. Fixed discovery BGP vendor specific per session local ASes. +36/βˆ’7
  • r8903: Fixed display iBGP peers for per session local ASes. +9/βˆ’6
  • r8904: Fixed iBGP counter on device BGP page. +1/βˆ’1
  • r8907: Removed guessing device bgpLocalAs with multiple local ASes. +20/βˆ’38
  • r8914: Renamed status events map key. +13/βˆ’7
  • r8915: Fixed display php memory limit in cli versions output. +1/βˆ’1
  • r8918: Fixed priority for hrSystemUptime (OBS-2464). +26/βˆ’20
  • r8919: More accurate detect neighbour local port by LLDP-MIB (OBS-2474). +49/βˆ’15
  • r8920: Fixed eventlog for device rebooted time. Added date info when device last rebooted on device page. +39/βˆ’18
  • r8921: Snmpwalk separate oids instead whole huge table in neighbours discovery by LLDP-MIB (OBS-2266). +16/βˆ’4

Other Changes

  • r8905: derp +1/βˆ’1
  • r8910: MIB: Update Raritan RemoteKVMDevice-MIB
  • r8916: NEW: Microsoft Teams alerting transport +70/0
  • r8917: Trivial: correct warning message on contact delete modal +1/βˆ’1
  • r8922: Fix: update Teams transport +1/βˆ’3
  • r8900: Add cuberpower support [OBS-2460] +10/0
  • r8927: Add additional checkpoint OS detection rules +12/βˆ’8
Complete release diff (187) +552,707 / -809

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/cyberpower.png+1 / -0
Ahtml/images/os/cyberpower_2x.png+1 / -0
Mhtml/includes/authenticate.inc.php+2 / -2
Mhtml/includes/cache-data.inc.php+7 / -4
Mhtml/includes/graphs/device/cras_sessions.inc.php+5 / -5
Mhtml/includes/graphs/global/auth.inc.php+3 / -3
Mhtml/includes/print/routing.inc.php+4 / -4
Mhtml/includes/print/search.inc.php+3 / -0
Mhtml/index.php+5 / -5
Mhtml/pages/contacts.inc.php+1 / -1
Mhtml/pages/device/overview/information.inc.php+14 / -6
Mhtml/pages/device/overview/information_extended.inc.php+14 / -6
Mhtml/pages/device/routing/bgp.inc.php+2 / -2
Mhtml/pages/edituser.inc.php+11 / -4
Mhtml/pages/edituser/deleteuser.inc.php+2 / -2
Aincludes/alerting/teams.inc.php+58 / -0
Mincludes/common.inc.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/definitions/mibs.inc.php+167 / -1
Mincludes/definitions/os.inc.php+61 / -7
Mincludes/definitions/transports.inc.php+10 / -0
Mincludes/discovery/bgp-peers.inc.php+47 / -6
Mincludes/discovery/functions.inc.php+2 / -2
Mincludes/discovery/neighbours/lldp-mib.inc.php+65 / -19
Mincludes/discovery/sensors.inc.php+64 / -9
Mincludes/discovery/sensors/serverscheck.inc.php+29 / -0
Aincludes/discovery/sensors/sp2-mib.inc.php+77 / -0
Mincludes/functions.inc.php+53 / -9
Mincludes/geolocation.inc.php+1 / -1
Mincludes/polling/bgp-peers.inc.php+3 / -3
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/polling/os/cisco.inc.php+2 / -2
Mincludes/polling/os/unifi.inc.php+5 / -2
Mincludes/polling/system.inc.php+105 / -88
Mincludes/rewrites.inc.php+17 / -3
Mincludes/snmp.inc.php+2 / -2
Mlibs/pear/Net/DNS2.php+532 / -333
Mlibs/pear/Net/DNS2/BitMap.php+1 / -1
Mlibs/pear/Net/DNS2/Cache.php+7 / -1
Mlibs/pear/Net/DNS2/Cache/File.php+8 / -3
Mlibs/pear/Net/DNS2/Cache/Shm.php+14 / -1
Mlibs/pear/Net/DNS2/Exception.php+12 / -2
Mlibs/pear/Net/DNS2/Header.php+5 / -10
Mlibs/pear/Net/DNS2/Lookups.php+40 / -7
Mlibs/pear/Net/DNS2/Packet.php+1 / -16
Mlibs/pear/Net/DNS2/Packet/Request.php+17 / -21
Mlibs/pear/Net/DNS2/Packet/Response.php+6 / -1
Mlibs/pear/Net/DNS2/PrivateKey.php+22 / -20
Mlibs/pear/Net/DNS2/Question.php+3 / -3
Mlibs/pear/Net/DNS2/RR.php+7 / -4
Mlibs/pear/Net/DNS2/RR/A.php+1 / -1
Mlibs/pear/Net/DNS2/RR/AAAA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/AFSDB.php+1 / -1
Mlibs/pear/Net/DNS2/RR/ANY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/APL.php+1 / -1
Mlibs/pear/Net/DNS2/RR/ATMA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/CAA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/CDS.php+2 / -2
Mlibs/pear/Net/DNS2/RR/CERT.php+1 / -1
Mlibs/pear/Net/DNS2/RR/CNAME.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DHCID.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DLV.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DNAME.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DNSKEY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/DS.php+1 / -1
Mlibs/pear/Net/DNS2/RR/EID.php+1 / -1
Mlibs/pear/Net/DNS2/RR/EUI48.php+1 / -1
Mlibs/pear/Net/DNS2/RR/EUI64.php+1 / -1
Mlibs/pear/Net/DNS2/RR/HINFO.php+1 / -1
Mlibs/pear/Net/DNS2/RR/HIP.php+1 / -1
Mlibs/pear/Net/DNS2/RR/IPSECKEY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/ISDN.php+1 / -1
Mlibs/pear/Net/DNS2/RR/KEY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/KX.php+1 / -1
Mlibs/pear/Net/DNS2/RR/L32.php+1 / -1
Mlibs/pear/Net/DNS2/RR/L64.php+1 / -1
Mlibs/pear/Net/DNS2/RR/LOC.php+1 / -1
Mlibs/pear/Net/DNS2/RR/LP.php+1 / -1
Mlibs/pear/Net/DNS2/RR/MX.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NAPTR.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NID.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NIMLOC.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NS.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NSAP.php+4 / -4
Mlibs/pear/Net/DNS2/RR/NSEC.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NSEC3.php+1 / -1
Mlibs/pear/Net/DNS2/RR/NSEC3PARAM.php+1 / -1
Mlibs/pear/Net/DNS2/RR/OPT.php+1 / -1
Mlibs/pear/Net/DNS2/RR/PTR.php+3 / -3
Mlibs/pear/Net/DNS2/RR/PX.php+1 / -1
Mlibs/pear/Net/DNS2/RR/RP.php+1 / -1
Mlibs/pear/Net/DNS2/RR/RRSIG.php+1 / -1
Mlibs/pear/Net/DNS2/RR/RT.php+1 / -1
Mlibs/pear/Net/DNS2/RR/SIG.php+49 / -13
Mlibs/pear/Net/DNS2/RR/SOA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/SPF.php+1 / -1
Mlibs/pear/Net/DNS2/RR/SRV.php+1 / -1
Mlibs/pear/Net/DNS2/RR/SSHFP.php+14 / -8
Mlibs/pear/Net/DNS2/RR/TA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/TALINK.php+1 / -1
Mlibs/pear/Net/DNS2/RR/TKEY.php+1 / -1
Mlibs/pear/Net/DNS2/RR/TLSA.php+1 / -1
Mlibs/pear/Net/DNS2/RR/TSIG.php+1 / -1
Mlibs/pear/Net/DNS2/RR/TXT.php+1 / -1
Mlibs/pear/Net/DNS2/RR/URI.php+1 / -1
Mlibs/pear/Net/DNS2/RR/WKS.php+1 / -1
Mlibs/pear/Net/DNS2/RR/X25.php+1 / -1
Mlibs/pear/Net/DNS2/Resolver.php+6 / -6
Mlibs/pear/Net/DNS2/Socket.php+4 / -3
Mlibs/pear/Net/DNS2/Socket/Sockets.php+3 / -3
Mlibs/pear/Net/DNS2/Socket/Streams.php+4 / -4
Mlibs/pear/Net/DNS2/Updater.php+1 / -1
Amibs/ekinops non-text+0 / -0
Amibs/ekinops/EKINOPS-MGNT2-MIB+4,783 / -0
Amibs/ekinops/EKINOPS-MGNT2-NMS-MIB+1,531 / -0
Amibs/ekinops/EKINOPS-MGNT4NODE-MIB+505 / -0
Amibs/ekinops/EKINOPS-MIB+167 / -0
Amibs/ekinops/EKINOPS-PM1001LH-MIB+12,809 / -0
Amibs/ekinops/EKINOPS-PM1001PC-MIB+9,515 / -0
Amibs/ekinops/EKINOPS-PMC1002-MIB+14,742 / -0
Amibs/ekinops/EKINOPS-PMC2002-MIB+14,789 / -0
Amibs/ekinops/EKINOPS-Pm10001otu4-MIB+18,330 / -0
Amibs/ekinops/EKINOPS-Pm10010mp-MIB+12,075 / -0
Amibs/ekinops/EKINOPS-Pm10010mpt-MIB+17,124 / -0
Amibs/ekinops/EKINOPS-Pm10010mr-MIB+12,277 / -0
Amibs/ekinops/EKINOPS-Pm10010ulh-MIB+17,024 / -0
Amibs/ekinops/EKINOPS-Pm1001RR-MIB+4,063 / -0
Amibs/ekinops/EKINOPS-Pm1001lhr-MIB+5,793 / -0
Amibs/ekinops/EKINOPS-Pm1004-MIB+11,489 / -0
Amibs/ekinops/EKINOPS-Pm1004V-MIB+9,726 / -0
Amibs/ekinops/EKINOPS-Pm1004VDC-MIB+10,380 / -0
Amibs/ekinops/EKINOPS-Pm1004dcp-MIB+11,592 / -0
Amibs/ekinops/EKINOPS-Pm1004m-MIB+10,988 / -0
Amibs/ekinops/EKINOPS-Pm1004venc-MIB+8,605 / -0
Amibs/ekinops/EKINOPS-Pm1005-MIB+9,382 / -0
Amibs/ekinops/EKINOPS-Pm1008-MIB+9,638 / -0
Amibs/ekinops/EKINOPS-Pm1008DCP-MIB+10,218 / -0
Amibs/ekinops/EKINOPS-Pm124-MIB+4,942 / -0
Amibs/ekinops/EKINOPS-Pm1604-MIB+4,587 / -0
Amibs/ekinops/EKINOPS-Pm20002ma-MIB+16,454 / -0
Amibs/ekinops/EKINOPS-Pm20020ma-MIB+17,029 / -0
Amibs/ekinops/EKINOPS-Pm253-MIB+15,648 / -0
Amibs/ekinops/EKINOPS-Pm254d-MIB+7,420 / -0
Amibs/ekinops/EKINOPS-Pm404-MIB+4,329 / -0
Amibs/ekinops/EKINOPS-Pm801RR-MIB+4,004 / -0
Amibs/ekinops/EKINOPS-PmDGE-MIB+1,972 / -0
Amibs/ekinops/EKINOPS-PmDGE2-MIB+5,081 / -0
Amibs/ekinops/EKINOPS-PmMC-MIB+2,657 / -0
Amibs/ekinops/EKINOPS-PmOSC-MIB+2,329 / -0
Amibs/ekinops/EKINOPS-PmOa-MIB+2,937 / -0
Amibs/ekinops/EKINOPS-PmOab-MIB+2,176 / -0
Amibs/ekinops/EKINOPS-PmOabphc-MIB+3,241 / -0
Amibs/ekinops/EKINOPS-PmOail-MIB+2,901 / -0
Amibs/ekinops/EKINOPS-PmOailhc-MIB+3,216 / -0
Amibs/ekinops/EKINOPS-PmPassive-MIB+77 / -0
Amibs/ekinops/EKINOPS-PmPump3-MIB+2,588 / -0
Amibs/ekinops/EKINOPS-Pmapc-MIB+3,064 / -0
Amibs/ekinops/EKINOPS-Pmc1008MP-MIB+14,071 / -0
Amibs/ekinops/EKINOPS-Pme1008-MIB+7,298 / -0
Amibs/ekinops/EKINOPS-Pmfan-MIB+1,296 / -0
Amibs/ekinops/EKINOPS-Pmlma10-MIB+6,374 / -0
Amibs/ekinops/EKINOPS-Pmo10010-MIB+15,666 / -0
Amibs/ekinops/EKINOPS-Pmo6006-MIB+7,964 / -0
Amibs/ekinops/EKINOPS-Pmoabphcs-MIB+4,540 / -0
Amibs/ekinops/EKINOPS-Pmoailhcs-MIB+4,507 / -0
Amibs/ekinops/EKINOPS-Pmopm2-MIB+30,120 / -0
Amibs/ekinops/EKINOPS-Pmopm8-MIB+30,162 / -0
Amibs/ekinops/EKINOPS-Pmops-MIB+2,800 / -0
Amibs/ekinops/EKINOPS-Pmops2d-MIB+2,004 / -0
Amibs/ekinops/EKINOPS-Pmora14-MIB+2,010 / -0
Amibs/ekinops/EKINOPS-PmroadmC-MIB+2,061 / -0
Amibs/ekinops/EKINOPS-Pmvoa-MIB+1,921 / -0
Amibs/ekinops/EKINOPS-Rm10010-MIB+17,141 / -0
Amibs/ekinops/EKINOPS-Rm10010e40-MIB+12,081 / -0
Amibs/ekinops/EKINOPS-Rm10010mp-MIB+12,108 / -0
Amibs/ekinops/EKINOPS-Trfan-MIB+1,230 / -0
Mmibs/eltek/ELTEK-DISTRIBUTED-MIB+31 / -79
Amibs/eltek/ELTEK_DISTRIBUTED_PLANT-MIB+1,877 / -0
Mmibs/eltek/ELTEK_GENERIC-MIB+1 / -0
Amibs/eltek/SP2-MIB+17,338 / -0
Amibs/eltek/STS_SEQUENZ-MIB+2,681 / -0
Amibs/eltek/UPC4+9,446 / -0
Mmibs/raritan/RemoteKVMDevice-MIB+63 / -7
Mtests/IncludesFunctionsTest.php+54 / -0
Aupdate/356.sql+1 / -0
Aupdate/357.sql+1 / -0
+1,047 added βˆ’404 removed +643 net filtered development activity

17.10.8888

Released
Complete release diff (470) +28,995 / -3,095

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Dalerts.php+0 / -42
Mhtml/api/v0/index.php+1 / -0
Mhtml/css/bootstrap-hacks.css+6 / -0
Mhtml/css/observium.css+19 / -0
Ahtml/css/simplemde.min.css+7 / -0
Mhtml/css/sprite.css+1,317 / -246
Mhtml/css/svg_png.css+70 / -0
Ahtml/images/apps/ceph.png+1 / -0
Ahtml/images/apps/ceph_2x.png+1 / -0
Ahtml/images/apps/mongodb.png+1 / -0
Ahtml/images/apps/mongodb_2x.png+1 / -0
Ahtml/images/os/kerio-control.png+1 / -0
Ahtml/images/os/kerio-control_2x.png+1 / -0
Ahtml/images/os/kerio-operator.png+1 / -0
Ahtml/images/os/kerio-operator_2x.png+1 / -0
Ahtml/images/os/minuteman.png+1 / -0
Ahtml/images/os/minuteman_2x.png+1 / -0
Dhtml/img/sprite/and.gif+0 / -1
Dhtml/img/sprite/application--exclamation.png+0 / -2
Dhtml/img/sprite/application-block.png+0 / -2
Dhtml/img/sprite/application-icon-large.png+0 / -2
Dhtml/img/sprite/application-list.png+0 / -1
Dhtml/img/sprite/application-terminal.png+0 / -2
Dhtml/img/sprite/arrow-branch-000-left.png+0 / -2
Dhtml/img/sprite/arrow-branch-bgr.png+0 / -2
Dhtml/img/sprite/arrow-branch-byr.png+0 / -2
Dhtml/img/sprite/arrow-branch-gyr.png+0 / -2
Dhtml/img/sprite/arrow-circle.png+0 / -1
Dhtml/img/sprite/arrow-in.png+0 / -2
Dhtml/img/sprite/arrow-incident-blue.png+0 / -2
Dhtml/img/sprite/arrow-incident-green.png+0 / -2
Dhtml/img/sprite/arrow-incident-red.png+0 / -2
Dhtml/img/sprite/arrow-join.png+0 / -2
Dhtml/img/sprite/arrow-merge.png+0 / -2
Dhtml/img/sprite/arrow-move.png+0 / -2
Dhtml/img/sprite/arrow-split.png+0 / -2
Dhtml/img/sprite/arrow-switch.png+0 / -2
Dhtml/img/sprite/arrow-transition.png+0 / -2
Dhtml/img/sprite/arrow_down.png+0 / -1
Dhtml/img/sprite/arrow_left.png+0 / -2
Dhtml/img/sprite/arrow_right.png+0 / -2
Dhtml/img/sprite/arrow_up.png+0 / -1
Dhtml/img/sprite/asterisk-yellow.png+0 / -2
Dhtml/img/sprite/asterisk.png+0 / -2
Dhtml/img/sprite/badge-circle-cross.png+0 / -2
Dhtml/img/sprite/badge-circle-minus.png+0 / -2
Dhtml/img/sprite/badge-circle-plus.png+0 / -2
Dhtml/img/sprite/badge-square-check.png+0 / -2
Dhtml/img/sprite/badge-square-cross.png+0 / -2
Dhtml/img/sprite/badge-square-minus.png+0 / -2
Dhtml/img/sprite/badge-square-plus.png+0 / -2
Dhtml/img/sprite/battery.png+0 / -1
Dhtml/img/sprite/bell--exclamation.png+0 / -1
Dhtml/img/sprite/bell--plus.png+0 / -1
Dhtml/img/sprite/bell.png+0 / -2
Dhtml/img/sprite/box-search-result.png+0 / -1
Dhtml/img/sprite/box-zipper.png+0 / -2
Dhtml/img/sprite/building-hedge.png+0 / -2
Dhtml/img/sprite/building-old.png+0 / -2
Dhtml/img/sprite/building-small.png+0 / -2
Dhtml/img/sprite/building.png+0 / -2
Dhtml/img/sprite/burn.png+0 / -2
Dhtml/img/sprite/categories.png+0 / -2
Dhtml/img/sprite/category-group.png+0 / -1
Dhtml/img/sprite/category.png+0 / -2
Dhtml/img/sprite/chain--exclamation.png+0 / -2
Dhtml/img/sprite/chain.png+0 / -2
Dhtml/img/sprite/chart-down-color.png+0 / -2
Dhtml/img/sprite/chart-down.png+0 / -2
Dhtml/img/sprite/chart-pie-separate.png+0 / -2
Dhtml/img/sprite/chart-pie.png+0 / -2
Dhtml/img/sprite/chart-up-color.png+0 / -2
Dhtml/img/sprite/chart-up.png+0 / -2
Dhtml/img/sprite/chart.png+0 / -2
Dhtml/img/sprite/check.png+0 / -2
Dhtml/img/sprite/circle-black.png+0 / -2
Dhtml/img/sprite/circle-blue.png+0 / -2
Dhtml/img/sprite/circle-glass.png+0 / -2
Dhtml/img/sprite/circle-green.png+0 / -2
Dhtml/img/sprite/circle-grey.png+0 / -2
Dhtml/img/sprite/circle-metal.png+0 / -2
Dhtml/img/sprite/circle-paper.png+0 / -2
Dhtml/img/sprite/circle-red.png+0 / -2
Dhtml/img/sprite/circle-tan.png+0 / -2
Dhtml/img/sprite/circle-teal.png+0 / -2
Dhtml/img/sprite/circle-white.png+0 / -2
Dhtml/img/sprite/circle-yellow.png+0 / -2
Dhtml/img/sprite/clipboard--exclamation.png+0 / -1
Dhtml/img/sprite/clipboard--pencil.png+0 / -1
Dhtml/img/sprite/clipboard--plus.png+0 / -1
Dhtml/img/sprite/clipboard-audit.png+0 / -2
Dhtml/img/sprite/clipboard-comment.png+0 / -2
Dhtml/img/sprite/clipboard-eye.png+0 / -2
Dhtml/img/sprite/clipboard-fingerprint.png+0 / -2
Dhtml/img/sprite/clipboard-report-bar.png+0 / -2
Dhtml/img/sprite/clipboard-search.png+0 / -2
Dhtml/img/sprite/clipboard-warning.png+0 / -2
Dhtml/img/sprite/clock--exclamation.png+0 / -1
Dhtml/img/sprite/clock--minus.png+0 / -1
Dhtml/img/sprite/clock--plus.png+0 / -1
Dhtml/img/sprite/computer.png+0 / -2
Dhtml/img/sprite/connect.png+0 / -2
Dhtml/img/sprite/contrast.png+0 / -2
Dhtml/img/sprite/cross-button.png+0 / -2
Dhtml/img/sprite/cross-circle-frame.png+0 / -2
Dhtml/img/sprite/cross-circle.png+0 / -2
Dhtml/img/sprite/cross.png+0 / -1
Dhtml/img/sprite/current.png+0 / -2
Dhtml/img/sprite/dashboard.png+0 / -2
Dhtml/img/sprite/database--exclamation.png+0 / -2
Dhtml/img/sprite/database.png+0 / -2
Dhtml/img/sprite/databases.png+0 / -2
Dhtml/img/sprite/disk--arrow.png+0 / -1
Dhtml/img/sprite/disk-black.png+0 / -1
Dhtml/img/sprite/disk.png+0 / -1
Dhtml/img/sprite/door-open-out.png+0 / -2
Dhtml/img/sprite/drive--arrow.png+0 / -1
Dhtml/img/sprite/drive.png+0 / -2
Dhtml/img/sprite/exclamation--frame.png+0 / -2
Dhtml/img/sprite/exclamation-button.png+0 / -2
Dhtml/img/sprite/exclamation-red-frame.png+0 / -1
Dhtml/img/sprite/exclamation-red.png+0 / -1
Dhtml/img/sprite/exclamation-white.png+0 / -1
Dhtml/img/sprite/exclamation.png+0 / -1
Dhtml/img/sprite/eye.png+0 / -2
Dhtml/img/sprite/fire-big.png+0 / -2
Dhtml/img/sprite/fire.png+0 / -2
Dhtml/img/sprite/frequency.png+0 / -2
Dhtml/img/sprite/funnel.png+0 / -2
Dhtml/img/sprite/gear--edit.png+0 / -1
Dhtml/img/sprite/gear.png+0 / -2
Dhtml/img/sprite/geolocation.png+0 / -2
Dhtml/img/sprite/globe-green.png+0 / -2
Dhtml/img/sprite/globe-model.png+0 / -2
Dhtml/img/sprite/globe-network-ethernet.png+0 / -1
Dhtml/img/sprite/globe-network.png+0 / -1
Dhtml/img/sprite/globe.png+0 / -2
Dhtml/img/sprite/graphic-card.png+0 / -2
Dhtml/img/sprite/hand-point-090.png+0 / -1
Dhtml/img/sprite/information-button.png+0 / -2
Dhtml/img/sprite/information.png+0 / -2
Dhtml/img/sprite/ipv4.png+0 / -1
Dhtml/img/sprite/ipv6.png+0 / -1
Dhtml/img/sprite/layer-shape-curve.png+0 / -2
Dhtml/img/sprite/layout-4.png+0 / -2
Dhtml/img/sprite/layout-6.png+0 / -2
Dhtml/img/sprite/light-bulb-off.png+0 / -2
Dhtml/img/sprite/light-bulb.png+0 / -2
Dhtml/img/sprite/lightning.png+0 / -2
Dhtml/img/sprite/lock-warning.png+0 / -1
Dhtml/img/sprite/magnifier-zoom-actual.png+0 / -2
Dhtml/img/sprite/mail--plus.png+0 / -1
Dhtml/img/sprite/mail.png+0 / -2
Dhtml/img/sprite/mails-stack.png+0 / -2
Dhtml/img/sprite/mails.png+0 / -2
Dhtml/img/sprite/map.png+0 / -2
Dhtml/img/sprite/memory.png+0 / -2
Dhtml/img/sprite/minus-button.png+0 / -2
Dhtml/img/sprite/minus-circle-frame.png+0 / -2
Dhtml/img/sprite/minus-circle.png+0 / -2
Dhtml/img/sprite/minus.png+0 / -1
Dhtml/img/sprite/money-coin.png+0 / -2
Dhtml/img/sprite/network-cloud.png+0 / -2
Dhtml/img/sprite/network-clouds.png+0 / -1
Dhtml/img/sprite/network-ethernet.png+0 / -2
Dhtml/img/sprite/network-hub.png+0 / -2
Dhtml/img/sprite/network-status-away.png+0 / -2
Dhtml/img/sprite/network-status-busy.png+0 / -2
Dhtml/img/sprite/network-status-offline.png+0 / -2
Dhtml/img/sprite/network-status.png+0 / -2
Dhtml/img/sprite/network-wireless.png+0 / -2
Dhtml/img/sprite/network.png+0 / -2
Dhtml/img/sprite/node-select-all.png+0 / -2
Dhtml/img/sprite/node-select-child.png+0 / -2
Dhtml/img/sprite/node-select.png+0 / -2
Dhtml/img/sprite/node.png+0 / -2
Dhtml/img/sprite/non-widescreen.png+0 / -2
Dhtml/img/sprite/notebook.png+0 / -2
Dhtml/img/sprite/omega.png+0 / -1
Dhtml/img/sprite/or.gif+0 / -1
Dhtml/img/sprite/paper-plane.png+0 / -2
Dhtml/img/sprite/pencil.png+0 / -1
Dhtml/img/sprite/plug--exclamation.png+0 / -2
Dhtml/img/sprite/plug-connect.png+0 / -2
Dhtml/img/sprite/plug-disconnect.png+0 / -2
Dhtml/img/sprite/plug.png+0 / -2
Dhtml/img/sprite/plus-button.png+0 / -2
Dhtml/img/sprite/plus-circle-frame.png+0 / -2
Dhtml/img/sprite/plus-circle.png+0 / -2
Dhtml/img/sprite/plus-octagon.png+0 / -1
Dhtml/img/sprite/plus-white.png+0 / -1
Dhtml/img/sprite/plus.png+0 / -2
Dhtml/img/sprite/power.png+0 / -2
Dhtml/img/sprite/printer-color.png+0 / -2
Dhtml/img/sprite/printer-monochrome.png+0 / -2
Dhtml/img/sprite/printer.png+0 / -2
Dhtml/img/sprite/processor.png+0 / -2
Dhtml/img/sprite/question-button.png+0 / -2
Dhtml/img/sprite/question.png+0 / -2
Dhtml/img/sprite/report.png+0 / -2
Ahtml/img/sprite/retina.css+49 / -0
Dhtml/img/sprite/server--minus.png+0 / -2
Dhtml/img/sprite/server--plus.png+0 / -2
Dhtml/img/sprite/server.png+0 / -2
Dhtml/img/sprite/servers.png+0 / -2
Dhtml/img/sprite/service-bell.png+0 / -1
Dhtml/img/sprite/settings.png+0 / -1
Dhtml/img/sprite/shield-blue-broken.png+0 / -2
Dhtml/img/sprite/shield.png+0 / -2
Dhtml/img/sprite/slash-button.png+0 / -2
Dhtml/img/sprite/sort-alphabet-column.png+0 / -1
Dhtml/img/sprite/spectrum.png+0 / -2
Dhtml/img/sprite/sql-join-left.png+0 / -2
Dhtml/img/sprite/square-black.png+0 / -2
Dhtml/img/sprite/square-blue.png+0 / -2
Dhtml/img/sprite/square-glass.png+0 / -2
Dhtml/img/sprite/square-green.png+0 / -2
Dhtml/img/sprite/square-grey.png+0 / -2
Dhtml/img/sprite/square-metal.png+0 / -2
Dhtml/img/sprite/square-paper.png+0 / -2
Dhtml/img/sprite/square-red.png+0 / -2
Dhtml/img/sprite/square-tan.png+0 / -2
Dhtml/img/sprite/square-teal.png+0 / -2
Dhtml/img/sprite/square-white.png+0 / -2
Dhtml/img/sprite/square-wood.png+0 / -2
Dhtml/img/sprite/square-yellow.png+0 / -2
Dhtml/img/sprite/star.png+0 / -2
Dhtml/img/sprite/status-away.png+0 / -2
Dhtml/img/sprite/status-busy.png+0 / -2
Dhtml/img/sprite/status-offline.png+0 / -2
Dhtml/img/sprite/status.png+0 / -2
Dhtml/img/sprite/surveillance-camera.png+0 / -1
Ahtml/img/sprite/svg_png.png+1 / -0
Ahtml/img/sprite/svg_png_27.png+1 / -0
Ahtml/img/sprite/svg_png_36.png+1 / -0
Ahtml/img/sprite/svg_png_45.png+1 / -0
Ahtml/img/sprite/svg_png_54.png+1 / -0
Dhtml/img/sprite/system-monitor.png+0 / -2
Dhtml/img/sprite/target.png+0 / -2
Dhtml/img/sprite/telephone.png+0 / -2
Dhtml/img/sprite/thermometer-high.png+0 / -2
Dhtml/img/sprite/tick-button.png+0 / -2
Dhtml/img/sprite/tick-circle-frame.png+0 / -2
Dhtml/img/sprite/tick-circle.png+0 / -2
Dhtml/img/sprite/time.png+0 / -2
Dhtml/img/sprite/traffic-light.png+0 / -2
Dhtml/img/sprite/transmitter.png+0 / -2
Dhtml/img/sprite/ui-progress-bar.png+0 / -1
Dhtml/img/sprite/user--minus.png+0 / -2
Dhtml/img/sprite/user--pencil.png+0 / -2
Dhtml/img/sprite/user--plus.png+0 / -2
Dhtml/img/sprite/user-business.png+0 / -1
Dhtml/img/sprite/user-detective.png+0 / -2
Dhtml/img/sprite/user-share.png+0 / -1
Dhtml/img/sprite/users.png+0 / -2
Dhtml/img/sprite/video.png+0 / -2
Dhtml/img/sprite/voltage.png+0 / -2
Dhtml/img/sprite/wall-brick.png+0 / -2
Dhtml/img/sprite/warning.png+0 / -2
Dhtml/img/sprite/water.png+0 / -2
Dhtml/img/sprite/weather-wind.png+0 / -2
Dhtml/img/sprite/wi-fi-zone.png+0 / -2
Dhtml/img/sprite/widescreen.png+0 / -2
Dhtml/img/sprite/wooden-box.png+0 / -2
Dhtml/img/sprite/wrench-screwdriver.png+0 / -2
Dhtml/img/sprite/wrench.png+0 / -2
Dhtml/img/sprite/zones.png+0 / -2
Mhtml/includes/alerting-navbar.inc.php+2 / -2
Mhtml/includes/cache-data.inc.php+18 / -0
Mhtml/includes/contacts-navbar.inc.php+6 / -6
Ahtml/includes/entities/cbqos.inc.php+162 / -0
Mhtml/includes/entities/device.inc.php+5 / -0
Mhtml/includes/entities/generic.inc.php+0 / -8
Mhtml/includes/entities/sensor.inc.php+1 / -1
Mhtml/includes/entities/sla.inc.php+11 / -4
Mhtml/includes/functions.inc.php+22 / -2
Mhtml/includes/graphs/accesspoints/auth.inc.php+3 / -1
Mhtml/includes/graphs/application/apache_scoreboard.inc.php+1 / -1
Ahtml/includes/graphs/application/ceph_iops.inc.php+33 / -0
Ahtml/includes/graphs/application/ceph_osd.inc.php+35 / -0
Ahtml/includes/graphs/application/ceph_speed.inc.php+30 / -0
Ahtml/includes/graphs/application/mongodb_commands.inc.php+44 / -0
Ahtml/includes/graphs/application/mongodb_connections.inc.php+40 / -0
Ahtml/includes/graphs/application/mongodb_mem.inc.php+45 / -0
Ahtml/includes/graphs/application/mongodb_network.inc.php+28 / -0
Ahtml/includes/graphs/application/mongodb_queue.inc.php+43 / -0
Ahtml/includes/graphs/application/mongodb_replication.inc.php+41 / -0
Ahtml/includes/graphs/application/mongodb_wired.inc.php+42 / -0
Mhtml/includes/graphs/cbqos/auth.inc.php+8 / -0
Mhtml/includes/graphs/common.inc.php+1 / -1
Ahtml/includes/graphs/device/xdsl_bits.inc.php+22 / -0
Ahtml/includes/graphs/eigrppeer non-text+0 / -0
Ahtml/includes/graphs/eigrppeer/auth.inc.php+31 / -0
Ahtml/includes/graphs/eigrppeer/graph.inc.php+47 / -0
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+1 / -1
Mhtml/includes/navbar.inc.php+12 / -0
Mhtml/includes/port-edit.inc.php+2 / -2
Mhtml/includes/print/alert.inc.php+21 / -5
Mhtml/includes/print/mac_addresses.inc.php+1 / -1
Ahtml/includes/search/slas.inc.php+37 / -0
Mhtml/includes/status-portpercent.inc.php+1 / -1
Mhtml/index.php+12 / -18
Mhtml/js/jquery-ui.min.js+6 / -5
Ahtml/js/lodash.min.js+136 / -0
Ahtml/js/simplemde.min.js+15 / -0
Mhtml/pages/contact.inc.php+1 / -1
Mhtml/pages/contacts.inc.php+7 / -7
Mhtml/pages/device.inc.php+3 / -0
Mhtml/pages/device/accesspoint.inc.php+7 / -3
Mhtml/pages/device/accesspoints.inc.php+5 / -1
Ahtml/pages/device/apps/ceph.inc.php+16 / -0
Ahtml/pages/device/apps/mongodb.inc.php+24 / -0
Mhtml/pages/device/edit/device.inc.php+1 / -1
Ahtml/pages/device/notes.inc.php+54 / -0
Mhtml/pages/device/routing/eigrp.inc.php+89 / -3
Ahtml/pages/device/routing/eigrp/peers.inc.php+80 / -0
Mhtml/pages/device/routing/eigrp/ports.inc.php+31 / -22
Mhtml/pages/device/wifi.inc.php+8 / -7
Mhtml/pages/device/wifi/accesspoints.inc.php+21 / -19
Mhtml/pages/device/wifi/radios.inc.php+8 / -5
Mhtml/pages/device/wifi/wlans.inc.php+7 / -2
Mhtml/pages/devices.inc.php+61 / -14
Mhtml/pages/group.inc.php+5 / -0
Mhtml/pages/routing.inc.php+1 / -0
Ahtml/pages/routing/eigrp.inc.php+42 / -0
Mhtml/pages/slas.inc.php+79 / -0
Mincludes/alerting/clickatell.inc.php+1 / -1
Mincludes/alerts.inc.php+8 / -3
Mincludes/common.inc.php+36 / -8
Mincludes/defaults.inc.php+10 / -2
Mincludes/definitions.inc.php+2 / -2
Mincludes/definitions/apps.inc.php+2 / -0
Mincludes/definitions/entities.inc.php+15 / -0
Mincludes/definitions/graphtypes.inc.php+56 / -1
Mincludes/definitions/mibs.inc.php+31 / -13
Mincludes/definitions/os.inc.php+51 / -5
Mincludes/definitions/rewrites.inc.php+4 / -1
Mincludes/definitions/rrdtypes.inc.php+725 / -641
Mincludes/definitions/transports.inc.php+18 / -18
Mincludes/definitions/wui.inc.php+1 / -1
Mincludes/discovery/cisco-cbqos.inc.php+17 / -5
Mincludes/discovery/neighbours/lldp-mib.inc.php+8 / -1
Mincludes/discovery/wifi.inc.php+9 / -3
Mincludes/entities.inc.php+42 / -37
Mincludes/functions.inc.php+2 / -1
Aincludes/polling/applications/ceph.inc.php+25 / -0
Aincludes/polling/applications/exim.inc.php+30 / -0
Aincludes/polling/applications/mongodb.inc.php+72 / -0
Mincludes/polling/aruba-controller.inc.php+82 / -50
Mincludes/polling/cisco-cbqos.inc.php+87 / -25
Mincludes/polling/cisco-eigrp.inc.php+340 / -63
Mincludes/polling/fdb-table.inc.php+107 / -75
Mincludes/polling/functions.inc.php+23 / -2
Aincludes/polling/graphs/aethra-mib non-text+0 / -0
Aincludes/polling/graphs/aethra-mib/xdsl.inc.php+58 / -0
Mincludes/polling/ports.inc.php+10 / -11
Mincludes/polling/ports/adsl-line-mib.inc.php+0 / -3
Mincludes/polling/ports/juniper-cos-mib.inc.php+2 / -1
Mincludes/polling/printersupplies.inc.php+13 / -1
Mincludes/polling/processors.inc.php+7 / -7
Mincludes/rrdtool.inc.php+14 / -5
Mincludes/syslog.inc.php+5 / -1
Mincludes/wifi.inc.php+139 / -2
Mirc.php+38 / -1
Alibs/Parsedown.php+1,548 / -0
Mmibs/ciscosb/CISCO-CDP-MIB+3 / -3
Mmibs/ciscosb/CISCO-SMI+3 / -3
Mmibs/ciscosb/CISCO-TC+3 / -3
Mmibs/ciscosb/CISCO-VTP-MIB+3 / -3
Mmibs/ciscosb/CISCOSB-1-BONJOUR-SERVICE-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-BRIDGE-SECURITY+1 / -1
Mmibs/ciscosb/CISCOSB-BRIDGEMIBOBJECTS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-BaudRate-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-CDB-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-CDP-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-CLI-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-COPY-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-CPU-COUNTERS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-DEBUGCAPABILITIES-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-DEVICEPARAMS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-DHCP-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-DHCPCL-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-DHCPv6+1 / -1
Mmibs/ciscosb/CISCOSB-DIGITALKEYMANAGE-MIB+3 / -3
Mmibs/ciscosb/CISCOSB-DNSCL-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-DOT1X-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-Dlf-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-EEE-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-EMBWEB-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-ENDOFMIB-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-ERRDISABLE-RECOVERY-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-EVENTS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-File+1 / -1
Mmibs/ciscosb/CISCOSB-GREEN-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-GVRP-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-HWENVIROMENT+1 / -1
Mmibs/ciscosb/CISCOSB-IPSTDACL-MIB+3 / -3
Mmibs/ciscosb/CISCOSB-IPV6FHS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-IpRouter+1 / -1
Mmibs/ciscosb/CISCOSB-JUMBOFRAMES-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-LBD-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-LLDP-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-LOCALIZATION-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-MAC-BASE-PRIO+1 / -1
Mmibs/ciscosb/CISCOSB-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-MIR-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-MNGINF-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-MULTISESSIONTERMINAL-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-PHY-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-POE-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-POLICY-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-Physicaldescription-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-ProtectedPorts-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-QOS-CLI-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-RMON+1 / -1
Mmibs/ciscosb/CISCOSB-SCT-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SECSD-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SECURITY-SUITE+1 / -1
Mmibs/ciscosb/CISCOSB-SMARTPORTS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SMON-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SNMP-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SSH-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SSL+1 / -1
Mmibs/ciscosb/CISCOSB-STACK-MIB+193 / -51
Mmibs/ciscosb/CISCOSB-STORMCTRL-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SYSLOG-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-SYSMNG-MIB+3 / -3
Mmibs/ciscosb/CISCOSB-SpecialBpdu-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TBI-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TELNET-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TIMEBASED-PORT-SHUTDOWN-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TIMESYNCHRONIZATION-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TRACEROUTE-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TRAPS-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TRUNK-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-TUNNEL-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-Tuning+1 / -1
Mmibs/ciscosb/CISCOSB-UDP+1 / -1
Mmibs/ciscosb/CISCOSB-VRRP+3 / -3
Mmibs/ciscosb/CISCOSB-WBA-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-WeightedRandomTailDrop-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-rlBrgMcMngr-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-rlBrgMulticast-MIB+400 / -1,074
Mmibs/ciscosb/CISCOSB-rlFft+3 / -3
Mmibs/ciscosb/CISCOSB-rlIP-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-rlInterfaces+1 / -1
Mmibs/ciscosb/CISCOSB-rlLcli-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-rndMng+1 / -1
Mmibs/ciscosb/CISCOSB-vlan-MIB+1 / -1
Mmibs/ciscosb/CISCOSB-vlanVoice-MIB+1 / -1
Mmibs/ciscosb/CISCOSMB-MIB+1 / -1
Amibs/fiberhome non-text+0 / -0
Amibs/fiberhome/FIBERHOME-DATACOMM-MIB+5,013 / -0
Amibs/fiberhome/GEPON-OLT-COMMON-MIB+7,043 / -0
Amibs/netapp/SM10-R3-MIB+236 / -0
Amibs/pandacom non-text+0 / -0
Amibs/pandacom/PanDacom-MIB+63 / -0
Amibs/pandacom/SPEED-AMP-MIB+1,584 / -0
Amibs/pandacom/SPEED-DUALLINE-10G+1,389 / -0
Amibs/pandacom/SPEED-DUALLINE-FC+1,402 / -0
Amibs/pandacom/SPEEDCARRIER-MIB+3,517 / -0
Amibs/pandacom/SPEEDSINGLELINE-XFP-MIB+1,314 / -0
Mpoller-wrapper.py+36 / -3
Mpoller.php+7 / -0
Ascripts/agent-local/ceph+9 / -0
Ascripts/agent-local/mongodb+15 / -0
Mscripts/makecss.sh+1 / -1
Mtests/IncludesCommonTest.php+33 / -1
Aupdate/353.sql+1 / -0

17.09.8859

Released β€’ Commits r8841 through r8858
Included development changes (17 commits)

New Features

  • r8845: Add Alpha Technologies MIBs
  • r8846: Add support for Alpha Technologies CXC +4,451/βˆ’4,313
  • r8847: Additional Alpha/Argus MIBs
  • r8848: Add support for Alpha Technologies older-style UPS devices. +145/βˆ’22
  • r8849: Add TELTONIKA-MIB
  • r8850: Add Teltonika device discovery and temperature / signal level sensors +49/0
  • r8851: Add detection of extra D-Link DGS devices. +4/βˆ’2
  • r8854: Add HPE logos
  • r8857: Add support for Exim graphing via UNIX agent +379/βˆ’1
  • r8858: Add Clavister cpu/mem grpahing. Change HP to HPE. +42/βˆ’59

Improvements

  • r8842: Sort customoid submenu by oid_descr +1/βˆ’1
  • r8852: Improve multi-customoid graphs slightly (order and better auth method) +53/βˆ’55
  • r8853: Slightly improve graph page navbar by nicecasing graph names and ignoring swp file +2/βˆ’2

Bug Fixes

  • r8843: re-enable powernet-mib on netbotz +1/βˆ’1

MIB Updates

Trivial Changes

  • r8855: Fixed multi-customoid graphs (appear in r8852). +10/βˆ’7
  • r8856: Fixed regex for d-link os definitions. +6/βˆ’6
Complete release diff (36) +14,591 / -4,503

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/alpha.png+1 / -0
Ahtml/images/os/alpha_2x.png+1 / -0
Ahtml/images/os/hpe.png+1 / -0
Ahtml/images/os/hpe_2x.png+1 / -0
Ahtml/images/os/teltonika.png+1 / -0
Ahtml/images/os/teltonika_2x.png+1 / -0
Ahtml/includes/graphs/application/exim_reject.inc.php+48 / -0
Ahtml/includes/graphs/application/exim_sent.inc.php+46 / -0
Ahtml/includes/graphs/application/exim_spam.inc.php+46 / -0
Mhtml/includes/graphs/multi-customoid/auth.inc.php+12 / -9
Dhtml/includes/graphs/multi-customoid/graph.inc.php+0 / -44
Ahtml/includes/graphs/multi-customoid/line.inc.php+43 / -0
Mhtml/includes/graphs/multi-customoid/stacked.inc.php+4 / -5
Mhtml/includes/navbar.inc.php+1 / -1
Ahtml/pages/device/apps/exim.inc.php+18 / -0
Mhtml/pages/graphs.inc.php+2 / -2
Mincludes/definitions/apps.inc.php+1 / -1
Mincludes/definitions/mibs.inc.php+4,526 / -4,309
Mincludes/definitions/os.inc.php+78 / -42
Mincludes/definitions/sensors.inc.php+0 / -27
Aincludes/discovery/sensors/alphapowersystem-mib.inc.php+69 / -0
Amibs/alpha non-text+0 / -0
Amibs/alpha/ALPHA-CONVERTER-SYS-MIB+288 / -0
Amibs/alpha/ALPHA-INVERTER-SYS-MIB+563 / -0
Amibs/alpha/ALPHA-NOTIFICATION-MIB+597 / -0
Amibs/alpha/ALPHA-RECTIFIER-SYS-MIB+346 / -0
Amibs/alpha/ALPHA-RESOURCE-MIB+1,048 / -0
Amibs/alpha/AlphaPowerSystem-MIB+2,721 / -0
Amibs/alpha/Argus-Power-System-MIB+799 / -0
Amibs/alpha/Inverter-MIB+1,089 / -0
Mmibs/apc/PowerNet-MIB+1,010 / -63
Amibs/teltonika non-text+0 / -0
Amibs/teltonika/TELTONIKA-MIB+1,010 / -0
Ascripts/agent-local/exim-mailqueue-extended.pl+21 / -0
Ascripts/agent-local/exim_stats_process.pl+199 / -0
+5,143 added βˆ’4,469 removed +674 net filtered development activity

17.09.8841

Released
Complete release diff (3) +4 / -3

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
Mhtml/includes/customoids-navbar.inc.php+2 / -2
Mhtml/includes/entities/oid_entry.inc.php+1 / -0
Mhtml/includes/graphs/multi-customoid/graph.inc.php+1 / -1

17.09.8829

Released
Complete release diff (191) +45,776 / -1,785

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Malerter.php+2 / -11
Mhtml/css/bootstrap/less/boxes.less+2 / -2
Mhtml/css/observium.css+2 / -0
Ahtml/images/os/atmedia.png+1 / -0
Ahtml/images/os/atmedia_2x.png+1 / -0
Ahtml/images/os/ligowave.png+1 / -0
Ahtml/images/os/ligowave_2x.png+1 / -0
Ahtml/images/os/perle.png+1 / -0
Ahtml/images/os/perle_2x.png+1 / -0
Ahtml/images/os/pulse_secure.png+1 / -0
Ahtml/images/os/pulse_secure_2x.png+1 / -0
Ahtml/includes/actions non-text+0 / -0
Ahtml/includes/actions/alert_entry_ignore_until_ok.inc.php+27 / -0
Mhtml/includes/authenticate.inc.php+9 / -0
Mhtml/includes/authentication/ldap.inc.php+3 / -3
Mhtml/includes/cache-data.inc.php+13 / -8
Mhtml/includes/customoids-navbar.inc.php+56 / -8
Ahtml/includes/entities/oid_entry.inc.php+252 / -0
Mhtml/includes/entities/sensor.inc.php+1 / -1
Mhtml/includes/entities/status.inc.php+2 / -2
Mhtml/includes/functions.inc.php+107 / -1
Mhtml/includes/graphs/customoid/auth.inc.php+2 / -2
Mhtml/includes/graphs/customoid/graph.inc.php+4 / -3
Mhtml/includes/graphs/device/bits.inc.php+1 / -8
Ahtml/includes/graphs/device/netscalersvc_surge.inc.php+31 / -0
Ahtml/includes/graphs/device/panos_gptunnels.inc.php+29 / -0
Ahtml/includes/graphs/device/poller_perfperc.inc.php+41 / -0
Ahtml/includes/graphs/generic_multi_group_bits.inc.php+154 / -0
Ahtml/includes/graphs/generic_multi_group_simplex_separated.inc.php+165 / -0
Mhtml/includes/graphs/generic_multi_line.inc.php+7 / -2
Mhtml/includes/graphs/generic_multi_separated.inc.php+24 / -2
Mhtml/includes/graphs/generic_multi_simplex_separated.inc.php+10 / -0
Mhtml/includes/graphs/generic_simplex.inc.php+11 / -0
Ahtml/includes/graphs/global/poller.inc.php+54 / -0
Ahtml/includes/graphs/global/pollermod.inc.php+72 / -0
Ahtml/includes/graphs/global/pollermods.inc.php+70 / -0
Mhtml/includes/graphs/graph.inc.php+5 / -4
Mhtml/includes/graphs/lb-pool-member/auth.inc.php+9 / -2
Mhtml/includes/graphs/lb-snatpool/auth.inc.php+6 / -2
Mhtml/includes/graphs/lb-virtual/auth.inc.php+5 / -2
Mhtml/includes/graphs/multi-customoid/auth.inc.php+1 / -1
Mhtml/includes/graphs/multi-customoid/graph.inc.php+2 / -1
Mhtml/includes/graphs/multi-port/auth.inc.php+6 / -2
Ahtml/includes/graphs/multi-port/groups_bits.inc.php+53 / -0
Mhtml/includes/graphs/netscalersvc/auth.inc.php+7 / -2
Mhtml/includes/graphs/netscalersvcgrpmem/auth.inc.php+7 / -0
Mhtml/includes/graphs/netscalervsvr/auth.inc.php+7 / -0
Mhtml/includes/graphs/port/jnx_cos_queues_common.inc.php+2 / -0
Mhtml/includes/graphs/port/sros_queues_common.inc.php+1 / -1
Mhtml/includes/print/alert.inc.php+34 / -1
Mhtml/includes/print/alert_log.inc.php+6 / -1
Mhtml/includes/print/common.inc.php+1 / -1
Mhtml/includes/print/rows.inc.php+1 / -0
Mhtml/includes/print/search.inc.php+18 / -0
Mhtml/includes/search/devices.inc.php+1 / -1
Mhtml/includes/search/ip-addresses.inc.php+1 / -1
Mhtml/includes/search/ports.inc.php+1 / -1
Mhtml/includes/search/sensors.inc.php+1 / -1
Mhtml/includes/search/status.inc.php+1 / -1
Mhtml/includes/status-portpercent.inc.php+95 / -31
Mhtml/includes/status-summary.inc.php+5 / -5
Mhtml/index.php+7 / -0
Mhtml/pages/addhost.inc.php+3 / -40
Mhtml/pages/adduser.inc.php+1 / -1
Mhtml/pages/alert_checks.inc.php+2 / -1
Mhtml/pages/alerts.inc.php+3 / -0
Mhtml/pages/bills.inc.php+1 / -14
Mhtml/pages/customoid.inc.php+224 / -250
Mhtml/pages/customoids.inc.php+21 / -3
Mhtml/pages/device/alert.inc.php+40 / -3
Mhtml/pages/device/graphs.inc.php+2 / -2
Mhtml/pages/device/perf.inc.php+47 / -2
Mhtml/pages/edituser.inc.php+10 / -7
Mhtml/pages/edituser/deleteuser.inc.php+1 / -1
Mhtml/pages/front/default.php+0 / -4
Mhtml/pages/graphs.inc.php+4 / -1
Mhtml/pages/group.inc.php+55 / -79
Mhtml/pages/group_add.inc.php+1 / -0
Mhtml/pages/pollerlog.inc.php+149 / -44
Mhtml/pages/ports.inc.php+8 / -5
Mhtml/pages/preferences.inc.php+4 / -3
Mhtml/pages/settings.inc.php+3 / -1
Mhtml/pages/settings/default.inc.php+9 / -2
Mhtml/pages/syslog_rules.inc.php+1 / -1
Mincludes/alerts.inc.php+77 / -8
Mincludes/config-variables.inc.php+489 / -479
Mincludes/defaults.inc.php+9 / -1
Mincludes/definitions.inc.php+4 / -7
Mincludes/definitions/entities.inc.php+295 / -14
Mincludes/definitions/graphtypes.inc.php+164 / -2
Mincludes/definitions/mibs.inc.php+91 / -10
Mincludes/definitions/os.inc.php+89 / -9
Mincludes/definitions/rewrites.inc.php+4 / -0
Mincludes/definitions/rrdtypes.inc.php+7 / -0
Mincludes/definitions/wui.inc.php+1 / -1
Mincludes/discovery/arp-table.inc.php+0 / -2
Mincludes/discovery/inventory.inc.php+0 / -2
Aincludes/discovery/inventory/perle-mcr-mgt-mib.inc.php+107 / -0
Mincludes/discovery/ip-addresses.inc.php+0 / -4
Mincludes/discovery/neighbours.inc.php+0 / -2
Mincludes/discovery/neighbours/ospf-mib.inc.php+2 / -1
Aincludes/discovery/oids.inc.php+57 / -0
Mincludes/discovery/ports-stack.inc.php+0 / -2
Mincludes/discovery/printersupplies.inc.php+0 / -2
Mincludes/discovery/processors.inc.php+0 / -2
Mincludes/discovery/pseudowires.inc.php+0 / -2
Mincludes/discovery/sensors.inc.php+6 / -1
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+149 / -59
Mincludes/discovery/sensors/netbotzv2-mib.inc.php+66 / -40
Aincludes/discovery/sensors/perle-mcr-mgt-mib.inc.php+119 / -0
Aincludes/discovery/sensors/sentry4-mib.inc.php+176 / -0
Mincludes/discovery/sla.inc.php+0 / -1
Aincludes/discovery/status/swraid-mib.inc.php+43 / -0
Mincludes/discovery/ucd-diskio.inc.php+0 / -1
Mincludes/discovery/virtual-machines.inc.php+0 / -2
Mincludes/discovery/vlans.inc.php+0 / -2
Mincludes/entities.inc.php+15 / -9
Mincludes/functions.inc.php+16 / -0
Mincludes/polling/functions.inc.php+5 / -0
Aincludes/polling/graphs/a10-ax-cgn-mib non-text+0 / -0
Aincludes/polling/graphs/a10-ax-cgn-mib/axIpNatLsnGlobalStats.inc.php+61 / -0
Mincludes/polling/loadbalancer/f5-bigip-local-mib.inc.php+49 / -13
Mincludes/polling/mempools/agent-general-mib.inc.php+15 / -2
Mincludes/polling/mempools/bluecoat-sg-proxy-mib.inc.php+16 / -3
Mincludes/polling/mempools/bluecoat-sg-usage-mib.inc.php+15 / -3
Mincludes/polling/mempools/cisco-enhanced-mempool-mib.inc.php+1 / -1
Mincludes/polling/mempools/cisco-entity-qfp-mib.inc.php+1 / -1
Mincludes/polling/mempools/cisco-memory-pool-mib.inc.php+2 / -2
Mincludes/polling/mempools/cisco-process-mib.inc.php+1 / -1
Mincludes/polling/mempools/extreme-software-monitor-mib.inc.php+15 / -2
Mincludes/polling/mempools/f10-c-series-chassis-mib.inc.php+14 / -2
Mincludes/polling/mempools/f10-chassis-mib.inc.php+1 / -1
Mincludes/polling/mempools/f10-m-series-chassis-mib.inc.php+15 / -2
Mincludes/polling/mempools/f5-bigip-system-mib.inc.php+17 / -4
Mincludes/polling/mempools/huawei-entity-extent-mib.inc.php+15 / -2
Mincludes/polling/mempools/juniper-mib.inc.php+13 / -3
Mincludes/polling/mempools/juniper-srx5000-spu-monitoring-mib.inc.php+13 / -1
Mincludes/polling/mempools/netswitch-mib.inc.php+15 / -2
Mincludes/polling/mempools/oneaccess-sys-mib.inc.php+16 / -2
Mincludes/polling/mempools/s5-chassis-mib.inc.php+15 / -2
Mincludes/polling/mempools/smartnode-mib.inc.php+15 / -1
Mincludes/polling/mempools/zxr10-mib.inc.php+1 / -1
Mincludes/polling/oids.inc.php+8 / -2
Mincludes/polling/os/juniperive.inc.php+9 / -9
Mincludes/polling/ports/juniper-cos-mib.inc.php+1 / -1
Mincludes/polling/ports/timetra-port-mib.inc.php+5 / -5
Mincludes/polling/sensors.inc.php+8 / -5
Mincludes/port-descr-parser.inc.php+1 / -1
Mincludes/sql-config.inc.php+8 / -2
Alibs/hash-compat non-text+0 / -0
Alibs/hash-compat/LICENSE+19 / -0
Alibs/hash-compat/hash_equals.php+73 / -0
Alibs/hash-compat/hash_pbkdf2.php+174 / -0
Mmibs/arista/ARISTA-CONFIG-COPY-MIB+1 / -0
Amibs/arista/ARISTA-HARDWARE-UTILIZATION-MIB+306 / -0
Mmibs/arista/ARISTA-IF-MIB+18 / -2
Mmibs/arista/ARISTA-MAU-MIB+134 / -14
Amibs/arista/ARISTA-NEXTHOP-GROUP-MIB+286 / -0
Mmibs/arista/ARISTA-PRODUCTS-MIB+255 / -44
Mmibs/arista/ARISTA-QOS-MIB+92 / -8
Mmibs/arista/ARISTA-TEST-MIB+6 / -3
Amibs/atmedia non-text+0 / -0
Amibs/atmedia/ATMEDIA-MIB+2,492 / -0
Amibs/fortinet/FORTINET-FORTIADC-MIB+2,899 / -0
Mmibs/ibm/IBM-GbTOR-10G-L2L3-MIB+1,354 / -339
Amibs/juniper/Juniper-QoS-MIB+2,823 / -0
Amibs/ligo non-text+0 / -0
Amibs/ligo/LIGO-802DOT11-EXT-MIB+453 / -0
Amibs/ligo/LIGO-ATHDRV-STATS-MIB+1,893 / -0
Amibs/ligo/LIGO-GENERIC-MIB+139 / -0
Amibs/ligo/LIGO-RADIO3-DRV-MIB+812 / -0
Amibs/ligo/LIGO-W-JET-MIB+555 / -0
Amibs/ligo/LIGO-W-JET-MIMO-MIB+145 / -0
Amibs/ligo/LIGO-WIRELESS-MIB+462 / -0
Amibs/ligo/LIGOWAVE-MIB+37 / -0
Amibs/net-snmp/SWRAID-MIB+146 / -0
Amibs/perle non-text+0 / -0
Amibs/perle/PERLE-MCR-MGT-MIB+23,260 / -0
Amibs/pulsesecure non-text+0 / -0
Amibs/pulsesecure/PULSESECURE-PSG-MIB+784 / -0
Mmibs/riverbed/ZXTM-MIB-SMIv2+1,020 / -55
Amibs/velocity non-text+0 / -0
Amibs/velocity/VELOCITY-MIB+671 / -0
Amibs/velocity/VELOCITY-TYPES+23 / -0
Aupdate/348.sql+2 / -0
Aupdate/349.sql+2 / -0
Aupdate/350.php+45 / -0
Aupdate/351.sql+5 / -0
Aupdate/352.sql+2 / -0
Mupdate/db_schema_mysql.sql+0 / -1

17.08.8725

Released
Complete release diff (103) +31,321 / -74

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/cdata.png+1 / -0
Ahtml/images/os/cdata_2x.png+1 / -0
Mhtml/images/os/paloalto.png binary+0 / -0
Ahtml/images/os/paloalto_2x.png+1 / -0
Mhtml/includes/cache-data.inc.php+11 / -9
Mhtml/includes/entities/sla.inc.php+4 / -1
Ahtml/includes/graphs/application/dovecot_auth.inc.php+47 / -0
Ahtml/includes/graphs/application/dovecot_auth_cache.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_cache.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_commands.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_connected.inc.php+44 / -0
Ahtml/includes/graphs/application/dovecot_cpu.inc.php+45 / -0
Ahtml/includes/graphs/application/dovecot_io.inc.php+49 / -0
Ahtml/includes/graphs/application/dovecot_pages.inc.php+45 / -0
Ahtml/includes/graphs/application/dovecot_storage.inc.php+47 / -0
Ahtml/includes/graphs/application/dovecot_usage.inc.php+45 / -0
Mhtml/includes/graphs/generic_multi.inc.php+25 / -2
Ahtml/includes/graphs/global/jnx_cos_queues.inc.php+66 / -0
Ahtml/includes/graphs/global/sros_queues.inc.php+65 / -0
Ahtml/includes/graphs/port/jnx_QedBytes.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_QedPkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_TailDropPkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_TotalRedDropBytes.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_TotalRedDropPkts.inc.php+23 / -0
Ahtml/includes/graphs/port/jnx_cos_queue.inc.php+98 / -0
Ahtml/includes/graphs/port/jnx_cos_queues_common.inc.php+51 / -0
Ahtml/includes/graphs/port/sros_EgressDroInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressDroInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressDroOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressDroOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_EgressFwdOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressDroOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdInProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdInProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdOutProfOcts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_IngressFwdOutProfPkts.inc.php+25 / -0
Ahtml/includes/graphs/port/sros_queue.inc.php+61 / -0
Ahtml/includes/graphs/port/sros_queues_common.inc.php+47 / -0
Ahtml/includes/search/inventory.inc.php+56 / -0
Mhtml/includes/status-summary.inc.php+2 / -2
Ahtml/pages/device/apps/dovecot.inc.php+25 / -0
Mhtml/pages/device/edit/device.inc.php+2 / -2
Mhtml/pages/device/port.inc.php+12 / -0
Ahtml/pages/device/port/jnx_cos_queues.inc.php+98 / -0
Ahtml/pages/device/port/sros_queues.inc.php+105 / -0
Ahtml/pages/jnx_cos_queues.inc.php+81 / -0
Ahtml/pages/sros_queues.inc.php+92 / -0
Mincludes/alerting/webhook.inc.php+1 / -3
Mincludes/alerts.inc.php+1 / -1
Mincludes/defaults.inc.php+15 / -12
Mincludes/definitions.inc.php+7 / -0
Mincludes/definitions/apps.inc.php+1 / -0
Mincludes/definitions/mibs.inc.php+332 / -7
Mincludes/definitions/os.inc.php+55 / -1
Mincludes/definitions/rrdtypes.inc.php+78 / -0
Mincludes/discovery/slas/cisco-rttmon-mib.inc.php+39 / -16
Mincludes/discovery/slas/disman-ping-mib.inc.php+4 / -3
Mincludes/entities.inc.php+13 / -1
Aincludes/polling/applications/dovecot.inc.php+81 / -0
Mincludes/polling/ports.inc.php+2 / -1
Aincludes/polling/ports/juniper-cos-mib.inc.php+71 / -0
Aincludes/polling/ports/juniper-cos-mib.lib.php+112 / -0
Aincludes/polling/ports/timetra-port-mib.inc.php+109 / -0
Aincludes/polling/ports/timetra-port-mib.lib.php+83 / -0
Amibs/cdata non-text+0 / -0
Amibs/cdata/EPON-EOC-MIB+197 / -0
Amibs/cdata/FD-OLT-MIB+3,486 / -0
Amibs/cdata/FD-ONU-MIB+3,119 / -0
Amibs/cdata/FD-PERFORMANCE-MIB+2,289 / -0
Amibs/cdata/FD-SWITCH-MIB+1,481 / -0
Amibs/cdata/FD-SYSTEM-MIB+1,179 / -0
Amibs/cdata/FD-TRAP-MIB+206 / -0
Amibs/cdata/NE-ALARM-MIB+24 / -0
Amibs/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB+2,198 / -0
Amibs/cdata/SPC200+2,896 / -0
Amibs/cdata/SPIDCOM-ALARM-MIB+455 / -0
Amibs/cdata/SPIDCOM-MIB+20 / -0
Amibs/cdata/SPIDCOM-NOTIFICATION-MIB+27 / -0
Amibs/cdata/SPIDCOM-TRAPS+113 / -0
Amibs/cdata/XXX-MIB+1,027 / -0
Amibs/geist/GEIST-IMD-MIB+2,030 / -0
Mmibs/ibm/IBM-SVC-MIB+55 / -6
Amibs/redline non-text+0 / -0
Amibs/redline/REDLINE-AN50-MIB+1,149 / -0
Amibs/redline/REDLINE-AN50-PMP-V1-MIB+535 / -0
Amibs/redline/REDLINE-AN50-PMP-V2-MIB+1,186 / -0
Amibs/redline/REDLINE-AN80I-IF-MIB+1,173 / -0
Amibs/redline/REDLINE-AN80I-MIB+759 / -0
Amibs/redline/REDLINE-BS-MIB+803 / -0
Amibs/redline/REDLINE-E1T1-MIB+663 / -0
Amibs/redline/REDLINE-MIB+119 / -0
Amibs/redline/REDLINE-PRODUCTS-MIB+112 / -0
Amibs/redline/REDLINE-SYSTEM-MIB+1,130 / -0
Mpoller-wrapper.py+7 / -7
Ascripts/agent-local/dovecot+5 / -0
Aupdate/347.sql+1 / -0

17.07.8697

Released β€’ Commits r8663 through r8696
Included development changes (34 commits)

Major Features

  • r8672: Improved observium-wrapper to use for discovery, billing (and poller) wrap in multiple threads, instead direct single thread discovery/poll-billing scripts run. Fully compatible with old cron entries for poller-wrapper.py Examples: */5 * * * * root /opt/observium/observium-wrapper poller */5 * * * * root /opt/observium/observium-wrapper discovery --host new 34 */6 * * * root /opt/observium/observium-wrapper discovery */5 * * * * root /opt/observium/observium-wrapper billing +279/βˆ’98

New Features

  • r8673: Add support for WTI RSM/TSM management devices. +21/0
  • r8675: Add ipv4/ipv6 address support to API +105/0
  • r8677: Add discovery for Ekinops 360 DWDM platform +29/0
  • r8682: Additional D-Link sysobject ID +1/0
  • r8688: Add support for detection of Peplink Pepwave AP devices (3.x MIBs). Add Peplink MIBs +37/0
  • r8690: Add basic support for Peplink Balance +26/βˆ’1
  • r8691: Add/fix/improve support for Logical and Physical drives via CPQIDA-MIB. +89/βˆ’22
  • r8692: Add cpu/mem graphs to NOS overview +2/0

Improvements

Bug Fixes

  • r8664: Fix use of legacy variable in telegram transport +1/βˆ’1
  • r8665: Remove "alerted" field in syslog alertlog +2/βˆ’2
  • r8667: Fix email backend trying to mail [device_id]@[observium_hostname] when sending alert notifications +12/βˆ’12
  • r8668: Minor rearrangement of syslog notification queuer. +24/βˆ’26
  • r8670: Don't try to poll ports on down devices. +17/βˆ’16
  • r8671: Clean poll-billing +1/βˆ’1
  • r8678: Fix adding additional associations to groups. +2/βˆ’2
  • r8679: Fix status page popup link generation and usage of correct graph name +6/βˆ’4
  • r8695: Don't set autoscale max if we're using log scales for MRTG type. +1/βˆ’1

Minor Changes

  • r8685: Remove static ROM version from Sonicwall version field; add 'ireplace' transformation for case-insensitive replacement. Move sonicwall version code to definitions. +10/βˆ’25
  • r8687: Make onSmartTrim be an OK status for APC devices +1/βˆ’1
  • r8694: Add more HP MIBs to Windows OS +2/0

MIB Updates

API Changes

  • r8676: Add storage support to API. Prevent some device data being sent in API. +88/βˆ’30

UI Assets

  • r8689: Update Dasan icons.

Tests

  • r8686: Add unit tests for ireplace transformation

Trivial Changes

  • r8663: Fixed default agrument for process_notifications(). Removed unused config option. +2/βˆ’13
  • r8666: Fixed syslog notifications (according to latest changes). +25/βˆ’18
  • r8669: Improved return statuses in get_http_request(). Added simple helper functions for last response http code (get_http_last_code()) and status (get_http_last_status()). Added unittest for this functions. +132/βˆ’45
  • r8680: Fix pagecount graph unit text +1/βˆ’1
  • r8683: Cleanup WTI and Synology os/hardware detection. +6/βˆ’11
Complete release diff (675) +263,088 / -15,868

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Mconfig.php.default+3 / -0
Mdiscovery.php+8 / -1
Mhtml/ajax/input.php+42 / -4
Ahtml/api/v0/includes/address.inc.php+103 / -0
Mhtml/api/v0/includes/alerts.inc.php+8 / -8
Mhtml/api/v0/includes/bills.inc.php+16 / -5
Mhtml/api/v0/includes/ports.inc.php+4 / -4
Ahtml/api/v0/includes/storage.inc.php+47 / -0
Mhtml/api/v0/index.php+2 / -0
Mhtml/css/bootstrap-hacks.css+12 / -0
Mhtml/css/bootstrap-select.css+10 / -1
Mhtml/css/bootstrap/less/bootstrap.less+1 / -1
Mhtml/css/bootstrap/less/buttons3.less+2 / -1
Mhtml/css/bootstrap/less/forms.less+2 / -1
Mhtml/css/bootstrap/less/variables3.less+9 / -10
Mhtml/css/leaflet.css+9 / -3
Mhtml/css/observium.css+178 / -151
Ahtml/css/tinytoggle.min.css+1 / -0
Mhtml/css/typeaheadjs.css+6 / -0
Ahtml/fonts/tinytoggle.eot+1 / -0
Ahtml/fonts/tinytoggle.svg+27 / -0
Ahtml/fonts/tinytoggle.ttf+1 / -0
Ahtml/fonts/tinytoggle.woff+1 / -0
Mhtml/graph.php+3 / -0
Ahtml/images/layers-2x.png+1 / -0
Ahtml/images/layers.png+1 / -0
Ahtml/images/marker-icon-2x.png+1 / -0
Ahtml/images/marker-icon.png+1 / -0
Ahtml/images/marker-shadow.png+1 / -0
Mhtml/images/os/dasan.png binary+0 / -0
Ahtml/images/os/dasan_2x.png+1 / -0
Ahtml/images/os/dps.png+1 / -0
Ahtml/images/os/dps_2x.png+1 / -0
Ahtml/images/os/ecos.png+1 / -0
Ahtml/images/os/ecos_2x.png+1 / -0
Ahtml/images/os/ekinops.png+1 / -0
Ahtml/images/os/ekinops_2x.png+1 / -0
Mhtml/images/os/opnsense.png binary+0 / -0
Mhtml/images/os/opnsense_2x.png binary+0 / -0
Ahtml/images/os/peplink.png+1 / -0
Ahtml/images/os/peplink_2x.png+1 / -0
Ahtml/images/os/wti.png+1 / -0
Ahtml/images/os/wti_2x.png+1 / -0
Mhtml/includes/entities/device.inc.php+13 / -10
Mhtml/includes/entities/mempool.inc.php+5 / -4
Mhtml/includes/entities/pseudowire.inc.php+11 / -21
Mhtml/includes/entities/sensor.inc.php+9 / -23
Mhtml/includes/entities/sla.inc.php+15 / -14
Mhtml/includes/entities/status.inc.php+9 / -30
Mhtml/includes/entities/storage.inc.php+7 / -8
Mhtml/includes/functions.inc.php+15 / -10
Mhtml/includes/graphs/common.inc.php+1 / -1
Mhtml/includes/graphs/device/mempool.inc.php+2 / -2
Mhtml/includes/graphs/device/pagecount.inc.php+1 / -1
Mhtml/includes/group-navbar.inc.php+2 / -2
Mhtml/includes/maintenance-navbar.inc.php+1 / -1
Mhtml/includes/navbar.inc.php+3 / -3
Mhtml/includes/print/logalert.inc.php+2 / -2
Mhtml/includes/print/rows.inc.php+4 / -2
Mhtml/includes/print/search.inc.php+82 / -16
Mhtml/index.php+2 / -2
Ahtml/js/jquery.tinytoggle.min.js+1 / -0
Mhtml/js/leaflet.js+7 / -7
Mhtml/pages/addhost.inc.php+3 / -1
Mhtml/pages/alert_maintenance_add.inc.php+1 / -1
Mhtml/pages/device.inc.php+2 / -1
Mhtml/pages/device/alert.inc.php+6 / -0
Mhtml/pages/device/edit/device.inc.php+82 / -17
Mhtml/pages/device/edit/ports.inc.php+30 / -20
Mhtml/pages/device/showconfig.inc.php+2 / -1
Mhtml/pages/mibs.inc.php+17 / -6
Mhtml/pages/routing/bgp.inc.php+52 / -28
Mhtml/pages/settings/default.inc.php+61 / -32
Mincludes/alerting/email.inc.php+17 / -14
Mincludes/alerting/telegram.inc.php+1 / -1
Aincludes/alerting/textlocal.inc.php+45 / -0
Mincludes/alerts.inc.php+1,184 / -1,162
Mincludes/cache.inc.php+22 / -12
Mincludes/common.inc.php+271 / -85
Mincludes/config-variables.inc.php+33 / -1
Mincludes/definitions.inc.php+9 / -3
Mincludes/definitions/entities.inc.php+31 / -0
Mincludes/definitions/mibs.inc.php+696 / -539
Mincludes/definitions/models.inc.php+49 / -1
Mincludes/definitions/os.inc.php+780 / -188
Mincludes/definitions/rewrites.inc.php+1 / -0
Mincludes/definitions/sensors.inc.php+10 / -10
Mincludes/definitions/transports.inc.php+21 / -2
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/discovery/functions.inc.php+2 / -2
Mincludes/discovery/mempools/ucd-snmp-mib.inc.php+2 / -2
Dincludes/discovery/os/allied.inc.php+0 / -23
Dincludes/discovery/os/aten.inc.php+0 / -22
Mincludes/discovery/os/broadcom.inc.php+7 / -41
Dincludes/discovery/os/cisco.inc.php+0 / -53
Dincludes/discovery/os/cometsystem-p85xx.inc.php+0 / -22
Dincludes/discovery/os/digi.inc.php+0 / -26
Dincludes/discovery/os/digipower.inc.php+0 / -23
Dincludes/discovery/os/eltex.inc.php+0 / -56
Dincludes/discovery/os/extremeware.inc.php+0 / -39
Mincludes/discovery/os/freebsd.inc.php+10 / -42
Dincludes/discovery/os/gamatronicups.inc.php+0 / -22
Dincludes/discovery/os/geist.inc.php+0 / -23
Dincludes/discovery/os/generic.inc.php+0 / -56
Dincludes/discovery/os/hikvision.inc.php+0 / -25
Dincludes/discovery/os/jdsu_edfa.inc.php+0 / -22
Mincludes/discovery/os/linux.inc.php+22 / -149
Dincludes/discovery/os/messpc.inc.php+0 / -24
Mincludes/discovery/os/nxp-mqx-rtcs.inc.php+13 / -0
Dincludes/discovery/os/samsung.inc.php+0 / -21
Mincludes/discovery/os/solaris.inc.php+17 / -7
Dincludes/discovery/os/wowza.inc.php+0 / -24
Dincludes/discovery/os/zyxel.inc.php+0 / -30
Mincludes/discovery/ports.inc.php+1 / -1
Mincludes/discovery/processors/ciscosb-rndmng.inc.php+2 / -2
Mincludes/discovery/sensors.inc.php+93 / -35
Mincludes/discovery/sensors/cpqida-mib.inc.php+43 / -17
Mincludes/discovery/sensors/dev-cfg-mib.inc.php+1 / -1
Mincludes/discovery/sensors/extreme-system-mib.inc.php+1 / -1
Mincludes/discovery/sensors/foundry-poe-mib.inc.php+1 / -1
Mincludes/discovery/sensors/hh3c-entity-ext-mib.inc.php+17 / -6
Mincludes/discovery/sensors/powernet-mib.inc.php+25 / -14
Dincludes/discovery/sensors/synology-system-mib.inc.php+0 / -80
Mincludes/discovery/storage/isilon-mib.inc.php+1 / -1
Mincludes/functions.inc.php+533 / -98
Mincludes/polling/bgp-peers.inc.php+2 / -2
Mincludes/polling/functions.inc.php+16 / -18
Mincludes/polling/loadbalancer.inc.php+0 / -4
Mincludes/polling/mempools/ucd-snmp-mib.inc.php+2 / -2
Mincludes/polling/os.inc.php+3 / -1
Mincludes/polling/os/acdos.inc.php+1 / -1
Mincludes/polling/os/bintec.inc.php+1 / -1
Mincludes/polling/os/ftos.inc.php+3 / -3
Mincludes/polling/os/meraki.inc.php+3 / -2
Mincludes/polling/os/onefs.inc.php+1 / -1
Mincludes/polling/os/poweralert.inc.php+1 / -1
Mincludes/polling/os/sentry-pdu.inc.php+1 / -1
Dincludes/polling/os/sonicwall.inc.php+0 / -24
Mincludes/polling/os/unix.inc.php+12 / -4
Mincludes/polling/ports.inc.php+3 / -2
Mincludes/polling/processors.inc.php+20 / -5
Mincludes/polling/processors/ciena.inc.php+7 / -1
Mincludes/polling/processors/dnos-switching-mib.inc.php+7 / -1
Mincludes/polling/processors/edgeswitch-switching-mib.inc.php+7 / -1
Mincludes/polling/processors/nos.inc.php+7 / -1
Mincludes/polling/processors/powerconnect.inc.php+7 / -1
Mincludes/polling/processors/ucd-old.inc.php+8 / -1
Mincludes/polling/sensors.inc.php+80 / -63
Mincludes/polling/status.inc.php+83 / -73
Mincludes/polling/storage.inc.php+1 / -1
Mincludes/polling/storage/isilon-mib.inc.php+1 / -1
Mincludes/polling/system/wowza-streaming-engine-mib.inc.php+1 / -1
Mincludes/snmp.inc.php+193 / -26
Mincludes/syslog.inc.php+28 / -23
Mincludes/templates/notification/telegram_text.tpl+1 / -0
Alibs/Uuid non-text+0 / -0
Alibs/Uuid/BinaryUtils.php+43 / -0
Alibs/Uuid/Builder/DefaultUuidBuilder.php+54 / -0
Alibs/Uuid/Builder/DegradedUuidBuilder.php+53 / -0
Alibs/Uuid/Builder/UuidBuilderInterface.php+34 / -0
Alibs/Uuid/Codec/CodecInterface.php+55 / -0
Alibs/Uuid/Codec/GuidStringCodec.php+100 / -0
Alibs/Uuid/Codec/OrderedTimeCodec.php+67 / -0
Alibs/Uuid/Codec/StringCodec.php+167 / -0
Alibs/Uuid/Codec/TimestampFirstCombCodec.php+105 / -0
Alibs/Uuid/Codec/TimestampLastCombCodec.php+23 / -0
Alibs/Uuid/Converter/Number/BigNumberConverter.php+54 / -0
Alibs/Uuid/Converter/Number/DegradedNumberConverter.php+58 / -0
Alibs/Uuid/Converter/NumberConverterInterface.php+44 / -0
Alibs/Uuid/Converter/Time/BigNumberTimeConverter.php+58 / -0
Alibs/Uuid/Converter/Time/DegradedTimeConverter.php+42 / -0
Alibs/Uuid/Converter/Time/PhpTimeConverter.php+47 / -0
Alibs/Uuid/Converter/TimeConverterInterface.php+33 / -0
Alibs/Uuid/DegradedUuid.php+111 / -0
Alibs/Uuid/Exception/InvalidUuidStringException.php+22 / -0
Alibs/Uuid/Exception/UnsatisfiedDependencyException.php+23 / -0
Alibs/Uuid/Exception/UnsupportedOperationException.php+22 / -0
Alibs/Uuid/FeatureSet.php+333 / -0
Alibs/Uuid/Generator/CombGenerator.php+85 / -0
Alibs/Uuid/Generator/DefaultTimeGenerator.php+132 / -0
Alibs/Uuid/Generator/MtRandGenerator.php+41 / -0
Alibs/Uuid/Generator/OpenSslGenerator.php+38 / -0
Alibs/Uuid/Generator/PeclUuidRandomGenerator.php+37 / -0
Alibs/Uuid/Generator/PeclUuidTimeGenerator.php+38 / -0
Alibs/Uuid/Generator/RandomBytesGenerator.php+36 / -0
Alibs/Uuid/Generator/RandomGeneratorFactory.php+31 / -0
Alibs/Uuid/Generator/RandomGeneratorInterface.php+30 / -0
Alibs/Uuid/Generator/RandomLibAdapter.php+62 / -0
Alibs/Uuid/Generator/SodiumRandomGenerator.php+36 / -0
Alibs/Uuid/Generator/TimeGeneratorFactory.php+72 / -0
Alibs/Uuid/Generator/TimeGeneratorInterface.php+35 / -0
Alibs/Uuid/LICENSE+19 / -0
Alibs/Uuid/Provider/Node/FallbackNodeProvider.php+57 / -0
Alibs/Uuid/Provider/Node/RandomNodeProvider.php+36 / -0
Alibs/Uuid/Provider/Node/SystemNodeProvider.php+76 / -0
Alibs/Uuid/Provider/NodeProviderInterface.php+29 / -0
Alibs/Uuid/Provider/Time/FixedTimeProvider.php+76 / -0
Alibs/Uuid/Provider/Time/SystemTimeProvider.php+33 / -0
Alibs/Uuid/Provider/TimeProviderInterface.php+29 / -0
Alibs/Uuid/Uuid.php+689 / -0
Alibs/Uuid/UuidFactory.php+292 / -0
Alibs/Uuid/UuidFactoryInterface.php+89 / -0
Alibs/Uuid/UuidInterface.php+267 / -0
Mlibs/cli/Arguments.php+21 / -2
Alibs/random_compat non-text+0 / -0
Alibs/random_compat/LICENSE+22 / -0
Alibs/random_compat/byte_safe_strings.php+181 / -0
Alibs/random_compat/cast_to_int.php+74 / -0
Alibs/random_compat/error_polyfill.php+49 / -0
Alibs/random_compat/random.php+223 / -0
Alibs/random_compat/random_bytes_com_dotnet.php+88 / -0
Alibs/random_compat/random_bytes_dev_urandom.php+167 / -0
Alibs/random_compat/random_bytes_libsodium.php+88 / -0
Alibs/random_compat/random_bytes_libsodium_legacy.php+92 / -0
Alibs/random_compat/random_bytes_mcrypt.php+77 / -0
Alibs/random_compat/random_int.php+190 / -0
Dmibs/ENGENIUS-CLIENT-MIB+0 / -203
Dmibs/ENGENIUS-MESH-MIB+0 / -7,341
Dmibs/ENGENIUS-PRIVATE-MIB+0 / -1,415
Dmibs/ENGENIUS-STATUS-MIB+0 / -1,310
Amibs/avaya/APPLIC-MIB+4,318 / -0
Amibs/avaya/AVAYA-APPL-MEM-MANAGER+167 / -0
Amibs/avaya/AVAYA-ENTITY-MIB+832 / -0
Amibs/avaya/AVAYA-IPSEC-MIB+2,721 / -0
Amibs/avaya/AVAYA-LOAD-MIB+1,718 / -0
Amibs/avaya/AVAYA-RTP-MIB+1,644 / -0
Amibs/avaya/AVAYA-SAA-TRACK-MIB+961 / -0
Amibs/avaya/AVAYA-SURV-MIB+2,433 / -0
Amibs/avaya/AVEISPROD-MIB+242 / -0
Amibs/avaya/CIG-CLIENTS-MIB+826 / -0
Amibs/avaya/CIG-SERVERS-MIB+1,163 / -0
Amibs/avaya/CONFIG-MIB+6,411 / -0
Amibs/avaya/CROUTE-MIB+6,351 / -0
Mmibs/avaya/G3-AVAYA-MIB+3 / -7
Amibs/avaya/G700-MG-MIB+4,873 / -0
Amibs/avaya/GEN-MIB+284 / -0
Amibs/avaya/LOAD-MIB+1,335 / -0
Amibs/avaya/Lannet-Trapsv2-MIB+1,556 / -0
Amibs/avaya/POLICY-MIB+4,855 / -0
Amibs/avaya/SECURITY-MANAGEMENT-MIB+1,309 / -0
Amibs/avaya/UTILIZATION-MANAGEMENT-MIB+322 / -0
Amibs/avaya/WAN-MIB+2,536 / -0
Amibs/avaya/XSWITCH-MIB+5,049 / -0
Amibs/bsd/HALON-SP-MIB+128 / -0
Amibs/dell/DELLRCSG2-TRAP-MIB+3,001 / -0
Amibs/dps non-text+0 / -0
Amibs/dps/DPS-MIB-CG-V1+262 / -0
Amibs/dps/DPS-MIB-NGD-V10+4,607 / -0
Amibs/dps/DPS-MIB-NGD-V10-V2+4,615 / -0
Amibs/dps/DPS-MIB-NGX-G39+3,233 / -0
Amibs/dps/DPS-MIB-NGX-G39-V2+4,784 / -0
Amibs/dps/DPS-MIB-RTDX-G39-V2+5,232 / -0
Amibs/dps/DPS-MIB-V38+773 / -0
Amibs/dps/DPS-MIB-V38-V2+801 / -0
Amibs/dps/DPS-MIB-V38-V2EXT+1,178 / -0
Amibs/dps/DPS-TEXT-RTU-MIB+171 / -0
Amibs/engenius non-text+0 / -0
Amibs/engenius/ENGENIUS-CLIENT-MIB+204 / -0
Amibs/engenius/ENGENIUS-MESH-MIB+7,400 / -0
Amibs/engenius/ENGENIUS-PRIVATE-MIB+1,460 / -0
Amibs/engenius/ENGENIUS-STATUS-MIB+1,332 / -0
Amibs/juniper/EX2500-BASE-MIB+15,311 / -0
Mmibs/mrv/NBS-CMMC-MIB+91 / -14
Mmibs/mrv/NBS-CMMCENUM-MIB+24 / -6
Amibs/mrv/NBS-OBA-MIB+369 / -0
Mmibs/mrv/NBS-OSA-MIB+9 / -3
Mmibs/net-snmp/UCD-DISKIO-MIB+16 / -2
Mmibs/net-snmp/UCD-SNMP-MIB+115 / -1
Amibs/papouch/papago_dio_V01-MIB+178 / -0
Amibs/papouch/papago_temp_V02-MIB+139 / -0
Amibs/peplink non-text+0 / -0
Amibs/peplink/AP-L2TP+440 / -0
Amibs/peplink/AP-MANAGEMENT+498 / -0
Amibs/peplink/AP-RADIO+1,116 / -0
Amibs/peplink/AP-SPEEDFUSION+443 / -0
Amibs/peplink/AP-STATION+327 / -0
Amibs/peplink/AP-SYSTEM-BASIC+442 / -0
Amibs/peplink/AP-SYSTEM-NETWORK+586 / -0
Amibs/peplink/AP-WDS+335 / -0
Amibs/peplink/AP-WLAN+1,547 / -0
Amibs/peplink/DEVICE+112 / -0
Amibs/peplink/GRE+184 / -0
Amibs/peplink/LAN+86 / -0
Amibs/peplink/PEPLINK-BALANCE-MIB+507 / -0
Amibs/peplink/PEPVPN-SPEEDFUSION+311 / -0
Amibs/peplink/PEPWAVE-MAX-MIB+503 / -0
Amibs/peplink/WAN+436 / -0
Amibs/peplink/WLC+707 / -0
Mmibs/rfc/IANA-ADDRESS-FAMILY-NUMBERS-MIB+9 / -9
Mmibs/rfc/IANA-LANGUAGE-MIB+2 / -2
Mmibs/rfc/IANA-RTPROTO-MIB+13 / -6
Mmibs/rfc/IANAifType-MIB+120 / -72
Mmibs/rfc/IPV6-ICMP-MIB+215 / -84
Mmibs/rfc/IPV6-MIB+433 / -214
Mmibs/rfc/IPV6-TC+31 / -14
Mmibs/rfc/IPV6-TCP-MIB+76 / -32
Mmibs/rfc/IPV6-UDP-MIB+53 / -17
Mmibs/rfc/SMUX-MIB+3 / -3
Mmibs/ruckus/RUCKUS-DEVICE-MIB+2 / -74
Mmibs/ruckus/RUCKUS-EVENT-MIB+31 / -151
Mmibs/ruckus/RUCKUS-PRODUCTS-MIB+113 / -20
Mmibs/ruckus/RUCKUS-RADIO-MIB+28 / -55
Mmibs/ruckus/RUCKUS-SYSTEM-MIB+3 / -48
Mmibs/ruckus/RUCKUS-TC-MIB+6 / -5
Mmibs/ruckus/RUCKUS-UPGRADE-MIB+4 / -4
Mmibs/ruckus/RUCKUS-WLAN-MIB+3 / -169
Mmibs/ruckus/RUCKUS-ZD-AAA-MIB+20 / -3
Mmibs/ruckus/RUCKUS-ZD-AP-MIB+81 / -1
Mmibs/ruckus/RUCKUS-ZD-EVENT-MIB+758 / -0
Mmibs/ruckus/RUCKUS-ZD-SYSTEM-MIB+31 / -17
Mmibs/ruckus/RUCKUS-ZD-WLAN-CONFIG-MIB+15 / -6
Mmibs/ruckus/RUCKUS-ZD-WLAN-MIB+48 / -33
Amibs/squid non-text+0 / -0
Amibs/squid/SQUID-MIB+1,056 / -0
Amibs/wti non-text+0 / -0
Amibs/wti/WTI-RSM-TSM-MIB+797 / -0
Amibs/xerox non-text+0 / -0
Amibs/xerox/XEROX-COMMON-MIB+37 / -0
Amibs/xerox/XEROX-COMMS-CONFIG-MIB+1,357 / -0
Amibs/xerox/XEROX-COMMS-CONFIG-TC+4,646 / -0
Amibs/xerox/XEROX-COMMS-ENGINE-MIB+2,638 / -0
Amibs/xerox/XEROX-COMMS-ENGINE-TC+972 / -0
Amibs/xerox/XEROX-GENERAL-MIB+5,007 / -0
Amibs/xerox/XEROX-GENERAL-TC+1,419 / -0
Amibs/xerox/XEROX-HOST-RESOURCES-EXT-MIB+6,787 / -0
Amibs/xerox/XEROX-HOST-RESOURCES-EXT-TC+4,459 / -0
Amibs/xerox/XEROX-JOB-MONITORING-EXT-MIB+706 / -0
Amibs/xerox/XEROX-JOB-MONITORING-MIB+4,120 / -0
Amibs/xerox/XEROX-JOB-MONITORING-TC+1,651 / -0
Amibs/xerox/XEROX-PRINTER-EXT-MIB+3,608 / -0
Amibs/xerox/XEROX-PRINTER-EXT-TC+1,471 / -0
Amibs/xerox/XEROX-PRODUCT-ID-TC+3,829 / -0
Amibs/xerox/XEROX-RESOURCES-MIB+1,174 / -0
Amibs/xerox/XEROX-RESOURCES-TC+279 / -0
Amibs/xerox/XEROX-SERVICE-MONITORING-MIB+2,259 / -0
Amibs/xerox/XEROX-SERVICE-MONITORING-TC+2,809 / -0
Amibs/xerox/XEROX-SIMPLE-JOB-MGMT-MIB+860 / -0
Amibs/xerox/XEROX-SIMPLE-JOB-MGMT-TC+165 / -0
Amibs/zyxel/ZYXEL-AAA-MIB+363 / -0
Amibs/zyxel/ZYXEL-ACCESS-CONTROL-MIB+195 / -0
Amibs/zyxel/ZYXEL-ACL-MIB+567 / -0
Amibs/zyxel/ZYXEL-ARP-INSPECTION-MIB+516 / -0
Amibs/zyxel/ZYXEL-ARP-MIB+258 / -0
Amibs/zyxel/ZYXEL-AclV2-MIB+947 / -0
Amibs/zyxel/ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB+99 / -0
Amibs/zyxel/ZYXEL-CFM-MIB+181 / -0
Amibs/zyxel/ZYXEL-CLUSTER-MIB+334 / -0
Amibs/zyxel/ZYXEL-CPU-PROTECTION-MIB+104 / -0
Amibs/zyxel/ZYXEL-DHCP-CLIENT-MIB+250 / -0
Amibs/zyxel/ZYXEL-DHCP-OPTION82-PROFILE-MIB+176 / -0
Amibs/zyxel/ZYXEL-DHCP-RELAY-MIB+308 / -0
Amibs/zyxel/ZYXEL-DHCP-SERVER-MIB+153 / -0
Amibs/zyxel/ZYXEL-DHCP-SNOOPING-MIB+472 / -0
Amibs/zyxel/ZYXEL-DHCPV6-MIB+275 / -0
Amibs/zyxel/ZYXEL-DIAGNOSTIC-MIB+48 / -0
Amibs/zyxel/ZYXEL-DIFFSERV-MIB+132 / -0
Amibs/zyxel/ZYXEL-DVMRP-MIB+94 / -0
Amibs/zyxel/ZYXEL-ERR-DISABLE-MIB+318 / -0
Amibs/zyxel/ZYXEL-ES-RF-MANAGEMENT+37 / -0
Amibs/zyxel/ZYXEL-ES-WIRELESS+465 / -0
Amibs/zyxel/ZYXEL-ES-ZyxelAPMgmt+76 / -0
Amibs/zyxel/ZYXEL-EXTERNAL-ALARM-MIB+68 / -0
Amibs/zyxel/ZYXEL-FDB-MIB+88 / -0
Amibs/zyxel/ZYXEL-GREEN-ETHERNET-MIB+122 / -0
Amibs/zyxel/ZYXEL-HW-MONITOR-MIB+468 / -0
Amibs/zyxel/ZYXEL-IF-LOOPBACK-MIB+135 / -0
Amibs/zyxel/ZYXEL-IF-MIB+127 / -0
Amibs/zyxel/ZYXEL-IGMP-FILTER-MIB+165 / -0
Amibs/zyxel/ZYXEL-IGMP-MIB+97 / -0
Amibs/zyxel/ZYXEL-IGMP-SNOOPING-MIB+1,128 / -0
Amibs/zyxel/ZYXEL-IP-FORWARD-MIB+251 / -0
Amibs/zyxel/ZYXEL-IPSG-MIB+251 / -0
Amibs/zyxel/ZYXEL-IPV6-MIB+280 / -0
Amibs/zyxel/ZYXEL-IPV6-NDP-MIB+257 / -0
Amibs/zyxel/ZYXEL-IPV6-PATH-MTU-MIB+118 / -0
Amibs/zyxel/ZYXEL-IPV6-STATIC-ROUTE-MIB+154 / -0
Amibs/zyxel/ZYXEL-L2-IP-MIB+208 / -0
Amibs/zyxel/ZYXEL-L2PT-MIB+155 / -0
Amibs/zyxel/ZYXEL-L3-IP-MIB+151 / -0
Amibs/zyxel/ZYXEL-LAG-MIB+304 / -0
Amibs/zyxel/ZYXEL-LEGACY-PRIVATE-VLAN-MIB+118 / -0
Amibs/zyxel/ZYXEL-LLDP-MIB+85 / -0
Amibs/zyxel/ZYXEL-LOAD-SHARING-MIB+83 / -0
Amibs/zyxel/ZYXEL-LOOPGUARD-MIB+112 / -0
Amibs/zyxel/ZYXEL-MAC-AUTHENTICATION-MIB+118 / -0
Amibs/zyxel/ZYXEL-MAC-BASED-VLAN-MIB+104 / -0
Amibs/zyxel/ZYXEL-MAC-FILTER-MIB+136 / -0
Amibs/zyxel/ZYXEL-MAC-PINNING-MIB+97 / -0
Amibs/zyxel/ZYXEL-MES2110-MIB+410 / -0
Amibs/zyxel/ZYXEL-MES3500-10-MIB+10,173 / -0
Amibs/zyxel/ZYXEL-MES3500-24-MIB+9,620 / -0
Amibs/zyxel/ZYXEL-MES3500-24F-MIB+9,638 / -0
Amibs/zyxel/ZYXEL-MES3528-MIB+8,338 / -0
Amibs/zyxel/ZYXEL-MES3728-MIB+9,048 / -0
Amibs/zyxel/ZYXEL-MIRROR-MIB+120 / -0
Amibs/zyxel/ZYXEL-MLD-SNOOPING-PROXY-MIB+1,040 / -0
Amibs/zyxel/ZYXEL-MRSTP-MIB+627 / -0
Amibs/zyxel/ZYXEL-MSTP-MIB+783 / -0
Amibs/zyxel/ZYXEL-MULTICAST-MIB+86 / -0
Amibs/zyxel/ZYXEL-MVR-MIB+284 / -0
Amibs/zyxel/ZYXEL-OAM-MIB+109 / -0
Amibs/zyxel/ZYXEL-OSPF-MIB+521 / -0
Amibs/zyxel/ZYXEL-OUT-OF-BAND-MIB+80 / -0
Amibs/zyxel/ZYXEL-POLICY-ROUTE-MIB+215 / -0
Amibs/zyxel/ZYXEL-PORT-AUTHENTICATION-MIB+212 / -0
Amibs/zyxel/ZYXEL-PORT-BASED-VLAN-MIB+80 / -0
Amibs/zyxel/ZYXEL-PORT-ISOLATION-MIB+98 / -0
Amibs/zyxel/ZYXEL-PORT-MIB+302 / -0
Amibs/zyxel/ZYXEL-PORT-SECURITY-MIB+209 / -0
Amibs/zyxel/ZYXEL-POWER-ETHERNET-MIB+228 / -0
Amibs/zyxel/ZYXEL-PPPoE-MIB+339 / -0
Amibs/zyxel/ZYXEL-PRIVATE-VLAN-MIB+160 / -0
Amibs/zyxel/ZYXEL-PROTOCOL-BASED-VLAN-MIB+144 / -0
Amibs/zyxel/ZYXEL-QUEUING-METHOD-MIB+155 / -0
Amibs/zyxel/ZYXEL-RADIUS-MIB+271 / -0
Amibs/zyxel/ZYXEL-RATE-LIMIT-MIB+145 / -0
Amibs/zyxel/ZYXEL-REMOTE-PORT-MIRROR-MIB+221 / -0
Amibs/zyxel/ZYXEL-RIP-MIB+125 / -0
Amibs/zyxel/ZYXEL-SFLOW-MIB+258 / -0
Amibs/zyxel/ZYXEL-SNMP-MIB+488 / -0
Amibs/zyxel/ZYXEL-STACKING-MIB+520 / -0
Amibs/zyxel/ZYXEL-STATIC-ROUTE-MIB+153 / -0
Amibs/zyxel/ZYXEL-STORM-CONTROL-MIB+147 / -0
Amibs/zyxel/ZYXEL-STP-MIB+75 / -0
Amibs/zyxel/ZYXEL-SUBNET-BASED-VLAN-MIB+170 / -0
Amibs/zyxel/ZYXEL-SYS-MEMORY-MIB+111 / -0
Amibs/zyxel/ZYXEL-SYSLOG-MIB+210 / -0
Amibs/zyxel/ZYXEL-SYSTEM-MGMT-MIB+351 / -0
Amibs/zyxel/ZYXEL-SYSTEM-MIB+412 / -0
Amibs/zyxel/ZYXEL-TACACS-MIB+275 / -0
Amibs/zyxel/ZYXEL-TIME-RANGE-MIB+367 / -0
Amibs/zyxel/ZYXEL-TRANSCEIVER-MIB+418 / -0
Amibs/zyxel/ZYXEL-TRTCM-MIB+223 / -0
Amibs/zyxel/ZYXEL-VLAN-COUNTER-MIB+277 / -0
Amibs/zyxel/ZYXEL-VLAN-MAPPING-MIB+209 / -0
Amibs/zyxel/ZYXEL-VLAN-MIB+78 / -0
Amibs/zyxel/ZYXEL-VLAN-STACK-MIB+253 / -0
Amibs/zyxel/ZYXEL-VLAN-TRUNK-MIB+86 / -0
Amibs/zyxel/ZYXEL-VOICE-VLAN-MIB+144 / -0
Amibs/zyxel/ZYXEL-VRRP-MIB+303 / -0
Mmibs/zyxel/ZYXEL-ZYWALL-ZLD-COMMON-MIB+192 / -1
Amibs/zyxel/ZYXEL-xs3900-48F-MIB+10,169 / -0
Aobservium-wrapper+2 / -0
Mpoll-billing.php+25 / -20
Mpoller-wrapper.py+255 / -87
Mscripts/agent-local/asterisk+2 / -2
Mscripts/agent-local/openvpn+13 / -0
Ascripts/agent-local/zyxel-nas326+14 / -0
Mscripts/observium_agent+14 / -147
Mtest_alert.php+7 / -1
Mtests/IncludesCommonTest.php+52 / -0
Mtests/IncludesFunctionsTest.php+10 / -0
Mtests/SnmpDataTest.php+158 / -72
Atests/SnmpDataTest2.php+295 / -0
Dtests/data/os non-text+0 / -0
Dtests/data/os/acdos-1.snmprec+0 / -2
Dtests/data/os/acsw-1.snmprec+0 / -2
Dtests/data/os/airos-1.snmprec+0 / -2
Dtests/data/os/aix-1.snmprec+0 / -2
Dtests/data/os/aix-2.snmprec+0 / -2
Dtests/data/os/aix-3.snmprec+0 / -2
Dtests/data/os/aix.snmprec+0 / -2
Dtests/data/os/allied-1.snmprec+0 / -2
Dtests/data/os/allied-2.snmprec+0 / -2
Dtests/data/os/allied-radlan-1.snmprec+0 / -2
Dtests/data/os/aos-2.snmprec+0 / -2
Dtests/data/os/aos-3.snmprec+0 / -2
Dtests/data/os/apc-1.snmprec+0 / -2
Dtests/data/os/apc-2.snmprec+0 / -2
Dtests/data/os/apc-3.snmprec+0 / -2
Dtests/data/os/arbos-1.snmprec+0 / -2
Dtests/data/os/arista_eos-1.snmprec+0 / -2
Dtests/data/os/arubaos-1.snmprec+0 / -2
Dtests/data/os/asa-1.snmprec+0 / -2
Dtests/data/os/aten-pdu-1.snmprec+0 / -3
Dtests/data/os/atosnt-1.snmprec+0 / -2
Dtests/data/os/audiocodes-1.snmprec+0 / -2
Dtests/data/os/audiocodes-2.snmprec+0 / -2
Dtests/data/os/audiocodes-3.snmprec+0 / -2
Dtests/data/os/avaya-ers-1.snmprec+0 / -2
Dtests/data/os/avaya-ers-2.snmprec+0 / -2
Dtests/data/os/avaya-server-1.snmprec+0 / -2
Dtests/data/os/baytech-pdu-1.snmprec+0 / -2
Dtests/data/os/bintec-os-1.snmprec+0 / -2
Dtests/data/os/bintec-voip-1.snmprec+0 / -2
Dtests/data/os/breeze-1.snmprec+0 / -2
Dtests/data/os/breeze-2.snmprec+0 / -2
Dtests/data/os/breeze-3.snmprec+0 / -2
Dtests/data/os/breeze-4.snmprec+0 / -2
Dtests/data/os/breeze-5.snmprec+0 / -2
Dtests/data/os/breezemax-1.snmprec+0 / -2
Dtests/data/os/calix-1.snmprec+0 / -2
Dtests/data/os/casa-dcts-1.snmprec+0 / -2
Dtests/data/os/casa-dcts-2.snmprec+0 / -2
Dtests/data/os/catos-1.snmprec+0 / -2
Dtests/data/os/catos-2.snmprec+0 / -2
Dtests/data/os/ccpower-1.snmprec+0 / -2
Dtests/data/os/cimc-1.snmprec+0 / -2
Dtests/data/os/cisco-acano-1.snmprec+0 / -2
Dtests/data/os/cisco-altiga-1.snmprec+0 / -2
Dtests/data/os/cisco-ons-1.snmprec+0 / -2
Dtests/data/os/cisco-spa-1.snmprec+0 / -2
Dtests/data/os/ciscosb-1.snmprec+0 / -2
Dtests/data/os/ciscosb-2.snmprec+0 / -2
Dtests/data/os/ciscosb-3.snmprec+0 / -2
Dtests/data/os/ciscosb-4.snmprec+0 / -2
Dtests/data/os/ciscosb-5.snmprec+0 / -2
Dtests/data/os/ciscosb-6.snmprec+0 / -2
Dtests/data/os/cumulus-os-1.snmprec+0 / -2
Dtests/data/os/darwin-1.snmprec+0 / -2
Dtests/data/os/darwin-2.snmprec+0 / -2
Dtests/data/os/darwin-3.snmprec+0 / -2
Dtests/data/os/develop-1.snmprec+0 / -2
Dtests/data/os/dlink-1.snmprec+0 / -2
Dtests/data/os/dlink-2.snmprec+0 / -2
Dtests/data/os/dlink-3.snmprec+0 / -2
Dtests/data/os/dlink-ios-1.snmprec+0 / -2
Dtests/data/os/dlinkfw-1.snmprec+0 / -2
Dtests/data/os/drac-1.snmprec+0 / -2
Dtests/data/os/drac-2.snmprec+0 / -2
Dtests/data/os/draytek-1.snmprec+0 / -2
Dtests/data/os/draytek-2.snmprec+0 / -2
Dtests/data/os/dsm.snmprec+0 / -3
Dtests/data/os/eaton-sc-1.snmprec+0 / -2
Dtests/data/os/eltex-switch-1.snmprec+0 / -2
Dtests/data/os/eltex-switch-2.snmprec+0 / -2
Dtests/data/os/enlogic-pdu-1.snmprec+0 / -2
Dtests/data/os/enterasys-1.snmprec+0 / -2
Dtests/data/os/exalt-1.snmprec+0 / -2
Dtests/data/os/exalt-2.snmprec+0 / -2
Dtests/data/os/f5-1.snmprec+0 / -2
Dtests/data/os/f5-2.snmprec+0 / -2
Dtests/data/os/fabos-1.snmprec+0 / -2
Dtests/data/os/fiberroad-mc-1.snmprec+0 / -2
Dtests/data/os/freebsd-1.snmprec+0 / -2
Dtests/data/os/ftos-1.snmprec+0 / -2
Dtests/data/os/ftos-2.snmprec+0 / -2
Dtests/data/os/ftos-3.snmprec+0 / -2
Dtests/data/os/gaia-1.snmprec+0 / -3
Dtests/data/os/ge-ups-1.snmprec+0 / -2
Dtests/data/os/geist-watchdog-1.snmprec+0 / -2
Dtests/data/os/generex-ups-1.snmprec+0 / -2
Dtests/data/os/h3c-1.snmprec+0 / -2
Dtests/data/os/h3c-2.snmprec+0 / -2
Dtests/data/os/hh3c-1.snmprec+0 / -2
Dtests/data/os/hp-gbe2c.snmprec+0 / -2
Dtests/data/os/hp-proliant-1.snmprec+0 / -2
Dtests/data/os/hpvc.snmprec+0 / -2
Dtests/data/os/hwg-pwr-1.snmprec+0 / -2
Dtests/data/os/hwg-ste-1.snmprec+0 / -2
Dtests/data/os/hwg-ste-2.snmprec+0 / -2
Dtests/data/os/ios-1.snmprec+0 / -2
Dtests/data/os/ios-2.snmprec+0 / -2
Dtests/data/os/ios-3.snmprec+0 / -2
Dtests/data/os/ios-4.snmprec+0 / -2
Dtests/data/os/ios-5.snmprec+0 / -2
Dtests/data/os/ios-6.snmprec+0 / -2
Dtests/data/os/iosxe-1.snmprec+0 / -2
Dtests/data/os/iosxe-2.snmprec+0 / -2
Dtests/data/os/iosxe-3.snmprec+0 / -2
Dtests/data/os/iosxr-1.snmprec+0 / -2
Dtests/data/os/iosxr-2.snmprec+0 / -2
Dtests/data/os/iosxr-3.snmprec+0 / -2
Dtests/data/os/ironware-1.snmprec+0 / -2
Dtests/data/os/ironware-2.snmprec+0 / -2
Dtests/data/os/ironware-3.snmprec+0 / -2
Dtests/data/os/ironware-4.snmprec+0 / -2
Dtests/data/os/jetdirect-1.snmprec+0 / -2
Dtests/data/os/junos-1.snmprec+0 / -2
Dtests/data/os/junos-2.snmprec+0 / -2
Dtests/data/os/junos-3.snmprec+0 / -2
Dtests/data/os/junos-4.snmprec+0 / -2
Dtests/data/os/junos-5.snmprec+0 / -2
Dtests/data/os/knuerr-rms-1.snmprec+0 / -2
Dtests/data/os/kyocera-1.snmprec+0 / -2
Dtests/data/os/liberator-1.snmprec+0 / -2
Dtests/data/os/liebert-1.snmprec+0 / -2
Dtests/data/os/liebert-2.snmprec+0 / -2
Dtests/data/os/linux-1.snmprec+0 / -2
Dtests/data/os/linux-2.snmprec+0 / -2
Dtests/data/os/linux-3.snmprec+0 / -2
Dtests/data/os/manageups-1.snmprec+0 / -2
Dtests/data/os/mcd-1.snmprec+0 / -2
Dtests/data/os/messpc-ethernetbox-1.snmprec+0 / -1
Dtests/data/os/mgeups-1.snmprec+0 / -2
Dtests/data/os/mgeups-2.snmprec+0 / -2
Dtests/data/os/mrvos-1.snmprec+0 / -2
Dtests/data/os/nas4free-1.snmprec+0 / -3
Dtests/data/os/netagent-1.snmprec+0 / -2
Dtests/data/os/netagent-2.snmprec+0 / -2
Dtests/data/os/netagent-3.snmprec+0 / -2
Dtests/data/os/netapp-1.snmprec+0 / -2
Dtests/data/os/netapp-2.snmprec+0 / -2
Dtests/data/os/netbotz-1.snmprec+0 / -2
Dtests/data/os/netbotz-2.snmprec+0 / -2
Dtests/data/os/netgear-1.snmprec+0 / -2
Dtests/data/os/netgear-2.snmprec+0 / -2
Dtests/data/os/netgear-3.snmprec+0 / -2
Dtests/data/os/netping-pwr3-1.snmprec+0 / -2
Dtests/data/os/netscaler-1.snmprec+0 / -2
Dtests/data/os/nimble-os-1.snmprec+0 / -2
Dtests/data/os/nos-1.snmprec+0 / -2
Dtests/data/os/nxos-1.snmprec+0 / -2
Dtests/data/os/nxos-2.snmprec+0 / -2
Dtests/data/os/nxos-3.snmprec+0 / -2
Dtests/data/os/olivetti-printer-1.snmprec+0 / -2
Dtests/data/os/omnistack-1.snmprec+0 / -2
Dtests/data/os/onefs-1.snmprec+0 / -2
Dtests/data/os/onefs-2.snmprec+0 / -2
Dtests/data/os/oneos-1.snmprec+0 / -2
Dtests/data/os/oneos-2.snmprec+0 / -2
Dtests/data/os/openbsd-1.snmprec+0 / -2
Dtests/data/os/openbsd-2.snmprec+0 / -2
Dtests/data/os/openbsd-3.snmprec+0 / -2
Dtests/data/os/openwrt-1.snmprec+0 / -2
Dtests/data/os/openwrt-2.snmprec+0 / -2
Dtests/data/os/opnsense.snmprec+0 / -2
Dtests/data/os/picos-1.snmprec+0 / -2
Dtests/data/os/poseidon-1.snmprec+0 / -2
Dtests/data/os/poweralert-1.snmprec+0 / -2
Dtests/data/os/poweralert-2.snmprec+0 / -2
Dtests/data/os/powerconnect-fastpath-1.snmprec+0 / -2
Dtests/data/os/powerconnect-fastpath-2.snmprec+0 / -2
Dtests/data/os/powerconnect-radlan-1.snmprec+0 / -2
Dtests/data/os/procurve-1.snmprec+0 / -2
Dtests/data/os/procurve-2.snmprec+0 / -2
Dtests/data/os/procurve-3.snmprec+0 / -2
Dtests/data/os/procurve-ap-1.snmprec+0 / -2
Dtests/data/os/procurve.snmprec+0 / -2
Dtests/data/os/quanta-switch-1.snmprec+0 / -2
Dtests/data/os/quanta-switch-2.snmprec+0 / -4
Dtests/data/os/quanta-switch-3.snmprec+0 / -2
Dtests/data/os/raisecom-1.snmprec+0 / -2
Dtests/data/os/raritan-1.snmprec+0 / -2
Dtests/data/os/raritan-emx-1.snmprec+0 / -2
Dtests/data/os/ricoh-1.snmprec+0 / -2
Dtests/data/os/sentry3-1.snmprec+0 / -2
Dtests/data/os/sitemonitor-1.snmprec+0 / -2
Dtests/data/os/snr-switch-1.snmprec+0 / -2
Dtests/data/os/sofaware-1.snmprec+0 / -2
Dtests/data/os/sonicwall-1.snmprec+0 / -2
Dtests/data/os/sophos-1.snmprec+0 / -2
Dtests/data/os/sophos-2.snmprec+0 / -2
Dtests/data/os/sophos.snmprec+0 / -2
Dtests/data/os/sun-ilom-1.snmprec+0 / -2
Dtests/data/os/timos-1.snmprec+0 / -2
Dtests/data/os/timos-2.snmprec+0 / -2
Dtests/data/os/tippingpoint-ips-1.snmprec+0 / -2
Dtests/data/os/unifi-switch-1.snmprec+0 / -2
Dtests/data/os/uniping-1.snmprec+0 / -2
Dtests/data/os/uniping-server-v3-1.snmprec+0 / -2
Dtests/data/os/vmware-1.snmprec+0 / -2
Dtests/data/os/vmware-2.snmprec+0 / -2
Dtests/data/os/vrp-1.snmprec+0 / -2
Dtests/data/os/vrp-2.snmprec+0 / -2
Dtests/data/os/windows-1.snmprec+0 / -2
Dtests/data/os/windows-2.snmprec+0 / -2
Dtests/data/os/windows-3.snmprec+0 / -2
Dtests/data/os/wlc-1.snmprec+0 / -2
Dtests/data/os/wowza-engine-1.snmprec+0 / -1
Dtests/data/os/xos-1.snmprec+0 / -2
Dtests/data/os/xos-2.snmprec+0 / -2
Dtests/data/os/zhone-malc-1.snmprec+0 / -2
Dtests/data/os/zhone-mxk-1.snmprec+0 / -2
Dtests/data/os/zxr10-1.snmprec+0 / -2
Dtests/data/os/zxr10-2.snmprec+0 / -2
Atests/data/snmp non-text+0 / -0
Atests/data/snmp/snmp_walk_multipart_oid-1.json+32 / -0
Atests/data/snmp/snmp_walk_multipart_oid-2.json+8 / -0
Atests/data/snmp/snmp_walk_multipart_oid-3.json+26 / -0
Mtests/data/test_definitions.inc.php+16 / -16
Aupdate/344.sql+4 / -0
Aupdate/345.sql+2 / -0
Aupdate/346.sql+1 / -0
+941 added βˆ’338 removed +603 net filtered development activity

17.05.8580

Released β€’ Commits r8569 through r8579
Included development changes (10 commits)

New Features

  • r8570: Add Ciena WS optical sensors. +172/0
  • r8573: Add Ciena WS MIBs
  • r8574: Add detection for OPNsense firewalls. +14/0
  • r8575: Add opnsense logos

Improvements

  • r8579: Fix Netscaler Services collection and improve Netscaler module output format +59/βˆ’44

Minor Changes

  • r8577: Improved unit tests. Added snmpsim tests for get_device_os(). +15/βˆ’4
  • r8578: Added more unit test data for get_device_os(). +2/βˆ’1

MIB Updates

  • r8572: Updated some d-link mib files. Updated D-Link models. +5/βˆ’1

Trivial Changes

  • r8571: Fixed Ciena Waveserver OS rancid mapping. +1/βˆ’1
  • r8576: Fixed "storage updated" spam in eventlog (appear in r8554). Fixed max-rep for F5 os definition. +18/βˆ’12
Complete release diff (248) +66,318 / -1,219

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/opnsense.png+1 / -0
Ahtml/images/os/opnsense_2x.png+1 / -0
Mincludes/common.inc.php+15 / -4
Mincludes/definitions.inc.php+1 / -1
Mincludes/definitions/mibs.inc.php+7 / -0
Mincludes/definitions/models.inc.php+5 / -1
Mincludes/definitions/os.inc.php+15 / -2
Mincludes/discovery/functions.inc.php+16 / -10
Mincludes/discovery/os/broadcom.inc.php+2 / -1
Mincludes/discovery/os/freebsd.inc.php+5 / -0
Aincludes/discovery/sensors/ciena-ws-xcvr-mib.inc.php+161 / -0
Mincludes/polling/loadbalancer/ns-root-mib.inc.php+59 / -44
Amibs/ciena/CIENA-WS-MIB+69 / -0
Amibs/ciena/CIENA-WS-SOFTWARE-MIB+765 / -0
Amibs/ciena/CIENA-WS-TYPEDEFS-MIB+280 / -0
Amibs/ciena/CIENA-WS-XCVR-MIB+1,023 / -0
Amibs/d-link/DES-1210-10AXME+12,985 / -0
Mmibs/d-link/DES-1210-10MEbx+2,309 / -496
Mmibs/d-link/DES-1210-26MEbx+2,309 / -496
Amibs/d-link/DES-1210-28-AX+6,168 / -0
Amibs/d-link/DES-1210-52-BX+10,786 / -0
Amibs/d-link/DES-1210-52-CX+10,331 / -0
Amibs/d-link/DES1228B1ME-L3MGMT-MIB+482 / -0
Amibs/d-link/DES1228ME-L2MGMT-MIB+5,330 / -0
Amibs/d-link/DES1228MEv2-28-L2MGMT-MIB+5,425 / -0
Amibs/d-link/DGS-1210-24-AX+6,133 / -0
Amibs/d-link/DLINK-MCB-MIB+931 / -0
Mmibs/d-link/SWDES3528-52PRIMGMT-MIB+0 / -1
Amibs/d-link/SWPRIMGMT-DES1228ME-MIB+17 / -0
Mmibs/d-link/SWPRIMGMT-DES30XXP-MIB+17 / -1
Mmibs/d-link/SWPRIMGMT-DES3200-MIB+26 / -17
Mtests/IncludesFunctionsTest.php+0 / -35
Mtests/IncludesSnmpTest.php+40 / -0
Atests/SnmpDataTest.php+178 / -0
Atests/data/os non-text+0 / -0
Atests/data/os/acdos-1.snmprec+2 / -0
Atests/data/os/acsw-1.snmprec+2 / -0
Atests/data/os/airos-1.snmprec+2 / -0
Atests/data/os/aix-1.snmprec+2 / -0
Atests/data/os/aix-2.snmprec+2 / -0
Atests/data/os/aix-3.snmprec+2 / -0
Atests/data/os/aix.snmprec+2 / -0
Atests/data/os/allied-1.snmprec+2 / -0
Atests/data/os/allied-2.snmprec+2 / -0
Atests/data/os/allied-radlan-1.snmprec+2 / -0
Atests/data/os/aos-2.snmprec+2 / -0
Atests/data/os/aos-3.snmprec+2 / -0
Atests/data/os/apc-1.snmprec+2 / -0
Atests/data/os/apc-2.snmprec+2 / -0
Atests/data/os/apc-3.snmprec+2 / -0
Atests/data/os/arbos-1.snmprec+2 / -0
Atests/data/os/arista_eos-1.snmprec+2 / -0
Atests/data/os/arubaos-1.snmprec+2 / -0
Atests/data/os/asa-1.snmprec+2 / -0
Atests/data/os/aten-pdu-1.snmprec+3 / -0
Atests/data/os/atosnt-1.snmprec+2 / -0
Atests/data/os/audiocodes-1.snmprec+2 / -0
Atests/data/os/audiocodes-2.snmprec+2 / -0
Atests/data/os/audiocodes-3.snmprec+2 / -0
Atests/data/os/avaya-ers-1.snmprec+2 / -0
Atests/data/os/avaya-ers-2.snmprec+2 / -0
Atests/data/os/avaya-server-1.snmprec+2 / -0
Atests/data/os/baytech-pdu-1.snmprec+2 / -0
Atests/data/os/bintec-os-1.snmprec+2 / -0
Atests/data/os/bintec-voip-1.snmprec+2 / -0
Atests/data/os/breeze-1.snmprec+2 / -0
Atests/data/os/breeze-2.snmprec+2 / -0
Atests/data/os/breeze-3.snmprec+2 / -0
Atests/data/os/breeze-4.snmprec+2 / -0
Atests/data/os/breeze-5.snmprec+2 / -0
Atests/data/os/breezemax-1.snmprec+2 / -0
Atests/data/os/calix-1.snmprec+2 / -0
Atests/data/os/casa-dcts-1.snmprec+2 / -0
Atests/data/os/casa-dcts-2.snmprec+2 / -0
Atests/data/os/catos-1.snmprec+2 / -0
Atests/data/os/catos-2.snmprec+2 / -0
Atests/data/os/ccpower-1.snmprec+2 / -0
Atests/data/os/cimc-1.snmprec+2 / -0
Atests/data/os/cisco-acano-1.snmprec+2 / -0
Atests/data/os/cisco-altiga-1.snmprec+2 / -0
Atests/data/os/cisco-ons-1.snmprec+2 / -0
Atests/data/os/cisco-spa-1.snmprec+2 / -0
Atests/data/os/ciscosb-1.snmprec+2 / -0
Atests/data/os/ciscosb-2.snmprec+2 / -0
Atests/data/os/ciscosb-3.snmprec+2 / -0
Atests/data/os/ciscosb-4.snmprec+2 / -0
Atests/data/os/ciscosb-5.snmprec+2 / -0
Atests/data/os/ciscosb-6.snmprec+2 / -0
Atests/data/os/cumulus-os-1.snmprec+2 / -0
Atests/data/os/darwin-1.snmprec+2 / -0
Atests/data/os/darwin-2.snmprec+2 / -0
Atests/data/os/darwin-3.snmprec+2 / -0
Atests/data/os/develop-1.snmprec+2 / -0
Atests/data/os/dlink-1.snmprec+2 / -0
Atests/data/os/dlink-2.snmprec+2 / -0
Atests/data/os/dlink-3.snmprec+2 / -0
Atests/data/os/dlink-ios-1.snmprec+2 / -0
Atests/data/os/dlinkfw-1.snmprec+2 / -0
Atests/data/os/drac-1.snmprec+2 / -0
Atests/data/os/drac-2.snmprec+2 / -0
Atests/data/os/draytek-1.snmprec+2 / -0
Atests/data/os/draytek-2.snmprec+2 / -0
Atests/data/os/dsm.snmprec+3 / -0
Atests/data/os/eaton-sc-1.snmprec+2 / -0
Atests/data/os/eltex-switch-1.snmprec+2 / -0
Atests/data/os/eltex-switch-2.snmprec+2 / -0
Atests/data/os/enlogic-pdu-1.snmprec+2 / -0
Atests/data/os/enterasys-1.snmprec+2 / -0
Atests/data/os/exalt-1.snmprec+2 / -0
Atests/data/os/exalt-2.snmprec+2 / -0
Atests/data/os/f5-1.snmprec+2 / -0
Atests/data/os/f5-2.snmprec+2 / -0
Atests/data/os/fabos-1.snmprec+2 / -0
Atests/data/os/fiberroad-mc-1.snmprec+2 / -0
Atests/data/os/freebsd-1.snmprec+2 / -0
Atests/data/os/ftos-1.snmprec+2 / -0
Atests/data/os/ftos-2.snmprec+2 / -0
Atests/data/os/ftos-3.snmprec+2 / -0
Atests/data/os/gaia-1.snmprec+3 / -0
Atests/data/os/ge-ups-1.snmprec+2 / -0
Atests/data/os/geist-watchdog-1.snmprec+2 / -0
Atests/data/os/generex-ups-1.snmprec+2 / -0
Atests/data/os/h3c-1.snmprec+2 / -0
Atests/data/os/h3c-2.snmprec+2 / -0
Atests/data/os/hh3c-1.snmprec+2 / -0
Atests/data/os/hp-gbe2c.snmprec+2 / -0
Atests/data/os/hp-proliant-1.snmprec+2 / -0
Atests/data/os/hpvc.snmprec+2 / -0
Atests/data/os/hwg-pwr-1.snmprec+2 / -0
Atests/data/os/hwg-ste-1.snmprec+2 / -0
Atests/data/os/hwg-ste-2.snmprec+2 / -0
Atests/data/os/ios-1.snmprec+2 / -0
Atests/data/os/ios-2.snmprec+2 / -0
Atests/data/os/ios-3.snmprec+2 / -0
Atests/data/os/ios-4.snmprec+2 / -0
Atests/data/os/ios-5.snmprec+2 / -0
Atests/data/os/ios-6.snmprec+2 / -0
Atests/data/os/iosxe-1.snmprec+2 / -0
Atests/data/os/iosxe-2.snmprec+2 / -0
Atests/data/os/iosxe-3.snmprec+2 / -0
Atests/data/os/iosxr-1.snmprec+2 / -0
Atests/data/os/iosxr-2.snmprec+2 / -0
Atests/data/os/iosxr-3.snmprec+2 / -0
Atests/data/os/ironware-1.snmprec+2 / -0
Atests/data/os/ironware-2.snmprec+2 / -0
Atests/data/os/ironware-3.snmprec+2 / -0
Atests/data/os/ironware-4.snmprec+2 / -0
Atests/data/os/jetdirect-1.snmprec+2 / -0
Atests/data/os/junos-1.snmprec+2 / -0
Atests/data/os/junos-2.snmprec+2 / -0
Atests/data/os/junos-3.snmprec+2 / -0
Atests/data/os/junos-4.snmprec+2 / -0
Atests/data/os/junos-5.snmprec+2 / -0
Atests/data/os/knuerr-rms-1.snmprec+2 / -0
Atests/data/os/kyocera-1.snmprec+2 / -0
Atests/data/os/liberator-1.snmprec+2 / -0
Atests/data/os/liebert-1.snmprec+2 / -0
Atests/data/os/liebert-2.snmprec+2 / -0
Atests/data/os/linux-1.snmprec+2 / -0
Atests/data/os/linux-2.snmprec+2 / -0
Atests/data/os/linux-3.snmprec+2 / -0
Atests/data/os/manageups-1.snmprec+2 / -0
Atests/data/os/mcd-1.snmprec+2 / -0
Atests/data/os/messpc-ethernetbox-1.snmprec+1 / -0
Atests/data/os/mgeups-1.snmprec+2 / -0
Atests/data/os/mgeups-2.snmprec+2 / -0
Atests/data/os/mrvos-1.snmprec+2 / -0
Atests/data/os/nas4free-1.snmprec+3 / -0
Atests/data/os/netagent-1.snmprec+2 / -0
Atests/data/os/netagent-2.snmprec+2 / -0
Atests/data/os/netagent-3.snmprec+2 / -0
Atests/data/os/netapp-1.snmprec+2 / -0
Atests/data/os/netapp-2.snmprec+2 / -0
Atests/data/os/netbotz-1.snmprec+2 / -0
Atests/data/os/netbotz-2.snmprec+2 / -0
Atests/data/os/netgear-1.snmprec+2 / -0
Atests/data/os/netgear-2.snmprec+2 / -0
Atests/data/os/netgear-3.snmprec+2 / -0
Atests/data/os/netping-pwr3-1.snmprec+2 / -0
Atests/data/os/netscaler-1.snmprec+2 / -0
Atests/data/os/nimble-os-1.snmprec+2 / -0
Atests/data/os/nos-1.snmprec+2 / -0
Atests/data/os/nxos-1.snmprec+2 / -0
Atests/data/os/nxos-2.snmprec+2 / -0
Atests/data/os/nxos-3.snmprec+2 / -0
Atests/data/os/olivetti-printer-1.snmprec+2 / -0
Atests/data/os/omnistack-1.snmprec+2 / -0
Atests/data/os/onefs-1.snmprec+2 / -0
Atests/data/os/onefs-2.snmprec+2 / -0
Atests/data/os/oneos-1.snmprec+2 / -0
Atests/data/os/oneos-2.snmprec+2 / -0
Atests/data/os/openbsd-1.snmprec+2 / -0
Atests/data/os/openbsd-2.snmprec+2 / -0
Atests/data/os/openbsd-3.snmprec+2 / -0
Atests/data/os/openwrt-1.snmprec+2 / -0
Atests/data/os/openwrt-2.snmprec+2 / -0
Atests/data/os/opnsense.snmprec+2 / -0
Atests/data/os/picos-1.snmprec+2 / -0
Atests/data/os/poseidon-1.snmprec+2 / -0
Atests/data/os/poweralert-1.snmprec+2 / -0
Atests/data/os/poweralert-2.snmprec+2 / -0
Atests/data/os/powerconnect-fastpath-1.snmprec+2 / -0
Atests/data/os/powerconnect-fastpath-2.snmprec+2 / -0
Atests/data/os/powerconnect-radlan-1.snmprec+2 / -0
Atests/data/os/procurve-1.snmprec+2 / -0
Atests/data/os/procurve-2.snmprec+2 / -0
Atests/data/os/procurve-3.snmprec+2 / -0
Atests/data/os/procurve-ap-1.snmprec+2 / -0
Atests/data/os/procurve.snmprec+2 / -0
Atests/data/os/quanta-switch-1.snmprec+2 / -0
Atests/data/os/quanta-switch-2.snmprec+4 / -0
Atests/data/os/quanta-switch-3.snmprec+2 / -0
Atests/data/os/raisecom-1.snmprec+2 / -0
Atests/data/os/raritan-1.snmprec+2 / -0
Atests/data/os/raritan-emx-1.snmprec+2 / -0
Atests/data/os/ricoh-1.snmprec+2 / -0
Atests/data/os/sentry3-1.snmprec+2 / -0
Atests/data/os/sitemonitor-1.snmprec+2 / -0
Atests/data/os/snr-switch-1.snmprec+2 / -0
Atests/data/os/sofaware-1.snmprec+2 / -0
Atests/data/os/sonicwall-1.snmprec+2 / -0
Atests/data/os/sophos-1.snmprec+2 / -0
Atests/data/os/sophos-2.snmprec+2 / -0
Atests/data/os/sophos.snmprec+2 / -0
Atests/data/os/sun-ilom-1.snmprec+2 / -0
Atests/data/os/timos-1.snmprec+2 / -0
Atests/data/os/timos-2.snmprec+2 / -0
Atests/data/os/tippingpoint-ips-1.snmprec+2 / -0
Atests/data/os/unifi-switch-1.snmprec+2 / -0
Atests/data/os/uniping-1.snmprec+2 / -0
Atests/data/os/uniping-server-v3-1.snmprec+2 / -0
Atests/data/os/vmware-1.snmprec+2 / -0
Atests/data/os/vmware-2.snmprec+2 / -0
Atests/data/os/vrp-1.snmprec+2 / -0
Atests/data/os/vrp-2.snmprec+2 / -0
Atests/data/os/windows-1.snmprec+2 / -0
Atests/data/os/windows-2.snmprec+2 / -0
Atests/data/os/windows-3.snmprec+2 / -0
Atests/data/os/wlc-1.snmprec+2 / -0
Atests/data/os/wowza-engine-1.snmprec+1 / -0
Atests/data/os/xos-1.snmprec+2 / -0
Atests/data/os/xos-2.snmprec+2 / -0
Atests/data/os/zhone-malc-1.snmprec+2 / -0
Atests/data/os/zhone-mxk-1.snmprec+2 / -0
Atests/data/os/zxr10-1.snmprec+2 / -0
Atests/data/os/zxr10-2.snmprec+2 / -0
Dtests/data/snmpfake.sh+0 / -110
+286 added βˆ’63 removed +223 net filtered development activity

17.05.8569

Released
Complete release diff (42) +14,128 / -2

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+12 / -1
Mincludes/definitions/os.inc.php+17 / -1
Amibs/cisco/CISCO-DMN-DSG-ABOUT-MIB+323 / -0
Amibs/cisco/CISCO-DMN-DSG-ABOUT-REV2-MIB+566 / -0
Amibs/cisco/CISCO-DMN-DSG-AUDIO-MIB+506 / -0
Amibs/cisco/CISCO-DMN-DSG-BISS-MIB+88 / -0
Amibs/cisco/CISCO-DMN-DSG-BKPRST-MIB+235 / -0
Amibs/cisco/CISCO-DMN-DSG-CA-MIB+181 / -0
Amibs/cisco/CISCO-DMN-DSG-CI-MIB+553 / -0
Amibs/cisco/CISCO-DMN-DSG-Cueing-MIB+224 / -0
Amibs/cisco/CISCO-DMN-DSG-DECODE-ENABLE-MIB+115 / -0
Amibs/cisco/CISCO-DMN-DSG-DIAG-MIB+401 / -0
Amibs/cisco/CISCO-DMN-DSG-DISEQC-DISH-POSITION-MIB+287 / -0
Amibs/cisco/CISCO-DMN-DSG-DL-MIB+436 / -0
Amibs/cisco/CISCO-DMN-DSG-DPM-MIB+765 / -0
Amibs/cisco/CISCO-DMN-DSG-DR-MIB+347 / -0
Amibs/cisco/CISCO-DMN-DSG-FAULT-MIB+560 / -0
Amibs/cisco/CISCO-DMN-DSG-FAVORITE-MIB+262 / -0
Amibs/cisco/CISCO-DMN-DSG-FEATURE-MIB+149 / -0
Amibs/cisco/CISCO-DMN-DSG-FETHRESHOLDS-MIB+204 / -0
Amibs/cisco/CISCO-DMN-DSG-FPUI-MIB+100 / -0
Amibs/cisco/CISCO-DMN-DSG-IPV4V6-MIB+433 / -0
Amibs/cisco/CISCO-DMN-DSG-LOCKLEVEL-MIB+112 / -0
Amibs/cisco/CISCO-DMN-DSG-MOIP-MIB+507 / -0
Amibs/cisco/CISCO-DMN-DSG-MOIPINPUT-MIB+484 / -0
Amibs/cisco/CISCO-DMN-DSG-MPE-MIB+331 / -0
Amibs/cisco/CISCO-DMN-DSG-PRGMENTRY-MIB+545 / -0
Amibs/cisco/CISCO-DMN-DSG-PRODUCTION-MIB+121 / -0
Amibs/cisco/CISCO-DMN-DSG-PROTOCOLS-MIB+172 / -0
Amibs/cisco/CISCO-DMN-DSG-REMINDER-MIB+198 / -0
Amibs/cisco/CISCO-DMN-DSG-ROOT-MIB+58 / -0
Amibs/cisco/CISCO-DMN-DSG-ROUTING-MIB+317 / -0
Amibs/cisco/CISCO-DMN-DSG-SDI-MIB+380 / -0
Amibs/cisco/CISCO-DMN-DSG-SESSIONCONTROL-MIB+102 / -0
Amibs/cisco/CISCO-DMN-DSG-SUBTITLES-MIB+200 / -0
Amibs/cisco/CISCO-DMN-DSG-SYSTEMTOOL-MIB+121 / -0
Amibs/cisco/CISCO-DMN-DSG-TIME-MIB+156 / -0
Amibs/cisco/CISCO-DMN-DSG-TRANSCODE-MIB+688 / -0
Amibs/cisco/CISCO-DMN-DSG-TSOUT-MIB+235 / -0
Amibs/cisco/CISCO-DMN-DSG-TUNING-MIB+2,034 / -0
Amibs/cisco/CISCO-DMN-DSG-VBI-MIB+165 / -0
Amibs/cisco/CISCO-DMN-DSG-VIDEO-MIB+438 / -0

17.05.8567

Released
Complete release diff (3) +61 / -17

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
Mincludes/discovery/mempools.inc.php+0 / -2
Mincludes/discovery/mempools/ucd-snmp-mib.inc.php+34 / -7
Mincludes/polling/mempools/ucd-snmp-mib.inc.php+27 / -8

17.05.8564

Released
Complete release diff (66) +1,423 / -303

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Mhtml/includes/cache-data.inc.php+7 / -5
Mhtml/includes/entities/mempool.inc.php+1 / -1
Mhtml/includes/entities/processor.inc.php+1 / -1
Mhtml/includes/entities/pseudowire.inc.php+1 / -1
Mhtml/includes/entities/sla.inc.php+0 / -1
Mhtml/includes/entities/status.inc.php+1 / -1
Mhtml/includes/entities/storage.inc.php+16 / -6
Ahtml/includes/graphs/lb-pool-member non-text+0 / -0
Ahtml/includes/graphs/lb-pool-member/auth.inc.php+30 / -0
Ahtml/includes/graphs/lb-pool-member/bits.inc.php+19 / -0
Ahtml/includes/graphs/lb-pool-member/conns.inc.php+32 / -0
Ahtml/includes/graphs/lb-snatpool non-text+0 / -0
Ahtml/includes/graphs/lb-snatpool/auth.inc.php+30 / -0
Ahtml/includes/graphs/lb-snatpool/bits.inc.php+19 / -0
Ahtml/includes/graphs/lb-snatpool/conns.inc.php+32 / -0
Ahtml/includes/graphs/lb-snatpool/cur_conns.inc.php+32 / -0
Mhtml/includes/graphs/port/mac_acc_total.inc.php+0 / -1
Mhtml/includes/graphs/sla/auth.inc.php+0 / -5
Mhtml/includes/navbar.inc.php+3 / -3
Mhtml/includes/print/routing.inc.php+2 / -2
Mhtml/includes/print/status.inc.php+1 / -1
Mhtml/pages/device.inc.php+14 / -5
Mhtml/pages/device/loadbalancer.inc.php+3 / -1
Ahtml/pages/device/loadbalancer/lb_pools.inc.php+261 / -0
Ahtml/pages/device/loadbalancer/lb_snatpools.inc.php+135 / -0
Mhtml/pages/device/loadbalancer/lb_virtuals.inc.php+3 / -3
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/processors-unix.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/overview/status.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/port/macaccounting.inc.php+1 / -1
Mhtml/pages/packages.inc.php+71 / -22
Mincludes/alerts.inc.php+22 / -0
Mincludes/config-variables.inc.php+213 / -12
Mincludes/definitions/entities.inc.php+29 / -9
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/discovery/functions.inc.php+27 / -20
Mincludes/discovery/mac-accounting.inc.php+0 / -1
Mincludes/discovery/processors/f5-bigip-system-mib.inc.php+3 / -9
Mincludes/discovery/processors/ns-root-mib.inc.php+3 / -2
Mincludes/discovery/sensors/ns-root-mib.inc.php+4 / -2
Mincludes/discovery/sensors/radlan-physicaldescription-mib.inc.php+3 / -3
Mincludes/discovery/sla.inc.php+0 / -1
Mincludes/functions.inc.php+2 / -18
Mincludes/groups.inc.php+11 / -1
Mincludes/polling/bgp-peers.inc.php+26 / -23
Mincludes/polling/cipsec-tunnels.inc.php+4 / -4
Mincludes/polling/functions.inc.php+7 / -18
Mincludes/polling/loadbalancer/f5-bigip-local-mib.inc.php+120 / -35
Mincludes/polling/mac-accounting.inc.php+1 / -12
Mincludes/polling/mempools.inc.php+3 / -3
Mincludes/polling/mempools/ucd-snmp-mib.inc.php+3 / -3
Mincludes/polling/processors.inc.php+2 / -11
Mincludes/polling/pseudowires.inc.php+9 / -8
Mincludes/polling/sla.inc.php+2 / -8
Mincludes/polling/storage.inc.php+14 / -14
Mincludes/polling/storage/wmi.inc.php+1 / -1
Mincludes/snmp.inc.php+124 / -18
Mtests/IncludesSnmpTest.php+33 / -0
Aupdate/339.sql+4 / -0
Aupdate/340.sql+4 / -0
Aupdate/341.sql+9 / -0
Aupdate/342.sql+15 / -0
Aupdate/343.sql+3 / -0

17.05.8546

Released β€’ Commits r8534 through r8545
Included development changes (11 commits)

New Features

  • r8538: Add ability to configure per-device max-rep. +32/βˆ’9
  • r8544: Add ability to generate an OID index from an ASCII string +15/0

Improvements

  • r8539: Move Netscaler polling to MIB-based via loadbalancer module (no real change). Add differentiated per-oid/per-table polling styles for netscaler, big speedups and reliability improvements when coupled with max-rep. +539/βˆ’473

Bug Fixes

  • r8536: Correctly send ENTITY_DESCRIPTION to pagerduty +1/βˆ’1
  • r8545: Oops +1/βˆ’1

Minor Changes

  • r8541: Added basic detect for Cisco SRP. Improved support for Eltex GPON devices. +27/βˆ’2

MIB Updates

  • r8540: Updated MIB files (eltex, radlan).

Trivial Changes

  • r8535: Always use numeric indexes in definition based sensors discovery. +6/βˆ’6
  • r8537: Fixed escaping metrics/conditions texts with multiline entries. +4/βˆ’4
  • r8542: Improved detect hardware/version on some ZTE devices. +2/βˆ’1
  • r8543: Added basic detection for Ciena Waveserver OS. Improved ports polling speed for Eltex switches. +80/βˆ’45
Complete release diff (37) +4,452 / -628

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
Mhtml/pages/device/edit/snmp.inc.php+22 / -7
Mincludes/alerting/email.inc.php+2 / -2
Mincludes/alerting/pagerduty.inc.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/definitions.inc.php+67 / -44
Mincludes/definitions/mibs.inc.php+16 / -4
Mincludes/definitions/os.inc.php+26 / -1
Mincludes/discovery/sensors.inc.php+4 / -4
Mincludes/functions.inc.php+15 / -0
Aincludes/polling/loadbalancer/ns-root-mib.inc.php+538 / -0
Dincludes/polling/netscaler-vsvr.inc.php+0 / -472
Mincludes/polling/os/zte.inc.php+2 / -1
Mincludes/snmp.inc.php+10 / -2
Mincludes/templates/notification/email_html.tpl+2 / -2
Mmibs/eltex/ELT-MES-DEV-PARAMS+4 / -4
Amibs/eltex/ELTEX-ARP-INTERFACE-TABLE-MIB+54 / -0
Mmibs/eltex/ELTEX-FXS72+0 / -1
Mmibs/eltex/ELTEX-LTE8ST+0 / -1
Mmibs/eltex/ELTEX-LTP8X+1,866 / -9
Mmibs/eltex/ELTEX-LTP8X-STANDALONE+346 / -2
Mmibs/eltex/ELTEX-MES-BRIDGE-EXT-MIB+58 / -6
Amibs/eltex/ELTEX-MES-CPU-TASKS-UTIL-MIB+114 / -0
Mmibs/eltex/ELTEX-MES-IP+2 / -0
Mmibs/eltex/ELTEX-MES-MIB-OBJECTS+2 / -1
Mmibs/eltex/ELTEX-MES-MNG-MIB+5 / -1
Mmibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB+35 / -1
Mmibs/eltex/ELTEX-MES-SWITCH-RATE-LIMITER-MIB+153 / -54
Amibs/eltex/ELTEX-OMS+242 / -0
Mmibs/eltex/ELTEX-PP4+398 / -3
Mmibs/eltex/ELTEX-SMG+0 / -1
Mmibs/eltex/ELTEX-SMI-ACTUAL+319 / -0
Mmibs/eltex/ELTEX-TAU8+0 / -1
Mmibs/radlan/RADLAN-PHY-MIB+2 / -1
Mmibs/radlan/RADLAN-Redistribute+12 / -1
Mmibs/radlan/RADLAN-rlMacMulticast-MIB+1 / -0
Amibs/radlan/SNMP-TEST-MIB+132 / -0
Aupdate/338.sql+1 / -0
+707 added βˆ’542 removed +165 net filtered development activity

17.05.8534

Released β€’ Commits r8514 through r8533
Included development changes (19 commits)

New Features

  • r8522: Add status entity capability to API +49/0
  • r8523: Add ability to add devices via the API +102/βˆ’2
  • r8524: Add ability to delete devices via the API +29/βˆ’2
  • r8525: Add generic webhook alert transport (outputs complete array of alerting variables as JSON) +72/0
  • r8526: Add device_id and entity_id to alerting array. +2/0
  • r8528: Add ability to ignore / ignore until ok alert entries via the API +56/0
  • r8533: Add sorting for F5 Load balancer virtuals table. +57/βˆ’4

Improvements

  • r8531: Improve email alert layout +85/βˆ’29

Bug Fixes

  • r8516: Fix get individual port in API +1/βˆ’1
  • r8517: Fix basic auth for API +13/βˆ’5
  • r8518: Fix custom web logo. +6/βˆ’2
  • r8532: Make alert name bold in alert emails. +2/βˆ’2

Minor Changes

  • r8519: Fixed api constant name. Moved Flight to libs/ dir, added autoload. +15/βˆ’4,462

Database Changes

  • r8529: Extend devices table purpose field to 255 characters.

API Changes

  • r8515: Move API code to /api/v0/ +326/βˆ’326

Trivial Changes

  • r8520: Fixed username escaping in authlog. +1/0
  • r8521: Removed devel mistake change. +1/βˆ’5
  • r8527: Updated some wui external libs and js to newest.
  • r8530: Fixed LDAP/Radius auth (appear in r8517). +16/βˆ’11
Complete release diff (117) +5,667 / -5,122

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Dhtml/api/.htaccess+0 / -5
Dhtml/api/flight non-text+0 / -0
Dhtml/api/flight/.gitignore+0 / -4
Dhtml/api/flight/LICENSE+0 / -21
Dhtml/api/flight/README.md+0 / -917
Dhtml/api/flight/VERSION+0 / -1
Dhtml/api/flight/composer.json+0 / -23
Dhtml/api/flight/flight/Engine.php+0 / -543
Dhtml/api/flight/flight/Flight.php+0 / -96
Dhtml/api/flight/flight/autoload.php+0 / -11
Dhtml/api/flight/flight/core/Dispatcher.php+0 / -230
Dhtml/api/flight/flight/core/Loader.php+0 / -209
Dhtml/api/flight/flight/net/Request.php+0 / -289
Dhtml/api/flight/flight/net/Response.php+0 / -272
Dhtml/api/flight/flight/net/Route.php+0 / -144
Dhtml/api/flight/flight/net/Router.php+0 / -116
Dhtml/api/flight/flight/template/View.php+0 / -184
Dhtml/api/flight/flight/util/Collection.php+0 / -203
Dhtml/api/flight/index.php+0 / -9
Dhtml/api/flight/tests/AutoloadTest.php+0 / -48
Dhtml/api/flight/tests/DispatcherTest.php+0 / -92
Dhtml/api/flight/tests/FilterTest.php+0 / -65
Dhtml/api/flight/tests/FlightTest.php+0 / -83
Dhtml/api/flight/tests/LoaderTest.php+0 / -114
Dhtml/api/flight/tests/MapTest.php+0 / -72
Dhtml/api/flight/tests/README.md+0 / -10
Dhtml/api/flight/tests/RedirectTest.php+0 / -77
Dhtml/api/flight/tests/RegisterTest.php+0 / -87
Dhtml/api/flight/tests/RenderTest.php+0 / -38
Dhtml/api/flight/tests/RequestTest.php+0 / -99
Dhtml/api/flight/tests/RouterTest.php+0 / -261
Dhtml/api/flight/tests/VariableTest.php+0 / -50
Dhtml/api/flight/tests/ViewTest.php+0 / -76
Dhtml/api/flight/tests/classes/Factory.php+0 / -11
Dhtml/api/flight/tests/classes/Hello.php+0 / -10
Dhtml/api/flight/tests/classes/User.php+0 / -8
Dhtml/api/flight/tests/views/hello.php+0 / -1
Dhtml/api/flight/tests/views/layouts/layout.php+0 / -1
Dhtml/api/flight/tests/views/world.html+0 / -1
Dhtml/api/includes non-text+0 / -0
Dhtml/api/includes/alerts.inc.php+0 / -53
Dhtml/api/includes/bills.inc.php+0 / -31
Dhtml/api/includes/devices.inc.php+0 / -75
Dhtml/api/includes/ports.inc.php+0 / -62
Dhtml/api/includes/sensors.inc.php+0 / -47
Dhtml/api/index.php+0 / -53
Ahtml/api/v0 non-text+0 / -0
Ahtml/api/v0/.htaccess+5 / -0
Ahtml/api/v0/includes/alerts.inc.php+139 / -0
Ahtml/api/v0/includes/bills.inc.php+31 / -0
Ahtml/api/v0/includes/devices.inc.php+118 / -0
Ahtml/api/v0/includes/ports.inc.php+62 / -0
Ahtml/api/v0/includes/sensors.inc.php+47 / -0
Ahtml/api/v0/includes/status.inc.php+48 / -0
Ahtml/api/v0/index.php+59 / -0
Mhtml/css/bootstrap-select.css+14 / -2
Mhtml/css/observium.css+16 / -4
Mhtml/includes/authenticate.inc.php+14 / -6
Mhtml/includes/contacts-navbar.inc.php+2 / -1
Mhtml/includes/entities/generic.inc.php+39 / -0
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/index.php+1 / -1
Mhtml/js/bootstrap-select.js+296 / -234
Mhtml/js/bootstrap-select.min.js+4 / -4
Mhtml/js/bootstrap-show-password.min.js+3 / -2
Mhtml/js/clipboard.min.js+2 / -2
Mhtml/pages/authlog.inc.php+2 / -1
Mhtml/pages/contact.inc.php+2 / -1
Mhtml/pages/device/loadbalancer/lb_virtuals.inc.php+18 / -4
Aincludes/alerting/webhook.inc.php+57 / -0
Mincludes/alerts.inc.php+2 / -0
Mincludes/common.inc.php+4 / -0
Mincludes/definitions/transports.inc.php+15 / -0
Mincludes/functions.inc.php+56 / -2
Mincludes/templates/notification/email_html.tpl+85 / -29
Mlibs/Mobile/Detect.php+29 / -20
Mlibs/UserAgentParser.php+19 / -6
Alibs/flight non-text+0 / -0
Alibs/flight/.gitignore+4 / -0
Alibs/flight/LICENSE+21 / -0
Alibs/flight/README.md+917 / -0
Alibs/flight/VERSION+1 / -0
Alibs/flight/composer.json+23 / -0
Alibs/flight/flight/Engine.php+543 / -0
Alibs/flight/flight/Flight.php+96 / -0
Alibs/flight/flight/autoload.php+11 / -0
Alibs/flight/flight/core/Dispatcher.php+230 / -0
Alibs/flight/flight/core/Loader.php+209 / -0
Alibs/flight/flight/net/Request.php+289 / -0
Alibs/flight/flight/net/Response.php+272 / -0
Alibs/flight/flight/net/Route.php+144 / -0
Alibs/flight/flight/net/Router.php+116 / -0
Alibs/flight/flight/template/View.php+184 / -0
Alibs/flight/flight/util/Collection.php+203 / -0
Alibs/flight/index.php+9 / -0
Alibs/flight/tests/AutoloadTest.php+48 / -0
Alibs/flight/tests/DispatcherTest.php+92 / -0
Alibs/flight/tests/FilterTest.php+65 / -0
Alibs/flight/tests/FlightTest.php+83 / -0
Alibs/flight/tests/LoaderTest.php+114 / -0
Alibs/flight/tests/MapTest.php+72 / -0
Alibs/flight/tests/README.md+10 / -0
Alibs/flight/tests/RedirectTest.php+77 / -0
Alibs/flight/tests/RegisterTest.php+87 / -0
Alibs/flight/tests/RenderTest.php+38 / -0
Alibs/flight/tests/RequestTest.php+99 / -0
Alibs/flight/tests/RouterTest.php+261 / -0
Alibs/flight/tests/VariableTest.php+50 / -0
Alibs/flight/tests/ViewTest.php+76 / -0
Alibs/flight/tests/classes/Factory.php+11 / -0
Alibs/flight/tests/classes/Hello.php+10 / -0
Alibs/flight/tests/classes/User.php+8 / -0
Alibs/flight/tests/views/hello.php+1 / -0
Alibs/flight/tests/views/layouts/layout.php+1 / -0
Alibs/flight/tests/views/world.html+1 / -0
Aupdate/337.sql+1 / -0
+833 added βˆ’4,851 removed βˆ’4,018 net filtered development activity

17.05.8514

Released β€’ Commits r8509 through r8513
Included development changes (4 commits)

New Features

  • r8513: Add development API code (do not use lol) +4,514/βˆ’15

Trivial Changes

  • r8510: Fixed display contact edit form. +14/βˆ’14
  • r8511: Fixed escaping in html emails for metrics and conditions fields. +2/βˆ’2
  • r8512: Removed preceding "0." in version check. Ref library updated to latest. +2/βˆ’2
Complete release diff (47) +4,577 / -38

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/api/flight non-text+0 / -0
Ahtml/api/flight/.gitignore+4 / -0
Ahtml/api/flight/LICENSE+21 / -0
Ahtml/api/flight/README.md+917 / -0
Ahtml/api/flight/VERSION+1 / -0
Ahtml/api/flight/composer.json+23 / -0
Ahtml/api/flight/flight/Engine.php+543 / -0
Ahtml/api/flight/flight/Flight.php+96 / -0
Ahtml/api/flight/flight/autoload.php+11 / -0
Ahtml/api/flight/flight/core/Dispatcher.php+230 / -0
Ahtml/api/flight/flight/core/Loader.php+209 / -0
Ahtml/api/flight/flight/net/Request.php+289 / -0
Ahtml/api/flight/flight/net/Response.php+272 / -0
Ahtml/api/flight/flight/net/Route.php+144 / -0
Ahtml/api/flight/flight/net/Router.php+116 / -0
Ahtml/api/flight/flight/template/View.php+184 / -0
Ahtml/api/flight/flight/util/Collection.php+203 / -0
Ahtml/api/flight/index.php+9 / -0
Ahtml/api/flight/tests/AutoloadTest.php+48 / -0
Ahtml/api/flight/tests/DispatcherTest.php+92 / -0
Ahtml/api/flight/tests/FilterTest.php+65 / -0
Ahtml/api/flight/tests/FlightTest.php+83 / -0
Ahtml/api/flight/tests/LoaderTest.php+114 / -0
Ahtml/api/flight/tests/MapTest.php+72 / -0
Ahtml/api/flight/tests/README.md+10 / -0
Ahtml/api/flight/tests/RedirectTest.php+77 / -0
Ahtml/api/flight/tests/RegisterTest.php+87 / -0
Ahtml/api/flight/tests/RenderTest.php+38 / -0
Ahtml/api/flight/tests/RequestTest.php+99 / -0
Ahtml/api/flight/tests/RouterTest.php+261 / -0
Ahtml/api/flight/tests/VariableTest.php+50 / -0
Ahtml/api/flight/tests/ViewTest.php+76 / -0
Ahtml/api/flight/tests/classes/Factory.php+11 / -0
Ahtml/api/flight/tests/classes/Hello.php+10 / -0
Ahtml/api/flight/tests/classes/User.php+8 / -0
Ahtml/api/flight/tests/views/hello.php+1 / -0
Ahtml/api/flight/tests/views/layouts/layout.php+1 / -0
Ahtml/api/flight/tests/views/world.html+1 / -0
Mhtml/api/includes/devices.inc.php+6 / -7
Ahtml/api/includes/sensors.inc.php+47 / -0
Mhtml/api/index.php+8 / -8
Mhtml/includes/contacts-navbar.inc.php+1 / -1
Mhtml/pages/contact.inc.php+13 / -13
Mincludes/templates/notification/email_html.tpl+2 / -2
Mincludes/versioncheck.inc.php+2 / -2
Mlibs/ref.inc.php+22 / -5
+4,532 added βˆ’33 removed +4,499 net filtered development activity

17.05.8509

Released β€’ Commits r8476 through r8508
Included development changes (32 commits)

Major Features

  • r8508: Improved WUI modals, added related functions for generate modal and modal forms. Fixed some action forms. Added popconfirm.js for use as simple form submit confirmation in some cases (instead modal). CSS code cleanups. +3,497/βˆ’1,986

New Features

  • r8493: Add customoid sub-menu to navbar. +14/βˆ’3
  • r8495: Add SSL Engine CPU load for NetScaler. Also ignore processor-from-definition where 32-bit max returned. +2/βˆ’1
  • r8497: Add ability to expand single processor entity. +7/βˆ’5

Improvements

  • r8477: Don't delete sensors when they are detected as deleted, but mark them deleted. Help prevent sensor_id churn and provide historical data. NEEDS ADDING TO HOUSEKEEPING. +34/βˆ’21

Bug Fixes

  • r8488: Use more sane CID for images in emails. (prevents cid overlaps and miscaching on some clients) +2/βˆ’2
  • r8496: Change name for netscaler cryto engine cpu entry. +1/βˆ’1

Minor Changes

  • r8484: Added 'explode' transformation in string_transform(). Updated test units. +48/βˆ’1
  • r8485: Improved support for Moxa Serial Terminal devices. Updated Moxa MIBs. +36/βˆ’6
  • r8486: Fixed: do not poll and display deleted sensors/statuses. +22/βˆ’12
  • r8490: Improved support for Cisco UCS devices (added discovery status sensors, all sensors converted to definitions). +345/βˆ’120
  • r8492: Added discovery flash storage statuses for Cisco UCS devices. Fixed discovery statuses for SNR devices. Improved detect hardware/version/serial for SNR switches. +212/βˆ’36
  • r8500: Added support for MessPC Ethernetbox devices. Added ability for use vendor specific sysDescr/sysLocation/sysContact/sysName/sysUptime if this standard OIDs not exist for device. +208/βˆ’11
  • r8504: Fixed rrd indexes in table sensors from definitions. Moved discovery sensors to definition by F5-BIGIP-SYSTEM-MIB. Cleanup sensor definitions. +539/βˆ’360
  • r8506: Force syslog.php exit if "MySQL server gone away" detected. Added dbPing() function. +33/βˆ’1

MIB Updates

  • r8489: Added/updated MIB files (cisco, schleifenbauer, riverbed, northerndesign, netonix, meru, ipt, ibm).
  • r8491: Update MIKROTIK-MIB
  • r8498: Added MIBs (messpc). Cleanup duplicate RFC mibs in cisco dir.
  • r8503: Updated MIBs (f5).

Trivial Changes

  • r8481: Improved detect hardware/version for Stack ZTE devices. +4/βˆ’2
  • r8483: Added version parse from sysDescr for Brocade NOS devices. +11/βˆ’3
  • r8487: Fixed adding devices with empty sysDescr. +3/βˆ’2
  • r8494: Added additional storage statuses for Cisco UCS devices. +79/0
  • r8499: Fixed add devices without standard sysDescr/sysObjectId. Added timeticks transformation action to string_transform(). +12/βˆ’5
  • r8501: Added unit tests for test_conditions() function. +44/βˆ’8
  • r8502: Added unit test with escaped delimeter in regex condition.
  • r8505: Fixed length for snmpEngineID column in devices table.
  • r8507: Improved slack and hipchat alert transports. +33/βˆ’17

Other Changes

  • r8478: Trivial: remove host virtualisation from OS version field after distro script update +2/βˆ’1
  • r8479: Minor: convert libvirt discovery to external_exec(), small fixes and cleanups +8/βˆ’11
  • r8480: Trivial: codestyle/syntax cleanups +172/βˆ’179
  • r8482: Medium: fix user agent header in http request +1/βˆ’1
Complete release diff (301) +163,472 / -50,316

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Mhtml/css/bootstrap-hacks.css+168 / -145
Mhtml/css/bootstrap.css+103 / -76
Mhtml/css/bootstrap/less/bootstrap.less+23 / -36
Mhtml/css/bootstrap/less/forms.less+10 / -0
Mhtml/css/bootstrap/less/mixins3.less+19 / -0
Ahtml/css/bootstrap/less/modals3.less+150 / -0
Ahtml/css/bootstrap/less/popovers3.less+131 / -0
Mhtml/css/bootstrap/less/variables3.less+38 / -10
Mhtml/css/observium.css+318 / -329
Ahtml/images/os/messpc.png+1 / -0
Ahtml/images/os/messpc_2x.png+1 / -0
Mhtml/includes/alerting-navbar.inc.php+94 / -61
Mhtml/includes/contacts-navbar.inc.php+137 / -99
Mhtml/includes/customoids-navbar.inc.php+179 / -59
Mhtml/includes/entities/device.inc.php+18 / -5
Mhtml/includes/entities/processor.inc.php+5 / -3
Mhtml/includes/entities/sensor.inc.php+9 / -4
Mhtml/includes/entities/status.inc.php+7 / -2
Mhtml/includes/graphs/device/sensor.inc.php+2 / -2
Mhtml/includes/group-navbar.inc.php+212 / -13
Mhtml/includes/maintenance-navbar.inc.php+103 / -55
Mhtml/includes/navbar.inc.php+14 / -3
Mhtml/includes/print/alert_log.inc.php+10 / -1
Mhtml/includes/print/fdbtable.inc.php+12 / -0
Mhtml/includes/print/search.inc.php+399 / -60
Mhtml/includes/search/devices.inc.php+2 / -0
Ahtml/js/jquery.popconfirm.js+160 / -0
Mhtml/js/observium.js+1 / -1
Mhtml/pages/add_alert_check.inc.php+2 / -5
Mhtml/pages/alert_check.inc.php+799 / -387
Mhtml/pages/alert_checks.inc.php+2 / -0
Mhtml/pages/alert_maintenance.inc.php+364 / -289
Mhtml/pages/alert_maintenance_add.inc.php+2 / -1
Mhtml/pages/contact.inc.php+166 / -87
Mhtml/pages/contacts.inc.php+119 / -61
Mhtml/pages/customoid.inc.php+218 / -91
Mhtml/pages/customoids.inc.php+36 / -72
Mhtml/pages/delhost.inc.php+34 / -47
Mhtml/pages/device.inc.php+36 / -31
Mhtml/pages/device/edit/ports.inc.php+2 / -2
Mhtml/pages/device/overview/ports.inc.php+4 / -4
Mhtml/pages/device/overview/sensors.inc.php+1 / -1
Mhtml/pages/device/overview/status.inc.php+2 / -2
Mhtml/pages/edituser.inc.php+88 / -110
Mhtml/pages/group.inc.php+249 / -267
Mhtml/pages/group_add.inc.php+3 / -72
Mhtml/pages/syslog_rules.inc.php+202 / -105
Mincludes/alerting/email.inc.php+2 / -2
Mincludes/alerting/hipchat.inc.php+4 / -3
Mincludes/alerting/slack.inc.php+19 / -9
Mincludes/alerts.inc.php+44 / -8
Mincludes/common.inc.php+5 / -4
Mincludes/db/mysql.inc.php+10 / -0
Mincludes/db/mysqli.inc.php+12 / -0
Mincludes/defaults.inc.php+13 / -7
Mincludes/definitions/mibs.inc.php+904 / -211
Mincludes/definitions/models.inc.php+10 / -0
Mincludes/definitions/os.inc.php+56 / -13
Mincludes/definitions/transports.inc.php+10 / -5
Mincludes/definitions/version.inc.php+8 / -1
Mincludes/definitions/wui.inc.php+5 / -2
Mincludes/discovery/bgp-peers.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+25 / -14
Mincludes/discovery/inventory/entity-mib.inc.php+2 / -2
Mincludes/discovery/ip-addresses.inc.php+1 / -0
Mincludes/discovery/mempools.inc.php+2 / -2
Mincludes/discovery/mempools/host-resources-mib.inc.php+0 / -1
Mincludes/discovery/os.inc.php+2 / -2
Mincludes/discovery/os/eltex.inc.php+0 / -1
Aincludes/discovery/os/messpc.inc.php+24 / -0
Mincludes/discovery/ports-stack.inc.php+2 / -2
Mincludes/discovery/processors.inc.php+1 / -1
Mincludes/discovery/sensors.inc.php+171 / -23
Mincludes/discovery/sensors/axis-video-mib.inc.php+1 / -1
Aincludes/discovery/sensors/better-networks-ethernetbox-mib.inc.php+77 / -0
Mincludes/discovery/sensors/cisco-entity-fru-control-mib.inc.php+1 / -1
Mincludes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php+1 / -2
Dincludes/discovery/sensors/cisco-unified-computing-compute-mib.inc.php+0 / -63
Dincludes/discovery/sensors/cisco-unified-computing-processor-mib.inc.php+0 / -29
Mincludes/discovery/sensors/dnos-boxservices-private-mib.inc.php+0 / -1
Mincludes/discovery/sensors/eaton-epdu-mib.inc.php+9 / -13
Mincludes/discovery/sensors/eppc-mib.inc.php+30 / -33
Dincludes/discovery/sensors/f5-bigip-system-mib.inc.php+0 / -120
Mincludes/discovery/sensors/foundry-poe-mib.inc.php+5 / -5
Mincludes/discovery/sensors/hwg-pwr-mib.inc.php+1 / -1
Mincludes/discovery/sensors/omnitron-poe-mib.inc.php+28 / -28
Mincludes/discovery/sensors/packetflux-mib.inc.php+0 / -1
Mincludes/discovery/sensors/power-ethernet-mib.inc.php+2 / -2
Mincludes/discovery/sensors/rittal-cmc-iii-mib.inc.php+70 / -65
Mincludes/discovery/sensors/rittal-cmc-tc-mib.inc.php+2 / -1
Mincludes/discovery/sensors/serverscheck.inc.php+3 / -3
Mincludes/discovery/status/cpqrack-mib.inc.php+1 / -1
Mincludes/discovery/status/dell-rac-mib.inc.php+1 / -1
Mincludes/discovery/status/f5-bigip-apm-mib.inc.php+1 / -1
Mincludes/discovery/status/hh3c-stack-mib.inc.php+1 / -1
Mincludes/discovery/storage.inc.php+0 / -4
Mincludes/discovery/storage/gpfs-mib.inc.php+0 / -2
Mincludes/discovery/virtual-machines/libvirt.inc.php+4 / -7
Mincludes/entities.inc.php+2 / -2
Mincludes/functions.inc.php+55 / -7
Mincludes/polling/functions.inc.php+4 / -4
Mincludes/polling/os/zte.inc.php+4 / -2
Mincludes/polling/system.inc.php+40 / -0
Mincludes/polling/system/snmpv2-mib.inc.php+12 / -5
Mincludes/rrdtool.inc.php+23 / -5
Amibs/cisco/CISCO-CABLE-IRON-BUS-STAT-MIB+287 / -0
Amibs/cisco/CISCO-CABLE-LICENSE-MIB+179 / -0
Mmibs/cisco/CISCO-EIGRP-MIB+1,360 / -1,174
Mmibs/cisco/CISCO-ENTITY-DIAG-MIB+15 / -7
Mmibs/cisco/CISCO-ENTITY-SENSOR-MIB+9 / -4
Mmibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB+502 / -6
Mmibs/cisco/CISCO-ERR-DISABLE-MIB+98 / -4
Mmibs/cisco/CISCO-FEATURE-CONTROL-MIB+153 / -41
Mmibs/cisco/CISCO-IDSL-LINE-MIB+1 / -0
Mmibs/cisco/CISCO-LAG-MIB+155 / -6
Mmibs/cisco/CISCO-MPLS-TE-STD-EXT-MIB+694 / -95
Amibs/cisco/CISCO-NAT-CGN-EXT-MIB+1,129 / -0
Mmibs/cisco/CISCO-OPTICAL-MIB+134 / -5
Mmibs/cisco/CISCO-OTN-IF-MIB+588 / -86
Mmibs/cisco/CISCO-PFC-EXT-MIB+137 / -4
Mmibs/cisco/CISCO-PRODUCTS-MIB+50 / -3
Mmibs/cisco/CISCO-RTTMON-MIB+606 / -46
Mmibs/cisco/CISCO-RTTMON-TC-MIB+119 / -41
Amibs/cisco/CISCO-SECY-EXT-MIB+666 / -0
Amibs/cisco/CISCO-SMART-LIC-MIB+1,038 / -0
Mmibs/cisco/CISCO-STACKWISE-MIB+419 / -14
Mmibs/cisco/CISCO-SWITCH-QOS-MIB+224 / -4
Mmibs/cisco/CISCO-SYSTEM-EXT-MIB+290 / -6
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-AAA-MIB+63 / -5
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB+600 / -10
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-BIOS-MIB+2,464 / -72
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-BMC-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CALLHOME-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CHANGE-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CIMCVMEDIA-MIB+47 / -3
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-COMM-MIB+170 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-COMPUTE-MIB+511 / -17
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-CONFIG-MIB+3 / -1
Amibs/cisco/CISCO-UNIFIED-COMPUTING-CONFORM-MIB+113 / -0
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-DCX-MIB+32 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-DHCP-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-DIAG-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-DOMAIN-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-DPSEC-MIB+13 / -2
Amibs/cisco/CISCO-UNIFIED-COMPUTING-DUPE-MIB+258 / -0
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-EPQOS-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB+4,911 / -361
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-ETHER-MIB+155 / -7
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-EVENT-MIB+14 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-EXTMGMT-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-EXTPOL-MIB+13 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-EXTVMM-MIB+3 / -1
Amibs/cisco/CISCO-UNIFIED-COMPUTING-FABRIC-MIB+21,919 / -0
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-FAULT-MIB+33 / -3
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-FC-MIB+22 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-FCPOOL-MIB+3 / -1
Amibs/cisco/CISCO-UNIFIED-COMPUTING-FEATURE-MIB+682 / -0
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-FIRMWARE-MIB+757 / -84
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-FLOWCTRL-MIB+14 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-FSM-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-GMETA-MIB+23 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-GRAPHICS-MIB+40 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-HOSTIMG-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-IDENT-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-IMGPROV-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-IMGSEC-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-INITIATOR-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-IP-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-IPPOOL-MIB+13 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-IQNPOOL-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-ISCSI-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-LICENSE-MIB+13 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-LLDP-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-LS-MIB+161 / -9
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-LSBOOT-MIB+341 / -6
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-LSMAINT-MIB+36 / -4
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-LSTORAGE-MIB+257 / -28
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-MACPOOL-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-MAPPINGS-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-MEMORY-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-MGMT-MIB+227 / -4
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-MIB+3,123 / -2,324
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-NETWORK-MIB+324 / -14
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-NFS-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-NWCTRL-MIB+31 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-OBSERVE-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-ORG-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-OS-MIB+1,043 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-PCI-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-PKI-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-POLICY-MIB+228 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-PORT-MIB+144 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-POWER-MIB+344 / -4
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-PROC-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-QOSCLASS-MIB+23 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-QUERYRESULT-MIB+3 / -1
Amibs/cisco/CISCO-UNIFIED-COMPUTING-SECURITY-MIB+286 / -0
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-SOL-MIB+13 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-STATS-MIB+108 / -5
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-STORAGE-MIB+440 / -728
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-SW-MIB+1,696 / -27
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-SYSDEBUG-MIB+25 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-SYSFILE-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-TC-MIB+9,240 / -364
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-TOP-MIB+106 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-TRIG-MIB+33 / -4
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-UUIDPOOL-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-VERSION-MIB+3 / -1
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-VM-MIB+22 / -2
Mmibs/cisco/CISCO-UNIFIED-COMPUTING-VNIC-MIB+1,154 / -36
Mmibs/cisco/CISCO-VDC-MIB+34 / -7
Mmibs/cisco/CISCO-WAN-OPTIMIZATION-MIB+1,072 / -48
Dmibs/cisco/IEEE-802DOT17-RPR-MIB+0 / -6,773
Dmibs/cisco/IEEE8021-CFM-MIB+0 / -3,577
Dmibs/cisco/IEEE8021-CFM-V2-MIB+0 / -861
Dmibs/cisco/IEEE8021-TC-MIB+0 / -376
Dmibs/cisco/INET-ADDRESS-MIB+0 / -414
Dmibs/cisco/ITU-ALARM-TC-MIB+0 / -90
Dmibs/cisco/MPLS-VPN-MIB+0 / -1,623
Dmibs/cisco/SNMP-FRAMEWORK-MIB+0 / -532
Dmibs/cisco/SNMPv2-CONF+0 / -5
Dmibs/cisco/SNMPv2-MIB+0 / -853
Dmibs/cisco/SNMPv2-SMI+0 / -32
Dmibs/cisco/SNMPv2-TC+0 / -708
Mmibs/f5/F5-BIGIP-APM-MIB+126 / -26
Mmibs/f5/F5-BIGIP-COMMON-MIB+385 / -4
Mmibs/f5/F5-BIGIP-GLOBAL-MIB+807 / -279
Mmibs/f5/F5-BIGIP-LOCAL-MIB+6,813 / -900
Mmibs/f5/F5-BIGIP-SYSTEM-MIB+2,867 / -575
Mmibs/f5/F5-BIGIP-WAM-MIB+3 / -5
Mmibs/ibm/BLADESPPALT-MIB+688 / -74
Amibs/ibm/CME-MIB+30,939 / -0
Amibs/ibm/IBM-SVC-MIB+396 / -0
Amibs/ipt non-text+0 / -0
Amibs/ipt/PDUSNMP+5,032 / -0
Amibs/meru non-text+0 / -0
Amibs/meru/MERU-CONFIG-AP-MIB+1,081 / -0
Amibs/meru/MERU-CONFIG-CONTROLLER-MIB+988 / -0
Amibs/meru/MERU-CONFIG-GRE-MIB+165 / -0
Amibs/meru/MERU-CONFIG-ICR-MIB+109 / -0
Amibs/meru/MERU-CONFIG-LICENSE-MIB+138 / -0
Amibs/meru/MERU-CONFIG-MACFILTERING-MIB+192 / -0
Amibs/meru/MERU-CONFIG-PACKETCAPTURE-MIB+250 / -0
Amibs/meru/MERU-CONFIG-PORTPROFILE-MIB+252 / -0
Amibs/meru/MERU-CONFIG-QOS-MIB+683 / -0
Amibs/meru/MERU-CONFIG-ROGUEAP-MIB+417 / -0
Amibs/meru/MERU-CONFIG-SECURITY-MIB+863 / -0
Amibs/meru/MERU-CONFIG-SECURITYCERT-MIB+86 / -0
Amibs/meru/MERU-CONFIG-SNMP-MIB+109 / -0
Amibs/meru/MERU-CONFIG-STATICSTATION-MIB+109 / -0
Amibs/meru/MERU-CONFIG-STATION-MIB+333 / -0
Amibs/meru/MERU-CONFIG-VLAN-MIB+183 / -0
Amibs/meru/MERU-CONFIG-WLAN-MIB+1,420 / -0
Amibs/meru/MERU-GLOBAL-STATISTICS-MIB+3,811 / -0
Amibs/meru/MERU-SMI+80 / -0
Amibs/meru/MERU-SUPPORTED-FEATURES-MIB+79 / -0
Amibs/meru/MERU-SYSLOG-MIB+202 / -0
Amibs/meru/MERU-TC+2,106 / -0
Amibs/meru/MERU-TOP10-STATISTICS-MIB+370 / -0
Amibs/meru/MERU-TOPOLOGY-MIB+928 / -0
Amibs/meru/MERU-VOICE-STATISTICS-MIB+426 / -0
Amibs/meru/MERU-WLAN-MIB+813 / -0
Amibs/messpc non-text+0 / -0
Amibs/messpc/BETTER-NETWORKS-ETHERNETBOX-MIB+435 / -0
Mmibs/mikrotik/MIKROTIK-MIB+417 / -302
Amibs/moxa/MOXA-CN2600-MIB+3,971 / -0
Amibs/moxa/MOXA-IAW5x50A_IO-MIB+5,339 / -0
Mmibs/moxa/MOXA-NP6000-MIB+2,454 / -243
Amibs/moxa/MOXA-NPS8000-MIB+6,351 / -0
Amibs/moxa/MOXA-W2x50A-MIB+3,725 / -0
Dmibs/nag non-text+0 / -0
Dmibs/nag/SNR-ERD-2+0 / -375
Dmibs/nag/SNR-ERD-4+0 / -800
Dmibs/nag/SNR-SWITCH-MIB+0 / -21,762
Amibs/netonix non-text+0 / -0
Amibs/netonix/NETONIX-SWITCH-MIB+242 / -0
Amibs/northerndesign non-text+0 / -0
Amibs/northerndesign/ND020-MIB+605 / -0
Amibs/riverbed/GC-MIB+612 / -0
Amibs/riverbed/STEELHEAD-EX-MIB+2,827 / -0
Amibs/schleifenbauer non-text+0 / -0
Amibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB+1,961 / -0
Amibs/schleifenbauer/SCHLEIFENBAUER-PRODUCTS-MIB+51 / -0
Amibs/schleifenbauer/SCHLEIFENBAUER-SMI+68 / -0
Amibs/schleifenbauer/SDEVICE-MIB+1,120 / -0
Msyslog.php+11 / -1
Mtests/HtmlIncludesFunctionsTest.php+1 / -1
Mtests/HtmlIncludesPrintTest.php+1 / -1
Atests/IncludesAlertsTest.php+228 / -0
Mtests/IncludesCommonTest.php+1 / -1
Mtests/IncludesDbTest.php+1 / -1
Mtests/IncludesFunctionsTest.php+32 / -2
Mtests/IncludesPortDescrParserTest.php+1 / -1
Mtests/IncludesRewritesTest.php+1 / -1
Mtests/IncludesSnmpTest.php+1 / -1
Mtests/IncludesTemplatesTest.php+1 / -1
Aupdate/335.php+47 / -0
Aupdate/336.sql+1 / -0
+5,369 added βˆ’2,795 removed +2,574 net filtered development activity

17.04.8476

Released β€’ Commits r8468 through r8475
Included development changes (7 commits)

Bug Fixes

  • r8471: Fix vendor name +1/βˆ’1

Minor Changes

  • r8469: Migrated mostly hardware/version detect from sysDescr to os definitions. +406/βˆ’1,540

Trivial Changes

  • r8473: Fixed distribution version detect in os module for updated distro script version 1.2. +16/βˆ’4

Other Changes

  • r8470: Trivial: correct ACCUENERGY-MIB name and directory +3/βˆ’3
  • r8472: Minor: increase package version column length
  • r8474: Minor: unify virtual machine detection outputs into +28/βˆ’26
  • r8475: Minor: update distro script to 1.2.1 +12/βˆ’5
Complete release diff (81) +456 / -1,568

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
Mincludes/definitions/mibs.inc.php+18 / -6
Mincludes/definitions/os.inc.php+362 / -41
Mincludes/definitions/vm.inc.php+7 / -1
Mincludes/polling/os.inc.php+16 / -1
Dincludes/polling/os/a10-ax.inc.php+0 / -21
Dincludes/polling/os/aethra.inc.php+0 / -42
Dincludes/polling/os/airconsole.inc.php+0 / -16
Mincludes/polling/os/allied.inc.php+1 / -55
Mincludes/polling/os/alliedwareplus.inc.php+2 / -7
Dincludes/polling/os/arbos.inc.php+0 / -25
Dincludes/polling/os/arista_eos.inc.php+0 / -17
Mincludes/polling/os/asyncos.inc.php+1 / -10
Dincludes/polling/os/audiocodes.inc.php+0 / -29
Mincludes/polling/os/avocent.inc.php+2 / -8
Dincludes/polling/os/bcmc.inc.php+0 / -16
Dincludes/polling/os/bdcom-ios.inc.php+0 / -27
Mincludes/polling/os/breeze.inc.php+0 / -9
Dincludes/polling/os/bti7000.inc.php+0 / -16
Dincludes/polling/os/catos.inc.php+0 / -41
Dincludes/polling/os/ccpower.inc.php+0 / -20
Mincludes/polling/os/cimc.inc.php+0 / -8
Mincludes/polling/os/cisco-altiga.inc.php+0 / -9
Dincludes/polling/os/clavister-cos.inc.php+0 / -22
Dincludes/polling/os/comware.inc.php+0 / -25
Dincludes/polling/os/cts.inc.php+0 / -46
Dincludes/polling/os/datadomain.inc.php+0 / -16
Dincludes/polling/os/digi-anyusb.inc.php+0 / -16
Dincludes/polling/os/digios.inc.php+0 / -36
Dincludes/polling/os/dlink-ios.inc.php+0 / -24
Mincludes/polling/os/dlinkfw.inc.php+1 / -6
Dincludes/polling/os/dnos6.inc.php+0 / -29
Dincludes/polling/os/eaton-sc.inc.php+0 / -23
Dincludes/polling/os/edgeos.inc.php+0 / -20
Dincludes/polling/os/eltek.inc.php+0 / -25
Dincludes/polling/os/firebox.inc.php+0 / -24
Dincludes/polling/os/firebrick.inc.php+0 / -23
Mincludes/polling/os/generex-ups.inc.php+0 / -6
Dincludes/polling/os/gta-gb.inc.php+0 / -16
Dincludes/polling/os/gude-epc.inc.php+0 / -23
Dincludes/polling/os/gude-pdu.inc.php+0 / -23
Dincludes/polling/os/hiveos.inc.php+0 / -21
Dincludes/polling/os/hpstorage.inc.php+0 / -17
Mincludes/polling/os/hpuww.inc.php+0 / -4
Dincludes/polling/os/hpvc.inc.php+0 / -13
Dincludes/polling/os/hwg-ste.inc.php+0 / -21
Mincludes/polling/os/mellanox.inc.php+1 / -11
Dincludes/polling/os/netgear-readyos.inc.php+0 / -29
Mincludes/polling/os/netgear.inc.php+2 / -8
Dincludes/polling/os/netopia.inc.php+0 / -22
Dincludes/polling/os/netping.inc.php+0 / -24
Dincludes/polling/os/nimble-os.inc.php+0 / -20
Dincludes/polling/os/nrg.inc.php+0 / -28
Dincludes/polling/os/oec.inc.php+0 / -16
Mincludes/polling/os/onefs.inc.php+1 / -12
Dincludes/polling/os/papouch.inc.php+0 / -18
Dincludes/polling/os/picos.inc.php+0 / -20
Dincludes/polling/os/poseidon.inc.php+0 / -19
Dincludes/polling/os/proxyav.inc.php+0 / -22
Dincludes/polling/os/racktivity.inc.php+0 / -17
Dincludes/polling/os/rittalcmc.inc.php+0 / -25
Dincludes/polling/os/rittalcmc3.inc.php+0 / -25
Dincludes/polling/os/roomalert.inc.php+0 / -19
Dincludes/polling/os/saf-ipradio.inc.php+0 / -29
Mincludes/polling/os/screenos.inc.php+0 / -3
Mincludes/polling/os/speedtouch.inc.php+1 / -3
Dincludes/polling/os/sun-ilom.inc.php+0 / -27
Dincludes/polling/os/symbol.inc.php+0 / -18
Dincludes/polling/os/terastation.inc.php+0 / -21
Mincludes/polling/os/timos.inc.php+2 / -11
Dincludes/polling/os/tranzeo.inc.php+0 / -27
Mincludes/polling/os/trapeze.inc.php+1 / -4
Dincludes/polling/os/unifi-switch.inc.php+0 / -23
Mincludes/polling/os/unix.inc.php+27 / -18
Dincludes/polling/os/vyatta.inc.php+0 / -23
Dincludes/polling/os/vyos.inc.php+0 / -21
Dincludes/polling/os/wowza-engine.inc.php+0 / -29
Dincludes/polling/os/zhonedslam.inc.php+0 / -36
Dincludes/polling/os/zywall.inc.php+0 / -16
Dincludes/polling/os/zyxelnwa.inc.php+0 / -16
Mscripts/distro+10 / -4
Aupdate/334.sql+1 / -0
+466 added βˆ’1,579 removed βˆ’1,113 net filtered development activity

17.04.8468

Released β€’ Commits r8438 through r8467
Included development changes (29 commits)

New Features

  • r8451: Add search to bill entity choser. +2/βˆ’1
  • r8455: Add basic detection for Vivotek and Accuenergy devices. +32/0
  • r8456: Add support for vsvrHealth to netscaler alerting. +2/βˆ’1
  • r8459: Add proper support for different sensors on ServersCheck platform. +170/βˆ’18
  • r8460: Add ability to force ServersCheck sensors to Fahrenheit units. +22/βˆ’1
  • r8462: Add ability to use custom navbar logo, causing observium logo to move to the bottom bar. +10/βˆ’2
  • r8463: Add ability to change header logo to web config +8/0
  • r8467: Add support for Accuenergy devices. +114/βˆ’4

Improvements

  • r8464: Update distro script +385/βˆ’299

Bug Fixes

  • r8446: Remove unused script. +2/βˆ’1,603
  • r8447: Temporarily disable a function which shouldn't be where it is +2/βˆ’1
  • r8448: Fix some cosmetic cli output stuff +4/βˆ’1
  • r8450: Fix counting wrong port in billing poller if a port is deleted. Correctly handle a bill with a port that returns no data. +14/βˆ’10
  • r8461: Fix erroneous discovery line +1/βˆ’1
  • r8465: Expand Cyan sysdescr to cover all cyan products. +1/βˆ’1

Minor Changes

Database Changes

  • r8439: MAKE OID GREAT AGAIN
  • r8440: Switch ifIndex field to unsigned to fit entire 32bit value as used by some vendors
  • r8445: Expand user_id to bigint 20

Trivial Changes

Other Changes

  • r8441: Trivial: minor code reformatting +87/βˆ’78
  • r8442: Minor: fix description for processors other than the first one when discovered via definition table +1/0
  • r8443: [ADD +114/0
  • r8444: [Add] Add support for some SNR devices.
  • r8449: Minor: add skip_if_valid_exist support to processors. Discover multiple Fortigate CPUs and migrate data from old to new system. Make sure to run discovery -u after svn up, as usual. +81/βˆ’10
Complete release diff (81) +111,747 / -2,724

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/accuenergy.png+1 / -0
Ahtml/images/os/accuenergy_2x.png+1 / -0
Ahtml/images/os/serverscheck.png+1 / -0
Ahtml/images/os/serverscheck_2x.png+1 / -0
Ahtml/images/os/snr.png+1 / -0
Ahtml/images/os/snr_2x.png+1 / -0
Ahtml/images/os/vivotek.png+1 / -0
Ahtml/images/os/vivotek_2x.png+1 / -0
Ahtml/includes/graphs/sensor/dewpoint.inc.php+49 / -0
Ahtml/includes/graphs/sensor/dust.inc.php+34 / -0
Ahtml/includes/graphs/sensor/sound.inc.php+49 / -0
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/includes/print/search.inc.php+1 / -1
Mhtml/index.php+9 / -1
Mhtml/pages/bill/edit.inc.php+1 / -0
Mincludes/common.inc.php+40 / -1
Mincludes/config-variables.inc.php+22 / -0
Mincludes/defaults.inc.php+1 / -1
Mincludes/definitions/mibs.inc.php+177 / -9
Mincludes/definitions/os.inc.php+68 / -3
Mincludes/definitions/sensors.inc.php+3 / -0
Mincludes/definitions/version.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+2 / -1
Mincludes/discovery/mempools/agent-general-mib.inc.php+10 / -10
Mincludes/discovery/mempools/dell-networking-chassis-mib.inc.php+2 / -4
Mincludes/discovery/mempools/extreme-software-monitor-mib.inc.php+0 / -1
Mincludes/discovery/mempools/f10-c-series-chassis-mib.inc.php+2 / -2
Mincludes/discovery/mempools/f10-chassis-mib.inc.php+3 / -3
Mincludes/discovery/mempools/f10-m-series-chassis-mib.inc.php+1 / -1
Mincludes/discovery/mempools/f10-s-series-chassis-mib.inc.php+2 / -2
Mincludes/discovery/mempools/huawei-entity-extent-mib.inc.php+1 / -1
Mincludes/discovery/mempools/netswitch-mib.inc.php+14 / -14
Mincludes/discovery/mempools/s5-chassis-mib.inc.php+2 / -2
Mincludes/discovery/mempools/timetra-system-mib.inc.php+6 / -6
Mincludes/discovery/mempools/ucd-snmp-mib.inc.php+38 / -26
Mincludes/discovery/mempools/zhone-card-resources-mib.inc.php+5 / -5
Aincludes/discovery/os/nxp-mqx-rtcs.inc.php+18 / -0
Mincludes/discovery/processors.inc.php+24 / -1
Mincludes/discovery/sensors/powernet-mib.inc.php+33 / -3
Mincludes/discovery/sensors/serverscheck.inc.php+42 / -18
Aincludes/discovery/sensors/webgraph-old-thermo-hygrometer-us-mib.inc.php+93 / -0
Dincludes/discovery/sensors/webgraph-thermo-hygrometer-us-mib.inc.php+0 / -92
Mincludes/functions.inc.php+42 / -1
Mincludes/include-dir-mib.inc.php+4 / -1
Mincludes/polling/functions.inc.php+3 / -1
Mincludes/polling/netscaler-vsvr.inc.php+2 / -1
Mincludes/rewrites.inc.php+2 / -1
Mincludes/sql-config.inc.php+7 / -1
Amibs/accuenergy non-text+0 / -0
Amibs/accuenergy/ACCUENERGY-MIB+3,850 / -0
Amibs/nag non-text+0 / -0
Amibs/nag/SNR-ERD-2+381 / -0
Amibs/nag/SNR-ERD-4+809 / -0
Amibs/nag/SNR-SWITCH-MIB+24,009 / -0
Amibs/webgraph/Com-Server-Intern-MIB+2,524 / -0
Amibs/webgraph/WebGraph-2xThermometer-US-MIB+2,359 / -0
Amibs/webgraph/WebGraph-Air-Quality-US-MIB+2,427 / -0
Amibs/webgraph/WebGraph-AnalogIO-57661-US-MIB+3,325 / -0
Amibs/webgraph/WebGraph-AnalogIO-57662-US-MIB+3,355 / -0
Amibs/webgraph/WebGraph-AnalogIn-57641-US-MIB+2,535 / -0
Amibs/webgraph/WebGraph-AnalogIn-57642-US-MIB+2,537 / -0
Amibs/webgraph/WebGraph-AnalogIn-57643-US-MIB+2,534 / -0
Amibs/webgraph/WebGraph-AnalogIn-57644-US-MIB+2,533 / -0
Amibs/webgraph/WebGraph-OLD-Thermo-Hygrometer-US-MIB+2,227 / -0
Amibs/webgraph/WebGraph-Thermo-Hygro-Barometer-US-MIB+2,591 / -0
Mmibs/webgraph/WebGraph-Thermo-Hygrometer-US-MIB+952 / -596
Amibs/webgraph/WebGraph-Thermometer-NTC-US-MIB+2,516 / -0
Amibs/webgraph/WebGraph-Thermometer-PT-US-MIB+5,376 / -0
Amibs/webgraph/WebGraph-Thermometer-US-MIB+2,146 / -0
Amibs/webgraph/Webio-ANx-MIB+4,357 / -0
Amibs/webgraph/Webio-Digital-MIB-US+37,139 / -0
Mpoll-billing.php+14 / -10
Mscripts/distro+385 / -299
Dscripts/glue.py+0 / -1,571
Dscripts/glue.py-COPYING+0 / -30
Mscripts/makecss.sh+2 / -2
Aupdate/330.sql+1 / -0
Aupdate/331.sql+1 / -0
Aupdate/332.sql+3 / -0
Aupdate/333.php+37 / -0
+1,377 added βˆ’2,253 removed βˆ’876 net filtered development activity

17.03.8438

Released β€’ Commits r8364 through r8437
Included development changes (73 commits)

Major Features

  • r8378: Added support for TrendMicro TrippingPoint IPS and SMS. Added basic os detect for Summit Developlment and Vubiq HaulPass. Improved os detect for IBM/Lenovo Flex Switches. +279/βˆ’13

New Features

  • r8365: Collect hardware from Aruba HP-based switches +2/βˆ’1
  • r8391: Add -r option to discovery to force a rebuild of group/alert associations for a device +3/βˆ’3
  • r8405: Add graph to front page traffic summary. +316/βˆ’42
  • r8430: Add some swe crap +20/0

Improvements

  • r8392: Improvements and fixes to nfsen pages. +16/βˆ’6
  • r8402: Improve comware hardware string parsing +3/βˆ’3

Bug Fixes

  • r8390: Correctly suppress cisco-memory-pool-mib on devices where CISCO-ENHANCED-MEMPOOL-MIB is populated. +1/βˆ’1
  • r8393: Remove neighbour update spam. +1/βˆ’1
  • r8398: Disable WMI module updating storage. Will revert to SNMP storage values. +5/0
  • r8399: Fix opsgenie recovery URL +6/βˆ’1
  • r8400: Switch comparison to is_null +1/βˆ’1
  • r8401: Fix device duplicate check. +2/βˆ’1
  • r8403: Fix adding contacts from not /contacts/ +139/βˆ’135
  • r8406: Improve D-Link version parsing, since newer firmwares seem to have dropped the version/feature string from sysDescr. +7/βˆ’3
  • r8408: Disable port percent graph pending rewrite of module. +2/βˆ’2
  • r8418: Switch to using ifName on fortinet because fortigate are a bunch of morons. +1/0

Minor Changes

  • r8367: Use "common" cache keys for users with Administrator rights. Added clean expired cache (for drivers which not support this by self, ie Files). +103/βˆ’5
  • r8368: Added support for Mitsubishi UPS and ICT Distribution Panel. +151/0
  • r8369: Added basic support for iRZ devices. +9/0
  • r8371: Added basic support for Siklu EtherHaul Radio. +9/0
  • r8412: Added support for Hirschmann network devices. +117/0
  • r8415: Improved discovery inlet/outlet sensors and added discovery external sensors for Raritan devices by PDU2-MIB. +540/βˆ’135
  • r8419: WUI caching now disabled by default (for enable use option $config['cache']['enable']). Fixed undefined function error when device add (apper in r8416). +37/βˆ’6
  • r8420: Added support for Digipower UPS and PDU. +75/βˆ’1
  • r8421: Added discovery mempool and power supply statuses for A10 ACOS by A10-AX-MIB. +33/βˆ’7
  • r8432: Improved os/hardware/version detect for AOS, ArubaOS, FTOS, Liebert. Cleanups in MIB definitions. Added additional sensors discovery by LIEBERT-GP-POWER-MIB. +806/βˆ’247
  • r8433: Added discovery power sensors for Liebert PDU devices by LIEBERT-GP-PDU-MIB. +296/βˆ’11
  • r8437: Added support for Omnitron iConverter with PoE sensors. Added sensors discovery for AXIS cams by AXIS-VIDEO-MIB. +300/βˆ’39

MIB Updates

  • r8377: Added MIBs trendmicro and summitd.
  • r8411: Added hirschmann mib files.
  • r8431: Added/updated MIBs for aos, aruba, digipower, snr.
  • r8436: Added/updated MIB files (axis, bsd, omnitron).

Trivial Changes

  • r8366: XCache excluded from avialable cache drivers (xcache rip, don't use it). Added try/cache in get_cache_stats(). Added cache configs into WUI config editor. +76/βˆ’42
  • r8370: Reduced default TTL for cache to 5 min. +5/βˆ’5
  • r8372: Added hidpi os images (a-b). +4/βˆ’5
  • r8380: Added mempool discovery by TPT-RESOURCE-MIB. +8/0
  • r8382: Fixed def-based mempools polling without numeric oids. +9/βˆ’9
  • r8386: Fixed display def-based mempool graph. +1/βˆ’1
  • r8388: Added rancid os map for A10 LB (only for rancid v3). +15/βˆ’5
  • r8389: Improved A10 LB os/version detect. +16/βˆ’1
  • r8394: Fixed suppress discovery mempools by CISCO-PROCESS-MIB. +2/βˆ’1
  • r8395: Fixed Fan statuses by CISCO-ENTITY-FRU-CONTROL-MIB. +3/βˆ’3
  • r8397: Improved definition based mempools discovery (fixed var initialization, not do double scaling, added ability for separate scale for total/used/free values). Fixed mempools polling by RAPID-CITY. +73/βˆ’31
  • r8407: Fixed display graphs with old php version or when cache disabled (OBSERVIUM-2203). +2/βˆ’1
  • r8409: Added basic os detect for EMC Flare OS and SNAS. +29/βˆ’11
  • r8410: Fixed caching in snmp_cache_snmpEngineID(). +8/βˆ’3
  • r8413: Clear WUI cache if new device added. +15/βˆ’2
  • r8414: Fixed display down event for status entities. +17/βˆ’15
  • r8416: More clear cache requests when device settings changed or deleted. Added function set_cache_clear(). +51/βˆ’5
  • r8417: Updated FortiNet models and MIBs. +56/βˆ’86
  • r8422: Fixed voltage status description from previous commit. +1/βˆ’1
  • r8424: Fixed status descriptions by A10-AX-MIB (v2). +3/βˆ’1
  • r8425: Added poller compatability for mempool_multiplier field while db schema not updated. +2/0
  • r8435: Fixed hardware/os/version detect from definitions for some oses (appear in r8432). +15/βˆ’7

Other Changes

  • r8373: Trivial: add a few extra MIBs, remove duplicate
  • r8374: Medium: introduce mempools via definitions, table support not yet finished. Migrate HP MSM/Colubris mempool to new system. +224/βˆ’71
  • r8375: Minor: allow NULL for newly created columns
  • r8376: Medium: extra support for definition mempools: Add hardcoded total support, add percentage polling support. Remove OIDs stored in database, use definitions directly instead. Unlowercase MIB names in the mempools table. SW-MIB mempool as implementaton. +65/βˆ’79
  • r8379: Minor: correct scale for HP MSM mempool +1/βˆ’1
  • r8381: Minor: change 'object' terminology to 'table', move free/used/total/perc calculation to separate function, code cleanups +82/βˆ’90
  • r8383: Trivial: bring polling code in line with discovery, prefer hardcoded total over SNMP OIDs +2/βˆ’2
  • r8384: Trivial: add unit tests for calculate_mempool_properties() 0/βˆ’1
  • r8385: Minor: convert NETSCREEN-RESOURCES-MIB mempool to definitions +5/βˆ’44
  • r8387: Minor: convert more mempools to definitions +5/βˆ’126
  • r8396: Minor: convert a number of mempool discoveries to static definitions; cleanups +280/βˆ’923
  • r8404: Medium: fix autoloader breaking XMPP alerting transport +6/βˆ’3
  • r8423: Trivial: rename mempool_precision database field to mempool_multiplier to bring in line with sensor_multiplier +23/βˆ’24
  • r8426: Minor: convert ciena mempool to definitions using correct MIB name, fix mempool rename to use correct MIB case in filename +16/βˆ’51
  • r8427: Minor: add missing support to clean up deleted inventory entries in housekeeping +11/βˆ’8
  • r8428: Medium: fix mempool multiplier float definition causing spurious updates and incorrect multipliers in database +3/0
  • r8429: Trivial: move Axis hardware/version to definitions +9/βˆ’33
  • r8434: Trivial: don't run cisco cbqos/vrf discovery modules on UPSes +2/0
Complete release diff (435) +178,387 / -8,292

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Mdiscovery.php+3 / -3
Mhousekeeping.php+4 / -2
Mhtml/api/includes/bills.inc.php+1 / -3
Mhtml/api/includes/devices.inc.php+1 / -1
Mhtml/api/includes/ports.inc.php+2 / -2
Mhtml/api/index.php+4 / -16
Mhtml/images/os/a10.png binary+0 / -0
Ahtml/images/os/a10_2x.png+1 / -0
Dhtml/images/os/acme.png+0 / -1
Ahtml/images/os/acmepacket.png+1 / -0
Ahtml/images/os/acmepacket_2x.png+1 / -0
Mhtml/images/os/actelis.png binary+0 / -0
Ahtml/images/os/actelis_2x.png+1 / -0
Mhtml/images/os/adva.png binary+0 / -0
Ahtml/images/os/adva_2x.png+1 / -0
Mhtml/images/os/aerohive.png binary+0 / -0
Ahtml/images/os/aerohive_2x.png+1 / -0
Mhtml/images/os/akcp.png binary+0 / -0
Ahtml/images/os/akcp_2x.png+1 / -0
Mhtml/images/os/areca.png binary+0 / -0
Ahtml/images/os/areca_2x.png+1 / -0
Mhtml/images/os/arris.png binary+0 / -0
Ahtml/images/os/arris_2x.png+1 / -0
Mhtml/images/os/avocent.png binary+0 / -0
Ahtml/images/os/avocent_2x.png+1 / -0
Mhtml/images/os/avtech.png binary+0 / -0
Ahtml/images/os/avtech_2x.png+1 / -0
Mhtml/images/os/barracuda.png binary+0 / -0
Ahtml/images/os/barracuda_2x.png+1 / -0
Dhtml/images/os/bnt.png+0 / -1
Mhtml/images/os/bridgewave.png binary+0 / -0
Ahtml/images/os/bridgewave_2x.png+1 / -0
Mhtml/images/os/bti.png binary+0 / -0
Ahtml/images/os/bti_2x.png+1 / -0
Ahtml/images/os/digipower.png+1 / -0
Ahtml/images/os/digipower_2x.png+1 / -0
Ahtml/images/os/emc.png+1 / -0
Ahtml/images/os/emc_2x.png+1 / -0
Ahtml/images/os/hirschmann.png+1 / -0
Ahtml/images/os/hirschmann_2x.png+1 / -0
Ahtml/images/os/ict.png+1 / -0
Ahtml/images/os/ict_2x.png+1 / -0
Ahtml/images/os/irz.png+1 / -0
Ahtml/images/os/irz_2x.png+1 / -0
Ahtml/images/os/mitsubishi.png+1 / -0
Ahtml/images/os/mitsubishi_2x.png+1 / -0
Ahtml/images/os/omnitron.png+1 / -0
Ahtml/images/os/omnitron_2x.png+1 / -0
Ahtml/images/os/oracle.png+1 / -0
Ahtml/images/os/oracle_2x.png+1 / -0
Ahtml/images/os/siklu.png+1 / -0
Ahtml/images/os/siklu_2x.png+1 / -0
Ahtml/images/os/summitd.png+1 / -0
Ahtml/images/os/summitd_2x.png+1 / -0
Ahtml/images/os/trendmicro.png+1 / -0
Ahtml/images/os/trendmicro_2x.png+1 / -0
Ahtml/images/os/vubiq.png+1 / -0
Ahtml/images/os/vubiq_2x.png+1 / -0
Mhtml/includes/cache-data.inc.php+8 / -1
Mhtml/includes/contacts-navbar.inc.php+139 / -0
Mhtml/includes/entities/status.inc.php+5 / -1
Mhtml/includes/graphs/device/mempool.inc.php+1 / -1
Mhtml/includes/graphs/device/nfsen_common.inc.php+2 / -2
Mhtml/includes/graphs/device/nfsen_traffic.inc.php+1 / -1
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mhtml/includes/graphs/multi-port/bits_trio.inc.php+10 / -12
Ahtml/includes/graphs/multi-port/bits_trio_compare.inc.php+254 / -0
Mhtml/includes/navbar.inc.php+17 / -12
Mhtml/includes/status-portpercent.inc.php+24 / -0
Mhtml/index.php+1 / -1
Mhtml/pages/about.inc.php+29 / -29
Mhtml/pages/contacts.inc.php+0 / -135
Mhtml/pages/device/edit/device.inc.php+4 / -0
Mhtml/pages/device/nfsen.inc.php+13 / -3
Mhtml/pages/os.inc.php+6 / -6
Mincludes/alerting/opsgenie.inc.php+6 / -1
Mincludes/cache.inc.php+163 / -15
Mincludes/common.inc.php+33 / -3
Mincludes/config-variables.inc.php+31 / -8
Mincludes/defaults.inc.php+3 / -2
Mincludes/definitions.inc.php+3 / -0
Mincludes/definitions/mibs.inc.php+742 / -166
Mincludes/definitions/models.inc.php+519 / -10
Mincludes/definitions/os.inc.php+293 / -69
Mincludes/definitions/rewrites.inc.php+0 / -77
Mincludes/definitions/wui.inc.php+3 / -0
Mincludes/discovery/functions.inc.php+30 / -11
Mincludes/discovery/mempools.inc.php+151 / -0
Dincludes/discovery/mempools/adtran-aoscpu.inc.php+0 / -29
Dincludes/discovery/mempools/aethra-mib.inc.php+0 / -26
Dincludes/discovery/mempools/airespace-switching-mib.inc.php+0 / -30
Dincludes/discovery/mempools/apsysmgmt-mib.inc.php+0 / -24
Dincludes/discovery/mempools/asyncos-mail-mib.inc.php+0 / -23
Dincludes/discovery/mempools/ciena-topsecret-mib.inc.php+0 / -27
Mincludes/discovery/mempools/cisco-memory-pool-mib.inc.php+1 / -1
Mincludes/discovery/mempools/cisco-process-mib.inc.php+2 / -1
Dincludes/discovery/mempools/colubris-usage-information-mib.inc.php+0 / -25
Dincludes/discovery/mempools/dasan-switch-mib.inc.php+0 / -33
Dincludes/discovery/mempools/dnos-switching-mib.inc.php+0 / -31
Dincludes/discovery/mempools/edgeswitch-switching-mib.inc.php+0 / -31
Dincludes/discovery/mempools/embedded-ngx-mib.inc.php+0 / -31
Dincludes/discovery/mempools/fortinet-fortigate-mib.inc.php+0 / -25
Dincludes/discovery/mempools/frogfoot-resources-mib.inc.php+0 / -29
Dincludes/discovery/mempools/gbnplatformoam-mib.inc.php+0 / -33
Dincludes/discovery/mempools/juniper-ive-mib.inc.php+0 / -23
Dincludes/discovery/mempools/netscreen-resource-mib.inc.php+0 / -25
Dincludes/discovery/mempools/ns-root-mib.inc.php+0 / -30
Dincludes/discovery/mempools/rapid-city.inc.php+0 / -30
Dincludes/discovery/mempools/rbn-memory-mib.inc.php+0 / -32
Dincludes/discovery/mempools/sonicwall-firewall-ip-statistics-mib.inc.php+0 / -25
Dincludes/discovery/mempools/sw-mib.inc.php+0 / -26
Dincludes/discovery/mempools/trapeze-networks-system-mib.inc.php+0 / -30
Dincludes/discovery/mempools/wlsx-switch-mib.inc.php+0 / -31
Aincludes/discovery/os/digipower.inc.php+23 / -0
Mincludes/discovery/processors.inc.php+12 / -23
Mincludes/discovery/sensors.inc.php+140 / -6
Aincludes/discovery/sensors/axis-video-mib.inc.php+113 / -0
Mincludes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php+7 / -7
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+29 / -11
Aincludes/discovery/sensors/ict-mib.inc.php+37 / -0
Aincludes/discovery/sensors/liebert-gp-pdu-mib.inc.php+284 / -0
Aincludes/discovery/sensors/liebert-gp-power-mib.inc.php+131 / -0
Aincludes/discovery/sensors/omnitron-poe-mib.inc.php+82 / -0
Mincludes/discovery/sensors/pdu2-mib.inc.php+458 / -98
Mincludes/discovery/sensors/ups-mib.inc.php+3 / -3
Mincludes/functions.inc.php+82 / -2
Mincludes/housekeeping/alertlog.inc.php+1 / -1
Mincludes/housekeeping/authlog.inc.php+1 / -1
Mincludes/housekeeping/eventlog.inc.php+1 / -1
Mincludes/housekeeping/inventory.inc.php+1 / -1
Mincludes/housekeeping/syslog.inc.php+1 / -1
Mincludes/housekeeping/timing.inc.php+1 / -1
Mincludes/polling/mempools.inc.php+46 / -46
Dincludes/polling/mempools/adtran-aoscpu.inc.php+0 / -24
Dincludes/polling/mempools/aethra-mib.inc.php+0 / -17
Dincludes/polling/mempools/airespace-switching-mib.inc.php+0 / -20
Dincludes/polling/mempools/apsysmgmt-mib.inc.php+0 / -16
Dincludes/polling/mempools/asyncos-mail-mib.inc.php+0 / -16
Dincludes/polling/mempools/ciena-topsecret-mib.inc.php+0 / -17
Dincludes/polling/mempools/colubris-usage-information-mib.inc.php+0 / -18
Dincludes/polling/mempools/dasan-switch-mib.inc.php+0 / -25
Dincludes/polling/mempools/dnos-switching-mib.inc.php+0 / -20
Dincludes/polling/mempools/edgeswitch-switching-mib.inc.php+0 / -22
Dincludes/polling/mempools/embedded-ngx-mib.inc.php+0 / -18
Mincludes/polling/mempools/f10-c-series-chassis-mib.inc.php+1 / -1
Dincludes/polling/mempools/fortinet-fortigate-mib.inc.php+0 / -17
Dincludes/polling/mempools/frogfoot-resources-mib.inc.php+0 / -18
Dincludes/polling/mempools/gbnplatformoam-mib.inc.php+0 / -21
Mincludes/polling/mempools/host-resources-mib.inc.php+3 / -3
Dincludes/polling/mempools/juniper-ive-mib.inc.php+0 / -16
Mincludes/polling/mempools/juniper-mib.inc.php+1 / -1
Dincludes/polling/mempools/netscreen-resource-mib.inc.php+0 / -19
Dincludes/polling/mempools/ns-root-mib.inc.php+0 / -17
Dincludes/polling/mempools/rapid-city.inc.php+0 / -19
Dincludes/polling/mempools/rbn-memory-mib.inc.php+0 / -19
Dincludes/polling/mempools/sonicwall-firewall-ip-statistics-mib.inc.php+0 / -16
Dincludes/polling/mempools/sw-mib.inc.php+0 / -17
Dincludes/polling/mempools/trapeze-networks-system-mib.inc.php+0 / -17
Dincludes/polling/mempools/wlsx-switch-mib.inc.php+0 / -21
Mincludes/polling/os.inc.php+36 / -12
Mincludes/polling/os/aos.inc.php+6 / -6
Mincludes/polling/os/aosw.inc.php+1 / -1
Mincludes/polling/os/arubaos.inc.php+5 / -3
Dincludes/polling/os/axis.inc.php+0 / -29
Mincludes/polling/os/dlink.inc.php+7 / -3
Mincludes/polling/os/ftos.inc.php+2 / -2
Mincludes/polling/os/hh3c.inc.php+3 / -3
Mincludes/polling/os/liebert.inc.php+4 / -2
Mincludes/polling/os/omnistack.inc.php+2 / -2
Mincludes/polling/os/procurve.inc.php+2 / -1
Mincludes/polling/wmi.inc.php+5 / -0
Mincludes/rewrites.inc.php+81 / -166
Mincludes/rrdtool.inc.php+40 / -0
Mincludes/snmp.inc.php+7 / -1
Mincludes/sql-config.inc.php+6 / -0
Mincludes/wifi.inc.php+1 / -1
Dmibs/RFC1155-SMI+0 / -119
Mmibs/a10/A10-AX-MIB+3,194 / -1,335
Mmibs/a10/A10-COMMON-MIB+85 / -0
Mmibs/aos/ALCATEL-IND1-AAA-MIB+1,298 / -41
Mmibs/aos/ALCATEL-IND1-BASE+58 / -8
Mmibs/aos/ALCATEL-IND1-BGP-MIB+592 / -593
Mmibs/aos/ALCATEL-IND1-CHASSIS-MIB+692 / -120
Mmibs/aos/ALCATEL-IND1-CONFIG-MGR-MIB+221 / -54
Mmibs/aos/ALCATEL-IND1-DEVICES+803 / -93
Mmibs/aos/ALCATEL-IND1-DOT1Q-MIB+9 / -13
Mmibs/aos/ALCATEL-IND1-DOT1X-MIB+505 / -17
Mmibs/aos/ALCATEL-IND1-E-SERVICE-MIB+1,273 / -303
Mmibs/aos/ALCATEL-IND1-ERP-MIB+85 / -13
Mmibs/aos/ALCATEL-IND1-GROUP-MOBILITY-MIB+45 / -46
Amibs/aos/ALCATEL-IND1-GRT-MIB+214 / -0
Mmibs/aos/ALCATEL-IND1-GVRP-MIB+156 / -160
Mmibs/aos/ALCATEL-IND1-HEALTH-MIB+153 / -128
Mmibs/aos/ALCATEL-IND1-IGMP-MIB+511 / -6
Mmibs/aos/ALCATEL-IND1-INLINE-POWER-MIB+93 / -62
Mmibs/aos/ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB+80 / -49
Mmibs/aos/ALCATEL-IND1-IP-MIB+396 / -189
Mmibs/aos/ALCATEL-IND1-IPM-VLAN-MIB+92 / -17
Amibs/aos/ALCATEL-IND1-IPMCAST-MIB+1,372 / -0
Mmibs/aos/ALCATEL-IND1-IPMS-MIB+18 / -19
Mmibs/aos/ALCATEL-IND1-IPRM-MIB+106 / -19
Mmibs/aos/ALCATEL-IND1-IPRMV6-MIB+22 / -2
Mmibs/aos/ALCATEL-IND1-IPSEC-MIB+10 / -14
Mmibs/aos/ALCATEL-IND1-IPV6-MIB+289 / -80
Mmibs/aos/ALCATEL-IND1-LAG-MIB+361 / -112
Mmibs/aos/ALCATEL-IND1-LBD-MIB+34 / -34
Mmibs/aos/ALCATEL-IND1-LICENSE-MANAGER-MIB+282 / -19
Mmibs/aos/ALCATEL-IND1-LPS-MIB+30 / -4
Mmibs/aos/ALCATEL-IND1-MAC-ADDRESS-MIB+230 / -254
Mmibs/aos/ALCATEL-IND1-MAC-SERVER-MIB+6 / -7
Mmibs/aos/ALCATEL-IND1-MLD-MIB+24 / -13
Mmibs/aos/ALCATEL-IND1-MVRP-MIB+1 / -1
Mmibs/aos/ALCATEL-IND1-NTP-MIB+120 / -74
Amibs/aos/ALCATEL-IND1-OPENFLOW-MIB+811 / -0
Mmibs/aos/ALCATEL-IND1-OSPF-MIB+89 / -86
Mmibs/aos/ALCATEL-IND1-OSPF3-MIB+4 / -2
Mmibs/aos/ALCATEL-IND1-PARTITIONED-MGR-MIB+59 / -57
Amibs/aos/ALCATEL-IND1-PCAM-MIB+521 / -0
Amibs/aos/ALCATEL-IND1-PIM-BSR-MIB+638 / -0
Mmibs/aos/ALCATEL-IND1-PIM-MIB+171 / -33
Amibs/aos/ALCATEL-IND1-PIM-STD-MIB+3,413 / -0
Mmibs/aos/ALCATEL-IND1-POLICY-MIB+89 / -68
Mmibs/aos/ALCATEL-IND1-PORT-MAPPING+43 / -46
Mmibs/aos/ALCATEL-IND1-PORT-MIB+1,226 / -334
Mmibs/aos/ALCATEL-IND1-PORT-MIRRORING-MONITORING-MIB+44 / -35
Amibs/aos/ALCATEL-IND1-PPPOEIA-MIB+578 / -0
Mmibs/aos/ALCATEL-IND1-QOS-MIB+843 / -218
Mmibs/aos/ALCATEL-IND1-RDP-MIB+6 / -6
Mmibs/aos/ALCATEL-IND1-RIP-MIB+31 / -30
Mmibs/aos/ALCATEL-IND1-RIPNG-MIB+13 / -13
Mmibs/aos/ALCATEL-IND1-ROUTEMAP-MIB+3 / -1
Mmibs/aos/ALCATEL-IND1-SAA-MIB+796 / -150
Mmibs/aos/ALCATEL-IND1-SESSION-MGR-MIB+114 / -6
Mmibs/aos/ALCATEL-IND1-SLB-MIB+111 / -68
Mmibs/aos/ALCATEL-IND1-SNMP-AGENT-MIB+18 / -22
Mmibs/aos/ALCATEL-IND1-SSH-MIB+8 / -0
Mmibs/aos/ALCATEL-IND1-STACK-MANAGER-MIB+346 / -107
Mmibs/aos/ALCATEL-IND1-SYSTEM-MIB+250 / -126
Amibs/aos/ALCATEL-IND1-TEST-OAM-MIB+1,955 / -0
Mmibs/aos/ALCATEL-IND1-TP-DEVICES+745 / -232
Mmibs/aos/ALCATEL-IND1-TRAP-MGR-MIB+5 / -5
Amibs/aos/ALCATEL-IND1-TWAMP-MIB+296 / -0
Mmibs/aos/ALCATEL-IND1-UDP-RELAY-MIB+848 / -142
Mmibs/aos/ALCATEL-IND1-VLAN-MGR-MIB+58 / -48
Mmibs/aos/ALCATEL-IND1-VLAN-STACKING-MIB+47 / -45
Mmibs/aos/ALCATEL-IND1-VLAN-STP-MIB+36 / -41
Mmibs/aos/ALCATEL-IND1-VRRP-MIB+60 / -61
Mmibs/aos/ALCATEL-IND1-WEBMGT-MIB+21 / -13
Mmibs/aos/ALCATEL-ISIS-MIB+40 / -2
Amibs/aos/DVMRP-STD-MIB+765 / -0
Mmibs/aruba/AI-AP-MIB+18 / -5
Mmibs/aruba/ARUBA-MGMT-MIB+1 / -0
Mmibs/aruba/ARUBA-MIB+35 / -3
Mmibs/aruba/ARUBA-TC+48 / -4
Mmibs/aruba/WLSR-AP-MIB+1 / -0
Mmibs/aruba/WLSX-AUTH-MIB+1 / -0
Mmibs/aruba/WLSX-CTS-MIB+1 / -0
Mmibs/aruba/WLSX-ESI-MIB+1 / -0
Amibs/aruba/WLSX-HA-MIB+710 / -0
Mmibs/aruba/WLSX-IFEXT-MIB+1 / -0
Mmibs/aruba/WLSX-MESH-MIB+1 / -0
Mmibs/aruba/WLSX-MOBILITY-MIB+1 / -0
Mmibs/aruba/WLSX-MON-MIB+1 / -0
Mmibs/aruba/WLSX-RS-MIB+1 / -0
Mmibs/aruba/WLSX-SNR-MIB+1 / -0
Mmibs/aruba/WLSX-STATS-MIB+1 / -0
Mmibs/aruba/WLSX-SWITCH-MIB+5 / -2
Mmibs/aruba/WLSX-SYSTEMEXT-MIB+21 / -1
Mmibs/aruba/WLSX-TRAP-MIB+131 / -3
Mmibs/aruba/WLSX-TUNNELEDNODE-MIB+1 / -0
Mmibs/aruba/WLSX-USER-MIB+1 / -0
Mmibs/aruba/WLSX-USER6-MIB+1 / -0
Mmibs/aruba/WLSX-VOICE-MIB+1 / -0
Mmibs/aruba/WLSX-WLAN-MIB+16 / -3
Amibs/axis non-text+0 / -0
Amibs/axis/AXIS-ROOT-MIB+36 / -0
Amibs/axis/AXIS-VIDEO-MIB+576 / -0
Amibs/bsd/BEGEMOT-ATM-FREEBSD-MIB+99 / -0
Amibs/bsd/BEGEMOT-HAST-MIB+362 / -0
Amibs/bsd/BEGEMOT-LM75-MIB+160 / -0
Mmibs/bsd/BEGEMOT-PF-MIB+136 / -18
Amibs/bsd/BEGEMOT-WIRELESS-MIB+3,898 / -0
Amibs/dell/DELLBASEBOARDMIF-MIB+3,173 / -0
Amibs/dell/DELLLOCALRESPONSEAGENTMIF-MIB+255 / -0
Amibs/digipower non-text+0 / -0
Amibs/digipower/DGPPDU-MIB+2,865 / -0
Amibs/digipower/DGPRPM-MIB+930 / -0
Amibs/digipower/DGPUPS-MIB+2,243 / -0
Mmibs/fortinet/FORTINET-CORE-MIB+13 / -1
Mmibs/fortinet/FORTINET-FORTIGATE-MIB+447 / -116
Amibs/hirschmann non-text+0 / -0
Amibs/hirschmann/HIRSCHMANN-DISCOVERY-MGMT-MIB+194 / -0
Amibs/hirschmann/HIRSCHMANN-DVMRP-MIB+805 / -0
Amibs/hirschmann/HIRSCHMANN-GENERIC-ERROR-MIB+145 / -0
Amibs/hirschmann/HIRSCHMANN-MGMT-MIB+31 / -0
Amibs/hirschmann/HIRSCHMANN-MMP4-BASICL2-MIB+4,876 / -0
Amibs/hirschmann/HIRSCHMANN-MMP4-QOS-MIB+1,515 / -0
Amibs/hirschmann/HIRSCHMANN-MMP4-ROUTING-MIB+2,102 / -0
Amibs/hirschmann/HIRSCHMANN-MULTICAST-MIB+494 / -0
Amibs/hirschmann/HIRSCHMANN-PIM-MIB+916 / -0
Amibs/hirschmann/HIRSCHMANN-SNMP-RETURN-SET-MIB+179 / -0
Amibs/hirschmann/HM2-CAM-MGMT-MIB+450 / -0
Amibs/hirschmann/HM2-DEVMGMT-MIB+2,264 / -0
Amibs/hirschmann/HM2-DHCPS-MIB+817 / -0
Amibs/hirschmann/HM2-DIAGNOSTIC-MIB+2,488 / -0
Amibs/hirschmann/HM2-DNS-MIB+381 / -0
Amibs/hirschmann/HM2-DOS-MITIGATION-MIB+417 / -0
Amibs/hirschmann/HM2-FILEMGMT-MIB+803 / -0
Amibs/hirschmann/HM2-FW-MIB+1,680 / -0
Amibs/hirschmann/HM2-INDUSTRIAL-PROTOCOLS-MIB+796 / -0
Amibs/hirschmann/HM2-IOMODULE-MIB+474 / -0
Amibs/hirschmann/HM2-L2FORWARDING-MIB+197 / -0
Amibs/hirschmann/HM2-L2MCAST-MIB+383 / -0
Amibs/hirschmann/HM2-L2REDUNDANCY-DLR-MIB+889 / -0
Amibs/hirschmann/HM2-L2REDUNDANCY-LRE-MIB+532 / -0
Amibs/hirschmann/HM2-L2REDUNDANCY-MIB+1,561 / -0
Amibs/hirschmann/HM2-LICENSE-MGMT-MIB+417 / -0
Amibs/hirschmann/HM2-LINK-BACKUP-MIB+217 / -0
Amibs/hirschmann/HM2-LLDP-MIB+114 / -0
Amibs/hirschmann/HM2-LOGGING-MIB+1,036 / -0
Amibs/hirschmann/HM2-MAC-NOTIFICATION-MIB+148 / -0
Amibs/hirschmann/HM2-MGMTACCESS-MIB+1,085 / -0
Amibs/hirschmann/HM2-NAT-MIB+1,854 / -0
Amibs/hirschmann/HM2-NETCONFIG-MIB+652 / -0
Amibs/hirschmann/HM2-NETOBJ-MIB+230 / -0
Amibs/hirschmann/HM2-OEM-MIB+55 / -0
Amibs/hirschmann/HM2-PLATFORM-DOT1X-ADVANCED-MIB+781 / -0
Amibs/hirschmann/HM2-PLATFORM-DVMRP-MIB+651 / -0
Amibs/hirschmann/HM2-PLATFORM-LOOPBACK-MIB+125 / -0
Amibs/hirschmann/HM2-PLATFORM-MMRP-MIB+263 / -0
Amibs/hirschmann/HM2-PLATFORM-MRP-MIB+120 / -0
Amibs/hirschmann/HM2-PLATFORM-MSRP-MIB+1,227 / -0
Amibs/hirschmann/HM2-PLATFORM-MULTICAST-MIB+591 / -0
Amibs/hirschmann/HM2-PLATFORM-MVRP-MIB+278 / -0
Amibs/hirschmann/HM2-PLATFORM-PORTSECURITY-MIB+337 / -0
Amibs/hirschmann/HM2-PLATFORM-QOS-ACL-MIB+1,733 / -0
Amibs/hirschmann/HM2-PLATFORM-QOS-COS-MIB+938 / -0
Amibs/hirschmann/HM2-PLATFORM-QOS-DIFFSERV-PRIVATE-MIB+2,126 / -0
Amibs/hirschmann/HM2-PLATFORM-QOS-MIB+33 / -0
Amibs/hirschmann/HM2-PLATFORM-RADIUS-MIB+589 / -0
Amibs/hirschmann/HM2-PLATFORM-ROUTING-MIB+4,541 / -0
Amibs/hirschmann/HM2-PLATFORM-SFLOW-MIB+52 / -0
Amibs/hirschmann/HM2-PLATFORM-SWITCHING-MIB+5,535 / -0
Amibs/hirschmann/HM2-PLATFORM-TIMERANGE-MIB+368 / -0
Amibs/hirschmann/HM2-PLATFORM-TIMEZONE-MIB+281 / -0
Amibs/hirschmann/HM2-POE-MIB+531 / -0
Amibs/hirschmann/HM2-PRODUCTS-MIB+771 / -0
Amibs/hirschmann/HM2-PWRMGMT-MIB+390 / -0
Amibs/hirschmann/HM2-QOS-MIB+50 / -0
Amibs/hirschmann/HM2-REMOTE-AUTHENTICATION-MIB+416 / -0
Amibs/hirschmann/HM2-TC-MIB+110 / -0
Amibs/hirschmann/HM2-TIMESYNC-MIB+1,874 / -0
Amibs/hirschmann/HM2-TRACKING-MIB+603 / -0
Amibs/hirschmann/HM2-TRAFFICMGMT-MIB+237 / -0
Amibs/hirschmann/HM2-USERMGMT-MIB+1,047 / -0
Amibs/hirschmann/HM2-VPN-MIB+1,368 / -0
Amibs/hirschmann/HM2-WWAN-MIB+1,568 / -0
Amibs/hirschmann/HMDHCPS-SNMP-MIB+842 / -0
Amibs/hirschmann/HMIOMODULE-SNMP-MIB+453 / -0
Amibs/hirschmann/HMLLDP-MIB+258 / -0
Amibs/hirschmann/HMPRIV-MGMT-SNMP-MIB+11,071 / -0
Amibs/hirschmann/HMRING-MGMT-SNMP-MIB+1,636 / -0
Amibs/hirschmann/HMRINGARC-MGMT-SNMP-MIB+352 / -0
Amibs/hirschmann/HMTRACKING-SNMP-MIB+434 / -0
Amibs/hirschmann/LLDP-EXT-HM-MIB+1,278 / -0
Amibs/hirschmann/LLDP-EXT-PNO-MIB+623 / -0
Amibs/hirschmann/USERGROUP-MIB+641 / -0
Amibs/hp/HPSVRMGMT-OID+147 / -0
Amibs/ict non-text+0 / -0
Amibs/ict/ICT-MIB+320 / -0
Amibs/mitsubishi non-text+0 / -0
Amibs/mitsubishi/MITSUBISHI-UPS-MIB+1,184 / -0
Amibs/nortel/RAPIDCITY-VLAN-MIB+332 / -0
Amibs/omnitron non-text+0 / -0
Amibs/omnitron/OMNITRON-MIB+3,797 / -0
Amibs/omnitron/OMNITRON-POE-MIB+406 / -0
Amibs/omnitron/OMNITRON-TC-MIB+874 / -0
Amibs/snr non-text+0 / -0
Amibs/snr/SNR-ERD-2+381 / -0
Amibs/snr/SNR-ERD-3+562 / -0
Amibs/snr/SNR-ERD-3s+633 / -0
Amibs/snr/SNR-ERD-4+809 / -0
Amibs/snr/SNR-ERD-PRO-Mini+590 / -0
Amibs/snr/SNR-SWITCH-MIB+24,009 / -0
Amibs/summitd non-text+0 / -0
Amibs/summitd/Summitd+231 / -0
Amibs/trendmicro non-text+0 / -0
Amibs/trendmicro/TIPPINGPOINT-REG-MIB+96 / -0
Amibs/trendmicro/TPT-ATA-REG-MIB+78 / -0
Amibs/trendmicro/TPT-BAY-MIB+223 / -0
Amibs/trendmicro/TPT-COMPACT-FLASH-MIB+226 / -0
Amibs/trendmicro/TPT-DDOS-MIB+1,553 / -0
Amibs/trendmicro/TPT-HEALTH-MIB+454 / -0
Amibs/trendmicro/TPT-HIGH-AVAIL-MIB+508 / -0
Amibs/trendmicro/TPT-HOST-MIB+244 / -0
Amibs/trendmicro/TPT-LICENSE-MIB+161 / -0
Amibs/trendmicro/TPT-MISC-NOTIFY-MIB+778 / -0
Amibs/trendmicro/TPT-MULTIDV-MIB+203 / -0
Amibs/trendmicro/TPT-NGFW-CLUSTER-MIB+1,301 / -0
Amibs/trendmicro/TPT-NGFW-LOGGING-MIB+361 / -0
Amibs/trendmicro/TPT-NGFW-PERFORMANCE-MIB+354 / -0
Amibs/trendmicro/TPT-NGFW-POLICY-MIB+608 / -0
Amibs/trendmicro/TPT-NGFW-REG-MIB+243 / -0
Amibs/trendmicro/TPT-NGFW-SYSTEM-INFO-MIB+367 / -0
Amibs/trendmicro/TPT-NGFW-USER-MIB+236 / -0
Amibs/trendmicro/TPT-NPSTATS-MIB+844 / -0
Amibs/trendmicro/TPT-POLICY-MIB+1,651 / -0
Amibs/trendmicro/TPT-PORT-CONFIG-MIB+227 / -0
Amibs/trendmicro/TPT-PORT-MAPPING-MIB+164 / -0
Amibs/trendmicro/TPT-RESOURCE-MIB+856 / -0
Amibs/trendmicro/TPT-SEGMENT-MIB+156 / -0
Amibs/trendmicro/TPT-SFLOW-MIB+174 / -0
Amibs/trendmicro/TPT-SMS-TRAP-MIB+362 / -0
Amibs/trendmicro/TPT-SMSMIBS+170 / -0
Amibs/trendmicro/TPT-STACKING-MIB+249 / -0
Amibs/trendmicro/TPT-TANK-NOTIFY-MIB+121 / -0
Amibs/trendmicro/TPT-TPA-HARDWARE-MIB+1,087 / -0
Amibs/trendmicro/TPT-TPAMIBS-MIB+326 / -0
Amibs/trendmicro/TPT-TRAFFIC-MIB+1,034 / -0
Amibs/trendmicro/TPT-TSE-MIB+552 / -0
Amibs/trendmicro/TPT-VSA-REG-MIB+99 / -0
Amibs/zyxel/ZYXEL-ES-CAPWAP+122 / -0
Amibs/zyxel/ZYXEL-ES-COMMON+424 / -0
Amibs/zyxel/ZYXEL-ES-ProWLAN+36 / -0
Amibs/zyxel/ZYXEL-ES-SMI+80 / -0
Mscripts/generate-rancid.php+13 / -5
Mtests/IncludesFunctionsTest.php+70 / -0
Aupdate/323.sql+3 / -0
Aupdate/324.sql+3 / -0
Aupdate/325.sql+4 / -0
Aupdate/326.sql+1 / -0
Aupdate/327.sql+1 / -0
Aupdate/328.sql+1 / -0
Aupdate/329.sql+1 / -0
+4,425 added βˆ’2,355 removed +2,070 net filtered development activity

17.02.8364

Released β€’ Commits r8353 through r8363
Included development changes (10 commits)

New Features

  • r8355: Add port vlan to alerting array +1/βˆ’1
  • r8361: Add ability to change map marker sizes in the config. +29/βˆ’2

Bug Fixes

  • r8354: Remove jpgraph requirement. +7/βˆ’7
  • r8357: Don't include jpgraph +1/βˆ’1
  • r8362: Remove inclusion of jpgraph from json/csv outputting files. DERP. 0/βˆ’17

Trivial Changes

  • r8356: Fixed hardware detect for Dell/HP MIBs (appear in r8267). +13/βˆ’7
  • r8358: Fixed detect Sophos UTM. +4/βˆ’4
  • r8360: Added os version detect for SeOS. Added basic os detect for Ericsson IPOS. +15/0

Other Changes

Complete release diff (17) +1,214 / -40

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Mhtml/billing-bandwidth-data.php+0 / -12
Mhtml/billing-data.php+0 / -5
Mhtml/includes/map/leaflet.inc.php+2 / -2
Mhtml/index.php+1 / -1
Mhtml/pages/bill.inc.php+7 / -7
Mhtml/pages/bills.inc.php+1 / -1
Mincludes/config-variables.inc.php+22 / -0
Mincludes/defaults.inc.php+5 / -0
Mincludes/definitions/mibs.inc.php+1 / -0
Mincludes/definitions/os.inc.php+15 / -0
Mincludes/discovery/os/linux.inc.php+4 / -4
Mincludes/polling/os/unix.inc.php+5 / -2
Mincludes/polling/os/windows.inc.php+8 / -5
Mincludes/polling/ports.inc.php+1 / -1
Amibs/sophos non-text+0 / -0
Amibs/sophos/ASTARO-MIB+1,142 / -0
+72 added βˆ’40 removed +32 net filtered development activity

17.02.8353

Released β€’ Commits r8345 through r8352
Included development changes (7 commits)

Major Features

  • r8347: Minimum supported PHP version now is 5.5.x, recommended is 7.0.x. Added alert message about too old php version in cli banner. +31/βˆ’4
  • r8348: Added fast user-space data caching (currently only for some WUI parts) with phpFastCache. This caching worked ONLY with php 5.5+, for other versions cache skipped. For in-memory caching install PECL-APCu extension. +521/βˆ’70

Bug Fixes

  • r8346: Make slack output also be compatible with mattermost. +4/βˆ’1
  • r8352: Fix slack! +1/βˆ’1

Minor Changes

  • r8350: Improved detect Toshiba printer, Samsung printer, Radware devices. Added basic os detect for Deliberant wireless devices. +24/βˆ’3

Trivial Changes

  • r8349: More info, why cache currently disabled. +6/βˆ’1
  • r8351: Add os images.
Complete release diff (87) +9,008 / -77

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/deliberant.png+1 / -0
Ahtml/images/os/deliberant_2x.png+1 / -0
Mhtml/images/os/radware.png binary+0 / -0
Mhtml/images/os/radware_2x.png binary+0 / -0
Mhtml/includes/authenticate.inc.php+9 / -1
Mhtml/includes/cache-data.inc.php+17 / -7
Mhtml/includes/functions.inc.php+3 / -0
Mhtml/index.php+29 / -4
Mhtml/pages/about.inc.php+64 / -52
Mincludes/alerting/slack.inc.php+3 / -0
Aincludes/cache.inc.php+385 / -0
Mincludes/common.inc.php+7 / -0
Mincludes/defaults.inc.php+6 / -0
Mincludes/definitions.inc.php+15 / -10
Mincludes/definitions/os.inc.php+24 / -3
Mincludes/functions.inc.php+22 / -0
Alibs/phpFastCache non-text+0 / -0
Alibs/phpFastCache/.htaccess+3 / -0
Alibs/phpFastCache/Api.php+72 / -0
Alibs/phpFastCache/Cache/DriverBaseTrait.php+334 / -0
Alibs/phpFastCache/Cache/ExtendedCacheItemInterface.php+170 / -0
Alibs/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php+357 / -0
Alibs/phpFastCache/Cache/ItemBaseTrait.php+447 / -0
Alibs/phpFastCache/CacheManager.php+270 / -0
Alibs/phpFastCache/Core/ClassNamespaceResolverTrait.php+36 / -0
Alibs/phpFastCache/Core/DriverAbstract.php+67 / -0
Alibs/phpFastCache/Core/ExtendedCacheItemPoolTrait.php+370 / -0
Alibs/phpFastCache/Core/MemcacheDriverCollisionDetectorTrait.php+40 / -0
Alibs/phpFastCache/Core/PathSeekerTrait.php+242 / -0
Alibs/phpFastCache/Core/StandardPsr6StructureTrait.php+254 / -0
Alibs/phpFastCache/Drivers/Apc/Driver.php+143 / -0
Alibs/phpFastCache/Drivers/Apc/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Apcu/Driver.php+142 / -0
Alibs/phpFastCache/Drivers/Apcu/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Cookie/Driver.php+197 / -0
Alibs/phpFastCache/Drivers/Cookie/Item.php+65 / -0
Alibs/phpFastCache/Drivers/Couchbase/Driver.php+199 / -0
Alibs/phpFastCache/Drivers/Couchbase/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Devfalse/Driver.php+136 / -0
Alibs/phpFastCache/Drivers/Devfalse/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Devnull/Driver.php+138 / -0
Alibs/phpFastCache/Drivers/Devnull/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Devtrue/Driver.php+138 / -0
Alibs/phpFastCache/Drivers/Devtrue/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Files/Driver.php+243 / -0
Alibs/phpFastCache/Drivers/Files/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Leveldb/Driver.php+177 / -0
Alibs/phpFastCache/Drivers/Leveldb/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Memcache/Driver.php+176 / -0
Alibs/phpFastCache/Drivers/Memcache/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Memcached/Driver.php+175 / -0
Alibs/phpFastCache/Drivers/Memcached/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Mongodb/Driver.php+223 / -0
Alibs/phpFastCache/Drivers/Mongodb/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Predis/Driver.php+161 / -0
Alibs/phpFastCache/Drivers/Predis/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Redis/Driver.php+165 / -0
Alibs/phpFastCache/Drivers/Redis/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Sqlite/Driver.php+431 / -0
Alibs/phpFastCache/Drivers/Sqlite/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Ssdb/Driver.php+181 / -0
Alibs/phpFastCache/Drivers/Ssdb/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Wincache/Driver.php+138 / -0
Alibs/phpFastCache/Drivers/Wincache/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Xcache/Driver.php+148 / -0
Alibs/phpFastCache/Drivers/Xcache/Item.php+63 / -0
Alibs/phpFastCache/Drivers/Zenddisk/Driver.php+141 / -0
Alibs/phpFastCache/Drivers/Zenddisk/Item.php+62 / -0
Alibs/phpFastCache/Drivers/Zendshm/Driver.php+149 / -0
Alibs/phpFastCache/Drivers/Zendshm/Item.php+62 / -0
Alibs/phpFastCache/Entities/driverStatistic.php+227 / -0
Alibs/phpFastCache/Exceptions/phpFastCacheCoreException.php+26 / -0
Alibs/phpFastCache/Exceptions/phpFastCacheDriverCheckException.php+24 / -0
Alibs/phpFastCache/Exceptions/phpFastCacheDriverException.php+26 / -0
Alibs/phpFastCache/Proxy/phpFastCacheAbstractProxy.php+83 / -0
Alibs/phpFastCache/Util/Directory.php+143 / -0
Alibs/phpFastCache/Util/Languages.php+47 / -0
Alibs/phpFastCache/index.html+1 / -0
Alibs/phpFastCache/legacy/Psr/Cache/LICENSE.txt+19 / -0
Alibs/phpFastCache/legacy/Psr/Cache/README.md+9 / -0
Alibs/phpFastCache/legacy/Psr/Cache/composer.json+25 / -0
Alibs/phpFastCache/legacy/Psr/Cache/src/CacheException.php+10 / -0
Alibs/phpFastCache/legacy/Psr/Cache/src/CacheItemInterface.php+106 / -0
Alibs/phpFastCache/legacy/Psr/Cache/src/CacheItemPoolInterface.php+139 / -0
Alibs/phpFastCache/legacy/Psr/Cache/src/InvalidArgumentException.php+13 / -0
Aupdate/322.sql+1 / -0
+587 added βˆ’80 removed +507 net filtered development activity

17.02.8345

Released β€’ Commits r8318 through r8344
Included development changes (26 commits)

Major Features

  • r8334: Added os discovery Megatec Netagent UPSes. Added sensors discovery by XPPC-MIB. +317/βˆ’10

New Features

  • r8343: Add support of collection of sensors/status/inventory from HP Chassis devices via CPQRACK-MIB. Includes new MIB file. +233/βˆ’4

Bug Fixes

  • r8321: No more $this :) +9/βˆ’8
  • r8322: Fix more this +8/βˆ’4
  • r8323: Fix deprecated graph type. +1/βˆ’1
  • r8333: A10 is load balancer! :D +1/βˆ’1
  • r8336: Fix opsgenie arguments +3/βˆ’3

Minor Changes

  • r8320: Added support for ManageUPS Net Adapter (and devices who use it Chloride/ONEAC/MasterGuard). +59/βˆ’27
  • r8324: Added support for Generex CS141 UPS Card. Fixed discovery sensors with incorect indexes by UPS-MIB (OBSERVIUM-2157). +66/βˆ’40
  • r8328: Improved os detection for Avocent KVM. Added os detection for Knuerr RMS. +21/βˆ’10
  • r8330: Added basic os detection for Ericsson UCP and Switch. Split some not power APC oses (kvm, server). Added support for Enlogic PDU and sensors by ENLOGIC-PDU-MIB. Added contributed sensors discovery by RMS-MIB. +623/βˆ’29
  • r8332: Updated Pear libraries (SMTP, Socket, Mail, Mail_mime) for compatability with latest php versions.
  • r8338: Improved detect Zyxel devices. Added detect Meinberg LANTIME servers. Improved support for Dasan NOS devices. +155/βˆ’12
  • r8340: Added os definitions Dell UPS, Dell PDU, Moxa Switch/Router, Digital China IOS, Kemp LoadBalancer, Array Networks LoadBalancer, Exinda OS. Improved detect Dell Powerconnect, Dell Printer, DRAC, Arista EOS, Zhone MXK, Canon Printer. +160/βˆ’9

MIB Updates

  • r8329: Added mib files for knuerr, tinycontrol.
  • r8337: Added/updated MIBs (opengear, nextupssystems, meinberg, dasan).
  • r8341: Added/updated MIBs for Dell, DCN.
  • r8344: Update Dell COMPELLENT-MIB

Trivial Changes

  • r8319: Fixed statuses donuts in overview page (appear in r8300). Fixed reset inventory deleted time. +14/βˆ’10
  • r8325: Fixed checking Input Current and Power for total zero value on all phases by UPS-MIB. +18/βˆ’2
  • r8326: Added check zero value for bypass current and power by UPS-MIB. +6/βˆ’4
  • r8327: Fixed initialize cache devices/ports count statistics. +373/βˆ’372
  • r8331: Moved sensors discovery for RMS-MIB to definitions based. +34/βˆ’65
  • r8335: Fixed undefined function error in wmi poller module. +1/0
  • r8342: Fixed compatability unit tests with php 7.1. +22/βˆ’8

Other Changes

Complete release diff (182) +381,153 / -5,137

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
M/home/observium/stable properties+0 / -0
Ahtml/images/os/array.png+1 / -0
Ahtml/images/os/array_2x.png+1 / -0
Ahtml/images/os/dcn.png+1 / -0
Ahtml/images/os/dcn_2x.png+1 / -0
Ahtml/images/os/enlogic.png+1 / -0
Ahtml/images/os/enlogic_2x.png+1 / -0
Ahtml/images/os/exinda.png+1 / -0
Ahtml/images/os/exinda_2x.png+1 / -0
Ahtml/images/os/kemp.png+1 / -0
Ahtml/images/os/kemp_2x.png+1 / -0
Ahtml/images/os/knuerr.png+1 / -0
Ahtml/images/os/knuerr_2x.png+1 / -0
Ahtml/images/os/megatec.png+1 / -0
Ahtml/images/os/megatec_2x.png+1 / -0
Ahtml/images/os/meinberg.png+1 / -0
Ahtml/images/os/meinberg_2x.png+1 / -0
Ahtml/images/os/vertiv.png+1 / -0
Ahtml/images/os/vertiv_2x.png+1 / -0
Mhtml/includes/cache-data.inc.php+373 / -372
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
Mhtml/includes/status-donuts.inc.php+5 / -6
Mhtml/pages/add_alert_check.inc.php+9 / -8
Mhtml/pages/group_add.inc.php+8 / -4
Mincludes/common.inc.php+20 / -7
Mincludes/definitions.inc.php+4 / -2
Mincludes/definitions/mibs.inc.php+399 / -17
Mincludes/definitions/models.inc.php+11 / -0
Mincludes/definitions/os.inc.php+276 / -54
Mincludes/definitions/sensors.inc.php+6 / -6
Mincludes/definitions/transports.inc.php+3 / -3
Mincludes/discovery/functions.inc.php+9 / -4
Aincludes/discovery/inventory/cpqrack-mib.inc.php+168 / -0
Aincludes/discovery/mempools/dasan-switch-mib.inc.php+33 / -0
Mincludes/discovery/os/linux.inc.php+9 / -1
Mincludes/discovery/os/zyxel.inc.php+13 / -7
Mincludes/discovery/processors.inc.php+12 / -0
Mincludes/discovery/sensors.inc.php+36 / -7
Mincludes/discovery/sensors/cpqrack-mib.inc.php+19 / -4
Aincludes/discovery/sensors/enlogic-pdu-mib.inc.php+447 / -0
Mincludes/discovery/sensors/ups-mib.inc.php+69 / -36
Aincludes/discovery/status/cpqrack-mib.inc.php+40 / -0
Mincludes/functions.inc.php+8 / -0
Aincludes/polling/mempools/dasan-switch-mib.inc.php+25 / -0
Mincludes/polling/os/apc.inc.php+6 / -0
Mincludes/polling/os/avocent.inc.php+3 / -4
Aincludes/polling/os/dell-ups.inc.php+17 / -0
Mincludes/polling/os/generex-ups.inc.php+4 / -3
Aincludes/polling/os/manageups.inc.php+17 / -0
Mincludes/polling/wmi.inc.php+1 / -0
Mlibs/pear/Mail/Mail.php+11 / -17
Mlibs/pear/Mail/Mail/RFC822.php+25 / -45
Mlibs/pear/Mail/Mail/mail.php+5 / -7
Mlibs/pear/Mail/Mail/sendmail.php+4 / -6
Mlibs/pear/Mail/Mail/smtp.php+9 / -17
Alibs/pear/Mail/Mail/smtpmx.php+502 / -0
Mlibs/pear/Mail/mime.php+550 / -424
Mlibs/pear/Mail/mimePart.php+219 / -230
Mlibs/pear/Net/SMTP.php+360 / -437
Mlibs/pear/Net/Socket.php+61 / -30
Dmibs/ServersCheck+0 / -867
Amibs/amer non-text+0 / -0
Amibs/amer/AMER-MIB+13,751 / -0
Amibs/chloride non-text+0 / -0
Amibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR.MIB+572 / -0
Amibs/dasan non-text+0 / -0
Amibs/dasan/DASAN-ACCESS-MIB+1,206 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-H248-MIB+934 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-MGCP-MIB+414 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-POTS-MIB+663 / -0
Amibs/dasan/DASAN-ACCESS-SLOT-SIP-MIB+454 / -0
Amibs/dasan/DASAN-ADSL-MIB+3,543 / -0
Amibs/dasan/DASAN-AUTORESET-MIB+1,282 / -0
Amibs/dasan/DASAN-BRIDGE-MIB+850 / -0
Amibs/dasan/DASAN-DHCP-MIB+347 / -0
Amibs/dasan/DASAN-DHCP-R-MIB+321 / -0
Amibs/dasan/DASAN-DSL-MIB+4,306 / -0
Amibs/dasan/DASAN-EPON-MIB+806 / -0
Amibs/dasan/DASAN-GEPON-MIB+196 / -0
Amibs/dasan/DASAN-GFAST-MIB+51 / -0
Amibs/dasan/DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB+1,047 / -0
Amibs/dasan/DASAN-MCAST-MIB+1,355 / -0
Amibs/dasan/DASAN-NOTIFICATION+3,843 / -0
Amibs/dasan/DASAN-NOTIFICATION-V1+1,571 / -0
Amibs/dasan/DASAN-PRODUCTS-MIB+627 / -0
Amibs/dasan/DASAN-QOS-MIB+528 / -0
Amibs/dasan/DASAN-ROUTER-MIB+241 / -0
Amibs/dasan/DASAN-SHDSL-MIB+1,501 / -0
Amibs/dasan/DASAN-SMI+196 / -0
Amibs/dasan/DASAN-SNMP-MIB+221 / -0
Amibs/dasan/DASAN-SWITCH-MIB+5,907 / -0
Amibs/dasan/DASAN-TC+442 / -0
Amibs/dasan/DASAN-THRESHOLD-MIB+149 / -0
Amibs/dasan/DASAN-TS-1000-MIB+312 / -0
Amibs/dasan/DASAN-USER-MANAGEMENT-MIB+100 / -0
Amibs/dasan/DPW-ATM-MIB+1,285 / -0
Amibs/dasan/SLE-AM-MIB+1,315 / -0
Amibs/dasan/SLE-BGP-MIB+8,523 / -0
Amibs/dasan/SLE-BRIDGE-MIB+19,921 / -0
Amibs/dasan/SLE-CLOCK-MIB+1,022 / -0
Amibs/dasan/SLE-CONFIG-MIB+1,542 / -0
Amibs/dasan/SLE-DCN-MIB+1,390 / -0
Amibs/dasan/SLE-DEBUG-MIB+762 / -0
Amibs/dasan/SLE-DEVICE-MIB+7,218 / -0
Amibs/dasan/SLE-DHCP-MIB+3,608 / -0
Amibs/dasan/SLE-DHCP-SNOOPING-MIB+523 / -0
Amibs/dasan/SLE-DHCPV6-MIB+5,313 / -0
Amibs/dasan/SLE-EPON-MIB+22,095 / -0
Amibs/dasan/SLE-FAULTMGMT-MIB+26,275 / -0
Amibs/dasan/SLE-GPON-MIB+54,250 / -0
Amibs/dasan/SLE-ISIS-MIB+4,290 / -0
Amibs/dasan/SLE-MLSQOS-MIB+5,231 / -0
Amibs/dasan/SLE-MPLS-TP-BFD-MIB+439 / -0
Amibs/dasan/SLE-MPLS-TP-LPS-MIB+869 / -0
Amibs/dasan/SLE-MPLS-TP-NODE-MIB+286 / -0
Amibs/dasan/SLE-MPLS-TP-OAM-MIB+1,346 / -0
Amibs/dasan/SLE-MPLS-TP-PRO-IF-MIB+205 / -0
Amibs/dasan/SLE-MPLS-TP-PW-MIB+1,340 / -0
Amibs/dasan/SLE-MPLS-TP-PW-STATISTICS-MIB+225 / -0
Amibs/dasan/SLE-MPLS-TP-TUNNEL-MIB+909 / -0
Amibs/dasan/SLE-MPLS-TP-TUNNEL-STATISTICS-MIB+309 / -0
Amibs/dasan/SLE-MPLS-TP-VPLS-MIB+1,575 / -0
Amibs/dasan/SLE-MVQOS-MIB+661 / -0
Amibs/dasan/SLE-NETWORK-MIB+5,082 / -0
Amibs/dasan/SLE-Network6-MIB+2,337 / -0
Amibs/dasan/SLE-OSPF-MIB+6,720 / -0
Amibs/dasan/SLE-OSPFv3-MIB+4,016 / -0
Amibs/dasan/SLE-PERFORMANCEMGMT-MIB+3,617 / -0
Amibs/dasan/SLE-PM-MIB+767 / -0
Amibs/dasan/SLE-PPPOE-MIB+263 / -0
Amibs/dasan/SLE-QOS-MIB+3,424 / -0
Amibs/dasan/SLE-RED-MIB+393 / -0
Amibs/dasan/SLE-RIP-MIB+2,884 / -0
Amibs/dasan/SLE-RIPng-MIB+2,749 / -0
Amibs/dasan/SLE-RMON-MIB+2,986 / -0
Amibs/dasan/SLE-SECURITY-MIB+8,357 / -0
Amibs/dasan/SLE-SFLOW-MIB+965 / -0
Amibs/dasan/SLE-SNMP-MIB+3,260 / -0
Amibs/dasan/SLE-SYNCE-MIB+1,126 / -0
Amibs/dasan/SLE-SYSTEMMAINTENANCE-MIB+8,664 / -0
Amibs/dasan/SLE-TC-MIB+127 / -0
Amibs/dasan/SLE-VOIP-MIB+3,277 / -0
Amibs/dasan/SLE-VRRP-MIB+2,055 / -0
Amibs/dasan/SLEV2-DHCP-MIB+9,708 / -0
Amibs/dasan/SLEV2-EPON-IM-MIB+3,020 / -0
Amibs/dasan/SLEV2-MULTICAST-MIB+20,449 / -0
Amibs/dasan/SLEV2-PPPoE-MIB+1,115 / -0
Amibs/dasan/SLEV2-QOS-MIB+7,823 / -0
Amibs/dasan/SLEV2-SNMP-MIB+2,928 / -0
Amibs/dasan/SLEV2-Security-MIB+5,057 / -0
Mmibs/dell/COMPELLENT-MIB+374 / -166
Amibs/dell/DELL-SNMP-UPS-MIB+1,325 / -0
Amibs/dell/DELL-STORAGE-SC-MIB+3,021 / -0
Amibs/dell/DellrPDU-MIB+2,942 / -0
Amibs/dell/POWERCONNECT3024-MIB+1,193 / -0
Amibs/dell/POWERCONNECT3048-MIB+1,193 / -0
Amibs/dell/POWERCONNECT5012-MIB+1,193 / -0
Amibs/dell/PowerConnect3248-MIB+3,120 / -0
Amibs/dell/powerConnect4-MIB+3,019 / -0
Mmibs/hp/CPQRACK-MIB+3,773 / -67
Amibs/knuerr non-text+0 / -0
Amibs/knuerr/RMS-MIB+2,063 / -0
Amibs/megatec non-text+0 / -0
Amibs/megatec/XPPC-MIB+2,349 / -0
Amibs/meinberg non-text+0 / -0
Amibs/meinberg/MBG-SNMP-FDMXPT-MIB+292 / -0
Amibs/meinberg/MBG-SNMP-LT-MIB+4,111 / -0
Amibs/meinberg/MBG-SNMP-LTNG-MIB+4,649 / -0
Amibs/meinberg/MBG-SNMP-ROOT-MIB+46 / -0
Amibs/meinberg/MBG-SNMP-XPT-MIB+602 / -0
Amibs/nextupssystems non-text+0 / -0
Amibs/nextupssystems/NextUPSSystems+6,038 / -0
Amibs/opengear/OG-FAILOVER-MIB+162 / -0
Mmibs/opengear/OG-PRODUCTS-MIB+10 / -1
Dmibs/rfc/XPPC-MIB+0 / -2,271
Amibs/serverscheck/ServersCheck+1,549 / -0
Amibs/tinycontrol non-text+0 / -0
Amibs/tinycontrol/LAN-MODULE+369 / -0
Amibs/tinycontrol/LAN-MODULE2+286 / -0
Mtests/IncludesCommonTest.php+14 / -5
Mtests/IncludesFunctionsTest.php+12 / -0
Mtests/IncludesSnmpTest.php+1 / -1
+2,124 added βˆ’619 removed +1,505 net filtered development activity

17.01.8316

Released β€’ Commits r8292 through r8315
Included development changes (23 commits)

Major Features

  • r8295: Prevent WUI sessions locking (prevent race condition in session writes). Added functions session_set_var() and session_unset_var(). +169/βˆ’45

New Features

  • r8299: Add more comprehensive rrdcache capability, including ability to have remote poller with only mysql/rrdcached. +65/βˆ’5
  • r8300: Add ability to cache some WUI data in the database for large systems. +135/βˆ’107
  • r8303: Add linear trend prediction to generic_data +14/0
  • r8306: Basic OS list +99/0
  • r8307: Add ability to remember inventory that has been removed. +74/βˆ’4
  • r8314: Add different colour for syslog alerts. +14/βˆ’1

Bug Fixes

  • r8296: Fix rrdtool_update_ng() requiring more variables than it should. +1/βˆ’1
  • r8297: Fix Etherlike error statistics collection. +26/βˆ’26
  • r8298: sensor-state begone. +28/βˆ’31
  • r8302: Fix multiport auth +17/βˆ’4
  • r8304: Fix collectd rrd options. +2/βˆ’1
  • r8305: Mask out more invalid sensors from HH3C-ENTITY-EXT-MIB +1/0
  • r8309: Version lol. +1/βˆ’1
  • r8310: Increment license year +1/βˆ’1
  • r8315: Ignore doesn't stop rancid! +1/βˆ’1

Database Changes

  • r8301: Increase observium_attrib length
  • r8308: SQL changes for inventory

Trivial Changes

Other Changes

  • r8312: New: add support for AVTech RoomAlert 12E devices, update MIB. Small english fixes. +86/βˆ’2
  • r8313: Trivial: update Liebert MIBs
Complete release diff (58) +3,954 / -824

Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.

Changed files with action and line counts
MLICENSE.PRO+1 / -1
Mhtml/ajax/entity_popup.php+2 / -0
Mhtml/ajax/input.php+2 / -0
Mhtml/feed.php+1 / -0
Mhtml/includes/authenticate.inc.php+146 / -29
Mhtml/includes/authentication/cas.inc.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+2 / -2
Mhtml/includes/cache-data.inc.php+81 / -54
Mhtml/includes/entities/sensor.inc.php+1 / -1
Mhtml/includes/functions.inc.php+8 / -2
Mhtml/includes/graphs/device/collectd.inc.php+2 / -1
Mhtml/includes/graphs/generic_data.inc.php+14 / -0
Mhtml/includes/graphs/multi-port/auth.inc.php+17 / -4
Mhtml/includes/navbar.inc.php+21 / -21
Mhtml/includes/print/common.inc.php+1 / -1
Mhtml/includes/print/inventory.inc.php+11 / -3
Mhtml/includes/print/logalert.inc.php+1 / -1
Mhtml/includes/status-donuts.inc.php+10 / -10
Mhtml/includes/status-summary.inc.php+23 / -23
Mhtml/index.php+7 / -7
Mhtml/pages/device/edit/sensors.inc.php+2 / -1
Mhtml/pages/device/overview/sensors.inc.php+1 / -1
Mhtml/pages/edituser.inc.php+1 / -1
Mhtml/pages/logon.inc.php+2 / -1
Ahtml/pages/os.inc.php+99 / -0
Mhtml/pages/routing.inc.php+1 / -1
Mincludes/alerting/slack.inc.php+14 / -1
Mincludes/defaults.inc.php+2 / -0
Mincludes/definitions.inc.php+6 / -0
Mincludes/definitions/entities.inc.php+1 / -1
Mincludes/definitions/mibs.inc.php+82 / -0
Mincludes/definitions/os.inc.php+2 / -0
Mincludes/definitions/rrdtypes.inc.php+13 / -13
Mincludes/definitions/version.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+12 / -7
Mincludes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php+2 / -0
Mincludes/discovery/sensors/hh3c-entity-ext-mib.inc.php+1 / -0
Mincludes/functions.inc.php+10 / -2
Aincludes/housekeeping/inventory.inc.php+58 / -0
Mincludes/polling/functions.inc.php+8 / -19
Mincludes/polling/oids.inc.php+13 / -11
Mincludes/polling/ports/etherlike-mib.lib.php+13 / -13
Mincludes/rrdtool.inc.php+48 / -6
Mmibs/avtech/ROOMALERT12E-MIB+84 / -58
Mmibs/liebert/LIEBERT-GP-AGENT-MIB+56 / -0
Mmibs/liebert/LIEBERT-GP-CONDITIONS-MIB+238 / -212
Mmibs/liebert/LIEBERT-GP-ENVIRONMENTAL-MIB+4 / -2
Mmibs/liebert/LIEBERT-GP-FLEXIBLE-CONDITIONS-MIB+1,373 / -20
Mmibs/liebert/LIEBERT-GP-FLEXIBLE-MIB+41 / -4
Mmibs/liebert/LIEBERT-GP-NOTIFICATIONS-MIB non-text+0 / -0
Mmibs/liebert/LIEBERT-GP-PDU-MIB+1,024 / -273
Mmibs/liebert/LIEBERT-GP-POWER-MIB+51 / -2
Mmibs/liebert/LIEBERT-GP-REGISTRATION-MIB+327 / -12
Mpoller.php+2 / -0
Mscripts/generate-rancid.php+1 / -1
Aupdate/319.sql+7 / -0
Aupdate/320.sql+1 / -0
Aupdate/321.sql+1 / -0
+750 added βˆ’244 removed +506 net filtered development activity