💻 r14522 CLEAN
| M | includes/http.inc.php | +7 / -7 |
Commit and release counts include all visible history. Line totals exclude configured automation, vendor, generated, and data-file changes.
Filtered lines added and removed, with commit count by month.
| M | includes/http.inc.php | +7 / -7 |
| M | mibs/huawei/HUAWEI-DEVICE-MAN-MIB | +207 / -61 |
| A | mibs/huawei/HUAWEI-SAN-MIB | +224 / -0 |
| M | mibs/huawei/HUAWEI-STORAGE-ALARM-MIB | +136 / -72 |
| A | mibs/huawei/HUAWEI-STORAGE-COMMON-MIB | +56 / -0 |
| M | mibs/huawei/HUAWEI-STORAGE-HARDWARE-MIB | +2,508 / -610 |
| M | mibs/huawei/HUAWEI-STORAGE-NAS-MIB | +496 / -83 |
| A | mibs/huawei/HUAWEI-STORAGE-OID-BASED-TRAP-MIB | +13,928 / -0 |
| M | mibs/huawei/HUAWEI-STORAGE-SPACE-MIB | +914 / -179 |
| M | mibs/huawei/ISM-HUAWEI-MIB | +181 / -311 |
| M | mibs/huawei/ISM-PERFORMANCE-MIB | +320 / -88 |
| M | mibs/huawei/ISM-STORAGE-SVC-MIB | +668 / -265 |
| M | mibs/huawei/ISM-TRAP-MIB | +105 / -67 |
| M | includes/definitions/entities/sensors.inc.php | +2 / -0 |
| M | includes/definitions/mibs/huawei.inc.php | +467 / -60 |
| M | includes/definitions/os/huawei.inc.php | +13 / -7 |
| M | includes/discovery/ports.inc.php | +2 / -2 |
| M | includes/functions.inc.php | +6 / -2 |
Showing the first 30 paths; 57 more are omitted from this static page.
| M | includes/autoloader.inc.php | +9 / -2 |
| A | libs/Nette211 non-text | +0 / -0 |
| A | libs/Nette211/Bridges non-text | +0 / -0 |
| A | libs/Nette211/Bridges/Nette non-text | +0 / -0 |
| A | libs/Nette211/Bridges/Nette/Bridge.php | +92 / -0 |
| A | libs/Nette211/Bridges/Nette/MailSender.php | +57 / -0 |
| A | libs/Nette211/Bridges/Nette/TracyExtension.php | +185 / -0 |
| A | libs/Nette211/Bridges/Psr non-text | +0 / -0 |
| A | libs/Nette211/Bridges/Psr/PsrToTracyLoggerAdapter.php | +60 / -0 |
| A | libs/Nette211/Bridges/Psr/TracyToPsrLoggerAdapter.php | +58 / -0 |
| A | libs/Nette211/Tracy non-text | +0 / -0 |
| A | libs/Nette211/Tracy/Bar non-text | +0 / -0 |
| A | libs/Nette211/Tracy/Bar/Bar.php | +164 / -0 |
| A | libs/Nette211/Tracy/Bar/DefaultBarPanel.php | +55 / -0 |
| A | libs/Nette211/Tracy/Bar/IBarPanel.php | +29 / -0 |
| A | libs/Nette211/Tracy/Bar/assets non-text | +0 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/bar.css | +304 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/bar.js | +681 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/bar.phtml | +31 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/loader.phtml | +29 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/panels.phtml | +30 / -0 |
| A | libs/Nette211/Tracy/Bar/panels non-text | +0 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/dumps.panel.phtml | +29 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/dumps.tab.phtml | +13 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/info.panel.phtml | +125 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/info.tab.phtml | +15 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/warnings.panel.phtml | +20 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/warnings.tab.phtml | +25 / -0 |
| A | libs/Nette211/Tracy/BlueScreen non-text | +0 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/BlueScreen.php | +513 / -0 |
| M | includes/http.inc.php | +16 / -1 |
| M | includes/transports/slack.inc.php | +11 / -0 |
| M | includes/transports/jiraservicemanagement.inc.php | +6 / -6 |
| M | includes/transports/mattermost.inc.php | +2 / -2 |
| M | includes/transports/pushover.inc.php | +46 / -11 |
| M | includes/transports/slack.inc.php | +4 / -4 |
| M | includes/transports/telegram.inc.php | +3 / -1 |
| M | includes/http.inc.php | +50 / -17 |
| M | html/includes/entities/sensor.inc.php | +4 / -0 |
| M | includes/common.inc.php | +39 / -37 |
| M | tests/IncludesCommonTest.php | +162 / -44 |
| M | includes/entities/storage.inc.php | +25 / -16 |
| M | html/includes/entities/processor.inc.php | +2 / -2 |
| M | html/includes/entities/storage.inc.php | +20 / -17 |
| M | includes/definitions/entities/storages.inc.php | +2 / -1 |
| M | html/includes/entities/generic.inc.php | +10 / -6 |
| M | includes/discovery/mempools.inc.php | +164 / -170 |
| M | includes/discovery/storage.inc.php | +1 / -1 |
| M | includes/entities.inc.php | +38 / -0 |
| M | includes/entities/storage.inc.php | +13 / -30 |
| M | includes/entities.inc.php | +34 / -11 |
| M | includes/debugging.inc.php | +36 / -6 |
| M | includes/observium.inc.php | +10 / -5 |
| M | libs/pear/Net/DNS2.php | +13 / -10 |
| M | includes/entities/device.inc.php | +5 / -5 |
| M | includes/functions.inc.php | +76 / -57 |
| M | includes/polling/functions.inc.php | +1 / -1 |
| M | includes/definitions/mibs/netapp.inc.php | +31 / -0 |
| M | includes/definitions/os/netapp.inc.php | +9 / -0 |
| A | mibs/netapp/ES-NETAPP-MIB | +242 / -0 |
| M | includes/db/cache.inc.php | +30 / -7 |
| M | includes/constants.inc.php | +2 / -0 |
| M | includes/db.inc.php | +24 / -5 |
| M | tests/IncludesDbTest.php | +132 / -0 |
| M | includes/definitions/mibs/hwgroup.inc.php | +68 / -0 |
| M | includes/definitions/os/hwgroup.inc.php | +6 / -4 |
| D | includes/discovery/sensors/ste2-mib.inc.php | +0 / -91 |
| A | mibs/hwgroup/SD-PORTAL-MIB | +1,173 / -0 |
| M | mibs/hwgroup/STE2-MIB | +322 / -184 |
| M | html/pages/map.inc.php | +44 / -17 |
| M | includes/config-variables.inc.php | +11 / -10 |
| M | includes/http.inc.php | +16 / -1 |
| M | includes/common.inc.php | +7 / -6 |
| M | includes/constants.inc.php | +1 / -1 |
| M | includes/common.inc.php | +22 / -22 |
| M | includes/common.inc.php | +4 / -6 |
| M | includes/constants.inc.php | +0 / -20 |
| M | includes/db.inc.php | +14 / -0 |
| M | includes/db/mysqli.inc.php | +13 / -13 |
| M | includes/functions.inc.php | +7 / -4 |
| M | includes/observium.inc.php | +2 / -7 |
| M | includes/syslog.inc.php | +1 / -2 |
| M | tests/bootstrap.php | +7 / -0 |
| M | includes/functions.inc.php | +7 / -1 |
| M | syslog.php | +4 / -3 |
| M | includes/polling/ports/q-bridge-mib.inc.php | +1 / -1 |
| M | includes/snmp.inc.php | +2 / -2 |
| M | includes/polling/fdb/cisco-bridge-mib.php | +3 / -1 |
| M | includes/polling/fdb-table.inc.php | +6 / -15 |
| M | includes/polling/fdb/bridge-mib.php | +1 / -1 |
| M | includes/polling/fdb/cisco-bridge-mib.php | +108 / -33 |
| M | includes/polling/fdb/q-bridge-mib.php | +49 / -44 |
| M | includes/discovery/vlans.inc.php | +1 / -4 |
| M | includes/polling/ports/ieee8021-q-bridge-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/q-bridge-mib.inc.php | +3 / -1 |
| M | includes/polling/stp.inc.php | +2 / -9 |
| M | includes/discovery/stp/cisco-stp-extensions-mib.inc.php | +2 / -6 |
| M | includes/discovery/vlans/cisco-vtp-mib.inc.php | +43 / -49 |
| M | includes/entities/device.inc.php | +49 / -4 |
| M | includes/polling/stp/cisco-stp-extensions-mib.inc.php | +7 / -5 |
| A | update/515.sql | +8 / -0 |
| M | discovery.php | +4 / -2 |
| M | includes/definitions/apis.inc.php | +1 / -0 |
| M | includes/versioncheck.inc.php | +26 / -11 |
| M | includes/defaults.inc.php | +2 / -2 |
| M | includes/http.inc.php | +8 / -8 |
Showing the first 30 paths; 83 more are omitted from this static page.
| D | mibs/brocade/BROCADE-IEEE8021-PAE-CAPABILITY-MIB | +0 / -48 |
| D | mibs/brocade/BROCADE-IEEE8023-LAG-CAPABILITY-MIB | +0 / -47 |
| D | mibs/brocade/BROCADE-LLDP-CAPABILITY-MIB | +0 / -53 |
| D | mibs/brocade/BROCADE-LLDP-EXT-DOT3-CAPABILITY-MIB | +0 / -93 |
| D | mibs/brocade/Foundry-MPLS-MIB | +0 / -265 |
| M | mibs/d-link/DES-1228P-MIB | +19 / -1 |
| D | mibs/d-link/DES-1228p-MIB | +0 / -1,981 |
| A | mibs/dell/FLUIDFS-CLUSTER-MIB | +16,164 / -0 |
| D | mibs/dell/FluidFS-MIB | +0 / -16,156 |
| D | mibs/huawei/HUAWEI-8021x-EXT-MIB | +0 / -1,170 |
| A | mibs/huawei/OPTIX-ALM-CFG-MIB | +336 / -0 |
| A | mibs/huawei/OPTIX-ATMIMA-MIB | +2,137 / -0 |
| A | mibs/huawei/OPTIX-BOARD-MANAGE-MIB | +460 / -0 |
| A | mibs/huawei/OPTIX-CES-MIB | +1,137 / -0 |
| A | mibs/huawei/OPTIX-CFMOAM-MIB | +1,464 / -0 |
| A | mibs/huawei/OPTIX-COMMON-SNMP-MIB | +52 / -0 |
| A | mibs/huawei/OPTIX-DEVM-PROTECT-MIB | +243 / -0 |
| A | mibs/huawei/OPTIX-EFMOAM-MIB | +389 / -0 |
| A | mibs/huawei/OPTIX-ETY-PORT-MIB | +157 / -0 |
| M | mibs/huawei/OPTIX-GLOBAL-ALM-MIB | +272 / -8,263 |
| A | mibs/huawei/OPTIX-GLOBAL-ALM-TRAPS-RTN-MIB | +4,801 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-DCN-MIB | +2,451 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-MON-MIB | +279 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PER-SDH-RTN-MIB | +10,416 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PER-TIME-MIB | +91 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PER-TRAPS-RTN-MIB | +3,506 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PM-DATA-RTN-MIB | +15,133 / -0 |
| M | mibs/huawei/OPTIX-GLOBAL-PM-MIB | +120 / -133 |
| A | mibs/huawei/OPTIX-GLOBAL-PM-TRAPS-RTN-MIB | +3,219 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-SFTM-MIB | +1,343 / -0 |
| M | includes/definitions/os/proxmox.inc.php | +14 / -7 |
| M | includes/definitions/os/arista.inc.php | +10 / -10 |
| M | includes/definitions/os/ubiquiti.inc.php | +1 / -1 |
| M | includes/functions.inc.php | +11 / -12 |
| M | tests/IncludesDefinitionsTest.php | +54 / -4 |
| M | html/includes/notifications.inc.php | +2 / -2 |
| M | includes/notifications.inc.php | +16 / -0 |
| M | includes/notifications.inc.php | +8 / -8 |
| M | includes/transports/webhook-json.inc.php | +1 / -1 |
| M | html/pages/dashboard.inc.php | +1 / -1 |
| M | html/pages/device/alert.inc.php | +1 / -3 |
| M | html/pages/device/alert.inc.php | +2 / -2 |
| M | includes/notifications.inc.php | +1 / -0 |
| M | html/includes/actions/add_probe.inc.php | +4 / -4 |
| M | html/includes/modals/add_probe.inc.php | +64 / -56 |
| M | html/includes/modals/edit_probe.inc.php | +51 / -51 |
| M | includes/entities/probe.inc.php | +55 / -36 |
| M | includes/common.inc.php | +1 / -1 |
| M | includes/entities/port.inc.php | +1 / -1 |
| M | includes/functions.inc.php | +1 / -1 |
| M | includes/observium.inc.php | +12 / -4 |
| M | includes/polling/functions.inc.php | +1 / -1 |
| M | includes/rrdtool.inc.php | +12 / -12 |
| M | poller-wrapper.py | +2 / -29 |
| M | poller-wrapper.py | +668 / -641 |
Showing the first 30 paths; 165 more are omitted from this static page.
| M | includes/autoloader.inc.php | +0 / -9 |
| M | includes/common.inc.php | +37 / -20 |
| D | libs/Ramsey non-text | +0 / -0 |
| D | libs/Ramsey/Collection/AbstractArray.php | +0 / -209 |
| D | libs/Ramsey/Collection/AbstractCollection.php | +0 / -318 |
| D | libs/Ramsey/Collection/AbstractSet.php | +0 / -50 |
| D | libs/Ramsey/Collection/ArrayInterface.php | +0 / -51 |
| D | libs/Ramsey/Collection/Collection.php | +0 / -106 |
| D | libs/Ramsey/Collection/CollectionInterface.php | +0 / -205 |
| D | libs/Ramsey/Collection/DoubleEndedQueue.php | +0 / -187 |
| D | libs/Ramsey/Collection/DoubleEndedQueueInterface.php | +0 / -316 |
| D | libs/Ramsey/Collection/Exception/CollectionMismatchException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/InvalidArgumentException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/InvalidSortOrderException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/NoSuchElementException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/OutOfBoundsException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/UnsupportedOperationException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/ValueExtractionException.php | +0 / -22 |
| D | libs/Ramsey/Collection/GenericArray.php | +0 / -24 |
| D | libs/Ramsey/Collection/LICENSE | +0 / -19 |
| D | libs/Ramsey/Collection/Map/AbstractMap.php | +0 / -162 |
| D | libs/Ramsey/Collection/Map/AbstractTypedMap.php | +0 / -69 |
| D | libs/Ramsey/Collection/Map/AssociativeArrayMap.php | +0 / -25 |
| D | libs/Ramsey/Collection/Map/MapInterface.php | +0 / -149 |
| D | libs/Ramsey/Collection/Map/NamedParameterMap.php | +0 / -120 |
| D | libs/Ramsey/Collection/Map/TypedMap.php | +0 / -137 |
| D | libs/Ramsey/Collection/Map/TypedMapInterface.php | +0 / -35 |
| D | libs/Ramsey/Collection/Queue.php | +0 / -169 |
| D | libs/Ramsey/Collection/QueueInterface.php | +0 / -203 |
| D | libs/Ramsey/Collection/Set.php | +0 / -69 |
| M | html/includes/cache.inc.php | +71 / -42 |
Showing the first 30 paths; 318 more are omitted from this static page.
| M | html/includes/cache.inc.php | +73 / -71 |
| M | includes/autoloader.inc.php | +2 / -5 |
| A | libs/Phpfastcache non-text | +0 / -0 |
| A | libs/Phpfastcache/Api.php | +169 / -0 |
| A | libs/Phpfastcache/Autoload/Autoload.php | +85 / -0 |
| A | libs/Phpfastcache/CacheManager.php | +505 / -0 |
| A | libs/Phpfastcache/Cluster/AggregatablePoolInterface.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/AggregatorInterface.php | +105 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterAggregator.php | +174 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterPoolAbstract.php | +233 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterPoolInterface.php | +31 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterPoolTrait.php | +72 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/FullReplication/FullReplicationCluster.php | +181 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/FullReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php | +170 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/RandomReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/RandomReplication/RandomReplicationCluster.php | +59 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/SemiReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php | +208 / -0 |
| A | libs/Phpfastcache/Cluster/ItemAbstract.php | +55 / -0 |
| A | libs/Phpfastcache/Config/Config.php | +27 / -0 |
| A | libs/Phpfastcache/Config/ConfigurationOption.php | +389 / -0 |
| A | libs/Phpfastcache/Config/ConfigurationOptionInterface.php | +33 / -0 |
| A | libs/Phpfastcache/Config/IOConfigurationOptionTrait.php | +135 / -0 |
| A | libs/Phpfastcache/Core/Item/ExtendedCacheItemInterface.php | +186 / -0 |
| A | libs/Phpfastcache/Core/Item/ItemBaseTrait.php | +221 / -0 |
| A | libs/Phpfastcache/Core/Item/ItemExtendedTrait.php | +368 / -0 |
| A | libs/Phpfastcache/Core/Item/TaggableCacheItemInterface.php | +84 / -0 |
| A | libs/Phpfastcache/Core/Item/TaggableCacheItemTrait.php | +126 / -0 |
| M | html/includes/authenticate.inc.php | +12 / -16 |
| M | html/includes/ldap-functions.inc.php | +1 / -1 |
| M | includes/common.inc.php | +15 / -23 |
| M | includes/constants.inc.php | +3 / -8 |
| M | includes/debugging.inc.php | +1 / -1 |
| M | includes/polyfill.inc.php | +0 / -40 |
| D | includes/alerting non-text | +0 / -0 |
| D | includes/alerting/devnull.inc.php | +0 / -20 |
| D | includes/alerting/discord.inc.php | +0 / -90 |
| D | includes/alerting/email.inc.php | +0 / -239 |
| D | includes/alerting/gotify.inc.php | +0 / -46 |
| D | includes/alerting/mattermost.inc.php | +0 / -99 |
| D | includes/alerting/ntfy.inc.php | +0 / -46 |
| D | includes/alerting/opsgenie.inc.php | +0 / -19 |
| D | includes/alerting/pagerduty.inc.php | +0 / -33 |
| D | includes/alerting/script.inc.php | +0 / -45 |
| D | includes/alerting/servicenow.inc.php | +0 / -34 |
| D | includes/alerting/slack.inc.php | +0 / -100 |
| D | includes/alerting/smstools.inc.php | +0 / -42 |
| D | includes/alerting/victorops.inc.php | +0 / -21 |
| D | includes/alerting/xmpp.inc.php | +0 / -90 |
| M | includes/notifications.inc.php | +5 / -5 |
| M | includes/common.inc.php | +55 / -3 |
| M | includes/notifications.inc.php | +3 / -4 |
| M | html/api/v0/includes/sensors.inc.php | +1 / -1 |
| M | html/pages/device/perf.inc.php | +1 / -1 |
| M | includes/db/mysqli.inc.php | +9 / -2 |
| M | includes/discovery/functions.inc.php | +1 / -1 |
| M | includes/discovery/inventory/entity-mib.inc.php | +2 / -2 |
| M | includes/discovery/sensors/lm-sensors-mib.inc.php | +1 / -1 |
| M | includes/entities/sensor.inc.php | +2 / -1 |
| M | includes/functions.inc.php | +1 / -1 |
| M | includes/http.inc.php | +1 / -1 |
| M | includes/polling/bfd.inc.php | +1 / -1 |
| M | includes/port-descr-parser.inc.php | +1 / -1 |
| M | includes/weathermap/check.php | +278 / -255 |
| M | includes/weathermap/random-bits/cacti-integrate.php | +32 / -28 |
| M | includes/notifications.inc.php | +8 / -8 |
| M | includes/discovery/sensors/cpqhlth-mib.inc.php | +47 / -22 |
| M | includes/notifications.inc.php | +9 / -14 |
| M | includes/entities/ip-address.inc.php | +20 / -4 |
| M | libs/pear/Net/IPv6.php | +17 / -11 |
| A | tests/IPAddressTest.php | +453 / -0 |
| M | tests/IncludesFunctionsTest.php | +0 / -318 |
| M | html/includes/entities/device.inc.php | +23 / -9 |
| M | html/includes/entities/port.inc.php | +0 / -1 |
| M | html/includes/entities/sensor.inc.php | +0 / -1 |
| M | html/includes/print/search.inc.php | +9 / -12 |
| M | html/pages/alert_log.inc.php | +0 / -1 |
| M | html/pages/alert_maintenance.inc.php | +0 / -1 |
| M | html/pages/customoid.inc.php | +0 / -1 |
| M | html/pages/eventlog.inc.php | +0 / -1 |
| M | html/pages/inventory.inc.php | +0 / -1 |
| M | html/pages/neighbours.inc.php | +0 / -2 |
| M | html/pages/search/arp.inc.php | +0 / -2 |
| M | html/pages/search/dot1x.inc.php | +0 / -1 |
| M | html/pages/search/fdb.inc.php | +0 / -1 |
| M | html/pages/search/ipv4.inc.php | +0 / -1 |
| M | html/pages/search/ipv6.inc.php | +0 / -1 |
| M | html/pages/search/mac.inc.php | +0 / -1 |
| M | html/pages/syslog.inc.php | +1 / -2 |
| M | html/pages/group.inc.php | +1 / -1 |
| M | includes/db.inc.php | +28 / -15 |
| M | includes/functions.inc.php | +136 / -29 |
| A | tests/ArraySortTest.php | +488 / -0 |
| M | includes/rrdtool.inc.php | +3 / -11 |
| M | poller.php | +4 / -1 |
| M | poller.php | +2 / -2 |
| M | includes/rewrites.inc.php | +10 / -10 |
| M | html/includes/actions/contact.inc.php | +0 / -5 |
| M | includes/definitions.inc.php | +66 / -57 |
| M | includes/definitions/os.inc.php | +0 / -43 |
| D | includes/definitions/transports.inc.php non-text | +0 / -0 |
| M | includes/functions.inc.php | +2 / -8 |
| M | includes/common.inc.php | +26 / -6 |
| M | includes/include-dir-mib.inc.php | +27 / -35 |
| M | includes/include-dir.inc.php | +7 / -12 |
| M | html/includes/print/common.inc.php | +5 / -1 |
| M | html/pages/device/perf.inc.php | +27 / -23 |
| M | includes/distributed.inc.php | +17 / -13 |
| M | includes/notifications.inc.php | +3 / -3 |
| M | includes/discovery/bgp/bgp4v2-mib.inc.php | +1 / -1 |
| M | includes/rewrites.inc.php | +10 / -10 |
| M | includes/alerts.inc.php | +31 / -21 |
| M | html/images/os/akcp-dark.svg | +96 / -1 |
| M | html/images/os/akcp.svg | +96 / -1 |
| M | includes/definitions/mibs/akcp.inc.php | +73 / -0 |
| A | includes/definitions/os/akcp.inc.php | +67 / -0 |
| M | includes/definitions/os/didactum.inc.php | +4 / -64 |
| M | mibs/akcp/HHMSAGENT-MIB non-text | +0 / -0 |
| M | mibs/akcp/SPAGENT-MIB | +24 / -4 |
| M | includes/entities.inc.php | +47 / -9 |
| M | includes/entities/counter.inc.php | +3 / -11 |
| M | includes/entities/sensor.inc.php | +2 / -16 |
| M | includes/definitions/mibs/hp.inc.php | +40 / -1 |
| M | includes/definitions/mibs/omnitron.inc.php | +1 / -1 |
| M | includes/polling/ports/rapid-city.inc.php | +5 / -3 |
| M | html/includes/entities/port.inc.php | +8 / -6 |
| M | html/pages/ports.inc.php | +5 / -5 |
| M | html/pages/ports/list.inc.php | +2 / -1 |
| M | includes/db.inc.php | +26 / -6 |
| M | tests/IncludesDbTest.php | +24 / -8 |
| M | includes/common.inc.php | +2 / -2 |
| M | tests/IncludesCommonTest.php | +2 / -0 |
| M | includes/common.inc.php | +6 / -2 |
| M | tests/IncludesCommonTest.php | +9 / -3 |
| M | html/pages/ports.inc.php | +107 / -112 |
| M | includes/definitions/rewrites.inc.php | +26 / -24 |
| M | includes/definitions/mibs/aten.inc.php | +48 / -0 |
| M | includes/definitions/os/aten.inc.php | +13 / -0 |
| M | mibs/aten/ATEN-PE-CFG non-text | +0 / -0 |
| M | mibs/aten/ATEN-PE2-CFG non-text | +0 / -0 |
| M | mibs/aten/ATEN-PRODUCTS-MIB | +1 / -1 |
| M | mibs/aten/ATEN-PRODUCTS-PUB non-text | +0 / -0 |
| M | mibs/aten/ATEN-PRODUCTS-PUB-TRAP non-text | +0 / -0 |
| M | mibs/aten/ATEN-SN0116A-CFG non-text | +0 / -0 |
| M | mibs/aten/ATEN-SN0116A-SMI non-text | +0 / -0 |
| A | mibs/aten/KNGeneric-MIB | +696 / -0 |
| M | mibs/aten/RS-232-MIB non-text | +0 / -0 |
| M | html/includes/graphs/device/collectd.inc.php | +2 / -2 |
| M | includes/definitions/mibs.inc.php | +3 / -3 |
| M | includes/functions.inc.php | +3 / -4 |
| M | includes/polling/aruba-controller.inc.php | +8 / -8 |
| M | includes/rewrites.inc.php | +1 / -1 |
| M | libs/pear/Net/IPv4.php | +3 / -3 |
| M | libs/pear/Net/IPv6.php | +1 / -1 |
| M | tests/IncludesFunctionsTest.php | +84 / -84 |
| M | html/pages/routing/vrf.inc.php | +105 / -17 |
| M | html/includes/print/routing.inc.php | +5 / -4 |
| M | html/includes/print/routing.inc.php | +10 / -7 |
| M | html/includes/navbar.inc.php | +105 / -112 |
| M | discovery.php | +36 / -27 |
| M | poller.php | +37 / -25 |
| M | html/includes/navbar.inc.php | +11 / -11 |
| M | includes/definitions/wui.inc.php | +2 / -2 |
| M | includes/definitions/os/ubiquiti.inc.php | +19 / -0 |
| M | html/includes/print/bfd.inc.php | +4 / -4 |
| M | html/api/v0/includes/devices.inc.php | +12 / -2 |
| M | includes/definitions/entities/sensors.inc.php | +2 / -1 |
| M | includes/definitions/mibs/alcatel.inc.php | +192 / -3 |
| M | includes/definitions/os/nokia.inc.php | +13 / -0 |
| A | mibs/alcatel/ASAM-ALARM-MIB | +3,135 / -0 |
| A | mibs/alcatel/ASAM-EQUIP-MIB | +5,080 / -0 |
| A | mibs/alcatel/ASAM-SFP-MIB | +6,139 / -0 |
| A | mibs/alcatel/ASAM-SYSTEM-MIB | +3,800 / -0 |
| A | mibs/alcatel/ASAM-TC-MIB | +183 / -0 |
| A | mibs/alcatel/ITF-MIB | +1,507 / -0 |
| A | mibs/alcatel/ITF-MIB-EXT | +1,703 / -0 |
| A | mibs/alcatel/SYSTEM-MIB | +67 / -0 |
| M | html/pages/bills.inc.php | +29 / -27 |
| M | html/pages/vlan.inc.php | +89 / -41 |
| M | html/pages/vlan/topology.inc.php | +24 / -4 |
| M | html/pages/device/vlans.inc.php | +85 / -32 |
| M | html/pages/devices.inc.php | +3 / -1 |
| M | html/pages/devices.inc.php | +28 / -8 |
| M | html/includes/entities/device.inc.php | +112 / -0 |
| M | html/includes/functions.inc.php | +44 / -0 |
| M | html/pages/roles.inc.php | +3 / -0 |
| M | html/pages/user_edit.inc.php | +3 / -0 |
| M | includes/definitions/entities.inc.php | +12 / -0 |
| M | includes/functions.inc.php | +15 / -9 |
| M | tests/StringTransformTest.php | +11 / -2 |
| M | includes/common.inc.php | +24 / -4 |
| M | includes/polling/applications/powerdns.inc.php | +44 / -34 |
| M | includes/polling/applications/powerdns_recursor.inc.php | +70 / -62 |
| M | includes/polling/fdb-table.inc.php | +1 / -0 |
| M | includes/polling/fdb/q-bridge-mib.php | +11 / -3 |
| A | scripts/test_disk_speed.sh | +103 / -0 |
| M | html/weathermap.php | +13 / -3 |
| M | poll-billing.php | +26 / -21 |
| M | includes/entities/port.inc.php | +8 / -28 |
| M | tests/IncludesCommonTest.php | +8 / -7 |
| M | includes/config-variables.inc.php | +7 / -0 |
| M | includes/defaults.inc.php | +5 / -0 |
| M | includes/entities/port.inc.php | +48 / -0 |
| M | includes/http.inc.php | +17 / -9 |
| M | includes/notifications.inc.php | +65 / -50 |
| M | includes/transports/webhook-json.inc.php | +2 / -2 |
| M | html/includes/print/common.inc.php | +22 / -4 |
| M | includes/transports/opsgenie.inc.php | +17 / -132 |
| A | includes/transports/opsgeniev2.inc.php | +175 / -0 |
| M | includes/transports/opsgenie.inc.php | +53 / -27 |
| M | html/billing-data-sorted-json.php | +9 / -2 |
| M | includes/notifications.inc.php | +16 / -31 |
| M | includes/transports/opsgenie.inc.php | +70 / -7 |
| M | html/includes/entities/device.inc.php | +5 / -0 |
| M | html/includes/entities/port.inc.php | +6 / -0 |
| M | html/includes/entities/sensor.inc.php | +6 / -0 |
| M | html/includes/functions.inc.php | +25 / -0 |
| M | html/includes/print/billing.inc.php | +5 / -0 |
| M | html/includes/print/group.inc.php | +5 / -0 |
| M | includes/rewrites.inc.php | +21 / -13 |
| M | tests/IncludesRewritesTest.php | +12 / -0 |
| M | includes/transports/opsgenie.inc.php | +1 / -3 |
| M | includes/http.inc.php | +10 / -1 |
| M | includes/notifications.inc.php | +41 / -8 |
| M | includes/rewrites.inc.php | +9 / -0 |
| M | includes/transports/opsgenie.inc.php | +42 / -18 |
| M | html/pages/graphs.inc.php | +2 / -0 |
| M | html/includes/functions.inc.php | +16 / -8 |
| M | includes/db/mysqli.inc.php | +5 / -2 |
| M | includes/observium.inc.php | +3 / -1 |
| M | html/includes/functions.inc.php | +9 / -8 |
| M | includes/functions.inc.php | +10 / -8 |
| M | includes/http.inc.php | +2 / -2 |
| M | includes/rewrites.inc.php | +125 / -52 |
| M | tests/IncludesRewritesTest.php | +262 / -109 |
| M | tests/StringTransformTest.php | +12 / -0 |
| M | html/ajax/actions/edit_widget.inc.php | +127 / -26 |
| M | html/ajax/widget.php | +3 / -3 |
| A | html/includes/widgets/clock.inc.php | +284 / -0 |
| M | includes/definitions/wui.inc.php | +1 / -1 |
| M | includes/rewrites.inc.php | +11 / -7 |
| M | html/pages/map_traffic.inc.php | +11 / -10 |
| M | includes/discovery/sensors/enlogic-pdu-mib.inc.php | +1 / -1 |
| M | html/includes/print/fdbtable.inc.php | +84 / -19 |
| M | html/includes/print/fdbtable.inc.php | +168 / -1 |
| M | html/pages/search/fdb.inc.php | +9 / -0 |
| M | includes/defaults.inc.php | +3 / -0 |
| M | includes/discovery/bgp-peers.inc.php | +35 / -1 |
| M | includes/entities/device.inc.php | +5 / -1 |
| M | includes/polling/bfd.inc.php | +12 / -8 |
| A | html/api-networkmap.php | +245 / -0 |
| A | html/js/cytoscape-dagre.min.js | +8 / -0 |
| A | html/js/dagre.min.js | +3,809 / -0 |
| M | html/pages/device/ports/map.inc.php | +385 / -5 |
| M | html/networkmap.php | +5 / -0 |
| A | html/billing-data-json.php | +90 / -0 |
| A | html/billing-data-sorted-json.php | +117 / -0 |
| A | html/css/uPlot.min.css | +1 / -0 |
| M | html/includes/print/billing.inc.php | +45 / -8 |
| A | html/js/uPlot.iife.min.js | +2 / -0 |
| M | html/pages/bill/history.inc.php | +2 / -2 |
| M | html/ajax/actions.php | +66 / -0 |
| M | html/pages/pollerlog.inc.php | +134 / -8 |
| M | includes/definitions/entities/counters.inc.php | +1 / -1 |
| M | includes/definitions/entities/sensors.inc.php | +0 / -1 |
| M | html/includes/print/syslogs.inc.php | +12 / -0 |
| M | html/pages/syslog.inc.php | +31 / -1 |
| M | phpunit.xml | +31 / -36 |
| A | phpunit9.xml | +45 / -0 |
| M | tests/GeolocationData.php | +1 / -1 |
| M | tests/HtmlIncludesFunctionsTest.php | +4 / -4 |
| M | tests/HtmlIncludesPrintTest.php | +5 / -5 |
| M | tests/IncludesAlertsTest.php | +1 / -1 |
| M | tests/IncludesBillingTest.php | +1 / -1 |
| M | tests/IncludesCommonTest.php | +119 / -125 |
| M | tests/IncludesDbTest.php | +2 / -2 |
| M | tests/IncludesDefinitionsTest.php | +3 / -3 |
| M | tests/IncludesEncryptTest.php | +6 / -6 |
| M | tests/IncludesEntitiesTest.php | +13 / -13 |
| M | tests/IncludesFunctionsTest.php | +29 / -29 |
| M | tests/IncludesPortDescrParserTest.php | +1 / -1 |
| M | tests/IncludesRewritesTest.php | +13 / -13 |
| M | tests/IncludesSnmpTest.php | +10 / -10 |
| M | tests/IncludesSyslogTest.php | +1 / -1 |
| M | tests/IncludesTemplatesTest.php | +1 / -1 |
| M | tests/SnmpData.php | +7 / -7 |
| M | tests/SnmpOsData.php | +3 / -3 |
| M | tests/StringTransformTest.php | +1 / -1 |
| M | tests/bootstrap.php | +4 / -2 |
| M | includes/common.inc.php | +59 / -55 |
| M | tests/IncludesCommonTest.php | +65 / -61 |
| M | includes/common.inc.php | +1 / -1 |
| M | includes/syslog.inc.php | +336 / -324 |
| M | tests/IncludesSyslogTest.php | +2 / -3 |
| M | includes/debugging.inc.php | +2 / -1 |
| M | phpunit.xml | +1 / -0 |
| M | tests/bootstrap.php | +11 / -1 |
| M | tests/IncludesFunctionsTest.php | +5 / -0 |
| M | includes/common.inc.php | +15 / -2 |
| M | tests/IncludesFunctionsTest.php | +42 / -200 |
| M | tests/StringTransformTest.php | +155 / -49 |
| A | tests/StringTransformTest.php | +60 / -0 |
| M | includes/common.inc.php | +44 / -0 |
| M | includes/defaults.inc.php | +3 / -3 |
| M | includes/definitions/os.inc.php | +4 / -1 |
| M | includes/definitions/os/ubiquiti.inc.php | +1 / -1 |
| M | includes/entities/device.inc.php | +2 / -1 |
| M | includes/entities/status.inc.php | +1 / -1 |
| M | includes/syslog.inc.php | +3 / -0 |
| A | phpunit.xml | +44 / -0 |
| A | tests/GeolocationData.php | +125 / -0 |
| M | tests/HtmlIncludesFunctionsTest.php | +0 / -4 |
| M | tests/IncludesAlertsTest.php | +0 / -2 |
| M | tests/IncludesBillingTest.php | +0 / -6 |
| M | tests/IncludesCommonTest.php | +111 / -386 |
| M | tests/IncludesDbTest.php | +0 / -13 |
| M | tests/IncludesDefinitionsTest.php | +1 / -13 |
| M | tests/IncludesEncryptTest.php | +0 / -6 |
| M | tests/IncludesEntitiesTest.php | +559 / -1 |
| M | tests/IncludesFunctionsTest.php | +1 / -365 |
| M | tests/IncludesPortDescrParserTest.php | +0 / -15 |
| M | tests/IncludesRewritesTest.php | +0 / -15 |
| M | tests/IncludesSnmpTest.php | +0 / -17 |
| M | tests/IncludesSyslogTest.php | +6 / -10 |
| M | tests/IncludesTemplatesTest.php | +0 / -149 |
| A | tests/SnmpData.php | +654 / -0 |
| D | tests/SnmpDataTest.php | +0 / -358 |
| D | tests/SnmpDataTest2.php | +0 / -654 |
| A | tests/SnmpOsData.php | +358 / -0 |
| A | tests/bootstrap.php | +81 / -0 |
| M | tests/data/test_definitions.inc.php | +4 / -13 |
| M | html/pages/device.inc.php | +1 / -1 |
| A | includes/bfd.inc.php | +179 / -0 |
Showing the first 30 paths; 101 more are omitted from this static page.
| M | housekeeping.php | +3 / -0 |
| M | html/.htaccess | +5 / -0 |
| M | html/ajax/actions.php | +23 / -2 |
| M | html/ajax/actions/edit_widget.inc.php | +240 / -0 |
| M | html/ajax/widget.php | +47 / -1 |
| M | html/api/v0/index.php | +3 / -3 |
| M | html/billing-data-sorted.php | +1 / -1 |
| M | html/css/bootstrap/less/includes.less | +1 / -0 |
| M | html/css/observium-dark.css | +373 / -0 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +373 / -0 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +373 / -0 |
| M | html/css/observium.map | +1 / -1 |
| M | html/data-pick.php | +263 / -384 |
| M | html/includes/authentication/ad.inc.php | +4 / -4 |
| M | html/includes/authentication/ldap.inc.php | +1 / -1 |
| M | html/includes/collectd/definitions.php | +13 / -13 |
| M | html/includes/entities/cbqos.inc.php | +1 / -1 |
| M | html/includes/entities/device.inc.php | +1 / -1 |
| M | html/includes/entities/oid_entry.inc.php | +1 / -1 |
| M | html/includes/entities/port.inc.php | +1 / -1 |
| M | html/includes/functions.inc.php | +2 / -2 |
| M | html/includes/graphs/functions.inc.php | +3 / -3 |
| M | html/includes/graphs/generic_definition.inc.php | +5 / -5 |
| M | html/includes/graphs/generic_multi.inc.php | +3 / -3 |
| M | html/includes/graphs/generic_multi_bits_separated.inc.php | +1 / -1 |
| M | html/includes/graphs/generic_multi_line.inc.php | +1 / -1 |
| M | html/includes/graphs/global/pollermods.inc.php | +1 / -1 |
| M | html/includes/graphs/graph.inc.php | +1 / -1 |
| A | html/includes/print/bfd.inc.php | +344 / -0 |
| A | html/pages/bfd non-text | +0 / -0 |
| A | html/pages/bfd.inc.php | +122 / -0 |
| A | html/pages/bfd/overview.inc.php | +118 / -0 |
| A | html/pages/bfd/sessions.inc.php | +138 / -0 |
| A | html/pages/bfd/states.inc.php | +165 / -0 |
| A | html/pages/device/bfd non-text | +0 / -0 |
| A | html/pages/device/bfd.inc.php | +288 / -0 |
| A | html/pages/device/bfd/sessions.inc.php | +37 / -0 |
| A | includes/definitions/entities/bfd.inc.php | +55 / -0 |
| M | includes/definitions/graphtypes.inc.php | +74 / -2 |
| M | includes/definitions/rrdtypes.inc.php | +63 / -17 |
| M | includes/definitions/wui.inc.php | +5 / -1 |
| A | includes/polling/bfd non-text | +0 / -0 |
| A | includes/polling/bfd.inc.php | +509 / -0 |
| A | includes/polling/bfd/alcatel-ind1-bfd-mib.inc.php | +198 / -0 |
| A | includes/polling/bfd/bfd-std-mib.inc.php | +179 / -0 |
| A | includes/polling/bfd/cisco-ietf-bfd-mib.inc.php | +165 / -0 |
| A | includes/polling/bfd/huawei-bfd-mib.inc.php | +122 / -0 |
| A | includes/polling/bfd/jnx-bfd-std-mib.inc.php | +174 / -0 |
| A | includes/polling/bfd/juniper-bfd-mib.inc.php | +179 / -0 |
| A | update/514.sql | +95 / -0 |
Showing the first 30 paths; 6 more are omitted from this static page.
| M | includes/definitions/entities/devices.inc.php | +13 / -1 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | includes/definitions/mibs/alcatel.inc.php | +14 / -0 |
| M | includes/definitions/mibs/cisco.inc.php | +0 / -10 |
| M | includes/definitions/mibs/huawei.inc.php | +231 / -0 |
| M | includes/definitions/mibs/juniper.inc.php | +2 / -2 |
| M | includes/definitions/os/aruba.inc.php | +1 / -1 |
| M | includes/definitions/os/huawei.inc.php | +4 / -0 |
| M | includes/definitions/os/mimosa.inc.php | +1 / -1 |
| M | includes/polling/applications/mysql.inc.php | +1 / -1 |
| M | includes/polling/aruba-controller.inc.php | +1 / -1 |
| M | includes/polling/cisco-cef.inc.php | +1 / -1 |
| M | includes/polling/cisco-eigrp.inc.php | +3 / -3 |
| M | includes/polling/fdb/huawei-l2mam-mib.inc.php | +1 / -1 |
| M | includes/polling/fdb/rapid-city.inc.php | +1 / -1 |
| M | includes/polling/fdb/tplink-l2bridge-mib.inc.php | +1 / -1 |
| M | includes/polling/functions.inc.php | +0 / -3 |
| M | includes/polling/loadbalancer/f5-bigip-local-mib.inc.php | +6 / -6 |
| M | includes/polling/loadbalancer/ns-root-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-entity-qfp-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-memory-pool-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-process-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/zxr10-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/zyxel-sys-memory-mib.inc.php | +1 / -1 |
| M | includes/polling/os/f5.inc.php | +1 / -1 |
| M | includes/polling/ports.inc.php | +83 / -8 |
| M | includes/polling/ports/adsl-line-mib.lib.php | +1 / -1 |
| M | includes/polling/ports/bison-router-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/cisco-stack-mib.inc.php | +1 / -1 |
| M | html/pages/device/stp.inc.php | +2 / -2 |
| M | html/pages/device/stp/instances.inc.php | +26 / -26 |
| M | html/pages/device/stp/vlanmap.inc.php | +16 / -16 |
| M | html/pages/stp.inc.php | +4 / -4 |
| M | html/pages/stp/domain.inc.php | +42 / -42 |
| M | html/pages/stp/domains.inc.php | +25 / -25 |
| M | html/pages/stp/events.inc.php | +18 / -18 |
| M | html/pages/stp/instances.inc.php | +31 / -31 |
| M | html/pages/stp/problem-ports.inc.php | +26 / -26 |
| M | includes/entities/stp.inc.php | +1 / -1 |
| M | includes/polling/stp.inc.php | +15 / -3 |
| M | includes/polling/stp/cisco-stp-extensions-mib.inc.php | +92 / -35 |
| M | includes/common.inc.php | +17 / -15 |
| M | includes/defaults.inc.php | +7 / -7 |
| M | includes/definitions/version.inc.php | +1 / -1 |
| M | includes/entities.inc.php | +1 / -1 |
| M | includes/snmp.inc.php | +2 / -2 |
| M | includes/rewrites.inc.php | +21 / -4 |
| M | update/274.php | +1 / -1 |
| M | update/302.php | +1 / -1 |
| M | update/333.php | +1 / -1 |
| M | html/api/v0/includes/alerts.inc.php | +1 / -1 |
| M | html/includes/actions/contact.inc.php | +1 / -1 |
| M | html/includes/navbars/contacts.inc.php | +8 / -8 |
| M | html/includes/print/alert.inc.php | +1 / -1 |
| M | html/pages/add_alert_check.inc.php | +7 / -7 |
| M | html/pages/alert_check.inc.php | +1 / -1 |
| M | html/pages/alert_checks.inc.php | +1 / -1 |
| M | html/pages/contact.inc.php | +2 / -2 |
| M | html/pages/contacts.inc.php | +7 / -5 |
| M | html/pages/migrate_alerts.inc.php | +1 / -1 |
Showing the first 30 paths; 22 more are omitted from this static page.
| M | includes/alerting/email.inc.php | +7 / -7 |
| M | includes/alerting/mattermost.inc.php | +3 / -3 |
| M | includes/alerting/slack.inc.php | +3 / -3 |
| M | includes/alerts.inc.php | +7 / -769 |
| M | includes/config-variables.inc.php | +32 / -1 |
| M | includes/definitions/transports.inc.php | +0 / -1,563 |
| M | includes/functions.inc.php | +160 / -18 |
| M | includes/http.inc.php | +34 / -7 |
| A | includes/notifications.inc.php | +1,078 / -0 |
| M | includes/templates.inc.php | +1 / -1 |
| A | includes/transports non-text | +0 / -0 |
| A | includes/transports/alertops.inc.php | +45 / -0 |
| A | includes/transports/aws-sns.inc.php | +250 / -0 |
| A | includes/transports/clickatell.inc.php | +48 / -0 |
| A | includes/transports/devnull.inc.php | +32 / -0 |
| A | includes/transports/discord.inc.php | +92 / -0 |
| A | includes/transports/email.inc.php | +205 / -0 |
| A | includes/transports/google-chat.inc.php | +82 / -0 |
| A | includes/transports/gotify.inc.php | +81 / -0 |
| A | includes/transports/hipchat.inc.php | +59 / -0 |
| A | includes/transports/jiraservicemanagement.inc.php | +66 / -0 |
| A | includes/transports/mattermost.inc.php | +100 / -0 |
| A | includes/transports/messagebird.inc.php | +51 / -0 |
| A | includes/transports/ntfy.inc.php | +91 / -0 |
| A | includes/transports/opsgenie.inc.php | +64 / -0 |
| A | includes/transports/pagerduty.inc.php | +81 / -0 |
| A | includes/transports/pushover.inc.php | +70 / -0 |
| A | includes/transports/redoxygen.inc.php | +61 / -0 |
| A | includes/transports/rocketchat-hook.inc.php | +43 / -0 |
| A | includes/transports/rocketchat.inc.php | +51 / -0 |
| M | includes/common.inc.php | +58 / -44 |
| M | tests/IncludesCommonTest.php | +3 / -0 |
| M | includes/constants.inc.php | +2 / -1 |
| M | includes/observium.inc.php | +0 / -2 |
| M | includes/definitions/mibs/avtech.inc.php | +4 / -4 |
| M | includes/definitions/mibs/cyberpower.inc.php | +235 / -115 |
| M | includes/definitions/os/cyberpower.inc.php | +2 / -1 |
| M | includes/discovery/functions.inc.php | +6 / -2 |
| M | includes/polling/functions.inc.php | +6 / -3 |
| M | includes/definitions/mibs/avtech.inc.php | +2 / -0 |
| M | includes/definitions/os/avtech.inc.php | +1 / -1 |
| M | includes/definitions/mibs/avtech.inc.php | +61 / -11 |
| M | includes/definitions/os/avtech.inc.php | +14 / -13 |
| A | mibs/avtech/ROOMALERT32S-MIB | +1,117 / -0 |
| M | includes/definitions/mibs/sophos.inc.php | +39 / -2 |
| M | includes/definitions/os/sophos.inc.php | +8 / -10 |
| M | mibs/sophos/SFOS-FIREWALL-MIB | +68 / -25 |
| A | html/images/os/unraid.png | +1 / -0 |
| A | html/images/os/unraid_2x.png | +1 / -0 |
| M | includes/polling/os/unix.inc.php | +39 / -0 |
| M | scripts/distro | +7 / -2 |
| M | includes/snmp.inc.php | +2 / -2 |
| M | tests/SnmpDataTest2.php | +45 / -0 |
| A | html/includes/graphs/device/wifi_ap_count.inc.php | +39 / -0 |
| M | html/includes/graphs/device/wifi_clients.inc.php | +7 / -0 |
| M | includes/polling/wifi.inc.php | +2 / -0 |
| M | update/513.sql | +1 / -0 |
| M | includes/discovery/processors/host-resources-mib.inc.php | +6 / -3 |
| M | mibs/checkpoint/CHECKPOINT-MIB | +1,061 / -278 |
| M | includes/definitions/mibs/checkpoint.inc.php | +23 / -8 |
| M | includes/discovery/processors/host-resources-mib.inc.php | +6 / -3 |
| M | html/includes/entities/device.inc.php | +6 / -3 |
| A | html/images/os/cet-power-dark.svg | +1 / -0 |
| D | html/images/os/cet-power_dark.svg | +0 / -1 |
| A | html/images/os/checkpoint-dark.svg | +1 / -0 |
| M | html/images/os/checkpoint.svg | +1 / -1 |
| M | html/pages/alert_check.inc.php | +7 / -4 |
| M | html/pages/alert_checks.inc.php | +23 / -20 |
| M | html/includes/entities/generic.inc.php | +2 / -2 |
| M | html/includes/navbar.inc.php | +53 / -8 |
| M | html/includes/print/common.inc.php | +107 / -0 |
| M | html/includes/print/routing.inc.php | +11 / -11 |
| M | html/includes/print/routing.inc.php | +4 / -5 |
| M | html/includes/print/rows.inc.php | +107 / -0 |
| M | html/pages/device/routing/bgp.inc.php | +29 / -66 |
| M | html/pages/device/routing/ospf.inc.php | +16 / -82 |
| M | html/index.php | +0 / -5 |
| M | html/feed.php | +3 / -1 |
| M | html/includes/authenticate.inc.php | +8 / -6 |
| M | html/includes/entities/device.inc.php | +10 / -9 |
| M | html/includes/entities/generic.inc.php | +82 / -1 |
| M | html/includes/functions.inc.php | +53 / -103 |
| M | html/pages/preferences/general.inc.php | +1 / -1 |
| M | html/pages/roles.inc.php | +1 / -1 |
| M | includes/entities.inc.php | +55 / -54 |
| M | html/includes/functions.inc.php | +56 / -50 |
| M | html/includes/print/search.inc.php | +1 / -1 |
| M | html/index.php | +6 / -1 |
| A | includes/cache.inc.php | +130 / -0 |
| M | includes/common.inc.php | +20 / -121 |
| M | includes/discovery/functions.inc.php | +1 / -1 |
| M | includes/functions.inc.php | +22 / -21 |
| M | includes/snmp.inc.php | +18 / -18 |
| M | tests/SnmpDataTest.php | +2 / -2 |
| M | tests/SnmpDataTest2.php | +7 / -7 |
| M | html/includes/cache-data.inc.php | +5 / -0 |
| M | includes/definitions/mibs/opengear.inc.php | +3 / -1 |
| M | includes/definitions/os/opengear.inc.php | +2 / -0 |
| M | includes/common.inc.php | +83 / -69 |
| M | html/pages/about.inc.php | +1 / -1 |
| M | includes/common.inc.php | +7 / -21 |
| M | includes/db.inc.php | +13 / -0 |
| M | html/includes/graphs/device/mempool.inc.php | +2 / -2 |
| M | html/includes/graphs/mempool/auth.inc.php | +2 / -1 |
| M | html/includes/graphs/multi-mempool/usage.inc.php | +4 / -4 |
| M | includes/entities/mempool.inc.php | +25 / -2 |
| M | includes/polling/mempools.inc.php | +36 / -33 |
| M | includes/observium.inc.php | +6 / -4 |
| M | includes/polling/bgp-peers.inc.php | +8 / -3 |
| M | includes/discovery/vlans/q-bridge-mib.inc.php | +1 / -1 |
| M | includes/entities/storage.inc.php | +1 / -1 |
| M | includes/entities/processor.inc.php | +1 / -1 |
| M | includes/entities/counter.inc.php | +1 / -1 |
| M | includes/entities/sensor.inc.php | +1 / -1 |
| M | includes/entities/status.inc.php | +1 / -1 |
| M | includes/snmp.inc.php | +4 / -0 |
| M | scripts/snmpdump.php | +23 / -18 |
| M | mibs/extreme/EXTREME-BASE-MIB | +199 / -4 |
| M | mibs/extreme/EXTREME-HARDWARE-MIB | +67 / -1 |
| M | mibs/extreme/EXTREME-STACKING-MIB | +27 / -3 |
| M | mibs/extreme/EXTREME-SYSTEM-MIB | +43 / -2 |
| M | mibs/extreme/EXTREME-UPM-MIB | +18 / -3 |
| M | includes/common.inc.php | +66 / -2 |
| M | includes/discovery/functions.inc.php | +3 / -2 |
| M | includes/discovery/sensors.inc.php | +0 / -1 |
| M | includes/snmp.inc.php | +189 / -104 |
| M | tests/SnmpDataTest.php | +6 / -4 |
| M | tests/SnmpDataTest2.php | +163 / -15 |
| M | tests/includes/functions.inc.php | +2 / -2 |
| M | includes/snmp.inc.php | +0 / -102 |
| M | tests/SnmpDataTest.php | +69 / -78 |
| M | tests/SnmpDataTest2.php | +4 / -4 |
| A | tests/includes non-text | +0 / -0 |
| A | tests/includes/functions.inc.php | +105 / -0 |
| M | html/pages/device/stp/ports.inc.php | +23 / -2 |
| M | html/pages/device/vlans.inc.php | +193 / -10 |
| A | includes/discovery/stp non-text | +0 / -0 |
| A | includes/discovery/stp.inc.php | +15 / -0 |
| A | includes/discovery/stp/cisco-stp-extensions-mib.inc.php | +114 / -0 |
| M | includes/discovery/vlans.inc.php | +61 / -1 |
| M | html/pages/device/vlans.inc.php | +126 / -23 |
| M | includes/discovery/vlans.inc.php | +114 / -0 |
| M | includes/entities/stp.inc.php | +5 / -2 |
| M | html/pages/device.inc.php | +0 / -2 |
| M | html/pages/graphs.inc.php | +8 / -4 |
| M | includes/entities/stp.inc.php | +36 / -3 |
| M | update/503.sql | +1 / -1 |
| A | update/513.sql | +2 / -0 |
| M | includes/definitions/mibs/delta.inc.php | +1 / -1 |
| M | includes/definitions/mibs/tripplite.inc.php | +1 / -1 |
| M | html/includes/entities/status.inc.php | +59 / -2 |
| M | includes/entities/status.inc.php | +45 / -33 |
| A | html/includes/cache.inc.php | +663 / -0 |
| M | html/includes/functions.inc.php | +1 / -1 |
| D | includes/cache.inc.php | +0 / -671 |
| M | html/includes/functions.inc.php | +26 / -14 |
| M | includes/discovery/sensors.inc.php | +32 / -0 |
| M | includes/entities/status.inc.php | +53 / -0 |
| M | includes/definitions/mibs/jacarta.inc.php | +4 / -2 |
| M | includes/polling/os/allied.inc.php | +19 / -19 |
| M | includes/polling/os/cas.inc.php | +5 / -7 |
| D | includes/polling/os/deltaups.inc.php | +0 / -21 |
| M | includes/polling/os/dsm.inc.php | +1 / -2 |
| M | includes/polling/os/engenius.inc.php | +1 / -2 |
| M | includes/polling/os/f5.inc.php | +4 / -5 |
| D | includes/polling/os/ge-ups.inc.php | +0 / -17 |
| D | includes/polling/os/interseptor.inc.php | +0 / -18 |
| M | includes/polling/os/junose.inc.php | +1 / -1 |
| D | includes/polling/os/opengear.inc.php | +0 / -19 |
| D | includes/polling/os/powerware.inc.php | +0 / -19 |
| M | includes/polling/os/speedtouch.inc.php | +1 / -6 |
| M | includes/polling/os/tsl-mdu12.inc.php | +2 / -4 |
| M | includes/polling/os/zte.inc.php | +2 / -6 |
| M | html/includes/graphs/eigrppeer/auth.inc.php | +3 / -1 |
| M | html/includes/graphs/eigrppeer/graph.inc.php | +6 / -11 |
| A | html/includes/navbars/eigrp.inc.php | +92 / -0 |
| M | html/pages/device/routing/eigrp.inc.php | +150 / -99 |
| M | html/pages/device/routing/eigrp/peers.inc.php | +143 / -53 |
| M | html/pages/device/routing/eigrp/ports.inc.php | +8 / -5 |
| M | html/pages/routing/eigrp.inc.php | +509 / -28 |
| M | includes/polling/cisco-eigrp.inc.php | +219 / -23 |
| A | update/512.sql | +99 / -0 |
| M | html/includes/functions.inc.php | +72 / -23 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | includes/discovery/sensors/lm-sensors-mib.inc.php | +47 / -2 |
| M | html/js/observium.js | +5 / -2 |
| M | html/includes/authenticate.inc.php | +4 / -3 |
| M | includes/config-variables.inc.php | +8 / -0 |
| M | html/includes/cache-data.inc.php | +435 / -9 |
| M | html/includes/print/navbar.inc.php | +2 / -1 |
| M | includes/defaults.inc.php | +44 / -2 |
| M | includes/definitions/mibs.inc.php | +0 / -28 |
| M | includes/definitions/mibs/apc/powernet-mib.inc.php | +0 / -9 |
| M | includes/definitions/mibs/cisco.inc.php | +17 / -17 |
| M | includes/definitions/mibs/juniper.inc.php | +15 / -14 |
| M | includes/definitions/mibs/rfc.inc.php | +28 / -0 |
| M | includes/polling/pseudowires.inc.php | +11 / -7 |
| M | html/css/bootstrap/less/variables-dark.less | +3 / -0 |
| M | html/css/bootstrap/less/variables-darkblue.less | +3 / -0 |
| M | html/css/observium-dark.css | +1 / -1 |
| M | html/css/observium-darkblue.css | +1 / -1 |
| M | includes/entities.inc.php | +1 / -0 |
| A | includes/entities/mempool.inc.php | +40 / -0 |
| M | includes/entities/storage.inc.php | +31 / -0 |
| M | html/includes/graphs/device/mempool.inc.php | +1 / -5 |
| M | html/includes/graphs/mempool/auth.inc.php | +1 / -5 |
| M | html/includes/graphs/multi-mempool/usage.inc.php | +1 / -5 |
| M | includes/discovery/functions.inc.php | +5 / -5 |
| M | includes/discovery/mempools.inc.php | +25 / -2 |
| M | includes/entities/storage.inc.php | +54 / -6 |
| M | includes/polling/mempools.inc.php | +5 / -9 |
| M | includes/polling/storage.inc.php | +6 / -4 |
| A | update/511.sql | +3 / -0 |
| M | html/ajax/widget.php | +34 / -2 |
| M | html/includes/print/alert.inc.php | +27 / -9 |
| M | html/pages/alerts.inc.php | +3 / -5 |
| M | html/pages/device/alerts.inc.php | +5 / -11 |
| M | libs/cli/Colors.php | +1 / -1 |
| M | libs/cli/table/Ascii.php | +24 / -22 |
| M | libs/cli/table/Tabular.php | +25 / -2 |
| M | html/includes/modals/add_probe.inc.php | +2 / -1 |
| M | html/includes/modals/edit_probe.inc.php | +2 / -1 |
| M | html/ajax/actions/alert_entry_ignore_until_ok.inc.php | +4 / -2 |
| M | html/pages/dashboard.inc.php | +3 / -0 |
| M | includes/rrdtool.inc.php | +24 / -12 |
| M | includes/rrdtool.inc.php | +48 / -38 |
| M | includes/rrdtool.inc.php | +10 / -7 |
| M | poller.php | +9 / -4 |
| M | update/510.sql | +0 / -1 |
| A | update/510.sql | +14 / -0 |
| M | html/includes/print/alert.inc.php | +12 / -4 |
| M | includes/definitions/mibs/panduit.inc.php | +118 / -27 |
| M | includes/definitions/os/panduit.inc.php | +1 / -0 |
| M | mibs/panduit/PANDUIT-MIB | +3,680 / -3,396 |
| M | html/pages/device/perf.inc.php | +6 / -6 |
| M | html/pages/device/port/vlans.inc.php | +46 / -6 |
| M | includes/discovery/vlans.inc.php | +5 / -5 |
| M | includes/discovery/vlans/cisco-vtp-mib.inc.php | +4 / -13 |
| M | includes/discovery/vlans/ieee8021-q-bridge-mib.inc.php | +2 / -6 |
| M | includes/discovery/vlans/q-bridge-mib.inc.php | +4 / -12 |
| A | update/509.sql | +4 / -0 |
| M | html/includes/print/alert.inc.php | +67 / -43 |
| M | html/pages/device/edit/modules.inc.php | +15 / -7 |
| M | html/pages/device/perf.inc.php | +300 / -31 |
| M | html/pages/device/showtech.inc.php | +17 / -4 |
| M | html/pages/pollerlog.inc.php | +261 / -5 |
| M | includes/discovery/functions.inc.php | +27 / -2 |
| A | update/508.sql | +14 / -0 |
| M | includes/common.inc.php | +5 / -1 |
| M | includes/common.inc.php | +7 / -12 |
| M | html/pages/logon.inc.php | +6 / -4 |
| M | html/includes/notifications.inc.php | +7 / -4 |
| M | html/pages/graphs.inc.php | +7 / -0 |
| M | html/includes/graphs/graph.inc.php | +13 / -9 |
| M | includes/db.inc.php | +1 / -1 |
| M | html/includes/navbars/footer.inc.php | +5 / -0 |
| A | html/ajax/panel.php | +35 / -0 |
| M | html/index.php | +16 / -25 |
| M | html/pages/device.inc.php | +2 / -2 |
| M | html/includes/colours.inc.php | +6 / -2 |
| M | includes/definitions/os.inc.php | +6 / -0 |
| M | includes/definitions/os/snr.inc.php | +0 / -25 |
| M | includes/polling/os/ups-mib.inc.php | +4 / -0 |
| M | includes/definitions/os.inc.php | +2 / -2 |
| M | includes/definitions/os/snr.inc.php | +25 / -0 |
| M | includes/update/update.php | +40 / -14 |
| M | html/includes/graphs/generic_definition.inc.php | +74 / -3 |
| M | html/includes/graphs/generic_multi.inc.php | +25 / -2 |
| M | html/includes/graphs/generic_multi_line.inc.php | +25 / -2 |
| M | html/includes/graphs/generic_multi_simplex_separated.inc.php | +7 / -3 |
| M | html/includes/graphs/global/pollermod.inc.php | +1 / -1 |
| A | html/js/classlist.js | +175 / -0 |
| M | html/js/purify.min.js | +2 / -2 |
| A | update/507.sql | +1 / -0 |
| M | html/css/bootstrap/less/bootstrap.less | +11 / -0 |
| M | html/css/bootstrap/less/modals3.less | +4 / -0 |
| M | html/css/observium-dark.css | +3 / -0 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +3 / -0 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +12 / -0 |
| M | html/css/observium.map | +1 / -1 |
| M | html/includes/print/navbar.inc.php | +119 / -20 |
| M | mibs/arista/ARISTA-BGP4V2-MIB | +253 / -19 |
| M | mibs/arista/ARISTA-BGP4V2-TC-MIB | +5 / -1 |
| A | mibs/arista/ARISTA-CLB-MIB | +452 / -0 |
| M | mibs/arista/ARISTA-CONFIG-COPY-MIB | +4 / -2 |
| A | mibs/arista/ARISTA-CONMON-MIB | +523 / -0 |
| M | mibs/arista/ARISTA-CV-MIB | +34 / -4 |
| M | mibs/arista/ARISTA-ENTITY-SENSOR-MIB | +100 / -2 |
| M | mibs/arista/ARISTA-HARDWARE-UTILIZATION-MIB | +20 / -3 |
| A | mibs/arista/ARISTA-LOGMGR-MIB | +210 / -0 |
| A | mibs/arista/ARISTA-PHY-MIB | +257 / -0 |
| M | mibs/arista/ARISTA-PRODUCTS-MIB | +249 / -38 |
| M | mibs/arista/ARISTA-QOS-MIB | +141 / -19 |
| M | mibs/arista/ARISTA-SMI-MIB | +7 / -0 |
| A | mibs/arista/ARISTA-STORM-CONTROL-MIB | +176 / -0 |
| A | mibs/arista/ARISTA-SWAG-HOST-RESOURCES-MIB | +219 / -0 |
| A | mibs/arista/ARISTA-SWAG-MIB | +257 / -0 |
| A | mibs/arista/ARISTA-TUNNEL-MIB | +145 / -0 |
| M | mibs/arista/ARISTA-VXLAN-MIB | +18 / -2 |
| M | includes/definitions/mibs/snr.inc.php | +98 / -12 |
| M | includes/definitions/os/snr.inc.php | +1 / -1 |
| M | mibs/snr/SNR-SWITCH-MIB | +132 / -1 |
| D | mibs/juniper/BFD-EXPERIMENT-MIB | +0 / -828 |
| M | includes/definitions/os/arista.inc.php | +1 / -1 |
| M | includes/definitions/os/arista.inc.php | +25 / -1 |
| M | includes/definitions/mibs/juniper.inc.php | +23 / -1 |
| M | includes/definitions/mibs/huawei.inc.php | +6 / -0 |
| M | includes/definitions/mibs/datadomain.inc.php | +26 / -0 |
| M | includes/definitions/mibs/bintec.inc.php | +41 / -0 |
| M | mibs/squid/SQUID-MIB | +489 / -475 |
| M | mibs/vmware/VMWARE-TRAPS-MIB | +6 / -6 |
| M | mibs/webgraph/Com-Server-Intern-MIB | +2 / -2 |
Showing the first 30 paths; 11 more are omitted from this static page.
| M | mibs/akcp/SPAGENT-MIB | +36 / -5 |
| M | mibs/aruba/AI-AP-MIB | +162 / -137 |
| M | mibs/aruba/ARUBA-MGMT-MIB | +1 / -0 |
| M | mibs/aruba/ARUBA-MIB | +25 / -0 |
| M | mibs/aruba/ARUBA-TC | +5 / -3 |
| M | mibs/aruba/ARUBAWIRED-INTERFACE-MIB | +180 / -2 |
| M | mibs/aruba/ARUBAWIRED-NETWORKING-OID | +491 / -1 |
| A | mibs/aruba/ARUBAWIRED-PM-MIB | +408 / -0 |
| M | mibs/aruba/WLSR-AP-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-AUTH-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-CTS-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-ESI-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-HA-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-IFEXT-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-MESH-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-MOBILITY-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-MON-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-RS-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-SNR-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-STATS-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-SWITCH-MIB | +2 / -1 |
| M | mibs/aruba/WLSX-SYSTEMEXT-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-TRAP-MIB | +3 / -2 |
| M | mibs/aruba/WLSX-TUNNELEDNODE-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-USER-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-USER6-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-VOICE-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-WLAN-MIB | +13 / -1 |
| M | mibs/cisco/AIRESPACE-WIRELESS-MIB | +14 / -1 |
| M | mibs/cisco/CISCO-BGP4-MIB | +6 / -2 |
Showing the first 30 paths; 1,065 more are omitted from this static page.
| D | attic non-text | +0 / -0 |
| D | attic/addsrv.inc.php | +0 / -103 |
| D | attic/adva.inc.php | +0 / -91 |
| D | attic/bills-pmonth.inc.php | +0 / -129 |
| M | attic/calendar.jpg | +0 / -1 |
| D | attic/check-errors.php | +0 / -65 |
| D | attic/cisco-entity-sensors.inc.php | +0 / -39 |
| D | attic/cisco_entity_sensor.inc.php | +0 / -35 |
| D | attic/ciscosensors.inc.php | +0 / -39 |
| D | attic/cron-hourly.sh | +0 / -8 |
| D | attic/cron-minute.sh | +0 / -15 |
| D | attic/cron.sh | +0 / -12 |
| D | attic/dbFacile.php | +0 / -643 |
| D | attic/delsrv.inc.php | +0 / -58 |
| D | attic/demo.php | +0 / -169 |
| D | attic/example2.php | +0 / -175 |
| D | attic/footer.inc.php | +0 / -66 |
| D | attic/gamatronic-mib.inc.php | +0 / -71 |
| D | attic/generate-dnstext.php | +0 / -69 |
| D | attic/generate-iplist.php | +0 / -50 |
| D | attic/generate-map.sh | +0 / -4 |
| D | attic/generate-vegadns.php | +0 / -158 |
| D | attic/globe.php | +0 / -192 |
| D | attic/hh3c.inc.php | +0 / -923 |
| D | attic/html/api.php | +0 / -48 |
| M | attic/html/images/16/accept.png | +0 / -1 |
| M | attic/html/images/16/add.png | +0 / -1 |
| M | attic/html/images/16/anchor.png | +0 / -1 |
| M | attic/html/images/16/application.png | +0 / -1 |
| M | attic/html/images/16/application_add.png | +0 / -1 |
| M | includes/entities/sensor.inc.php | +8 / -7 |
| M | html/css/bootstrap/less/boxes.less | +0 / -5 |
| M | html/css/bootstrap/less/dropdowns.less | +1 / -2 |
| M | html/css/bootstrap/less/hacks.less | +0 / -5 |
| M | html/css/bootstrap/less/navbar.less | +0 / -5 |
| M | html/css/bootstrap/less/wells.less | +2 / -6 |
| M | html/css/observium-dark.css | +3 / -27 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +3 / -27 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +3 / -27 |
| M | html/css/observium.map | +1 / -1 |
| M | html/includes/navbars/contacts.inc.php | +2 / -2 |
| M | html/includes/navbars/footer.inc.php | +3 / -3 |
| M | html/includes/print/navbar.inc.php | +1 / -1 |
| M | html/pages/device/vlans.inc.php | +4 / -4 |
| M | html/pages/wmap.inc.php | +1 / -1 |
| M | includes/definitions/entities/devices.inc.php | +8 / -8 |
| M | includes/definitions/mibs/f5.inc.php | +159 / -0 |
| A | mibs/f5/F5-OS-LLDP-MIB | +465 / -0 |
| A | mibs/f5/F5-OS-PLATFORM-SMI-MIB | +9 / -0 |
| M | mibs/f5/F5-OS-SYSTEM-MIB | +265 / -2 |
| A | mibs/f5/F5-OS-TENANT-MIB | +956 / -0 |
| M | mibs/f5/F5-PLATFORM-STATS-MIB | +316 / -12 |
| M | mibs/f5/F5OS-APPLIANCE-ALERT-NOTIF-MIB | +1,424 / -108 |
| M | includes/definitions/mibs/f5.inc.php | +15 / -6 |
| M | html/pages/api_tokens.inc.php | +44 / -58 |
| M | includes/entities/sensor.inc.php | +8 / -3 |
| M | includes/definitions/entities/sensors.inc.php | +13 / -1 |
| M | includes/discovery/sensors.inc.php | +1 / -0 |
| M | includes/entities/sensor.inc.php | +14 / -0 |
| M | includes/include-dir-mib.inc.php | +14 / -1 |
| M | includes/alerts.inc.php | +21 / -0 |
| M | includes/discovery/functions.inc.php | +2 / -2 |
| M | update/505.sql | +0 / -2 |
| A | update/506.sql | +21 / -0 |
| M | includes/update/update.php | +75 / -14 |
| M | html/pages/wmap.inc.php | +1 / -8 |
| M | includes/weathermap/editor.php | +2 / -22 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_obsdb.php | +60 / -49 |
| M | html/includes/print/rows.inc.php | +102 / -0 |
| A | mibs/wisi/INCA-DEVICE-MIB | +443 / -0 |
| A | mibs/wisi/INCA-MIB | +44 / -0 |
| A | mibs/wisi/INCA-TS-ALARM-MIB | +393 / -0 |
| A | mibs/wisi/INCA-TS-MIB | +401 / -0 |
| M | html/includes/entities/probe.inc.php | +98 / -8 |
| M | html/includes/graphs/probe/perf.inc.php | +4 / -2 |
| M | includes/definitions/entities/probes.inc.php | +18 / -0 |
| D | test_linecount.txt | +0 / -1 |
| A | test_linecount.txt | +1 / -0 |
| M | html/api/v0/index.php | +113 / -6 |
| A | html/pages/api_tokens.inc.php | +353 / -0 |
| M | includes/defaults.inc.php | +63 / -1 |
| A | update/505.sql | +4 / -0 |
| M | html/ajax/actions.php | +241 / -38 |
| M | update/504.sql | +6 / -22 |
| M | html/js/dashboard.js | +201 / -6 |
| M | html/pages/dashboard.inc.php | +231 / -79 |
| M | html/pages/dashboard_add.inc.php | +27 / -5 |
| A | update/504.sql | +40 / -0 |
| M | includes/definitions/mibs/stormshield.inc.php | +13 / -7 |
| M | includes/definitions/os/unix.php | +3 / -3 |
| M | mibs/calix/CALIX-PRODUCT-MIB | +18 / -0 |
| M | mibs/calix/E7-Calix-MIB | +374 / -106 |
| M | mibs/calix/E7-TC | +343 / -49 |
| M | mibs/stormshield/STORMSHIELD-ALARM-MIB | +27 / -27 |
| A | mibs/stormshield/STORMSHIELD-ALARM-MIB-DEPRECATED | +282 / -0 |
| M | mibs/stormshield/STORMSHIELD-ASQ-STATS-MIB | +55 / -0 |
| M | mibs/stormshield/STORMSHIELD-HA-MIB | +15 / -7 |
| A | mibs/stormshield/STORMSHIELD-HEALTH-MONITOR-MIB | +221 / -0 |
| M | mibs/stormshield/STORMSHIELD-IF-MIB | +9 / -9 |
| A | mibs/stormshield/STORMSHIELD-OVPN-MIB | +133 / -0 |
| M | mibs/stormshield/STORMSHIELD-PROPERTY-MIB | +2 / -2 |
| A | mibs/stormshield/STORMSHIELD-PROPERTY-MIB-DEPRECATED | +146 / -0 |
| M | mibs/stormshield/STORMSHIELD-QOS-MIB | +1 / -1 |
| M | mibs/stormshield/STORMSHIELD-ROUTE-MIB | +52 / -8 |
| M | mibs/stormshield/STORMSHIELD-SYSTEM-MONITOR-MIB | +17 / -9 |
| A | mibs/stormshield/STORMSHIELD-VPN-MIB | +24 / -0 |
| A | mibs/stormshield/STORMSHIELD-VPNIKESA-MIB | +214 / -0 |
| M | mibs/stormshield/STORMSHIELD-VPNSA-MIB | +150 / -89 |
| A | mibs/stormshield/STORMSHIELD-VPNSP-MIB | +184 / -0 |
| M | includes/definitions/mibs/cisco.inc.php | +78 / -77 |
| M | html/ajax/get_entities.php | +11 / -9 |
| M | html/includes/entities/port.inc.php | +1 / -0 |
| M | html/pages/ports.inc.php | +19 / -1 |
| M | html/pages/device/port/graphs.inc.php | +12 / -10 |
| M | html/pages/device/port/jnx_cos_queues.inc.php | +4 / -2 |
| M | html/pages/device/port/sros_queues.inc.php | +4 / -3 |
| D | includes/snmptrap non-text | +0 / -0 |
| D | includes/snmptrap/linkDown.inc.php | +0 / -34 |
| D | includes/snmptrap/linkUp.inc.php | +0 / -35 |
| D | snmptrap.php | +0 / -47 |
| M | html/includes/print/rows.inc.php | +73 / -178 |
| M | html/pages/device/stp.inc.php | +10 / -10 |
| M | includes/definitions/mibs/nortel.inc.php | +26 / -24 |
| M | includes/discovery/sensors/power-ethernet-mib.inc.php | +103 / -76 |
| M | includes/entities.inc.php | +4 / -4 |
| M | includes/discovery/neighbours/lldp-v2-mib.inc.php | +12 / -1 |
| M | includes/definitions/mibs.inc.php | +10 / -5 |
| A | includes/definitions/mibs/aricent.inc.php | +113 / -0 |
| M | includes/definitions/mibs/cambium.inc.php | +91 / -0 |
| D | includes/definitions/mibs/siaemic.inc.php | +0 / -36 |
| M | includes/definitions/os/cambium.inc.php | +159 / -140 |
| M | includes/discovery/sensors/power-ethernet-mib.inc.php | +43 / -2 |
| D | mibs/aricent/ARICENT-BFD-MI-MIB | +0 / -808 |
| D | mibs/aricent/ARICENT-BFD-MIB | +0 / -720 |
| D | mibs/aricent/ARICENT-BFD-STD-MI-MIB | +0 / -1,062 |
| M | mibs/aricent/ARICENT-MIRIP2-MIB | +4 / -7 |
| A | mibs/rfc/LLDP-EXT-DOT1-DCBX-MIB | +2,113 / -0 |
| D | mibs/supermicro/LLDP-EXT-DOT1-DCBX-MIB | +0 / -2,012 |
Showing the first 30 paths; 13 more are omitted from this static page.
| M | html/includes/graphs/generic_definition.inc.php | +31 / -0 |
| A | html/includes/graphs/port/stp_state.inc.php | +35 / -0 |
| A | html/includes/graphs/stp-instance non-text | +0 / -0 |
| A | html/includes/graphs/stp-instance/auth.inc.php | +35 / -0 |
| A | html/includes/graphs/stp-port non-text | +0 / -0 |
| A | html/includes/graphs/stp-port/auth.inc.php | +49 / -0 |
| M | html/includes/navbar.inc.php | +67 / -13 |
| M | html/includes/print/rows.inc.php | +41 / -11 |
| M | html/pages/device.inc.php | +5 / -0 |
| A | html/pages/device/stp non-text | +0 / -0 |
| A | html/pages/device/stp.inc.php | +360 / -0 |
| A | html/pages/device/stp/instances.inc.php | +239 / -0 |
| A | html/pages/device/stp/ports.inc.php | +397 / -0 |
| A | html/pages/device/stp/vlanmap.inc.php | +311 / -0 |
| A | html/pages/stp non-text | +0 / -0 |
| A | html/pages/stp.inc.php | +88 / -0 |
| A | html/pages/stp/domain.inc.php | +437 / -0 |
| A | html/pages/stp/domains.inc.php | +309 / -0 |
| A | html/pages/stp/events.inc.php | +259 / -0 |
| A | html/pages/stp/instances.inc.php | +400 / -0 |
| A | html/pages/stp/problem-ports.inc.php | +254 / -0 |
| M | includes/defaults.inc.php | +17 / -0 |
| M | includes/definitions/graphtypes.inc.php | +24 / -0 |
| A | includes/definitions/graphtypes/stp.inc.php | +118 / -0 |
| M | includes/definitions/mibs.inc.php | +39 / -1 |
| M | includes/definitions/mibs/alcatel.inc.php | +24 / -0 |
| M | includes/definitions/mibs/cisco.inc.php | +69 / -5 |
| M | includes/definitions/mibs/rfc.inc.php | +10 / -0 |
| M | includes/definitions/os/alcatel.inc.php | +3 / -0 |
| M | includes/definitions/os/cisco.inc.php | +1 / -0 |
| M | includes/definitions/mibs/siaemic.inc.php | +1 / -1 |
Showing the first 30 paths; 98 more are omitted from this static page.
| M | mibs/aricent/ARICENT-ARP-MIB | +19 / -21 |
| M | mibs/aricent/ARICENT-CFA-MIB | +221 / -38 |
| M | mibs/aricent/ARICENT-DHCP-CLIENT-MIB | +36 / -36 |
| M | mibs/aricent/ARICENT-DHCP-RLY-MI-MIB | +126 / -8 |
| M | mibs/aricent/ARICENT-DHCP-RLY-MIB | +25 / -10 |
| M | mibs/aricent/ARICENT-DHCP-SERVER-MIB | +72 / -75 |
| M | mibs/aricent/ARICENT-DHCPv6-CLIENT-MIB | +1 / -2 |
| M | mibs/aricent/ARICENT-DIFFSERV-MIB | +4,001 / -430 |
| M | mibs/aricent/ARICENT-DNS-RESOLVER-MIB | +56 / -35 |
| M | mibs/aricent/ARICENT-DOT1AD-MIB | +9 / -6 |
| M | mibs/aricent/ARICENT-ECFM-EXT-MI-MIB | +2 / -1 |
| M | mibs/aricent/ARICENT-ECFM-MI-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-ECFM-MIB | +7 / -3 |
| M | mibs/aricent/ARICENT-ECFM-Y1731-MI-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-ERPS-MIB | +3 / -2 |
| M | mibs/aricent/ARICENT-HTTP-MIB | +18 / -28 |
| M | mibs/aricent/ARICENT-IGMP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-IP-MIB | +0 / -34 |
| M | mibs/aricent/ARICENT-IPDB-MIB | +11 / -521 |
| M | mibs/aricent/ARICENT-IPV6-MIB | +40 / -7 |
| M | mibs/aricent/ARICENT-IPVX-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-ISS-ACL-MIB | +412 / -353 |
| M | mibs/aricent/ARICENT-ISS-EXT-MIB | +149 / -18 |
| M | mibs/aricent/ARICENT-ISS-MET-MIB | +16 / -10 |
| M | mibs/aricent/ARICENT-ISS-MIB | +627 / -237 |
| M | mibs/aricent/ARICENT-LA-MIB | +619 / -21 |
| M | mibs/aricent/ARICENT-LLDP-MED-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-LLDP-MIB | +209 / -75 |
| M | mibs/aricent/ARICENT-MGMD-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-MI-TCP-IPVX-MIB | +5 / -1 |
| M | includes/definitions/os/snr.inc.php | +11 / -6 |
| A | mibs/snr/NAG-MIB | +3,874 / -0 |
| M | mibs/snr/SNR-SWITCH-MIB | +178 / -12 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-GENERIC-MIB | +622 / -618 |
| M | includes/snmp.inc.php | +124 / -0 |
| M | includes/observium.inc.php | +2 / -0 |
| M | html/pages/device/vlans.inc.php | +1 / -1 |
| A | html/pages/vlan non-text | +0 / -0 |
| M | html/pages/vlan.inc.php | +2 / -92 |
| A | html/pages/vlan/topology.inc.php | +615 / -0 |
| A | html/css/bootstrap/less/bootstrap-tagsinput.less | +87 / -0 |
| M | html/css/bootstrap/less/includes.less | +1 / -0 |
| M | html/css/observium-dark.css | +71 / -0 |
| M | html/css/observium-darkblue.css | +71 / -0 |
| M | html/css/observium.css | +71 / -0 |
| M | html/includes/print/search.inc.php | +1 / -1 |
| M | html/css/bootstrap/less/root.less | +8 / -0 |
| M | html/css/bootstrap/less/tables.less | +1 / -1 |
| M | html/css/observium-dark.css | +6 / -1 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +6 / -1 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +6 / -1 |
| M | html/css/observium.map | +1 / -1 |
| M | includes/definitions/os/proxmox.inc.php | +2 / -2 |
| M | html/includes/functions.inc.php | +3 / -1 |
| M | html/pages/device/vlans.inc.php | +45 / -8 |
| M | html/pages/vlan.inc.php | +1 / -6 |
| M | html/pages/device/vlans.inc.php | +2 / -2 |
| M | html/pages/vlan.inc.php | +208 / -88 |
| M | includes/definitions/oui.inc.php non-text | +0 / -0 |
| M | includes/common.inc.php | +61 / -0 |
| A | includes/definitions/oui.inc.php | +37,947 / -0 |
| A | update/502.sql | +1 / -0 |
| M | html/pages/vlan.inc.php | +1,035 / -163 |
| M | html/css/bootstrap/less/tables.less | +9 / -9 |
| M | html/css/observium-dark.css | +8 / -8 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +8 / -8 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +8 / -8 |
| M | html/pages/device/vlans.inc.php | +918 / -31 |
| M | scripts/makecss.sh | +1 / -1 |
| M | html/includes/functions.inc.php | +115 / -0 |
| M | html/includes/print/rows.inc.php | +50 / -0 |
| M | html/css/bootstrap/less/bootstrap.less | +18 / -1 |
| M | html/css/bootstrap/less/boxes.less | +53 / -0 |
| M | html/css/bootstrap/less/forms.less | +1 / -1 |
| M | html/css/bootstrap/less/navbar.less | +6 / -0 |
| M | html/css/bootstrap/less/tables.less | +70 / -0 |
| M | html/css/bootstrap/less/variables-dark.less | +3 / -0 |
| M | html/css/bootstrap/less/variables-darkblue.less | +3 / -0 |
| M | html/css/bootstrap/less/wells.less | +1 / -1 |
| M | html/css/observium-dark.css | +134 / -11 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +134 / -11 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +146 / -4 |
| M | html/css/observium.map | +1 / -1 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -1 |
| M | includes/definitions/mibs/schleifenbauer.inc.php | +382 / -0 |
| M | includes/definitions/os/schleifenbauer.inc.php | +14 / -0 |
| A | mibs/agentpp non-text | +0 / -0 |
| A | mibs/agentpp/AGENTPP-AGENTX-MIB | +185 / -0 |
| A | mibs/agentpp/AGENTPP-CONFIG-MIB | +403 / -0 |
| A | mibs/agentpp/AGENTPP-GLOBAL-REG | +96 / -0 |
| A | mibs/agentpp/AGENTPP-NOTIFYTEST-MIB | +99 / -0 |
| A | mibs/agentpp/AGENTPP-SIMULATION-MIB | +124 / -0 |
| A | mibs/agentpp/AGENTPP-TEST-MIB | +363 / -0 |
| A | mibs/agentpp/COMMAND-EXECUTION-MIB | +357 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB non-text | +0 / -0 |
| A | mibs/schleifenbauer/SCHLEIFENBAUER-GENERIC-MIB | +5,121 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-PRODUCTS-MIB non-text | +0 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-SMI non-text | +0 / -0 |
| M | includes/polling/cisco-eigrp.inc.php | +27 / -6 |
| A | update/501.sql | +2 / -0 |
| M | includes/definitions/os/powertek.inc.php | +7 / -3 |
| M | includes/definitions/os/socomec.inc.php | +7 / -2 |
| M | html/includes/actions/contact.inc.php | +6 / -0 |
| M | includes/polling/cisco-cbqos.inc.php | +1 / -1 |
| M | html/includes/print/routing.inc.php | +252 / -0 |
| M | includes/db.inc.php | +182 / -0 |
| M | includes/db/cache.inc.php | +7 / -6 |
| M | includes/polling/probes.inc.php | +17 / -12 |
| D | includes/db/mysql.inc.php | +0 / -368 |
| M | includes/cache.inc.php | +3 / -135 |
| M | includes/db.inc.php | +3 / -0 |
| A | includes/db/cache.inc.php | +145 / -0 |
| M | includes/functions.inc.php | +0 / -1 |
| M | includes/definitions/entities/routing.inc.php | +1 / -1 |
| M | html/includes/notifications.inc.php | +6 / -5 |
| M | includes/constants.inc.php | +3 / -2 |
| M | includes/debugging.inc.php | +1 / -1 |
| M | includes/functions.inc.php | +2 / -2 |
| D | mibs/vsol non-text | +0 / -0 |
| D | mibs/vsol/V1600D | +0 / -69,299 |
| D | mibs/vsol/V1600D-clean | +0 / -69,299 |
| M | includes/definitions/os/vialite.inc.php | +1 / -0 |
Showing the first 30 paths; 87 more are omitted from this static page.
| A | mibs/advantech non-text | +0 / -0 |
| A | mibs/advantech/ADVANTECH-COMMON-MIB | +572 / -0 |
| A | mibs/advantech/ADVANTECH-EKI-PRONEER-MIB | +10,579 / -0 |
| A | mibs/aviat non-text | +0 / -0 |
| A | mibs/aviat/AVIAT-ALARM-REPORTING-MIB | +634 / -0 |
| A | mibs/aviat/AVIAT-G826-MIB | +838 / -0 |
| A | mibs/aviat/AVIAT-MODEM-MIB | +621 / -0 |
| A | mibs/aviat/AVIAT-RF-MIB | +621 / -0 |
| A | mibs/aviat/AVIAT-RXPERFORMANCE-EX-MIB | +435 / -0 |
| A | mibs/aviat/AVIAT-RXPERFORMANCE-MIB | +691 / -0 |
| A | mibs/aviat/AVIAT-SWMANAGEMENT-MIB | +328 / -0 |
| A | mibs/aviat/AVIAT-TEXTCONVENTION-MIB | +208 / -0 |
| A | mibs/aviat/STXN-GLOBALREGISTER-MIB | +315 / -0 |
| A | mibs/deltanet non-text | +0 / -0 |
| A | mibs/deltanet/Deltanet-MIB | +19 / -0 |
| A | mibs/deltanet/LAMBDATRAIL-MIB | +1,147 / -0 |
| A | mibs/deltanet/Lambdatrail2s-MIB | +1,143 / -0 |
| M | mibs/innovaphone/INNO-MIB | +37 / -6 |
| A | mibs/sagemcom non-text | +0 / -0 |
| A | mibs/sagemcom/ADR155C-MIB | +57 / -0 |
| A | mibs/sagemcom/ADR2500C-MIB | +54 / -0 |
| A | mibs/sagemcom/ADR63E1-MIB | +57 / -0 |
| A | mibs/sagemcom/EQUIPMENT-MIB | +886 / -0 |
| A | mibs/sagemcom/GIGE-MIB | +990 / -0 |
| A | mibs/sagemcom/LOG-MIB | +927 / -0 |
| A | mibs/sagemcom/PERFORMANCE-MIB | +540 / -0 |
| A | mibs/sagemcom/PPP-BRIDGE-NCP-MIB | +481 / -0 |
| A | mibs/sagemcom/PPP-LCP-MIB | +837 / -0 |
| A | mibs/sagemcom/PROTECTION-MIB | +1,272 / -0 |
| A | mibs/sagemcom/SAGEM-DR-MIB | +59 / -0 |
| M | html/ajax/actions.php | +1 / -2 |
| A | html/css/dashboard.css | +55 / -0 |
| M | html/includes/actions/contact.inc.php | +8 / -4 |
| A | html/js/dashboard.js | +198 / -0 |
| M | html/pages/dashboard.inc.php | +55 / -481 |
| M | includes/definitions/wui.inc.php | +19 / -0 |
| M | includes/definitions/entities/ports.inc.php | +2 / -0 |
| M | includes/entities/port.inc.php | +52 / -0 |
| M | includes/polling/ports.inc.php | +29 / -56 |
| M | includes/polling/probes.inc.php | +18 / -7 |
| M | includes/cache.inc.php | +134 / -0 |
| M | includes/definitions/entities/ports.inc.php | +1 / -1 |
| M | includes/debugging.inc.php | +6 / -3 |
| M | html/includes/print/navbar.inc.php | +4 / -1 |
| M | update/500.sql | +1 / -1 |
| M | housekeeping.php | +5 / -1 |
| M | html/includes/entities/probe.inc.php | +27 / -73 |
| A | html/includes/graphs/probe/perf.inc.php | +39 / -0 |
| M | html/includes/modals/add_probe.inc.php | +173 / -3 |
| M | html/includes/modals/edit_probe.inc.php | +43 / -10 |
| M | html/includes/print/navbar.inc.php | +22 / -0 |
| A | html/includes/probe_modal_helpers.inc.php | +176 / -0 |
| M | includes/definitions/entities/probes.inc.php | +90 / -82 |
| M | includes/entities/probe.inc.php | +539 / -0 |
| M | includes/functions.inc.php | +1 / -0 |
| A | includes/housekeeping/cache.inc.php | +6 / -0 |
| M | includes/observium.inc.php | +5 / -4 |
| M | includes/polling/probes.inc.php | +85 / -72 |
| A | scripts/probe_help_tool.php | +283 / -0 |
| A | update/500.sql | +4 / -0 |
| M | includes/polling/applications/zimbra.inc.php | +7 / -8 |
| M | scripts/agent-local/mysql.cnf | +18 / -27 |
| M | includes/alerts.inc.php | +12 / -4 |
| M | includes/rewrites.inc.php | +2 / -23 |
| M | tests/IncludesRewritesTest.php | +148 / -0 |
| M | includes/rewrites.inc.php | +21 / -1 |
| M | html/ajax/get_entities.php | +72 / -56 |
| M | includes/definitions/entities.inc.php | +2 / -0 |
| M | includes/definitions/entities/devices.inc.php | +4 / -0 |
| M | includes/definitions/entities/ports.inc.php | +3 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +5 / -0 |
| A | html/pages/rancid.inc.php | +263 / -0 |
| M | html/ajax/actions.php | +1 / -1 |
| M | html/js/observium.js | +4 / -1 |
| M | html/pages/device/port.inc.php | +5 / -5 |
| M | html/pages/device/port/adsl.inc.php | +3 / -1 |
| M | includes/polling/ports/adsl-line-mib.inc.php | +2 / -1 |
| M | includes/polling/ports/adsl-line-mib.lib.php | +40 / -40 |
| M | includes/definitions/mibs.inc.php | +9 / -0 |
| M | includes/functions.inc.php | +28 / -2 |
| M | includes/definitions/mibs/huawei.inc.php | +73 / -16 |
| M | includes/definitions/os/huawei.inc.php | +31 / -31 |
| M | includes/entities/processor.inc.php | +5 / -0 |
| M | includes/discovery/functions.inc.php | +10 / -1 |
| M | includes/discovery/sensors/huawei-entity-extent-mib.inc.php | +51 / -51 |
| M | includes/rewrites.inc.php | +9 / -6 |
| M | includes/polyfill.inc.php | +16 / -0 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_cactihost.php | +0 / -89 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_cactithold.php | +0 / -236 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_dsstats.php | +0 / -214 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_mrtg.php | +0 / -81 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_skeleton.php.txt | +0 / -49 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_wmdata.php | +0 / -76 |
| A | html/images/os/delta-dark.svg | +1 / -0 |
| A | html/images/os/delta.svg | +1 / -0 |
| M | includes/definitions/mibs/delta.inc.php | +144 / -94 |
| M | html/pages/migrate_alerts.inc.php | +6 / -6 |
| A | update/499.sql | +1 / -0 |
| M | update/498.php | +0 / -166 |
| M | includes/alerts.inc.php | +13 / -3 |
| M | update/498.php | +3 / -1 |
| M | html/includes/notifications.inc.php | +19 / -0 |
| A | update/498.php | +165 / -0 |
| A | html/images/os/truenas.svg | +1 / -0 |
| D | mibs/cisco/ADSL-DMT-LINE-MIB | +0 / -589 |
| D | mibs/cisco/ETHERLIKE-MIB | +0 / -1,131 |
| D | mibs/cisco/MEF-SOAM-PM-MIB | +0 / -7,578 |
| D | mibs/cisco/MEF-SOAM-TC-MIB | +0 / -324 |
| M | mibs/rfc/BGP4V2-TC-MIB | +1 / -1 |
| M | mibs/rfc/MEF-SOAM-PM-MIB | +1 / -1 |
| M | mibs/rfc/MEF-SOAM-TC-MIB | +1 / -1 |
| M | includes/discovery/neighbours/lldp-mib.inc.php | +33 / -21 |
| M | includes/discovery/neighbours/lldp-mib.inc.php | +70 / -9 |
| A | html/images/os/opnsense.svg | +1 / -0 |
| M | includes/polling/os/unix.inc.php | +12 / -14 |
| M | includes/common.inc.php | +1 / -3 |
| M | includes/functions.inc.php | +2 / -2 |
| M | tests/IncludesFunctionsTest.php | +3 / -0 |
| M | includes/functions.inc.php | +45 / -21 |
| M | includes/polyfill.inc.php | +4 / -0 |
| M | tests/IncludesFunctionsTest.php | +82 / -60 |
| M | includes/definitions/mibs/omnitron.inc.php | +327 / -5 |
| M | includes/definitions/os/omnitron.inc.php | +5 / -5 |
| M | includes/entities.inc.php | +20 / -10 |
| M | includes/entities.inc.php | +5 / -1 |
| M | includes/functions.inc.php | +1 / -6 |
| A | mibs/omnitron/OMNITRON-AAA-MIB | +651 / -0 |
| A | mibs/omnitron/OMNITRON-ACL-MIB | +387 / -0 |
| A | mibs/omnitron/OMNITRON-DS1-MIB | +744 / -0 |
| A | mibs/omnitron/OMNITRON-DWDM-MIB | +572 / -0 |
| A | mibs/omnitron/OMNITRON-EST-MIB | +3,649 / -0 |
| A | mibs/omnitron/OMNITRON-EXT-MIB | +5,767 / -0 |
| A | mibs/omnitron/OMNITRON-G8031-MIB | +1,294 / -0 |
| A | mibs/omnitron/OMNITRON-G8032-MIB | +1,302 / -0 |
| A | mibs/omnitron/OMNITRON-GPOE-MIB | +627 / -0 |
| A | mibs/omnitron/OMNITRON-GPOE-NOTIFICATION-MIB | +899 / -0 |
| A | mibs/omnitron/OMNITRON-HC-RMON-MIB | +655 / -0 |
| A | mibs/omnitron/OMNITRON-IGMP-MIB | +386 / -0 |
| A | mibs/omnitron/OMNITRON-IP-MIB | +500 / -0 |
| A | mibs/omnitron/OMNITRON-LAG-MIB | +345 / -0 |
| A | mibs/omnitron/OMNITRON-MEF31EXT-MIB | +581 / -0 |
| M | mibs/omnitron/OMNITRON-MIB | +189 / -199 |
| M | mibs/omnitron/OMNITRON-POE-MIB | +62 / -22 |
| A | mibs/omnitron/OMNITRON-PTP-MIB | +948 / -0 |
| A | mibs/omnitron/OMNITRON-SSH-MIB | +263 / -0 |
| A | mibs/omnitron/OMNITRON-SYSLOG-MIB | +325 / -0 |
| M | mibs/omnitron/OMNITRON-TC-MIB | +24 / -14 |
| A | mibs/omnitron/OMNITRON-TRAP-MIB | +2,396 / -0 |
| A | mibs/omnitron/OMNITRON-USER-MIB | +470 / -0 |
| A | mibs/omnitron/OMNITRON-Y1731-MIB | +3,116 / -0 |
| M | includes/definitions/mibs/rfc.inc.php | +39 / -7 |
| M | includes/definitions/entities/sensors.inc.php | +4 / -3 |
| M | includes/definitions/mibs/cdata.inc.php | +57 / -0 |
| M | includes/definitions/mibs/nscrtv.inc.php | +11 / -1 |
| M | includes/definitions/os/cdata.inc.php | +6 / -0 |
| A | html/images/os/vialite.png | +1 / -0 |
| A | html/images/os/vialite_2x.png | +1 / -0 |
| A | includes/definitions/mibs/vialite.inc.php | +538 / -0 |
| A | includes/definitions/os/vialite.inc.php | +22 / -0 |
| A | mibs/vialite non-text | +0 / -0 |
| A | mibs/vialite/NSCRTV-EDFA | +1,446 / -0 |
| A | mibs/vialite/NSCRTV-OSW | +1,339 / -0 |
| A | mibs/vialite/PPM-IGNIS-MIB | +2,953 / -0 |
| A | mibs/vialite/PPM-IGNIS-V1TRAPS-MIB | +333 / -0 |
| A | mibs/vialite/PPM-ORG-MIB | +181 / -0 |
| M | includes/definitions/transports.inc.php | +79 / -1 |
| M | html/pages/devices.inc.php | +220 / -204 |
| M | includes/db.inc.php | +2 / -3 |
| M | includes/autoloader.inc.php | +12 / -2 |
| M | libs/Doctrine/SqlFormatter/HtmlHighlighter.php | +4 / -1 |
| A | libs/Doctrine/SqlFormatter15 non-text | +0 / -0 |
| A | libs/Doctrine/SqlFormatter15/CliHighlighter.php | +77 / -0 |
| A | libs/Doctrine/SqlFormatter15/Cursor.php | +52 / -0 |
| A | libs/Doctrine/SqlFormatter15/Highlighter.php | +58 / -0 |
| A | libs/Doctrine/SqlFormatter15/HtmlHighlighter.php | +100 / -0 |
| A | libs/Doctrine/SqlFormatter15/NullHighlighter.php | +28 / -0 |
| A | libs/Doctrine/SqlFormatter15/SqlFormatter.php | +485 / -0 |
| A | libs/Doctrine/SqlFormatter15/Token.php | +63 / -0 |
| A | libs/Doctrine/SqlFormatter15/Tokenizer.php | +930 / -0 |
| M | includes/constants.inc.php | +38 / -0 |
| M | includes/db.inc.php | +3 / -2 |
| M | tests/IncludesDbTest.php | +1 / -0 |
| M | includes/common.inc.php | +9 / -0 |
| M | html/pages/device/edit/snmp.inc.php | +4 / -4 |
| M | includes/db.inc.php | +37 / -3 |
| M | includes/db/mysqli.inc.php | +2 / -6 |
| M | includes/db.inc.php | +2 / -1 |
| M | tests/IncludesDbTest.php | +32 / -2 |
| M | includes/discovery/cisco-cbqos.inc.php | +19 / -29 |
| M | includes/polling/cisco-cbqos.inc.php | +120 / -107 |
| M | includes/definitions/os/fortinet.inc.php | +20 / -3 |
| M | mibs/fortinet/FORTINET-FORTIGATE-MIB | +132 / -36 |
| M | includes/definitions/os/ubiquiti.inc.php | +3 / -2 |
| M | tests/IncludesRewritesTest.php | +2 / -2 |
| M | html/includes/functions.inc.php | +21 / -27 |
| M | includes/rewrites.inc.php | +7 / -10 |
| M | includes/definitions/entities/probes.inc.php | +49 / -0 |
| M | includes/common.inc.php | +2 / -2 |
| M | libs/Psr/Cache/CacheException.php | +1 / -1 |
| M | libs/Psr/Cache/CacheItemInterface.php | +6 / -5 |
| M | libs/Psr/Cache/CacheItemPoolInterface.php | +12 / -11 |
| M | libs/Psr/Cache/README.md | +7 / -10 |
| M | libs/Psr/SimpleCache/CacheException.php | +1 / -1 |
| M | libs/Psr/SimpleCache/CacheInterface.php | +20 / -20 |
| M | libs/Phpfastcache8/Cluster/ClusterPoolAbstract.php | +2 / -3 |
| M | libs/Phpfastcache8/Cluster/Drivers/FullReplication/FullReplicationCluster.php | +6 / -1 |
| M | libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php | +1 / -1 |
| M | libs/Phpfastcache8/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php | +6 / -1 |
| M | libs/Phpfastcache8/Cluster/ItemAbstract.php | +7 / -0 |
| M | libs/Phpfastcache8/Core/Item/ItemBaseTrait.php | +8 / -1 |
| M | libs/Phpfastcache8/Core/Item/ItemExtendedTrait.php | +1 / -0 |
| M | libs/Phpfastcache8/Core/Item/TaggableCacheItemTrait.php | +4 / -6 |
| M | libs/Phpfastcache8/Core/Pool/DriverBaseTrait.php | +7 / -6 |
| M | libs/Phpfastcache8/Drivers/Cassandra/Config.php | +24 / -1 |
| M | libs/Phpfastcache8/Drivers/Cassandra/Driver.php | +17 / -4 |
| M | libs/Phpfastcache8/Drivers/Leveldb/Config.php | +6 / -6 |
| M | libs/Phpfastcache8/Drivers/Leveldb/Driver.php | +1 / -1 |
| M | libs/Phpfastcache8/Drivers/Memcache/Config.php | +26 / -55 |
| M | libs/Phpfastcache8/Drivers/Memcache/Driver.php | +13 / -20 |
| M | libs/Phpfastcache8/Drivers/Memcached/Config.php | +27 / -10 |
| M | libs/Phpfastcache8/Drivers/Memcached/Driver.php | +12 / -10 |
| M | libs/Phpfastcache8/Drivers/Memstatic/Driver.php | +4 / -8 |
| M | libs/Phpfastcache8/Helper/Psr16Adapter.php | +3 / -2 |
| M | libs/Phpfastcache8/Util/ArrayObject.php | +14 / -12 |
| M | libs/Psr/Cache/CacheException.php | +1 / -1 |
| M | libs/Psr/Cache/CacheItemInterface.php | +5 / -6 |
| M | libs/Psr/Cache/CacheItemPoolInterface.php | +11 / -12 |
| M | libs/Psr/Cache/README.md | +10 / -7 |
| M | libs/Psr/SimpleCache/CacheException.php | +1 / -1 |
| M | libs/Psr/SimpleCache/CacheInterface.php | +20 / -20 |
| M | includes/common.inc.php | +32 / -16 |
| M | html/pages/locations.inc.php | +3 / -3 |
| M | includes/discovery/ucd-diskio.inc.php | +5 / -4 |
| M | includes/polling/ucd-diskio.inc.php | +5 / -4 |
| M | html/api/v0/includes/alerts.inc.php | +18 / -27 |
| M | html/api/v0/includes/devices.inc.php | +223 / -34 |
| M | html/pages/device/edit/geo.inc.php | +2 / -2 |
| M | html/pages/device/edit/snmp.inc.php | +2 / -2 |
| M | includes/entities/device.inc.php | +15 / -18 |
| M | includes/common.inc.php | +43 / -0 |
| M | html/includes/functions.inc.php | +3 / -3 |
| M | includes/common.inc.php | +80 / -45 |
| M | includes/constants.inc.php | +0 / -3 |
| M | includes/discovery/functions.inc.php | +5 / -5 |
| M | includes/polling/ports.inc.php | +4 / -5 |
| M | includes/rewrites.inc.php | +6 / -8 |
| M | includes/rrdtool.inc.php | +7 / -8 |
| M | tests/IncludesCommonTest.php | +7 / -4 |
| M | includes/definitions/mibs/juniper.inc.php | +2 / -2 |
| M | html/api/v0/includes/devices.inc.php | +11 / -0 |
| M | html/includes/print/status.inc.php | +29 / -16 |
| M | includes/db.inc.php | +43 / -10 |
| M | tests/IncludesDbTest.php | +103 / -91 |
| M | html/includes/print/syslogs.inc.php | +4 / -0 |
| M | html/pages/syslog.inc.php | +61 / -54 |
| M | includes/db.inc.php | +20 / -14 |
| M | includes/snmp.inc.php | +6 / -1 |
| M | includes/discovery/functions.inc.php | +24 / -8 |
| M | includes/discovery/neighbours/lldp-mib.inc.php | +34 / -9 |
| M | includes/discovery/ucd-diskio.inc.php | +2 / -2 |
| M | includes/discovery/ucd-diskio.inc.php | +2 / -2 |
| M | includes/definitions/mibs/cdata.inc.php | +100 / -85 |
| M | includes/definitions/mibs/nscrtv.inc.php | +162 / -70 |
| M | includes/definitions/os/cdata.inc.php | +8 / -4 |
| M | includes/discovery/sensors/nscrtv-fttx-gpon-mib.inc.php | +11 / -5 |
| M | mibs/cdata/CDATA-EPON-MIB | +148 / -35 |
| M | mibs/cdata/CDATA-GPON-MIB | +5,132 / -77 |
| A | mibs/cdata/NSCRTV-PON-TREE-EXT-LAYER3-MIB | +1,201 / -0 |
| M | mibs/cdata/NSCRTV-PON-TREE-EXT-MIB | +10,089 / -1,741 |
| A | mibs/cdata/NSCRTV-PON-TREE-EXT-SERVICE-PORT-MIB | +801 / -0 |
| M | mibs/cdata/VENDOR-COMMON-MIB | +154 / -0 |
| M | mibs/nscrtv/NSCRTV-FTTX-EPON-MIB | +10,224 / -11,684 |
| M | mibs/nscrtv/NSCRTV-FTTX-GPON-MIB | +3,805 / -1,095 |
| M | includes/entities/counter.inc.php | +10 / -4 |
| M | includes/entities/sensor.inc.php | +5 / -0 |
| M | includes/entities/status.inc.php | +23 / -9 |
| M | includes/discovery/ucd-diskio.inc.php | +12 / -4 |
| M | includes/polling/ucd-diskio.inc.php | +12 / -10 |
| M | includes/polling/ucd-mib.inc.php | +148 / -145 |
| M | html/images/os/alcatellucent.svg | +1 / -1 |
| M | html/images/os/epson.svg | +1 / -1 |
| D | html/includes/navbar_footer.inc.php | +0 / -126 |
| A | html/includes/navbars/footer.inc.php | +126 / -0 |
| M | html/index.php | +1 / -1 |
| D | html/includes/alerting-navbar.inc.php | +0 / -89 |
| A | html/includes/navbars/alerting.inc.php | +89 / -0 |
| M | html/includes/print/alert.inc.php | +21 / -21 |
| M | html/pages/add_alert_check.inc.php | +1 / -1 |
| M | html/pages/add_syslog_rule.inc.php | +1 / -1 |
| M | html/pages/alert_check.inc.php | +1 / -1 |
| M | html/pages/alert_checks.inc.php | +1 / -1 |
| M | html/pages/alert_log.inc.php | +3 / -3 |
| M | html/pages/alert_maintenance.inc.php | +4 / -4 |
| M | html/pages/alert_maintenance_add.inc.php | +1 / -1 |
| M | html/pages/alert_regenerate.inc.php | +3 / -3 |
| M | html/pages/alerts.inc.php | +1 / -1 |
| M | html/pages/contact.inc.php | +1 / -1 |
| M | html/pages/contacts.inc.php | +1 / -1 |
| M | html/pages/syslog_alerts.inc.php | +3 / -3 |
| M | html/pages/syslog_rules.inc.php | +3 / -3 |
| D | html/includes/maintenance-navbar.inc.php | +0 / -154 |
| A | html/includes/navbars/maintenance.inc.php | +154 / -0 |
| M | html/pages/alert_maintenance.inc.php | +1 / -1 |
| M | html/pages/alert_maintenance_add.inc.php | +1 / -1 |
| D | html/includes/customoids-navbar.inc.php | +0 / -275 |
| A | html/includes/navbars/customoids.inc.php | +275 / -0 |
| M | html/pages/customoid.inc.php | +4 / -2 |
| M | html/pages/customoids.inc.php | +1 / -1 |
| D | html/includes/contacts-navbar.inc.php | +0 / -376 |
| A | html/includes/navbars/contacts.inc.php | +378 / -0 |
| M | html/pages/contact.inc.php | +1 / -1 |
| M | html/pages/contacts.inc.php | +1 / -1 |
| D | html/includes/group-navbar.inc.php | +0 / -188 |
| A | html/includes/navbars/group.inc.php | +189 / -0 |
| M | html/pages/group.inc.php | +1 / -1 |
| M | html/pages/group_add.inc.php | +1 / -1 |
| M | html/pages/groups.inc.php | +1 / -1 |
| M | html/pages/groups_regenerate.inc.php | +6 / -7 |
| A | html/includes/navbars non-text | +0 / -0 |
| A | html/includes/navbars/bgp.inc.php | +263 / -0 |
| M | html/includes/print/routing.inc.php | +76 / -47 |
| M | html/pages/device/routing/bgp.inc.php | +3 / -121 |
| M | html/pages/routing/bgp.inc.php | +35 / -133 |
| M | includes/definitions/os/extreme.inc.php | +5 / -3 |
| M | includes/definitions/mibs/acme.inc.php | +97 / -27 |
| M | includes/definitions/os/oracle.inc.php | +7 / -4 |
| M | includes/definitions/mibs/schleifenbauer.inc.php | +1 / -1 |
| A | html/images/os/schleifenbauer.svg | +1 / -0 |
| A | includes/definitions/mibs/schleifenbauer.inc.php | +186 / -0 |
| A | includes/definitions/os/schleifenbauer.inc.php | +25 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB | +822 / -106 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-SMI | +15 / -17 |
| M | html/pages/addhost.inc.php | +159 / -176 |
| M | includes/functions.inc.php | +71 / -34 |
| M | tests/IncludesFunctionsTest.php | +45 / -12 |
| M | includes/definitions/os/delta.inc.php | +10 / -8 |
| A | includes/definitions/mibs/btech.inc.php | +58 / -0 |
| A | includes/definitions/os/btech.inc.php | +32 / -0 |
| A | mibs/btech non-text | +0 / -0 |
| A | mibs/btech/BtechBase-MIB | +14 / -0 |
| A | mibs/btech/BtechProbe1-MIB | +555 / -0 |
| A | mibs/btech/BtechTypes-MIB | +33 / -0 |
| M | includes/definitions/mibs/hp.inc.php | +3 / -1 |
| M | includes/definitions/mibs/socomec.inc.php | +158 / -95 |
| M | includes/definitions/mibs/socomec/socomecups-mib.inc.php | +161 / -139 |
| M | includes/definitions/os/socomec.inc.php | +17 / -7 |
| M | mibs/socomec/SOCOMECUPS7-MIB | +81 / -17 |
| A | html/images/os/btech.svg | +1 / -0 |
| A | html/images/os/epson.svg | +1 / -0 |
| A | html/images/os/socomec.svg | +1 / -0 |
| A | html/images/os/zte.svg | +1 / -0 |
| M | includes/alerting/email.inc.php | +17 / -18 |
| M | includes/config-variables.inc.php | +4 / -3 |
| M | includes/defaults.inc.php | +1 / -1 |
| M | includes/alerting/email.inc.php | +7 / -2 |
| M | includes/defaults.inc.php | +4 / -0 |
| M | includes/discovery/graphs/juniper-firewall-mib.inc.php | +14 / -4 |
| M | includes/entities.inc.php | +19 / -3 |
| M | includes/discovery/functions.inc.php | +7 / -18 |
| M | includes/entities.inc.php | +4 / -11 |
| M | includes/entities/counter.inc.php | +1 / -4 |
| M | includes/entities/processor.inc.php | +1 / -1 |
| M | includes/entities/sensor.inc.php | +1 / -2 |
| M | includes/entities/status.inc.php | +1 / -4 |
| M | includes/entities/storage.inc.php | +1 / -1 |
| M | includes/entities.inc.php | +64 / -96 |
| M | includes/common.inc.php | +65 / -30 |
| M | tests/IncludesCommonTest.php | +42 / -28 |
| M | includes/alerting/email.inc.php | +1 / -1 |
| M | includes/alerting/servicenow.inc.php | +2 / -2 |
| A | libs/pear/Auth non-text | +0 / -0 |
| A | libs/pear/Auth/SASL non-text | +0 / -0 |
| A | libs/pear/Auth/SASL.php | +138 / -0 |
| A | libs/pear/Auth/SASL/Anonymous.php | +72 / -0 |
| A | libs/pear/Auth/SASL/Common.php | +106 / -0 |
| A | libs/pear/Auth/SASL/CramMD5.php | +70 / -0 |
| A | libs/pear/Auth/SASL/DigestMD5.php | +199 / -0 |
| A | libs/pear/Auth/SASL/External.php | +64 / -0 |
| A | libs/pear/Auth/SASL/Login.php | +67 / -0 |
| A | libs/pear/Auth/SASL/Plain.php | +64 / -0 |
| A | libs/pear/Auth/SASL/SCRAM.php | +327 / -0 |
| M | libs/pear/Mail/Mail/smtpmx.php | +28 / -2 |
| M | libs/pear/Net/SMTP.php | +64 / -10 |
| M | includes/alerting/email.inc.php | +14 / -0 |
| M | includes/config-variables.inc.php | +18 / -4 |
| M | includes/defaults.inc.php | +2 / -0 |
| M | html/includes/print/addresses.inc.php | +3 / -3 |
| M | includes/definitions/mibs/juniper.inc.php | +50 / -3 |
| M | includes/definitions/rewrites.inc.php | +46 / -45 |
| M | includes/discovery/inventory/entity-mib.inc.php | +23 / -1 |
| M | html/includes/functions.inc.php | +21 / -18 |
| M | includes/definitions/mibs/bdcom.inc.php | +118 / -0 |
| M | includes/definitions/mibs/bdcom/nms-if-mib.php | +19 / -9 |
| M | includes/definitions/os/bdcom.inc.php | +11 / -9 |
Showing the first 30 paths; 25 more are omitted from this static page.
| M | mibs/bdcom/NMS-BACKUPLINK-MIB | +93 / -93 |
| M | mibs/bdcom/NMS-CARD-OPERATION-MIB | +3 / -3 |
| M | mibs/bdcom/NMS-CHASSIS | +62 / -44 |
| D | mibs/bdcom/NMS-CONFIG | +0 / -31 |
| A | mibs/bdcom/NMS-CONFIG-MGMT | +66 / -0 |
| M | mibs/bdcom/NMS-DHCP-SERVER-LEASE-MIB | +3 / -3 |
| M | mibs/bdcom/NMS-EPON-LLID-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-EPON-ONU-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-EPON-ONU-UNI-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-EPON-PON-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-ERPS-MIB | +2 / -2 |
| M | mibs/bdcom/NMS-ETHERRING | +1 / -1 |
| M | mibs/bdcom/NMS-FAN-TRAP | +170 / -23 |
| M | mibs/bdcom/NMS-FILE-MGMT-MIB | +14 / -2 |
| M | mibs/bdcom/NMS-FILTER-TRAP | +2 / -2 |
| M | mibs/bdcom/NMS-GPON-MIB | +13,520 / -144 |
| M | mibs/bdcom/NMS-HAL-GLOBAL-MIB | +36 / -3 |
| M | mibs/bdcom/NMS-HAL-IF-MIB | +115 / -16 |
| M | mibs/bdcom/NMS-HAL-TRAP | +1 / -1 |
| M | mibs/bdcom/NMS-IF-MIB | +144 / -45 |
| M | mibs/bdcom/NMS-INTERFACE-EXT | +298 / -11 |
| M | mibs/bdcom/NMS-INTERFACES | +214 / -0 |
| M | mibs/bdcom/NMS-IPAcl | +420 / -0 |
| M | mibs/bdcom/NMS-LLDP-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-LOG-SERVER-MIB | +18 / -17 |
| M | mibs/bdcom/NMS-LOOPBACK-DETECT-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-MAC-MIB | +412 / -301 |
| M | mibs/bdcom/NMS-MEAPS-MIB | +6 / -4 |
| M | mibs/bdcom/NMS-MacAcl | +6 / -6 |
| M | mibs/bdcom/NMS-NAT | +21 / -0 |
| M | includes/entities/port.inc.php | +34 / -26 |
| M | html/includes/entities/port.inc.php | +1 / -1 |
| M | html/pages/device/port/adsl.inc.php | +32 / -34 |
| M | html/pages/device/port/graphs.inc.php | +9 / -10 |
| M | includes/definitions/vm.inc.php | +4 / -0 |
| M | includes/entities.inc.php | +40 / -35 |
| M | includes/entities/ip-address.inc.php | +5 / -16 |
| M | html/includes/print/addresses.inc.php | +30 / -28 |
| M | html/includes/print/addresses.inc.php | +3 / -3 |
| M | includes/definitions/os/juniper.inc.php | +1 / -1 |
| M | includes/discovery/functions.inc.php | +4 / -0 |
| M | includes/discovery/inventory/entity-mib.inc.php | +15 / -0 |
| M | includes/discovery/inventory/juniper-mib.inc.php | +1 / -0 |
| M | includes/functions.inc.php | +69 / -50 |
| M | tests/IncludesFunctionsTest.php | +161 / -0 |
| M | html/includes/print/inventory.inc.php | +7 / -2 |
| M | html/includes/print/inventory.inc.php | +1 / -3 |
| M | html/includes/print/inventory.inc.php | +89 / -60 |
| M | html/pages/device/entphysical.inc.php | +6 / -7 |
| M | html/api/v0/includes/address.inc.php | +10 / -101 |
| M | html/includes/print/addresses.inc.php | +224 / -104 |
| M | html/pages/device/ports/ipv4.inc.php | +37 / -36 |
| M | html/pages/device/ports/ipv6.inc.php | +37 / -36 |
| M | html/pages/search/ipv4.inc.php | +56 / -47 |
| M | html/pages/search/ipv6.inc.php | +52 / -42 |
| M | html/api/v0/includes/address.inc.php | +11 / -16 |
| M | includes/observium.inc.php | +5 / -0 |
| M | includes/constants.inc.php | +18 / -4 |
| M | includes/defaults.inc.php | +2 / -24 |
| M | includes/defaults.inc.php | +22 / -0 |
| M | includes/update/update.php | +3 / -0 |
| M | includes/definitions/os/juniper.inc.php | +20 / -0 |
| M | includes/polling/os/juniper.inc.php | +13 / -3 |
| M | includes/discovery/arp-table.inc.php | +12 / -9 |
| M | includes/polling/os/unix.inc.php | +22 / -2 |
| M | includes/definitions/os/juniper.inc.php | +7 / -0 |
Showing the first 30 paths; 1 more are omitted from this static page.
| A | mibs/ribbon/CONNEXIP-TRAPS-MIB | +472 / -0 |
| A | mibs/ribbon/HORNET-BASE-TRAPS-MIB | +5,150 / -0 |
| A | mibs/ribbon/SONUS-ADDRESS-CONTEXT | +30,078 / -0 |
| A | mibs/ribbon/SONUS-ALARM-MGR | +356 / -0 |
| A | mibs/ribbon/SONUS-ANNOUNCEMENTS-STATUS | +277 / -0 |
| A | mibs/ribbon/SONUS-CDR-SERVER-MIB | +380 / -0 |
| A | mibs/ribbon/SONUS-COMMON-TC | +185 / -0 |
| A | mibs/ribbon/SONUS-COMMON-TRAP-MIB | +111 / -0 |
| A | mibs/ribbon/SONUS-DRM-DSPSTATUS | +3,757 / -0 |
| A | mibs/ribbon/SONUS-GEN2-EVENT-LOG-MIB | +1,492 / -0 |
| A | mibs/ribbon/SONUS-GEN2-IPM | +5,327 / -0 |
| A | mibs/ribbon/SONUS-GEN2-NTP-SERVICES-MIB | +585 / -0 |
| A | mibs/ribbon/SONUS-GEN2-PROFILES-MIB | +157 / -0 |
| A | mibs/ribbon/SONUS-GEN2-RADIUS-MIB | +813 / -0 |
| A | mibs/ribbon/SONUS-GLOBAL-OBJECTS | +15,091 / -0 |
| A | mibs/ribbon/SONUS-HA-MIB | +303 / -0 |
| A | mibs/ribbon/SONUS-LICENSE-MIB | +193 / -0 |
| A | mibs/ribbon/SONUS-LOAD-BALANCING-SERVICE-STATUS | +807 / -0 |
| A | mibs/ribbon/SONUS-MGMT-IP-INTERFACE | +325 / -0 |
| A | mibs/ribbon/SONUS-NETWORK-PROCESSOR-STATS | +814 / -0 |
| A | mibs/ribbon/SONUS-NODE-RESOURCES-CONGESTION | +956 / -0 |
| A | mibs/ribbon/SONUS-NODE-RESOURCES-DSPUSAGE | +3,264 / -0 |
| A | mibs/ribbon/SONUS-PORT | +1,771 / -0 |
| A | mibs/ribbon/SONUS-SBX-POLICY-SERVER-TRAP-MIB | +949 / -0 |
| A | mibs/ribbon/SONUS-SBX-TRAP-MIB | +8,016 / -0 |
| A | mibs/ribbon/SONUS-SLB | +397 / -0 |
| A | mibs/ribbon/SONUS-SMI | +334 / -0 |
| A | mibs/ribbon/SONUS-SWE | +294 / -0 |
| A | mibs/ribbon/SONUS-SYSTEM-MIB | +5,463 / -0 |
| A | mibs/ribbon/SONUS-VM | +477 / -0 |
| A | html/images/os/allnet.svg | +1 / -0 |
| A | includes/definitions/os/allnet.inc.php | +31 / -0 |
| A | mibs/allnet non-text | +0 / -0 |
| A | mibs/allnet/ALLNET-MSR-MIB | +400 / -0 |
| A | mibs/allnet/ALLNET-SENSOR-MIB | +2,808 / -0 |
| M | includes/definitions/os/juniper.inc.php | +3 / -1 |
| M | html/js/observium.js | +17 / -2 |
| M | html/pages/device/edit/sensors.inc.php | +71 / -67 |
| M | includes/definitions/mibs/hp.inc.php | +1 / -1 |
| A | includes/definitions/mibs/ribbon.inc.php | +29 / -0 |
| D | includes/definitions/mibs/sonus.inc.php | +0 / -29 |
| A | includes/definitions/os/ribbon.inc.php | +33 / -0 |
| D | includes/definitions/os/sonus.inc.php | +0 / -23 |
| A | mibs/ribbon non-text | +0 / -0 |
| A | mibs/ribbon/APOLLO-MIB | +4,444 / -0 |
| A | mibs/ribbon/ECI-FLOW-ACCOUNTING-MIB | +250 / -0 |
| A | mibs/ribbon/ECI-OPERATING-MIB | +604 / -0 |
| A | mibs/ribbon/ECI-POLICY-BASED-ACCOUNTING-MIB | +113 / -0 |
| A | mibs/ribbon/ECI-QUEUE-ACCOUNTING-MIB | +241 / -0 |
| A | mibs/ribbon/ECI-SMI | +80 / -0 |
| A | mibs/ribbon/ECI-TC | +32 / -0 |
| A | mibs/ribbon/ECI-TRAPS | +9,201 / -0 |
| A | mibs/ribbon/UX-CALL-STATS-MIB | +1,718 / -0 |
| A | mibs/ribbon/UX-OBJECTS-MIB | +1,358 / -0 |
| A | mibs/ribbon/UX-TRAP-MIB | +5,533 / -0 |
| D | mibs/sonus non-text | +0 / -0 |
| D | mibs/sonus/UX-CALL-STATS-MIB | +0 / -1,687 |
| D | mibs/sonus/UX-OBJECTS-MIB | +0 / -1,291 |
| D | mibs/sonus/UX-TRAP-MIB | +0 / -4,987 |
| M | html/includes/notifications.inc.php | +17 / -0 |
| M | html/includes/notifications.inc.php | +0 / -8 |
| M | includes/config-variables.inc.php | +2 / -2 |
| M | includes/defaults.inc.php | +1 / -1 |
| M | libs/pear/Net/DNS2/BitMap.php | +9 / -7 |
| M | libs/pear/Net/DNS2/Cache.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Cache/File.php | +12 / -10 |
| M | libs/pear/Net/DNS2/Cache/Shm.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Exception.php | +4 / -17 |
| M | libs/pear/Net/DNS2/Header.php | +1 / -1 |
| M | libs/pear/Net/DNS2/Lookups.php | +18 / -6 |
| M | libs/pear/Net/DNS2/Names.php | +1 / -3 |
| M | libs/pear/Net/DNS2/Notifier.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Packet.php | +3 / -3 |
| M | libs/pear/Net/DNS2/PrivateKey.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Question.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR.php | +8 / -9 |
| M | libs/pear/Net/DNS2/RR/AAAA.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/AMTRELAY.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/APL.php | +8 / -0 |
| M | libs/pear/Net/DNS2/RR/CERT.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR/EUI48.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/EUI64.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/IPSECKEY.php | +5 / -0 |
| M | libs/pear/Net/DNS2/RR/LOC.php | +0 / -2 |
| M | libs/pear/Net/DNS2/RR/OPT.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR/SIG.php | +3 / -20 |
| M | libs/pear/Net/DNS2/RR/TLSA.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR/WKS.php | +6 / -1 |
| M | libs/pear/Net/DNS2/RR/ZONEMD.php | +1 / -1 |
| M | libs/pear/Net/DNS2/Resolver.php | +1 / -1 |
| M | libs/pear/Net/DNS2/Socket.php | +30 / -17 |
| M | libs/pear/Net/DNS2/Updater.php | +17 / -17 |
| M | html/includes/notifications.inc.php | +8 / -0 |
| M | includes/defaults.inc.php | +13 / -12 |
| M | html/pages/about.inc.php | +3 / -3 |
| M | includes/discovery/inventory/entity-mib.inc.php | +3 / -1 |
| M | includes/definitions/mibs/ubiquiti.inc.php | +57 / -0 |
| M | html/api/v0/index.php | +58 / -3 |
| M | includes/common.inc.php | +4 / -0 |
| M | html/pages/device.inc.php | +4 / -4 |
| A | includes/polling/slas/acd-twamp-gen-mib.inc.php | +106 / -0 |
| M | includes/definitions/geo.inc.php | +0 / -5 |
| M | includes/config-variables.inc.php | +11 / -3 |
| M | includes/defaults.inc.php | +6 / -0 |
| M | includes/definitions/geo.inc.php | +188 / -125 |
| M | includes/geolocation.inc.php | +6 / -0 |
| M | includes/defaults.inc.php | +3 / -3 |
| M | includes/geolocation.inc.php | +7 / -3 |
| M | includes/observium.inc.php | +1 / -1 |
| M | includes/config-variables.inc.php | +11 / -2 |
| M | includes/definitions/geo.inc.php | +107 / -42 |
| M | includes/config-variables.inc.php | +9 / -9 |
| M | includes/definitions/geo.inc.php | +50 / -47 |
| M | includes/definitions/vm.inc.php | +60 / -16 |
| M | html/includes/print/search.inc.php | +1 / -1 |
| M | html/pages/dashboard.inc.php | +19 / -15 |
| M | html/includes/print/syslogs.inc.php | +4 / -3 |
| M | includes/db.inc.php | +11 / -2 |
| M | html/includes/functions.inc.php | +1 / -5 |
| M | html/includes/print/syslogs.inc.php | +7 / -21 |
| M | html/pages/about.inc.php | +32 / -26 |
| M | includes/db.inc.php | +34 / -0 |
| M | poller-wrapper.py | +1 / -1 |
| M | LICENSE.PRO | +1 / -2 |
| M | includes/definitions/mibs/geist.inc.php | +764 / -676 |
| M | includes/definitions/os/vertiv.inc.php | +10 / -10 |
| M | includes/discovery/sensors/juniper-dom-mib.inc.php | +198 / -1 |
| M | includes/definitions/os/forcepoint.inc.php | +13 / -0 |
| M | includes/definitions/mibs/hikvision.inc.php | +32 / -23 |
| M | includes/definitions/os/hikvision.inc.php | +2 / -2 |
| M | includes/definitions/mibs/dcn/dcn-xxx.php | +9 / -7 |
| M | includes/definitions/mibs/snr.inc.php | +321 / -164 |
| M | includes/definitions/os/snr.inc.php | +42 / -10 |
| A | mibs/snr/SNR-ERD-2-MIB | +513 / -0 |
| A | mibs/snr/SNR-ERD-3S-MIB | +708 / -0 |
| D | mibs/snr/SNR-ERD-3s | +0 / -626 |
| A | mibs/snr/SNR-ERD-MIB | +3,534 / -0 |
| M | mibs/snr/SNR-SWITCH-MIB | +981 / -72 |
| M | includes/distributed.inc.php | +6 / -0 |
| A | html/images/os/firstmile.png | +1 / -0 |
| A | html/images/os/firstmile_2x.png | +1 / -0 |
| A | includes/definitions/mibs/firstmile.inc.php | +877 / -0 |
| A | includes/definitions/os/firstmile.inc.php | +31 / -0 |
| M | includes/definitions/mibs/pandacom.inc.php | +2 / -1 |
| M | includes/common.inc.php | +23 / -5 |
| M | includes/definitions/mibs/newtec.inc.php | +52 / -0 |
| M | includes/entities/processor.inc.php | +3 / -3 |
| M | includes/polling/processors.inc.php | +1 / -1 |
| M | includes/snmp.inc.php | +4 / -2 |
| M | tests/IncludesSnmpTest.php | +4 / -0 |
| M | includes/definitions/mibs/nokia.inc.php | +8 / -0 |
| M | includes/entities.inc.php | +8 / -5 |
| M | includes/entities/counter.inc.php | +11 / -11 |
| M | includes/entities/sensor.inc.php | +6 / -6 |
| M | includes/snmp.inc.php | +62 / -28 |
| M | tests/IncludesSnmpTest.php | +26 / -9 |
| M | includes/definitions/entities/storages.inc.php | +1 / -0 |
| M | includes/polling/storage.inc.php | +1 / -1 |
| M | html/pages/group.inc.php | +15 / -4 |
| M | includes/debugging.inc.php | +2 / -2 |
| M | includes/definitions.inc.php | +1 / -1 |
| M | includes/observium.inc.php | +1 / -1 |
| M | html/includes/graphs/graph.inc.php | +1 / -1 |
| M | html/pages/device.inc.php | +2 / -2 |
| M | html/pages/device/overview/information.inc.php | +4 / -3 |
| M | includes/observium.inc.php | +3 / -0 |
| M | html/includes/entities/device.inc.php | +1 / -0 |
| M | html/includes/panels/device.inc.php | +3 / -1 |
| M | html/pages/device.inc.php | +6 / -6 |
| M | html/pages/device/overview/information.inc.php | +53 / -19 |
| D | html/pages/device/overview/information_extended.inc.php | +0 / -190 |
| M | includes/config-variables.inc.php | +7 / -0 |
| M | includes/defaults.inc.php | +3 / -3 |
| M | includes/definitions.inc.php | +1 / -0 |
| M | html/includes/functions.inc.php | +29 / -5 |
| M | html/includes/print/navbar.inc.php | +3 / -4 |
| M | html/includes/print/routing.inc.php | +3 / -4 |
| M | html/pages/routing/bgp.inc.php | +15 / -14 |
| M | includes/common.inc.php | +14 / -13 |
| M | includes/rewrites.inc.php | +3 / -3 |
| M | includes/definitions/os/cisco.inc.php | +19 / -8 |
| M | includes/polling/os/cisco.inc.php | +5 / -1 |
| M | includes/definitions/entities/devices.inc.php | +5 / -3 |
| M | includes/db.inc.php | +32 / -5 |
| M | includes/definitions/entities/devices.inc.php | +4 / -3 |
| A | includes/definitions/mibs/apc/powernet-rpdu2.php | +588 / -0 |
| M | includes/definitions/mibs/inova.inc.php | +21 / -517 |
| M | includes/definitions/os/inova.inc.php | +12 / -2 |
| A | mibs/inova/PowerNet-Inova | +10,752 / -0 |
| M | includes/definitions/os/synology.inc.php | +18 / -17 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +3 / -2 |
| M | includes/definitions/mibs/eaton.inc.php | +373 / -20 |
| M | includes/definitions/os/eaton.inc.php | +24 / -16 |
| A | mibs/eaton/RPS-SC300-MIB | +8,768 / -0 |
| M | includes/definitions/entities/devices.inc.php | +6 / -0 |
| M | html/pages/device/port.inc.php | +4 / -1 |
| M | html/pages/device/port/alertlog.inc.php | +5 / -8 |
| M | html/pages/device/port/events.inc.php | +5 / -8 |
| M | includes/definitions/rewrites.inc.php | +138 / -115 |
| M | includes/definitions/mibs/cisco.inc.php | +2 / -0 |
| M | includes/polling/os/unix.inc.php | +20 / -14 |
| M | includes/entities/device.inc.php | +37 / -25 |
| A | html/images/os/telos.svg | +1 / -0 |
| A | includes/definitions/mibs/telos.inc.php | +55 / -0 |
| A | includes/definitions/os/telos.inc.php | +23 / -0 |
| A | mibs/telos non-text | +0 / -0 |
| A | mibs/telos/TLS-LIVEWIRE-MIB | +266 / -0 |
| A | mibs/telos/TLS-SMI | +33 / -0 |
| M | includes/config-variables.inc.php | +2 / -2 |
| M | html/includes/entities/sla.inc.php | +49 / -35 |
| M | includes/definitions/entities/slas.inc.php | +1 / -0 |
| M | includes/definitions/mibs/accedian.inc.php | +38 / -10 |
| M | includes/definitions/os/accedian.inc.php | +1 / -1 |
| A | includes/discovery/slas/acd-twamp-gen-mib.inc.php | +89 / -0 |
| M | includes/entities/sla.inc.php | +12 / -3 |
| M | html/includes/authentication/ad.inc.php | +9 / -6 |
| M | includes/definitions/os/2n.inc.php | +6 / -6 |
| A | html/images/os/2n-dark.svg | +4 / -0 |
| A | html/images/os/2n.svg | +1 / -0 |
| A | includes/definitions/mibs/2n.inc.php | +55 / -0 |
| A | includes/definitions/os/2n.inc.php | +26 / -0 |
| A | mibs/2n non-text | +0 / -0 |
| A | mibs/2n/TEL2N-MIB | +141 / -0 |
| M | includes/definitions/geo.inc.php | +43 / -43 |
| M | html/ajax/entity_popup.php | +5 / -3 |
| M | includes/common.inc.php | +13 / -4 |
| M | tests/IncludesCommonTest.php | +4 / -0 |
| M | tests/IncludesSnmpTest.php | +3 / -0 |
| M | html/includes/print/addresses.inc.php | +132 / -100 |
| M | html/ajax/entity_popup.php | +26 / -8 |
| M | html/ajax/input.php | +21 / -23 |
| M | html/includes/functions.inc.php | +6 / -52 |
| M | html/includes/print/addresses.inc.php | +54 / -0 |
| M | includes/entities/port.inc.php | +39 / -0 |
| M | includes/functions.inc.php | +0 / -40 |
| M | includes/polling/ospf/ospf-mib.inc.php | +1 / -1 |
| M | includes/entities/ip-address.inc.php | +50 / -31 |
| M | includes/functions.inc.php | +2 / -6 |
| M | html/includes/entities/processor.inc.php | +1 / -1 |
| M | html/includes/print/status.inc.php | +1 / -1 |
| M | mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB | +132 / -3 |
| M | mibs/juniper/JUNIPER-COS-MIB | +86 / -2 |
| M | mibs/juniper/JUNIPER-DOM-MIB | +199 / -2 |
| M | mibs/juniper/JUNIPER-FIREWALL-MIB | +1 / -2 |
| M | mibs/juniper/JUNIPER-IFOPTICS-MIB | +1,503 / -177 |
| M | mibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB | +73 / -5 |
| M | mibs/juniper/JUNIPER-JS-NAT-MIB | +66 / -12 |
| M | mibs/juniper/JUNIPER-MIB | +32 / -0 |
| M | mibs/juniper/JUNIPER-NAT-MIB | +7 / -5 |
| M | includes/discovery/sensors/juniper-dom-mib.inc.php | +6 / -1 |
| M | includes/polling/os/juniper.inc.php | +28 / -16 |
| M | html/includes/entities/counter.inc.php | +6 / -7 |
| M | html/includes/entities/generic.inc.php | +1 / -1 |
| M | html/includes/entities/status.inc.php | +4 / -4 |
| M | includes/definitions/entities/status.inc.php | +1 / -0 |
| M | html/includes/entities/processor.inc.php | +36 / -35 |
| M | includes/definitions/entities/processors.inc.php | +3 / -1 |
| M | html/includes/entities/generic.inc.php | +21 / -0 |
| M | html/includes/entities/sensor.inc.php | +4 / -4 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | includes/snmp.inc.php | +10 / -14 |
| M | includes/discovery/processors/host-resources-mib.inc.php | +64 / -55 |
| A | includes/alerting/gotify.inc.php | +46 / -0 |
| M | includes/definitions/transports.inc.php | +46 / -1 |
| A | includes/alerting/ntfy.inc.php | +46 / -0 |
| M | includes/definitions/transports.inc.php | +16 / -11 |
| M | includes/alerts.inc.php | +4 / -0 |
| M | includes/constants.inc.php | +1 / -1 |
| M | includes/http.inc.php | +12 / -4 |
| M | includes/definitions/mibs/snr.inc.php | +37 / -0 |
| D | includes/definitions/os/nag.inc.php | +0 / -79 |
| A | includes/definitions/os/snr.inc.php | +91 / -0 |
| A | mibs/snr/SNR-IPPDU-MIB | +455 / -0 |
| M | includes/definitions/mibs/fscom.inc.php | +17 / -17 |
| M | includes/definitions/mibs/accuenergy.inc.php | +38 / -29 |
| M | includes/definitions/mibs/fscom.inc.php | +158 / -115 |
| M | includes/definitions/os/fscom.inc.php | +8 / -6 |
| M | includes/definitions/os.inc.php | +19 / -7 |
| M | includes/common.inc.php | +0 / -78 |
| M | includes/entities/sensor.inc.php | +77 / -0 |
| M | includes/definitions/mibs/cisco.inc.php | +13 / -13 |
| M | includes/definitions/mibs/dell/storagemanagement-mib.inc.php | +6 / -6 |
| M | includes/definitions/mibs/hp.inc.php | +2 / -2 |
| M | includes/definitions/mibs/hp.inc.php | +57 / -0 |
| M | includes/definitions/os/hp.inc.php | +1 / -0 |
| M | includes/discovery/sensors/entity-sensor-mib.inc.php | +6 / -3 |
| M | includes/entities/port.inc.php | +3 / -3 |
| M | includes/discovery/sensors/cpqhlth-mib.inc.php | +62 / -12 |
| M | includes/definitions/mibs/hp.inc.php | +79 / -64 |
| M | includes/definitions/os/microsoft.inc.php | +2 / -2 |
| M | includes/definitions/os/proxmox.inc.php | +4 / -4 |
| M | includes/definitions/os/univention.inc.php | +2 / -2 |
| M | includes/definitions/os/unix.php | +2 / -2 |
| M | includes/definitions/mibs.inc.php | +34 / -23 |
| M | includes/definitions/os/proxmox.inc.php | +2 / -2 |
| M | includes/definitions/os/univention.inc.php | +1 / -1 |
| M | includes/definitions/os/unix.php | +2 / -2 |
| M | html/ajax/entities.php | +21 / -1 |
| M | html/includes/entities/port.inc.php | +4 / -6 |
| M | includes/common.inc.php | +42 / -3 |
| M | includes/definitions/mibs/arista.inc.php | +33 / -33 |
| M | includes/discovery/bgp/bgp4v2-mib.inc.php | +14 / -12 |
| M | includes/polling/bgp-peers.inc.php | +44 / -31 |
| M | includes/polling/bgp/bgp4v2-mib.inc.php | +27 / -13 |
| A | html/images/os/solid_optics.png | +1 / -0 |
| A | html/images/os/solid_optics_2x.png | +1 / -0 |
| A | includes/definitions/mibs/solidoptics.inc.php | +111 / -0 |
| A | includes/definitions/os/solidoptics.inc.php | +22 / -0 |
| A | mibs/solidoptics non-text | +0 / -0 |
| A | mibs/solidoptics/SO-MUX-MIB | +153 / -0 |
| A | mibs/solidoptics/SO-MUX-V1-MIB | +215 / -0 |
| M | includes/snmp.inc.php | +4 / -6 |
| M | tests/IncludesSnmpTest.php | +38 / -30 |
| M | includes/discovery/os/solaris.inc.php | +18 / -21 |
| M | includes/rewrites.inc.php | +4 / -3 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | includes/definitions/mibs/fortinet.inc.php | +43 / -14 |
| M | html/includes/search/devices.inc.php | +7 / -2 |
| M | includes/common.inc.php | +1 / -1 |
| M | tests/IncludesCommonTest.php | +1 / -0 |
| M | html/pages/device.inc.php | +14 / -5 |
| M | html/pages/device.inc.php | +7 / -5 |
| M | includes/discovery/sensors/juniper-dom-mib.inc.php | +9 / -9 |
| M | includes/definitions/mibs/bachmann.inc.php | +1 / -1 |
| A | html/images/os/tbox.png | +1 / -0 |
| A | html/images/os/tbox_2x.png | +1 / -0 |
| A | includes/definitions/mibs/ovarro.inc.php | +52 / -0 |
| A | includes/definitions/os/ovarro.inc.php | +25 / -0 |
| A | mibs/ovarro non-text | +0 / -0 |
| A | mibs/ovarro/SEMAPHORE-RTU-MIB | +1,854 / -0 |
| M | html/includes/print/neighbours.inc.php | +1 / -14 |
| M | html/includes/functions.inc.php | +3 / -4 |
| M | html/includes/print/syslogs.inc.php | +3 / -3 |
| M | includes/entities/port.inc.php | +29 / -14 |
| M | includes/entities/routing.inc.php | +50 / -23 |
| M | html/ajax/search.php | +11 / -5 |
| M | html/includes/search/accesspoints.inc.php | +2 / -2 |
| M | html/includes/search/devices.inc.php | +10 / -9 |
| M | html/includes/search/groups.inc.php | +6 / -6 |
| M | html/includes/search/inventory.inc.php | +7 / -6 |
| M | html/includes/search/ip-addresses.inc.php | +7 / -7 |
| M | html/includes/search/loadbalancers.inc.php | +28 / -28 |
| M | html/includes/search/neighbours.inc.php | +5 / -14 |
| M | html/includes/search/ports.inc.php | +3 / -3 |
| M | html/includes/search/sensors.inc.php | +2 / -5 |
| M | html/includes/search/slas.inc.php | +6 / -6 |
| M | html/includes/search/status.inc.php | +2 / -2 |
| M | includes/definitions/wui.inc.php | +9 / -0 |
| M | html/includes/functions.inc.php | +82 / -31 |
| M | includes/constants.inc.php | +4 / -2 |
| M | tests/HtmlIncludesFunctionsTest.php | +60 / -0 |
| M | html/ajax/entities.php | +23 / -24 |
| M | html/ajax/get_entities.php | +1 / -1 |
| M | tests/IncludesCommonTest.php | +170 / -78 |
| M | includes/common.inc.php | +8 / -8 |
| M | includes/constants.inc.php | +3 / -6 |
| M | html/includes/sessions.inc.php | +8 / -11 |
| M | html/pages/preferences/general.inc.php | +1 / -1 |
| M | includes/common.inc.php | +9 / -10 |
| M | includes/constants.inc.php | +0 / -5 |
| M | includes/encrypt.inc.php | +35 / -100 |
| M | libs/pear/Crypt/CHAP.php | +14 / -46 |
| M | tests/IncludesEncryptTest.php | +160 / -220 |
| A | update/497.sql | +1 / -0 |
| M | includes/discovery/functions.inc.php | +12 / -3 |
| M | includes/entities/device.inc.php | +1 / -1 |
| M | includes/definitions/mibs/accedian.inc.php | +5 / -5 |
| M | includes/definitions/mibs/apc.inc.php | +5 / -5 |
| M | includes/definitions/mibs/avtech.inc.php | +8 / -8 |
| M | includes/definitions/mibs/didactum.inc.php | +1 / -1 |
| M | includes/definitions/mibs/fiberhome.inc.php | +3 / -3 |
| M | includes/definitions/mibs/hp.inc.php | +6 / -6 |
| M | includes/definitions/mibs/pandacom.inc.php | +327 / -325 |
| M | includes/definitions/mibs/panduit.inc.php | +8 / -8 |
| M | includes/discovery/functions.inc.php | +8 / -0 |
| M | includes/functions.inc.php | +8 / -10 |
| M | includes/definitions/mibs/akcp.inc.php | +170 / -176 |
| M | includes/definitions/mibs/cisco.inc.php | +24 / -24 |
| M | includes/definitions/mibs/d-link/dgs-l3mgmt-mib.php | +18 / -18 |
| M | includes/definitions/mibs/edgecore/aos5810-54x-mib.inc.php | +17 / -17 |
| M | includes/definitions/mibs/huawei.inc.php | +42 / -15 |
| M | includes/definitions/mibs/radlan/radlan-ip.php | +1 / -1 |
| M | includes/definitions/mibs/radlan/radlan-ipv6.php | +1 / -1 |
| M | includes/discovery/functions.inc.php | +4 / -0 |
| M | includes/discovery/functions.inc.php | +5 / -0 |
| M | includes/entities/ip-address.inc.php | +14 / -11 |
| M | includes/definitions/mibs/barracuda.inc.php | +77 / -77 |
| M | includes/definitions/mibs/chatsworth.inc.php | +7 / -7 |
| M | includes/definitions/mibs/delta.inc.php | +323 / -323 |
| M | includes/definitions/mibs/nokia.inc.php | +2 / -2 |
| M | includes/definitions/mibs/oracle.inc.php | +36 / -36 |
| M | includes/definitions/mibs/qsan.inc.php | +71 / -71 |
| M | includes/definitions/os/nokia.inc.php | +1 / -0 |
| M | includes/definitions/mibs/netping/dksf-mib.php | +50 / -50 |
| M | includes/definitions/mibs/rfc.inc.php | +1 / -1 |
| M | includes/definitions/mibs/sds.inc.php | +1 / -1 |
| M | includes/discovery/functions.inc.php | +23 / -2 |
| M | includes/definitions/os/hp.inc.php | +9 / -0 |
| M | mibs/hp/ThreeParMIB | +2,801 / -254 |
| M | includes/defaults.inc.php | +2 / -1 |
| M | includes/port-descr-parser.inc.php | +2 / -2 |
| M | tests/IncludesPortDescrParserTest.php | +60 / -34 |
| M | includes/definitions/mibs/extreme.inc.php | +71 / -10 |
| M | includes/definitions/os/extreme.inc.php | +15 / -9 |
| M | includes/discovery/sensors/extreme-system-mib.inc.php | +23 / -6 |
| M | mibs/enterasys/ENTERASYS-APPLICATION-SIGNATURE-MIB | +67 / -65 |
| M | mibs/enterasys/ENTERASYS-CLASS-OF-SERVICE-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB | +9 / -7 |
| M | mibs/enterasys/ENTERASYS-CONVERGENCE-END-POINT-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB | +130 / -2 |
| M | mibs/enterasys/ENTERASYS-LINK-FLAP-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-MAC-AUTHENTICATION-MIB | +120 / -4 |
| M | mibs/enterasys/ENTERASYS-MAC-LOCKING-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-MIB-NAMES | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-MIRROR-CONFIG-MIB | +317 / -63 |
| M | mibs/enterasys/ENTERASYS-MULTI-AUTH-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-POLICY-PROFILE-MIB | +352 / -18 |
| M | mibs/enterasys/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB | +104 / -99 |
| M | mibs/enterasys/ENTERASYS-RADIUS-AUTH-CLIENT-MIB | +92 / -91 |
| M | mibs/enterasys/ENTERASYS-RADIUS-DYNAMIC-AUTHOR-SERVER-EXT-MIB | +60 / -55 |
| M | mibs/enterasys/ENTERASYS-SYSLOG-CLIENT-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-UPN-TC-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-VLAN-AUTHORIZATION-MIB | +2 / -0 |
| M | mibs/extreme/EXTREME-BASE-MIB | +511 / -6 |
| M | mibs/extreme/EXTREME-HARDWARE-MIB | +543 / -2 |
| M | mibs/extreme/EXTREME-OSPFV3-MIB | +5 / -5 |
| M | mibs/extreme/EXTREME-POE-MIB | +109 / -11 |
| A | mibs/extreme/EXTREME-REMOTECONNECTION-MIB | +462 / -0 |
| M | mibs/extreme/EXTREME-SOFTWARE-MONITOR-MIB | +45 / -1 |
| M | mibs/extreme/EXTREME-STACKING-MIB | +31 / -7 |
| M | mibs/extreme/EXTREME-SYSTEM-MIB | +215 / -7 |
| M | includes/entities/sensor.inc.php | +22 / -2 |
| M | includes/snmp.inc.php | +6 / -1 |
| M | includes/discovery/ports.inc.php | +2 / -1 |
| M | includes/entities/port.inc.php | +3 / -0 |
| M | includes/snmp.inc.php | +7 / -2 |
| M | includes/definitions/mibs/nokia.inc.php | +131 / -0 |
| M | includes/definitions/os/clavister.inc.php | +1 / -1 |
| M | includes/definitions/os/nokia.inc.php | +21 / -0 |
| M | mibs/clavister/CLAVISTER-SMI | +0 / -2 |
| A | mibs/clavister/CLAVISTER-STREAM-MIB | +9,337 / -0 |
| A | mibs/clavister/CLAVISTER-STREAM-TRAPS-MIB | +248 / -0 |
| A | mibs/nokia/NETGUARD-SMI | +58 / -0 |
| A | mibs/nokia/NETGUARD-STREAM-MIB | +9,337 / -0 |
| A | mibs/nokia/NETGUARD-STREAM-TRAPS-MIB | +248 / -0 |
| M | includes/functions.inc.php | +11 / -13 |
| M | tests/IncludesFunctionsTest.php | +87 / -65 |
| M | includes/entities/device.inc.php | +51 / -18 |
| M | includes/functions.inc.php | +28 / -10 |
| M | includes/polling/system/snmpv2-mib.inc.php | +26 / -8 |
| M | includes/snmp.inc.php | +15 / -6 |
| M | includes/snmp.inc.php | +9 / -2 |
| A | html/images/os/cet-power.svg | +1 / -0 |
| A | html/images/os/cet-power_dark.svg | +1 / -0 |
| A | includes/definitions/mibs/cet-power.inc.php | +64 / -0 |
| A | includes/definitions/os/cet-power.inc.php | +24 / -0 |
| A | includes/discovery/sensors/site-monitoring-mib.inc.php | +459 / -0 |
| A | mibs/cet-power non-text | +0 / -0 |
| A | mibs/cet-power/SITE-MONITORING-MIB | +5,067 / -0 |
| M | html/includes/graphs/alert/auth.inc.php | +13 / -11 |
| D | html/includes/graphs/alert/status.inc.php | +0 / -54 |
| D | html/includes/graphs/device/availability.inc.php | +0 / -35 |
| D | html/includes/graphs/device/definition.inc.php | +0 / -19 |
| M | includes/definitions/graphtypes.inc.php | +27 / -2 |
| M | html/includes/graphs/generic_definition.inc.php | +98 / -56 |
| M | html/includes/graphs/graph.inc.php | +25 / -20 |
| M | includes/defaults.inc.php | +2 / -0 |
| M | includes/definitions/mibs.inc.php | +21 / -11 |
| M | includes/common.inc.php | +1 / -1 |
| M | includes/definitions/os/unix.php | +9 / -0 |
| M | includes/polling/os/unix.inc.php | +10 / -0 |
| M | includes/polling/unix-agent/packages.inc.php | +15 / -39 |
| M | includes/defaults.inc.php | +1 / -1 |
| M | includes/port-descr-parser.inc.php | +11 / -5 |
| M | includes/definitions/mibs/checkpoint.inc.php | +1 / -1 |
| M | includes/definitions/mibs/infinera.inc.php | +1 / -1 |
| M | includes/definitions/mibs/microsoft.inc.php | +2 / -1 |
| M | includes/entities/device.inc.php | +7 / -6 |
| M | includes/polling/system.inc.php | +3 / -3 |
| M | html/includes/entities/device.inc.php | +5 / -2 |
| M | html/pages/devices.inc.php | +11 / -9 |
| M | html/css/query-builder.default.css | +15 / -37 |
| M | html/js/query-builder.js | +271 / -266 |
| M | includes/alerts.inc.php | +12 / -3 |
| M | includes/groups.inc.php | +12 / -4 |
| M | includes/common.inc.php | +17 / -5 |
| M | html/pages/device/probes.inc.php | +41 / -3 |
| M | html/pages/probes.inc.php | +1 / -1 |
| M | includes/definitions/rewrites.inc.php | +2 / -1 |
| M | html/includes/entities/probe.inc.php | +50 / -27 |
| M | html/pages/probes.inc.php | +40 / -2 |
| M | html/includes/print/navbar.inc.php | +10 / -1 |
| M | update/496.sql | +2 / -1 |
| A | update/496.sql | +8 / -0 |
| M | includes/definitions/mibs/fortinet.inc.php | +17 / -0 |
| M | discovery.php | +2 / -2 |
| M | includes/distributed.inc.php | +15 / -10 |
| M | includes/definitions/mibs/bachmann.inc.php | +13 / -0 |
| A | html/images/os/bachmann.svg | +1 / -0 |
| M | includes/definitions/mibs/bachmann.inc.php | +105 / -13 |
| M | includes/definitions/os/bachmann.inc.php | +8 / -0 |
| A | includes/discovery/sensors/bachmann-bluenet2-mib.inc.php | +496 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | scripts/agent-local/ceph | +1 / -0 |
| M | scripts/agent-local/dhcpkit | +1 / -0 |
| M | scripts/agent-local/dovecot | +1 / -0 |
| A | scripts/agent-local/ebuild | +33 / -0 |
| M | scripts/agent-local/kamailio | +1 / -0 |
| M | scripts/agent-local/lighttpd | +1 / -0 |
| M | scripts/agent-local/mongodb | +1 / -0 |
| M | includes/definitions/wui.inc.php | +1 / -0 |
| M | includes/polling/os/unix.inc.php | +6 / -1 |
| M | includes/polling/unix-agent/packages.inc.php | +66 / -20 |
| M | includes/discovery/ucd-diskio.inc.php | +26 / -12 |
| M | includes/definitions/rrdtypes.inc.php | +12 / -0 |
| M | includes/discovery/ucd-diskio.inc.php | +15 / -10 |
| M | includes/polling/ucd-diskio.inc.php | +34 / -37 |
| M | includes/definitions/mibs/vertiv.inc.php | +11 / -0 |
| A | includes/definitions/mibs/vertiv/ees-power-mib.inc.php | +246 / -0 |
| M | includes/definitions/os/vertiv.inc.php | +16 / -0 |
| A | includes/definitions/mibs/vertiv non-text | +0 / -0 |
| A | includes/definitions/mibs/vertiv/dcs-mib.inc.php | +936 / -0 |
| M | includes/definitions/os/vertiv.inc.php | +9 / -0 |
| A | mibs/vertiv/BDFB-MIB | +372 / -0 |
| A | mibs/vertiv/DCS-MIB | +6,523 / -0 |
| A | mibs/vertiv/EES-POWER-MIB | +2,825 / -0 |
| A | mibs/vertiv/LMS-MIB | +1,026 / -0 |
| A | mibs/vertiv/NETSURE-DISTRIB-MIB | +1,448 / -0 |
| A | mibs/vertiv/NETSURE-NCU-MIB | +2,494 / -0 |
| A | mibs/vertiv/VEC-MIB | +1,132 / -0 |
| M | html/ajax/actions/ports_update.inc.php | +1 / -1 |
| M | html/ajax/actions/sensors_update.inc.php | +1 / -1 |
| M | html/ajax/actions/statuses_update.inc.php | +1 / -1 |
Showing the first 30 paths; 136 more are omitted from this static page.
| A | mibs/hp/DIFF-SERV-MIB | +1,525 / -0 |
| D | mibs/hp/HP-OFFICEJET-PRO-X576DW-MIB | +0 / -7,127 |
| D | mibs/hp/HP-PAGEWIDE-PRO-477DW-MFP-MIB | +0 / -8,174 |
| D | mibs/hp/IJ8060-MIB | +0 / -11,832 |
| D | mibs/hp/LJ1200-MIB | +0 / -5,187 |
| D | mibs/hp/LJ1220-MIB | +0 / -6,182 |
| D | mibs/hp/LJ2025-MIB | +0 / -2,557 |
| D | mibs/hp/LJ2200-MIB | +0 / -6,158 |
| D | mibs/hp/LJ2300-MIB | +0 / -8,409 |
| D | mibs/hp/LJ2400-MIB | +0 / -9,023 |
| D | mibs/hp/LJ2500-MIB | +0 / -8,941 |
| D | mibs/hp/LJ251-MIB | +0 / -8,068 |
| D | mibs/hp/LJ252-MIB | +0 / -7,992 |
| D | mibs/hp/LJ275-MIB | +0 / -7,114 |
| D | mibs/hp/LJ276-MIB | +0 / -11,005 |
| D | mibs/hp/LJ277-MIB | +0 / -11,132 |
| D | mibs/hp/LJ3000-MIB | +0 / -8,084 |
| D | mibs/hp/LJ3005-MIB | +0 / -8,948 |
| D | mibs/hp/LJ3015-MIB | +0 / -11,063 |
| D | mibs/hp/LJ3035-MIB | +0 / -10,534 |
| D | mibs/hp/LJ3200-MIB | +0 / -7,527 |
| D | mibs/hp/LJ3505-MIB | +0 / -9,970 |
| D | mibs/hp/LJ3525-MIB | +0 / -7,459 |
| D | mibs/hp/LJ3530mfp-MIB | +0 / -11,460 |
| D | mibs/hp/LJ3700-MIB | +0 / -9,261 |
| D | mibs/hp/LJ375-MIB | +0 / -9,672 |
| D | mibs/hp/LJ3800-MIB | +0 / -8,056 |
| D | mibs/hp/LJ401-MIB | +0 / -6,971 |
| D | mibs/hp/LJ4015-MIB | +0 / -9,465 |
| D | mibs/hp/LJ402-MIB | +0 / -7,181 |
| A | html/images/os/roomalert.png | +1 / -0 |
| A | html/images/os/roomalert_2x.png | +1 / -0 |
| M | includes/definitions/mibs/avtech.inc.php | +93 / -132 |
| A | includes/discovery/sensors/roomalert12e-mib.inc.php | +103 / -0 |
| M | includes/discovery/sensors/roomalert12s-mib.inc.php | +16 / -5 |
| M | mibs/avtech/ROOMALERT12E-MIB | +74 / -43 |
| M | mibs/avtech/ROOMALERT12S-MIB | +151 / -32 |
| M | alerter.php | +1 / -0 |
| M | discovery.php | +1 / -0 |
| M | poller.php | +1 / -0 |
| M | includes/definitions/mibs/aten.inc.php | +17 / -6 |
| M | includes/discovery/sensors/aten-ipmi-mib.inc.php | +5 / -1 |
| M | includes/entities/status.inc.php | +32 / -28 |
| M | tests/IncludesFunctionsTest.php | +5 / -2 |
| M | includes/discovery/processors/ucd-snmp-mib.inc.php | +2 / -2 |
| M | includes/discovery/processors/ucd-snmp-mib.inc.php | +1 / -1 |
| M | includes/discovery/processors/ucd-snmp-mib.inc.php | +4 / -1 |
| M | html/includes/notifications.inc.php | +0 / -1 |
| M | html/pages/device.inc.php | +8 / -1 |
| M | includes/common.inc.php | +40 / -18 |
| M | includes/definitions/entities/devices.inc.php | +2 / -2 |
| M | includes/alerts.inc.php | +1 / -0 |
| M | includes/definitions/entities/ports.inc.php | +2 / -2 |
| M | includes/entities.inc.php | +48 / -9 |
| M | includes/entities/ip-address.inc.php | +15 / -4 |
| M | includes/groups.inc.php | +1 / -1 |
| M | html/ajax/actions/group_edit.inc.php | +16 / -6 |
| M | html/includes/group_edit.inc.php | +33 / -10 |
| M | includes/definitions/entities/sensors.inc.php | +1 / -0 |
| M | includes/definitions/mibs/nscrtv.inc.php | +5 / -0 |
| M | includes/definitions/os/cdata.inc.php | +1 / -0 |
| M | includes/definitions/os/tplink.inc.php | +1 / -0 |
| A | includes/discovery/sensors/nscrtv-fttx-gpon-mib.inc.php | +137 / -0 |
| M | includes/definitions/mibs/dcn/dcn-xxx.php | +146 / -92 |
| M | includes/definitions/mibs/qtech.inc.php | +17 / -0 |
| M | includes/definitions/os/qtech.inc.php | +14 / -3 |
| M | mibs/qtech/GARP-MIB | +2 / -0 |
| M | mibs/qtech/LLDPPRIVATE-MIB | +2 / -2 |
| A | mibs/qtech/QTECH-ALT-MIB | +22,369 / -0 |
| M | mibs/qtech/QTECH-CLUSTER-MIB | +3 / -3 |
| M | mibs/qtech/QTECH-CT-STANDARD-MIB | +1 / -0 |
| M | mibs/qtech/QTECH-GBNDeviceSWAPI-MIB | +17 / -17 |
| M | mibs/qtech/QTECH-GBNDeviceSwitch-MIB | +13 / -8 |
| M | mibs/qtech/QTECH-GBNL2QACL-MIB | +24 / -24 |
| M | mibs/qtech/QTECH-GBNPlatformGNLink-MIB | +1 / -1 |
| M | mibs/qtech/QTECH-GBNServiceCM-MIB | +2 / -2 |
| M | mibs/qtech/QTECH-GBNServiceRADIUS-MIB | +2 / -2 |
| M | mibs/qtech/QTECH-IP-PRIVATE-MIB | +8 / -8 |
| M | mibs/qtech/QTECH-MIB | +2 / -2 |
| M | mibs/qtech/QTECH-NETFLOW-MIB | +2 / -1 |
| M | mibs/qtech/QTECH-NMS-CARD-OPERATION-MIB | +1 / -1 |
| M | mibs/qtech/QTECH-NMS-CARD-SYS-MIB | +2 / -1 |
| M | mibs/qtech/QTECH-PRODUCTS-MIB | +10 / -10 |
| M | mibs/qtech/QTECH-V1-TRAP | +18 / -18 |
| M | mibs/qtech/QTECH-VM-MIB | +20 / -0 |
| M | mibs/qtech/QTECH-VPLS-BGP-MIB | +0 / -81 |
| M | mibs/qtech/QTECH-VPLS-LDP-MIB | +0 / -53 |
| M | mibs/qtech/QTECH-WLAN-FIT-AP-CF-MIB | +3 / -0 |
| M | mibs/qtech/QTECH-WLAN-FIT-AP-IN-MIB | +2 / -0 |
| M | includes/definitions/mibs/apc/powernet-mib.inc.php | +2 / -2 |
| A | includes/discovery/ports/bison-router-mib.inc.php | +53 / -0 |
| M | includes/polling/ports/bison-router-mib.inc.php | +75 / -25 |
| M | includes/polling/os/unix.inc.php | +11 / -2 |
| M | includes/include-dir.inc.php | +6 / -6 |
Showing the first 30 paths; 29 more are omitted from this static page.
| D | includes/definitions/mibs/bsd.inc.php | +0 / -77 |
| A | includes/definitions/mibs/unix.inc.php | +78 / -0 |
| M | includes/definitions/os.inc.php | +5 / -247 |
| D | includes/definitions/os/bsd.inc.php | +0 / -150 |
| A | includes/definitions/os/unix.php | +405 / -0 |
| D | mibs/bsd non-text | +0 / -0 |
| D | mibs/bsd/BEGEMOT-ATM-FREEBSD-MIB | +0 / -63 |
| D | mibs/bsd/BEGEMOT-ATM-MIB | +0 / -256 |
| D | mibs/bsd/BEGEMOT-BRIDGE-MIB | +0 / -1,102 |
| D | mibs/bsd/BEGEMOT-HAST-MIB | +0 / -329 |
| D | mibs/bsd/BEGEMOT-HOSTRES-MIB | +0 / -96 |
| D | mibs/bsd/BEGEMOT-IP-MIB | +0 / -32 |
| D | mibs/bsd/BEGEMOT-LM75-MIB | +0 / -132 |
| D | mibs/bsd/BEGEMOT-MIB | +0 / -27 |
| D | mibs/bsd/BEGEMOT-MIB2-MIB | +0 / -74 |
| D | mibs/bsd/BEGEMOT-NETGRAPH-MIB | +0 / -359 |
| D | mibs/bsd/BEGEMOT-NTP-MIB | +0 / -112 |
| D | mibs/bsd/BEGEMOT-PF-MIB | +0 / -1,296 |
| D | mibs/bsd/BEGEMOT-SNMPD-MIB | +0 / -614 |
| D | mibs/bsd/BEGEMOT-WIRELESS-MIB | +0 / -3,829 |
| D | mibs/bsd/BISON-ROUTER-MIB | +0 / -601 |
| D | mibs/bsd/FOKUS-MIB | +0 / -25 |
| D | mibs/bsd/FREEBSD-MIB | +0 / -71 |
| D | mibs/bsd/HALON-SP-MIB | +0 / -128 |
| D | mibs/bsd/NYMNETWORKS-MIB | +0 / -363 |
| D | mibs/bsd/OPENBSD-BASE-MIB | +0 / -43 |
| D | mibs/bsd/OPENBSD-CARP-MIB | +0 / -345 |
| D | mibs/bsd/OPENBSD-MEM-MIB | +0 / -90 |
| D | mibs/bsd/OPENBSD-PF-MIB | +0 / -1,576 |
| D | mibs/bsd/OPENBSD-RELAYD-MIB | +0 / -727 |
| M | discovery.php | +11 / -5 |
| A | mibs/forcepoint/FORCEPOINT-NGFW-ENGINE-MIB | +1,835 / -0 |
| M | mibs/forcepoint/STONESOFT-FIREWALL-MIB | +31 / -7 |
| M | mibs/forcepoint/STONESOFT-IPS-MIB | +277 / -7 |
| A | mibs/forcepoint/STONESOFT-LOG-FORWARDING-MIB non-text | +0 / -0 |
| M | mibs/forcepoint/STONESOFT-NETNODE-MIB | +38 / -13 |
| M | mibs/forcepoint/STONESOFT-SMI-MIB | +15 / -5 |
| M | scripts/snmpdump.php | +19 / -3 |
| M | html/includes/print/status.inc.php | +5 / -3 |
| A | mibs/siaemic/ALFOPLUS-SIAE-MIB | +18,570 / -0 |
| A | html/images/os/siaemic.png | +1 / -0 |
| A | html/images/os/siaemic_2x.png | +1 / -0 |
| A | includes/definitions/mibs/siaemic.inc.php | +36 / -0 |
| A | includes/definitions/os/siaemic.inc.php | +28 / -0 |
| M | includes/discovery/sensors/cisco-entity-sensor-mib.inc.php | +32 / -1 |
| M | includes/entities/port.inc.php | +20 / -2 |
| M | includes/definitions/os/delta.inc.php | +2 / -2 |
| M | includes/discovery/pseudowires/pw-std-mib.inc.php | +3 / -3 |
| M | includes/polling/ports.inc.php | +8 / -5 |
| M | includes/snmp.inc.php | +27 / -3 |
| M | tests/IncludesSnmpTest.php | +25 / -17 |
| M | includes/definitions/os.inc.php | +0 / -90 |
| A | includes/definitions/os/cts.inc.php | +43 / -0 |
| A | includes/definitions/os/gfi.inc.php | +42 / -0 |
| A | includes/definitions/os/nvidia.inc.php | +42 / -0 |
Showing the first 30 paths; 10 more are omitted from this static page.
| M | includes/definitions/mibs/atmedia.inc.php | +4 / -5 |
| M | includes/definitions/mibs/baytech.inc.php | +6 / -6 |
| M | includes/definitions/mibs/carel.inc.php | +115 / -114 |
| M | includes/definitions/mibs/dps.inc.php | +18 / -18 |
| M | includes/definitions/mibs/eip.inc.php | +58 / -56 |
| M | includes/definitions/mibs/fiberroad.inc.php | +13 / -12 |
| M | includes/definitions/mibs/forcepoint.inc.php | +2 / -0 |
| M | includes/definitions/mibs/ingrasys.inc.php | +4 / -0 |
| M | includes/definitions/mibs/jacarta.inc.php | +12 / -10 |
| M | includes/definitions/mibs/jetnexus.inc.php | +3 / -1 |
| M | includes/definitions/mibs/kohler.inc.php | +21 / -19 |
| M | includes/definitions/mibs/omnitron.inc.php | +29 / -23 |
| M | includes/definitions/mibs/saf.inc.php | +5 / -5 |
| M | includes/definitions/mibs/teleste.inc.php | +52 / -51 |
| M | includes/definitions/mibs/tempalert.inc.php | +14 / -10 |
| M | includes/definitions/mibs/teradici.inc.php | +8 / -4 |
| M | includes/definitions/mibs/uec.inc.php | +26 / -25 |
| M | includes/definitions/os.inc.php | +9 / -287 |
| A | includes/definitions/os/accuenergy.inc.php | +28 / -0 |
| A | includes/definitions/os/atmedia.inc.php | +23 / -0 |
| A | includes/definitions/os/baytech.inc.php | +25 / -0 |
| A | includes/definitions/os/carel.inc.php | +45 / -0 |
| A | includes/definitions/os/ceragon.inc.php | +23 / -0 |
| A | includes/definitions/os/dps.inc.php | +28 / -0 |
| A | includes/definitions/os/eip.inc.php | +28 / -0 |
| A | includes/definitions/os/fiberroad.inc.php | +23 / -0 |
| A | includes/definitions/os/forcepoint.inc.php | +22 / -0 |
| M | includes/definitions/os/ibm.inc.php | +24 / -0 |
| A | includes/definitions/os/ingrasys.inc.php | +22 / -0 |
| A | includes/definitions/os/jacarta.inc.php | +26 / -0 |
| M | includes/definitions/os/adf.inc.php | +1 / -1 |
| M | includes/definitions/os/dasan.inc.php | +1 / -1 |
| M | includes/definitions/os/ddn.inc.php | +1 / -1 |
| M | includes/definitions/os/exalt.inc.php | +1 / -1 |
| M | includes/definitions/os/fastback.inc.php | +1 / -1 |
| M | includes/definitions/os/gamatronic.inc.php | +1 / -1 |
| M | includes/definitions/os/gta.inc.php | +1 / -1 |
| M | includes/definitions/os/infoblox.inc.php | +1 / -1 |
| M | includes/definitions/os/megatec.inc.php | +1 / -1 |
| M | includes/definitions/os/messpc.inc.php | +1 / -1 |
| M | includes/definitions/os/packetflux.inc.php | +1 / -1 |
| M | includes/definitions/os/pulsesecure.inc.php | +1 / -1 |
| M | includes/definitions/os/racktivity.inc.php | +1 / -1 |
| M | includes/definitions/os/sensatronics.inc.php | +1 / -1 |
| M | includes/definitions/os/sonus.inc.php | +1 / -1 |
| M | includes/definitions/os/trango.inc.php | +1 / -1 |
| M | includes/definitions/os/waystream.inc.php | +1 / -1 |
| M | includes/definitions/mibs/dasan.inc.php | +7 / -7 |
| M | includes/definitions/mibs/ddn.inc.php | +15 / -11 |
| M | includes/definitions/mibs/exalt.inc.php | +6 / -4 |
| M | includes/definitions/mibs/fastback.inc.php | +17 / -13 |
| M | includes/definitions/mibs/megatec.inc.php | +101 / -101 |
| M | includes/definitions/mibs/messpc.inc.php | +7 / -3 |
| M | includes/definitions/mibs/racktivity.inc.php | +3 / -1 |
| M | includes/definitions/mibs/sensatronics.inc.php | +20 / -121 |
| M | includes/definitions/mibs/sonus.inc.php | +13 / -11 |
| M | includes/definitions/mibs/trango.inc.php | +20 / -15 |
| M | includes/definitions/mibs/waystream.inc.php | +132 / -130 |
| M | includes/definitions/os.inc.php | +1 / -258 |
| A | includes/definitions/os/adf.inc.php | +31 / -0 |
| M | includes/definitions/os/bsd.inc.php | +18 / -0 |
| A | includes/definitions/os/dasan.inc.php | +25 / -0 |
| A | includes/definitions/os/ddn.inc.php | +32 / -0 |
| A | includes/definitions/os/exalt.inc.php | +23 / -0 |
| A | includes/definitions/os/fastback.inc.php | +23 / -0 |
| A | includes/definitions/os/gamatronic.inc.php | +29 / -0 |
| A | includes/definitions/os/gta.inc.php | +29 / -0 |
| A | includes/definitions/os/infoblox.inc.php | +25 / -0 |
| A | includes/definitions/os/megatec.inc.php | +25 / -0 |
| A | includes/definitions/os/messpc.inc.php | +29 / -0 |
| A | includes/definitions/os/packetflux.inc.php | +26 / -0 |
| A | includes/definitions/os/pulsesecure.inc.php | +31 / -0 |
| A | includes/definitions/os/racktivity.inc.php | +29 / -0 |
| A | includes/definitions/os/sensatronics.inc.php | +25 / -0 |
| A | includes/definitions/os/sonus.inc.php | +23 / -0 |
| A | includes/definitions/os/trango.inc.php | +30 / -0 |
| A | includes/definitions/os/waystream.inc.php | +23 / -0 |
| M | alerter.php | +1 / -1 |
| M | discovery.php | +1 / -1 |
| M | poller.php | +1 / -1 |
| M | scripts/snmpdump.php | +1 / -1 |
| M | includes/entities/port.inc.php | +34 / -30 |
Each bar shows the range of rolling-release revisions included in that stable release.
get_device_vlan_context() helper for centralized VLAN context handling. +101/−64db_skip() instead constant. Improved skipping DB connect in php unit tests. +41/−52db_cache_exists() helper function. Improved set db cache ttl. Replaced deprecated VALUES() sql syntax for MySQL 8+. Improved detect serialization in db_cache_get(). +30/−7is_pingable_cache_dns() to dns_resolve_cached(). Splitted dns resolve to separate function dns_resolve() without caching. Fixed get initial cached dns resolve result. +82/−63param_condition() helper function. +50/−17cisco_cache_port_mapping() helper for lazy per-VLAN port association cachingget_device_vlan_context() helpersnmp_cache_table() for basePort mapping across all FDB modulessnmp_cache_table() return original array when snmpwalk empty. +2/−2get_obs_attrib() for long-running processes +11/−4is_db_function() helper for common SQL function detection. Fixed dbPrepareData() to correctly handle functions with spaces. Prevent incorrect quoting if INTERVAL SQL expressions. +26/−5merge_private_mib(). +6/−2count() with safe_empty() for prevent possible php 8 fatal error in Q-BRIDGE-MIB ports polling. +1/−1match_oid_num(). Added unittests for os sysObjectID definitions. +22/−23get_timezone(). +22/−22format_value(). Added unit tests. +39/−37Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | discovery.php | +4 / -2 |
| M | html/includes/entities/generic.inc.php | +10 / -6 |
| M | html/includes/entities/processor.inc.php | +2 / -2 |
| M | html/includes/entities/sensor.inc.php | +4 / -0 |
| M | html/includes/entities/storage.inc.php | +20 / -17 |
| M | html/includes/notifications.inc.php | +2 / -2 |
| M | html/pages/map.inc.php | +44 / -17 |
| M | includes/autoloader.inc.php | +9 / -2 |
| M | includes/common.inc.php | +72 / -71 |
| M | includes/config-variables.inc.php | +11 / -10 |
| M | includes/constants.inc.php | +3 / -21 |
| M | includes/db.inc.php | +38 / -5 |
| M | includes/db/cache.inc.php | +30 / -7 |
| M | includes/db/mysqli.inc.php | +13 / -13 |
| M | includes/debugging.inc.php | +36 / -6 |
| M | includes/defaults.inc.php | +2 / -2 |
| M | includes/definitions/apis.inc.php | +1 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +2 / -0 |
| M | includes/definitions/entities/storages.inc.php | +2 / -1 |
| M | includes/definitions/mibs/huawei.inc.php | +467 / -60 |
| M | includes/definitions/mibs/hwgroup.inc.php | +68 / -0 |
| M | includes/definitions/mibs/netapp.inc.php | +31 / -0 |
| M | includes/definitions/os/arista.inc.php | +10 / -10 |
| M | includes/definitions/os/huawei.inc.php | +13 / -7 |
| M | includes/definitions/os/hwgroup.inc.php | +6 / -4 |
| M | includes/definitions/os/netapp.inc.php | +9 / -0 |
| M | includes/definitions/os/proxmox.inc.php | +14 / -7 |
| M | includes/definitions/os/ubiquiti.inc.php | +1 / -1 |
| M | includes/discovery/mempools.inc.php | +164 / -170 |
| M | includes/discovery/ports.inc.php | +2 / -2 |
| D | includes/discovery/sensors/ste2-mib.inc.php | +0 / -91 |
| M | includes/discovery/storage.inc.php | +1 / -1 |
| M | includes/discovery/stp/cisco-stp-extensions-mib.inc.php | +2 / -6 |
| M | includes/discovery/vlans.inc.php | +1 / -4 |
| M | includes/discovery/vlans/cisco-vtp-mib.inc.php | +43 / -49 |
| M | includes/entities.inc.php | +72 / -11 |
| M | includes/entities/device.inc.php | +54 / -9 |
| M | includes/entities/storage.inc.php | +38 / -46 |
| M | includes/functions.inc.php | +107 / -76 |
| M | includes/http.inc.php | +88 / -25 |
| M | includes/notifications.inc.php | +16 / -0 |
| M | includes/observium.inc.php | +12 / -12 |
| M | includes/polling/fdb-table.inc.php | +6 / -15 |
| M | includes/polling/fdb/bridge-mib.php | +1 / -1 |
| M | includes/polling/fdb/cisco-bridge-mib.php | +110 / -33 |
| M | includes/polling/fdb/q-bridge-mib.php | +49 / -44 |
| M | includes/polling/functions.inc.php | +1 / -1 |
| M | includes/polling/ports/ieee8021-q-bridge-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/q-bridge-mib.inc.php | +4 / -2 |
| M | includes/polling/stp.inc.php | +2 / -9 |
| M | includes/polling/stp/cisco-stp-extensions-mib.inc.php | +7 / -5 |
| M | includes/snmp.inc.php | +2 / -2 |
| M | includes/syslog.inc.php | +1 / -2 |
| M | includes/transports/jiraservicemanagement.inc.php | +6 / -6 |
| M | includes/transports/mattermost.inc.php | +2 / -2 |
| M | includes/transports/pushover.inc.php | +46 / -11 |
| M | includes/transports/slack.inc.php | +15 / -4 |
| M | includes/transports/telegram.inc.php | +3 / -1 |
| M | includes/versioncheck.inc.php | +26 / -11 |
| A | libs/Nette211 non-text | +0 / -0 |
| A | libs/Nette211/Bridges/Nette/Bridge.php | +92 / -0 |
| A | libs/Nette211/Bridges/Nette/MailSender.php | +57 / -0 |
| A | libs/Nette211/Bridges/Nette/TracyExtension.php | +185 / -0 |
| A | libs/Nette211/Bridges/Psr/PsrToTracyLoggerAdapter.php | +60 / -0 |
| A | libs/Nette211/Bridges/Psr/TracyToPsrLoggerAdapter.php | +58 / -0 |
| A | libs/Nette211/Tracy/Bar/Bar.php | +164 / -0 |
| A | libs/Nette211/Tracy/Bar/DefaultBarPanel.php | +55 / -0 |
| A | libs/Nette211/Tracy/Bar/IBarPanel.php | +29 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/bar.css | +304 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/bar.js | +681 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/bar.phtml | +31 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/loader.phtml | +29 / -0 |
| A | libs/Nette211/Tracy/Bar/assets/panels.phtml | +30 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/dumps.panel.phtml | +29 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/dumps.tab.phtml | +13 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/info.panel.phtml | +125 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/info.tab.phtml | +15 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/warnings.panel.phtml | +20 / -0 |
| A | libs/Nette211/Tracy/Bar/panels/warnings.tab.phtml | +25 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/BlueScreen.php | +513 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/CodeHighlighter.php | +142 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/bluescreen.css | +422 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/bluescreen.js | +76 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/content.phtml | +73 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/page.phtml | +57 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-cli.phtml | +36 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-environment.phtml | +103 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-exception-causedBy.phtml | +29 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-exception-exception.phtml | +21 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-exception.phtml | +72 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-header.phtml | +35 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-http.phtml | +124 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-lastMutedError.phtml | +29 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-stack-callStack.phtml | +92 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-stack-exception.phtml | +38 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-stack-fiber.phtml | +16 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-stack-generator.phtml | +21 / -0 |
| A | libs/Nette211/Tracy/BlueScreen/assets/section-stack-sourceFile.phtml | +46 / -0 |
| A | libs/Nette211/Tracy/Debugger/Debugger.php | +623 / -0 |
| A | libs/Nette211/Tracy/Debugger/DeferredContent.php | +158 / -0 |
| A | libs/Nette211/Tracy/Debugger/DevelopmentStrategy.php | +126 / -0 |
| A | libs/Nette211/Tracy/Debugger/ProductionStrategy.php | +86 / -0 |
| A | libs/Nette211/Tracy/Debugger/assets/error.500.phtml | +44 / -0 |
| A | libs/Nette211/Tracy/Dumper/Describer.php | +363 / -0 |
| A | libs/Nette211/Tracy/Dumper/Dumper.php | +262 / -0 |
| A | libs/Nette211/Tracy/Dumper/Exposer.php | +279 / -0 |
| A | libs/Nette211/Tracy/Dumper/Renderer.php | +426 / -0 |
| A | libs/Nette211/Tracy/Dumper/Value.php | +65 / -0 |
| A | libs/Nette211/Tracy/Dumper/assets/dumper-dark.css | +145 / -0 |
| A | libs/Nette211/Tracy/Dumper/assets/dumper-light.css | +145 / -0 |
| A | libs/Nette211/Tracy/Dumper/assets/dumper.js | +392 / -0 |
| A | libs/Nette211/Tracy/Helpers.php | +648 / -0 |
| A | libs/Nette211/Tracy/Logger/ILogger.php | +27 / -0 |
| A | libs/Nette211/Tracy/Logger/Logger.php | +198 / -0 |
| A | libs/Nette211/Tracy/OutputDebugger/OutputDebugger.php | +86 / -0 |
| A | libs/Nette211/Tracy/Session/FileSession.php | +108 / -0 |
| A | libs/Nette211/Tracy/Session/NativeSession.php | +28 / -0 |
| A | libs/Nette211/Tracy/Session/SessionStorage.php | +18 / -0 |
| A | libs/Nette211/Tracy/assets/helpers.js | +20 / -0 |
| A | libs/Nette211/Tracy/assets/reset.css | +386 / -0 |
| A | libs/Nette211/Tracy/assets/table-sort.css | +15 / -0 |
| A | libs/Nette211/Tracy/assets/table-sort.js | +39 / -0 |
| A | libs/Nette211/Tracy/assets/tabs.css | +11 / -0 |
| A | libs/Nette211/Tracy/assets/tabs.js | +40 / -0 |
| A | libs/Nette211/Tracy/assets/toggle.css | +35 / -0 |
| A | libs/Nette211/Tracy/assets/toggle.js | +116 / -0 |
| A | libs/Nette211/Tracy/functions.php | +46 / -0 |
| A | libs/Nette211/tracy.php | +31 / -0 |
| M | libs/pear/Net/DNS2.php | +13 / -10 |
| D | mibs/brocade/BROCADE-IEEE8021-PAE-CAPABILITY-MIB | +0 / -48 |
| D | mibs/brocade/BROCADE-IEEE8023-LAG-CAPABILITY-MIB | +0 / -47 |
| D | mibs/brocade/BROCADE-LLDP-CAPABILITY-MIB | +0 / -53 |
| D | mibs/brocade/BROCADE-LLDP-EXT-DOT3-CAPABILITY-MIB | +0 / -93 |
| D | mibs/brocade/Foundry-MPLS-MIB | +0 / -265 |
| M | mibs/d-link/DES-1228P-MIB | +19 / -1 |
| D | mibs/d-link/DES-1228p-MIB | +0 / -1,981 |
| A | mibs/dell/FLUIDFS-CLUSTER-MIB | +16,164 / -0 |
| D | mibs/dell/FluidFS-MIB | +0 / -16,156 |
| D | mibs/huawei/HUAWEI-8021x-EXT-MIB | +0 / -1,170 |
| M | mibs/huawei/HUAWEI-DEVICE-MAN-MIB | +207 / -61 |
| A | mibs/huawei/HUAWEI-SAN-MIB | +224 / -0 |
| M | mibs/huawei/HUAWEI-STORAGE-ALARM-MIB | +136 / -72 |
| A | mibs/huawei/HUAWEI-STORAGE-COMMON-MIB | +56 / -0 |
| M | mibs/huawei/HUAWEI-STORAGE-HARDWARE-MIB | +2,508 / -610 |
| M | mibs/huawei/HUAWEI-STORAGE-NAS-MIB | +496 / -83 |
| A | mibs/huawei/HUAWEI-STORAGE-OID-BASED-TRAP-MIB | +13,928 / -0 |
| M | mibs/huawei/HUAWEI-STORAGE-SPACE-MIB | +914 / -179 |
| M | mibs/huawei/ISM-HUAWEI-MIB | +181 / -311 |
| M | mibs/huawei/ISM-PERFORMANCE-MIB | +320 / -88 |
| M | mibs/huawei/ISM-STORAGE-SVC-MIB | +668 / -265 |
| M | mibs/huawei/ISM-TRAP-MIB | +105 / -67 |
| A | mibs/huawei/OPTIX-ALM-CFG-MIB | +336 / -0 |
| A | mibs/huawei/OPTIX-ATMIMA-MIB | +2,137 / -0 |
| A | mibs/huawei/OPTIX-BOARD-MANAGE-MIB | +460 / -0 |
| A | mibs/huawei/OPTIX-CES-MIB | +1,137 / -0 |
| A | mibs/huawei/OPTIX-CFMOAM-MIB | +1,464 / -0 |
| A | mibs/huawei/OPTIX-COMMON-SNMP-MIB | +52 / -0 |
| A | mibs/huawei/OPTIX-DEVM-PROTECT-MIB | +243 / -0 |
| A | mibs/huawei/OPTIX-EFMOAM-MIB | +389 / -0 |
| A | mibs/huawei/OPTIX-ETY-PORT-MIB | +157 / -0 |
| M | mibs/huawei/OPTIX-GLOBAL-ALM-MIB | +272 / -8,263 |
| A | mibs/huawei/OPTIX-GLOBAL-ALM-TRAPS-RTN-MIB | +4,801 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-DCN-MIB | +2,451 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-MON-MIB | +279 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PER-SDH-RTN-MIB | +10,416 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PER-TIME-MIB | +91 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PER-TRAPS-RTN-MIB | +3,506 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-PM-DATA-RTN-MIB | +15,133 / -0 |
| M | mibs/huawei/OPTIX-GLOBAL-PM-MIB | +120 / -133 |
| A | mibs/huawei/OPTIX-GLOBAL-PM-TRAPS-RTN-MIB | +3,219 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-SFTM-MIB | +1,343 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-SFTM-TRAPS-MIB | +186 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-SM-MIB | +750 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-SM-TRAPS-MIB | +279 / -0 |
| A | mibs/huawei/OPTIX-GLOBAL-SNMP-MIB | +103 / -0 |
| M | mibs/huawei/OPTIX-GLOBAL-TC-MIB | +1,645 / -3,753 |
| M | mibs/huawei/OPTIX-GLOBAL-TRAPS-MIB | +254 / -203 |
| A | mibs/huawei/OPTIX-L2-IGMP-MIB | +1,654 / -0 |
| A | mibs/huawei/OPTIX-L2-LAG-MIB | +804 / -0 |
| A | mibs/huawei/OPTIX-L2-LPT-MIB | +1,494 / -0 |
| A | mibs/huawei/OPTIX-L2VPN-MIB | +8,107 / -0 |
| A | mibs/huawei/OPTIX-LOOPAUTOCLEAR-MIB | +197 / -0 |
| A | mibs/huawei/OPTIX-MISC-MIB | +671 / -0 |
| A | mibs/huawei/OPTIX-MPLSTP-OAM-MIB | +3,246 / -0 |
| A | mibs/huawei/OPTIX-NE-ALM-AIS-MIB | +133 / -0 |
| A | mibs/huawei/OPTIX-NE-MIB | +415 / -0 |
| M | mibs/huawei/OPTIX-OID-MIB | +25 / -0 |
| A | mibs/huawei/OPTIX-PER-CFG-MIB | +399 / -0 |
| A | mibs/huawei/OPTIX-PKT-ARP-MIB | +318 / -0 |
| A | mibs/huawei/OPTIX-PKT-CES-ACR-MIB | +772 / -0 |
| A | mibs/huawei/OPTIX-PKT-COSMAP-MIB | +688 / -0 |
| A | mibs/huawei/OPTIX-PKT-DCN-MIB | +526 / -0 |
| A | mibs/huawei/OPTIX-PKT-ERPS-MIB | +926 / -0 |
| A | mibs/huawei/OPTIX-PKT-IPPING-MIB | +804 / -0 |
| A | mibs/huawei/OPTIX-PKT-LINK-SEARCH-MIB | +228 / -0 |
| A | mibs/huawei/OPTIX-PKT-LLDP-MIB | +700 / -0 |
| A | mibs/huawei/OPTIX-PKT-LMSP-MIB | +642 / -0 |
| A | mibs/huawei/OPTIX-PKT-MIRROR-MIB | +358 / -0 |
| A | mibs/huawei/OPTIX-PKT-MSTP-MIB | +1,181 / -0 |
| A | mibs/huawei/OPTIX-PKT-PORT-MIB | +4,834 / -0 |
| A | mibs/huawei/OPTIX-PKT-PPP-MIB | +205 / -0 |
| A | mibs/huawei/OPTIX-PKT-PTPCLOCK-MIB | +1,803 / -0 |
| A | mibs/huawei/OPTIX-PKT-QINQLINK-MIB | +264 / -0 |
| A | mibs/huawei/OPTIX-PKT-QOS-CLASSIFIER-MIB | +594 / -0 |
| A | mibs/huawei/OPTIX-PKT-QOS-POINT-MIB | +883 / -0 |
| A | mibs/huawei/OPTIX-PKT-QOS-POLICY-MIB | +1,253 / -0 |
| A | mibs/huawei/OPTIX-PKT-QOS-WRED-MIB | +243 / -0 |
| A | mibs/huawei/OPTIX-PKT-SDHALM-MIB | +284 / -0 |
| A | mibs/huawei/OPTIX-PKT-SDHOH-MIB | +695 / -0 |
| A | mibs/huawei/OPTIX-PKT-SSM-MIB | +95 / -0 |
| A | mibs/huawei/OPTIX-PKT-SYN-CLOCK-MIB | +73 / -0 |
| A | mibs/huawei/OPTIX-PKT-SYS-SYN-MIB | +452 / -0 |
| A | mibs/huawei/OPTIX-PMU-BOARD-MIB | +600 / -0 |
| A | mibs/huawei/OPTIX-PORT-MANAGE-MIB | +525 / -0 |
| A | mibs/huawei/OPTIX-POWER-MIB | +178 / -0 |
| A | mibs/huawei/OPTIX-PW-APS-MIB | +481 / -0 |
| A | mibs/huawei/OPTIX-PW-MIB | +3,136 / -0 |
| A | mibs/huawei/OPTIX-PW-OAM-MIB | +308 / -0 |
| A | mibs/huawei/OPTIX-RTN-AES-MGR-MIB | +328 / -0 |
| A | mibs/huawei/OPTIX-RTN-ATPC-MGR-MIB | +267 / -0 |
| A | mibs/huawei/OPTIX-RTN-CA-MGR-MIB | +555 / -0 |
| A | mibs/huawei/OPTIX-RTN-CCIC-MGR-MIB | +409 / -0 |
| A | mibs/huawei/OPTIX-RTN-CPRI-MGR-MIB | +263 / -0 |
| A | mibs/huawei/OPTIX-RTN-CPRI-MGR-MIB-DEPRECATED | +260 / -0 |
| A | mibs/huawei/OPTIX-RTN-DEVICE-MNG-MIB | +1,780 / -0 |
| A | mibs/huawei/OPTIX-RTN-DEVICE-MNG-MIB-DEPRECATED | +106 / -0 |
| A | mibs/huawei/OPTIX-RTN-GENNERAL-MIB | +862 / -0 |
| A | mibs/huawei/OPTIX-RTN-IF-PROTECT-MGR-MIB | +8,721 / -0 |
| A | mibs/huawei/OPTIX-RTN-IF-PROTECT-MGR-MIB-DEPRECATED | +723 / -0 |
| A | mibs/huawei/OPTIX-RTN-IFBOARD-ATTRIB-MIB | +4,656 / -0 |
| A | mibs/huawei/OPTIX-RTN-IFBOARD-ATTRIB-MIB-DEPRECATED | +528 / -0 |
| A | mibs/huawei/OPTIX-RTN-MIMO-MGR-MIB | +1,431 / -0 |
| A | mibs/huawei/OPTIX-RTN-ODU-MGR-MIB | +4,000 / -0 |
| A | mibs/huawei/OPTIX-RTN-ODU-MGR-MIB-DEPRECATED | +1,220 / -0 |
| A | mibs/huawei/OPTIX-SDH-2MPLL-MIB | +217 / -0 |
| A | mibs/huawei/OPTIX-SDH-EOW-MIB | +488 / -0 |
| A | mibs/huawei/OPTIX-SDH-IFBOARD-MIB | +576 / -0 |
| A | mibs/huawei/OPTIX-SDH-LINEBOARD-MIB | +734 / -0 |
| A | mibs/huawei/OPTIX-SDH-LMSP-MIB | +1,599 / -0 |
| A | mibs/huawei/OPTIX-SDH-OAM-MIB | +542 / -0 |
| A | mibs/huawei/OPTIX-SDH-OUTSYN-MIB | +219 / -0 |
| A | mibs/huawei/OPTIX-SDH-PDHBOARD-MIB | +1,051 / -0 |
| A | mibs/huawei/OPTIX-SDH-PORT-MIB | +182 / -0 |
| A | mibs/huawei/OPTIX-SDH-RMSP-MIB | +1,209 / -0 |
| A | mibs/huawei/OPTIX-SDH-SNCP-MIB | +855 / -0 |
| A | mibs/huawei/OPTIX-SDH-SSM-MIB | +162 / -0 |
| A | mibs/huawei/OPTIX-SDH-SYS-SYN-MIB | +487 / -0 |
| A | mibs/huawei/OPTIX-SDH-XC-MIB | +376 / -0 |
| A | mibs/huawei/OPTIX-SEP-MIB | +1,193 / -0 |
| A | mibs/huawei/OPTIX-TCU-BOARD-MIB | +305 / -0 |
| A | mibs/huawei/OPTIX-TUNNEL-APS-MIB | +445 / -0 |
| A | mibs/huawei/OPTIX-TUNNEL-MIB | +1,083 / -0 |
| A | mibs/huawei/OPTIX-TUNNEL-OAM-MIB | +339 / -0 |
| A | mibs/hwgroup/SD-PORTAL-MIB | +1,173 / -0 |
| M | mibs/hwgroup/STE2-MIB | +322 / -184 |
| A | mibs/netapp/ES-NETAPP-MIB | +242 / -0 |
| D | mibs/radlan/RADLAN-RLINVENTORYENT-MIB | +0 / -112 |
| M | syslog.php | +4 / -3 |
| M | tests/IncludesCommonTest.php | +162 / -44 |
| M | tests/IncludesDbTest.php | +132 / -0 |
| M | tests/IncludesDefinitionsTest.php | +54 / -4 |
| M | tests/bootstrap.php | +7 / -0 |
| A | update/515.sql | +8 / -0 |
Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | html/includes/actions/add_probe.inc.php | +4 / -4 |
| M | html/includes/modals/add_probe.inc.php | +64 / -56 |
| M | html/includes/modals/edit_probe.inc.php | +51 / -51 |
| M | html/pages/dashboard.inc.php | +1 / -1 |
| M | html/pages/device/alert.inc.php | +3 / -5 |
| M | includes/entities/probe.inc.php | +55 / -36 |
| M | includes/notifications.inc.php | +9 / -8 |
| M | includes/transports/webhook-json.inc.php | +1 / -1 |
vars/auth.inc.php. +6,532/−40chart.js charts, and move discovery time data to db table. +620/−49age_to_seconds() for parsing additional possible datetime format. +58/−44includes/notifications.inc.php)convert_template_newlines() for proper \n handlingstring_transform() with new actions: base64_encode/decode, json_decode, hash, substring, sprintf, conditional_mapincludes/functions.inc.phpforeach() variable cleanups to related code. +30/−28array_tag_replace() and array_str_replace() functions for accurate string replacements and debugging ability. Added array_tag_replace_clean() function variant for use where required to remove unused tags. Added many new unit tests for these functions. +146/−70v2. (API v1 seems to have stopped working). Add some better handling of tags/arrays to the notification pipeline. +102/−27v2 API with backward compatibility for legacy recipients field +53/−27v1 API and add separate v2 API transport - both now available +192/−132generate_graph_summary_row(). Accidentally removed during generate_graph_row() refactoring. +102/0generate_alert_table(). +12/−4count() instances with safe_count(). +3/−3count() to safe_count() in processors definition discovery +1/−1count() to safe_count() in storage. +1/−1snmp_cache_table() (OBS-5110). Added unit test for case. +2/−2networkmap.php +5/0billing-data-sorted-json.php +9/−2generate_graph_rows() ability to handle different column widths and graph size calculation. +83/−188print_graph_row_port() +20/−15generate_alert_table() +67/−43$cache_html variable. +63/−52$permissions variable. +213/−176nicecase() to retain some initialisms as upper case. +21/−4print_syslog_table(). Add location multiselect to /syslog/ page. +43/−1safe_explode() safe variant of explode() for prevent possible fatal errors. Fixed fatal error in PowerDNS unix agent module (OBS-4753). +138/−100array_sort_by_order() helper. +165/−45generate_device_form_values() to return entries sorted by default. Improved opt-groups sorting in generate_element_select(). +33/−39count() to safe_count() in vlan q-bridge-mib module. +1/−18.5 non-canonical cast names. +17/−188.5. +21/−13string_transform(). Enabled test for is_string_quoted(). +15/−2is_string_quoted().ip_compress(). Fixed compress unspecified ipv6 address. +20/−4inc.php +8/−31.8+ by F5-PLATFORM-STATS-MIB. +15/−6generate_palette(). +6/−2get_mac_vendor() & get_mac_vendors_bulk(). +7/−12alert_table() filtering and sort handling. Remove confusing 'syslog' default from device/alerts/ and remove messy all default from /alerts/ +69/−27get_remote_addr(). +26/−140.0.0.0, ::). +8/−3get_mempool_rrd(). +69/−42get_db_version(). +21/−22sizeof() with count() for PHP 8+ compatibility$a = $a + 1 to $a += 1)get_pid_info() for BSD system. +59/−55array_tag_replace(). Added unit tests and debug for this case. +21/−13unit_string_to_numeric() in port_speed_parse(). +8/−28string_transform(). +15/−9is_intnum() and format_number_short(). +6/−2safe_empty() for float zero. +2/−2db_quote_string() for prevent incorrect query results in varchar fields. +41/−18get_poller() for simple parse remote observium version/revision/train. +17/−13get_recursive_directory_iterator() for skip hidden files and regex filter (defaults not changed). +60/−53process_notifications() when passed empty notification or device ids. +9/−140.12.6.7.2. +75/−76generate_uuid4(). +37/−29snmp_get() calls with snmp_get_oid() in old os polling includes. +40/−148html_highlight(). +16/−87.2. Removed version check for python 2.x. +32/−89Data.php for exclude from main test suite. +102/−7array_tag_replace(). +10/−10array_tag_replace(). +10/−10v5 (OBS-5076). +397/−1classlist.jsRaw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| D | attic non-text | +0 / -0 |
| D | attic/addsrv.inc.php | +0 / -103 |
| D | attic/adva.inc.php | +0 / -91 |
| D | attic/bills-pmonth.inc.php | +0 / -129 |
| M | attic/calendar.jpg | +0 / -1 |
| D | attic/check-errors.php | +0 / -65 |
| D | attic/cisco-entity-sensors.inc.php | +0 / -39 |
| D | attic/cisco_entity_sensor.inc.php | +0 / -35 |
| D | attic/ciscosensors.inc.php | +0 / -39 |
| D | attic/cron-hourly.sh | +0 / -8 |
| D | attic/cron-minute.sh | +0 / -15 |
| D | attic/cron.sh | +0 / -12 |
| D | attic/dbFacile.php | +0 / -643 |
| D | attic/delsrv.inc.php | +0 / -58 |
| D | attic/demo.php | +0 / -169 |
| D | attic/example2.php | +0 / -175 |
| D | attic/footer.inc.php | +0 / -66 |
| D | attic/gamatronic-mib.inc.php | +0 / -71 |
| D | attic/generate-dnstext.php | +0 / -69 |
| D | attic/generate-iplist.php | +0 / -50 |
| D | attic/generate-map.sh | +0 / -4 |
| D | attic/generate-vegadns.php | +0 / -158 |
| D | attic/globe.php | +0 / -192 |
| D | attic/hh3c.inc.php | +0 / -923 |
| D | attic/html/api.php | +0 / -48 |
| M | attic/html/images/16/accept.png | +0 / -1 |
| M | attic/html/images/16/add.png | +0 / -1 |
| M | attic/html/images/16/anchor.png | +0 / -1 |
| M | attic/html/images/16/application.png | +0 / -1 |
| M | attic/html/images/16/application_add.png | +0 / -1 |
| M | attic/html/images/16/application_cascade.png | +0 / -1 |
| M | attic/html/images/16/application_delete.png | +0 / -1 |
| M | attic/html/images/16/application_double.png | +0 / -1 |
| M | attic/html/images/16/application_edit.png | +0 / -1 |
| M | attic/html/images/16/application_error.png | +0 / -1 |
| M | attic/html/images/16/application_form.png | +0 / -1 |
| M | attic/html/images/16/application_form_add.png | +0 / -1 |
| M | attic/html/images/16/application_form_delete.png | +0 / -1 |
| M | attic/html/images/16/application_form_edit.png | +0 / -1 |
| M | attic/html/images/16/application_form_magnify.png | +0 / -1 |
| M | attic/html/images/16/application_get.png | +0 / -1 |
| M | attic/html/images/16/application_go.png | +0 / -1 |
| M | attic/html/images/16/application_home.png | +0 / -1 |
| M | attic/html/images/16/application_key.png | +0 / -1 |
| M | attic/html/images/16/application_lightning.png | +0 / -1 |
| M | attic/html/images/16/application_link.png | +0 / -1 |
| M | attic/html/images/16/application_osx.png | +0 / -1 |
| M | attic/html/images/16/application_osx_terminal.png | +0 / -1 |
| M | attic/html/images/16/application_put.png | +0 / -1 |
| M | attic/html/images/16/application_side_boxes.png | +0 / -1 |
| M | attic/html/images/16/application_side_contract.png | +0 / -1 |
| M | attic/html/images/16/application_side_expand.png | +0 / -1 |
| M | attic/html/images/16/application_side_list.png | +0 / -1 |
| M | attic/html/images/16/application_side_tree.png | +0 / -1 |
| M | attic/html/images/16/application_split.png | +0 / -1 |
| M | attic/html/images/16/application_tile_horizontal.png | +0 / -1 |
| M | attic/html/images/16/application_tile_vertical.png | +0 / -1 |
| M | attic/html/images/16/application_view_columns.png | +0 / -1 |
| M | attic/html/images/16/application_view_detail.png | +0 / -1 |
| M | attic/html/images/16/application_view_gallery.png | +0 / -1 |
| M | attic/html/images/16/application_view_icons.png | +0 / -1 |
| M | attic/html/images/16/application_view_list.png | +0 / -1 |
| M | attic/html/images/16/application_view_tile.png | +0 / -1 |
| M | attic/html/images/16/application_xp.png | +0 / -1 |
| M | attic/html/images/16/application_xp_terminal.png | +0 / -1 |
| M | attic/html/images/16/arrow_branch.png | +0 / -1 |
| M | attic/html/images/16/arrow_divide.png | +0 / -1 |
| M | attic/html/images/16/arrow_down.png | +0 / -1 |
| M | attic/html/images/16/arrow_in.png | +0 / -1 |
| M | attic/html/images/16/arrow_inout.png | +0 / -1 |
| M | attic/html/images/16/arrow_join.png | +0 / -1 |
| M | attic/html/images/16/arrow_left.png | +0 / -1 |
| M | attic/html/images/16/arrow_merge.png | +0 / -1 |
| M | attic/html/images/16/arrow_out.png | +0 / -1 |
| M | attic/html/images/16/arrow_redo.png | +0 / -1 |
| M | attic/html/images/16/arrow_refresh.png | +0 / -1 |
| M | attic/html/images/16/arrow_refresh_small.png | +0 / -1 |
| M | attic/html/images/16/arrow_right.png | +0 / -1 |
| M | attic/html/images/16/arrow_rotate_anticlockwise.png | +0 / -1 |
| M | attic/html/images/16/arrow_rotate_clockwise.png | +0 / -1 |
| M | attic/html/images/16/arrow_switch.png | +0 / -1 |
| M | attic/html/images/16/arrow_turn_left.png | +0 / -1 |
| M | attic/html/images/16/arrow_turn_right.png | +0 / -1 |
| M | attic/html/images/16/arrow_undo.png | +0 / -1 |
| M | attic/html/images/16/arrow_up.png | +0 / -1 |
| M | attic/html/images/16/asterisk_orange.png | +0 / -1 |
| M | attic/html/images/16/asterisk_yellow.png | +0 / -1 |
| M | attic/html/images/16/attach.png | +0 / -1 |
| M | attic/html/images/16/award_star_add.png | +0 / -1 |
| M | attic/html/images/16/award_star_bronze_1.png | +0 / -1 |
| M | attic/html/images/16/award_star_bronze_2.png | +0 / -1 |
| M | attic/html/images/16/award_star_bronze_3.png | +0 / -1 |
| M | attic/html/images/16/award_star_delete.png | +0 / -1 |
| M | attic/html/images/16/award_star_gold_1.png | +0 / -1 |
| M | attic/html/images/16/award_star_gold_2.png | +0 / -1 |
| M | attic/html/images/16/award_star_gold_3.png | +0 / -1 |
| M | attic/html/images/16/award_star_silver_1.png | +0 / -1 |
| M | attic/html/images/16/award_star_silver_2.png | +0 / -1 |
| M | attic/html/images/16/award_star_silver_3.png | +0 / -1 |
| M | attic/html/images/16/basket.png | +0 / -1 |
| M | attic/html/images/16/basket_add.png | +0 / -1 |
| M | attic/html/images/16/basket_delete.png | +0 / -1 |
| M | attic/html/images/16/basket_edit.png | +0 / -1 |
| M | attic/html/images/16/basket_error.png | +0 / -1 |
| M | attic/html/images/16/basket_go.png | +0 / -1 |
| M | attic/html/images/16/basket_put.png | +0 / -1 |
| M | attic/html/images/16/basket_remove.png | +0 / -1 |
| M | attic/html/images/16/bell.png | +0 / -1 |
| M | attic/html/images/16/bell_add.png | +0 / -1 |
| M | attic/html/images/16/bell_delete.png | +0 / -1 |
| M | attic/html/images/16/bell_error.png | +0 / -1 |
| M | attic/html/images/16/bell_go.png | +0 / -1 |
| M | attic/html/images/16/bell_link.png | +0 / -1 |
| M | attic/html/images/16/bin.png | +0 / -1 |
| M | attic/html/images/16/bin_closed.png | +0 / -1 |
| M | attic/html/images/16/bin_empty.png | +0 / -1 |
| M | attic/html/images/16/bomb.png | +0 / -1 |
| M | attic/html/images/16/book.png | +0 / -1 |
| M | attic/html/images/16/book_add.png | +0 / -1 |
| M | attic/html/images/16/book_addresses.png | +0 / -1 |
| M | attic/html/images/16/book_delete.png | +0 / -1 |
| M | attic/html/images/16/book_edit.png | +0 / -1 |
| M | attic/html/images/16/book_error.png | +0 / -1 |
| M | attic/html/images/16/book_go.png | +0 / -1 |
| M | attic/html/images/16/book_key.png | +0 / -1 |
| M | attic/html/images/16/book_link.png | +0 / -1 |
| M | attic/html/images/16/book_next.png | +0 / -1 |
| M | attic/html/images/16/book_open.png | +0 / -1 |
| M | attic/html/images/16/book_previous.png | +0 / -1 |
| M | attic/html/images/16/box.png | +0 / -1 |
| M | attic/html/images/16/brick.png | +0 / -1 |
| M | attic/html/images/16/brick_add.png | +0 / -1 |
| M | attic/html/images/16/brick_delete.png | +0 / -1 |
| M | attic/html/images/16/brick_edit.png | +0 / -1 |
| M | attic/html/images/16/brick_error.png | +0 / -1 |
| M | attic/html/images/16/brick_go.png | +0 / -1 |
| M | attic/html/images/16/brick_link.png | +0 / -1 |
| M | attic/html/images/16/bricks.png | +0 / -1 |
| M | attic/html/images/16/briefcase.png | +0 / -1 |
| M | attic/html/images/16/bug.png | +0 / -1 |
| M | attic/html/images/16/bug_add.png | +0 / -1 |
| M | attic/html/images/16/bug_delete.png | +0 / -1 |
| M | attic/html/images/16/bug_edit.png | +0 / -1 |
| M | attic/html/images/16/bug_error.png | +0 / -1 |
| M | attic/html/images/16/bug_go.png | +0 / -1 |
| M | attic/html/images/16/bug_link.png | +0 / -1 |
| M | attic/html/images/16/building.png | +0 / -1 |
| M | attic/html/images/16/building_add.png | +0 / -1 |
| M | attic/html/images/16/building_delete.png | +0 / -1 |
| M | attic/html/images/16/building_edit.png | +0 / -1 |
| M | attic/html/images/16/building_error.png | +0 / -1 |
| M | attic/html/images/16/building_go.png | +0 / -1 |
| M | attic/html/images/16/building_key.png | +0 / -1 |
| M | attic/html/images/16/building_link.png | +0 / -1 |
| M | attic/html/images/16/bullet_add.png | +0 / -1 |
| M | attic/html/images/16/bullet_arrow_bottom.png | +0 / -1 |
| M | attic/html/images/16/bullet_arrow_down.png | +0 / -1 |
| M | attic/html/images/16/bullet_arrow_top.png | +0 / -1 |
| M | attic/html/images/16/bullet_arrow_up.png | +0 / -1 |
| M | attic/html/images/16/bullet_black.png | +0 / -1 |
| M | attic/html/images/16/bullet_blue.png | +0 / -1 |
| M | attic/html/images/16/bullet_delete.png | +0 / -1 |
| M | attic/html/images/16/bullet_disk.png | +0 / -1 |
| M | attic/html/images/16/bullet_error.png | +0 / -1 |
| M | attic/html/images/16/bullet_feed.png | +0 / -1 |
| M | attic/html/images/16/bullet_go.png | +0 / -1 |
| M | attic/html/images/16/bullet_green.png | +0 / -1 |
| M | attic/html/images/16/bullet_key.png | +0 / -1 |
| M | attic/html/images/16/bullet_orange.png | +0 / -1 |
| M | attic/html/images/16/bullet_picture.png | +0 / -1 |
| M | attic/html/images/16/bullet_pink.png | +0 / -1 |
| M | attic/html/images/16/bullet_purple.png | +0 / -1 |
| M | attic/html/images/16/bullet_red.png | +0 / -1 |
| M | attic/html/images/16/bullet_star.png | +0 / -1 |
| M | attic/html/images/16/bullet_toggle_minus.png | +0 / -1 |
| M | attic/html/images/16/bullet_toggle_plus.png | +0 / -1 |
| M | attic/html/images/16/bullet_white.png | +0 / -1 |
| M | attic/html/images/16/bullet_wrench.png | +0 / -1 |
| M | attic/html/images/16/bullet_yellow.png | +0 / -1 |
| M | attic/html/images/16/cake.png | +0 / -1 |
| M | attic/html/images/16/calculator.png | +0 / -1 |
| M | attic/html/images/16/calculator_add.png | +0 / -1 |
| M | attic/html/images/16/calculator_delete.png | +0 / -1 |
| M | attic/html/images/16/calculator_edit.png | +0 / -1 |
| M | attic/html/images/16/calculator_error.png | +0 / -1 |
| M | attic/html/images/16/calculator_link.png | +0 / -1 |
| M | attic/html/images/16/calendar.png | +0 / -1 |
| M | attic/html/images/16/calendar_add.png | +0 / -1 |
| M | attic/html/images/16/calendar_delete.png | +0 / -1 |
| M | attic/html/images/16/calendar_edit.png | +0 / -1 |
| M | attic/html/images/16/calendar_link.png | +0 / -1 |
| M | attic/html/images/16/calendar_view_day.png | +0 / -1 |
| M | attic/html/images/16/calendar_view_month.png | +0 / -1 |
| M | attic/html/images/16/calendar_view_week.png | +0 / -1 |
| M | attic/html/images/16/camera.png | +0 / -1 |
| M | attic/html/images/16/camera_add.png | +0 / -1 |
| M | attic/html/images/16/camera_delete.png | +0 / -1 |
| M | attic/html/images/16/camera_edit.png | +0 / -1 |
| M | attic/html/images/16/camera_error.png | +0 / -1 |
| M | attic/html/images/16/camera_go.png | +0 / -1 |
| M | attic/html/images/16/camera_link.png | +0 / -1 |
| M | attic/html/images/16/camera_small.png | +0 / -1 |
| M | attic/html/images/16/cancel.png | +0 / -1 |
| M | attic/html/images/16/car.png | +0 / -1 |
| M | attic/html/images/16/car_add.png | +0 / -1 |
| M | attic/html/images/16/car_delete.png | +0 / -1 |
| M | attic/html/images/16/cart.png | +0 / -1 |
| M | attic/html/images/16/cart_add.png | +0 / -1 |
| M | attic/html/images/16/cart_delete.png | +0 / -1 |
| M | attic/html/images/16/cart_edit.png | +0 / -1 |
| M | attic/html/images/16/cart_error.png | +0 / -1 |
| M | attic/html/images/16/cart_go.png | +0 / -1 |
| M | attic/html/images/16/cart_put.png | +0 / -1 |
| M | attic/html/images/16/cart_remove.png | +0 / -1 |
| M | attic/html/images/16/cd.png | +0 / -1 |
| M | attic/html/images/16/cd_add.png | +0 / -1 |
| M | attic/html/images/16/cd_burn.png | +0 / -1 |
| M | attic/html/images/16/cd_delete.png | +0 / -1 |
| M | attic/html/images/16/cd_edit.png | +0 / -1 |
| M | attic/html/images/16/cd_eject.png | +0 / -1 |
| M | attic/html/images/16/cd_go.png | +0 / -1 |
| M | attic/html/images/16/chart_bar.png | +0 / -1 |
| M | attic/html/images/16/chart_bar_add.png | +0 / -1 |
| M | attic/html/images/16/chart_bar_delete.png | +0 / -1 |
| M | attic/html/images/16/chart_bar_edit.png | +0 / -1 |
| M | attic/html/images/16/chart_bar_error.png | +0 / -1 |
| M | attic/html/images/16/chart_bar_link.png | +0 / -1 |
| M | attic/html/images/16/chart_curve.png | +0 / -1 |
| M | attic/html/images/16/chart_curve_add.png | +0 / -1 |
| M | attic/html/images/16/chart_curve_delete.png | +0 / -1 |
| M | attic/html/images/16/chart_curve_edit.png | +0 / -1 |
| M | attic/html/images/16/chart_curve_error.png | +0 / -1 |
| M | attic/html/images/16/chart_curve_go.png | +0 / -1 |
| M | attic/html/images/16/chart_curve_link.png | +0 / -1 |
| M | attic/html/images/16/chart_line.png | +0 / -1 |
| M | attic/html/images/16/chart_line_add.png | +0 / -1 |
| M | attic/html/images/16/chart_line_delete.png | +0 / -1 |
| M | attic/html/images/16/chart_line_edit.png | +0 / -1 |
| M | attic/html/images/16/chart_line_error.png | +0 / -1 |
| M | attic/html/images/16/chart_line_link.png | +0 / -1 |
| M | attic/html/images/16/chart_organisation.png | +0 / -1 |
| M | attic/html/images/16/chart_organisation_add.png | +0 / -1 |
| M | attic/html/images/16/chart_organisation_delete.png | +0 / -1 |
| M | attic/html/images/16/chart_pie.png | +0 / -1 |
| M | attic/html/images/16/chart_pie_add.png | +0 / -1 |
| M | attic/html/images/16/chart_pie_delete.png | +0 / -1 |
| M | attic/html/images/16/chart_pie_edit.png | +0 / -1 |
| M | attic/html/images/16/chart_pie_error.png | +0 / -1 |
| M | attic/html/images/16/chart_pie_link.png | +0 / -1 |
| M | attic/html/images/16/clock.png | +0 / -1 |
| M | attic/html/images/16/clock_add.png | +0 / -1 |
| M | attic/html/images/16/clock_delete.png | +0 / -1 |
| M | attic/html/images/16/clock_edit.png | +0 / -1 |
| M | attic/html/images/16/clock_error.png | +0 / -1 |
| M | attic/html/images/16/clock_go.png | +0 / -1 |
| M | attic/html/images/16/clock_link.png | +0 / -1 |
| M | attic/html/images/16/clock_pause.png | +0 / -1 |
| M | attic/html/images/16/clock_play.png | +0 / -1 |
| M | attic/html/images/16/clock_red.png | +0 / -1 |
| M | attic/html/images/16/clock_stop.png | +0 / -1 |
| M | attic/html/images/16/cog.png | +0 / -1 |
| M | attic/html/images/16/cog_add.png | +0 / -1 |
| M | attic/html/images/16/cog_delete.png | +0 / -1 |
| M | attic/html/images/16/cog_disable.png | +0 / -1 |
| M | attic/html/images/16/cog_edit.png | +0 / -1 |
| M | attic/html/images/16/cog_error.png | +0 / -1 |
| M | attic/html/images/16/cog_go.png | +0 / -1 |
| M | attic/html/images/16/coins.png | +0 / -1 |
| M | attic/html/images/16/coins_add.png | +0 / -1 |
| M | attic/html/images/16/coins_delete.png | +0 / -1 |
| M | attic/html/images/16/color_swatch.png | +0 / -1 |
| M | attic/html/images/16/color_wheel.png | +0 / -1 |
| M | attic/html/images/16/comment.png | +0 / -1 |
| M | attic/html/images/16/comment_add.png | +0 / -1 |
| M | attic/html/images/16/comment_delete.png | +0 / -1 |
| M | attic/html/images/16/comment_edit.png | +0 / -1 |
| M | attic/html/images/16/comments.png | +0 / -1 |
| M | attic/html/images/16/comments_add.png | +0 / -1 |
| M | attic/html/images/16/comments_delete.png | +0 / -1 |
| M | attic/html/images/16/compress.png | +0 / -1 |
| M | attic/html/images/16/computer.png | +0 / -1 |
| M | attic/html/images/16/computer_add.png | +0 / -1 |
| M | attic/html/images/16/computer_delete.png | +0 / -1 |
| M | attic/html/images/16/computer_edit.png | +0 / -1 |
| M | attic/html/images/16/computer_error.png | +0 / -1 |
| M | attic/html/images/16/computer_go.png | +0 / -1 |
| M | attic/html/images/16/computer_key.png | +0 / -1 |
| M | attic/html/images/16/computer_link.png | +0 / -1 |
| M | attic/html/images/16/connect.png | +0 / -1 |
| M | attic/html/images/16/contrast.png | +0 / -1 |
| M | attic/html/images/16/contrast_decrease.png | +0 / -1 |
| M | attic/html/images/16/contrast_high.png | +0 / -1 |
| M | attic/html/images/16/contrast_increase.png | +0 / -1 |
| M | attic/html/images/16/contrast_low.png | +0 / -1 |
| M | attic/html/images/16/control_eject.png | +0 / -1 |
| M | attic/html/images/16/control_eject_blue.png | +0 / -1 |
| M | attic/html/images/16/control_end.png | +0 / -1 |
| M | attic/html/images/16/control_end_blue.png | +0 / -1 |
| M | attic/html/images/16/control_equalizer.png | +0 / -1 |
| M | attic/html/images/16/control_equalizer_blue.png | +0 / -1 |
| M | attic/html/images/16/control_fastforward.png | +0 / -1 |
| M | attic/html/images/16/control_fastforward_blue.png | +0 / -1 |
| M | attic/html/images/16/control_pause.png | +0 / -1 |
| M | attic/html/images/16/control_pause_blue.png | +0 / -1 |
| M | attic/html/images/16/control_play.png | +0 / -1 |
| M | attic/html/images/16/control_play_blue.png | +0 / -1 |
| M | attic/html/images/16/control_repeat.png | +0 / -1 |
| M | attic/html/images/16/control_repeat_blue.png | +0 / -1 |
| M | attic/html/images/16/control_rewind.png | +0 / -1 |
| M | attic/html/images/16/control_rewind_blue.png | +0 / -1 |
| M | attic/html/images/16/control_start.png | +0 / -1 |
| M | attic/html/images/16/control_start_blue.png | +0 / -1 |
| M | attic/html/images/16/control_stop.png | +0 / -1 |
| M | attic/html/images/16/control_stop_blue.png | +0 / -1 |
| M | attic/html/images/16/controller.png | +0 / -1 |
| M | attic/html/images/16/controller_add.png | +0 / -1 |
| M | attic/html/images/16/controller_delete.png | +0 / -1 |
| M | attic/html/images/16/controller_error.png | +0 / -1 |
| M | attic/html/images/16/creditcards.png | +0 / -1 |
| M | attic/html/images/16/cross.png | +0 / -1 |
| M | attic/html/images/16/css.png | +0 / -1 |
| M | attic/html/images/16/css_add.png | +0 / -1 |
| M | attic/html/images/16/css_delete.png | +0 / -1 |
| M | attic/html/images/16/css_go.png | +0 / -1 |
| M | attic/html/images/16/css_valid.png | +0 / -1 |
| M | attic/html/images/16/cup.png | +0 / -1 |
| M | attic/html/images/16/cup_add.png | +0 / -1 |
| M | attic/html/images/16/cup_delete.png | +0 / -1 |
| M | attic/html/images/16/cup_edit.png | +0 / -1 |
| M | attic/html/images/16/cup_error.png | +0 / -1 |
| M | attic/html/images/16/cup_go.png | +0 / -1 |
| M | attic/html/images/16/cup_key.png | +0 / -1 |
| M | attic/html/images/16/cup_link.png | +0 / -1 |
| M | attic/html/images/16/cursor.png | +0 / -1 |
| M | attic/html/images/16/cut.png | +0 / -1 |
| M | attic/html/images/16/cut_red.png | +0 / -1 |
| M | attic/html/images/16/database.png | +0 / -1 |
| M | attic/html/images/16/database_add.png | +0 / -1 |
| M | attic/html/images/16/database_connect.png | +0 / -1 |
| M | attic/html/images/16/database_delete.png | +0 / -1 |
| M | attic/html/images/16/database_edit.png | +0 / -1 |
| M | attic/html/images/16/database_error.png | +0 / -1 |
| M | attic/html/images/16/database_gear.png | +0 / -1 |
| M | attic/html/images/16/database_go.png | +0 / -1 |
| M | attic/html/images/16/database_key.png | +0 / -1 |
| M | attic/html/images/16/database_lightning.png | +0 / -1 |
| M | attic/html/images/16/database_link.png | +0 / -1 |
| M | attic/html/images/16/database_refresh.png | +0 / -1 |
| M | attic/html/images/16/database_save.png | +0 / -1 |
| M | attic/html/images/16/database_table.png | +0 / -1 |
| M | attic/html/images/16/date.png | +0 / -1 |
| M | attic/html/images/16/date_add.png | +0 / -1 |
| M | attic/html/images/16/date_delete.png | +0 / -1 |
| M | attic/html/images/16/date_edit.png | +0 / -1 |
| M | attic/html/images/16/date_error.png | +0 / -1 |
| M | attic/html/images/16/date_go.png | +0 / -1 |
| M | attic/html/images/16/date_link.png | +0 / -1 |
| M | attic/html/images/16/date_magnify.png | +0 / -1 |
| M | attic/html/images/16/date_next.png | +0 / -1 |
| M | attic/html/images/16/date_previous.png | +0 / -1 |
| M | attic/html/images/16/delete.png | +0 / -1 |
| M | attic/html/images/16/disconnect.png | +0 / -1 |
| M | attic/html/images/16/disk.png | +0 / -1 |
| M | attic/html/images/16/disk_multiple.png | +0 / -1 |
| M | attic/html/images/16/door.png | +0 / -1 |
| M | attic/html/images/16/door_in.png | +0 / -1 |
| M | attic/html/images/16/door_open.png | +0 / -1 |
| M | attic/html/images/16/door_out.png | +0 / -1 |
| M | attic/html/images/16/drink.png | +0 / -1 |
| M | attic/html/images/16/drink_empty.png | +0 / -1 |
| M | attic/html/images/16/drive.png | +0 / -1 |
| M | attic/html/images/16/drive_add.png | +0 / -1 |
| M | attic/html/images/16/drive_burn.png | +0 / -1 |
| M | attic/html/images/16/drive_cd.png | +0 / -1 |
| M | attic/html/images/16/drive_cd_empty.png | +0 / -1 |
| M | attic/html/images/16/drive_delete.png | +0 / -1 |
| M | attic/html/images/16/drive_disk.png | +0 / -1 |
| M | attic/html/images/16/drive_edit.png | +0 / -1 |
| M | attic/html/images/16/drive_error.png | +0 / -1 |
| M | attic/html/images/16/drive_go.png | +0 / -1 |
| M | attic/html/images/16/drive_key.png | +0 / -1 |
| M | attic/html/images/16/drive_link.png | +0 / -1 |
| M | attic/html/images/16/drive_magnify.png | +0 / -1 |
| M | attic/html/images/16/drive_network.png | +0 / -1 |
| M | attic/html/images/16/drive_rename.png | +0 / -1 |
| M | attic/html/images/16/drive_user.png | +0 / -1 |
| M | attic/html/images/16/drive_web.png | +0 / -1 |
| M | attic/html/images/16/dvd.png | +0 / -1 |
| M | attic/html/images/16/dvd_add.png | +0 / -1 |
| M | attic/html/images/16/dvd_delete.png | +0 / -1 |
| M | attic/html/images/16/dvd_edit.png | +0 / -1 |
| M | attic/html/images/16/dvd_error.png | +0 / -1 |
| M | attic/html/images/16/dvd_go.png | +0 / -1 |
| M | attic/html/images/16/dvd_key.png | +0 / -1 |
| M | attic/html/images/16/dvd_link.png | +0 / -1 |
| M | attic/html/images/16/email.png | +0 / -1 |
| M | attic/html/images/16/email_add.png | +0 / -1 |
| M | attic/html/images/16/email_attach.png | +0 / -1 |
| M | attic/html/images/16/email_delete.png | +0 / -1 |
| M | attic/html/images/16/email_edit.png | +0 / -1 |
| M | attic/html/images/16/email_error.png | +0 / -1 |
| M | attic/html/images/16/email_go.png | +0 / -1 |
| M | attic/html/images/16/email_link.png | +0 / -1 |
| M | attic/html/images/16/email_open.png | +0 / -1 |
| M | attic/html/images/16/email_open_image.png | +0 / -1 |
| M | attic/html/images/16/emoticon_evilgrin.png | +0 / -1 |
| M | attic/html/images/16/emoticon_grin.png | +0 / -1 |
| M | attic/html/images/16/emoticon_happy.png | +0 / -1 |
| M | attic/html/images/16/emoticon_smile.png | +0 / -1 |
| M | attic/html/images/16/emoticon_surprised.png | +0 / -1 |
| M | attic/html/images/16/emoticon_tongue.png | +0 / -1 |
| M | attic/html/images/16/emoticon_unhappy.png | +0 / -1 |
| M | attic/html/images/16/emoticon_waii.png | +0 / -1 |
| M | attic/html/images/16/emoticon_wink.png | +0 / -1 |
| M | attic/html/images/16/error.png | +0 / -1 |
| M | attic/html/images/16/error_add.png | +0 / -1 |
| M | attic/html/images/16/error_delete.png | +0 / -1 |
| M | attic/html/images/16/error_go.png | +0 / -1 |
| M | attic/html/images/16/exclamation.png | +0 / -1 |
| M | attic/html/images/16/eye.png | +0 / -1 |
| M | attic/html/images/16/feed.png | +0 / -1 |
| M | attic/html/images/16/feed_add.png | +0 / -1 |
| M | attic/html/images/16/feed_delete.png | +0 / -1 |
| M | attic/html/images/16/feed_disk.png | +0 / -1 |
| M | attic/html/images/16/feed_edit.png | +0 / -1 |
| M | attic/html/images/16/feed_error.png | +0 / -1 |
| M | attic/html/images/16/feed_go.png | +0 / -1 |
| M | attic/html/images/16/feed_key.png | +0 / -1 |
| M | attic/html/images/16/feed_link.png | +0 / -1 |
| M | attic/html/images/16/feed_magnify.png | +0 / -1 |
| M | attic/html/images/16/female.png | +0 / -1 |
| M | attic/html/images/16/film.png | +0 / -1 |
| M | attic/html/images/16/film_add.png | +0 / -1 |
| M | attic/html/images/16/film_delete.png | +0 / -1 |
| M | attic/html/images/16/film_edit.png | +0 / -1 |
| M | attic/html/images/16/film_error.png | +0 / -1 |
| M | attic/html/images/16/film_go.png | +0 / -1 |
| M | attic/html/images/16/film_key.png | +0 / -1 |
| M | attic/html/images/16/film_link.png | +0 / -1 |
| M | attic/html/images/16/film_save.png | +0 / -1 |
| M | attic/html/images/16/find.png | +0 / -1 |
| M | attic/html/images/16/flag_blue.png | +0 / -1 |
| M | attic/html/images/16/flag_green.png | +0 / -1 |
| M | attic/html/images/16/flag_orange.png | +0 / -1 |
| M | attic/html/images/16/flag_pink.png | +0 / -1 |
| M | attic/html/images/16/flag_purple.png | +0 / -1 |
| M | attic/html/images/16/flag_red.png | +0 / -1 |
| M | attic/html/images/16/flag_yellow.png | +0 / -1 |
| M | attic/html/images/16/flame.png | +0 / -1 |
| M | attic/html/images/16/folder.png | +0 / -1 |
| M | attic/html/images/16/folder_add.png | +0 / -1 |
| M | attic/html/images/16/folder_bell.png | +0 / -1 |
| M | attic/html/images/16/folder_brick.png | +0 / -1 |
| M | attic/html/images/16/folder_bug.png | +0 / -1 |
| M | attic/html/images/16/folder_camera.png | +0 / -1 |
| M | attic/html/images/16/folder_database.png | +0 / -1 |
| M | attic/html/images/16/folder_delete.png | +0 / -1 |
| M | attic/html/images/16/folder_edit.png | +0 / -1 |
| M | attic/html/images/16/folder_error.png | +0 / -1 |
| M | attic/html/images/16/folder_explore.png | +0 / -1 |
| M | attic/html/images/16/folder_feed.png | +0 / -1 |
| M | attic/html/images/16/folder_find.png | +0 / -1 |
| M | attic/html/images/16/folder_go.png | +0 / -1 |
| M | attic/html/images/16/folder_heart.png | +0 / -1 |
| M | attic/html/images/16/folder_image.png | +0 / -1 |
| M | attic/html/images/16/folder_key.png | +0 / -1 |
| M | attic/html/images/16/folder_lightbulb.png | +0 / -1 |
| M | attic/html/images/16/folder_link.png | +0 / -1 |
| M | attic/html/images/16/folder_magnify.png | +0 / -1 |
| M | attic/html/images/16/folder_page.png | +0 / -1 |
| M | attic/html/images/16/folder_page_white.png | +0 / -1 |
| M | attic/html/images/16/folder_palette.png | +0 / -1 |
| M | attic/html/images/16/folder_picture.png | +0 / -1 |
| M | attic/html/images/16/folder_star.png | +0 / -1 |
| M | attic/html/images/16/folder_table.png | +0 / -1 |
| M | attic/html/images/16/folder_user.png | +0 / -1 |
| M | attic/html/images/16/folder_wrench.png | +0 / -1 |
| M | attic/html/images/16/font.png | +0 / -1 |
| M | attic/html/images/16/font_add.png | +0 / -1 |
| M | attic/html/images/16/font_delete.png | +0 / -1 |
| M | attic/html/images/16/font_go.png | +0 / -1 |
| M | attic/html/images/16/group.png | +0 / -1 |
| M | attic/html/images/16/group_add.png | +0 / -1 |
| M | attic/html/images/16/group_delete.png | +0 / -1 |
| M | attic/html/images/16/group_edit.png | +0 / -1 |
| M | attic/html/images/16/group_error.png | +0 / -1 |
| M | attic/html/images/16/group_gear.png | +0 / -1 |
| M | attic/html/images/16/group_go.png | +0 / -1 |
| M | attic/html/images/16/group_key.png | +0 / -1 |
| M | attic/html/images/16/group_link.png | +0 / -1 |
| M | attic/html/images/16/heart.png | +0 / -1 |
| M | attic/html/images/16/heart_add.png | +0 / -1 |
| M | attic/html/images/16/heart_delete.png | +0 / -1 |
| M | attic/html/images/16/help.png | +0 / -1 |
| M | attic/html/images/16/hourglass.png | +0 / -1 |
| M | attic/html/images/16/hourglass_add.png | +0 / -1 |
| M | attic/html/images/16/hourglass_delete.png | +0 / -1 |
| M | attic/html/images/16/hourglass_go.png | +0 / -1 |
| M | attic/html/images/16/hourglass_link.png | +0 / -1 |
| M | attic/html/images/16/house.png | +0 / -1 |
| M | attic/html/images/16/house_go.png | +0 / -1 |
| M | attic/html/images/16/house_link.png | +0 / -1 |
| M | attic/html/images/16/html.png | +0 / -1 |
| M | attic/html/images/16/html_add.png | +0 / -1 |
| M | attic/html/images/16/html_delete.png | +0 / -1 |
| M | attic/html/images/16/html_go.png | +0 / -1 |
| M | attic/html/images/16/html_valid.png | +0 / -1 |
| M | attic/html/images/16/if-connect.png | +0 / -1 |
| M | attic/html/images/16/if-disable.png | +0 / -1 |
| M | attic/html/images/16/if-disconnect.png | +0 / -1 |
| M | attic/html/images/16/if-enable.png | +0 / -1 |
| M | attic/html/images/16/image.png | +0 / -1 |
| M | attic/html/images/16/image_add.png | +0 / -1 |
| M | attic/html/images/16/image_delete.png | +0 / -1 |
| M | attic/html/images/16/image_edit.png | +0 / -1 |
| M | attic/html/images/16/image_link.png | +0 / -1 |
| M | attic/html/images/16/images.png | +0 / -1 |
| M | attic/html/images/16/information.png | +0 / -1 |
| M | attic/html/images/16/ipod.png | +0 / -1 |
| M | attic/html/images/16/ipod_cast.png | +0 / -1 |
| M | attic/html/images/16/ipod_cast_add.png | +0 / -1 |
| M | attic/html/images/16/ipod_cast_delete.png | +0 / -1 |
| M | attic/html/images/16/ipod_sound.png | +0 / -1 |
| M | attic/html/images/16/joystick.png | +0 / -1 |
| M | attic/html/images/16/joystick_add.png | +0 / -1 |
| M | attic/html/images/16/joystick_delete.png | +0 / -1 |
| M | attic/html/images/16/joystick_error.png | +0 / -1 |
| M | attic/html/images/16/key.png | +0 / -1 |
| M | attic/html/images/16/key_add.png | +0 / -1 |
| M | attic/html/images/16/key_delete.png | +0 / -1 |
| M | attic/html/images/16/key_go.png | +0 / -1 |
| M | attic/html/images/16/keyboard.png | +0 / -1 |
| M | attic/html/images/16/keyboard_add.png | +0 / -1 |
| M | attic/html/images/16/keyboard_delete.png | +0 / -1 |
| M | attic/html/images/16/keyboard_magnify.png | +0 / -1 |
| M | attic/html/images/16/layers.png | +0 / -1 |
| M | attic/html/images/16/layout.png | +0 / -1 |
| M | attic/html/images/16/layout_add.png | +0 / -1 |
| M | attic/html/images/16/layout_content.png | +0 / -1 |
| M | attic/html/images/16/layout_delete.png | +0 / -1 |
| M | attic/html/images/16/layout_edit.png | +0 / -1 |
| M | attic/html/images/16/layout_error.png | +0 / -1 |
| M | attic/html/images/16/layout_header.png | +0 / -1 |
| M | attic/html/images/16/layout_link.png | +0 / -1 |
| M | attic/html/images/16/layout_sidebar.png | +0 / -1 |
| M | attic/html/images/16/lightbulb.png | +0 / -1 |
| M | attic/html/images/16/lightbulb_add.png | +0 / -1 |
| M | attic/html/images/16/lightbulb_delete.png | +0 / -1 |
| M | attic/html/images/16/lightbulb_off.png | +0 / -1 |
| M | attic/html/images/16/lightning.png | +0 / -1 |
| M | attic/html/images/16/lightning_add.png | +0 / -1 |
| M | attic/html/images/16/lightning_delete.png | +0 / -1 |
| M | attic/html/images/16/lightning_go.png | +0 / -1 |
| M | attic/html/images/16/link.png | +0 / -1 |
| M | attic/html/images/16/link_add.png | +0 / -1 |
| M | attic/html/images/16/link_break.png | +0 / -1 |
| M | attic/html/images/16/link_delete.png | +0 / -1 |
| M | attic/html/images/16/link_edit.png | +0 / -1 |
| M | attic/html/images/16/link_error.png | +0 / -1 |
| M | attic/html/images/16/link_go.png | +0 / -1 |
| M | attic/html/images/16/lock.png | +0 / -1 |
| M | attic/html/images/16/lock_add.png | +0 / -1 |
| M | attic/html/images/16/lock_break.png | +0 / -1 |
| M | attic/html/images/16/lock_delete.png | +0 / -1 |
| M | attic/html/images/16/lock_edit.png | +0 / -1 |
| M | attic/html/images/16/lock_go.png | +0 / -1 |
| M | attic/html/images/16/lock_open.png | +0 / -1 |
| M | attic/html/images/16/lorry.png | +0 / -1 |
| M | attic/html/images/16/lorry_add.png | +0 / -1 |
| M | attic/html/images/16/lorry_delete.png | +0 / -1 |
| M | attic/html/images/16/lorry_error.png | +0 / -1 |
| M | attic/html/images/16/lorry_flatbed.png | +0 / -1 |
| M | attic/html/images/16/lorry_go.png | +0 / -1 |
| M | attic/html/images/16/lorry_link.png | +0 / -1 |
| M | attic/html/images/16/magifier_zoom_out.png | +0 / -1 |
| M | attic/html/images/16/magnifier.png | +0 / -1 |
| M | attic/html/images/16/magnifier_zoom_in.png | +0 / -1 |
| M | attic/html/images/16/male.png | +0 / -1 |
| M | attic/html/images/16/map.png | +0 / -1 |
| M | attic/html/images/16/map_add.png | +0 / -1 |
| M | attic/html/images/16/map_delete.png | +0 / -1 |
| M | attic/html/images/16/map_edit.png | +0 / -1 |
| M | attic/html/images/16/map_go.png | +0 / -1 |
| M | attic/html/images/16/map_magnify.png | +0 / -1 |
| M | attic/html/images/16/medal_bronze_1.png | +0 / -1 |
| M | attic/html/images/16/medal_bronze_2.png | +0 / -1 |
| M | attic/html/images/16/medal_bronze_3.png | +0 / -1 |
| M | attic/html/images/16/medal_bronze_add.png | +0 / -1 |
| M | attic/html/images/16/medal_bronze_delete.png | +0 / -1 |
| M | attic/html/images/16/medal_gold_1.png | +0 / -1 |
| M | attic/html/images/16/medal_gold_2.png | +0 / -1 |
| M | attic/html/images/16/medal_gold_3.png | +0 / -1 |
| M | attic/html/images/16/medal_gold_add.png | +0 / -1 |
| M | attic/html/images/16/medal_gold_delete.png | +0 / -1 |
| M | attic/html/images/16/medal_silver_1.png | +0 / -1 |
| M | attic/html/images/16/medal_silver_2.png | +0 / -1 |
| M | attic/html/images/16/medal_silver_3.png | +0 / -1 |
| M | attic/html/images/16/medal_silver_add.png | +0 / -1 |
| M | attic/html/images/16/medal_silver_delete.png | +0 / -1 |
| M | attic/html/images/16/money.png | +0 / -1 |
| M | attic/html/images/16/money_add.png | +0 / -1 |
| M | attic/html/images/16/money_delete.png | +0 / -1 |
| M | attic/html/images/16/money_dollar.png | +0 / -1 |
| M | attic/html/images/16/money_euro.png | +0 / -1 |
| M | attic/html/images/16/money_pound.png | +0 / -1 |
| M | attic/html/images/16/money_yen.png | +0 / -1 |
| M | attic/html/images/16/monitor.png | +0 / -1 |
| M | attic/html/images/16/monitor_add.png | +0 / -1 |
| M | attic/html/images/16/monitor_delete.png | +0 / -1 |
| M | attic/html/images/16/monitor_edit.png | +0 / -1 |
| M | attic/html/images/16/monitor_error.png | +0 / -1 |
| M | attic/html/images/16/monitor_go.png | +0 / -1 |
| M | attic/html/images/16/monitor_lightning.png | +0 / -1 |
| M | attic/html/images/16/monitor_link.png | +0 / -1 |
| M | attic/html/images/16/mouse.png | +0 / -1 |
| M | attic/html/images/16/mouse_add.png | +0 / -1 |
| M | attic/html/images/16/mouse_delete.png | +0 / -1 |
| M | attic/html/images/16/mouse_error.png | +0 / -1 |
| M | attic/html/images/16/music.png | +0 / -1 |
| M | attic/html/images/16/new.png | +0 / -1 |
| M | attic/html/images/16/newspaper.png | +0 / -1 |
| M | attic/html/images/16/newspaper_add.png | +0 / -1 |
| M | attic/html/images/16/newspaper_delete.png | +0 / -1 |
| M | attic/html/images/16/newspaper_go.png | +0 / -1 |
| M | attic/html/images/16/newspaper_link.png | +0 / -1 |
| M | attic/html/images/16/note.png | +0 / -1 |
| M | attic/html/images/16/note_add.png | +0 / -1 |
| M | attic/html/images/16/note_delete.png | +0 / -1 |
| M | attic/html/images/16/note_edit.png | +0 / -1 |
| M | attic/html/images/16/note_error.png | +0 / -1 |
| M | attic/html/images/16/note_go.png | +0 / -1 |
| M | attic/html/images/16/overlays.png | +0 / -1 |
| M | attic/html/images/16/package.png | +0 / -1 |
| M | attic/html/images/16/package_add.png | +0 / -1 |
| M | attic/html/images/16/package_delete.png | +0 / -1 |
| M | attic/html/images/16/package_go.png | +0 / -1 |
| M | attic/html/images/16/package_green.png | +0 / -1 |
| M | attic/html/images/16/package_link.png | +0 / -1 |
| M | attic/html/images/16/page.png | +0 / -1 |
| M | attic/html/images/16/page_add.png | +0 / -1 |
| M | attic/html/images/16/page_attach.png | +0 / -1 |
| M | attic/html/images/16/page_code.png | +0 / -1 |
| M | attic/html/images/16/page_copy.png | +0 / -1 |
| M | attic/html/images/16/page_delete.png | +0 / -1 |
| M | attic/html/images/16/page_edit.png | +0 / -1 |
| M | attic/html/images/16/page_error.png | +0 / -1 |
| M | attic/html/images/16/page_excel.png | +0 / -1 |
| M | attic/html/images/16/page_find.png | +0 / -1 |
| M | attic/html/images/16/page_gear.png | +0 / -1 |
| M | attic/html/images/16/page_go.png | +0 / -1 |
| M | attic/html/images/16/page_green.png | +0 / -1 |
| M | attic/html/images/16/page_key.png | +0 / -1 |
| M | attic/html/images/16/page_lightning.png | +0 / -1 |
| M | attic/html/images/16/page_link.png | +0 / -1 |
| M | attic/html/images/16/page_paintbrush.png | +0 / -1 |
| M | attic/html/images/16/page_paste.png | +0 / -1 |
| M | attic/html/images/16/page_red.png | +0 / -1 |
| M | attic/html/images/16/page_refresh.png | +0 / -1 |
| M | attic/html/images/16/page_save.png | +0 / -1 |
| M | attic/html/images/16/page_white.png | +0 / -1 |
| M | attic/html/images/16/page_white_acrobat.png | +0 / -1 |
| M | attic/html/images/16/page_white_actionscript.png | +0 / -1 |
| M | attic/html/images/16/page_white_add.png | +0 / -1 |
| M | attic/html/images/16/page_white_c.png | +0 / -1 |
| M | attic/html/images/16/page_white_camera.png | +0 / -1 |
| M | attic/html/images/16/page_white_cd.png | +0 / -1 |
| M | attic/html/images/16/page_white_code.png | +0 / -1 |
| M | attic/html/images/16/page_white_code_red.png | +0 / -1 |
| M | attic/html/images/16/page_white_coldfusion.png | +0 / -1 |
| M | attic/html/images/16/page_white_compressed.png | +0 / -1 |
| M | attic/html/images/16/page_white_copy.png | +0 / -1 |
| M | attic/html/images/16/page_white_cplusplus.png | +0 / -1 |
| M | attic/html/images/16/page_white_csharp.png | +0 / -1 |
| M | attic/html/images/16/page_white_cup.png | +0 / -1 |
| M | attic/html/images/16/page_white_database.png | +0 / -1 |
| M | attic/html/images/16/page_white_delete.png | +0 / -1 |
| M | attic/html/images/16/page_white_dvd.png | +0 / -1 |
| M | attic/html/images/16/page_white_edit.png | +0 / -1 |
| M | attic/html/images/16/page_white_error.png | +0 / -1 |
| M | attic/html/images/16/page_white_excel.png | +0 / -1 |
| M | attic/html/images/16/page_white_find.png | +0 / -1 |
| M | attic/html/images/16/page_white_flash.png | +0 / -1 |
| M | attic/html/images/16/page_white_freehand.png | +0 / -1 |
| M | attic/html/images/16/page_white_gear.png | +0 / -1 |
| M | attic/html/images/16/page_white_get.png | +0 / -1 |
| M | attic/html/images/16/page_white_go.png | +0 / -1 |
| M | attic/html/images/16/page_white_h.png | +0 / -1 |
| M | attic/html/images/16/page_white_horizontal.png | +0 / -1 |
| M | attic/html/images/16/page_white_key.png | +0 / -1 |
| M | attic/html/images/16/page_white_lightning.png | +0 / -1 |
| M | attic/html/images/16/page_white_link.png | +0 / -1 |
| M | attic/html/images/16/page_white_magnify.png | +0 / -1 |
| M | attic/html/images/16/page_white_medal.png | +0 / -1 |
| M | attic/html/images/16/page_white_office.png | +0 / -1 |
| M | attic/html/images/16/page_white_paint.png | +0 / -1 |
| M | attic/html/images/16/page_white_paintbrush.png | +0 / -1 |
| M | attic/html/images/16/page_white_paste.png | +0 / -1 |
| M | attic/html/images/16/page_white_php.png | +0 / -1 |
| M | attic/html/images/16/page_white_picture.png | +0 / -1 |
| M | attic/html/images/16/page_white_powerpoint.png | +0 / -1 |
| M | attic/html/images/16/page_white_put.png | +0 / -1 |
| M | attic/html/images/16/page_white_ruby.png | +0 / -1 |
| M | attic/html/images/16/page_white_stack.png | +0 / -1 |
| M | attic/html/images/16/page_white_star.png | +0 / -1 |
| M | attic/html/images/16/page_white_swoosh.png | +0 / -1 |
| M | attic/html/images/16/page_white_text.png | +0 / -1 |
| M | attic/html/images/16/page_white_text_width.png | +0 / -1 |
| M | attic/html/images/16/page_white_tux.png | +0 / -1 |
| M | attic/html/images/16/page_white_vector.png | +0 / -1 |
| M | attic/html/images/16/page_white_visualstudio.png | +0 / -1 |
| M | attic/html/images/16/page_white_width.png | +0 / -1 |
| M | attic/html/images/16/page_white_word.png | +0 / -1 |
| M | attic/html/images/16/page_white_world.png | +0 / -1 |
| M | attic/html/images/16/page_white_wrench.png | +0 / -1 |
| M | attic/html/images/16/page_white_zip.png | +0 / -1 |
| M | attic/html/images/16/page_word.png | +0 / -1 |
| M | attic/html/images/16/page_world.png | +0 / -1 |
| M | attic/html/images/16/paintbrush.png | +0 / -1 |
| M | attic/html/images/16/paintcan.png | +0 / -1 |
| M | attic/html/images/16/palette.png | +0 / -1 |
| M | attic/html/images/16/paste_plain.png | +0 / -1 |
| M | attic/html/images/16/paste_word.png | +0 / -1 |
| M | attic/html/images/16/pencil.png | +0 / -1 |
| M | attic/html/images/16/pencil_add.png | +0 / -1 |
| M | attic/html/images/16/pencil_delete.png | +0 / -1 |
| M | attic/html/images/16/pencil_go.png | +0 / -1 |
| M | attic/html/images/16/phone.png | +0 / -1 |
| M | attic/html/images/16/phone_add.png | +0 / -1 |
| M | attic/html/images/16/phone_delete.png | +0 / -1 |
| M | attic/html/images/16/phone_sound.png | +0 / -1 |
| M | attic/html/images/16/photo.png | +0 / -1 |
| M | attic/html/images/16/photo_add.png | +0 / -1 |
| M | attic/html/images/16/photo_delete.png | +0 / -1 |
| M | attic/html/images/16/photo_link.png | +0 / -1 |
| M | attic/html/images/16/photos.png | +0 / -1 |
| M | attic/html/images/16/picture.png | +0 / -1 |
| M | attic/html/images/16/picture_add.png | +0 / -1 |
| M | attic/html/images/16/picture_delete.png | +0 / -1 |
| M | attic/html/images/16/picture_edit.png | +0 / -1 |
| M | attic/html/images/16/picture_empty.png | +0 / -1 |
| M | attic/html/images/16/picture_error.png | +0 / -1 |
| M | attic/html/images/16/picture_go.png | +0 / -1 |
| M | attic/html/images/16/picture_key.png | +0 / -1 |
| M | attic/html/images/16/picture_link.png | +0 / -1 |
| M | attic/html/images/16/picture_save.png | +0 / -1 |
| M | attic/html/images/16/pictures.png | +0 / -1 |
| M | attic/html/images/16/pilcrow.png | +0 / -1 |
| M | attic/html/images/16/pill.png | +0 / -1 |
| M | attic/html/images/16/pill_add.png | +0 / -1 |
| M | attic/html/images/16/pill_delete.png | +0 / -1 |
| M | attic/html/images/16/pill_go.png | +0 / -1 |
| M | attic/html/images/16/plugin.png | +0 / -1 |
| M | attic/html/images/16/plugin_add.png | +0 / -1 |
| M | attic/html/images/16/plugin_delete.png | +0 / -1 |
| M | attic/html/images/16/plugin_disabled.png | +0 / -1 |
| M | attic/html/images/16/plugin_edit.png | +0 / -1 |
| M | attic/html/images/16/plugin_error.png | +0 / -1 |
| M | attic/html/images/16/plugin_go.png | +0 / -1 |
| M | attic/html/images/16/plugin_link.png | +0 / -1 |
| M | attic/html/images/16/port_graphs.png | +0 / -1 |
| M | attic/html/images/16/printer.png | +0 / -1 |
| M | attic/html/images/16/printer_add.png | +0 / -1 |
| M | attic/html/images/16/printer_delete.png | +0 / -1 |
| M | attic/html/images/16/printer_empty.png | +0 / -1 |
| M | attic/html/images/16/printer_error.png | +0 / -1 |
| M | attic/html/images/16/rainbow.png | +0 / -1 |
| M | attic/html/images/16/report.png | +0 / -1 |
| M | attic/html/images/16/report_add.png | +0 / -1 |
| M | attic/html/images/16/report_delete.png | +0 / -1 |
| M | attic/html/images/16/report_disk.png | +0 / -1 |
| M | attic/html/images/16/report_edit.png | +0 / -1 |
| M | attic/html/images/16/report_go.png | +0 / -1 |
| M | attic/html/images/16/report_key.png | +0 / -1 |
| M | attic/html/images/16/report_link.png | +0 / -1 |
| M | attic/html/images/16/report_magnify.png | +0 / -1 |
| M | attic/html/images/16/report_picture.png | +0 / -1 |
| M | attic/html/images/16/report_user.png | +0 / -1 |
| M | attic/html/images/16/report_word.png | +0 / -1 |
| M | attic/html/images/16/resultset_first.png | +0 / -1 |
| M | attic/html/images/16/resultset_last.png | +0 / -1 |
| M | attic/html/images/16/resultset_next.png | +0 / -1 |
| M | attic/html/images/16/resultset_previous.png | +0 / -1 |
| M | attic/html/images/16/rosette.png | +0 / -1 |
| M | attic/html/images/16/rss.png | +0 / -1 |
| M | attic/html/images/16/rss_add.png | +0 / -1 |
| M | attic/html/images/16/rss_delete.png | +0 / -1 |
| M | attic/html/images/16/rss_go.png | +0 / -1 |
| M | attic/html/images/16/rss_valid.png | +0 / -1 |
| M | attic/html/images/16/ruby.png | +0 / -1 |
| M | attic/html/images/16/ruby_add.png | +0 / -1 |
| M | attic/html/images/16/ruby_delete.png | +0 / -1 |
| M | attic/html/images/16/ruby_gear.png | +0 / -1 |
| M | attic/html/images/16/ruby_get.png | +0 / -1 |
| M | attic/html/images/16/ruby_go.png | +0 / -1 |
| M | attic/html/images/16/ruby_key.png | +0 / -1 |
| M | attic/html/images/16/ruby_link.png | +0 / -1 |
| M | attic/html/images/16/ruby_put.png | +0 / -1 |
| M | attic/html/images/16/script.png | +0 / -1 |
| M | attic/html/images/16/script_add.png | +0 / -1 |
| M | attic/html/images/16/script_code.png | +0 / -1 |
| M | attic/html/images/16/script_code_red.png | +0 / -1 |
| M | attic/html/images/16/script_delete.png | +0 / -1 |
| M | attic/html/images/16/script_edit.png | +0 / -1 |
| M | attic/html/images/16/script_error.png | +0 / -1 |
| M | attic/html/images/16/script_gear.png | +0 / -1 |
| M | attic/html/images/16/script_go.png | +0 / -1 |
| M | attic/html/images/16/script_key.png | +0 / -1 |
| M | attic/html/images/16/script_lightning.png | +0 / -1 |
| M | attic/html/images/16/script_link.png | +0 / -1 |
| M | attic/html/images/16/script_palette.png | +0 / -1 |
| M | attic/html/images/16/script_save.png | +0 / -1 |
| M | attic/html/images/16/server.png | +0 / -1 |
| M | attic/html/images/16/server_add.png | +0 / -1 |
| M | attic/html/images/16/server_chart.png | +0 / -1 |
| M | attic/html/images/16/server_cog.png | +0 / -1 |
| M | attic/html/images/16/server_compressed.png | +0 / -1 |
| M | attic/html/images/16/server_connect.png | +0 / -1 |
| M | attic/html/images/16/server_database.png | +0 / -1 |
| M | attic/html/images/16/server_delete.png | +0 / -1 |
| M | attic/html/images/16/server_edit.png | +0 / -1 |
| M | attic/html/images/16/server_error.png | +0 / -1 |
| M | attic/html/images/16/server_go.png | +0 / -1 |
| M | attic/html/images/16/server_key.png | +0 / -1 |
| M | attic/html/images/16/server_lightning.png | +0 / -1 |
| M | attic/html/images/16/server_link.png | +0 / -1 |
| M | attic/html/images/16/server_uncompressed.png | +0 / -1 |
| M | attic/html/images/16/shading.png | +0 / -1 |
| M | attic/html/images/16/shape_align_bottom.png | +0 / -1 |
| M | attic/html/images/16/shape_align_center.png | +0 / -1 |
| M | attic/html/images/16/shape_align_left.png | +0 / -1 |
| M | attic/html/images/16/shape_align_middle.png | +0 / -1 |
| M | attic/html/images/16/shape_align_right.png | +0 / -1 |
| M | attic/html/images/16/shape_align_top.png | +0 / -1 |
| M | attic/html/images/16/shape_flip_horizontal.png | +0 / -1 |
| M | attic/html/images/16/shape_flip_vertical.png | +0 / -1 |
| M | attic/html/images/16/shape_group.png | +0 / -1 |
| M | attic/html/images/16/shape_handles.png | +0 / -1 |
| M | attic/html/images/16/shape_move_back.png | +0 / -1 |
| M | attic/html/images/16/shape_move_backwards.png | +0 / -1 |
| M | attic/html/images/16/shape_move_forwards.png | +0 / -1 |
| M | attic/html/images/16/shape_move_front.png | +0 / -1 |
| M | attic/html/images/16/shape_rotate_anticlockwise.png | +0 / -1 |
| M | attic/html/images/16/shape_rotate_clockwise.png | +0 / -1 |
| M | attic/html/images/16/shape_square.png | +0 / -1 |
| M | attic/html/images/16/shape_square_add.png | +0 / -1 |
| M | attic/html/images/16/shape_square_delete.png | +0 / -1 |
| M | attic/html/images/16/shape_square_edit.png | +0 / -1 |
| M | attic/html/images/16/shape_square_error.png | +0 / -1 |
| M | attic/html/images/16/shape_square_go.png | +0 / -1 |
| M | attic/html/images/16/shape_square_key.png | +0 / -1 |
| M | attic/html/images/16/shape_square_link.png | +0 / -1 |
| M | attic/html/images/16/shape_ungroup.png | +0 / -1 |
| M | attic/html/images/16/shield.png | +0 / -1 |
| M | attic/html/images/16/shield_add.png | +0 / -1 |
| M | attic/html/images/16/shield_delete.png | +0 / -1 |
| M | attic/html/images/16/shield_go.png | +0 / -1 |
| M | attic/html/images/16/sitemap.png | +0 / -1 |
| M | attic/html/images/16/sitemap_color.png | +0 / -1 |
| M | attic/html/images/16/sound.png | +0 / -1 |
| M | attic/html/images/16/sound_add.png | +0 / -1 |
| M | attic/html/images/16/sound_delete.png | +0 / -1 |
| M | attic/html/images/16/sound_low.png | +0 / -1 |
| M | attic/html/images/16/sound_mute.png | +0 / -1 |
| M | attic/html/images/16/sound_none.png | +0 / -1 |
| M | attic/html/images/16/spellcheck.png | +0 / -1 |
| M | attic/html/images/16/sport_8ball.png | +0 / -1 |
| M | attic/html/images/16/sport_basketball.png | +0 / -1 |
| M | attic/html/images/16/sport_football.png | +0 / -1 |
| M | attic/html/images/16/sport_golf.png | +0 / -1 |
| M | attic/html/images/16/sport_raquet.png | +0 / -1 |
| M | attic/html/images/16/sport_shuttlecock.png | +0 / -1 |
| M | attic/html/images/16/sport_soccer.png | +0 / -1 |
| M | attic/html/images/16/sport_tennis.png | +0 / -1 |
| M | attic/html/images/16/star.png | +0 / -1 |
| M | attic/html/images/16/status_away.png | +0 / -1 |
| M | attic/html/images/16/status_busy.png | +0 / -1 |
| M | attic/html/images/16/status_offline.png | +0 / -1 |
| M | attic/html/images/16/status_online.png | +0 / -1 |
| M | attic/html/images/16/stop.png | +0 / -1 |
| M | attic/html/images/16/style.png | +0 / -1 |
| M | attic/html/images/16/style_add.png | +0 / -1 |
| M | attic/html/images/16/style_delete.png | +0 / -1 |
| M | attic/html/images/16/style_edit.png | +0 / -1 |
| M | attic/html/images/16/style_go.png | +0 / -1 |
| M | attic/html/images/16/sum.png | +0 / -1 |
| M | attic/html/images/16/tab.png | +0 / -1 |
| M | attic/html/images/16/tab_add.png | +0 / -1 |
| M | attic/html/images/16/tab_delete.png | +0 / -1 |
| M | attic/html/images/16/tab_edit.png | +0 / -1 |
| M | attic/html/images/16/tab_go.png | +0 / -1 |
| M | attic/html/images/16/table.png | +0 / -1 |
| M | attic/html/images/16/table_add.png | +0 / -1 |
| M | attic/html/images/16/table_delete.png | +0 / -1 |
| M | attic/html/images/16/table_edit.png | +0 / -1 |
| M | attic/html/images/16/table_error.png | +0 / -1 |
| M | attic/html/images/16/table_gear.png | +0 / -1 |
| M | attic/html/images/16/table_go.png | +0 / -1 |
| M | attic/html/images/16/table_key.png | +0 / -1 |
| M | attic/html/images/16/table_lightning.png | +0 / -1 |
| M | attic/html/images/16/table_link.png | +0 / -1 |
| M | attic/html/images/16/table_multiple.png | +0 / -1 |
| M | attic/html/images/16/table_refresh.png | +0 / -1 |
| M | attic/html/images/16/table_relationship.png | +0 / -1 |
| M | attic/html/images/16/table_row_delete.png | +0 / -1 |
| M | attic/html/images/16/table_row_insert.png | +0 / -1 |
| M | attic/html/images/16/table_save.png | +0 / -1 |
| M | attic/html/images/16/table_sort.png | +0 / -1 |
| M | attic/html/images/16/tag.png | +0 / -1 |
| M | attic/html/images/16/tag_blue.png | +0 / -1 |
| M | attic/html/images/16/tag_blue_add.png | +0 / -1 |
| M | attic/html/images/16/tag_blue_delete.png | +0 / -1 |
| M | attic/html/images/16/tag_blue_edit.png | +0 / -1 |
| M | attic/html/images/16/tag_green.png | +0 / -1 |
| M | attic/html/images/16/tag_orange.png | +0 / -1 |
| M | attic/html/images/16/tag_pink.png | +0 / -1 |
| M | attic/html/images/16/tag_purple.png | +0 / -1 |
| M | attic/html/images/16/tag_red.png | +0 / -1 |
| M | attic/html/images/16/tag_yellow.png | +0 / -1 |
| M | attic/html/images/16/telephone.png | +0 / -1 |
| M | attic/html/images/16/telephone_add.png | +0 / -1 |
| M | attic/html/images/16/telephone_delete.png | +0 / -1 |
| M | attic/html/images/16/telephone_edit.png | +0 / -1 |
| M | attic/html/images/16/telephone_error.png | +0 / -1 |
| M | attic/html/images/16/telephone_go.png | +0 / -1 |
| M | attic/html/images/16/telephone_key.png | +0 / -1 |
| M | attic/html/images/16/telephone_link.png | +0 / -1 |
| M | attic/html/images/16/television.png | +0 / -1 |
| M | attic/html/images/16/television_add.png | +0 / -1 |
| M | attic/html/images/16/television_delete.png | +0 / -1 |
| M | attic/html/images/16/text_align_center.png | +0 / -1 |
| M | attic/html/images/16/text_align_justify.png | +0 / -1 |
| M | attic/html/images/16/text_align_left.png | +0 / -1 |
| M | attic/html/images/16/text_align_right.png | +0 / -1 |
| M | attic/html/images/16/text_allcaps.png | +0 / -1 |
| M | attic/html/images/16/text_bold.png | +0 / -1 |
| M | attic/html/images/16/text_columns.png | +0 / -1 |
| M | attic/html/images/16/text_dropcaps.png | +0 / -1 |
| M | attic/html/images/16/text_heading_1.png | +0 / -1 |
| M | attic/html/images/16/text_heading_2.png | +0 / -1 |
| M | attic/html/images/16/text_heading_3.png | +0 / -1 |
| M | attic/html/images/16/text_heading_4.png | +0 / -1 |
| M | attic/html/images/16/text_heading_5.png | +0 / -1 |
| M | attic/html/images/16/text_heading_6.png | +0 / -1 |
| M | attic/html/images/16/text_horizontalrule.png | +0 / -1 |
| M | attic/html/images/16/text_indent.png | +0 / -1 |
| M | attic/html/images/16/text_indent_remove.png | +0 / -1 |
| M | attic/html/images/16/text_italic.png | +0 / -1 |
| M | attic/html/images/16/text_kerning.png | +0 / -1 |
| M | attic/html/images/16/text_letter_omega.png | +0 / -1 |
| M | attic/html/images/16/text_letterspacing.png | +0 / -1 |
| M | attic/html/images/16/text_linespacing.png | +0 / -1 |
| M | attic/html/images/16/text_list_bullets.png | +0 / -1 |
| M | attic/html/images/16/text_list_numbers.png | +0 / -1 |
| M | attic/html/images/16/text_lowercase.png | +0 / -1 |
| M | attic/html/images/16/text_padding_bottom.png | +0 / -1 |
| M | attic/html/images/16/text_padding_left.png | +0 / -1 |
| M | attic/html/images/16/text_padding_right.png | +0 / -1 |
| M | attic/html/images/16/text_padding_top.png | +0 / -1 |
| M | attic/html/images/16/text_replace.png | +0 / -1 |
| M | attic/html/images/16/text_signature.png | +0 / -1 |
| M | attic/html/images/16/text_smallcaps.png | +0 / -1 |
| M | attic/html/images/16/text_strikethrough.png | +0 / -1 |
| M | attic/html/images/16/text_subscript.png | +0 / -1 |
| M | attic/html/images/16/text_superscript.png | +0 / -1 |
| M | attic/html/images/16/text_underline.png | +0 / -1 |
| M | attic/html/images/16/text_uppercase.png | +0 / -1 |
| M | attic/html/images/16/textfield.png | +0 / -1 |
| M | attic/html/images/16/textfield_add.png | +0 / -1 |
| M | attic/html/images/16/textfield_delete.png | +0 / -1 |
| M | attic/html/images/16/textfield_key.png | +0 / -1 |
| M | attic/html/images/16/textfield_rename.png | +0 / -1 |
| M | attic/html/images/16/thumb_down.png | +0 / -1 |
| M | attic/html/images/16/thumb_up.png | +0 / -1 |
| M | attic/html/images/16/tick.png | +0 / -1 |
| M | attic/html/images/16/time.png | +0 / -1 |
| M | attic/html/images/16/time_add.png | +0 / -1 |
| M | attic/html/images/16/time_delete.png | +0 / -1 |
| M | attic/html/images/16/time_go.png | +0 / -1 |
| M | attic/html/images/16/timeline_marker.png | +0 / -1 |
| M | attic/html/images/16/transmit.png | +0 / -1 |
| M | attic/html/images/16/transmit_add.png | +0 / -1 |
| M | attic/html/images/16/transmit_blue.png | +0 / -1 |
| M | attic/html/images/16/transmit_delete.png | +0 / -1 |
| M | attic/html/images/16/transmit_edit.png | +0 / -1 |
| M | attic/html/images/16/transmit_error.png | +0 / -1 |
| M | attic/html/images/16/transmit_go.png | +0 / -1 |
| M | attic/html/images/16/tux.png | +0 / -1 |
| M | attic/html/images/16/user.png | +0 / -1 |
| M | attic/html/images/16/user_add.png | +0 / -1 |
| M | attic/html/images/16/user_comment.png | +0 / -1 |
| M | attic/html/images/16/user_delete.png | +0 / -1 |
| M | attic/html/images/16/user_edit.png | +0 / -1 |
| M | attic/html/images/16/user_female.png | +0 / -1 |
| M | attic/html/images/16/user_go.png | +0 / -1 |
| M | attic/html/images/16/user_gray.png | +0 / -1 |
| M | attic/html/images/16/user_green.png | +0 / -1 |
| M | attic/html/images/16/user_orange.png | +0 / -1 |
| M | attic/html/images/16/user_red.png | +0 / -1 |
| M | attic/html/images/16/user_suit.png | +0 / -1 |
| M | attic/html/images/16/vcard.png | +0 / -1 |
| M | attic/html/images/16/vcard_add.png | +0 / -1 |
| M | attic/html/images/16/vcard_delete.png | +0 / -1 |
| M | attic/html/images/16/vcard_edit.png | +0 / -1 |
| M | attic/html/images/16/vector.png | +0 / -1 |
| M | attic/html/images/16/vector_add.png | +0 / -1 |
| M | attic/html/images/16/vector_delete.png | +0 / -1 |
| M | attic/html/images/16/vlans.png | +0 / -1 |
| M | attic/html/images/16/wand.png | +0 / -1 |
| M | attic/html/images/16/weather_clouds.png | +0 / -1 |
| M | attic/html/images/16/weather_cloudy.png | +0 / -1 |
| M | attic/html/images/16/weather_lightning.png | +0 / -1 |
| M | attic/html/images/16/weather_rain.png | +0 / -1 |
| M | attic/html/images/16/weather_snow.png | +0 / -1 |
| M | attic/html/images/16/weather_sun.png | +0 / -1 |
| M | attic/html/images/16/webcam.png | +0 / -1 |
| M | attic/html/images/16/webcam_add.png | +0 / -1 |
| M | attic/html/images/16/webcam_delete.png | +0 / -1 |
| M | attic/html/images/16/webcam_error.png | +0 / -1 |
| M | attic/html/images/16/world.png | +0 / -1 |
| M | attic/html/images/16/world_add.png | +0 / -1 |
| M | attic/html/images/16/world_delete.png | +0 / -1 |
| M | attic/html/images/16/world_edit.png | +0 / -1 |
| M | attic/html/images/16/world_go.png | +0 / -1 |
| M | attic/html/images/16/world_link.png | +0 / -1 |
| M | attic/html/images/16/wrench.png | +0 / -1 |
| M | attic/html/images/16/wrench_orange.png | +0 / -1 |
| M | attic/html/images/16/xhtml.png | +0 / -1 |
| M | attic/html/images/16/xhtml_add.png | +0 / -1 |
| M | attic/html/images/16/xhtml_delete.png | +0 / -1 |
| M | attic/html/images/16/xhtml_go.png | +0 / -1 |
| M | attic/html/images/16/xhtml_valid.png | +0 / -1 |
| M | attic/html/images/16/zoom.png | +0 / -1 |
| M | attic/html/images/16/zoom_in.png | +0 / -1 |
| M | attic/html/images/16/zoom_out.png | +0 / -1 |
| D | attic/html/includes/api/errorcodes.inc.php | +0 / -34 |
| D | attic/html/includes/api/functions.inc.php | +0 / -235 |
| D | attic/html/includes/api/module.billing.inc.php | +0 / -172 |
| D | attic/html/includes/api/module.demo.inc.php | +0 / -28 |
| D | attic/html/includes/api/module.inventory.inc.php | +0 / -62 |
| D | attic/html/includes/api/module.packages.inc.php | +0 / -62 |
| D | attic/html/includes/graphs/service/auth.inc.php | +0 / -30 |
| D | attic/html/includes/graphs/service/availability.inc.php | +0 / -31 |
| D | attic/html/pages/api/errorcodes.inc.php | +0 / -41 |
| D | attic/html/pages/api/manual.billing.inc.php | +0 / -52 |
| D | attic/html/pages/api/manual.encryption.inc.php | +0 / -41 |
| D | attic/html/pages/api/manual.general.inc.php | +0 / -42 |
| D | attic/html/pages/api/manual.inc.php | +0 / -42 |
| D | attic/html/pages/api/manual.inventory.inc.php | +0 / -32 |
| D | attic/html/pages/api/manual.packages.inc.php | +0 / -32 |
| D | attic/html/pages/device/edit/services.inc.php | +0 / -120 |
| D | attic/html/pages/device/overview/services.inc.php | +0 / -58 |
| D | attic/html/pages/device/services.inc.php | +0 / -73 |
| D | attic/html/pages/services.inc.php | +0 / -93 |
| D | attic/html_pages_device_graphs/cpu.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/fortigate-sessions.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/hrprocesses.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/hrusers.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/ipSytemStats.inc.php | +0 / -35 |
| D | attic/html_pages_device_graphs/memory.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/netstats.inc.php | +0 / -90 |
| D | attic/html_pages_device_graphs/netstats_icmp_info.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/netstats_icmp_stat.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/netstats_ip.inc.php | +0 / -27 |
| D | attic/html_pages_device_graphs/netstats_snmp.inc.php | +0 / -27 |
| D | attic/html_pages_device_graphs/netstats_tcp.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/netstats_udp.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/screenos-sessions.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/screenos.inc.php | +0 / -22 |
| D | attic/html_pages_device_graphs/sonicwall-sessions.inc.php | +0 / -24 |
| D | attic/html_pages_device_graphs/uptime.inc.php | +0 / -19 |
| D | attic/html_pages_device_graphs/wireless.inc.php | +0 / -22 |
| D | attic/html_pages_routing_overview/bgp.inc.php | +0 / -13 |
| D | attic/includes/discovery/services.inc.php | +0 / -47 |
| D | attic/includes/services.inc.php | +0 / -27 |
| D | attic/interfaces.inc.php | +0 / -162 |
| D | attic/jt.php | +0 / -236 |
| D | attic/new.php | +0 / -5 |
| D | attic/observernms-custom.inc.php | +0 / -26 |
| D | attic/old.php | +0 / -125 |
| D | attic/pdf.php | +0 / -116 |
| D | attic/poll-reachability.php | +0 / -64 |
| D | attic/print-menubar.php | +0 / -639 |
| D | attic/process.pl | +0 / -17 |
| D | attic/purgeports.inc.php | +0 / -46 |
| D | attic/scan-snmp.php | +0 / -27 |
| D | attic/snom-graphing.php | +0 / -37 |
| D | attic/snom.inc.php | +0 / -43 |
| D | attic/temperatures.inc.php | +0 / -52 |
| D | attic/traffic.php | +0 / -201 |
| D | attic/unix-graphing.php | +0 / -386 |
| D | attic/upgrade-scripts/fix-billing-2758.inc.php | +0 / -85 |
| D | attic/upgrade-scripts/fix-events.php | +0 / -21 |
| D | attic/upgrade-scripts/fix-port-rrd.php | +0 / -208 |
| D | attic/upgrade-scripts/fix-sensor-rrd.php | +0 / -80 |
| D | attic/voltages.inc.php | +0 / -48 |
| M | discovery.php | +36 / -27 |
| M | housekeeping.php | +3 / -0 |
| M | html/.htaccess | +5 / -0 |
| M | html/ajax/actions.php | +330 / -40 |
| M | html/ajax/actions/alert_entry_ignore_until_ok.inc.php | +4 / -2 |
| M | html/ajax/actions/edit_widget.inc.php | +341 / -0 |
| M | html/ajax/get_entities.php | +11 / -9 |
| A | html/ajax/panel.php | +35 / -0 |
| M | html/ajax/widget.php | +81 / -3 |
| A | html/api-networkmap.php | +245 / -0 |
| M | html/api/v0/includes/alerts.inc.php | +1 / -1 |
| M | html/api/v0/includes/devices.inc.php | +12 / -2 |
| M | html/api/v0/includes/sensors.inc.php | +1 / -1 |
| M | html/api/v0/index.php | +115 / -8 |
| A | html/billing-data-json.php | +90 / -0 |
| A | html/billing-data-sorted-json.php | +124 / -0 |
| M | html/billing-data-sorted.php | +1 / -1 |
| A | html/css/bootstrap/less/bootstrap-tagsinput.less | +87 / -0 |
| M | html/css/bootstrap/less/bootstrap.less | +29 / -1 |
| M | html/css/bootstrap/less/boxes.less | +53 / -5 |
| M | html/css/bootstrap/less/dropdowns.less | +1 / -2 |
| M | html/css/bootstrap/less/forms.less | +1 / -1 |
| M | html/css/bootstrap/less/hacks.less | +0 / -5 |
| M | html/css/bootstrap/less/includes.less | +2 / -0 |
| M | html/css/bootstrap/less/modals3.less | +4 / -0 |
| M | html/css/bootstrap/less/navbar.less | +5 / -4 |
| M | html/css/bootstrap/less/root.less | +8 / -0 |
| M | html/css/bootstrap/less/tables.less | +71 / -1 |
| M | html/css/bootstrap/less/variables-dark.less | +6 / -0 |
| M | html/css/bootstrap/less/variables-darkblue.less | +6 / -0 |
| M | html/css/bootstrap/less/wells.less | +3 / -7 |
| M | html/css/observium-dark.css | +589 / -38 |
| M | html/css/observium-dark.map | +1 / -1 |
| M | html/css/observium-darkblue.css | +589 / -38 |
| M | html/css/observium-darkblue.map | +1 / -1 |
| M | html/css/observium.css | +609 / -30 |
| M | html/css/observium.map | +1 / -1 |
| A | html/css/uPlot.min.css | +1 / -0 |
| M | html/data-pick.php | +263 / -384 |
| M | html/feed.php | +3 / -1 |
| M | html/images/os/akcp-dark.svg | +96 / -1 |
| M | html/images/os/akcp.svg | +96 / -1 |
| A | html/images/os/cet-power-dark.svg | +1 / -0 |
| D | html/images/os/cet-power_dark.svg | +0 / -1 |
| A | html/images/os/checkpoint-dark.svg | +1 / -0 |
| M | html/images/os/checkpoint.svg | +1 / -1 |
| A | html/images/os/unraid.png | +1 / -0 |
| A | html/images/os/unraid_2x.png | +1 / -0 |
| M | html/includes/actions/contact.inc.php | +1 / -6 |
| M | html/includes/authenticate.inc.php | +24 / -25 |
| M | html/includes/authentication/ad.inc.php | +4 / -4 |
| M | html/includes/authentication/ldap.inc.php | +1 / -1 |
| M | html/includes/cache-data.inc.php | +440 / -9 |
| A | html/includes/cache.inc.php | +694 / -0 |
| M | html/includes/collectd/definitions.php | +13 / -13 |
| M | html/includes/colours.inc.php | +6 / -2 |
| M | html/includes/entities/cbqos.inc.php | +1 / -1 |
| M | html/includes/entities/device.inc.php | +157 / -22 |
| M | html/includes/entities/generic.inc.php | +82 / -1 |
| M | html/includes/entities/oid_entry.inc.php | +1 / -1 |
| M | html/includes/entities/port.inc.php | +16 / -8 |
| M | html/includes/entities/probe.inc.php | +98 / -8 |
| M | html/includes/entities/sensor.inc.php | +6 / -1 |
| M | html/includes/entities/status.inc.php | +59 / -2 |
| M | html/includes/functions.inc.php | +387 / -175 |
| M | html/includes/graphs/device/collectd.inc.php | +2 / -2 |
| M | html/includes/graphs/device/mempool.inc.php | +2 / -6 |
| A | html/includes/graphs/device/wifi_ap_count.inc.php | +39 / -0 |
| M | html/includes/graphs/device/wifi_clients.inc.php | +7 / -0 |
| M | html/includes/graphs/eigrppeer/auth.inc.php | +3 / -1 |
| M | html/includes/graphs/eigrppeer/graph.inc.php | +6 / -11 |
| M | html/includes/graphs/functions.inc.php | +3 / -3 |
| M | html/includes/graphs/generic_definition.inc.php | +107 / -5 |
| M | html/includes/graphs/generic_multi.inc.php | +27 / -4 |
| M | html/includes/graphs/generic_multi_bits_separated.inc.php | +1 / -1 |
| M | html/includes/graphs/generic_multi_line.inc.php | +25 / -2 |
| M | html/includes/graphs/generic_multi_simplex_separated.inc.php | +7 / -3 |
| M | html/includes/graphs/global/pollermod.inc.php | +1 / -1 |
| M | html/includes/graphs/global/pollermods.inc.php | +1 / -1 |
| M | html/includes/graphs/graph.inc.php | +14 / -10 |
| M | html/includes/graphs/mempool/auth.inc.php | +2 / -5 |
| M | html/includes/graphs/multi-mempool/usage.inc.php | +4 / -8 |
| A | html/includes/graphs/port/stp_state.inc.php | +35 / -0 |
| M | html/includes/graphs/probe/perf.inc.php | +4 / -2 |
| M | html/includes/graphs/sensor/graph.inc.php | +1 / -1 |
| A | html/includes/graphs/stp-instance non-text | +0 / -0 |
| A | html/includes/graphs/stp-instance/auth.inc.php | +35 / -0 |
| A | html/includes/graphs/stp-port non-text | +0 / -0 |
| A | html/includes/graphs/stp-port/auth.inc.php | +49 / -0 |
| M | html/includes/integrations.inc.php | +2 / -2 |
| M | html/includes/ldap-functions.inc.php | +1 / -1 |
| M | html/includes/modals/add_probe.inc.php | +2 / -1 |
| M | html/includes/modals/edit_probe.inc.php | +2 / -1 |
| M | html/includes/navbar.inc.php | +208 / -116 |
| M | html/includes/navbars/contacts.inc.php | +10 / -10 |
| A | html/includes/navbars/eigrp.inc.php | +92 / -0 |
| M | html/includes/navbars/footer.inc.php | +8 / -3 |
| M | html/includes/notifications.inc.php | +7 / -4 |
| M | html/includes/print/alert.inc.php | +94 / -44 |
| A | html/includes/print/bfd.inc.php | +344 / -0 |
| M | html/includes/print/billing.inc.php | +223 / -374 |
| M | html/includes/print/common.inc.php | +135 / -6 |
| M | html/includes/print/fdbtable.inc.php | +233 / -1 |
| M | html/includes/print/group.inc.php | +25 / -2 |
| M | html/includes/print/navbar.inc.php | +123 / -23 |
| M | html/includes/print/routing.inc.php | +36 / -33 |
| M | html/includes/print/rows.inc.php | +284 / -100 |
| M | html/includes/print/search.inc.php | +13 / -16 |
| M | html/includes/print/syslogs.inc.php | +12 / -0 |
| M | html/includes/print/vlan.inc.php | +1 / -1 |
| M | html/includes/probe_modal_helpers.inc.php | +9 / -9 |
| M | html/includes/status-portpercent.inc.php | +2 / -2 |
| A | html/includes/widgets/clock.inc.php | +284 / -0 |
| M | html/index.php | +16 / -25 |
| M | html/js/chart.umd.min.js | +14 / -1 |
| A | html/js/classlist.js | +175 / -0 |
| A | html/js/cytoscape-dagre.min.js | +8 / -0 |
| A | html/js/dagre.min.js | +3,809 / -0 |
| M | html/js/dashboard.js | +266 / -8 |
| M | html/js/dygraph.min.js | +1 / -1 |
| M | html/js/observium-entities.js | +19 / -0 |
| M | html/js/observium.js | +5 / -2 |
| M | html/js/purify.min.js | +2 / -2 |
| A | html/js/uPlot.iife.min.js | +2 / -0 |
| M | html/networkmap.php | +7 / -21 |
| M | html/pages/about.inc.php | +1 / -1 |
| M | html/pages/add_alert_check.inc.php | +7 / -7 |
| M | html/pages/alert_check.inc.php | +8 / -5 |
| M | html/pages/alert_checks.inc.php | +24 / -21 |
| M | html/pages/alert_log.inc.php | +0 / -1 |
| M | html/pages/alert_maintenance.inc.php | +0 / -1 |
| M | html/pages/alerts.inc.php | +3 / -5 |
| A | html/pages/api_tokens.inc.php | +339 / -0 |
| A | html/pages/bfd non-text | +0 / -0 |
| A | html/pages/bfd.inc.php | +122 / -0 |
| A | html/pages/bfd/overview.inc.php | +118 / -0 |
| A | html/pages/bfd/sessions.inc.php | +138 / -0 |
| A | html/pages/bfd/states.inc.php | +165 / -0 |
| M | html/pages/bill/accurate.inc.php | +6 / -9 |
| M | html/pages/bill/history.inc.php | +5 / -5 |
| M | html/pages/bills.inc.php | +29 / -27 |
| M | html/pages/contact.inc.php | +2 / -2 |
| M | html/pages/contacts.inc.php | +7 / -5 |
| M | html/pages/customoid.inc.php | +0 / -1 |
| M | html/pages/dashboard.inc.php | +258 / -83 |
| M | html/pages/dashboard_add.inc.php | +27 / -5 |
| M | html/pages/device.inc.php | +17 / -4 |
| M | html/pages/device/alerts.inc.php | +5 / -11 |
| M | html/pages/device/apps/shoutcast.inc.php | +1 / -1 |
| A | html/pages/device/bfd non-text | +0 / -0 |
| A | html/pages/device/bfd.inc.php | +288 / -0 |
| A | html/pages/device/bfd/sessions.inc.php | +37 / -0 |
| M | html/pages/device/edit/apps.inc.php | +1 / -1 |
| M | html/pages/device/edit/modules.inc.php | +15 / -7 |
| M | html/pages/device/latency.inc.php | +1 / -1 |
| M | html/pages/device/loadbalancer/lb_virtuals.inc.php | +2 / -2 |
| M | html/pages/device/overview/sensors.inc.php | +14 / -9 |
| M | html/pages/device/perf.inc.php | +304 / -31 |
| M | html/pages/device/port/graphs.inc.php | +12 / -10 |
| M | html/pages/device/port/jnx_cos_queues.inc.php | +4 / -2 |
| M | html/pages/device/port/sros_queues.inc.php | +4 / -3 |
| M | html/pages/device/port/vlans.inc.php | +46 / -6 |
| M | html/pages/device/ports/map.inc.php | +385 / -5 |
| M | html/pages/device/routing/bgp.inc.php | +29 / -66 |
| M | html/pages/device/routing/eigrp.inc.php | +150 / -99 |
| M | html/pages/device/routing/eigrp/peers.inc.php | +143 / -53 |
| M | html/pages/device/routing/eigrp/ports.inc.php | +8 / -5 |
| M | html/pages/device/routing/ospf.inc.php | +16 / -82 |
| M | html/pages/device/showtech.inc.php | +17 / -4 |
| A | html/pages/device/stp non-text | +0 / -0 |
| A | html/pages/device/stp.inc.php | +360 / -0 |
| A | html/pages/device/stp/instances.inc.php | +239 / -0 |
| A | html/pages/device/stp/ports.inc.php | +418 / -0 |
| A | html/pages/device/stp/vlanmap.inc.php | +311 / -0 |
| M | html/pages/device/vlans.inc.php | +1,293 / -30 |
| M | html/pages/devices.inc.php | +30 / -8 |
| M | html/pages/eventlog.inc.php | +0 / -1 |
| M | html/pages/graphs.inc.php | +17 / -4 |
| M | html/pages/group.inc.php | +1 / -1 |
| M | html/pages/inventory.inc.php | +0 / -1 |
| M | html/pages/logon.inc.php | +6 / -4 |
| M | html/pages/map_traffic.inc.php | +93 / -121 |
| M | html/pages/mibs.inc.php | +1 / -1 |
| M | html/pages/migrate_alerts.inc.php | +1 / -1 |
| M | html/pages/neighbours.inc.php | +0 / -2 |
| M | html/pages/pollerlog.inc.php | +395 / -13 |
| M | html/pages/ports.inc.php | +116 / -103 |
| M | html/pages/ports/list.inc.php | +2 / -1 |
| M | html/pages/preferences/general.inc.php | +1 / -1 |
| M | html/pages/rancid.inc.php | +2 / -2 |
| M | html/pages/roles.inc.php | +4 / -1 |
| M | html/pages/routing/eigrp.inc.php | +509 / -28 |
| M | html/pages/routing/vrf.inc.php | +105 / -17 |
| M | html/pages/search/arp.inc.php | +0 / -2 |
| M | html/pages/search/dot1x.inc.php | +0 / -1 |
| M | html/pages/search/fdb.inc.php | +9 / -1 |
| M | html/pages/search/ipv4.inc.php | +0 / -1 |
| M | html/pages/search/ipv6.inc.php | +0 / -1 |
| M | html/pages/search/mac.inc.php | +0 / -1 |
| A | html/pages/stp non-text | +0 / -0 |
| A | html/pages/stp.inc.php | +88 / -0 |
| A | html/pages/stp/domain.inc.php | +437 / -0 |
| A | html/pages/stp/domains.inc.php | +309 / -0 |
| A | html/pages/stp/events.inc.php | +259 / -0 |
| A | html/pages/stp/instances.inc.php | +400 / -0 |
| A | html/pages/stp/problem-ports.inc.php | +254 / -0 |
| M | html/pages/syslog.inc.php | +31 / -2 |
| M | html/pages/user_edit.inc.php | +3 / -0 |
| A | html/pages/vlan non-text | +0 / -0 |
| M | html/pages/vlan.inc.php | +1,069 / -124 |
| A | html/pages/vlan/topology.inc.php | +635 / -0 |
| M | html/pages/wmap.inc.php | +2 / -9 |
| M | html/weathermap.php | +13 / -3 |
| D | includes/alerting non-text | +0 / -0 |
| D | includes/alerting/devnull.inc.php | +0 / -20 |
| D | includes/alerting/discord.inc.php | +0 / -90 |
| D | includes/alerting/email.inc.php | +0 / -239 |
| D | includes/alerting/gotify.inc.php | +0 / -46 |
| D | includes/alerting/mattermost.inc.php | +0 / -99 |
| D | includes/alerting/ntfy.inc.php | +0 / -46 |
| D | includes/alerting/opsgenie.inc.php | +0 / -19 |
| D | includes/alerting/pagerduty.inc.php | +0 / -33 |
| D | includes/alerting/script.inc.php | +0 / -45 |
| D | includes/alerting/servicenow.inc.php | +0 / -34 |
| D | includes/alerting/slack.inc.php | +0 / -100 |
| D | includes/alerting/smstools.inc.php | +0 / -42 |
| D | includes/alerting/victorops.inc.php | +0 / -21 |
| D | includes/alerting/xmpp.inc.php | +0 / -90 |
| M | includes/alerts.inc.php | +38 / -769 |
| M | includes/autoloader.inc.php | +2 / -14 |
| A | includes/bfd.inc.php | +179 / -0 |
| M | includes/cache.inc.php | +76 / -617 |
| M | includes/common.inc.php | +489 / -284 |
| M | includes/config-variables.inc.php | +47 / -1 |
| M | includes/constants.inc.php | +5 / -9 |
| M | includes/db.inc.php | +68 / -22 |
| M | includes/db/mysqli.inc.php | +14 / -4 |
| M | includes/debugging.inc.php | +3 / -2 |
| M | includes/defaults.inc.php | +135 / -6 |
| M | includes/definitions.inc.php | +66 / -57 |
| M | includes/definitions/entities.inc.php | +12 / -0 |
| A | includes/definitions/entities/bfd.inc.php | +55 / -0 |
| M | includes/definitions/entities/counters.inc.php | +1 / -1 |
| M | includes/definitions/entities/devices.inc.php | +21 / -9 |
| M | includes/definitions/entities/probes.inc.php | +18 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +16 / -2 |
| M | includes/definitions/graphtypes.inc.php | +98 / -2 |
| A | includes/definitions/graphtypes/stp.inc.php | +118 / -0 |
| M | includes/definitions/mibs.inc.php | +52 / -37 |
| M | includes/definitions/mibs/akcp.inc.php | +73 / -0 |
| M | includes/definitions/mibs/alcatel.inc.php | +227 / -0 |
| M | includes/definitions/mibs/apc/powernet-mib.inc.php | +0 / -9 |
| A | includes/definitions/mibs/aricent.inc.php | +113 / -0 |
| M | includes/definitions/mibs/aten.inc.php | +48 / -0 |
| M | includes/definitions/mibs/avtech.inc.php | +63 / -11 |
| M | includes/definitions/mibs/bintec.inc.php | +41 / -0 |
| M | includes/definitions/mibs/cambium.inc.php | +91 / -0 |
| M | includes/definitions/mibs/checkpoint.inc.php | +23 / -8 |
| M | includes/definitions/mibs/cisco.inc.php | +148 / -93 |
| M | includes/definitions/mibs/cyberpower.inc.php | +235 / -115 |
| M | includes/definitions/mibs/datadomain.inc.php | +26 / -0 |
| M | includes/definitions/mibs/delta.inc.php | +1 / -1 |
| M | includes/definitions/mibs/f5.inc.php | +174 / -6 |
| M | includes/definitions/mibs/hp.inc.php | +40 / -1 |
| M | includes/definitions/mibs/huawei.inc.php | +237 / -0 |
| M | includes/definitions/mibs/jacarta.inc.php | +4 / -2 |
| M | includes/definitions/mibs/juniper.inc.php | +38 / -15 |
| M | includes/definitions/mibs/nortel.inc.php | +26 / -24 |
| M | includes/definitions/mibs/omnitron.inc.php | +1 / -1 |
| M | includes/definitions/mibs/opengear.inc.php | +3 / -1 |
| M | includes/definitions/mibs/panduit.inc.php | +118 / -27 |
| M | includes/definitions/mibs/rfc.inc.php | +38 / -0 |
| M | includes/definitions/mibs/schleifenbauer.inc.php | +382 / -0 |
| D | includes/definitions/mibs/siaemic.inc.php | +0 / -36 |
| M | includes/definitions/mibs/snr.inc.php | +98 / -12 |
| M | includes/definitions/mibs/sophos.inc.php | +39 / -2 |
| M | includes/definitions/mibs/stormshield.inc.php | +13 / -7 |
| M | includes/definitions/mibs/tripplite.inc.php | +1 / -1 |
| M | includes/definitions/os.inc.php | +10 / -44 |
| A | includes/definitions/os/akcp.inc.php | +67 / -0 |
| M | includes/definitions/os/alcatel.inc.php | +3 / -0 |
| M | includes/definitions/os/arista.inc.php | +24 / -0 |
| M | includes/definitions/os/aruba.inc.php | +1 / -1 |
| M | includes/definitions/os/aten.inc.php | +13 / -0 |
| M | includes/definitions/os/avtech.inc.php | +14 / -13 |
| M | includes/definitions/os/cambium.inc.php | +159 / -140 |
| M | includes/definitions/os/cisco.inc.php | +1 / -0 |
| M | includes/definitions/os/cyberpower.inc.php | +2 / -1 |
| M | includes/definitions/os/didactum.inc.php | +4 / -64 |
| M | includes/definitions/os/huawei.inc.php | +4 / -0 |
| M | includes/definitions/os/mimosa.inc.php | +1 / -1 |
| M | includes/definitions/os/nokia.inc.php | +13 / -0 |
| M | includes/definitions/os/opengear.inc.php | +2 / -0 |
| M | includes/definitions/os/panduit.inc.php | +1 / -0 |
| M | includes/definitions/os/powertek.inc.php | +7 / -3 |
| M | includes/definitions/os/proxmox.inc.php | +2 / -2 |
| M | includes/definitions/os/schleifenbauer.inc.php | +14 / -0 |
| M | includes/definitions/os/snr.inc.php | +11 / -6 |
| M | includes/definitions/os/socomec.inc.php | +7 / -2 |
| M | includes/definitions/os/sophos.inc.php | +8 / -10 |
| M | includes/definitions/os/ubiquiti.inc.php | +20 / -1 |
| M | includes/definitions/os/unix.php | +3 / -3 |
| A | includes/definitions/oui.inc.php | +37,947 / -0 |
| M | includes/definitions/rewrites.inc.php | +26 / -24 |
| M | includes/definitions/rrdtypes.inc.php | +63 / -17 |
| A | includes/definitions/rrdtypes/stp.inc.php | +49 / -0 |
| A | includes/definitions/stp.inc.php | +49 / -0 |
| D | includes/definitions/transports.inc.php | +0 / -1,563 |
| M | includes/definitions/version.inc.php | +1 / -1 |
| M | includes/definitions/wui.inc.php | +27 / -11 |
| M | includes/discovery/arp-table.inc.php | +3 / -3 |
| M | includes/discovery/bgp-peers.inc.php | +35 / -1 |
| M | includes/discovery/bgp/bgp4v2-mib.inc.php | +1 / -1 |
| M | includes/discovery/cisco-cbqos.inc.php | +2 / -2 |
| M | includes/discovery/functions.inc.php | +45 / -15 |
| M | includes/discovery/inventory/cpqrack-mib.inc.php | +1 / -1 |
| M | includes/discovery/inventory/dell-rac-mib.inc.php | +1 / -1 |
| M | includes/discovery/inventory/entity-mib.inc.php | +2 / -2 |
| M | includes/discovery/inventory/f5-bigip-system-mib.inc.php | +2 / -2 |
| M | includes/discovery/inventory/snr-switch-mib.inc.php | +1 / -1 |
| M | includes/discovery/ip-addresses/f5-bigip-system-mib.inc.php | +1 / -1 |
| M | includes/discovery/ip-addresses/netapp-mib.inc.php | +1 / -1 |
| M | includes/discovery/mempools.inc.php | +25 / -2 |
| M | includes/discovery/neighbours/alcatel-ind1-interswitch-protocol-mib.inc.php | +2 / -2 |
| M | includes/discovery/neighbours/cisco-cdp-mib.inc.php | +1 / -1 |
| M | includes/discovery/neighbours/cisco-lwapp-cdp-mib.inc.php | +2 / -2 |
| M | includes/discovery/neighbours/isdp-mib.inc.php | +1 / -1 |
| M | includes/discovery/neighbours/lldp-v2-mib.inc.php | +12 / -1 |
| M | includes/discovery/neighbours/mikrotik-mib.inc.php | +1 / -1 |
| M | includes/discovery/neighbours/ospf-mib.inc.php | +1 / -1 |
| M | includes/discovery/neighbours/ospfv3-mib.inc.php | +1 / -1 |
| M | includes/discovery/ports/bison-router-mib.inc.php | +1 / -1 |
| M | includes/discovery/processors/host-resources-mib.inc.php | +8 / -2 |
| M | includes/discovery/sensors.inc.php | +33 / -1 |
| M | includes/discovery/sensors/adtran-pluggable-port-mib.inc.php | +1 / -1 |
| M | includes/discovery/sensors/baytech-mib-403-1.inc.php | +1 / -1 |
| M | includes/discovery/sensors/cisco-entity-sensor-mib.inc.php | +1 / -1 |
| M | includes/discovery/sensors/cpqhlth-mib.inc.php | +47 / -22 |
| M | includes/discovery/sensors/cpqpower-mib.inc.php | +30 / -9 |
| M | includes/discovery/sensors/eaton-epdu-mib.inc.php | +1 / -1 |
| M | includes/discovery/sensors/enlogic-pdu-mib.inc.php | +1 / -1 |
| M | includes/discovery/sensors/entity-sensor-mib.inc.php | +2 / -2 |
| M | includes/discovery/sensors/lm-sensors-mib.inc.php | +47 / -2 |
| M | includes/discovery/sensors/lsi-megaraid-sas-mib.inc.php | +1 / -1 |
| M | includes/discovery/sensors/power-ethernet-mib.inc.php | +142 / -74 |
| M | includes/discovery/sensors/xups-mib.inc.php | +3 / -3 |
| A | includes/discovery/stp non-text | +0 / -0 |
| A | includes/discovery/stp.inc.php | +15 / -0 |
| A | includes/discovery/stp/cisco-stp-extensions-mib.inc.php | +114 / -0 |
| M | includes/discovery/virtual-machines/vmware-vminfo-mib.inc.php | +1 / -1 |
| M | includes/discovery/vlans.inc.php | +198 / -5 |
| M | includes/discovery/vlans/cisco-vtp-mib.inc.php | +5 / -14 |
| M | includes/discovery/vlans/ieee8021-q-bridge-mib.inc.php | +2 / -6 |
| M | includes/discovery/vlans/q-bridge-mib.inc.php | +5 / -13 |
| M | includes/discovery/vrf.inc.php | +1 / -1 |
| M | includes/distributed.inc.php | +17 / -13 |
| M | includes/entities.inc.php | +109 / -68 |
| M | includes/entities/counter.inc.php | +4 / -12 |
| M | includes/entities/device.inc.php | +8 / -3 |
| M | includes/entities/ip-address.inc.php | +20 / -4 |
| A | includes/entities/mempool.inc.php | +63 / -0 |
| M | includes/entities/port.inc.php | +33 / -5 |
| M | includes/entities/probe.inc.php | +77 / -77 |
| M | includes/entities/processor.inc.php | +1 / -1 |
| M | includes/entities/sensor.inc.php | +25 / -18 |
| M | includes/entities/status.inc.php | +68 / -3 |
| M | includes/entities/storage.inc.php | +86 / -7 |
| A | includes/entities/stp.inc.php | +849 / -0 |
| M | includes/functions.inc.php | +341 / -90 |
| M | includes/housekeeping/staledb.inc.php | +40 / -1 |
| M | includes/http.inc.php | +63 / -19 |
| M | includes/include-dir-mib.inc.php | +33 / -28 |
| M | includes/include-dir.inc.php | +7 / -12 |
| A | includes/notifications.inc.php | +1,105 / -0 |
| M | includes/observium.inc.php | +21 / -9 |
| M | includes/polling/applications/mysql.inc.php | +1 / -1 |
| M | includes/polling/applications/powerdns.inc.php | +44 / -34 |
| M | includes/polling/applications/powerdns_recursor.inc.php | +70 / -62 |
| M | includes/polling/aruba-controller.inc.php | +9 / -9 |
| A | includes/polling/bfd non-text | +0 / -0 |
| A | includes/polling/bfd.inc.php | +513 / -0 |
| A | includes/polling/bfd/alcatel-ind1-bfd-mib.inc.php | +198 / -0 |
| A | includes/polling/bfd/bfd-std-mib.inc.php | +179 / -0 |
| A | includes/polling/bfd/cisco-ietf-bfd-mib.inc.php | +165 / -0 |
| A | includes/polling/bfd/huawei-bfd-mib.inc.php | +122 / -0 |
| A | includes/polling/bfd/jnx-bfd-std-mib.inc.php | +174 / -0 |
| A | includes/polling/bfd/juniper-bfd-mib.inc.php | +179 / -0 |
| M | includes/polling/bgp-peers.inc.php | +8 / -3 |
| M | includes/polling/cisco-cef.inc.php | +1 / -1 |
| M | includes/polling/cisco-eigrp.inc.php | +237 / -20 |
| M | includes/polling/fdb-table.inc.php | +1 / -0 |
| M | includes/polling/fdb/huawei-l2mam-mib.inc.php | +1 / -1 |
| M | includes/polling/fdb/q-bridge-mib.php | +11 / -3 |
| M | includes/polling/fdb/rapid-city.inc.php | +1 / -1 |
| M | includes/polling/fdb/tplink-l2bridge-mib.inc.php | +1 / -1 |
| M | includes/polling/functions.inc.php | +7 / -7 |
| M | includes/polling/loadbalancer/f5-bigip-local-mib.inc.php | +6 / -6 |
| M | includes/polling/loadbalancer/ns-root-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools.inc.php | +39 / -40 |
| M | includes/polling/mempools/cisco-enhanced-mempool-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-entity-qfp-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-memory-pool-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/cisco-process-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/zxr10-mib.inc.php | +1 / -1 |
| M | includes/polling/mempools/zyxel-sys-memory-mib.inc.php | +1 / -1 |
| M | includes/polling/os/allied.inc.php | +19 / -19 |
| M | includes/polling/os/cas.inc.php | +5 / -7 |
| D | includes/polling/os/deltaups.inc.php | +0 / -21 |
| M | includes/polling/os/dsm.inc.php | +1 / -2 |
| M | includes/polling/os/engenius.inc.php | +1 / -2 |
| M | includes/polling/os/f5.inc.php | +5 / -6 |
| D | includes/polling/os/ge-ups.inc.php | +0 / -17 |
| D | includes/polling/os/interseptor.inc.php | +0 / -18 |
| M | includes/polling/os/junose.inc.php | +1 / -1 |
| D | includes/polling/os/opengear.inc.php | +0 / -19 |
| D | includes/polling/os/powerware.inc.php | +0 / -19 |
| M | includes/polling/os/speedtouch.inc.php | +1 / -6 |
| M | includes/polling/os/tsl-mdu12.inc.php | +2 / -4 |
| M | includes/polling/os/unix.inc.php | +39 / -0 |
| M | includes/polling/os/ups-mib.inc.php | +4 / -0 |
| M | includes/polling/os/zte.inc.php | +2 / -6 |
| M | includes/polling/ports.inc.php | +83 / -8 |
| M | includes/polling/ports/adsl-line-mib.lib.php | +1 / -1 |
| M | includes/polling/ports/bison-router-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/cisco-stack-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/huawei-l2if-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/ieee8021-q-bridge-mib.inc.php | +2 / -2 |
| M | includes/polling/ports/netapp-mib.inc.php | +1 / -1 |
| M | includes/polling/ports/rapid-city.inc.php | +5 / -3 |
| M | includes/polling/pseudowires.inc.php | +11 / -7 |
| M | includes/polling/slas/hpicf-ipsla-mib.inc.php | +1 / -1 |
| M | includes/polling/storage.inc.php | +6 / -4 |
| A | includes/polling/stp non-text | +0 / -0 |
| A | includes/polling/stp.inc.php | +1,223 / -0 |
| A | includes/polling/stp/alcatel-ent1-vlan-stp-mib.inc.php | +333 / -0 |
| A | includes/polling/stp/alcatel-ind1-vlan-stp-mib.inc.php | +174 / -0 |
| A | includes/polling/stp/cisco-stp-extensions-mib.inc.php | +275 / -0 |
| M | includes/polling/unix-agent/packages.inc.php | +1 / -1 |
| M | includes/polling/unix-agent/raspberrypi.inc.php | +1 / -1 |
| M | includes/polling/wifi.inc.php | +2 / -0 |
| M | includes/polyfill.inc.php | +0 / -40 |
| M | includes/port-descr-parser.inc.php | +1 / -1 |
| M | includes/rewrites.inc.php | +163 / -52 |
| M | includes/rrdtool.inc.php | +68 / -51 |
| M | includes/snmp.inc.php | +283 / -172 |
| D | includes/snmptrap non-text | +0 / -0 |
| D | includes/snmptrap/linkDown.inc.php | +0 / -34 |
| D | includes/snmptrap/linkUp.inc.php | +0 / -35 |
| M | includes/syslog.inc.php | +339 / -324 |
| M | includes/templates.inc.php | +1 / -1 |
| A | includes/transports non-text | +0 / -0 |
| A | includes/transports/alertops.inc.php | +45 / -0 |
| A | includes/transports/aws-sns.inc.php | +250 / -0 |
| A | includes/transports/clickatell.inc.php | +48 / -0 |
| A | includes/transports/devnull.inc.php | +32 / -0 |
| A | includes/transports/discord.inc.php | +92 / -0 |
| A | includes/transports/email.inc.php | +205 / -0 |
| A | includes/transports/google-chat.inc.php | +82 / -0 |
| A | includes/transports/gotify.inc.php | +81 / -0 |
| A | includes/transports/hipchat.inc.php | +59 / -0 |
| A | includes/transports/jiraservicemanagement.inc.php | +66 / -0 |
| A | includes/transports/mattermost.inc.php | +100 / -0 |
| A | includes/transports/messagebird.inc.php | +51 / -0 |
| A | includes/transports/ntfy.inc.php | +91 / -0 |
| A | includes/transports/opsgenie.inc.php | +60 / -0 |
| A | includes/transports/opsgeniev2.inc.php | +175 / -0 |
| A | includes/transports/pagerduty.inc.php | +81 / -0 |
| A | includes/transports/pushover.inc.php | +70 / -0 |
| A | includes/transports/redoxygen.inc.php | +61 / -0 |
| A | includes/transports/rocketchat-hook.inc.php | +43 / -0 |
| A | includes/transports/rocketchat.inc.php | +51 / -0 |
| A | includes/transports/script.inc.php | +66 / -0 |
| A | includes/transports/servicenow.inc.php | +94 / -0 |
| A | includes/transports/signal.inc.php | +259 / -0 |
| A | includes/transports/signalwire.inc.php | +54 / -0 |
| A | includes/transports/slack.inc.php | +105 / -0 |
| A | includes/transports/smsbox.inc.php | +47 / -0 |
| A | includes/transports/smsenvoi.inc.php | +53 / -0 |
| A | includes/transports/smsinfobip.inc.php | +53 / -0 |
| A | includes/transports/smstools.inc.php | +67 / -0 |
| A | includes/transports/teams.inc.php | +84 / -0 |
| A | includes/transports/teamsadaptiveflow.inc.php | +92 / -0 |
| A | includes/transports/telegram.inc.php | +54 / -0 |
| A | includes/transports/textlocal.inc.php | +51 / -0 |
| A | includes/transports/twilio-whatsapp.inc.php | +52 / -0 |
| A | includes/transports/twilio.inc.php | +53 / -0 |
| A | includes/transports/victorops.inc.php | +68 / -0 |
| A | includes/transports/webhook-json.inc.php | +57 / -0 |
| A | includes/transports/webhook-old.inc.php | +45 / -0 |
| A | includes/transports/webhook.inc.php | +37 / -0 |
| A | includes/transports/whatsapp.inc.php | +144 / -0 |
| A | includes/transports/xmpp.inc.php | +118 / -0 |
| A | includes/transports/zoom.inc.php | +53 / -0 |
| M | includes/update/update.php | +101 / -14 |
| M | includes/weathermap/check.php | +278 / -255 |
| M | includes/weathermap/editor.php | +5 / -25 |
| M | includes/weathermap/lib/HTML_ImageMap.class.php | +3 / -3 |
| M | includes/weathermap/lib/WMPoint.class.php | +2 / -2 |
| M | includes/weathermap/lib/WMVector.class.php | +2 / -2 |
| M | includes/weathermap/lib/WeatherMap.functions.php | +181 / -181 |
| M | includes/weathermap/lib/WeatherMapLink.class.php | +106 / -106 |
| M | includes/weathermap/lib/WeatherMapNode.class.php | +41 / -41 |
| M | includes/weathermap/lib/Weathermap.class.php | +22 / -22 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_dbsample.php | +8 / -8 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_fping.php | +9 / -9 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_obsdb.php | +60 / -49 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_rrd.php | +6 / -6 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_snmp.php | +11 / -11 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_tabfile.php | +2 / -2 |
| M | includes/weathermap/lib/datasources/WeatherMapDataSource_time.php | +5 / -5 |
| M | includes/weathermap/lib/editor.inc.php | +25 / -25 |
| M | includes/weathermap/random-bits/cacti-integrate.php | +34 / -30 |
| M | includes/weathermap/random-bits/cacti-mapper.php | +14 / -14 |
| M | includes/weathermap/random-bits/convert-to-dsstats.php | +35 / -35 |
| A | libs/Phpfastcache non-text | +0 / -0 |
| A | libs/Phpfastcache/Api.php | +169 / -0 |
| A | libs/Phpfastcache/Autoload/Autoload.php | +85 / -0 |
| A | libs/Phpfastcache/CacheManager.php | +505 / -0 |
| A | libs/Phpfastcache/Cluster/AggregatablePoolInterface.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/AggregatorInterface.php | +105 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterAggregator.php | +174 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterPoolAbstract.php | +233 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterPoolInterface.php | +31 / -0 |
| A | libs/Phpfastcache/Cluster/ClusterPoolTrait.php | +72 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/FullReplication/FullReplicationCluster.php | +181 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/FullReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php | +170 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/RandomReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/RandomReplication/RandomReplicationCluster.php | +59 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/SemiReplication/Item.php | +28 / -0 |
| A | libs/Phpfastcache/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php | +208 / -0 |
| A | libs/Phpfastcache/Cluster/ItemAbstract.php | +55 / -0 |
| A | libs/Phpfastcache/Config/Config.php | +27 / -0 |
| A | libs/Phpfastcache/Config/ConfigurationOption.php | +389 / -0 |
| A | libs/Phpfastcache/Config/ConfigurationOptionInterface.php | +33 / -0 |
| A | libs/Phpfastcache/Config/IOConfigurationOptionTrait.php | +135 / -0 |
| A | libs/Phpfastcache/Core/Item/ExtendedCacheItemInterface.php | +186 / -0 |
| A | libs/Phpfastcache/Core/Item/ItemBaseTrait.php | +221 / -0 |
| A | libs/Phpfastcache/Core/Item/ItemExtendedTrait.php | +368 / -0 |
| A | libs/Phpfastcache/Core/Item/TaggableCacheItemInterface.php | +84 / -0 |
| A | libs/Phpfastcache/Core/Item/TaggableCacheItemTrait.php | +126 / -0 |
| A | libs/Phpfastcache/Core/Pool/AbstractDriverPoolTrait.php | +64 / -0 |
| A | libs/Phpfastcache/Core/Pool/CacheItemPoolTrait.php | +451 / -0 |
| A | libs/Phpfastcache/Core/Pool/DriverBaseTrait.php | +249 / -0 |
| A | libs/Phpfastcache/Core/Pool/ExtendedCacheItemPoolInterface.php | +211 / -0 |
| A | libs/Phpfastcache/Core/Pool/ExtendedCacheItemPoolTrait.php | +155 / -0 |
| A | libs/Phpfastcache/Core/Pool/IO/IOHelperTrait.php | +364 / -0 |
| A | libs/Phpfastcache/Core/Pool/TaggableCacheItemPoolInterface.php | +281 / -0 |
| A | libs/Phpfastcache/Core/Pool/TaggableCacheItemPoolTrait.php | +415 / -0 |
| A | libs/Phpfastcache/Drivers/Apcu/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Apcu/Driver.php | +136 / -0 |
| A | libs/Phpfastcache/Drivers/Apcu/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Cassandra/Config.php | +200 / -0 |
| A | libs/Phpfastcache/Drivers/Cassandra/Driver.php | +336 / -0 |
| A | libs/Phpfastcache/Drivers/Cassandra/Item.php | +61 / -0 |
| A | libs/Phpfastcache/Drivers/Cookie/Config.php | +42 / -0 |
| A | libs/Phpfastcache/Drivers/Cookie/Driver.php | +186 / -0 |
| A | libs/Phpfastcache/Drivers/Cookie/Item.php | +61 / -0 |
| A | libs/Phpfastcache/Drivers/Couchbase/Config.php | +138 / -0 |
| A | libs/Phpfastcache/Drivers/Couchbase/Driver.php | +258 / -0 |
| A | libs/Phpfastcache/Drivers/Couchbase/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Couchbasev3/Config.php | +67 / -0 |
| A | libs/Phpfastcache/Drivers/Couchbasev3/Driver.php | +202 / -0 |
| A | libs/Phpfastcache/Drivers/Couchbasev3/Item.php | +56 / -0 |
| A | libs/Phpfastcache/Drivers/Couchdb/Config.php | +189 / -0 |
| A | libs/Phpfastcache/Drivers/Couchdb/Driver.php | +298 / -0 |
| A | libs/Phpfastcache/Drivers/Couchdb/Item.php | +61 / -0 |
| A | libs/Phpfastcache/Drivers/Devfalse/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Devfalse/Driver.php | +126 / -0 |
| A | libs/Phpfastcache/Drivers/Devfalse/Item.php | +61 / -0 |
| A | libs/Phpfastcache/Drivers/Devnull/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Devnull/Driver.php | +121 / -0 |
| A | libs/Phpfastcache/Drivers/Devnull/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Devtrue/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Devtrue/Driver.php | +126 / -0 |
| A | libs/Phpfastcache/Drivers/Devtrue/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Files/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Files/Driver.php | +150 / -0 |
| A | libs/Phpfastcache/Drivers/Files/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Leveldb/Config.php | +45 / -0 |
| A | libs/Phpfastcache/Drivers/Leveldb/Driver.php | +145 / -0 |
| A | libs/Phpfastcache/Drivers/Leveldb/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Memcache/Config.php | +135 / -0 |
| A | libs/Phpfastcache/Drivers/Memcache/Driver.php | +206 / -0 |
| A | libs/Phpfastcache/Drivers/Memcache/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Memcached/Config.php | +206 / -0 |
| A | libs/Phpfastcache/Drivers/Memcached/Driver.php | +215 / -0 |
| A | libs/Phpfastcache/Drivers/Memcached/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Memstatic/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Memstatic/Driver.php | +134 / -0 |
| A | libs/Phpfastcache/Drivers/Memstatic/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Mongodb/Config.php | +276 / -0 |
| A | libs/Phpfastcache/Drivers/Mongodb/Driver.php | +366 / -0 |
| A | libs/Phpfastcache/Drivers/Mongodb/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Predis/Config.php | +252 / -0 |
| A | libs/Phpfastcache/Drivers/Predis/Driver.php | +214 / -0 |
| A | libs/Phpfastcache/Drivers/Predis/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Redis/Config.php | +188 / -0 |
| A | libs/Phpfastcache/Drivers/Redis/Driver.php | +191 / -0 |
| A | libs/Phpfastcache/Drivers/Redis/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Sqlite/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Sqlite/Driver.php | +383 / -0 |
| A | libs/Phpfastcache/Drivers/Sqlite/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Ssdb/Config.php | +114 / -0 |
| A | libs/Phpfastcache/Drivers/Ssdb/Driver.php | +156 / -0 |
| A | libs/Phpfastcache/Drivers/Ssdb/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Wincache/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Wincache/Driver.php | +130 / -0 |
| A | libs/Phpfastcache/Drivers/Wincache/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Zenddisk/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Zenddisk/Driver.php | +141 / -0 |
| A | libs/Phpfastcache/Drivers/Zenddisk/Item.php | +60 / -0 |
| A | libs/Phpfastcache/Drivers/Zendshm/Config.php | +24 / -0 |
| A | libs/Phpfastcache/Drivers/Zendshm/Driver.php | +140 / -0 |
| A | libs/Phpfastcache/Drivers/Zendshm/Item.php | +59 / -0 |
| A | libs/Phpfastcache/Entities/DriverIO.php | +120 / -0 |
| A | libs/Phpfastcache/Entities/DriverStatistic.php | +133 / -0 |
| A | libs/Phpfastcache/Entities/ItemBatch.php | +63 / -0 |
| A | libs/Phpfastcache/Event/EventManagerDispatcherInterface.php | +40 / -0 |
| A | libs/Phpfastcache/Event/EventManagerDispatcherTrait.php | +56 / -0 |
| A | libs/Phpfastcache/Event/EventManagerInterface.php | +59 / -0 |
| A | libs/Phpfastcache/EventManager.php | +146 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheCoreException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheDeprecatedException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheDriverCheckException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheDriverConnectException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheDriverException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheDriverNotFoundException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheExceptionInterface.php | +29 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheIOException.php | +39 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheInstanceNotFoundException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheInvalidArgumentException.php | +28 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheInvalidArgumentTypeException.php | +36 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheInvalidConfigurationException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheLogicException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheReplicationException.php | +26 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheRootException.php | +28 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheSimpleCacheException.php | +29 / -0 |
| A | libs/Phpfastcache/Exceptions/PhpfastcacheUnsupportedOperationException.php | +26 / -0 |
| A | libs/Phpfastcache/Helper/CacheConditionalHelper.php | +63 / -0 |
| A | libs/Phpfastcache/Helper/Psr16Adapter.php | +241 / -0 |
| A | libs/Phpfastcache/Proxy/PhpfastcacheAbstractProxy.php | +95 / -0 |
| A | libs/Phpfastcache/Util/ArrayObject.php | +167 / -0 |
| A | libs/Phpfastcache/Util/ClassNamespaceResolverInterface.php | +34 / -0 |
| A | libs/Phpfastcache/Util/ClassNamespaceResolverTrait.php | +175 / -0 |
| A | libs/Phpfastcache/Util/Directory.php | +155 / -0 |
| A | libs/Phpfastcache/Util/MemcacheDriverCollisionDetectorTrait.php | +60 / -0 |
| D | libs/Phpfastcache8 non-text | +0 / -0 |
| D | libs/Phpfastcache8/Api.php | +0 / -169 |
| D | libs/Phpfastcache8/Autoload/Autoload.php | +0 / -85 |
| D | libs/Phpfastcache8/CacheManager.php | +0 / -505 |
| D | libs/Phpfastcache8/Cluster/AggregatablePoolInterface.php | +0 / -28 |
| D | libs/Phpfastcache8/Cluster/AggregatorInterface.php | +0 / -105 |
| D | libs/Phpfastcache8/Cluster/ClusterAggregator.php | +0 / -174 |
| D | libs/Phpfastcache8/Cluster/ClusterPoolAbstract.php | +0 / -233 |
| D | libs/Phpfastcache8/Cluster/ClusterPoolInterface.php | +0 / -31 |
| D | libs/Phpfastcache8/Cluster/ClusterPoolTrait.php | +0 / -72 |
| D | libs/Phpfastcache8/Cluster/Drivers/FullReplication/FullReplicationCluster.php | +0 / -181 |
| D | libs/Phpfastcache8/Cluster/Drivers/FullReplication/Item.php | +0 / -28 |
| D | libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication/Item.php | +0 / -28 |
| D | libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php | +0 / -170 |
| D | libs/Phpfastcache8/Cluster/Drivers/RandomReplication/Item.php | +0 / -28 |
| D | libs/Phpfastcache8/Cluster/Drivers/RandomReplication/RandomReplicationCluster.php | +0 / -59 |
| D | libs/Phpfastcache8/Cluster/Drivers/SemiReplication/Item.php | +0 / -28 |
| D | libs/Phpfastcache8/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php | +0 / -208 |
| D | libs/Phpfastcache8/Cluster/ItemAbstract.php | +0 / -55 |
| D | libs/Phpfastcache8/Config/Config.php | +0 / -27 |
| D | libs/Phpfastcache8/Config/ConfigurationOption.php | +0 / -389 |
| D | libs/Phpfastcache8/Config/ConfigurationOptionInterface.php | +0 / -33 |
| D | libs/Phpfastcache8/Config/IOConfigurationOptionTrait.php | +0 / -135 |
| D | libs/Phpfastcache8/Core/Item/ExtendedCacheItemInterface.php | +0 / -186 |
| D | libs/Phpfastcache8/Core/Item/ItemBaseTrait.php | +0 / -221 |
| D | libs/Phpfastcache8/Core/Item/ItemExtendedTrait.php | +0 / -368 |
| D | libs/Phpfastcache8/Core/Item/TaggableCacheItemInterface.php | +0 / -84 |
| D | libs/Phpfastcache8/Core/Item/TaggableCacheItemTrait.php | +0 / -126 |
| D | libs/Phpfastcache8/Core/Pool/AbstractDriverPoolTrait.php | +0 / -64 |
| D | libs/Phpfastcache8/Core/Pool/CacheItemPoolTrait.php | +0 / -451 |
| D | libs/Phpfastcache8/Core/Pool/DriverBaseTrait.php | +0 / -249 |
| D | libs/Phpfastcache8/Core/Pool/ExtendedCacheItemPoolInterface.php | +0 / -211 |
| D | libs/Phpfastcache8/Core/Pool/ExtendedCacheItemPoolTrait.php | +0 / -155 |
| D | libs/Phpfastcache8/Core/Pool/IO/IOHelperTrait.php | +0 / -364 |
| D | libs/Phpfastcache8/Core/Pool/TaggableCacheItemPoolInterface.php | +0 / -281 |
| D | libs/Phpfastcache8/Core/Pool/TaggableCacheItemPoolTrait.php | +0 / -415 |
| D | libs/Phpfastcache8/Drivers/Apcu/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Apcu/Driver.php | +0 / -136 |
| D | libs/Phpfastcache8/Drivers/Apcu/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Cassandra/Config.php | +0 / -200 |
| D | libs/Phpfastcache8/Drivers/Cassandra/Driver.php | +0 / -336 |
| D | libs/Phpfastcache8/Drivers/Cassandra/Item.php | +0 / -61 |
| D | libs/Phpfastcache8/Drivers/Cookie/Config.php | +0 / -42 |
| D | libs/Phpfastcache8/Drivers/Cookie/Driver.php | +0 / -186 |
| D | libs/Phpfastcache8/Drivers/Cookie/Item.php | +0 / -61 |
| D | libs/Phpfastcache8/Drivers/Couchbase/Config.php | +0 / -138 |
| D | libs/Phpfastcache8/Drivers/Couchbase/Driver.php | +0 / -258 |
| D | libs/Phpfastcache8/Drivers/Couchbase/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Couchbasev3/Config.php | +0 / -67 |
| D | libs/Phpfastcache8/Drivers/Couchbasev3/Driver.php | +0 / -202 |
| D | libs/Phpfastcache8/Drivers/Couchbasev3/Item.php | +0 / -56 |
| D | libs/Phpfastcache8/Drivers/Couchdb/Config.php | +0 / -189 |
| D | libs/Phpfastcache8/Drivers/Couchdb/Driver.php | +0 / -298 |
| D | libs/Phpfastcache8/Drivers/Couchdb/Item.php | +0 / -61 |
| D | libs/Phpfastcache8/Drivers/Devfalse/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Devfalse/Driver.php | +0 / -126 |
| D | libs/Phpfastcache8/Drivers/Devfalse/Item.php | +0 / -61 |
| D | libs/Phpfastcache8/Drivers/Devnull/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Devnull/Driver.php | +0 / -121 |
| D | libs/Phpfastcache8/Drivers/Devnull/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Devtrue/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Devtrue/Driver.php | +0 / -126 |
| D | libs/Phpfastcache8/Drivers/Devtrue/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Files/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Files/Driver.php | +0 / -150 |
| D | libs/Phpfastcache8/Drivers/Files/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Leveldb/Config.php | +0 / -45 |
| D | libs/Phpfastcache8/Drivers/Leveldb/Driver.php | +0 / -145 |
| D | libs/Phpfastcache8/Drivers/Leveldb/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Memcache/Config.php | +0 / -135 |
| D | libs/Phpfastcache8/Drivers/Memcache/Driver.php | +0 / -206 |
| D | libs/Phpfastcache8/Drivers/Memcache/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Memcached/Config.php | +0 / -206 |
| D | libs/Phpfastcache8/Drivers/Memcached/Driver.php | +0 / -215 |
| D | libs/Phpfastcache8/Drivers/Memcached/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Memstatic/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Memstatic/Driver.php | +0 / -134 |
| D | libs/Phpfastcache8/Drivers/Memstatic/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Mongodb/Config.php | +0 / -276 |
| D | libs/Phpfastcache8/Drivers/Mongodb/Driver.php | +0 / -366 |
| D | libs/Phpfastcache8/Drivers/Mongodb/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Predis/Config.php | +0 / -252 |
| D | libs/Phpfastcache8/Drivers/Predis/Driver.php | +0 / -214 |
| D | libs/Phpfastcache8/Drivers/Predis/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Redis/Config.php | +0 / -188 |
| D | libs/Phpfastcache8/Drivers/Redis/Driver.php | +0 / -191 |
| D | libs/Phpfastcache8/Drivers/Redis/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Sqlite/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Sqlite/Driver.php | +0 / -383 |
| D | libs/Phpfastcache8/Drivers/Sqlite/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Ssdb/Config.php | +0 / -114 |
| D | libs/Phpfastcache8/Drivers/Ssdb/Driver.php | +0 / -156 |
| D | libs/Phpfastcache8/Drivers/Ssdb/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Wincache/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Wincache/Driver.php | +0 / -130 |
| D | libs/Phpfastcache8/Drivers/Wincache/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Zenddisk/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Zenddisk/Driver.php | +0 / -141 |
| D | libs/Phpfastcache8/Drivers/Zenddisk/Item.php | +0 / -60 |
| D | libs/Phpfastcache8/Drivers/Zendshm/Config.php | +0 / -24 |
| D | libs/Phpfastcache8/Drivers/Zendshm/Driver.php | +0 / -140 |
| D | libs/Phpfastcache8/Drivers/Zendshm/Item.php | +0 / -59 |
| D | libs/Phpfastcache8/Entities/DriverIO.php | +0 / -120 |
| D | libs/Phpfastcache8/Entities/DriverStatistic.php | +0 / -133 |
| D | libs/Phpfastcache8/Entities/ItemBatch.php | +0 / -63 |
| D | libs/Phpfastcache8/Event/EventManagerDispatcherInterface.php | +0 / -40 |
| D | libs/Phpfastcache8/Event/EventManagerDispatcherTrait.php | +0 / -56 |
| D | libs/Phpfastcache8/Event/EventManagerInterface.php | +0 / -59 |
| D | libs/Phpfastcache8/EventManager.php | +0 / -146 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheCoreException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheDeprecatedException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheDriverCheckException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheDriverConnectException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheDriverException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheDriverNotFoundException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheExceptionInterface.php | +0 / -29 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheIOException.php | +0 / -39 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheInstanceNotFoundException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheInvalidArgumentException.php | +0 / -28 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheInvalidArgumentTypeException.php | +0 / -36 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheInvalidConfigurationException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheLogicException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheReplicationException.php | +0 / -26 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheRootException.php | +0 / -28 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheSimpleCacheException.php | +0 / -29 |
| D | libs/Phpfastcache8/Exceptions/PhpfastcacheUnsupportedOperationException.php | +0 / -26 |
| D | libs/Phpfastcache8/Helper/CacheConditionalHelper.php | +0 / -63 |
| D | libs/Phpfastcache8/Helper/Psr16Adapter.php | +0 / -241 |
| D | libs/Phpfastcache8/Proxy/PhpfastcacheAbstractProxy.php | +0 / -95 |
| D | libs/Phpfastcache8/Util/ArrayObject.php | +0 / -167 |
| D | libs/Phpfastcache8/Util/ClassNamespaceResolverInterface.php | +0 / -34 |
| D | libs/Phpfastcache8/Util/ClassNamespaceResolverTrait.php | +0 / -175 |
| D | libs/Phpfastcache8/Util/Directory.php | +0 / -155 |
| D | libs/Phpfastcache8/Util/MemcacheDriverCollisionDetectorTrait.php | +0 / -60 |
| D | libs/Ramsey non-text | +0 / -0 |
| D | libs/Ramsey/Collection/AbstractArray.php | +0 / -209 |
| D | libs/Ramsey/Collection/AbstractCollection.php | +0 / -318 |
| D | libs/Ramsey/Collection/AbstractSet.php | +0 / -50 |
| D | libs/Ramsey/Collection/ArrayInterface.php | +0 / -51 |
| D | libs/Ramsey/Collection/Collection.php | +0 / -106 |
| D | libs/Ramsey/Collection/CollectionInterface.php | +0 / -205 |
| D | libs/Ramsey/Collection/DoubleEndedQueue.php | +0 / -187 |
| D | libs/Ramsey/Collection/DoubleEndedQueueInterface.php | +0 / -316 |
| D | libs/Ramsey/Collection/Exception/CollectionMismatchException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/InvalidArgumentException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/InvalidSortOrderException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/NoSuchElementException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/OutOfBoundsException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/UnsupportedOperationException.php | +0 / -22 |
| D | libs/Ramsey/Collection/Exception/ValueExtractionException.php | +0 / -22 |
| D | libs/Ramsey/Collection/GenericArray.php | +0 / -24 |
| D | libs/Ramsey/Collection/LICENSE | +0 / -19 |
| D | libs/Ramsey/Collection/Map/AbstractMap.php | +0 / -162 |
| D | libs/Ramsey/Collection/Map/AbstractTypedMap.php | +0 / -69 |
| D | libs/Ramsey/Collection/Map/AssociativeArrayMap.php | +0 / -25 |
| D | libs/Ramsey/Collection/Map/MapInterface.php | +0 / -149 |
| D | libs/Ramsey/Collection/Map/NamedParameterMap.php | +0 / -120 |
| D | libs/Ramsey/Collection/Map/TypedMap.php | +0 / -137 |
| D | libs/Ramsey/Collection/Map/TypedMapInterface.php | +0 / -35 |
| D | libs/Ramsey/Collection/Queue.php | +0 / -169 |
| D | libs/Ramsey/Collection/QueueInterface.php | +0 / -203 |
| D | libs/Ramsey/Collection/Set.php | +0 / -69 |
| D | libs/Ramsey/Collection/Tool/TypeTrait.php | +0 / -73 |
| D | libs/Ramsey/Collection/Tool/ValueExtractorTrait.php | +0 / -58 |
| D | libs/Ramsey/Collection/Tool/ValueToStringTrait.php | +0 / -94 |
| D | libs/Ramsey/Uuid/BinaryUtils.php | +0 / -41 |
| D | libs/Ramsey/Uuid/Builder/DefaultUuidBuilder.php | +0 / -54 |
| D | libs/Ramsey/Uuid/Builder/DegradedUuidBuilder.php | +0 / -53 |
| D | libs/Ramsey/Uuid/Builder/UuidBuilderInterface.php | +0 / -34 |
| D | libs/Ramsey/Uuid/Codec/CodecInterface.php | +0 / -60 |
| D | libs/Ramsey/Uuid/Codec/GuidStringCodec.php | +0 / -103 |
| D | libs/Ramsey/Uuid/Codec/OrderedTimeCodec.php | +0 / -68 |
| D | libs/Ramsey/Uuid/Codec/StringCodec.php | +0 / -170 |
| D | libs/Ramsey/Uuid/Codec/TimestampFirstCombCodec.php | +0 / -108 |
| D | libs/Ramsey/Uuid/Codec/TimestampLastCombCodec.php | +0 / -22 |
| D | libs/Ramsey/Uuid/Converter/Number/BigNumberConverter.php | +0 / -54 |
| D | libs/Ramsey/Uuid/Converter/Number/DegradedNumberConverter.php | +0 / -58 |
| D | libs/Ramsey/Uuid/Converter/NumberConverterInterface.php | +0 / -48 |
| D | libs/Ramsey/Uuid/Converter/Time/BigNumberTimeConverter.php | +0 / -59 |
| D | libs/Ramsey/Uuid/Converter/Time/DegradedTimeConverter.php | +0 / -42 |
| D | libs/Ramsey/Uuid/Converter/Time/PhpTimeConverter.php | +0 / -47 |
| D | libs/Ramsey/Uuid/Converter/TimeConverterInterface.php | +0 / -37 |
| D | libs/Ramsey/Uuid/DegradedUuid.php | +0 / -116 |
| D | libs/Ramsey/Uuid/Exception/InvalidUuidStringException.php | +0 / -24 |
| D | libs/Ramsey/Uuid/Exception/UnsatisfiedDependencyException.php | +0 / -25 |
| D | libs/Ramsey/Uuid/Exception/UnsupportedOperationException.php | +0 / -24 |
| D | libs/Ramsey/Uuid/FeatureSet.php | +0 / -335 |
| D | libs/Ramsey/Uuid/Generator/CombGenerator.php | +0 / -91 |
| D | libs/Ramsey/Uuid/Generator/DefaultTimeGenerator.php | +0 / -141 |
| D | libs/Ramsey/Uuid/Generator/MtRandGenerator.php | +0 / -45 |
| D | libs/Ramsey/Uuid/Generator/OpenSslGenerator.php | +0 / -43 |
| D | libs/Ramsey/Uuid/Generator/PeclUuidRandomGenerator.php | +0 / -37 |
| D | libs/Ramsey/Uuid/Generator/PeclUuidTimeGenerator.php | +0 / -38 |
| D | libs/Ramsey/Uuid/Generator/RandomBytesGenerator.php | +0 / -39 |
| D | libs/Ramsey/Uuid/Generator/RandomGeneratorFactory.php | +0 / -31 |
| D | libs/Ramsey/Uuid/Generator/RandomGeneratorInterface.php | +0 / -37 |
| D | libs/Ramsey/Uuid/Generator/RandomLibAdapter.php | +0 / -62 |
| D | libs/Ramsey/Uuid/Generator/SodiumRandomGenerator.php | +0 / -41 |
| D | libs/Ramsey/Uuid/Generator/TimeGeneratorFactory.php | +0 / -72 |
| D | libs/Ramsey/Uuid/Generator/TimeGeneratorInterface.php | +0 / -43 |
| D | libs/Ramsey/Uuid/LICENSE | +0 / -21 |
| D | libs/Ramsey/Uuid/Provider/Node/FallbackNodeProvider.php | +0 / -59 |
| D | libs/Ramsey/Uuid/Provider/Node/RandomNodeProvider.php | +0 / -57 |
| D | libs/Ramsey/Uuid/Provider/Node/SystemNodeProvider.php | +0 / -128 |
| D | libs/Ramsey/Uuid/Provider/NodeProviderInterface.php | +0 / -32 |
| D | libs/Ramsey/Uuid/Provider/Time/FixedTimeProvider.php | +0 / -77 |
| D | libs/Ramsey/Uuid/Provider/Time/SystemTimeProvider.php | +0 / -33 |
| D | libs/Ramsey/Uuid/Provider/TimeProviderInterface.php | +0 / -29 |
| D | libs/Ramsey/Uuid/Uuid.php | +0 / -780 |
| D | libs/Ramsey/Uuid/UuidFactory.php | +0 / -315 |
| D | libs/Ramsey/Uuid/UuidFactoryInterface.php | +0 / -108 |
| D | libs/Ramsey/Uuid/UuidInterface.php | +0 / -274 |
| D | libs/Ramsey/Uuid/functions.php | +0 / -78 |
| D | libs/Ramsey/Uuid4/BinaryUtils.php | +0 / -63 |
| D | libs/Ramsey/Uuid4/Builder/BuilderCollection.php | +0 / -85 |
| D | libs/Ramsey/Uuid4/Builder/DefaultUuidBuilder.php | +0 / -26 |
| D | libs/Ramsey/Uuid4/Builder/DegradedUuidBuilder.php | +0 / -67 |
| D | libs/Ramsey/Uuid4/Builder/FallbackBuilder.php | +0 / -68 |
| D | libs/Ramsey/Uuid4/Builder/UuidBuilderInterface.php | +0 / -39 |
| D | libs/Ramsey/Uuid4/Codec/CodecInterface.php | +0 / -71 |
| D | libs/Ramsey/Uuid4/Codec/GuidStringCodec.php | +0 / -76 |
| D | libs/Ramsey/Uuid4/Codec/OrderedTimeCodec.php | +0 / -113 |
| D | libs/Ramsey/Uuid4/Codec/StringCodec.php | +0 / -131 |
| D | libs/Ramsey/Uuid4/Codec/TimestampFirstCombCodec.php | +0 / -113 |
| D | libs/Ramsey/Uuid4/Codec/TimestampLastCombCodec.php | +0 / -51 |
| D | libs/Ramsey/Uuid4/Converter/Number/BigNumberConverter.php | +0 / -54 |
| D | libs/Ramsey/Uuid4/Converter/Number/DegradedNumberConverter.php | +0 / -25 |
| D | libs/Ramsey/Uuid4/Converter/Number/GenericNumberConverter.php | +0 / -57 |
| D | libs/Ramsey/Uuid4/Converter/NumberConverterInterface.php | +0 / -57 |
| D | libs/Ramsey/Uuid4/Converter/Time/BigNumberTimeConverter.php | +0 / -48 |
| D | libs/Ramsey/Uuid4/Converter/Time/DegradedTimeConverter.php | +0 / -25 |
| D | libs/Ramsey/Uuid4/Converter/Time/GenericTimeConverter.php | +0 / -118 |
| D | libs/Ramsey/Uuid4/Converter/Time/PhpTimeConverter.php | +0 / -172 |
| D | libs/Ramsey/Uuid4/Converter/Time/UnixTimeConverter.php | +0 / -90 |
| D | libs/Ramsey/Uuid4/Converter/TimeConverterInterface.php | +0 / -58 |
| D | libs/Ramsey/Uuid4/DegradedUuid.php | +0 / -25 |
| D | libs/Ramsey/Uuid4/DeprecatedUuidInterface.php | +0 / -140 |
| D | libs/Ramsey/Uuid4/DeprecatedUuidMethodsTrait.php | +0 / -360 |
| D | libs/Ramsey/Uuid4/Exception/BuilderNotFoundException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/DateTimeException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/DceSecurityException.php | +0 / -25 |
| D | libs/Ramsey/Uuid4/Exception/InvalidArgumentException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/InvalidBytesException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/InvalidUuidStringException.php | +0 / -25 |
| D | libs/Ramsey/Uuid4/Exception/NameException.php | +0 / -25 |
| D | libs/Ramsey/Uuid4/Exception/NodeException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/RandomSourceException.php | +0 / -27 |
| D | libs/Ramsey/Uuid4/Exception/TimeSourceException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/UnableToBuildUuidException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/UnsupportedOperationException.php | +0 / -24 |
| D | libs/Ramsey/Uuid4/Exception/UuidExceptionInterface.php | +0 / -21 |
| D | libs/Ramsey/Uuid4/FeatureSet.php | +0 / -397 |
| D | libs/Ramsey/Uuid4/Fields/FieldsInterface.php | +0 / -32 |
| D | libs/Ramsey/Uuid4/Fields/SerializableFieldsTrait.php | +0 / -87 |
| D | libs/Ramsey/Uuid4/Generator/CombGenerator.php | +0 / -115 |
| D | libs/Ramsey/Uuid4/Generator/DceSecurityGenerator.php | +0 / -141 |
| D | libs/Ramsey/Uuid4/Generator/DceSecurityGeneratorInterface.php | +0 / -53 |
| D | libs/Ramsey/Uuid4/Generator/DefaultNameGenerator.php | +0 / -48 |
| D | libs/Ramsey/Uuid4/Generator/DefaultTimeGenerator.php | +0 / -129 |
| D | libs/Ramsey/Uuid4/Generator/NameGeneratorFactory.php | +0 / -30 |
| D | libs/Ramsey/Uuid4/Generator/NameGeneratorInterface.php | +0 / -38 |
| D | libs/Ramsey/Uuid4/Generator/PeclUuidNameGenerator.php | +0 / -49 |
| D | libs/Ramsey/Uuid4/Generator/PeclUuidRandomGenerator.php | +0 / -35 |
| D | libs/Ramsey/Uuid4/Generator/PeclUuidTimeGenerator.php | +0 / -39 |
| D | libs/Ramsey/Uuid4/Generator/RandomBytesGenerator.php | +0 / -45 |
| D | libs/Ramsey/Uuid4/Generator/RandomGeneratorFactory.php | +0 / -30 |
| D | libs/Ramsey/Uuid4/Generator/RandomGeneratorInterface.php | +0 / -30 |
| D | libs/Ramsey/Uuid4/Generator/RandomLibAdapter.php | +0 / -56 |
| D | libs/Ramsey/Uuid4/Generator/TimeGeneratorFactory.php | +0 / -45 |
| D | libs/Ramsey/Uuid4/Generator/TimeGeneratorInterface.php | +0 / -38 |
| D | libs/Ramsey/Uuid4/Generator/UnixTimeGenerator.php | +0 / -169 |
| D | libs/Ramsey/Uuid4/Guid/Fields.php | +0 / -195 |
| D | libs/Ramsey/Uuid4/Guid/Guid.php | +0 / -61 |
| D | libs/Ramsey/Uuid4/Guid/GuidBuilder.php | +0 / -77 |
| D | libs/Ramsey/Uuid4/LICENSE | +0 / -19 |
| D | libs/Ramsey/Uuid4/Lazy/LazyUuidFromString.php | +0 / -572 |
| D | libs/Ramsey/Uuid4/Math/BrickMathCalculator.php | +0 / -144 |
| D | libs/Ramsey/Uuid4/Math/CalculatorInterface.php | +0 / -106 |
| D | libs/Ramsey/Uuid4/Math/RoundingMode.php | +0 / -146 |
| D | libs/Ramsey/Uuid4/Nonstandard/Fields.php | +0 / -131 |
| D | libs/Ramsey/Uuid4/Nonstandard/Uuid.php | +0 / -37 |
| D | libs/Ramsey/Uuid4/Nonstandard/UuidBuilder.php | +0 / -76 |
| D | libs/Ramsey/Uuid4/Nonstandard/UuidV6.php | +0 / -105 |
| D | libs/Ramsey/Uuid4/Provider/Dce/SystemDceSecurityProvider.php | +0 / -231 |
| D | libs/Ramsey/Uuid4/Provider/DceSecurityProviderInterface.php | +0 / -41 |
| D | libs/Ramsey/Uuid4/Provider/Node/FallbackNodeProvider.php | +0 / -54 |
| D | libs/Ramsey/Uuid4/Provider/Node/NodeProviderCollection.php | +0 / -66 |
| D | libs/Ramsey/Uuid4/Provider/Node/RandomNodeProvider.php | +0 / -69 |
| D | libs/Ramsey/Uuid4/Provider/Node/StaticNodeProvider.php | +0 / -73 |
| D | libs/Ramsey/Uuid4/Provider/Node/SystemNodeProvider.php | +0 / -193 |
| D | libs/Ramsey/Uuid4/Provider/NodeProviderInterface.php | +0 / -30 |
| D | libs/Ramsey/Uuid4/Provider/Time/FixedTimeProvider.php | +0 / -57 |
| D | libs/Ramsey/Uuid4/Provider/Time/SystemTimeProvider.php | +0 / -33 |
| D | libs/Ramsey/Uuid4/Provider/TimeProviderInterface.php | +0 / -28 |
| D | libs/Ramsey/Uuid4/Rfc4122/Fields.php | +0 / -195 |
| D | libs/Ramsey/Uuid4/Rfc4122/FieldsInterface.php | +0 / -128 |
| D | libs/Ramsey/Uuid4/Rfc4122/MaxTrait.php | +0 / -41 |
| D | libs/Ramsey/Uuid4/Rfc4122/MaxUuid.php | +0 / -27 |
| D | libs/Ramsey/Uuid4/Rfc4122/NilTrait.php | +0 / -41 |
| D | libs/Ramsey/Uuid4/Rfc4122/NilUuid.php | +0 / -27 |
| D | libs/Ramsey/Uuid4/Rfc4122/TimeTrait.php | +0 / -55 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidBuilder.php | +0 / -118 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidInterface.php | +0 / -29 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV1.php | +0 / -60 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV2.php | +0 / -115 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV3.php | +0 / -58 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV4.php | +0 / -58 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV5.php | +0 / -58 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV6.php | +0 / -29 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV7.php | +0 / -62 |
| D | libs/Ramsey/Uuid4/Rfc4122/UuidV8.php | +0 / -65 |
| D | libs/Ramsey/Uuid4/Rfc4122/Validator.php | +0 / -50 |
| D | libs/Ramsey/Uuid4/Rfc4122/VariantTrait.php | +0 / -94 |
| D | libs/Ramsey/Uuid4/Rfc4122/VersionTrait.php | +0 / -60 |
| D | libs/Ramsey/Uuid4/Type/Decimal.php | +0 / -129 |
| D | libs/Ramsey/Uuid4/Type/Hexadecimal.php | +0 / -115 |
| D | libs/Ramsey/Uuid4/Type/Integer.php | +0 / -158 |
| D | libs/Ramsey/Uuid4/Type/NumberInterface.php | +0 / -28 |
| D | libs/Ramsey/Uuid4/Type/Time.php | +0 / -128 |
| D | libs/Ramsey/Uuid4/Type/TypeInterface.php | +0 / -30 |
| D | libs/Ramsey/Uuid4/Uuid.php | +0 / -758 |
| D | libs/Ramsey/Uuid4/UuidFactory.php | +0 / -513 |
| D | libs/Ramsey/Uuid4/UuidFactoryInterface.php | +0 / -182 |
| D | libs/Ramsey/Uuid4/UuidInterface.php | +0 / -109 |
| D | libs/Ramsey/Uuid4/Validator/GenericValidator.php | +0 / -50 |
| D | libs/Ramsey/Uuid4/Validator/ValidatorInterface.php | +0 / -41 |
| D | libs/Ramsey/Uuid4/functions.php | +0 / -158 |
| M | libs/cli/Colors.php | +1 / -1 |
| M | libs/cli/table/Ascii.php | +24 / -22 |
| M | libs/cli/table/Tabular.php | +25 / -2 |
| M | libs/pear/Net/IPv4.php | +3 / -3 |
| M | libs/pear/Net/IPv6.php | +18 / -12 |
| D | libs/phpFastCache/.htaccess | +0 / -3 |
| D | libs/phpFastCache/Api.php | +0 / -96 |
| D | libs/phpFastCache/CacheManager.php | +0 / -496 |
| D | libs/phpFastCache/Core/Item/ExtendedCacheItemInterface.php | +0 / -204 |
| D | libs/phpFastCache/Core/Item/ItemBaseTrait.php | +0 / -204 |
| D | libs/phpFastCache/Core/Item/ItemExtendedTrait.php | +0 / -405 |
| D | libs/phpFastCache/Core/Pool/CacheItemPoolTrait.php | +0 / -416 |
| D | libs/phpFastCache/Core/Pool/DriverBaseTrait.php | +0 / -359 |
| D | libs/phpFastCache/Core/Pool/ExtendedCacheItemPoolInterface.php | +0 / -511 |
| D | libs/phpFastCache/Core/Pool/ExtendedCacheItemPoolTrait.php | +0 / -523 |
| D | libs/phpFastCache/Core/Pool/IO/IOHelperTrait.php | +0 / -342 |
| D | libs/phpFastCache/Drivers/Apc/Driver.php | +0 / -146 |
| D | libs/phpFastCache/Drivers/Apc/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Apcu/Driver.php | +0 / -146 |
| D | libs/phpFastCache/Drivers/Apcu/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Cassandra/Driver.php | +0 / -304 |
| D | libs/phpFastCache/Drivers/Cassandra/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Cookie/Driver.php | +0 / -198 |
| D | libs/phpFastCache/Drivers/Cookie/Item.php | +0 / -66 |
| D | libs/phpFastCache/Drivers/Couchbase/Driver.php | +0 / -211 |
| D | libs/phpFastCache/Drivers/Couchbase/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Couchdb/Driver.php | +0 / -258 |
| D | libs/phpFastCache/Drivers/Couchdb/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Devfalse/Driver.php | +0 / -137 |
| D | libs/phpFastCache/Drivers/Devfalse/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Devnull/Driver.php | +0 / -133 |
| D | libs/phpFastCache/Drivers/Devnull/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Devtrue/Driver.php | +0 / -137 |
| D | libs/phpFastCache/Drivers/Devtrue/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Files/Driver.php | +0 / -201 |
| D | libs/phpFastCache/Drivers/Files/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Leveldb/Driver.php | +0 / -159 |
| D | libs/phpFastCache/Drivers/Leveldb/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Memcache/Driver.php | +0 / -208 |
| D | libs/phpFastCache/Drivers/Memcache/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Memcached/Driver.php | +0 / -203 |
| D | libs/phpFastCache/Drivers/Memcached/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Memstatic/Driver.php | +0 / -149 |
| D | libs/phpFastCache/Drivers/Memstatic/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Mongodb/Driver.php | +0 / -323 |
| D | libs/phpFastCache/Drivers/Mongodb/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Predis/Driver.php | +0 / -206 |
| D | libs/phpFastCache/Drivers/Predis/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Redis/Driver.php | +0 / -189 |
| D | libs/phpFastCache/Drivers/Redis/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Sqlite/Driver.php | +0 / -423 |
| D | libs/phpFastCache/Drivers/Sqlite/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Ssdb/Driver.php | +0 / -179 |
| D | libs/phpFastCache/Drivers/Ssdb/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Wincache/Driver.php | +0 / -141 |
| D | libs/phpFastCache/Drivers/Wincache/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Xcache/Driver.php | +0 / -151 |
| D | libs/phpFastCache/Drivers/Xcache/Item.php | +0 / -64 |
| D | libs/phpFastCache/Drivers/Zenddisk/Driver.php | +0 / -156 |
| D | libs/phpFastCache/Drivers/Zenddisk/Item.php | +0 / -63 |
| D | libs/phpFastCache/Drivers/Zendshm/Driver.php | +0 / -155 |
| D | libs/phpFastCache/Drivers/Zendshm/Item.php | +0 / -63 |
| D | libs/phpFastCache/Entities/DriverStatistic.php | +0 / -132 |
| D | libs/phpFastCache/Entities/ItemBatch.php | +0 / -66 |
| D | libs/phpFastCache/EventManager.php | +0 / -122 |
| D | libs/phpFastCache/Exceptions/phpFastCacheCoreException.php | +0 / -24 |
| D | libs/phpFastCache/Exceptions/phpFastCacheDriverCheckException.php | +0 / -24 |
| D | libs/phpFastCache/Exceptions/phpFastCacheDriverException.php | +0 / -24 |
| D | libs/phpFastCache/Exceptions/phpFastCacheIOException.php | +0 / -37 |
| D | libs/phpFastCache/Exceptions/phpFastCacheInvalidArgumentException.php | +0 / -26 |
| D | libs/phpFastCache/Exceptions/phpFastCacheInvalidConfigurationException.php | +0 / -24 |
| D | libs/phpFastCache/Exceptions/phpFastCacheLogicException.php | +0 / -24 |
| D | libs/phpFastCache/Exceptions/phpFastCacheRootException.php | +0 / -26 |
| D | libs/phpFastCache/Exceptions/phpFastCacheSimpleCacheException.php | +0 / -26 |
| D | libs/phpFastCache/Helper/ActOnAll.php | +0 / -488 |
| D | libs/phpFastCache/Helper/CacheConditionalHelper.php | +0 / -54 |
| D | libs/phpFastCache/Helper/Psr16Adapter.php | +0 / -199 |
| D | libs/phpFastCache/Helper/TestHelper.php | +0 / -164 |
| D | libs/phpFastCache/Proxy/phpFastCacheAbstractProxy.php | +0 / -84 |
| D | libs/phpFastCache/Util/ClassNamespaceResolverTrait.php | +0 / -39 |
| D | libs/phpFastCache/Util/Directory.php | +0 / -145 |
| D | libs/phpFastCache/Util/Languages.php | +0 / -46 |
| D | libs/phpFastCache/Util/MemcacheDriverCollisionDetectorTrait.php | +0 / -53 |
| A | mibs/agentpp non-text | +0 / -0 |
| A | mibs/agentpp/AGENTPP-AGENTX-MIB | +185 / -0 |
| A | mibs/agentpp/AGENTPP-CONFIG-MIB | +403 / -0 |
| A | mibs/agentpp/AGENTPP-GLOBAL-REG | +96 / -0 |
| A | mibs/agentpp/AGENTPP-NOTIFYTEST-MIB | +99 / -0 |
| A | mibs/agentpp/AGENTPP-SIMULATION-MIB | +124 / -0 |
| A | mibs/agentpp/AGENTPP-TEST-MIB | +363 / -0 |
| A | mibs/agentpp/COMMAND-EXECUTION-MIB | +357 / -0 |
| M | mibs/akcp/HHMSAGENT-MIB non-text | +0 / -0 |
| M | mibs/akcp/SPAGENT-MIB | +60 / -9 |
| A | mibs/alcatel/ASAM-ALARM-MIB | +3,135 / -0 |
| A | mibs/alcatel/ASAM-EQUIP-MIB | +5,080 / -0 |
| A | mibs/alcatel/ASAM-SFP-MIB | +6,139 / -0 |
| A | mibs/alcatel/ASAM-SYSTEM-MIB | +3,800 / -0 |
| A | mibs/alcatel/ASAM-TC-MIB | +183 / -0 |
| A | mibs/alcatel/ITF-MIB | +1,507 / -0 |
| A | mibs/alcatel/ITF-MIB-EXT | +1,703 / -0 |
| A | mibs/alcatel/SYSTEM-MIB | +67 / -0 |
| M | mibs/aricent/ARICENT-ARP-MIB | +19 / -21 |
| D | mibs/aricent/ARICENT-BFD-MI-MIB | +0 / -808 |
| D | mibs/aricent/ARICENT-BFD-MIB | +0 / -720 |
| D | mibs/aricent/ARICENT-BFD-STD-MI-MIB | +0 / -1,062 |
| M | mibs/aricent/ARICENT-CFA-MIB | +221 / -38 |
| M | mibs/aricent/ARICENT-DHCP-CLIENT-MIB | +36 / -36 |
| M | mibs/aricent/ARICENT-DHCP-RLY-MI-MIB | +126 / -8 |
| M | mibs/aricent/ARICENT-DHCP-RLY-MIB | +25 / -10 |
| M | mibs/aricent/ARICENT-DHCP-SERVER-MIB | +72 / -75 |
| M | mibs/aricent/ARICENT-DHCPv6-CLIENT-MIB | +1 / -2 |
| M | mibs/aricent/ARICENT-DIFFSERV-MIB | +4,001 / -430 |
| M | mibs/aricent/ARICENT-DNS-RESOLVER-MIB | +56 / -35 |
| M | mibs/aricent/ARICENT-DOT1AD-MIB | +9 / -6 |
| M | mibs/aricent/ARICENT-ECFM-EXT-MI-MIB | +2 / -1 |
| M | mibs/aricent/ARICENT-ECFM-MI-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-ECFM-MIB | +7 / -3 |
| M | mibs/aricent/ARICENT-ECFM-Y1731-MI-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-ERPS-MIB | +3 / -2 |
| M | mibs/aricent/ARICENT-HTTP-MIB | +18 / -28 |
| M | mibs/aricent/ARICENT-IGMP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-IP-MIB | +0 / -34 |
| M | mibs/aricent/ARICENT-IPDB-MIB | +11 / -521 |
| M | mibs/aricent/ARICENT-IPV6-MIB | +40 / -7 |
| M | mibs/aricent/ARICENT-IPVX-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-ISS-ACL-MIB | +412 / -353 |
| M | mibs/aricent/ARICENT-ISS-EXT-MIB | +149 / -18 |
| M | mibs/aricent/ARICENT-ISS-MET-MIB | +16 / -10 |
| M | mibs/aricent/ARICENT-ISS-MIB | +627 / -237 |
| M | mibs/aricent/ARICENT-LA-MIB | +619 / -21 |
| M | mibs/aricent/ARICENT-LLDP-MED-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-LLDP-MIB | +209 / -75 |
| M | mibs/aricent/ARICENT-MGMD-MIB | +2 / -2 |
| M | mibs/aricent/ARICENT-MI-TCP-IPVX-MIB | +5 / -1 |
| M | mibs/aricent/ARICENT-MIARP-MIB | +0 / -3 |
| M | mibs/aricent/ARICENT-MIDOT1AD-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-MIFS-IP-MIB | +1 / -28 |
| M | mibs/aricent/ARICENT-MIFS-IPVX-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-MIIPDB-MIB | +12 / -561 |
| M | mibs/aricent/ARICENT-MIIPV6-MIB | +31 / -6 |
| M | mibs/aricent/ARICENT-MIPB-RSTP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-MIPING-MIB | +24 / -3 |
| M | mibs/aricent/ARICENT-MIPROVIDERBRIDGE-MIB | +1 / -2 |
| M | mibs/aricent/ARICENT-MIRIP2-MIB | +47 / -10 |
| M | mibs/aricent/ARICENT-MISTD-IPVX-MIB | +36 / -1 |
| M | mibs/aricent/ARICENT-MISTDOSPF-MIB | +27 / -3 |
| M | mibs/aricent/ARICENT-MISTDRIP2-MIB | +0 / -2 |
| M | mibs/aricent/ARICENT-MIStdBRIDGE-MIB | +0 / -11 |
| M | mibs/aricent/ARICENT-MIStdRSTP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-MIUDP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-MIVLAN-EXT-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-MST-MIB | +469 / -4 |
| M | mibs/aricent/ARICENT-OSPFMI-MIB | +33 / -38 |
| M | mibs/aricent/ARICENT-OSPFMI-TEST-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-OSPFMI-TRAP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-PB-RSTP-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-PIM-MIB | +2 / -1 |
| M | mibs/aricent/ARICENT-PIMCMN-MIB | +313 / -8 |
| M | mibs/aricent/ARICENT-PIMCMN2-MIB | +18 / -3 |
| M | mibs/aricent/ARICENT-PING-MIB | +40 / -19 |
| M | mibs/aricent/ARICENT-PNAC-MIB | +977 / -625 |
| M | mibs/aricent/ARICENT-POE-MIB | +205 / -10 |
| M | mibs/aricent/ARICENT-PROVIDERBRIDGE-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-PVRST-MIB | +388 / -7 |
| A | mibs/aricent/ARICENT-QoSEXT-MIB | +62 / -0 |
| M | mibs/aricent/ARICENT-RADIUS-EXT-MIB | +271 / -16 |
| M | mibs/aricent/ARICENT-RADIUS-MIB | +0 / -4 |
| M | mibs/aricent/ARICENT-RMON-MIB | +18 / -18 |
| M | mibs/aricent/ARICENT-RSTP-MIB | +268 / -12 |
| M | mibs/aricent/ARICENT-RTM-MIB | +0 / -1 |
| M | mibs/aricent/ARICENT-RTMMI-MIB | +22 / -5 |
| M | mibs/aricent/ARICENT-SISP-MIB | +0 / -2 |
| M | mibs/aricent/ARICENT-SNMP3-MIB | +152 / -11 |
| M | mibs/aricent/ARICENT-SNOOP-MIB | +297 / -41 |
| M | mibs/aricent/ARICENT-SSH-MIB | +299 / -40 |
| M | mibs/aricent/ARICENT-SSL-MIB | +64 / -39 |
| M | mibs/aricent/ARICENT-SYSLOG-MIB | +27 / -7 |
| M | mibs/aricent/ARICENT-TAC-MIB | +0 / -3 |
| M | mibs/aricent/ARICENT-TACACS-EXT-MIB | +22 / -7 |
| M | mibs/aricent/ARICENT-USERMGM-MIB | +40 / -20 |
| M | mibs/aricent/ARICENT-VLAN-EXT-MIB | +50 / -269 |
| M | mibs/aricent/ARICENT-VLAN-MIB | +146 / -23 |
| M | mibs/aricent/ARICENTP-BRIDGE-MIB | +25 / -2 |
| M | mibs/aricent/ARICENTQ-BRIDGE-MIB | +131 / -6 |
| M | mibs/aricent/Aricent-MI-DHCP-SNOOPING-MIB | +43 / -161 |
| M | mibs/aricent/Aricent-MIPVRST-MIB | +403 / -20 |
| M | mibs/aricent/Aricent-MIRSTP-MIB | +290 / -12 |
| M | mibs/aricent/AricentMIMst-MIB | +473 / -21 |
| M | mibs/aricent/AricentMIVlan-MIB | +183 / -31 |
| M | mibs/aricent/FSSNTP-MIB | +109 / -94 |
| M | mibs/aricent/FUTURESOFT-OSPF-MIB | +0 / -3 |
| M | mibs/aricent/FUTURESOFT-OSPF-TEST-MIB | +0 / -1 |
| M | mibs/aricent/FUTURESOFT-RIP2-MIB | +38 / -2 |
| M | mibs/aricent/IGMP-PROXY-MIB | +0 / -5 |
| M | mibs/aricent/VCM-MIB | +136 / -37 |
| M | mibs/arista/ARISTA-BGP4V2-MIB | +253 / -19 |
| M | mibs/arista/ARISTA-BGP4V2-TC-MIB | +5 / -1 |
| A | mibs/arista/ARISTA-CLB-MIB | +452 / -0 |
| M | mibs/arista/ARISTA-CONFIG-COPY-MIB | +4 / -2 |
| A | mibs/arista/ARISTA-CONMON-MIB | +523 / -0 |
| M | mibs/arista/ARISTA-CV-MIB | +34 / -4 |
| M | mibs/arista/ARISTA-ENTITY-SENSOR-MIB | +100 / -2 |
| M | mibs/arista/ARISTA-HARDWARE-UTILIZATION-MIB | +20 / -3 |
| A | mibs/arista/ARISTA-LOGMGR-MIB | +210 / -0 |
| A | mibs/arista/ARISTA-PHY-MIB | +257 / -0 |
| M | mibs/arista/ARISTA-PRODUCTS-MIB | +249 / -38 |
| M | mibs/arista/ARISTA-QOS-MIB | +141 / -19 |
| M | mibs/arista/ARISTA-SMI-MIB | +7 / -0 |
| A | mibs/arista/ARISTA-STORM-CONTROL-MIB | +176 / -0 |
| A | mibs/arista/ARISTA-SWAG-HOST-RESOURCES-MIB | +219 / -0 |
| A | mibs/arista/ARISTA-SWAG-MIB | +257 / -0 |
| A | mibs/arista/ARISTA-TUNNEL-MIB | +145 / -0 |
| M | mibs/arista/ARISTA-VXLAN-MIB | +18 / -2 |
| M | mibs/aruba/AI-AP-MIB | +162 / -137 |
| M | mibs/aruba/ARUBA-MGMT-MIB | +1 / -0 |
| M | mibs/aruba/ARUBA-MIB | +25 / -0 |
| M | mibs/aruba/ARUBA-TC | +5 / -3 |
| M | mibs/aruba/ARUBAWIRED-INTERFACE-MIB | +180 / -2 |
| M | mibs/aruba/ARUBAWIRED-NETWORKING-OID | +491 / -1 |
| A | mibs/aruba/ARUBAWIRED-PM-MIB | +408 / -0 |
| M | mibs/aruba/WLSR-AP-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-AUTH-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-CTS-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-ESI-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-HA-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-IFEXT-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-MESH-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-MOBILITY-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-MON-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-RS-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-SNR-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-STATS-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-SWITCH-MIB | +2 / -1 |
| M | mibs/aruba/WLSX-SYSTEMEXT-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-TRAP-MIB | +3 / -2 |
| M | mibs/aruba/WLSX-TUNNELEDNODE-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-USER-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-USER6-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-VOICE-MIB | +1 / -0 |
| M | mibs/aruba/WLSX-WLAN-MIB | +13 / -1 |
| M | mibs/aten/ATEN-PE-CFG non-text | +0 / -0 |
| M | mibs/aten/ATEN-PE2-CFG non-text | +0 / -0 |
| M | mibs/aten/ATEN-PRODUCTS-MIB | +1 / -1 |
| M | mibs/aten/ATEN-PRODUCTS-PUB non-text | +0 / -0 |
| M | mibs/aten/ATEN-PRODUCTS-PUB-TRAP non-text | +0 / -0 |
| M | mibs/aten/ATEN-SN0116A-CFG non-text | +0 / -0 |
| M | mibs/aten/ATEN-SN0116A-SMI non-text | +0 / -0 |
| A | mibs/aten/KNGeneric-MIB | +696 / -0 |
| M | mibs/aten/RS-232-MIB non-text | +0 / -0 |
| A | mibs/avtech/ROOMALERT32S-MIB | +1,117 / -0 |
| M | mibs/calix/CALIX-PRODUCT-MIB | +18 / -0 |
| M | mibs/calix/E7-Calix-MIB | +374 / -106 |
| M | mibs/calix/E7-TC | +343 / -49 |
| M | mibs/cambium/CAMBIUM-NETWORKS-AUTO-ATTACH-MIB | +841 / -45 |
| M | mibs/cambium/CAMBIUM-NETWORKS-CABLE-DIAG-MIB | +83 / -6 |
| M | mibs/cambium/CAMBIUM-NETWORKS-EEE-MIB | +23 / -1 |
| M | mibs/cambium/CAMBIUM-NETWORKS-INTERF-MIB | +27 / -3 |
| M | mibs/cambium/CAMBIUM-NETWORKS-RPS-MIB | +174 / -14 |
| M | mibs/cambium/CAMBIUM-NETWORKS-SYSTEM-MIB | +100 / -1 |
| M | mibs/cambium/CAMBIUM-NETWORKS-USB-MIB | +7 / -4 |
| M | mibs/checkpoint/CHECKPOINT-MIB | +1,061 / -278 |
| M | mibs/cisco/AIRESPACE-WIRELESS-MIB | +14 / -1 |
| M | mibs/cisco/CISCO-BGP4-MIB | +6 / -2 |
| M | mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB | +322 / -34 |
| M | mibs/cisco/CISCO-LWAPP-DOT11-MIB | +9 / -3 |
| M | mibs/cisco/CISCO-LWAPP-QOS-MIB | +7 / -2 |
| M | mibs/cisco/CISCO-PROCESS-MIB | +33 / -2 |
| M | mibs/cisco/CISCO-PRODUCTS-MIB | +64 / -2 |
| M | mibs/cisco/CISCO-SWITCH-ENGINE-MIB | +12 / -1 |
| M | mibs/cisco/CISCO-URWB-MIB | +12 / -11 |
| M | mibs/extreme/EXTREME-BASE-MIB | +199 / -4 |
| M | mibs/extreme/EXTREME-HARDWARE-MIB | +67 / -1 |
| M | mibs/extreme/EXTREME-STACKING-MIB | +27 / -3 |
| M | mibs/extreme/EXTREME-SYSTEM-MIB | +43 / -2 |
| M | mibs/extreme/EXTREME-UPM-MIB | +18 / -3 |
| A | mibs/f5/F5-OS-LLDP-MIB | +465 / -0 |
| A | mibs/f5/F5-OS-PLATFORM-SMI-MIB | +9 / -0 |
| M | mibs/f5/F5-OS-SYSTEM-MIB | +265 / -2 |
| A | mibs/f5/F5-OS-TENANT-MIB | +956 / -0 |
| M | mibs/f5/F5-PLATFORM-STATS-MIB | +316 / -12 |
| M | mibs/f5/F5OS-APPLIANCE-ALERT-NOTIF-MIB | +1,424 / -108 |
| M | mibs/fortinet/FORTINET-CORE-MIB | +12 / -2 |
| M | mibs/hp/NIMBLE-TRAP-MIB | +2,276 / -36 |
| D | mibs/juniper/BFD-EXPERIMENT-MIB | +0 / -828 |
| M | mibs/liebert/LIEBERT-GP-FLEXIBLE-CONDITIONS-MIB | +753 / -3 |
| M | mibs/liebert/LIEBERT-GP-REGISTRATION-MIB | +48 / -0 |
| M | mibs/panduit/PANDUIT-MIB | +3,680 / -3,396 |
| A | mibs/rfc/LLDP-EXT-DOT1-DCBX-MIB | +2,113 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB non-text | +0 / -0 |
| A | mibs/schleifenbauer/SCHLEIFENBAUER-GENERIC-MIB | +5,120 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-PRODUCTS-MIB non-text | +0 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-SMI non-text | +0 / -0 |
| D | mibs/siaemic/ALFOPLUS-SIAE-MIB | +0 / -17,778 |
| D | mibs/siaemic/ARICENT-ACLEXT-MIB | +0 / -103 |
| D | mibs/siaemic/ARICENT-CFA-MIB | +0 / -3,415 |
| D | mibs/siaemic/ARICENT-CLKIWF-MIB | +0 / -229 |
| D | mibs/siaemic/ARICENT-DHCP-SERVER-MIB | +0 / -856 |
| D | mibs/siaemic/ARICENT-DIFFSERV-MIB | +0 / -2,818 |
| D | mibs/siaemic/ARICENT-DOT1AD-MIB | +0 / -707 |
| D | mibs/siaemic/ARICENT-ECFM-MI-MIB | +0 / -4,563 |
| D | mibs/siaemic/ARICENT-ECFM-Y1731-MI-MIB | +0 / -5,231 |
| D | mibs/siaemic/ARICENT-ISS-ACL-MIB | +0 / -1,973 |
| D | mibs/siaemic/ARICENT-ISS-EXT-MIB | +0 / -893 |
| D | mibs/siaemic/ARICENT-ISS-MIB | +0 / -4,502 |
| D | mibs/siaemic/ARICENT-LA-MIB | +0 / -2,181 |
| D | mibs/siaemic/ARICENT-LLDP-MIB | +0 / -1,012 |
| D | mibs/siaemic/ARICENT-MEF-MIB | +0 / -2,851 |
| D | mibs/siaemic/ARICENT-MIDOT1AD-MIB | +0 / -702 |
| D | mibs/siaemic/ARICENT-MIStdBRIDGE-MIB | +0 / -1,316 |
| D | mibs/siaemic/ARICENT-PROVIDERBRIDGE-MIB | +0 / -1,606 |
| D | mibs/siaemic/ARICENT-QoSEXT-MIB | +0 / -59 |
| D | mibs/siaemic/ARICENT-RADIUS-EXT-MIB | +0 / -655 |
| D | mibs/siaemic/ARICENT-RMON-MIB | +0 / -1,356 |
| D | mibs/siaemic/ARICENT-RSTP-MIB | +0 / -1,284 |
| D | mibs/siaemic/ARICENT-SSL-MIB | +0 / -163 |
| D | mibs/siaemic/ARICENT-SYSLOG-MIB | +0 / -692 |
| D | mibs/siaemic/ARICENT-VLAN-EXT-MIB | +0 / -1,246 |
| D | mibs/siaemic/ARICENT-VLAN-MIB | +0 / -1,815 |
| D | mibs/siaemic/ARICENTP-BRIDGE-MIB | +0 / -920 |
| D | mibs/siaemic/ARICENTQ-BRIDGE-MIB | +0 / -2,001 |
| D | mibs/siaemic/AricentMIVlan-MIB | +0 / -2,298 |
| D | mibs/siaemic/FSSNTP-MIB | +0 / -669 |
| A | mibs/snr/NAG-MIB | +3,874 / -0 |
| M | mibs/snr/SNR-SWITCH-MIB | +299 / -13 |
| M | mibs/sophos/SFOS-FIREWALL-MIB | +68 / -25 |
| M | mibs/squid/SQUID-MIB | +489 / -475 |
| M | mibs/stormshield/STORMSHIELD-ALARM-MIB | +27 / -27 |
| A | mibs/stormshield/STORMSHIELD-ALARM-MIB-DEPRECATED | +282 / -0 |
| M | mibs/stormshield/STORMSHIELD-ASQ-STATS-MIB | +55 / -0 |
| M | mibs/stormshield/STORMSHIELD-HA-MIB | +15 / -7 |
| A | mibs/stormshield/STORMSHIELD-HEALTH-MONITOR-MIB | +221 / -0 |
| M | mibs/stormshield/STORMSHIELD-IF-MIB | +9 / -9 |
| A | mibs/stormshield/STORMSHIELD-OVPN-MIB | +133 / -0 |
| M | mibs/stormshield/STORMSHIELD-PROPERTY-MIB | +2 / -2 |
| A | mibs/stormshield/STORMSHIELD-PROPERTY-MIB-DEPRECATED | +146 / -0 |
| M | mibs/stormshield/STORMSHIELD-QOS-MIB | +1 / -1 |
| M | mibs/stormshield/STORMSHIELD-ROUTE-MIB | +52 / -8 |
| M | mibs/stormshield/STORMSHIELD-SYSTEM-MONITOR-MIB | +17 / -9 |
| A | mibs/stormshield/STORMSHIELD-VPN-MIB | +24 / -0 |
| A | mibs/stormshield/STORMSHIELD-VPNIKESA-MIB | +214 / -0 |
| M | mibs/stormshield/STORMSHIELD-VPNSA-MIB | +150 / -89 |
| A | mibs/stormshield/STORMSHIELD-VPNSP-MIB | +184 / -0 |
| D | mibs/supermicro/LLDP-EXT-DOT1-DCBX-MIB | +0 / -2,012 |
| M | mibs/vmware/VMWARE-TRAPS-MIB | +6 / -6 |
| M | mibs/webgraph/Com-Server-Intern-MIB | +2 / -2 |
| A | mibs/wisi/INCA-DEVICE-MIB | +443 / -0 |
| A | mibs/wisi/INCA-MIB | +44 / -0 |
| A | mibs/wisi/INCA-TS-ALARM-MIB | +393 / -0 |
| A | mibs/wisi/INCA-TS-MIB | +401 / -0 |
| A | phpunit.xml | +40 / -0 |
| A | phpunit9.xml | +45 / -0 |
| M | poll-billing.php | +26 / -21 |
| M | poller-wrapper.py | +646 / -646 |
| M | poller.php | +72 / -31 |
| M | scripts/agent-local/apache | +244 / -62 |
| M | scripts/distro | +7 / -2 |
| M | scripts/generate-emoji.php | +1 / -1 |
| M | scripts/makecss.sh | +1 / -1 |
| M | scripts/removespikes.php | +16 / -16 |
| M | scripts/snmpdump.php | +23 / -18 |
| A | scripts/test_disk_speed.sh | +103 / -0 |
| D | snmptrap.php | +0 / -47 |
| A | tests/ArraySortTest.php | +488 / -0 |
| A | tests/GeolocationData.php | +125 / -0 |
| M | tests/HtmlIncludesFunctionsTest.php | +4 / -11 |
| M | tests/HtmlIncludesPrintTest.php | +6 / -20 |
| A | tests/IPAddressTest.php | +453 / -0 |
| M | tests/IncludesAlertsTest.php | +3 / -14 |
| M | tests/IncludesBillingTest.php | +3 / -8 |
| M | tests/IncludesCommonTest.php | +322 / -605 |
| M | tests/IncludesDbTest.php | +26 / -22 |
| M | tests/IncludesDefinitionsTest.php | +6 / -17 |
| M | tests/IncludesEncryptTest.php | +13 / -18 |
| M | tests/IncludesEntitiesTest.php | +564 / -15 |
| M | tests/IncludesFunctionsTest.php | +150 / -970 |
| M | tests/IncludesPortDescrParserTest.php | +1 / -16 |
| M | tests/IncludesRewritesTest.php | +284 / -134 |
| M | tests/IncludesSnmpTest.php | +14 / -31 |
| M | tests/IncludesSyslogTest.php | +14 / -19 |
| M | tests/IncludesTemplatesTest.php | +3 / -153 |
| A | tests/SnmpData.php | +654 / -0 |
| D | tests/SnmpDataTest.php | +0 / -365 |
| D | tests/SnmpDataTest2.php | +0 / -461 |
| A | tests/SnmpOsData.php | +358 / -0 |
| A | tests/StringTransformTest.php | +187 / -0 |
| A | tests/bootstrap.php | +93 / -0 |
| M | tests/data/test_definitions.inc.php | +4 / -13 |
| A | tests/includes non-text | +0 / -0 |
| A | tests/includes/functions.inc.php | +105 / -0 |
| M | update/274.php | +1 / -1 |
| M | update/302.php | +1 / -1 |
| M | update/333.php | +1 / -1 |
| A | update/501.sql | +2 / -0 |
| A | update/502.sql | +1 / -0 |
| A | update/503.sql | +9 / -0 |
| A | update/504.sql | +24 / -0 |
| A | update/505.sql properties | +0 / -0 |
| A | update/506.sql | +21 / -0 |
| A | update/507.sql | +1 / -0 |
| A | update/508.sql | +14 / -0 |
| A | update/509.sql | +4 / -0 |
| A | update/510.sql | +13 / -0 |
| A | update/511.sql | +3 / -0 |
| A | update/512.sql | +99 / -0 |
| A | update/513.sql | +3 / -0 |
| A | update/514.sql | +95 / -0 |
Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | html/includes/actions/contact.inc.php | +6 / -0 |
Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | housekeeping.php | +5 / -1 |
| M | html/ajax/actions.php | +1 / -2 |
| A | html/css/dashboard.css | +55 / -0 |
| M | html/images/os/delta-dark.svg non-text | +0 / -0 |
| M | html/images/os/delta.svg non-text | +0 / -0 |
| M | html/includes/actions/contact.inc.php | +8 / -4 |
| M | html/includes/entities/probe.inc.php | +27 / -73 |
| A | html/includes/graphs/probe/perf.inc.php | +39 / -0 |
| M | html/includes/modals/add_probe.inc.php | +173 / -3 |
| M | html/includes/modals/edit_probe.inc.php | +43 / -10 |
| M | html/includes/notifications.inc.php | +6 / -5 |
| M | html/includes/print/navbar.inc.php | +25 / -0 |
| M | html/includes/print/routing.inc.php | +252 / -0 |
| A | html/includes/probe_modal_helpers.inc.php | +176 / -0 |
| A | html/js/dashboard.js | +198 / -0 |
| M | html/pages/dashboard.inc.php | +55 / -481 |
| M | html/pages/rancid.inc.php non-text | +0 / -0 |
| M | includes/cache.inc.php | +5 / -3 |
| M | includes/constants.inc.php | +3 / -2 |
| M | includes/db.inc.php | +185 / -0 |
| A | includes/db/cache.inc.php | +146 / -0 |
| D | includes/db/mysql.inc.php | +0 / -368 |
| M | includes/debugging.inc.php | +7 / -4 |
| M | includes/definitions/entities/ports.inc.php | +3 / -1 |
| M | includes/definitions/entities/probes.inc.php | +90 / -82 |
| M | includes/definitions/entities/routing.inc.php | +1 / -1 |
| M | includes/definitions/os/vialite.inc.php | +1 / -0 |
| M | includes/definitions/wui.inc.php | +19 / -0 |
| M | includes/entities/port.inc.php | +52 / -0 |
| M | includes/entities/probe.inc.php | +539 / -0 |
| M | includes/functions.inc.php | +2 / -2 |
| A | includes/housekeeping/cache.inc.php | +6 / -0 |
| M | includes/observium.inc.php | +5 / -4 |
| M | includes/polling/applications/zimbra.inc.php | +7 / -8 |
| M | includes/polling/cisco-cbqos.inc.php | +1 / -1 |
| M | includes/polling/ports.inc.php | +29 / -56 |
| M | includes/polling/probes.inc.php | +99 / -70 |
| A | mibs/advantech non-text | +0 / -0 |
| A | mibs/advantech/ADVANTECH-COMMON-MIB | +572 / -0 |
| A | mibs/advantech/ADVANTECH-EKI-PRONEER-MIB | +10,579 / -0 |
| A | mibs/aviat non-text | +0 / -0 |
| A | mibs/aviat/AVIAT-ALARM-REPORTING-MIB | +634 / -0 |
| A | mibs/aviat/AVIAT-G826-MIB | +838 / -0 |
| A | mibs/aviat/AVIAT-MODEM-MIB | +621 / -0 |
| A | mibs/aviat/AVIAT-RF-MIB | +621 / -0 |
| A | mibs/aviat/AVIAT-RXPERFORMANCE-EX-MIB | +435 / -0 |
| A | mibs/aviat/AVIAT-RXPERFORMANCE-MIB | +691 / -0 |
| A | mibs/aviat/AVIAT-SWMANAGEMENT-MIB | +328 / -0 |
| A | mibs/aviat/AVIAT-TEXTCONVENTION-MIB | +208 / -0 |
| A | mibs/aviat/STXN-GLOBALREGISTER-MIB | +315 / -0 |
| A | mibs/deltanet non-text | +0 / -0 |
| A | mibs/deltanet/Deltanet-MIB | +19 / -0 |
| A | mibs/deltanet/LAMBDATRAIL-MIB | +1,147 / -0 |
| A | mibs/deltanet/Lambdatrail2s-MIB | +1,143 / -0 |
| M | mibs/innovaphone/INNO-MIB | +37 / -6 |
| A | mibs/sagemcom non-text | +0 / -0 |
| A | mibs/sagemcom/ADR155C-MIB | +57 / -0 |
| A | mibs/sagemcom/ADR2500C-MIB | +54 / -0 |
| A | mibs/sagemcom/ADR63E1-MIB | +57 / -0 |
| A | mibs/sagemcom/EQUIPMENT-MIB | +886 / -0 |
| A | mibs/sagemcom/GIGE-MIB | +990 / -0 |
| A | mibs/sagemcom/LOG-MIB | +927 / -0 |
| A | mibs/sagemcom/PERFORMANCE-MIB | +540 / -0 |
| A | mibs/sagemcom/PPP-BRIDGE-NCP-MIB | +481 / -0 |
| A | mibs/sagemcom/PPP-LCP-MIB | +837 / -0 |
| A | mibs/sagemcom/PROTECTION-MIB | +1,272 / -0 |
| A | mibs/sagemcom/SAGEM-DR-MIB | +59 / -0 |
| A | mibs/sagemcom/SDH-ETS-MIB | +2,923 / -0 |
| A | mibs/sagemcom/SESSION-MIB | +212 / -0 |
| A | mibs/sagemcom/SHELF-MIB | +861 / -0 |
| A | mibs/sagemcom/SPRIF-MIB | +557 / -0 |
| A | mibs/sagemcom/XCONNECTION-MIB | +439 / -0 |
| A | mibs/versa non-text | +0 / -0 |
| A | mibs/versa/ACTION-MIB | +114 / -0 |
| A | mibs/versa/ADC-MIB | +867 / -0 |
| A | mibs/versa/ADC-TRAP | +144 / -0 |
| A | mibs/versa/APPID-MIB | +810 / -0 |
| A | mibs/versa/APPS-TRAP | +72 / -0 |
| A | mibs/versa/AV-MIB | +649 / -0 |
| A | mibs/versa/CGNAT-MIB | +547 / -0 |
| A | mibs/versa/CGNAT-TRAP | +75 / -0 |
| A | mibs/versa/CPORTAL-MIB | +402 / -0 |
| A | mibs/versa/DC-BD-MIB | +959 / -0 |
| A | mibs/versa/DC-BFD-STUB-MIB | +2,374 / -0 |
| A | mibs/versa/DC-BGP-MIB | +21,391 / -0 |
| A | mibs/versa/DC-CR-LDP-MIB | +1,393 / -0 |
| A | mibs/versa/DC-EVPN-MIB | +3,268 / -0 |
| A | mibs/versa/DC-L2VPN-MIB | +1,021 / -0 |
| A | mibs/versa/DC-LMGR-MIB | +727 / -0 |
| A | mibs/versa/DC-MAI-MIB | +651 / -0 |
| A | mibs/versa/DC-MASTER-TC | +1,240 / -0 |
| A | mibs/versa/DC-MCAST-ROUTING-TC | +51 / -0 |
| A | mibs/versa/DC-MGMD-ROUTER-MIB | +3,874 / -0 |
| A | mibs/versa/DC-OSPF-MIB | +16,664 / -0 |
| A | mibs/versa/DC-PIM-BSR-MIB | +768 / -0 |
| A | mibs/versa/DC-PIM-MIB | +7,456 / -0 |
| A | mibs/versa/DC-VPWS-MIB | +1,142 / -0 |
| A | mibs/versa/DDOS-MIB | +445 / -0 |
| A | mibs/versa/DECRYPT-MIB | +973 / -0 |
| A | mibs/versa/DEVICE-MIB | +368 / -0 |
| A | mibs/versa/DEVICE-TRAP | +159 / -0 |
| A | mibs/versa/DHCP-MIB | +1,398 / -0 |
| A | mibs/versa/DHCP-TRAP | +67 / -0 |
| A | mibs/versa/DLP-MIB | +379 / -0 |
| A | mibs/versa/DNSFILTER-MIB | +371 / -0 |
| A | mibs/versa/DNSPROXY-MIB | +277 / -0 |
| A | mibs/versa/FILEFILTER-MIB | +844 / -0 |
| A | mibs/versa/GUEST-VNF-TRAP | +68 / -0 |
| A | mibs/versa/HA-MIB | +345 / -0 |
| A | mibs/versa/HA-TRAP | +89 / -0 |
| A | mibs/versa/IF-TRAP | +148 / -0 |
| A | mibs/versa/IPF-MIB | +194 / -0 |
| A | mibs/versa/IPF-TRAP | +52 / -0 |
| A | mibs/versa/IPS-MIB | +489 / -0 |
| A | mibs/versa/IPSEC-MIB | +726 / -0 |
| A | mibs/versa/IPSEC-TRAP | +118 / -0 |
| A | mibs/versa/L2-TRAP | +51 / -0 |
| A | mibs/versa/LEF-TRAP | +69 / -0 |
| A | mibs/versa/MDM-MIB | +154 / -0 |
| A | mibs/versa/MIRROR-MIB | +122 / -0 |
| A | mibs/versa/MONITOR-GROUP-TRAP | +58 / -0 |
| A | mibs/versa/MONITOR-MIB | +155 / -0 |
| A | mibs/versa/MONITOR-TRAP | +97 / -0 |
| A | mibs/versa/ORG-MIB | +749 / -0 |
| A | mibs/versa/ORG-TRAP | +61 / -0 |
| A | mibs/versa/OSSPACK-TRAP | +91 / -0 |
| A | mibs/versa/PBF-MIB | +162 / -0 |
| A | mibs/versa/PKI-MIB | +711 / -0 |
| A | mibs/versa/POLICY-MIB | +336 / -0 |
| A | mibs/versa/POLICY-TRAP | +139 / -0 |
| A | mibs/versa/QOS-MIB | +384 / -0 |
| A | mibs/versa/RFD-TRAP | +75 / -0 |
| A | mibs/versa/SDWAN-MIB | +277 / -0 |
| A | mibs/versa/SDWAN-TRAP | +184 / -0 |
| A | mibs/versa/SNAT-MIB | +130 / -0 |
| A | mibs/versa/SNAT-TRAP | +76 / -0 |
| A | mibs/versa/SNG-TRAP | +70 / -0 |
| A | mibs/versa/SNMP-USER-BASED-SM-MIB | +910 / -0 |
| A | mibs/versa/SPACK-TRAP | +71 / -0 |
| A | mibs/versa/SSLCLOUD-MIB | +242 / -0 |
| A | mibs/versa/STORAGE-MIB | +422 / -0 |
| A | mibs/versa/TRAPS-COMMON | +251 / -0 |
| A | mibs/versa/UID-MIB | +646 / -0 |
| A | mibs/versa/URLF-MIB | +1,632 / -0 |
| A | mibs/versa/VERSA-IF-MIB | +157 / -0 |
| A | mibs/versa/VERSA-MIB | +165 / -0 |
| A | mibs/versa/VERSA-RTDS-MIB | +314 / -0 |
| A | mibs/versa/VFP-MIB | +1,219 / -0 |
| A | mibs/versa/VMS-TRAP | +71 / -0 |
| A | mibs/zmtel non-text | +0 / -0 |
| A | mibs/zmtel/ZMTEL-ODU-MIB | +672 / -0 |
| M | scripts/agent-local/mysql.cnf | +18 / -27 |
| A | scripts/probe_help_tool.php | +283 / -0 |
| A | update/500.sql | +4 / -0 |
get_entities.php to build entity lists based on definition arrays. +86/−56array_str_replace() due unknown troubles arising in array_tag_replace(). Appear in r14104 (OBS-5064). +21/−18.5 functions array_first() and array_last(). +16/0rewrite_entity_name() for clean by default broken snmp chars converted to points. +9/−6array_tag_replace() and array_str_replace(). +14/−27Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | html/ajax/actions.php | +1 / -1 |
| M | html/ajax/get_entities.php | +72 / -56 |
| A | html/images/os/delta-dark.svg | +1 / -0 |
| A | html/images/os/delta.svg | +1 / -0 |
| M | html/js/observium.js | +4 / -1 |
| M | html/pages/device/port.inc.php | +5 / -5 |
| M | html/pages/device/port/adsl.inc.php | +3 / -1 |
| M | html/pages/migrate_alerts.inc.php | +6 / -6 |
| A | html/pages/rancid.inc.php | +263 / -0 |
| M | includes/alerts.inc.php | +12 / -4 |
| M | includes/definitions/entities.inc.php | +2 / -0 |
| M | includes/definitions/entities/devices.inc.php | +4 / -0 |
| M | includes/definitions/entities/ports.inc.php | +3 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +5 / -0 |
| M | includes/definitions/mibs.inc.php | +9 / -0 |
| M | includes/definitions/mibs/delta.inc.php | +144 / -94 |
| M | includes/definitions/mibs/huawei.inc.php | +73 / -16 |
| M | includes/definitions/os/huawei.inc.php | +31 / -31 |
| M | includes/discovery/functions.inc.php | +10 / -1 |
| M | includes/discovery/sensors/huawei-entity-extent-mib.inc.php | +51 / -51 |
| M | includes/entities/processor.inc.php | +5 / -0 |
| M | includes/functions.inc.php | +28 / -2 |
| M | includes/polling/ports/adsl-line-mib.inc.php | +2 / -1 |
| M | includes/polling/ports/adsl-line-mib.lib.php | +40 / -40 |
| M | includes/polyfill.inc.php | +16 / -0 |
| M | includes/rewrites.inc.php | +15 / -13 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_cactihost.php | +0 / -89 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_cactithold.php | +0 / -236 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_dsstats.php | +0 / -214 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_mrtg.php | +0 / -81 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_skeleton.php.txt | +0 / -49 |
| D | includes/weathermap/lib/datasources/WeatherMapDataSource_wmdata.php | +0 / -76 |
| M | tests/IncludesRewritesTest.php | +148 / -0 |
Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| A | update/499.sql | +1 / -0 |
Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | includes/alerts.inc.php | +13 / -3 |
| M | update/498.php | +0 / -164 |
fpow(). Added bi_to_scale(). Updated si_to_scale(). +49/−21print_versions(). +32/−16html_callback() and array_str_replace() for case-sensitive replacements. Fixed possible php fatal error with output buffering. +28/−37db_quote_string(). Added unit tests. +2/−1print_versions(). +9/0db_quote_string(). +41/−2entity_index_tags(). +6/−7entity_measured_match_definition(). +20/−10unit_string_to_numeric(). +1/−32.0.0.8.1.4.1.5.3 for PHP 8.1+. +12/−2Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| A | html/images/os/opnsense.svg | +1 / -0 |
| A | html/images/os/truenas.svg | +1 / -0 |
| A | html/images/os/vialite.png | +1 / -0 |
| A | html/images/os/vialite_2x.png | +1 / -0 |
| M | html/includes/functions.inc.php | +21 / -27 |
| M | html/includes/notifications.inc.php | +19 / -0 |
| M | html/pages/device/edit/snmp.inc.php | +4 / -4 |
| M | html/pages/devices.inc.php | +220 / -204 |
| M | includes/autoloader.inc.php | +12 / -2 |
| M | includes/common.inc.php | +42 / -19 |
| M | includes/constants.inc.php | +38 / -0 |
| M | includes/db.inc.php | +42 / -7 |
| M | includes/db/mysqli.inc.php | +2 / -6 |
| M | includes/definitions/entities/probes.inc.php | +49 / -0 |
| M | includes/definitions/entities/sensors.inc.php | +4 / -3 |
| M | includes/definitions/mibs/cdata.inc.php | +57 / -0 |
| M | includes/definitions/mibs/nscrtv.inc.php | +11 / -1 |
| M | includes/definitions/mibs/omnitron.inc.php | +327 / -5 |
| M | includes/definitions/mibs/rfc.inc.php | +39 / -7 |
| A | includes/definitions/mibs/vialite.inc.php | +538 / -0 |
| M | includes/definitions/os/cdata.inc.php | +6 / -0 |
| M | includes/definitions/os/fortinet.inc.php | +20 / -3 |
| M | includes/definitions/os/omnitron.inc.php | +5 / -5 |
| M | includes/definitions/os/ubiquiti.inc.php | +3 / -2 |
| A | includes/definitions/os/vialite.inc.php | +22 / -0 |
| M | includes/definitions/transports.inc.php | +79 / -1 |
| M | includes/discovery/cisco-cbqos.inc.php | +19 / -29 |
| M | includes/discovery/neighbours/lldp-mib.inc.php | +79 / -6 |
| M | includes/entities.inc.php | +25 / -11 |
| M | includes/functions.inc.php | +46 / -27 |
| M | includes/polling/cisco-cbqos.inc.php | +120 / -107 |
| M | includes/polling/os/unix.inc.php | +12 / -14 |
| M | includes/polyfill.inc.php | +4 / -0 |
| M | includes/rewrites.inc.php | +7 / -10 |
| M | libs/Doctrine/SqlFormatter/HtmlHighlighter.php | +4 / -1 |
| A | libs/Doctrine/SqlFormatter15 non-text | +0 / -0 |
| A | libs/Doctrine/SqlFormatter15/CliHighlighter.php | +77 / -0 |
| A | libs/Doctrine/SqlFormatter15/Cursor.php | +52 / -0 |
| A | libs/Doctrine/SqlFormatter15/Highlighter.php | +58 / -0 |
| A | libs/Doctrine/SqlFormatter15/HtmlHighlighter.php | +100 / -0 |
| A | libs/Doctrine/SqlFormatter15/NullHighlighter.php | +28 / -0 |
| A | libs/Doctrine/SqlFormatter15/SqlFormatter.php | +485 / -0 |
| A | libs/Doctrine/SqlFormatter15/Token.php | +63 / -0 |
| A | libs/Doctrine/SqlFormatter15/Tokenizer.php | +930 / -0 |
| M | libs/Phpfastcache8/Cluster/ClusterPoolAbstract.php | +2 / -3 |
| M | libs/Phpfastcache8/Cluster/Drivers/FullReplication/FullReplicationCluster.php | +6 / -1 |
| M | libs/Phpfastcache8/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php | +1 / -1 |
| M | libs/Phpfastcache8/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php | +6 / -1 |
| M | libs/Phpfastcache8/Cluster/ItemAbstract.php | +7 / -0 |
| M | libs/Phpfastcache8/Core/Item/ItemBaseTrait.php | +8 / -1 |
| M | libs/Phpfastcache8/Core/Item/ItemExtendedTrait.php | +1 / -0 |
| M | libs/Phpfastcache8/Core/Item/TaggableCacheItemTrait.php | +4 / -6 |
| M | libs/Phpfastcache8/Core/Pool/DriverBaseTrait.php | +7 / -6 |
| M | libs/Phpfastcache8/Drivers/Cassandra/Config.php | +24 / -1 |
| M | libs/Phpfastcache8/Drivers/Cassandra/Driver.php | +17 / -4 |
| M | libs/Phpfastcache8/Drivers/Leveldb/Config.php | +6 / -6 |
| M | libs/Phpfastcache8/Drivers/Leveldb/Driver.php | +1 / -1 |
| M | libs/Phpfastcache8/Drivers/Memcache/Config.php | +26 / -55 |
| M | libs/Phpfastcache8/Drivers/Memcache/Driver.php | +13 / -20 |
| M | libs/Phpfastcache8/Drivers/Memcached/Config.php | +27 / -10 |
| M | libs/Phpfastcache8/Drivers/Memcached/Driver.php | +12 / -10 |
| M | libs/Phpfastcache8/Drivers/Memstatic/Driver.php | +4 / -8 |
| M | libs/Phpfastcache8/Helper/Psr16Adapter.php | +3 / -2 |
| M | libs/Phpfastcache8/Util/ArrayObject.php | +14 / -12 |
| D | mibs/cisco/ADSL-DMT-LINE-MIB | +0 / -589 |
| D | mibs/cisco/ETHERLIKE-MIB | +0 / -1,131 |
| D | mibs/cisco/MEF-SOAM-PM-MIB | +0 / -7,578 |
| D | mibs/cisco/MEF-SOAM-TC-MIB | +0 / -324 |
| M | mibs/fortinet/FORTINET-FORTIGATE-MIB | +132 / -36 |
| A | mibs/omnitron/OMNITRON-AAA-MIB | +651 / -0 |
| A | mibs/omnitron/OMNITRON-ACL-MIB | +387 / -0 |
| A | mibs/omnitron/OMNITRON-DS1-MIB | +744 / -0 |
| A | mibs/omnitron/OMNITRON-DWDM-MIB | +572 / -0 |
| A | mibs/omnitron/OMNITRON-EST-MIB | +3,649 / -0 |
| A | mibs/omnitron/OMNITRON-EXT-MIB | +5,767 / -0 |
| A | mibs/omnitron/OMNITRON-G8031-MIB | +1,294 / -0 |
| A | mibs/omnitron/OMNITRON-G8032-MIB | +1,302 / -0 |
| A | mibs/omnitron/OMNITRON-GPOE-MIB | +627 / -0 |
| A | mibs/omnitron/OMNITRON-GPOE-NOTIFICATION-MIB | +899 / -0 |
| A | mibs/omnitron/OMNITRON-HC-RMON-MIB | +655 / -0 |
| A | mibs/omnitron/OMNITRON-IGMP-MIB | +386 / -0 |
| A | mibs/omnitron/OMNITRON-IP-MIB | +500 / -0 |
| A | mibs/omnitron/OMNITRON-LAG-MIB | +345 / -0 |
| A | mibs/omnitron/OMNITRON-MEF31EXT-MIB | +581 / -0 |
| M | mibs/omnitron/OMNITRON-MIB | +189 / -199 |
| M | mibs/omnitron/OMNITRON-POE-MIB | +62 / -22 |
| A | mibs/omnitron/OMNITRON-PTP-MIB | +948 / -0 |
| A | mibs/omnitron/OMNITRON-SSH-MIB | +263 / -0 |
| A | mibs/omnitron/OMNITRON-SYSLOG-MIB | +325 / -0 |
| M | mibs/omnitron/OMNITRON-TC-MIB | +24 / -14 |
| A | mibs/omnitron/OMNITRON-TRAP-MIB | +2,396 / -0 |
| A | mibs/omnitron/OMNITRON-USER-MIB | +470 / -0 |
| A | mibs/omnitron/OMNITRON-Y1731-MIB | +3,116 / -0 |
| M | mibs/rfc/BGP4V2-TC-MIB | +1 / -1 |
| M | mibs/rfc/MEF-SOAM-PM-MIB | +1 / -1 |
| M | mibs/rfc/MEF-SOAM-TC-MIB | +1 / -1 |
| A | mibs/vialite non-text | +0 / -0 |
| A | mibs/vialite/NSCRTV-EDFA | +1,446 / -0 |
| A | mibs/vialite/NSCRTV-OSW | +1,339 / -0 |
| A | mibs/vialite/PPM-IGNIS-MIB | +2,953 / -0 |
| A | mibs/vialite/PPM-IGNIS-V1TRAPS-MIB | +333 / -0 |
| A | mibs/vialite/PPM-ORG-MIB | +181 / -0 |
| M | tests/IncludesDbTest.php | +33 / -2 |
| M | tests/IncludesFunctionsTest.php | +85 / -60 |
| M | tests/IncludesRewritesTest.php | +2 / -2 |
| A | update/498.php | +165 / -0 |
is_valid_param(). +43/0Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | html/api/v0/includes/alerts.inc.php | +18 / -27 |
| M | html/api/v0/includes/devices.inc.php | +227 / -27 |
| M | html/includes/functions.inc.php | +3 / -3 |
| M | html/pages/device/edit/geo.inc.php | +2 / -2 |
| M | html/pages/device/edit/snmp.inc.php | +2 / -2 |
| M | html/pages/locations.inc.php | +3 / -3 |
| M | includes/common.inc.php | +123 / -45 |
| M | includes/constants.inc.php | +0 / -3 |
| M | includes/definitions/mibs/juniper.inc.php | +2 / -2 |
| M | includes/discovery/functions.inc.php | +5 / -5 |
| M | includes/discovery/ucd-diskio.inc.php | +5 / -4 |
| M | includes/entities/device.inc.php | +15 / -18 |
| M | includes/polling/ports.inc.php | +4 / -5 |
| M | includes/polling/ucd-diskio.inc.php | +5 / -4 |
| M | includes/rewrites.inc.php | +6 / -8 |
| M | includes/rrdtool.inc.php | +7 / -8 |
| M | tests/IncludesCommonTest.php | +7 / -4 |
array_merge_indexed(). Added array_merge_map() for merge array by keys map. +69/−50print_inventory_tree() loop condition. +1/−3get_addresses(). +30/−28get_entity_ids_ip_by_network(). +45/−51delete_port() for remote rrdcached. +34/−26get_vars() with comma in variable value. +21/−18truncate() and mb_truncate(). Added truncate_len(). +65/−30entity_descr_check(). +16/−41find_similar(). +71/−34v3 auth options on Add device page. +159/−176generate_query_values() for numeric comparision with mysql function calls. +43/−10get_status_array(). +29/−16Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | html/api/v0/includes/address.inc.php | +10 / -106 |
| M | html/images/os/alcatellucent.svg | +1 / -1 |
| A | html/images/os/allnet.svg | +1 / -0 |
| A | html/images/os/btech.svg | +1 / -0 |
| A | html/images/os/epson.svg | +1 / -0 |
| A | html/images/os/schleifenbauer.svg | +1 / -0 |
| A | html/images/os/socomec.svg | +1 / -0 |
| A | html/images/os/zte.svg | +1 / -0 |
| D | html/includes/alerting-navbar.inc.php | +0 / -89 |
| D | html/includes/contacts-navbar.inc.php | +0 / -376 |
| D | html/includes/customoids-navbar.inc.php | +0 / -275 |
| M | html/includes/entities/port.inc.php | +1 / -1 |
| M | html/includes/functions.inc.php | +21 / -18 |
| D | html/includes/group-navbar.inc.php | +0 / -188 |
| D | html/includes/maintenance-navbar.inc.php | +0 / -154 |
| D | html/includes/navbar_footer.inc.php | +0 / -126 |
| A | html/includes/navbars non-text | +0 / -0 |
| A | html/includes/navbars/alerting.inc.php | +89 / -0 |
| A | html/includes/navbars/bgp.inc.php | +263 / -0 |
| A | html/includes/navbars/contacts.inc.php | +378 / -0 |
| A | html/includes/navbars/customoids.inc.php | +275 / -0 |
| A | html/includes/navbars/footer.inc.php | +126 / -0 |
| A | html/includes/navbars/group.inc.php | +189 / -0 |
| A | html/includes/navbars/maintenance.inc.php | +154 / -0 |
| M | html/includes/notifications.inc.php | +17 / -0 |
| M | html/includes/print/addresses.inc.php | +236 / -114 |
| M | html/includes/print/alert.inc.php | +21 / -21 |
| M | html/includes/print/inventory.inc.php | +93 / -61 |
| M | html/includes/print/routing.inc.php | +76 / -47 |
| M | html/includes/print/status.inc.php | +29 / -16 |
| M | html/includes/print/syslogs.inc.php | +4 / -0 |
| M | html/index.php | +1 / -1 |
| M | html/js/observium.js | +17 / -2 |
| M | html/pages/about.inc.php | +3 / -3 |
| M | html/pages/add_alert_check.inc.php | +1 / -1 |
| M | html/pages/add_syslog_rule.inc.php | +1 / -1 |
| M | html/pages/addhost.inc.php | +159 / -176 |
| M | html/pages/alert_check.inc.php | +1 / -1 |
| M | html/pages/alert_checks.inc.php | +1 / -1 |
| M | html/pages/alert_log.inc.php | +3 / -3 |
| M | html/pages/alert_maintenance.inc.php | +4 / -4 |
| M | html/pages/alert_maintenance_add.inc.php | +2 / -2 |
| M | html/pages/alert_regenerate.inc.php | +3 / -3 |
| M | html/pages/alerts.inc.php | +1 / -1 |
| M | html/pages/contact.inc.php | +2 / -2 |
| M | html/pages/contacts.inc.php | +2 / -2 |
| M | html/pages/customoid.inc.php | +4 / -2 |
| M | html/pages/customoids.inc.php | +1 / -1 |
| M | html/pages/device/edit/sensors.inc.php | +71 / -67 |
| M | html/pages/device/entphysical.inc.php | +6 / -7 |
| M | html/pages/device/port/adsl.inc.php | +32 / -34 |
| M | html/pages/device/port/graphs.inc.php | +9 / -10 |
| M | html/pages/device/ports/ipv4.inc.php | +37 / -36 |
| M | html/pages/device/ports/ipv6.inc.php | +37 / -36 |
| M | html/pages/device/routing/bgp.inc.php | +3 / -121 |
| M | html/pages/group.inc.php | +1 / -1 |
| M | html/pages/group_add.inc.php | +1 / -1 |
| M | html/pages/groups.inc.php | +1 / -1 |
| M | html/pages/groups_regenerate.inc.php | +6 / -7 |
| M | html/pages/routing/bgp.inc.php | +35 / -133 |
| M | html/pages/search/ipv4.inc.php | +56 / -47 |
| M | html/pages/search/ipv6.inc.php | +52 / -42 |
| M | html/pages/syslog.inc.php | +61 / -54 |
| M | html/pages/syslog_alerts.inc.php | +3 / -3 |
| M | html/pages/syslog_rules.inc.php | +3 / -3 |
| M | includes/alerting/email.inc.php | +21 / -3 |
| M | includes/alerting/servicenow.inc.php | +2 / -2 |
| M | includes/common.inc.php | +65 / -30 |
| M | includes/config-variables.inc.php | +21 / -6 |
| M | includes/constants.inc.php | +18 / -4 |
| M | includes/db.inc.php | +63 / -24 |
| M | includes/defaults.inc.php | +25 / -18 |
| M | includes/definitions/mibs/acme.inc.php | +97 / -27 |
| M | includes/definitions/mibs/bdcom.inc.php | +118 / -0 |
| M | includes/definitions/mibs/bdcom/nms-if-mib.php | +19 / -9 |
| A | includes/definitions/mibs/btech.inc.php | +58 / -0 |
| M | includes/definitions/mibs/cdata.inc.php | +100 / -85 |
| M | includes/definitions/mibs/hp.inc.php | +4 / -2 |
| M | includes/definitions/mibs/juniper.inc.php | +50 / -3 |
| M | includes/definitions/mibs/nscrtv.inc.php | +162 / -70 |
| A | includes/definitions/mibs/ribbon.inc.php | +29 / -0 |
| A | includes/definitions/mibs/schleifenbauer.inc.php | +186 / -0 |
| M | includes/definitions/mibs/socomec.inc.php | +158 / -95 |
| M | includes/definitions/mibs/socomec/socomecups-mib.inc.php | +161 / -139 |
| D | includes/definitions/mibs/sonus.inc.php | +0 / -29 |
| M | includes/definitions/mibs/ubiquiti.inc.php | +57 / -0 |
| A | includes/definitions/os/allnet.inc.php | +31 / -0 |
| M | includes/definitions/os/bdcom.inc.php | +11 / -9 |
| A | includes/definitions/os/btech.inc.php | +32 / -0 |
| M | includes/definitions/os/cdata.inc.php | +8 / -4 |
| M | includes/definitions/os/delta.inc.php | +10 / -8 |
| M | includes/definitions/os/extreme.inc.php | +5 / -3 |
| M | includes/definitions/os/juniper.inc.php | +31 / -2 |
| M | includes/definitions/os/oracle.inc.php | +7 / -4 |
| A | includes/definitions/os/ribbon.inc.php | +33 / -0 |
| A | includes/definitions/os/schleifenbauer.inc.php | +25 / -0 |
| M | includes/definitions/os/socomec.inc.php | +17 / -7 |
| D | includes/definitions/os/sonus.inc.php | +0 / -23 |
| M | includes/definitions/rewrites.inc.php | +46 / -45 |
| M | includes/definitions/vm.inc.php | +4 / -0 |
| M | includes/discovery/arp-table.inc.php | +12 / -9 |
| M | includes/discovery/functions.inc.php | +35 / -26 |
| M | includes/discovery/graphs/juniper-firewall-mib.inc.php | +14 / -4 |
| M | includes/discovery/inventory/entity-mib.inc.php | +41 / -2 |
| M | includes/discovery/inventory/juniper-mib.inc.php | +1 / -0 |
| M | includes/discovery/neighbours/lldp-mib.inc.php | +34 / -9 |
| M | includes/discovery/sensors/nscrtv-fttx-gpon-mib.inc.php | +11 / -5 |
| M | includes/discovery/ucd-diskio.inc.php | +12 / -4 |
| M | includes/entities.inc.php | +114 / -132 |
| M | includes/entities/counter.inc.php | +11 / -8 |
| M | includes/entities/ip-address.inc.php | +5 / -16 |
| M | includes/entities/port.inc.php | +34 / -26 |
| M | includes/entities/processor.inc.php | +1 / -1 |
| M | includes/entities/sensor.inc.php | +6 / -2 |
| M | includes/entities/status.inc.php | +23 / -12 |
| M | includes/entities/storage.inc.php | +1 / -1 |
| M | includes/functions.inc.php | +140 / -84 |
| M | includes/observium.inc.php | +5 / -0 |
| M | includes/polling/os/juniper.inc.php | +13 / -3 |
| M | includes/polling/os/unix.inc.php | +22 / -2 |
| M | includes/polling/ucd-diskio.inc.php | +12 / -10 |
| M | includes/polling/ucd-mib.inc.php | +148 / -145 |
| M | includes/snmp.inc.php | +6 / -1 |
| M | includes/update/update.php | +3 / -0 |
| A | libs/pear/Auth non-text | +0 / -0 |
| A | libs/pear/Auth/SASL.php | +138 / -0 |
| A | libs/pear/Auth/SASL/Anonymous.php | +72 / -0 |
| A | libs/pear/Auth/SASL/Common.php | +106 / -0 |
| A | libs/pear/Auth/SASL/CramMD5.php | +70 / -0 |
| A | libs/pear/Auth/SASL/DigestMD5.php | +199 / -0 |
| A | libs/pear/Auth/SASL/External.php | +64 / -0 |
| A | libs/pear/Auth/SASL/Login.php | +67 / -0 |
| A | libs/pear/Auth/SASL/Plain.php | +64 / -0 |
| A | libs/pear/Auth/SASL/SCRAM.php | +327 / -0 |
| M | libs/pear/Mail/Mail/smtpmx.php | +28 / -2 |
| M | libs/pear/Net/DNS2/BitMap.php | +9 / -7 |
| M | libs/pear/Net/DNS2/Cache.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Cache/File.php | +12 / -10 |
| M | libs/pear/Net/DNS2/Cache/Shm.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Exception.php | +4 / -17 |
| M | libs/pear/Net/DNS2/Header.php | +1 / -1 |
| M | libs/pear/Net/DNS2/Lookups.php | +18 / -6 |
| M | libs/pear/Net/DNS2/Names.php | +1 / -3 |
| M | libs/pear/Net/DNS2/Notifier.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Packet.php | +3 / -3 |
| M | libs/pear/Net/DNS2/PrivateKey.php | +2 / -2 |
| M | libs/pear/Net/DNS2/Question.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR.php | +8 / -9 |
| M | libs/pear/Net/DNS2/RR/AAAA.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/AMTRELAY.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/APL.php | +8 / -0 |
| M | libs/pear/Net/DNS2/RR/CERT.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR/EUI48.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/EUI64.php | +4 / -0 |
| M | libs/pear/Net/DNS2/RR/IPSECKEY.php | +5 / -0 |
| M | libs/pear/Net/DNS2/RR/LOC.php | +0 / -2 |
| M | libs/pear/Net/DNS2/RR/OPT.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR/SIG.php | +3 / -20 |
| M | libs/pear/Net/DNS2/RR/TLSA.php | +1 / -1 |
| M | libs/pear/Net/DNS2/RR/WKS.php | +6 / -1 |
| M | libs/pear/Net/DNS2/RR/ZONEMD.php | +1 / -1 |
| M | libs/pear/Net/DNS2/Resolver.php | +1 / -1 |
| M | libs/pear/Net/DNS2/Socket.php | +30 / -17 |
| M | libs/pear/Net/DNS2/Updater.php | +17 / -17 |
| M | libs/pear/Net/SMTP.php | +64 / -10 |
| A | mibs/allnet non-text | +0 / -0 |
| A | mibs/allnet/ALLNET-MSR-MIB | +400 / -0 |
| A | mibs/allnet/ALLNET-SENSOR-MIB | +2,808 / -0 |
| M | mibs/bdcom/NMS-BACKUPLINK-MIB | +93 / -93 |
| M | mibs/bdcom/NMS-CARD-OPERATION-MIB | +3 / -3 |
| M | mibs/bdcom/NMS-CHASSIS | +62 / -44 |
| D | mibs/bdcom/NMS-CONFIG | +0 / -31 |
| A | mibs/bdcom/NMS-CONFIG-MGMT | +66 / -0 |
| M | mibs/bdcom/NMS-DHCP-SERVER-LEASE-MIB | +3 / -3 |
| M | mibs/bdcom/NMS-EPON-LLID-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-EPON-ONU-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-EPON-ONU-UNI-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-EPON-PON-QOS-POLICY | +1 / -1 |
| M | mibs/bdcom/NMS-ERPS-MIB | +2 / -2 |
| M | mibs/bdcom/NMS-ETHERRING | +1 / -1 |
| M | mibs/bdcom/NMS-FAN-TRAP | +170 / -23 |
| M | mibs/bdcom/NMS-FILE-MGMT-MIB | +14 / -2 |
| M | mibs/bdcom/NMS-FILTER-TRAP | +2 / -2 |
| M | mibs/bdcom/NMS-GPON-MIB | +13,520 / -144 |
| M | mibs/bdcom/NMS-HAL-GLOBAL-MIB | +36 / -3 |
| M | mibs/bdcom/NMS-HAL-IF-MIB | +115 / -16 |
| M | mibs/bdcom/NMS-HAL-TRAP | +1 / -1 |
| M | mibs/bdcom/NMS-IF-MIB | +144 / -45 |
| M | mibs/bdcom/NMS-INTERFACE-EXT | +298 / -11 |
| M | mibs/bdcom/NMS-INTERFACES | +214 / -0 |
| M | mibs/bdcom/NMS-IPAcl | +420 / -0 |
| M | mibs/bdcom/NMS-LLDP-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-LOG-SERVER-MIB | +18 / -17 |
| M | mibs/bdcom/NMS-LOOPBACK-DETECT-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-MAC-MIB | +412 / -301 |
| M | mibs/bdcom/NMS-MEAPS-MIB | +6 / -4 |
| M | mibs/bdcom/NMS-MacAcl | +6 / -6 |
| M | mibs/bdcom/NMS-NAT | +21 / -0 |
| M | mibs/bdcom/NMS-NTP-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-OPTICAL-PORT-MIB | +83 / -5 |
| A | mibs/bdcom/NMS-PORTMIRROR-FLOW | +276 / -0 |
| M | mibs/bdcom/NMS-POWER-EXT-MIB | +24 / -20 |
| M | mibs/bdcom/NMS-POWER-MIB | +114 / -3 |
| M | mibs/bdcom/NMS-PTN-ALARM | +1 / -1 |
| M | mibs/bdcom/NMS-PVLAN-EXT-MIB | +7 / -7 |
| M | mibs/bdcom/NMS-QOS-EXT-MIB | +1,161 / -13 |
| M | mibs/bdcom/NMS-QOS-MIB | +19 / -18 |
| M | mibs/bdcom/NMS-QOS-PIB-MIB | +4 / -3 |
| M | mibs/bdcom/NMS-R-QOS-MIB | +21 / -21 |
| M | mibs/bdcom/NMS-REMOTE-PING-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-ROUTING-MIB | +1 / -1 |
| M | mibs/bdcom/NMS-SMI | +7 / -0 |
| M | mibs/bdcom/NMS-SNMP | +4 / -4 |
| M | mibs/bdcom/NMS-SNTP | +3 / -3 |
| M | mibs/bdcom/NMS-STP | +1 / -1 |
| M | mibs/bdcom/NMS-SWITCH-MIB | +12 / -12 |
| M | mibs/bdcom/NMS-SYS-TRAP | +1 / -1 |
| M | mibs/bdcom/NMS-TFTP | +2 / -1 |
| M | mibs/bdcom/NMS-VLAN-EXT-MIB | +352 / -5 |
| A | mibs/bdcom/NMS-VTY-MIB | +88 / -0 |
| M | mibs/bdcom/NMS-WAN-MIB | +1 / -1 |
| A | mibs/bdcom/NMS-WIRELESS | +1,785 / -0 |
| M | mibs/bdcom/NMS-WLAN-MIB | +1 / -1 |
| A | mibs/btech non-text | +0 / -0 |
| A | mibs/btech/BtechBase-MIB | +14 / -0 |
| A | mibs/btech/BtechProbe1-MIB | +555 / -0 |
| A | mibs/btech/BtechTypes-MIB | +33 / -0 |
| M | mibs/cdata/CDATA-EPON-MIB | +148 / -35 |
| M | mibs/cdata/CDATA-GPON-MIB | +5,132 / -77 |
| A | mibs/cdata/NSCRTV-PON-TREE-EXT-LAYER3-MIB | +1,201 / -0 |
| M | mibs/cdata/NSCRTV-PON-TREE-EXT-MIB | +10,089 / -1,741 |
| A | mibs/cdata/NSCRTV-PON-TREE-EXT-SERVICE-PORT-MIB | +801 / -0 |
| M | mibs/cdata/VENDOR-COMMON-MIB | +154 / -0 |
| M | mibs/nscrtv/NSCRTV-FTTX-EPON-MIB | +10,224 / -11,684 |
| M | mibs/nscrtv/NSCRTV-FTTX-GPON-MIB | +3,805 / -1,095 |
| A | mibs/ribbon non-text | +0 / -0 |
| A | mibs/ribbon/APOLLO-MIB | +4,444 / -0 |
| A | mibs/ribbon/CONNEXIP-TRAPS-MIB | +472 / -0 |
| A | mibs/ribbon/ECI-FLOW-ACCOUNTING-MIB | +250 / -0 |
| A | mibs/ribbon/ECI-OPERATING-MIB | +604 / -0 |
| A | mibs/ribbon/ECI-POLICY-BASED-ACCOUNTING-MIB | +113 / -0 |
| A | mibs/ribbon/ECI-QUEUE-ACCOUNTING-MIB | +241 / -0 |
| A | mibs/ribbon/ECI-SMI | +80 / -0 |
| A | mibs/ribbon/ECI-TC | +32 / -0 |
| A | mibs/ribbon/ECI-TRAPS | +9,201 / -0 |
| A | mibs/ribbon/HORNET-BASE-TRAPS-MIB | +5,150 / -0 |
| A | mibs/ribbon/SONUS-ADDRESS-CONTEXT | +30,078 / -0 |
| A | mibs/ribbon/SONUS-ALARM-MGR | +356 / -0 |
| A | mibs/ribbon/SONUS-ANNOUNCEMENTS-STATUS | +277 / -0 |
| A | mibs/ribbon/SONUS-CDR-SERVER-MIB | +380 / -0 |
| A | mibs/ribbon/SONUS-COMMON-TC | +185 / -0 |
| A | mibs/ribbon/SONUS-COMMON-TRAP-MIB | +111 / -0 |
| A | mibs/ribbon/SONUS-DRM-DSPSTATUS | +3,757 / -0 |
| A | mibs/ribbon/SONUS-GEN2-EVENT-LOG-MIB | +1,492 / -0 |
| A | mibs/ribbon/SONUS-GEN2-IPM | +5,327 / -0 |
| A | mibs/ribbon/SONUS-GEN2-NTP-SERVICES-MIB | +585 / -0 |
| A | mibs/ribbon/SONUS-GEN2-PROFILES-MIB | +157 / -0 |
| A | mibs/ribbon/SONUS-GEN2-RADIUS-MIB | +813 / -0 |
| A | mibs/ribbon/SONUS-GLOBAL-OBJECTS | +15,091 / -0 |
| A | mibs/ribbon/SONUS-HA-MIB | +303 / -0 |
| A | mibs/ribbon/SONUS-LICENSE-MIB | +193 / -0 |
| A | mibs/ribbon/SONUS-LOAD-BALANCING-SERVICE-STATUS | +807 / -0 |
| A | mibs/ribbon/SONUS-MGMT-IP-INTERFACE | +325 / -0 |
| A | mibs/ribbon/SONUS-NETWORK-PROCESSOR-STATS | +814 / -0 |
| A | mibs/ribbon/SONUS-NODE-RESOURCES-CONGESTION | +956 / -0 |
| A | mibs/ribbon/SONUS-NODE-RESOURCES-DSPUSAGE | +3,264 / -0 |
| A | mibs/ribbon/SONUS-PORT | +1,771 / -0 |
| A | mibs/ribbon/SONUS-SBX-POLICY-SERVER-TRAP-MIB | +949 / -0 |
| A | mibs/ribbon/SONUS-SBX-TRAP-MIB | +8,016 / -0 |
| A | mibs/ribbon/SONUS-SLB | +397 / -0 |
| A | mibs/ribbon/SONUS-SMI | +334 / -0 |
| A | mibs/ribbon/SONUS-SWE | +294 / -0 |
| A | mibs/ribbon/SONUS-SYSTEM-MIB | +5,463 / -0 |
| A | mibs/ribbon/SONUS-VM | +477 / -0 |
| A | mibs/ribbon/SONUS-VMG | +3,306 / -0 |
| A | mibs/ribbon/UX-CALL-STATS-MIB | +1,718 / -0 |
| A | mibs/ribbon/UX-OBJECTS-MIB | +1,358 / -0 |
| A | mibs/ribbon/UX-TRAP-MIB | +5,533 / -0 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB | +822 / -106 |
| M | mibs/schleifenbauer/SCHLEIFENBAUER-SMI | +15 / -17 |
| M | mibs/socomec/SOCOMECUPS7-MIB | +81 / -17 |
| D | mibs/sonus non-text | +0 / -0 |
| D | mibs/sonus/UX-CALL-STATS-MIB | +0 / -1,687 |
| D | mibs/sonus/UX-OBJECTS-MIB | +0 / -1,291 |
| D | mibs/sonus/UX-TRAP-MIB | +0 / -4,987 |
| M | tests/IncludesCommonTest.php | +42 / -28 |
| M | tests/IncludesDbTest.php | +103 / -91 |
| M | tests/IncludesFunctionsTest.php | +206 / -12 |
Geocode.Farm geo api. Now required API key. +59/−56Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | LICENSE.PRO | +1 / -2 |
| M | html/api/v0/index.php | +58 / -3 |
| M | html/includes/functions.inc.php | +1 / -5 |
| M | html/includes/print/search.inc.php | +1 / -1 |
| M | html/includes/print/syslogs.inc.php | +6 / -19 |
| M | html/pages/about.inc.php | +32 / -26 |
| M | html/pages/dashboard.inc.php | +19 / -15 |
| M | html/pages/device.inc.php | +4 / -4 |
| M | includes/common.inc.php | +4 / -0 |
| M | includes/config-variables.inc.php | +28 / -11 |
| M | includes/db.inc.php | +43 / -0 |
| M | includes/defaults.inc.php | +9 / -3 |
| M | includes/definitions/geo.inc.php | +334 / -208 |
| M | includes/definitions/mibs/dcn/dcn-xxx.php | +9 / -7 |
| M | includes/definitions/mibs/geist.inc.php | +764 / -676 |
| M | includes/definitions/mibs/hikvision.inc.php | +32 / -23 |
| M | includes/definitions/mibs/snr.inc.php | +321 / -164 |
| M | includes/definitions/os/forcepoint.inc.php | +13 / -0 |
| M | includes/definitions/os/hikvision.inc.php | +2 / -2 |
| M | includes/definitions/os/snr.inc.php | +42 / -10 |
| M | includes/definitions/os/vertiv.inc.php | +10 / -10 |
| M | includes/definitions/vm.inc.php | +60 / -16 |
| M | includes/discovery/sensors/juniper-dom-mib.inc.php | +198 / -1 |
| M | includes/geolocation.inc.php | +13 / -3 |
| M | includes/observium.inc.php | +1 / -1 |
| A | includes/polling/slas/acd-twamp-gen-mib.inc.php | +106 / -0 |
| A | mibs/snr/SNR-ERD-2-MIB | +513 / -0 |
| A | mibs/snr/SNR-ERD-3S-MIB | +708 / -0 |
| D | mibs/snr/SNR-ERD-3s | +0 / -626 |
| A | mibs/snr/SNR-ERD-MIB | +3,534 / -0 |
| M | mibs/snr/SNR-SWITCH-MIB | +981 / -72 |
| M | poller-wrapper.py | +1 / -1 |
0.1 from 0.001 +1/−1html_highlight() simplified, added escaping by default. Added separate html_highlight_entities() for highlight entities with escaping by default. Added unit tests. +86/−33escape_html() for non utf8 or latin encoded strings. +13/−4snmp_fix_numeric() for sensors and counters. +95/−50snmp_fix_numeric() for processors. +60/−6get_def_snmp_flags(), instead raw snmp flags. +23/−2get_def_snmp_flags(). Fixed discovery ip addresses with snmp options. +19/−11get_def_snmp_flags(). +4/0get_def_snmp_flags(). Added ability for use snmp options in merge_private_mib(). +16/−10get_def_snmp_flags(). +13/−4html_highlight_entities(). +3/−4is_valid_param(). +1/−1rewrite_unix_hardware() for solaris os. +22/−24print_versions(). Added get svn version. +42/−3port_permitted_array() calls. +25/−7generate_http_context(). +13/−5get_status_array() (OBS-4993). +1/−1ip_in_network() function for reduce direct pear ipv4/ipv6 lib calls. +52/−37generate_ip_link(), improved generate_popup_link(). +60/−52generate_url() with quoted vars when it previously passed as quoted string. +67/−43print_versions(). +23/−5check_local_poller_id(). +6/07.2. +53/−127json_encode() in unit tests. +24/−25value_to_units() function to sensor entities. +77/−78port_id_by_subnet_ipv4() to get_port_id_by_subnet_ipv4(). +40/−41Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | html/ajax/entities.php | +41 / -22 |
| M | html/ajax/entity_popup.php | +28 / -8 |
| M | html/ajax/get_entities.php | +1 / -1 |
| M | html/ajax/input.php | +21 / -23 |
| M | html/ajax/search.php | +11 / -5 |
| A | html/images/os/2n-dark.svg | +4 / -0 |
| A | html/images/os/2n.svg | +1 / -0 |
| A | html/images/os/firstmile.png | +1 / -0 |
| A | html/images/os/firstmile_2x.png | +1 / -0 |
| A | html/images/os/solid_optics.png | +1 / -0 |
| A | html/images/os/solid_optics_2x.png | +1 / -0 |
| A | html/images/os/tbox.png | +1 / -0 |
| A | html/images/os/tbox_2x.png | +1 / -0 |
| A | html/images/os/telos.svg | +1 / -0 |
| M | html/includes/authentication/ad.inc.php | +9 / -6 |
| M | html/includes/entities/counter.inc.php | +6 / -7 |
| M | html/includes/entities/device.inc.php | +1 / -0 |
| M | html/includes/entities/generic.inc.php | +21 / -0 |
| M | html/includes/entities/port.inc.php | +4 / -6 |
| M | html/includes/entities/processor.inc.php | +35 / -34 |
| M | html/includes/entities/sensor.inc.php | +4 / -4 |
| M | html/includes/entities/sla.inc.php | +49 / -35 |
| M | html/includes/entities/status.inc.php | +4 / -4 |
| M | html/includes/functions.inc.php | +116 / -88 |
| M | html/includes/graphs/graph.inc.php | +1 / -1 |
| M | html/includes/panels/device.inc.php | +3 / -1 |
| M | html/includes/print/addresses.inc.php | +186 / -100 |
| M | html/includes/print/navbar.inc.php | +3 / -4 |
| M | html/includes/print/neighbours.inc.php | +1 / -14 |
| M | html/includes/print/routing.inc.php | +3 / -4 |
| M | html/includes/print/status.inc.php | +1 / -1 |
| M | html/includes/print/syslogs.inc.php | +3 / -3 |
| M | html/includes/search/accesspoints.inc.php | +2 / -2 |
| M | html/includes/search/devices.inc.php | +17 / -11 |
| M | html/includes/search/groups.inc.php | +6 / -6 |
| M | html/includes/search/inventory.inc.php | +7 / -6 |
| M | html/includes/search/ip-addresses.inc.php | +7 / -7 |
| M | html/includes/search/loadbalancers.inc.php | +28 / -28 |
| M | html/includes/search/neighbours.inc.php | +5 / -14 |
| M | html/includes/search/ports.inc.php | +3 / -3 |
| M | html/includes/search/sensors.inc.php | +2 / -5 |
| M | html/includes/search/slas.inc.php | +6 / -6 |
| M | html/includes/search/status.inc.php | +2 / -2 |
| M | html/includes/sessions.inc.php | +8 / -11 |
| M | html/pages/device.inc.php | +23 / -12 |
| M | html/pages/device/overview/information.inc.php | +56 / -21 |
| D | html/pages/device/overview/information_extended.inc.php | +0 / -190 |
| M | html/pages/device/port.inc.php | +4 / -1 |
| M | html/pages/device/port/alertlog.inc.php | +5 / -8 |
| M | html/pages/device/port/events.inc.php | +5 / -8 |
| M | html/pages/group.inc.php | +15 / -4 |
| M | html/pages/preferences/general.inc.php | +1 / -1 |
| M | html/pages/routing/bgp.inc.php | +15 / -14 |
| A | includes/alerting/gotify.inc.php | +46 / -0 |
| A | includes/alerting/ntfy.inc.php | +46 / -0 |
| M | includes/alerts.inc.php | +4 / -0 |
| M | includes/common.inc.php | +110 / -122 |
| M | includes/config-variables.inc.php | +9 / -2 |
| M | includes/constants.inc.php | +8 / -14 |
| M | includes/db.inc.php | +32 / -5 |
| M | includes/debugging.inc.php | +2 / -2 |
| M | includes/defaults.inc.php | +3 / -3 |
| M | includes/definitions.inc.php | +2 / -1 |
| M | includes/definitions/entities/devices.inc.php | +15 / -6 |
| M | includes/definitions/entities/processors.inc.php | +3 / -1 |
| M | includes/definitions/entities/sensors.inc.php | +6 / -2 |
| M | includes/definitions/entities/slas.inc.php | +1 / -0 |
| M | includes/definitions/entities/status.inc.php | +1 / -0 |
| M | includes/definitions/entities/storages.inc.php | +1 / -0 |
| M | includes/definitions/geo.inc.php | +43 / -43 |
| M | includes/definitions/mibs.inc.php | +34 / -23 |
| A | includes/definitions/mibs/2n.inc.php | +55 / -0 |
| M | includes/definitions/mibs/accedian.inc.php | +43 / -15 |
| M | includes/definitions/mibs/accuenergy.inc.php | +38 / -29 |
| M | includes/definitions/mibs/akcp.inc.php | +170 / -176 |
| M | includes/definitions/mibs/apc.inc.php | +5 / -5 |
| A | includes/definitions/mibs/apc/powernet-rpdu2.php | +588 / -0 |
| M | includes/definitions/mibs/arista.inc.php | +33 / -33 |
| M | includes/definitions/mibs/avtech.inc.php | +8 / -8 |
| M | includes/definitions/mibs/bachmann.inc.php | +1 / -1 |
| M | includes/definitions/mibs/barracuda.inc.php | +77 / -77 |
| M | includes/definitions/mibs/chatsworth.inc.php | +7 / -7 |
| M | includes/definitions/mibs/cisco.inc.php | +39 / -37 |
| M | includes/definitions/mibs/d-link/dgs-l3mgmt-mib.php | +18 / -18 |
| M | includes/definitions/mibs/dell/storagemanagement-mib.inc.php | +6 / -6 |
| M | includes/definitions/mibs/delta.inc.php | +323 / -323 |
| M | includes/definitions/mibs/didactum.inc.php | +1 / -1 |
| M | includes/definitions/mibs/eaton.inc.php | +373 / -20 |
| M | includes/definitions/mibs/edgecore/aos5810-54x-mib.inc.php | +17 / -17 |
| M | includes/definitions/mibs/fiberhome.inc.php | +3 / -3 |
| A | includes/definitions/mibs/firstmile.inc.php | +877 / -0 |
| M | includes/definitions/mibs/fortinet.inc.php | +43 / -14 |
| M | includes/definitions/mibs/fscom.inc.php | +160 / -117 |
| M | includes/definitions/mibs/hp.inc.php | +144 / -72 |
| M | includes/definitions/mibs/huawei.inc.php | +42 / -15 |
| M | includes/definitions/mibs/inova.inc.php | +21 / -517 |
| M | includes/definitions/mibs/netping/dksf-mib.php | +50 / -50 |
| M | includes/definitions/mibs/newtec.inc.php | +52 / -0 |
| M | includes/definitions/mibs/nokia.inc.php | +10 / -2 |
| M | includes/definitions/mibs/oracle.inc.php | +36 / -36 |
| A | includes/definitions/mibs/ovarro.inc.php | +52 / -0 |
| M | includes/definitions/mibs/pandacom.inc.php | +328 / -325 |
| M | includes/definitions/mibs/panduit.inc.php | +8 / -8 |
| M | includes/definitions/mibs/qsan.inc.php | +71 / -71 |
| M | includes/definitions/mibs/radlan/radlan-ip.php | +1 / -1 |
| M | includes/definitions/mibs/radlan/radlan-ipv6.php | +1 / -1 |
| M | includes/definitions/mibs/rfc.inc.php | +1 / -1 |
| M | includes/definitions/mibs/sds.inc.php | +1 / -1 |
| M | includes/definitions/mibs/snr.inc.php | +37 / -0 |
| A | includes/definitions/mibs/solidoptics.inc.php | +111 / -0 |
| A | includes/definitions/mibs/telos.inc.php | +55 / -0 |
| M | includes/definitions/os.inc.php | +19 / -7 |
| A | includes/definitions/os/2n.inc.php | +26 / -0 |
| M | includes/definitions/os/accedian.inc.php | +1 / -1 |
| M | includes/definitions/os/cisco.inc.php | +19 / -8 |
| M | includes/definitions/os/eaton.inc.php | +24 / -16 |
| A | includes/definitions/os/firstmile.inc.php | +31 / -0 |
| M | includes/definitions/os/fscom.inc.php | +8 / -6 |
| M | includes/definitions/os/hp.inc.php | +10 / -0 |
| M | includes/definitions/os/inova.inc.php | +12 / -2 |
| M | includes/definitions/os/microsoft.inc.php | +2 / -2 |
| D | includes/definitions/os/nag.inc.php | +0 / -79 |
| M | includes/definitions/os/nokia.inc.php | +1 / -0 |
| A | includes/definitions/os/ovarro.inc.php | +25 / -0 |
| M | includes/definitions/os/proxmox.inc.php | +6 / -6 |
| A | includes/definitions/os/snr.inc.php | +91 / -0 |
| A | includes/definitions/os/solidoptics.inc.php | +22 / -0 |
| M | includes/definitions/os/synology.inc.php | +18 / -17 |
| A | includes/definitions/os/telos.inc.php | +23 / -0 |
| M | includes/definitions/os/univention.inc.php | +3 / -3 |
| M | includes/definitions/os/unix.php | +4 / -4 |
| M | includes/definitions/rewrites.inc.php | +138 / -115 |
| M | includes/definitions/transports.inc.php | +62 / -12 |
| M | includes/definitions/wui.inc.php | +9 / -0 |
| M | includes/discovery/bgp/bgp4v2-mib.inc.php | +14 / -12 |
| M | includes/discovery/functions.inc.php | +51 / -4 |
| M | includes/discovery/os/solaris.inc.php | +18 / -21 |
| M | includes/discovery/processors/host-resources-mib.inc.php | +64 / -55 |
| M | includes/discovery/sensors/cpqhlth-mib.inc.php | +62 / -12 |
| M | includes/discovery/sensors/entity-sensor-mib.inc.php | +6 / -3 |
| M | includes/discovery/sensors/juniper-dom-mib.inc.php | +15 / -10 |
| A | includes/discovery/slas/acd-twamp-gen-mib.inc.php | +89 / -0 |
| M | includes/distributed.inc.php | +6 / -0 |
| M | includes/encrypt.inc.php | +35 / -100 |
| M | includes/entities.inc.php | +8 / -5 |
| M | includes/entities/counter.inc.php | +11 / -11 |
| M | includes/entities/device.inc.php | +38 / -26 |
| M | includes/entities/ip-address.inc.php | +64 / -42 |
| M | includes/entities/port.inc.php | +71 / -17 |
| M | includes/entities/processor.inc.php | +3 / -3 |
| M | includes/entities/routing.inc.php | +50 / -23 |
| M | includes/entities/sensor.inc.php | +83 / -6 |
| M | includes/entities/sla.inc.php | +12 / -3 |
| M | includes/functions.inc.php | +9 / -55 |
| M | includes/http.inc.php | +12 / -4 |
| M | includes/observium.inc.php | +4 / -1 |
| M | includes/polling/bgp-peers.inc.php | +44 / -31 |
| M | includes/polling/bgp/bgp4v2-mib.inc.php | +27 / -13 |
| M | includes/polling/os/cisco.inc.php | +5 / -1 |
| M | includes/polling/os/juniper.inc.php | +28 / -16 |
| M | includes/polling/os/unix.inc.php | +20 / -14 |
| M | includes/polling/ospf/ospf-mib.inc.php | +1 / -1 |
| M | includes/polling/processors.inc.php | +1 / -1 |
| M | includes/polling/storage.inc.php | +1 / -1 |
| M | includes/rewrites.inc.php | +7 / -6 |
| M | includes/snmp.inc.php | +75 / -45 |
| M | libs/pear/Crypt/CHAP.php | +14 / -46 |
| A | mibs/2n non-text | +0 / -0 |
| A | mibs/2n/TEL2N-MIB | +141 / -0 |
| A | mibs/eaton/RPS-SC300-MIB | +8,768 / -0 |
| M | mibs/hp/ThreeParMIB | +2,801 / -254 |
| A | mibs/inova/PowerNet-Inova | +10,752 / -0 |
| M | mibs/juniper/JUNIPER-CHASSIS-DEFINES-MIB | +132 / -3 |
| M | mibs/juniper/JUNIPER-COS-MIB | +86 / -2 |
| M | mibs/juniper/JUNIPER-DOM-MIB | +199 / -2 |
| M | mibs/juniper/JUNIPER-FIREWALL-MIB | +1 / -2 |
| M | mibs/juniper/JUNIPER-IFOPTICS-MIB | +1,503 / -177 |
| M | mibs/juniper/JUNIPER-IPSEC-FLOW-MON-MIB | +73 / -5 |
| M | mibs/juniper/JUNIPER-JS-NAT-MIB | +66 / -12 |
| M | mibs/juniper/JUNIPER-MIB | +32 / -0 |
| M | mibs/juniper/JUNIPER-NAT-MIB | +7 / -5 |
| A | mibs/ovarro non-text | +0 / -0 |
| A | mibs/ovarro/SEMAPHORE-RTU-MIB | +1,854 / -0 |
| A | mibs/snr/SNR-IPPDU-MIB | +455 / -0 |
| A | mibs/solidoptics non-text | +0 / -0 |
| A | mibs/solidoptics/SO-MUX-MIB | +153 / -0 |
| A | mibs/solidoptics/SO-MUX-V1-MIB | +215 / -0 |
| A | mibs/telos non-text | +0 / -0 |
| A | mibs/telos/TLS-LIVEWIRE-MIB | +266 / -0 |
| A | mibs/telos/TLS-SMI | +33 / -0 |
| M | tests/HtmlIncludesFunctionsTest.php | +60 / -0 |
| M | tests/IncludesCommonTest.php | +175 / -78 |
| M | tests/IncludesEncryptTest.php | +160 / -220 |
| M | tests/IncludesSnmpTest.php | +71 / -39 |
| A | update/497.sql | +1 / -0 |
snmp_fix_string() for clean snmp null chars converted to dots. Added unit parameter. +27/−3get_time_gmt() for get current unixtime in UTC+0. Same arguments as for get_time(). +40/−18is_poller_main(). +17/−12implode_key_value() for join key:value arrays as string. +33/−8get_status_array() (OBS-4958). +5/−3state_string_to_numeric(). +32/−28print_navbar(). +10/−1str_pad_left() for simplify left oriented string padding. +17/−5update_group_tables() and update_alert_tables() in cli. +24/−7custom_port_parser(). +12/−6snmp_get_multi_oid() for parsing with noindex option. +9/−2str_similar(). +11/−13custom_port_parser(), disabled default descr regexp. +4/−32.7.Raw line counts from the stable merge; directory, binary, and property-only changes have no text line count.
| M | alerter.php | +46 / -12 |
| M | discovery.php | +52 / -11 |
| M | html/ajax/actions/group_edit.inc.php | +16 / -6 |
| M | html/ajax/actions/ports_update.inc.php | +1 / -1 |
| M | html/ajax/actions/sensors_update.inc.php | +1 / -1 |
| M | html/ajax/actions/statuses_update.inc.php | +1 / -1 |
| M | html/css/query-builder.default.css | +15 / -37 |
| A | html/images/os/bachmann.svg | +1 / -0 |
| A | html/images/os/cet-power.svg | +1 / -0 |
| A | html/images/os/cet-power_dark.svg | +1 / -0 |
| M | html/images/os/macos-monterey.png binary | +0 / -0 |
| M | html/images/os/macos-monterey_2x.png binary | +0 / -0 |
| A | html/images/os/macos-sequoia.png | +1 / -0 |
| A | html/images/os/macos-sequoia_2x.png | +1 / -0 |
| A | html/images/os/macos-sonoma.png | +1 / -0 |
| A | html/images/os/macos-sonoma_2x.png | +1 / -0 |
| A | html/images/os/macos-ventura.png | +1 / -0 |
| A | html/images/os/macos-ventura_2x.png | +1 / -0 |
| A | html/images/os/roomalert.png | +1 / -0 |
| A | html/images/os/roomalert_2x.png | +1 / -0 |
| A | html/images/os/siaemic.png | +1 / -0 |
| A | html/images/os/siaemic_2x.png | +1 / -0 |
| M | html/includes/entities/device.inc.php | +5 / -2 |
| M | html/includes/entities/probe.inc.php | +50 / -27 |
| M | html/includes/graphs/alert/auth.inc.php | +13 / -11 |
| D | html/includes/graphs/alert/status.inc.php | +0 / -54 |
| D | html/includes/graphs/device/availability.inc.php | +0 / -35 |
| D | html/includes/graphs/device/definition.inc.php | +0 / -19 |
| M | html/includes/graphs/generic_definition.inc.php | +98 / -56 |
| M | html/includes/graphs/graph.inc.php | +25 / -20 |
| M | html/includes/group_edit.inc.php | +33 / -10 |
| M | html/includes/notifications.inc.php | +0 / -1 |
| M | html/includes/print/navbar.inc.php | +10 / -1 |
| M | html/includes/print/status.inc.php | +5 / -3 |
| M | html/js/query-builder.js | +271 / -266 |
| M | html/pages/device.inc.php | +8 / -1 |
| M | html/pages/device/probes.inc.php | +41 / -3 |
| M | html/pages/devices.inc.php | +11 / -9 |
| M | html/pages/probes.inc.php | +40 / -2 |
| M | includes/alerts.inc.php | +20 / -4 |
| M | includes/common.inc.php | +77 / -24 |
| M | includes/defaults.inc.php | +4 / -1 |
| M | includes/definitions/entities/devices.inc.php | +2 / -2 |
| M | includes/definitions/entities/ports.inc.php | +2 / -2 |
| M | includes/definitions/entities/sensors.inc.php | +2 / -0 |
| M | includes/definitions/graphtypes.inc.php | +27 / -2 |
| M | includes/definitions/mibs.inc.php | +21 / -23 |
| M | includes/definitions/mibs/apc/powernet-mib.inc.php | +2 / -2 |
| M | includes/definitions/mibs/aten.inc.php | +17 / -6 |
| M | includes/definitions/mibs/atmedia.inc.php | +4 / -5 |
| M | includes/definitions/mibs/avtech.inc.php | +93 / -132 |
| M | includes/definitions/mibs/bachmann.inc.php | +105 / -0 |
| M | includes/definitions/mibs/baytech.inc.php | +6 / -6 |
| D | includes/definitions/mibs/bsd.inc.php | +0 / -77 |
| M | includes/definitions/mibs/carel.inc.php | +115 / -114 |
| A | includes/definitions/mibs/cet-power.inc.php | +64 / -0 |
| M | includes/definitions/mibs/checkpoint.inc.php | +1 / -1 |
| M | includes/definitions/mibs/dasan.inc.php | +7 / -7 |
| M | includes/definitions/mibs/dcn/dcn-xxx.php | +146 / -92 |
| M | includes/definitions/mibs/ddn.inc.php | +15 / -11 |
| M | includes/definitions/mibs/dps.inc.php | +18 / -18 |
| M | includes/definitions/mibs/eip.inc.php | +58 / -56 |
| M | includes/definitions/mibs/exalt.inc.php | +6 / -4 |
| M | includes/definitions/mibs/extreme.inc.php | +71 / -10 |
| M | includes/definitions/mibs/fastback.inc.php | +17 / -13 |
| M | includes/definitions/mibs/fiberroad.inc.php | +13 / -12 |
| M | includes/definitions/mibs/forcepoint.inc.php | +2 / -0 |
| M | includes/definitions/mibs/fortinet.inc.php | +17 / -0 |
| M | includes/definitions/mibs/infinera.inc.php | +1 / -1 |
| M | includes/definitions/mibs/ingrasys.inc.php | +4 / -0 |
| M | includes/definitions/mibs/jacarta.inc.php | +12 / -10 |
| M | includes/definitions/mibs/jetnexus.inc.php | +3 / -1 |
| M | includes/definitions/mibs/kohler.inc.php | +21 / -19 |
| M | includes/definitions/mibs/megatec.inc.php | +101 / -101 |
| M | includes/definitions/mibs/messpc.inc.php | +7 / -3 |
| M | includes/definitions/mibs/microsoft.inc.php | +2 / -1 |
| M | includes/definitions/mibs/nokia.inc.php | +131 / -0 |
| M | includes/definitions/mibs/nscrtv.inc.php | +5 / -0 |
| M | includes/definitions/mibs/omnitron.inc.php | +29 / -23 |
| M | includes/definitions/mibs/qtech.inc.php | +17 / -0 |
| M | includes/definitions/mibs/racktivity.inc.php | +3 / -1 |
| M | includes/definitions/mibs/rfc.inc.php | +78 / -0 |
| M | includes/definitions/mibs/saf.inc.php | +5 / -5 |
| M | includes/definitions/mibs/sensatronics.inc.php | +20 / -121 |
| A | includes/definitions/mibs/siaemic.inc.php | +36 / -0 |
| M | includes/definitions/mibs/sonus.inc.php | +13 / -11 |
| M | includes/definitions/mibs/teleste.inc.php | +52 / -51 |
| M | includes/definitions/mibs/tempalert.inc.php | +14 / -10 |
| M | includes/definitions/mibs/teradici.inc.php | +8 / -4 |
| M | includes/definitions/mibs/trango.inc.php | +20 / -15 |
| M | includes/definitions/mibs/uec.inc.php | +26 / -25 |
| A | includes/definitions/mibs/unix.inc.php | +78 / -0 |
| A | includes/definitions/mibs/vertiv non-text | +0 / -0 |
| M | includes/definitions/mibs/vertiv.inc.php | +11 / -0 |
| A | includes/definitions/mibs/vertiv/dcs-mib.inc.php | +936 / -0 |
| A | includes/definitions/mibs/vertiv/ees-power-mib.inc.php | +246 / -0 |
| M | includes/definitions/mibs/waystream.inc.php | +132 / -130 |
| M | includes/definitions/os.inc.php | +13 / -879 |
| A | includes/definitions/os/accuenergy.inc.php | +28 / -0 |
| A | includes/definitions/os/adf.inc.php | +31 / -0 |
| A | includes/definitions/os/atmedia.inc.php | +23 / -0 |
| M | includes/definitions/os/bachmann.inc.php | +8 / -0 |
| A | includes/definitions/os/baytech.inc.php | +25 / -0 |
| D | includes/definitions/os/bsd.inc.php | +0 / -132 |
| A | includes/definitions/os/carel.inc.php | +45 / -0 |
| M | includes/definitions/os/cdata.inc.php | +1 / -0 |
| A | includes/definitions/os/ceragon.inc.php | +23 / -0 |
| A | includes/definitions/os/cet-power.inc.php | +24 / -0 |
| M | includes/definitions/os/clavister.inc.php | +1 / -1 |
| A | includes/definitions/os/cts.inc.php | +43 / -0 |
| A | includes/definitions/os/dasan.inc.php | +25 / -0 |
| A | includes/definitions/os/ddn.inc.php | +32 / -0 |
| M | includes/definitions/os/dell.inc.php | +1 / -0 |
| M | includes/definitions/os/delta.inc.php | +2 / -2 |
| A | includes/definitions/os/dps.inc.php | +28 / -0 |
| A | includes/definitions/os/eip.inc.php | +28 / -0 |
| A | includes/definitions/os/exalt.inc.php | +23 / -0 |
| M | includes/definitions/os/extreme.inc.php | +15 / -9 |
| A | includes/definitions/os/fastback.inc.php | +23 / -0 |
| A | includes/definitions/os/fiberroad.inc.php | +23 / -0 |
| A | includes/definitions/os/forcepoint.inc.php | +22 / -0 |
| A | includes/definitions/os/gamatronic.inc.php | +29 / -0 |
| A | includes/definitions/os/gfi.inc.php | +42 / -0 |
| A | includes/definitions/os/gta.inc.php | +29 / -0 |
| M | includes/definitions/os/ibm.inc.php | +24 / -0 |
| A | includes/definitions/os/infoblox.inc.php | +25 / -0 |
| A | includes/definitions/os/ingrasys.inc.php | +22 / -0 |
| A | includes/definitions/os/jacarta.inc.php | +26 / -0 |
| A | includes/definitions/os/jetnexus.inc.php | +28 / -0 |
| A | includes/definitions/os/kohler.inc.php | +24 / -0 |
| A | includes/definitions/os/megatec.inc.php | +25 / -0 |
| A | includes/definitions/os/messpc.inc.php | +29 / -0 |
| A | includes/definitions/os/nexans.inc.php | +22 / -0 |
| M | includes/definitions/os/nokia.inc.php | +21 / -0 |
| A | includes/definitions/os/nvidia.inc.php | +42 / -0 |
| A | includes/definitions/os/omnitron.inc.php | +26 / -0 |
| A | includes/definitions/os/packetflux.inc.php | +26 / -0 |
| A | includes/definitions/os/pulsesecure.inc.php | +31 / -0 |
| M | includes/definitions/os/qtech.inc.php | +14 / -3 |
| A | includes/definitions/os/racktivity.inc.php | +29 / -0 |
| A | includes/definitions/os/saf.inc.php | +27 / -0 |
| A | includes/definitions/os/sensatronics.inc.php | +25 / -0 |
| A | includes/definitions/os/siaemic.inc.php | +28 / -0 |
| A | includes/definitions/os/sonus.inc.php | +23 / -0 |
| A | includes/definitions/os/teleste.inc.php | +25 / -0 |
| A | includes/definitions/os/tempalert.inc.php | +21 / -0 |
| A | includes/definitions/os/teradici.inc.php | +25 / -0 |
| M | includes/definitions/os/tplink.inc.php | +1 / -0 |
| A | includes/definitions/os/trango.inc.php | +30 / -0 |
| A | includes/definitions/os/uec.inc.php | +24 / -0 |
| A | includes/definitions/os/unix.php | +414 / -0 |
| M | includes/definitions/os/vertiv.inc.php | +25 / -0 |
| A | includes/definitions/os/waystream.inc.php | +23 / -0 |
| M | includes/definitions/rewrites.inc.php | +2 / -1 |
| M | includes/definitions/rrdtypes.inc.php | +12 / -0 |
| M | includes/definitions/transports.inc.php | +11 / -8 |
| M | includes/definitions/wui.inc.php | +1 / -0 |
| M | includes/discovery/functions.inc.php | +2 / -2 |
| M | includes/discovery/ports.inc.php | +2 / -1 |
| A | includes/discovery/ports/bison-router-mib.inc.php | +53 / -0 |
| M | includes/discovery/processors/ucd-snmp-mib.inc.php | +5 / -2 |
| M | includes/discovery/pseudowires/pw-std-mib.inc.php | +3 / -3 |
| M | includes/discovery/sensors/aten-ipmi-mib.inc.php | +5 / -1 |
| A | includes/discovery/sensors/bachmann-bluenet2-mib.inc.php | +496 / -0 |
| M | includes/discovery/sensors/cisco-entity-sensor-mib.inc.php | +32 / -1 |
| M | includes/discovery/sensors/entity-sensor-mib.inc.php | +1 / -1 |
| M | includes/discovery/sensors/extreme-system-mib.inc.php | +23 / -6 |
| A | includes/discovery/sensors/nscrtv-fttx-gpon-mib.inc.php | +137 / -0 |
| A | includes/discovery/sensors/roomalert12e-mib.inc.php | +103 / -0 |
| M | includes/discovery/sensors/roomalert12s-mib.inc.php | +16 / -5 |
| A | includes/discovery/sensors/site-monitoring-mib.inc.php | +459 / -0 |
| M | includes/discovery/ucd-diskio.inc.php | +37 / -18 |
| M | includes/distributed.inc.php | +15 / -10 |
| M | includes/entities.inc.php | +48 / -9 |
| M | includes/entities/device.inc.php | +58 / -24 |
| M | includes/entities/ip-address.inc.php | +15 / -4 |
| M | includes/entities/port.inc.php | +57 / -32 |
| M | includes/entities/sensor.inc.php | +22 / -2 |
| M | includes/entities/status.inc.php | +34 / -29 |
| M | includes/functions.inc.php | +39 / -23 |
| M | includes/groups.inc.php | +13 / -5 |
| M | includes/http.inc.php | +3 / -0 |
| M | includes/include-dir.inc.php | +6 / -6 |
| M | includes/polling/os/darwin.inc.php | +20 / -13 |
| D | includes/polling/os/ipoman.inc.php | +0 / -25 |
| M | includes/polling/os/openwrt.inc.php | +13 / -1 |
| M | includes/polling/os/unix.inc.php | +27 / -3 |
| M | includes/polling/ports.inc.php | +8 / -5 |
| M | includes/polling/ports/bison-router-mib.inc.php | +75 / -25 |
| M | includes/polling/system.inc.php | +3 / -3 |
| M | includes/polling/system/snmpv2-mib.inc.php | +26 / -8 |
| M | includes/polling/ucd-diskio.inc.php | +34 / -37 |
| M | includes/polling/unix-agent/packages.inc.php | +52 / -30 |
| M | includes/port-descr-parser.inc.php | +13 / -7 |
| M | includes/snmp.inc.php | +64 / -14 |
| M | mibs/avtech/ROOMALERT12E-MIB | +74 / -43 |
| M | mibs/avtech/ROOMALERT12S-MIB | +151 / -32 |
| D | mibs/bsd non-text | +0 / -0 |
| D | mibs/bsd/BEGEMOT-ATM-FREEBSD-MIB | +0 / -63 |
| D | mibs/bsd/BEGEMOT-ATM-MIB | +0 / -256 |
| D | mibs/bsd/BEGEMOT-BRIDGE-MIB | +0 / -1,102 |
| D | mibs/bsd/BEGEMOT-HAST-MIB | +0 / -329 |
| D | mibs/bsd/BEGEMOT-HOSTRES-MIB | +0 / -96 |
| D | mibs/bsd/BEGEMOT-IP-MIB | +0 / -32 |
| D | mibs/bsd/BEGEMOT-LM75-MIB | +0 / -132 |
| D | mibs/bsd/BEGEMOT-MIB | +0 / -27 |
| D | mibs/bsd/BEGEMOT-MIB2-MIB | +0 / -74 |
| D | mibs/bsd/BEGEMOT-NETGRAPH-MIB | +0 / -359 |
| D | mibs/bsd/BEGEMOT-NTP-MIB | +0 / -112 |
| D | mibs/bsd/BEGEMOT-PF-MIB | +0 / -1,296 |
| D | mibs/bsd/BEGEMOT-SNMPD-MIB | +0 / -614 |
| D | mibs/bsd/BEGEMOT-WIRELESS-MIB | +0 / -3,829 |
| D | mibs/bsd/BISON-ROUTER-MIB | +0 / -601 |
| D | mibs/bsd/FOKUS-MIB | +0 / -25 |
| D | mibs/bsd/FREEBSD-MIB | +0 / -71 |
| D | mibs/bsd/HALON-SP-MIB | +0 / -128 |
| D | mibs/bsd/NYMNETWORKS-MIB | +0 / -363 |
| D | mibs/bsd/OPENBSD-BASE-MIB | +0 / -43 |
| D | mibs/bsd/OPENBSD-CARP-MIB | +0 / -345 |
| D | mibs/bsd/OPENBSD-MEM-MIB | +0 / -90 |
| D | mibs/bsd/OPENBSD-PF-MIB | +0 / -1,576 |
| D | mibs/bsd/OPENBSD-RELAYD-MIB | +0 / -727 |
| D | mibs/bsd/OPENBSD-SENSORS-MIB | +0 / -169 |
| D | mibs/bsd/OPENBSD-SNMPD-CONF | +0 / -70 |
| A | mibs/cet-power non-text | +0 / -0 |
| A | mibs/cet-power/SITE-MONITORING-MIB | +5,067 / -0 |
| M | mibs/clavister/CLAVISTER-SMI | +0 / -2 |
| A | mibs/clavister/CLAVISTER-STREAM-MIB | +9,337 / -0 |
| A | mibs/clavister/CLAVISTER-STREAM-TRAPS-MIB | +248 / -0 |
| M | mibs/enterasys/ENTERASYS-APPLICATION-SIGNATURE-MIB | +67 / -65 |
| M | mibs/enterasys/ENTERASYS-CLASS-OF-SERVICE-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB | +9 / -7 |
| M | mibs/enterasys/ENTERASYS-CONVERGENCE-END-POINT-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-ENTITY-SENSOR-MIB-EXT-MIB | +130 / -2 |
| M | mibs/enterasys/ENTERASYS-LINK-FLAP-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-MAC-AUTHENTICATION-MIB | +120 / -4 |
| M | mibs/enterasys/ENTERASYS-MAC-LOCKING-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-MIB-NAMES | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-MIRROR-CONFIG-MIB | +317 / -63 |
| M | mibs/enterasys/ENTERASYS-MULTI-AUTH-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-POLICY-PROFILE-MIB | +352 / -18 |
| M | mibs/enterasys/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB | +104 / -99 |
| M | mibs/enterasys/ENTERASYS-RADIUS-AUTH-CLIENT-MIB | +92 / -91 |
| M | mibs/enterasys/ENTERASYS-RADIUS-DYNAMIC-AUTHOR-SERVER-EXT-MIB | +60 / -55 |
| M | mibs/enterasys/ENTERASYS-SYSLOG-CLIENT-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-UPN-TC-MIB | +2 / -0 |
| M | mibs/enterasys/ENTERASYS-VLAN-AUTHORIZATION-MIB | +2 / -0 |
| M | mibs/extreme/EXTREME-BASE-MIB | +511 / -6 |
| M | mibs/extreme/EXTREME-HARDWARE-MIB | +543 / -2 |
| M | mibs/extreme/EXTREME-OSPFV3-MIB | +5 / -5 |
| M | mibs/extreme/EXTREME-POE-MIB | +109 / -11 |
| A | mibs/extreme/EXTREME-REMOTECONNECTION-MIB | +462 / -0 |
| M | mibs/extreme/EXTREME-SOFTWARE-MONITOR-MIB | +45 / -1 |
| M | mibs/extreme/EXTREME-STACKING-MIB | +31 / -7 |
| M | mibs/extreme/EXTREME-SYSTEM-MIB | +215 / -7 |
| A | mibs/forcepoint/FORCEPOINT-NGFW-ENGINE-MIB | +1,835 / -0 |
| M | mibs/forcepoint/STONESOFT-FIREWALL-MIB | +31 / -7 |
| M | mibs/forcepoint/STONESOFT-IPS-MIB | +277 / -7 |
| A | mibs/forcepoint/STONESOFT-LOG-FORWARDING-MIB non-text | +0 / -0 |
| M | mibs/forcepoint/STONESOFT-NETNODE-MIB | +38 / -13 |
| M | mibs/forcepoint/STONESOFT-SMI-MIB | +15 / -5 |
| A | mibs/hp/DIFF-SERV-MIB | +1,525 / -0 |
| D | mibs/hp/HP-OFFICEJET-PRO-X576DW-MIB | +0 / -7,127 |
| D | mibs/hp/HP-PAGEWIDE-PRO-477DW-MFP-MIB | +0 / -8,174 |
| D | mibs/hp/IJ8060-MIB | +0 / -11,832 |
| D | mibs/hp/LJ1200-MIB | +0 / -5,187 |
| D | mibs/hp/LJ1220-MIB | +0 / -6,182 |
| D | mibs/hp/LJ2025-MIB | +0 / -2,557 |
| D | mibs/hp/LJ2200-MIB | +0 / -6,158 |
| D | mibs/hp/LJ2300-MIB | +0 / -8,409 |
| D | mibs/hp/LJ2400-MIB | +0 / -9,023 |
| D | mibs/hp/LJ2500-MIB | +0 / -8,941 |
| D | mibs/hp/LJ251-MIB | +0 / -8,068 |
| D | mibs/hp/LJ252-MIB | +0 / -7,992 |
| D | mibs/hp/LJ275-MIB | +0 / -7,114 |
| D | mibs/hp/LJ276-MIB | +0 / -11,005 |
| D | mibs/hp/LJ277-MIB | +0 / -11,132 |
| D | mibs/hp/LJ3000-MIB | +0 / -8,084 |
| D | mibs/hp/LJ3005-MIB | +0 / -8,948 |
| D | mibs/hp/LJ3015-MIB | +0 / -11,063 |
| D | mibs/hp/LJ3035-MIB | +0 / -10,534 |
| D | mibs/hp/LJ3200-MIB | +0 / -7,527 |
| D | mibs/hp/LJ3505-MIB | +0 / -9,970 |
| D | mibs/hp/LJ3525-MIB | +0 / -7,459 |
| D | mibs/hp/LJ3530mfp-MIB | +0 / -11,460 |
| D | mibs/hp/LJ3700-MIB | +0 / -9,261 |
| D | mibs/hp/LJ375-MIB | +0 / -9,672 |
| D | mibs/hp/LJ3800-MIB | +0 / -8,056 |
| D | mibs/hp/LJ401-MIB | +0 / -6,971 |
| D | mibs/hp/LJ4015-MIB | +0 / -9,465 |
| D | mibs/hp/LJ402-MIB | +0 / -7,181 |
| D | mibs/hp/LJ4100mfp-MIB | +0 / -14,487 |
| D | mibs/hp/LJ4200-MIB | +0 / -10,085 |
| D | mibs/hp/LJ425-MIB | +0 / -9,650 |
| D | mibs/hp/LJ4250-MIB | +0 / -9,276 |
| D | mibs/hp/LJ426-MIB | +0 / -8,152 |
| D | mibs/hp/LJ4300-MIB | +0 / -10,084 |
| D | mibs/hp/LJ4300mfp-MIB | +0 / -10,589 |
| D | mibs/hp/LJ4345-MIB | +0 / -10,286 |
| D | mibs/hp/LJ435-MIB | +0 / -8,277 |
| D | mibs/hp/LJ451-MIB | +0 / -6,083 |
| D | mibs/hp/LJ452-MIB | +0 / -7,357 |
| D | mibs/hp/LJ4525-MIB | +0 / -14,432 |
| D | mibs/hp/LJ4600-MIB | +0 / -9,814 |
| D | mibs/hp/LJ4650-MIB | +0 / -9,869 |
| D | mibs/hp/LJ4730-MIB | +0 / -10,493 |
| D | mibs/hp/LJ476-MIB | +0 / -11,567 |
| D | mibs/hp/LJ477-MIB | +0 / -9,838 |
| D | mibs/hp/LJ501-MIB | +0 / -7,684 |
| D | mibs/hp/LJ5035-MIB | +0 / -10,535 |
| D | mibs/hp/LJ5200-MIB | +0 / -8,242 |
| D | mibs/hp/LJ521-MIB | +0 / -10,067 |
| D | mibs/hp/LJ5500-MIB | +0 / -10,476 |
| D | mibs/hp/LJ5550-MIB | +0 / -9,556 |
| D | mibs/hp/LJ570-MIB | +0 / -11,567 |
| D | mibs/hp/LJ6015-MIB | +0 / -11,007 |
| D | mibs/hp/LJ6040mfp-MIB | +0 / -10,797 |
| D | mibs/hp/LJ701-MIB | +0 / -7,192 |
| D | mibs/hp/LJ9000mfp-MIB | +0 / -14,322 |
| D | mibs/hp/LJ9040mfp-MIB | +0 / -10,528 |
| D | mibs/hp/LJ9050mfp-MIB | +0 / -10,545 |
| D | mibs/hp/LJ9055-MIB | +0 / -8,177 |
| D | mibs/hp/LJ9065-MIB | +0 / -8,182 |
| D | mibs/hp/LJ9200C-MIB | +0 / -8,564 |
| D | mibs/hp/LJ9250C-MIB | +0 / -8,457 |
| D | mibs/hp/LJ9500-MIB | +0 / -9,665 |
| D | mibs/hp/LJ9500mfp-MIB | +0 / -11,211 |
| D | mibs/hp/LJM9050mfp-MIB | +0 / -10,581 |
| D | mibs/hp/LaserJet-5-MIB | +0 / -5,187 |
| D | mibs/hp/LaserJet-Series-5000-MIB | +0 / -10,113 |
| D | mibs/hp/LaserJet-Series-8100-MBM-MIB | +0 / -1,582 |
| D | mibs/hp/LaserJet-Series2100-MIB | +0 / -5,336 |
| D | mibs/hp/LaserJet-Series4000-MIB | +0 / -10,049 |
| D | mibs/hp/LaserJet-Series4050-MIB | +0 / -11,457 |
| D | mibs/hp/LaserJet-Series8000-MBM-MIB | +0 / -1,576 |
| D | mibs/hp/LaserJet-Series8000-MIB | +0 / -10,417 |
| D | mibs/hp/LaserJet-Series8000-Stapler-MIB | +0 / -1,487 |
| D | mibs/hp/LaserJet-Series8100-MIB | +0 / -11,271 |
| D | mibs/hp/LaserJet-Series8100-Stapler-MIB | +0 / -1,492 |
| D | mibs/hp/LaserJet4V-MIB | +0 / -2,551 |
| D | mibs/hp/LaserJet5Si-MIB | +0 / -8,583 |
| D | mibs/hp/LaserJet5Si-Mopier-MIB | +0 / -8,728 |
| D | mibs/hp/LaserJet6P-MIB | +0 / -4,237 |
| D | mibs/hp/LaserJet_3300-MIB | +0 / -8,045 |
| A | mibs/hp/old non-text | +0 / -0 |
| A | mibs/hp/old/HP-OFFICEJET-PRO-X576DW-MIB | +7,252 / -0 |
| A | mibs/hp/old/HP-PAGEWIDE-PRO-477DW-MFP-MIB | +8,203 / -0 |
| A | mibs/hp/old/IJ8060-MIB | +11,876 / -0 |
| A | mibs/hp/old/LJ1200-MIB | +5,244 / -0 |
| A | mibs/hp/old/LJ1220-MIB | +6,239 / -0 |
| A | mibs/hp/old/LJ2025-MIB | +2,606 / -0 |
| A | mibs/hp/old/LJ2200-MIB | +6,216 / -0 |
| A | mibs/hp/old/LJ2300-MIB | +8,447 / -0 |
| A | mibs/hp/old/LJ2400-MIB | +9,060 / -0 |
| A | mibs/hp/old/LJ2500-MIB | +8,979 / -0 |
| A | mibs/hp/old/LJ251-MIB | +8,117 / -0 |
| A | mibs/hp/old/LJ252-MIB | +8,041 / -0 |
| A | mibs/hp/old/LJ275-MIB | +7,163 / -0 |
| A | mibs/hp/old/LJ276-MIB | +11,054 / -0 |
| A | mibs/hp/old/LJ277-MIB | +11,181 / -0 |
| A | mibs/hp/old/LJ3000-MIB | +8,128 / -0 |
| A | mibs/hp/old/LJ3005-MIB | +8,992 / -0 |
| A | mibs/hp/old/LJ3015-MIB | +11,107 / -0 |
| A | mibs/hp/old/LJ3035-MIB | +10,578 / -0 |
| A | mibs/hp/old/LJ3200-MIB | +7,584 / -0 |
| A | mibs/hp/old/LJ3505-MIB | +10,014 / -0 |
| A | mibs/hp/old/LJ3525-MIB | +7,503 / -0 |
| A | mibs/hp/old/LJ3530mfp-MIB | +11,504 / -0 |
| A | mibs/hp/old/LJ3700-MIB | +9,299 / -0 |
| A | mibs/hp/old/LJ375-MIB | +9,721 / -0 |
| A | mibs/hp/old/LJ3800-MIB | +8,100 / -0 |
| A | mibs/hp/old/LJ401-MIB | +7,020 / -0 |
| A | mibs/hp/old/LJ4015-MIB | +9,509 / -0 |
| A | mibs/hp/old/LJ402-MIB | +7,230 / -0 |
| A | mibs/hp/old/LJ4100mfp-MIB | +14,532 / -0 |
| A | mibs/hp/old/LJ4200-MIB | +10,123 / -0 |
| A | mibs/hp/old/LJ425-MIB | +9,699 / -0 |
| A | mibs/hp/old/LJ4250-MIB | +9,311 / -0 |
| A | mibs/hp/old/LJ426-MIB | +8,201 / -0 |
| A | mibs/hp/old/LJ4300-MIB | +10,122 / -0 |
| A | mibs/hp/old/LJ4300mfp-MIB | +10,627 / -0 |
| A | mibs/hp/old/LJ4345-MIB | +10,330 / -0 |
| A | mibs/hp/old/LJ435-MIB | +8,326 / -0 |
| A | mibs/hp/old/LJ451-MIB | +6,132 / -0 |
| A | mibs/hp/old/LJ452-MIB | +7,406 / -0 |
| A | mibs/hp/old/LJ4525-MIB | +14,476 / -0 |
| A | mibs/hp/old/LJ4600-MIB | +9,852 / -0 |
| A | mibs/hp/old/LJ4650-MIB | +9,908 / -0 |
| A | mibs/hp/old/LJ4730-MIB | +10,537 / -0 |
| A | mibs/hp/old/LJ476-MIB | +11,616 / -0 |
| A | mibs/hp/old/LJ477-MIB | +9,887 / -0 |
| A | mibs/hp/old/LJ501-MIB | +7,733 / -0 |
| A | mibs/hp/old/LJ5035-MIB | +10,579 / -0 |
| A | mibs/hp/old/LJ5200-MIB | +8,286 / -0 |
| A | mibs/hp/old/LJ521-MIB | +10,116 / -0 |
| A | mibs/hp/old/LJ5500-MIB | +10,514 / -0 |
| A | mibs/hp/old/LJ5550-MIB | +9,593 / -0 |
| A | mibs/hp/old/LJ570-MIB | +11,616 / -0 |
| A | mibs/hp/old/LJ6015-MIB | +11,051 / -0 |
| A | mibs/hp/old/LJ6040mfp-MIB | +10,841 / -0 |
| A | mibs/hp/old/LJ701-MIB | +7,241 / -0 |
| A | mibs/hp/old/LJ9000mfp-MIB | +14,367 / -0 |
| A | mibs/hp/old/LJ9040mfp-MIB | +10,566 / -0 |
| A | mibs/hp/old/LJ9050mfp-MIB | +10,583 / -0 |
| A | mibs/hp/old/LJ9055-MIB | +8,215 / -0 |
| A | mibs/hp/old/LJ9065-MIB | +8,220 / -0 |
| A | mibs/hp/old/LJ9200C-MIB | +8,602 / -0 |
| A | mibs/hp/old/LJ9250C-MIB | +8,501 / -0 |
| A | mibs/hp/old/LJ9500-MIB | +9,703 / -0 |
| A | mibs/hp/old/LJ9500mfp-MIB | +11,249 / -0 |
| A | mibs/hp/old/LJM9050mfp-MIB | +10,625 / -0 |
| A | mibs/hp/old/LaserJet-5-MIB | +5,286 / -0 |
| A | mibs/hp/old/LaserJet-Series-5000-MIB | +10,158 / -0 |
| A | mibs/hp/old/LaserJet-Series-8100-MBM-MIB | +1,636 / -0 |
| A | mibs/hp/old/LaserJet-Series2100-MIB | +5,380 / -0 |
| A | mibs/hp/old/LaserJet-Series4000-MIB | +10,094 / -0 |
| A | mibs/hp/old/LaserJet-Series4050-MIB | +11,501 / -0 |
| A | mibs/hp/old/LaserJet-Series8000-MBM-MIB | +1,625 / -0 |
| A | mibs/hp/old/LaserJet-Series8000-MIB | +10,466 / -0 |
| A | mibs/hp/old/LaserJet-Series8000-Stapler-MIB | +1,536 / -0 |
| A | mibs/hp/old/LaserJet-Series8100-MIB | +11,325 / -0 |
| A | mibs/hp/old/LaserJet-Series8100-Stapler-MIB | +1,546 / -0 |
| A | mibs/hp/old/LaserJet4V-MIB | +2,650 / -0 |
| A | mibs/hp/old/LaserJet5Si-MIB | +8,682 / -0 |
| A | mibs/hp/old/LaserJet5Si-Mopier-MIB | +8,826 / -0 |
| A | mibs/hp/old/LaserJet6P-MIB | +4,335 / -0 |
| A | mibs/hp/old/LaserJet_3300-MIB | +8,045 / -0 |
| A | mibs/nokia/NETGUARD-SMI | +58 / -0 |
| A | mibs/nokia/NETGUARD-STREAM-MIB | +9,337 / -0 |
| A | mibs/nokia/NETGUARD-STREAM-TRAPS-MIB | +248 / -0 |
| M | mibs/qtech/GARP-MIB | +2 / -0 |
| M | mibs/qtech/LLDPPRIVATE-MIB | +2 / -2 |
| A | mibs/qtech/QTECH-ALT-MIB | +22,369 / -0 |
| M | mibs/qtech/QTECH-CLUSTER-MIB | +3 / -3 |
| M | mibs/qtech/QTECH-CT-STANDARD-MIB | +1 / -0 |
| M | mibs/qtech/QTECH-GBNDeviceSWAPI-MIB | +17 / -17 |
| M | mibs/qtech/QTECH-GBNDeviceSwitch-MIB | +13 / -8 |
| M | mibs/qtech/QTECH-GBNL2QACL-MIB | +24 / -24 |
| M | mibs/qtech/QTECH-GBNPlatformGNLink-MIB | +1 / -1 |
| M | mibs/qtech/QTECH-GBNServiceCM-MIB | +2 / -2 |
| M | mibs/qtech/QTECH-GBNServiceRADIUS-MIB | +2 / -2 |
| M | mibs/qtech/QTECH-IP-PRIVATE-MIB | +8 / -8 |
| M | mibs/qtech/QTECH-MIB | +2 / -2 |
| M | mibs/qtech/QTECH-NETFLOW-MIB | +2 / -1 |
| M | mibs/qtech/QTECH-NMS-CARD-OPERATION-MIB | +1 / -1 |
| M | mibs/qtech/QTECH-NMS-CARD-SYS-MIB | +2 / -1 |
| M | mibs/qtech/QTECH-PRODUCTS-MIB | +10 / -10 |
| M | mibs/qtech/QTECH-V1-TRAP | +18 / -18 |
| M | mibs/qtech/QTECH-VM-MIB | +20 / -0 |
| M | mibs/qtech/QTECH-VPLS-BGP-MIB | +0 / -81 |
| M | mibs/qtech/QTECH-VPLS-LDP-MIB | +0 / -53 |
| M | mibs/qtech/QTECH-WLAN-FIT-AP-CF-MIB | +3 / -0 |
| M | mibs/qtech/QTECH-WLAN-FIT-AP-IN-MIB | +2 / -0 |
| A | mibs/siaemic/ALFOPLUS-SIAE-MIB | +18,570 / -0 |
| A | mibs/unix non-text | +0 / -0 |
| A | mibs/unix/BEGEMOT-ATM-FREEBSD-MIB | +99 / -0 |
| A | mibs/unix/BEGEMOT-ATM-MIB | +301 / -0 |
| A | mibs/unix/BEGEMOT-BRIDGE-MIB | +1,166 / -0 |
| A | mibs/unix/BEGEMOT-HAST-MIB | +362 / -0 |
| A | mibs/unix/BEGEMOT-HOSTRES-MIB | +128 / -0 |
| A | mibs/unix/BEGEMOT-IP-MIB | +64 / -0 |
| A | mibs/unix/BEGEMOT-LM75-MIB | +166 / -0 |
| A | mibs/unix/BEGEMOT-MIB | +59 / -0 |
| A | mibs/unix/BEGEMOT-MIB2-MIB | +106 / -0 |
| A | mibs/unix/BEGEMOT-NETGRAPH-MIB | +411 / -0 |
| A | mibs/unix/BEGEMOT-NTP-MIB | +144 / -0 |
| A | mibs/unix/BEGEMOT-PF-MIB | +1,347 / -0 |
| A | mibs/unix/BEGEMOT-SNMPD-MIB | +691 / -0 |
| A | mibs/unix/BEGEMOT-WIRELESS-MIB | +3,898 / -0 |
| A | mibs/unix/BISON-ROUTER-MIB | +621 / -0 |
| A | mibs/unix/FOKUS-MIB | +57 / -0 |
| A | mibs/unix/FREEBSD-MIB | +79 / -0 |
| A | mibs/unix/HALON-SP-MIB | +128 / -0 |
| A | mibs/unix/NYMNETWORKS-MIB | +363 / -0 |
| A | mibs/unix/OPENBSD-BASE-MIB | +64 / -0 |
| A | mibs/unix/OPENBSD-CARP-MIB | +365 / -0 |
| A | mibs/unix/OPENBSD-MEM-MIB | +113 / -0 |
| A | mibs/unix/OPENBSD-PF-MIB | +1,603 / -0 |
| A | mibs/unix/OPENBSD-RELAYD-MIB | +764 / -0 |
| A | mibs/unix/OPENBSD-SENSORS-MIB | +190 / -0 |
| A | mibs/unix/OPENBSD-SNMPD-CONF | +89 / -0 |
| A | mibs/vertiv/BDFB-MIB | +372 / -0 |
| A | mibs/vertiv/DCS-MIB | +6,523 / -0 |
| A | mibs/vertiv/EES-POWER-MIB | +2,825 / -0 |
| A | mibs/vertiv/LMS-MIB | +1,026 / -0 |
| A | mibs/vertiv/NETSURE-DISTRIB-MIB | +1,448 / -0 |
| A | mibs/vertiv/NETSURE-NCU-MIB | +2,494 / -0 |
| A | mibs/vertiv/VEC-MIB | +1,132 / -0 |
| M | poller.php | +51 / -25 |
| M | scripts/agent-local/ceph | +1 / -0 |
| M | scripts/agent-local/dhcpkit | +1 / -0 |
| M | scripts/agent-local/dovecot | +1 / -0 |
| A | scripts/agent-local/ebuild | +33 / -0 |
| M | scripts/agent-local/kamailio | +1 / -0 |
| M | scripts/agent-local/lighttpd | +1 / -0 |
| M | scripts/agent-local/mongodb | +1 / -0 |
| M | scripts/snmpdump.php | +20 / -4 |
| M | tests/IncludesFunctionsTest.php | +92 / -67 |
| M | tests/IncludesPortDescrParserTest.php | +60 / -34 |
| M | tests/IncludesSnmpTest.php | +25 / -17 |
| A | update/496.sql | +9 / -0 |