diff --git a/.env b/.env index 0ae1ae3..5e11f71 100644 --- a/.env +++ b/.env @@ -1 +1,4 @@ -CURRENT_USER=1000:1000 +GF_ADMIN_USER=admin +GF_ADMIN_PASSWORD=mikrotik +CURRENT_USER=root +MIKROTIK_IP=192.168.88.1 \ No newline at end of file diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3944d22..c3b54e5 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,7 +14,7 @@ jobs: with: path: "run.sh" severity: "warning, error" - + test: name: test needs: lint @@ -22,12 +22,13 @@ jobs: steps: - name: deploy with sh script run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- - + - name: Test Grafana - run: sleep 10 && curl -GLsS --retry 5 --retry-connrefused --retry-delay 2 'http://localhost:3000/api/health' + run: sleep 5 && curl -ILsS --retry 5 --retry-delay 2 "http://localhost:3000/login" - name: Test Prometheus - run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready" - + run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9090" + - name: Test snmp_exporter - run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9116" + run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9116" + \ No newline at end of file diff --git a/.grafana b/.grafana deleted file mode 100644 index 5cf02d2..0000000 --- a/.grafana +++ /dev/null @@ -1,3 +0,0 @@ -GF_SECURITY_ADMIN_USER=admin -GF_SECURITY_ADMIN_PASSWORD=mikrotik -GF_USERS_ALLOW_SIGN_UP=false diff --git a/.prometheus b/.prometheus deleted file mode 100644 index 4861cff..0000000 --- a/.prometheus +++ /dev/null @@ -1 +0,0 @@ -MIKROTIK_IP=192.168.88.1 diff --git a/Mikrotik-snmp-prometheus.json b/Mikrotik-snmp-prometheus.json index af789d2..aeaf6bb 100644 --- a/Mikrotik-snmp-prometheus.json +++ b/Mikrotik-snmp-prometheus.json @@ -9,7 +9,6 @@ "pluginName": "Prometheus" } ], - "__elements": {}, "__requires": [ { "type": "panel", @@ -21,7 +20,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "9.0.5" + "version": "8.2.1" }, { "type": "panel", @@ -64,10 +63,7 @@ "list": [ { "builtIn": 1, - "datasource": { - "type": "datasource", - "uid": "grafana" - }, + "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", @@ -82,12 +78,13 @@ } ] }, - "description": "Mikrotik snmp monitoring (prometheus) 9.0.5", - "editable": true, + "description": "Mikrotik snmp monitoring (prometheus)", + "editable": false, "fiscalYearStartMonth": 0, "gnetId": 14420, "graphTooltip": 1, "id": null, + "iteration": 1634417429647, "links": [ { "asDropdown": false, @@ -118,10 +115,7 @@ "panels": [ { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -131,10 +125,8 @@ "id": 1655, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "Total SNMP time scrape took (walk and processing)", "fieldConfig": { "defaults": { @@ -144,6 +136,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -185,6 +178,7 @@ "y": 1 }, "id": 1656, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -202,13 +196,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "snmp_scrape_duration_seconds{instance='$instance'}", "instant": true, @@ -217,14 +207,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Total SNMP time (walk and processing)", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "Time SNMP walk/bulkwalk took", "fieldConfig": { "defaults": { @@ -234,6 +224,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -275,6 +266,7 @@ "y": 1 }, "id": 1657, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -292,13 +284,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "snmp_scrape_walk_duration_seconds{instance='$instance'}", "instant": true, @@ -307,14 +295,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Time SNMP walk/bulkwalk took", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -324,6 +312,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -353,6 +342,7 @@ "y": 1 }, "id": 1658, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -370,13 +360,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "snmp_scrape_pdus_returned{instance='$instance'}", "instant": true, @@ -385,28 +371,18 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "scrape pdus returned", "type": "stat" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "SNMP", "type": "row" }, { "collapsed": false, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -415,23 +391,12 @@ }, "id": 1218, "panels": [], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "System", "type": "row" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { @@ -441,6 +406,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -486,6 +452,7 @@ "y": 2 }, "id": 476, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -503,13 +470,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "sysUpTime{instance='$instance'}/100", "interval": "", @@ -517,14 +480,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Uptime", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be a high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use.", "fieldConfig": { "defaults": { @@ -608,13 +570,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "hrDeviceStatus{instance='$instance', hrDeviceIndex=\"1\"}", "instant": true, @@ -623,14 +581,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Status device", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "The number of errors detected on this device", "fieldConfig": { "defaults": { @@ -676,13 +633,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "hrDeviceErrors{instance='$instance', hrDeviceIndex=\"1\"}", "hide": false, @@ -692,14 +645,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Device Errors", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -741,13 +693,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "sysIdentity{instance='$instance'}", "hide": false, @@ -757,14 +705,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "System identity", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -806,13 +753,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrSerialNumber{instance='$instance'}", "hide": false, @@ -822,30 +765,41 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Serial Number", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [], + "mappings": [ + { + "options": { + "": { + "index": 0, + "text": "N/A" + } + }, + "type": "value" + } + ], "thresholds": { "mode": "absolute", "steps": [ { - "color": "super-light-yellow", + "color": "#299c46", "value": null } ] - } + }, + "unit": "string" }, "overrides": [] }, @@ -855,15 +809,18 @@ "x": 16, "y": 2 }, - "id": 1241, + "id": 1653, + "interval": null, + "links": [], + "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", - "justifyMode": "auto", + "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ - "lastNotNull" + "last" ], "fields": "", "values": false @@ -871,30 +828,25 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, - "expr": "sysDescr{instance='$instance'}", - "hide": false, + "expr": "mtxrNote{instance='$instance'}", "instant": true, "interval": "", - "legendFormat": "{{sysDescr}}", + "legendFormat": " {{mtxrNote}}", "refId": "A" } ], - "title": "Model", + "timeFrom": null, + "timeShift": null, + "title": "Note", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -922,6 +874,7 @@ "y": 4 }, "id": 1325, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -939,13 +892,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "time()-(hrSystemDate{instance='$instance'})", "instant": true, @@ -954,14 +903,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "System date", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -1002,13 +950,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrFirmwareVersion{instance='$instance'}", "format": "time_series", @@ -1019,14 +963,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Board ver", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1068,13 +1011,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicVersion{instance='$instance'}", "format": "time_series", @@ -1085,14 +1024,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Package ver", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1134,13 +1072,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrBoardName{instance='$instance'}", "hide": false, @@ -1150,14 +1084,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Board Name", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1199,13 +1132,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicSoftwareId{instance='$instance'}", "hide": false, @@ -1215,41 +1144,29 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Software ID", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [ - { - "options": { - "": { - "index": 0, - "text": "N/A" - } - }, - "type": "value" - } - ], + "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { - "color": "#299c46", + "color": "super-light-yellow", "value": null } ] - }, - "unit": "string" + } }, "overrides": [] }, @@ -1259,17 +1176,15 @@ "x": 16, "y": 4 }, - "id": 1653, - "links": [], - "maxDataPoints": 100, + "id": 1241, "options": { "colorMode": "value", "graphMode": "none", - "justifyMode": "center", + "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ - "last" + "lastNotNull" ], "fields": "", "values": false @@ -1277,29 +1192,25 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, - "expr": "mtxrNote{instance='$instance'}", + "expr": "sysDescr{instance='$instance'}", + "hide": false, "instant": true, "interval": "", - "legendFormat": " {{mtxrNote}}", + "legendFormat": "{{sysDescr}}", "refId": "A" } ], - "title": "Note", + "timeFrom": null, + "timeShift": null, + "title": "Model", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -1350,13 +1261,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "avg(hrProcessorLoad{instance='$instance'})", "instant": true, @@ -1369,10 +1276,8 @@ "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { @@ -1420,6 +1325,7 @@ "y": 6 }, "id": 482, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -1435,13 +1341,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='65536',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='65536',instance='$instance'})", "instant": true, @@ -1450,14 +1352,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "RAM load ", "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { @@ -1505,6 +1407,7 @@ "y": 6 }, "id": 480, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -1520,13 +1423,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='131072',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='131072',instance='$instance'})", "instant": true, @@ -1535,14 +1434,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "system disk load", "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1599,13 +1497,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlProcessorTemperature{instance='$instance'}/10 or mtxrHlTemperature{instance='$instance'}/10", "instant": true, @@ -1614,14 +1508,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "CPU Temp", "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -1680,6 +1574,7 @@ "y": 6 }, "id": 1262, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -1689,18 +1584,13 @@ "placement": "bottom" }, "tooltip": { - "mode": "multi", - "sort": "none" + "mode": "multi" } }, "pluginVersion": "8.2.1", "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "hrProcessorLoad{instance='$instance'}", "interval": "", @@ -1708,10 +1598,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlTemperature{instance='$instance'}/10", "format": "time_series", @@ -1722,10 +1608,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='65536',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='65536',instance='$instance'})", "hide": false, @@ -1734,10 +1616,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='131072',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='131072',instance='$instance'})", "hide": false, @@ -1746,10 +1624,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlVoltage{instance='$instance'}/10", "hide": false, @@ -1758,14 +1632,13 @@ "refId": "E" } ], + "timeFrom": null, + "timeShift": null, "title": "System", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1808,13 +1681,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlProcessorFrequency{instance='$instance'}", "hide": false, @@ -1824,14 +1693,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "CPU frequency", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1873,13 +1741,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlActiveFan{instance='$instance'}", "hide": false, @@ -1889,14 +1753,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Active Fan", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless registration table entry count", "fieldConfig": { "defaults": { @@ -1938,13 +1801,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabEntryCount{instance='$instance'}", "format": "time_series", @@ -1955,14 +1814,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi client count", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -1972,6 +1831,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -2004,6 +1864,7 @@ "y": 11 }, "id": 1260, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -2021,13 +1882,9 @@ "text": {}, "textMode": "value_and_name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicLevel{instance='$instance'}", "interval": "", @@ -2035,10 +1892,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicUpgradableTo{instance='$instance'}", "hide": false, @@ -2047,14 +1900,13 @@ "refId": "B" } ], + "timeFrom": null, + "timeShift": null, "title": "License level", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -2127,13 +1979,9 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEStatus{instance='$instance'}", "format": "time_series", @@ -2144,14 +1992,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Status", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -2194,13 +2041,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEPower{instance='$instance'}", "format": "time_series", @@ -2211,14 +2054,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Power", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -2260,13 +2102,9 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOECurrent{instance='$instance'}", "format": "time_series", @@ -2277,14 +2115,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Current", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -2326,13 +2163,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEVoltage{instance='$instance'}", "format": "time_series", @@ -2343,14 +2176,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Voltage", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -2417,17 +2249,12 @@ "placement": "right" }, "tooltip": { - "mode": "multi", - "sort": "none" + "mode": "multi" } }, "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "format": "time_series", @@ -2438,10 +2265,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "hide": false, @@ -2451,14 +2274,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Network Traffic Basic", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Status link/states: The current operational state of the interface", "fieldConfig": { "defaults": { @@ -2466,10 +2288,9 @@ "mode": "thresholds" }, "custom": { - "align": "auto", + "align": null, "displayMode": "color-text", - "filterable": false, - "inspect": false + "filterable": false }, "mappings": [], "thresholds": { @@ -2654,7 +2475,7 @@ "properties": [ { "id": "unit", - "value": "bytes" + "value": "bits" }, { "id": "thresholds", @@ -2686,7 +2507,7 @@ "properties": [ { "id": "unit", - "value": "bytes" + "value": "bits" }, { "id": "thresholds", @@ -2817,7 +2638,8 @@ }, "properties": [ { - "id": "custom.width" + "id": "custom.width", + "value": null } ] } @@ -2831,13 +2653,6 @@ }, "id": 1275, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "frameIndex": 0, "showHeader": true, "sortBy": [ @@ -2847,13 +2662,9 @@ } ] }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifPhysAddress{instance='$instance'}", "format": "table", @@ -2863,10 +2674,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifOperStatus{instance='$instance'}", "format": "table", @@ -2877,10 +2684,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrInterfaceStatsRxBytes{instance='$instance'}", "format": "table", @@ -2891,10 +2694,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrInterfaceStatsTxBytes{instance='$instance'}", "format": "table", @@ -2905,10 +2704,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifSpeed{instance='$instance'}", "format": "table", @@ -2919,10 +2714,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrInterfaceStatsLinkDowns{instance='$instance'}", "format": "table", @@ -2933,10 +2724,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifMtu{instance='$instance'}", "format": "table", @@ -2947,10 +2734,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifType_info{instance='$instance'}", "format": "table", @@ -2961,10 +2744,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEInterfaceIndex{instance='$instance'}", "format": "table", @@ -2975,10 +2754,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifAlias{instance='$instance'}", "format": "table", @@ -2989,6 +2764,8 @@ "refId": "J" } ], + "timeFrom": null, + "timeShift": null, "title": "Interfaces", "transformations": [ { @@ -3110,10 +2887,8 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, + "decimals": null, "description": "Showing values > 0", "fill": 1, "fillGradient": 0, @@ -3145,7 +2920,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -3155,10 +2930,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxControl{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3168,10 +2939,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxDeferred{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3181,10 +2948,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3196,10 +2959,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxDrop{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3211,10 +2970,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxExcessiveCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3226,10 +2981,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxExcessiveDeferred{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3241,10 +2992,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxFCSError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3256,10 +3003,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxFragment{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3271,10 +3014,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxJabber{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3286,10 +3025,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxLateCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3301,10 +3036,6 @@ "refId": "J" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxMultipleCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3316,10 +3047,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxPause{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3331,10 +3058,6 @@ "refId": "L" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxPauseHonored{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3346,10 +3069,6 @@ "refId": "M" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxSingleCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3361,10 +3080,6 @@ "refId": "N" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxTooLong{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3376,10 +3091,6 @@ "refId": "O" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxTooShort{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3391,10 +3102,6 @@ "refId": "P" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxTotalCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3406,10 +3113,6 @@ "refId": "Q" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxUnderrun{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3422,7 +3125,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Tx Eth errors, etc", "tooltip": { "shared": true, @@ -3431,25 +3136,34 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "bps", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { "format": "short", + "label": null, "logBase": 1, + "max": null, + "min": null, "show": false } ], "yaxis": { - "align": false + "align": false, + "alignLevel": null } }, { @@ -3459,10 +3173,8 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, + "decimals": null, "description": "Showing values > 0", "fill": 1, "fillGradient": 0, @@ -3494,7 +3206,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -3504,10 +3216,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxAlignError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3517,10 +3225,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxCarrierError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3530,10 +3234,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxControl{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3543,10 +3243,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxDrop{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3556,10 +3252,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxFCSError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3569,10 +3261,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxFragment{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3582,10 +3270,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxJabber{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3595,10 +3279,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxLengthError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3608,10 +3288,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxOverflow{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3621,10 +3297,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxPause{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3634,10 +3306,6 @@ "refId": "J" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxTooLong{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3647,10 +3315,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxTooShort{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3660,10 +3324,6 @@ "refId": "L" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxUnknownOp{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3674,7 +3334,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Rx Eth errors, etc", "tooltip": { "shared": true, @@ -3683,32 +3345,38 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "bps", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { "format": "short", + "label": null, "logBase": 1, + "max": null, + "min": null, "show": false } ], "yaxis": { - "align": false + "align": false, + "alignLevel": null } }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -3716,10 +3384,9 @@ "mode": "thresholds" }, "custom": { - "align": "auto", + "align": null, "displayMode": "color-text", - "filterable": false, - "inspect": false + "filterable": false }, "mappings": [], "thresholds": { @@ -3808,13 +3475,6 @@ }, "id": 1652, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "frameIndex": 0, "showHeader": true, "sortBy": [ @@ -3824,13 +3484,9 @@ } ] }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborInterfaceID{instance='$instance'}", "format": "table", @@ -3840,10 +3496,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborIdentity{instance='$instance'}", "format": "table", @@ -3854,10 +3506,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborIpAddress{instance='$instance'}", "format": "table", @@ -3868,10 +3516,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborMacAddress{instance='$instance'}", "format": "table", @@ -3882,10 +3526,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborPlatform{instance='$instance'}", "format": "table", @@ -3896,10 +3536,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborSoftwareID{instance='$instance'}", "format": "table", @@ -3910,10 +3546,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborVersion{instance='$instance'}", "format": "table", @@ -3924,6 +3556,8 @@ "refId": "G" } ], + "timeFrom": null, + "timeShift": null, "title": "Neighbors", "transformations": [ { @@ -3978,10 +3612,7 @@ }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -4002,12 +3633,10 @@ "TX CCQ - Tilda": "#ff2e63" }, "bars": false, + "cacheTimeout": null, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fill": 1, "fillGradient": 0, @@ -4015,7 +3644,7 @@ "h": 9, "w": 8, "x": 0, - "y": 3 + "y": 52 }, "hiddenSeries": false, "id": 1270, @@ -4040,7 +3669,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -4100,10 +3729,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrWlApOverallTxCCQ{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'})", "hide": false, @@ -4112,10 +3737,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrWlApNoiseFloor{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'})", "format": "time_series", @@ -4128,7 +3749,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Wi-Fi Overall Tx CCQ & Noise", "tooltip": { "shared": true, @@ -4137,21 +3760,29 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "percent", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { + "decimals": null, "format": "dBm", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true } ], @@ -4161,10 +3792,7 @@ } }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -4205,7 +3833,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -4282,7 +3911,7 @@ "h": 9, "w": 8, "x": 8, - "y": 3 + "y": 52 }, "id": 1261, "options": { @@ -4303,10 +3932,6 @@ "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrWlApAuthClientCount{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'})", "hide": false, @@ -4315,10 +3940,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrDHCPLeaseCount{instance='$instance'}", "hide": false, @@ -4327,14 +3948,13 @@ "refId": "B" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi Client count", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -4375,7 +3995,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -4452,7 +4073,7 @@ "h": 9, "w": 8, "x": 16, - "y": 3 + "y": 52 }, "id": 1613, "options": { @@ -4470,10 +4091,6 @@ "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlApFreq{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'}", "hide": false, @@ -4483,14 +4100,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi frequency", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless registration table. It is indexed by remote mac-address and local interface index.\n\nMeasured in dB, if value does not exist it is indicated with 0", "fieldConfig": { "defaults": { @@ -4498,6 +4114,7 @@ "mode": "thresholds" }, "custom": { + "align": null, "displayMode": "auto", "filterable": false }, @@ -4506,7 +4123,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] } @@ -4682,7 +4300,8 @@ }, "properties": [ { - "id": "custom.width" + "id": "custom.width", + "value": null }, { "id": "unit", @@ -4728,28 +4347,17 @@ "h": 8, "w": 24, "x": 0, - "y": 12 + "y": 61 }, "id": 1643, "links": [], "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabAddr{instance='$instance'}", "format": "table", @@ -4760,10 +4368,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabSignalToNoise{instance='$instance'}", "format": "table", @@ -4774,10 +4378,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabStrength{instance='$instance'}", "format": "table", @@ -4788,10 +4388,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabTxBytes{instance='$instance'}", "format": "table", @@ -4802,10 +4398,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabRxBytes{instance='$instance'}", "format": "table", @@ -4816,10 +4408,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabTxRate{instance='$instance'}", "format": "table", @@ -4830,10 +4418,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabRxRate{instance='$instance'}", "format": "table", @@ -4844,10 +4428,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabUptime{instance='$instance'}", "format": "table", @@ -4858,6 +4438,8 @@ "refId": "H" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi Clients", "transformations": [ { @@ -4953,7 +4535,11 @@ "type": "table" }, { - "cards": {}, + "cacheTimeout": null, + "cards": { + "cardPadding": null, + "cardRound": null + }, "color": { "cardColor": "#C4162A", "colorScale": "sqrt", @@ -4964,16 +4550,13 @@ "mode": "spectrum" }, "dataFormat": "tsbuckets", - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "Signal Strength: signal strength in dBm (if first ppp-client modem supports)", "gridPos": { "h": 8, "w": 12, "x": 0, - "y": 20 + "y": 69 }, "heatmap": {}, "hideZeroBuckets": false, @@ -4988,10 +4571,6 @@ "reverseYBuckets": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabStrength{instance='$instance'}", "hide": false, @@ -5000,6 +4579,8 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "History Wi-Fi Strength", "tooltip": { "show": true, @@ -5009,17 +4590,27 @@ "xAxis": { "show": true }, + "xBucketNumber": null, "xBucketSize": "2m", "yAxis": { + "decimals": null, "format": "dBm", "logBase": 1, - "show": true + "max": null, + "min": null, + "show": true, + "splitFactor": null }, "yBucketBound": "auto", + "yBucketNumber": null, "yBucketSize": 2 }, { - "cards": {}, + "cacheTimeout": null, + "cards": { + "cardPadding": null, + "cardRound": null + }, "color": { "cardColor": "#C4162A", "colorScale": "sqrt", @@ -5030,16 +4621,13 @@ "mode": "spectrum" }, "dataFormat": "tsbuckets", - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "Measured in dB, if value does not exist it is indicated with 0", "gridPos": { "h": 8, "w": 12, "x": 12, - "y": 20 + "y": 69 }, "heatmap": {}, "hideZeroBuckets": false, @@ -5054,10 +4642,6 @@ "reverseYBuckets": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabSignalToNoise{instance='$instance'}", "hide": false, @@ -5066,6 +4650,8 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "History Wi-Fi Signal-to-Noise", "tooltip": { "show": true, @@ -5075,34 +4661,28 @@ "xAxis": { "show": true }, + "xBucketNumber": null, "xBucketSize": "2m", "yAxis": { + "decimals": null, "format": "dB", "logBase": 1, - "show": true + "max": null, + "min": null, + "show": true, + "splitFactor": null }, "yBucketBound": "auto", + "yBucketNumber": null, "yBucketSize": 2 } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Wireless", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -5112,10 +4692,7 @@ "id": 1676, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless registration table entry count", "fieldConfig": { "defaults": { @@ -5127,7 +4704,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null } ] } @@ -5138,7 +4716,7 @@ "h": 4, "w": 3, "x": 0, - "y": 4 + "y": 53 }, "id": 1646, "options": { @@ -5156,13 +4734,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabEntryCount{instance='$instance'}", "format": "time_series", @@ -5173,14 +4747,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "CAPsMAN client count", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -5196,7 +4769,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -5307,17 +4881,10 @@ "h": 8, "w": 11, "x": 3, - "y": 4 + "y": 53 }, "id": 1681, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [ { @@ -5326,13 +4893,9 @@ } ] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteAddress{instance='$instance'}", "format": "table", @@ -5343,10 +4906,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteName{instance='$instance'}", "format": "table", @@ -5357,10 +4916,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteRadios{instance='$instance'}", "format": "table", @@ -5371,10 +4926,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteState{instance='$instance'}", "format": "table", @@ -5459,10 +5010,7 @@ "type": "table" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -5478,7 +5026,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -5542,27 +5091,16 @@ "h": 8, "w": 10, "x": 14, - "y": 4 + "y": 53 }, "id": 1679, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMState{instance='$instance'}", "format": "table", @@ -5573,10 +5111,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRegClientCount{instance='$instance'}", "format": "table", @@ -5587,10 +5121,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMChannel{instance='$instance'}", "format": "table", @@ -5601,10 +5131,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMAuthClientCount{instance='$instance'}", "format": "table", @@ -5615,10 +5141,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabSsid{instance='$instance'}", "format": "table", @@ -5708,10 +5230,7 @@ "type": "table" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless CAPSMAN remote-cap entry count", "fieldConfig": { "defaults": { @@ -5723,7 +5242,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null } ] } @@ -5734,7 +5254,7 @@ "h": 4, "w": 3, "x": 0, - "y": 8 + "y": 57 }, "id": 1680, "options": { @@ -5752,13 +5272,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMREntryCount{instance='$instance'}", "format": "time_series", @@ -5769,14 +5285,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "remote-cap entry count", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -5792,7 +5307,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -5997,17 +5513,10 @@ "h": 7, "w": 24, "x": 0, - "y": 12 + "y": 61 }, "id": 1678, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [ { @@ -6016,13 +5525,9 @@ } ] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabAddr{instance='$instance'}", "format": "table", @@ -6033,10 +5538,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabEapIdent{instance='$instance'}", "format": "table", @@ -6047,10 +5548,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxBytes{instance='$instance'}", "format": "table", @@ -6061,10 +5558,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxPackets{instance='$instance'}", "format": "table", @@ -6075,10 +5568,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxRate{instance='$instance'}", "format": "table", @@ -6089,10 +5578,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxStrength{instance='$instance'}", "format": "table", @@ -6103,10 +5588,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabSsid{instance='$instance'}", "format": "table", @@ -6117,10 +5598,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxBytes{instance='$instance'}", "format": "table", @@ -6131,10 +5608,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxPackets{instance='$instance'}", "format": "table", @@ -6145,10 +5618,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxRate{instance='$instance'}", "format": "table", @@ -6159,10 +5628,6 @@ "refId": "J" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxStrength{instance='$instance'}", "format": "table", @@ -6173,10 +5638,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabUptime{instance='$instance'}", "format": "table", @@ -6375,851 +5836,18 @@ "type": "table" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "CAPsMAN", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 53 }, - "id": 1705, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 0, - "y": 5 - }, - "id": 1713, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "name" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GSsid{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "{{mtxrWl60GSsid}}", - "refId": "A" - } - ], - "title": "ssid", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 4, - "y": 5 - }, - "id": 1706, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GFreq{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Frequency", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [ - { - "options": { - "0": { - "index": 0, - "text": "disconnected" - }, - "1": { - "index": 1, - "text": "connected" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red" - }, - { - "color": "#299c46", - "value": 1 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 8, - "y": 5 - }, - "id": 1707, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GConnected{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Connected", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [ - { - "options": { - "0": { - "index": 0, - "text": "AP Bridge" - }, - "1": { - "index": 1, - "text": "Station Bridge" - }, - "2": { - "index": 2, - "text": "Sniff" - }, - "3": { - "index": 3, - "text": "Bridge" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 12, - "y": 5 - }, - "id": 1709, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GMode{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Mode", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 5 - }, - "id": 1712, - "options": { - "legend": { - "calcs": [ - "lastNotNull", - "min", - "max", - "mean" - ], - "displayMode": "table", - "placement": "bottom" - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GRssi{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "RSSI", - "refId": "A" - } - ], - "title": "RSSI", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 0, - "y": 9 - }, - "id": 1710, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GPhyRate{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "PhyRate", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 2, - "y": 9 - }, - "id": 1714, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GTxSector{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "TxSector", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 4, - "y": 9 - }, - "id": 1716, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GSignal{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Signal", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 6, - "y": 9 - }, - "id": 1715, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "/.*/", - "values": false - }, - "text": {}, - "textMode": "value_and_name" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GTxSectorInfo{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "TxSectorInfo", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "Modulation and Coding Scheme", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 8, - "y": 9 - }, - "id": 1708, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GMcs{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "MCS (Modulation and Coding Scheme)", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 12, - "y": 9 - }, - "id": 1711, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "name" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GRemote{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "{{mtxrWl60GRemote}}", - "refId": "A" - } - ], - "title": "Remote MAC", - "type": "stat" - } - ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], - "title": "W60G", - "type": "row" - }, - { - "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 54 - }, "id": 1673, "panels": [ { @@ -7234,12 +5862,10 @@ "TX CCQ - Tilda": "#ff2e63" }, "bars": false, + "cacheTimeout": null, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "Signal Strength: signal strength in dBm (if first ppp-client modem supports)\n\nModem Signal: signal EC/IO in dB (if first ppp-client modem supports)", "fill": 1, "fillGradient": 0, @@ -7247,7 +5873,7 @@ "h": 7, "w": 6, "x": 0, - "y": 6 + "y": 54 }, "hiddenSeries": false, "id": 1640, @@ -7272,7 +5898,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -7336,10 +5962,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWirelessModemSignalStrength{instance='$instance'}", "hide": false, @@ -7348,10 +5970,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWirelessModemSignalECIO{instance='$instance'}", "hide": false, @@ -7361,7 +5979,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Modem", "tooltip": { "shared": true, @@ -7370,21 +5990,29 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "dBm", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { + "decimals": null, "format": "dB", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true } ], @@ -7394,10 +6022,7 @@ } }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -7409,7 +6034,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null } ] }, @@ -7421,7 +6047,7 @@ "h": 7, "w": 4, "x": 6, - "y": 6 + "y": 54 }, "id": 1674, "options": { @@ -7439,13 +6065,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrUSBPowerReset{instance='$instance'}", "hide": false, @@ -7455,41 +6077,29 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "USB Power Reset", "type": "stat" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Modem", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 55 + "y": 54 }, "id": 1281, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -7530,7 +6140,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -7542,7 +6153,7 @@ "h": 6, "w": 12, "x": 0, - "y": 7 + "y": 55 }, "id": 1268, "links": [], @@ -7564,10 +6175,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesIn{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})*8 ", "instant": false, @@ -7576,10 +6183,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesOut{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})*8", "instant": false, @@ -7588,10 +6191,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesIn{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})", "hide": false, @@ -7602,10 +6201,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesOut{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})", "hide": false, @@ -7616,14 +6211,14 @@ "refId": "C" } ], + "timeFrom": null, + "timeShift": null, "title": "All Simple Queue", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "Showing values > 0", "fieldConfig": { "defaults": { @@ -7664,7 +6259,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -7680,7 +6276,7 @@ "h": 6, "w": 12, "x": 0, - "y": 13 + "y": 61 }, "id": 1282, "links": [], @@ -7703,10 +6299,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesIn{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})*8", "instant": false, @@ -7715,10 +6307,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesOut{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})*8", "instant": false, @@ -7727,10 +6315,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleDroppedIn{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})", "format": "time_series", @@ -7740,10 +6324,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleDroppedOut{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})", "hide": false, @@ -7752,10 +6332,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesIn{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name',instance='$instance'})", "hide": false, @@ -7764,10 +6340,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesOut{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name',instance='$instance'})", "hide": false, @@ -7776,41 +6348,29 @@ "refId": "F" } ], + "timeFrom": null, + "timeShift": null, "title": "Queue $queuesimple_name", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Simple Queue (In/Out/Dropped/PCQ)", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 56 + "y": 55 }, "id": 1548, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -7850,7 +6410,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -7862,7 +6423,7 @@ "h": 6, "w": 12, "x": 0, - "y": 8 + "y": 56 }, "id": 1510, "links": [], @@ -7884,10 +6445,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeHCBytes{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})*8", "instant": false, @@ -7897,10 +6454,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePCQQueues{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})", "hide": false, @@ -7911,10 +6464,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeDropped{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})", "hide": false, @@ -7925,10 +6474,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePackets{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})", "hide": false, @@ -7939,14 +6484,14 @@ "refId": "D" } ], + "timeFrom": null, + "timeShift": null, "title": "All Tree Queue", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -7986,7 +6531,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -7998,7 +6544,7 @@ "h": 6, "w": 12, "x": 12, - "y": 8 + "y": 56 }, "id": 1549, "links": [], @@ -8021,10 +6567,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeHCBytes{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})*8", "instant": false, @@ -8034,10 +6576,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePCQQueues{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})", "hide": false, @@ -8048,10 +6586,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeDropped{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})", "hide": false, @@ -8062,10 +6596,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePackets{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})", "hide": false, @@ -8075,41 +6605,28 @@ "refId": "E" } ], + "timeFrom": null, + "timeShift": null, "title": "Tree Queue $queuetree_name / $queuetree_parent / $queuetree_flow", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Tree Queue (Bytes/PCQ/Dropped/Packets)", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 57 + "y": 56 }, "id": 1338, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -8149,7 +6666,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -8159,9 +6677,9 @@ }, "gridPos": { "h": 11, - "w": 8, + "w": 6, "x": 0, - "y": 9 + "y": 57 }, "id": 1339, "options": { @@ -8184,10 +6702,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInMulticastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8196,10 +6710,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutMulticastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8208,10 +6718,6 @@ "refId": "L" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInBroadcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8220,10 +6726,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutBroadcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8232,10 +6734,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInUcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8244,10 +6742,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutUcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8256,10 +6750,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifInDiscards{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8268,10 +6758,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifOutDiscards{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8280,10 +6766,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifInErrors{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8292,10 +6774,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifOutErrors{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8304,10 +6782,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifInUnknownProtos{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8316,10 +6790,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifOutQLen{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8328,41 +6798,28 @@ "refId": "J" } ], + "timeFrom": null, + "timeShift": null, "title": "Interface \"$Interface\"", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "*cast/Dascard/Errors/Unknown Protos/Queue length", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 58 + "y": 57 }, "id": 1285, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -8402,7 +6859,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -8443,9 +6901,9 @@ }, "gridPos": { "h": 7, - "w": 8, + "w": 6, "x": 0, - "y": 10 + "y": 58 }, "id": 1286, "options": { @@ -8468,10 +6926,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "format": "time_series", @@ -8482,10 +6936,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "hide": false, @@ -8495,25 +6945,18 @@ "refId": "B" } ], + "timeFrom": null, + "timeShift": null, "title": "Traffic \"$Interface\"", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Interfaces Traffic", "type": "row" } ], - "refresh": "10s", - "schemaVersion": 36, + "refresh": "5s", + "schemaVersion": 31, "style": "dark", "tags": [ "prometheus", @@ -8530,6 +6973,8 @@ "text": "Prometheus", "value": "Prometheus" }, + "description": null, + "error": null, "hide": 2, "includeAll": false, "label": "datasource", @@ -8543,14 +6988,15 @@ "type": "datasource" }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "label_values(ifHCInOctets, job)", + "description": null, + "error": null, "hide": 2, "includeAll": false, + "label": null, "multi": false, "name": "Job", "options": [], @@ -8568,14 +7014,15 @@ "useTags": false }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result(ifInOctets{job=\"snmp-exporter\"})", + "description": null, + "error": null, "hide": 0, "includeAll": false, + "label": null, "multi": false, "name": "instance", "options": [], @@ -8593,12 +7040,12 @@ "useTags": false }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "label_values(ifHighSpeed{instance='$instance'},ifIndex)", + "description": null, + "error": null, "hide": 2, "includeAll": false, "label": "", @@ -8621,13 +7068,13 @@ { "allValue": "", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result(sort(ifIndex{ifName=~'^(ether).+',instance='$instance'}) or sort(ifIndex{ifName=~'^(sfp|wlan).+',instance='$instance'}) or sort(ifIndex{ifName=~'^bridge.+',instance='$instance'}) or sort(ifIndex{ifName!~'^(ether|bridge).+',instance='$instance'}) )", + "description": null, + "error": null, "hide": 0, "includeAll": true, + "label": null, "multi": false, "name": "Interface", "options": [], @@ -8645,14 +7092,15 @@ "useTags": false }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result(ifHCInOctets{ifName=\"$Interface\",instance=\"$instance\"})", + "description": null, + "error": null, "hide": 2, "includeAll": false, + "label": null, "multi": false, "name": "desc", "options": [], @@ -8672,11 +7120,10 @@ { "allValue": "Null", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueSimplePacketsIn * on (mtxrQueueSimpleIndex) group_left(mtxrQueueSimpleName) mtxrQueueSimpleName{instance='$instance',}))", + "description": null, + "error": null, "hide": 2, "includeAll": true, "label": "", @@ -8699,11 +7146,10 @@ { "allValue": "Null", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueTreePackets * on (mtxrQueueTreeIndex) group_left(mtxrQueueTreeName) mtxrQueueTreeName{instance='$instance',}))", + "description": null, + "error": null, "hide": 1, "includeAll": true, "label": "", @@ -8726,11 +7172,10 @@ { "allValue": "Null", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueTreeParentIndex * on (mtxrQueueTreeIndex) group_left(mtxrQueueTreeName) mtxrQueueTreeName{instance='$instance',}))", + "description": null, + "error": null, "hide": 1, "includeAll": true, "label": "", @@ -8753,11 +7198,10 @@ { "allValue": "", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueTreeParentIndex * on (mtxrQueueTreeName) group_left(mtxrQueueTreeIndex) mtxrQueueTreeIndex{instance='$instance',}))", + "description": null, + "error": null, "hide": 1, "includeAll": true, "label": "", @@ -8809,8 +7253,7 @@ ] }, "timezone": "", - "title": "Mikrotik monitoring", - "uid": "nR3NRDGaz", - "version": 1, - "weekStart": "" -} + "title": "Mikrotik snmp prometheus", + "uid": "nR3NRDGnz", + "version": 8 +} \ No newline at end of file diff --git a/README.md b/README.md index 6dd1330..99b570d 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,22 @@ # Grafana-Mikrotik -![logo](https://repository-images.githubusercontent.com/366494855/c62052b8-17c2-47f2-a3ae-0e397a3ef074) - ![visitors](https://visitor-badge.laobi.icu/badge?page_id=IgorKha.Grafana-Mikrotik) ![example branch parameter](https://github.com/IgorKha/Grafana-Mikrotik/actions/workflows/action.yml/badge.svg?branch=master) -![mikrotikOS](https://img.shields.io/badge/Mikrotik_ROS-v7.4-blue) -![Grafana](https://img.shields.io/badge/Grafana-v9.0.5-orange?logo=grafana) -![Prometheus](https://img.shields.io/badge/Prometheus-v2.37.0-red?logo=prometheus) +![mikrotikOS](https://img.shields.io/badge/Mikrotik_ROS-v6.49-blue) +![Grafana](https://img.shields.io/badge/Grafana-v8.2.1-orange?logo=grafana) +![Prometheus](https://img.shields.io/badge/Prometheus-v2.30.3-red?logo=prometheus) ![snmp_exporter](https://img.shields.io/badge/snmp__exporter-v0.20.0-red?logo=prometheus) [![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/~1772367/donate) ---- +----------- ## 🐳 Deploy with docker-compose ### Deploy with bash script ```console -git clone https://github.com/IgorKha/Grafana-Mikrotik.git -cd ./Grafana-Mikrotik -bash ./run.sh --config +curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- --config ``` ```console @@ -28,7 +24,7 @@ bash ./run.sh --config --config: change the user and password to grafana and specify the mikrotik IP address - --stop: stop docker containers + stop: stop docker containers --help ``` @@ -36,7 +32,7 @@ bash ./run.sh --config For example: ```console - bash run.sh --config + sh run.sh --config ``` [![asciicast](https://asciinema.org/a/nOhuc7LvI6bRWbg7dcvqFQ4Kc.png)](https://asciinema.org/a/nOhuc7LvI6bRWbg7dcvqFQ4Kc) @@ -53,13 +49,13 @@ docker-compose up -d 3.Open [localhost:3000](http://localhost:3000) -* Grafana login: `admin` +* Grafana login: `admin` -* Password: `mikrotik` +* Password: `mikrotik` If you want to change the credentials, then edit the ".env" file ---- +----------- ## Manual deploy @@ -86,9 +82,9 @@ If you want to change the credentials, then edit the ".env" file 3.Add dashboard ---- +----------- -### Docker snmp_exporter (deprecated) +### Docker snmp_exporter [![Docker Pulls](https://img.shields.io/docker/pulls/mashinkopochinko/snmp_exporter_mikrotik?logo=docker)](https://hub.docker.com/repository/docker/mashinkopochinko/snmp_exporter_mikrotik) @@ -98,5 +94,5 @@ If you want to change the credentials, then edit the ".env" file sudo docker run -d -p 9116:9116 mashinkopochinko/snmp_exporter_mikrotik:latest ``` ---- +----------- ![img1](/readme/screen.png) diff --git a/docker-compose.yml b/docker-compose.yml index 268f678..6ca9806 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,23 +2,25 @@ version: '3.9' services: grafana: - image: grafana/grafana:9.0.5 - env_file: - - .grafana + image: grafana/grafana:8.2.1 container_name: mk_grafana restart: always volumes: - ./grafana/provisioning/:/etc/grafana/provisioning/ ports: - "3000:3000" + environment: + - GF_SECURITY_ADMIN_USER=${GF_ADMIN_USER} + - GF_SECURITY_ADMIN_PASSWORD=${GF_ADMIN_PASSWORD} + - GF_USERS_ALLOW_SIGN_UP=false prometheus: image: prom/prometheus - env_file: - - .prometheus user: ${CURRENT_USER} container_name: mk_prometheus restart: always + environment: + - MIKROTIK_IP=${MIKROTIK_IP} volumes: - ./prometheus/:/etc/prometheus - ./prometheus/data/:/prometheus @@ -26,12 +28,10 @@ services: - "9090:9090" snmp_exporter: - image: prom/snmp-exporter + image: mashinkopochinko/snmp_exporter_mikrotik container_name: mk_snmp_exporter restart: always - volumes: - - ./snmp/:/etc/snmp_exporter/ ports: - "9116:9116" depends_on: - - prometheus + - prometheus \ No newline at end of file diff --git a/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json b/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json index fb76350..aeaf6bb 100644 --- a/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json +++ b/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json @@ -9,7 +9,6 @@ "pluginName": "Prometheus" } ], - "__elements": {}, "__requires": [ { "type": "panel", @@ -21,7 +20,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "9.0.5" + "version": "8.2.1" }, { "type": "panel", @@ -64,10 +63,7 @@ "list": [ { "builtIn": 1, - "datasource": { - "type": "datasource", - "uid": "grafana" - }, + "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", @@ -82,12 +78,13 @@ } ] }, - "description": "Mikrotik snmp monitoring (prometheus) 9.0.5", - "editable": true, + "description": "Mikrotik snmp monitoring (prometheus)", + "editable": false, "fiscalYearStartMonth": 0, "gnetId": 14420, "graphTooltip": 1, "id": null, + "iteration": 1634417429647, "links": [ { "asDropdown": false, @@ -118,10 +115,7 @@ "panels": [ { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -131,10 +125,8 @@ "id": 1655, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "Total SNMP time scrape took (walk and processing)", "fieldConfig": { "defaults": { @@ -144,6 +136,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -185,6 +178,7 @@ "y": 1 }, "id": 1656, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -202,13 +196,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "snmp_scrape_duration_seconds{instance='$instance'}", "instant": true, @@ -217,14 +207,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Total SNMP time (walk and processing)", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "Time SNMP walk/bulkwalk took", "fieldConfig": { "defaults": { @@ -234,6 +224,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -275,6 +266,7 @@ "y": 1 }, "id": 1657, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -292,13 +284,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "snmp_scrape_walk_duration_seconds{instance='$instance'}", "instant": true, @@ -307,14 +295,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Time SNMP walk/bulkwalk took", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -324,6 +312,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -353,6 +342,7 @@ "y": 1 }, "id": 1658, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -370,13 +360,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "snmp_scrape_pdus_returned{instance='$instance'}", "instant": true, @@ -385,28 +371,18 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "scrape pdus returned", "type": "stat" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "SNMP", "type": "row" }, { "collapsed": false, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -415,23 +391,12 @@ }, "id": 1218, "panels": [], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "System", "type": "row" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { @@ -441,6 +406,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -486,6 +452,7 @@ "y": 2 }, "id": 476, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -503,13 +470,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "sysUpTime{instance='$instance'}/100", "interval": "", @@ -517,14 +480,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Uptime", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be a high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use.", "fieldConfig": { "defaults": { @@ -608,13 +570,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "hrDeviceStatus{instance='$instance', hrDeviceIndex=\"1\"}", "instant": true, @@ -623,14 +581,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Status device", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "The number of errors detected on this device", "fieldConfig": { "defaults": { @@ -676,13 +633,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "hrDeviceErrors{instance='$instance', hrDeviceIndex=\"1\"}", "hide": false, @@ -692,14 +645,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Device Errors", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -741,13 +693,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "sysIdentity{instance='$instance'}", "hide": false, @@ -757,14 +705,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "System identity", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -806,13 +753,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrSerialNumber{instance='$instance'}", "hide": false, @@ -822,30 +765,41 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Serial Number", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [], + "mappings": [ + { + "options": { + "": { + "index": 0, + "text": "N/A" + } + }, + "type": "value" + } + ], "thresholds": { "mode": "absolute", "steps": [ { - "color": "super-light-yellow", + "color": "#299c46", "value": null } ] - } + }, + "unit": "string" }, "overrides": [] }, @@ -855,15 +809,18 @@ "x": 16, "y": 2 }, - "id": 1241, + "id": 1653, + "interval": null, + "links": [], + "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", - "justifyMode": "auto", + "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ - "lastNotNull" + "last" ], "fields": "", "values": false @@ -871,30 +828,25 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, - "expr": "sysDescr{instance='$instance'}", - "hide": false, + "expr": "mtxrNote{instance='$instance'}", "instant": true, "interval": "", - "legendFormat": "{{sysDescr}}", + "legendFormat": " {{mtxrNote}}", "refId": "A" } ], - "title": "Model", + "timeFrom": null, + "timeShift": null, + "title": "Note", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -922,6 +874,7 @@ "y": 4 }, "id": 1325, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -939,13 +892,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "time()-(hrSystemDate{instance='$instance'})", "instant": true, @@ -954,14 +903,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "System date", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -1002,13 +950,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrFirmwareVersion{instance='$instance'}", "format": "time_series", @@ -1019,14 +963,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Board ver", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1068,13 +1011,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicVersion{instance='$instance'}", "format": "time_series", @@ -1085,14 +1024,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Package ver", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1134,13 +1072,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrBoardName{instance='$instance'}", "hide": false, @@ -1150,14 +1084,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Board Name", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1199,13 +1132,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicSoftwareId{instance='$instance'}", "hide": false, @@ -1215,41 +1144,29 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Software ID", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, - "mappings": [ - { - "options": { - "": { - "index": 0, - "text": "N/A" - } - }, - "type": "value" - } - ], + "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { - "color": "#299c46", + "color": "super-light-yellow", "value": null } ] - }, - "unit": "string" + } }, "overrides": [] }, @@ -1259,17 +1176,15 @@ "x": 16, "y": 4 }, - "id": 1653, - "links": [], - "maxDataPoints": 100, + "id": 1241, "options": { "colorMode": "value", "graphMode": "none", - "justifyMode": "center", + "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ - "last" + "lastNotNull" ], "fields": "", "values": false @@ -1277,29 +1192,25 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, - "expr": "mtxrNote{instance='$instance'}", + "expr": "sysDescr{instance='$instance'}", + "hide": false, "instant": true, "interval": "", - "legendFormat": " {{mtxrNote}}", + "legendFormat": "{{sysDescr}}", "refId": "A" } ], - "title": "Note", + "timeFrom": null, + "timeShift": null, + "title": "Model", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -1350,13 +1261,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "avg(hrProcessorLoad{instance='$instance'})", "instant": true, @@ -1369,10 +1276,8 @@ "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { @@ -1420,6 +1325,7 @@ "y": 6 }, "id": 482, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -1435,13 +1341,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='65536',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='65536',instance='$instance'})", "instant": true, @@ -1450,14 +1352,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "RAM load ", "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { @@ -1505,6 +1407,7 @@ "y": 6 }, "id": 480, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -1520,13 +1423,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='131072',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='131072',instance='$instance'})", "instant": true, @@ -1535,14 +1434,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "system disk load", "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1599,13 +1497,9 @@ "showThresholdMarkers": true, "text": {} }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlProcessorTemperature{instance='$instance'}/10 or mtxrHlTemperature{instance='$instance'}/10", "instant": true, @@ -1614,14 +1508,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "CPU Temp", "type": "gauge" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -1680,6 +1574,7 @@ "y": 6 }, "id": 1262, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -1689,18 +1584,13 @@ "placement": "bottom" }, "tooltip": { - "mode": "multi", - "sort": "none" + "mode": "multi" } }, "pluginVersion": "8.2.1", "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "hrProcessorLoad{instance='$instance'}", "interval": "", @@ -1708,10 +1598,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlTemperature{instance='$instance'}/10", "format": "time_series", @@ -1722,10 +1608,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='65536',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='65536',instance='$instance'})", "hide": false, @@ -1734,10 +1616,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(hrStorageUsed{hrStorageIndex='131072',instance='$instance'} * 100 )/(hrStorageSize{hrStorageIndex='131072',instance='$instance'})", "hide": false, @@ -1746,10 +1624,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlVoltage{instance='$instance'}/10", "hide": false, @@ -1758,14 +1632,13 @@ "refId": "E" } ], + "timeFrom": null, + "timeShift": null, "title": "System", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1808,13 +1681,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlProcessorFrequency{instance='$instance'}", "hide": false, @@ -1824,14 +1693,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "CPU frequency", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -1873,13 +1741,9 @@ "text": {}, "textMode": "name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrHlActiveFan{instance='$instance'}", "hide": false, @@ -1889,14 +1753,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Active Fan", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless registration table entry count", "fieldConfig": { "defaults": { @@ -1938,13 +1801,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabEntryCount{instance='$instance'}", "format": "time_series", @@ -1955,14 +1814,14 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi client count", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -1972,6 +1831,7 @@ "mappings": [ { "options": { + "from": null, "result": { "text": "" }, @@ -2004,6 +1864,7 @@ "y": 11 }, "id": 1260, + "interval": null, "links": [], "maxDataPoints": 100, "options": { @@ -2021,13 +1882,9 @@ "text": {}, "textMode": "value_and_name" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicLevel{instance='$instance'}", "interval": "", @@ -2035,10 +1892,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrLicUpgradableTo{instance='$instance'}", "hide": false, @@ -2047,14 +1900,13 @@ "refId": "B" } ], + "timeFrom": null, + "timeShift": null, "title": "License level", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -2127,13 +1979,9 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEStatus{instance='$instance'}", "format": "time_series", @@ -2144,14 +1992,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Status", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -2194,13 +2041,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEPower{instance='$instance'}", "format": "time_series", @@ -2211,14 +2054,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Power", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -2260,13 +2102,9 @@ "text": {}, "textMode": "value" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOECurrent{instance='$instance'}", "format": "time_series", @@ -2277,14 +2115,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Current", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "fieldConfig": { "defaults": { "color": { @@ -2326,13 +2163,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEVoltage{instance='$instance'}", "format": "time_series", @@ -2343,14 +2176,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "POE Voltage", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -2417,17 +2249,12 @@ "placement": "right" }, "tooltip": { - "mode": "multi", - "sort": "none" + "mode": "multi" } }, "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "format": "time_series", @@ -2438,10 +2265,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "hide": false, @@ -2451,14 +2274,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Network Traffic Basic", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Status link/states: The current operational state of the interface", "fieldConfig": { "defaults": { @@ -2466,10 +2288,9 @@ "mode": "thresholds" }, "custom": { - "align": "auto", + "align": null, "displayMode": "color-text", - "filterable": false, - "inspect": false + "filterable": false }, "mappings": [], "thresholds": { @@ -2654,7 +2475,7 @@ "properties": [ { "id": "unit", - "value": "bytes" + "value": "bits" }, { "id": "thresholds", @@ -2686,7 +2507,7 @@ "properties": [ { "id": "unit", - "value": "bytes" + "value": "bits" }, { "id": "thresholds", @@ -2817,7 +2638,8 @@ }, "properties": [ { - "id": "custom.width" + "id": "custom.width", + "value": null } ] } @@ -2831,13 +2653,6 @@ }, "id": 1275, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "frameIndex": 0, "showHeader": true, "sortBy": [ @@ -2847,13 +2662,9 @@ } ] }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifPhysAddress{instance='$instance'}", "format": "table", @@ -2863,10 +2674,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifOperStatus{instance='$instance'}", "format": "table", @@ -2877,10 +2684,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrInterfaceStatsRxBytes{instance='$instance'}", "format": "table", @@ -2891,10 +2694,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrInterfaceStatsTxBytes{instance='$instance'}", "format": "table", @@ -2905,10 +2704,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifSpeed{instance='$instance'}", "format": "table", @@ -2919,10 +2714,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrInterfaceStatsLinkDowns{instance='$instance'}", "format": "table", @@ -2933,10 +2724,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifMtu{instance='$instance'}", "format": "table", @@ -2947,10 +2734,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifType_info{instance='$instance'}", "format": "table", @@ -2961,10 +2744,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrPOEInterfaceIndex{instance='$instance'}", "format": "table", @@ -2975,10 +2754,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "ifAlias{instance='$instance'}", "format": "table", @@ -2989,6 +2764,8 @@ "refId": "J" } ], + "timeFrom": null, + "timeShift": null, "title": "Interfaces", "transformations": [ { @@ -3110,10 +2887,8 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, + "decimals": null, "description": "Showing values > 0", "fill": 1, "fillGradient": 0, @@ -3145,7 +2920,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -3155,10 +2930,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxControl{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3168,10 +2939,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxDeferred{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3181,10 +2948,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3196,10 +2959,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxDrop{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3211,10 +2970,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxExcessiveCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3226,10 +2981,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxExcessiveDeferred{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3241,10 +2992,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxFCSError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3256,10 +3003,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxFragment{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3271,10 +3014,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxJabber{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3286,10 +3025,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxLateCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3301,10 +3036,6 @@ "refId": "J" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxMultipleCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3316,10 +3047,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxPause{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3331,10 +3058,6 @@ "refId": "L" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxPauseHonored{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3346,10 +3069,6 @@ "refId": "M" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxSingleCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3361,10 +3080,6 @@ "refId": "N" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxTooLong{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3376,10 +3091,6 @@ "refId": "O" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxTooShort{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3391,10 +3102,6 @@ "refId": "P" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxTotalCollision{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3406,10 +3113,6 @@ "refId": "Q" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsTxUnderrun{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "format": "time_series", @@ -3422,7 +3125,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Tx Eth errors, etc", "tooltip": { "shared": true, @@ -3431,25 +3136,34 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "bps", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { "format": "short", + "label": null, "logBase": 1, + "max": null, + "min": null, "show": false } ], "yaxis": { - "align": false + "align": false, + "alignLevel": null } }, { @@ -3459,10 +3173,8 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, + "decimals": null, "description": "Showing values > 0", "fill": 1, "fillGradient": 0, @@ -3494,7 +3206,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -3504,10 +3216,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxAlignError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3517,10 +3225,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxCarrierError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3530,10 +3234,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxControl{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3543,10 +3243,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxDrop{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3556,10 +3252,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxFCSError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3569,10 +3261,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxFragment{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3582,10 +3270,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxJabber{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3595,10 +3279,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxLengthError{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3608,10 +3288,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxOverflow{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3621,10 +3297,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxPause{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3634,10 +3306,6 @@ "refId": "J" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxTooLong{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3647,10 +3315,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxTooShort{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3660,10 +3324,6 @@ "refId": "L" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(mtxrInterfaceStatsRxUnknownOp{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -3674,7 +3334,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Rx Eth errors, etc", "tooltip": { "shared": true, @@ -3683,32 +3345,38 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "bps", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { "format": "short", + "label": null, "logBase": 1, + "max": null, + "min": null, "show": false } ], "yaxis": { - "align": false + "align": false, + "alignLevel": null } }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -3716,10 +3384,9 @@ "mode": "thresholds" }, "custom": { - "align": "auto", + "align": null, "displayMode": "color-text", - "filterable": false, - "inspect": false + "filterable": false }, "mappings": [], "thresholds": { @@ -3808,13 +3475,6 @@ }, "id": 1652, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "frameIndex": 0, "showHeader": true, "sortBy": [ @@ -3824,13 +3484,9 @@ } ] }, - "pluginVersion": "9.0.5", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborInterfaceID{instance='$instance'}", "format": "table", @@ -3840,10 +3496,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborIdentity{instance='$instance'}", "format": "table", @@ -3854,10 +3506,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborIpAddress{instance='$instance'}", "format": "table", @@ -3868,10 +3516,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborMacAddress{instance='$instance'}", "format": "table", @@ -3882,10 +3526,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborPlatform{instance='$instance'}", "format": "table", @@ -3896,10 +3536,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborSoftwareID{instance='$instance'}", "format": "table", @@ -3910,10 +3546,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrNeighborVersion{instance='$instance'}", "format": "table", @@ -3924,6 +3556,8 @@ "refId": "G" } ], + "timeFrom": null, + "timeShift": null, "title": "Neighbors", "transformations": [ { @@ -3978,10 +3612,7 @@ }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -4002,12 +3633,10 @@ "TX CCQ - Tilda": "#ff2e63" }, "bars": false, + "cacheTimeout": null, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fill": 1, "fillGradient": 0, @@ -4015,7 +3644,7 @@ "h": 9, "w": 8, "x": 0, - "y": 3 + "y": 52 }, "hiddenSeries": false, "id": 1270, @@ -4040,7 +3669,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -4100,10 +3729,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrWlApOverallTxCCQ{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'})", "hide": false, @@ -4112,10 +3737,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrWlApNoiseFloor{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'})", "format": "time_series", @@ -4128,7 +3749,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Wi-Fi Overall Tx CCQ & Noise", "tooltip": { "shared": true, @@ -4137,21 +3760,29 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "percent", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { + "decimals": null, "format": "dBm", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true } ], @@ -4161,10 +3792,7 @@ } }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -4205,7 +3833,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -4282,7 +3911,7 @@ "h": 9, "w": 8, "x": 8, - "y": 3 + "y": 52 }, "id": 1261, "options": { @@ -4303,10 +3932,6 @@ "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrWlApAuthClientCount{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'})", "hide": false, @@ -4315,10 +3940,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrDHCPLeaseCount{instance='$instance'}", "hide": false, @@ -4327,14 +3948,13 @@ "refId": "B" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi Client count", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -4375,7 +3995,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -4452,7 +4073,7 @@ "h": 9, "w": 8, "x": 16, - "y": 3 + "y": 52 }, "id": 1613, "options": { @@ -4470,10 +4091,6 @@ "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlApFreq{instance='$instance'}*on(mtxrWlApIndex)group_left(mtxrWlApSsid)mtxrWlApSsid{instance='$instance'}", "hide": false, @@ -4483,14 +4100,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi frequency", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless registration table. It is indexed by remote mac-address and local interface index.\n\nMeasured in dB, if value does not exist it is indicated with 0", "fieldConfig": { "defaults": { @@ -4498,6 +4114,7 @@ "mode": "thresholds" }, "custom": { + "align": null, "displayMode": "auto", "filterable": false }, @@ -4506,7 +4123,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] } @@ -4682,7 +4300,8 @@ }, "properties": [ { - "id": "custom.width" + "id": "custom.width", + "value": null }, { "id": "unit", @@ -4728,28 +4347,17 @@ "h": 8, "w": 24, "x": 0, - "y": 12 + "y": 61 }, "id": 1643, "links": [], "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabAddr{instance='$instance'}", "format": "table", @@ -4760,10 +4368,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabSignalToNoise{instance='$instance'}", "format": "table", @@ -4774,10 +4378,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabStrength{instance='$instance'}", "format": "table", @@ -4788,10 +4388,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabTxBytes{instance='$instance'}", "format": "table", @@ -4802,10 +4398,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabRxBytes{instance='$instance'}", "format": "table", @@ -4816,10 +4408,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabTxRate{instance='$instance'}", "format": "table", @@ -4830,10 +4418,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabRxRate{instance='$instance'}", "format": "table", @@ -4844,10 +4428,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabUptime{instance='$instance'}", "format": "table", @@ -4858,6 +4438,8 @@ "refId": "H" } ], + "timeFrom": null, + "timeShift": null, "title": "Wi-Fi Clients", "transformations": [ { @@ -4953,7 +4535,11 @@ "type": "table" }, { - "cards": {}, + "cacheTimeout": null, + "cards": { + "cardPadding": null, + "cardRound": null + }, "color": { "cardColor": "#C4162A", "colorScale": "sqrt", @@ -4964,16 +4550,13 @@ "mode": "spectrum" }, "dataFormat": "tsbuckets", - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "Signal Strength: signal strength in dBm (if first ppp-client modem supports)", "gridPos": { "h": 8, "w": 12, "x": 0, - "y": 20 + "y": 69 }, "heatmap": {}, "hideZeroBuckets": false, @@ -4988,10 +4571,6 @@ "reverseYBuckets": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabStrength{instance='$instance'}", "hide": false, @@ -5000,6 +4579,8 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "History Wi-Fi Strength", "tooltip": { "show": true, @@ -5009,17 +4590,27 @@ "xAxis": { "show": true }, + "xBucketNumber": null, "xBucketSize": "2m", "yAxis": { + "decimals": null, "format": "dBm", "logBase": 1, - "show": true + "max": null, + "min": null, + "show": true, + "splitFactor": null }, "yBucketBound": "auto", + "yBucketNumber": null, "yBucketSize": 2 }, { - "cards": {}, + "cacheTimeout": null, + "cards": { + "cardPadding": null, + "cardRound": null + }, "color": { "cardColor": "#C4162A", "colorScale": "sqrt", @@ -5030,16 +4621,13 @@ "mode": "spectrum" }, "dataFormat": "tsbuckets", - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "Measured in dB, if value does not exist it is indicated with 0", "gridPos": { "h": 8, "w": 12, "x": 12, - "y": 20 + "y": 69 }, "heatmap": {}, "hideZeroBuckets": false, @@ -5054,10 +4642,6 @@ "reverseYBuckets": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlRtabSignalToNoise{instance='$instance'}", "hide": false, @@ -5066,6 +4650,8 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "History Wi-Fi Signal-to-Noise", "tooltip": { "show": true, @@ -5075,34 +4661,28 @@ "xAxis": { "show": true }, + "xBucketNumber": null, "xBucketSize": "2m", "yAxis": { + "decimals": null, "format": "dB", "logBase": 1, - "show": true + "max": null, + "min": null, + "show": true, + "splitFactor": null }, "yBucketBound": "auto", + "yBucketNumber": null, "yBucketSize": 2 } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Wireless", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, @@ -5112,10 +4692,7 @@ "id": 1676, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless registration table entry count", "fieldConfig": { "defaults": { @@ -5127,7 +4704,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null } ] } @@ -5138,7 +4716,7 @@ "h": 4, "w": 3, "x": 0, - "y": 4 + "y": 53 }, "id": 1646, "options": { @@ -5156,13 +4734,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabEntryCount{instance='$instance'}", "format": "time_series", @@ -5173,14 +4747,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "CAPsMAN client count", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -5196,7 +4769,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -5307,17 +4881,10 @@ "h": 8, "w": 11, "x": 3, - "y": 4 + "y": 53 }, "id": 1681, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [ { @@ -5326,13 +4893,9 @@ } ] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteAddress{instance='$instance'}", "format": "table", @@ -5343,10 +4906,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteName{instance='$instance'}", "format": "table", @@ -5357,10 +4916,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteRadios{instance='$instance'}", "format": "table", @@ -5371,10 +4926,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRemoteState{instance='$instance'}", "format": "table", @@ -5459,10 +5010,7 @@ "type": "table" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -5478,7 +5026,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -5542,27 +5091,16 @@ "h": 8, "w": 10, "x": 14, - "y": 4 + "y": 53 }, "id": 1679, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMState{instance='$instance'}", "format": "table", @@ -5573,10 +5111,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRegClientCount{instance='$instance'}", "format": "table", @@ -5587,10 +5121,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMChannel{instance='$instance'}", "format": "table", @@ -5601,10 +5131,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMAuthClientCount{instance='$instance'}", "format": "table", @@ -5615,10 +5141,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabSsid{instance='$instance'}", "format": "table", @@ -5708,10 +5230,7 @@ "type": "table" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "Wireless CAPSMAN remote-cap entry count", "fieldConfig": { "defaults": { @@ -5723,7 +5242,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null } ] } @@ -5734,7 +5254,7 @@ "h": 4, "w": 3, "x": 0, - "y": 8 + "y": 57 }, "id": 1680, "options": { @@ -5752,13 +5272,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMREntryCount{instance='$instance'}", "format": "time_series", @@ -5769,14 +5285,13 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "remote-cap entry count", "type": "stat" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -5792,7 +5307,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -5997,17 +5513,10 @@ "h": 7, "w": 24, "x": 0, - "y": 12 + "y": 61 }, "id": 1678, "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, "showHeader": true, "sortBy": [ { @@ -6016,13 +5525,9 @@ } ] }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabAddr{instance='$instance'}", "format": "table", @@ -6033,10 +5538,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabEapIdent{instance='$instance'}", "format": "table", @@ -6047,10 +5548,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxBytes{instance='$instance'}", "format": "table", @@ -6061,10 +5558,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxPackets{instance='$instance'}", "format": "table", @@ -6075,10 +5568,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxRate{instance='$instance'}", "format": "table", @@ -6089,10 +5578,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabRxStrength{instance='$instance'}", "format": "table", @@ -6103,10 +5588,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabSsid{instance='$instance'}", "format": "table", @@ -6117,10 +5598,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxBytes{instance='$instance'}", "format": "table", @@ -6131,10 +5608,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxPackets{instance='$instance'}", "format": "table", @@ -6145,10 +5618,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxRate{instance='$instance'}", "format": "table", @@ -6159,10 +5628,6 @@ "refId": "J" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabTxStrength{instance='$instance'}", "format": "table", @@ -6173,10 +5638,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWlCMRtabUptime{instance='$instance'}", "format": "table", @@ -6375,851 +5836,18 @@ "type": "table" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "CAPsMAN", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 53 }, - "id": 1705, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 0, - "y": 5 - }, - "id": 1713, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "name" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GSsid{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "{{mtxrWl60GSsid}}", - "refId": "A" - } - ], - "title": "ssid", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 4, - "y": 5 - }, - "id": 1706, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GFreq{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Frequency", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [ - { - "options": { - "0": { - "index": 0, - "text": "disconnected" - }, - "1": { - "index": 1, - "text": "connected" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red" - }, - { - "color": "#299c46", - "value": 1 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 8, - "y": 5 - }, - "id": 1707, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GConnected{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Connected", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [ - { - "options": { - "0": { - "index": 0, - "text": "AP Bridge" - }, - "1": { - "index": 1, - "text": "Station Bridge" - }, - "2": { - "index": 2, - "text": "Sniff" - }, - "3": { - "index": 3, - "text": "Bridge" - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 12, - "y": 5 - }, - "id": 1709, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GMode{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Mode", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 5 - }, - "id": 1712, - "options": { - "legend": { - "calcs": [ - "lastNotNull", - "min", - "max", - "mean" - ], - "displayMode": "table", - "placement": "bottom" - }, - "tooltip": { - "mode": "single" - } - }, - "pluginVersion": "8.2.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GRssi{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "RSSI", - "refId": "A" - } - ], - "title": "RSSI", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 0, - "y": 9 - }, - "id": 1710, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GPhyRate{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "PhyRate", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 2, - "y": 9 - }, - "id": 1714, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GTxSector{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "TxSector", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 4, - "y": 9 - }, - "id": 1716, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GSignal{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Signal", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 6, - "y": 9 - }, - "id": 1715, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "/.*/", - "values": false - }, - "text": {}, - "textMode": "value_and_name" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GTxSectorInfo{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "TxSectorInfo", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "Modulation and Coding Scheme", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 8, - "y": 9 - }, - "id": 1708, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GMcs{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "MCS (Modulation and Coding Scheme)", - "type": "stat" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "#299c46" - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 4, - "x": 12, - "y": 9 - }, - "id": 1711, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "name" - }, - "pluginVersion": "8.3.4", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, - "exemplar": true, - "expr": "mtxrWl60GRemote{instance='$instance'}", - "format": "time_series", - "hide": false, - "instant": true, - "interval": "", - "legendFormat": "{{mtxrWl60GRemote}}", - "refId": "A" - } - ], - "title": "Remote MAC", - "type": "stat" - } - ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], - "title": "W60G", - "type": "row" - }, - { - "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 54 - }, "id": 1673, "panels": [ { @@ -7234,12 +5862,10 @@ "TX CCQ - Tilda": "#ff2e63" }, "bars": false, + "cacheTimeout": null, "dashLength": 10, "dashes": false, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "Signal Strength: signal strength in dBm (if first ppp-client modem supports)\n\nModem Signal: signal EC/IO in dB (if first ppp-client modem supports)", "fill": 1, "fillGradient": 0, @@ -7247,7 +5873,7 @@ "h": 7, "w": 6, "x": 0, - "y": 6 + "y": 54 }, "hiddenSeries": false, "id": 1640, @@ -7272,7 +5898,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "pointradius": 2, "points": false, "renderer": "flot", @@ -7336,10 +5962,6 @@ "steppedLine": false, "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWirelessModemSignalStrength{instance='$instance'}", "hide": false, @@ -7348,10 +5970,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrWirelessModemSignalECIO{instance='$instance'}", "hide": false, @@ -7361,7 +5979,9 @@ } ], "thresholds": [], + "timeFrom": null, "timeRegions": [], + "timeShift": null, "title": "Modem", "tooltip": { "shared": true, @@ -7370,21 +5990,29 @@ }, "type": "graph", "xaxis": { + "buckets": null, "mode": "time", + "name": null, "show": true, "values": [] }, "yaxes": [ { + "decimals": null, "format": "dBm", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true }, { + "decimals": null, "format": "dB", "label": "", "logBase": 1, + "max": null, + "min": null, "show": true } ], @@ -7394,10 +6022,7 @@ } }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": null, "description": "", "fieldConfig": { "defaults": { @@ -7409,7 +6034,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null } ] }, @@ -7421,7 +6047,7 @@ "h": 7, "w": 4, "x": 6, - "y": 6 + "y": 54 }, "id": 1674, "options": { @@ -7439,13 +6065,9 @@ "text": {}, "textMode": "auto" }, - "pluginVersion": "8.3.4", + "pluginVersion": "8.2.1", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "mtxrUSBPowerReset{instance='$instance'}", "hide": false, @@ -7455,41 +6077,29 @@ "refId": "A" } ], + "timeFrom": null, + "timeShift": null, "title": "USB Power Reset", "type": "stat" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Modem", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 55 + "y": 54 }, "id": 1281, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -7530,7 +6140,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -7542,7 +6153,7 @@ "h": 6, "w": 12, "x": 0, - "y": 7 + "y": 55 }, "id": 1268, "links": [], @@ -7564,10 +6175,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesIn{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})*8 ", "instant": false, @@ -7576,10 +6183,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesOut{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})*8", "instant": false, @@ -7588,10 +6191,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesIn{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})", "hide": false, @@ -7602,10 +6201,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesOut{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{instance='$instance'})", "hide": false, @@ -7616,14 +6211,14 @@ "refId": "C" } ], + "timeFrom": null, + "timeShift": null, "title": "All Simple Queue", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "Showing values > 0", "fieldConfig": { "defaults": { @@ -7664,7 +6259,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -7680,7 +6276,7 @@ "h": 6, "w": 12, "x": 0, - "y": 13 + "y": 61 }, "id": 1282, "links": [], @@ -7703,10 +6299,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesIn{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})*8", "instant": false, @@ -7715,10 +6307,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleBytesOut{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})*8", "instant": false, @@ -7727,10 +6315,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleDroppedIn{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})", "format": "time_series", @@ -7740,10 +6324,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueSimpleDroppedOut{instance='$instance'}[$__rate_interval])*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name', instance='$instance'})", "hide": false, @@ -7752,10 +6332,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesIn{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name',instance='$instance'})", "hide": false, @@ -7764,10 +6340,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(mtxrQueueSimplePCQQueuesOut{instance='$instance'}*on(mtxrQueueSimpleIndex)group_left(mtxrQueueSimpleName)mtxrQueueSimpleName{mtxrQueueSimpleName='$queuesimple_name',instance='$instance'})", "hide": false, @@ -7776,41 +6348,29 @@ "refId": "F" } ], + "timeFrom": null, + "timeShift": null, "title": "Queue $queuesimple_name", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Simple Queue (In/Out/Dropped/PCQ)", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 56 + "y": 55 }, "id": 1548, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -7850,7 +6410,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -7862,7 +6423,7 @@ "h": 6, "w": 12, "x": 0, - "y": 8 + "y": 56 }, "id": 1510, "links": [], @@ -7884,10 +6445,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeHCBytes{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})*8", "instant": false, @@ -7897,10 +6454,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePCQQueues{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})", "hide": false, @@ -7911,10 +6464,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeDropped{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})", "hide": false, @@ -7925,10 +6474,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePackets{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{instance='$instance'})", "hide": false, @@ -7939,14 +6484,14 @@ "refId": "D" } ], + "timeFrom": null, + "timeShift": null, "title": "All Tree Queue", "type": "timeseries" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "cacheTimeout": null, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -7986,7 +6531,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -7998,7 +6544,7 @@ "h": 6, "w": 12, "x": 12, - "y": 8 + "y": 56 }, "id": 1549, "links": [], @@ -8021,10 +6567,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeHCBytes{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})*8", "instant": false, @@ -8034,10 +6576,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePCQQueues{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})", "hide": false, @@ -8048,10 +6586,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreeDropped{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})", "hide": false, @@ -8062,10 +6596,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "(irate(mtxrQueueTreePackets{instance='$instance'}[$__rate_interval])*on(mtxrQueueTreeIndex)group_left(mtxrQueueTreeName)mtxrQueueTreeName{mtxrQueueTreeName='$queuetree_name',instance='$instance'})", "hide": false, @@ -8075,41 +6605,28 @@ "refId": "E" } ], + "timeFrom": null, + "timeShift": null, "title": "Tree Queue $queuetree_name / $queuetree_parent / $queuetree_flow", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Tree Queue (Bytes/PCQ/Dropped/Packets)", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 57 + "y": 56 }, "id": 1338, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -8149,7 +6666,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -8159,9 +6677,9 @@ }, "gridPos": { "h": 11, - "w": 8, + "w": 6, "x": 0, - "y": 9 + "y": 57 }, "id": 1339, "options": { @@ -8184,10 +6702,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInMulticastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8196,10 +6710,6 @@ "refId": "K" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutMulticastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8208,10 +6718,6 @@ "refId": "L" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInBroadcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8220,10 +6726,6 @@ "refId": "C" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutBroadcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8232,10 +6734,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInUcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8244,10 +6742,6 @@ "refId": "B" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutUcastPkts{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8256,10 +6750,6 @@ "refId": "D" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifInDiscards{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8268,10 +6758,6 @@ "refId": "E" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifOutDiscards{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8280,10 +6766,6 @@ "refId": "F" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifInErrors{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8292,10 +6774,6 @@ "refId": "G" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifOutErrors{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8304,10 +6782,6 @@ "refId": "H" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifInUnknownProtos{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8316,10 +6790,6 @@ "refId": "I" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifOutQLen{ifName=~'$Interface',instance='$instance'}[$__rate_interval])", "hide": false, @@ -8328,41 +6798,28 @@ "refId": "J" } ], + "timeFrom": null, + "timeShift": null, "title": "Interface \"$Interface\"", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "*cast/Dascard/Errors/Unknown Protos/Queue length", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, + "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 58 + "y": 57 }, "id": 1285, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { @@ -8402,7 +6859,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null } ] }, @@ -8443,9 +6901,9 @@ }, "gridPos": { "h": 7, - "w": 8, + "w": 6, "x": 0, - "y": 10 + "y": 58 }, "id": 1286, "options": { @@ -8468,10 +6926,6 @@ "repeatDirection": "h", "targets": [ { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "irate(ifHCInOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "format": "time_series", @@ -8482,10 +6936,6 @@ "refId": "A" }, { - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, "exemplar": true, "expr": "-irate(ifHCOutOctets{ifName=~'$Interface',instance='$instance'}[$__rate_interval])*8", "hide": false, @@ -8495,25 +6945,18 @@ "refId": "B" } ], + "timeFrom": null, + "timeShift": null, "title": "Traffic \"$Interface\"", "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "PBFA97CFB590B2093" - }, - "refId": "A" - } - ], "title": "Interfaces Traffic", "type": "row" } ], - "refresh": "10s", - "schemaVersion": 36, + "refresh": "5s", + "schemaVersion": 31, "style": "dark", "tags": [ "prometheus", @@ -8530,6 +6973,8 @@ "text": "Prometheus", "value": "Prometheus" }, + "description": null, + "error": null, "hide": 2, "includeAll": false, "label": "datasource", @@ -8543,14 +6988,15 @@ "type": "datasource" }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "label_values(ifHCInOctets, job)", + "description": null, + "error": null, "hide": 2, "includeAll": false, + "label": null, "multi": false, "name": "Job", "options": [], @@ -8568,14 +7014,15 @@ "useTags": false }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result(ifInOctets{job=\"snmp-exporter\"})", + "description": null, + "error": null, "hide": 0, "includeAll": false, + "label": null, "multi": false, "name": "instance", "options": [], @@ -8593,12 +7040,12 @@ "useTags": false }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "label_values(ifHighSpeed{instance='$instance'},ifIndex)", + "description": null, + "error": null, "hide": 2, "includeAll": false, "label": "", @@ -8621,13 +7068,13 @@ { "allValue": "", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result(sort(ifIndex{ifName=~'^(ether).+',instance='$instance'}) or sort(ifIndex{ifName=~'^(sfp|wlan).+',instance='$instance'}) or sort(ifIndex{ifName=~'^bridge.+',instance='$instance'}) or sort(ifIndex{ifName!~'^(ether|bridge).+',instance='$instance'}) )", + "description": null, + "error": null, "hide": 0, "includeAll": true, + "label": null, "multi": false, "name": "Interface", "options": [], @@ -8636,7 +7083,7 @@ "refId": "Prometheus-Interface-Variable-Query" }, "refresh": 1, - "regex": "/ifName=\"(.*?)\"/", + "regex": "/ifName=\"(.*)\",instance/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", @@ -8645,14 +7092,15 @@ "useTags": false }, { + "allValue": null, "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result(ifHCInOctets{ifName=\"$Interface\",instance=\"$instance\"})", + "description": null, + "error": null, "hide": 2, "includeAll": false, + "label": null, "multi": false, "name": "desc", "options": [], @@ -8672,11 +7120,10 @@ { "allValue": "Null", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueSimplePacketsIn * on (mtxrQueueSimpleIndex) group_left(mtxrQueueSimpleName) mtxrQueueSimpleName{instance='$instance',}))", + "description": null, + "error": null, "hide": 2, "includeAll": true, "label": "", @@ -8699,11 +7146,10 @@ { "allValue": "Null", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueTreePackets * on (mtxrQueueTreeIndex) group_left(mtxrQueueTreeName) mtxrQueueTreeName{instance='$instance',}))", + "description": null, + "error": null, "hide": 1, "includeAll": true, "label": "", @@ -8726,11 +7172,10 @@ { "allValue": "Null", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueTreeParentIndex * on (mtxrQueueTreeIndex) group_left(mtxrQueueTreeName) mtxrQueueTreeName{instance='$instance',}))", + "description": null, + "error": null, "hide": 1, "includeAll": true, "label": "", @@ -8753,11 +7198,10 @@ { "allValue": "", "current": {}, - "datasource": { - "type": "prometheus", - "uid": "${DS_PROMETHEUS}" - }, + "datasource": "${DS_PROMETHEUS}", "definition": "query_result((mtxrQueueTreeParentIndex * on (mtxrQueueTreeName) group_left(mtxrQueueTreeIndex) mtxrQueueTreeIndex{instance='$instance',}))", + "description": null, + "error": null, "hide": 1, "includeAll": true, "label": "", @@ -8809,8 +7253,7 @@ ] }, "timezone": "", - "title": "Mikrotik monitoring", - "uid": "nR3NRDGaz", - "version": 1, - "weekStart": "" -} + "title": "Mikrotik snmp prometheus", + "uid": "nR3NRDGnz", + "version": 8 +} \ No newline at end of file diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 7f4faf7..48426de 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -28,15 +28,14 @@ scrape_configs: - job_name: 'prometheus' # Override the global default and scrape targets from this job every 5 seconds. - scrape_interval: 10s - scrape_timeout: 10s - tls_config: - insecure_skip_verify: true + scrape_interval: 5s + scrape_timeout: 5s + # metrics_path defaults to '/metrics' # scheme defaults to 'http'. - #static_configs: - #- targets: ['localhost:9090'] + static_configs: + - targets: ['localhost:9090'] - job_name: Mikrotik static_configs: diff --git a/readme/screen.png b/readme/screen.png index 14269cf..ddbd492 100644 Binary files a/readme/screen.png and b/readme/screen.png differ diff --git a/run.sh b/run.sh index 1eb6ed8..0df304c 100755 --- a/run.sh +++ b/run.sh @@ -4,10 +4,10 @@ # You can also pass some arguments to script to set some these options: # # --config: change the user and password to grafana and specify the mikrotik IP address -# --stop: stop docker containers +# stop: stop docker containers # # For example: -# bash run.sh --config +# sh run.sh --config # ############################################################################ @@ -15,8 +15,6 @@ set -e REPO=Grafana-Mikrotik ENV_FILE=${ENV_FILE:-.env} -ENV_FILE_GF=${ENV_FILE_GF:-.grafana} -ENV_FILE_PROMETHEUS=${ENV_FILE_PROMETHEU:-.prometheus} #? Colors RED='\033[31m' @@ -96,7 +94,7 @@ clone_git() { router_ip() { if [[ "${CONFIG}" = yes ]]; then - IP=$(grep -R 'MIKROTIK_IP' "${ENV_FILE_PROMETHEUS}" 2>&1 | cut -d= -f2) + IP=$(grep -R 'MIKROTIK_IP' "${ENV_FILE}" | cut -d= -f2) echo -e "\n${BLUE}====================================" echo -e "\n${BOLD}Prometheus${RESET}\n" if ask "Change target mikrotik IP address ? (current ${IP})" Y; then @@ -104,12 +102,12 @@ router_ip() { if [ -d "./${REPO}" ]; then sed -ri -e '/mikrotik_ip/s/(- ).*( #.*)/\1'"${IP}"'\2/g' \ ${REPO}/prometheus/prometheus.yml - sed -ri -e 's/^(MIKROTIK_IP=)(.*)$/\1'"$IP"'/g' "${ENV_FILE_PROMETHEUS}" + sed -ri -e 's/^(MIKROTIK_IP=)(.*)$/\1'"$IP"'/g' "${ENV_FILE}" echo -e "\n${GREEN}... Prometheus target IP changed to ${IP}" else sed -ri -e '/mikrotik_ip/s/(- ).*( #.*)/\1'"${IP}"'\2/g' \ ./prometheus/prometheus.yml - sed -ri -e 's/^(MIKROTIK_IP=)(.*)$/\1'"${IP}"'/g' "${ENV_FILE_PROMETHEUS}" + sed -ri -e 's/^(MIKROTIK_IP=)(.*)$/\1'"${IP}"'/g' "${ENV_FILE}" echo -e "\n${GREEN}... Prometheus target IP changed to ${IP}" fi return @@ -147,8 +145,8 @@ grafana_credentials() { read -rp 'Enter grafana Username: ' GF_USER read -rsp 'Enter grafana Password: ' GF_PASSWD - sed -ri -e 's/^(GF_SECURITY_ADMIN_USER=)(.*)$/\1'"${GF_USER}"'/g' "${ENV_FILE_GF}" - sed -ri -e 's/^(GF_SECURITY_ADMIN_PASSWORD=)(.*)$/\1'"${GF_PASSWD}"'/g' "${ENV_FILE_GF}" + sed -ri -e 's/^(GF_ADMIN_USER=)(.*)$/\1'"${GF_USER}"'/g' "${ENV_FILE}" + sed -ri -e 's/^(GF_ADMIN_PASSWORD=)(.*)$/\1'"${GF_PASSWD}"'/g' "${ENV_FILE}" else echo -e "Default Grafana: User: ${YELLOW}admin${RESET} @@ -158,19 +156,19 @@ grafana_credentials() { fi } -docker-cmd() { +docker() { if [[ "${STOP}" = yes ]]; then if [ -d "./${REPO}" ]; then - cd ${REPO} && docker compose down + cd ${REPO} && docker-compose down else - docker compose down + docker-compose down fi else if [[ -d "./${REPO}" ]]; then - cd ${REPO} && docker compose up -d + cd ${REPO} && docker-compose up -d print_success else - docker compose up -d + docker-compose up -d print_success fi fi @@ -189,7 +187,7 @@ main() { case $1 in --help) HELP=yes ;; --config) CONFIG=yes ;; - --stop) STOP=yes ;; + stop) STOP=yes ;; esac shift done @@ -197,18 +195,14 @@ main() { help command_exists git - command_exists docker + command_exists docker-compose #? init if [[ -d "./${REPO}" ]]; then ENV_FILE=${REPO}/.env - ENV_FILE_GF=${REPO}/.grafana - ENV_FILE_PROMETHEUS=${REPO}/.prometheus elif [[ ! -e ${ENV_FILE} ]]; then clone_git - ENV_FILE=${REPO}/.env - ENV_FILE_GF=${REPO}/.grafana - ENV_FILE_PROMETHEUS=${REPO}/.prometheus + ENV_FILE=${REPO}/.env ; fi router_ip @@ -218,7 +212,7 @@ main() { # Change UID:GID prometheus container to current user sed -ri -e 's/^(CURRENT_USER=)(.*)$/\1'"$(id -u)\:$(id -g)"'/g' "${ENV_FILE}" - docker-cmd + docker } main "$@" diff --git a/snmp/snmp.yml b/snmp/snmp.yml index 1f7a912..efb4d12 100644 --- a/snmp/snmp.yml +++ b/snmp/snmp.yml @@ -1,4387 +1,4379 @@ - # WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost. -auths: - public_v2: - community: public - security_level: noAuthNoPriv - auth_protocol: MD5 - priv_protocol: DES - version: 2 -modules: - mikrotik: - walk: - - 1.3.6.1.2.1.2 - - 1.3.6.1.2.1.25 - - 1.3.6.1.2.1.31 - - 1.3.6.1.4.1.14988 - - 1.3.6.1.4.1.2021.10.1.1 - - 1.3.6.1.4.1.2021.10.1.2 - - 1.3.6.1.2.1.1.5.0 - get: - - 1.3.6.1.2.1.1.1.0 - - 1.3.6.1.2.1.1.3.0 - metrics: - - name: sysDescr - oid: 1.3.6.1.2.1.1.1 - type: DisplayString - help: A textual description of the entity - 1.3.6.1.2.1.1.1 - - name: sysIdentity - oid: 1.3.6.1.2.1.1.5.0 - type: DisplayString - help: A textual description of the system identity - 1.3.6.1.2.1.1.5.0 - - name: sysUpTime - oid: 1.3.6.1.2.1.1.3 - type: gauge - help: The time (in hundredths of a second) since the network management portion - of the system was last re-initialized. - 1.3.6.1.2.1.1.3 - - name: ifNumber - oid: 1.3.6.1.2.1.2.1 - type: gauge - help: The number of network interfaces (regardless of their current state) present - on this system. - 1.3.6.1.2.1.2.1 - - name: ifIndex - oid: 1.3.6.1.2.1.2.2.1.1 - type: gauge - help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifDescr - oid: 1.3.6.1.2.1.2.2.1.2 - type: DisplayString - help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifType - oid: 1.3.6.1.2.1.2.2.1.3 - type: EnumAsInfo - help: The type of interface - 1.3.6.1.2.1.2.2.1.3 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: other - 2: regular1822 - 3: hdh1822 - 4: ddnX25 - 5: rfc877x25 - 6: ethernetCsmacd - 7: iso88023Csmacd - 8: iso88024TokenBus - 9: iso88025TokenRing - 10: iso88026Man - 11: starLan - 12: proteon10Mbit - 13: proteon80Mbit - 14: hyperchannel - 15: fddi - 16: lapb - 17: sdlc - 18: ds1 - 19: e1 - 20: basicISDN - 21: primaryISDN - 22: propPointToPointSerial - 23: ppp - 24: softwareLoopback - 25: eon - 26: ethernet3Mbit - 27: nsip - 28: slip - 29: ultra - 30: ds3 - 31: sip - 32: frameRelay - 33: rs232 - 34: para - 35: arcnet - 36: arcnetPlus - 37: atm - 38: miox25 - 39: sonet - 40: x25ple - 41: iso88022llc - 42: localTalk - 43: smdsDxi - 44: frameRelayService - 45: v35 - 46: hssi - 47: hippi - 48: modem - 49: aal5 - 50: sonetPath - 51: sonetVT - 52: smdsIcip - 53: propVirtual - 54: propMultiplexor - 55: ieee80212 - 56: fibreChannel - 57: hippiInterface - 58: frameRelayInterconnect - 59: aflane8023 - 60: aflane8025 - 61: cctEmul - 62: fastEther - 63: isdn - 64: v11 - 65: v36 - 66: g703at64k - 67: g703at2mb - 68: qllc - 69: fastEtherFX - 70: channel - 71: ieee80211 - 72: ibm370parChan - 73: escon - 74: dlsw - 75: isdns - 76: isdnu - 77: lapd - 78: ipSwitch - 79: rsrb - 80: atmLogical - 81: ds0 - 82: ds0Bundle - 83: bsc - 84: async - 85: cnr - 86: iso88025Dtr - 87: eplrs - 88: arap - 89: propCnls - 90: hostPad - 91: termPad - 92: frameRelayMPI - 93: x213 - 94: adsl - 95: radsl - 96: sdsl - 97: vdsl - 98: iso88025CRFPInt - 99: myrinet - 100: voiceEM - 101: voiceFXO - 102: voiceFXS - 103: voiceEncap - 104: voiceOverIp - 105: atmDxi - 106: atmFuni - 107: atmIma - 108: pppMultilinkBundle - 109: ipOverCdlc - 110: ipOverClaw - 111: stackToStack - 112: virtualIpAddress - 113: mpc - 114: ipOverAtm - 115: iso88025Fiber - 116: tdlc - 117: gigabitEthernet - 118: hdlc - 119: lapf - 120: v37 - 121: x25mlp - 122: x25huntGroup - 123: transpHdlc - 124: interleave - 125: fast - 126: ip - 127: docsCableMaclayer - 128: docsCableDownstream - 129: docsCableUpstream - 130: a12MppSwitch - 131: tunnel - 132: coffee - 133: ces - 134: atmSubInterface - 135: l2vlan - 136: l3ipvlan - 137: l3ipxvlan - 138: digitalPowerline - 139: mediaMailOverIp - 140: dtm - 141: dcn - 142: ipForward - 143: msdsl - 144: ieee1394 - 145: if-gsn - 146: dvbRccMacLayer - 147: dvbRccDownstream - 148: dvbRccUpstream - 149: atmVirtual - 150: mplsTunnel - 151: srp - 152: voiceOverAtm - 153: voiceOverFrameRelay - 154: idsl - 155: compositeLink - 156: ss7SigLink - 157: propWirelessP2P - 158: frForward - 159: rfc1483 - 160: usb - 161: ieee8023adLag - 162: bgppolicyaccounting - 163: frf16MfrBundle - 164: h323Gatekeeper - 165: h323Proxy - 166: mpls - 167: mfSigLink - 168: hdsl2 - 169: shdsl - 170: ds1FDL - 171: pos - 172: dvbAsiIn - 173: dvbAsiOut - 174: plc - 175: nfas - 176: tr008 - 177: gr303RDT - 178: gr303IDT - 179: isup - 180: propDocsWirelessMaclayer - 181: propDocsWirelessDownstream - 182: propDocsWirelessUpstream - 183: hiperlan2 - 184: propBWAp2Mp - 185: sonetOverheadChannel - 186: digitalWrapperOverheadChannel - 187: aal2 - 188: radioMAC - 189: atmRadio - 190: imt - 191: mvl - 192: reachDSL - 193: frDlciEndPt - 194: atmVciEndPt - 195: opticalChannel - 196: opticalTransport - 197: propAtm - 198: voiceOverCable - 199: infiniband - 200: teLink - 201: q2931 - 202: virtualTg - 203: sipTg - 204: sipSig - 205: docsCableUpstreamChannel - 206: econet - 207: pon155 - 208: pon622 - 209: bridge - 210: linegroup - 211: voiceEMFGD - 212: voiceFGDEANA - 213: voiceDID - 214: mpegTransport - 215: sixToFour - 216: gtp - 217: pdnEtherLoop1 - 218: pdnEtherLoop2 - 219: opticalChannelGroup - 220: homepna - 221: gfp - 222: ciscoISLvlan - 223: actelisMetaLOOP - 224: fcipLink - 225: rpr - 226: qam - 227: lmp - 228: cblVectaStar - 229: docsCableMCmtsDownstream - 230: adsl2 - 231: macSecControlledIF - 232: macSecUncontrolledIF - 233: aviciOpticalEther - 234: atmbond - 235: voiceFGDOS - 236: mocaVersion1 - 237: ieee80216WMAN - 238: adsl2plus - 239: dvbRcsMacLayer - 240: dvbTdm - 241: dvbRcsTdma - 242: x86Laps - 243: wwanPP - 244: wwanPP2 - 245: voiceEBS - 246: ifPwType - 247: ilan - 248: pip - 249: aluELP - 250: gpon - 251: vdsl2 - 252: capwapDot11Profile - 253: capwapDot11Bss - 254: capwapWtpVirtualRadio - 255: bits - 256: docsCableUpstreamRfPort - 257: cableDownstreamRfPort - 258: vmwareVirtualNic - 259: ieee802154 - 260: otnOdu - 261: otnOtu - 262: ifVfiType - 263: g9981 - 264: g9982 - 265: g9983 - 266: aluEpon - 267: aluEponOnu - 268: aluEponPhysicalUni - 269: aluEponLogicalLink - 270: aluGponOnu - 271: aluGponPhysicalUni - 272: vmwareNicTeam - 277: docsOfdmDownstream - 278: docsOfdmaUpstream - 279: gfast - 280: sdci - 281: xboxWireless - 282: fastdsl - 283: docsCableScte55d1FwdOob - 284: docsCableScte55d1RetOob - 285: docsCableScte55d2DsOob - 286: docsCableScte55d2UsOob - 287: docsCableNdf - 288: docsCableNdr - 289: ptm - 290: ghn - 291: otnOtsi - 292: otnOtuc - 293: otnOduc - 294: otnOtsig - 295: microwaveCarrierTermination - 296: microwaveRadioLinkTerminal - 297: ieee8021axDrni - 298: ax25 - 299: ieee19061nanocom - 300: cpri - 301: omni - 302: roe - - name: ifMtu - oid: 1.3.6.1.2.1.2.2.1.4 - type: gauge - help: The size of the largest packet which can be sent/received on the interface, - specified in octets - 1.3.6.1.2.1.2.2.1.4 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifSpeed - oid: 1.3.6.1.2.1.2.2.1.5 - type: gauge - help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifPhysAddress - oid: 1.3.6.1.2.1.2.2.1.6 - type: PhysAddress48 - help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifAdminStatus - oid: 1.3.6.1.2.1.2.2.1.7 - type: gauge - help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: up - 2: down - 3: testing - - name: ifOperStatus - oid: 1.3.6.1.2.1.2.2.1.8 - type: gauge - help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: up - 2: down - 3: testing - 4: unknown - 5: dormant - 6: notPresent - 7: lowerLayerDown - - name: ifLastChange - oid: 1.3.6.1.2.1.2.2.1.9 - type: gauge - help: The value of sysUpTime at the time the interface entered its current operational - state - 1.3.6.1.2.1.2.2.1.9 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInOctets - oid: 1.3.6.1.2.1.2.2.1.10 - type: counter - help: The total number of octets received on the interface, including framing - characters - 1.3.6.1.2.1.2.2.1.10 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInUcastPkts - oid: 1.3.6.1.2.1.2.2.1.11 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were not addressed to a multicast or broadcast address at this sub-layer - - 1.3.6.1.2.1.2.2.1.11 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInNUcastPkts - oid: 1.3.6.1.2.1.2.2.1.12 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were addressed to a multicast or broadcast address at this sub-layer - - 1.3.6.1.2.1.2.2.1.12 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInDiscards - oid: 1.3.6.1.2.1.2.2.1.13 - type: counter - help: The number of inbound packets which were chosen to be discarded even though - no errors had been detected to prevent their being deliverable to a higher-layer - protocol - 1.3.6.1.2.1.2.2.1.13 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInErrors - oid: 1.3.6.1.2.1.2.2.1.14 - type: counter - help: For packet-oriented interfaces, the number of inbound packets that contained - errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInUnknownProtos - oid: 1.3.6.1.2.1.2.2.1.15 - type: counter - help: For packet-oriented interfaces, the number of packets received via the interface - which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutOctets - oid: 1.3.6.1.2.1.2.2.1.16 - type: counter - help: The total number of octets transmitted out of the interface, including framing - characters - 1.3.6.1.2.1.2.2.1.16 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutUcastPkts - oid: 1.3.6.1.2.1.2.2.1.17 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were not addressed to a multicast or broadcast address at this sub-layer, - including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutNUcastPkts - oid: 1.3.6.1.2.1.2.2.1.18 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were addressed to a multicast or broadcast address at this sub-layer, - including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutDiscards - oid: 1.3.6.1.2.1.2.2.1.19 - type: counter - help: The number of outbound packets which were chosen to be discarded even though - no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutErrors - oid: 1.3.6.1.2.1.2.2.1.20 - type: counter - help: For packet-oriented interfaces, the number of outbound packets that could - not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutQLen - oid: 1.3.6.1.2.1.2.2.1.21 - type: gauge - help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifSpecific - oid: 1.3.6.1.2.1.2.2.1.22 - type: OctetString - help: A reference to MIB definitions specific to the particular media being used - to realize the interface - 1.3.6.1.2.1.2.2.1.22 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: hrSystemUptime - oid: 1.3.6.1.2.1.25.1.1 - type: gauge - help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1 - - name: hrSystemDate - oid: 1.3.6.1.2.1.25.1.2 - type: DateAndTime - help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2 - - name: hrSystemInitialLoadDevice - oid: 1.3.6.1.2.1.25.1.3 - type: gauge - help: The index of the hrDeviceEntry for the device from which this host is configured - to load its initial operating system configuration (i.e., which operating system - code and/or boot parameters) - 1.3.6.1.2.1.25.1.3 - - name: hrSystemInitialLoadParameters - oid: 1.3.6.1.2.1.25.1.4 - type: OctetString - help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4 - - name: hrSystemNumUsers - oid: 1.3.6.1.2.1.25.1.5 - type: gauge - help: The number of user sessions for which this host is storing state information - - 1.3.6.1.2.1.25.1.5 - - name: hrSystemProcesses - oid: 1.3.6.1.2.1.25.1.6 - type: gauge - help: The number of process contexts currently loaded or running on this system. - - 1.3.6.1.2.1.25.1.6 - - name: hrSystemMaxProcesses - oid: 1.3.6.1.2.1.25.1.7 - type: gauge - help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7 - - name: hrMemorySize - oid: 1.3.6.1.2.1.25.2.2 - type: gauge - help: The amount of physical read-write main memory, typically RAM, contained - by the host. - 1.3.6.1.2.1.25.2.2 - - name: hrStorageIndex - oid: 1.3.6.1.2.1.25.2.3.1.1 - type: gauge - help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrStorageType - oid: 1.3.6.1.2.1.25.2.3.1.2 - type: OctetString - help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - help: A description of the type and instance of the storage described by this - entry. - 1.3.6.1.2.1.25.2.3.1.3 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrStorageAllocationUnits - oid: 1.3.6.1.2.1.25.2.3.1.4 - type: gauge - help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrStorageSize - oid: 1.3.6.1.2.1.25.2.3.1.5 - type: gauge - help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits - - 1.3.6.1.2.1.25.2.3.1.5 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrStorageUsed - oid: 1.3.6.1.2.1.25.2.3.1.6 - type: gauge - help: The amount of the storage represented by this entry that is allocated, in - units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrStorageAllocationFailures - oid: 1.3.6.1.2.1.25.2.3.1.7 - type: counter - help: The number of requests for storage represented by this entry that could - not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7 - indexes: - - labelname: hrStorageIndex - type: gauge - lookups: - - labels: - - hrStorageIndex - labelname: hrStorageDescr - oid: 1.3.6.1.2.1.25.2.3.1.3 - type: DisplayString - - name: hrDeviceIndex - oid: 1.3.6.1.2.1.25.3.2.1.1 - type: gauge - help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrDeviceType - oid: 1.3.6.1.2.1.25.3.2.1.2 - type: OctetString - help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrDeviceDescr - oid: 1.3.6.1.2.1.25.3.2.1.3 - type: DisplayString - help: A textual description of this device, including the device's manufacturer - and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrDeviceID - oid: 1.3.6.1.2.1.25.3.2.1.4 - type: OctetString - help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrDeviceStatus - oid: 1.3.6.1.2.1.25.3.2.1.5 - type: gauge - help: The current operational state of the device described by this row of the - table - 1.3.6.1.2.1.25.3.2.1.5 - indexes: - - labelname: hrDeviceIndex - type: gauge - enum_values: - 1: unknown - 2: running - 3: warning - 4: testing - 5: down - - name: hrDeviceErrors - oid: 1.3.6.1.2.1.25.3.2.1.6 - type: counter - help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrProcessorFrwID - oid: 1.3.6.1.2.1.25.3.3.1.1 - type: OctetString - help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrProcessorLoad - oid: 1.3.6.1.2.1.25.3.3.1.2 - type: gauge - help: The average, over the last minute, of the percentage of time that this processor - was not idle - 1.3.6.1.2.1.25.3.3.1.2 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrNetworkIfIndex - oid: 1.3.6.1.2.1.25.3.4.1.1 - type: gauge - help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrPrinterStatus - oid: 1.3.6.1.2.1.25.3.5.1.1 - type: gauge - help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1 - indexes: - - labelname: hrDeviceIndex - type: gauge - enum_values: - 1: other - 2: unknown - 3: idle - 4: printing - 5: warmup - - name: hrPrinterDetectedErrorState - oid: 1.3.6.1.2.1.25.3.5.1.2 - type: OctetString - help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrDiskStorageAccess - oid: 1.3.6.1.2.1.25.3.6.1.1 - type: gauge - help: An indication if this long-term storage device is readable and writable - or only readable - 1.3.6.1.2.1.25.3.6.1.1 - indexes: - - labelname: hrDeviceIndex - type: gauge - enum_values: - 1: readWrite - 2: readOnly - - name: hrDiskStorageMedia - oid: 1.3.6.1.2.1.25.3.6.1.2 - type: gauge - help: An indication of the type of media used in this long- term storage device. - - 1.3.6.1.2.1.25.3.6.1.2 - indexes: - - labelname: hrDeviceIndex - type: gauge - enum_values: - 1: other - 2: unknown - 3: hardDisk - 4: floppyDisk - 5: opticalDiskROM - 6: opticalDiskWORM - 7: opticalDiskRW - 8: ramDisk - - name: hrDiskStorageRemoveble - oid: 1.3.6.1.2.1.25.3.6.1.3 - type: gauge - help: Denotes whether or not the disk media may be removed from the drive. - 1.3.6.1.2.1.25.3.6.1.3 - indexes: - - labelname: hrDeviceIndex - type: gauge - enum_values: - 1: "true" - 2: "false" - - name: hrDiskStorageCapacity - oid: 1.3.6.1.2.1.25.3.6.1.4 - type: gauge - help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4 - indexes: - - labelname: hrDeviceIndex - type: gauge - - name: hrPartitionIndex - oid: 1.3.6.1.2.1.25.3.7.1.1 - type: gauge - help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1 - indexes: - - labelname: hrDeviceIndex - type: gauge - - labelname: hrPartitionIndex - type: gauge - - name: hrPartitionLabel - oid: 1.3.6.1.2.1.25.3.7.1.2 - type: OctetString - help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2 - indexes: - - labelname: hrDeviceIndex - type: gauge - - labelname: hrPartitionIndex - type: gauge - - name: hrPartitionID - oid: 1.3.6.1.2.1.25.3.7.1.3 - type: OctetString - help: A descriptor which uniquely represents this partition to the responsible - operating system - 1.3.6.1.2.1.25.3.7.1.3 - indexes: - - labelname: hrDeviceIndex - type: gauge - - labelname: hrPartitionIndex - type: gauge - - name: hrPartitionSize - oid: 1.3.6.1.2.1.25.3.7.1.4 - type: gauge - help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4 - indexes: - - labelname: hrDeviceIndex - type: gauge - - labelname: hrPartitionIndex - type: gauge - - name: hrPartitionFSIndex - oid: 1.3.6.1.2.1.25.3.7.1.5 - type: gauge - help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5 - indexes: - - labelname: hrDeviceIndex - type: gauge - - labelname: hrPartitionIndex - type: gauge - - name: hrFSIndex - oid: 1.3.6.1.2.1.25.3.8.1.1 - type: gauge - help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrFSMountPoint - oid: 1.3.6.1.2.1.25.3.8.1.2 - type: OctetString - help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrFSRemoteMountPoint - oid: 1.3.6.1.2.1.25.3.8.1.3 - type: OctetString - help: A description of the name and/or address of the server that this file system - is mounted from - 1.3.6.1.2.1.25.3.8.1.3 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrFSType - oid: 1.3.6.1.2.1.25.3.8.1.4 - type: OctetString - help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrFSAccess - oid: 1.3.6.1.2.1.25.3.8.1.5 - type: gauge - help: An indication if this file system is logically configured by the operating - system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5 - indexes: - - labelname: hrFSIndex - type: gauge - enum_values: - 1: readWrite - 2: readOnly - - name: hrFSBootable - oid: 1.3.6.1.2.1.25.3.8.1.6 - type: gauge - help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6 - indexes: - - labelname: hrFSIndex - type: gauge - enum_values: - 1: "true" - 2: "false" - - name: hrFSStorageIndex - oid: 1.3.6.1.2.1.25.3.8.1.7 - type: gauge - help: The index of the hrStorageEntry that represents information about this file - system - 1.3.6.1.2.1.25.3.8.1.7 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrFSLastFullBackupDate - oid: 1.3.6.1.2.1.25.3.8.1.8 - type: DateAndTime - help: The last date at which this complete file system was copied to another storage - device for backup - 1.3.6.1.2.1.25.3.8.1.8 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrFSLastPartialBackupDate - oid: 1.3.6.1.2.1.25.3.8.1.9 - type: DateAndTime - help: The last date at which a portion of this file system was copied to another - storage device for backup - 1.3.6.1.2.1.25.3.8.1.9 - indexes: - - labelname: hrFSIndex - type: gauge - - name: hrSWOSIndex - oid: 1.3.6.1.2.1.25.4.1 - type: gauge - help: The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary - operating system running on this host - 1.3.6.1.2.1.25.4.1 - - name: hrSWRunIndex - oid: 1.3.6.1.2.1.25.4.2.1.1 - type: gauge - help: A unique value for each piece of software running on the host - 1.3.6.1.2.1.25.4.2.1.1 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWRunName - oid: 1.3.6.1.2.1.25.4.2.1.2 - type: OctetString - help: A textual description of this running piece of software, including the manufacturer, - revision, and the name by which it is commonly known - 1.3.6.1.2.1.25.4.2.1.2 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWRunID - oid: 1.3.6.1.2.1.25.4.2.1.3 - type: OctetString - help: The product ID of this running piece of software. - 1.3.6.1.2.1.25.4.2.1.3 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWRunPath - oid: 1.3.6.1.2.1.25.4.2.1.4 - type: OctetString - help: A description of the location on long-term storage (e.g - 1.3.6.1.2.1.25.4.2.1.4 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWRunParameters - oid: 1.3.6.1.2.1.25.4.2.1.5 - type: OctetString - help: A description of the parameters supplied to this software when it was initially - loaded. - 1.3.6.1.2.1.25.4.2.1.5 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWRunType - oid: 1.3.6.1.2.1.25.4.2.1.6 - type: gauge - help: The type of this software. - 1.3.6.1.2.1.25.4.2.1.6 - indexes: - - labelname: hrSWRunIndex - type: gauge - enum_values: - 1: unknown - 2: operatingSystem - 3: deviceDriver - 4: application - - name: hrSWRunStatus - oid: 1.3.6.1.2.1.25.4.2.1.7 - type: gauge - help: The status of this running piece of software - 1.3.6.1.2.1.25.4.2.1.7 - indexes: - - labelname: hrSWRunIndex - type: gauge - enum_values: - 1: running - 2: runnable - 3: notRunnable - 4: invalid - - name: hrSWRunPerfCPU - oid: 1.3.6.1.2.1.25.5.1.1.1 - type: gauge - help: The number of centi-seconds of the total system's CPU resources consumed - by this process - 1.3.6.1.2.1.25.5.1.1.1 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWRunPerfMem - oid: 1.3.6.1.2.1.25.5.1.1.2 - type: gauge - help: The total amount of real system memory allocated to this process. - 1.3.6.1.2.1.25.5.1.1.2 - indexes: - - labelname: hrSWRunIndex - type: gauge - - name: hrSWInstalledLastChange - oid: 1.3.6.1.2.1.25.6.1 - type: gauge - help: The value of sysUpTime when an entry in the hrSWInstalledTable was last - added, renamed, or deleted - 1.3.6.1.2.1.25.6.1 - - name: hrSWInstalledLastUpdateTime - oid: 1.3.6.1.2.1.25.6.2 - type: gauge - help: The value of sysUpTime when the hrSWInstalledTable was last completely updated - - 1.3.6.1.2.1.25.6.2 - - name: hrSWInstalledIndex - oid: 1.3.6.1.2.1.25.6.3.1.1 - type: gauge - help: A unique value for each piece of software installed on the host - 1.3.6.1.2.1.25.6.3.1.1 - indexes: - - labelname: hrSWInstalledIndex - type: gauge - - name: hrSWInstalledName - oid: 1.3.6.1.2.1.25.6.3.1.2 - type: OctetString - help: A textual description of this installed piece of software, including the - manufacturer, revision, the name by which it is commonly known, and optionally, - its serial number. - 1.3.6.1.2.1.25.6.3.1.2 - indexes: - - labelname: hrSWInstalledIndex - type: gauge - - name: hrSWInstalledID - oid: 1.3.6.1.2.1.25.6.3.1.3 - type: OctetString - help: The product ID of this installed piece of software. - 1.3.6.1.2.1.25.6.3.1.3 - indexes: - - labelname: hrSWInstalledIndex - type: gauge - - name: hrSWInstalledType - oid: 1.3.6.1.2.1.25.6.3.1.4 - type: gauge - help: The type of this software. - 1.3.6.1.2.1.25.6.3.1.4 - indexes: - - labelname: hrSWInstalledIndex - type: gauge - enum_values: - 1: unknown - 2: operatingSystem - 3: deviceDriver - 4: application - - name: hrSWInstalledDate - oid: 1.3.6.1.2.1.25.6.3.1.5 - type: DateAndTime - help: The last-modification date of this application as it would appear in a directory - listing - 1.3.6.1.2.1.25.6.3.1.5 - indexes: - - labelname: hrSWInstalledIndex - type: gauge - - name: ifInMulticastPkts - oid: 1.3.6.1.2.1.31.1.1.1.2 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifInBroadcastPkts - oid: 1.3.6.1.2.1.31.1.1.1.3 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutMulticastPkts - oid: 1.3.6.1.2.1.31.1.1.1.4 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were addressed to a multicast address at this sub-layer, including - those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifOutBroadcastPkts - oid: 1.3.6.1.2.1.31.1.1.1.5 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were addressed to a broadcast address at this sub-layer, including - those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCInOctets - oid: 1.3.6.1.2.1.31.1.1.1.6 - type: counter - help: The total number of octets received on the interface, including framing - characters - 1.3.6.1.2.1.31.1.1.1.6 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCInUcastPkts - oid: 1.3.6.1.2.1.31.1.1.1.7 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were not addressed to a multicast or broadcast address at this sub-layer - - 1.3.6.1.2.1.31.1.1.1.7 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCInMulticastPkts - oid: 1.3.6.1.2.1.31.1.1.1.8 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCInBroadcastPkts - oid: 1.3.6.1.2.1.31.1.1.1.9 - type: counter - help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, - which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCOutOctets - oid: 1.3.6.1.2.1.31.1.1.1.10 - type: counter - help: The total number of octets transmitted out of the interface, including framing - characters - 1.3.6.1.2.1.31.1.1.1.10 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCOutUcastPkts - oid: 1.3.6.1.2.1.31.1.1.1.11 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were not addressed to a multicast or broadcast address at this sub-layer, - including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCOutMulticastPkts - oid: 1.3.6.1.2.1.31.1.1.1.12 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were addressed to a multicast address at this sub-layer, including - those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifHCOutBroadcastPkts - oid: 1.3.6.1.2.1.31.1.1.1.13 - type: counter - help: The total number of packets that higher-level protocols requested be transmitted, - and which were addressed to a broadcast address at this sub-layer, including - those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifLinkUpDownTrapEnable - oid: 1.3.6.1.2.1.31.1.1.1.14 - type: gauge - help: Indicates whether linkUp/linkDown traps should be generated for this interface - - 1.3.6.1.2.1.31.1.1.1.14 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: enabled - 2: disabled - - name: ifHighSpeed - oid: 1.3.6.1.2.1.31.1.1.1.15 - type: gauge - help: An estimate of the interface's current bandwidth in units of 1,000,000 bits - per second - 1.3.6.1.2.1.31.1.1.1.15 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifPromiscuousMode - oid: 1.3.6.1.2.1.31.1.1.1.16 - type: gauge - help: This object has a value of false(2) if this interface only accepts packets/frames - that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: "true" - 2: "false" - - name: ifConnectorPresent - oid: 1.3.6.1.2.1.31.1.1.1.17 - type: gauge - help: This object has the value 'true(1)' if the interface sublayer has a physical - connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: "true" - 2: "false" - - name: ifAlias - oid: 1.3.6.1.2.1.31.1.1.1.18 - type: DisplayString - help: This object is an 'alias' name for the interface as specified by a network - manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifCounterDiscontinuityTime - oid: 1.3.6.1.2.1.31.1.1.1.19 - type: gauge - help: The value of sysUpTime on the most recent occasion at which any one or more - of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifStackHigherLayer - oid: 1.3.6.1.2.1.31.1.2.1.1 - type: gauge - help: The value of ifIndex corresponding to the higher sub-layer of the relationship, - i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding - instance of ifStackLowerLayer - 1.3.6.1.2.1.31.1.2.1.1 - indexes: - - labelname: ifStackHigherLayer - type: gauge - - labelname: ifStackLowerLayer - type: gauge - - name: ifStackLowerLayer - oid: 1.3.6.1.2.1.31.1.2.1.2 - type: gauge - help: The value of ifIndex corresponding to the lower sub-layer of the relationship, - i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding - instance of ifStackHigherLayer - 1.3.6.1.2.1.31.1.2.1.2 - indexes: - - labelname: ifStackHigherLayer - type: gauge - - labelname: ifStackLowerLayer - type: gauge - - name: ifStackStatus - oid: 1.3.6.1.2.1.31.1.2.1.3 - type: gauge - help: The status of the relationship between two sub-layers - 1.3.6.1.2.1.31.1.2.1.3 - indexes: - - labelname: ifStackHigherLayer - type: gauge - - labelname: ifStackLowerLayer - type: gauge - enum_values: - 1: active - 2: notInService - 3: notReady - 4: createAndGo - 5: createAndWait - 6: destroy - - name: ifTestId - oid: 1.3.6.1.2.1.31.1.3.1.1 - type: gauge - help: This object identifies the current invocation of the interface's test. - - 1.3.6.1.2.1.31.1.3.1.1 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifTestStatus - oid: 1.3.6.1.2.1.31.1.3.1.2 - type: gauge - help: This object indicates whether or not some manager currently has the necessary - 'ownership' required to invoke a test on this interface - 1.3.6.1.2.1.31.1.3.1.2 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: notInUse - 2: inUse - - name: ifTestType - oid: 1.3.6.1.2.1.31.1.3.1.3 - type: OctetString - help: A control variable used to start and stop operator- initiated interface - tests - 1.3.6.1.2.1.31.1.3.1.3 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifTestResult - oid: 1.3.6.1.2.1.31.1.3.1.4 - type: gauge - help: This object contains the result of the most recently requested test, or - the value none(1) if no tests have been requested since the last reset - 1.3.6.1.2.1.31.1.3.1.4 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: none - 2: success - 3: inProgress - 4: notSupported - 5: unAbleToRun - 6: aborted - 7: failed - - name: ifTestCode - oid: 1.3.6.1.2.1.31.1.3.1.5 - type: OctetString - help: This object contains a code which contains more specific information on - the test result, for example an error-code after a failed test - 1.3.6.1.2.1.31.1.3.1.5 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifTestOwner - oid: 1.3.6.1.2.1.31.1.3.1.6 - type: DisplayString - help: The entity which currently has the 'ownership' required to invoke a test - on this interface. - 1.3.6.1.2.1.31.1.3.1.6 - indexes: - - labelname: ifIndex - type: gauge - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifRcvAddressAddress - oid: 1.3.6.1.2.1.31.1.4.1.1 - type: PhysAddress48 - help: An address for which the system will accept packets/frames on this entry's - interface. - 1.3.6.1.2.1.31.1.4.1.1 - indexes: - - labelname: ifIndex - type: gauge - - labelname: ifRcvAddressAddress - type: PhysAddress48 - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: ifRcvAddressStatus - oid: 1.3.6.1.2.1.31.1.4.1.2 - type: gauge - help: This object is used to create and delete rows in the ifRcvAddressTable. - - 1.3.6.1.2.1.31.1.4.1.2 - indexes: - - labelname: ifIndex - type: gauge - - labelname: ifRcvAddressAddress - type: PhysAddress48 - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: active - 2: notInService - 3: notReady - 4: createAndGo - 5: createAndWait - 6: destroy - - name: ifRcvAddressType - oid: 1.3.6.1.2.1.31.1.4.1.3 - type: gauge - help: This object has the value nonVolatile(3) for those entries in the table - which are valid and will not be deleted by the next restart of the managed system - - 1.3.6.1.2.1.31.1.4.1.3 - indexes: - - labelname: ifIndex - type: gauge - - labelname: ifRcvAddressAddress - type: PhysAddress48 - lookups: - - labels: - - ifIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - enum_values: - 1: other - 2: volatile - 3: nonVolatile - - name: ifTableLastChange - oid: 1.3.6.1.2.1.31.1.5 - type: gauge - help: The value of sysUpTime at the time of the last creation or deletion of an - entry in the ifTable - 1.3.6.1.2.1.31.1.5 - - name: ifStackLastChange - oid: 1.3.6.1.2.1.31.1.6 - type: gauge - help: The value of sysUpTime at the time of the last change of the (whole) interface - stack - 1.3.6.1.2.1.31.1.6 - - name: mtxrWlStatIndex - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.1' - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatTxRate - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.2 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.2 - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatRxRate - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.3 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.3 - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatStrength - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.4 - type: gauge - help: dBm - 1.3.6.1.4.1.14988.1.1.1.1.1.4 - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatSsid - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.5 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.5' - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatBssid - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.6 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.6' - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatFreq - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.7 - type: gauge - help: megahertz - 1.3.6.1.4.1.14988.1.1.1.1.1.7 - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatBand - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.8 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.8' - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatTxCCQ - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.9 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.9' - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlStatRxCCQ - oid: 1.3.6.1.4.1.14988.1.1.1.1.1.10 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.10' - indexes: - - labelname: mtxrWlStatIndex - type: gauge - - name: mtxrWlRtabAddr - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.1 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.1' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabIface - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.2 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.2' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabStrength - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.3 - type: gauge - help: dBm - 1.3.6.1.4.1.14988.1.1.1.2.1.3 - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxBytes - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.4 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.4' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRxBytes - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.5 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.5' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxPackets - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.6 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.6' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRxPackets - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.7 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.7' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxRate - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.8 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.8 - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRxRate - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.9 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.9 - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRouterOSVersion - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.10 - type: DisplayString - help: RouterOS version - 1.3.6.1.4.1.14988.1.1.1.2.1.10 - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabUptime - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.11 - type: gauge - help: uptime - 1.3.6.1.4.1.14988.1.1.1.2.1.11 - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabSignalToNoise - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.12 - type: gauge - help: Measured in dB, if value does not exist it is indicated with 0 - 1.3.6.1.4.1.14988.1.1.1.2.1.12 - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxStrengthCh0 - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.13 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.13' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRxStrengthCh0 - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.14 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.14' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxStrengthCh1 - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.15 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.15' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRxStrengthCh1 - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.16 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.16' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxStrengthCh2 - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.17 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.17' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRxStrengthCh2 - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.18 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.18' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabTxStrength - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.19 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.19' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlRtabRadioName - oid: 1.3.6.1.4.1.14988.1.1.1.2.1.20 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.20' - indexes: - - labelname: mtxrWlRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlRtabIface - type: gauge - - name: mtxrWlApIndex - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.1' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApTxRate - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.2 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.2 - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApRxRate - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.3 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.3 - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApSsid - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.4 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.4' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApBssid - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.5 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.5' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApClientCount - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.6 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.6' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApFreq - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.7 - type: gauge - help: megahertz - 1.3.6.1.4.1.14988.1.1.1.3.1.7 - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApBand - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.8 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.8' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApNoiseFloor - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.9 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.9' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApOverallTxCCQ - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.10 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.10' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlApAuthClientCount - oid: 1.3.6.1.4.1.14988.1.1.1.3.1.11 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.11' - indexes: - - labelname: mtxrWlApIndex - type: gauge - - name: mtxrWlRtabEntryCount - oid: 1.3.6.1.4.1.14988.1.1.1.4 - type: gauge - help: Wireless registration table entry count - 1.3.6.1.4.1.14988.1.1.1.4 - - name: mtxrWlCMRtabAddr - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.1 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.1' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabIface - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.2 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.2' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabUptime - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.3 - type: gauge - help: uptime - 1.3.6.1.4.1.14988.1.1.1.5.1.3 - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabTxBytes - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.4 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.4' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabRxBytes - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.5 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.5' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabTxPackets - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.6 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.6' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabRxPackets - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.7 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.7' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabTxRate - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.8 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.8 - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabRxRate - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.9 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.9 - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabTxStrength - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.10 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.10' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabRxStrength - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.11 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.11' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabSsid - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.12 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.12' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabEapIdent - oid: 1.3.6.1.4.1.14988.1.1.1.5.1.13 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.13' - indexes: - - labelname: mtxrWlCMRtabAddr - type: PhysAddress48 - fixed_size: 6 - - labelname: mtxrWlCMRtabIface - type: gauge - - name: mtxrWlCMRtabEntryCount - oid: 1.3.6.1.4.1.14988.1.1.1.6 - type: gauge - help: Wireless CAPSMAN registration table entry count - 1.3.6.1.4.1.14988.1.1.1.6 - - name: mtxrWlCMIndex - oid: 1.3.6.1.4.1.14988.1.1.1.7.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.1' - indexes: - - labelname: mtxrWlCMIndex - type: gauge - - name: mtxrWlCMRegClientCount - oid: 1.3.6.1.4.1.14988.1.1.1.7.1.2 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.2' - indexes: - - labelname: mtxrWlCMIndex - type: gauge - - name: mtxrWlCMAuthClientCount - oid: 1.3.6.1.4.1.14988.1.1.1.7.1.3 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.3' - indexes: - - labelname: mtxrWlCMIndex - type: gauge - - name: mtxrWlCMState - oid: 1.3.6.1.4.1.14988.1.1.1.7.1.4 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.4' - indexes: - - labelname: mtxrWlCMIndex - type: gauge - - name: mtxrWlCMChannel - oid: 1.3.6.1.4.1.14988.1.1.1.7.1.5 - type: DisplayString - help: for master only - 1.3.6.1.4.1.14988.1.1.1.7.1.5 - indexes: - - labelname: mtxrWlCMIndex - type: gauge - - name: mtxrWl60GIndex - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.1' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GMode - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.2 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.2' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - enum_values: - 0: apBridge - 1: stationBridge - 2: sniff - 3: bridge - - name: mtxrWl60GSsid - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.3 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.3' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GConnected - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.4 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.4' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrWl60GRemote - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.5 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.5' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GFreq - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.6 - type: gauge - help: Mhz - 1.3.6.1.4.1.14988.1.1.1.8.1.6 - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GMcs - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.7 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.7' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GSignal - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.8' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GTxSector - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.9 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.9' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GTxSectorInfo - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.11 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.11' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GRssi - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.12 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.12' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GPhyRate - oid: 1.3.6.1.4.1.14988.1.1.1.8.1.13 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.13' - indexes: - - labelname: mtxrWl60GIndex - type: gauge - - name: mtxrWl60GStaIndex - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.1' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaConnected - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.2 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.2' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrWl60GStaRemote - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.3 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.3' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaMcs - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.4 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.4' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaSignal - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.5 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.5' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaTxSector - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.6 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.6' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaPhyRate - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.8 - type: gauge - help: Mbits per second - 1.3.6.1.4.1.14988.1.1.1.9.1.8 - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaRssi - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.9 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.9' - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWl60GStaDistance - oid: 1.3.6.1.4.1.14988.1.1.1.9.1.10 - type: gauge - help: meters - 1.3.6.1.4.1.14988.1.1.1.9.1.10 - indexes: - - labelname: mtxrWl60GStaIndex - type: gauge - - name: mtxrWlCMREntryCount - oid: 1.3.6.1.4.1.14988.1.1.1.10 - type: gauge - help: Wireless CAPSMAN remote-cap entry count - 1.3.6.1.4.1.14988.1.1.1.10 - - name: mtxrWlCMRemoteIndex - oid: 1.3.6.1.4.1.14988.1.1.1.11.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.1' - indexes: - - labelname: mtxrWlCMRemoteIndex - type: gauge - - name: mtxrWlCMRemoteName - oid: 1.3.6.1.4.1.14988.1.1.1.11.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.2' - indexes: - - labelname: mtxrWlCMRemoteIndex - type: gauge - - name: mtxrWlCMRemoteState - oid: 1.3.6.1.4.1.14988.1.1.1.11.1.3 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.3' - indexes: - - labelname: mtxrWlCMRemoteIndex - type: gauge - - name: mtxrWlCMRemoteAddress - oid: 1.3.6.1.4.1.14988.1.1.1.11.1.4 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.4' - indexes: - - labelname: mtxrWlCMRemoteIndex - type: gauge - - name: mtxrWlCMRemoteRadios - oid: 1.3.6.1.4.1.14988.1.1.1.11.1.5 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.5' - indexes: - - labelname: mtxrWlCMRemoteIndex - type: gauge - - name: mtxrQueueSimpleIndex - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.1' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleName - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.2' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleSrcAddr - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.3 - type: InetAddressIPv4 - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.3' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleSrcMask - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.4 - type: InetAddressIPv4 - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.4' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleDstAddr - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.5 - type: InetAddressIPv4 - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.5' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleDstMask - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.6 - type: InetAddressIPv4 - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.6' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleIface - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.7 - type: gauge - help: interface index - 1.3.6.1.4.1.14988.1.1.2.1.1.7 - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleBytesIn - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.8 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.8' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleBytesOut - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.9 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.9' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimplePacketsIn - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.10 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.10' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimplePacketsOut - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.11 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.11' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimplePCQQueuesIn - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.12 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.12' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimplePCQQueuesOut - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.13 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.13' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleDroppedIn - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.14 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.14' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueSimpleDroppedOut - oid: 1.3.6.1.4.1.14988.1.1.2.1.1.15 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.15' - indexes: - - labelname: mtxrQueueSimpleIndex - type: gauge - - name: mtxrQueueTreeIndex - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.1' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreeName - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.2' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreeFlow - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.3 - type: DisplayString - help: flowmark - 1.3.6.1.4.1.14988.1.1.2.2.1.3 - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreeParentIndex - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.4 - type: gauge - help: index of parent tree queue or parent interface - 1.3.6.1.4.1.14988.1.1.2.2.1.4 - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreeBytes - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.5 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.5' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreePackets - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.6 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.6' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreeHCBytes - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.7 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.7' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreePCQQueues - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.8 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.8' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrQueueTreeDropped - oid: 1.3.6.1.4.1.14988.1.1.2.2.1.9 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.9' - indexes: - - labelname: mtxrQueueTreeIndex - type: gauge - - name: mtxrHlCoreVoltage - oid: 1.3.6.1.4.1.14988.1.1.3.1 - type: gauge - help: core voltage - 1.3.6.1.4.1.14988.1.1.3.1 - - name: mtxrHlThreeDotThreeVoltage - oid: 1.3.6.1.4.1.14988.1.1.3.2 - type: gauge - help: 3.3V voltage - 1.3.6.1.4.1.14988.1.1.3.2 - - name: mtxrHlFiveVoltage - oid: 1.3.6.1.4.1.14988.1.1.3.3 - type: gauge - help: 5V voltage - 1.3.6.1.4.1.14988.1.1.3.3 - - name: mtxrHlTwelveVoltage - oid: 1.3.6.1.4.1.14988.1.1.3.4 - type: gauge - help: 12V voltage - 1.3.6.1.4.1.14988.1.1.3.4 - - name: mtxrHlSensorTemperature - oid: 1.3.6.1.4.1.14988.1.1.3.5 - type: gauge - help: temperature at sensor chip - 1.3.6.1.4.1.14988.1.1.3.5 - - name: mtxrHlCpuTemperature - oid: 1.3.6.1.4.1.14988.1.1.3.6 - type: gauge - help: temperature near cpu - 1.3.6.1.4.1.14988.1.1.3.6 - - name: mtxrHlBoardTemperature - oid: 1.3.6.1.4.1.14988.1.1.3.7 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.3.7' - - name: mtxrHlVoltage - oid: 1.3.6.1.4.1.14988.1.1.3.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.3.8' - - name: mtxrHlActiveFan - oid: 1.3.6.1.4.1.14988.1.1.3.9 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.3.9' - - name: mtxrHlTemperature - oid: 1.3.6.1.4.1.14988.1.1.3.10 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.3.10' - - name: mtxrHlProcessorTemperature - oid: 1.3.6.1.4.1.14988.1.1.3.11 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.3.11' - - name: mtxrHlPower - oid: 1.3.6.1.4.1.14988.1.1.3.12 - type: gauge - help: Watts - 1.3.6.1.4.1.14988.1.1.3.12 - - name: mtxrHlCurrent - oid: 1.3.6.1.4.1.14988.1.1.3.13 - type: gauge - help: mA - 1.3.6.1.4.1.14988.1.1.3.13 - - name: mtxrHlProcessorFrequency - oid: 1.3.6.1.4.1.14988.1.1.3.14 - type: gauge - help: Mhz - 1.3.6.1.4.1.14988.1.1.3.14 - - name: mtxrHlPowerSupplyState - oid: 1.3.6.1.4.1.14988.1.1.3.15 - type: gauge - help: PSU state ok - 1.3.6.1.4.1.14988.1.1.3.15 - enum_values: - 0: "false" - 1: "true" - - name: mtxrHlBackupPowerSupplyState - oid: 1.3.6.1.4.1.14988.1.1.3.16 - type: gauge - help: backup PSU state ok - 1.3.6.1.4.1.14988.1.1.3.16 - enum_values: - 0: "false" - 1: "true" - - name: mtxrHlFanSpeed1 - oid: 1.3.6.1.4.1.14988.1.1.3.17 - type: gauge - help: rpm - 1.3.6.1.4.1.14988.1.1.3.17 - - name: mtxrHlFanSpeed2 - oid: 1.3.6.1.4.1.14988.1.1.3.18 - type: gauge - help: rpm - 1.3.6.1.4.1.14988.1.1.3.18 - - name: mtxrGaugeIndex - oid: 1.3.6.1.4.1.14988.1.1.3.100.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.1' - indexes: - - labelname: mtxrGaugeIndex - type: gauge - - name: mtxrGaugeName - oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.2' - indexes: - - labelname: mtxrGaugeIndex - type: gauge - - name: mtxrGaugeValue - oid: 1.3.6.1.4.1.14988.1.1.3.100.1.3 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.3' - indexes: - - labelname: mtxrGaugeIndex - type: gauge - - name: mtxrGaugeUnit - oid: 1.3.6.1.4.1.14988.1.1.3.100.1.4 - type: gauge - help: units - 1.3.6.1.4.1.14988.1.1.3.100.1.4 - indexes: - - labelname: mtxrGaugeIndex - type: gauge - enum_values: - 1: celsius - 2: rpm - 3: dV - 4: dA - 5: dW - 6: status - - name: mtxrLicSoftwareId - oid: 1.3.6.1.4.1.14988.1.1.4.1 - type: DisplayString - help: software id - 1.3.6.1.4.1.14988.1.1.4.1 - - name: mtxrLicUpgrUntil - oid: 1.3.6.1.4.1.14988.1.1.4.2 - type: DateAndTime - help: current key allows upgrading until this date - 1.3.6.1.4.1.14988.1.1.4.2 - - name: mtxrLicLevel - oid: 1.3.6.1.4.1.14988.1.1.4.3 - type: gauge - help: current key level - 1.3.6.1.4.1.14988.1.1.4.3 - - name: mtxrLicVersion - oid: 1.3.6.1.4.1.14988.1.1.4.4 - type: DisplayString - help: software version - 1.3.6.1.4.1.14988.1.1.4.4 - - name: mtxrLicUpgradableTo - oid: 1.3.6.1.4.1.14988.1.1.4.5 - type: gauge - help: upgradable to - 1.3.6.1.4.1.14988.1.1.4.5 - - name: mtxrHotspotActiveUserIndex - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.1' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserServerID - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.2 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.2' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserName - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.3 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.3' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserDomain - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.4 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.4' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserIP - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.5 - type: InetAddressIPv4 - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.5' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserMAC - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.6 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.6' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserConnectTime - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.7 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.7' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserValidTillTime - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.8' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserIdleStartTime - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.9 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.9' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserIdleTimeout - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.10 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.10' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserPingTimeout - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.11 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.11' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserBytesIn - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.12 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.12' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserBytesOut - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.13 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.13' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserPacketsIn - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.14 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.14' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserPacketsOut - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.15 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.15' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserLimitBytesIn - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.16 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.16' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserLimitBytesOut - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.17 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.17' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserAdvertStatus - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.18 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.18' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserRadius - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.19 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.19' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrHotspotActiveUserBlockedByAdvert - oid: 1.3.6.1.4.1.14988.1.1.5.1.1.20 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.20' - indexes: - - labelname: mtxrHotspotActiveUserIndex - type: gauge - - name: mtxrDHCPLeaseCount - oid: 1.3.6.1.4.1.14988.1.1.6.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.6.1' - - name: mtxrSystemReboot - oid: 1.3.6.1.4.1.14988.1.1.7.1 - type: gauge - help: set non zero to reboot - 1.3.6.1.4.1.14988.1.1.7.1 - - name: mtxrUSBPowerReset - oid: 1.3.6.1.4.1.14988.1.1.7.2 - type: gauge - help: switches off usb power for specified amout of seconds - 1.3.6.1.4.1.14988.1.1.7.2 - - name: mtxrSerialNumber - oid: 1.3.6.1.4.1.14988.1.1.7.3 - type: DisplayString - help: RouterBOARD serial number - 1.3.6.1.4.1.14988.1.1.7.3 - - name: mtxrFirmwareVersion - oid: 1.3.6.1.4.1.14988.1.1.7.4 - type: DisplayString - help: Current firmware version - 1.3.6.1.4.1.14988.1.1.7.4 - - name: mtxrNote - oid: 1.3.6.1.4.1.14988.1.1.7.5 - type: DisplayString - help: note - 1.3.6.1.4.1.14988.1.1.7.5 - - name: mtxrBuildTime - oid: 1.3.6.1.4.1.14988.1.1.7.6 - type: DisplayString - help: build time - 1.3.6.1.4.1.14988.1.1.7.6 - - name: mtxrFirmwareUpgradeVersion - oid: 1.3.6.1.4.1.14988.1.1.7.7 - type: DisplayString - help: Upgrade firmware version - 1.3.6.1.4.1.14988.1.1.7.7 - - name: mtxrBoardName - oid: 1.3.6.1.4.1.14988.1.1.7.8 - type: DisplayString - help: board name - 1.3.6.1.4.1.14988.1.1.7.8 - - name: mtxrScriptIndex - oid: 1.3.6.1.4.1.14988.1.1.8.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.1' - indexes: - - labelname: mtxrScriptIndex - type: gauge - - name: mtxrScriptName - oid: 1.3.6.1.4.1.14988.1.1.8.1.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.2' - indexes: - - labelname: mtxrScriptIndex - type: gauge - - name: mtxrScriptRunCmd - oid: 1.3.6.1.4.1.14988.1.1.8.1.1.3 - type: gauge - help: set non zero to run - 1.3.6.1.4.1.14988.1.1.8.1.1.3 - indexes: - - labelname: mtxrScriptIndex - type: gauge - - name: mtxrDnStatIndex - oid: 1.3.6.1.4.1.14988.1.1.10.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.10.1.1.1' - indexes: - - labelname: mtxrDnStatIndex - type: gauge - - name: mtxrDnStatTxRate - oid: 1.3.6.1.4.1.14988.1.1.10.1.1.2 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.2 - indexes: - - labelname: mtxrDnStatIndex - type: gauge - - name: mtxrDnStatRxRate - oid: 1.3.6.1.4.1.14988.1.1.10.1.1.3 - type: gauge - help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.3 - indexes: - - labelname: mtxrDnStatIndex - type: gauge - - name: mtxrDnStatTxStrength - oid: 1.3.6.1.4.1.14988.1.1.10.1.1.4 - type: gauge - help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.4 - indexes: - - labelname: mtxrDnStatIndex - type: gauge - - name: mtxrDnStatRxStrength - oid: 1.3.6.1.4.1.14988.1.1.10.1.1.5 - type: gauge - help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.5 - indexes: - - labelname: mtxrDnStatIndex - type: gauge - - name: mtxrDnConnected - oid: 1.3.6.1.4.1.14988.1.1.10.1.1.6 - type: gauge - help: 0 - not connected, connected otherwise - 1.3.6.1.4.1.14988.1.1.10.1.1.6 - indexes: - - labelname: mtxrDnStatIndex - type: gauge - - name: mtxrNeighborIndex - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.1' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborIpAddress - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.2 - type: InetAddressIPv4 - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.2' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborMacAddress - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 - type: PhysAddress48 - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.3' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborVersion - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.4 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.4' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborPlatform - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.5 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.5' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborIdentity - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.6 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.6' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborSoftwareID - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.7 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.7' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrNeighborInterfaceID - oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.8' - indexes: - - labelname: mtxrNeighborIndex - type: gauge - - name: mtxrDate - oid: 1.3.6.1.4.1.14988.1.1.12.1 - type: gauge - help: UNIX time - 1.3.6.1.4.1.14988.1.1.12.1 - - name: mtxrLongtitude - oid: 1.3.6.1.4.1.14988.1.1.12.2 - type: DisplayString - help: longtitude - 1.3.6.1.4.1.14988.1.1.12.2 - - name: mtxrLatitude - oid: 1.3.6.1.4.1.14988.1.1.12.3 - type: DisplayString - help: latitude - 1.3.6.1.4.1.14988.1.1.12.3 - - name: mtxrAltitude - oid: 1.3.6.1.4.1.14988.1.1.12.4 - type: DisplayString - help: altitude - 1.3.6.1.4.1.14988.1.1.12.4 - - name: mtxrSpeed - oid: 1.3.6.1.4.1.14988.1.1.12.5 - type: DisplayString - help: speed - 1.3.6.1.4.1.14988.1.1.12.5 - - name: mtxrSattelites - oid: 1.3.6.1.4.1.14988.1.1.12.6 - type: gauge - help: visible sattelite count - 1.3.6.1.4.1.14988.1.1.12.6 - - name: mtxrValid - oid: 1.3.6.1.4.1.14988.1.1.12.7 - type: gauge - help: is the data valid - 1.3.6.1.4.1.14988.1.1.12.7 - - name: mtxrWirelessModemSignalStrength - oid: 1.3.6.1.4.1.14988.1.1.13.1 - type: gauge - help: signal strength in dBm (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.1 - - name: mtxrWirelessModemSignalECIO - oid: 1.3.6.1.4.1.14988.1.1.13.2 - type: gauge - help: signal EC/IO in dB (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.2 - - name: mtxrInterfaceStatsIndex - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.1' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsName - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.2' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsDriverRxBytes - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.11 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.11' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsDriverRxPackets - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.12 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.12' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsDriverTxBytes - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.13 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.13' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsDriverTxPackets - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.14 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.14' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx64 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.15 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.15' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx65To127 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.16 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.16' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx128To255 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.17 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.17' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx256To511 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.18 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.18' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx512To1023 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.19 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.19' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx1024To1518 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.20 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.20' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxRx1519ToMax - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.21 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.21' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxBytes - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.31 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.31' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxPackets - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.32 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.32' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxTooShort - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.33 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.33' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx64 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.34 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.34' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx65To127 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.35 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.35' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx128To255 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.36 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.36' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx256To511 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.37 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.37' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx512To1023 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.38 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.38' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx1024To1518 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.39 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.39' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRx1519ToMax - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.40 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.40' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxTooLong - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.41 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.41' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxBroadcast - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.42 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.42' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxPause - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.43 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.43' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxMulticast - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.44 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.44' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxFCSError - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.45 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.45' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxAlignError - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.46 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.46' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxFragment - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.47 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.47' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxOverflow - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.48 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.48' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxControl - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.49 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.49' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxUnknownOp - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.50 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.50' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxLengthError - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.51 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.51' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxCodeError - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.52 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.52' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxCarrierError - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.53 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.53' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxJabber - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.54 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.54' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsRxDrop - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.55 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.55' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxBytes - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.61 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.61' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxPackets - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.62 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.62' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxTooShort - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.63 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.63' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx64 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.64 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.64' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx65To127 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.65 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.65' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx128To255 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.66 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.66' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx256To511 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.67 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.67' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx512To1023 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.68 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.68' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx1024To1518 - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.69 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.69' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTx1519ToMax - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.70 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.70' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxTooLong - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.71 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.71' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxBroadcast - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.72 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.72' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxPause - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.73 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.73' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxMulticast - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.74 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.74' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxUnderrun - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.75 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.75' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxCollision - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.76 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.76' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxExcessiveCollision - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.77 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.77' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxMultipleCollision - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.78 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.78' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxSingleCollision - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.79 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.79' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxExcessiveDeferred - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.80 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.80' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxDeferred - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.81 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.81' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxLateCollision - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.82 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.82' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxTotalCollision - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.83 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.83' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxPauseHonored - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.84 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.84' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxDrop - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.85 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.85' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxJabber - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.86 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.86' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxFCSError - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.87 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.87' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxControl - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.88 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.88' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsTxFragment - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.89 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.89' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrInterfaceStatsLinkDowns - oid: 1.3.6.1.4.1.14988.1.1.14.1.1.90 - type: counter - help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.90' - indexes: - - labelname: mtxrInterfaceStatsIndex - type: gauge - lookups: - - labels: - - mtxrInterfaceStatsIndex - labelname: ifName - oid: 1.3.6.1.2.1.31.1.1.1.1 - type: DisplayString - - name: mtxrPOEInterfaceIndex - oid: 1.3.6.1.4.1.14988.1.1.15.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.1' - indexes: - - labelname: mtxrPOEInterfaceIndex - type: gauge - - name: mtxrPOEName - oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.2' - indexes: - - labelname: mtxrPOEInterfaceIndex - type: gauge - - name: mtxrPOEStatus - oid: 1.3.6.1.4.1.14988.1.1.15.1.1.3 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.3' - indexes: - - labelname: mtxrPOEInterfaceIndex - type: gauge - enum_values: - 1: disabled - 2: waitingForLoad - 3: poweredOn - 4: overload - - name: mtxrPOEVoltage - oid: 1.3.6.1.4.1.14988.1.1.15.1.1.4 - type: gauge - help: V - 1.3.6.1.4.1.14988.1.1.15.1.1.4 - indexes: - - labelname: mtxrPOEInterfaceIndex - type: gauge - - name: mtxrPOECurrent - oid: 1.3.6.1.4.1.14988.1.1.15.1.1.5 - type: gauge - help: mA - 1.3.6.1.4.1.14988.1.1.15.1.1.5 - indexes: - - labelname: mtxrPOEInterfaceIndex - type: gauge - - name: mtxrPOEPower - oid: 1.3.6.1.4.1.14988.1.1.15.1.1.6 - type: gauge - help: W - 1.3.6.1.4.1.14988.1.1.15.1.1.6 - indexes: - - labelname: mtxrPOEInterfaceIndex - type: gauge - - name: mtxrLTEModemInterfaceIndex - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.1' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemSignalRSSI - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.2 - type: gauge - help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.2 - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemSignalRSRQ - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.3 - type: gauge - help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.3 - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemSignalRSRP - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.4 - type: gauge - help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.4 - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemCellId - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.5 - type: gauge - help: current cell ID - 1.3.6.1.4.1.14988.1.1.16.1.1.5 - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemAccessTechnology - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.6 - type: gauge - help: as reported by +CREG - 1.3.6.1.4.1.14988.1.1.16.1.1.6 - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - enum_values: - -1: unknown - 0: gsmcompact - 1: gsm - 2: utran - 3: egprs - 4: hsdpa - 5: hsupa - 6: hsdpahsupa - 7: eutran - - name: mtxrLTEModemSignalSINR - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.7 - type: gauge - help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.7 - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemEnbId - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.8' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemSectorId - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.9 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.9' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemLac - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.10 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.10' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemIMEI - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.11 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.11' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemIMSI - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.12 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.12' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemUICC - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.13 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.13' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrLTEModemRAT - oid: 1.3.6.1.4.1.14988.1.1.16.1.1.14 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.14' - indexes: - - labelname: mtxrLTEModemInterfaceIndex - type: gauge - - name: mtxrPartitionIndex - oid: 1.3.6.1.4.1.14988.1.1.17.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.1' - indexes: - - labelname: mtxrPartitionIndex - type: gauge - - name: mtxrPartitionName - oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.2' - indexes: - - labelname: mtxrPartitionIndex - type: gauge - - name: mtxrPartitionSize - oid: 1.3.6.1.4.1.14988.1.1.17.1.1.3 - type: gauge - help: MB - 1.3.6.1.4.1.14988.1.1.17.1.1.3 - indexes: - - labelname: mtxrPartitionIndex - type: gauge - - name: mtxrPartitionVersion - oid: 1.3.6.1.4.1.14988.1.1.17.1.1.4 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.4' - indexes: - - labelname: mtxrPartitionIndex - type: gauge - - name: mtxrPartitionActive - oid: 1.3.6.1.4.1.14988.1.1.17.1.1.5 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.5' - indexes: - - labelname: mtxrPartitionIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrPartitionRunning - oid: 1.3.6.1.4.1.14988.1.1.17.1.1.6 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.6' - indexes: - - labelname: mtxrPartitionIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrScriptRunIndex - oid: 1.3.6.1.4.1.14988.1.1.18.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.18.1.1.1' - indexes: - - labelname: mtxrScriptRunIndex - type: gauge - - name: mtxrScriptRunOutput - oid: 1.3.6.1.4.1.14988.1.1.18.1.1.2 - type: DisplayString - help: this oid on get request will run script and return it's output - 1.3.6.1.4.1.14988.1.1.18.1.1.2 - indexes: - - labelname: mtxrScriptRunIndex - type: gauge - - name: mtxrOpticalIndex - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.1' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalName - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 - type: DisplayString - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.2' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalRxLoss - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.3 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.3' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrOpticalTxFault - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.4 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.4' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrOpticalWavelength - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.5 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.5' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalTemperature - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.6 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.6' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalSupplyVoltage - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.7 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.7' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalTxBiasCurrent - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.8' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalTxPower - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.9 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.9' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrOpticalRxPower - oid: 1.3.6.1.4.1.14988.1.1.19.1.1.10 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.10' - indexes: - - labelname: mtxrOpticalIndex - type: gauge - - name: mtxrIkeSACount - oid: 1.3.6.1.4.1.14988.1.1.20.1 - type: gauge - help: IKE SA count - 1.3.6.1.4.1.14988.1.1.20.1 - - name: mtxrIkeSAIndex - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.1 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.1' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAInitiatorCookie - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.2 - type: DisplayString - help: initiator SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.2 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAResponderCookie - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.3 - type: DisplayString - help: responder SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.3 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAResponder - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.4 - type: gauge - help: IKE side - 1.3.6.1.4.1.14988.1.1.20.2.1.4 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrIkeSANatt - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.5 - type: gauge - help: NAT is detected - 1.3.6.1.4.1.14988.1.1.20.2.1.5 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - enum_values: - 0: "false" - 1: "true" - - name: mtxrIkeSAVersion - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.6 - type: gauge - help: protocol version - 1.3.6.1.4.1.14988.1.1.20.2.1.6 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAState - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.7 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.7' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - enum_values: - 1: exchange - 2: established - 3: expired - 4: eap - - name: mtxrIkeSAUptime - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.8 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.8' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSASeen - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.9 - type: gauge - help: time elapsed since last valid IKE packet - 1.3.6.1.4.1.14988.1.1.20.2.1.9 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAIdentity - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.10 - type: DisplayString - help: peer identity - 1.3.6.1.4.1.14988.1.1.20.2.1.10 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAPh2Count - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.11 - type: gauge - help: total ph2 SA pairs - 1.3.6.1.4.1.14988.1.1.20.2.1.11 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSALocalAddressType - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.12 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.12' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - enum_values: - 0: unknown - 1: ipv4 - 2: ipv6 - 3: ipv4z - 4: ipv6z - 16: dns - - name: mtxrIkeSALocalAddress - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.13 - type: InetAddress - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.13' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSALocalPort - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.14 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.14' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAPeerAddressType - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.15 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.15' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - enum_values: - 0: unknown - 1: ipv4 - 2: ipv6 - 3: ipv4z - 4: ipv6z - 16: dns - - name: mtxrIkeSAPeerAddress - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.16 - type: InetAddress - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.16' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSAPeerPort - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.17 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.17' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSADynamicAddressType - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.18 - type: gauge - help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.18' - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - enum_values: - 0: unknown - 1: ipv4 - 2: ipv6 - 3: ipv4z - 4: ipv6z - 16: dns - - name: mtxrIkeSADynamicAddress - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.19 - type: InetAddress - help: dynamic address allocated by mode config - 1.3.6.1.4.1.14988.1.1.20.2.1.19 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSATxBytes - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.20 - type: counter - help: ph2 SA tx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.20 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSARxBytes - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.21 - type: counter - help: ph2 SA rx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.21 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSATxPackets - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.22 - type: counter - help: ph2 SA tx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.22 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: mtxrIkeSARxPackets - oid: 1.3.6.1.4.1.14988.1.1.20.2.1.23 - type: counter - help: ph2 SA rx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.23 - indexes: - - labelname: mtxrIkeSAIndex - type: gauge - - name: laIndex - oid: 1.3.6.1.4.1.2021.10.1.1 - type: gauge - help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1 - indexes: - - labelname: laIndex - type: gauge - lookups: - - labels: - - laIndex - labelname: laNames - oid: 1.3.6.1.4.1.2021.10.1.2 - type: DisplayString - - labels: [] - labelname: laIndex +# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost. +mikrotik: + walk: + - 1.3.6.1.2.1.2 + - 1.3.6.1.2.1.25 + - 1.3.6.1.2.1.31 + - 1.3.6.1.4.1.14988 + - 1.3.6.1.4.1.2021.10.1.1 + - 1.3.6.1.4.1.2021.10.1.2 + - 1.3.6.1.2.1.1.5.0 + get: + - 1.3.6.1.2.1.1.1.0 + - 1.3.6.1.2.1.1.3.0 + metrics: + - name: sysDescr + oid: 1.3.6.1.2.1.1.1 + type: DisplayString + help: A textual description of the entity - 1.3.6.1.2.1.1.1 + - name: sysIdentity + oid: 1.3.6.1.2.1.1.5.0 + type: DisplayString + help: A textual description of the system identity - 1.3.6.1.2.1.1.5.0 + - name: sysUpTime + oid: 1.3.6.1.2.1.1.3 + type: gauge + help: The time (in hundredths of a second) since the network management portion + of the system was last re-initialized. - 1.3.6.1.2.1.1.3 + - name: ifNumber + oid: 1.3.6.1.2.1.2.1 + type: gauge + help: The number of network interfaces (regardless of their current state) present + on this system. - 1.3.6.1.2.1.2.1 + - name: ifIndex + oid: 1.3.6.1.2.1.2.2.1.1 + type: gauge + help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifDescr + oid: 1.3.6.1.2.1.2.2.1.2 + type: DisplayString + help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifType + oid: 1.3.6.1.2.1.2.2.1.3 + type: EnumAsInfo + help: The type of interface - 1.3.6.1.2.1.2.2.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: other + 2: regular1822 + 3: hdh1822 + 4: ddnX25 + 5: rfc877x25 + 6: ethernetCsmacd + 7: iso88023Csmacd + 8: iso88024TokenBus + 9: iso88025TokenRing + 10: iso88026Man + 11: starLan + 12: proteon10Mbit + 13: proteon80Mbit + 14: hyperchannel + 15: fddi + 16: lapb + 17: sdlc + 18: ds1 + 19: e1 + 20: basicISDN + 21: primaryISDN + 22: propPointToPointSerial + 23: ppp + 24: softwareLoopback + 25: eon + 26: ethernet3Mbit + 27: nsip + 28: slip + 29: ultra + 30: ds3 + 31: sip + 32: frameRelay + 33: rs232 + 34: para + 35: arcnet + 36: arcnetPlus + 37: atm + 38: miox25 + 39: sonet + 40: x25ple + 41: iso88022llc + 42: localTalk + 43: smdsDxi + 44: frameRelayService + 45: v35 + 46: hssi + 47: hippi + 48: modem + 49: aal5 + 50: sonetPath + 51: sonetVT + 52: smdsIcip + 53: propVirtual + 54: propMultiplexor + 55: ieee80212 + 56: fibreChannel + 57: hippiInterface + 58: frameRelayInterconnect + 59: aflane8023 + 60: aflane8025 + 61: cctEmul + 62: fastEther + 63: isdn + 64: v11 + 65: v36 + 66: g703at64k + 67: g703at2mb + 68: qllc + 69: fastEtherFX + 70: channel + 71: ieee80211 + 72: ibm370parChan + 73: escon + 74: dlsw + 75: isdns + 76: isdnu + 77: lapd + 78: ipSwitch + 79: rsrb + 80: atmLogical + 81: ds0 + 82: ds0Bundle + 83: bsc + 84: async + 85: cnr + 86: iso88025Dtr + 87: eplrs + 88: arap + 89: propCnls + 90: hostPad + 91: termPad + 92: frameRelayMPI + 93: x213 + 94: adsl + 95: radsl + 96: sdsl + 97: vdsl + 98: iso88025CRFPInt + 99: myrinet + 100: voiceEM + 101: voiceFXO + 102: voiceFXS + 103: voiceEncap + 104: voiceOverIp + 105: atmDxi + 106: atmFuni + 107: atmIma + 108: pppMultilinkBundle + 109: ipOverCdlc + 110: ipOverClaw + 111: stackToStack + 112: virtualIpAddress + 113: mpc + 114: ipOverAtm + 115: iso88025Fiber + 116: tdlc + 117: gigabitEthernet + 118: hdlc + 119: lapf + 120: v37 + 121: x25mlp + 122: x25huntGroup + 123: transpHdlc + 124: interleave + 125: fast + 126: ip + 127: docsCableMaclayer + 128: docsCableDownstream + 129: docsCableUpstream + 130: a12MppSwitch + 131: tunnel + 132: coffee + 133: ces + 134: atmSubInterface + 135: l2vlan + 136: l3ipvlan + 137: l3ipxvlan + 138: digitalPowerline + 139: mediaMailOverIp + 140: dtm + 141: dcn + 142: ipForward + 143: msdsl + 144: ieee1394 + 145: if-gsn + 146: dvbRccMacLayer + 147: dvbRccDownstream + 148: dvbRccUpstream + 149: atmVirtual + 150: mplsTunnel + 151: srp + 152: voiceOverAtm + 153: voiceOverFrameRelay + 154: idsl + 155: compositeLink + 156: ss7SigLink + 157: propWirelessP2P + 158: frForward + 159: rfc1483 + 160: usb + 161: ieee8023adLag + 162: bgppolicyaccounting + 163: frf16MfrBundle + 164: h323Gatekeeper + 165: h323Proxy + 166: mpls + 167: mfSigLink + 168: hdsl2 + 169: shdsl + 170: ds1FDL + 171: pos + 172: dvbAsiIn + 173: dvbAsiOut + 174: plc + 175: nfas + 176: tr008 + 177: gr303RDT + 178: gr303IDT + 179: isup + 180: propDocsWirelessMaclayer + 181: propDocsWirelessDownstream + 182: propDocsWirelessUpstream + 183: hiperlan2 + 184: propBWAp2Mp + 185: sonetOverheadChannel + 186: digitalWrapperOverheadChannel + 187: aal2 + 188: radioMAC + 189: atmRadio + 190: imt + 191: mvl + 192: reachDSL + 193: frDlciEndPt + 194: atmVciEndPt + 195: opticalChannel + 196: opticalTransport + 197: propAtm + 198: voiceOverCable + 199: infiniband + 200: teLink + 201: q2931 + 202: virtualTg + 203: sipTg + 204: sipSig + 205: docsCableUpstreamChannel + 206: econet + 207: pon155 + 208: pon622 + 209: bridge + 210: linegroup + 211: voiceEMFGD + 212: voiceFGDEANA + 213: voiceDID + 214: mpegTransport + 215: sixToFour + 216: gtp + 217: pdnEtherLoop1 + 218: pdnEtherLoop2 + 219: opticalChannelGroup + 220: homepna + 221: gfp + 222: ciscoISLvlan + 223: actelisMetaLOOP + 224: fcipLink + 225: rpr + 226: qam + 227: lmp + 228: cblVectaStar + 229: docsCableMCmtsDownstream + 230: adsl2 + 231: macSecControlledIF + 232: macSecUncontrolledIF + 233: aviciOpticalEther + 234: atmbond + 235: voiceFGDOS + 236: mocaVersion1 + 237: ieee80216WMAN + 238: adsl2plus + 239: dvbRcsMacLayer + 240: dvbTdm + 241: dvbRcsTdma + 242: x86Laps + 243: wwanPP + 244: wwanPP2 + 245: voiceEBS + 246: ifPwType + 247: ilan + 248: pip + 249: aluELP + 250: gpon + 251: vdsl2 + 252: capwapDot11Profile + 253: capwapDot11Bss + 254: capwapWtpVirtualRadio + 255: bits + 256: docsCableUpstreamRfPort + 257: cableDownstreamRfPort + 258: vmwareVirtualNic + 259: ieee802154 + 260: otnOdu + 261: otnOtu + 262: ifVfiType + 263: g9981 + 264: g9982 + 265: g9983 + 266: aluEpon + 267: aluEponOnu + 268: aluEponPhysicalUni + 269: aluEponLogicalLink + 270: aluGponOnu + 271: aluGponPhysicalUni + 272: vmwareNicTeam + 277: docsOfdmDownstream + 278: docsOfdmaUpstream + 279: gfast + 280: sdci + 281: xboxWireless + 282: fastdsl + 283: docsCableScte55d1FwdOob + 284: docsCableScte55d1RetOob + 285: docsCableScte55d2DsOob + 286: docsCableScte55d2UsOob + 287: docsCableNdf + 288: docsCableNdr + 289: ptm + 290: ghn + 291: otnOtsi + 292: otnOtuc + 293: otnOduc + 294: otnOtsig + 295: microwaveCarrierTermination + 296: microwaveRadioLinkTerminal + 297: ieee8021axDrni + 298: ax25 + 299: ieee19061nanocom + 300: cpri + 301: omni + 302: roe + - name: ifMtu + oid: 1.3.6.1.2.1.2.2.1.4 + type: gauge + help: The size of the largest packet which can be sent/received on the interface, + specified in octets - 1.3.6.1.2.1.2.2.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifSpeed + oid: 1.3.6.1.2.1.2.2.1.5 + type: gauge + help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifPhysAddress + oid: 1.3.6.1.2.1.2.2.1.6 + type: PhysAddress48 + help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifAdminStatus + oid: 1.3.6.1.2.1.2.2.1.7 + type: gauge + help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: up + 2: down + 3: testing + - name: ifOperStatus + oid: 1.3.6.1.2.1.2.2.1.8 + type: gauge + help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: up + 2: down + 3: testing + 4: unknown + 5: dormant + 6: notPresent + 7: lowerLayerDown + - name: ifLastChange + oid: 1.3.6.1.2.1.2.2.1.9 + type: gauge + help: The value of sysUpTime at the time the interface entered its current operational + state - 1.3.6.1.2.1.2.2.1.9 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInOctets + oid: 1.3.6.1.2.1.2.2.1.10 + type: counter + help: The total number of octets received on the interface, including framing + characters - 1.3.6.1.2.1.2.2.1.10 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInUcastPkts + oid: 1.3.6.1.2.1.2.2.1.11 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were not addressed to a multicast or broadcast address at this sub-layer + - 1.3.6.1.2.1.2.2.1.11 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInNUcastPkts + oid: 1.3.6.1.2.1.2.2.1.12 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast or broadcast address at this sub-layer - + 1.3.6.1.2.1.2.2.1.12 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInDiscards + oid: 1.3.6.1.2.1.2.2.1.13 + type: counter + help: The number of inbound packets which were chosen to be discarded even though + no errors had been detected to prevent their being deliverable to a higher-layer + protocol - 1.3.6.1.2.1.2.2.1.13 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInErrors + oid: 1.3.6.1.2.1.2.2.1.14 + type: counter + help: For packet-oriented interfaces, the number of inbound packets that contained + errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInUnknownProtos + oid: 1.3.6.1.2.1.2.2.1.15 + type: counter + help: For packet-oriented interfaces, the number of packets received via the interface + which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutOctets + oid: 1.3.6.1.2.1.2.2.1.16 + type: counter + help: The total number of octets transmitted out of the interface, including framing + characters - 1.3.6.1.2.1.2.2.1.16 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutUcastPkts + oid: 1.3.6.1.2.1.2.2.1.17 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were not addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutNUcastPkts + oid: 1.3.6.1.2.1.2.2.1.18 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutDiscards + oid: 1.3.6.1.2.1.2.2.1.19 + type: counter + help: The number of outbound packets which were chosen to be discarded even though + no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutErrors + oid: 1.3.6.1.2.1.2.2.1.20 + type: counter + help: For packet-oriented interfaces, the number of outbound packets that could + not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutQLen + oid: 1.3.6.1.2.1.2.2.1.21 + type: gauge + help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifSpecific + oid: 1.3.6.1.2.1.2.2.1.22 + type: OctetString + help: A reference to MIB definitions specific to the particular media being used + to realize the interface - 1.3.6.1.2.1.2.2.1.22 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: hrSystemUptime + oid: 1.3.6.1.2.1.25.1.1 + type: gauge + help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1 + - name: hrSystemDate + oid: 1.3.6.1.2.1.25.1.2 + type: DateAndTime + help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2 + - name: hrSystemInitialLoadDevice + oid: 1.3.6.1.2.1.25.1.3 + type: gauge + help: The index of the hrDeviceEntry for the device from which this host is configured + to load its initial operating system configuration (i.e., which operating system + code and/or boot parameters) - 1.3.6.1.2.1.25.1.3 + - name: hrSystemInitialLoadParameters + oid: 1.3.6.1.2.1.25.1.4 + type: OctetString + help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4 + - name: hrSystemNumUsers + oid: 1.3.6.1.2.1.25.1.5 + type: gauge + help: The number of user sessions for which this host is storing state information + - 1.3.6.1.2.1.25.1.5 + - name: hrSystemProcesses + oid: 1.3.6.1.2.1.25.1.6 + type: gauge + help: The number of process contexts currently loaded or running on this system. + - 1.3.6.1.2.1.25.1.6 + - name: hrSystemMaxProcesses + oid: 1.3.6.1.2.1.25.1.7 + type: gauge + help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7 + - name: hrMemorySize + oid: 1.3.6.1.2.1.25.2.2 + type: gauge + help: The amount of physical read-write main memory, typically RAM, contained + by the host. - 1.3.6.1.2.1.25.2.2 + - name: hrStorageIndex + oid: 1.3.6.1.2.1.25.2.3.1.1 + type: gauge + help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageType + oid: 1.3.6.1.2.1.25.2.3.1.2 + type: OctetString + help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + help: A description of the type and instance of the storage described by this + entry. - 1.3.6.1.2.1.25.2.3.1.3 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageAllocationUnits + oid: 1.3.6.1.2.1.25.2.3.1.4 + type: gauge + help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageSize + oid: 1.3.6.1.2.1.25.2.3.1.5 + type: gauge + help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits + - 1.3.6.1.2.1.25.2.3.1.5 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageUsed + oid: 1.3.6.1.2.1.25.2.3.1.6 + type: gauge + help: The amount of the storage represented by this entry that is allocated, in + units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrStorageAllocationFailures + oid: 1.3.6.1.2.1.25.2.3.1.7 + type: counter + help: The number of requests for storage represented by this entry that could + not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7 + indexes: + - labelname: hrStorageIndex + type: gauge + lookups: + - labels: + - hrStorageIndex + labelname: hrStorageDescr + oid: 1.3.6.1.2.1.25.2.3.1.3 + type: DisplayString + - name: hrDeviceIndex + oid: 1.3.6.1.2.1.25.3.2.1.1 + type: gauge + help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceType + oid: 1.3.6.1.2.1.25.3.2.1.2 + type: OctetString + help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceDescr + oid: 1.3.6.1.2.1.25.3.2.1.3 + type: DisplayString + help: A textual description of this device, including the device's manufacturer + and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceID + oid: 1.3.6.1.2.1.25.3.2.1.4 + type: OctetString + help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDeviceStatus + oid: 1.3.6.1.2.1.25.3.2.1.5 + type: gauge + help: The current operational state of the device described by this row of the + table - 1.3.6.1.2.1.25.3.2.1.5 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: running + 3: warning + 4: testing + 5: down + - name: hrDeviceErrors + oid: 1.3.6.1.2.1.25.3.2.1.6 + type: counter + help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrProcessorFrwID + oid: 1.3.6.1.2.1.25.3.3.1.1 + type: OctetString + help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrProcessorLoad + oid: 1.3.6.1.2.1.25.3.3.1.2 + type: gauge + help: The average, over the last minute, of the percentage of time that this processor + was not idle - 1.3.6.1.2.1.25.3.3.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrNetworkIfIndex + oid: 1.3.6.1.2.1.25.3.4.1.1 + type: gauge + help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrPrinterStatus + oid: 1.3.6.1.2.1.25.3.5.1.1 + type: gauge + help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: idle + 4: printing + 5: warmup + - name: hrPrinterDetectedErrorState + oid: 1.3.6.1.2.1.25.3.5.1.2 + type: OctetString + help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrDiskStorageAccess + oid: 1.3.6.1.2.1.25.3.6.1.1 + type: gauge + help: An indication if this long-term storage device is readable and writable + or only readable - 1.3.6.1.2.1.25.3.6.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: readWrite + 2: readOnly + - name: hrDiskStorageMedia + oid: 1.3.6.1.2.1.25.3.6.1.2 + type: gauge + help: An indication of the type of media used in this long- term storage device. + - 1.3.6.1.2.1.25.3.6.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: hardDisk + 4: floppyDisk + 5: opticalDiskROM + 6: opticalDiskWORM + 7: opticalDiskRW + 8: ramDisk + - name: hrDiskStorageRemoveble + oid: 1.3.6.1.2.1.25.3.6.1.3 + type: gauge + help: Denotes whether or not the disk media may be removed from the drive. - 1.3.6.1.2.1.25.3.6.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: hrDiskStorageCapacity + oid: 1.3.6.1.2.1.25.3.6.1.4 + type: gauge + help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4 + indexes: + - labelname: hrDeviceIndex + type: gauge + - name: hrPartitionIndex + oid: 1.3.6.1.2.1.25.3.7.1.1 + type: gauge + help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionLabel + oid: 1.3.6.1.2.1.25.3.7.1.2 + type: OctetString + help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionID + oid: 1.3.6.1.2.1.25.3.7.1.3 + type: OctetString + help: A descriptor which uniquely represents this partition to the responsible + operating system - 1.3.6.1.2.1.25.3.7.1.3 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionSize + oid: 1.3.6.1.2.1.25.3.7.1.4 + type: gauge + help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrPartitionFSIndex + oid: 1.3.6.1.2.1.25.3.7.1.5 + type: gauge + help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5 + indexes: + - labelname: hrDeviceIndex + type: gauge + - labelname: hrPartitionIndex + type: gauge + - name: hrFSIndex + oid: 1.3.6.1.2.1.25.3.8.1.1 + type: gauge + help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSMountPoint + oid: 1.3.6.1.2.1.25.3.8.1.2 + type: OctetString + help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSRemoteMountPoint + oid: 1.3.6.1.2.1.25.3.8.1.3 + type: OctetString + help: A description of the name and/or address of the server that this file system + is mounted from - 1.3.6.1.2.1.25.3.8.1.3 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSType + oid: 1.3.6.1.2.1.25.3.8.1.4 + type: OctetString + help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSAccess + oid: 1.3.6.1.2.1.25.3.8.1.5 + type: gauge + help: An indication if this file system is logically configured by the operating + system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5 + indexes: + - labelname: hrFSIndex + type: gauge + enum_values: + 1: readWrite + 2: readOnly + - name: hrFSBootable + oid: 1.3.6.1.2.1.25.3.8.1.6 + type: gauge + help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6 + indexes: + - labelname: hrFSIndex + type: gauge + enum_values: + 1: "true" + 2: "false" + - name: hrFSStorageIndex + oid: 1.3.6.1.2.1.25.3.8.1.7 + type: gauge + help: The index of the hrStorageEntry that represents information about this file + system - 1.3.6.1.2.1.25.3.8.1.7 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSLastFullBackupDate + oid: 1.3.6.1.2.1.25.3.8.1.8 + type: DateAndTime + help: The last date at which this complete file system was copied to another storage + device for backup - 1.3.6.1.2.1.25.3.8.1.8 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrFSLastPartialBackupDate + oid: 1.3.6.1.2.1.25.3.8.1.9 + type: DateAndTime + help: The last date at which a portion of this file system was copied to another + storage device for backup - 1.3.6.1.2.1.25.3.8.1.9 + indexes: + - labelname: hrFSIndex + type: gauge + - name: hrSWOSIndex + oid: 1.3.6.1.2.1.25.4.1 + type: gauge + help: The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary + operating system running on this host - 1.3.6.1.2.1.25.4.1 + - name: hrSWRunIndex + oid: 1.3.6.1.2.1.25.4.2.1.1 + type: gauge + help: A unique value for each piece of software running on the host - 1.3.6.1.2.1.25.4.2.1.1 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunName + oid: 1.3.6.1.2.1.25.4.2.1.2 + type: OctetString + help: A textual description of this running piece of software, including the manufacturer, + revision, and the name by which it is commonly known - 1.3.6.1.2.1.25.4.2.1.2 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunID + oid: 1.3.6.1.2.1.25.4.2.1.3 + type: OctetString + help: The product ID of this running piece of software. - 1.3.6.1.2.1.25.4.2.1.3 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunPath + oid: 1.3.6.1.2.1.25.4.2.1.4 + type: OctetString + help: A description of the location on long-term storage (e.g - 1.3.6.1.2.1.25.4.2.1.4 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunParameters + oid: 1.3.6.1.2.1.25.4.2.1.5 + type: OctetString + help: A description of the parameters supplied to this software when it was initially + loaded. - 1.3.6.1.2.1.25.4.2.1.5 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunType + oid: 1.3.6.1.2.1.25.4.2.1.6 + type: gauge + help: The type of this software. - 1.3.6.1.2.1.25.4.2.1.6 + indexes: + - labelname: hrSWRunIndex + type: gauge + enum_values: + 1: unknown + 2: operatingSystem + 3: deviceDriver + 4: application + - name: hrSWRunStatus + oid: 1.3.6.1.2.1.25.4.2.1.7 + type: gauge + help: The status of this running piece of software - 1.3.6.1.2.1.25.4.2.1.7 + indexes: + - labelname: hrSWRunIndex + type: gauge + enum_values: + 1: running + 2: runnable + 3: notRunnable + 4: invalid + - name: hrSWRunPerfCPU + oid: 1.3.6.1.2.1.25.5.1.1.1 + type: gauge + help: The number of centi-seconds of the total system's CPU resources consumed + by this process - 1.3.6.1.2.1.25.5.1.1.1 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWRunPerfMem + oid: 1.3.6.1.2.1.25.5.1.1.2 + type: gauge + help: The total amount of real system memory allocated to this process. - 1.3.6.1.2.1.25.5.1.1.2 + indexes: + - labelname: hrSWRunIndex + type: gauge + - name: hrSWInstalledLastChange + oid: 1.3.6.1.2.1.25.6.1 + type: gauge + help: The value of sysUpTime when an entry in the hrSWInstalledTable was last + added, renamed, or deleted - 1.3.6.1.2.1.25.6.1 + - name: hrSWInstalledLastUpdateTime + oid: 1.3.6.1.2.1.25.6.2 + type: gauge + help: The value of sysUpTime when the hrSWInstalledTable was last completely updated + - 1.3.6.1.2.1.25.6.2 + - name: hrSWInstalledIndex + oid: 1.3.6.1.2.1.25.6.3.1.1 + type: gauge + help: A unique value for each piece of software installed on the host - 1.3.6.1.2.1.25.6.3.1.1 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: hrSWInstalledName + oid: 1.3.6.1.2.1.25.6.3.1.2 + type: OctetString + help: A textual description of this installed piece of software, including the + manufacturer, revision, the name by which it is commonly known, and optionally, + its serial number. - 1.3.6.1.2.1.25.6.3.1.2 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: hrSWInstalledID + oid: 1.3.6.1.2.1.25.6.3.1.3 + type: OctetString + help: The product ID of this installed piece of software. - 1.3.6.1.2.1.25.6.3.1.3 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: hrSWInstalledType + oid: 1.3.6.1.2.1.25.6.3.1.4 + type: gauge + help: The type of this software. - 1.3.6.1.2.1.25.6.3.1.4 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + enum_values: + 1: unknown + 2: operatingSystem + 3: deviceDriver + 4: application + - name: hrSWInstalledDate + oid: 1.3.6.1.2.1.25.6.3.1.5 + type: DateAndTime + help: The last-modification date of this application as it would appear in a directory + listing - 1.3.6.1.2.1.25.6.3.1.5 + indexes: + - labelname: hrSWInstalledIndex + type: gauge + - name: ifInMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.2 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifInBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.3 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.4 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifOutBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.5 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a broadcast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInOctets + oid: 1.3.6.1.2.1.31.1.1.1.6 + type: counter + help: The total number of octets received on the interface, including framing + characters - 1.3.6.1.2.1.31.1.1.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInUcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.7 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were not addressed to a multicast or broadcast address at this sub-layer + - 1.3.6.1.2.1.31.1.1.1.7 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.8 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCInBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.9 + type: counter + help: The number of packets, delivered by this sub-layer to a higher (sub-)layer, + which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutOctets + oid: 1.3.6.1.2.1.31.1.1.1.10 + type: counter + help: The total number of octets transmitted out of the interface, including framing + characters - 1.3.6.1.2.1.31.1.1.1.10 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutUcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.11 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were not addressed to a multicast or broadcast address at this sub-layer, + including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutMulticastPkts + oid: 1.3.6.1.2.1.31.1.1.1.12 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a multicast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifHCOutBroadcastPkts + oid: 1.3.6.1.2.1.31.1.1.1.13 + type: counter + help: The total number of packets that higher-level protocols requested be transmitted, + and which were addressed to a broadcast address at this sub-layer, including + those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifLinkUpDownTrapEnable + oid: 1.3.6.1.2.1.31.1.1.1.14 + type: gauge + help: Indicates whether linkUp/linkDown traps should be generated for this interface + - 1.3.6.1.2.1.31.1.1.1.14 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: enabled + 2: disabled + - name: ifHighSpeed + oid: 1.3.6.1.2.1.31.1.1.1.15 + type: gauge + help: An estimate of the interface's current bandwidth in units of 1,000,000 bits + per second - 1.3.6.1.2.1.31.1.1.1.15 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifPromiscuousMode + oid: 1.3.6.1.2.1.31.1.1.1.16 + type: gauge + help: This object has a value of false(2) if this interface only accepts packets/frames + that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: ifConnectorPresent + oid: 1.3.6.1.2.1.31.1.1.1.17 + type: gauge + help: This object has the value 'true(1)' if the interface sublayer has a physical + connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: "true" + 2: "false" + - name: ifAlias + oid: 1.3.6.1.2.1.31.1.1.1.18 + type: DisplayString + help: This object is an 'alias' name for the interface as specified by a network + manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifCounterDiscontinuityTime + oid: 1.3.6.1.2.1.31.1.1.1.19 + type: gauge + help: The value of sysUpTime on the most recent occasion at which any one or more + of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifStackHigherLayer + oid: 1.3.6.1.2.1.31.1.2.1.1 + type: gauge + help: The value of ifIndex corresponding to the higher sub-layer of the relationship, + i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding + instance of ifStackLowerLayer - 1.3.6.1.2.1.31.1.2.1.1 + indexes: + - labelname: ifStackHigherLayer + type: gauge + - labelname: ifStackLowerLayer + type: gauge + - name: ifStackLowerLayer + oid: 1.3.6.1.2.1.31.1.2.1.2 + type: gauge + help: The value of ifIndex corresponding to the lower sub-layer of the relationship, + i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding + instance of ifStackHigherLayer - 1.3.6.1.2.1.31.1.2.1.2 + indexes: + - labelname: ifStackHigherLayer + type: gauge + - labelname: ifStackLowerLayer + type: gauge + - name: ifStackStatus + oid: 1.3.6.1.2.1.31.1.2.1.3 + type: gauge + help: The status of the relationship between two sub-layers - 1.3.6.1.2.1.31.1.2.1.3 + indexes: + - labelname: ifStackHigherLayer + type: gauge + - labelname: ifStackLowerLayer + type: gauge + enum_values: + 1: active + 2: notInService + 3: notReady + 4: createAndGo + 5: createAndWait + 6: destroy + - name: ifTestId + oid: 1.3.6.1.2.1.31.1.3.1.1 + type: gauge + help: This object identifies the current invocation of the interface's test. - + 1.3.6.1.2.1.31.1.3.1.1 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifTestStatus + oid: 1.3.6.1.2.1.31.1.3.1.2 + type: gauge + help: This object indicates whether or not some manager currently has the necessary + 'ownership' required to invoke a test on this interface - 1.3.6.1.2.1.31.1.3.1.2 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: notInUse + 2: inUse + - name: ifTestType + oid: 1.3.6.1.2.1.31.1.3.1.3 + type: OctetString + help: A control variable used to start and stop operator- initiated interface + tests - 1.3.6.1.2.1.31.1.3.1.3 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifTestResult + oid: 1.3.6.1.2.1.31.1.3.1.4 + type: gauge + help: This object contains the result of the most recently requested test, or + the value none(1) if no tests have been requested since the last reset - 1.3.6.1.2.1.31.1.3.1.4 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: none + 2: success + 3: inProgress + 4: notSupported + 5: unAbleToRun + 6: aborted + 7: failed + - name: ifTestCode + oid: 1.3.6.1.2.1.31.1.3.1.5 + type: OctetString + help: This object contains a code which contains more specific information on + the test result, for example an error-code after a failed test - 1.3.6.1.2.1.31.1.3.1.5 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifTestOwner + oid: 1.3.6.1.2.1.31.1.3.1.6 + type: DisplayString + help: The entity which currently has the 'ownership' required to invoke a test + on this interface. - 1.3.6.1.2.1.31.1.3.1.6 + indexes: + - labelname: ifIndex + type: gauge + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifRcvAddressAddress + oid: 1.3.6.1.2.1.31.1.4.1.1 + type: PhysAddress48 + help: An address for which the system will accept packets/frames on this entry's + interface. - 1.3.6.1.2.1.31.1.4.1.1 + indexes: + - labelname: ifIndex + type: gauge + - labelname: ifRcvAddressAddress + type: PhysAddress48 + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: ifRcvAddressStatus + oid: 1.3.6.1.2.1.31.1.4.1.2 + type: gauge + help: This object is used to create and delete rows in the ifRcvAddressTable. + - 1.3.6.1.2.1.31.1.4.1.2 + indexes: + - labelname: ifIndex + type: gauge + - labelname: ifRcvAddressAddress + type: PhysAddress48 + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: active + 2: notInService + 3: notReady + 4: createAndGo + 5: createAndWait + 6: destroy + - name: ifRcvAddressType + oid: 1.3.6.1.2.1.31.1.4.1.3 + type: gauge + help: This object has the value nonVolatile(3) for those entries in the table + which are valid and will not be deleted by the next restart of the managed system + - 1.3.6.1.2.1.31.1.4.1.3 + indexes: + - labelname: ifIndex + type: gauge + - labelname: ifRcvAddressAddress + type: PhysAddress48 + lookups: + - labels: + - ifIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + enum_values: + 1: other + 2: volatile + 3: nonVolatile + - name: ifTableLastChange + oid: 1.3.6.1.2.1.31.1.5 + type: gauge + help: The value of sysUpTime at the time of the last creation or deletion of an + entry in the ifTable - 1.3.6.1.2.1.31.1.5 + - name: ifStackLastChange + oid: 1.3.6.1.2.1.31.1.6 + type: gauge + help: The value of sysUpTime at the time of the last change of the (whole) interface + stack - 1.3.6.1.2.1.31.1.6 + - name: mtxrWlStatIndex + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.1' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.2 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.2 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.3 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.3 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatStrength + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.4 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.1.1.1.4 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatSsid + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.5 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.5' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatBssid + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.6 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.6' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatFreq + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.7 + type: gauge + help: megahertz - 1.3.6.1.4.1.14988.1.1.1.1.1.7 + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatBand + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.8 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.8' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatTxCCQ + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.9 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.9' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlStatRxCCQ + oid: 1.3.6.1.4.1.14988.1.1.1.1.1.10 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.10' + indexes: + - labelname: mtxrWlStatIndex + type: gauge + - name: mtxrWlRtabAddr + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.1 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.1' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabIface + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.2' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabStrength + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.3 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.1.2.1.3 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.4 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.4' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.5' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.6' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.7 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.7' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.8 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.8 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.9 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.9 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRouterOSVersion + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.10 + type: DisplayString + help: RouterOS version - 1.3.6.1.4.1.14988.1.1.1.2.1.10 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabUptime + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.11 + type: gauge + help: uptime - 1.3.6.1.4.1.14988.1.1.1.2.1.11 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabSignalToNoise + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.12 + type: gauge + help: Measured in dB, if value does not exist it is indicated with 0 - 1.3.6.1.4.1.14988.1.1.1.2.1.12 + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrengthCh0 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.13 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.13' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxStrengthCh0 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.14 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.14' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrengthCh1 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.15 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.15' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxStrengthCh1 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.16 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.16' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrengthCh2 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.17 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.17' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRxStrengthCh2 + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.18 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.18' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabTxStrength + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.19 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.19' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlRtabRadioName + oid: 1.3.6.1.4.1.14988.1.1.1.2.1.20 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.20' + indexes: + - labelname: mtxrWlRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlRtabIface + type: gauge + - name: mtxrWlApIndex + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.1' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.2 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.2 + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.3 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.3 + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApSsid + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.4' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApBssid + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.5 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.5' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.6' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApFreq + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.7 + type: gauge + help: megahertz - 1.3.6.1.4.1.14988.1.1.1.3.1.7 + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApBand + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.8 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.8' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApNoiseFloor + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.9' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApOverallTxCCQ + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.10 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.10' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlApAuthClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.3.1.11 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.11' + indexes: + - labelname: mtxrWlApIndex + type: gauge + - name: mtxrWlRtabEntryCount + oid: 1.3.6.1.4.1.14988.1.1.1.4 + type: gauge + help: Wireless registration table entry count - 1.3.6.1.4.1.14988.1.1.1.4 + - name: mtxrWlCMRtabAddr + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.1 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.1' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabIface + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.2' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabUptime + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.3 + type: gauge + help: uptime - 1.3.6.1.4.1.14988.1.1.1.5.1.3 + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.4 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.4' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxBytes + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.5' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.6' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxPackets + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.7 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.7' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxRate + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.8 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.8 + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxRate + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.9 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.9 + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabTxStrength + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.10' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabRxStrength + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.11 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.11' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabSsid + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.12 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.12' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabEapIdent + oid: 1.3.6.1.4.1.14988.1.1.1.5.1.13 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.13' + indexes: + - labelname: mtxrWlCMRtabAddr + type: PhysAddress48 + fixed_size: 6 + - labelname: mtxrWlCMRtabIface + type: gauge + - name: mtxrWlCMRtabEntryCount + oid: 1.3.6.1.4.1.14988.1.1.1.6 + type: gauge + help: Wireless CAPSMAN registration table entry count - 1.3.6.1.4.1.14988.1.1.1.6 + - name: mtxrWlCMIndex + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.1' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMRegClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.2 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.2' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMAuthClientCount + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.3 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.3' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMState + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.4' + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWlCMChannel + oid: 1.3.6.1.4.1.14988.1.1.1.7.1.5 + type: DisplayString + help: for master only - 1.3.6.1.4.1.14988.1.1.1.7.1.5 + indexes: + - labelname: mtxrWlCMIndex + type: gauge + - name: mtxrWl60GIndex + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.1' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GMode + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.2' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + enum_values: + 0: apBridge + 1: stationBridge + 2: sniff + 3: bridge + - name: mtxrWl60GSsid + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.3' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GConnected + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.4' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrWl60GRemote + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.5 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.5' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GFreq + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.6 + type: gauge + help: Mhz - 1.3.6.1.4.1.14988.1.1.1.8.1.6 + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GMcs + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.7' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GSignal + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.8' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GTxSector + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.9' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GTxSectorInfo + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.11 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.11' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GRssi + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.12 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.12' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GPhyRate + oid: 1.3.6.1.4.1.14988.1.1.1.8.1.13 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.13' + indexes: + - labelname: mtxrWl60GIndex + type: gauge + - name: mtxrWl60GStaIndex + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.1' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaConnected + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.2' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrWl60GStaRemote + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.3 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.3' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaMcs + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.4' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaSignal + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.5' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaTxSector + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.6' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaPhyRate + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.8 + type: gauge + help: Mbits per second - 1.3.6.1.4.1.14988.1.1.1.9.1.8 + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaRssi + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.9' + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWl60GStaDistance + oid: 1.3.6.1.4.1.14988.1.1.1.9.1.10 + type: gauge + help: meters - 1.3.6.1.4.1.14988.1.1.1.9.1.10 + indexes: + - labelname: mtxrWl60GStaIndex + type: gauge + - name: mtxrWlCMREntryCount + oid: 1.3.6.1.4.1.14988.1.1.1.10 + type: gauge + help: Wireless CAPSMAN remote-cap entry count - 1.3.6.1.4.1.14988.1.1.1.10 + - name: mtxrWlCMRemoteIndex + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.1' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteName + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.2' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteState + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.3' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteAddress + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.4' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrWlCMRemoteRadios + oid: 1.3.6.1.4.1.14988.1.1.1.11.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.5' + indexes: + - labelname: mtxrWlCMRemoteIndex + type: gauge + - name: mtxrQueueSimpleIndex + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.1' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleName + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.2' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleSrcAddr + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.3 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.3' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleSrcMask + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.4 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.4' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDstAddr + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.5 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.5' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDstMask + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.6 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.6' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleIface + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.7 + type: gauge + help: interface index - 1.3.6.1.4.1.14988.1.1.2.1.1.7 + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleBytesIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.8 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.8' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleBytesOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.9 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.9' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePacketsIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.10 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.10' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePacketsOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.11 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.11' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePCQQueuesIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.12' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimplePCQQueuesOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.13' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDroppedIn + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.14' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueSimpleDroppedOut + oid: 1.3.6.1.4.1.14988.1.1.2.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.15' + indexes: + - labelname: mtxrQueueSimpleIndex + type: gauge + - name: mtxrQueueTreeIndex + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.1' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeName + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.2' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeFlow + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.3 + type: DisplayString + help: flowmark - 1.3.6.1.4.1.14988.1.1.2.2.1.3 + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeParentIndex + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.4 + type: gauge + help: index of parent tree queue or parent interface - 1.3.6.1.4.1.14988.1.1.2.2.1.4 + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeBytes + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.5 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.5' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreePackets + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.6 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.6' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeHCBytes + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.7 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.7' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreePCQQueues + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.8 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.8' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrQueueTreeDropped + oid: 1.3.6.1.4.1.14988.1.1.2.2.1.9 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.9' + indexes: + - labelname: mtxrQueueTreeIndex + type: gauge + - name: mtxrHlCoreVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.1 + type: gauge + help: core voltage - 1.3.6.1.4.1.14988.1.1.3.1 + - name: mtxrHlThreeDotThreeVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.2 + type: gauge + help: 3.3V voltage - 1.3.6.1.4.1.14988.1.1.3.2 + - name: mtxrHlFiveVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.3 + type: gauge + help: 5V voltage - 1.3.6.1.4.1.14988.1.1.3.3 + - name: mtxrHlTwelveVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.4 + type: gauge + help: 12V voltage - 1.3.6.1.4.1.14988.1.1.3.4 + - name: mtxrHlSensorTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.5 + type: gauge + help: temperature at sensor chip - 1.3.6.1.4.1.14988.1.1.3.5 + - name: mtxrHlCpuTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.6 + type: gauge + help: temperature near cpu - 1.3.6.1.4.1.14988.1.1.3.6 + - name: mtxrHlBoardTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.7' + - name: mtxrHlVoltage + oid: 1.3.6.1.4.1.14988.1.1.3.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.8' + - name: mtxrHlActiveFan + oid: 1.3.6.1.4.1.14988.1.1.3.9 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.3.9' + - name: mtxrHlTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.10' + - name: mtxrHlProcessorTemperature + oid: 1.3.6.1.4.1.14988.1.1.3.11 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.11' + - name: mtxrHlPower + oid: 1.3.6.1.4.1.14988.1.1.3.12 + type: gauge + help: Watts - 1.3.6.1.4.1.14988.1.1.3.12 + - name: mtxrHlCurrent + oid: 1.3.6.1.4.1.14988.1.1.3.13 + type: gauge + help: mA - 1.3.6.1.4.1.14988.1.1.3.13 + - name: mtxrHlProcessorFrequency + oid: 1.3.6.1.4.1.14988.1.1.3.14 + type: gauge + help: Mhz - 1.3.6.1.4.1.14988.1.1.3.14 + - name: mtxrHlPowerSupplyState + oid: 1.3.6.1.4.1.14988.1.1.3.15 + type: gauge + help: PSU state ok - 1.3.6.1.4.1.14988.1.1.3.15 + enum_values: + 0: "false" + 1: "true" + - name: mtxrHlBackupPowerSupplyState + oid: 1.3.6.1.4.1.14988.1.1.3.16 + type: gauge + help: backup PSU state ok - 1.3.6.1.4.1.14988.1.1.3.16 + enum_values: + 0: "false" + 1: "true" + - name: mtxrHlFanSpeed1 + oid: 1.3.6.1.4.1.14988.1.1.3.17 + type: gauge + help: rpm - 1.3.6.1.4.1.14988.1.1.3.17 + - name: mtxrHlFanSpeed2 + oid: 1.3.6.1.4.1.14988.1.1.3.18 + type: gauge + help: rpm - 1.3.6.1.4.1.14988.1.1.3.18 + - name: mtxrGaugeIndex + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.1' + indexes: + - labelname: mtxrGaugeIndex + type: gauge + - name: mtxrGaugeName + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.2' + indexes: + - labelname: mtxrGaugeIndex + type: gauge + - name: mtxrGaugeValue + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.3' + indexes: + - labelname: mtxrGaugeIndex + type: gauge + - name: mtxrGaugeUnit + oid: 1.3.6.1.4.1.14988.1.1.3.100.1.4 + type: gauge + help: units - 1.3.6.1.4.1.14988.1.1.3.100.1.4 + indexes: + - labelname: mtxrGaugeIndex + type: gauge + enum_values: + 1: celsius + 2: rpm + 3: dV + 4: dA + 5: dW + 6: status + - name: mtxrLicSoftwareId + oid: 1.3.6.1.4.1.14988.1.1.4.1 + type: DisplayString + help: software id - 1.3.6.1.4.1.14988.1.1.4.1 + - name: mtxrLicUpgrUntil + oid: 1.3.6.1.4.1.14988.1.1.4.2 + type: DateAndTime + help: current key allows upgrading until this date - 1.3.6.1.4.1.14988.1.1.4.2 + - name: mtxrLicLevel + oid: 1.3.6.1.4.1.14988.1.1.4.3 + type: gauge + help: current key level - 1.3.6.1.4.1.14988.1.1.4.3 + - name: mtxrLicVersion + oid: 1.3.6.1.4.1.14988.1.1.4.4 + type: DisplayString + help: software version - 1.3.6.1.4.1.14988.1.1.4.4 + - name: mtxrLicUpgradableTo + oid: 1.3.6.1.4.1.14988.1.1.4.5 + type: gauge + help: upgradable to - 1.3.6.1.4.1.14988.1.1.4.5 + - name: mtxrHotspotActiveUserIndex + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.1' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserServerID + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.2 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.2' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserName + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.3 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.3' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserDomain + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.4' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserIP + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.5 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.5' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserMAC + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.6 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.6' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserConnectTime + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.7' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserValidTillTime + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.8' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserIdleStartTime + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.9' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserIdleTimeout + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.10' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserPingTimeout + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.11 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.11' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserBytesIn + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.12' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserBytesOut + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.13' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserPacketsIn + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.14' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserPacketsOut + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.15' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserLimitBytesIn + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.16 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.16' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserLimitBytesOut + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.17 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.17' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserAdvertStatus + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.18 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.18' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserRadius + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.19 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.19' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrHotspotActiveUserBlockedByAdvert + oid: 1.3.6.1.4.1.14988.1.1.5.1.1.20 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.20' + indexes: + - labelname: mtxrHotspotActiveUserIndex + type: gauge + - name: mtxrDHCPLeaseCount + oid: 1.3.6.1.4.1.14988.1.1.6.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.6.1' + - name: mtxrSystemReboot + oid: 1.3.6.1.4.1.14988.1.1.7.1 + type: gauge + help: set non zero to reboot - 1.3.6.1.4.1.14988.1.1.7.1 + - name: mtxrUSBPowerReset + oid: 1.3.6.1.4.1.14988.1.1.7.2 + type: gauge + help: switches off usb power for specified amout of seconds - 1.3.6.1.4.1.14988.1.1.7.2 + - name: mtxrSerialNumber + oid: 1.3.6.1.4.1.14988.1.1.7.3 + type: DisplayString + help: RouterBOARD serial number - 1.3.6.1.4.1.14988.1.1.7.3 + - name: mtxrFirmwareVersion + oid: 1.3.6.1.4.1.14988.1.1.7.4 + type: DisplayString + help: Current firmware version - 1.3.6.1.4.1.14988.1.1.7.4 + - name: mtxrNote + oid: 1.3.6.1.4.1.14988.1.1.7.5 + type: DisplayString + help: note - 1.3.6.1.4.1.14988.1.1.7.5 + - name: mtxrBuildTime + oid: 1.3.6.1.4.1.14988.1.1.7.6 + type: DisplayString + help: build time - 1.3.6.1.4.1.14988.1.1.7.6 + - name: mtxrFirmwareUpgradeVersion + oid: 1.3.6.1.4.1.14988.1.1.7.7 + type: DisplayString + help: Upgrade firmware version - 1.3.6.1.4.1.14988.1.1.7.7 + - name: mtxrBoardName + oid: 1.3.6.1.4.1.14988.1.1.7.8 + type: DisplayString + help: board name - 1.3.6.1.4.1.14988.1.1.7.8 + - name: mtxrScriptIndex + oid: 1.3.6.1.4.1.14988.1.1.8.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.1' + indexes: + - labelname: mtxrScriptIndex + type: gauge + - name: mtxrScriptName + oid: 1.3.6.1.4.1.14988.1.1.8.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.2' + indexes: + - labelname: mtxrScriptIndex + type: gauge + - name: mtxrScriptRunCmd + oid: 1.3.6.1.4.1.14988.1.1.8.1.1.3 + type: gauge + help: set non zero to run - 1.3.6.1.4.1.14988.1.1.8.1.1.3 + indexes: + - labelname: mtxrScriptIndex + type: gauge + - name: mtxrDnStatIndex + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.10.1.1.1' + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatTxRate + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.2 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.2 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatRxRate + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.3 + type: gauge + help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.3 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatTxStrength + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.4 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.4 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnStatRxStrength + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.5 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.5 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrDnConnected + oid: 1.3.6.1.4.1.14988.1.1.10.1.1.6 + type: gauge + help: 0 - not connected, connected otherwise - 1.3.6.1.4.1.14988.1.1.10.1.1.6 + indexes: + - labelname: mtxrDnStatIndex + type: gauge + - name: mtxrNeighborIndex + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.1' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborIpAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.2 + type: InetAddressIPv4 + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.2' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborMacAddress + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3 + type: PhysAddress48 + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.3' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborVersion + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.4' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborPlatform + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.5 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.5' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborIdentity + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.6 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.6' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborSoftwareID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.7 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.7' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrNeighborInterfaceID + oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.8' + indexes: + - labelname: mtxrNeighborIndex + type: gauge + - name: mtxrDate + oid: 1.3.6.1.4.1.14988.1.1.12.1 + type: gauge + help: UNIX time - 1.3.6.1.4.1.14988.1.1.12.1 + - name: mtxrLongtitude + oid: 1.3.6.1.4.1.14988.1.1.12.2 + type: DisplayString + help: longtitude - 1.3.6.1.4.1.14988.1.1.12.2 + - name: mtxrLatitude + oid: 1.3.6.1.4.1.14988.1.1.12.3 + type: DisplayString + help: latitude - 1.3.6.1.4.1.14988.1.1.12.3 + - name: mtxrAltitude + oid: 1.3.6.1.4.1.14988.1.1.12.4 + type: DisplayString + help: altitude - 1.3.6.1.4.1.14988.1.1.12.4 + - name: mtxrSpeed + oid: 1.3.6.1.4.1.14988.1.1.12.5 + type: DisplayString + help: speed - 1.3.6.1.4.1.14988.1.1.12.5 + - name: mtxrSattelites + oid: 1.3.6.1.4.1.14988.1.1.12.6 + type: gauge + help: visible sattelite count - 1.3.6.1.4.1.14988.1.1.12.6 + - name: mtxrValid + oid: 1.3.6.1.4.1.14988.1.1.12.7 + type: gauge + help: is the data valid - 1.3.6.1.4.1.14988.1.1.12.7 + - name: mtxrWirelessModemSignalStrength + oid: 1.3.6.1.4.1.14988.1.1.13.1 + type: gauge + help: signal strength in dBm (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.1 + - name: mtxrWirelessModemSignalECIO + oid: 1.3.6.1.4.1.14988.1.1.13.2 + type: gauge + help: signal EC/IO in dB (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.2 + - name: mtxrInterfaceStatsIndex + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.1' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsName + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.2' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverRxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.11 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.11' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverRxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.12 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.12' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverTxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.13 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.13' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsDriverTxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.14 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.14' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx64 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.15 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.15' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx65To127 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.16 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.16' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx128To255 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.17 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.17' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx256To511 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.18 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.18' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx512To1023 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.19 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.19' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx1024To1518 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.20 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.20' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxRx1519ToMax + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.21 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.21' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.31 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.31' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.32 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.32' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxTooShort + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.33 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.33' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx64 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.34 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.34' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx65To127 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.35 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.35' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx128To255 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.36 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.36' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx256To511 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.37 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.37' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx512To1023 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.38 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.38' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx1024To1518 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.39 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.39' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRx1519ToMax + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.40 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.40' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxTooLong + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.41 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.41' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxBroadcast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.42 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.42' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxPause + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.43 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.43' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxMulticast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.44 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.44' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxFCSError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.45 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.45' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxAlignError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.46 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.46' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxFragment + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.47 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.47' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxOverflow + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.48 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.48' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxControl + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.49 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.49' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxUnknownOp + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.50 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.50' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxLengthError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.51 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.51' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxCodeError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.52 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.52' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxCarrierError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.53 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.53' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxJabber + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.54 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.54' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsRxDrop + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.55 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.55' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxBytes + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.61 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.61' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxPackets + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.62 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.62' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxTooShort + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.63 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.63' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx64 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.64 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.64' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx65To127 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.65 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.65' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx128To255 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.66 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.66' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx256To511 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.67 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.67' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx512To1023 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.68 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.68' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx1024To1518 + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.69 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.69' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTx1519ToMax + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.70 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.70' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxTooLong + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.71 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.71' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxBroadcast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.72 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.72' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxPause + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.73 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.73' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxMulticast + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.74 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.74' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxUnderrun + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.75 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.75' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.76 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.76' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxExcessiveCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.77 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.77' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxMultipleCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.78 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.78' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxSingleCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.79 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.79' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxExcessiveDeferred + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.80 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.80' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxDeferred + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.81 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.81' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxLateCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.82 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.82' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxTotalCollision + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.83 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.83' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxPauseHonored + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.84 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.84' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxDrop + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.85 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.85' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxJabber + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.86 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.86' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxFCSError + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.87 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.87' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxControl + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.88 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.88' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsTxFragment + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.89 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.89' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrInterfaceStatsLinkDowns + oid: 1.3.6.1.4.1.14988.1.1.14.1.1.90 + type: counter + help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.90' + indexes: + - labelname: mtxrInterfaceStatsIndex + type: gauge + lookups: + - labels: + - mtxrInterfaceStatsIndex + labelname: ifName + oid: 1.3.6.1.2.1.31.1.1.1.1 + type: DisplayString + - name: mtxrPOEInterfaceIndex + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.1' + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOEName + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.2' + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOEStatus + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.3' + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + enum_values: + 1: disabled + 2: waitingForLoad + 3: poweredOn + 4: overload + - name: mtxrPOEVoltage + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.4 + type: gauge + help: V - 1.3.6.1.4.1.14988.1.1.15.1.1.4 + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOECurrent + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.5 + type: gauge + help: mA - 1.3.6.1.4.1.14988.1.1.15.1.1.5 + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrPOEPower + oid: 1.3.6.1.4.1.14988.1.1.15.1.1.6 + type: gauge + help: W - 1.3.6.1.4.1.14988.1.1.15.1.1.6 + indexes: + - labelname: mtxrPOEInterfaceIndex + type: gauge + - name: mtxrLTEModemInterfaceIndex + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.1' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSignalRSSI + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.2 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.2 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSignalRSRQ + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.3 + type: gauge + help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.3 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSignalRSRP + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.4 + type: gauge + help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.4 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemCellId + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.5 + type: gauge + help: current cell ID - 1.3.6.1.4.1.14988.1.1.16.1.1.5 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemAccessTechnology + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.6 + type: gauge + help: as reported by +CREG - 1.3.6.1.4.1.14988.1.1.16.1.1.6 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + enum_values: + -1: unknown + 0: gsmcompact + 1: gsm + 2: utran + 3: egprs + 4: hsdpa + 5: hsupa + 6: hsdpahsupa + 7: eutran + - name: mtxrLTEModemSignalSINR + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.7 + type: gauge + help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.7 + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemEnbId + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.8' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemSectorId + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.9' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemLac + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.10' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemIMEI + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.11 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.11' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemIMSI + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.12 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.12' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemUICC + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.13 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.13' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrLTEModemRAT + oid: 1.3.6.1.4.1.14988.1.1.16.1.1.14 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.14' + indexes: + - labelname: mtxrLTEModemInterfaceIndex + type: gauge + - name: mtxrPartitionIndex + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.1' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionName + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.2' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionSize + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.3 + type: gauge + help: MB - 1.3.6.1.4.1.14988.1.1.17.1.1.3 + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionVersion + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.4 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.4' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + - name: mtxrPartitionActive + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.5' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrPartitionRunning + oid: 1.3.6.1.4.1.14988.1.1.17.1.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.6' + indexes: + - labelname: mtxrPartitionIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrScriptRunIndex + oid: 1.3.6.1.4.1.14988.1.1.18.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.18.1.1.1' + indexes: + - labelname: mtxrScriptRunIndex + type: gauge + - name: mtxrScriptRunOutput + oid: 1.3.6.1.4.1.14988.1.1.18.1.1.2 + type: DisplayString + help: this oid on get request will run script and return it's output - 1.3.6.1.4.1.14988.1.1.18.1.1.2 + indexes: + - labelname: mtxrScriptRunIndex + type: gauge + - name: mtxrOpticalIndex + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.1' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalName + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2 + type: DisplayString + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.2' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalRxLoss + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.3 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.3' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrOpticalTxFault + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.4 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.4' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrOpticalWavelength + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.5 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.5' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalTemperature + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.6 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.6' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalSupplyVoltage + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.7' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalTxBiasCurrent + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.8' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalTxPower + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.9 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.9' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrOpticalRxPower + oid: 1.3.6.1.4.1.14988.1.1.19.1.1.10 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.10' + indexes: + - labelname: mtxrOpticalIndex + type: gauge + - name: mtxrIkeSACount + oid: 1.3.6.1.4.1.14988.1.1.20.1 + type: gauge + help: IKE SA count - 1.3.6.1.4.1.14988.1.1.20.1 + - name: mtxrIkeSAIndex + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.1 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.1' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAInitiatorCookie + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.2 + type: DisplayString + help: initiator SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.2 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAResponderCookie + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.3 + type: DisplayString + help: responder SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.3 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAResponder + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.4 + type: gauge + help: IKE side - 1.3.6.1.4.1.14988.1.1.20.2.1.4 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrIkeSANatt + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.5 + type: gauge + help: NAT is detected - 1.3.6.1.4.1.14988.1.1.20.2.1.5 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: "false" + 1: "true" + - name: mtxrIkeSAVersion + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.6 + type: gauge + help: protocol version - 1.3.6.1.4.1.14988.1.1.20.2.1.6 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAState + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.7 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.7' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 1: exchange + 2: established + 3: expired + 4: eap + - name: mtxrIkeSAUptime + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.8 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.8' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSASeen + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.9 + type: gauge + help: time elapsed since last valid IKE packet - 1.3.6.1.4.1.14988.1.1.20.2.1.9 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAIdentity + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.10 + type: DisplayString + help: peer identity - 1.3.6.1.4.1.14988.1.1.20.2.1.10 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAPh2Count + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.11 + type: gauge + help: total ph2 SA pairs - 1.3.6.1.4.1.14988.1.1.20.2.1.11 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSALocalAddressType + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.12 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.12' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: mtxrIkeSALocalAddress + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.13 + type: InetAddress + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.13' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSALocalPort + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.14 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.14' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAPeerAddressType + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.15 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.15' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: mtxrIkeSAPeerAddress + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.16 + type: InetAddress + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.16' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSAPeerPort + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.17 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.17' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSADynamicAddressType + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.18 + type: gauge + help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.18' + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + enum_values: + 0: unknown + 1: ipv4 + 2: ipv6 + 3: ipv4z + 4: ipv6z + 16: dns + - name: mtxrIkeSADynamicAddress + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.19 + type: InetAddress + help: dynamic address allocated by mode config - 1.3.6.1.4.1.14988.1.1.20.2.1.19 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSATxBytes + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.20 + type: counter + help: ph2 SA tx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.20 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSARxBytes + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.21 + type: counter + help: ph2 SA rx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.21 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSATxPackets + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.22 + type: counter + help: ph2 SA tx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.22 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: mtxrIkeSARxPackets + oid: 1.3.6.1.4.1.14988.1.1.20.2.1.23 + type: counter + help: ph2 SA rx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.23 + indexes: + - labelname: mtxrIkeSAIndex + type: gauge + - name: laIndex + oid: 1.3.6.1.4.1.2021.10.1.1 + type: gauge + help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1 + indexes: + - labelname: laIndex + type: gauge + lookups: + - labels: + - laIndex + labelname: laNames + oid: 1.3.6.1.4.1.2021.10.1.2 + type: DisplayString + - labels: [] + labelname: laIndex