Commit and release counts include all visible history. Line totals exclude configured automation, vendor, generated, and data-file changes.
December
November
October
September
August
July
June
May
April
March
February
January
December 2017
Fix short host usage for alert table on side panel (fix alert table honouring short host for entity text)
Changed files with action and line counts M includes/entities.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add single-line format for Slack transport.
Changed files with action and line counts M includes/alerting/slack.inc.php +38 / -28 M includes/definitions/transports.inc.php +5 / -0
+43 added
β28 removed
filtered activity
Skip update properly, return caused updater script to exit
Changed files with action and line counts M update/360.php +5 / -1
+5 added
β1 removed
filtered activity
Skip DB conversion for old polling history.
Changed files with action and line counts M update/360.php +2 / -0
+2 added
0 removed
filtered activity
Removed huge unusefull tables perf_times and devices_perftimes. Poller and discovery times now stored as round-robin history inside device stats array.
Changed files with action and line counts M discovery.php +0 / -1 M housekeeping.php +2 / -4 M html/pages/device/edit/modules.inc.php +25 / -1 M html/pages/device/perf.inc.php +8 / -10 M html/pages/device/showtech.inc.php +6 / -4 M includes/config-variables.inc.php +23 / -28 M includes/defaults.inc.php +23 / -23 M includes/definitions.inc.php +1 / -1 M includes/discovery/functions.inc.php +33 / -6 M includes/housekeeping/timing.inc.php +4 / -1 M includes/polling/functions.inc.php +35 / -8 M poller.php +0 / -1 A update/360.php +75 / -0 A update/361.sql +2 / -0
+235 added
β88 removed
filtered activity
Added some critical error codes as stop list for db schema update.
Changed files with action and line counts M includes/update/update.php +14 / -14
+14 added
β14 removed
filtered activity
Added more debugging for test alerts send.
Changed files with action and line counts M includes/alerts.inc.php +4 / -0 M poller.php +1 / -1
+5 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +5 / -3
+5 added
β3 removed
filtered activity
Changed files with action and line counts A html/images/os/netonix.png +1 / -0 A html/images/os/netonix_2x.png +1 / -0 M includes/definitions/mibs.inc.php +70 / -2 M includes/definitions/os.inc.php +14 / -0 A includes/discovery/sensors/netonix-switch-mib.inc.php +82 / -0
+166 added
β2 removed
filtered activity
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).
Changed files with action and line counts M includes/definitions.inc.php +2 / -2 M includes/discovery/sensors.inc.php +9 / -9 M includes/snmp.inc.php +2 / -2
+13 added
β13 removed
filtered activity
Fixed caching oids in status polling.
Changed files with action and line counts M includes/polling/functions.inc.php +3 / -3 M includes/polling/status.inc.php +1 / -1
+4 added
β4 removed
filtered activity
Small replace loop improvement.
Changed files with action and line counts M includes/rewrites.inc.php +9 / -4 M tests/IncludesRewritesTest.php +8 / -7
+9 added
β4 removed
filtered activity
Added unittests for common array_*_replace() functions. Added array_tag_replace() function for in-definition %tags% replaces by array with tag-string key pairs.
Changed files with action and line counts M includes/discovery/processors.inc.php +20 / -3 M includes/discovery/sensors.inc.php +25 / -18 M includes/rewrites.inc.php +68 / -8 M includes/rrdtool.inc.php +2 / -5 M tests/IncludesRewritesTest.php +147 / -0
+115 added
β34 removed
filtered activity
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.
Changed files with action and line counts M includes/alerts.inc.php +105 / -72 M includes/syslog.inc.php +35 / -20 A includes/templates/test non-text +0 / -0 A includes/templates/test/notification_ALERT.json +10 / -0 A includes/templates/test/notification_RECOVER.json +10 / -0 M test_alert.php +67 / -17
+207 added
β109 removed
filtered activity
Small fixes for external libs.
Changed files with action and line counts M libs/cli/arguments/HelpScreen.php +5 / -1 A libs/pear/Net/DNS2/RR/AVC.php +75 / -0 A libs/pear/Net/DNS2/RR/CDNSKEY.php +77 / -0 A libs/pear/Net/DNS2/RR/CSYNC.php +203 / -0 A libs/pear/Net/DNS2/RR/OPENPGPKEY.php +159 / -0 A libs/pear/Net/DNS2/RR/SMIMEA.php +75 / -0
0 added
0 removed
filtered activity
Added discovery additional processor and mempools for Zyxel ES by ZYXEL-ES-COMMON and
ZYXEL-SYS-MEMORY-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +25 / -4 M includes/definitions/os.inc.php +4 / -1 A includes/discovery/mempools/zyxel-sys-memory-mib.inc.php +39 / -0 A includes/polling/mempools/zyxel-sys-memory-mib.inc.php +38 / -0
+106 added
β5 removed
filtered activity
Add short hostname length config variable to UI.
Changed files with action and line counts M includes/config-variables.inc.php +7 / -0
+7 added
0 removed
filtered activity
Added missed mib definition for A10 Thunder devices (
OBS-2526 ).
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0 A mibs/a10/A10-AX-CGN-MIB +6,662 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Added discovery sensors from connected UPS for Synology NAS devices by
SYNOLOGY-UPS-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +84 / -0 M includes/definitions/os.inc.php +1 / -0
+85 added
0 removed
filtered activity
derp.
Changed files with action and line counts M html/images/os/racktivity.png non-text +0 / -0 M html/images/os/racktivity_2x.png non-text +0 / -0
0 added
0 removed
filtered activity
Cleaned some os icons in definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +11 / -1
+11 added
β1 removed
filtered activity
Added all remaining HiDPI os icons.
Showing the first 30 paths; 77 more are omitted from this static page.
Changed files with action and line counts M html/images/os/carel.png non-text +0 / -0 A html/images/os/carel_2x.png +1 / -0 M html/images/os/ccpower.png non-text +0 / -0 A html/images/os/ccpower_2x.png +1 / -0 M html/images/os/comet.png non-text +0 / -0 A html/images/os/comet_2x.png +1 / -0 M html/images/os/conexant.png non-text +0 / -0 A html/images/os/conexant_2x.png +1 / -0 M html/images/os/cyan.png non-text +0 / -0 A html/images/os/cyan_2x.png +1 / -0 M html/images/os/delta.png non-text +0 / -0 A html/images/os/delta_2x.png +1 / -0 M html/images/os/digi.png non-text +0 / -0 A html/images/os/digi_2x.png +1 / -0 M html/images/os/endian.png non-text +0 / -0 A html/images/os/endian_2x.png +1 / -0 M html/images/os/engenius.png non-text +0 / -0 A html/images/os/engenius_2x.png +1 / -0 M html/images/os/enterasys.png non-text +0 / -0 A html/images/os/enterasys_2x.png +1 / -0 M html/images/os/firebrick.png non-text +0 / -0 A html/images/os/firebrick_2x.png +1 / -0 M html/images/os/fireeye.png non-text +0 / -0 A html/images/os/fireeye_2x.png +1 / -0 M html/images/os/gcom.png non-text +0 / -0 A html/images/os/gcom_2x.png +1 / -0 M html/images/os/gta.png non-text +0 / -0 A html/images/os/gta_2x.png +1 / -0 M html/images/os/gude.png non-text +0 / -0 A html/images/os/gude_2x.png +1 / -0
0 added
0 removed
filtered activity
Added basic support for TempAlert devices (
OBS-2229 ).
Changed files with action and line counts A html/images/os/tempalert.png +1 / -0 A html/images/os/tempalert_2x.png +1 / -0 M includes/definitions/mibs.inc.php +17 / -1 M includes/definitions/os.inc.php +8 / -0 A mibs/tempalert non-text +0 / -0 A mibs/tempalert/TEMPERATUREALERT-MIB +87 / -0
+25 added
β1 removed
filtered activity
Added basic support for CrandlePoint devices (
OBS-2234 ).
Changed files with action and line counts A html/images/os/cradlepoint.png +1 / -0 A html/images/os/cradlepoint_2x.png +1 / -0 M includes/definitions/mibs.inc.php +7 / -1 M includes/definitions/os.inc.php +9 / -1
+16 added
β2 removed
filtered activity
Added MIB files (cradlepoint, kentix).
Changed files with action and line counts A mibs/cradlepoint non-text +0 / -0 A mibs/cradlepoint/WIPIPE-MIB +520 / -0 A mibs/kentix non-text +0 / -0 A mibs/kentix/KAM-PRO +10,565 / -0 A mibs/kentix/KMX-LAN +456 / -0 A mibs/kentix/KMX-RACK +775 / -0
0 added
0 removed
filtered activity
Missed files for previous commit (
OBS-2276 ).
Changed files with action and line counts A includes/discovery/sensors/dps-mib-v38.inc.php +63 / -0 A includes/discovery/status/dps-mib-v38.inc.php +37 / -0
+100 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +12 / -10
+12 added
β10 removed
filtered activity
Fixed polling wmi storages if volume serial number begin with zero (
OBS-1649 ).
Changed files with action and line counts M includes/polling/storage/wmi.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/discovery/ports.inc.php +1 / -1 M includes/polling/ports.inc.php +1 / -1
+2 added
β2 removed
filtered activity
Added unittest for snmp_fix_string() with UTF8 convert strings.
Changed files with action and line counts M tests/SnmpDataTest2.php +48 / -1
0 added
0 removed
filtered activity
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).
Changed files with action and line counts M includes/common.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +23 / -6 M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +73 / -30 M includes/discovery/sensors/cisco-envmon-mib.inc.php +14 / -13
+110 added
β49 removed
filtered activity
November 2017
Improved detect sensor port associations for some more Cisco ASR devices (
OBS-2295 ).
Changed files with action and line counts M includes/entities.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Add nutanix detection and logo
Changed files with action and line counts A html/images/os/nutanix.png +1 / -0 A html/images/os/nutanix_2x.png +1 / -0 M includes/definitions/os.inc.php +9 / -0
+9 added
0 removed
filtered activity
Changed files with action and line counts A mibs/nutanix non-text +0 / -0 A mibs/nutanix/NUTANIX-MIB +3,277 / -0
0 added
0 removed
filtered activity
Add detection of Blue Coat ASG
Changed files with action and line counts M includes/definitions/os.inc.php +12 / -1
+12 added
β1 removed
filtered activity
Changed files with action and line counts M includes/discovery/ports.inc.php +4 / -1 M includes/polling/ports.inc.php +8 / -4
+12 added
β5 removed
filtered activity
Fixed polling ports
ifAlias with UTF-8 chars.
Changed files with action and line counts M includes/discovery/ports.inc.php +4 / -0 M includes/polling/ports.inc.php +4 / -0
+8 added
0 removed
filtered activity
Fixed display bill_bits graphs (
OBS-2529 ).
Changed files with action and line counts M html/includes/graphs/bill/auth.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Fixed php
7.1 compatability for functions
rrdtool_last() and
rrdtool_lastupdate() (
OBS-2528 ).
Changed files with action and line counts M includes/rrdtool.inc.php +17 / -6
+17 added
β6 removed
filtered activity
Fixed port labels on Delta UPS devices.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +7 / -4 M includes/discovery/sensors.inc.php +4 / -2
+11 added
β6 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +88 / -18 M includes/definitions/os.inc.php +2 / -2
+90 added
β20 removed
filtered activity
Updated Socomec mib files.
Changed files with action and line counts A mibs/socomec/SOCOMECIPDU-MIB +5,380 / -0 M mibs/socomec/SOCOMECUPS-MIB +259 / -180 D mibs/socomec/SOCOMECUPS-MIB-v2 +0 / -4,417 A mibs/socomec/SOCOMECUPSSTS-MIB +588 / -0 A mibs/socomec/SOCOMECUPS_ADICOM_MIB +636 / -0
0 added
0 removed
filtered activity
Updated Juniper MIB files.
Showing the first 30 paths; 66 more are omitted from this static page.
Changed files with action and line counts A mibs/juniper/IPMCAST-MIB-CAPABILITY +244 / -0 A mibs/juniper/JNX-DOT3OAM-CAPABILITY +135 / -0 A mibs/juniper/JNX-IF-CAPABILITY +84 / -0 A mibs/juniper/JNX-IP-CAPABILITY +87 / -0 M mibs/juniper/JNX-IPSEC-MONITOR-MIB +11 / -153 M mibs/juniper/JNX-OPT-IF-EXT-MIB +12 / -4 M mibs/juniper/JNX-PPPOE-MIB +28 / -2 A mibs/juniper/JNX-SNMPv2-CAPABILITY +98 / -0 M mibs/juniper/JUNIPER-CHASSIS-CLUSTER-MIB +118 / -3 M mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB +878 / -65 M mibs/juniper/JUNIPER-COS-MIB +50 / -1 M mibs/juniper/JUNIPER-EXPERIMENT-MIB +9 / -34 M mibs/juniper/JUNIPER-FIREWALL-MIB +30 / -19 M mibs/juniper/JUNIPER-HOSTRESOURCES-MIB +8 / -0 M mibs/juniper/JUNIPER-IF-MIB +1 / -1 M mibs/juniper/JUNIPER-IFOPTICS-MIB +5,463 / -15 M mibs/juniper/JUNIPER-IFOTN-MIB +1,000 / -10 M mibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB +56 / -15 A mibs/juniper/JUNIPER-JS-FLOW-MIB +70 / -0 M mibs/juniper/JUNIPER-JS-NAT-MIB +113 / -23 M mibs/juniper/JUNIPER-JS-PACKET-MIRROR-MIB +5 / -1 M mibs/juniper/JUNIPER-JS-POLICY-MIB +350 / -4 M mibs/juniper/JUNIPER-JS-SCREENING-MIB +460 / -3 M mibs/juniper/JUNIPER-JS-SMI +2 / -1 M mibs/juniper/JUNIPER-L2ALD-MIB +45 / -5 M mibs/juniper/JUNIPER-L2CP-FEATURES-MIB +55 / -1 M mibs/juniper/JUNIPER-LDP-MIB +8 / -0 M mibs/juniper/JUNIPER-LICENSE-MIB +22 / -2 M mibs/juniper/JUNIPER-LSYS-SECURITYPROFILE-MIB +1 / -0 M mibs/juniper/JUNIPER-MIB +123 / -33
0 added
0 removed
filtered activity
Improved detect incorrect snmp v3 auth error.
Changed files with action and line counts M includes/definitions.inc.php +11 / -6 M includes/snmp.inc.php +6 / -4
+17 added
β10 removed
filtered activity
Set default port realtime polling interval to 10s for JunOS.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -0
+2 added
0 removed
filtered activity
Improved exclude uptime rollover time for reboot trigger.
Changed files with action and line counts M includes/polling/system.inc.php +12 / -3
+12 added
β3 removed
filtered activity
Polling printer supplies cleanup.
Changed files with action and line counts M html/pages/device/overview/printersupplies.inc.php +13 / -2 M includes/discovery/printersupplies/printer-mib.inc.php +1 / -21 M includes/polling/printersupplies.inc.php +52 / -82
+66 added
β105 removed
filtered activity
Update Aruba mib files.
Changed files with action and line counts M mibs/aruba/AI-AP-MIB +138 / -0 M mibs/aruba/ARUBA-MIB +7 / -1
0 added
0 removed
filtered activity
Removed php version check in hash_equals compat library.
Changed files with action and line counts M libs/hash-compat/hash_equals.php +0 / -7 M libs/hash-compat/hash_pbkdf2.php +0 / -7 M libs/phpFastCache/Drivers/Sqlite/Driver.php +15 / -0
0 added
0 removed
filtered activity
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.
Changed files with action and line counts M includes/polling/bgp-peers.inc.php +30 / -12 M includes/polling/ports.inc.php +4 / -4 M includes/snmp.inc.php +20 / -0 M update/359.sql +1 / -0
+54 added
β16 removed
filtered activity
Fixed variable for timeout check in
get_http_request() (
OBS-2511 ).
Changed files with action and line counts M includes/common.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Speedup housekeeping timestamp db queries (
OBS-2508 ).
Changed files with action and line counts M includes/housekeeping/alertlog.inc.php +1 / -1 M includes/housekeeping/authlog.inc.php +1 / -1 M includes/housekeeping/eventlog.inc.php +1 / -1 M includes/housekeeping/inventory.inc.php +1 / -1 M includes/housekeeping/ports.inc.php +1 / -1 M includes/housekeeping/syslog.inc.php +1 / -1
+6 added
β6 removed
filtered activity
Add Cisco Firepower MIBs
Showing the first 30 paths; 47 more are omitted from this static page.
Changed files with action and line counts A mibs/cisco/CISCO-FIREPOWER-AP-AAA-MIB +7,270 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-ADAPTOR-MIB +26,679 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-BIOS-MIB +5,482 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-BMC-MIB +275 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-CALLHOME-MIB +1,556 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-CAPABILITY-MIB +2,052 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-CHANGE-MIB +192 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-CIMCVMEDIA-MIB +832 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-COMM-MIB +3,083 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-COMPUTE-MIB +11,079 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-CONFIG-MIB +407 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-DCX-MIB +1,007 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-DHCP-MIB +337 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-DIAG-MIB +779 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-DOMAIN-MIB +966 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-DPSEC-MIB +174 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-EPQOS-MIB +1,250 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-EQUIPMENT-MIB +23,125 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-ETHER-MIB +9,834 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-EVENT-MIB +688 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-EXTMGMT-MIB +770 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-EXTPOL-MIB +2,446 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-EXTVMM-MIB +1,910 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-FABRIC-MIB +20,869 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-FAULT-MIB +1,027 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-FEATURE-MIB +695 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-FIRMWARE-MIB +8,784 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-FLOWCTRL-MIB +253 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-FSM-MIB +175 / -0 A mibs/cisco/CISCO-FIREPOWER-AP-GMETA-MIB +908 / -0
0 added
0 removed
filtered activity
Speedup some syslog db queries with correct indexes (
OBS-2506 ).
Changed files with action and line counts M html/pages/device/logs/syslog.inc.php +1 / -1 M html/pages/syslog.inc.php +1 / -1 A update/359.sql +4 / -0
+2 added
β2 removed
filtered activity
Add Nokia logo
Changed files with action and line counts A html/images/os/nokia.png +1 / -0 A html/images/os/nokia_2x.png +1 / -0
0 added
0 removed
filtered activity
October 2017
Improved detect sensor port associations for some Cisco ASR devices (
OBS-2295 ).
Changed files with action and line counts M includes/discovery/sensors/cisco-entity-sensor-mib.inc.php +0 / -38 M includes/discovery/sensors/entity-sensor-mib.inc.php +0 / -54 M includes/entities.inc.php +17 / -3
+17 added
β95 removed
filtered activity
Improve bill creation form. Fix creating bill from port page.
Changed files with action and line counts M html/includes/print/search.inc.php +1 / -1 M html/pages/bill/actions.inc.php +1 / -1 M html/pages/bills.inc.php +2 / -2 M html/pages/bills/add.inc.php +165 / -120
+169 added
β124 removed
filtered activity
Fix pollerlog time calculation
Changed files with action and line counts M html/pages/pollerlog.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Use router id for OSPF device discovery.
Changed files with action and line counts M includes/discovery/neighbours/ospf-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +2 / -0 M includes/definitions/os.inc.php +7 / -0
+9 added
0 removed
filtered activity
Add ability to generate SVG graphs
Changed files with action and line counts M html/includes/graphs/common.inc.php +2 / -0 M html/includes/graphs/graph.inc.php +14 / -4
+16 added
β4 removed
filtered activity
Strip spaces from nginx agent output
Changed files with action and line counts M scripts/agent-local/nginx +1 / -1
+1 added
β1 removed
filtered activity
Increase group name/descr field sizes
Changed files with action and line counts A update/358.sql +2 / -0
0 added
0 removed
filtered activity
Fix Cisco RAS sessions graphs
Changed files with action and line counts M html/includes/graphs/device/cras_sessions.inc.php +5 / -5
+5 added
β5 removed
filtered activity
Add eventlog entry for deleted devices
Changed files with action and line counts M includes/functions.inc.php +1 / -0
+1 added
0 removed
filtered activity
Add additional checkpoint OS detection rules
Changed files with action and line counts M includes/definitions/os.inc.php +12 / -8
+12 added
β8 removed
filtered activity
Extend Gaia Embedded detection
Changed files with action and line counts M includes/definitions/os.inc.php +5 / -0
+5 added
0 removed
filtered activity
Add support for boolean status inputs from ServersCheck SensorGateway.
Changed files with action and line counts M includes/definitions/mibs.inc.php +3 / -0 M includes/definitions/os.inc.php +1 / -0 M includes/discovery/sensors/serverscheck.inc.php +29 / -0 M mibs/ekinops/EKINOPS-Pmlma10-MIB +2 / -2
+33 added
0 removed
filtered activity
Avoid setting things we may not need
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Set session timeout to 1 day to try to avoid auth timeout issues.
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -1 M includes/defaults.inc.php +1 / -1
+2 added
β2 removed
filtered activity
Fix: update Teams transport
Changed files with action and line counts M includes/alerting/teams.inc.php +1 / -3
+1 added
β3 removed
filtered activity
Snmpwalk separate oids instead whole huge table in neighbours discovery by
LLDP-MIB (
OBS-2266 ).
Changed files with action and line counts M includes/discovery/neighbours/lldp-mib.inc.php +16 / -4
+16 added
β4 removed
filtered activity
Fixed eventlog for device rebooted time. Added date info when device last rebooted on device page.
Changed files with action and line counts M html/pages/device/overview/information.inc.php +14 / -6 M html/pages/device/overview/information_extended.inc.php +14 / -6 M includes/polling/system.inc.php +11 / -6
+39 added
β18 removed
filtered activity
Changed files with action and line counts M includes/discovery/neighbours/lldp-mib.inc.php +49 / -15
+49 added
β15 removed
filtered activity
Changed files with action and line counts M includes/polling/system.inc.php +26 / -20
+26 added
β20 removed
filtered activity
Trivial: correct warning message on contact delete modal
Changed files with action and line counts M html/pages/contacts.inc.php +1 / -1
+1 added
β1 removed
filtered activity
NEW: Microsoft Teams alerting transport
Changed files with action and line counts A includes/alerting/teams.inc.php +60 / -0 M includes/definitions/transports.inc.php +10 / -0
+70 added
0 removed
filtered activity
Fixed display php memory limit in cli versions output.
Changed files with action and line counts M includes/common.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Renamed status events map key.
Changed files with action and line counts M includes/definitions/mibs.inc.php +8 / -2 M includes/discovery/sensors.inc.php +5 / -5
+13 added
β7 removed
filtered activity
Improved discovery statuses with additional event oid values. Added discovery additional APC Netbotz statuses by
PowerNet-MIB (
OBS-2011 ).
Changed files with action and line counts M includes/definitions/mibs.inc.php +23 / -0 M includes/definitions/os.inc.php +1 / -1 M includes/discovery/functions.inc.php +2 / -2 M includes/discovery/sensors.inc.php +19 / -4 M includes/functions.inc.php +24 / -6 M includes/polling/functions.inc.php +1 / -1 M tests/IncludesFunctionsTest.php +54 / -0 A update/357.sql +1 / -0
+70 added
β14 removed
filtered activity
Added support for Eltek SmartPack devices. Added sensors discovery by
SP2-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +116 / -1 M includes/definitions/os.inc.php +16 / -0 M includes/discovery/sensors.inc.php +45 / -5 A includes/discovery/sensors/sp2-mib.inc.php +77 / -0
+254 added
β6 removed
filtered activity
Updated Eltek mibs.
Changed files with action and line counts M mibs/eltek/ELTEK-DISTRIBUTED-MIB +31 / -79 A mibs/eltek/ELTEK_DISTRIBUTED_PLANT-MIB +1,877 / -0 M mibs/eltek/ELTEK_GENERIC-MIB +1 / -0 A mibs/eltek/SP2-MIB +17,338 / -0 A mibs/eltek/STS_SEQUENZ-MIB +2,681 / -0 A mibs/eltek/UPC4 +9,446 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M mibs/raritan/RemoteKVMDevice-MIB +63 / -7
0 added
0 removed
filtered activity
Add detection of checkpoint gaia embedded
Changed files with action and line counts M includes/definitions/os.inc.php +16 / -0
+16 added
0 removed
filtered activity
Ekinops MIBs
Showing the first 30 paths; 34 more are omitted from this static page.
Changed files with action and line counts A mibs/ekinops non-text +0 / -0 A mibs/ekinops/EKINOPS-MGNT2-MIB +4,783 / -0 A mibs/ekinops/EKINOPS-MGNT2-NMS-MIB +1,531 / -0 A mibs/ekinops/EKINOPS-MGNT4NODE-MIB +505 / -0 A mibs/ekinops/EKINOPS-MIB +167 / -0 A mibs/ekinops/EKINOPS-PM1001LH-MIB +12,809 / -0 A mibs/ekinops/EKINOPS-PM1001PC-MIB +9,515 / -0 A mibs/ekinops/EKINOPS-PMC1002-MIB +14,742 / -0 A mibs/ekinops/EKINOPS-PMC2002-MIB +14,789 / -0 A mibs/ekinops/EKINOPS-Pm10001otu4-MIB +18,330 / -0 A mibs/ekinops/EKINOPS-Pm10010mp-MIB +12,075 / -0 A mibs/ekinops/EKINOPS-Pm10010mpt-MIB +17,124 / -0 A mibs/ekinops/EKINOPS-Pm10010mr-MIB +12,277 / -0 A mibs/ekinops/EKINOPS-Pm10010ulh-MIB +17,024 / -0 A mibs/ekinops/EKINOPS-Pm1001RR-MIB +4,063 / -0 A mibs/ekinops/EKINOPS-Pm1001lhr-MIB +5,793 / -0 A mibs/ekinops/EKINOPS-Pm1004-MIB +11,489 / -0 A mibs/ekinops/EKINOPS-Pm1004V-MIB +9,726 / -0 A mibs/ekinops/EKINOPS-Pm1004VDC-MIB +10,380 / -0 A mibs/ekinops/EKINOPS-Pm1004dcp-MIB +11,592 / -0 A mibs/ekinops/EKINOPS-Pm1004m-MIB +10,988 / -0 A mibs/ekinops/EKINOPS-Pm1004venc-MIB +8,605 / -0 A mibs/ekinops/EKINOPS-Pm1005-MIB +9,382 / -0 A mibs/ekinops/EKINOPS-Pm1008-MIB +9,638 / -0 A mibs/ekinops/EKINOPS-Pm1008DCP-MIB +10,218 / -0 A mibs/ekinops/EKINOPS-Pm124-MIB +4,942 / -0 A mibs/ekinops/EKINOPS-Pm1604-MIB +4,587 / -0 A mibs/ekinops/EKINOPS-Pm20002ma-MIB +16,454 / -0 A mibs/ekinops/EKINOPS-Pm20020ma-MIB +17,029 / -0 A mibs/ekinops/EKINOPS-Pm253-MIB +15,648 / -0
0 added
0 removed
filtered activity
Removed guessing device
bgpLocalAs with multiple local ASes.
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +19 / -36 M includes/polling/bgp-peers.inc.php +1 / -2
+20 added
β38 removed
filtered activity
Improved detect private BGP AS numbers.
Changed files with action and line counts M html/includes/print/routing.inc.php +1 / -1 M includes/discovery/bgp-peers.inc.php +38 / -20 M includes/functions.inc.php +28 / -3 M includes/polling/bgp-peers.inc.php +3 / -2 M includes/rewrites.inc.php +15 / -1
+85 added
β27 removed
filtered activity
derp
Changed files with action and line counts M html/pages/device/routing/bgp.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed iBGP counter on device BGP page.
Changed files with action and line counts M html/pages/device/routing/bgp.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed display iBGP peers for per session local ASes.
Changed files with action and line counts M html/includes/cache-data.inc.php +5 / -2 M html/includes/print/routing.inc.php +2 / -2 M includes/rewrites.inc.php +2 / -2
+9 added
β6 removed
filtered activity
Added detect hardware/version/uptime for Ubiquiti UniFi by
UBNT-UniFi-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +3 / -0 M includes/definitions/os.inc.php +1 / -1 M includes/polling/os/cisco.inc.php +1 / -1 M includes/polling/os/unifi.inc.php +5 / -2
+10 added
β4 removed
filtered activity
Undebug. Fixed discovery BGP vendor specific per session local ASes.
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +36 / -7
+36 added
β7 removed
filtered activity
Add cuberpower support [OBS-2460]
Changed files with action and line counts A html/images/os/cyberpower.png +1 / -0 A html/images/os/cyberpower_2x.png +1 / -0 M includes/definitions/os.inc.php +10 / -0
+10 added
0 removed
filtered activity
Improve BGP per-session local as support [OBS-2461]
Changed files with action and line counts M html/includes/cache-data.inc.php +2 / -2 M html/includes/print/routing.inc.php +2 / -2 M includes/discovery/bgp-peers.inc.php +11 / -0 M includes/polling/os/cisco.inc.php +1 / -1 A update/356.sql +1 / -0
+16 added
β5 removed
filtered activity
Improve cisco hardware string logic
Changed files with action and line counts M includes/polling/os/cisco.inc.php +4 / -4
+4 added
β4 removed
filtered activity
Changed files with action and line counts M includes/polling/system.inc.php +3 / -2
+3 added
β2 removed
filtered activity
Converted "accurate linux uptime" to mib definition. Fixed fetch this uptime (needed only first number).
Changed files with action and line counts M includes/definitions/mibs.inc.php +16 / -0 M includes/definitions/os.inc.php +3 / -1 M includes/polling/system.inc.php +66 / -58
+85 added
β59 removed
filtered activity
Add option to get more accurate long term uptime from net-snmp
Changed files with action and line counts M includes/polling/system.inc.php +49 / -36
+49 added
β36 removed
filtered activity
Fixed deletion users with CSRF validation (
OBS-2451 ).
Changed files with action and line counts M html/pages/edituser.inc.php +11 / -4 M html/pages/edituser/deleteuser.inc.php +2 / -2
+13 added
β6 removed
filtered activity
More clean.
Changed files with action and line counts M includes/polling/system.inc.php +21 / -26
+21 added
β26 removed
filtered activity
Changed files with action and line counts M includes/geolocation.inc.php +1 / -1 M includes/polling/system.inc.php +55 / -66 M includes/snmp.inc.php +2 / -2
+58 added
β69 removed
filtered activity
Updated Pear Net_DNS2 lib to latest.
Showing the first 30 paths; 46 more are omitted from this static page.
Changed files with action and line counts M libs/pear/Net/DNS2.php +532 / -333 M libs/pear/Net/DNS2/BitMap.php +1 / -1 M libs/pear/Net/DNS2/Cache.php +7 / -1 M libs/pear/Net/DNS2/Cache/File.php +8 / -3 M libs/pear/Net/DNS2/Cache/Shm.php +14 / -1 M libs/pear/Net/DNS2/Exception.php +12 / -2 M libs/pear/Net/DNS2/Header.php +5 / -10 M libs/pear/Net/DNS2/Lookups.php +40 / -7 M libs/pear/Net/DNS2/Packet.php +1 / -16 M libs/pear/Net/DNS2/Packet/Request.php +17 / -21 M libs/pear/Net/DNS2/Packet/Response.php +6 / -1 M libs/pear/Net/DNS2/PrivateKey.php +22 / -20 M libs/pear/Net/DNS2/Question.php +3 / -3 M libs/pear/Net/DNS2/RR.php +7 / -4 M libs/pear/Net/DNS2/RR/A.php +1 / -1 M libs/pear/Net/DNS2/RR/AAAA.php +1 / -1 M libs/pear/Net/DNS2/RR/AFSDB.php +1 / -1 M libs/pear/Net/DNS2/RR/ANY.php +1 / -1 M libs/pear/Net/DNS2/RR/APL.php +1 / -1 M libs/pear/Net/DNS2/RR/ATMA.php +1 / -1 M libs/pear/Net/DNS2/RR/CAA.php +1 / -1 M libs/pear/Net/DNS2/RR/CDS.php +2 / -2 M libs/pear/Net/DNS2/RR/CERT.php +1 / -1 M libs/pear/Net/DNS2/RR/CNAME.php +1 / -1 M libs/pear/Net/DNS2/RR/DHCID.php +1 / -1 M libs/pear/Net/DNS2/RR/DLV.php +1 / -1 M libs/pear/Net/DNS2/RR/DNAME.php +1 / -1 M libs/pear/Net/DNS2/RR/DNSKEY.php +1 / -1 M libs/pear/Net/DNS2/RR/DS.php +1 / -1 M libs/pear/Net/DNS2/RR/EID.php +1 / -1
0 added
0 removed
filtered activity
Fixed skip load qTip on tablet/mobiles (correctly load qTip with datetime picker).
Changed files with action and line counts M html/includes/graphs/global/auth.inc.php +3 / -3 M html/includes/print/search.inc.php +3 / -0 M html/index.php +5 / -5
+11 added
β8 removed
filtered activity
Fix datepicker form element by always loading qtip javascript.
Changed files with action and line counts M html/index.php +4 / -4
+4 added
β4 removed
filtered activity
Assume data is NULL when not supplied to print_cli_data()
Changed files with action and line counts M includes/functions.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Reduce time taken by EIGRP poller on devices with no EIGRP.
Changed files with action and line counts M includes/polling/cisco-eigrp.inc.php +22 / -7
+22 added
β7 removed
filtered activity
Clean & undebug.
Changed files with action and line counts M html/includes/entities/sla.inc.php +3 / -3 M includes/definitions/os.inc.php +1 / -1 M includes/polling/functions.inc.php +1 / -5
+5 added
β9 removed
filtered activity
Fix Huawei MAC format. Add some remote access entries to huawei os definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +5 / -1 M includes/polling/fdb-table.inc.php +1 / -7
+6 added
β8 removed
filtered activity
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.
Showing the first 30 paths; 93 more are omitted from this static page.
Changed files with action and line counts A html/images/apps/ceph.png +1 / -0 A html/images/apps/ceph_2x.png +1 / -0 A html/images/os/minuteman.png +1 / -0 A html/images/os/minuteman_2x.png +1 / -0 M html/includes/entities/device.inc.php +5 / -0 M html/includes/entities/sensor.inc.php +1 / -1 M html/includes/entities/sla.inc.php +11 / -4 A html/includes/graphs/application/ceph_iops.inc.php +33 / -0 A html/includes/graphs/application/ceph_osd.inc.php +35 / -0 A html/includes/graphs/application/ceph_speed.inc.php +30 / -0 A html/includes/graphs/device/xdsl_bits.inc.php +22 / -0 M html/includes/print/mac_addresses.inc.php +1 / -1 A html/includes/search/slas.inc.php +37 / -0 A html/pages/device/apps/ceph.inc.php +16 / -0 M html/pages/devices.inc.php +61 / -14 M html/pages/slas.inc.php +79 / -0 M includes/alerting/clickatell.inc.php +1 / -1 M includes/alerts.inc.php +4 / -0 M includes/definitions/apps.inc.php +1 / -1 M includes/definitions/graphtypes.inc.php +47 / -1 M includes/definitions/mibs.inc.php +6 / -0 M includes/definitions/os.inc.php +11 / -3 M includes/definitions/rewrites.inc.php +1 / -0 M includes/definitions/rrdtypes.inc.php +14 / -0 M includes/definitions/wui.inc.php +1 / -1 A includes/polling/applications/ceph.inc.php +25 / -0 M includes/polling/fdb-table.inc.php +113 / -75 M includes/polling/functions.inc.php +16 / -2 A includes/polling/graphs/aethra-mib non-text +0 / -0 A includes/polling/graphs/aethra-mib/xdsl.inc.php +58 / -0
+681 added
β109 removed
filtered activity
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.
Showing the first 30 paths; 272 more are omitted from this static page.
Changed files with action and line counts D alerts.php +0 / -42 M html/api/v0/index.php +1 / -0 M html/css/bootstrap-hacks.css +6 / -0 M html/css/observium.css +19 / -0 M html/css/sprite.css +1,317 / -246 M html/css/svg_png.css +70 / -0 D html/img/sprite/and.gif +0 / -1 D html/img/sprite/application--exclamation.png +0 / -2 D html/img/sprite/application-block.png +0 / -2 D html/img/sprite/application-icon-large.png +0 / -2 D html/img/sprite/application-list.png +0 / -1 D html/img/sprite/application-terminal.png +0 / -2 D html/img/sprite/arrow-branch-000-left.png +0 / -2 D html/img/sprite/arrow-branch-bgr.png +0 / -2 D html/img/sprite/arrow-branch-byr.png +0 / -2 D html/img/sprite/arrow-branch-gyr.png +0 / -2 D html/img/sprite/arrow-circle.png +0 / -1 D html/img/sprite/arrow-in.png +0 / -2 D html/img/sprite/arrow-incident-blue.png +0 / -2 D html/img/sprite/arrow-incident-green.png +0 / -2 D html/img/sprite/arrow-incident-red.png +0 / -2 D html/img/sprite/arrow-join.png +0 / -2 D html/img/sprite/arrow-merge.png +0 / -2 D html/img/sprite/arrow-move.png +0 / -2 D html/img/sprite/arrow-split.png +0 / -2 D html/img/sprite/arrow-switch.png +0 / -2 D html/img/sprite/arrow-transition.png +0 / -2 D html/img/sprite/arrow_down.png +0 / -1 D html/img/sprite/arrow_left.png +0 / -2 D html/img/sprite/arrow_right.png +0 / -2
+661 added
β256 removed
filtered activity
Add EIGRP polling and UI elements. Basic graphs for ports/peers.
Changed files with action and line counts A html/includes/graphs/eigrppeer non-text +0 / -0 A html/includes/graphs/eigrppeer/auth.inc.php +31 / -0 A html/includes/graphs/eigrppeer/graph.inc.php +47 / -0 M html/pages/device/routing/eigrp.inc.php +89 / -4 A html/pages/device/routing/eigrp/peers.inc.php +80 / -0 M html/pages/device/routing/eigrp/ports.inc.php +26 / -25 A html/pages/routing/eigrp.inc.php +42 / -0 M includes/definitions/rewrites.inc.php +2 / -1 M includes/definitions/rrdtypes.inc.php +705 / -662 M includes/polling/cisco-eigrp.inc.php +292 / -43
+1,314 added
β735 removed
filtered activity
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).
Changed files with action and line counts M includes/common.inc.php +36 / -8 M tests/IncludesCommonTest.php +33 / -1
+36 added
β8 removed
filtered activity
Minor: consider disk 'copyback' status as warning instead of alert on LSI controller
Changed files with action and line counts M includes/definitions/mibs.inc.php +12 / -12
+12 added
β12 removed
filtered activity
Add simple-ish markdown-based per-device notes page.
Changed files with action and line counts A html/css/simplemde.min.css +7 / -0 A html/js/simplemde.min.js +15 / -0 A html/pages/device/notes.inc.php +54 / -0 A libs/Parsedown.php +1,548 / -0
+54 added
0 removed
filtered activity
September 2017
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.
Changed files with action and line counts M includes/defaults.inc.php +3 / -2 M includes/rrdtool.inc.php +7 / -5 M poller-wrapper.py +36 / -3
+46 added
β10 removed
filtered activity
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.
Changed files with action and line counts A html/includes/entities/cbqos.inc.php +162 / -0 M html/includes/entities/generic.inc.php +0 / -8 M html/includes/graphs/cbqos/auth.inc.php +8 / -0 M html/pages/group.inc.php +5 / -0 M includes/alerts.inc.php +4 / -3 M includes/definitions/entities.inc.php +15 / -0 M includes/definitions/graphtypes.inc.php +9 / -0 M includes/definitions/rewrites.inc.php +2 / -1 M includes/discovery/cisco-cbqos.inc.php +17 / -5 M includes/polling/cisco-cbqos.inc.php +3 / -0
+225 added
β17 removed
filtered activity
Improve Cisco CBQoS polling
Changed files with action and line counts M includes/polling/cisco-cbqos.inc.php +84 / -25 A update/353.sql +1 / -0
+84 added
β25 removed
filtered activity
Add nobulk to calix os def. Their SNMP stack sucks.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix neighbour detection for Extreme XOS.
Changed files with action and line counts M includes/discovery/neighbours/lldp-mib.inc.php +8 / -1
+8 added
β1 removed
filtered activity
Undebug EIGRP polling.
Changed files with action and line counts M includes/polling/cisco-eigrp.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Minor EIGRP updates
Changed files with action and line counts M html/pages/device/routing/eigrp.inc.php +2 / -1 M html/pages/device/routing/eigrp/ports.inc.php +9 / -1 M includes/polling/cisco-eigrp.inc.php +47 / -34
+58 added
β36 removed
filtered activity
Fix graph colour selection
Changed files with action and line counts M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix Junos queue numbers
Changed files with action and line counts M includes/polling/ports/juniper-cos-mib.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Always pull capacity oid for printer supplies. Apparently it can change between discovers.
Changed files with action and line counts M includes/polling/printersupplies.inc.php +13 / -1
+13 added
β1 removed
filtered activity
Add detection of Kerio Operator (Linux)
Changed files with action and line counts A html/images/os/kerio-operator.png +1 / -0 A html/images/os/kerio-operator_2x.png +1 / -0 M includes/definitions/os.inc.php +18 / -3
+18 added
β3 removed
filtered activity
Add detection of Kerio Control. Their SNMP is cut down and kinda useless.
Changed files with action and line counts A html/images/os/kerio-control.png +1 / -0 A html/images/os/kerio-control_2x.png +1 / -0 M includes/definitions/os.inc.php +18 / -1
+18 added
β1 removed
filtered activity
Workaround bluecoat sensors changing scale
Changed files with action and line counts M includes/polling/functions.inc.php +11 / -0
+11 added
0 removed
filtered activity
Minor fix to graph colour code
Changed files with action and line counts M html/includes/graphs/application/apache_scoreboard.inc.php +1 / -1 M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 / -1
+2 added
β2 removed
filtered activity
Add PanDacom MIBs
Changed files with action and line counts A mibs/pandacom non-text +0 / -0 A mibs/pandacom/PanDacom-MIB +63 / -0 A mibs/pandacom/SPEED-AMP-MIB +1,584 / -0 A mibs/pandacom/SPEED-DUALLINE-10G +1,389 / -0 A mibs/pandacom/SPEED-DUALLINE-FC +1,402 / -0 A mibs/pandacom/SPEEDCARRIER-MIB +3,517 / -0 A mibs/pandacom/SPEEDSINGLELINE-XFP-MIB +1,314 / -0
0 added
0 removed
filtered activity
Add support for graphing mongodb
Changed files with action and line counts A html/images/apps/mongodb.png +1 / -0 A html/images/apps/mongodb_2x.png +1 / -0 A html/includes/graphs/application/mongodb_commands.inc.php +44 / -0 A html/includes/graphs/application/mongodb_connections.inc.php +40 / -0 A html/includes/graphs/application/mongodb_mem.inc.php +45 / -0 A html/includes/graphs/application/mongodb_network.inc.php +28 / -0 A html/includes/graphs/application/mongodb_queue.inc.php +43 / -0 A html/includes/graphs/application/mongodb_replication.inc.php +41 / -0 A html/includes/graphs/application/mongodb_wired.inc.php +42 / -0 A html/pages/device/apps/mongodb.inc.php +24 / -0 M includes/definitions/apps.inc.php +2 / -0 M includes/definitions/rrdtypes.inc.php +27 / -0 A includes/polling/applications/mongodb.inc.php +72 / -0 A scripts/agent-local/mongodb +15 / -0
+423 added
0 removed
filtered activity
Don't remove 'action' var.
Changed files with action and line counts M html/includes/alerting-navbar.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add Clavister cpu/mem grpahing. Change HP to HPE.
Changed files with action and line counts M includes/definitions/mibs.inc.php +10 / -0 M includes/definitions/os.inc.php +32 / -32 M includes/definitions/sensors.inc.php +0 / -27
+42 added
β59 removed
filtered activity
Add support for Exim graphing via UNIX agent
Changed files with action and line counts A html/includes/graphs/application/exim_reject.inc.php +48 / -0 A html/includes/graphs/application/exim_sent.inc.php +46 / -0 A html/includes/graphs/application/exim_spam.inc.php +46 / -0 A html/pages/device/apps/exim.inc.php +18 / -0 M includes/definitions/apps.inc.php +1 / -1 A scripts/agent-local/exim-mailqueue-extended.pl +21 / -0 A scripts/agent-local/exim_stats_process.pl +199 / -0
+379 added
β1 removed
filtered activity
Fixed regex for d-link os definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +6 / -6
+6 added
β6 removed
filtered activity
Fixed multi-customoid graphs (appear in r8852).
Changed files with action and line counts M html/includes/graphs/multi-customoid/auth.inc.php +4 / -3 M html/includes/graphs/multi-customoid/line.inc.php +3 / -2 M html/includes/graphs/multi-customoid/stacked.inc.php +3 / -2
+10 added
β7 removed
filtered activity
Add HPE logos
Changed files with action and line counts A html/images/os/hpe.png +1 / -0 A html/images/os/hpe_2x.png +1 / -0
0 added
0 removed
filtered activity
Slightly improve graph page navbar by nicecasing graph names and ignoring swp file
Changed files with action and line counts M html/pages/graphs.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Improve multi-customoid graphs slightly (order and better auth method)
Changed files with action and line counts M html/includes/graphs/multi-customoid/auth.inc.php +10 / -8 D html/includes/graphs/multi-customoid/graph.inc.php +0 / -44 A html/includes/graphs/multi-customoid/line.inc.php +42 / -0 M html/includes/graphs/multi-customoid/stacked.inc.php +1 / -3
+53 added
β55 removed
filtered activity
Add detection of extra D-Link DGS devices.
Changed files with action and line counts M includes/definitions/os.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Add Teltonika device discovery and temperature / signal level sensors
Changed files with action and line counts A html/images/os/teltonika.png +1 / -0 A html/images/os/teltonika_2x.png +1 / -0 M includes/definitions/mibs.inc.php +33 / -0 M includes/definitions/os.inc.php +16 / -0
+49 added
0 removed
filtered activity
Changed files with action and line counts A mibs/teltonika non-text +0 / -0 A mibs/teltonika/TELTONIKA-MIB +1,010 / -0
0 added
0 removed
filtered activity
Add support for Alpha Technologies older-style UPS devices.
Changed files with action and line counts M includes/definitions/mibs.inc.php +135 / -20 M includes/definitions/os.inc.php +10 / -2
+145 added
β22 removed
filtered activity
Additional Alpha/Argus MIBs
Changed files with action and line counts A mibs/alpha/ALPHA-CONVERTER-SYS-MIB +288 / -0 A mibs/alpha/ALPHA-INVERTER-SYS-MIB +563 / -0 A mibs/alpha/ALPHA-NOTIFICATION-MIB +597 / -0 A mibs/alpha/ALPHA-RECTIFIER-SYS-MIB +346 / -0 A mibs/alpha/ALPHA-RESOURCE-MIB +1,048 / -0 M mibs/alpha/AlphaPowerSystem-MIB +904 / -2 A mibs/alpha/Argus-Power-System-MIB +799 / -0 A mibs/alpha/Inverter-MIB +1,089 / -0
0 added
0 removed
filtered activity
Add support for Alpha Technologies CXC
Changed files with action and line counts A html/images/os/alpha.png +1 / -0 A html/images/os/alpha_2x.png +1 / -0 M includes/definitions/mibs.inc.php +4,368 / -4,309 M includes/definitions/os.inc.php +14 / -4 A includes/discovery/sensors/alphapowersystem-mib.inc.php +69 / -0
+4,451 added
β4,313 removed
filtered activity
Add Alpha Technologies MIBs
Changed files with action and line counts A mibs/alpha non-text +0 / -0 A mibs/alpha/AlphaPowerSystem-MIB +1,819 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M mibs/apc/PowerNet-MIB +1,010 / -63
0 added
0 removed
filtered activity
re-enable powernet-mib on netbotz
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Sort customoid submenu by oid_descr
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Disable log scale for customoid graphs (will readd as option later)
Changed files with action and line counts M html/includes/graphs/multi-customoid/graph.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix some custom oid UI bugs.
Changed files with action and line counts M html/includes/customoids-navbar.inc.php +2 / -2 M html/includes/entities/oid_entry.inc.php +1 / -0
+3 added
β2 removed
filtered activity
Remove function introduced in r8835 - no longer needed since 8836
Changed files with action and line counts M includes/functions.inc.php +0 / -11
0 added
β11 removed
filtered activity
Fix erroneous function call introduced in r8834
Changed files with action and line counts M includes/rrdtool.inc.php +1 / -1
+1 added
β1 removed
filtered activity
commit missing function
Changed files with action and line counts M includes/functions.inc.php +15 / -0
+15 added
0 removed
filtered activity
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'])
Changed files with action and line counts M includes/rrdtool.inc.php +36 / -28
+36 added
β28 removed
filtered activity
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)
Changed files with action and line counts M includes/config-variables.inc.php +258 / -264 M includes/definitions.inc.php +5 / -0
+263 added
β264 removed
filtered activity
Fix showing netscaler vserver link on ip search
Changed files with action and line counts M html/includes/print/addresses.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Reinstate workaround for array-signalled multiport graphs
Changed files with action and line counts M html/includes/graphs/multi-port/auth.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/polling/loadbalancer/ns-root-mib.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Add sorting to oid table.
Changed files with action and line counts M html/includes/entities/oid_entry.inc.php +36 / -24 M html/includes/print/common.inc.php +1 / -1 M html/pages/ports.inc.php +8 / -5
+45 added
β30 removed
filtered activity
Add aggregate graphs to ports page
Changed files with action and line counts M html/includes/graphs/multi-port/auth.inc.php +5 / -3 M html/pages/ports.inc.php +33 / -0 M includes/functions.inc.php +16 / -0
+54 added
β3 removed
filtered activity
Fix warning type for swraid
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +5 / -1 M includes/definitions/os.inc.php +1 / -0 A includes/discovery/status/swraid-mib.inc.php +43 / -0
+49 added
β1 removed
filtered activity
Actual MIB :D
Changed files with action and line counts M mibs/net-snmp/SWRAID-MIB +123 / -1,155
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +9 / -0 A mibs/net-snmp/SWRAID-MIB +1,180 / -0
+9 added
0 removed
filtered activity
Remove outdated unused nagios_plugins path config directive (+ older uncommitted single quote conversion)
Changed files with action and line counts M includes/config-variables.inc.php +489 / -479 M includes/defaults.inc.php +0 / -1
+489 added
β480 removed
filtered activity
Add F5 virtuals to alerting. Needs entity conversion therapy.
Changed files with action and line counts M includes/definitions/entities.inc.php +12 / -0 M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +12 / -3
+24 added
β3 removed
filtered activity
Add ability to change Custom OID template settings
Changed files with action and line counts M html/includes/customoids-navbar.inc.php +31 / -3 M html/pages/customoid.inc.php +98 / -1
+129 added
β4 removed
filtered activity
Fix table formatting on OID table
Changed files with action and line counts M html/includes/entities/oid_entry.inc.php +6 / -2
+6 added
β2 removed
filtered activity
Collapse alerts/alert checks entity type navbar when there are more than 6 entries
Changed files with action and line counts M html/pages/alert_checks.inc.php +2 / -0 M html/pages/alerts.inc.php +3 / -0
+5 added
0 removed
filtered activity
Fix keyword
Changed files with action and line counts M html/includes/status-portpercent.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Mark pseudowires in state 'dormant' as OK. They're OK, just not being used by the topology.
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add basic discovery of Ciena 6500 devices.
Changed files with action and line counts M includes/definitions/os.inc.php +7 / -0
+7 added
0 removed
filtered activity
Try to sync status summary and cached statuses.
Changed files with action and line counts M html/includes/cache-data.inc.php +9 / -5 M html/includes/status-summary.inc.php +5 / -5
+14 added
β10 removed
filtered activity
Make auth_ldap_ad_domain setting work correctly with multiple servers (to be documented)
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Remove redundant div
Changed files with action and line counts M html/pages/front/default.php +0 / -4
0 added
β4 removed
filtered activity
Correctly close portpercent box
Changed files with action and line counts M html/includes/status-portpercent.inc.php +1 / -3
+1 added
β3 removed
filtered activity
Portpercent extended to have 4 graph formats: single, multi, single_bare, multi_bare and I hate everyone who uses this module.
Changed files with action and line counts M html/includes/status-portpercent.inc.php +54 / -5
+54 added
β5 removed
filtered activity
Switch pollerlog wrapper graphs to use print_graph_row
Changed files with action and line counts M html/pages/pollerlog.inc.php +7 / -4
+7 added
β4 removed
filtered activity
Don't auto-add customoids where the return is min/max of 32bit signed/unsigned values
Changed files with action and line counts M includes/discovery/oids.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Fix count on customoid page
Changed files with action and line counts M html/pages/customoid.inc.php +4 / -1
+4 added
β1 removed
filtered activity
Don't generate gradient when the colour scheme is "mixed"
Changed files with action and line counts M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add Custom OID graphtype entry
Changed files with action and line counts M html/includes/entities/oid_entry.inc.php +8 / -2 M includes/alerts.inc.php +1 / -1 M includes/definitions/graphtypes.inc.php +3 / -1
+12 added
β4 removed
filtered activity
Fix Custom OID aggregate graph to correctly send id.
Changed files with action and line counts M html/pages/customoid.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Remove more debugging
Changed files with action and line counts M includes/groups.inc.php +0 / -2
0 added
β2 removed
filtered activity
Remove debugging (hilariously slow debugging!)
Changed files with action and line counts M includes/alerts.inc.php +2 / -4
+2 added
β4 removed
filtered activity
Allow hiding portpercent graph
Changed files with action and line counts M html/includes/status-portpercent.inc.php +19 / -12
+19 added
β12 removed
filtered activity
Fix ability to add the first OID association by moving form out of print_oid_table.
Changed files with action and line counts M html/includes/entities/oid_entry.inc.php +0 / -41 M html/pages/customoid.inc.php +46 / -0
+46 added
β41 removed
filtered activity
Minor fixes to customoid pages and discovery
Changed files with action and line counts M html/includes/customoids-navbar.inc.php +2 / -2 M html/includes/entities/oid_entry.inc.php +2 / -2 M includes/discovery/oids.inc.php +4 / -3
+8 added
β7 removed
filtered activity
Update UI pages
Changed files with action and line counts M html/pages/customoid.inc.php +97 / -382 M html/pages/customoids.inc.php +10 / -4
+107 added
β386 removed
filtered activity
add extra fields for oids
Changed files with action and line counts A update/352.sql +2 / -0
0 added
0 removed
filtered activity
Fix change later
Changed files with action and line counts M update/351.sql +0 / -1
0 added
0 removed
filtered activity
Add alerting/grouping functionality for custom oids. Allow custom OIDs to be created as autodetect or manual. Still needs some config.
Changed files with action and line counts M html/includes/customoids-navbar.inc.php +17 / -7 A html/includes/entities/oid_entry.inc.php +271 / -0 M html/includes/entities/sensor.inc.php +1 / -1 M html/includes/entities/status.inc.php +2 / -2 M html/includes/functions.inc.php +16 / -13 M html/includes/graphs/customoid/auth.inc.php +2 / -2 M html/includes/graphs/generic_multi_separated.inc.php +4 / -4 M html/includes/graphs/generic_multi_simplex_separated.inc.php +1 / -1 M html/includes/graphs/multi-customoid/auth.inc.php +1 / -1 M html/includes/print/alert_log.inc.php +6 / -1 M html/includes/print/rows.inc.php +1 / -0 M html/pages/alert_checks.inc.php +0 / -1 M html/pages/device/graphs.inc.php +2 / -2 M html/pages/group.inc.php +55 / -79 M html/pages/group_add.inc.php +1 / -0 M includes/alerts.inc.php +77 / -9 M includes/defaults.inc.php +8 / -0 M includes/definitions.inc.php +1 / -1 M includes/definitions/entities.inc.php +15 / -7 M includes/definitions/os.inc.php +1 / -1 M includes/definitions/rewrites.inc.php +1 / -0 M includes/discovery/oids.inc.php +10 / -10 M includes/entities.inc.php +15 / -9 M includes/groups.inc.php +2 / -0 M includes/polling/oids.inc.php +8 / -2 A update/351.sql +6 / -0
+518 added
β153 removed
filtered activity
Trivial: update 348's query is OK to fail, as it will on most installs according to Adam
Changed files with action and line counts M update/348.sql +1 / -0
0 added
0 removed
filtered activity
Add additional debugging output for process_notifications()
Changed files with action and line counts M includes/alerts.inc.php +3 / -0
+3 added
0 removed
filtered activity
August 2017
Add back last changed
Changed files with action and line counts M html/pages/device/alert.inc.php +1 / -0
+1 added
0 removed
filtered activity
Remove debugging output.
Changed files with action and line counts M html/pages/device/alert.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add metric data to alert entry page (remove mostly useless timing)
Changed files with action and line counts M html/pages/device/alert.inc.php +39 / -3
+39 added
β3 removed
filtered activity
Add ability to ignore an alert until ok from the alert_table
Changed files with action and line counts A html/includes/actions non-text +0 / -0 A html/includes/actions/alert_entry_ignore_until_ok.inc.php +27 / -0 M html/includes/print/alert.inc.php +34 / -1 M html/index.php +7 / -0
+68 added
β1 removed
filtered activity
Further modification of portpercent module
Changed files with action and line counts M html/includes/graphs/generic_multi_group_bits.inc.php +37 / -20 M html/includes/status-portpercent.inc.php +4 / -4
+41 added
β24 removed
filtered activity
Fix portpercent graph orientation and added light/dark dir split
Changed files with action and line counts M html/includes/functions.inc.php +22 / -0 M html/includes/graphs/generic_multi_group_bits.inc.php +2 / -3 M html/includes/graphs/multi-port/groups_bits.inc.php +1 / -2
+25 added
β5 removed
filtered activity
Improved graph colouring
Changed files with action and line counts M html/includes/functions.inc.php +35 / -0 M html/includes/graphs/device/bits.inc.php +1 / -8 M html/includes/graphs/generic_multi_separated.inc.php +24 / -2 M html/includes/graphs/generic_multi_simplex_separated.inc.php +10 / -0 M html/includes/graphs/global/poller.inc.php +2 / -1 M html/includes/graphs/global/pollermod.inc.php +2 / -2 M html/includes/status-portpercent.inc.php +1 / -1
+75 added
β14 removed
filtered activity
Ulevel >5 can see all multiport stuff.
Changed files with action and line counts M html/includes/graphs/multi-port/auth.inc.php +3 / -1
+3 added
β1 removed
filtered activity
Add correct navbar generation for f5 entities
Changed files with action and line counts M html/includes/graphs/lb-pool-member/auth.inc.php +9 / -2 M html/includes/graphs/lb-snatpool/auth.inc.php +6 / -2 M html/includes/graphs/lb-virtual/auth.inc.php +5 / -2
+20 added
β6 removed
filtered activity
Add graph for traffic summary/comparison. Add new graphytype for groups of ports.
Changed files with action and line counts A html/includes/graphs/generic_multi_group_bits.inc.php +138 / -0 M html/includes/graphs/graph.inc.php +5 / -4 A html/includes/graphs/multi-port/groups_bits.inc.php +54 / -0 M html/includes/status-portpercent.inc.php +31 / -21
+228 added
β25 removed
filtered activity
Fix title arrays for netscaler graphs in graph browser
Changed files with action and line counts M html/includes/graphs/netscalersvc/auth.inc.php +7 / -2 M html/includes/graphs/netscalersvcgrpmem/auth.inc.php +7 / -0 M html/includes/graphs/netscalervsvr/auth.inc.php +7 / -0
+21 added
β2 removed
filtered activity
Set minimum scale to 0 on sros/jnx_cos graphs
Changed files with action and line counts M html/includes/graphs/port/jnx_cos_queues_common.inc.php +2 / -0 M html/includes/graphs/port/sros_queues_common.inc.php +1 / -1
+3 added
β1 removed
filtered activity
Add new graphtype for multi aggregated simplex
Changed files with action and line counts A html/includes/graphs/generic_multi_group_simplex_separated.inc.php +165 / -0
+165 added
0 removed
filtered activity
Add more granular per-device and per-module perf statistics
Changed files with action and line counts A html/includes/graphs/global/poller.inc.php +53 / -0 A html/includes/graphs/global/pollermod.inc.php +72 / -0 A html/includes/graphs/global/pollermods.inc.php +70 / -0 M html/pages/pollerlog.inc.php +142 / -40
+337 added
β40 removed
filtered activity
Improved hardware/version detect for Pulse Secure devices, added new vendor icon.
Changed files with action and line counts A html/images/os/pulse_secure.png +1 / -0 A html/images/os/pulse_secure_2x.png +1 / -0 M includes/definitions/mibs.inc.php +6 / -6 M includes/definitions/os.inc.php +19 / -10 M includes/polling/os/juniperive.inc.php +9 / -9
+34 added
β25 removed
filtered activity
Added pulsesecure MIB.
Changed files with action and line counts A mibs/pulsesecure non-text +0 / -0 A mibs/pulsesecure/PULSESECURE-PSG-MIB +784 / -0
0 added
0 removed
filtered activity
Add per-module per-device perf
Changed files with action and line counts A html/includes/graphs/device/poller_perfperc.inc.php +41 / -0 M html/pages/device/perf.inc.php +47 / -2
+88 added
β2 removed
filtered activity
Added CSRF attack prevention in global config edit actions.
Changed files with action and line counts M html/pages/settings.inc.php +3 / -1 M html/pages/settings/default.inc.php +9 / -2
+12 added
β3 removed
filtered activity
undebug
Changed files with action and line counts M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +11 / -7
+11 added
β7 removed
filtered activity
Fixed incorrect sensor permissions check.
Changed files with action and line counts M html/includes/cache-data.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add netscaler service surge count
Changed files with action and line counts A html/includes/graphs/device/netscalersvc_surge.inc.php +31 / -0
+31 added
0 removed
filtered activity
Add PanOS GP tunnels
Changed files with action and line counts A html/includes/graphs/device/panos_gptunnels.inc.php +29 / -0
+29 added
0 removed
filtered activity
Updated addhost
Changed files with action and line counts M html/pages/addhost.inc.php +2 / -39
+2 added
β39 removed
filtered activity
Update CSS
Changed files with action and line counts M html/css/observium.css +2 / -0
0 added
0 removed
filtered activity
Fix search icon spacing.
Changed files with action and line counts M html/includes/search/devices.inc.php +1 / -1 M html/includes/search/ip-addresses.inc.php +1 / -1 M html/includes/search/ports.inc.php +1 / -1 M html/includes/search/sensors.inc.php +1 / -1 M html/includes/search/status.inc.php +1 / -1
+5 added
β5 removed
filtered activity
Warning isn't ok :D
Changed files with action and line counts M html/includes/cache-data.inc.php +4 / -3
+4 added
β3 removed
filtered activity
Fix comment style
Changed files with action and line counts M includes/port-descr-parser.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Remove old code
Changed files with action and line counts M html/pages/bills.inc.php +1 / -14
+1 added
β14 removed
filtered activity
Fix box css
Changed files with action and line counts M html/css/bootstrap/less/boxes.less +2 / -2
0 added
0 removed
filtered activity
Updated alerter.php
Changed files with action and line counts M alerter.php +2 / -11
+2 added
β11 removed
filtered activity
Remove newline
Changed files with action and line counts M html/pages/syslog_rules.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add MIBs
Changed files with action and line counts A mibs/fortinet/FORTINET-FORTIADC-MIB +2,899 / -0 A mibs/juniper/Juniper-QoS-MIB +2,823 / -0
0 added
0 removed
filtered activity
Add ability to alert on F5 pools. Add per-module performance rrds.
Changed files with action and line counts M includes/definitions/entities.inc.php +20 / -0 M includes/definitions/graphtypes.inc.php +13 / -0 M includes/definitions/mibs.inc.php +7 / -0 M includes/definitions/rewrites.inc.php +3 / -0 M includes/definitions/rrdtypes.inc.php +7 / -0 M includes/polling/functions.inc.php +5 / -0 M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +28 / -5
+83 added
β5 removed
filtered activity
Remove superfluous output
Changed files with action and line counts M includes/discovery/ip-addresses.inc.php +0 / -4
0 added
β4 removed
filtered activity
Remove some superfluous CLI output
Changed files with action and line counts M includes/discovery/arp-table.inc.php +0 / -2 M includes/discovery/inventory.inc.php +0 / -2 M includes/discovery/neighbours.inc.php +0 / -2 M includes/discovery/neighbours/ospf-mib.inc.php +2 / -1 M includes/discovery/ports-stack.inc.php +0 / -2 M includes/discovery/printersupplies.inc.php +0 / -2 M includes/discovery/processors.inc.php +0 / -2 M includes/discovery/pseudowires.inc.php +0 / -2 M includes/discovery/sensors.inc.php +6 / -1 M includes/discovery/sla.inc.php +0 / -1 M includes/discovery/ucd-diskio.inc.php +0 / -1 M includes/discovery/virtual-machines.inc.php +0 / -2 M includes/discovery/vlans.inc.php +0 / -2
+8 added
β22 removed
filtered activity
Removed mistake authlog column from basic schema.
Changed files with action and line counts M update/db_schema_mysql.sql +0 / -1
0 added
0 removed
filtered activity
Added CSRF attacks prevention in user/device actions.
Changed files with action and line counts M html/includes/authenticate.inc.php +9 / -0 M html/includes/functions.inc.php +47 / -1 M html/includes/print/search.inc.php +18 / -0 M html/pages/addhost.inc.php +1 / -1 M html/pages/adduser.inc.php +1 / -1 M html/pages/edituser.inc.php +10 / -7 M html/pages/edituser/deleteuser.inc.php +1 / -1 M html/pages/preferences.inc.php +4 / -3 M includes/definitions.inc.php +3 / -0 A libs/hash-compat non-text +0 / -0 A libs/hash-compat/LICENSE +19 / -0 A libs/hash-compat/hash_equals.php +73 / -0 A libs/hash-compat/hash_pbkdf2.php +174 / -0
+94 added
β14 removed
filtered activity
Updated MIBs arista, ibm, ligowave, velocity.
Changed files with action and line counts M mibs/arista/ARISTA-CONFIG-COPY-MIB +1 / -0 A mibs/arista/ARISTA-HARDWARE-UTILIZATION-MIB +306 / -0 M mibs/arista/ARISTA-IF-MIB +18 / -2 M mibs/arista/ARISTA-MAU-MIB +134 / -14 A mibs/arista/ARISTA-NEXTHOP-GROUP-MIB +286 / -0 M mibs/arista/ARISTA-PRODUCTS-MIB +255 / -44 M mibs/arista/ARISTA-QOS-MIB +92 / -8 M mibs/arista/ARISTA-TEST-MIB +6 / -3 M mibs/ibm/IBM-GbTOR-10G-L2L3-MIB +1,354 / -339 M mibs/ligo/LIGO-GENERIC-MIB +86 / -2 M mibs/ligo/LIGO-WIRELESS-MIB +10 / -10 A mibs/velocity non-text +0 / -0 A mibs/velocity/VELOCITY-MIB +671 / -0 A mibs/velocity/VELOCITY-TYPES +23 / -0
0 added
0 removed
filtered activity
Improve Netbotz sensors support
Changed files with action and line counts M includes/discovery/sensors/netbotzv2-mib.inc.php +66 / -40 A update/350.php +45 / -0
+111 added
β40 removed
filtered activity
Add discovery of Arris E6000
Changed files with action and line counts M includes/definitions/os.inc.php +8 / -1
+8 added
β1 removed
filtered activity
Extend tranding to other types. Only show button when it's available on the graph type.
Changed files with action and line counts M html/includes/graphs/customoid/graph.inc.php +4 / -3 M html/includes/graphs/generic_multi_line.inc.php +7 / -2 M html/includes/graphs/multi-customoid/graph.inc.php +2 / -1 M html/pages/graphs.inc.php +4 / -1
+17 added
β7 removed
filtered activity
Add trend prediction to customoid graphs (questionable usefulness!)
Changed files with action and line counts M html/includes/graphs/generic_simplex.inc.php +11 / -0
+11 added
0 removed
filtered activity
Improve Liebert collection
Changed files with action and line counts M includes/definitions/mibs.inc.php +28 / -2
+28 added
β2 removed
filtered activity
Add Atmedia MIB
Changed files with action and line counts A mibs/atmedia non-text +0 / -0 A mibs/atmedia/ATMEDIA-MIB +2,492 / -0
0 added
0 removed
filtered activity
Add atmedia discovery and icon
Changed files with action and line counts A html/images/os/atmedia.png +1 / -0 A html/images/os/atmedia_2x.png +1 / -0 M includes/definitions/os.inc.php +15 / -0
+15 added
0 removed
filtered activity
Disable multiget for ironware temporarily
Changed files with action and line counts M includes/polling/sensors.inc.php +8 / -5
+8 added
β5 removed
filtered activity
Improve support for Brocade VTM.
Changed files with action and line counts M includes/definitions/mibs.inc.php +7 / -0 M includes/definitions/os.inc.php +12 / -0 M mibs/riverbed/ZXTM-MIB-SMIv2 +1,020 / -55
+19 added
0 removed
filtered activity
Add support for graphing of Perle Mediaconverter Management cards.
Changed files with action and line counts M includes/definitions/mibs.inc.php +9 / -0 M includes/definitions/os.inc.php +12 / -0 A includes/discovery/inventory/perle-mcr-mgt-mib.inc.php +107 / -0 A includes/discovery/sensors/perle-mcr-mgt-mib.inc.php +119 / -0
+247 added
0 removed
filtered activity
Add Perle MIB and icons
Changed files with action and line counts A html/images/os/perle.png +1 / -0 A html/images/os/perle_2x.png +1 / -0 A mibs/perle non-text +0 / -0 A mibs/perle/PERLE-MCR-MGT-MIB +23,260 / -0
0 added
0 removed
filtered activity
Add support for graphing A10 CGN global statistics.
Changed files with action and line counts M includes/definitions/graphtypes.inc.php +148 / -1 A includes/polling/graphs/a10-ax-cgn-mib non-text +0 / -0 A includes/polling/graphs/a10-ax-cgn-mib/axIpNatLsnGlobalStats.inc.php +61 / -0
+209 added
β1 removed
filtered activity
Improve custom oid UI elements
Changed files with action and line counts M html/includes/customoids-navbar.inc.php +10 / -0 M html/pages/customoid.inc.php +146 / -33 M html/pages/customoids.inc.php +12 / -0 A update/349.sql +2 / -0
+168 added
β33 removed
filtered activity
Enable customoid discovery module.
Changed files with action and line counts M includes/defaults.inc.php +1 / -0
+1 added
0 removed
filtered activity
Remove erroneous field from authlog (only exists on newer installs).
Changed files with action and line counts A update/348.sql +1 / -0
0 added
0 removed
filtered activity
Add autodiscovery of custom oids
Changed files with action and line counts A includes/discovery/oids.inc.php +54 / -0
+54 added
0 removed
filtered activity
Temporary fixed caching in mempools polling. (Will be converted to definitions).
Changed files with action and line counts M includes/polling/mempools/agent-general-mib.inc.php +15 / -2 M includes/polling/mempools/bluecoat-sg-proxy-mib.inc.php +16 / -3 M includes/polling/mempools/bluecoat-sg-usage-mib.inc.php +15 / -3 M includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php +1 / -1 M includes/polling/mempools/cisco-entity-qfp-mib.inc.php +1 / -1 M includes/polling/mempools/cisco-process-mib.inc.php +1 / -1 M includes/polling/mempools/extreme-software-monitor-mib.inc.php +15 / -2 M includes/polling/mempools/f10-c-series-chassis-mib.inc.php +14 / -2 M includes/polling/mempools/f10-chassis-mib.inc.php +1 / -1 M includes/polling/mempools/f10-m-series-chassis-mib.inc.php +15 / -2 M includes/polling/mempools/f5-bigip-system-mib.inc.php +17 / -4 M includes/polling/mempools/huawei-entity-extent-mib.inc.php +15 / -2 M includes/polling/mempools/juniper-srx5000-spu-monitoring-mib.inc.php +13 / -1 M includes/polling/mempools/netswitch-mib.inc.php +15 / -2 M includes/polling/mempools/oneaccess-sys-mib.inc.php +16 / -2 M includes/polling/mempools/s5-chassis-mib.inc.php +15 / -2 M includes/polling/mempools/smartnode-mib.inc.php +15 / -1 M includes/polling/mempools/zxr10-mib.inc.php +1 / -1
+201 added
β33 removed
filtered activity
Changed files with action and line counts M includes/polling/mempools/cisco-memory-pool-mib.inc.php +2 / -2 M includes/polling/mempools/juniper-mib.inc.php +13 / -3
+15 added
β5 removed
filtered activity
Fixed "undefined function is_cli()" in definitions.
Changed files with action and line counts M includes/definitions.inc.php +0 / -6 M includes/sql-config.inc.php +8 / -2
+8 added
β8 removed
filtered activity
Improved detect hardware/version for Deliberant/LigoWave devices. Restored ports_separate_walk default for Brocade NOS.
Changed files with action and line counts D html/images/os/ligo.png +0 / -1 D html/images/os/ligo_2x.png +0 / -1 A html/images/os/ligowave.png +1 / -0 A html/images/os/ligowave_2x.png +1 / -0 M includes/definitions/os.inc.php +15 / -10
+15 added
β10 removed
filtered activity
Add Ligo logos
Changed files with action and line counts A html/images/os/ligo.png +1 / -0 A html/images/os/ligo_2x.png +1 / -0
0 added
0 removed
filtered activity
Add Ligowave detection. Add some other definitions changes.
Changed files with action and line counts M includes/definitions/entities.inc.php +248 / -7 M includes/definitions/mibs.inc.php +20 / -1 M includes/definitions/os.inc.php +13 / -1 M includes/definitions/wui.inc.php +1 / -1
+282 added
β10 removed
filtered activity
Add Ligo Wireless MIBs
Changed files with action and line counts A mibs/ligo non-text +0 / -0 A mibs/ligo/LIGO-802DOT11-EXT-MIB +453 / -0 A mibs/ligo/LIGO-ATHDRV-STATS-MIB +1,893 / -0 A mibs/ligo/LIGO-GENERIC-MIB +55 / -0 A mibs/ligo/LIGO-RADIO3-DRV-MIB +812 / -0 A mibs/ligo/LIGO-W-JET-MIB +555 / -0 A mibs/ligo/LIGO-W-JET-MIMO-MIB +145 / -0 A mibs/ligo/LIGO-WIRELESS-MIB +462 / -0 A mibs/ligo/LIGOWAVE-MIB +37 / -0
0 added
0 removed
filtered activity
undebug
Changed files with action and line counts M includes/discovery/sensors/juniper-dom-mib.inc.php +0 / -1 M includes/polling/ports/juniper-cos-mib.inc.php +1 / -1 M includes/polling/ports/timetra-port-mib.inc.php +5 / -5
+6 added
β7 removed
filtered activity
Add support for sensors from Sentry4 devices.
Changed files with action and line counts A includes/discovery/sensors/sentry4-mib.inc.php +176 / -0
+176 added
0 removed
filtered activity
Disable portpercent link, since there's nowhere it can go.
Changed files with action and line counts M html/pages/front/default.php +1 / -1
+1 added
β1 removed
filtered activity
Disable ports separate walk on NOS
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add multilane DOM optics for JunOS.
Changed files with action and line counts M includes/discovery/sensors/juniper-dom-mib.inc.php +150 / -59
+150 added
β59 removed
filtered activity
Fix in/egress sros queues display
Changed files with action and line counts M html/pages/sros_queues.inc.php +5 / -1
+5 added
β1 removed
filtered activity
Add settings for jnx/sros cos graphs
Changed files with action and line counts M includes/definitions/rrdtypes.inc.php +43 / -0 M includes/polling/ports.inc.php +2 / -1
+45 added
β1 removed
filtered activity
Improve JNX/SROS CoS graphing
Changed files with action and line counts A html/includes/graphs/global/jnx_cos_queues.inc.php +66 / -0 A html/includes/graphs/global/sros_queues.inc.php +65 / -0 A html/includes/graphs/port/jnx_QedBytes.inc.php +23 / -0 A html/includes/graphs/port/jnx_QedPkts.inc.php +23 / -0 A html/includes/graphs/port/jnx_TailDropPkts.inc.php +23 / -0 A html/includes/graphs/port/jnx_TotalRedDropBytes.inc.php +23 / -0 A html/includes/graphs/port/jnx_TotalRedDropPkts.inc.php +23 / -0 D html/includes/graphs/port/jnx_cos_queues_bits.inc.php +0 / -23 M html/includes/graphs/port/jnx_cos_queues_common.inc.php +2 / -3 D html/includes/graphs/port/jnx_cos_queues_pkts.inc.php +0 / -23 D html/includes/graphs/port/jnx_cos_queues_reddropbits.inc.php +0 / -23 D html/includes/graphs/port/jnx_cos_queues_reddroppkts.inc.php +0 / -23 D html/includes/graphs/port/jnx_cos_queues_taildroppkts.inc.php +0 / -23 M html/includes/graphs/port/sros_queues_common.inc.php +10 / -1 M html/pages/device/port/jnx_cos_queues.inc.php +6 / -6 M html/pages/device/port/sros_queues.inc.php +9 / -1 A html/pages/jnx_cos_queues.inc.php +81 / -0 A html/pages/sros_queues.inc.php +88 / -0
+442 added
β126 removed
filtered activity
Add ability to graph CoS queues on Juniper and Alcatel devices.
Showing the first 30 paths; 3 more are omitted from this static page.
Changed files with action and line counts M html/includes/graphs/generic_multi.inc.php +25 / -2 A html/includes/graphs/port/jnx_cos_queue.inc.php +98 / -0 A html/includes/graphs/port/jnx_cos_queues_bits.inc.php +23 / -0 A html/includes/graphs/port/jnx_cos_queues_common.inc.php +52 / -0 A html/includes/graphs/port/jnx_cos_queues_pkts.inc.php +23 / -0 A html/includes/graphs/port/jnx_cos_queues_reddropbits.inc.php +23 / -0 A html/includes/graphs/port/jnx_cos_queues_reddroppkts.inc.php +23 / -0 A html/includes/graphs/port/jnx_cos_queues_taildroppkts.inc.php +23 / -0 A html/includes/graphs/port/sros_EgressDroInProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressDroInProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressDroOutProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressDroOutProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressFwdInProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressFwdInProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressFwdOutProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_EgressFwdOutProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressDroInProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressDroInProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressDroOutProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressDroOutProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressFwdInProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressFwdInProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressFwdOutProfOcts.inc.php +25 / -0 A html/includes/graphs/port/sros_IngressFwdOutProfPkts.inc.php +25 / -0 A html/includes/graphs/port/sros_queue.inc.php +61 / -0 A html/includes/graphs/port/sros_queues_common.inc.php +38 / -0 M html/pages/device/port.inc.php +12 / -0 A html/pages/device/port/jnx_cos_queues.inc.php +98 / -0 A html/pages/device/port/sros_queues.inc.php +97 / -0 A includes/polling/ports/juniper-cos-mib.inc.php +71 / -0
+1,371 added
β2 removed
filtered activity
Remove graph data from message tags array in notification table.
Changed files with action and line counts M includes/alerts.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed clean instances stats in poller-wrapper.
Changed files with action and line counts M poller-wrapper.py +7 / -7
+7 added
β7 removed
filtered activity
Fix text label on status summary
Changed files with action and line counts M html/includes/status-summary.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Discover D-Link IP cameras
Changed files with action and line counts M includes/definitions/os.inc.php +18 / -0
+18 added
0 removed
filtered activity
Change default placeholder to be something that doesn't exist. :DDD
Changed files with action and line counts M includes/defaults.inc.php +15 / -12
+15 added
β12 removed
filtered activity
Improved detect IPv6 IP SLA targets on Cisco devices. Added sla_target field for slas table.
Changed files with action and line counts M html/includes/entities/sla.inc.php +4 / -1 M includes/definitions/mibs.inc.php +5 / -1 M includes/discovery/slas/cisco-rttmon-mib.inc.php +39 / -16 M includes/discovery/slas/disman-ping-mib.inc.php +4 / -3 M includes/entities.inc.php +13 / -1 A update/347.sql +1 / -0
+65 added
β22 removed
filtered activity
Improve F5 status entity definitions
Changed files with action and line counts M includes/definitions/mibs.inc.php +28 / -4
+28 added
β4 removed
filtered activity
Improved detect Geist IMD PDU. Added discovery sensors by
GEIST-IMD-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +123 / -2 M includes/definitions/os.inc.php +6 / -0
+129 added
β2 removed
filtered activity
Added geist mib.
Changed files with action and line counts A mibs/geist/GEIST-IMD-MIB +2,030 / -0
0 added
0 removed
filtered activity
Really correct endpoint variable documentation in webhook transport source code
Changed files with action and line counts M includes/alerting/webhook.inc.php +0 / -1
0 added
β1 removed
filtered activity
Correct endpoint variable documentation in webhook transport source code
Changed files with action and line counts M includes/alerting/webhook.inc.php +1 / -2
+1 added
β2 removed
filtered activity
Improve sensor status table entry
Changed files with action and line counts M html/includes/cache-data.inc.php +5 / -4 M html/includes/status-summary.inc.php +2 / -2
+7 added
β6 removed
filtered activity
Improve status caching.
Changed files with action and line counts M html/includes/cache-data.inc.php +6 / -5
+6 added
β5 removed
filtered activity
Add detection for IBM SVC devices. (not much in their SNMP to support though)
Changed files with action and line counts M includes/definitions/os.inc.php +7 / -0
+7 added
0 removed
filtered activity
Changed files with action and line counts M mibs/ibm/IBM-SVC-MIB +55 / -6
0 added
0 removed
filtered activity
July 2017
Add Redline MIBs
Changed files with action and line counts A mibs/redline non-text +0 / -0 A mibs/redline/REDLINE-AN50-MIB +1,149 / -0 A mibs/redline/REDLINE-AN50-PMP-V1-MIB +535 / -0 A mibs/redline/REDLINE-AN50-PMP-V2-MIB +1,186 / -0 A mibs/redline/REDLINE-AN80I-IF-MIB +1,173 / -0 A mibs/redline/REDLINE-AN80I-MIB +759 / -0 A mibs/redline/REDLINE-BS-MIB +803 / -0 A mibs/redline/REDLINE-E1T1-MIB +663 / -0 A mibs/redline/REDLINE-MIB +119 / -0 A mibs/redline/REDLINE-PRODUCTS-MIB +112 / -0 A mibs/redline/REDLINE-SYSTEM-MIB +1,130 / -0
0 added
0 removed
filtered activity
No, debugging is not for you!
Changed files with action and line counts M html/pages/device/edit/device.inc.php +0 / -2
0 added
β2 removed
filtered activity
Fix device update form to correctly call description 'purpose'.
Changed files with action and line counts M html/pages/device/edit/device.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Add searching of serial numbers and model names in the inventory table.
Changed files with action and line counts A html/includes/search/inventory.inc.php +56 / -0 M includes/definitions.inc.php +7 / -0
+63 added
0 removed
filtered activity
Add Dovecot collection and graphing via the UNIX agent
Changed files with action and line counts A html/includes/graphs/application/dovecot_auth.inc.php +47 / -0 A html/includes/graphs/application/dovecot_auth_cache.inc.php +44 / -0 A html/includes/graphs/application/dovecot_cache.inc.php +44 / -0 A html/includes/graphs/application/dovecot_commands.inc.php +44 / -0 A html/includes/graphs/application/dovecot_connected.inc.php +44 / -0 A html/includes/graphs/application/dovecot_cpu.inc.php +45 / -0 A html/includes/graphs/application/dovecot_io.inc.php +49 / -0 A html/includes/graphs/application/dovecot_pages.inc.php +45 / -0 A html/includes/graphs/application/dovecot_storage.inc.php +47 / -0 A html/includes/graphs/application/dovecot_usage.inc.php +45 / -0 A html/pages/device/apps/dovecot.inc.php +25 / -0 M includes/definitions/apps.inc.php +1 / -0 M includes/definitions/rrdtypes.inc.php +35 / -0 A includes/polling/applications/dovecot.inc.php +81 / -0 A scripts/agent-local/dovecot +5 / -0
+601 added
0 removed
filtered activity
Add C-Data MIBs and cdata/paloalto icons.
Changed files with action and line counts A html/images/os/cdata.png +1 / -0 A html/images/os/cdata_2x.png +1 / -0 M html/images/os/paloalto.png non-text +0 / -0 A html/images/os/paloalto_2x.png +1 / -0 A mibs/cdata non-text +0 / -0 A mibs/cdata/EPON-EOC-MIB +197 / -0 A mibs/cdata/FD-OLT-MIB +3,486 / -0 A mibs/cdata/FD-ONU-MIB +3,119 / -0 A mibs/cdata/FD-PERFORMANCE-MIB +2,289 / -0 A mibs/cdata/FD-SWITCH-MIB +1,481 / -0 A mibs/cdata/FD-SYSTEM-MIB +1,179 / -0 A mibs/cdata/FD-TRAP-MIB +206 / -0 A mibs/cdata/NE-ALARM-MIB +24 / -0 A mibs/cdata/NSCRTV-EPONEOC-MOD-EOC-MIB +2,198 / -0 A mibs/cdata/SPC200 +2,896 / -0 A mibs/cdata/SPIDCOM-ALARM-MIB +455 / -0 A mibs/cdata/SPIDCOM-MIB +20 / -0 A mibs/cdata/SPIDCOM-NOTIFICATION-MIB +27 / -0 A mibs/cdata/SPIDCOM-TRAPS +113 / -0 A mibs/cdata/XXX-MIB +1,027 / -0
0 added
0 removed
filtered activity
Add support for C-Data and Eltex devices.
Changed files with action and line counts M includes/definitions/mibs.inc.php +176 / -0 M includes/definitions/os.inc.php +19 / -1
+195 added
β1 removed
filtered activity
Extend TP-Link AP detection
Changed files with action and line counts M includes/definitions/os.inc.php +5 / -0
+5 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/hh3c-entity-ext-mib.inc.php +17 / -6
+17 added
β6 removed
filtered activity
Don't set autoscale max if we're using log scales for MRTG type.
Changed files with action and line counts M html/includes/graphs/common.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add more HP MIBs to Windows OS
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts A mibs/dell/DELLRCSG2-TRAP-MIB +3,001 / -0
0 added
0 removed
filtered activity
Add cpu/mem graphs to NOS overview
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -0
+2 added
0 removed
filtered activity
Add/fix/improve support for Logical and Physical drives via
CPQIDA-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +46 / -5 M includes/discovery/sensors/cpqida-mib.inc.php +43 / -17
+89 added
β22 removed
filtered activity
Add basic support for Peplink Balance
Changed files with action and line counts M includes/definitions/mibs.inc.php +9 / -0 M includes/definitions/os.inc.php +17 / -1
+26 added
β1 removed
filtered activity
Update Dasan icons.
Changed files with action and line counts M html/images/os/dasan.png non-text +0 / -0 A html/images/os/dasan_2x.png +1 / -0
0 added
0 removed
filtered activity
Add support for detection of Peplink Pepwave AP devices (3.x MIBs). Add Peplink MIBs
Changed files with action and line counts A html/images/os/peplink.png +1 / -0 A html/images/os/peplink_2x.png +1 / -0 M includes/definitions/mibs.inc.php +21 / -0 M includes/definitions/os.inc.php +16 / -0 A mibs/peplink non-text +0 / -0 A mibs/peplink/AP-L2TP +440 / -0 A mibs/peplink/AP-MANAGEMENT +498 / -0 A mibs/peplink/AP-RADIO +1,116 / -0 A mibs/peplink/AP-SPEEDFUSION +443 / -0 A mibs/peplink/AP-STATION +327 / -0 A mibs/peplink/AP-SYSTEM-BASIC +442 / -0 A mibs/peplink/AP-SYSTEM-NETWORK +586 / -0 A mibs/peplink/AP-WDS +335 / -0 A mibs/peplink/AP-WLAN +1,547 / -0 A mibs/peplink/DEVICE +112 / -0 A mibs/peplink/GRE +184 / -0 A mibs/peplink/LAN +86 / -0 A mibs/peplink/PEPLINK-BALANCE-MIB +507 / -0 A mibs/peplink/PEPVPN-SPEEDFUSION +311 / -0 A mibs/peplink/PEPWAVE-MAX-MIB +503 / -0 A mibs/peplink/WAN +436 / -0 A mibs/peplink/WLC +707 / -0
+37 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add unit tests for ireplace transformation
Changed files with action and line counts M tests/IncludesFunctionsTest.php +10 / -0
0 added
0 removed
filtered activity
Remove static ROM version from Sonicwall version field; add 'ireplace' transformation for case-insensitive replacement. Move sonicwall version code to definitions.
Changed files with action and line counts M includes/definitions/mibs.inc.php +4 / -0 M includes/functions.inc.php +6 / -1 D includes/polling/os/sonicwall.inc.php +0 / -24
+10 added
β25 removed
filtered activity
Changed files with action and line counts A mibs/squid non-text +0 / -0 A mibs/squid/SQUID-MIB +1,056 / -0
0 added
0 removed
filtered activity
Cleanup WTI and Synology os/hardware detection.
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1 M includes/definitions/os.inc.php +5 / -10
+6 added
β11 removed
filtered activity
Additional D-Link sysobject ID
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Improve Synology Discovery
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Fix pagecount graph unit text
Changed files with action and line counts M html/includes/graphs/device/pagecount.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix status page popup link generation and usage of correct graph name
Changed files with action and line counts M html/includes/entities/device.inc.php +6 / -4
+6 added
β4 removed
filtered activity
Fix adding additional associations to groups.
Changed files with action and line counts M html/includes/group-navbar.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Add discovery for Ekinops 360 DWDM platform
Changed files with action and line counts A html/images/os/ekinops.png +1 / -0 A html/images/os/ekinops_2x.png +1 / -0 M includes/definitions/os.inc.php +29 / -0
+29 added
0 removed
filtered activity
June 2017
Add storage support to API. Prevent some device data being sent in API.
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +8 / -8 M html/api/v0/includes/bills.inc.php +16 / -5 M html/api/v0/includes/ports.inc.php +4 / -4 A html/api/v0/includes/storage.inc.php +47 / -0 M html/api/v0/index.php +1 / -1 M html/includes/entities/mempool.inc.php +5 / -4 M html/includes/entities/storage.inc.php +7 / -8
+88 added
β30 removed
filtered activity
Add ipv4/ipv6 address support to API
Changed files with action and line counts A html/api/v0/includes/address.inc.php +103 / -0 M html/api/v0/index.php +2 / -0
+105 added
0 removed
filtered activity
Additional (and modified) Avaya MIBs
Changed files with action and line counts A mibs/avaya/APPLIC-MIB +4,318 / -0 A mibs/avaya/AVAYA-APPL-MEM-MANAGER +167 / -0 A mibs/avaya/AVAYA-ENTITY-MIB +832 / -0 A mibs/avaya/AVAYA-IPSEC-MIB +2,721 / -0 A mibs/avaya/AVAYA-LOAD-MIB +1,718 / -0 A mibs/avaya/AVAYA-RTP-MIB +1,644 / -0 A mibs/avaya/AVAYA-SAA-TRACK-MIB +961 / -0 A mibs/avaya/AVAYA-SURV-MIB +2,433 / -0 A mibs/avaya/AVEISPROD-MIB +242 / -0 A mibs/avaya/CIG-CLIENTS-MIB +826 / -0 A mibs/avaya/CIG-SERVERS-MIB +1,163 / -0 A mibs/avaya/CONFIG-MIB +6,411 / -0 A mibs/avaya/CROUTE-MIB +6,351 / -0 M mibs/avaya/G3-AVAYA-MIB +3 / -7 A mibs/avaya/G700-MG-MIB +4,873 / -0 A mibs/avaya/GEN-MIB +284 / -0 A mibs/avaya/LOAD-MIB +1,335 / -0 A mibs/avaya/Lannet-Trapsv2-MIB +1,556 / -0 A mibs/avaya/POLICY-MIB +4,855 / -0 A mibs/avaya/SECURITY-MANAGEMENT-MIB +1,309 / -0 A mibs/avaya/UTILIZATION-MANAGEMENT-MIB +322 / -0 A mibs/avaya/WAN-MIB +2,536 / -0 A mibs/avaya/XSWITCH-MIB +5,049 / -0
0 added
0 removed
filtered activity
Add support for WTI RSM/TSM management devices.
Changed files with action and line counts A html/images/os/wti.png +1 / -0 A html/images/os/wti_2x.png +1 / -0 M includes/definitions/mibs.inc.php +9 / -0 M includes/definitions/os.inc.php +12 / -0 A mibs/wti non-text +0 / -0 A mibs/wti/WTI-RSM-TSM-MIB +797 / -0
+21 added
0 removed
filtered activity
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
Changed files with action and line counts M discovery.php +8 / -1 A observium-wrapper +2 / -0 M poll-billing.php +14 / -10 M poller-wrapper.py +255 / -87
+279 added
β98 removed
filtered activity
Clean poll-billing
Changed files with action and line counts M poll-billing.php +1 / -1
+1 added
β1 removed
filtered activity
Don't try to poll ports on down devices.
Changed files with action and line counts M poll-billing.php +17 / -16
+17 added
β16 removed
filtered activity
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.
Changed files with action and line counts M includes/common.inc.php +132 / -45 M tests/IncludesCommonTest.php +30 / -0
+132 added
β45 removed
filtered activity
Minor rearrangement of syslog notification queuer.
Changed files with action and line counts M includes/syslog.inc.php +24 / -26
+24 added
β26 removed
filtered activity
Fix email backend trying to mail [device_id]@[observium_hostname] when sending alert notifications
Changed files with action and line counts M includes/alerting/email.inc.php +12 / -12
+12 added
β12 removed
filtered activity
Fixed syslog notifications (according to latest changes).
Changed files with action and line counts M includes/syslog.inc.php +25 / -18
+25 added
β18 removed
filtered activity
Remove "alerted" field in syslog alertlog
Changed files with action and line counts M html/includes/print/logalert.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Fix use of legacy variable in telegram transport
Changed files with action and line counts M includes/alerting/telegram.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed default agrument for process_notifications(). Removed unused config option.
Changed files with action and line counts M includes/alerts.inc.php +2 / -4 M includes/config-variables.inc.php +0 / -7 M includes/defaults.inc.php +0 / -2
+2 added
β13 removed
filtered activity
Improve alert notification generation and queue usage. Will retry failed alerts now.
Changed files with action and line counts M includes/alerting/email.inc.php +5 / -2 M includes/alerts.inc.php +1,174 / -1,193 M test_alert.php +7 / -5
+1,186 added
β1,200 removed
filtered activity
Pre-cache all processor oids in polling using
snmp_get_multi_oid(). Fixed discovery processor by CISCOSB-
rndMng .
Changed files with action and line counts M includes/discovery/processors/ciscosb-rndmng.inc.php +2 / -2 M includes/polling/functions.inc.php +8 / -5 M includes/polling/processors.inc.php +20 / -5 M includes/polling/processors/ciena.inc.php +7 / -1 M includes/polling/processors/dnos-switching-mib.inc.php +7 / -1 M includes/polling/processors/edgeswitch-switching-mib.inc.php +7 / -1 M includes/polling/processors/nos.inc.php +7 / -1 M includes/polling/processors/powerconnect.inc.php +7 / -1 M includes/polling/processors/ucd-old.inc.php +8 / -1 M includes/polling/sensors.inc.php +1 / -1 M includes/polling/status.inc.php +1 / -1
+75 added
β20 removed
filtered activity
Simplify sensors/status polling caching, use snmp_get_multi_oid() instead snmp_walk_*.
Changed files with action and line counts M includes/definitions/sensors.inc.php +10 / -10 M includes/polling/sensors.inc.php +80 / -73 M includes/polling/status.inc.php +83 / -75
+173 added
β158 removed
filtered activity
Remove erroneous output during loadbalancing poller.
Changed files with action and line counts M includes/polling/loadbalancer.inc.php +0 / -4
0 added
β4 removed
filtered activity
Add config.php.default note to use web ui
Changed files with action and line counts M config.php.default +3 / -0
+3 added
0 removed
filtered activity
Correctly extend port filters to match against both
ifDescr and
ifName
Changed files with action and line counts M includes/functions.inc.php +16 / -4
+16 added
β4 removed
filtered activity
undebug.
Changed files with action and line counts M includes/alerts.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed alert notifications send (appear in r8653). Added config option to WUI editor for Enable/Disable use notifications queue.
Changed files with action and line counts M includes/alerts.inc.php +22 / -18 M includes/config-variables.inc.php +7 / -0 M includes/defaults.inc.php +2 / -0 M test_alert.php +4 / -0
+35 added
β18 removed
filtered activity
Fixed small html mistakes.
Changed files with action and line counts M html/includes/functions.inc.php +1 / -1 M html/index.php +2 / -2
+3 added
β3 removed
filtered activity
Add timestamp to alert data array. Use timestamp in telegram transport.
Changed files with action and line counts M includes/alerts.inc.php +62 / -35 M includes/definitions/transports.inc.php +6 / -0 M includes/templates/notification/telegram_text.tpl +1 / -0
+69 added
β35 removed
filtered activity
Complete improvements to device/edit/ports/ page.
Changed files with action and line counts M html/pages/device/edit/ports.inc.php +21 / -11
+21 added
β11 removed
filtered activity
Improved sensors poll caching with not numeric indexes.
Changed files with action and line counts M includes/polling/functions.inc.php +1 / -0 M includes/polling/sensors.inc.php +11 / -1 M includes/polling/status.inc.php +3 / -1
+15 added
β2 removed
filtered activity
Allow to override device type from default in polling.
Changed files with action and line counts M html/pages/device/edit/device.inc.php +82 / -17 M includes/polling/os.inc.php +3 / -1 M includes/polling/os/meraki.inc.php +3 / -2 M includes/polling/os/unix.inc.php +12 / -4
+100 added
β24 removed
filtered activity
Fixed reenable in wui initially disabled (in definitions) MIBs. Reoraganize RFC/NET-SNMP MIBs in definitions (moved to top).
Changed files with action and line counts M html/pages/mibs.inc.php +17 / -6 M includes/definitions/mibs.inc.php +360 / -357
+377 added
β363 removed
filtered activity
Fixed snmp walk/get OIDs with string indexes. Added unit tests for this.
Changed files with action and line counts M includes/snmp.inc.php +8 / -8 M tests/SnmpDataTest2.php +26 / -13 A tests/data/snmp non-text +0 / -0 A tests/data/snmp/snmp_walk_multipart_oid-1.json +32 / -0 A tests/data/snmp/snmp_walk_multipart_oid-2.json +8 / -0 A tests/data/snmp/snmp_walk_multipart_oid-3.json +26 / -0
+8 added
β8 removed
filtered activity
Minor improvements to device/edit/ports page
Changed files with action and line counts M html/pages/device/edit/ports.inc.php +9 / -9
+9 added
β9 removed
filtered activity
Improve button styles
Changed files with action and line counts M html/css/bootstrap-hacks.css +12 / -0 M html/css/bootstrap-select.css +10 / -1 M html/css/bootstrap/less/bootstrap.less +1 / -1 M html/css/bootstrap/less/buttons3.less +2 / -1 M html/css/bootstrap/less/forms.less +2 / -1 M html/css/bootstrap/less/variables3.less +9 / -10 M html/css/observium.css +178 / -151 M html/includes/functions.inc.php +2 / -1 M html/includes/print/search.inc.php +0 / -1
+2 added
β2 removed
filtered activity
Correctly handle OpenVPN password file not being an absolute path
Changed files with action and line counts M scripts/agent-local/openvpn +13 / -0
+13 added
0 removed
filtered activity
Rename definition parameters class_oid/class_map to oid_class/map_class to be in line with other fields
Changed files with action and line counts M includes/definitions/mibs.inc.php +4 / -5 M includes/discovery/sensors.inc.php +6 / -6
+10 added
β11 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +26 / -2 M includes/discovery/sensors.inc.php +1 / -2 D includes/discovery/sensors/synology-system-mib.inc.php +0 / -80
+27 added
β84 removed
filtered activity
Updated some MIB files (zyxel, rfc, net-snmp).
Showing the first 30 paths; 86 more are omitted from this static page.
Changed files with action and line counts M mibs/net-snmp/UCD-DISKIO-MIB +16 / -2 M mibs/net-snmp/UCD-SNMP-MIB +115 / -1 M mibs/rfc/IANA-ADDRESS-FAMILY-NUMBERS-MIB +9 / -9 M mibs/rfc/IANA-LANGUAGE-MIB +2 / -2 M mibs/rfc/IANA-RTPROTO-MIB +13 / -6 M mibs/rfc/IANAifType-MIB +120 / -72 M mibs/rfc/IPV6-ICMP-MIB +215 / -84 M mibs/rfc/IPV6-MIB +433 / -214 M mibs/rfc/IPV6-TC +31 / -14 M mibs/rfc/IPV6-TCP-MIB +76 / -32 M mibs/rfc/IPV6-UDP-MIB +53 / -17 M mibs/rfc/SMUX-MIB +3 / -3 A mibs/zyxel/ZYXEL-AAA-MIB +363 / -0 A mibs/zyxel/ZYXEL-ACCESS-CONTROL-MIB +195 / -0 A mibs/zyxel/ZYXEL-ACL-MIB +567 / -0 A mibs/zyxel/ZYXEL-ARP-INSPECTION-MIB +516 / -0 A mibs/zyxel/ZYXEL-ARP-MIB +258 / -0 A mibs/zyxel/ZYXEL-AclV2-MIB +947 / -0 A mibs/zyxel/ZYXEL-BRIDGE-CONTROL-PROTOCOL-TRANSPARENCY-MIB +99 / -0 A mibs/zyxel/ZYXEL-CFM-MIB +181 / -0 A mibs/zyxel/ZYXEL-CLUSTER-MIB +334 / -0 A mibs/zyxel/ZYXEL-CPU-PROTECTION-MIB +104 / -0 A mibs/zyxel/ZYXEL-DHCP-CLIENT-MIB +250 / -0 A mibs/zyxel/ZYXEL-DHCP-OPTION82-PROFILE-MIB +176 / -0 A mibs/zyxel/ZYXEL-DHCP-RELAY-MIB +308 / -0 A mibs/zyxel/ZYXEL-DHCP-SERVER-MIB +153 / -0 A mibs/zyxel/ZYXEL-DHCP-SNOOPING-MIB +472 / -0 A mibs/zyxel/ZYXEL-DHCPV6-MIB +275 / -0 A mibs/zyxel/ZYXEL-DIAGNOSTIC-MIB +48 / -0 A mibs/zyxel/ZYXEL-DIFFSERV-MIB +132 / -0
0 added
0 removed
filtered activity
missed change.
Changed files with action and line counts M includes/discovery/storage/isilon-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
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().
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +2 / -2 M includes/discovery/mempools/ucd-snmp-mib.inc.php +2 / -2 M includes/discovery/ports.inc.php +1 / -1 M includes/discovery/sensors/dev-cfg-mib.inc.php +1 / -1 M includes/discovery/sensors/extreme-system-mib.inc.php +1 / -1 M includes/discovery/sensors/foundry-poe-mib.inc.php +1 / -1 M includes/functions.inc.php +2 / -2 M includes/polling/bgp-peers.inc.php +2 / -2 M includes/polling/mempools/ucd-snmp-mib.inc.php +2 / -2 M includes/polling/os/acdos.inc.php +1 / -1 M includes/polling/os/bintec.inc.php +1 / -1 M includes/polling/os/ftos.inc.php +3 / -3 M includes/polling/os/onefs.inc.php +1 / -1 M includes/polling/os/poweralert.inc.php +1 / -1 M includes/polling/os/sentry-pdu.inc.php +1 / -1 M includes/polling/ports.inc.php +3 / -2 M includes/polling/storage.inc.php +1 / -1 M includes/polling/storage/isilon-mib.inc.php +1 / -1 M includes/polling/system/wowza-streaming-engine-mib.inc.php +1 / -1 M includes/snmp.inc.php +18 / -14 M tests/SnmpDataTest2.php +105 / -1
+46 added
β41 removed
filtered activity
Just renamed function snmpget() to snmpget_oid().
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +2 / -2 M includes/polling/bgp-peers.inc.php +2 / -2 M includes/snmp.inc.php +2 / -2 M tests/SnmpDataTest2.php +4 / -4
+6 added
β6 removed
filtered activity
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().
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +2 / -2 M includes/polling/bgp-peers.inc.php +2 / -2 M includes/snmp.inc.php +65 / -5 A tests/SnmpDataTest2.php +178 / -0
+69 added
β9 removed
filtered activity
Try to catch exceptions occurring in alert transports
Changed files with action and line counts M includes/alerts.inc.php +14 / -2
+14 added
β2 removed
filtered activity
Agent script for CPU temp and fanspeed on Zyxel NSA326 - uses Observium's lm-sensor infrastructure
Changed files with action and line counts A scripts/agent-local/zyxel-nas326 +14 / -0
+14 added
0 removed
filtered activity
clean
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -1
0 added
β1 removed
filtered activity
Moved detect multiple Linux based OSes to definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +59 / -20 M includes/discovery/os/broadcom.inc.php +4 / -3 M includes/discovery/os/linux.inc.php +22 / -130 M tests/SnmpDataTest.php +42 / -1
+85 added
β153 removed
filtered activity
Fixed Pear include path.
Changed files with action and line counts M includes/definitions.inc.php +3 / -1
+3 added
β1 removed
filtered activity
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
Changed files with action and line counts M scripts/observium_agent +14 / -147
+14 added
β147 removed
filtered activity
Moved detect some FreeBSD based OSes to definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +39 / -19 M includes/discovery/os/freebsd.inc.php +10 / -38
+49 added
β57 removed
filtered activity
Improved re-detect OSes with file based rules. Improved os detect unit tests.
Changed files with action and line counts M includes/functions.inc.php +35 / -26 M tests/SnmpDataTest.php +58 / -0
+35 added
β26 removed
filtered activity
Improved detect and moved to definitions some Linux based OSes.
Changed files with action and line counts M includes/definitions/os.inc.php +44 / -5 M includes/discovery/os/linux.inc.php +9 / -29 M includes/functions.inc.php +29 / -13
+82 added
β47 removed
filtered activity
Slightly improve wording for alerting transport fields
Changed files with action and line counts M includes/definitions/transports.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Reset per-class counter for each MIB on definitions-based sensor table discovery
Changed files with action and line counts M includes/discovery/sensors.inc.php +2 / -0
+2 added
0 removed
filtered activity
Add support for Papouch 2TH_ETH temperature/humidity/dewpoint sensor device
Changed files with action and line counts M includes/definitions/mibs.inc.php +19 / -2 M includes/definitions/os.inc.php +8 / -4 M includes/definitions/rewrites.inc.php +1 / -0 A mibs/papouch/papago_dio_V01-MIB +178 / -0 A mibs/papouch/papago_temp_V02-MIB +139 / -0
+28 added
β6 removed
filtered activity
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
Changed files with action and line counts M includes/definitions/mibs.inc.php +4 / -1 M includes/discovery/sensors.inc.php +30 / -4
+34 added
β5 removed
filtered activity
Textlocal.com SMS gateway alerting transport
Changed files with action and line counts A includes/alerting/textlocal.inc.php +45 / -0 M includes/definitions/transports.inc.php +13 / -0
+58 added
0 removed
filtered activity
Improved detect some APC netbotz sensors.
Changed files with action and line counts M includes/discovery/sensors/powernet-mib.inc.php +25 / -14
+25 added
β14 removed
filtered activity
Trivial: add Xerox printer MIBs
Changed files with action and line counts A mibs/xerox non-text +0 / -0 A mibs/xerox/XEROX-COMMON-MIB +37 / -0 A mibs/xerox/XEROX-COMMS-CONFIG-MIB +1,357 / -0 A mibs/xerox/XEROX-COMMS-CONFIG-TC +4,646 / -0 A mibs/xerox/XEROX-COMMS-ENGINE-MIB +2,638 / -0 A mibs/xerox/XEROX-COMMS-ENGINE-TC +972 / -0 A mibs/xerox/XEROX-GENERAL-MIB +5,007 / -0 A mibs/xerox/XEROX-GENERAL-TC +1,419 / -0 A mibs/xerox/XEROX-HOST-RESOURCES-EXT-MIB +6,787 / -0 A mibs/xerox/XEROX-HOST-RESOURCES-EXT-TC +4,459 / -0 A mibs/xerox/XEROX-JOB-MONITORING-EXT-MIB +706 / -0 A mibs/xerox/XEROX-JOB-MONITORING-MIB +4,120 / -0 A mibs/xerox/XEROX-JOB-MONITORING-TC +1,651 / -0 A mibs/xerox/XEROX-PRINTER-EXT-MIB +3,608 / -0 A mibs/xerox/XEROX-PRINTER-EXT-TC +1,471 / -0 A mibs/xerox/XEROX-PRODUCT-ID-TC +3,829 / -0 A mibs/xerox/XEROX-RESOURCES-MIB +1,174 / -0 A mibs/xerox/XEROX-RESOURCES-TC +279 / -0 A mibs/xerox/XEROX-SERVICE-MONITORING-MIB +2,259 / -0 A mibs/xerox/XEROX-SERVICE-MONITORING-TC +2,809 / -0 A mibs/xerox/XEROX-SIMPLE-JOB-MGMT-MIB +860 / -0 A mibs/xerox/XEROX-SIMPLE-JOB-MGMT-TC +165 / -0
0 added
0 removed
filtered activity
Fixed typeahead input field width.
Changed files with action and line counts M html/css/typeaheadjs.css +6 / -0 M html/includes/print/search.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improved phpunit test for get_device_mibs().
Changed files with action and line counts M includes/common.inc.php +8 / -5 M tests/IncludesCommonTest.php +21 / -0
+8 added
β5 removed
filtered activity
Fixed get_device_mibs() with sysORID MIBs.
Changed files with action and line counts M includes/common.inc.php +6 / -1
+6 added
β1 removed
filtered activity
Fixed os group definitions (default, enterprise_tree_only). Fixed some unit tests.
Changed files with action and line counts M html/includes/entities/device.inc.php +7 / -6 M html/pages/device.inc.php +2 / -1 M html/pages/device/showconfig.inc.php +2 / -1 M includes/common.inc.php +24 / -11 M includes/definitions/os.inc.php +37 / -36 M tests/IncludesCommonTest.php +1 / -0 M tests/data/test_definitions.inc.php +16 / -16
+72 added
β55 removed
filtered activity
Better classes on navbar text (lg and xl only)
Changed files with action and line counts M html/includes/navbar.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Fix escaping in device mempool graphs
Changed files with action and line counts M html/includes/graphs/device/mempool.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Add DB table for F5 SNAT Pools.
Changed files with action and line counts A update/346.sql +1 / -0
0 added
0 removed
filtered activity
undebug
Changed files with action and line counts M includes/common.inc.php +0 / -1
0 added
β1 removed
filtered activity
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.
Changed files with action and line counts M html/graph.php +3 / -0 M html/includes/functions.inc.php +13 / -9 M html/pages/addhost.inc.php +3 / -1 M includes/cache.inc.php +22 / -12 M includes/common.inc.php +66 / -29 M includes/definitions.inc.php +7 / -3 M includes/functions.inc.php +6 / -5
+120 added
β59 removed
filtered activity
Added libraries: paragonie/random_compat, ramsey/uuid.
Showing the first 30 paths; 40 more are omitted from this static page.
Changed files with action and line counts A libs/Uuid non-text +0 / -0 A libs/Uuid/BinaryUtils.php +43 / -0 A libs/Uuid/Builder non-text +0 / -0 A libs/Uuid/Builder/DefaultUuidBuilder.php +54 / -0 A libs/Uuid/Builder/DegradedUuidBuilder.php +53 / -0 A libs/Uuid/Builder/UuidBuilderInterface.php +34 / -0 A libs/Uuid/Codec non-text +0 / -0 A libs/Uuid/Codec/CodecInterface.php +55 / -0 A libs/Uuid/Codec/GuidStringCodec.php +100 / -0 A libs/Uuid/Codec/OrderedTimeCodec.php +67 / -0 A libs/Uuid/Codec/StringCodec.php +167 / -0 A libs/Uuid/Codec/TimestampFirstCombCodec.php +105 / -0 A libs/Uuid/Codec/TimestampLastCombCodec.php +23 / -0 A libs/Uuid/Converter non-text +0 / -0 A libs/Uuid/Converter/Number non-text +0 / -0 A libs/Uuid/Converter/Number/BigNumberConverter.php +54 / -0 A libs/Uuid/Converter/Number/DegradedNumberConverter.php +58 / -0 A libs/Uuid/Converter/NumberConverterInterface.php +44 / -0 A libs/Uuid/Converter/Time non-text +0 / -0 A libs/Uuid/Converter/Time/BigNumberTimeConverter.php +58 / -0 A libs/Uuid/Converter/Time/DegradedTimeConverter.php +42 / -0 A libs/Uuid/Converter/Time/PhpTimeConverter.php +47 / -0 A libs/Uuid/Converter/TimeConverterInterface.php +33 / -0 A libs/Uuid/DegradedUuid.php +111 / -0 A libs/Uuid/Exception non-text +0 / -0 A libs/Uuid/Exception/InvalidUuidStringException.php +22 / -0 A libs/Uuid/Exception/UnsatisfiedDependencyException.php +23 / -0 A libs/Uuid/Exception/UnsupportedOperationException.php +22 / -0 A libs/Uuid/FeatureSet.php +333 / -0 A libs/Uuid/Generator non-text +0 / -0
0 added
0 removed
filtered activity
Improved load speed for bgp routing page with too many peers.
Changed files with action and line counts M html/ajax/input.php +42 / -4 M html/pages/routing/bgp.inc.php +52 / -28 A update/345.sql +2 / -0
+94 added
β32 removed
filtered activity
Allowed add Schedule Maintenance for userlevel 8.
Changed files with action and line counts M html/includes/maintenance-navbar.inc.php +1 / -1 M html/pages/alert_maintenance_add.inc.php +1 / -1 M includes/config-variables.inc.php +14 / -13
+16 added
β15 removed
filtered activity
Updated leaflet js. Fixed typeahead suggestions in form item tags.
Changed files with action and line counts M html/css/leaflet.css +9 / -3 A html/images/layers-2x.png +1 / -0 A html/images/layers.png +1 / -0 A html/images/marker-icon-2x.png +1 / -0 A html/images/marker-icon.png +1 / -0 A html/images/marker-shadow.png +1 / -0 M html/includes/print/search.inc.php +7 / -1 M html/js/leaflet.js +7 / -7
+7 added
β1 removed
filtered activity
Changed files with action and line counts M includes/functions.inc.php +2 / -2 M tests/SnmpDataTest.php +28 / -7
+2 added
β2 removed
filtered activity
Fixed
isSNMPable () when new device added with snmpable os definition. Small improve for
get_versions() detect apache version in cli.
Changed files with action and line counts M includes/common.inc.php +10 / -3 M includes/functions.inc.php +12 / -18
+22 added
β21 removed
filtered activity
Improved generate_form_element(), added toggle element type. Config page again use generate_form_element() for checkbox instead raw html.
Changed files with action and line counts M html/includes/print/search.inc.php +74 / -13 M html/pages/settings/default.inc.php +13 / -23
+87 added
β36 removed
filtered activity
derp.. too fast :)
Changed files with action and line counts M html/includes/print/rows.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed default box title-element.
Changed files with action and line counts M html/includes/print/rows.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Make config look a bit nicer.
Changed files with action and line counts M html/includes/print/rows.inc.php +4 / -2 M html/pages/settings/default.inc.php +7 / -3
+11 added
β5 removed
filtered activity
Missing files for settings improvements.
Changed files with action and line counts A html/fonts/tinytoggle.eot +1 / -0 A html/fonts/tinytoggle.svg +27 / -0 A html/fonts/tinytoggle.ttf +1 / -0 A html/fonts/tinytoggle.woff +1 / -0 M html/pages/settings/default.inc.php +2 / -2
+32 added
β2 removed
filtered activity
Add some config variables to web ui. Add subsection to alerting/notification options.
Changed files with action and line counts M includes/config-variables.inc.php +32 / -1
+32 added
β1 removed
filtered activity
Improve web ui configuration
Changed files with action and line counts A html/css/tinytoggle.min.css +1 / -0 A html/js/jquery.tinytoggle.min.js +1 / -0 M html/pages/settings/default.inc.php +59 / -24
+59 added
β24 removed
filtered activity
Minor: make asterisk agent script work with more recent asterisk versions
Changed files with action and line counts M scripts/agent-local/asterisk +2 / -2
+2 added
β2 removed
filtered activity
May 2017
Clean tests.
Showing the first 30 paths; 519 more are omitted from this static page.
Changed files with action and line counts M tests/SnmpDataTest.php +11 / -8 D tests/data/os non-text +0 / -0 D tests/data/os/3com-1.snmprec +0 / -2 D tests/data/os/3com-2.snmprec +0 / -2 D tests/data/os/3com-3.snmprec +0 / -2 D tests/data/os/acdos-1.snmprec +0 / -2 D tests/data/os/acsw-1.snmprec +0 / -2 D tests/data/os/acsw-2.snmprec +0 / -1 D tests/data/os/acsw-3.snmprec +0 / -1 D tests/data/os/acsw-4.snmprec +0 / -2 D tests/data/os/aerohive-os-1.snmprec +0 / -2 D tests/data/os/airos-1.snmprec +0 / -2 D tests/data/os/airos-2.snmprec +0 / -2 D tests/data/os/airos-3.snmprec +0 / -2 D tests/data/os/airos-4.snmprec +0 / -2 D tests/data/os/airos-af-1.snmprec +0 / -3 D tests/data/os/airport-1.snmprec +0 / -1 D tests/data/os/aix-1.snmprec +0 / -2 D tests/data/os/aix-2.snmprec +0 / -2 D tests/data/os/aix-3.snmprec +0 / -2 D tests/data/os/allied-1.snmprec +0 / -2 D tests/data/os/allied-2.snmprec +0 / -2 D tests/data/os/allied-3.snmprec +0 / -2 D tests/data/os/allied-radlan-1.snmprec +0 / -2 D tests/data/os/allied-radlan-2.snmprec +0 / -2 D tests/data/os/alliedwareplus-1.snmprec +0 / -2 D tests/data/os/aos-2.snmprec +0 / -2 D tests/data/os/aos-3.snmprec +0 / -2 D tests/data/os/aosw-1.snmprec +0 / -2 D tests/data/os/apc-1.snmprec +0 / -2
0 added
0 removed
filtered activity
Changed files with action and line counts M tests/SnmpDataTest.php +26 / -0
0 added
0 removed
filtered activity
Trivial: add Xerox printer software version number regex
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fixed status event meaning for ignore state. Old ignore status definition renamed to exclude, down to ignore. Some status definitions changed too.
Changed files with action and line counts M html/includes/entities/pseudowire.inc.php +11 / -21 M html/includes/entities/sensor.inc.php +9 / -23 M html/includes/entities/sla.inc.php +15 / -14 M html/includes/entities/status.inc.php +9 / -30 M includes/definitions/entities.inc.php +31 / -0 M includes/definitions/mibs.inc.php +169 / -169 M includes/discovery/functions.inc.php +2 / -2 M includes/discovery/sensors.inc.php +61 / -30 M includes/polling/functions.inc.php +7 / -13 A update/344.sql +4 / -0
+314 added
β302 removed
filtered activity
Updated some Cisco and D-Link model definitions.
Changed files with action and line counts M includes/definitions/models.inc.php +49 / -1
+49 added
β1 removed
filtered activity
oops..
Changed files with action and line counts M includes/functions.inc.php +2 / -2
+2 added
β2 removed
filtered activity
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.
Changed files with action and line counts M includes/common.inc.php +35 / -0 M includes/functions.inc.php +52 / -17 M includes/snmp.inc.php +104 / -1 M libs/cli/Arguments.php +21 / -2 M tests/SnmpDataTest.php +4 / -70
+191 added
β18 removed
filtered activity
clean output
Changed files with action and line counts M includes/definitions/os.inc.php +0 / -1 M includes/functions.inc.php +1 / -1
+1 added
β2 removed
filtered activity
(Part 2) Removed not used anymore "file"-based os detect files. Added many new OS unittest.
Showing the first 30 paths; 342 more are omitted from this static page.
Changed files with action and line counts A html/images/os/dps.png +1 / -0 A html/images/os/dps_2x.png +1 / -0 A html/images/os/ecos.png +1 / -0 A html/images/os/ecos_2x.png +1 / -0 M html/images/os/opnsense.png non-text +0 / -0 M html/images/os/opnsense_2x.png non-text +0 / -0 D includes/discovery/os/allied.inc.php +0 / -23 D includes/discovery/os/aten.inc.php +0 / -22 M includes/discovery/os/broadcom.inc.php +4 / -39 D includes/discovery/os/cisco.inc.php +0 / -53 D includes/discovery/os/cometsystem-p85xx.inc.php +0 / -22 D includes/discovery/os/digi.inc.php +0 / -26 D includes/discovery/os/digipower.inc.php +0 / -23 D includes/discovery/os/eltex.inc.php +0 / -56 D includes/discovery/os/extremeware.inc.php +0 / -39 M includes/discovery/os/freebsd.inc.php +1 / -5 D includes/discovery/os/gamatronicups.inc.php +0 / -22 D includes/discovery/os/geist.inc.php +0 / -23 D includes/discovery/os/generic.inc.php +0 / -56 D includes/discovery/os/hikvision.inc.php +0 / -25 D includes/discovery/os/jdsu_edfa.inc.php +0 / -22 M includes/discovery/os/linux.inc.php +16 / -15 D includes/discovery/os/messpc.inc.php +0 / -24 M includes/discovery/os/nxp-mqx-rtcs.inc.php +13 / -0 D includes/discovery/os/samsung.inc.php +0 / -21 M includes/discovery/os/solaris.inc.php +17 / -7 D includes/discovery/os/wowza.inc.php +0 / -24 D includes/discovery/os/zyxel.inc.php +0 / -30 M tests/SnmpDataTest.php +5 / -2 A tests/data/os/3com-1.snmprec +2 / -0
+51 added
β577 removed
filtered activity
(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.
Changed files with action and line counts M includes/definitions/mibs.inc.php +37 / -10 M includes/definitions/os.inc.php +515 / -99 M includes/functions.inc.php +415 / -52
+967 added
β161 removed
filtered activity
Added/updated MIBs (halon, dps, engenius, juniper, mrv).
Changed files with action and line counts D mibs/ENGENIUS-CLIENT-MIB +0 / -203 D mibs/ENGENIUS-MESH-MIB +0 / -7,341 D mibs/ENGENIUS-PRIVATE-MIB +0 / -1,415 D mibs/ENGENIUS-STATUS-MIB +0 / -1,310 A mibs/bsd/HALON-SP-MIB +128 / -0 A mibs/dps non-text +0 / -0 A mibs/dps/DPS-MIB-CG-V1 +262 / -0 A mibs/dps/DPS-MIB-NGD-V10 +4,607 / -0 A mibs/dps/DPS-MIB-NGD-V10-V2 +4,615 / -0 A mibs/dps/DPS-MIB-NGX-G39 +3,233 / -0 A mibs/dps/DPS-MIB-NGX-G39-V2 +4,784 / -0 A mibs/dps/DPS-MIB-RTDX-G39-V2 +5,232 / -0 A mibs/dps/DPS-MIB-V38 +773 / -0 A mibs/dps/DPS-MIB-V38-V2 +801 / -0 A mibs/dps/DPS-MIB-V38-V2EXT +1,178 / -0 A mibs/dps/DPS-TEXT-RTU-MIB +171 / -0 A mibs/engenius non-text +0 / -0 A mibs/engenius/ENGENIUS-CLIENT-MIB +204 / -0 A mibs/engenius/ENGENIUS-MESH-MIB +7,400 / -0 A mibs/engenius/ENGENIUS-PRIVATE-MIB +1,460 / -0 A mibs/engenius/ENGENIUS-STATUS-MIB +1,332 / -0 A mibs/juniper/EX2500-BASE-MIB +15,311 / -0 M mibs/mrv/NBS-CMMC-MIB +91 / -14 M mibs/mrv/NBS-CMMCENUM-MIB +24 / -6 A mibs/mrv/NBS-OBA-MIB +369 / -0 M mibs/mrv/NBS-OSA-MIB +9 / -3
0 added
0 removed
filtered activity
Update Ruckus Zone Director MIBs
Changed files with action and line counts M mibs/ruckus/RUCKUS-DEVICE-MIB +2 / -74 M mibs/ruckus/RUCKUS-EVENT-MIB +31 / -151 M mibs/ruckus/RUCKUS-PRODUCTS-MIB +113 / -20 M mibs/ruckus/RUCKUS-RADIO-MIB +28 / -55 M mibs/ruckus/RUCKUS-SYSTEM-MIB +3 / -48 M mibs/ruckus/RUCKUS-TC-MIB +6 / -5 M mibs/ruckus/RUCKUS-UPGRADE-MIB +4 / -4 M mibs/ruckus/RUCKUS-WLAN-MIB +3 / -169 M mibs/ruckus/RUCKUS-ZD-AAA-MIB +20 / -3 M mibs/ruckus/RUCKUS-ZD-AP-MIB +81 / -1 M mibs/ruckus/RUCKUS-ZD-EVENT-MIB +758 / -0 M mibs/ruckus/RUCKUS-ZD-SYSTEM-MIB +31 / -17 M mibs/ruckus/RUCKUS-ZD-WLAN-CONFIG-MIB +15 / -6 M mibs/ruckus/RUCKUS-ZD-WLAN-MIB +48 / -33
0 added
0 removed
filtered activity
Add alert log table to per-alert-entry page.
Changed files with action and line counts M html/pages/device/alert.inc.php +6 / -0
+6 added
0 removed
filtered activity
Add parser for opnsense versions.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Fix Netscaler Services collection and improve Netscaler module output format
Changed files with action and line counts M includes/polling/loadbalancer/ns-root-mib.inc.php +59 / -44
+59 added
β44 removed
filtered activity
Added more unit test data for get_device_os().
Showing the first 30 paths; 176 more are omitted from this static page.
Changed files with action and line counts M includes/discovery/os/broadcom.inc.php +2 / -1 M tests/SnmpDataTest.php +33 / -2 A tests/data/os/acdos-1.snmprec +2 / -0 A tests/data/os/acsw-1.snmprec +2 / -0 A tests/data/os/airos-1.snmprec +2 / -0 M tests/data/os/aix-1.snmprec +2 / -2 A tests/data/os/aix-2.snmprec +2 / -0 A tests/data/os/aix-3.snmprec +2 / -0 A tests/data/os/allied-1.snmprec +2 / -0 A tests/data/os/allied-2.snmprec +2 / -0 A tests/data/os/allied-radlan-1.snmprec +2 / -0 A tests/data/os/aos-2.snmprec +2 / -0 A tests/data/os/aos-3.snmprec +2 / -0 A tests/data/os/apc-1.snmprec +2 / -0 A tests/data/os/apc-2.snmprec +2 / -0 A tests/data/os/apc-3.snmprec +2 / -0 A tests/data/os/arbos-1.snmprec +2 / -0 A tests/data/os/arista_eos-1.snmprec +2 / -0 A tests/data/os/arubaos-1.snmprec +2 / -0 A tests/data/os/asa-1.snmprec +2 / -0 A tests/data/os/aten-pdu-1.snmprec +3 / -0 A tests/data/os/atosnt-1.snmprec +2 / -0 A tests/data/os/audiocodes-1.snmprec +2 / -0 A tests/data/os/audiocodes-2.snmprec +2 / -0 A tests/data/os/audiocodes-3.snmprec +2 / -0 A tests/data/os/avaya-ers-1.snmprec +2 / -0 A tests/data/os/avaya-ers-2.snmprec +2 / -0 A tests/data/os/avaya-server-1.snmprec +2 / -0 A tests/data/os/baytech-pdu-1.snmprec +2 / -0 A tests/data/os/bintec-os-1.snmprec +2 / -0
+2 added
β1 removed
filtered activity
Improved unit tests. Added snmpsim tests for get_device_os().
Changed files with action and line counts M includes/common.inc.php +15 / -4 M tests/IncludesFunctionsTest.php +0 / -35 M tests/IncludesSnmpTest.php +40 / -0 A tests/SnmpDataTest.php +147 / -0 A tests/data/os non-text +0 / -0 A tests/data/os/aix-1.snmprec +2 / -0 A tests/data/os/aix.snmprec +2 / -0 A tests/data/os/dsm.snmprec +3 / -0 A tests/data/os/hp-gbe2c.snmprec +2 / -0 A tests/data/os/hpvc.snmprec +2 / -0 A tests/data/os/opnsense.snmprec +2 / -0 A tests/data/os/procurve.snmprec +2 / -0 A tests/data/os/sophos.snmprec +2 / -0 D tests/data/snmpfake.sh +0 / -110
+15 added
β4 removed
filtered activity
Fixed "storage updated" spam in eventlog (appear in r8554). Fixed max-rep for F5 os definition.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -2 M includes/discovery/functions.inc.php +16 / -10
+18 added
β12 removed
filtered activity
Add opnsense logos
Changed files with action and line counts A html/images/os/opnsense.png +1 / -0 A html/images/os/opnsense_2x.png +1 / -0
0 added
0 removed
filtered activity
Add detection for OPNsense firewalls.
Changed files with action and line counts M includes/definitions/os.inc.php +9 / -0 M includes/discovery/os/freebsd.inc.php +5 / -0
+14 added
0 removed
filtered activity
Add Ciena WS MIBs
Changed files with action and line counts A mibs/ciena/CIENA-WS-MIB +69 / -0 A mibs/ciena/CIENA-WS-SOFTWARE-MIB +765 / -0 A mibs/ciena/CIENA-WS-TYPEDEFS-MIB +280 / -0 A mibs/ciena/CIENA-WS-XCVR-MIB +1,023 / -0
0 added
0 removed
filtered activity
Updated some d-link mib files. Updated D-Link models.
Changed files with action and line counts M includes/definitions/models.inc.php +5 / -1 A mibs/d-link/DES-1210-10AXME +12,985 / -0 M mibs/d-link/DES-1210-10MEbx +2,309 / -496 M mibs/d-link/DES-1210-26MEbx +2,309 / -496 A mibs/d-link/DES-1210-28-AX +6,168 / -0 A mibs/d-link/DES-1210-52-BX +10,786 / -0 A mibs/d-link/DES-1210-52-CX +10,331 / -0 A mibs/d-link/DES1228B1ME-L3MGMT-MIB +482 / -0 A mibs/d-link/DES1228ME-L2MGMT-MIB +5,330 / -0 A mibs/d-link/DES1228MEv2-28-L2MGMT-MIB +5,425 / -0 A mibs/d-link/DGS-1210-24-AX +6,133 / -0 A mibs/d-link/DLINK-MCB-MIB +931 / -0 M mibs/d-link/SWDES3528-52PRIMGMT-MIB +0 / -1 A mibs/d-link/SWPRIMGMT-DES1228ME-MIB +17 / -0 M mibs/d-link/SWPRIMGMT-DES30XXP-MIB +17 / -1 M mibs/d-link/SWPRIMGMT-DES3200-MIB +26 / -17
+5 added
β1 removed
filtered activity
Fixed Ciena Waveserver OS rancid mapping.
Changed files with action and line counts M includes/definitions.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add Ciena WS optical sensors.
Changed files with action and line counts M includes/definitions/mibs.inc.php +7 / -0 M includes/definitions/os.inc.php +4 / -0 A includes/discovery/sensors/ciena-ws-xcvr-mib.inc.php +161 / -0
+172 added
0 removed
filtered activity
Add basic detection for Cisco DMN devices.
Showing the first 30 paths; 12 more are omitted from this static page.
Changed files with action and line counts M includes/definitions/mibs.inc.php +12 / -1 M includes/definitions/os.inc.php +17 / -1 A mibs/cisco/CISCO-DMN-DSG-ABOUT-MIB +323 / -0 A mibs/cisco/CISCO-DMN-DSG-ABOUT-REV2-MIB +566 / -0 A mibs/cisco/CISCO-DMN-DSG-AUDIO-MIB +506 / -0 A mibs/cisco/CISCO-DMN-DSG-BISS-MIB +88 / -0 A mibs/cisco/CISCO-DMN-DSG-BKPRST-MIB +235 / -0 A mibs/cisco/CISCO-DMN-DSG-CA-MIB +181 / -0 A mibs/cisco/CISCO-DMN-DSG-CI-MIB +553 / -0 A mibs/cisco/CISCO-DMN-DSG-Cueing-MIB +224 / -0 A mibs/cisco/CISCO-DMN-DSG-DECODE-ENABLE-MIB +115 / -0 A mibs/cisco/CISCO-DMN-DSG-DIAG-MIB +401 / -0 A mibs/cisco/CISCO-DMN-DSG-DISEQC-DISH-POSITION-MIB +287 / -0 A mibs/cisco/CISCO-DMN-DSG-DL-MIB +436 / -0 A mibs/cisco/CISCO-DMN-DSG-DPM-MIB +765 / -0 A mibs/cisco/CISCO-DMN-DSG-DR-MIB +347 / -0 A mibs/cisco/CISCO-DMN-DSG-FAULT-MIB +560 / -0 A mibs/cisco/CISCO-DMN-DSG-FAVORITE-MIB +262 / -0 A mibs/cisco/CISCO-DMN-DSG-FEATURE-MIB +149 / -0 A mibs/cisco/CISCO-DMN-DSG-FETHRESHOLDS-MIB +204 / -0 A mibs/cisco/CISCO-DMN-DSG-FPUI-MIB +100 / -0 A mibs/cisco/CISCO-DMN-DSG-IPV4V6-MIB +433 / -0 A mibs/cisco/CISCO-DMN-DSG-LOCKLEVEL-MIB +112 / -0 A mibs/cisco/CISCO-DMN-DSG-MOIP-MIB +507 / -0 A mibs/cisco/CISCO-DMN-DSG-MOIPINPUT-MIB +484 / -0 A mibs/cisco/CISCO-DMN-DSG-MPE-MIB +331 / -0 A mibs/cisco/CISCO-DMN-DSG-PRGMENTRY-MIB +545 / -0 A mibs/cisco/CISCO-DMN-DSG-PRODUCTION-MIB +121 / -0 A mibs/cisco/CISCO-DMN-DSG-PROTOCOLS-MIB +172 / -0 A mibs/cisco/CISCO-DMN-DSG-REMINDER-MIB +198 / -0
+29 added
β2 removed
filtered activity
Remove superfluous discovery output
Changed files with action and line counts M includes/discovery/mempools.inc.php +0 / -2
0 added
β2 removed
filtered activity
Further improve UCD memory polling
Changed files with action and line counts M includes/discovery/mempools/ucd-snmp-mib.inc.php +34 / -7 M includes/polling/mempools/ucd-snmp-mib.inc.php +27 / -8
+61 added
β15 removed
filtered activity
Changed files with action and line counts M includes/polling/mempools/ucd-snmp-mib.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Add support for polling pool members and snat pools on f5 bigip devices.
Changed files with action and line counts A html/includes/graphs/lb-pool-member non-text +0 / -0 A html/includes/graphs/lb-pool-member/auth.inc.php +30 / -0 A html/includes/graphs/lb-pool-member/bits.inc.php +19 / -0 A html/includes/graphs/lb-pool-member/conns.inc.php +32 / -0 A html/includes/graphs/lb-snatpool non-text +0 / -0 A html/includes/graphs/lb-snatpool/auth.inc.php +30 / -0 A html/includes/graphs/lb-snatpool/bits.inc.php +19 / -0 A html/includes/graphs/lb-snatpool/conns.inc.php +32 / -0 A html/includes/graphs/lb-snatpool/cur_conns.inc.php +32 / -0 M html/pages/device.inc.php +14 / -5 M html/pages/device/loadbalancer.inc.php +3 / -1 A html/pages/device/loadbalancer/lb_pools.inc.php +261 / -0 A html/pages/device/loadbalancer/lb_snatpools.inc.php +135 / -0 M html/pages/device/loadbalancer/lb_virtuals.inc.php +3 / -3 M includes/polling/loadbalancer/f5-bigip-local-mib.inc.php +120 / -35
+730 added
β44 removed
filtered activity
Undebug
Changed files with action and line counts M includes/alerts.inc.php +0 / -3
0 added
β3 removed
filtered activity
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().
Changed files with action and line counts M includes/discovery/processors/f5-bigip-system-mib.inc.php +3 / -2 M includes/discovery/processors/ns-root-mib.inc.php +3 / -2 M includes/discovery/sensors/ns-root-mib.inc.php +4 / -2 M includes/discovery/sensors/radlan-physicaldescription-mib.inc.php +3 / -3 M includes/functions.inc.php +1 / -17 M includes/polling/cipsec-tunnels.inc.php +4 / -4 M includes/snmp.inc.php +124 / -18 M tests/IncludesSnmpTest.php +33 / -0
+142 added
β48 removed
filtered activity
Remove mac_accounting-state.
Changed files with action and line counts M html/includes/graphs/port/mac_acc_total.inc.php +0 / -1 M html/pages/device/port/macaccounting.inc.php +1 / -1 M includes/discovery/mac-accounting.inc.php +0 / -1 M includes/polling/mac-accounting.inc.php +1 / -12 A update/343.sql +3 / -0
+2 added
β15 removed
filtered activity
Improve F5 Big IP processor discovery.
Changed files with action and line counts M includes/discovery/processors/f5-bigip-system-mib.inc.php +1 / -8
+1 added
β8 removed
filtered activity
Remove state tables for mempools, processors, pseudowires and slas. BEGONE.
Changed files with action and line counts M html/includes/entities/mempool.inc.php +1 / -1 M html/includes/entities/processor.inc.php +1 / -1 M html/includes/entities/pseudowire.inc.php +1 / -1 M html/includes/entities/sla.inc.php +0 / -1 M html/includes/graphs/sla/auth.inc.php +0 / -5 M html/pages/device/overview/mempools.inc.php +1 / -1 M html/pages/device/overview/processors-unix.inc.php +1 / -1 M html/pages/device/overview/processors.inc.php +1 / -1 M includes/definitions/entities.inc.php +5 / -6 M includes/discovery/functions.inc.php +7 / -7 M includes/discovery/sla.inc.php +0 / -1 M includes/polling/mempools.inc.php +3 / -3 M includes/polling/processors.inc.php +2 / -11 M includes/polling/pseudowires.inc.php +9 / -8 M includes/polling/sla.inc.php +2 / -8 A update/342.sql +15 / -0
+34 added
β56 removed
filtered activity
Remove
bgpPeers -state and bgpPeers_cbgp-state.
Changed files with action and line counts M html/includes/print/routing.inc.php +2 / -2 M html/includes/print/status.inc.php +1 / -1 M includes/definitions/entities.inc.php +1 / -1 M includes/discovery/bgp-peers.inc.php +2 / -2 M includes/polling/bgp-peers.inc.php +26 / -23 A update/341.sql +9 / -0
+32 added
β29 removed
filtered activity
Remove status-state table.
Changed files with action and line counts M html/includes/cache-data.inc.php +2 / -2 M html/includes/entities/status.inc.php +1 / -1 M html/pages/device/overview/status.inc.php +1 / -1 M includes/discovery/functions.inc.php +16 / -8 M includes/polling/functions.inc.php +7 / -18 A update/340.sql +4 / -0
+27 added
β30 removed
filtered activity
Improve storage entity handling. Remove storage-state table. Create generate_storage_query().
Changed files with action and line counts M html/includes/entities/storage.inc.php +16 / -6 M html/pages/device/overview/storage.inc.php +1 / -1 M includes/definitions/entities.inc.php +23 / -2 M includes/discovery/functions.inc.php +4 / -5 M includes/polling/storage.inc.php +14 / -14 M includes/polling/storage/wmi.inc.php +1 / -1 A update/339.sql +4 / -0
+59 added
β29 removed
filtered activity
Add function
Changed files with action and line counts M includes/groups.inc.php +11 / -1
+11 added
β1 removed
filtered activity
Allow group matching for entities in group/alert code.
Changed files with action and line counts M includes/alerts.inc.php +16 / -0
+16 added
0 removed
filtered activity
Add group_id attribute to match on id of groups for devices.
Changed files with action and line counts M includes/alerts.inc.php +9 / -0
+9 added
0 removed
filtered activity
Improve global packages display.
Changed files with action and line counts M html/includes/cache-data.inc.php +5 / -3 M html/includes/navbar.inc.php +3 / -3 M html/pages/packages.inc.php +71 / -22
+79 added
β28 removed
filtered activity
Add some discovery filtering options to web configuration.
Changed files with action and line counts M includes/config-variables.inc.php +206 / -12
+206 added
β12 removed
filtered activity
Compare bad_if_regexp against both
ifName and
ifAlias , regardless of which is used for port_label
Changed files with action and line counts M includes/functions.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add max-rep global config option to web configuration
Changed files with action and line counts M includes/config-variables.inc.php +7 / -0
+7 added
0 removed
filtered activity
Oops
Changed files with action and line counts M includes/functions.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add ability to generate an OID index from an ASCII string
Changed files with action and line counts M includes/functions.inc.php +15 / -0
+15 added
0 removed
filtered activity
Added basic detection for Ciena Waveserver OS. Improved ports polling speed for Eltex switches.
Changed files with action and line counts M includes/definitions.inc.php +67 / -44 M includes/definitions/os.inc.php +13 / -1
+80 added
β45 removed
filtered activity
Improved detect hardware/version on some ZTE devices.
Changed files with action and line counts M includes/polling/os/zte.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Added basic detect for Cisco SRP. Improved support for Eltex GPON devices.
Changed files with action and line counts M includes/definitions/mibs.inc.php +14 / -2 M includes/definitions/os.inc.php +13 / -0
+27 added
β2 removed
filtered activity
Updated MIB files (eltex, radlan).
Changed files with action and line counts M mibs/eltex/ELT-MES-DEV-PARAMS +4 / -4 A mibs/eltex/ELTEX-ARP-INTERFACE-TABLE-MIB +54 / -0 M mibs/eltex/ELTEX-FXS72 +0 / -1 M mibs/eltex/ELTEX-LTE8ST +0 / -1 M mibs/eltex/ELTEX-LTP8X +1,866 / -9 M mibs/eltex/ELTEX-LTP8X-STANDALONE +346 / -2 M mibs/eltex/ELTEX-MES-BRIDGE-EXT-MIB +58 / -6 A mibs/eltex/ELTEX-MES-CPU-TASKS-UTIL-MIB +114 / -0 M mibs/eltex/ELTEX-MES-IP +2 / -0 M mibs/eltex/ELTEX-MES-MIB-OBJECTS +2 / -1 M mibs/eltex/ELTEX-MES-MNG-MIB +5 / -1 M mibs/eltex/ELTEX-MES-PHYSICAL-DESCRIPTION-MIB +35 / -1 M mibs/eltex/ELTEX-MES-SWITCH-RATE-LIMITER-MIB +153 / -54 A mibs/eltex/ELTEX-OMS +242 / -0 M mibs/eltex/ELTEX-PP4 +398 / -3 M mibs/eltex/ELTEX-SMG +0 / -1 M mibs/eltex/ELTEX-SMI-ACTUAL +319 / -0 M mibs/eltex/ELTEX-TAU8 +0 / -1 M mibs/radlan/RADLAN-PHY-MIB +2 / -1 M mibs/radlan/RADLAN-Redistribute +12 / -1 M mibs/radlan/RADLAN-rlMacMulticast-MIB +1 / -0 A mibs/radlan/SNMP-TEST-MIB +132 / -0
0 added
0 removed
filtered activity
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.
Changed files with action and line counts M includes/defaults.inc.php +1 / -1 A includes/polling/loadbalancer/ns-root-mib.inc.php +538 / -0 D includes/polling/netscaler-vsvr.inc.php +0 / -472
+539 added
β473 removed
filtered activity
Add ability to configure per-device max-rep.
Changed files with action and line counts M html/pages/device/edit/snmp.inc.php +22 / -7 M includes/snmp.inc.php +10 / -2 A update/338.sql +1 / -0
+32 added
β9 removed
filtered activity
Fixed escaping metrics/conditions texts with multiline entries.
Changed files with action and line counts M includes/alerting/email.inc.php +2 / -2 M includes/templates/notification/email_html.tpl +2 / -2
+4 added
β4 removed
filtered activity
Correctly send ENTITY_DESCRIPTION to pagerduty
Changed files with action and line counts M includes/alerting/pagerduty.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Always use numeric indexes in definition based sensors discovery.
Changed files with action and line counts M includes/definitions/mibs.inc.php +2 / -2 M includes/discovery/sensors.inc.php +4 / -4
+6 added
β6 removed
filtered activity
Add sorting for F5 Load balancer virtuals table.
Changed files with action and line counts M html/includes/entities/generic.inc.php +39 / -0 M html/pages/device/loadbalancer/lb_virtuals.inc.php +18 / -4
+57 added
β4 removed
filtered activity
Make alert name bold in alert emails.
Changed files with action and line counts M includes/templates/notification/email_html.tpl +2 / -2
+2 added
β2 removed
filtered activity
Improve email alert layout
Changed files with action and line counts M includes/templates/notification/email_html.tpl +85 / -29
+85 added
β29 removed
filtered activity
Fixed LDAP/Radius auth (appear in r8517).
Changed files with action and line counts M html/includes/authenticate.inc.php +11 / -8 M html/includes/contacts-navbar.inc.php +2 / -1 M html/pages/authlog.inc.php +1 / -1 M html/pages/contact.inc.php +2 / -1
+16 added
β11 removed
filtered activity
Extend devices table purpose field to 255 characters.
Changed files with action and line counts A update/337.sql +1 / -0
0 added
0 removed
filtered activity
Add ability to ignore / ignore until ok alert entries via the API
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +56 / -0
+56 added
0 removed
filtered activity
Updated some wui external libs and js to newest.
Changed files with action and line counts M html/css/bootstrap-select.css +14 / -2 M html/css/observium.css +16 / -4 M html/js/bootstrap-select.js +296 / -234 M html/js/bootstrap-select.min.js +4 / -4 M html/js/bootstrap-show-password.min.js +3 / -2 M html/js/clipboard.min.js +2 / -2 M libs/Mobile/Detect.php +29 / -20 M libs/UserAgentParser.php +19 / -6
0 added
0 removed
filtered activity
Add device_id and entity_id to alerting array.
Changed files with action and line counts M includes/alerts.inc.php +2 / -0
+2 added
0 removed
filtered activity
Add generic webhook alert transport (outputs complete array of alerting variables as JSON)
Changed files with action and line counts A includes/alerting/webhook.inc.php +57 / -0 M includes/definitions/transports.inc.php +15 / -0
+72 added
0 removed
filtered activity
Add ability to delete devices via the API
Changed files with action and line counts M html/api/v0/includes/devices.inc.php +27 / -0 M includes/functions.inc.php +2 / -2
+29 added
β2 removed
filtered activity
Add ability to add devices via the API
Changed files with action and line counts M html/api/v0/includes/alerts.inc.php +30 / -0 M html/api/v0/includes/devices.inc.php +18 / -2 M includes/functions.inc.php +54 / -0
+102 added
β2 removed
filtered activity
Add status entity capability to API
Changed files with action and line counts A html/api/v0/includes/status.inc.php +48 / -0 M html/api/v0/index.php +1 / -0
+49 added
0 removed
filtered activity
Removed devel mistake change.
Changed files with action and line counts M html/api/v0/index.php +1 / -1 M html/index.php +0 / -4
+1 added
β5 removed
filtered activity
Fixed username escaping in authlog.
Changed files with action and line counts M html/pages/authlog.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fixed api constant name. Moved Flight to libs/ dir, added autoload.
Showing the first 30 paths; 49 more are omitted from this static page.
Changed files with action and line counts D html/api/flight non-text +0 / -0 D html/api/flight/.gitignore +0 / -4 D html/api/flight/LICENSE +0 / -21 D html/api/flight/README.md +0 / -917 D html/api/flight/VERSION +0 / -1 D html/api/flight/composer.json +0 / -23 D html/api/flight/flight/Engine.php +0 / -543 D html/api/flight/flight/Flight.php +0 / -96 D html/api/flight/flight/autoload.php +0 / -11 D html/api/flight/flight/core/Dispatcher.php +0 / -230 D html/api/flight/flight/core/Loader.php +0 / -209 D html/api/flight/flight/net/Request.php +0 / -289 D html/api/flight/flight/net/Response.php +0 / -272 D html/api/flight/flight/net/Route.php +0 / -144 D html/api/flight/flight/net/Router.php +0 / -116 D html/api/flight/flight/template/View.php +0 / -184 D html/api/flight/flight/util/Collection.php +0 / -203 D html/api/flight/index.php +0 / -9 D html/api/flight/tests/AutoloadTest.php +0 / -48 D html/api/flight/tests/DispatcherTest.php +0 / -92 D html/api/flight/tests/FilterTest.php +0 / -65 D html/api/flight/tests/FlightTest.php +0 / -83 D html/api/flight/tests/LoaderTest.php +0 / -114 D html/api/flight/tests/MapTest.php +0 / -72 D html/api/flight/tests/README.md +0 / -10 D html/api/flight/tests/RedirectTest.php +0 / -77 D html/api/flight/tests/RegisterTest.php +0 / -87 D html/api/flight/tests/RenderTest.php +0 / -38 D html/api/flight/tests/RequestTest.php +0 / -99 D html/api/flight/tests/RouterTest.php +0 / -261
+15 added
β4,462 removed
filtered activity
Fix custom web logo.
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1 M html/index.php +5 / -1
+6 added
β2 removed
filtered activity
Fix basic auth for API
Changed files with action and line counts M html/api/v0/index.php +3 / -0 M html/includes/authenticate.inc.php +10 / -5
+13 added
β5 removed
filtered activity
Fix get individual port in API
Changed files with action and line counts M html/api/v0/includes/ports.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Move API code to /api/v0/
Changed files with action and line counts D html/api/.htaccess +0 / -5 D html/api/includes non-text +0 / -0 D html/api/includes/alerts.inc.php +0 / -53 D html/api/includes/bills.inc.php +0 / -31 D html/api/includes/devices.inc.php +0 / -75 D html/api/includes/ports.inc.php +0 / -62 D html/api/includes/sensors.inc.php +0 / -47 D html/api/index.php +0 / -53 A html/api/v0 non-text +0 / -0 A html/api/v0/.htaccess +5 / -0 A html/api/v0/includes non-text +0 / -0 A html/api/v0/includes/alerts.inc.php +53 / -0 A html/api/v0/includes/bills.inc.php +31 / -0 A html/api/v0/includes/devices.inc.php +75 / -0 A html/api/v0/includes/ports.inc.php +62 / -0 A html/api/v0/includes/sensors.inc.php +47 / -0 A html/api/v0/index.php +53 / -0
+326 added
β326 removed
filtered activity
Add development API code (do not use lol)
Showing the first 30 paths; 20 more are omitted from this static page.
Changed files with action and line counts A html/api/flight non-text +0 / -0 A html/api/flight/.gitignore +4 / -0 A html/api/flight/LICENSE +21 / -0 A html/api/flight/README.md +917 / -0 A html/api/flight/VERSION +1 / -0 A html/api/flight/composer.json +23 / -0 A html/api/flight/flight non-text +0 / -0 A html/api/flight/flight/Engine.php +543 / -0 A html/api/flight/flight/Flight.php +96 / -0 A html/api/flight/flight/autoload.php +11 / -0 A html/api/flight/flight/core non-text +0 / -0 A html/api/flight/flight/core/Dispatcher.php +230 / -0 A html/api/flight/flight/core/Loader.php +209 / -0 A html/api/flight/flight/net non-text +0 / -0 A html/api/flight/flight/net/Request.php +289 / -0 A html/api/flight/flight/net/Response.php +272 / -0 A html/api/flight/flight/net/Route.php +144 / -0 A html/api/flight/flight/net/Router.php +116 / -0 A html/api/flight/flight/template non-text +0 / -0 A html/api/flight/flight/template/View.php +184 / -0 A html/api/flight/flight/util non-text +0 / -0 A html/api/flight/flight/util/Collection.php +203 / -0 A html/api/flight/index.php +9 / -0 A html/api/flight/tests non-text +0 / -0 A html/api/flight/tests/AutoloadTest.php +48 / -0 A html/api/flight/tests/DispatcherTest.php +92 / -0 A html/api/flight/tests/FilterTest.php +65 / -0 A html/api/flight/tests/FlightTest.php +83 / -0 A html/api/flight/tests/LoaderTest.php +114 / -0 A html/api/flight/tests/MapTest.php +72 / -0
+4,514 added
β15 removed
filtered activity
Removed preceding "0." in version check. Ref library updated to latest.
Changed files with action and line counts M includes/versioncheck.inc.php +2 / -2 M libs/ref.inc.php +22 / -5
+2 added
β2 removed
filtered activity
Fixed escaping in html emails for metrics and conditions fields.
Changed files with action and line counts M includes/templates/notification/email_html.tpl +2 / -2
+2 added
β2 removed
filtered activity
Fixed display contact edit form.
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +1 / -1 M html/pages/contact.inc.php +13 / -13
+14 added
β14 removed
filtered activity
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.
Showing the first 30 paths; 9 more are omitted from this static page.
Changed files with action and line counts M html/css/bootstrap-hacks.css +168 / -145 M html/css/bootstrap.css +103 / -76 M html/css/bootstrap/less/bootstrap.less +23 / -36 M html/css/bootstrap/less/forms.less +10 / -0 M html/css/bootstrap/less/mixins3.less +19 / -0 A html/css/bootstrap/less/modals3.less +150 / -0 A html/css/bootstrap/less/popovers3.less +131 / -0 M html/css/bootstrap/less/variables3.less +38 / -10 M html/css/observium.css +318 / -329 M html/includes/alerting-navbar.inc.php +94 / -61 M html/includes/contacts-navbar.inc.php +137 / -99 M html/includes/customoids-navbar.inc.php +179 / -59 M html/includes/entities/device.inc.php +18 / -5 M html/includes/group-navbar.inc.php +212 / -13 M html/includes/maintenance-navbar.inc.php +103 / -55 M html/includes/print/alert_log.inc.php +10 / -1 M html/includes/print/fdbtable.inc.php +12 / -0 M html/includes/print/search.inc.php +399 / -60 M html/includes/search/devices.inc.php +2 / -0 A html/js/jquery.popconfirm.js +160 / -0 M html/js/observium.js +1 / -1 M html/pages/add_alert_check.inc.php +2 / -5 M html/pages/alert_check.inc.php +799 / -387 M html/pages/alert_checks.inc.php +2 / -0 M html/pages/alert_maintenance.inc.php +364 / -289 M html/pages/alert_maintenance_add.inc.php +2 / -1 M html/pages/contact.inc.php +166 / -87 M html/pages/contacts.inc.php +119 / -61 M html/pages/customoid.inc.php +218 / -91 M html/pages/customoids.inc.php +36 / -72
+3,497 added
β1,986 removed
filtered activity
Improved slack and hipchat alert transports.
Changed files with action and line counts M includes/alerting/hipchat.inc.php +4 / -3 M includes/alerting/slack.inc.php +19 / -9 M includes/definitions/transports.inc.php +10 / -5
+33 added
β17 removed
filtered activity
Force
syslog.php exit if "MySQL server gone away" detected. Added
dbPing () function.
Changed files with action and line counts M includes/db/mysql.inc.php +10 / -0 M includes/db/mysqli.inc.php +12 / -0 M syslog.php +11 / -1
+33 added
β1 removed
filtered activity
Changed files with action and line counts A update/336.sql +1 / -0
0 added
0 removed
filtered activity
Fixed rrd indexes in table sensors from definitions. Moved discovery sensors to definition by
F5-BIGIP-SYSTEM-MIB . Cleanup sensor definitions.
Changed files with action and line counts M includes/definitions/mibs.inc.php +378 / -222 M includes/discovery/sensors.inc.php +91 / -13 D includes/discovery/sensors/f5-bigip-system-mib.inc.php +0 / -120 M includes/rrdtool.inc.php +23 / -5 A update/335.php +47 / -0
+539 added
β360 removed
filtered activity
Updated MIBs (f5).
Changed files with action and line counts M mibs/f5/F5-BIGIP-APM-MIB +126 / -26 M mibs/f5/F5-BIGIP-COMMON-MIB +385 / -4 M mibs/f5/F5-BIGIP-GLOBAL-MIB +807 / -279 M mibs/f5/F5-BIGIP-LOCAL-MIB +6,813 / -900 M mibs/f5/F5-BIGIP-SYSTEM-MIB +2,867 / -575 M mibs/f5/F5-BIGIP-WAM-MIB +3 / -5
0 added
0 removed
filtered activity
Added unit test with escaped delimeter in regex condition.
Changed files with action and line counts M tests/IncludesAlertsTest.php +8 / -2
0 added
0 removed
filtered activity
Added unit tests for test_conditions() function.
Changed files with action and line counts M includes/alerts.inc.php +44 / -8 A tests/IncludesAlertsTest.php +222 / -0 M tests/IncludesFunctionsTest.php +4 / -0
+44 added
β8 removed
filtered activity
Changed files with action and line counts A html/images/os/messpc.png +1 / -0 A html/images/os/messpc_2x.png +1 / -0 M includes/definitions/mibs.inc.php +24 / -0 M includes/definitions/os.inc.php +31 / -6 A includes/discovery/os/messpc.inc.php +24 / -0 A includes/discovery/sensors/better-networks-ethernetbox-mib.inc.php +77 / -0 M includes/polling/system.inc.php +40 / -0 M includes/polling/system/snmpv2-mib.inc.php +12 / -5
+208 added
β11 removed
filtered activity
Fixed add devices without standard
sysDescr /
sysObjectId . Added timeticks transformation action to
string_transform().
Changed files with action and line counts M includes/functions.inc.php +12 / -5
+12 added
β5 removed
filtered activity
Added MIBs (messpc). Cleanup duplicate RFC mibs in cisco dir.
Changed files with action and line counts D mibs/cisco/IEEE-802DOT17-RPR-MIB +0 / -6,773 D mibs/cisco/IEEE8021-CFM-MIB +0 / -3,577 D mibs/cisco/IEEE8021-CFM-V2-MIB +0 / -861 D mibs/cisco/IEEE8021-TC-MIB +0 / -376 D mibs/cisco/INET-ADDRESS-MIB +0 / -414 D mibs/cisco/ITU-ALARM-TC-MIB +0 / -90 D mibs/cisco/MPLS-VPN-MIB +0 / -1,623 D mibs/cisco/SNMP-FRAMEWORK-MIB +0 / -532 D mibs/cisco/SNMPv2-CONF +0 / -5 D mibs/cisco/SNMPv2-MIB +0 / -853 D mibs/cisco/SNMPv2-SMI +0 / -32 D mibs/cisco/SNMPv2-TC +0 / -708 A mibs/messpc non-text +0 / -0 A mibs/messpc/BETTER-NETWORKS-ETHERNETBOX-MIB +435 / -0
0 added
0 removed
filtered activity
Add ability to expand single processor entity.
Changed files with action and line counts M html/includes/entities/processor.inc.php +5 / -3 M includes/entities.inc.php +2 / -2
+7 added
β5 removed
filtered activity
Change name for netscaler cryto engine cpu entry.
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add SSL Engine CPU load for NetScaler. Also ignore processor-from-definition where 32-bit max returned.
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -0 M includes/discovery/processors.inc.php +1 / -1
+2 added
β1 removed
filtered activity
Added additional storage statuses for Cisco UCS devices.
Changed files with action and line counts M includes/definitions/mibs.inc.php +78 / -0 M includes/definitions/os.inc.php +1 / -0
+79 added
0 removed
filtered activity
Add customoid sub-menu to navbar.
Changed files with action and line counts M html/includes/navbar.inc.php +14 / -3
+14 added
β3 removed
filtered activity
Added discovery flash storage statuses for Cisco UCS devices.
Fixed discovery statuses for SNR devices.
Improved detect hardware/version/serial for SNR switches.
Changed files with action and line counts M includes/definitions/mibs.inc.php +200 / -30 M includes/definitions/os.inc.php +4 / -2 M includes/discovery/sensors.inc.php +8 / -4
+212 added
β36 removed
filtered activity
Changed files with action and line counts M mibs/mikrotik/MIKROTIK-MIB +417 / -302
0 added
0 removed
filtered activity
Improved support for Cisco UCS devices (added discovery status sensors, all sensors converted to definitions).
Changed files with action and line counts M includes/definitions/mibs.inc.php +265 / -17 M includes/definitions/os.inc.php +3 / -0 M includes/discovery/sensors.inc.php +77 / -11 D includes/discovery/sensors/cisco-unified-computing-compute-mib.inc.php +0 / -63 D includes/discovery/sensors/cisco-unified-computing-processor-mib.inc.php +0 / -29
+345 added
β120 removed
filtered activity
Added/updated MIB files (cisco, schleifenbauer, riverbed, northerndesign, netonix, meru, ipt, ibm).
Showing the first 30 paths; 122 more are omitted from this static page.
Changed files with action and line counts A mibs/cisco/CISCO-CABLE-IRON-BUS-STAT-MIB +287 / -0 A mibs/cisco/CISCO-CABLE-LICENSE-MIB +179 / -0 M mibs/cisco/CISCO-EIGRP-MIB +1,360 / -1,174 M mibs/cisco/CISCO-ENTITY-DIAG-MIB +15 / -7 M mibs/cisco/CISCO-ENTITY-SENSOR-MIB +9 / -4 M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB +502 / -6 M mibs/cisco/CISCO-ERR-DISABLE-MIB +98 / -4 M mibs/cisco/CISCO-FEATURE-CONTROL-MIB +153 / -41 M mibs/cisco/CISCO-IDSL-LINE-MIB +1 / -0 M mibs/cisco/CISCO-LAG-MIB +155 / -6 M mibs/cisco/CISCO-MPLS-TE-STD-EXT-MIB +694 / -95 A mibs/cisco/CISCO-NAT-CGN-EXT-MIB +1,129 / -0 M mibs/cisco/CISCO-OPTICAL-MIB +134 / -5 M mibs/cisco/CISCO-OTN-IF-MIB +588 / -86 M mibs/cisco/CISCO-PFC-EXT-MIB +137 / -4 M mibs/cisco/CISCO-PRODUCTS-MIB +50 / -3 M mibs/cisco/CISCO-RTTMON-MIB +606 / -46 M mibs/cisco/CISCO-RTTMON-TC-MIB +119 / -41 A mibs/cisco/CISCO-SECY-EXT-MIB +666 / -0 A mibs/cisco/CISCO-SMART-LIC-MIB +1,038 / -0 M mibs/cisco/CISCO-STACKWISE-MIB +419 / -14 M mibs/cisco/CISCO-SWITCH-QOS-MIB +224 / -4 M mibs/cisco/CISCO-SYSTEM-EXT-MIB +290 / -6 M mibs/cisco/CISCO-UNIFIED-COMPUTING-AAA-MIB +63 / -5 M mibs/cisco/CISCO-UNIFIED-COMPUTING-ADAPTOR-MIB +600 / -10 M mibs/cisco/CISCO-UNIFIED-COMPUTING-BIOS-MIB +2,464 / -72 M mibs/cisco/CISCO-UNIFIED-COMPUTING-BMC-MIB +3 / -1 M mibs/cisco/CISCO-UNIFIED-COMPUTING-CALLHOME-MIB +3 / -1 M mibs/cisco/CISCO-UNIFIED-COMPUTING-CAPABILITY-MIB +3 / -1 M mibs/cisco/CISCO-UNIFIED-COMPUTING-CHANGE-MIB +3 / -1
0 added
0 removed
filtered activity
Use more sane CID for images in emails. (prevents cid overlaps and miscaching on some clients)
Changed files with action and line counts M includes/alerting/email.inc.php +2 / -2
+2 added
β2 removed
filtered activity
April 2017
Fixed adding devices with empty
sysDescr .
Changed files with action and line counts M includes/functions.inc.php +3 / -2
+3 added
β2 removed
filtered activity
Fixed: do not poll and display deleted sensors/statuses.
Changed files with action and line counts M html/includes/entities/sensor.inc.php +6 / -1 M html/includes/entities/status.inc.php +7 / -2 M html/includes/graphs/device/sensor.inc.php +2 / -2 M html/pages/device/overview/sensors.inc.php +1 / -1 M html/pages/device/overview/status.inc.php +2 / -2 M includes/polling/functions.inc.php +4 / -4
+22 added
β12 removed
filtered activity
Improved support for Moxa Serial Terminal devices. Updated Moxa MIBs.
Changed files with action and line counts M includes/definitions/mibs.inc.php +17 / -1 M includes/definitions/models.inc.php +10 / -0 M includes/definitions/os.inc.php +9 / -5 A mibs/moxa/MOXA-CN2600-MIB +3,971 / -0 A mibs/moxa/MOXA-IAW5x50A_IO-MIB +5,339 / -0 M mibs/moxa/MOXA-NP6000-MIB +2,454 / -243 A mibs/moxa/MOXA-NPS8000-MIB +6,351 / -0 A mibs/moxa/MOXA-W2x50A-MIB +3,725 / -0 D mibs/nag non-text +0 / -0 D mibs/nag/SNR-ERD-2 +0 / -375 D mibs/nag/SNR-ERD-4 +0 / -800 D mibs/nag/SNR-SWITCH-MIB +0 / -21,762
+36 added
β6 removed
filtered activity
Added 'explode' transformation in string_transform(). Updated test units.
Changed files with action and line counts M includes/definitions/version.inc.php +8 / -1 M includes/functions.inc.php +40 / -0 M tests/HtmlIncludesFunctionsTest.php +1 / -1 M tests/HtmlIncludesPrintTest.php +1 / -1 M tests/IncludesCommonTest.php +1 / -1 M tests/IncludesDbTest.php +1 / -1 M tests/IncludesFunctionsTest.php +28 / -2 M tests/IncludesPortDescrParserTest.php +1 / -1 M tests/IncludesRewritesTest.php +1 / -1 M tests/IncludesSnmpTest.php +1 / -1 M tests/IncludesTemplatesTest.php +1 / -1
+48 added
β1 removed
filtered activity
Added version parse from
sysDescr for Brocade NOS devices.
Changed files with action and line counts M includes/common.inc.php +2 / -2 M includes/definitions/os.inc.php +9 / -1
+11 added
β3 removed
filtered activity
Medium: fix user agent header in http request
Changed files with action and line counts M includes/common.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improved detect hardware/version for Stack ZTE devices.
Changed files with action and line counts M includes/polling/os/zte.inc.php +4 / -2
+4 added
β2 removed
filtered activity
Trivial: codestyle/syntax cleanups
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +1 / -1 M includes/discovery/functions.inc.php +3 / -3 M includes/discovery/inventory/entity-mib.inc.php +2 / -2 M includes/discovery/ip-addresses.inc.php +1 / -0 M includes/discovery/mempools.inc.php +2 / -2 M includes/discovery/mempools/host-resources-mib.inc.php +0 / -1 M includes/discovery/os.inc.php +2 / -2 M includes/discovery/os/eltex.inc.php +0 / -1 M includes/discovery/ports-stack.inc.php +2 / -2 M includes/discovery/sensors/axis-video-mib.inc.php +1 / -1 M includes/discovery/sensors/cisco-entity-fru-control-mib.inc.php +1 / -1 M includes/discovery/sensors/cisco-power-ethernet-ext-mib.inc.php +1 / -2 M includes/discovery/sensors/dnos-boxservices-private-mib.inc.php +0 / -1 M includes/discovery/sensors/eaton-epdu-mib.inc.php +9 / -13 M includes/discovery/sensors/eppc-mib.inc.php +30 / -33 M includes/discovery/sensors/f5-bigip-system-mib.inc.php +2 / -2 M includes/discovery/sensors/foundry-poe-mib.inc.php +5 / -5 M includes/discovery/sensors/hwg-pwr-mib.inc.php +1 / -1 M includes/discovery/sensors/omnitron-poe-mib.inc.php +28 / -28 M includes/discovery/sensors/packetflux-mib.inc.php +0 / -1 M includes/discovery/sensors/power-ethernet-mib.inc.php +2 / -2 M includes/discovery/sensors/rittal-cmc-iii-mib.inc.php +70 / -65 M includes/discovery/sensors/rittal-cmc-tc-mib.inc.php +2 / -1 M includes/discovery/sensors/serverscheck.inc.php +3 / -3 M includes/discovery/status/cpqrack-mib.inc.php +1 / -1 M includes/discovery/status/dell-rac-mib.inc.php +1 / -1 M includes/discovery/status/f5-bigip-apm-mib.inc.php +1 / -1 M includes/discovery/status/hh3c-stack-mib.inc.php +1 / -1 M includes/discovery/storage/gpfs-mib.inc.php +0 / -2
+172 added
β179 removed
filtered activity
Minor: convert libvirt discovery to external_exec(), small fixes and cleanups
Changed files with action and line counts M includes/discovery/functions.inc.php +4 / -4 M includes/discovery/virtual-machines/libvirt.inc.php +4 / -7
+8 added
β11 removed
filtered activity
Trivial: remove host virtualisation from OS version field after distro script update
Changed files with action and line counts M includes/common.inc.php +2 / -1
+2 added
β1 removed
filtered activity
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.
Changed files with action and line counts M html/includes/entities/sensor.inc.php +3 / -3 M includes/defaults.inc.php +13 / -7 M includes/discovery/functions.inc.php +18 / -7 M includes/discovery/storage.inc.php +0 / -4
+34 added
β21 removed
filtered activity
Minor: update distro script to 1.2.1
Changed files with action and line counts M includes/definitions/vm.inc.php +2 / -1 M scripts/distro +10 / -4
+12 added
β5 removed
filtered activity
Minor: unify virtual machine detection outputs into
Changed files with action and line counts M includes/definitions/rewrites.inc.php +0 / -6 M includes/definitions/vm.inc.php +6 / -1 M includes/polling/os/unix.inc.php +22 / -19
+28 added
β26 removed
filtered activity
Fixed distribution version detect in os module for updated distro script version 1.2.
Changed files with action and line counts M includes/definitions/rewrites.inc.php +6 / -0 M includes/polling/os.inc.php +1 / -1 M includes/polling/os/unix.inc.php +9 / -3
+16 added
β4 removed
filtered activity
Minor: increase package version column length
Changed files with action and line counts A update/334.sql +1 / -0
0 added
0 removed
filtered activity
Fix vendor name
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +2 / -2 M includes/definitions/os.inc.php +1 / -1
+3 added
β3 removed
filtered activity
Migrated mostly hardware/version detect from
sysDescr to os definitions.
Showing the first 30 paths; 47 more are omitted from this static page.
Changed files with action and line counts M includes/definitions/mibs.inc.php +15 / -3 M includes/definitions/os.inc.php +361 / -40 M includes/polling/os.inc.php +15 / -0 D includes/polling/os/a10-ax.inc.php +0 / -21 D includes/polling/os/aethra.inc.php +0 / -42 D includes/polling/os/airconsole.inc.php +0 / -16 M includes/polling/os/allied.inc.php +1 / -55 M includes/polling/os/alliedwareplus.inc.php +2 / -7 D includes/polling/os/arbos.inc.php +0 / -25 D includes/polling/os/arista_eos.inc.php +0 / -17 M includes/polling/os/asyncos.inc.php +1 / -10 D includes/polling/os/audiocodes.inc.php +0 / -29 M includes/polling/os/avocent.inc.php +2 / -8 D includes/polling/os/bcmc.inc.php +0 / -16 D includes/polling/os/bdcom-ios.inc.php +0 / -27 M includes/polling/os/breeze.inc.php +0 / -9 D includes/polling/os/bti7000.inc.php +0 / -16 D includes/polling/os/catos.inc.php +0 / -41 D includes/polling/os/ccpower.inc.php +0 / -20 M includes/polling/os/cimc.inc.php +0 / -8 M includes/polling/os/cisco-altiga.inc.php +0 / -9 D includes/polling/os/clavister-cos.inc.php +0 / -22 D includes/polling/os/comware.inc.php +0 / -25 D includes/polling/os/cts.inc.php +0 / -46 D includes/polling/os/datadomain.inc.php +0 / -16 D includes/polling/os/digi-anyusb.inc.php +0 / -16 D includes/polling/os/digios.inc.php +0 / -36 D includes/polling/os/dlink-ios.inc.php +0 / -24 M includes/polling/os/dlinkfw.inc.php +1 / -6 D includes/polling/os/dnos6.inc.php +0 / -29
+406 added
β1,540 removed
filtered activity
Add support for Accuenergy devices.
Changed files with action and line counts M includes/common.inc.php +2 / -1 M includes/definitions/mibs.inc.php +47 / -0 M includes/discovery/functions.inc.php +2 / -1 A includes/discovery/os/nxp-mqx-rtcs.inc.php +18 / -0 M includes/functions.inc.php +42 / -1 M includes/polling/functions.inc.php +3 / -1 A mibs/accuenergy non-text +0 / -0 A mibs/accuenergy/ACCUENERGY-MIB +3,850 / -0 A mibs/nag non-text +0 / -0 A mibs/nag/SNR-ERD-2 +381 / -0 A mibs/nag/SNR-ERD-4 +809 / -0 A mibs/nag/SNR-SWITCH-MIB +24,009 / -0
+114 added
β4 removed
filtered activity
Added function is_exec_available(). Added pre-check if function proc_open() not disabled in php.ini, such installs not functional in Observium.
Changed files with action and line counts M includes/common.inc.php +38 / -0 M includes/definitions/version.inc.php +1 / -1 M includes/sql-config.inc.php +7 / -1
+46 added
β2 removed
filtered activity
Expand Cyan sysdescr to cover all cyan products.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Update distro script
Changed files with action and line counts M scripts/distro +385 / -299
+385 added
β299 removed
filtered activity
Add ability to change header logo to web config
Changed files with action and line counts M includes/config-variables.inc.php +8 / -0
+8 added
0 removed
filtered activity
Add ability to use custom navbar logo, causing observium logo to move to the bottom bar.
Changed files with action and line counts M html/includes/navbar.inc.php +1 / -1 M html/index.php +9 / -1
+10 added
β2 removed
filtered activity
Fix erroneous discovery line
Changed files with action and line counts M includes/discovery/sensors/serverscheck.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add ability to force ServersCheck sensors to Fahrenheit units.
Changed files with action and line counts M includes/config-variables.inc.php +14 / -0 M includes/discovery/sensors/serverscheck.inc.php +8 / -1
+22 added
β1 removed
filtered activity
Add proper support for different sensors on ServersCheck platform.
Changed files with action and line counts A html/images/os/serverscheck.png +1 / -0 A html/images/os/serverscheck_2x.png +1 / -0 A html/includes/graphs/sensor/dewpoint.inc.php +49 / -0 A html/includes/graphs/sensor/dust.inc.php +34 / -0 A html/includes/graphs/sensor/sound.inc.php +49 / -0 M includes/definitions/sensors.inc.php +3 / -0 M includes/discovery/sensors/serverscheck.inc.php +35 / -18
+170 added
β18 removed
filtered activity
Added DrayTek hardware/version os detect by
sysDescr .
Changed files with action and line counts M includes/definitions/os.inc.php +4 / -0
+4 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +18 / -1 M includes/definitions/os.inc.php +3 / -2 A includes/discovery/sensors/webgraph-old-thermo-hygrometer-us-mib.inc.php +93 / -0 D includes/discovery/sensors/webgraph-therm-hygrometer-us-mib.inc.php +0 / -92 A mibs/webgraph/WebGraph-OLD-Thermo-Hygrometer-US-MIB +2,227 / -0 D mibs/webgraph/WebGraph-Therm-Hygrometer-US-MIB +0 / -1,981
+114 added
β95 removed
filtered activity
Changed files with action and line counts M includes/polling/netscaler-vsvr.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Add basic detection for Vivotek and Accuenergy devices.
Changed files with action and line counts A html/images/os/accuenergy.png +1 / -0 A html/images/os/accuenergy_2x.png +1 / -0 A html/images/os/vivotek.png +1 / -0 A html/images/os/vivotek_2x.png +1 / -0 M includes/definitions/os.inc.php +32 / -0
+32 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +7 / -0 M includes/definitions/os.inc.php +1 / -0 A includes/discovery/sensors/webgraph-therm-hygrometer-us-mib.inc.php +92 / -0 D includes/discovery/sensors/webgraph-thermo-hygrometer-us-mib.inc.php +0 / -92 A mibs/webgraph/Com-Server-Intern-MIB +2,524 / -0 A mibs/webgraph/WebGraph-2xThermometer-US-MIB +2,359 / -0 A mibs/webgraph/WebGraph-Air-Quality-US-MIB +2,427 / -0 A mibs/webgraph/WebGraph-AnalogIO-57661-US-MIB +3,325 / -0 A mibs/webgraph/WebGraph-AnalogIO-57662-US-MIB +3,355 / -0 A mibs/webgraph/WebGraph-AnalogIn-57641-US-MIB +2,535 / -0 A mibs/webgraph/WebGraph-AnalogIn-57642-US-MIB +2,537 / -0 A mibs/webgraph/WebGraph-AnalogIn-57643-US-MIB +2,534 / -0 A mibs/webgraph/WebGraph-AnalogIn-57644-US-MIB +2,533 / -0 A mibs/webgraph/WebGraph-Therm-Hygrometer-US-MIB +2,227 / -0 A mibs/webgraph/WebGraph-Thermo-Hygro-Barometer-US-MIB +2,591 / -0 M mibs/webgraph/WebGraph-Thermo-Hygrometer-US-MIB +952 / -596 A mibs/webgraph/WebGraph-Thermometer-NTC-US-MIB +2,516 / -0 A mibs/webgraph/WebGraph-Thermometer-PT-US-MIB +5,376 / -0 A mibs/webgraph/WebGraph-Thermometer-US-MIB +2,146 / -0 A mibs/webgraph/Webio-ANx-MIB +4,357 / -0 A mibs/webgraph/Webio-Digital-MIB-US +37,139 / -0
+100 added
β92 removed
filtered activity
Added per-phase Apparent Power sensors for APC devices by
PowerNet-MIB . Small cleanup for os definitions.
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -3 M includes/discovery/sensors/powernet-mib.inc.php +33 / -3
+35 added
β6 removed
filtered activity
Fixed mib_dir for SNR devices.
Changed files with action and line counts M includes/definitions/mibs.inc.php +26 / -27
+26 added
β27 removed
filtered activity
March 2017
Add search to bill entity choser.
Changed files with action and line counts M html/includes/print/search.inc.php +1 / -1 M html/pages/bill/edit.inc.php +1 / -0
+2 added
β1 removed
filtered activity
Fix counting wrong port in billing poller if a port is deleted. Correctly handle a bill with a port that returns no data.
Changed files with action and line counts M poll-billing.php +14 / -10
+14 added
β10 removed
filtered activity
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.
Changed files with action and line counts M includes/definitions/mibs.inc.php +21 / -9 M includes/discovery/processors.inc.php +23 / -1 A update/333.php +37 / -0
+81 added
β10 removed
filtered activity
Fix some cosmetic cli output stuff
Changed files with action and line counts M includes/include-dir-mib.inc.php +4 / -1
+4 added
β1 removed
filtered activity
Temporarily disable a function which shouldn't be where it is
Changed files with action and line counts M includes/rewrites.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Remove unused script.
Changed files with action and line counts D scripts/glue.py +0 / -1,571 D scripts/glue.py-COPYING +0 / -30 M scripts/makecss.sh +2 / -2
+2 added
β1,603 removed
filtered activity
Expand user_id to bigint 20
Changed files with action and line counts A update/332.sql +3 / -0
0 added
0 removed
filtered activity
[Add] Add support for some SNR devices.
Changed files with action and line counts A html/images/os/snr.png +1 / -0 A html/images/os/snr_2x.png +1 / -0
0 added
0 removed
filtered activity
[ADD
Changed files with action and line counts M includes/definitions/mibs.inc.php +86 / -0 M includes/definitions/os.inc.php +28 / -0
+114 added
0 removed
filtered activity
Minor: fix description for processors other than the first one when discovered via definition table
Changed files with action and line counts M includes/discovery/processors.inc.php +1 / -0
+1 added
0 removed
filtered activity
Trivial: minor code reformatting
Changed files with action and line counts M includes/defaults.inc.php +1 / -1 M includes/discovery/mempools/agent-general-mib.inc.php +10 / -10 M includes/discovery/mempools/dell-networking-chassis-mib.inc.php +2 / -4 M includes/discovery/mempools/extreme-software-monitor-mib.inc.php +0 / -1 M includes/discovery/mempools/f10-c-series-chassis-mib.inc.php +2 / -2 M includes/discovery/mempools/f10-chassis-mib.inc.php +3 / -3 M includes/discovery/mempools/f10-m-series-chassis-mib.inc.php +1 / -1 M includes/discovery/mempools/f10-s-series-chassis-mib.inc.php +2 / -2 M includes/discovery/mempools/huawei-entity-extent-mib.inc.php +1 / -1 M includes/discovery/mempools/netswitch-mib.inc.php +14 / -14 M includes/discovery/mempools/s5-chassis-mib.inc.php +2 / -2 M includes/discovery/mempools/timetra-system-mib.inc.php +6 / -6 M includes/discovery/mempools/ucd-snmp-mib.inc.php +38 / -26 M includes/discovery/mempools/zhone-card-resources-mib.inc.php +5 / -5
+87 added
β78 removed
filtered activity
Switch
ifIndex field to unsigned to fit entire 32bit value as used by some vendors
Changed files with action and line counts A update/331.sql +1 / -0
0 added
0 removed
filtered activity
MAKE OID GREAT AGAIN
Changed files with action and line counts A update/330.sql +1 / -0
0 added
0 removed
filtered activity
Added support for Omnitron iConverter with PoE sensors. Added sensors discovery for AXIS cams by
AXIS-VIDEO-MIB .
Changed files with action and line counts A html/images/os/omnitron.png +1 / -0 A html/images/os/omnitron_2x.png +1 / -0 M includes/definitions/mibs.inc.php +35 / -0 M includes/definitions/os.inc.php +70 / -39 A includes/discovery/sensors/axis-video-mib.inc.php +113 / -0 A includes/discovery/sensors/omnitron-poe-mib.inc.php +82 / -0
+300 added
β39 removed
filtered activity
Added/updated MIB files (axis, bsd, omnitron).
Changed files with action and line counts A mibs/axis non-text +0 / -0 A mibs/axis/AXIS-ROOT-MIB +36 / -0 A mibs/axis/AXIS-VIDEO-MIB +576 / -0 A mibs/bsd/BEGEMOT-ATM-FREEBSD-MIB +99 / -0 A mibs/bsd/BEGEMOT-HAST-MIB +362 / -0 A mibs/bsd/BEGEMOT-LM75-MIB +160 / -0 M mibs/bsd/BEGEMOT-PF-MIB +136 / -18 A mibs/bsd/BEGEMOT-WIRELESS-MIB +3,898 / -0 A mibs/omnitron non-text +0 / -0 A mibs/omnitron/OMNITRON-MIB +3,797 / -0 A mibs/omnitron/OMNITRON-POE-MIB +406 / -0 A mibs/omnitron/OMNITRON-TC-MIB +874 / -0
0 added
0 removed
filtered activity
Fixed hardware/os/version detect from definitions for some oses (appear in r8432).
Changed files with action and line counts M includes/polling/os.inc.php +15 / -7
+15 added
β7 removed
filtered activity
Trivial: don't run cisco cbqos/vrf discovery modules on UPSes
Changed files with action and line counts M includes/definitions/os.inc.php +2 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +12 / -0 A includes/discovery/sensors/liebert-gp-pdu-mib.inc.php +284 / -0 M includes/rewrites.inc.php +0 / -11
+296 added
β11 removed
filtered activity
Improved os/hardware/version detect for AOS, ArubaOS, FTOS, Liebert. Cleanups in MIB definitions. Added additional sensors discovery by
LIEBERT-GP-POWER-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +21 / -29 M includes/definitions/models.inc.php +463 / -1 M includes/definitions/os.inc.php +33 / -15 M includes/discovery/sensors/edgeswitch-boxservices-private-mib.inc.php +7 / -7 M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +29 / -11 A includes/discovery/sensors/liebert-gp-power-mib.inc.php +131 / -0 M includes/discovery/sensors/ups-mib.inc.php +3 / -3 M includes/polling/os.inc.php +26 / -10 M includes/polling/os/aos.inc.php +6 / -6 M includes/polling/os/aosw.inc.php +1 / -1 M includes/polling/os/arubaos.inc.php +5 / -3 M includes/polling/os/ftos.inc.php +2 / -2 M includes/polling/os/liebert.inc.php +4 / -2 M includes/polling/os/omnistack.inc.php +2 / -2 M includes/rewrites.inc.php +73 / -155
+806 added
β247 removed
filtered activity
Added/updated MIBs for aos, aruba, digipower, snr.
Showing the first 30 paths; 76 more are omitted from this static page.
Changed files with action and line counts M mibs/aos/ALCATEL-IND1-AAA-MIB +1,298 / -41 M mibs/aos/ALCATEL-IND1-BASE +58 / -8 M mibs/aos/ALCATEL-IND1-BGP-MIB +592 / -593 M mibs/aos/ALCATEL-IND1-CHASSIS-MIB +692 / -120 M mibs/aos/ALCATEL-IND1-CONFIG-MGR-MIB +221 / -54 M mibs/aos/ALCATEL-IND1-DEVICES +803 / -93 M mibs/aos/ALCATEL-IND1-DOT1Q-MIB +9 / -13 M mibs/aos/ALCATEL-IND1-DOT1X-MIB +505 / -17 M mibs/aos/ALCATEL-IND1-E-SERVICE-MIB +1,273 / -303 M mibs/aos/ALCATEL-IND1-ERP-MIB +85 / -13 M mibs/aos/ALCATEL-IND1-GROUP-MOBILITY-MIB +45 / -46 A mibs/aos/ALCATEL-IND1-GRT-MIB +214 / -0 M mibs/aos/ALCATEL-IND1-GVRP-MIB +156 / -160 M mibs/aos/ALCATEL-IND1-HEALTH-MIB +153 / -128 M mibs/aos/ALCATEL-IND1-IGMP-MIB +511 / -6 M mibs/aos/ALCATEL-IND1-INLINE-POWER-MIB +93 / -62 M mibs/aos/ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB +80 / -49 M mibs/aos/ALCATEL-IND1-IP-MIB +396 / -189 M mibs/aos/ALCATEL-IND1-IPM-VLAN-MIB +92 / -17 A mibs/aos/ALCATEL-IND1-IPMCAST-MIB +1,372 / -0 M mibs/aos/ALCATEL-IND1-IPMS-MIB +18 / -19 M mibs/aos/ALCATEL-IND1-IPRM-MIB +106 / -19 M mibs/aos/ALCATEL-IND1-IPRMV6-MIB +22 / -2 M mibs/aos/ALCATEL-IND1-IPSEC-MIB +10 / -14 M mibs/aos/ALCATEL-IND1-IPV6-MIB +289 / -80 M mibs/aos/ALCATEL-IND1-LAG-MIB +361 / -112 M mibs/aos/ALCATEL-IND1-LBD-MIB +34 / -34 M mibs/aos/ALCATEL-IND1-LICENSE-MANAGER-MIB +282 / -19 M mibs/aos/ALCATEL-IND1-LPS-MIB +30 / -4 M mibs/aos/ALCATEL-IND1-MAC-ADDRESS-MIB +230 / -254
0 added
0 removed
filtered activity
Add some swe crap
Changed files with action and line counts M includes/definitions/mibs.inc.php +20 / -0
+20 added
0 removed
filtered activity
Trivial: move Axis hardware/version to definitions
Changed files with action and line counts M includes/definitions/os.inc.php +9 / -4 D includes/polling/os/axis.inc.php +0 / -29
+9 added
β33 removed
filtered activity
Medium: fix mempool multiplier float definition causing spurious updates and incorrect multipliers in database
Changed files with action and line counts M includes/discovery/functions.inc.php +3 / -0 A update/329.sql +1 / -0
+3 added
0 removed
filtered activity
Minor: add missing support to clean up deleted inventory entries in housekeeping
Changed files with action and line counts M housekeeping.php +4 / -2 M includes/defaults.inc.php +1 / -0 M includes/housekeeping/alertlog.inc.php +1 / -1 M includes/housekeeping/authlog.inc.php +1 / -1 M includes/housekeeping/eventlog.inc.php +1 / -1 M includes/housekeeping/inventory.inc.php +1 / -1 M includes/housekeeping/syslog.inc.php +1 / -1 M includes/housekeeping/timing.inc.php +1 / -1
+11 added
β8 removed
filtered activity
Minor: convert ciena mempool to definitions using correct MIB name, fix mempool rename to use correct MIB case in filename
Changed files with action and line counts M includes/definitions/mibs.inc.php +14 / -5 M includes/definitions/os.inc.php +1 / -1 M includes/discovery/mempools.inc.php +1 / -1 D includes/discovery/mempools/ciena-topsecret-mib.inc.php +0 / -27 D includes/polling/mempools/ciena-topsecret-mib.inc.php +0 / -17
+16 added
β51 removed
filtered activity
Added poller compatability for mempool_multiplier field while db schema not updated.
Changed files with action and line counts M includes/polling/mempools.inc.php +2 / -0
+2 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +3 / -1
+3 added
β1 removed
filtered activity
Trivial: rename mempool_precision database field to mempool_multiplier to bring in line with sensor_multiplier
Changed files with action and line counts M includes/discovery/functions.inc.php +6 / -6 M includes/polling/mempools.inc.php +12 / -13 M includes/polling/mempools/f10-c-series-chassis-mib.inc.php +1 / -1 M includes/polling/mempools/host-resources-mib.inc.php +3 / -3 M includes/polling/mempools/juniper-mib.inc.php +1 / -1 A update/328.sql +1 / -0
+23 added
β24 removed
filtered activity
Fixed voltage status description from previous commit.
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Added discovery mempool and power supply statuses for A10 ACOS by
A10-AX-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +33 / -7 M mibs/a10/A10-AX-MIB +3,194 / -1,335 M mibs/a10/A10-COMMON-MIB +85 / -0
+33 added
β7 removed
filtered activity
Added support for Digipower UPS and PDU.
Changed files with action and line counts A html/images/os/digipower.png +1 / -0 A html/images/os/digipower_2x.png +1 / -0 M includes/definitions/mibs.inc.php +28 / -1 M includes/definitions/os.inc.php +24 / -0 A includes/discovery/os/digipower.inc.php +23 / -0
+75 added
β1 removed
filtered activity
WUI caching now disabled by default (for enable use option $config['cache']['enable']). Fixed undefined function error when device add (apper in r8416).
Changed files with action and line counts M includes/cache.inc.php +3 / -5 M includes/common.inc.php +27 / -0 M includes/defaults.inc.php +1 / -1 M includes/sql-config.inc.php +6 / -0
+37 added
β6 removed
filtered activity
Switch to using
ifName on fortinet because fortigate are a bunch of morons.
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -0
+1 added
0 removed
filtered activity
Updated FortiNet models and MIBs.
Changed files with action and line counts M includes/definitions/models.inc.php +56 / -9 M includes/definitions/rewrites.inc.php +0 / -77 M mibs/fortinet/FORTINET-CORE-MIB +13 / -1 M mibs/fortinet/FORTINET-FORTIGATE-MIB +447 / -116
+56 added
β86 removed
filtered activity
More clear cache requests when device settings changed or deleted. Added function set_cache_clear().
Changed files with action and line counts M html/pages/device/edit/device.inc.php +4 / -0 M includes/cache.inc.php +38 / -2 M includes/functions.inc.php +9 / -3
+51 added
β5 removed
filtered activity
Improved discovery inlet/outlet sensors and added discovery external sensors for Raritan devices by
PDU2-MIB .
Changed files with action and line counts M includes/definitions/mibs.inc.php +42 / -37 M includes/discovery/sensors/pdu2-mib.inc.php +458 / -98 M includes/rrdtool.inc.php +40 / -0
+540 added
β135 removed
filtered activity
Fixed display down event for status entities.
Changed files with action and line counts M html/includes/entities/status.inc.php +5 / -1 M html/includes/navbar.inc.php +7 / -9 M html/pages/os.inc.php +5 / -5 A update/327.sql +1 / -0
+17 added
β15 removed
filtered activity
Clear WUI cache if new device added.
Changed files with action and line counts M includes/cache.inc.php +10 / -1 M includes/functions.inc.php +5 / -1
+15 added
β2 removed
filtered activity
February 2017
Added support for Hirschmann network devices.
Changed files with action and line counts A html/images/os/hirschmann.png +1 / -0 A html/images/os/hirschmann_2x.png +1 / -0 M includes/definitions/mibs.inc.php +85 / -0 M includes/definitions/os.inc.php +24 / -0 M includes/rewrites.inc.php +8 / -0
+117 added
0 removed
filtered activity
Added hirschmann mib files.
Showing the first 30 paths; 47 more are omitted from this static page.
Changed files with action and line counts A mibs/hirschmann non-text +0 / -0 A mibs/hirschmann/HIRSCHMANN-DISCOVERY-MGMT-MIB +194 / -0 A mibs/hirschmann/HIRSCHMANN-DVMRP-MIB +805 / -0 A mibs/hirschmann/HIRSCHMANN-GENERIC-ERROR-MIB +145 / -0 A mibs/hirschmann/HIRSCHMANN-MGMT-MIB +31 / -0 A mibs/hirschmann/HIRSCHMANN-MMP4-BASICL2-MIB +4,876 / -0 A mibs/hirschmann/HIRSCHMANN-MMP4-QOS-MIB +1,515 / -0 A mibs/hirschmann/HIRSCHMANN-MMP4-ROUTING-MIB +2,102 / -0 A mibs/hirschmann/HIRSCHMANN-MULTICAST-MIB +494 / -0 A mibs/hirschmann/HIRSCHMANN-PIM-MIB +916 / -0 A mibs/hirschmann/HIRSCHMANN-SNMP-RETURN-SET-MIB +179 / -0 A mibs/hirschmann/HM2-CAM-MGMT-MIB +450 / -0 A mibs/hirschmann/HM2-DEVMGMT-MIB +2,264 / -0 A mibs/hirschmann/HM2-DHCPS-MIB +817 / -0 A mibs/hirschmann/HM2-DIAGNOSTIC-MIB +2,488 / -0 A mibs/hirschmann/HM2-DNS-MIB +381 / -0 A mibs/hirschmann/HM2-DOS-MITIGATION-MIB +417 / -0 A mibs/hirschmann/HM2-FILEMGMT-MIB +803 / -0 A mibs/hirschmann/HM2-FW-MIB +1,680 / -0 A mibs/hirschmann/HM2-INDUSTRIAL-PROTOCOLS-MIB +796 / -0 A mibs/hirschmann/HM2-IOMODULE-MIB +474 / -0 A mibs/hirschmann/HM2-L2FORWARDING-MIB +197 / -0 A mibs/hirschmann/HM2-L2MCAST-MIB +383 / -0 A mibs/hirschmann/HM2-L2REDUNDANCY-DLR-MIB +889 / -0 A mibs/hirschmann/HM2-L2REDUNDANCY-LRE-MIB +532 / -0 A mibs/hirschmann/HM2-L2REDUNDANCY-MIB +1,561 / -0 A mibs/hirschmann/HM2-LICENSE-MGMT-MIB +417 / -0 A mibs/hirschmann/HM2-LINK-BACKUP-MIB +217 / -0 A mibs/hirschmann/HM2-LLDP-MIB +114 / -0 A mibs/hirschmann/HM2-LOGGING-MIB +1,036 / -0
0 added
0 removed
filtered activity
Fixed caching in snmp_cache_snmpEngineID().
Changed files with action and line counts M includes/functions.inc.php +1 / -2 M includes/snmp.inc.php +7 / -1
+8 added
β3 removed
filtered activity
Added basic os detect for EMC Flare OS and SNAS.
Changed files with action and line counts A html/images/os/emc.png +1 / -0 A html/images/os/emc_2x.png +1 / -0 M includes/definitions/os.inc.php +29 / -11
+29 added
β11 removed
filtered activity
Disable port percent graph pending rewrite of module.
Changed files with action and line counts M html/includes/status-portpercent.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Fixed display graphs with old php version or when cache disabled (OBSERVIUM-2203).
Changed files with action and line counts M includes/cache.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Improve D-Link version parsing, since newer firmwares seem to have dropped the version/feature string from
sysDescr .
Changed files with action and line counts M includes/polling/os/dlink.inc.php +7 / -3
+7 added
β3 removed
filtered activity
Add graph to front page traffic summary.
Changed files with action and line counts M html/api/includes/bills.inc.php +1 / -3 M html/api/includes/devices.inc.php +1 / -1 M html/api/includes/ports.inc.php +2 / -2 M html/api/index.php +4 / -16 M html/includes/cache-data.inc.php +3 / -1 M html/includes/graphs/multi-port/bits_trio.inc.php +10 / -12 A html/includes/graphs/multi-port/bits_trio_compare.inc.php +254 / -0 M html/includes/navbar.inc.php +13 / -6 M html/includes/status-portpercent.inc.php +24 / -0 M html/pages/os.inc.php +1 / -1 M includes/definitions/wui.inc.php +3 / -0
+316 added
β42 removed
filtered activity
Medium: fix autoloader breaking XMPP alerting transport
Changed files with action and line counts M includes/common.inc.php +6 / -3
+6 added
β3 removed
filtered activity
Fix adding contacts from not /contacts/
Changed files with action and line counts M html/includes/contacts-navbar.inc.php +139 / -0 M html/pages/contacts.inc.php +0 / -135
+139 added
β135 removed
filtered activity
Improve comware hardware string parsing
Changed files with action and line counts M includes/polling/os/hh3c.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Fix device duplicate check.
Changed files with action and line counts M includes/functions.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Switch comparison to is_null
Changed files with action and line counts M includes/wifi.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix opsgenie recovery URL
Changed files with action and line counts M includes/alerting/opsgenie.inc.php +6 / -1
+6 added
β1 removed
filtered activity
Disable WMI module updating storage. Will revert to SNMP storage values.
Changed files with action and line counts M includes/polling/wmi.inc.php +5 / -0
+5 added
0 removed
filtered activity
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.
Changed files with action and line counts M includes/definitions/mibs.inc.php +8 / -4 M includes/discovery/functions.inc.php +9 / -3 M includes/discovery/mempools.inc.php +11 / -6 M includes/functions.inc.php +34 / -11 M includes/polling/mempools.inc.php +11 / -7 M tests/IncludesFunctionsTest.php +46 / -19
+73 added
β31 removed
filtered activity
Minor: convert a number of mempool discoveries to static definitions; cleanups
Showing the first 30 paths; 3 more are omitted from this static page.
Changed files with action and line counts M includes/definitions/mibs.inc.php +280 / -136 D includes/discovery/mempools/adtran-aoscpu.inc.php +0 / -29 D includes/discovery/mempools/aethra-mib.inc.php +0 / -26 D includes/discovery/mempools/airespace-switching-mib.inc.php +0 / -30 D includes/discovery/mempools/dasan-switch-mib.inc.php +0 / -33 D includes/discovery/mempools/dnos-switching-mib.inc.php +0 / -31 D includes/discovery/mempools/edgeswitch-switching-mib.inc.php +0 / -31 D includes/discovery/mempools/embedded-ngx-mib.inc.php +0 / -31 D includes/discovery/mempools/fortinet-fortigate-mib.inc.php +0 / -25 D includes/discovery/mempools/frogfoot-resources-mib.inc.php +0 / -29 D includes/discovery/mempools/gbnplatformoam-mib.inc.php +0 / -33 D includes/discovery/mempools/ns-root-mib.inc.php +0 / -30 D includes/discovery/mempools/rapid-city.inc.php +0 / -30 D includes/discovery/mempools/rbn-memory-mib.inc.php +0 / -32 D includes/discovery/mempools/sonicwall-firewall-ip-statistics-mib.inc.php +0 / -25 D includes/discovery/mempools/trapeze-networks-system-mib.inc.php +0 / -30 D includes/discovery/mempools/wlsx-switch-mib.inc.php +0 / -31 D includes/polling/mempools/adtran-aoscpu.inc.php +0 / -24 D includes/polling/mempools/aethra-mib.inc.php +0 / -17 D includes/polling/mempools/airespace-switching-mib.inc.php +0 / -20 D includes/polling/mempools/dasan-switch-mib.inc.php +0 / -25 D includes/polling/mempools/dnos-switching-mib.inc.php +0 / -20 D includes/polling/mempools/edgeswitch-switching-mib.inc.php +0 / -22 D includes/polling/mempools/embedded-ngx-mib.inc.php +0 / -18 D includes/polling/mempools/fortinet-fortigate-mib.inc.php +0 / -17 D includes/polling/mempools/frogfoot-resources-mib.inc.php +0 / -18 D includes/polling/mempools/gbnplatformoam-mib.inc.php +0 / -21 D includes/polling/mempools/ns-root-mib.inc.php +0 / -17 D includes/polling/mempools/rapid-city.inc.php +0 / -19 D includes/polling/mempools/rbn-memory-mib.inc.php +0 / -19
+280 added
β923 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +3 / -3
+3 added
β3 removed
filtered activity
Changed files with action and line counts M includes/discovery/mempools/cisco-process-mib.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Remove neighbour update spam.
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improvements and fixes to nfsen pages.
Changed files with action and line counts M html/includes/graphs/device/nfsen_common.inc.php +2 / -2 M html/includes/graphs/device/nfsen_traffic.inc.php +1 / -1 M html/pages/device/nfsen.inc.php +13 / -3
+16 added
β6 removed
filtered activity
Add -r option to discovery to force a rebuild of group/alert associations for a device
Changed files with action and line counts M discovery.php +3 / -3
+3 added
β3 removed
filtered activity
Changed files with action and line counts M includes/discovery/mempools/cisco-memory-pool-mib.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Improved A10 LB os/version detect.
Changed files with action and line counts M includes/definitions.inc.php +1 / -0 M includes/definitions/os.inc.php +15 / -1
+16 added
β1 removed
filtered activity
Added rancid os map for A10 LB (only for rancid v3).
Changed files with action and line counts M includes/definitions.inc.php +2 / -0 M scripts/generate-rancid.php +13 / -5
+15 added
β5 removed
filtered activity
Minor: convert more mempools to definitions
Changed files with action and line counts M includes/definitions/mibs.inc.php +5 / -8 D includes/discovery/mempools/apsysmgmt-mib.inc.php +0 / -24 D includes/discovery/mempools/asyncos-mail-mib.inc.php +0 / -23 D includes/discovery/mempools/juniper-ive-mib.inc.php +0 / -23 D includes/polling/mempools/apsysmgmt-mib.inc.php +0 / -16 D includes/polling/mempools/asyncos-mail-mib.inc.php +0 / -16 D includes/polling/mempools/juniper-ive-mib.inc.php +0 / -16
+5 added
β126 removed
filtered activity
Fixed display def-based mempool graph.
Changed files with action and line counts M html/includes/graphs/device/mempool.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +5 / -0 D includes/discovery/mempools/netscreen-resource-mib.inc.php +0 / -25 D includes/polling/mempools/netscreen-resource-mib.inc.php +0 / -19
+5 added
β44 removed
filtered activity
Trivial: add unit tests for calculate_mempool_properties()
Changed files with action and line counts M includes/polling/mempools.inc.php +0 / -1 M tests/IncludesFunctionsTest.php +43 / -0
0 added
β1 removed
filtered activity
Trivial: bring polling code in line with discovery, prefer hardcoded total over SNMP OIDs
Changed files with action and line counts M includes/polling/mempools.inc.php +2 / -2
+2 added
β2 removed
filtered activity
Fixed def-based mempools polling without numeric oids.
Changed files with action and line counts M includes/polling/mempools.inc.php +9 / -9
+9 added
β9 removed
filtered activity
Minor: change 'object' terminology to 'table', move free/used/total/perc calculation to separate function, code cleanups
Changed files with action and line counts M includes/discovery/functions.inc.php +6 / -6 M includes/discovery/mempools.inc.php +14 / -38 M includes/functions.inc.php +47 / -0 M includes/polling/mempools.inc.php +15 / -46 A update/326.sql +1 / -0
+82 added
β90 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +8 / -0
+8 added
0 removed
filtered activity
Minor: correct scale for HP MSM mempool
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1
+1 added
β1 removed
filtered activity
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.
Changed files with action and line counts A html/images/os/summitd.png +1 / -0 A html/images/os/summitd_2x.png +1 / -0 A html/images/os/trendmicro.png +1 / -0 A html/images/os/trendmicro_2x.png +1 / -0 A html/images/os/vubiq.png +1 / -0 A html/images/os/vubiq_2x.png +1 / -0 M includes/definitions/mibs.inc.php +88 / -0 M includes/definitions/os.inc.php +51 / -7 M includes/discovery/sensors.inc.php +140 / -6
+279 added
β13 removed
filtered activity
Added MIBs trendmicro and summitd.
Showing the first 30 paths; 7 more are omitted from this static page.
Changed files with action and line counts A mibs/summitd non-text +0 / -0 A mibs/summitd/Summitd +231 / -0 A mibs/trendmicro non-text +0 / -0 A mibs/trendmicro/TIPPINGPOINT-REG-MIB +96 / -0 A mibs/trendmicro/TPT-ATA-REG-MIB +78 / -0 A mibs/trendmicro/TPT-BAY-MIB +223 / -0 A mibs/trendmicro/TPT-COMPACT-FLASH-MIB +226 / -0 A mibs/trendmicro/TPT-DDOS-MIB +1,553 / -0 A mibs/trendmicro/TPT-HEALTH-MIB +454 / -0 A mibs/trendmicro/TPT-HIGH-AVAIL-MIB +508 / -0 A mibs/trendmicro/TPT-HOST-MIB +244 / -0 A mibs/trendmicro/TPT-LICENSE-MIB +161 / -0 A mibs/trendmicro/TPT-MISC-NOTIFY-MIB +778 / -0 A mibs/trendmicro/TPT-MULTIDV-MIB +203 / -0 A mibs/trendmicro/TPT-NGFW-CLUSTER-MIB +1,301 / -0 A mibs/trendmicro/TPT-NGFW-LOGGING-MIB +361 / -0 A mibs/trendmicro/TPT-NGFW-PERFORMANCE-MIB +354 / -0 A mibs/trendmicro/TPT-NGFW-POLICY-MIB +608 / -0 A mibs/trendmicro/TPT-NGFW-REG-MIB +243 / -0 A mibs/trendmicro/TPT-NGFW-SYSTEM-INFO-MIB +367 / -0 A mibs/trendmicro/TPT-NGFW-USER-MIB +236 / -0 A mibs/trendmicro/TPT-NPSTATS-MIB +844 / -0 A mibs/trendmicro/TPT-POLICY-MIB +1,651 / -0 A mibs/trendmicro/TPT-PORT-CONFIG-MIB +227 / -0 A mibs/trendmicro/TPT-PORT-MAPPING-MIB +164 / -0 A mibs/trendmicro/TPT-RESOURCE-MIB +856 / -0 A mibs/trendmicro/TPT-SEGMENT-MIB +156 / -0 A mibs/trendmicro/TPT-SFLOW-MIB +174 / -0 A mibs/trendmicro/TPT-SMS-TRAP-MIB +362 / -0 A mibs/trendmicro/TPT-SMSMIBS +170 / -0
0 added
0 removed
filtered activity
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.
Changed files with action and line counts M html/includes/graphs/mempool/auth.inc.php +1 / -1 M includes/definitions/mibs.inc.php +11 / -3 M includes/discovery/functions.inc.php +7 / -14 M includes/discovery/mempools.inc.php +23 / -5 D includes/discovery/mempools/sw-mib.inc.php +0 / -26 M includes/polling/mempools.inc.php +23 / -13 D includes/polling/mempools/sw-mib.inc.php +0 / -17 A update/325.sql +4 / -0
+65 added
β79 removed
filtered activity
Minor: allow NULL for newly created columns
Changed files with action and line counts A update/324.sql +3 / -0
0 added
0 removed
filtered activity
Medium: introduce mempools via definitions, table support not yet finished. Migrate HP MSM/Colubris mempool to new system.
Changed files with action and line counts M includes/definitions/mibs.inc.php +21 / -0 M includes/discovery/functions.inc.php +20 / -3 M includes/discovery/mempools.inc.php +152 / -0 D includes/discovery/mempools/colubris-usage-information-mib.inc.php +0 / -25 M includes/discovery/processors.inc.php +12 / -23 M includes/polling/mempools.inc.php +19 / -2 D includes/polling/mempools/colubris-usage-information-mib.inc.php +0 / -18 A update/323.sql +3 / -0
+224 added
β71 removed
filtered activity
Trivial: add a few extra MIBs, remove duplicate
Changed files with action and line counts D mibs/RFC1155-SMI +0 / -119 A mibs/dell/DELLBASEBOARDMIF-MIB +3,173 / -0 A mibs/dell/DELLLOCALRESPONSEAGENTMIF-MIB +255 / -0 A mibs/hp/HPSVRMGMT-OID +147 / -0 A mibs/nortel/RAPIDCITY-VLAN-MIB +332 / -0 A mibs/zyxel/ZYXEL-ES-CAPWAP +122 / -0 A mibs/zyxel/ZYXEL-ES-COMMON +424 / -0 A mibs/zyxel/ZYXEL-ES-ProWLAN +36 / -0 A mibs/zyxel/ZYXEL-ES-SMI +80 / -0
0 added
0 removed
filtered activity
Added hidpi os images (a-b).
Showing the first 30 paths; 1 more are omitted from this static page.
Changed files with action and line counts M html/images/os/a10.png non-text +0 / -0 A html/images/os/a10_2x.png +1 / -0 D html/images/os/acme.png +0 / -1 A html/images/os/acmepacket.png +1 / -0 A html/images/os/acmepacket_2x.png +1 / -0 M html/images/os/actelis.png non-text +0 / -0 A html/images/os/actelis_2x.png +1 / -0 M html/images/os/adva.png non-text +0 / -0 A html/images/os/adva_2x.png +1 / -0 M html/images/os/aerohive.png non-text +0 / -0 A html/images/os/aerohive_2x.png +1 / -0 M html/images/os/akcp.png non-text +0 / -0 A html/images/os/akcp_2x.png +1 / -0 M html/images/os/areca.png non-text +0 / -0 A html/images/os/areca_2x.png +1 / -0 M html/images/os/arris.png non-text +0 / -0 A html/images/os/arris_2x.png +1 / -0 M html/images/os/avocent.png non-text +0 / -0 A html/images/os/avocent_2x.png +1 / -0 M html/images/os/avtech.png non-text +0 / -0 A html/images/os/avtech_2x.png +1 / -0 M html/images/os/barracuda.png non-text +0 / -0 A html/images/os/barracuda_2x.png +1 / -0 D html/images/os/bnt.png +0 / -1 M html/images/os/bridgewave.png non-text +0 / -0 A html/images/os/bridgewave_2x.png +1 / -0 M html/images/os/bti.png non-text +0 / -0 A html/images/os/bti_2x.png +1 / -0 A html/images/os/oracle.png +1 / -0 A html/images/os/oracle_2x.png +1 / -0
+4 added
β5 removed
filtered activity
Added basic support for Siklu EtherHaul Radio.
Changed files with action and line counts A html/images/os/siklu.png +1 / -0 A html/images/os/siklu_2x.png +1 / -0 M includes/definitions/os.inc.php +9 / -0
+9 added
0 removed
filtered activity
Reduced default TTL for cache to 5 min.
Changed files with action and line counts M includes/cache.inc.php +2 / -2 M includes/config-variables.inc.php +2 / -2 M includes/defaults.inc.php +1 / -1
+5 added
β5 removed
filtered activity
Added basic support for iRZ devices.
Changed files with action and line counts A html/images/os/irz.png +1 / -0 A html/images/os/irz_2x.png +1 / -0 M includes/definitions/os.inc.php +9 / -0
+9 added
0 removed
filtered activity
Added support for Mitsubishi UPS and ICT Distribution Panel.
Changed files with action and line counts A html/images/os/ict.png +1 / -0 A html/images/os/ict_2x.png +1 / -0 A html/images/os/mitsubishi.png +1 / -0 A html/images/os/mitsubishi_2x.png +1 / -0 M includes/definitions/mibs.inc.php +88 / -0 M includes/definitions/os.inc.php +26 / -0 A includes/discovery/sensors/ict-mib.inc.php +37 / -0 A mibs/ict non-text +0 / -0 A mibs/ict/ICT-MIB +320 / -0 A mibs/mitsubishi non-text +0 / -0 A mibs/mitsubishi/MITSUBISHI-UPS-MIB +1,184 / -0
+151 added
0 removed
filtered activity
Use "common" cache keys for users with Administrator rights. Added clean expired cache (for drivers which not support this by self, ie Files).
Changed files with action and line counts M html/includes/cache-data.inc.php +5 / -0 M includes/cache.inc.php +98 / -5
+103 added
β5 removed
filtered activity
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.
Changed files with action and line counts M html/index.php +1 / -1 M html/pages/about.inc.php +29 / -29 M includes/cache.inc.php +15 / -4 M includes/config-variables.inc.php +31 / -8
+76 added
β42 removed
filtered activity
Collect hardware from Aruba HP-based switches
Changed files with action and line counts M includes/polling/os/procurve.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Remove cache stats for now, possible permissions issue with caching stats
Changed files with action and line counts M html/index.php +1 / -1
+1 added
β1 removed
filtered activity
Remove inclusion of jpgraph from json/csv outputting files. DERP.
Changed files with action and line counts M html/billing-bandwidth-data.php +0 / -12 M html/billing-data.php +0 / -5
0 added
β17 removed
filtered activity
Add ability to change map marker sizes in the config.
Changed files with action and line counts M html/includes/map/leaflet.inc.php +2 / -2 M includes/config-variables.inc.php +22 / -0 M includes/defaults.inc.php +5 / -0
+29 added
β2 removed
filtered activity
Added os version detect for SeOS. Added basic os detect for Ericsson IPOS.
Changed files with action and line counts M includes/definitions/os.inc.php +15 / -0
+15 added
0 removed
filtered activity
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fixed detect Sophos UTM.
Changed files with action and line counts M includes/discovery/os/linux.inc.php +4 / -4 A mibs/sophos non-text +0 / -0 A mibs/sophos/ASTARO-MIB +1,142 / -0
+4 added
β4 removed
filtered activity
Don't include jpgraph
Changed files with action and line counts M html/pages/bills.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fixed hardware detect for Dell/HP MIBs (appear in r8267).
Changed files with action and line counts M includes/polling/os/unix.inc.php +5 / -2 M includes/polling/os/windows.inc.php +8 / -5
+13 added
β7 removed
filtered activity
Add port vlan to alerting array
Changed files with action and line counts M includes/polling/ports.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Remove jpgraph requirement.
Changed files with action and line counts M html/pages/bill.inc.php +7 / -7
+7 added
β7 removed
filtered activity
Fix slack!
Changed files with action and line counts M includes/alerting/slack.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Add os images.
Changed files with action and line counts A html/images/os/deliberant.png +1 / -0 A html/images/os/deliberant_2x.png +1 / -0 M html/images/os/radware.png non-text +0 / -0 M html/images/os/radware_2x.png non-text +0 / -0
0 added
0 removed
filtered activity
Improved detect Toshiba printer, Samsung printer, Radware devices. Added basic os detect for Deliberant wireless devices.
Changed files with action and line counts M includes/definitions/os.inc.php +24 / -3
+24 added
β3 removed
filtered activity
More info, why cache currently disabled.
Changed files with action and line counts M includes/cache.inc.php +6 / -1
+6 added
β1 removed
filtered activity
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.
Showing the first 30 paths; 80 more are omitted from this static page.
Changed files with action and line counts M html/includes/authenticate.inc.php +9 / -1 M html/includes/cache-data.inc.php +17 / -7 M html/includes/functions.inc.php +3 / -0 M html/index.php +24 / -1 M html/pages/about.inc.php +64 / -52 A includes/cache.inc.php +380 / -0 M includes/common.inc.php +7 / -0 M includes/defaults.inc.php +6 / -0 M includes/definitions.inc.php +11 / -9 A libs/phpFastCache non-text +0 / -0 A libs/phpFastCache/.htaccess +3 / -0 A libs/phpFastCache/Api.php +72 / -0 A libs/phpFastCache/Cache non-text +0 / -0 A libs/phpFastCache/Cache/DriverBaseTrait.php +334 / -0 A libs/phpFastCache/Cache/ExtendedCacheItemInterface.php +170 / -0 A libs/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php +357 / -0 A libs/phpFastCache/Cache/ItemBaseTrait.php +447 / -0 A libs/phpFastCache/CacheManager.php +270 / -0 A libs/phpFastCache/Core non-text +0 / -0 A libs/phpFastCache/Core/ClassNamespaceResolverTrait.php +36 / -0 A libs/phpFastCache/Core/DriverAbstract.php +67 / -0 A libs/phpFastCache/Core/ExtendedCacheItemPoolTrait.php +370 / -0 A libs/phpFastCache/Core/MemcacheDriverCollisionDetectorTrait.php +40 / -0 A libs/phpFastCache/Core/PathSeekerTrait.php +242 / -0 A libs/phpFastCache/Core/StandardPsr6StructureTrait.php +254 / -0 A libs/phpFastCache/Drivers non-text +0 / -0 A libs/phpFastCache/Drivers/Apc non-text +0 / -0 A libs/phpFastCache/Drivers/Apc/Driver.php +143 / -0 A libs/phpFastCache/Drivers/Apc/Item.php +63 / -0 A libs/phpFastCache/Drivers/Apcu non-text +0 / -0
+521 added
β70 removed
filtered activity
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.
Changed files with action and line counts M html/index.php +5 / -3 M includes/definitions.inc.php +4 / -1 M includes/functions.inc.php +22 / -0
+31 added
β4 removed
filtered activity
Make slack output also be compatible with mattermost.
Changed files with action and line counts M includes/alerting/slack.inc.php +4 / -1
+4 added
β1 removed
filtered activity
Changed files with action and line counts M mibs/dell/COMPELLENT-MIB +374 / -166
0 added
0 removed
filtered activity
Add support of collection of sensors/status/inventory from HP Chassis devices via
CPQRACK-MIB . Includes new MIB file.
Changed files with action and line counts M includes/definitions/mibs.inc.php +6 / -0 A includes/discovery/inventory/cpqrack-mib.inc.php +168 / -0 M includes/discovery/sensors/cpqrack-mib.inc.php +19 / -4 A includes/discovery/status/cpqrack-mib.inc.php +40 / -0 M mibs/hp/CPQRACK-MIB +3,773 / -67
+233 added
β4 removed
filtered activity
Fixed compatability unit tests with php 7.1.
Changed files with action and line counts M includes/common.inc.php +20 / -7 M includes/definitions.inc.php +2 / -1 M tests/IncludesCommonTest.php +14 / -5 M tests/IncludesSnmpTest.php +1 / -1
+22 added
β8 removed
filtered activity
Added/updated MIBs for Dell, DCN.
Changed files with action and line counts A mibs/amer non-text +0 / -0 A mibs/amer/AMER-MIB +13,751 / -0 A mibs/dell/DELL-SNMP-UPS-MIB +1,325 / -0 A mibs/dell/DELL-STORAGE-SC-MIB +3,021 / -0 A mibs/dell/DellrPDU-MIB +2,942 / -0 A mibs/dell/POWERCONNECT3024-MIB +1,193 / -0 A mibs/dell/POWERCONNECT3048-MIB +1,193 / -0 A mibs/dell/POWERCONNECT5012-MIB +1,193 / -0 A mibs/dell/PowerConnect3248-MIB +3,120 / -0 A mibs/dell/powerConnect4-MIB +3,019 / -0
0 added
0 removed
filtered activity
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.
Changed files with action and line counts A html/images/os/array.png +1 / -0 A html/images/os/array_2x.png +1 / -0 A html/images/os/dcn.png +1 / -0 A html/images/os/dcn_2x.png +1 / -0 A html/images/os/exinda.png +1 / -0 A html/images/os/exinda_2x.png +1 / -0 A html/images/os/kemp.png +1 / -0 A html/images/os/kemp_2x.png +1 / -0 M includes/definitions/mibs.inc.php +17 / -0 M includes/definitions/models.inc.php +11 / -0 M includes/definitions/os.inc.php +113 / -9 M includes/discovery/os/linux.inc.php +2 / -0 A includes/polling/os/dell-ups.inc.php +17 / -0
+160 added
β9 removed
filtered activity
os icons.
Changed files with action and line counts A html/images/os/meinberg.png +1 / -0 A html/images/os/meinberg_2x.png +1 / -0
0 added
0 removed
filtered activity
Improved detect Zyxel devices. Added detect Meinberg LANTIME servers. Improved support for Dasan NOS devices.
Changed files with action and line counts M includes/definitions/mibs.inc.php +39 / -1 M includes/definitions/os.inc.php +27 / -3 A includes/discovery/mempools/dasan-switch-mib.inc.php +33 / -0 M includes/discovery/os/linux.inc.php +6 / -1 M includes/discovery/os/zyxel.inc.php +13 / -7 M includes/discovery/processors.inc.php +12 / -0 A includes/polling/mempools/dasan-switch-mib.inc.php +25 / -0
+155 added
β12 removed
filtered activity
Added/updated MIBs (opengear, nextupssystems, meinberg, dasan).
Showing the first 30 paths; 65 more are omitted from this static page.
Changed files with action and line counts A mibs/dasan non-text +0 / -0 A mibs/dasan/DASAN-ACCESS-MIB +1,206 / -0 A mibs/dasan/DASAN-ACCESS-SLOT-H248-MIB +934 / -0 A mibs/dasan/DASAN-ACCESS-SLOT-MGCP-MIB +414 / -0 A mibs/dasan/DASAN-ACCESS-SLOT-POTS-MIB +663 / -0 A mibs/dasan/DASAN-ACCESS-SLOT-SIP-MIB +454 / -0 A mibs/dasan/DASAN-ADSL-MIB +3,543 / -0 A mibs/dasan/DASAN-AUTORESET-MIB +1,282 / -0 A mibs/dasan/DASAN-BRIDGE-MIB +850 / -0 A mibs/dasan/DASAN-DHCP-MIB +347 / -0 A mibs/dasan/DASAN-DHCP-R-MIB +321 / -0 A mibs/dasan/DASAN-DSL-MIB +4,306 / -0 A mibs/dasan/DASAN-EPON-MIB +806 / -0 A mibs/dasan/DASAN-GEPON-MIB +196 / -0 A mibs/dasan/DASAN-GFAST-MIB +51 / -0 A mibs/dasan/DASAN-GIGABIT-OPTIC-TRANSCEIVER-MIB +1,047 / -0 A mibs/dasan/DASAN-MCAST-MIB +1,355 / -0 A mibs/dasan/DASAN-NOTIFICATION +3,843 / -0 A mibs/dasan/DASAN-NOTIFICATION-V1 +1,571 / -0 A mibs/dasan/DASAN-PRODUCTS-MIB +627 / -0 A mibs/dasan/DASAN-QOS-MIB +528 / -0 A mibs/dasan/DASAN-ROUTER-MIB +241 / -0 A mibs/dasan/DASAN-SHDSL-MIB +1,501 / -0 A mibs/dasan/DASAN-SMI +196 / -0 A mibs/dasan/DASAN-SNMP-MIB +221 / -0 A mibs/dasan/DASAN-SWITCH-MIB +5,907 / -0 A mibs/dasan/DASAN-TC +442 / -0 A mibs/dasan/DASAN-THRESHOLD-MIB +149 / -0 A mibs/dasan/DASAN-TS-1000-MIB +312 / -0 A mibs/dasan/DASAN-USER-MANAGEMENT-MIB +100 / -0
0 added
0 removed
filtered activity
Fix opsgenie arguments
Changed files with action and line counts M includes/definitions/transports.inc.php +3 / -3
+3 added
β3 removed
filtered activity
January 2017
Fixed undefined function error in wmi poller module.
Changed files with action and line counts M includes/polling/wmi.inc.php +1 / -0
+1 added
0 removed
filtered activity
Added os discovery Megatec Netagent UPSes. Added sensors discovery by
XPPC-MIB .
Changed files with action and line counts A html/images/os/megatec.png +1 / -0 A html/images/os/megatec_2x.png +1 / -0 M includes/definitions/mibs.inc.php +269 / -3 M includes/definitions/os.inc.php +12 / -0 M includes/discovery/sensors.inc.php +36 / -7 A mibs/megatec non-text +0 / -0 A mibs/megatec/XPPC-MIB +2,349 / -0 D mibs/rfc/XPPC-MIB +0 / -2,271
+317 added
β10 removed
filtered activity
A10 is load balancer! :D
Changed files with action and line counts M includes/definitions/os.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Updated Pear libraries (SMTP, Socket, Mail, Mail_mime) for compatability with latest php versions.
Changed files with action and line counts M libs/pear/Mail/Mail.php +11 / -17 M libs/pear/Mail/Mail/RFC822.php +25 / -45 M libs/pear/Mail/Mail/mail.php +5 / -7 M libs/pear/Mail/Mail/sendmail.php +4 / -6 M libs/pear/Mail/Mail/smtp.php +9 / -17 A libs/pear/Mail/Mail/smtpmx.php +502 / -0 M libs/pear/Mail/mime.php +550 / -424 M libs/pear/Mail/mimePart.php +219 / -230 M libs/pear/Net/SMTP.php +360 / -437 M libs/pear/Net/Socket.php +61 / -30
0 added
0 removed
filtered activity
Moved sensors discovery for
RMS-MIB to definitions based.
Changed files with action and line counts M includes/definitions/mibs.inc.php +28 / -0 D includes/discovery/sensors/rms-mib.inc.php +0 / -65 M includes/polling/os/apc.inc.php +6 / -0
+34 added
β65 removed
filtered activity
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 .
Changed files with action and line counts A html/images/os/enlogic.png +1 / -0 A html/images/os/enlogic_2x.png +1 / -0 M includes/definitions/mibs.inc.php +33 / -9 M includes/definitions/os.inc.php +72 / -14 M includes/definitions/sensors.inc.php +6 / -6 A includes/discovery/sensors/enlogic-pdu-mib.inc.php +447 / -0 A includes/discovery/sensors/rms-mib.inc.php +65 / -0
+623 added
β29 removed
filtered activity
Added mib files for knuerr, tinycontrol.
Changed files with action and line counts D mibs/ServersCheck +0 / -867 A mibs/knuerr non-text +0 / -0 A mibs/knuerr/RMS-MIB +2,063 / -0 A mibs/serverscheck/ServersCheck +1,549 / -0 A mibs/tinycontrol non-text +0 / -0 A mibs/tinycontrol/LAN-MODULE +369 / -0 A mibs/tinycontrol/LAN-MODULE2 +286 / -0
0 added
0 removed
filtered activity
Improved os detection for Avocent KVM. Added os detection for Knuerr RMS.
Changed files with action and line counts A html/images/os/knuerr.png +1 / -0 A html/images/os/knuerr_2x.png +1 / -0 M includes/definitions.inc.php +2 / -1 M includes/definitions/mibs.inc.php +6 / -3 M includes/definitions/os.inc.php +10 / -2 M includes/polling/os/avocent.inc.php +3 / -4
+21 added
β10 removed
filtered activity
Fixed initialize cache devices/ports count statistics.
Changed files with action and line counts M html/includes/cache-data.inc.php +373 / -372
+373 added
β372 removed
filtered activity
Added check zero value for bypass current and power by
UPS-MIB .
Changed files with action and line counts M includes/discovery/sensors/ups-mib.inc.php +6 / -4
+6 added
β4 removed
filtered activity
Fixed checking Input Current and Power for total zero value on all phases by
UPS-MIB .
Changed files with action and line counts M includes/discovery/sensors/ups-mib.inc.php +18 / -2
+18 added
β2 removed
filtered activity
Added support for Generex CS141 UPS Card. Fixed discovery sensors with incorect indexes by
UPS-MIB (OBSERVIUM-2157).
Changed files with action and line counts M includes/definitions/mibs.inc.php +1 / -1 M includes/definitions/os.inc.php +2 / -1 M includes/discovery/os/linux.inc.php +1 / -0 M includes/discovery/sensors/ups-mib.inc.php +50 / -35 M includes/functions.inc.php +8 / -0 M includes/polling/os/generex-ups.inc.php +4 / -3 M tests/IncludesFunctionsTest.php +12 / -0
+66 added
β40 removed
filtered activity
Fix deprecated graph type.
Changed files with action and line counts M html/includes/graphs/bill/auth.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Fix more this
Changed files with action and line counts M html/pages/group_add.inc.php +8 / -4
+8 added
β4 removed
filtered activity
No more $this :)
Changed files with action and line counts M html/pages/add_alert_check.inc.php +9 / -8
+9 added
β8 removed
filtered activity
Added support for ManageUPS Net Adapter (and devices who use it Chloride/ONEAC/MasterGuard).
Changed files with action and line counts A html/images/os/vertiv.png +1 / -0 A html/images/os/vertiv_2x.png +1 / -0 M includes/definitions/os.inc.php +39 / -24 M includes/discovery/sensors/ups-mib.inc.php +3 / -3 A includes/polling/os/manageups.inc.php +17 / -0 A mibs/chloride non-text +0 / -0 A mibs/chloride/CHLORIDE-ENVIRONMENT-SENSOR.MIB +572 / -0
+59 added
β27 removed
filtered activity
Fixed statuses donuts in overview page (appear in r8300). Fixed reset inventory deleted time.
Changed files with action and line counts M html/includes/status-donuts.inc.php +5 / -6 M includes/discovery/functions.inc.php +9 / -4
+14 added
β10 removed
filtered activity
Fixed statuses polling (apear in r8298).
Changed files with action and line counts M includes/polling/functions.inc.php +1 / -1
+1 added
β1 removed
filtered activity
Ignore doesn't stop rancid!
Changed files with action and line counts M scripts/generate-rancid.php +1 / -1
+1 added
β1 removed
filtered activity
Add different colour for syslog alerts.
Changed files with action and line counts M includes/alerting/slack.inc.php +14 / -1
+14 added
β1 removed
filtered activity
Trivial: update Liebert MIBs
Changed files with action and line counts M mibs/liebert/LIEBERT-GP-AGENT-MIB +56 / -0 M mibs/liebert/LIEBERT-GP-CONDITIONS-MIB +238 / -212 M mibs/liebert/LIEBERT-GP-ENVIRONMENTAL-MIB +4 / -2 M mibs/liebert/LIEBERT-GP-FLEXIBLE-CONDITIONS-MIB +1,373 / -20 M mibs/liebert/LIEBERT-GP-FLEXIBLE-MIB +41 / -4 M mibs/liebert/LIEBERT-GP-NOTIFICATIONS-MIB non-text +0 / -0 M mibs/liebert/LIEBERT-GP-PDU-MIB +1,024 / -273 M mibs/liebert/LIEBERT-GP-POWER-MIB +51 / -2 M mibs/liebert/LIEBERT-GP-REGISTRATION-MIB +327 / -12
0 added
0 removed
filtered activity
New: add support for AVTech RoomAlert 12E devices, update MIB. Small english fixes.
Changed files with action and line counts M includes/definitions/mibs.inc.php +82 / -0 M includes/definitions/os.inc.php +2 / -0 M includes/functions.inc.php +2 / -2 M mibs/avtech/ROOMALERT12E-MIB +84 / -58
+86 added
β2 removed
filtered activity
Small cleanup/undebug.
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -1 M includes/discovery/functions.inc.php +0 / -2
+1 added
β3 removed
filtered activity
Increment license year
Changed files with action and line counts M LICENSE.PRO +1 / -1
+1 added
β1 removed
filtered activity
Version lol.
Changed files with action and line counts M includes/definitions/version.inc.php +1 / -1
+1 added
β1 removed
filtered activity
SQL changes for inventory
Changed files with action and line counts A update/321.sql +1 / -0
0 added
0 removed
filtered activity
Add ability to remember inventory that has been removed.
Changed files with action and line counts M html/includes/print/inventory.inc.php +8 / -0 M includes/discovery/functions.inc.php +8 / -4 A includes/housekeeping/inventory.inc.php +58 / -0
+74 added
β4 removed
filtered activity
Basic OS list
Changed files with action and line counts A html/pages/os.inc.php +99 / -0
+99 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/sensors/hh3c-entity-ext-mib.inc.php +1 / -0
+1 added
0 removed
filtered activity
Fix collectd rrd options.
Changed files with action and line counts M html/includes/graphs/device/collectd.inc.php +2 / -1
+2 added
β1 removed
filtered activity
Add linear trend prediction to generic_data
Changed files with action and line counts M html/includes/graphs/generic_data.inc.php +14 / -0
+14 added
0 removed
filtered activity