From 41480668c6fb4ee4fa36d119b4fcfd180e5d6bc8 Mon Sep 17 00:00:00 2001 From: Michael Veksler Date: Fri, 20 Aug 2021 14:42:51 +0300 Subject: ....I..PS. [ZBXNEXT-6196] increased storage size of fields item_preproc.params, triggers.description and media_type_message.message for Oracle backend --- create/src/schema.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'create') diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl index 873315f7459..bf9b4a36c26 100644 --- a/create/src/schema.tmpl +++ b/create/src/schema.tmpl @@ -332,7 +332,7 @@ FIELD |mediatypeid |t_id | |NOT NULL |0 |1|media_type FIELD |eventsource |t_integer | |NOT NULL |0 FIELD |recovery |t_integer | |NOT NULL |0 FIELD |subject |t_varchar(255) |'' |NOT NULL |0 -FIELD |message |t_shorttext |'' |NOT NULL |0 +FIELD |message |t_text |'' |NOT NULL |0 UNIQUE |1 |mediatypeid,eventsource,recovery TABLE|usrgrp|usrgrpid|ZBX_DATA @@ -593,7 +593,7 @@ INDEX |2 |discovery_groupid TABLE|triggers|triggerid|ZBX_TEMPLATE FIELD |triggerid |t_id | |NOT NULL |0 FIELD |expression |t_varchar(2048)|'' |NOT NULL |0 -FIELD |description |t_varchar(255) |'' |NOT NULL |0 +FIELD |description |t_text |'' |NOT NULL |0 FIELD |url |t_varchar(255) |'' |NOT NULL |0 FIELD |status |t_integer |'0' |NOT NULL |0 FIELD |value |t_integer |'0' |NOT NULL |ZBX_NODATA @@ -1468,7 +1468,7 @@ FIELD |item_preprocid |t_id | |NOT NULL |0 FIELD |itemid |t_id | |NOT NULL |ZBX_PROXY |1|items FIELD |step |t_integer |'0' |NOT NULL |ZBX_PROXY FIELD |type |t_integer |'0' |NOT NULL |ZBX_PROXY -FIELD |params |t_shorttext |'' |NOT NULL |ZBX_PROXY +FIELD |params |t_text |'' |NOT NULL |ZBX_PROXY FIELD |error_handler |t_integer |'0' |NOT NULL |ZBX_PROXY FIELD |error_handler_params|t_varchar(255)|'' |NOT NULL |ZBX_PROXY INDEX |1 |itemid,step @@ -1877,4 +1877,4 @@ INDEX |1 |serviceid TABLE|dbversion|| FIELD |mandatory |t_integer |'0' |NOT NULL | FIELD |optional |t_integer |'0' |NOT NULL | -ROW |5050034 |5050034 +ROW |5050037 |5050037 -- cgit v1.2.3 From 096f3164e23d13f6fd70d9c19a29ce9c3ddb67b7 Mon Sep 17 00:00:00 2001 From: Michael Veksler Date: Fri, 10 Sep 2021 13:02:13 +0300 Subject: ....I..PS. [ZBXNEXT-6196] changed triggers.description to t_shorttext - varchar(2048) --- create/src/schema.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create') diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl index bf9b4a36c26..1528bfc8124 100644 --- a/create/src/schema.tmpl +++ b/create/src/schema.tmpl @@ -593,7 +593,7 @@ INDEX |2 |discovery_groupid TABLE|triggers|triggerid|ZBX_TEMPLATE FIELD |triggerid |t_id | |NOT NULL |0 FIELD |expression |t_varchar(2048)|'' |NOT NULL |0 -FIELD |description |t_text |'' |NOT NULL |0 +FIELD |description |t_shorttext |'' |NOT NULL |0 FIELD |url |t_varchar(255) |'' |NOT NULL |0 FIELD |status |t_integer |'0' |NOT NULL |0 FIELD |value |t_integer |'0' |NOT NULL |ZBX_NODATA -- cgit v1.2.3 From a52edfd8f7f7837f4510df69c5aad1c01e4ee9b6 Mon Sep 17 00:00:00 2001 From: Andrejs Verza Date: Tue, 5 Oct 2021 14:58:39 +0300 Subject: ....I..... [ZBXNEXT-2406] fixed default database data for user roles --- create/src/data.tmpl | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'create') diff --git a/create/src/data.tmpl b/create/src/data.tmpl index 2be33e193a9..4c6017d689a 100644 --- a/create/src/data.tmpl +++ b/create/src/data.tmpl @@ -904,23 +904,26 @@ ROW |2 |1 |0 |services.read |1 | |NULL ROW |3 |1 |0 |services.write |0 | |NULL |NULL | ROW |4 |1 |0 |modules.default_access|1 | |NULL |NULL | ROW |5 |1 |0 |api.access |1 | |NULL |NULL | -ROW |6 |1 |0 |actions.default_access|1 | |NULL |NULL | -ROW |7 |2 |0 |ui.default_access |1 | |NULL |NULL | -ROW |8 |2 |0 |services.read |1 | |NULL |NULL | -ROW |9 |2 |0 |services.write |1 | |NULL |NULL | -ROW |10 |2 |0 |modules.default_access|1 | |NULL |NULL | -ROW |11 |2 |0 |api.access |1 | |NULL |NULL | -ROW |12 |2 |0 |actions.default_access|1 | |NULL |NULL | -ROW |13 |3 |0 |ui.default_access |1 | |NULL |NULL | -ROW |14 |3 |0 |services.read |1 | |NULL |NULL | -ROW |15 |3 |0 |services.write |1 | |NULL |NULL | -ROW |16 |3 |0 |modules.default_access|1 | |NULL |NULL | -ROW |17 |3 |0 |api.access |1 | |NULL |NULL | -ROW |18 |3 |0 |actions.default_access|1 | |NULL |NULL | -ROW |19 |4 |0 |ui.default_access |1 | |NULL |NULL | -ROW |20 |4 |0 |services.read |1 | |NULL |NULL | -ROW |21 |4 |0 |services.write |0 | |NULL |NULL | -ROW |22 |4 |0 |modules.default_access|1 | |NULL |NULL | -ROW |23 |4 |0 |api.access |0 | |NULL |NULL | -ROW |24 |4 |0 |actions.default_access|0 | |NULL |NULL | - +ROW |6 |1 |0 |api.mode |0 | |NULL |NULL | +ROW |7 |1 |0 |actions.default_access|1 | |NULL |NULL | +ROW |8 |2 |0 |ui.default_access |1 | |NULL |NULL | +ROW |9 |2 |0 |services.read |1 | |NULL |NULL | +ROW |10 |2 |0 |services.write |1 | |NULL |NULL | +ROW |11 |2 |0 |modules.default_access|1 | |NULL |NULL | +ROW |12 |2 |0 |api.access |1 | |NULL |NULL | +ROW |13 |2 |0 |api.mode |0 | |NULL |NULL | +ROW |14 |2 |0 |actions.default_access|1 | |NULL |NULL | +ROW |15 |3 |0 |ui.default_access |1 | |NULL |NULL | +ROW |16 |3 |0 |services.read |1 | |NULL |NULL | +ROW |17 |3 |0 |services.write |1 | |NULL |NULL | +ROW |18 |3 |0 |modules.default_access|1 | |NULL |NULL | +ROW |19 |3 |0 |api.access |1 | |NULL |NULL | +ROW |20 |3 |0 |api.mode |0 | |NULL |NULL | +ROW |21 |3 |0 |actions.default_access|1 | |NULL |NULL | +ROW |22 |4 |0 |ui.default_access |1 | |NULL |NULL | +ROW |23 |4 |0 |services.read |1 | |NULL |NULL | +ROW |24 |4 |0 |services.write |0 | |NULL |NULL | +ROW |25 |4 |0 |modules.default_access|1 | |NULL |NULL | +ROW |26 |4 |0 |api.access |0 | |NULL |NULL | +ROW |27 |4 |0 |api.mode |0 | |NULL |NULL | +ROW |28 |4 |0 |actions.default_access|0 | |NULL |NULL | -- cgit v1.2.3 From 65cc83982936bc735abd08fd3a86b9c496b3b573 Mon Sep 17 00:00:00 2001 From: Andrejs Verza Date: Tue, 5 Oct 2021 15:19:10 +0300 Subject: ....I..... [ZBXNEXT-2406] fixed default database data for user roles #2 --- create/src/data.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'create') diff --git a/create/src/data.tmpl b/create/src/data.tmpl index 4c6017d689a..b4881b52e0d 100644 --- a/create/src/data.tmpl +++ b/create/src/data.tmpl @@ -925,5 +925,4 @@ ROW |23 |4 |0 |services.read |1 | |NULL ROW |24 |4 |0 |services.write |0 | |NULL |NULL | ROW |25 |4 |0 |modules.default_access|1 | |NULL |NULL | ROW |26 |4 |0 |api.access |0 | |NULL |NULL | -ROW |27 |4 |0 |api.mode |0 | |NULL |NULL | -ROW |28 |4 |0 |actions.default_access|0 | |NULL |NULL | +ROW |27 |4 |0 |actions.default_access|0 | |NULL |NULL | -- cgit v1.2.3 From e58e4c62e52436a5b5385e7b58b5a7e9376cc67a Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Wed, 6 Oct 2021 11:47:56 +0300 Subject: .......... [ZBXNEXT-826] automatic deployment of official Zabbix templates and media types --- create/src/data.tmpl | 22 + create/src/templates.tmpl | 23927 ++++++++++++++++++++++---------------------- 2 files changed, 12099 insertions(+), 11850 deletions(-) (limited to 'create') diff --git a/create/src/data.tmpl b/create/src/data.tmpl index b4881b52e0d..8ab90f9eb8a 100644 --- a/create/src/data.tmpl +++ b/create/src/data.tmpl @@ -89,6 +89,7 @@ ROW |28 |4 |VictorOps | | | ROW |29 |4 |Brevis.one | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var BrevisOne = {&eol; params: [],&eol;&eol; addParam: function (name, value) {&eol; BrevisOne.params.push(name + '=' + encodeURIComponent(value));&eol; },&eol;&eol; setProxy: function (HTTPProxy) {&eol; BrevisOne.HTTPProxy = HTTPProxy;&eol; },&eol;&eol; setPayload: function (params) {&eol; var parts = params.send_to.split(':'),&eol; defaultValues = {&eol; ring: 'true',&eol; flash: 'true',&eol; telauto: 'false'&eol; };&eol;&eol; BrevisOne.addParam('username', params.username);&eol; BrevisOne.addParam('password', params.password);&eol; BrevisOne.addParam('text', params.text);&eol;&eol; if (parts.length > 1) {&eol; BrevisOne.addParam('mode', parts[0]);&eol; BrevisOne.addParam('to', parts[1]);&eol; }&eol; else {&eol; BrevisOne.addParam('to', parts[0]);&eol; }&eol;&eol; Object.keys(defaultValues)&eol; .forEach(function (key) {&eol; if (params[key] && params[key].trim() && params[key].toLowerCase() === defaultValues[key]) {&eol; BrevisOne.addParam(key, defaultValues[key]);&eol; }&eol; });&eol; },&eol;&eol; request: function () {&eol; var response,&eol; request = new HttpRequest(),&eol; data = '?' + BrevisOne.params.join('&');&eol;&eol; request.addHeader('Content-Type: multipart/form-data');&eol;&eol; if (typeof BrevisOne.HTTPProxy !== 'undefined' && BrevisOne.HTTPProxy !== '') {&eol; request.setProxy(BrevisOne.HTTPProxy);&eol; }&eol;&eol; Zabbix.log(4, '[ BrevisOne Webhook ] Sending request.');&eol;&eol; response = request.post(params.endpoint + data);&eol;&eol; Zabbix.log(4, '[ BrevisOne Webhook ] Received response with status code ' +&eol; request.getStatus() + '\n' + response);&eol;&eol; if (request.getStatus() < 200 &pipe;&pipe; request.getStatus() >= 300) {&eol; var message = 'Request failed with status code ' + request.getStatus();&eol;&eol; if (response) {&eol; message += ': ' + response;&eol; }&eol;&eol; throw message + '. Check debug log for more information.';&eol; }&eol; }&eol;};&eol;&eol;try {&eol; var params = JSON.parse(value);&eol;&eol; ['endpoint', 'password', 'username', 'text', 'send_to'].forEach(function (field) {&eol; if (typeof params !== 'object' &pipe;&pipe; typeof params[field] === 'undefined'&eol; &pipe;&pipe; !params[field].trim()) {&eol; throw 'Required parameter is not set: "' + field + '".';&eol; }&eol; });&eol;&eol; if (params.send_to === '{ALERT.SENDTO}') {&eol; throw 'Required parameter is not set: "send_to".';&eol; }&eol;&eol; BrevisOne.setProxy(params.HTTPProxy);&eol; BrevisOne.setPayload(params);&eol; BrevisOne.request();&eol;&eol; return 'OK';&eol;}&eol;catch (error) {&eol; Zabbix.log(3, '[ BrevisOne Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |0 |0 | | | | ROW |30 |4 |Express.ms | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var Express = {&eol; params: [],&eol;&eol; setParams: function (params) {&eol; if (typeof params !== 'object') {&eol; return;&eol; }&eol;&eol; Express.params = params;&eol;&eol; if (typeof Express.params.url === 'string' && !Express.params.url.endsWith('/')) {&eol; Express.params.url += '/';&eol; }&eol; },&eol;&eol; setProxy: function (HTTPProxy) {&eol; Express.HTTPProxy = HTTPProxy;&eol; },&eol;&eol; request: function (query, data) {&eol; var response,&eol; url = Express.params.url + query,&eol; request = new HttpRequest();&eol;&eol; request.addHeader('Content-Type: application/json');&eol; request.addHeader('Authorization: Bearer ' + Express.params.token);&eol;&eol; if (typeof Express.HTTPProxy !== 'undefined' && Express.HTTPProxy !== '') {&eol; request.setProxy(Express.HTTPProxy);&eol; }&eol;&eol; if (typeof data !== 'undefined') {&eol; data = JSON.stringify(data);&eol; }&eol;&eol; Zabbix.log(4, '[ Express Webhook ] Sending request: ' + url +&eol; ((typeof data === 'string') ? ('\n' + data) : ''));&eol;&eol; response = request.post(url, data);&eol;&eol; Zabbix.log(4, '[ Express Webhook ] Received response with status code ' +&eol; request.getStatus() + '\n' + response);&eol;&eol; if (response !== null) {&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.log(4, '[ Express Webhook ] Failed to parse response received from Express');&eol; response = {};&eol; }&eol; }&eol;&eol; if (response.status !== 'ok') {&eol; var message = 'Request failed with status code ' + request.getStatus();&eol;&eol; if (typeof response.reason !== 'undefined') {&eol; message += ': ' + JSON.stringify(response.reason);&eol; }&eol;&eol; throw message + '. Check debug log for more information.';&eol; }&eol;&eol; return response.result;&eol; },&eol;&eol; postMessage: function (is_problem) {&eol; var data,&eol; url,&eol; result = {tags: {}},&eol; response;&eol;&eol; if (is_problem) {&eol; data = {&eol; group_chat_id: Express.params.send_to,&eol; notification: {&eol; status: 'ok',&eol; body: Express.params.message&eol; }&eol; };&eol; url = 'api/v3/botx/notification/callback/direct';&eol; }&eol; else {&eol; data = {&eol; reply: {&eol; status: 'ok',&eol; body: Express.params.message&eol; }&eol; };&eol; url = 'api/v3/botx/events/reply_event';&eol;&eol; try {&eol; var tags = JSON.parse(Express.params.tags);&eol; }&eol; catch (error) {&eol; throw 'Value of "express_tags" is not JSON. Value: ' + Express.params.tags + '.';&eol; }&eol;&eol; tags.forEach(function(tag) {&eol; if (tag.tag === '__zbx_ex_sync_id_' + Express.params.send_to) {&eol; data.source_sync_id = tag.value;&eol; }&eol; });&eol;&eol; if (!data.source_sync_id) {&eol; throw 'Cannot update data. sync_id for the provided sender is unknown.';&eol; }&eol; }&eol;&eol; response = Express.request(url, data);&eol;&eol; if (is_problem && response.sync_id) {&eol; result.tags['__zbx_ex_sync_id_' + Express.params.send_to] = response.sync_id;&eol;&eol; return JSON.stringify(result);&eol; }&eol; else {&eol; return 'OK';&eol; }&eol; }&eol;};&eol;&eol;try {&eol; var params = JSON.parse(value),&eol; express = {},&eol; required_params = [&eol; 'express_url', 'express_send_to', 'express_message', 'express_tags', 'express_token',&eol; 'event_source', 'event_value', 'event_update_status'&eol; ];&eol;&eol; Object.keys(params)&eol; .forEach(function (key) {&eol; if (key.startsWith('express_')) {&eol; express[key.substring(8)] = params[key];&eol; }&eol;&eol; if (required_params.indexOf(key) !== -1&eol; && (params[key].trim() === '' &pipe;&pipe; params[key] === '{ALERT.SENDTO}')) {&eol; throw 'Parameter "' + key + '" can\'t be empty.';&eol; }&eol; });&eol;&eol; if ([0, 1, 2, 3].indexOf(parseInt(params.event_source)) === -1) {&eol; throw 'Incorrect "event_source" parameter given: ' + params.event_source + '\nMust be 0-3.';&eol; }&eol;&eol; // Forcing event_value and event_update_status for non trigger-based events.&eol; if (params.event_source !== '0' ) {&eol; params.event_value = '1';&eol; params.event_update_status = '0';&eol; }&eol;&eol; if (params.event_value !== '0' && params.event_value !== '1') {&eol; throw 'Incorrect "event_value" parameter given: ' + params.event_value + '\nMust be 0 or 1.';&eol; }&eol;&eol; // Check {EVENT.UPDATE.STATUS} only for trigger-based events.&eol; if (params.event_update_status !== '0' && params.event_update_status !== '1' && params.event_source === '0') {&eol; throw 'Incorrect "event_update_status" parameter given: ' + params.event_update_status + '\nMust be 0 or 1.';&eol; }&eol;&eol; Express.setParams(express);&eol; Express.setProxy(params.HTTPProxy);&eol;&eol; return Express.postMessage(params.event_value === '1' && params.event_update_status === '0');&eol;}&eol;catch (error) {&eol; Zabbix.log(3, '[ Express Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |1 |0 | | | | ROW |31 |4 |ManageEngine ServiceDesk| | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var MEngine = {&eol; params: {},&eol;&eol; setParams: function (params) {&eol; if (typeof params !== 'object') {&eol; return;&eol; }&eol;&eol; MEngine.params = params;&eol; if (typeof MEngine.params.url === 'string') {&eol; if (!MEngine.params.url.endsWith('/')) {&eol; MEngine.params.url += '/';&eol; }&eol;&eol; MEngine.params.url += 'api/v3/';&eol; }&eol;&eol; if (MEngine.params.on_premise.toLowerCase() !== 'true'&eol; && typeof MEngine.params.on_demand_url_auth === 'string') {&eol; if (!MEngine.params.on_demand_url_auth.endsWith('/')) {&eol; MEngine.params.on_demand_url_auth += '/';&eol; }&eol;&eol; MEngine.params.on_demand_url_auth += 'oauth/v2/token?';&eol; }&eol; },&eol;&eol; setProxy: function (HTTPProxy) {&eol; MEngine.HTTPProxy = HTTPProxy;&eol; },&eol;&eol; createLink: function (id, url) {&eol; return url + (url.endsWith('/') ? '' : '/') +&eol; ((MEngine.params.on_premise.toLowerCase() === 'true')&eol; ? ('WorkOrder.do?woMode=viewWO&woID=' + id)&eol; : ('app/itdesk/ui/requests/' + id + '/details')&eol; );&eol; },&eol;&eol; refreshAccessToken: function () {&eol; [&eol; 'on_demand_url_auth',&eol; 'on_demand_refresh_token',&eol; 'on_demand_client_id',&eol; 'on_demand_client_secret'&eol; ].forEach(function (field) {&eol; if (typeof MEngine.params !== 'object' &pipe;&pipe; typeof MEngine.params[field] === 'undefined'&eol; &pipe;&pipe; MEngine.params[field].trim() === '' ) {&eol; throw 'Required MEngine param is not set: "sd_' + field + '".';&eol; }&eol; });&eol;&eol; var response,&eol; request = new HttpRequest(),&eol; url = MEngine.params.on_demand_url_auth +&eol; 'refresh_token=' + encodeURIComponent(MEngine.params.on_demand_refresh_token) +&eol; '&grant_type=refresh_token&client_id=' + encodeURIComponent(MEngine.params.on_demand_client_id) +&eol; '&client_secret=' + encodeURIComponent(MEngine.params.on_demand_client_secret) +&eol; '&redirect_uri=https://www.zoho.com&scope=SDPOnDemand.requests.ALL';&eol;&eol; if (MEngine.HTTPProxy) {&eol; request.setProxy(MEngine.HTTPProxy);&eol; }&eol;&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Refreshing access token. Request: ' + url);&eol;&eol; response = request.post(url);&eol;&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Received response with status code ' +&eol; request.getStatus() + '\n' + response);&eol;&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Failed to parse response received from Zoho Accounts');&eol; }&eol;&eol; if ((request.getStatus() < 200 &pipe;&pipe; request.getStatus() >= 300) && !response.access_token) {&eol; throw 'Access token refresh failed with HTTP status code ' + request.getStatus() +&eol; '. Check debug log for more information.';&eol; }&eol; else {&eol; MEngine.params.on_demand_auth_token = response.access_token;&eol; }&eol; },&eol;&eol; request: function (method, query, data) {&eol; var response,&eol; url = MEngine.params.url + query,&eol; input,&eol; request = new HttpRequest(),&eol; message;&eol;&eol; if (MEngine.params.on_premise.toLowerCase() === 'true') {&eol; request.addHeader('TECHNICIAN_KEY: ' + MEngine.params.on_premise_auth_token);&eol; }&eol; else {&eol; request.addHeader('Authorization: Zoho-oauthtoken ' + MEngine.params.on_demand_auth_token);&eol; request.addHeader('Accept: application/v3+json');&eol; }&eol;&eol; if (MEngine.HTTPProxy) {&eol; request.setProxy(MEngine.HTTPProxy);&eol; }&eol;&eol; if (typeof data !== 'undefined') {&eol; data = JSON.stringify(data);&eol; }&eol;&eol; input = 'input_data=' + encodeURIComponent(data);&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Sending request: ' + url + '?' + input);&eol;&eol; switch (method) {&eol; case 'post':&eol; response = request.post(url, input);&eol; break;&eol;&eol; case 'put':&eol; response = request.put(url, input);&eol; break;&eol;&eol; default:&eol; throw 'Unsupported HTTP request method: ' + method;&eol; }&eol;&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Received response with status code ' +&eol; request.getStatus() + '\n' + response);&eol;&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Failed to parse response received from ManageEngine');&eol; }&eol;&eol; if ((request.getStatus() < 200 &pipe;&pipe; request.getStatus() >= 300)&eol; && typeof response.response_status !== 'object') {&eol; throw 'Request failed with HTTP status code ' + request.getStatus() +&eol; '. Check debug log for more information.';&eol; }&eol; else if (typeof response.response_status === 'object' && response.response_status.status === 'failed') {&eol; message = 'Request failed with status_code ';&eol;&eol; if (typeof response.response_status.messages === 'object'&eol; && response.response_status.messages[0]&eol; && response.response_status.messages[0].message) {&eol; message += response.response_status.messages[0].status_code +&eol; '. Message: ' + response.response_status.messages[0].message;&eol; }&eol; else {&eol; message += response.response_status.status_code;&eol; }&eol;&eol; message += '. Check debug log for more information.';&eol; throw message;&eol; }&eol; else if (response.request) {&eol; return response.request.id;&eol; }&eol; },&eol;&eol; createPaylaod: function (fields, isNote) {&eol; var data = {},&eol; result;&eol;&eol; if (isNote) {&eol; data.description = fields['field_string:description'].replace(/(?:\r\n&pipe;\r&pipe;\n)/g, '
');&eol; result = {request_note: data};&eol; }&eol; else {&eol; Object.keys(fields)&eol; .forEach(function(field) {&eol; if (fields[field].trim() === '') {&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Field "' + field +&eol; '" can\'t be empty. The field ignored.');&eol; }&eol; else {&eol; try {&eol; var prefix = field.split(':')[0],&eol; root;&eol;&eol; if (prefix.startsWith('udf_') && !data.udf_fields) {&eol; data.udf_fields = {};&eol; root = data.udf_fields;&eol; }&eol; else if (prefix.startsWith('udf_')) {&eol; root = data.udf_fields;&eol; }&eol; else {&eol; root = data;&eol; }&eol;&eol; if (prefix.endsWith('string')) {&eol; root[field.substring(field.indexOf(':') + 1)&eol; .toLowerCase()] = fields[field];&eol; }&eol; else {&eol; root[field.substring(field.indexOf(':') + 1)&eol; .toLowerCase()] = {&eol; name: fields[field]&eol; };&eol; }&eol; }&eol; catch (error) {&eol; Zabbix.log(4, '[ ManageEngine Webhook ] Can\'t parse field "' + field +&eol; '". The field ignored.');&eol; }&eol; }&eol; });&eol; if (data.description) {&eol; data.description = data.description.replace(/(?:\r\n&pipe;\r&pipe;\n)/g, '
');&eol; }&eol;&eol; result = {request: data};&eol; }&eol;&eol; return result;&eol; }&eol;};&eol;&eol;try {&eol; var params = JSON.parse(value),&eol; fields = {},&eol; sd = {},&eol; result = {tags: {}},&eol; required_params = [&eol; 'sd_on_premise', 'field_string:subject', 'field_string:description',&eol; 'event_recovery_value', 'event_source', 'event_value', 'event_update_status'&eol; ],&eol; severities = [&eol; {name: 'not_classified', color: '#97AAB3'},&eol; {name: 'information', color: '#7499FF'},&eol; {name: 'warning', color: '#FFC859'},&eol; {name: 'average', color: '#FFA059'},&eol; {name: 'high', color: '#E97659'},&eol; {name: 'disaster', color: '#E45959'},&eol; {name: 'default', color: '#000000'}&eol; ];&eol;&eol; Object.keys(params)&eol; .forEach(function (key) {&eol; if (key.startsWith('sd_')) {&eol; sd[key.substring(3)] = params[key];&eol; }&eol; else if (key.startsWith('field_') &pipe;&pipe; key.startsWith('udf_field_')) {&eol; fields[key] = params[key];&eol; }&eol;&eol; if (required_params.indexOf(key) !== -1 && params[key].trim() === '') {&eol; throw 'Parameter "' + key + '" can\'t be empty.';&eol; }&eol; });&eol;&eol; if ([0, 1, 2, 3].indexOf(parseInt(params.event_source)) === -1) {&eol; throw 'Incorrect "event_source" parameter given: ' + params.event_source + '\nMust be 0-3.';&eol; }&eol;&eol; // Check {EVENT.VALUE} for trigger-based and internal events.&eol; if (params.event_value !== '0' && params.event_value !== '1'&eol; && (params.event_source === '0' &pipe;&pipe; params.event_source === '3')) {&eol; throw 'Incorrect "event_value" parameter given: ' + params.event_value + '\nMust be 0 or 1.';&eol; }&eol;&eol; // Check {EVENT.UPDATE.STATUS} only for trigger-based events.&eol; if (params.event_update_status !== '0' && params.event_update_status !== '1' && params.event_source === '0') {&eol; throw 'Incorrect "event_update_status" parameter given: ' + params.event_update_status + '\nMust be 0 or 1.';&eol; }&eol;&eol; if (params.event_source !== '0' && params.event_recovery_value === '0') {&eol; throw 'Recovery operations are supported only for trigger-based actions.';&eol; }&eol;&eol; if ([0, 1, 2, 3, 4, 5].indexOf(parseInt(params.event_nseverity)) === -1) {&eol; params.event_nseverity = '6';&eol; }&eol;&eol; if (params.event_update_status === '1' && (typeof params.sd_request_id === 'undefined'&eol; &pipe;&pipe; params.sd_request_id.trim() === ''&eol; &pipe;&pipe; params.sd_request_id === '{EVENT.TAGS.__zbx_sd_request_id}')) {&eol; throw 'Parameter "sd_request_id" can\'t be empty for update operation.';&eol; }&eol;&eol; MEngine.setParams(sd);&eol; MEngine.setProxy(params.HTTPProxy);&eol;&eol; if (MEngine.params.on_premise.toLowerCase() !== 'true') {&eol; MEngine.refreshAccessToken();&eol; }&eol;&eol; // Create issue for non trigger-based events.&eol; if (params.event_source !== '0' && params.event_recovery_value !== '0') {&eol; fields['field_object:priority'] = params['priority_' + severities[params.event_nseverity].name]&eol; &pipe;&pipe; 'Normal';&eol;&eol; MEngine.request('post', 'requests', MEngine.createPaylaod(fields));&eol; }&eol; // Create issue for trigger-based events.&eol; else if (params.event_value === '1' && params.event_update_status === '0') {&eol; fields['field_object:priority'] = params['priority_' + severities[params.event_nseverity].name]&eol; &pipe;&pipe; 'Normal';&eol;&eol; var id = MEngine.request('post', 'requests', MEngine.createPaylaod(fields));&eol;&eol; result.tags.__zbx_sd_request_id = id;&eol; result.tags.__zbx_sd_request_link = MEngine.createLink(id, params.sd_url);&eol; }&eol; // Update created issue for trigger-based event.&eol; else {&eol; if (params.event_update_status === '1') {&eol; MEngine.request('post', 'requests/' + params.sd_request_id + '/notes',&eol; MEngine.createPaylaod(fields, true)&eol; );&eol; }&eol; delete fields['field_string:description'];&eol; MEngine.request('put', 'requests/' + params.sd_request_id, MEngine.createPaylaod(fields));&eol; }&eol;&eol; return JSON.stringify(result);&eol;}&eol;catch (error) {&eol; Zabbix.log(3, '[ ManageEngine Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |1 |1 |{EVENT.TAGS.__zbx_sd_request_link} |ManageEngine: {EVENT.TAGS.__zbx_sd_request_id} | | +ROW |32 |4 |Github | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var Github = {&eol; params: {},&eol;&eol; setParams: function (params) {&eol; if (typeof params !== 'object') {&eol; return;&eol; }&eol; Github.params = params;&eol; },&eol;&eol; setProxy: function (HTTPProxy) {&eol; Github.HTTPProxy = HTTPProxy;&eol; },&eol;&eol; urlCheckFormat: function (url) {&eol;&eol; if (typeof url === 'string' && !url.endsWith('/')) {&eol; url += '/';&eol; }&eol;&eol; if (url.indexOf('http://') === -1 && url.indexOf('https://') === -1) {&eol; url = 'https://' + url;&eol; }&eol;&eol; return url;&eol; },&eol;&eol; createProblemURL: function (zabbix_url, triggerid, eventid, event_source) {&eol; var problem_url = zabbix_url;&eol;&eol; if (event_source === '0') {&eol; problem_url += 'tr_events.php?triggerid=' + triggerid + '&eventid=' + eventid;&eol; }&eol;&eol; return problem_url;&eol; },&eol;&eol; request: function (method, url, data) {&eol; ['token', 'user_agent'].forEach(function (field) {&eol; if (typeof Github.params !== 'object' &pipe;&pipe; typeof Github.params[field] === 'undefined' &pipe;&pipe; Github.params[field] === '') {&eol; throw 'Required Github param is not set: "' + field + '".';&eol; }&eol; });&eol;&eol; var response,&eol; request = new HttpRequest();&eol;&eol; request.addHeader('User-Agent: ' + Github.params.user_agent);&eol; request.addHeader('Accept: application/vnd.github.v3+json');&eol; request.addHeader('Authorization: token ' + Github.params.token);&eol;&eol; if (typeof Github.HTTPProxy !== 'undefined' && Github.HTTPProxy !== '') {&eol; request.setProxy(Github.HTTPProxy);&eol; }&eol;&eol; if (typeof data !== 'undefined') {&eol; data = JSON.stringify(data);&eol; }&eol;&eol; Zabbix.log(4, '[ Github Webhook ] Sending request: ' + url + ((typeof data === 'string')&eol; ? ('\n' + data)&eol; : ''));&eol;&eol; switch (method) {&eol; case 'post':&eol; response = request.post(url, data);&eol; break;&eol;&eol; case 'patch':&eol; response = request.patch(url, data);&eol; break;&eol;&eol; default:&eol; throw 'Unsupported HTTP request method: ' + method;&eol; }&eol;&eol; Zabbix.log(4, '[ Github Webhook ] Received response with status code ' +&eol; request.getStatus() + '\n' + response);&eol;&eol; if (response !== null) {&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.log(4, '[ Github Webhook ] Failed to parse response received from Github');&eol; response = null;&eol; }&eol; }&eol;&eol; if (typeof response !== 'object') {&eol; throw 'Failed to process response received from Github. Check debug log for more information.';&eol; }&eol;&eol; if (request.getStatus() < 200 &pipe;&pipe; request.getStatus() >= 300) {&eol; var message = 'Request failed with status code ' + request.getStatus();&eol;&eol; if (response.message) {&eol; message += ': ' + response.message;&eol; }&eol;&eol; throw message + ' Check debug log for more information.';&eol; }&eol;&eol; return response;&eol; }&eol;};&eol;&eol;try {&eol; var params = JSON.parse(value),&eol; github = {},&eol; url = '',&eol; data = {},&eol; comment_data,&eol; result = { tags: {} },&eol; required_params = [&eol; 'alert_subject', 'alert_message', 'event_source', 'event_value',&eol; 'event_update_status', 'event_recovery_value', 'event_severity',&eol; 'event_id', 'trigger_id', 'zabbix_url',&eol; 'github_token', 'github_url', 'github_user_agent'&eol; ],&eol; method = 'post',&eol; process_tags = true;&eol;&eol; Object.keys(params)&eol; .forEach(function (key) {&eol; if (key.startsWith('github_')) {&eol; github[key.substring(7)] = params[key];&eol; }&eol; else if (required_params.indexOf(key) !== -1 && params[key] === '') {&eol; throw 'Parameter "' + key + '" can\'t be empty.';&eol; }&eol; });&eol;&eol; if ([0, 1, 2, 3].indexOf(parseInt(params.event_source)) === -1) {&eol; throw 'Incorrect "event_source" parameter given: ' + params.event_source + '\nMust be 0-3.';&eol; }&eol;&eol; // Check {EVENT.VALUE} for trigger-based and internal events.&eol; if (params.event_value !== '0' && params.event_value !== '1'&eol; && (params.event_source === '0' &pipe;&pipe; params.event_source === '3')) {&eol; throw 'Incorrect "event_value" parameter given: ' + params.event_value + '\nMust be 0 or 1.';&eol; }&eol;&eol; // Check {EVENT.UPDATE.STATUS} only for trigger-based events.&eol; if (params.event_update_status !== '0' && params.event_update_status !== '1' && params.event_source === '0') {&eol; throw 'Incorrect "event_update_status" parameter given: ' + params.event_update_status + '\nMust be 0 or 1.';&eol; }&eol;&eol; if (params.event_source !== '0' && params.event_recovery_value === '0') {&eol; throw 'Recovery operations are supported only for trigger-based actions.';&eol; }&eol;&eol; if (typeof params.zabbix_url !== 'string' &pipe;&pipe; params.zabbix_url.trim() === '' &pipe;&pipe; params.zabbix_url === '{$ZABBIX.URL}') {&eol; throw 'Field "zabbix_url" cannot be empty.';&eol; }&eol;&eol; // Check for backslash in the end of url and schema.&eol; github.url = Github.urlCheckFormat(github.url);&eol; params.zabbix_url = Github.urlCheckFormat(params.zabbix_url);&eol;&eol; // Default url for creating issue&eol; url = github.url + 'repos/' + github.repo + '/issues';&eol;&eol; data.title = params.alert_subject;&eol; data.body = params.alert_message;&eol; data.labels = [&eol; { name: "Zabbix" }&eol; ];&eol;&eol; // Adding label corresponding to trigger severity in Zabbix.&eol; if (params.event_severity !== 'undefined' && params.event_source === '0') {&eol; data.labels.push({ name: params.event_severity });&eol; }&eol;&eol; // In case of update or resolve event.&eol; if (params.event_source === '0' && (params.event_value === '0' &pipe;&pipe; params.event_update_status === '1')) {&eol; process_tags = false;&eol; method = 'patch';&eol; url = github.url + 'repos/' + github.repo + '/issues/' + github.issue_number;&eol; comment_data = Object.assign({}, data);&eol; delete data.body;&eol; } else {&eol; problem_url = Github.createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source);&eol; data.body += '\nEvent details in Zabbix: [' + problem_url + '](' + problem_url + ')';&eol; }&eol;&eol; Github.setParams(github);&eol; Github.setProxy(params.HTTPProxy);&eol;&eol; var response = Github.request(method, url, data);&eol;&eol; // Leave a comment if comment_data present.&eol; if (typeof comment_data === 'object') {&eol; url = github.url + 'repos/' + github.repo + '/issues/' + github.issue_number + '/comments';&eol; Github.request("post", url, comment_data);&eol; }&eol;&eol; if (process_tags) {&eol; result.tags.__zbx_github_issue_number = response.number;&eol; result.tags.__zbx_github_repo = github.repo;&eol; result.tags.__zbx_github_link = response.html_url;&eol; }&eol;&eol; Zabbix.log(4, '[ Github Webhook ] Result: ' + JSON.stringify(result));&eol; return JSON.stringify(result);&eol;}&eol;catch (error) {&eol; Zabbix.log(4, '[ Github Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |1 |1 |{EVENT.TAGS.__zbx_github_link} |Github: Issue {EVENT.TAGS.__zbx_github_issue_number} | | TABLE |media_type_param FIELDS|mediatype_paramid|mediatypeid|name |value | @@ -632,6 +633,21 @@ ROW |563 |31 |sd_on_premise_auth_token ROW |564 |31 |sd_request_id |{EVENT.TAGS.__zbx_sd_request_id} | ROW |565 |31 |sd_url | | ROW |566 |31 |trigger_description |{TRIGGER.DESCRIPTION} | +ROW |567 |32 |alert_message |{ALERT.MESSAGE} | +ROW |568 |32 |alert_subject |{ALERT.SUBJECT} | +ROW |569 |32 |event_id |{EVENT.ID} | +ROW |570 |32 |event_recovery_value |{EVENT.RECOVERY.VALUE} | +ROW |571 |32 |event_severity |{EVENT.SEVERITY} | +ROW |572 |32 |event_source |{EVENT.SOURCE} | +ROW |573 |32 |event_update_status |{EVENT.UPDATE.STATUS} | +ROW |574 |32 |event_value |{EVENT.VALUE} | +ROW |575 |32 |github_issue_number |{EVENT.TAGS.__zbx_github_issue_number} | +ROW |576 |32 |github_repo |{ALERT.SENDTO} | +ROW |577 |32 |github_token | | +ROW |578 |32 |github_url |https://api.github.com | +ROW |579 |32 |github_user_agent |Zabbix/6.0 | +ROW |580 |32 |trigger_id |{TRIGGER.ID} | +ROW |581 |32 |zabbix_url |{$ZABBIX.URL} | TABLE |media_type_message FIELDS|mediatype_messageid|mediatypeid|eventsource|recovery|subject |message | @@ -784,6 +800,11 @@ ROW |146 |31 |0 |1 |[{EVENT.STATUS}] {EV ROW |147 |31 |0 |2 |[{EVENT.STATUS}] {EVENT.NAME} |{USER.FULLNAME} {EVENT.UPDATE.ACTION} problem at {EVENT.UPDATE.DATE} {EVENT.UPDATE.TIME}.&eol;{EVENT.UPDATE.MESSAGE}&eol;&eol;Current problem status is {EVENT.STATUS}, acknowledged: {EVENT.ACK.STATUS}. | ROW |148 |31 |1 |0 |Discovery: {DISCOVERY.DEVICE.STATUS} {DISCOVERY.DEVICE.IPADDRESS}|Discovery rule: {DISCOVERY.RULE.NAME}&eol;&eol;Device IP: {DISCOVERY.DEVICE.IPADDRESS}&eol;Device DNS: {DISCOVERY.DEVICE.DNS}&eol;Device status: {DISCOVERY.DEVICE.STATUS}&eol;Device uptime: {DISCOVERY.DEVICE.UPTIME}&eol;&eol;Device service name: {DISCOVERY.SERVICE.NAME}&eol;Device service port: {DISCOVERY.SERVICE.PORT}&eol;Device service status: {DISCOVERY.SERVICE.STATUS}&eol;Device service uptime: {DISCOVERY.SERVICE.UPTIME} | ROW |149 |31 |2 |0 |Autoregistration: {HOST.HOST} |Host name: {HOST.HOST}&eol;Host IP: {HOST.IP}&eol;Agent port: {HOST.PORT} | +ROW |150 |32 |0 |0 |[{EVENT.STATUS}] {EVENT.NAME} |Problem started at {EVENT.TIME} on {EVENT.DATE}&eol;Problem name: {EVENT.NAME}&eol;Host: {HOST.NAME}&eol;Severity: {EVENT.SEVERITY}&eol;Operational data: {EVENT.OPDATA}&eol;Original problem ID: {EVENT.ID}&eol;{TRIGGER.URL} | +ROW |151 |32 |0 |1 |[{EVENT.STATUS}] {EVENT.NAME} |Problem has been resolved in {EVENT.DURATION} at {EVENT.RECOVERY.TIME} on {EVENT.RECOVERY.DATE}&eol;Problem name: {EVENT.NAME}&eol;Host: {HOST.NAME}&eol;Severity: {EVENT.SEVERITY}&eol;Original problem ID: {EVENT.ID}&eol;{TRIGGER.URL} | +ROW |152 |32 |0 |2 |[{EVENT.STATUS}] {EVENT.NAME} |{USER.FULLNAME} {EVENT.UPDATE.ACTION} problem at {EVENT.UPDATE.DATE} {EVENT.UPDATE.TIME}.&eol;{EVENT.UPDATE.MESSAGE}&eol;&eol;Current problem status is {EVENT.STATUS}, acknowledged: {EVENT.ACK.STATUS}. | +ROW |153 |32 |1 |0 |Discovery: {DISCOVERY.DEVICE.STATUS} {DISCOVERY.DEVICE.IPADDRESS}|Discovery rule: {DISCOVERY.RULE.NAME}&eol;&eol;Device IP: {DISCOVERY.DEVICE.IPADDRESS}&eol;Device DNS: {DISCOVERY.DEVICE.DNS}&eol;Device status: {DISCOVERY.DEVICE.STATUS}&eol;Device uptime: {DISCOVERY.DEVICE.UPTIME}&eol;&eol;Device service name: {DISCOVERY.SERVICE.NAME}&eol;Device service port: {DISCOVERY.SERVICE.PORT}&eol;Device service status: {DISCOVERY.SERVICE.STATUS}&eol;Device service uptime: {DISCOVERY.SERVICE.UPTIME} | +ROW |154 |32 |2 |0 |Autoregistration: {HOST.HOST} |Host name: {HOST.HOST}&eol;Host IP: {HOST.IP}&eol;Agent port: {HOST.PORT} | TABLE |usrgrp FIELDS|usrgrpid|name |gui_access|users_status|debug_mode| @@ -926,3 +947,4 @@ ROW |24 |4 |0 |services.write |0 | |NULL ROW |25 |4 |0 |modules.default_access|1 | |NULL |NULL | ROW |26 |4 |0 |api.access |0 | |NULL |NULL | ROW |27 |4 |0 |actions.default_access|0 | |NULL |NULL | + diff --git a/create/src/templates.tmpl b/create/src/templates.tmpl index 9d2d4477e65..0e68c52351e 100644 --- a/create/src/templates.tmpl +++ b/create/src/templates.tmpl @@ -193,8 +193,8 @@ ROW |10379 |NULL |Jenkins by HTTP ROW |10380 |NULL |Hikvision camera by HTTP |3 |-1 |2 | | |Hikvision camera by HTTP |0 |NULL |Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |3fb4020df2984b0ab64dfd8355ff5c65| ROW |10381 |NULL |Ignite by JMX |3 |-1 |2 | | |Ignite by JMX |0 |NULL |The template to monitor Apache Ignite by Zabbix that work without any external scripts.&eol; It works with both standalone and cluster instances.&eol; The metrics are discoverable and collected by JMX. &eol; Current JMX tree hierarchy contains classloader by default. Add the following jvm option `-DIGNITE_MBEAN_APPEND_CLASS_LOADER_ID=false`to will exclude one level with Classloader name.&eol; You can set {$IGNITE.USER} and {$IGNITE.PASSWORD} macros in the template for using on the host level.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |ab05dbb15ff047f192782f617f0627ac| ROW |10382 |NULL |Microsoft SharePoint by HTTP |3 |-1 |2 | | |Microsoft SharePoint by HTTP |0 |NULL |Overview:&eol;Template receives data via HTTP Agent.&eol;Setup:&eol;Create a new host. &eol;Define macros according to your Sharepoint web portal.&eol;It is recommended to fill in the values of the filter macros to avoid getting redundant data. |1 |1 | | | | | |1 |0 |0 |8d5fe5b4ebb64255a2429b34c7dd3681| -ROW |10383 |NULL |SMART by Zabbix agent 2 |3 |-1 |2 | | |SMART by Zabbix agent 2 |0 |NULL |The template for monitoring S.M.A.R.T. attributes of physical disk that works without any external scripts. It collects metrics by Zabbix agent 2 version 5.0 and later with Smartmontools version 7.1 and later. Disk discovery LLD rule finds all HDD, SSD, NVMe disks with S.M.A.R.T. enabled. Attribute discovery LLD rule finds all Vendor Specific Attributes for each disk. If you want to skip some attributes, please set regular expressions with disk names in {$SMART.DISK.NAME.MATCHES} and with attribute IDs in {$SMART.ATTRIBUTE.ID.MATCHES} macros on the host level.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/415662-discussion-thread-for-official-zabbix-smart-disk-monitoring&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |7b6c6228b25f4586b42cd1bf37ff8034| -ROW |10384 |NULL |SMART by Zabbix agent active 2 |3 |-1 |2 | | |SMART by Zabbix agent active 2 |0 |NULL |The template for monitoring S.M.A.R.T. attributes of physical disk that works without any external scripts. It collects metrics by Zabbix agent active 2 version 5.0 and later with Smartmontools version 7.1 and later. Disk discovery LLD rule finds all HDD, SSD, NVMe disks with S.M.A.R.T. enabled. Attribute discovery LLD rule finds all Vendor Specific Attributes for each disk. If you want to skip some attributes, please set regular expressions with disk names in {$SMART.DISK.NAME.MATCHES} and with attribute IDs in {$SMART.ATTRIBUTE.ID.MATCHES} macros on the host level.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/415662-discussion-thread-for-official-zabbix-smart-disk-monitoring&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |e518b1340ce44d7389d2cc7c304a97b4| +ROW |10383 |NULL |SMART by Zabbix agent 2 |3 |-1 |2 | | |SMART by Zabbix agent 2 |0 |NULL |The template for monitoring S.M.A.R.T. attributes of physical disk that works without any external scripts. It collects metrics by Zabbix agent 2 version 5.0 and later with Smartmontools version 7.1 and later. Disk discovery LLD rule finds all HDD, SSD, NVMe disks with S.M.A.R.T. enabled. Attribute discovery LLD rule finds all Vendor Specific Attributes for each disk. If you want to skip some attributes, please set regular expressions with disk names in {$SMART.DISK.NAME.MATCHES} and with attribute IDs in {$SMART.ATTRIBUTE.ID.MATCHES} macros on the host level.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/415662-discussion-thread-for-official-zabbix-smart-disk-monitoring&eol;&eol;Template tooling version used: 0.39 |1 |1 | | | | | |1 |0 |0 |7b6c6228b25f4586b42cd1bf37ff8034| +ROW |10384 |NULL |SMART by Zabbix agent active 2 |3 |-1 |2 | | |SMART by Zabbix agent active 2 |0 |NULL |The template for monitoring S.M.A.R.T. attributes of physical disk that works without any external scripts. It collects metrics by Zabbix agent 2 version 5.0 and later with Smartmontools version 7.1 and later. Disk discovery LLD rule finds all HDD, SSD, NVMe disks with S.M.A.R.T. enabled. Attribute discovery LLD rule finds all Vendor Specific Attributes for each disk. If you want to skip some attributes, please set regular expressions with disk names in {$SMART.DISK.NAME.MATCHES} and with attribute IDs in {$SMART.ATTRIBUTE.ID.MATCHES} macros on the host level.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/415662-discussion-thread-for-official-zabbix-smart-disk-monitoring&eol;&eol;Template tooling version used: 0.39 |1 |1 | | | | | |1 |0 |0 |e518b1340ce44d7389d2cc7c304a97b4| ROW |10385 |NULL |Huawei OceanStor 5300 V5 SNMP |3 |-1 |2 | | |Huawei OceanStor 5300 V5 SNMP |0 |NULL |The template to monitor SAN Huawei OceanStor 5300 V5 by Zabbix SNMP agent.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/418855-discussion-thread-for-official-zabbix-template-huawei-oceanstor&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |c5564dd58c394b969d5365cc5de3e7f8| ROW |10386 |NULL |MongoDB node by Zabbix Agent 2 |3 |-1 |2 | | |MongoDB node by Zabbix Agent 2 |0 |NULL |Get MongoDB metrics from plugin for the zabbix-agent2.&eol; 1. Setup and configure zabbix-agent2 compiled with the MongoDB monitoring plugin.&eol; 2. Set the {$MONGODB.CONNSTRING} such as or named session.&eol; 3. Set the user name and password in host macros ({$MONGODB.USER}, {$MONGODB.PASSWORD}) if you want to override parameters from the Zabbix agent configuration file.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/420659-discussion-thread-for-official-zabbix-template-db-mongodb&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |81aa8c5ab5594f77a2b26fb7f5094048| ROW |10387 |NULL |MongoDB cluster by Zabbix Agent 2 |3 |-1 |2 | | |MongoDB cluster by Zabbix Agent 2 |0 |NULL |Get MongoDB metrics from plugin for the zabbix-agent2.&eol; 1. Setup and configure zabbix-agent2 compiled with the MongoDB monitoring plugin.&eol; 2. Set the {$MONGODB.CONNSTRING} such as or named session.&eol; 3. Set the user name and password in host macros ({$MONGODB.USER}, {$MONGODB.PASSWORD}) if you want to override parameters from the Zabbix agent configuration file.&eol;&eol; All sharded Mongodb nodes (mongod) will be discovered with attached template "MongoDB node".&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/420659-discussion-thread-for-official-zabbix-template-db-mongodb&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |d38b271797bd41f2ad8c79d83b9d8d9c| @@ -258,6 +258,7 @@ ROW |10444 |NULL |HPE ProLiant BL920 SNMP ROW |10445 |NULL |HPE ProLiant DL360 SNMP |3 |-1 |2 | | |HPE ProLiant DL360 SNMP |0 |NULL |Template for HPE ProLiant DL360 servers with HP iLO version 4 and later.&eol;&eol;MIBs used:&eol;CPQHLTH-MIB&eol;SNMPv2-MIB&eol;CPQNIC-MIB&eol;CPQSINFO-MIB&eol;CPQIDA-MIB&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |60cb9ccb922e4fd194a1d9573db10237| ROW |10446 |NULL |HPE ProLiant DL380 SNMP |3 |-1 |2 | | |HPE ProLiant DL380 SNMP |0 |NULL |Template for HPE ProLiant DL380 servers with HP iLO version 4 and later.&eol;&eol;MIBs used:&eol;CPQHLTH-MIB&eol;SNMPv2-MIB&eol;CPQNIC-MIB&eol;CPQSINFO-MIB&eol;CPQIDA-MIB&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |379aaf7e87574debb4f5c3947a22ec68| ROW |10447 |NULL |Travis CI by HTTP |3 |-1 |2 | | |Travis CI by HTTP |0 |NULL |Template for monitoring Travis CI https://travis-ci.com&eol;You must set {$TRAVIS.API.TOKEN} and {$TRAVIS.API.URL} macros.&eol; {$TRAVIS.API.TOKEN} is a Travis API authentication token located in User -> Settings -> API authentication.&eol; {$TRAVIS.API.URL} could be in 3 different variations:&eol; - for a private project : api.travis-ci.com&eol; - for an enterprise projects: api.example.com (where you replace example.com with the domain Travis CI is running on)&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback/&eol;&eol;Template tooling version used: 0.38 |1 |1 | | | | | |1 |0 |0 |8cdbe00a2a3046ee962d28d32567968a| +ROW |10448 |NULL |InfluxDB by HTTP |3 |-1 |2 | | |InfluxDB by HTTP |0 |NULL |Get InfluxDB metrics by HTTP agent from Prometheus metrics endpoint.&eol;For organization discovery template need to use Authorization via API token. See docs: https://docs.influxdata.com/influxdb/v2.0/security/tokens/&eol;&eol;Don't forget change macros {$INFLUXDB.URL}, {$INFLUXDB.API.TOKEN}.&eol;Some metrics may not be collected depending on your InfluxDB instance version and configuration.&eol;&eol;You can discuss this template or leave feedback on our forum https://www.zabbix.com/forum/zabbix-suggestions-and-feedback&eol;&eol;Template tooling version used: 0.39 |1 |1 | | | | | |1 |0 |0 |a6fe3640b23544e7ae15d438b38ce1cd| TABLE |group_prototype FIELDS|group_prototypeid|hostid|name |groupid|templateid| @@ -273,12 +274,12 @@ ROW |35 |10388 |MongoDB sharded cluster/{#REPLICASET}|NULL |NU ROW |37 |10389 |MongoDB sharded cluster/{#ID} |NULL |NULL | ROW |54 |10334 |{#DATACENTER.NAME}/{#VM.FOLDER} (vm) |NULL |NULL | ROW |57 |10368 |{#DATACENTER.NAME}/{#VM.FOLDER} (vm) |NULL |NULL | -ROW |67 |10333 | |12 |NULL | -ROW |68 |10334 | |12 |NULL | -ROW |69 |10367 | |12 |NULL | -ROW |70 |10368 | |12 |NULL | -ROW |71 |10388 | |13 |NULL | -ROW |72 |10389 | |13 |NULL | +ROW |73 |10333 | |12 |NULL | +ROW |74 |10334 | |12 |NULL | +ROW |75 |10367 | |12 |NULL | +ROW |76 |10368 | |12 |NULL | +ROW |77 |10388 | |13 |NULL | +ROW |78 |10389 | |13 |NULL | TABLE |interface FIELDS|interfaceid|hostid|main|type|useip|ip |dns |port | @@ -845,6 +846,7 @@ ROW |552 |10446 |CPQIDA-MIB::cpqDaPhyDrvStatus ROW |553 |10446 |CPQNIC-MIB::cpqNicIfPhysAdapterStatus |1d312bcad99c43b8931fb128f6250afa| ROW |554 |10446 |CPQSINFO-MIB::status |48e68c2789334818b5536be3f8628f66| ROW |555 |10446 |zabbix.host.available |1b63c6eea5fc42a99501408d603c158b| +ROW |556 |10448 |InfluxDB healthcheck |d1b4478bdfc44c6db79a4a262f605d92| TABLE |items FIELDS|itemid|type|snmp_oid |hostid|name |key_ |delay |history|trends|status|value_type|trapper_hosts|units |formula |logtimefmt |templateid|valuemapid|params |ipmi_sensor |authtype|username |password |publickey|privatekey|flags|interfaceid|description |inventory_link|lifetime|evaltype|jmx_endpoint |master_itemid|timeout |url |query_fields |posts|status_codes |follow_redirects|post_type|headers |retrieve_mode|request_method|output_format|verify_peer|verify_host|allow_traps|discover|uuid | @@ -5429,6 +5431,9 @@ ROW |36775 |19 | ROW |36782 |15 | |10447 |Travis: Repo [{#SLUG}]: Builds passed, % |travis.repo.builds.passed.pct[{#SLUG}] |1m |7d |365d |0 |3 | |% | | |NULL |NULL |last(//travis.repo.builds.passed[{#SLUG}])/last(//travis.repo.builds.total[{#SLUG}])*100 | |0 | | | | |2 |NULL |Percent of passed builds in {#SLUG} repo. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |0d2f2c7b23284836ad52b4ddc98dcfc8| ROW |36783 |19 | |10447 |Travis: Repo [{#SLUG}]: Get builds |travis.repo.get_builds[{#SLUG}] |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Getting builds of {#SLUG} using Travis API. |0 |30d |0 | |NULL |3s |https://{$TRAVIS.API.URL}/repo/{#ID}/builds |[{"limit":"50"}] | | |1 |0 |Travis-API-Version: 3&eol;Authorization: token {$TRAVIS.API.TOKEN} |0 |0 |0 |0 |0 |0 |0 |ed33292bc0924b9c85cb54443d5aa999| ROW |36784 |19 | |10447 |Travis: Repo [{#SLUG}]: Get caches |travis.repo.get_caches[{#SLUG}] |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Getting caches of {#SLUG} using Travis API. |0 |30d |0 | |NULL |3s |https://{$TRAVIS.API.URL}/repo/{#ID}/caches |[{"limit":"50"}] | | |1 |0 |Travis-API-Version: 3&eol;Authorization: token {$TRAVIS.API.TOKEN} |0 |0 |0 |0 |0 |0 |0 |2e0c047997624373a50001b8399b3d7c| +ROW |36795 |19 | |10448 |InfluxDB: Get instance metrics |influx.get_metrics |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s |{$INFLUXDB.URL}/metrics | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |286bb866060e47948c02408ebc841f1f| +ROW |36796 |19 | |10448 |InfluxDB: Instance status |influx.healthcheck |1m |7d |365d |0 |3 | | | | |NULL |556 | | |0 | | | | |0 |NULL |Get the health of an instance. |0 |30d |0 | |NULL |3s |{$INFLUXDB.URL}/health | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |f8f514943c9040d7b41f14db92ca6c91| +ROW |36813 |19 | |10448 |Organizations discovery |influxdb.orgs.discovery |10m |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |Discovery of organizations merics. |0 |30d |1 | |NULL |3s |{$INFLUXDB.URL}/api/v2/orgs | | |200 |1 |0 |Content-type: application/json&eol;Authorization: Token {$INFLUXDB.API.TOKEN} |0 |0 |0 |0 |0 |0 |0 |41766fd081804c399c3a7e70dd1fbf03| TABLE |items FIELDS|itemid|type|snmp_oid|hostid|name |key_ |delay|history|trends|status|value_type|trapper_hosts|units |formula|logtimefmt|templateid|valuemapid|params|ipmi_sensor|authtype|username|password|publickey|privatekey|flags|interfaceid|description |inventory_link|lifetime|evaltype|jmx_endpoint|master_itemid|timeout|url |query_fields|posts|status_codes|follow_redirects|post_type|headers|retrieve_mode|request_method|output_format|verify_peer|verify_host|allow_traps|discover|uuid | @@ -7277,7 +7282,7 @@ ROW |33636 |18 | |10382 |Sharepoint: Modified ({#SHAREPOINT.LLD.FULL_P ROW |33637 |18 | |10382 |Sharepoint: Size ({#SHAREPOINT.LLD.FULL_PATH}) |sharepoint.size["{#SHAREPOINT.LLD.FULL_PATH}"] |0 |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL |Size of:&eol;{#SHAREPOINT.LLD.FULL_PATH} |0 |30d |0 | |33630 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |68c3d2d2b33a494ab85ca6b883398fbb| ROW |33659 |18 | |10383 |SMART [{#NAME}]: ID {#ID} {#ATTRNAME} |smart.disk.error[{#NAME},{#ID}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |2af3d630a99a4989b94e2afd782a3f78| ROW |33660 |18 | |10383 |SMART [{#NAME}]: Critical warning |smart.disk.critical_warning[{#NAME}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |This field indicates critical warnings for the state of the controller. |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |c186f7ce1b8d4311997c84fd5c239819| -ROW |33661 |18 | |10383 |SMART [{#NAME}]: Power on hours |smart.disk.hours[{#NAME}] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. "By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours." On some pre-2005 drives, this raw value may advance erratically and/or "wrap around" (reset to zero periodically). https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |365f9642f2764116923bb3e014eefa22| +ROW |33661 |18 | |10383 |SMART [{#NAME}]: Power on hours |smart.disk.hours[{#NAME}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. "By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours." On some pre-2005 drives, this raw value may advance erratically and/or "wrap around" (reset to zero periodically). https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |365f9642f2764116923bb3e014eefa22| ROW |33662 |18 | |10383 |SMART [{#NAME}]: Media errors |smart.disk.media_errors[{#NAME}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Contains the number of occurrences where the controller detected an unrecovered data integrity error. Errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch are included in this field. |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |8478d6421fb044339e2118848ac6d56b| ROW |33663 |18 | |10383 |SMART [{#NAME}]: Device model |smart.disk.model[{#NAME}] |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |b6abf9b52c694600b63fce4a68fc0fbd| ROW |33664 |18 | |10383 |SMART [{#NAME}]: Percentage used |smart.disk.percentage_used[{#NAME}] |0 |7d |365d |0 |3 | |% | | |NULL |NULL | | |0 | | | | |2 |NULL |Contains a vendor specific estimate of the percentage of NVM subsystem life used based on the actual usage and the manufacturer’s prediction of NVM life. A value of 100 indicates that the estimated endurance of the NVM in the NVM subsystem has been consumed, but may not indicate an NVM subsystem failure. The value is allowed to exceed 100. Percentages greater than 254 shall be represented as 255. This value shall be updated once per power-on hour (when the controller is not in a sleep state). |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |6ce46d274a694eac9700bd02a936f4be| @@ -7286,7 +7291,7 @@ ROW |33666 |18 | |10383 |SMART [{#NAME}]: Temperature ROW |33667 |18 | |10383 |SMART [{#NAME}]: Self-test passed |smart.disk.test[{#NAME}] |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |The disk is passed the SMART self-test or not. |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |434b338d88e041dd9b6a0b7aaa403076| ROW |33671 |18 | |10384 |SMART [{#NAME}]: ID {#ID} {#ATTRNAME} |smart.disk.error[{#NAME},{#ID}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |498a4f1b4b7442b5a38c52400646cc47| ROW |33672 |18 | |10384 |SMART [{#NAME}]: Critical warning |smart.disk.critical_warning[{#NAME}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |This field indicates critical warnings for the state of the controller. |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |ad6a9f6f7293495c916bb0aac0bc9729| -ROW |33673 |18 | |10384 |SMART [{#NAME}]: Power on hours |smart.disk.hours[{#NAME}] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. "By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours." On some pre-2005 drives, this raw value may advance erratically and/or "wrap around" (reset to zero periodically). https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |e5bbd606e330469389bf081588b88d17| +ROW |33673 |18 | |10384 |SMART [{#NAME}]: Power on hours |smart.disk.hours[{#NAME}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state. "By default, the total expected lifetime of a hard disk in perfect condition is defined as 5 years (running every day and night on all days). This is equal to 1825 days in 24/7 mode or 43800 hours." On some pre-2005 drives, this raw value may advance erratically and/or "wrap around" (reset to zero periodically). https://en.wikipedia.org/wiki/S.M.A.R.T.#Known_ATA_S.M.A.R.T._attributes |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |e5bbd606e330469389bf081588b88d17| ROW |33674 |18 | |10384 |SMART [{#NAME}]: Media errors |smart.disk.media_errors[{#NAME}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Contains the number of occurrences where the controller detected an unrecovered data integrity error. Errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch are included in this field. |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |0861b008b09a41799978e085625aaa4a| ROW |33675 |18 | |10384 |SMART [{#NAME}]: Device model |smart.disk.model[{#NAME}] |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |f48fe3366b194eb4942411cc776c8633| ROW |33676 |18 | |10384 |SMART [{#NAME}]: Percentage used |smart.disk.percentage_used[{#NAME}] |0 |7d |365d |0 |3 | |% | | |NULL |NULL | | |0 | | | | |2 |NULL |Contains a vendor specific estimate of the percentage of NVM subsystem life used based on the actual usage and the manufacturer’s prediction of NVM life. A value of 100 indicates that the estimated endurance of the NVM in the NVM subsystem has been consumed, but may not indicate an NVM subsystem failure. The value is allowed to exceed 100. Percentages greater than 254 shall be represented as 255. This value shall be updated once per power-on hour (when the controller is not in a sleep state). |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |d5cef21c49994c3e8e12ef6471d7cdcd| @@ -7954,6 +7959,30 @@ ROW |36791 |18 | |10447 |Travis: Repo [{#SLUG}]: Last build duration ROW |36792 |18 | |10447 |Travis: Repo [{#SLUG}]: Last build id |travis.repo.last_build.id[{#SLUG}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Last build id in {#SLUG} repo. |0 |30d |0 | |36783 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |fbcb7b4001b949889fc85f2499684aae| ROW |36793 |18 | |10447 |Travis: Repo [{#SLUG}]: Last build number |travis.repo.last_build.number[{#SLUG}] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Last build number in {#SLUG} repo. |0 |30d |0 | |36783 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |d9dbe9ffeafa46569fce1ca5ba4897cf| ROW |36794 |18 | |10447 |Travis: Repo [{#SLUG}]: Last build state |travis.repo.last_build.state[{#SLUG}] |0 |7d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Last build state in {#SLUG} repo. |0 |30d |0 | |36783 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |a081582913ca40ee93a6e5fb326c5c64| +ROW |36797 |18 | |10448 |InfluxDB: Users, total |influxdb.users.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total users on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |86357d43721f4e6aa6b1dd7e63dd2f47| +ROW |36798 |18 | |10448 |InfluxDB: Uptime |influxdb.uptime |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |InfluxDB process uptime in seconds. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |8699e951b7944659993422334a4cddc0| +ROW |36799 |18 | |10448 |InfluxDB: Tokens, total |influxdb.tokens.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total tokens on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |079c1eee7d93484b9126598b23921e9d| +ROW |36800 |18 | |10448 |InfluxDB: Telegraf plugins, total |influxdb.telegraf_plugins.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of individual telegraf plugins configured. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |23bad615af024a2e9f06d4541cf6f910| +ROW |36801 |18 | |10448 |InfluxDB: Telegrafs, total |influxdb.telegrafs.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total telegraf configurations on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |94d98714ecce4847be0bdb7b8802f1ec| +ROW |36802 |18 | |10448 |InfluxDB: Workers busy, pct |influxdb.task_executor_workers_busy.pct |0 |7d |365d |0 |3 | |% | | |NULL |NULL | | |0 | | | | |0 |NULL |Percent of total available workers that are currently busy. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |25595754557d49fca7c671df3f6a898c| +ROW |36803 |18 | |10448 |InfluxDB: Workers currently running |influxdb.task_executor_runs_active.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of workers currently running tasks. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |c3f147a2afb3438d8bacbb41fac6b1d0| +ROW |36804 |18 | |10448 |InfluxDB: Task runs successful, rate |influxdb.task_executor_complete.successful.rate |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of runs successful completed across all tasks. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |a0183b6d934c4612b358c027c75eda6e| +ROW |36805 |18 | |10448 |InfluxDB: Task runs failed, rate |influxdb.task_executor_complete.failed.rate |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of failure runs across all tasks. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |f77894d5ede9481381a268670bc88766| +ROW |36806 |18 | |10448 |InfluxDB: Scrapers, total |influxdb.scrapers.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total scrapers on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |e05aa2c424c140afa3794878ed2c3baa| +ROW |36807 |18 | |10448 |InfluxDB: Organizations, total |influxdb.organizations.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total organizations on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |915f00d9dc9847bb8bc8007d034bb80d| +ROW |36808 |18 | |10448 |InfluxDB: Dashboards, total |influxdb.dashboards.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total dashboards on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |1c5931f514804a95ac4bfba3ec4a7d82| +ROW |36809 |18 | |10448 |InfluxDB: Buckets, total |influxdb.buckets.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of total buckets on the server. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |5d5e26ee272a4af6ac979e69a83de74d| +ROW |36810 |18 | |10448 |InfluxDB: Boltdb writes, rate |influxdb.boltdb_writes.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of boltdb writes per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |7bd505a8abb944c2bed17f8e4e5a8c84| +ROW |36811 |18 | |10448 |InfluxDB: Boltdb reads, rate |influxdb.boltdb_reads.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of boltdb reads per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |56b1a9f2eb454a9b96a0e0a73d5439cf| +ROW |36812 |18 | |10448 |InfluxDB: Version |influxdb.version |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Version of the InfluxDB instance. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |d31e0d0823af4f6c999cae3d49b3815b| +ROW |36814 |18 | |10448 |InfluxDB: [{#ORG_NAME}] Query response bytes, failed |influxdb.org.http_query_response_bytes.failed.rate["{#ORG_NAME}"] |0 |7d |365d |0 |0 | |Bps | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of bytes returned with status not 200 per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |c84ae278bd7c4387873bc8bbf6d8ba8f| +ROW |36815 |18 | |10448 |InfluxDB: [{#ORG_NAME}] Query response bytes, success |influxdb.org.http_query_response_bytes.success.rate["{#ORG_NAME}"] |0 |7d |365d |0 |0 | |Bps | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of bytes returned with status 200 per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |fb13e133cf054e8783ba6bf5deaf1686| +ROW |36816 |18 | |10448 |InfluxDB: [{#ORG_NAME}] Query requests, failed |influxdb.org.query_request.failed.rate["{#ORG_NAME}"] |0 |7d |365d |0 |0 | |Rps | | |NULL |NULL | | |0 | | | | |2 |NULL |Total number of query requests with status not 200 per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |9688861c4268455193772389a957264f| +ROW |36817 |18 | |10448 |InfluxDB: [{#ORG_NAME}] Query requests, success |influxdb.org.query_request.success.rate["{#ORG_NAME}"] |0 |7d |365d |0 |0 | |Rps | | |NULL |NULL | | |0 | | | | |2 |NULL |Total number of query requests with status 200 per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |da53d3185ba744c38fc264993c72b1b9| +ROW |36818 |18 | |10448 |InfluxDB: [{#ORG_NAME}] Query requests bytes, failed |influxdb.org.query_request_bytes.failed.rate["{#ORG_NAME}"] |0 |7d |365d |0 |0 | |Bps | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of bytes received with status not 200 per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |4f8dbb16f7a842678e4fb4343c88b560| +ROW |36819 |18 | |10448 |InfluxDB: [{#ORG_NAME}] Query requests bytes, success |influxdb.org.query_request_bytes.success.rate["{#ORG_NAME}"] |0 |7d |365d |0 |0 | |Bps | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of bytes received with status 200 per second. |0 |30d |0 | |36795 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |6bbeb22e5c9b46a2bf480dcf41b4eb0e| +ROW |36820 |18 | |10383 |SMART [{#NAME}]: ID {#ID} {#ATTRNAME} raw value |smart.disk.attr.raw[{#NAME},{#ID}] |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |33656 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |04718ade5247478da0450f1cd497b782| +ROW |36821 |18 | |10384 |SMART [{#NAME}]: ID {#ID} {#ATTRNAME} raw value |smart.disk.attr.raw[{#NAME},{#ID}] |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |33668 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |5c09ba32ad72321bce5042d5f4dc59d2| TABLE |items FIELDS|itemid|type|snmp_oid|hostid|name |key_ |delay|history|trends|status|value_type|trapper_hosts|units|formula|logtimefmt|templateid|valuemapid|params|ipmi_sensor|authtype|username|password|publickey|privatekey|flags|interfaceid|description |inventory_link|lifetime|evaltype|jmx_endpoint|master_itemid|timeout|url |query_fields|posts|status_codes|follow_redirects|post_type|headers|retrieve_mode|request_method|output_format|verify_peer|verify_host|allow_traps|discover|uuid | @@ -12261,6 +12290,11 @@ ROW |19651 |{25011}=1 ROW |19652 |{25012}=0 |Travis: Service is unavailable | |0 |4 |Travis API is unavailable. Please check if the correct macros are set. |NULL |0 |0 |0 | |0 | |1 | |0 | |e8398acab5a74505a85ade5d3ca5f590| ROW |19653 |{25013}<{$TRAVIS.BUILDS.SUCCESS.PERCENT} |Travis: Repo [{#SLUG}]: Percent of successful builds are < {$TRAVIS.BUILDS.SUCCESS.PERCENT}% | |0 |2 |Low successful builds rate. |NULL |0 |2 |0 | |0 | |1 | |0 | |8279ce31c4fe4cb7a03baa8a0149a557| ROW |19654 |{25014}=1 |Travis: Repo [{#SLUG}]: Last build status is 'errored' | |0 |2 |Last build status is errored. |NULL |0 |2 |0 | |0 | |1 | |0 | |9b26f06ae3854aad8d2c0f4623bb1533| +ROW |19655 |{25015}=0 |InfluxDB: Health check was failed | |0 |4 |The InfluxDB instance is not available or unhealthy. |NULL |0 |0 |0 | |0 | |0 | |0 | |de130833b4514481aa56d3ba06e648fc| +ROW |19656 |{25016}>{$INFLUXDB.TASK.RUN.FAIL.MAX.WARN} |InfluxDB: Too many tasks failure runs (over {$INFLUXDB.TASK.RUN.FAIL.MAX.WARN} for 5m) | |0 |2 |"Number of failure runs completed across all tasks is too high." |NULL |0 |0 |0 | |0 | |0 | |0 | |f0d2137905bc477f979d035c06111844| +ROW |19657 |{25017}<10m |InfluxDB: has been restarted (uptime < 10m) | |0 |1 |Uptime is less than 10 minutes |NULL |0 |0 |0 | |0 | |1 | |0 | |335f27fb002544838f7150b11238d86b| +ROW |19658 |{25018}<>{25019} and length({25020})>0 |InfluxDB: Version has changed (new version: {ITEM.VALUE}) | |0 |1 |InfluxDB version has changed. Ack to close. |NULL |0 |0 |0 | |0 | |1 | |0 | |d2b02cc426c748608968ae08c0823461| +ROW |19659 |{25021}>{$INFLUXDB.REQ.FAIL.MAX.WARN} |InfluxDB: [{#ORG_NAME}]: Too many requests failures (over {$INFLUXDB.REQ.FAIL.MAX.WARN} for 5m) | |0 |2 |Too many query requests failed. |NULL |0 |2 |0 | |0 | |0 | |0 | |893fa5755b514c36aa177c4f4e25b254| TABLE |triggers FIELDS|triggerid|expression |description |url |status|priority|comments |templateid|type|flags|recovery_mode|recovery_expression |correlation_mode|correlation_tag|manual_close|opdata |discover|event_name|uuid| @@ -12793,958 +12827,958 @@ ROW |18457 |{22239}>{$IF.ERRORS.WARN:"{#IFNAME}"}&eol;or {22240}>{$IF.ERROR TABLE |trigger_depends FIELDS|triggerdepid|triggerid_down|triggerid_up| ROW |25229 |18761 |18762 | -ROW |28760 |17412 |17411 | -ROW |28761 |17414 |17413 | -ROW |28762 |17416 |17415 | -ROW |28763 |15944 |15947 | -ROW |28764 |15944 |15943 | -ROW |28765 |15943 |15947 | -ROW |28766 |16888 |15947 | -ROW |28767 |16888 |15943 | -ROW |28768 |15948 |15949 | -ROW |28769 |15950 |15949 | -ROW |28770 |17429 |17428 | -ROW |28771 |17431 |17430 | -ROW |28772 |17433 |17432 | -ROW |28773 |17355 |17354 | -ROW |28774 |17358 |17357 | -ROW |28775 |18960 |18962 | -ROW |28776 |16743 |16744 | -ROW |28777 |16784 |16785 | -ROW |28778 |16790 |16791 | -ROW |28779 |16892 |16900 | -ROW |28780 |16894 |16900 | -ROW |28781 |17459 |17458 | -ROW |28782 |17463 |17458 | -ROW |28783 |17471 |17480 | -ROW |28784 |17476 |17481 | -ROW |28785 |17478 |17480 | -ROW |28786 |17479 |17481 | -ROW |28787 |17483 |17482 | -ROW |28788 |17486 |17485 | -ROW |28789 |16646 |16647 | -ROW |28790 |18965 |16660 | -ROW |28791 |16809 |16810 | -ROW |28792 |18966 |16677 | -ROW |28793 |16902 |16904 | -ROW |28794 |16904 |16905 | -ROW |28795 |16909 |16906 | -ROW |28796 |16910 |16912 | -ROW |28797 |16912 |16913 | -ROW |28798 |16917 |16914 | -ROW |28799 |17962 |17963 | -ROW |28800 |17962 |17958 | -ROW |28801 |16752 |16753 | -ROW |28802 |15955 |15957 | -ROW |28803 |15955 |15954 | -ROW |28804 |15954 |15957 | -ROW |28805 |15956 |15957 | -ROW |28806 |15956 |15954 | -ROW |28807 |16678 |15957 | -ROW |28808 |16678 |15954 | -ROW |28809 |15961 |15960 | -ROW |28810 |15962 |15960 | -ROW |28811 |16679 |15960 | -ROW |28812 |17090 |17096 | -ROW |28813 |17093 |17096 | -ROW |28814 |17101 |17098 | -ROW |28815 |16257 |16255 | -ROW |28816 |16257 |16256 | -ROW |28817 |16256 |16255 | -ROW |28818 |16251 |16255 | -ROW |28819 |16251 |16256 | -ROW |28820 |16443 |16255 | -ROW |28821 |16443 |16256 | -ROW |28822 |16270 |16269 | -ROW |28823 |16448 |16269 | -ROW |28824 |16265 |16269 | -ROW |28825 |17503 |17505 | -ROW |28826 |17512 |17511 | -ROW |28827 |17513 |17505 | -ROW |28833 |17516 |17518 | -ROW |28834 |17517 |17516 | -ROW |28835 |17517 |17518 | -ROW |28836 |17517 |17519 | -ROW |28837 |17519 |17518 | -ROW |28838 |18918 |18917 | -ROW |28839 |17973 |17965 | -ROW |28840 |17974 |17966 | -ROW |28841 |17141 |17151 | -ROW |28842 |17142 |17141 | -ROW |28843 |17142 |17151 | -ROW |28844 |17143 |17151 | -ROW |28845 |17144 |17143 | -ROW |28846 |17144 |17151 | -ROW |28847 |17146 |17145 | -ROW |28848 |17147 |17151 | -ROW |28849 |17148 |17147 | -ROW |28850 |17148 |17151 | -ROW |28851 |17150 |17149 | -ROW |28852 |17152 |17168 | -ROW |28853 |17153 |17152 | -ROW |28854 |17153 |17168 | -ROW |28855 |17154 |17168 | -ROW |28856 |17155 |17154 | -ROW |28857 |17155 |17168 | -ROW |28858 |17156 |17168 | -ROW |28859 |17157 |17156 | -ROW |28860 |17157 |17168 | -ROW |28861 |17158 |17168 | -ROW |28862 |17159 |17158 | -ROW |28863 |17159 |17168 | -ROW |28864 |17160 |17168 | -ROW |28865 |17161 |17160 | -ROW |28866 |17161 |17168 | -ROW |28867 |17163 |17162 | -ROW |28868 |17164 |17168 | -ROW |28869 |17165 |17164 | -ROW |28870 |17165 |17168 | -ROW |28871 |17166 |17168 | -ROW |28872 |17167 |17166 | -ROW |28873 |17167 |17168 | -ROW |28874 |17169 |17168 | -ROW |28875 |17170 |17168 | -ROW |28876 |17170 |17169 | -ROW |28877 |17171 |17168 | -ROW |28878 |17172 |17168 | -ROW |28879 |17172 |17171 | -ROW |28880 |17540 |17541 | -ROW |28881 |16833 |16920 | -ROW |28882 |16920 |16921 | -ROW |28883 |18987 |18986 | -ROW |28884 |18989 |18988 | -ROW |28885 |18993 |18992 | -ROW |28886 |18994 |18992 | -ROW |28887 |19009 |19010 | -ROW |28888 |17978 |17977 | -ROW |28889 |17980 |17979 | -ROW |28890 |17984 |17983 | -ROW |28891 |17985 |17983 | -ROW |28892 |18000 |18001 | -ROW |28893 |18225 |18224 | -ROW |28894 |18237 |18236 | -ROW |28895 |16929 |16928 | -ROW |28896 |16940 |17084 | -ROW |28897 |18537 |18536 | -ROW |28898 |18539 |18538 | -ROW |28899 |18541 |18540 | -ROW |28900 |16719 |16721 | -ROW |28901 |16975 |16723 | -ROW |28902 |16729 |16728 | -ROW |28903 |16730 |16728 | -ROW |28904 |16756 |16758 | -ROW |28905 |16979 |16759 | -ROW |28906 |16765 |16764 | -ROW |28907 |16766 |16764 | -ROW |28908 |16734 |16736 | -ROW |28909 |16983 |16732 | -ROW |28910 |16741 |16740 | -ROW |28911 |16742 |16740 | -ROW |28912 |17192 |17191 | -ROW |28913 |17194 |17195 | -ROW |28914 |17199 |17198 | -ROW |28915 |17546 |17545 | -ROW |28916 |17547 |17548 | -ROW |28917 |16997 |16984 | -ROW |28918 |17002 |17003 | -ROW |28919 |17006 |17005 | -ROW |28920 |17011 |17010 | -ROW |28921 |17550 |17549 | -ROW |28922 |17551 |17552 | -ROW |28923 |17391 |17396 | -ROW |28924 |17395 |17396 | -ROW |28925 |16683 |16687 | -ROW |28926 |14252 |14251 | -ROW |28927 |14294 |14293 | -ROW |28928 |14312 |14311 | -ROW |28929 |14328 |14327 | -ROW |28930 |14348 |14347 | -ROW |28931 |14357 |14356 | -ROW |28932 |14390 |14389 | -ROW |28933 |14404 |14403 | -ROW |28934 |14452 |14451 | -ROW |28935 |14469 |14468 | -ROW |28936 |14487 |14486 | -ROW |28937 |14506 |14505 | -ROW |28938 |14535 |14534 | -ROW |28939 |14545 |14544 | -ROW |28940 |14583 |14582 | -ROW |28941 |14599 |14598 | -ROW |28942 |14616 |14615 | -ROW |28943 |14653 |14652 | -ROW |28944 |14674 |14673 | -ROW |28945 |14692 |14691 | -ROW |28946 |14705 |14704 | -ROW |28947 |14718 |14717 | -ROW |28948 |14907 |14906 | -ROW |28949 |15221 |15220 | -ROW |28950 |15702 |15701 | -ROW |28951 |15724 |15723 | -ROW |28952 |15756 |15755 | -ROW |28953 |15820 |15819 | -ROW |28954 |15841 |15840 | -ROW |28955 |15991 |15990 | -ROW |28956 |16018 |16017 | -ROW |28957 |16454 |16453 | -ROW |28958 |17924 |17923 | -ROW |28959 |18178 |18177 | -ROW |28960 |14253 |14252 | -ROW |28961 |14295 |14294 | -ROW |28962 |14313 |14312 | -ROW |28963 |14329 |14328 | -ROW |28964 |14349 |14348 | -ROW |28965 |14358 |14357 | -ROW |28966 |14391 |14390 | -ROW |28967 |14405 |14404 | -ROW |28968 |14453 |14452 | -ROW |28969 |14470 |14469 | -ROW |28970 |14488 |14487 | -ROW |28971 |14507 |14506 | -ROW |28972 |14536 |14535 | -ROW |28973 |14546 |14545 | -ROW |28974 |14584 |14583 | -ROW |28975 |14600 |14599 | -ROW |28976 |14617 |14616 | -ROW |28977 |14654 |14653 | -ROW |28978 |14675 |14674 | -ROW |28979 |14693 |14692 | -ROW |28980 |14706 |14705 | -ROW |28981 |14719 |14718 | -ROW |28982 |14908 |14907 | -ROW |28983 |15222 |15221 | -ROW |28984 |15703 |15702 | -ROW |28985 |15725 |15724 | -ROW |28986 |15757 |15756 | -ROW |28987 |15821 |15820 | -ROW |28988 |15842 |15841 | -ROW |28989 |15992 |15991 | -ROW |28990 |16019 |16018 | -ROW |28991 |16455 |16454 | -ROW |28992 |17925 |17924 | -ROW |28993 |18179 |18178 | -ROW |28994 |14253 |14251 | -ROW |28995 |14295 |14293 | -ROW |28996 |14313 |14311 | -ROW |28997 |14329 |14327 | -ROW |28998 |14349 |14347 | -ROW |28999 |14358 |14356 | -ROW |29000 |14391 |14389 | -ROW |29001 |14405 |14403 | -ROW |29002 |14453 |14451 | -ROW |29003 |14470 |14468 | -ROW |29004 |14488 |14486 | -ROW |29005 |14507 |14505 | -ROW |29006 |14536 |14534 | -ROW |29007 |14546 |14544 | -ROW |29008 |14584 |14582 | -ROW |29009 |14600 |14598 | -ROW |29010 |14617 |14615 | -ROW |29011 |14654 |14652 | -ROW |29012 |14675 |14673 | -ROW |29013 |14693 |14691 | -ROW |29014 |14706 |14704 | -ROW |29015 |14719 |14717 | -ROW |29016 |14908 |14906 | -ROW |29017 |15222 |15220 | -ROW |29018 |15703 |15701 | -ROW |29019 |15725 |15723 | -ROW |29020 |15757 |15755 | -ROW |29021 |15821 |15819 | -ROW |29022 |15842 |15840 | -ROW |29023 |15992 |15990 | -ROW |29024 |16019 |16017 | -ROW |29025 |16455 |16453 | -ROW |29026 |17925 |17923 | -ROW |29027 |18179 |18177 | -ROW |29028 |16287 |16289 | -ROW |29029 |16279 |16285 | -ROW |29030 |16290 |16348 | -ROW |29031 |16291 |16349 | -ROW |29032 |16292 |16350 | -ROW |29033 |16293 |16351 | -ROW |29034 |16294 |16352 | -ROW |29035 |16295 |16353 | -ROW |29036 |16296 |16354 | -ROW |29037 |16297 |16355 | -ROW |29038 |16298 |16356 | -ROW |29039 |16299 |16357 | -ROW |29040 |16300 |16358 | -ROW |29041 |16301 |16359 | -ROW |29042 |16302 |16360 | -ROW |29043 |16303 |16361 | -ROW |29044 |16304 |16362 | -ROW |29045 |16305 |16363 | -ROW |29046 |16306 |16364 | -ROW |29047 |16307 |16365 | -ROW |29048 |16308 |16366 | -ROW |29049 |16309 |16367 | -ROW |29050 |16311 |16369 | -ROW |29051 |16312 |16370 | -ROW |29052 |16313 |16371 | -ROW |29053 |16314 |16372 | -ROW |29054 |16315 |16373 | -ROW |29055 |16316 |16374 | -ROW |29056 |16317 |16375 | -ROW |29057 |16318 |16376 | -ROW |29058 |16457 |16458 | -ROW |29059 |17927 |17928 | -ROW |29060 |18181 |18182 | -ROW |29061 |16289 |14293 | -ROW |29062 |16285 |14717 | -ROW |29063 |16348 |14311 | -ROW |29064 |16349 |14327 | -ROW |29065 |16350 |14347 | -ROW |29066 |16351 |14356 | -ROW |29067 |16352 |14389 | -ROW |29068 |16353 |14403 | -ROW |29069 |16354 |14451 | -ROW |29070 |16355 |14468 | -ROW |29071 |16356 |14486 | -ROW |29072 |16357 |14505 | -ROW |29073 |16358 |14534 | -ROW |29074 |16359 |14544 | -ROW |29075 |16360 |14582 | -ROW |29076 |16361 |14598 | -ROW |29077 |16362 |14615 | -ROW |29078 |16363 |14652 | -ROW |29079 |16364 |14673 | -ROW |29080 |16365 |14691 | -ROW |29081 |16366 |14704 | -ROW |29082 |16367 |14906 | -ROW |29083 |16369 |15220 | -ROW |29084 |16370 |15701 | -ROW |29085 |16371 |15723 | -ROW |29086 |16372 |15755 | -ROW |29087 |16373 |15819 | -ROW |29088 |16374 |15840 | -ROW |29089 |16375 |15990 | -ROW |29090 |16376 |16017 | -ROW |29091 |16458 |16453 | -ROW |29092 |17928 |17923 | -ROW |29093 |18182 |18177 | -ROW |29094 |16631 |16630 | -ROW |29095 |16640 |16636 | -ROW |29096 |16642 |16638 | -ROW |29097 |16643 |16639 | -ROW |29098 |15695 |16863 | -ROW |29099 |18242 |16863 | -ROW |29100 |18243 |16863 | -ROW |29101 |15694 |16868 | -ROW |29102 |15696 |16864 | -ROW |29103 |15697 |16865 | -ROW |29104 |18244 |16864 | -ROW |29105 |18245 |16865 | -ROW |29106 |18246 |16868 | -ROW |29107 |18247 |16864 | -ROW |29108 |18248 |16865 | -ROW |29109 |18249 |16868 | -ROW |29110 |15671 |16841 | -ROW |29111 |18250 |16841 | -ROW |29112 |18251 |16841 | -ROW |29113 |15672 |16842 | -ROW |29114 |15673 |16843 | -ROW |29115 |15674 |16844 | -ROW |29116 |15675 |16845 | -ROW |29117 |15676 |16846 | -ROW |29118 |15677 |16847 | -ROW |29119 |15678 |16848 | -ROW |29120 |15679 |16849 | -ROW |29121 |15680 |16850 | -ROW |29122 |15681 |16851 | -ROW |29123 |15682 |16852 | -ROW |29124 |15683 |16853 | -ROW |29125 |15684 |16854 | -ROW |29126 |15685 |16855 | -ROW |29127 |15686 |16856 | -ROW |29128 |15687 |16857 | -ROW |29129 |15689 |16858 | -ROW |29130 |15691 |16860 | -ROW |29131 |15708 |16861 | -ROW |29132 |15997 |16862 | -ROW |29133 |18252 |16842 | -ROW |29134 |18253 |16843 | -ROW |29135 |18254 |16844 | -ROW |29136 |18255 |16845 | -ROW |29137 |18256 |16846 | -ROW |29138 |18257 |16847 | -ROW |29139 |18258 |16848 | -ROW |29140 |18259 |16849 | -ROW |29141 |18260 |16850 | -ROW |29142 |18261 |16851 | -ROW |29143 |18262 |16852 | -ROW |29144 |18263 |16853 | -ROW |29145 |18264 |16854 | -ROW |29146 |18265 |16855 | -ROW |29147 |18266 |16856 | -ROW |29148 |18267 |16857 | -ROW |29149 |18268 |16858 | -ROW |29150 |18270 |16860 | -ROW |29151 |18271 |16861 | -ROW |29152 |18272 |16862 | -ROW |29153 |18273 |16842 | -ROW |29154 |18274 |16843 | -ROW |29155 |18275 |16844 | -ROW |29156 |18276 |16845 | -ROW |29157 |18277 |16846 | -ROW |29158 |18278 |16847 | -ROW |29159 |18279 |16848 | -ROW |29160 |18280 |16849 | -ROW |29161 |18281 |16850 | -ROW |29162 |18282 |16851 | -ROW |29163 |18283 |16852 | -ROW |29164 |18284 |16853 | -ROW |29165 |18285 |16854 | -ROW |29166 |18286 |16855 | -ROW |29167 |18287 |16856 | -ROW |29168 |18288 |16857 | -ROW |29169 |18289 |16858 | -ROW |29170 |18291 |16860 | -ROW |29171 |18292 |16861 | -ROW |29172 |18293 |16862 | -ROW |29173 |15698 |16866 | -ROW |29174 |18294 |16866 | -ROW |29175 |18295 |16866 | -ROW |29176 |16028 |16867 | -ROW |29177 |18296 |16867 | -ROW |29178 |18297 |16867 | -ROW |29179 |18100 |18099 | -ROW |29180 |18106 |18105 | -ROW |29181 |14318 |14319 | -ROW |29182 |17554 |15717 | -ROW |29183 |17555 |15717 | -ROW |29184 |17555 |17554 | -ROW |29185 |17556 |15717 | -ROW |29186 |17557 |15717 | -ROW |29187 |17557 |17556 | -ROW |29188 |17559 |17558 | -ROW |29189 |17561 |17560 | -ROW |29190 |17563 |17562 | -ROW |29191 |17565 |17564 | -ROW |29192 |15721 |15720 | -ROW |29193 |15394 |15393 | -ROW |29194 |15392 |15391 | -ROW |29195 |17322 |14339 | -ROW |29196 |15382 |15381 | -ROW |29197 |15380 |15379 | -ROW |29198 |16504 |16505 | -ROW |29199 |14372 |14373 | -ROW |29200 |15386 |15385 | -ROW |29201 |15384 |15383 | -ROW |29202 |14380 |14381 | -ROW |29203 |18299 |18298 | -ROW |29204 |18300 |18299 | -ROW |29205 |18300 |18298 | -ROW |29206 |18303 |18302 | -ROW |29207 |18309 |18308 | -ROW |29208 |18311 |18316 | -ROW |29209 |18312 |18316 | -ROW |29210 |18313 |18316 | -ROW |29211 |18314 |18316 | -ROW |29212 |18315 |18316 | -ROW |29213 |18319 |18318 | -ROW |29214 |18321 |18320 | -ROW |29215 |18323 |18322 | -ROW |29216 |18326 |18325 | -ROW |29217 |18327 |18326 | -ROW |29218 |18327 |18325 | -ROW |29219 |18330 |18329 | -ROW |29220 |18336 |18335 | -ROW |29221 |18338 |18343 | -ROW |29222 |18339 |18343 | -ROW |29223 |18340 |18343 | -ROW |29224 |18341 |18343 | -ROW |29225 |18342 |18343 | -ROW |29226 |18346 |18345 | -ROW |29227 |18348 |18347 | -ROW |29228 |18350 |18349 | -ROW |29229 |18353 |18352 | -ROW |29230 |18354 |18353 | -ROW |29231 |18354 |18352 | -ROW |29232 |18357 |18356 | -ROW |29233 |18363 |18362 | -ROW |29234 |18365 |18370 | -ROW |29235 |18366 |18370 | -ROW |29236 |18367 |18370 | -ROW |29237 |18368 |18370 | -ROW |29238 |18369 |18370 | -ROW |29239 |18373 |18372 | -ROW |29240 |18375 |18374 | -ROW |29241 |18377 |18376 | -ROW |29242 |18380 |18379 | -ROW |29243 |18381 |18380 | -ROW |29244 |18381 |18379 | -ROW |29245 |18384 |18383 | -ROW |29246 |18390 |18389 | -ROW |29247 |18392 |18397 | -ROW |29248 |18393 |18397 | -ROW |29249 |18394 |18397 | -ROW |29250 |18395 |18397 | -ROW |29251 |18396 |18397 | -ROW |29252 |18400 |18399 | -ROW |29253 |18402 |18401 | -ROW |29254 |18404 |18403 | -ROW |29255 |18407 |18406 | -ROW |29256 |18408 |18407 | -ROW |29257 |18408 |18406 | -ROW |29258 |18411 |18410 | -ROW |29259 |18417 |18416 | -ROW |29260 |18419 |18424 | -ROW |29261 |18420 |18424 | -ROW |29262 |18421 |18424 | -ROW |29263 |18422 |18424 | -ROW |29264 |18423 |18424 | -ROW |29265 |18427 |18426 | -ROW |29266 |18429 |18428 | -ROW |29267 |18431 |18430 | -ROW |29268 |15347 |15346 | -ROW |29269 |15345 |15344 | -ROW |29270 |17567 |17566 | -ROW |29271 |15363 |15360 | -ROW |29272 |15364 |15361 | -ROW |29273 |15365 |15362 | -ROW |29274 |15357 |15354 | -ROW |29275 |15358 |15355 | -ROW |29276 |15359 |15356 | -ROW |29277 |17571 |17568 | -ROW |29278 |17572 |17569 | -ROW |29279 |17573 |17570 | -ROW |29280 |15334 |15333 | -ROW |29281 |15332 |15331 | -ROW |29282 |14460 |14461 | -ROW |29283 |14476 |14477 | -ROW |29284 |14495 |14496 | -ROW |29285 |14511 |17574 | -ROW |29286 |14551 |14552 | -ROW |29287 |15374 |15373 | -ROW |29288 |15376 |15375 | -ROW |29289 |14914 |14915 | -ROW |29290 |14589 |14590 | -ROW |29291 |15338 |15337 | -ROW |29292 |17333 |17332 | -ROW |29293 |14624 |14625 | -ROW |29294 |18434 |18433 | -ROW |29295 |18435 |18434 | -ROW |29296 |18435 |18433 | -ROW |29297 |18438 |18439 | -ROW |29298 |18439 |18433 | -ROW |29299 |18441 |18444 | -ROW |29300 |18442 |18444 | -ROW |29301 |18443 |18444 | -ROW |29302 |18446 |18447 | -ROW |29303 |18450 |18449 | -ROW |29304 |14664 |14665 | -ROW |29305 |17085 |17086 | -ROW |29306 |16547 |16546 | -ROW |29307 |17576 |17575 | -ROW |29308 |17578 |17577 | -ROW |29309 |17628 |17626 | -ROW |29310 |17629 |17627 | -ROW |29311 |17632 |17630 | -ROW |29312 |17633 |17631 | -ROW |29313 |17635 |17634 | -ROW |29314 |17637 |17636 | -ROW |29315 |17686 |17684 | -ROW |29316 |17687 |17685 | -ROW |29317 |17690 |17688 | -ROW |29318 |17691 |17689 | -ROW |29319 |17693 |17692 | -ROW |29320 |17695 |17694 | -ROW |29321 |17730 |17728 | -ROW |29322 |17731 |17729 | -ROW |29323 |17734 |17732 | -ROW |29324 |17735 |17733 | -ROW |29325 |17737 |17736 | -ROW |29326 |17754 |17752 | -ROW |29327 |17755 |17753 | -ROW |29328 |17757 |17756 | -ROW |29329 |17819 |17817 | -ROW |29330 |17820 |17818 | -ROW |29331 |17823 |17821 | -ROW |29332 |17824 |17822 | -ROW |29333 |17826 |17825 | -ROW |29334 |17860 |17858 | -ROW |29335 |17861 |17859 | -ROW |29336 |17864 |17862 | -ROW |29337 |17865 |17863 | -ROW |29338 |17899 |17897 | -ROW |29339 |17900 |17898 | -ROW |29340 |17903 |17901 | -ROW |29341 |17904 |17902 | -ROW |29342 |17906 |17905 | -ROW |29343 |17908 |17907 | -ROW |29344 |17910 |17909 | -ROW |29345 |16551 |16552 | -ROW |29346 |16031 |16563 | -ROW |29347 |16045 |16564 | -ROW |29348 |16046 |16565 | -ROW |29349 |16039 |16040 | -ROW |29350 |16061 |16063 | -ROW |29351 |16062 |16064 | -ROW |29352 |16042 |16579 | -ROW |29353 |16067 |16580 | -ROW |29354 |16068 |16581 | -ROW |29355 |16041 |16042 | -ROW |29356 |16065 |16067 | -ROW |29357 |16066 |16068 | -ROW |29358 |16041 |16579 | -ROW |29359 |16065 |16580 | -ROW |29360 |16066 |16581 | -ROW |29361 |18132 |18452 | -ROW |29362 |18135 |18453 | -ROW |29363 |18138 |18454 | -ROW |29364 |18130 |18132 | -ROW |29365 |18133 |18135 | -ROW |29366 |18136 |18138 | -ROW |29367 |18130 |18452 | -ROW |29368 |18133 |18453 | -ROW |29369 |18136 |18454 | -ROW |29370 |16070 |16069 | -ROW |29371 |16072 |16071 | -ROW |29372 |16076 |17024 | -ROW |29373 |18455 |17024 | -ROW |29374 |16079 |16077 | -ROW |29375 |16080 |16078 | -ROW |29376 |16083 |16081 | -ROW |29377 |16084 |16082 | -ROW |29378 |16091 |17026 | -ROW |29379 |16092 |17028 | -ROW |29380 |18456 |17026 | -ROW |29381 |18457 |17028 | -ROW |29382 |17244 |17243 | -ROW |29383 |17257 |17256 | -ROW |29384 |17246 |17240 | -ROW |29385 |17259 |17253 | -ROW |29386 |17249 |17247 | -ROW |29387 |17262 |17260 | -ROW |29388 |17251 |17249 | -ROW |29389 |17264 |17262 | -ROW |29390 |17251 |17247 | -ROW |29391 |17264 |17260 | -ROW |29392 |18144 |18458 | -ROW |29393 |18147 |18459 | -ROW |29394 |18142 |18144 | -ROW |29395 |18145 |18147 | -ROW |29396 |18142 |18458 | -ROW |29397 |18145 |18459 | -ROW |29398 |17268 |17267 | -ROW |29399 |17270 |17269 | -ROW |29400 |17271 |17273 | -ROW |29401 |18460 |17273 | -ROW |29402 |17276 |17275 | -ROW |29403 |17278 |17277 | -ROW |29404 |17279 |17281 | -ROW |29405 |18461 |17281 | -ROW |29406 |16141 |16142 | -ROW |29407 |16146 |16573 | -ROW |29408 |16143 |16584 | -ROW |29409 |18152 |18462 | -ROW |29410 |18150 |18152 | -ROW |29411 |18150 |18462 | -ROW |29412 |16152 |16883 | -ROW |29413 |16153 |16883 | -ROW |29414 |18463 |16883 | -ROW |29415 |18464 |16883 | -ROW |29416 |16156 |16155 | -ROW |29417 |16158 |16157 | -ROW |29418 |18157 |18156 | -ROW |29419 |18160 |18159 | -ROW |29420 |18155 |18157 | -ROW |29421 |18158 |18160 | -ROW |29422 |18155 |18156 | -ROW |29423 |18158 |18159 | -ROW |29424 |16009 |16008 | -ROW |29425 |16011 |16010 | -ROW |29426 |16014 |16013 | -ROW |29427 |16016 |16015 | -ROW |29428 |16161 |16160 | -ROW |29429 |16172 |16171 | -ROW |29430 |16162 |16161 | -ROW |29431 |16173 |16172 | -ROW |29432 |16162 |16160 | -ROW |29433 |16173 |16171 | -ROW |29434 |16166 |18162 | -ROW |29435 |16177 |18164 | -ROW |29436 |16167 |18162 | -ROW |29437 |16178 |18164 | -ROW |29438 |17035 |16160 | -ROW |29439 |17037 |16171 | -ROW |29440 |18161 |18162 | -ROW |29441 |18163 |18164 | -ROW |29442 |16183 |16182 | -ROW |29443 |17911 |17042 | -ROW |29444 |18465 |17042 | -ROW |29445 |18466 |17042 | -ROW |29446 |17043 |17912 | -ROW |29447 |17043 |17913 | -ROW |29448 |16190 |16189 | -ROW |29449 |17914 |17047 | -ROW |29450 |18467 |17047 | -ROW |29451 |18468 |17047 | -ROW |29452 |17048 |17915 | -ROW |29453 |17048 |17916 | -ROW |29454 |17285 |17287 | -ROW |29455 |17296 |17298 | -ROW |29456 |17286 |17285 | -ROW |29457 |17297 |17296 | -ROW |29458 |17286 |17287 | -ROW |29459 |17297 |17298 | -ROW |29460 |17291 |18170 | -ROW |29461 |17302 |18172 | -ROW |29462 |17292 |18170 | -ROW |29463 |17303 |18172 | -ROW |29464 |17283 |17287 | -ROW |29465 |17294 |17298 | -ROW |29466 |18169 |18170 | -ROW |29467 |18171 |18172 | -ROW |29468 |17306 |17305 | -ROW |29469 |17917 |17310 | -ROW |29470 |18469 |17310 | -ROW |29471 |18470 |17310 | -ROW |29472 |17311 |17918 | -ROW |29473 |17311 |17919 | -ROW |29474 |17314 |17313 | -ROW |29475 |17920 |17318 | -ROW |29476 |18471 |17318 | -ROW |29477 |18472 |17318 | -ROW |29478 |17319 |17921 | -ROW |29479 |17319 |17922 | -ROW |29480 |18596 |18597 | -ROW |29481 |18629 |18630 | -ROW |29482 |18662 |18663 | -ROW |29483 |18695 |18696 | -ROW |29484 |18728 |18729 | -ROW |29485 |18947 |18948 | -ROW |29486 |18794 |18795 | -ROW |29487 |18495 |18496 | -ROW |29488 |18831 |18832 | -ROW |29489 |18864 |18865 | -ROW |29490 |18897 |18898 | -ROW |29491 |16772 |16773 | -ROW |29492 |16771 |16772 | -ROW |29493 |16771 |16773 | -ROW |29494 |16769 |16770 | -ROW |29495 |16768 |16769 | -ROW |29496 |16768 |16770 | -ROW |29497 |19230 |19231 | -ROW |29498 |19233 |19232 | -ROW |29499 |19235 |19234 | -ROW |29500 |19236 |19234 | -ROW |29501 |19236 |19235 | -ROW |29502 |19238 |19237 | -ROW |29503 |19239 |19240 | -ROW |29504 |19242 |19243 | -ROW |29505 |19245 |19244 | -ROW |29506 |19247 |19246 | -ROW |29507 |19249 |19250 | -ROW |29508 |19249 |19252 | -ROW |29509 |19249 |19248 | -ROW |29510 |19249 |19254 | -ROW |29511 |19251 |19250 | -ROW |29512 |19251 |19252 | -ROW |29513 |19251 |19248 | -ROW |29514 |19251 |19254 | -ROW |29515 |19253 |19250 | -ROW |29516 |19253 |19252 | -ROW |29517 |19253 |19248 | -ROW |29518 |19253 |19254 | -ROW |29519 |19255 |19250 | -ROW |29520 |19255 |19252 | -ROW |29521 |19255 |19248 | -ROW |29522 |19255 |19254 | -ROW |29523 |19258 |19257 | -ROW |29524 |16488 |16487 | -ROW |29525 |16485 |16484 | -ROW |29526 |16486 |16484 | -ROW |29527 |16486 |16485 | -ROW |29528 |16480 |16479 | -ROW |29529 |16482 |16481 | -ROW |29530 |16475 |16474 | -ROW |29531 |16471 |16472 | -ROW |29532 |16468 |16469 | -ROW |29533 |16459 |16460 | -ROW |29534 |16462 |16463 | -ROW |29535 |16465 |16466 | -ROW |29536 |16477 |16476 | -ROW |29537 |19263 |19262 | -ROW |29538 |19266 |19265 | -ROW |29539 |19268 |19267 | -ROW |29540 |19270 |19269 | -ROW |29541 |19272 |19271 | -ROW |29542 |19276 |19275 | -ROW |29543 |19278 |19277 | -ROW |29544 |19280 |19279 | -ROW |29545 |19282 |19281 | -ROW |29546 |19288 |19287 | -ROW |29547 |19293 |19292 | -ROW |29548 |19294 |19292 | -ROW |29549 |19294 |19293 | -ROW |29550 |19295 |19296 | -ROW |29551 |19297 |19295 | -ROW |29552 |19297 |19296 | -ROW |29553 |19299 |19298 | -ROW |29554 |19301 |19302 | -ROW |29555 |19303 |19302 | -ROW |29556 |19305 |19304 | -ROW |29557 |19307 |19306 | -ROW |29558 |19308 |19306 | -ROW |29559 |19308 |19307 | -ROW |29560 |19310 |19309 | -ROW |29561 |19314 |19313 | -ROW |29562 |19317 |19316 | -ROW |29563 |19319 |19318 | -ROW |29564 |19321 |19320 | -ROW |29565 |19323 |19322 | -ROW |29566 |19327 |19326 | -ROW |29567 |19329 |19328 | -ROW |29568 |19331 |19330 | -ROW |29569 |19333 |19332 | -ROW |29570 |19339 |19338 | -ROW |29571 |19344 |19343 | -ROW |29572 |19345 |19343 | -ROW |29573 |19345 |19344 | -ROW |29574 |19346 |19347 | -ROW |29575 |19348 |19346 | -ROW |29576 |19348 |19347 | -ROW |29577 |19350 |19349 | -ROW |29578 |19352 |19353 | -ROW |29579 |19354 |19353 | -ROW |29580 |19356 |19355 | -ROW |29581 |19358 |19357 | -ROW |29582 |19359 |19357 | -ROW |29583 |19359 |19358 | -ROW |29584 |19361 |19360 | -ROW |29585 |19365 |19364 | -ROW |29586 |19368 |19367 | -ROW |29587 |19370 |19369 | -ROW |29588 |19372 |19371 | -ROW |29589 |19374 |19373 | -ROW |29590 |19378 |19377 | -ROW |29591 |19380 |19379 | -ROW |29592 |19382 |19381 | -ROW |29593 |19384 |19383 | -ROW |29594 |19390 |19389 | -ROW |29595 |19395 |19394 | -ROW |29596 |19396 |19394 | -ROW |29597 |19396 |19395 | -ROW |29598 |19397 |19398 | -ROW |29599 |19399 |19397 | -ROW |29600 |19399 |19398 | -ROW |29601 |19401 |19400 | -ROW |29602 |19403 |19404 | -ROW |29603 |19405 |19404 | -ROW |29604 |19407 |19406 | -ROW |29605 |19409 |19408 | -ROW |29606 |19410 |19408 | -ROW |29607 |19410 |19409 | -ROW |29608 |19412 |19411 | -ROW |29609 |19416 |19415 | -ROW |29610 |19419 |19418 | -ROW |29611 |19421 |19420 | -ROW |29612 |19423 |19422 | -ROW |29613 |19425 |19424 | -ROW |29614 |19429 |19428 | -ROW |29615 |19431 |19430 | -ROW |29616 |19433 |19432 | -ROW |29617 |19435 |19434 | -ROW |29618 |19441 |19440 | -ROW |29619 |19446 |19445 | -ROW |29620 |19447 |19445 | -ROW |29621 |19447 |19446 | -ROW |29622 |19448 |19449 | -ROW |29623 |19450 |19448 | -ROW |29624 |19450 |19449 | -ROW |29625 |19452 |19451 | -ROW |29626 |19454 |19455 | -ROW |29627 |19456 |19455 | -ROW |29628 |19458 |19457 | -ROW |29629 |19460 |19459 | -ROW |29630 |19461 |19459 | -ROW |29631 |19461 |19460 | -ROW |29632 |19463 |19462 | -ROW |29633 |15729 |15728 | -ROW |29634 |15730 |15728 | -ROW |29635 |15730 |15729 | -ROW |29636 |15752 |15754 | -ROW |29637 |15753 |15754 | -ROW |29638 |15753 |15752 | -ROW |29639 |15742 |15741 | -ROW |29640 |15750 |15749 | -ROW |29641 |15751 |15750 | -ROW |29642 |15751 |15749 | -ROW |29643 |15746 |15743 | -ROW |29644 |15744 |15743 | -ROW |29645 |15740 |15739 | -ROW |29646 |17946 |17945 | -ROW |29647 |17948 |17947 | -ROW |29648 |15748 |15747 | -ROW |29649 |19467 |19466 | -ROW |29650 |19471 |19470 | -ROW |29651 |19473 |19472 | -ROW |29652 |19474 |19472 | -ROW |29653 |19474 |19473 | -ROW |29654 |19476 |19475 | -ROW |29655 |19478 |19477 | -ROW |29656 |19480 |19479 | -ROW |29657 |19482 |19483 | -ROW |29658 |19484 |19483 | -ROW |29659 |19486 |19485 | -ROW |29660 |19509 |19508 | -ROW |29661 |19513 |19512 | -ROW |29662 |19517 |19516 | -ROW |29663 |19519 |19518 | -ROW |29664 |19520 |19518 | -ROW |29665 |19520 |19519 | -ROW |29666 |19522 |19521 | -ROW |29667 |19524 |19523 | -ROW |29668 |19526 |19525 | -ROW |29669 |19528 |19529 | -ROW |29670 |19530 |19529 | -ROW |29671 |19532 |19531 | -ROW |29672 |19555 |19554 | -ROW |29673 |19559 |19558 | -ROW |29674 |19563 |19562 | -ROW |29675 |19565 |19564 | -ROW |29676 |19566 |19564 | -ROW |29677 |19566 |19565 | -ROW |29678 |19568 |19567 | -ROW |29679 |19570 |19569 | -ROW |29680 |19572 |19571 | -ROW |29681 |19574 |19575 | -ROW |29682 |19576 |19575 | -ROW |29683 |19578 |19577 | -ROW |29684 |19601 |19600 | -ROW |29685 |19605 |19604 | -ROW |29686 |19609 |19608 | -ROW |29687 |19611 |19610 | -ROW |29688 |19612 |19610 | -ROW |29689 |19612 |19611 | -ROW |29690 |19614 |19613 | -ROW |29691 |19616 |19615 | -ROW |29692 |19618 |19617 | -ROW |29693 |19620 |19621 | -ROW |29694 |19622 |19621 | -ROW |29695 |19624 |19623 | -ROW |29696 |19647 |19646 | -ROW |29697 |16440 |16439 | -ROW |29698 |18003 |15790 | -ROW |29699 |18004 |15787 | -ROW |29700 |18005 |15787 | -ROW |29701 |18005 |18004 | -ROW |29702 |15786 |15785 | -ROW |29703 |15784 |15783 | -ROW |29704 |15794 |15792 | -ROW |29705 |15793 |15792 | -ROW |29706 |15782 |15781 | -ROW |29707 |15797 |15796 | -ROW |29708 |15825 |15824 | -ROW |29709 |15826 |15824 | -ROW |29710 |15826 |15825 | -ROW |29711 |15828 |15829 | -ROW |29712 |15831 |15832 | -ROW |29713 |15834 |15835 | -ROW |29714 |15845 |15846 | -ROW |29715 |17223 |17227 | -ROW |29716 |17226 |17227 | +ROW |29717 |17412 |17411 | +ROW |29718 |17414 |17413 | +ROW |29719 |17416 |17415 | +ROW |29720 |15944 |15947 | +ROW |29721 |15944 |15943 | +ROW |29722 |15943 |15947 | +ROW |29723 |16888 |15947 | +ROW |29724 |16888 |15943 | +ROW |29725 |15948 |15949 | +ROW |29726 |15950 |15949 | +ROW |29727 |17429 |17428 | +ROW |29728 |17431 |17430 | +ROW |29729 |17433 |17432 | +ROW |29730 |17355 |17354 | +ROW |29731 |17358 |17357 | +ROW |29732 |18960 |18962 | +ROW |29733 |16743 |16744 | +ROW |29734 |16784 |16785 | +ROW |29735 |16790 |16791 | +ROW |29736 |16892 |16900 | +ROW |29737 |16894 |16900 | +ROW |29738 |17459 |17458 | +ROW |29739 |17463 |17458 | +ROW |29740 |17471 |17480 | +ROW |29741 |17476 |17481 | +ROW |29742 |17478 |17480 | +ROW |29743 |17479 |17481 | +ROW |29744 |17483 |17482 | +ROW |29745 |17486 |17485 | +ROW |29746 |16646 |16647 | +ROW |29747 |18965 |16660 | +ROW |29748 |16809 |16810 | +ROW |29749 |18966 |16677 | +ROW |29750 |16902 |16904 | +ROW |29751 |16904 |16905 | +ROW |29752 |16909 |16906 | +ROW |29753 |16910 |16912 | +ROW |29754 |16912 |16913 | +ROW |29755 |16917 |16914 | +ROW |29756 |17962 |17963 | +ROW |29757 |17962 |17958 | +ROW |29758 |16752 |16753 | +ROW |29759 |15955 |15957 | +ROW |29760 |15955 |15954 | +ROW |29761 |15954 |15957 | +ROW |29762 |15956 |15957 | +ROW |29763 |15956 |15954 | +ROW |29764 |16678 |15957 | +ROW |29765 |16678 |15954 | +ROW |29766 |15961 |15960 | +ROW |29767 |15962 |15960 | +ROW |29768 |16679 |15960 | +ROW |29769 |17090 |17096 | +ROW |29770 |17093 |17096 | +ROW |29771 |17101 |17098 | +ROW |29772 |16257 |16255 | +ROW |29773 |16257 |16256 | +ROW |29774 |16256 |16255 | +ROW |29775 |16251 |16255 | +ROW |29776 |16251 |16256 | +ROW |29777 |16443 |16255 | +ROW |29778 |16443 |16256 | +ROW |29779 |16270 |16269 | +ROW |29780 |16448 |16269 | +ROW |29781 |16265 |16269 | +ROW |29782 |17503 |17505 | +ROW |29783 |17512 |17511 | +ROW |29784 |17513 |17505 | +ROW |29790 |17516 |17518 | +ROW |29791 |17517 |17516 | +ROW |29792 |17517 |17518 | +ROW |29793 |17517 |17519 | +ROW |29794 |17519 |17518 | +ROW |29795 |18918 |18917 | +ROW |29796 |17973 |17965 | +ROW |29797 |17974 |17966 | +ROW |29798 |17141 |17151 | +ROW |29799 |17142 |17141 | +ROW |29800 |17142 |17151 | +ROW |29801 |17143 |17151 | +ROW |29802 |17144 |17143 | +ROW |29803 |17144 |17151 | +ROW |29804 |17146 |17145 | +ROW |29805 |17147 |17151 | +ROW |29806 |17148 |17147 | +ROW |29807 |17148 |17151 | +ROW |29808 |17150 |17149 | +ROW |29809 |17152 |17168 | +ROW |29810 |17153 |17152 | +ROW |29811 |17153 |17168 | +ROW |29812 |17154 |17168 | +ROW |29813 |17155 |17154 | +ROW |29814 |17155 |17168 | +ROW |29815 |17156 |17168 | +ROW |29816 |17157 |17156 | +ROW |29817 |17157 |17168 | +ROW |29818 |17158 |17168 | +ROW |29819 |17159 |17158 | +ROW |29820 |17159 |17168 | +ROW |29821 |17160 |17168 | +ROW |29822 |17161 |17160 | +ROW |29823 |17161 |17168 | +ROW |29824 |17163 |17162 | +ROW |29825 |17164 |17168 | +ROW |29826 |17165 |17164 | +ROW |29827 |17165 |17168 | +ROW |29828 |17166 |17168 | +ROW |29829 |17167 |17166 | +ROW |29830 |17167 |17168 | +ROW |29831 |17169 |17168 | +ROW |29832 |17170 |17168 | +ROW |29833 |17170 |17169 | +ROW |29834 |17171 |17168 | +ROW |29835 |17172 |17168 | +ROW |29836 |17172 |17171 | +ROW |29837 |17540 |17541 | +ROW |29838 |16833 |16920 | +ROW |29839 |16920 |16921 | +ROW |29840 |18987 |18986 | +ROW |29841 |18989 |18988 | +ROW |29842 |18993 |18992 | +ROW |29843 |18994 |18992 | +ROW |29844 |19009 |19010 | +ROW |29845 |17978 |17977 | +ROW |29846 |17980 |17979 | +ROW |29847 |17984 |17983 | +ROW |29848 |17985 |17983 | +ROW |29849 |18000 |18001 | +ROW |29850 |18225 |18224 | +ROW |29851 |18237 |18236 | +ROW |29852 |16929 |16928 | +ROW |29853 |16940 |17084 | +ROW |29854 |18537 |18536 | +ROW |29855 |18539 |18538 | +ROW |29856 |18541 |18540 | +ROW |29857 |16719 |16721 | +ROW |29858 |16975 |16723 | +ROW |29859 |16729 |16728 | +ROW |29860 |16730 |16728 | +ROW |29861 |16756 |16758 | +ROW |29862 |16979 |16759 | +ROW |29863 |16765 |16764 | +ROW |29864 |16766 |16764 | +ROW |29865 |16734 |16736 | +ROW |29866 |16983 |16732 | +ROW |29867 |16741 |16740 | +ROW |29868 |16742 |16740 | +ROW |29869 |17192 |17191 | +ROW |29870 |17194 |17195 | +ROW |29871 |17199 |17198 | +ROW |29872 |17546 |17545 | +ROW |29873 |17547 |17548 | +ROW |29874 |16997 |16984 | +ROW |29875 |17002 |17003 | +ROW |29876 |17006 |17005 | +ROW |29877 |17011 |17010 | +ROW |29878 |17550 |17549 | +ROW |29879 |17551 |17552 | +ROW |29880 |17391 |17396 | +ROW |29881 |17395 |17396 | +ROW |29882 |16683 |16687 | +ROW |29883 |14252 |14251 | +ROW |29884 |14294 |14293 | +ROW |29885 |14312 |14311 | +ROW |29886 |14328 |14327 | +ROW |29887 |14348 |14347 | +ROW |29888 |14357 |14356 | +ROW |29889 |14390 |14389 | +ROW |29890 |14404 |14403 | +ROW |29891 |14452 |14451 | +ROW |29892 |14469 |14468 | +ROW |29893 |14487 |14486 | +ROW |29894 |14506 |14505 | +ROW |29895 |14535 |14534 | +ROW |29896 |14545 |14544 | +ROW |29897 |14583 |14582 | +ROW |29898 |14599 |14598 | +ROW |29899 |14616 |14615 | +ROW |29900 |14653 |14652 | +ROW |29901 |14674 |14673 | +ROW |29902 |14692 |14691 | +ROW |29903 |14705 |14704 | +ROW |29904 |14718 |14717 | +ROW |29905 |14907 |14906 | +ROW |29906 |15221 |15220 | +ROW |29907 |15702 |15701 | +ROW |29908 |15724 |15723 | +ROW |29909 |15756 |15755 | +ROW |29910 |15820 |15819 | +ROW |29911 |15841 |15840 | +ROW |29912 |15991 |15990 | +ROW |29913 |16018 |16017 | +ROW |29914 |16454 |16453 | +ROW |29915 |17924 |17923 | +ROW |29916 |18178 |18177 | +ROW |29917 |14253 |14252 | +ROW |29918 |14295 |14294 | +ROW |29919 |14313 |14312 | +ROW |29920 |14329 |14328 | +ROW |29921 |14349 |14348 | +ROW |29922 |14358 |14357 | +ROW |29923 |14391 |14390 | +ROW |29924 |14405 |14404 | +ROW |29925 |14453 |14452 | +ROW |29926 |14470 |14469 | +ROW |29927 |14488 |14487 | +ROW |29928 |14507 |14506 | +ROW |29929 |14536 |14535 | +ROW |29930 |14546 |14545 | +ROW |29931 |14584 |14583 | +ROW |29932 |14600 |14599 | +ROW |29933 |14617 |14616 | +ROW |29934 |14654 |14653 | +ROW |29935 |14675 |14674 | +ROW |29936 |14693 |14692 | +ROW |29937 |14706 |14705 | +ROW |29938 |14719 |14718 | +ROW |29939 |14908 |14907 | +ROW |29940 |15222 |15221 | +ROW |29941 |15703 |15702 | +ROW |29942 |15725 |15724 | +ROW |29943 |15757 |15756 | +ROW |29944 |15821 |15820 | +ROW |29945 |15842 |15841 | +ROW |29946 |15992 |15991 | +ROW |29947 |16019 |16018 | +ROW |29948 |16455 |16454 | +ROW |29949 |17925 |17924 | +ROW |29950 |18179 |18178 | +ROW |29951 |14253 |14251 | +ROW |29952 |14295 |14293 | +ROW |29953 |14313 |14311 | +ROW |29954 |14329 |14327 | +ROW |29955 |14349 |14347 | +ROW |29956 |14358 |14356 | +ROW |29957 |14391 |14389 | +ROW |29958 |14405 |14403 | +ROW |29959 |14453 |14451 | +ROW |29960 |14470 |14468 | +ROW |29961 |14488 |14486 | +ROW |29962 |14507 |14505 | +ROW |29963 |14536 |14534 | +ROW |29964 |14546 |14544 | +ROW |29965 |14584 |14582 | +ROW |29966 |14600 |14598 | +ROW |29967 |14617 |14615 | +ROW |29968 |14654 |14652 | +ROW |29969 |14675 |14673 | +ROW |29970 |14693 |14691 | +ROW |29971 |14706 |14704 | +ROW |29972 |14719 |14717 | +ROW |29973 |14908 |14906 | +ROW |29974 |15222 |15220 | +ROW |29975 |15703 |15701 | +ROW |29976 |15725 |15723 | +ROW |29977 |15757 |15755 | +ROW |29978 |15821 |15819 | +ROW |29979 |15842 |15840 | +ROW |29980 |15992 |15990 | +ROW |29981 |16019 |16017 | +ROW |29982 |16455 |16453 | +ROW |29983 |17925 |17923 | +ROW |29984 |18179 |18177 | +ROW |29985 |16287 |16289 | +ROW |29986 |16279 |16285 | +ROW |29987 |16290 |16348 | +ROW |29988 |16291 |16349 | +ROW |29989 |16292 |16350 | +ROW |29990 |16293 |16351 | +ROW |29991 |16294 |16352 | +ROW |29992 |16295 |16353 | +ROW |29993 |16296 |16354 | +ROW |29994 |16297 |16355 | +ROW |29995 |16298 |16356 | +ROW |29996 |16299 |16357 | +ROW |29997 |16300 |16358 | +ROW |29998 |16301 |16359 | +ROW |29999 |16302 |16360 | +ROW |30000 |16303 |16361 | +ROW |30001 |16304 |16362 | +ROW |30002 |16305 |16363 | +ROW |30003 |16306 |16364 | +ROW |30004 |16307 |16365 | +ROW |30005 |16308 |16366 | +ROW |30006 |16309 |16367 | +ROW |30007 |16311 |16369 | +ROW |30008 |16312 |16370 | +ROW |30009 |16313 |16371 | +ROW |30010 |16314 |16372 | +ROW |30011 |16315 |16373 | +ROW |30012 |16316 |16374 | +ROW |30013 |16317 |16375 | +ROW |30014 |16318 |16376 | +ROW |30015 |16457 |16458 | +ROW |30016 |17927 |17928 | +ROW |30017 |18181 |18182 | +ROW |30018 |16289 |14293 | +ROW |30019 |16285 |14717 | +ROW |30020 |16348 |14311 | +ROW |30021 |16349 |14327 | +ROW |30022 |16350 |14347 | +ROW |30023 |16351 |14356 | +ROW |30024 |16352 |14389 | +ROW |30025 |16353 |14403 | +ROW |30026 |16354 |14451 | +ROW |30027 |16355 |14468 | +ROW |30028 |16356 |14486 | +ROW |30029 |16357 |14505 | +ROW |30030 |16358 |14534 | +ROW |30031 |16359 |14544 | +ROW |30032 |16360 |14582 | +ROW |30033 |16361 |14598 | +ROW |30034 |16362 |14615 | +ROW |30035 |16363 |14652 | +ROW |30036 |16364 |14673 | +ROW |30037 |16365 |14691 | +ROW |30038 |16366 |14704 | +ROW |30039 |16367 |14906 | +ROW |30040 |16369 |15220 | +ROW |30041 |16370 |15701 | +ROW |30042 |16371 |15723 | +ROW |30043 |16372 |15755 | +ROW |30044 |16373 |15819 | +ROW |30045 |16374 |15840 | +ROW |30046 |16375 |15990 | +ROW |30047 |16376 |16017 | +ROW |30048 |16458 |16453 | +ROW |30049 |17928 |17923 | +ROW |30050 |18182 |18177 | +ROW |30051 |16631 |16630 | +ROW |30052 |16640 |16636 | +ROW |30053 |16642 |16638 | +ROW |30054 |16643 |16639 | +ROW |30055 |15695 |16863 | +ROW |30056 |18242 |16863 | +ROW |30057 |18243 |16863 | +ROW |30058 |15694 |16868 | +ROW |30059 |15696 |16864 | +ROW |30060 |15697 |16865 | +ROW |30061 |18244 |16864 | +ROW |30062 |18245 |16865 | +ROW |30063 |18246 |16868 | +ROW |30064 |18247 |16864 | +ROW |30065 |18248 |16865 | +ROW |30066 |18249 |16868 | +ROW |30067 |15671 |16841 | +ROW |30068 |18250 |16841 | +ROW |30069 |18251 |16841 | +ROW |30070 |15672 |16842 | +ROW |30071 |15673 |16843 | +ROW |30072 |15674 |16844 | +ROW |30073 |15675 |16845 | +ROW |30074 |15676 |16846 | +ROW |30075 |15677 |16847 | +ROW |30076 |15678 |16848 | +ROW |30077 |15679 |16849 | +ROW |30078 |15680 |16850 | +ROW |30079 |15681 |16851 | +ROW |30080 |15682 |16852 | +ROW |30081 |15683 |16853 | +ROW |30082 |15684 |16854 | +ROW |30083 |15685 |16855 | +ROW |30084 |15686 |16856 | +ROW |30085 |15687 |16857 | +ROW |30086 |15689 |16858 | +ROW |30087 |15691 |16860 | +ROW |30088 |15708 |16861 | +ROW |30089 |15997 |16862 | +ROW |30090 |18252 |16842 | +ROW |30091 |18253 |16843 | +ROW |30092 |18254 |16844 | +ROW |30093 |18255 |16845 | +ROW |30094 |18256 |16846 | +ROW |30095 |18257 |16847 | +ROW |30096 |18258 |16848 | +ROW |30097 |18259 |16849 | +ROW |30098 |18260 |16850 | +ROW |30099 |18261 |16851 | +ROW |30100 |18262 |16852 | +ROW |30101 |18263 |16853 | +ROW |30102 |18264 |16854 | +ROW |30103 |18265 |16855 | +ROW |30104 |18266 |16856 | +ROW |30105 |18267 |16857 | +ROW |30106 |18268 |16858 | +ROW |30107 |18270 |16860 | +ROW |30108 |18271 |16861 | +ROW |30109 |18272 |16862 | +ROW |30110 |18273 |16842 | +ROW |30111 |18274 |16843 | +ROW |30112 |18275 |16844 | +ROW |30113 |18276 |16845 | +ROW |30114 |18277 |16846 | +ROW |30115 |18278 |16847 | +ROW |30116 |18279 |16848 | +ROW |30117 |18280 |16849 | +ROW |30118 |18281 |16850 | +ROW |30119 |18282 |16851 | +ROW |30120 |18283 |16852 | +ROW |30121 |18284 |16853 | +ROW |30122 |18285 |16854 | +ROW |30123 |18286 |16855 | +ROW |30124 |18287 |16856 | +ROW |30125 |18288 |16857 | +ROW |30126 |18289 |16858 | +ROW |30127 |18291 |16860 | +ROW |30128 |18292 |16861 | +ROW |30129 |18293 |16862 | +ROW |30130 |15698 |16866 | +ROW |30131 |18294 |16866 | +ROW |30132 |18295 |16866 | +ROW |30133 |16028 |16867 | +ROW |30134 |18296 |16867 | +ROW |30135 |18297 |16867 | +ROW |30136 |18100 |18099 | +ROW |30137 |18106 |18105 | +ROW |30138 |14318 |14319 | +ROW |30139 |17554 |15717 | +ROW |30140 |17555 |15717 | +ROW |30141 |17555 |17554 | +ROW |30142 |17556 |15717 | +ROW |30143 |17557 |15717 | +ROW |30144 |17557 |17556 | +ROW |30145 |17559 |17558 | +ROW |30146 |17561 |17560 | +ROW |30147 |17563 |17562 | +ROW |30148 |17565 |17564 | +ROW |30149 |15721 |15720 | +ROW |30150 |15394 |15393 | +ROW |30151 |15392 |15391 | +ROW |30152 |17322 |14339 | +ROW |30153 |15382 |15381 | +ROW |30154 |15380 |15379 | +ROW |30155 |16504 |16505 | +ROW |30156 |14372 |14373 | +ROW |30157 |15386 |15385 | +ROW |30158 |15384 |15383 | +ROW |30159 |14380 |14381 | +ROW |30160 |18299 |18298 | +ROW |30161 |18300 |18299 | +ROW |30162 |18300 |18298 | +ROW |30163 |18303 |18302 | +ROW |30164 |18309 |18308 | +ROW |30165 |18311 |18316 | +ROW |30166 |18312 |18316 | +ROW |30167 |18313 |18316 | +ROW |30168 |18314 |18316 | +ROW |30169 |18315 |18316 | +ROW |30170 |18319 |18318 | +ROW |30171 |18321 |18320 | +ROW |30172 |18323 |18322 | +ROW |30173 |18326 |18325 | +ROW |30174 |18327 |18326 | +ROW |30175 |18327 |18325 | +ROW |30176 |18330 |18329 | +ROW |30177 |18336 |18335 | +ROW |30178 |18338 |18343 | +ROW |30179 |18339 |18343 | +ROW |30180 |18340 |18343 | +ROW |30181 |18341 |18343 | +ROW |30182 |18342 |18343 | +ROW |30183 |18346 |18345 | +ROW |30184 |18348 |18347 | +ROW |30185 |18350 |18349 | +ROW |30186 |18353 |18352 | +ROW |30187 |18354 |18353 | +ROW |30188 |18354 |18352 | +ROW |30189 |18357 |18356 | +ROW |30190 |18363 |18362 | +ROW |30191 |18365 |18370 | +ROW |30192 |18366 |18370 | +ROW |30193 |18367 |18370 | +ROW |30194 |18368 |18370 | +ROW |30195 |18369 |18370 | +ROW |30196 |18373 |18372 | +ROW |30197 |18375 |18374 | +ROW |30198 |18377 |18376 | +ROW |30199 |18380 |18379 | +ROW |30200 |18381 |18380 | +ROW |30201 |18381 |18379 | +ROW |30202 |18384 |18383 | +ROW |30203 |18390 |18389 | +ROW |30204 |18392 |18397 | +ROW |30205 |18393 |18397 | +ROW |30206 |18394 |18397 | +ROW |30207 |18395 |18397 | +ROW |30208 |18396 |18397 | +ROW |30209 |18400 |18399 | +ROW |30210 |18402 |18401 | +ROW |30211 |18404 |18403 | +ROW |30212 |18407 |18406 | +ROW |30213 |18408 |18407 | +ROW |30214 |18408 |18406 | +ROW |30215 |18411 |18410 | +ROW |30216 |18417 |18416 | +ROW |30217 |18419 |18424 | +ROW |30218 |18420 |18424 | +ROW |30219 |18421 |18424 | +ROW |30220 |18422 |18424 | +ROW |30221 |18423 |18424 | +ROW |30222 |18427 |18426 | +ROW |30223 |18429 |18428 | +ROW |30224 |18431 |18430 | +ROW |30225 |15347 |15346 | +ROW |30226 |15345 |15344 | +ROW |30227 |17567 |17566 | +ROW |30228 |15363 |15360 | +ROW |30229 |15364 |15361 | +ROW |30230 |15365 |15362 | +ROW |30231 |15357 |15354 | +ROW |30232 |15358 |15355 | +ROW |30233 |15359 |15356 | +ROW |30234 |17571 |17568 | +ROW |30235 |17572 |17569 | +ROW |30236 |17573 |17570 | +ROW |30237 |15334 |15333 | +ROW |30238 |15332 |15331 | +ROW |30239 |14460 |14461 | +ROW |30240 |14476 |14477 | +ROW |30241 |14495 |14496 | +ROW |30242 |14511 |17574 | +ROW |30243 |14551 |14552 | +ROW |30244 |15374 |15373 | +ROW |30245 |15376 |15375 | +ROW |30246 |14914 |14915 | +ROW |30247 |14589 |14590 | +ROW |30248 |15338 |15337 | +ROW |30249 |17333 |17332 | +ROW |30250 |14624 |14625 | +ROW |30251 |18434 |18433 | +ROW |30252 |18435 |18434 | +ROW |30253 |18435 |18433 | +ROW |30254 |18438 |18439 | +ROW |30255 |18439 |18433 | +ROW |30256 |18441 |18444 | +ROW |30257 |18442 |18444 | +ROW |30258 |18443 |18444 | +ROW |30259 |18446 |18447 | +ROW |30260 |18450 |18449 | +ROW |30261 |14664 |14665 | +ROW |30262 |17085 |17086 | +ROW |30263 |16547 |16546 | +ROW |30264 |17576 |17575 | +ROW |30265 |17578 |17577 | +ROW |30266 |17628 |17626 | +ROW |30267 |17629 |17627 | +ROW |30268 |17632 |17630 | +ROW |30269 |17633 |17631 | +ROW |30270 |17635 |17634 | +ROW |30271 |17637 |17636 | +ROW |30272 |17686 |17684 | +ROW |30273 |17687 |17685 | +ROW |30274 |17690 |17688 | +ROW |30275 |17691 |17689 | +ROW |30276 |17693 |17692 | +ROW |30277 |17695 |17694 | +ROW |30278 |17730 |17728 | +ROW |30279 |17731 |17729 | +ROW |30280 |17734 |17732 | +ROW |30281 |17735 |17733 | +ROW |30282 |17737 |17736 | +ROW |30283 |17754 |17752 | +ROW |30284 |17755 |17753 | +ROW |30285 |17757 |17756 | +ROW |30286 |17819 |17817 | +ROW |30287 |17820 |17818 | +ROW |30288 |17823 |17821 | +ROW |30289 |17824 |17822 | +ROW |30290 |17826 |17825 | +ROW |30291 |17860 |17858 | +ROW |30292 |17861 |17859 | +ROW |30293 |17864 |17862 | +ROW |30294 |17865 |17863 | +ROW |30295 |17899 |17897 | +ROW |30296 |17900 |17898 | +ROW |30297 |17903 |17901 | +ROW |30298 |17904 |17902 | +ROW |30299 |17906 |17905 | +ROW |30300 |17908 |17907 | +ROW |30301 |17910 |17909 | +ROW |30302 |16551 |16552 | +ROW |30303 |16031 |16563 | +ROW |30304 |16045 |16564 | +ROW |30305 |16046 |16565 | +ROW |30306 |16039 |16040 | +ROW |30307 |16061 |16063 | +ROW |30308 |16062 |16064 | +ROW |30309 |16042 |16579 | +ROW |30310 |16067 |16580 | +ROW |30311 |16068 |16581 | +ROW |30312 |16041 |16042 | +ROW |30313 |16065 |16067 | +ROW |30314 |16066 |16068 | +ROW |30315 |16041 |16579 | +ROW |30316 |16065 |16580 | +ROW |30317 |16066 |16581 | +ROW |30318 |18132 |18452 | +ROW |30319 |18135 |18453 | +ROW |30320 |18138 |18454 | +ROW |30321 |18130 |18132 | +ROW |30322 |18133 |18135 | +ROW |30323 |18136 |18138 | +ROW |30324 |18130 |18452 | +ROW |30325 |18133 |18453 | +ROW |30326 |18136 |18454 | +ROW |30327 |16070 |16069 | +ROW |30328 |16072 |16071 | +ROW |30329 |16076 |17024 | +ROW |30330 |18455 |17024 | +ROW |30331 |16079 |16077 | +ROW |30332 |16080 |16078 | +ROW |30333 |16083 |16081 | +ROW |30334 |16084 |16082 | +ROW |30335 |16091 |17026 | +ROW |30336 |16092 |17028 | +ROW |30337 |18456 |17026 | +ROW |30338 |18457 |17028 | +ROW |30339 |17244 |17243 | +ROW |30340 |17257 |17256 | +ROW |30341 |17246 |17240 | +ROW |30342 |17259 |17253 | +ROW |30343 |17249 |17247 | +ROW |30344 |17262 |17260 | +ROW |30345 |17251 |17249 | +ROW |30346 |17264 |17262 | +ROW |30347 |17251 |17247 | +ROW |30348 |17264 |17260 | +ROW |30349 |18144 |18458 | +ROW |30350 |18147 |18459 | +ROW |30351 |18142 |18144 | +ROW |30352 |18145 |18147 | +ROW |30353 |18142 |18458 | +ROW |30354 |18145 |18459 | +ROW |30355 |17268 |17267 | +ROW |30356 |17270 |17269 | +ROW |30357 |17271 |17273 | +ROW |30358 |18460 |17273 | +ROW |30359 |17276 |17275 | +ROW |30360 |17278 |17277 | +ROW |30361 |17279 |17281 | +ROW |30362 |18461 |17281 | +ROW |30363 |16141 |16142 | +ROW |30364 |16146 |16573 | +ROW |30365 |16143 |16584 | +ROW |30366 |18152 |18462 | +ROW |30367 |18150 |18152 | +ROW |30368 |18150 |18462 | +ROW |30369 |16152 |16883 | +ROW |30370 |16153 |16883 | +ROW |30371 |18463 |16883 | +ROW |30372 |18464 |16883 | +ROW |30373 |16156 |16155 | +ROW |30374 |16158 |16157 | +ROW |30375 |18157 |18156 | +ROW |30376 |18160 |18159 | +ROW |30377 |18155 |18157 | +ROW |30378 |18158 |18160 | +ROW |30379 |18155 |18156 | +ROW |30380 |18158 |18159 | +ROW |30381 |16009 |16008 | +ROW |30382 |16011 |16010 | +ROW |30383 |16014 |16013 | +ROW |30384 |16016 |16015 | +ROW |30385 |16161 |16160 | +ROW |30386 |16172 |16171 | +ROW |30387 |16162 |16161 | +ROW |30388 |16173 |16172 | +ROW |30389 |16162 |16160 | +ROW |30390 |16173 |16171 | +ROW |30391 |16166 |18162 | +ROW |30392 |16177 |18164 | +ROW |30393 |16167 |18162 | +ROW |30394 |16178 |18164 | +ROW |30395 |17035 |16160 | +ROW |30396 |17037 |16171 | +ROW |30397 |18161 |18162 | +ROW |30398 |18163 |18164 | +ROW |30399 |16183 |16182 | +ROW |30400 |17911 |17042 | +ROW |30401 |18465 |17042 | +ROW |30402 |18466 |17042 | +ROW |30403 |17043 |17912 | +ROW |30404 |17043 |17913 | +ROW |30405 |16190 |16189 | +ROW |30406 |17914 |17047 | +ROW |30407 |18467 |17047 | +ROW |30408 |18468 |17047 | +ROW |30409 |17048 |17915 | +ROW |30410 |17048 |17916 | +ROW |30411 |17285 |17287 | +ROW |30412 |17296 |17298 | +ROW |30413 |17286 |17285 | +ROW |30414 |17297 |17296 | +ROW |30415 |17286 |17287 | +ROW |30416 |17297 |17298 | +ROW |30417 |17291 |18170 | +ROW |30418 |17302 |18172 | +ROW |30419 |17292 |18170 | +ROW |30420 |17303 |18172 | +ROW |30421 |17283 |17287 | +ROW |30422 |17294 |17298 | +ROW |30423 |18169 |18170 | +ROW |30424 |18171 |18172 | +ROW |30425 |17306 |17305 | +ROW |30426 |17917 |17310 | +ROW |30427 |18469 |17310 | +ROW |30428 |18470 |17310 | +ROW |30429 |17311 |17918 | +ROW |30430 |17311 |17919 | +ROW |30431 |17314 |17313 | +ROW |30432 |17920 |17318 | +ROW |30433 |18471 |17318 | +ROW |30434 |18472 |17318 | +ROW |30435 |17319 |17921 | +ROW |30436 |17319 |17922 | +ROW |30437 |18596 |18597 | +ROW |30438 |18629 |18630 | +ROW |30439 |18662 |18663 | +ROW |30440 |18695 |18696 | +ROW |30441 |18728 |18729 | +ROW |30442 |18947 |18948 | +ROW |30443 |18794 |18795 | +ROW |30444 |18495 |18496 | +ROW |30445 |18831 |18832 | +ROW |30446 |18864 |18865 | +ROW |30447 |18897 |18898 | +ROW |30448 |16772 |16773 | +ROW |30449 |16771 |16772 | +ROW |30450 |16771 |16773 | +ROW |30451 |16769 |16770 | +ROW |30452 |16768 |16769 | +ROW |30453 |16768 |16770 | +ROW |30454 |19230 |19231 | +ROW |30455 |19233 |19232 | +ROW |30456 |19235 |19234 | +ROW |30457 |19236 |19234 | +ROW |30458 |19236 |19235 | +ROW |30459 |19238 |19237 | +ROW |30460 |19239 |19240 | +ROW |30461 |19242 |19243 | +ROW |30462 |19245 |19244 | +ROW |30463 |19247 |19246 | +ROW |30464 |19249 |19250 | +ROW |30465 |19249 |19252 | +ROW |30466 |19249 |19248 | +ROW |30467 |19249 |19254 | +ROW |30468 |19251 |19250 | +ROW |30469 |19251 |19252 | +ROW |30470 |19251 |19248 | +ROW |30471 |19251 |19254 | +ROW |30472 |19253 |19250 | +ROW |30473 |19253 |19252 | +ROW |30474 |19253 |19248 | +ROW |30475 |19253 |19254 | +ROW |30476 |19255 |19250 | +ROW |30477 |19255 |19252 | +ROW |30478 |19255 |19248 | +ROW |30479 |19255 |19254 | +ROW |30480 |19258 |19257 | +ROW |30481 |16488 |16487 | +ROW |30482 |16485 |16484 | +ROW |30483 |16486 |16484 | +ROW |30484 |16486 |16485 | +ROW |30485 |16480 |16479 | +ROW |30486 |16482 |16481 | +ROW |30487 |16475 |16474 | +ROW |30488 |16471 |16472 | +ROW |30489 |16468 |16469 | +ROW |30490 |16459 |16460 | +ROW |30491 |16462 |16463 | +ROW |30492 |16465 |16466 | +ROW |30493 |16477 |16476 | +ROW |30494 |19263 |19262 | +ROW |30495 |19266 |19265 | +ROW |30496 |19268 |19267 | +ROW |30497 |19270 |19269 | +ROW |30498 |19272 |19271 | +ROW |30499 |19276 |19275 | +ROW |30500 |19278 |19277 | +ROW |30501 |19280 |19279 | +ROW |30502 |19282 |19281 | +ROW |30503 |19288 |19287 | +ROW |30504 |19293 |19292 | +ROW |30505 |19294 |19292 | +ROW |30506 |19294 |19293 | +ROW |30507 |19295 |19296 | +ROW |30508 |19297 |19295 | +ROW |30509 |19297 |19296 | +ROW |30510 |19299 |19298 | +ROW |30511 |19301 |19302 | +ROW |30512 |19303 |19302 | +ROW |30513 |19305 |19304 | +ROW |30514 |19307 |19306 | +ROW |30515 |19308 |19306 | +ROW |30516 |19308 |19307 | +ROW |30517 |19310 |19309 | +ROW |30518 |19314 |19313 | +ROW |30519 |19317 |19316 | +ROW |30520 |19319 |19318 | +ROW |30521 |19321 |19320 | +ROW |30522 |19323 |19322 | +ROW |30523 |19327 |19326 | +ROW |30524 |19329 |19328 | +ROW |30525 |19331 |19330 | +ROW |30526 |19333 |19332 | +ROW |30527 |19339 |19338 | +ROW |30528 |19344 |19343 | +ROW |30529 |19345 |19343 | +ROW |30530 |19345 |19344 | +ROW |30531 |19346 |19347 | +ROW |30532 |19348 |19346 | +ROW |30533 |19348 |19347 | +ROW |30534 |19350 |19349 | +ROW |30535 |19352 |19353 | +ROW |30536 |19354 |19353 | +ROW |30537 |19356 |19355 | +ROW |30538 |19358 |19357 | +ROW |30539 |19359 |19357 | +ROW |30540 |19359 |19358 | +ROW |30541 |19361 |19360 | +ROW |30542 |19365 |19364 | +ROW |30543 |19368 |19367 | +ROW |30544 |19370 |19369 | +ROW |30545 |19372 |19371 | +ROW |30546 |19374 |19373 | +ROW |30547 |19378 |19377 | +ROW |30548 |19380 |19379 | +ROW |30549 |19382 |19381 | +ROW |30550 |19384 |19383 | +ROW |30551 |19390 |19389 | +ROW |30552 |19395 |19394 | +ROW |30553 |19396 |19394 | +ROW |30554 |19396 |19395 | +ROW |30555 |19397 |19398 | +ROW |30556 |19399 |19397 | +ROW |30557 |19399 |19398 | +ROW |30558 |19401 |19400 | +ROW |30559 |19403 |19404 | +ROW |30560 |19405 |19404 | +ROW |30561 |19407 |19406 | +ROW |30562 |19409 |19408 | +ROW |30563 |19410 |19408 | +ROW |30564 |19410 |19409 | +ROW |30565 |19412 |19411 | +ROW |30566 |19416 |19415 | +ROW |30567 |19419 |19418 | +ROW |30568 |19421 |19420 | +ROW |30569 |19423 |19422 | +ROW |30570 |19425 |19424 | +ROW |30571 |19429 |19428 | +ROW |30572 |19431 |19430 | +ROW |30573 |19433 |19432 | +ROW |30574 |19435 |19434 | +ROW |30575 |19441 |19440 | +ROW |30576 |19446 |19445 | +ROW |30577 |19447 |19445 | +ROW |30578 |19447 |19446 | +ROW |30579 |19448 |19449 | +ROW |30580 |19450 |19448 | +ROW |30581 |19450 |19449 | +ROW |30582 |19452 |19451 | +ROW |30583 |19454 |19455 | +ROW |30584 |19456 |19455 | +ROW |30585 |19458 |19457 | +ROW |30586 |19460 |19459 | +ROW |30587 |19461 |19459 | +ROW |30588 |19461 |19460 | +ROW |30589 |19463 |19462 | +ROW |30590 |15729 |15728 | +ROW |30591 |15730 |15728 | +ROW |30592 |15730 |15729 | +ROW |30593 |15752 |15754 | +ROW |30594 |15753 |15754 | +ROW |30595 |15753 |15752 | +ROW |30596 |15742 |15741 | +ROW |30597 |15750 |15749 | +ROW |30598 |15751 |15750 | +ROW |30599 |15751 |15749 | +ROW |30600 |15746 |15743 | +ROW |30601 |15744 |15743 | +ROW |30602 |15740 |15739 | +ROW |30603 |17946 |17945 | +ROW |30604 |17948 |17947 | +ROW |30605 |15748 |15747 | +ROW |30606 |19467 |19466 | +ROW |30607 |19471 |19470 | +ROW |30608 |19473 |19472 | +ROW |30609 |19474 |19472 | +ROW |30610 |19474 |19473 | +ROW |30611 |19476 |19475 | +ROW |30612 |19478 |19477 | +ROW |30613 |19480 |19479 | +ROW |30614 |19482 |19483 | +ROW |30615 |19484 |19483 | +ROW |30616 |19486 |19485 | +ROW |30617 |19509 |19508 | +ROW |30618 |19513 |19512 | +ROW |30619 |19517 |19516 | +ROW |30620 |19519 |19518 | +ROW |30621 |19520 |19518 | +ROW |30622 |19520 |19519 | +ROW |30623 |19522 |19521 | +ROW |30624 |19524 |19523 | +ROW |30625 |19526 |19525 | +ROW |30626 |19528 |19529 | +ROW |30627 |19530 |19529 | +ROW |30628 |19532 |19531 | +ROW |30629 |19555 |19554 | +ROW |30630 |19559 |19558 | +ROW |30631 |19563 |19562 | +ROW |30632 |19565 |19564 | +ROW |30633 |19566 |19564 | +ROW |30634 |19566 |19565 | +ROW |30635 |19568 |19567 | +ROW |30636 |19570 |19569 | +ROW |30637 |19572 |19571 | +ROW |30638 |19574 |19575 | +ROW |30639 |19576 |19575 | +ROW |30640 |19578 |19577 | +ROW |30641 |19601 |19600 | +ROW |30642 |19605 |19604 | +ROW |30643 |19609 |19608 | +ROW |30644 |19611 |19610 | +ROW |30645 |19612 |19610 | +ROW |30646 |19612 |19611 | +ROW |30647 |19614 |19613 | +ROW |30648 |19616 |19615 | +ROW |30649 |19618 |19617 | +ROW |30650 |19620 |19621 | +ROW |30651 |19622 |19621 | +ROW |30652 |19624 |19623 | +ROW |30653 |19647 |19646 | +ROW |30654 |16440 |16439 | +ROW |30655 |18003 |15790 | +ROW |30656 |18004 |15787 | +ROW |30657 |18005 |15787 | +ROW |30658 |18005 |18004 | +ROW |30659 |15786 |15785 | +ROW |30660 |15784 |15783 | +ROW |30661 |15794 |15792 | +ROW |30662 |15793 |15792 | +ROW |30663 |15782 |15781 | +ROW |30664 |15797 |15796 | +ROW |30665 |15825 |15824 | +ROW |30666 |15826 |15824 | +ROW |30667 |15826 |15825 | +ROW |30668 |15828 |15829 | +ROW |30669 |15831 |15832 | +ROW |30670 |15834 |15835 | +ROW |30671 |15845 |15846 | +ROW |30672 |17223 |17227 | +ROW |30673 |17226 |17227 | TABLE |functions FIELDS|functionid|itemid|triggerid|name |parameter | @@ -19010,6 +19044,13 @@ ROW |25011 |36773 |19651 |nodata |$,30m ROW |25012 |36773 |19652 |last |$ | ROW |25013 |36782 |19653 |last |$ | ROW |25014 |36794 |19654 |find |$,,"like","errored" | +ROW |25015 |36796 |19655 |last |$ | +ROW |25016 |36805 |19656 |min |$,5m | +ROW |25017 |36798 |19657 |last |$ | +ROW |25018 |36812 |19658 |last |$,#1 | +ROW |25019 |36812 |19658 |last |$,#2 | +ROW |25020 |36812 |19658 |last |$ | +ROW |25021 |36816 |19659 |min |$,5m | TABLE |graphs FIELDS|graphid|name |width|height|yaxismin|yaxismax|templateid|show_work_period|show_triggers|graphtype|show_legend|show_3d|percent_left|percent_right|ymin_type|ymax_type|ymin_itemid|ymax_itemid|flags|discover|uuid | @@ -19817,6 +19858,9 @@ ROW |1803 |ZYXEL XGS-4728F: Nominal "{#ZYXEL.VOLT.NOMINAL}" ROW |1804 |ZYXEL XGS-4728F: CPU utilization |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |1 |1 |NULL |NULL |0 |0 |dfd68fb23bf349068005997de6b0515a| ROW |1805 |Interface {#IFNAME}({#IFALIAS}): Network traffic |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |d5e5f60602cc41ba8e0b79a63644bf08| ROW |1806 |Travis: Repo [{#SLUG}]: Builds |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |b13d986ae110458a80d74f32bb267ed7| +ROW |1807 |InfluxDB: [{#ORG_NAME}]: Query requests |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |925d6b2f79b2479ab031118d795811fb| +ROW |1808 |InfluxDB: [{#ORG_NAME}]: Query traffic |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |01921ee545c540bd8c0d51429bcce11b| +ROW |1809 |InfluxDB: Tasks runs |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |dd6b62b969594ddbb82895a8f8fc5623| TABLE |graphs FIELDS|graphid|name |width|height|yaxismin|yaxismax|templateid|show_work_period|show_triggers|graphtype|show_legend|show_3d|percent_left|percent_right|ymin_type|ymax_type|ymin_itemid|ymax_itemid|flags|discover|uuid| @@ -20384,2261 +20428,2269 @@ ROW |61428 |1657 |34319 |0 |4 |990099|0 |2 |0 | ROW |61429 |1657 |34318 |0 |5 |EE0000|0 |2 |0 | ROW |61430 |1658 |33025 |0 |0 |C80000|0 |2 |0 | ROW |61431 |1658 |33024 |0 |1 |00C800|0 |2 |0 | -ROW |65217 |1397 |32451 |5 |0 |1A7C11|0 |2 |0 | -ROW |65218 |1397 |32450 |5 |1 |2774A4|0 |2 |0 | -ROW |65219 |1398 |32452 |5 |0 |1A7C11|0 |2 |0 | -ROW |65220 |1398 |32449 |5 |1 |2774A4|0 |2 |0 | -ROW |65221 |1399 |32444 |5 |0 |1A7C11|0 |2 |0 | -ROW |65222 |1399 |32446 |5 |1 |2774A4|0 |2 |0 | -ROW |65223 |1399 |32448 |5 |2 |F63100|0 |2 |0 | -ROW |65224 |1400 |32460 |5 |0 |1A7C11|0 |2 |0 | -ROW |65225 |1401 |32458 |5 |0 |1A7C11|0 |2 |0 | -ROW |65226 |1401 |32457 |5 |1 |2774A4|0 |2 |0 | -ROW |65227 |1402 |32461 |5 |0 |1A7C11|0 |2 |0 | -ROW |65228 |1402 |32456 |5 |1 |2774A4|0 |2 |0 | -ROW |65229 |1172 |30918 |0 |0 |1A7C11|0 |2 |0 | -ROW |65230 |1172 |30919 |0 |1 |2774A4|0 |2 |0 | -ROW |65231 |1172 |30920 |0 |2 |F63100|0 |2 |0 | -ROW |65232 |1172 |30921 |2 |3 |A54F10|0 |2 |0 | -ROW |65233 |1173 |30922 |5 |0 |1A7C11|0 |2 |0 | -ROW |65234 |835 |28744 |0 |0 |1A7C11|0 |2 |0 | -ROW |65235 |835 |28745 |0 |1 |2774A4|0 |2 |0 | -ROW |65236 |1174 |30913 |5 |0 |1A7C11|0 |2 |0 | -ROW |65237 |1175 |30906 |0 |0 |1A7C11|0 |2 |0 | -ROW |65238 |1175 |30908 |0 |1 |2774A4|0 |2 |0 | -ROW |65239 |1175 |30915 |0 |2 |F63100|0 |2 |0 | -ROW |65240 |1175 |30897 |0 |3 |A54F10|0 |2 |0 | -ROW |65241 |1175 |30901 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65242 |1175 |30899 |0 |5 |6C59DC|0 |2 |0 | -ROW |65243 |1175 |30907 |0 |6 |AC8C14|0 |2 |0 | -ROW |65244 |1175 |30905 |0 |7 |611F27|0 |2 |0 | -ROW |65245 |1175 |30904 |0 |8 |F230E0|0 |2 |0 | -ROW |65246 |1175 |30900 |0 |9 |FFAD40|0 |2 |0 | -ROW |65247 |1175 |30898 |0 |10 |40CDFF|0 |2 |0 | -ROW |65248 |1176 |30910 |0 |0 |1A7C11|0 |2 |0 | -ROW |65249 |1176 |30909 |0 |1 |2774A4|0 |2 |0 | -ROW |65250 |836 |28798 |0 |0 |1A7C11|0 |2 |0 | -ROW |65251 |836 |28799 |0 |1 |2774A4|0 |2 |0 | -ROW |65252 |836 |28800 |0 |2 |F63100|0 |2 |0 | -ROW |65253 |836 |28801 |2 |3 |A54F10|0 |2 |0 | -ROW |65254 |837 |28803 |5 |0 |1A7C11|0 |2 |0 | -ROW |65255 |838 |28793 |5 |0 |1A7C11|0 |2 |0 | -ROW |65256 |840 |28787 |0 |0 |1A7C11|0 |2 |0 | -ROW |65257 |840 |28784 |0 |1 |2774A4|0 |2 |0 | -ROW |65258 |840 |28782 |0 |2 |F63100|0 |2 |0 | -ROW |65259 |840 |28781 |0 |3 |A54F10|0 |2 |0 | -ROW |65260 |840 |28780 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65261 |840 |28778 |0 |5 |6C59DC|0 |2 |0 | -ROW |65262 |840 |28786 |0 |6 |AC8C14|0 |2 |0 | -ROW |65263 |840 |28785 |0 |7 |611F27|0 |2 |0 | -ROW |65264 |840 |28783 |0 |8 |F230E0|0 |2 |0 | -ROW |65265 |840 |28779 |0 |9 |FFAD40|0 |2 |0 | -ROW |65266 |840 |28796 |0 |10 |40CDFF|0 |2 |0 | -ROW |65267 |839 |28789 |0 |0 |1A7C11|0 |2 |0 | -ROW |65268 |839 |28788 |0 |1 |2774A4|0 |2 |0 | -ROW |65269 |1339 |32172 |0 |0 |1A7C11|0 |2 |0 | -ROW |65270 |1339 |32173 |0 |1 |2774A4|0 |2 |0 | -ROW |65271 |1403 |32511 |0 |0 |1A7C11|0 |2 |0 | -ROW |65272 |1403 |32514 |0 |1 |2774A4|0 |2 |0 | -ROW |65273 |1404 |32512 |0 |0 |1A7C11|0 |2 |0 | -ROW |65274 |1404 |32515 |0 |1 |2774A4|0 |2 |0 | -ROW |65275 |1405 |32507 |0 |0 |1A7C11|0 |2 |0 | -ROW |65276 |1405 |32508 |0 |1 |2774A4|0 |2 |0 | -ROW |65277 |1405 |32513 |0 |2 |F63100|0 |2 |0 | -ROW |65278 |1343 |32135 |0 |0 |1A7C11|0 |2 |0 | -ROW |65279 |1343 |32142 |0 |1 |2774A4|0 |2 |0 | -ROW |65280 |1344 |32167 |0 |0 |1A7C11|0 |2 |0 | -ROW |65281 |1344 |32136 |0 |1 |2774A4|0 |2 |0 | -ROW |65282 |1345 |32141 |1 |0 |1A7C11|0 |2 |0 | -ROW |65283 |1345 |32138 |1 |1 |2774A4|0 |2 |0 | -ROW |65284 |1346 |32156 |2 |0 |1A7C11|0 |2 |0 | -ROW |65285 |1346 |32158 |0 |1 |2774A4|0 |2 |0 | -ROW |65286 |1346 |32159 |0 |2 |F63100|0 |2 |0 | -ROW |65287 |1346 |32154 |2 |3 |A54F10|0 |2 |0 | -ROW |65288 |1346 |32155 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65289 |1346 |32146 |0 |5 |6C59DC|0 |2 |0 | -ROW |65290 |1347 |32150 |2 |0 |1A7C11|0 |2 |0 | -ROW |65291 |1347 |32151 |0 |1 |2774A4|0 |2 |0 | -ROW |65292 |1347 |32152 |0 |2 |F63100|0 |2 |0 | -ROW |65293 |1622 |35078 |0 |0 |1A7C11|0 |2 |0 | -ROW |65294 |1622 |35091 |0 |1 |2774A4|0 |2 |0 | -ROW |65295 |1622 |35098 |0 |2 |F63100|0 |2 |0 | -ROW |65296 |1622 |35100 |0 |3 |A54F10|0 |2 |0 | -ROW |65297 |1622 |35099 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65298 |1623 |35090 |0 |0 |1A7C11|0 |2 |0 | -ROW |65299 |1623 |35101 |0 |1 |2774A4|0 |2 |0 | -ROW |65300 |1624 |35097 |0 |0 |1A7C11|0 |2 |0 | -ROW |65301 |1624 |35096 |0 |1 |2774A4|0 |2 |0 | -ROW |65302 |1624 |35095 |0 |2 |F63100|0 |2 |0 | -ROW |65303 |1625 |35089 |0 |0 |1A7C11|0 |2 |0 | -ROW |65304 |1625 |35088 |0 |1 |2774A4|0 |2 |0 | -ROW |65305 |1625 |35087 |0 |2 |F63100|0 |2 |0 | -ROW |65306 |1625 |35086 |0 |3 |A54F10|0 |2 |0 | -ROW |65307 |1625 |35085 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65308 |1626 |35079 |0 |0 |1A7C11|0 |2 |0 | -ROW |65309 |1626 |35082 |0 |1 |2774A4|0 |2 |0 | -ROW |65310 |1627 |35080 |0 |0 |1A7C11|0 |2 |0 | -ROW |65311 |1627 |35102 |0 |1 |2774A4|0 |2 |0 | -ROW |65312 |1628 |35093 |0 |0 |1A7C11|0 |2 |0 | -ROW |65313 |1628 |35092 |0 |1 |2774A4|0 |2 |0 | -ROW |65314 |1628 |35081 |0 |2 |F63100|0 |2 |0 | -ROW |65315 |1628 |35084 |0 |3 |A54F10|0 |2 |0 | -ROW |65316 |1628 |35083 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65317 |1121 |30606 |5 |0 |1A7C11|0 |2 |0 | -ROW |65318 |1121 |30590 |5 |1 |2774A4|0 |2 |0 | -ROW |65319 |1121 |30582 |5 |2 |F63100|0 |2 |0 | -ROW |65320 |1122 |30580 |5 |0 |1A7C11|0 |2 |0 | -ROW |65321 |1122 |30578 |5 |1 |2774A4|0 |2 |0 | -ROW |65322 |1123 |30586 |2 |0 |1A7C11|0 |2 |0 | -ROW |65323 |1123 |30608 |2 |1 |2774A4|0 |2 |0 | -ROW |65324 |1123 |30585 |2 |2 |F63100|0 |2 |0 | -ROW |65325 |1123 |30589 |2 |3 |A54F10|0 |2 |0 | -ROW |65326 |1123 |30584 |2 |4 |FC6EA3|0 |2 |0 | -ROW |65327 |1123 |30588 |2 |5 |6C59DC|0 |2 |0 | -ROW |65328 |1124 |30583 |2 |0 |1A7C11|0 |2 |0 | -ROW |65329 |1124 |30587 |2 |1 |2774A4|0 |2 |0 | -ROW |65330 |1125 |30555 |5 |0 |1A7C11|0 |2 |0 | -ROW |65331 |1125 |30554 |2 |1 |2774A4|0 |2 |0 | -ROW |65332 |1125 |30556 |2 |2 |F63100|0 |2 |0 | -ROW |65333 |1125 |30557 |2 |3 |A54F10|0 |2 |0 | -ROW |65334 |1126 |30565 |5 |0 |1A7C11|0 |2 |0 | -ROW |65335 |1127 |30567 |2 |0 |1A7C11|0 |2 |0 | -ROW |65336 |1127 |30568 |2 |1 |2774A4|0 |2 |0 | -ROW |65337 |1128 |30536 |2 |0 |1A7C11|0 |2 |0 | -ROW |65338 |1129 |30566 |2 |0 |1A7C11|0 |2 |0 | -ROW |65339 |1129 |30549 |2 |1 |2774A4|0 |2 |0 | -ROW |65340 |1129 |30553 |2 |2 |F63100|0 |2 |0 | -ROW |65341 |1129 |30570 |2 |3 |A54F10|0 |2 |0 | -ROW |65342 |1143 |30714 |0 |0 |1A7C11|0 |2 |0 | -ROW |65343 |1143 |30716 |0 |1 |2774A4|0 |2 |0 | -ROW |65344 |1143 |30717 |0 |2 |F63100|0 |2 |0 | -ROW |65345 |1143 |30715 |0 |3 |A54F10|0 |2 |0 | -ROW |65346 |1144 |30753 |0 |0 |1A7C11|0 |2 |0 | -ROW |65347 |1144 |30738 |0 |1 |2774A4|0 |2 |0 | -ROW |65348 |1145 |30718 |0 |0 |1A7C11|0 |2 |0 | -ROW |65349 |1145 |30737 |0 |1 |2774A4|0 |2 |0 | -ROW |65350 |1145 |30727 |0 |2 |F63100|0 |2 |0 | -ROW |65351 |1145 |30729 |0 |3 |A54F10|0 |2 |0 | -ROW |65352 |1146 |30730 |0 |0 |1A7C11|0 |2 |0 | -ROW |65353 |1146 |30732 |0 |1 |2774A4|0 |2 |0 | -ROW |65354 |1146 |30731 |0 |2 |F63100|0 |2 |0 | -ROW |65355 |1146 |30733 |0 |3 |A54F10|0 |2 |0 | -ROW |65356 |1147 |30734 |0 |0 |1A7C11|0 |2 |0 | -ROW |65357 |1147 |30736 |0 |1 |2774A4|0 |2 |0 | -ROW |65358 |1147 |30735 |0 |2 |F63100|0 |2 |0 | -ROW |65359 |1147 |30758 |0 |3 |A54F10|0 |2 |0 | -ROW |65360 |1148 |30711 |0 |0 |1A7C11|0 |2 |0 | -ROW |65361 |1148 |30706 |0 |1 |2774A4|0 |2 |0 | -ROW |65362 |1148 |30710 |0 |2 |F63100|0 |2 |0 | -ROW |65363 |1148 |30712 |0 |3 |A54F10|0 |2 |0 | -ROW |65364 |1148 |30702 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65365 |1148 |30707 |0 |5 |6C59DC|0 |2 |0 | -ROW |65366 |1148 |30704 |0 |6 |AC8C14|0 |2 |0 | -ROW |65367 |1177 |30927 |5 |0 |1A7C11|0 |2 |0 | -ROW |65368 |1177 |30944 |2 |1 |2774A4|0 |2 |0 | -ROW |65369 |1178 |30935 |0 |0 |1A7C11|0 |2 |0 | -ROW |65370 |1178 |30942 |0 |1 |2774A4|0 |2 |0 | -ROW |65371 |1179 |30949 |0 |0 |1A7C11|0 |2 |0 | -ROW |65372 |1179 |30950 |0 |1 |2774A4|0 |2 |0 | -ROW |65373 |1179 |30951 |0 |2 |F63100|0 |2 |0 | -ROW |65374 |1180 |30952 |0 |0 |1A7C11|0 |2 |0 | -ROW |65375 |1180 |30954 |0 |1 |2774A4|0 |2 |0 | -ROW |65376 |1180 |30955 |0 |2 |F63100|0 |2 |0 | -ROW |65377 |1181 |30936 |5 |0 |1A7C11|0 |2 |0 | -ROW |65378 |1181 |30940 |5 |1 |2774A4|0 |2 |0 | -ROW |65379 |1182 |30930 |0 |0 |1A7C11|0 |2 |0 | -ROW |65380 |1182 |30929 |0 |1 |2774A4|0 |2 |0 | -ROW |65381 |1182 |30928 |0 |2 |F63100|0 |2 |0 | -ROW |65382 |1182 |30931 |2 |3 |A54F10|1 |2 |0 | -ROW |65383 |1183 |30934 |0 |0 |1A7C11|0 |2 |0 | -ROW |65384 |1183 |30941 |0 |1 |2774A4|0 |2 |0 | -ROW |65385 |1406 |32532 |0 |0 |1A7C11|1 |2 |0 | -ROW |65386 |1406 |32535 |0 |1 |2774A4|1 |2 |0 | -ROW |65387 |1406 |32533 |0 |2 |F63100|0 |2 |0 | -ROW |65388 |1406 |32534 |0 |3 |A54F10|0 |2 |0 | -ROW |65389 |1406 |32536 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65390 |1406 |32537 |0 |5 |6C59DC|0 |2 |0 | -ROW |65391 |1407 |32543 |0 |0 |1A7C11|0 |2 |0 | -ROW |65392 |1407 |32544 |0 |1 |2774A4|0 |2 |0 | -ROW |65393 |1408 |32518 |0 |0 |1A7C11|0 |2 |0 | -ROW |65394 |1408 |32521 |0 |1 |2774A4|0 |2 |0 | -ROW |65395 |1408 |32523 |0 |2 |F63100|0 |2 |0 | -ROW |65396 |1408 |32524 |0 |3 |A54F10|0 |2 |0 | -ROW |65397 |1409 |32562 |0 |0 |1A7C11|1 |2 |0 | -ROW |65398 |1409 |32565 |0 |1 |2774A4|1 |2 |0 | -ROW |65399 |1409 |32563 |0 |2 |F63100|0 |2 |0 | -ROW |65400 |1409 |32564 |0 |3 |A54F10|0 |2 |0 | -ROW |65401 |1409 |32566 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65402 |1409 |32567 |0 |5 |6C59DC|0 |2 |0 | -ROW |65403 |1410 |32573 |0 |0 |1A7C11|0 |2 |0 | -ROW |65404 |1410 |32574 |0 |1 |2774A4|0 |2 |0 | -ROW |65405 |1411 |32548 |0 |0 |1A7C11|0 |2 |0 | -ROW |65406 |1411 |32551 |0 |1 |2774A4|0 |2 |0 | -ROW |65407 |1411 |32553 |0 |2 |F63100|0 |2 |0 | -ROW |65408 |1411 |32554 |0 |3 |A54F10|0 |2 |0 | -ROW |65409 |1250 |31527 |0 |0 |1A7C11|0 |2 |0 | -ROW |65410 |1250 |31529 |0 |1 |2774A4|0 |2 |0 | -ROW |65411 |1250 |31499 |0 |2 |F63100|0 |2 |0 | -ROW |65412 |1251 |31532 |0 |0 |1A7C11|0 |2 |0 | -ROW |65413 |1251 |31534 |0 |1 |2774A4|0 |2 |0 | -ROW |65414 |1251 |31538 |0 |2 |F63100|0 |2 |0 | -ROW |65415 |1251 |31536 |0 |3 |A54F10|0 |2 |0 | -ROW |65416 |1251 |31528 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65417 |1251 |31542 |0 |5 |6C59DC|0 |2 |0 | -ROW |65418 |1252 |31552 |0 |0 |1A7C11|0 |2 |0 | -ROW |65419 |1252 |31551 |0 |1 |2774A4|0 |2 |0 | -ROW |65420 |1252 |31541 |0 |2 |F63100|0 |2 |0 | -ROW |65421 |1253 |31513 |0 |0 |1A7C11|0 |2 |0 | -ROW |65422 |1253 |31526 |0 |1 |2774A4|0 |2 |0 | -ROW |65423 |1253 |31525 |0 |2 |F63100|0 |2 |0 | -ROW |65424 |1254 |31502 |0 |0 |1A7C11|0 |2 |0 | -ROW |65425 |1254 |31501 |0 |1 |2774A4|0 |2 |0 | -ROW |65426 |1254 |31503 |0 |2 |F63100|0 |2 |0 | -ROW |65427 |1255 |31505 |0 |0 |1A7C11|0 |2 |0 | -ROW |65428 |1255 |31504 |0 |1 |2774A4|0 |2 |0 | -ROW |65429 |1255 |31506 |0 |2 |F63100|0 |2 |0 | -ROW |65430 |1256 |31508 |0 |0 |1A7C11|0 |2 |0 | -ROW |65431 |1256 |31507 |0 |1 |2774A4|0 |2 |0 | -ROW |65432 |1256 |31509 |0 |2 |F63100|0 |2 |0 | -ROW |65433 |1257 |31511 |0 |0 |1A7C11|0 |2 |0 | -ROW |65434 |1257 |31510 |0 |1 |2774A4|0 |2 |0 | -ROW |65435 |1257 |31500 |0 |2 |F63100|0 |2 |0 | -ROW |65436 |1258 |31514 |0 |0 |1A7C11|0 |2 |0 | -ROW |65437 |1258 |31512 |0 |1 |2774A4|0 |2 |0 | -ROW |65438 |1258 |31515 |0 |2 |F63100|0 |2 |0 | -ROW |65439 |1259 |31516 |0 |0 |1A7C11|0 |2 |0 | -ROW |65440 |1259 |31517 |0 |1 |2774A4|0 |2 |0 | -ROW |65441 |1260 |31523 |0 |0 |1A7C11|0 |2 |0 | -ROW |65442 |1260 |31522 |0 |1 |2774A4|0 |2 |0 | -ROW |65443 |1260 |31524 |0 |2 |F63100|0 |2 |0 | -ROW |65444 |1412 |32601 |0 |0 |1A7C11|0 |2 |0 | -ROW |65445 |1412 |32602 |0 |1 |2774A4|0 |2 |0 | -ROW |65446 |1412 |32603 |0 |2 |F63100|0 |2 |0 | -ROW |65447 |1412 |32604 |0 |3 |A54F10|0 |2 |0 | -ROW |65448 |1412 |32606 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65449 |1412 |32606 |2 |5 |6C59DC|0 |2 |0 | -ROW |65450 |1413 |32608 |0 |0 |1A7C11|0 |2 |0 | -ROW |65451 |1413 |32610 |0 |1 |2774A4|0 |2 |0 | -ROW |65452 |1413 |32611 |0 |2 |F63100|0 |2 |0 | -ROW |65453 |1414 |32582 |2 |0 |1A7C11|0 |2 |0 | -ROW |65454 |1414 |32580 |2 |1 |2774A4|0 |2 |0 | -ROW |65455 |1414 |32581 |2 |2 |F63100|0 |2 |0 | -ROW |65456 |1414 |32597 |0 |3 |A54F10|1 |2 |0 | -ROW |65457 |1414 |32599 |0 |4 |FC6EA3|1 |2 |0 | -ROW |65458 |1414 |32588 |0 |5 |6C59DC|1 |2 |0 | -ROW |65459 |1415 |32583 |0 |0 |1A7C11|0 |2 |0 | -ROW |65460 |1415 |32584 |0 |1 |2774A4|0 |2 |0 | -ROW |65461 |1415 |32585 |0 |2 |F63100|0 |2 |0 | -ROW |65462 |1415 |32579 |2 |3 |A54F10|0 |2 |0 | -ROW |65463 |1416 |32587 |0 |0 |1A7C11|0 |2 |0 | -ROW |65464 |1416 |32590 |0 |1 |2774A4|0 |2 |0 | -ROW |65465 |1416 |32589 |0 |2 |F63100|0 |2 |0 | -ROW |65466 |1417 |32673 |1 |0 |1A7C11|0 |2 |0 | -ROW |65467 |1417 |32679 |1 |1 |2774A4|0 |2 |0 | -ROW |65468 |1629 |35114 |5 |0 |1A7C11|0 |2 |0 | -ROW |65469 |1629 |35113 |5 |1 |2774A4|0 |2 |0 | -ROW |65470 |1075 |30204 |0 |0 |1A7C11|0 |2 |0 | -ROW |65471 |1075 |30205 |0 |1 |2774A4|0 |2 |0 | -ROW |65472 |1630 |35112 |0 |0 |1A7C11|0 |2 |0 | -ROW |65473 |1630 |35111 |0 |1 |2774A4|0 |2 |0 | -ROW |65474 |1630 |35110 |0 |2 |F63100|0 |2 |0 | -ROW |65475 |1630 |35108 |0 |3 |A54F10|0 |2 |0 | -ROW |65476 |1630 |35105 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65477 |1076 |30209 |0 |0 |1A7C11|0 |2 |0 | -ROW |65478 |1076 |30208 |0 |1 |2774A4|0 |2 |0 | -ROW |65479 |1077 |30206 |5 |0 |1A7C11|0 |2 |0 | -ROW |65480 |1077 |30207 |5 |1 |2774A4|0 |2 |0 | -ROW |65481 |1078 |30216 |0 |0 |1A7C11|0 |2 |0 | -ROW |65482 |1078 |30215 |0 |1 |2774A4|0 |2 |0 | -ROW |65483 |1079 |30210 |0 |0 |1A7C11|0 |2 |0 | -ROW |65484 |1079 |30211 |0 |1 |2774A4|0 |2 |0 | -ROW |65485 |1079 |30212 |0 |2 |F63100|0 |2 |0 | -ROW |65486 |1079 |30213 |0 |3 |A54F10|0 |2 |0 | -ROW |65487 |1079 |30214 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65488 |1631 |35127 |5 |0 |1A7C11|0 |2 |0 | -ROW |65489 |1631 |35126 |5 |1 |2774A4|0 |2 |0 | -ROW |65490 |1632 |35124 |0 |0 |1A7C11|0 |2 |0 | -ROW |65491 |1632 |35123 |0 |1 |2774A4|0 |2 |0 | -ROW |65492 |1632 |35122 |0 |2 |F63100|0 |2 |0 | -ROW |65493 |1632 |30222 |0 |3 |A54F10|0 |2 |0 | -ROW |65494 |1632 |30223 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65495 |1080 |30226 |0 |0 |1A7C11|0 |2 |0 | -ROW |65496 |1080 |30225 |0 |1 |2774A4|0 |2 |0 | -ROW |65497 |1633 |35139 |5 |0 |1A7C11|0 |2 |0 | -ROW |65498 |1633 |35138 |5 |1 |2774A4|0 |2 |0 | -ROW |65499 |1081 |30247 |0 |0 |1A7C11|0 |2 |0 | -ROW |65500 |1081 |30248 |0 |1 |2774A4|0 |2 |0 | -ROW |65501 |1634 |35137 |0 |0 |1A7C11|0 |2 |0 | -ROW |65502 |1634 |35136 |0 |1 |2774A4|0 |2 |0 | -ROW |65503 |1634 |35135 |0 |2 |F63100|0 |2 |0 | -ROW |65504 |1634 |35133 |0 |3 |A54F10|0 |2 |0 | -ROW |65505 |1634 |35130 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65506 |1082 |30252 |0 |0 |1A7C11|0 |2 |0 | -ROW |65507 |1082 |30251 |0 |1 |2774A4|0 |2 |0 | -ROW |65508 |1083 |30249 |5 |0 |1A7C11|0 |2 |0 | -ROW |65509 |1083 |30250 |5 |1 |2774A4|0 |2 |0 | -ROW |65510 |1084 |30259 |0 |0 |1A7C11|0 |2 |0 | -ROW |65511 |1084 |30258 |0 |1 |2774A4|0 |2 |0 | -ROW |65512 |1085 |30253 |0 |0 |1A7C11|0 |2 |0 | -ROW |65513 |1085 |30254 |0 |1 |2774A4|0 |2 |0 | -ROW |65514 |1085 |30255 |0 |2 |F63100|0 |2 |0 | -ROW |65515 |1085 |30256 |0 |3 |A54F10|0 |2 |0 | -ROW |65516 |1085 |30257 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65517 |1635 |35152 |5 |0 |1A7C11|0 |2 |0 | -ROW |65518 |1635 |35151 |5 |1 |2774A4|0 |2 |0 | -ROW |65519 |1636 |35149 |0 |0 |1A7C11|0 |2 |0 | -ROW |65520 |1636 |35148 |0 |1 |2774A4|0 |2 |0 | -ROW |65521 |1636 |35147 |0 |2 |F63100|0 |2 |0 | -ROW |65522 |1636 |30265 |0 |3 |A54F10|0 |2 |0 | -ROW |65523 |1636 |30266 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65524 |1086 |30269 |0 |0 |1A7C11|0 |2 |0 | -ROW |65525 |1086 |30268 |0 |1 |2774A4|0 |2 |0 | -ROW |65526 |1184 |30982 |5 |0 |1A7C11|0 |2 |0 | -ROW |65527 |1184 |30980 |5 |1 |2774A4|0 |2 |0 | -ROW |65528 |1185 |30983 |0 |0 |1A7C11|0 |2 |0 | -ROW |65529 |1185 |30981 |0 |1 |2774A4|0 |2 |0 | -ROW |65530 |1186 |30976 |0 |0 |1A7C11|0 |2 |0 | -ROW |65531 |1186 |30985 |0 |1 |2774A4|0 |2 |0 | -ROW |65532 |1186 |30997 |0 |2 |F63100|0 |2 |0 | -ROW |65533 |1186 |30970 |0 |3 |A54F10|0 |2 |0 | -ROW |65534 |1186 |30973 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65535 |1186 |30995 |0 |5 |6C59DC|0 |2 |0 | -ROW |65536 |1186 |30998 |0 |6 |AC8C14|0 |2 |0 | -ROW |65537 |1186 |30978 |0 |7 |611F27|0 |2 |0 | -ROW |65538 |1187 |31024 |5 |0 |1A7C11|0 |2 |0 | -ROW |65539 |1187 |31022 |5 |1 |2774A4|0 |2 |0 | -ROW |65540 |1188 |31025 |0 |0 |1A7C11|0 |2 |0 | -ROW |65541 |1188 |31023 |0 |1 |2774A4|0 |2 |0 | -ROW |65542 |1189 |31018 |0 |0 |1A7C11|0 |2 |0 | -ROW |65543 |1189 |31027 |0 |1 |2774A4|0 |2 |0 | -ROW |65544 |1189 |31039 |0 |2 |F63100|0 |2 |0 | -ROW |65545 |1189 |31012 |0 |3 |A54F10|0 |2 |0 | -ROW |65546 |1189 |31015 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65547 |1189 |31037 |0 |5 |6C59DC|0 |2 |0 | -ROW |65548 |1189 |31040 |0 |6 |AC8C14|0 |2 |0 | -ROW |65549 |1189 |31020 |0 |7 |611F27|0 |2 |0 | -ROW |65550 |1499 |33478 |0 |0 |1A7C11|0 |2 |0 | -ROW |65551 |1499 |33467 |0 |1 |2774A4|0 |2 |0 | -ROW |65552 |1500 |33468 |0 |0 |1A7C11|0 |2 |0 | -ROW |65553 |1500 |33479 |0 |1 |2774A4|0 |2 |0 | -ROW |65554 |1501 |33442 |0 |0 |1A7C11|0 |2 |0 | -ROW |65555 |1501 |33441 |0 |1 |2774A4|0 |2 |0 | -ROW |65556 |1501 |33440 |0 |2 |F63100|0 |2 |0 | -ROW |65557 |1502 |33423 |0 |0 |1A7C11|0 |2 |0 | -ROW |65558 |1502 |33419 |0 |1 |2774A4|0 |2 |0 | -ROW |65559 |1502 |33422 |0 |2 |F63100|0 |2 |0 | -ROW |65560 |1502 |33421 |0 |3 |A54F10|0 |2 |0 | -ROW |65561 |1502 |33412 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65562 |1418 |32700 |0 |0 |1A7C11|0 |2 |0 | -ROW |65563 |1418 |32699 |0 |1 |2774A4|0 |2 |0 | -ROW |65564 |1419 |32710 |0 |0 |1A7C11|0 |2 |0 | -ROW |65565 |1419 |32709 |0 |1 |2774A4|0 |2 |0 | -ROW |65566 |1420 |32693 |0 |0 |1A7C11|0 |2 |0 | -ROW |65567 |1420 |32724 |0 |1 |2774A4|0 |2 |0 | -ROW |65568 |1421 |32730 |0 |0 |1A7C11|0 |2 |0 | -ROW |65569 |1421 |32731 |0 |1 |2774A4|0 |2 |0 | -ROW |65570 |1421 |32728 |0 |2 |F63100|0 |2 |0 | -ROW |65571 |1421 |32729 |0 |3 |A54F10|0 |2 |0 | -ROW |65572 |1422 |32705 |0 |0 |1A7C11|0 |2 |0 | -ROW |65573 |1422 |32706 |0 |1 |2774A4|0 |2 |0 | -ROW |65574 |1423 |32702 |0 |0 |1A7C11|0 |2 |0 | -ROW |65575 |1423 |32703 |0 |1 |2774A4|0 |2 |0 | -ROW |65576 |1424 |32708 |0 |0 |1A7C11|0 |2 |0 | -ROW |65577 |1424 |32722 |2 |1 |2774A4|0 |2 |0 | -ROW |65578 |1424 |32695 |0 |2 |F63100|0 |2 |0 | -ROW |65579 |1424 |32753 |0 |3 |A54F10|0 |2 |0 | -ROW |65580 |1424 |32740 |2 |4 |FC6EA3|0 |2 |0 | -ROW |65581 |1424 |32723 |0 |5 |6C59DC|0 |2 |0 | -ROW |65582 |1424 |32747 |0 |6 |AC8C14|0 |2 |0 | -ROW |65583 |1424 |32748 |2 |7 |611F27|0 |2 |0 | -ROW |65584 |1424 |32749 |0 |8 |F230E0|0 |2 |0 | -ROW |65585 |1424 |32750 |0 |9 |FFAD40|0 |2 |0 | -ROW |65586 |1424 |32751 |2 |10 |40CDFF|0 |2 |0 | -ROW |65587 |1424 |32752 |0 |11 |40FFA0|0 |2 |0 | -ROW |65588 |1425 |32746 |0 |0 |1A7C11|0 |2 |0 | -ROW |65589 |1425 |32745 |2 |1 |2774A4|0 |2 |0 | -ROW |65590 |1425 |32744 |0 |2 |F63100|0 |2 |0 | -ROW |65591 |1425 |32743 |0 |3 |A54F10|0 |2 |0 | -ROW |65592 |1425 |32743 |2 |4 |FC6EA3|0 |2 |0 | -ROW |65593 |1425 |32742 |0 |5 |6C59DC|0 |2 |0 | -ROW |65594 |1426 |32720 |0 |0 |1A7C11|0 |2 |0 | -ROW |65595 |1426 |32721 |0 |1 |2774A4|0 |2 |0 | -ROW |65596 |1426 |32719 |0 |2 |F63100|0 |2 |0 | -ROW |65597 |1426 |32718 |0 |3 |A54F10|0 |2 |0 | -ROW |65598 |1130 |30613 |0 |0 |1A7C11|0 |2 |0 | -ROW |65599 |1130 |30635 |0 |1 |2774A4|0 |2 |0 | -ROW |65600 |1130 |30625 |0 |2 |F63100|0 |2 |0 | -ROW |65601 |1131 |30632 |5 |0 |1A7C11|0 |2 |0 | -ROW |65602 |1131 |30633 |5 |1 |2774A4|0 |2 |0 | -ROW |65603 |1131 |30629 |5 |2 |F63100|0 |2 |0 | -ROW |65604 |1132 |30630 |2 |0 |1A7C11|0 |2 |0 | -ROW |65605 |1132 |30628 |2 |1 |2774A4|0 |2 |0 | -ROW |65606 |1132 |30631 |2 |2 |F63100|0 |2 |0 | -ROW |65607 |1133 |30619 |0 |0 |1A7C11|0 |2 |0 | -ROW |65608 |1133 |30618 |0 |1 |2774A4|0 |2 |0 | -ROW |65609 |1134 |30623 |5 |0 |1A7C11|0 |2 |0 | -ROW |65610 |1134 |30622 |5 |1 |2774A4|0 |2 |0 | -ROW |65611 |1135 |30615 |0 |0 |1A7C11|0 |2 |0 | -ROW |65612 |841 |28813 |2 |0 |1A7C11|0 |2 |0 | -ROW |65613 |841 |28811 |0 |1 |2774A4|0 |2 |0 | -ROW |65614 |841 |28812 |0 |2 |F63100|0 |2 |0 | -ROW |65615 |841 |28814 |0 |3 |A54F10|0 |2 |0 | -ROW |65616 |842 |28817 |0 |0 |1A7C11|0 |2 |0 | -ROW |65617 |842 |28815 |0 |1 |2774A4|0 |2 |0 | -ROW |65618 |842 |28816 |0 |2 |F63100|0 |2 |0 | -ROW |65619 |844 |28808 |0 |0 |1A7C11|0 |2 |0 | -ROW |65620 |844 |28807 |0 |1 |2774A4|0 |2 |0 | -ROW |65621 |843 |28818 |5 |0 |1A7C11|0 |2 |0 | -ROW |65622 |845 |28829 |2 |0 |1A7C11|0 |2 |0 | -ROW |65623 |845 |28831 |0 |1 |2774A4|0 |2 |0 | -ROW |65624 |845 |28832 |0 |2 |F63100|0 |2 |0 | -ROW |65625 |845 |28830 |0 |3 |A54F10|0 |2 |0 | -ROW |65626 |846 |28826 |0 |0 |1A7C11|0 |2 |0 | -ROW |65627 |846 |28828 |0 |1 |2774A4|0 |2 |0 | -ROW |65628 |846 |28827 |0 |2 |F63100|0 |2 |0 | -ROW |65629 |847 |28825 |5 |0 |1A7C11|0 |2 |0 | -ROW |65630 |1637 |35187 |5 |0 |1A7C11|0 |2 |0 | -ROW |65631 |1638 |35189 |5 |0 |1A7C11|0 |2 |0 | -ROW |65632 |1638 |35188 |5 |1 |2774A4|0 |2 |0 | -ROW |65633 |1638 |35190 |5 |2 |F63100|0 |2 |0 | -ROW |65634 |1638 |35191 |5 |3 |A54F10|0 |2 |0 | -ROW |65635 |1638 |35192 |5 |4 |FC6EA3|0 |2 |0 | -ROW |65636 |1639 |35198 |5 |0 |1A7C11|0 |2 |0 | -ROW |65637 |1640 |35200 |5 |0 |1A7C11|0 |2 |0 | -ROW |65638 |1640 |35199 |5 |1 |2774A4|0 |2 |0 | -ROW |65639 |1640 |35201 |5 |2 |F63100|0 |2 |0 | -ROW |65640 |1640 |35202 |5 |3 |A54F10|0 |2 |0 | -ROW |65641 |1640 |35203 |5 |4 |FC6EA3|0 |2 |0 | -ROW |65642 |1641 |35221 |5 |0 |1A7C11|0 |2 |0 | -ROW |65643 |1641 |35220 |5 |1 |2774A4|0 |2 |0 | -ROW |65644 |1641 |35219 |5 |2 |F63100|0 |2 |0 | -ROW |65645 |1642 |35214 |5 |0 |1A7C11|0 |2 |0 | -ROW |65646 |1642 |35216 |5 |1 |2774A4|0 |2 |0 | -ROW |65647 |1642 |35207 |5 |2 |F63100|0 |2 |0 | -ROW |65648 |1642 |35213 |5 |3 |A54F10|0 |2 |0 | -ROW |65649 |1642 |35212 |5 |4 |FC6EA3|0 |2 |0 | -ROW |65650 |1643 |35228 |5 |0 |1A7C11|0 |2 |0 | -ROW |65651 |1643 |35229 |5 |1 |2774A4|0 |2 |0 | -ROW |65652 |1643 |35227 |5 |2 |F63100|0 |2 |0 | -ROW |65653 |1644 |35231 |5 |0 |1A7C11|0 |2 |0 | -ROW |65654 |1644 |35230 |5 |1 |2774A4|0 |2 |0 | -ROW |65655 |1644 |35235 |5 |2 |F63100|0 |2 |0 | -ROW |65656 |1644 |35233 |5 |3 |A54F10|0 |2 |0 | -ROW |65657 |1644 |35232 |5 |4 |FC6EA3|0 |2 |0 | -ROW |65658 |1644 |35234 |5 |5 |6C59DC|0 |2 |0 | -ROW |65659 |1644 |35236 |5 |6 |AC8C14|0 |2 |0 | -ROW |65660 |1644 |35237 |5 |7 |611F27|0 |2 |0 | -ROW |65661 |1645 |35243 |5 |0 |1A7C11|0 |2 |0 | -ROW |65662 |1645 |35244 |5 |1 |2774A4|0 |2 |0 | -ROW |65663 |1645 |35245 |5 |2 |F63100|0 |2 |0 | -ROW |65664 |1646 |35252 |5 |0 |1A7C11|0 |2 |0 | -ROW |65665 |1646 |35253 |5 |1 |2774A4|0 |2 |0 | -ROW |65666 |1646 |35254 |5 |2 |F63100|0 |2 |0 | -ROW |65667 |1647 |35172 |5 |0 |1A7C11|0 |2 |0 | -ROW |65668 |1647 |35168 |5 |1 |2774A4|0 |2 |0 | -ROW |65669 |1647 |35164 |5 |2 |F63100|0 |2 |0 | -ROW |65670 |1647 |35163 |5 |3 |A54F10|0 |2 |0 | -ROW |65671 |1648 |35170 |5 |0 |1A7C11|0 |2 |0 | -ROW |65672 |1649 |35167 |5 |0 |1A7C11|0 |2 |0 | -ROW |65673 |1649 |35166 |5 |1 |2774A4|0 |2 |0 | -ROW |65674 |1649 |35165 |5 |2 |F63100|0 |2 |0 | -ROW |65675 |1650 |35176 |0 |0 |1A7C11|0 |2 |0 | -ROW |65676 |1262 |31592 |0 |0 |1A7C11|0 |2 |0 | -ROW |65677 |1262 |31584 |0 |1 |2774A4|0 |2 |0 | -ROW |65678 |1262 |31582 |0 |2 |F63100|0 |2 |0 | -ROW |65679 |1262 |31585 |0 |3 |A54F10|0 |2 |0 | -ROW |65680 |1263 |31591 |0 |0 |1A7C11|0 |2 |0 | -ROW |65681 |1263 |31583 |0 |1 |2774A4|0 |2 |0 | -ROW |65682 |1263 |31590 |0 |2 |F63100|0 |2 |0 | -ROW |65683 |1264 |31602 |0 |0 |1A7C11|0 |2 |0 | -ROW |65684 |1264 |31597 |0 |1 |2774A4|0 |2 |0 | -ROW |65685 |1264 |31601 |0 |2 |F63100|0 |2 |0 | -ROW |65686 |1264 |31604 |0 |3 |A54F10|0 |2 |0 | -ROW |65687 |1265 |31609 |0 |0 |1A7C11|0 |2 |0 | -ROW |65688 |1265 |31610 |0 |1 |2774A4|0 |2 |0 | -ROW |65689 |1265 |31608 |0 |2 |F63100|0 |2 |0 | -ROW |65690 |1001 |29729 |0 |0 |1A7C11|0 |2 |0 | -ROW |65691 |1001 |29728 |0 |1 |2774A4|0 |2 |0 | -ROW |65692 |1001 |29727 |0 |2 |F63100|0 |2 |0 | -ROW |65693 |1001 |29725 |0 |3 |A54F10|0 |2 |0 | -ROW |65694 |1001 |29723 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65695 |1001 |29733 |0 |5 |6C59DC|0 |2 |0 | -ROW |65696 |1001 |29737 |0 |6 |AC8C14|0 |2 |0 | -ROW |65697 |1001 |29731 |0 |7 |611F27|0 |2 |0 | -ROW |65698 |1000 |29720 |0 |0 |1A7C11|0 |2 |0 | -ROW |65699 |1000 |29730 |0 |1 |2774A4|0 |2 |0 | -ROW |65700 |1000 |29721 |0 |2 |F63100|0 |2 |0 | -ROW |65701 |1000 |29726 |0 |3 |A54F10|0 |2 |0 | -ROW |65702 |1000 |29724 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65703 |1000 |29734 |0 |5 |6C59DC|0 |2 |0 | -ROW |65704 |1000 |29722 |0 |6 |AC8C14|0 |2 |0 | -ROW |65705 |1000 |29732 |0 |7 |611F27|0 |2 |0 | -ROW |65706 |1027 |30022 |0 |0 |1A7C11|0 |2 |0 | -ROW |65707 |1027 |30021 |0 |1 |2774A4|0 |2 |0 | -ROW |65708 |1027 |30019 |0 |2 |F63100|0 |2 |0 | -ROW |65709 |1008 |29698 |5 |0 |1A7C11|0 |2 |0 | -ROW |65710 |1008 |29700 |2 |1 |FF0000|0 |2 |0 | -ROW |65711 |1007 |29691 |0 |0 |1A7C11|0 |2 |0 | -ROW |65712 |1013 |29657 |0 |0 |1A7C11|0 |2 |0 | -ROW |65713 |1013 |29658 |0 |1 |2774A4|0 |2 |0 | -ROW |65714 |1009 |29687 |5 |0 |1A7C11|0 |2 |0 | -ROW |65715 |1009 |29694 |2 |1 |FF0000|0 |2 |0 | -ROW |65716 |1029 |30017 |0 |0 |1A7C11|0 |2 |0 | -ROW |65717 |1029 |30016 |0 |1 |2774A4|0 |2 |0 | -ROW |65718 |1029 |30015 |0 |2 |F63100|0 |2 |0 | -ROW |65719 |1031 |30007 |0 |0 |1A7C11|0 |2 |0 | -ROW |65720 |1031 |30013 |0 |1 |2774A4|0 |2 |0 | -ROW |65721 |1031 |30011 |0 |2 |F63100|0 |2 |0 | -ROW |65722 |1031 |30009 |0 |3 |A54F10|0 |2 |0 | -ROW |65723 |1031 |30005 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65724 |1031 |30003 |0 |5 |6C59DC|0 |2 |0 | -ROW |65725 |1031 |30023 |0 |6 |AC8C14|0 |2 |0 | -ROW |65726 |1031 |30001 |0 |7 |611F27|0 |2 |0 | -ROW |65727 |1030 |30008 |0 |0 |1A7C11|0 |2 |0 | -ROW |65728 |1030 |30014 |0 |1 |2774A4|0 |2 |0 | -ROW |65729 |1030 |30012 |0 |2 |F63100|0 |2 |0 | -ROW |65730 |1030 |30010 |0 |3 |A54F10|0 |2 |0 | -ROW |65731 |1030 |30006 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65732 |1030 |30004 |0 |5 |6C59DC|0 |2 |0 | -ROW |65733 |1030 |30000 |0 |6 |AC8C14|0 |2 |0 | -ROW |65734 |1030 |30002 |0 |7 |611F27|0 |2 |0 | -ROW |65735 |1011 |29695 |2 |0 |1A7C11|0 |2 |0 | -ROW |65736 |1028 |30020 |5 |0 |1A7C11|0 |2 |0 | -ROW |65737 |1010 |29701 |5 |0 |1A7C11|0 |2 |0 | -ROW |65738 |1010 |29697 |0 |1 |2774A4|0 |2 |0 | -ROW |65739 |1012 |29692 |0 |0 |1A7C11|0 |2 |0 | -ROW |65740 |1015 |29812 |0 |0 |1A7C11|0 |2 |0 | -ROW |65741 |1015 |29811 |0 |1 |2774A4|0 |2 |0 | -ROW |65742 |1015 |29810 |0 |2 |F63100|0 |2 |0 | -ROW |65743 |1015 |29808 |0 |3 |A54F10|0 |2 |0 | -ROW |65744 |1015 |29806 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65745 |1015 |29816 |0 |5 |6C59DC|0 |2 |0 | -ROW |65746 |1015 |29820 |0 |6 |AC8C14|0 |2 |0 | -ROW |65747 |1015 |29814 |0 |7 |611F27|0 |2 |0 | -ROW |65748 |1014 |29803 |0 |0 |1A7C11|0 |2 |0 | -ROW |65749 |1014 |29813 |0 |1 |2774A4|0 |2 |0 | -ROW |65750 |1014 |29804 |0 |2 |F63100|0 |2 |0 | -ROW |65751 |1014 |29809 |0 |3 |A54F10|0 |2 |0 | -ROW |65752 |1014 |29807 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65753 |1014 |29817 |0 |5 |6C59DC|0 |2 |0 | -ROW |65754 |1014 |29805 |0 |6 |AC8C14|0 |2 |0 | -ROW |65755 |1014 |29815 |0 |7 |611F27|0 |2 |0 | -ROW |65756 |1016 |29768 |0 |0 |1A7C11|0 |2 |0 | -ROW |65757 |1016 |29767 |0 |1 |2774A4|0 |2 |0 | -ROW |65758 |1016 |29765 |0 |2 |F63100|0 |2 |0 | -ROW |65759 |1022 |29782 |5 |0 |1A7C11|0 |2 |0 | -ROW |65760 |1022 |29781 |2 |1 |FF0000|0 |2 |0 | -ROW |65761 |1021 |29783 |0 |0 |1A7C11|0 |2 |0 | -ROW |65762 |1023 |29780 |5 |0 |1A7C11|0 |2 |0 | -ROW |65763 |1023 |29784 |2 |1 |FF0000|0 |2 |0 | -ROW |65764 |1018 |29763 |0 |0 |1A7C11|0 |2 |0 | -ROW |65765 |1018 |29762 |0 |1 |2774A4|0 |2 |0 | -ROW |65766 |1018 |29761 |0 |2 |F63100|0 |2 |0 | -ROW |65767 |1020 |29753 |0 |0 |1A7C11|0 |2 |0 | -ROW |65768 |1020 |29759 |0 |1 |2774A4|0 |2 |0 | -ROW |65769 |1020 |29757 |0 |2 |F63100|0 |2 |0 | -ROW |65770 |1020 |29755 |0 |3 |A54F10|0 |2 |0 | -ROW |65771 |1020 |29751 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65772 |1020 |29749 |0 |5 |6C59DC|0 |2 |0 | -ROW |65773 |1020 |29769 |0 |6 |AC8C14|0 |2 |0 | -ROW |65774 |1020 |29747 |0 |7 |611F27|0 |2 |0 | -ROW |65775 |1019 |29754 |0 |0 |1A7C11|0 |2 |0 | -ROW |65776 |1019 |29760 |0 |1 |2774A4|0 |2 |0 | -ROW |65777 |1019 |29758 |0 |2 |F63100|0 |2 |0 | -ROW |65778 |1019 |29756 |0 |3 |A54F10|0 |2 |0 | -ROW |65779 |1019 |29752 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65780 |1019 |29750 |0 |5 |6C59DC|0 |2 |0 | -ROW |65781 |1019 |29746 |0 |6 |AC8C14|0 |2 |0 | -ROW |65782 |1019 |29748 |0 |7 |611F27|0 |2 |0 | -ROW |65783 |1025 |29775 |2 |0 |1A7C11|0 |2 |0 | -ROW |65784 |1017 |29766 |5 |0 |1A7C11|0 |2 |0 | -ROW |65785 |1024 |29776 |5 |0 |1A7C11|0 |2 |0 | -ROW |65786 |1024 |29777 |0 |1 |2774A4|0 |2 |0 | -ROW |65787 |1026 |29772 |0 |0 |1A7C11|0 |2 |0 | -ROW |65788 |1356 |32276 |0 |0 |1A7C11|0 |2 |0 | -ROW |65789 |1356 |32275 |0 |1 |2774A4|0 |2 |0 | -ROW |65790 |1357 |32281 |0 |0 |1A7C11|0 |2 |0 | -ROW |65791 |1357 |32267 |0 |1 |2774A4|0 |2 |0 | -ROW |65792 |1357 |32279 |0 |2 |F63100|0 |2 |0 | -ROW |65793 |1358 |32268 |0 |0 |1A7C11|0 |2 |0 | -ROW |65794 |1358 |32274 |0 |1 |2774A4|0 |2 |0 | -ROW |65795 |1358 |32271 |0 |2 |F63100|0 |2 |0 | -ROW |65796 |1359 |32288 |0 |0 |1A7C11|0 |2 |0 | -ROW |65797 |1359 |32291 |0 |1 |2774A4|0 |2 |0 | -ROW |65798 |1360 |32247 |0 |0 |1A7C11|0 |2 |0 | -ROW |65799 |1360 |32245 |0 |1 |2774A4|0 |2 |0 | -ROW |65800 |1360 |32246 |0 |2 |F63100|0 |2 |0 | -ROW |65801 |1361 |32248 |0 |0 |1A7C11|0 |2 |0 | -ROW |65802 |1361 |32249 |0 |1 |2774A4|0 |2 |0 | -ROW |65803 |1361 |32250 |0 |2 |F63100|0 |2 |0 | -ROW |65804 |1362 |32240 |0 |0 |1A7C11|0 |2 |0 | -ROW |65805 |1362 |32273 |0 |1 |2774A4|0 |2 |0 | -ROW |65806 |1363 |32282 |0 |0 |1A7C11|0 |2 |0 | -ROW |65807 |1363 |32283 |0 |1 |2774A4|0 |2 |0 | -ROW |65808 |1363 |32289 |0 |2 |F63100|0 |2 |0 | -ROW |65809 |1363 |32290 |0 |3 |A54F10|0 |2 |0 | -ROW |65810 |1363 |32286 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65811 |1363 |32287 |0 |5 |6C59DC|0 |2 |0 | -ROW |65812 |1363 |32241 |0 |6 |AC8C14|0 |2 |0 | -ROW |65813 |1363 |32242 |0 |7 |611F27|0 |2 |0 | -ROW |65814 |1363 |32243 |0 |8 |F230E0|0 |2 |0 | -ROW |65815 |1363 |32244 |0 |9 |FFAD40|0 |2 |0 | -ROW |65816 |1363 |32277 |0 |10 |40CDFF|0 |2 |0 | -ROW |65817 |1363 |32278 |0 |11 |40FFA0|0 |2 |0 | -ROW |65818 |1427 |32768 |5 |0 |1A7C11|0 |2 |0 | -ROW |65819 |1427 |32767 |5 |1 |2774A4|0 |2 |0 | -ROW |65820 |1428 |32774 |5 |0 |1A7C11|0 |2 |0 | -ROW |65821 |1428 |32772 |5 |1 |2774A4|0 |2 |0 | -ROW |65822 |1428 |32775 |5 |2 |F63100|0 |2 |0 | -ROW |65823 |1428 |32773 |5 |3 |A54F10|0 |2 |0 | -ROW |65824 |1429 |32779 |5 |0 |1A7C11|0 |2 |0 | -ROW |65825 |1429 |32777 |5 |1 |2774A4|0 |2 |0 | -ROW |65826 |1429 |32778 |5 |2 |F63100|0 |2 |0 | -ROW |65827 |1806 |36785 |0 |0 |1A7C11|0 |2 |0 | -ROW |65828 |1806 |36786 |0 |1 |2774A4|0 |2 |0 | -ROW |65829 |1806 |36787 |0 |2 |F63100|0 |2 |0 | -ROW |65830 |1430 |32837 |2 |0 |1A7C11|0 |2 |0 | -ROW |65831 |1430 |32836 |2 |1 |2774A4|0 |2 |0 | -ROW |65832 |1430 |32835 |2 |2 |F63100|0 |2 |0 | -ROW |65833 |1431 |32856 |5 |0 |1A7C11|0 |2 |0 | -ROW |65834 |1432 |32828 |5 |0 |1A7C11|0 |2 |0 | -ROW |65835 |1433 |32847 |5 |0 |34bdeb|0 |2 |0 | -ROW |65836 |1434 |32797 |5 |0 |1A7C11|0 |2 |0 | -ROW |65837 |1434 |32796 |5 |1 |2774A4|0 |2 |0 | -ROW |65838 |1434 |32801 |2 |2 |F63100|0 |2 |0 | -ROW |65839 |1435 |32834 |5 |0 |1A7C11|0 |2 |0 | -ROW |65840 |1436 |32819 |5 |0 |1A7C11|0 |2 |0 | -ROW |65841 |1437 |32826 |5 |0 |1A7C11|0 |2 |0 | -ROW |65842 |1614 |34976 |0 |0 |1A7C11|0 |2 |0 | -ROW |65843 |1614 |34975 |0 |1 |2774A4|0 |2 |0 | -ROW |65844 |1614 |34978 |0 |2 |F63100|0 |2 |0 | -ROW |65845 |1614 |34979 |0 |3 |A54F10|0 |2 |0 | -ROW |65846 |1614 |34980 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65847 |1615 |34982 |0 |0 |1A7C11|0 |2 |0 | -ROW |65848 |1615 |34997 |0 |1 |2774A4|0 |2 |0 | -ROW |65849 |1615 |35001 |0 |2 |F63100|0 |2 |0 | -ROW |65850 |1615 |35000 |0 |3 |A54F10|0 |2 |0 | -ROW |65851 |1615 |34998 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65852 |1615 |34996 |0 |5 |6C59DC|0 |2 |0 | -ROW |65853 |1616 |35015 |0 |0 |1A7C11|0 |2 |0 | -ROW |65854 |1616 |35014 |0 |1 |2774A4|0 |2 |0 | -ROW |65855 |1617 |35012 |0 |0 |1A7C11|0 |2 |0 | -ROW |65856 |1617 |35013 |0 |1 |2774A4|0 |2 |0 | -ROW |65857 |1618 |34951 |0 |0 |1A7C11|0 |2 |0 | -ROW |65858 |1618 |34952 |0 |1 |2774A4|0 |2 |0 | -ROW |65859 |1618 |34953 |0 |2 |F63100|0 |2 |0 | -ROW |65860 |1618 |34954 |0 |3 |A54F10|0 |2 |0 | -ROW |65861 |1618 |34956 |0 |4 |FC6EA3|0 |2 |0 | -ROW |65862 |1618 |34950 |0 |5 |6C59DC|0 |2 |0 | -ROW |65863 |1618 |34957 |0 |6 |AC8C14|0 |2 |0 | -ROW |65864 |1618 |34959 |0 |7 |611F27|0 |2 |0 | -ROW |65865 |1618 |34965 |0 |8 |F230E0|0 |2 |0 | -ROW |65866 |1445 |22404 |0 |0 |990099|0 |2 |0 | -ROW |65867 |1445 |22399 |0 |1 |990000|0 |2 |0 | -ROW |65868 |1445 |22416 |0 |2 |0000EE|0 |2 |0 | -ROW |65869 |1445 |25366 |0 |3 |FF33FF|0 |2 |0 | -ROW |65870 |1445 |22418 |0 |4 |009600|0 |2 |0 | -ROW |65871 |1445 |22402 |0 |5 |003300|0 |2 |0 | -ROW |65872 |1445 |22400 |0 |6 |33FFFF|0 |2 |0 | -ROW |65873 |1445 |22689 |0 |7 |DD0000|0 |2 |0 | -ROW |65874 |1445 |23171 |0 |8 |000099|0 |2 |0 | -ROW |65875 |1445 |22401 |0 |9 |00FF00|0 |2 |0 | -ROW |65876 |1445 |33023 |0 |10 |5A2B57|0 |2 |0 | -ROW |65877 |1651 |22406 |0 |0 |00EE00|0 |2 |0 | -ROW |65878 |1651 |25665 |0 |1 |0000EE|0 |2 |0 | -ROW |65879 |1651 |25666 |0 |2 |FFAA00|0 |2 |0 | -ROW |65880 |1651 |28537 |0 |3 |00EEEE|0 |2 |0 | -ROW |65881 |1651 |28535 |0 |4 |990099|0 |2 |0 | -ROW |65882 |1652 |22426 |0 |0 |00EE00|0 |2 |0 | -ROW |65883 |1652 |22408 |0 |1 |FFAA00|0 |2 |0 | -ROW |65884 |1652 |22412 |0 |2 |990099|0 |2 |0 | -ROW |65885 |1652 |22414 |0 |3 |FF66FF|0 |2 |0 | -ROW |65886 |1652 |23663 |0 |4 |009999|0 |2 |0 | -ROW |65887 |1652 |33022 |0 |5 |2B5429|0 |2 |0 | -ROW |65888 |1652 |22430 |0 |6 |8048B4|0 |2 |0 | -ROW |65889 |1652 |22420 |0 |7 |FD5434|0 |2 |0 | -ROW |65890 |1653 |22422 |0 |0 |00EE00|0 |2 |0 | -ROW |65891 |1653 |22424 |0 |1 |0000EE|0 |2 |0 | -ROW |65892 |1653 |25370 |0 |2 |FFAA00|0 |2 |0 | -ROW |65893 |1653 |29822 |0 |3 |00EEEE|0 |2 |0 | -ROW |65894 |1653 |34317 |0 |4 |990099|0 |2 |0 | -ROW |65895 |1653 |34316 |0 |5 |EE0000|0 |2 |0 | -ROW |65896 |1654 |33021 |0 |0 |C80000|0 |2 |0 | -ROW |65897 |1654 |33020 |0 |1 |00C800|0 |2 |0 | -ROW |65898 |527 |22199 |0 |0 |C80000|0 |2 |0 | -ROW |65899 |527 |22196 |0 |1 |00C800|0 |2 |0 | -ROW |65900 |410 |22185 |0 |0 |009900|0 |2 |0 | -ROW |65901 |410 |22189 |0 |1 |DD0000|0 |2 |0 | -ROW |65902 |410 |22396 |0 |2 |00DDDD|0 |2 |0 | -ROW |65903 |410 |22183 |0 |3 |3333FF|0 |2 |0 | -ROW |65904 |410 |22191 |0 |4 |999900|0 |2 |0 | -ROW |65905 |410 |23634 |0 |5 |00FF00|0 |2 |0 | -ROW |65906 |404 |22404 |0 |0 |990099|0 |2 |0 | -ROW |65907 |404 |22399 |0 |1 |990000|0 |2 |0 | -ROW |65908 |404 |22416 |0 |2 |0000EE|0 |2 |0 | -ROW |65909 |404 |22430 |0 |3 |FF33FF|0 |2 |0 | -ROW |65910 |404 |22418 |0 |4 |009600|0 |2 |0 | -ROW |65911 |404 |22402 |0 |5 |003300|0 |2 |0 | -ROW |65912 |404 |22420 |0 |6 |CCCC00|0 |2 |0 | -ROW |65913 |404 |22400 |0 |7 |33FFFF|0 |2 |0 | -ROW |65914 |404 |22689 |0 |8 |DD0000|0 |2 |0 | -ROW |65915 |404 |23171 |0 |9 |000099|0 |2 |0 | -ROW |65916 |404 |22401 |0 |10 |00FF00|0 |2 |0 | -ROW |65917 |404 |33023 |0 |11 |5A2B57|0 |2 |0 | -ROW |65918 |406 |22426 |0 |1 |00EE00|0 |2 |0 | -ROW |65919 |406 |22422 |0 |2 |0000EE|0 |2 |0 | -ROW |65920 |406 |22408 |0 |3 |FFAA00|0 |2 |0 | -ROW |65921 |406 |22424 |0 |4 |00EEEE|0 |2 |0 | -ROW |65922 |406 |22412 |0 |5 |990099|0 |2 |0 | -ROW |65923 |406 |22406 |0 |6 |EE0000|0 |2 |0 | -ROW |65924 |406 |22414 |0 |7 |FF66FF|0 |2 |0 | -ROW |65925 |406 |23663 |0 |8 |009999|0 |2 |0 | -ROW |65926 |406 |25366 |0 |9 |BBBB00|0 |2 |0 | -ROW |65927 |406 |25370 |0 |10 |AA0000|0 |2 |0 | -ROW |65928 |406 |25665 |0 |11 |990000|0 |2 |0 | -ROW |65929 |406 |25666 |0 |12 |008800|0 |2 |0 | -ROW |65930 |406 |28535 |0 |13 |80B0E0|0 |2 |0 | -ROW |65931 |406 |28537 |0 |14 |4080B0|0 |2 |0 | -ROW |65932 |406 |29822 |0 |15 |8000FF|0 |2 |0 | -ROW |65933 |406 |33022 |0 |16 |2B5429|0 |2 |0 | -ROW |65934 |406 |34317 |0 |17 |8048B4|0 |2 |0 | -ROW |65935 |406 |34316 |0 |18 |FD5434|0 |2 |0 | -ROW |65936 |406 |35274 |0 |19 |790E1F|0 |2 |0 | -ROW |65937 |406 |35272 |0 |20 |87AC4D|0 |2 |0 | -ROW |65938 |788 |28248 |0 |0 |008800|0 |2 |0 | -ROW |65939 |788 |28533 |0 |1 |EE0000|0 |2 |0 | -ROW |65940 |392 |22187 |5 |0 |00C800|0 |2 |0 | -ROW |65941 |392 |23251 |0 |1 |F63100|0 |2 |0 | -ROW |65942 |1444 |28581 |0 |0 |990099|0 |2 |0 | -ROW |65943 |1444 |28574 |0 |1 |990000|0 |2 |0 | -ROW |65944 |1444 |28571 |0 |2 |0000EE|0 |2 |0 | -ROW |65945 |1444 |28562 |0 |3 |FF33FF|0 |2 |0 | -ROW |65946 |1444 |28570 |0 |4 |009600|0 |2 |0 | -ROW |65947 |1444 |28569 |0 |5 |003300|0 |2 |0 | -ROW |65948 |1444 |28552 |0 |6 |33FFFF|0 |2 |0 | -ROW |65949 |1444 |28573 |0 |7 |DD0000|0 |2 |0 | -ROW |65950 |1444 |28579 |0 |8 |000099|0 |2 |0 | -ROW |65951 |1444 |28559 |0 |9 |00FF00|0 |2 |0 | -ROW |65952 |1444 |33017 |0 |10 |5A2B57|0 |2 |0 | -ROW |65953 |1659 |28567 |0 |0 |00EE00|0 |2 |0 | -ROW |65954 |1659 |28575 |0 |1 |0000EE|0 |2 |0 | -ROW |65955 |1659 |28576 |0 |2 |FFAA00|0 |2 |0 | -ROW |65956 |1659 |28583 |0 |3 |00EEEE|0 |2 |0 | -ROW |65957 |1659 |28582 |0 |4 |990099|0 |2 |0 | -ROW |65958 |1660 |28572 |0 |0 |00EE00|0 |2 |0 | -ROW |65959 |1660 |28568 |0 |1 |FFAA00|0 |2 |0 | -ROW |65960 |1660 |28564 |0 |2 |990099|0 |2 |0 | -ROW |65961 |1660 |28578 |0 |3 |FF66FF|0 |2 |0 | -ROW |65962 |1660 |28580 |0 |4 |009999|0 |2 |0 | -ROW |65963 |1660 |33016 |0 |5 |2B5429|0 |2 |0 | -ROW |65964 |1660 |28565 |0 |6 |8048B4|0 |2 |0 | -ROW |65965 |1660 |28577 |0 |7 |FD5434|0 |2 |0 | -ROW |65966 |1661 |28566 |0 |0 |00EE00|0 |2 |0 | -ROW |65967 |1661 |28561 |0 |1 |0000EE|0 |2 |0 | -ROW |65968 |1661 |28563 |0 |2 |FFAA00|0 |2 |0 | -ROW |65969 |1661 |29821 |0 |3 |00EEEE|0 |2 |0 | -ROW |65970 |1661 |34314 |0 |4 |990099|0 |2 |0 | -ROW |65971 |1661 |34315 |0 |5 |EE0000|0 |2 |0 | -ROW |65972 |1662 |33015 |0 |0 |C80000|0 |2 |0 | -ROW |65973 |1662 |33014 |0 |1 |00C800|0 |2 |0 | -ROW |65974 |797 |28546 |0 |0 |C80000|0 |2 |0 | -ROW |65975 |797 |28545 |0 |1 |00C800|0 |2 |0 | -ROW |65976 |798 |28551 |0 |0 |009900|0 |2 |0 | -ROW |65977 |798 |28543 |0 |1 |DD0000|0 |2 |0 | -ROW |65978 |798 |28542 |0 |2 |00DDDD|0 |2 |0 | -ROW |65979 |798 |28549 |0 |3 |3333FF|0 |2 |0 | -ROW |65980 |798 |28544 |0 |4 |999900|0 |2 |0 | -ROW |65981 |798 |28548 |0 |5 |00FF00|0 |2 |0 | -ROW |65982 |799 |28581 |0 |0 |990099|0 |2 |0 | -ROW |65983 |799 |28574 |0 |1 |990000|0 |2 |0 | -ROW |65984 |799 |28571 |0 |2 |0000EE|0 |2 |0 | -ROW |65985 |799 |28565 |0 |3 |FF33FF|0 |2 |0 | -ROW |65986 |799 |28570 |0 |4 |009600|0 |2 |0 | -ROW |65987 |799 |28569 |0 |5 |003300|0 |2 |0 | -ROW |65988 |799 |28577 |0 |6 |CCCC00|0 |2 |0 | -ROW |65989 |799 |28552 |0 |7 |33FFFF|0 |2 |0 | -ROW |65990 |799 |28573 |0 |8 |DD0000|0 |2 |0 | -ROW |65991 |799 |28579 |0 |9 |000099|0 |2 |0 | -ROW |65992 |799 |28559 |0 |10 |00FF00|0 |2 |0 | -ROW |65993 |799 |33017 |0 |11 |5A2B57|0 |2 |0 | -ROW |65994 |800 |28572 |0 |1 |00EE00|0 |2 |0 | -ROW |65995 |800 |28566 |0 |2 |0000EE|0 |2 |0 | -ROW |65996 |800 |28568 |0 |3 |FFAA00|0 |2 |0 | -ROW |65997 |800 |28561 |0 |4 |00EEEE|0 |2 |0 | -ROW |65998 |800 |28564 |0 |5 |990099|0 |2 |0 | -ROW |65999 |800 |28567 |0 |6 |EE0000|0 |2 |0 | -ROW |66000 |800 |28578 |0 |7 |FF66FF|0 |2 |0 | -ROW |66001 |800 |28580 |0 |8 |009999|0 |2 |0 | -ROW |66002 |800 |28562 |0 |9 |BBBB00|0 |2 |0 | -ROW |66003 |800 |28563 |0 |10 |AA0000|0 |2 |0 | -ROW |66004 |800 |28575 |0 |11 |990000|0 |2 |0 | -ROW |66005 |800 |28576 |0 |12 |008800|0 |2 |0 | -ROW |66006 |800 |28582 |0 |13 |80B0E0|0 |2 |0 | -ROW |66007 |800 |28583 |0 |14 |4080B0|0 |2 |0 | -ROW |66008 |800 |29821 |0 |15 |8000FF|0 |2 |0 | -ROW |66009 |800 |33016 |0 |16 |2B5429|0 |2 |0 | -ROW |66010 |800 |34314 |0 |17 |8048B4|0 |2 |0 | -ROW |66011 |800 |34315 |0 |18 |FD5434|0 |2 |0 | -ROW |66012 |800 |35279 |0 |19 |790E1F|0 |2 |0 | -ROW |66013 |800 |35278 |0 |20 |87AC4D|0 |2 |0 | -ROW |66014 |801 |28560 |0 |0 |008800|0 |2 |0 | -ROW |66015 |801 |28584 |0 |1 |EE0000|0 |2 |0 | -ROW |66016 |802 |28550 |5 |0 |00C800|0 |2 |0 | -ROW |66017 |802 |28540 |0 |1 |F63100|0 |2 |0 | -ROW |66018 |1438 |33001 |0 |0 |1A7C11|0 |2 |0 | -ROW |66019 |1438 |33002 |0 |1 |2774A4|0 |2 |0 | -ROW |66020 |1438 |33000 |2 |2 |F63100|0 |2 |0 | -ROW |66021 |1439 |33005 |0 |0 |1A7C11|0 |2 |0 | -ROW |66022 |1439 |33004 |0 |1 |2774A4|0 |2 |0 | -ROW |66023 |1440 |32980 |0 |0 |1A7C11|0 |2 |0 | -ROW |66024 |1440 |32970 |0 |1 |2774A4|0 |2 |0 | -ROW |66025 |1441 |32967 |0 |0 |1A7C11|0 |2 |0 | -ROW |66026 |1441 |32968 |0 |1 |2774A4|0 |2 |0 | -ROW |66027 |1441 |32995 |2 |2 |F63100|0 |2 |0 | -ROW |66028 |1442 |32997 |0 |0 |1A7C11|0 |2 |0 | -ROW |66029 |1442 |32984 |0 |1 |2774A4|0 |2 |0 | -ROW |66030 |1443 |32973 |0 |0 |1A7C11|0 |2 |0 | -ROW |66031 |1443 |32971 |0 |1 |2774A4|0 |2 |0 | -ROW |66032 |1503 |33518 |5 |0 |1A7C11|0 |2 |0 | -ROW |66033 |1504 |33501 |0 |0 |1A7C11|0 |2 |0 | -ROW |66034 |803 |28599 |0 |0 |DD0000|0 |2 |0 | -ROW |66035 |803 |28596 |0 |1 |00DDDD|0 |2 |0 | -ROW |66036 |803 |28597 |0 |2 |3333FF|0 |2 |0 | -ROW |66037 |803 |28598 |0 |3 |00FF00|0 |2 |0 | -ROW |66038 |804 |28602 |0 |1 |990099|0 |2 |0 | -ROW |66039 |804 |28606 |0 |2 |990000|0 |2 |0 | -ROW |66040 |804 |28608 |0 |3 |0000EE|0 |2 |0 | -ROW |66041 |804 |28615 |0 |4 |FF33FF|0 |2 |0 | -ROW |66042 |804 |28610 |0 |5 |00EE00|0 |2 |0 | -ROW |66043 |804 |28611 |0 |6 |003300|0 |2 |0 | -ROW |66044 |804 |28616 |0 |7 |33FFFF|0 |2 |0 | -ROW |66045 |804 |28607 |0 |8 |DD0000|0 |2 |0 | -ROW |66046 |804 |28604 |0 |9 |000099|0 |2 |0 | -ROW |66047 |804 |28588 |0 |10 |00FF00|0 |2 |0 | -ROW |66048 |804 |33013 |0 |11 |BB2A02|0 |2 |0 | -ROW |66049 |805 |28612 |0 |1 |FFAA00|0 |2 |0 | -ROW |66050 |805 |28600 |0 |2 |990099|0 |2 |0 | -ROW |66051 |805 |28613 |0 |3 |EE0000|0 |2 |0 | -ROW |66052 |805 |28605 |0 |4 |FF66FF|0 |2 |0 | -ROW |66053 |805 |28614 |0 |5 |960000|0 |2 |0 | -ROW |66054 |805 |28601 |0 |6 |009600|0 |2 |0 | -ROW |66055 |805 |28603 |0 |7 |009999|0 |2 |0 | -ROW |66056 |805 |28609 |0 |8 |BBBB00|0 |2 |0 | -ROW |66057 |805 |33012 |0 |9 |F230E0|0 |2 |0 | -ROW |66058 |806 |28595 |0 |0 |00C800|0 |2 |0 | -ROW |66059 |806 |28586 |0 |1 |C80000|0 |2 |0 | -ROW |66060 |529 |23357 |0 |0 |DD0000|0 |2 |0 | -ROW |66061 |529 |23341 |0 |1 |00DDDD|0 |2 |0 | -ROW |66062 |529 |23342 |0 |2 |3333FF|0 |2 |0 | -ROW |66063 |529 |28251 |0 |3 |00FF00|0 |2 |0 | -ROW |66064 |530 |23345 |0 |1 |990099|0 |2 |0 | -ROW |66065 |530 |23348 |0 |2 |990000|0 |2 |0 | -ROW |66066 |530 |23355 |0 |3 |0000EE|0 |2 |0 | -ROW |66067 |530 |23352 |0 |4 |FF33FF|0 |2 |0 | -ROW |66068 |530 |23356 |0 |5 |007700|0 |2 |0 | -ROW |66069 |530 |23354 |0 |6 |003300|0 |2 |0 | -ROW |66070 |530 |23346 |0 |7 |33FFFF|0 |2 |0 | -ROW |66071 |530 |23349 |0 |8 |DD0000|0 |2 |0 | -ROW |66072 |530 |23344 |0 |9 |000099|0 |7 |0 | -ROW |66073 |530 |28250 |0 |10 |00FF00|0 |2 |0 | -ROW |66074 |530 |33019 |0 |11 |BB2A02|0 |2 |0 | -ROW |66075 |531 |23353 |0 |1 |FFAA00|0 |2 |0 | -ROW |66076 |531 |23347 |0 |2 |990099|0 |2 |0 | -ROW |66077 |531 |23350 |0 |3 |EE0000|0 |2 |0 | -ROW |66078 |531 |23343 |0 |4 |FF66FF|0 |2 |0 | -ROW |66079 |531 |23351 |0 |5 |0000EE|0 |2 |0 | -ROW |66080 |531 |23360 |0 |6 |00EE00|0 |2 |0 | -ROW |66081 |531 |25369 |0 |7 |009999|0 |2 |0 | -ROW |66082 |531 |25368 |0 |8 |BBBB00|0 |2 |0 | -ROW |66083 |531 |28618 |0 |9 |990000|0 |2 |0 | -ROW |66084 |531 |28619 |0 |10 |008800|0 |2 |0 | -ROW |66085 |531 |33018 |0 |11 |BB2A02|0 |2 |0 | -ROW |66086 |807 |28617 |0 |0 |008800|0 |2 |0 | -ROW |66087 |532 |23340 |5 |0 |00C800|0 |2 |0 | -ROW |66088 |532 |23358 |5 |1 |C80000|1 |2 |0 | -ROW |66089 |472 |22945 |5 |0 |00AA00|0 |2 |0 | -ROW |66090 |472 |22946 |5 |1 |3333FF|0 |2 |0 | -ROW |66091 |473 |22950 |0 |0 |C80000|0 |2 |2 | -ROW |66092 |473 |22948 |0 |1 |00C800|0 |2 |0 | -ROW |66093 |471 |22924 |0 |0 |009900|0 |2 |0 | -ROW |66094 |471 |22920 |0 |1 |000099|0 |2 |0 | -ROW |66095 |469 |22922 |0 |0 |009900|0 |2 |0 | -ROW |66096 |469 |22923 |0 |1 |000099|0 |2 |0 | -ROW |66097 |469 |22921 |0 |2 |990000|0 |2 |0 | -ROW |66098 |498 |23109 |0 |0 |009999|0 |2 |0 | -ROW |66099 |498 |23112 |0 |1 |990099|0 |2 |0 | -ROW |66100 |498 |23115 |0 |2 |999900|0 |2 |0 | -ROW |66101 |498 |23113 |0 |3 |990000|0 |2 |0 | -ROW |66102 |498 |23114 |0 |4 |000099|0 |2 |0 | -ROW |66103 |498 |23110 |0 |5 |009900|0 |2 |0 | -ROW |66104 |540 |22942 |5 |0 |00C800|0 |2 |0 | -ROW |66105 |492 |23073 |5 |0 |00AA00|0 |2 |0 | -ROW |66106 |492 |23074 |5 |1 |3333FF|0 |2 |0 | -ROW |66107 |467 |22910 |0 |0 |C80000|0 |2 |2 | -ROW |66108 |467 |22908 |0 |1 |00C800|0 |2 |0 | -ROW |66109 |465 |22884 |0 |0 |009900|0 |2 |0 | -ROW |66110 |465 |22880 |0 |1 |000099|0 |2 |0 | -ROW |66111 |463 |22882 |0 |0 |009900|0 |2 |0 | -ROW |66112 |463 |22883 |0 |1 |000099|0 |2 |0 | -ROW |66113 |463 |22881 |0 |2 |990000|0 |2 |0 | -ROW |66114 |462 |22886 |1 |0 |009999|0 |2 |0 | -ROW |66115 |462 |22888 |1 |1 |990099|0 |2 |0 | -ROW |66116 |462 |22891 |1 |2 |990000|0 |2 |0 | -ROW |66117 |462 |22892 |1 |3 |000099|0 |2 |0 | -ROW |66118 |462 |22885 |1 |4 |009900|0 |2 |0 | -ROW |66119 |541 |22902 |5 |0 |00C800|0 |2 |0 | -ROW |66120 |464 |22897 |0 |0 |AA0000|0 |2 |2 | -ROW |66121 |464 |22895 |0 |1 |00AA00|0 |2 |0 | -ROW |66122 |478 |22985 |5 |0 |00AA00|0 |2 |0 | -ROW |66123 |478 |22986 |5 |1 |3333FF|0 |2 |0 | -ROW |66124 |479 |22990 |0 |0 |C80000|0 |2 |2 | -ROW |66125 |479 |22988 |0 |1 |00C800|0 |2 |0 | -ROW |66126 |475 |22962 |0 |0 |009900|0 |2 |0 | -ROW |66127 |475 |22963 |0 |1 |000099|0 |2 |0 | -ROW |66128 |475 |22961 |0 |2 |990000|0 |2 |0 | -ROW |66129 |474 |22968 |1 |0 |990099|0 |2 |0 | -ROW |66130 |474 |22971 |1 |1 |990000|0 |2 |0 | -ROW |66131 |474 |22972 |1 |2 |000099|0 |2 |0 | -ROW |66132 |474 |22965 |1 |3 |009900|0 |2 |0 | -ROW |66133 |542 |22982 |5 |0 |00C800|0 |2 |0 | -ROW |66134 |491 |23070 |0 |0 |C80000|0 |2 |2 | -ROW |66135 |491 |23068 |0 |1 |00C800|0 |2 |0 | -ROW |66136 |487 |23042 |0 |0 |009900|0 |2 |0 | -ROW |66137 |487 |23043 |0 |1 |000099|0 |2 |0 | -ROW |66138 |487 |23041 |0 |2 |990000|0 |2 |0 | -ROW |66139 |543 |23062 |5 |0 |00C800|0 |2 |0 | -ROW |66140 |494 |23077 |5 |0 |00AA00|0 |2 |0 | -ROW |66141 |494 |23078 |5 |1 |3333FF|0 |2 |0 | -ROW |66142 |493 |23075 |5 |0 |00AA00|0 |2 |0 | -ROW |66143 |493 |23076 |5 |1 |3333FF|0 |2 |0 | -ROW |66144 |461 |22870 |0 |0 |C80000|0 |2 |2 | -ROW |66145 |461 |22868 |0 |1 |00C800|0 |2 |0 | -ROW |66146 |459 |22844 |0 |0 |009900|0 |2 |0 | -ROW |66147 |459 |22840 |0 |1 |000099|0 |2 |0 | -ROW |66148 |457 |22842 |0 |0 |009900|0 |2 |0 | -ROW |66149 |457 |22843 |0 |1 |000099|0 |2 |0 | -ROW |66150 |457 |22841 |0 |2 |990000|0 |2 |0 | -ROW |66151 |456 |22846 |1 |0 |009999|0 |2 |0 | -ROW |66152 |456 |22848 |1 |1 |990099|0 |2 |0 | -ROW |66153 |456 |22851 |1 |2 |990000|0 |2 |0 | -ROW |66154 |456 |22852 |1 |3 |000099|0 |2 |0 | -ROW |66155 |456 |22845 |1 |4 |009900|0 |2 |0 | -ROW |66156 |544 |22862 |5 |0 |00C800|0 |2 |0 | -ROW |66157 |458 |22857 |0 |0 |AA0000|0 |2 |2 | -ROW |66158 |458 |22855 |0 |1 |00AA00|0 |2 |0 | -ROW |66159 |484 |23025 |5 |0 |00AA00|0 |2 |0 | -ROW |66160 |484 |23026 |5 |1 |3333FF|0 |2 |0 | -ROW |66161 |485 |23030 |0 |0 |C80000|0 |2 |2 | -ROW |66162 |485 |23028 |0 |1 |00C800|0 |2 |0 | -ROW |66163 |483 |23004 |0 |0 |009900|0 |2 |0 | -ROW |66164 |483 |23000 |0 |1 |000099|0 |2 |0 | -ROW |66165 |481 |23002 |0 |0 |009900|0 |2 |0 | -ROW |66166 |481 |23003 |0 |1 |000099|0 |2 |0 | -ROW |66167 |481 |23001 |0 |2 |990000|0 |2 |0 | -ROW |66168 |480 |23007 |1 |0 |999900|0 |2 |0 | -ROW |66169 |480 |23011 |1 |1 |990000|0 |2 |0 | -ROW |66170 |480 |23012 |1 |2 |000099|0 |2 |0 | -ROW |66171 |480 |23005 |1 |3 |009900|0 |2 |0 | -ROW |66172 |545 |23022 |5 |0 |00C800|0 |2 |0 | -ROW |66173 |482 |23017 |0 |0 |AA0000|0 |2 |2 | -ROW |66174 |482 |23015 |0 |1 |00AA00|0 |2 |0 | -ROW |66175 |651 |26928 |5 |0 |EE0000|0 |2 |0 | -ROW |66176 |651 |26927 |0 |1 |000000|1 |2 |0 | -ROW |66177 |652 |26925 |2 |0 |880000|0 |2 |0 | -ROW |66178 |652 |26932 |0 |1 |009900|0 |2 |0 | -ROW |66179 |652 |26930 |0 |2 |00CCCC|0 |2 |0 | -ROW |66180 |652 |26931 |0 |3 |000000|0 |2 |0 | -ROW |66181 |652 |26929 |0 |4 |3333FF|0 |2 |0 | -ROW |66182 |652 |26926 |0 |5 |777700|0 |2 |0 | -ROW |66183 |653 |26933 |2 |0 |EE0000|0 |2 |0 | -ROW |66184 |653 |26943 |2 |1 |EE00EE|0 |2 |0 | -ROW |66185 |653 |26935 |0 |2 |000000|1 |2 |0 | -ROW |66186 |653 |26936 |4 |3 |000000|1 |2 |0 | -ROW |66187 |654 |26934 |2 |0 |880000|0 |2 |0 | -ROW |66188 |654 |26939 |0 |1 |009900|0 |2 |0 | -ROW |66189 |654 |26942 |0 |2 |00CCCC|0 |2 |0 | -ROW |66190 |654 |26938 |0 |3 |000000|0 |2 |0 | -ROW |66191 |654 |26937 |0 |4 |3333FF|0 |2 |0 | -ROW |66192 |1447 |33113 |0 |0 |1A7C11|0 |2 |0 | -ROW |66193 |1447 |33112 |0 |1 |2774A4|0 |2 |0 | -ROW |66194 |1447 |33099 |0 |2 |F63100|0 |2 |0 | -ROW |66195 |1447 |33098 |0 |3 |A54F10|0 |2 |0 | -ROW |66196 |1448 |33125 |0 |0 |1A7C11|0 |2 |0 | -ROW |66197 |1448 |33110 |0 |1 |2774A4|0 |2 |0 | -ROW |66198 |1449 |33080 |2 |0 |1A7C11|0 |2 |0 | -ROW |66199 |1449 |33081 |2 |1 |2774A4|0 |2 |0 | -ROW |66200 |1450 |33089 |2 |0 |1A7C11|0 |2 |0 | -ROW |66201 |1450 |33085 |2 |1 |2774A4|0 |2 |0 | -ROW |66202 |1451 |33082 |2 |0 |1A7C11|0 |2 |0 | -ROW |66203 |1451 |33086 |2 |1 |2774A4|0 |2 |0 | -ROW |66204 |1451 |33083 |0 |2 |F63100|0 |2 |0 | -ROW |66205 |1451 |33084 |0 |3 |A54F10|0 |2 |0 | -ROW |66206 |1451 |33087 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66207 |1451 |33088 |0 |5 |6C59DC|0 |2 |0 | -ROW |66208 |1452 |33093 |2 |0 |1A7C11|0 |2 |0 | -ROW |66209 |1452 |33092 |2 |1 |2774A4|0 |2 |0 | -ROW |66210 |1453 |33077 |2 |0 |1A7C11|0 |2 |0 | -ROW |66211 |1453 |33063 |2 |1 |2774A4|0 |2 |0 | -ROW |66212 |1454 |33094 |0 |0 |1A7C11|0 |2 |0 | -ROW |66213 |1454 |33059 |0 |1 |2774A4|0 |2 |0 | -ROW |66214 |1455 |33066 |2 |0 |1A7C11|0 |2 |0 | -ROW |66215 |1455 |33071 |2 |1 |2774A4|0 |2 |0 | -ROW |66216 |1455 |33067 |0 |2 |F63100|0 |2 |0 | -ROW |66217 |1455 |33068 |0 |3 |A54F10|0 |2 |0 | -ROW |66218 |1455 |33072 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66219 |1455 |33073 |0 |5 |6C59DC|0 |2 |0 | -ROW |66220 |1159 |30886 |0 |0 |1A7C11|0 |2 |0 | -ROW |66221 |1159 |30887 |0 |1 |2774A4|0 |2 |0 | -ROW |66222 |1160 |30888 |0 |0 |1A7C11|0 |2 |0 | -ROW |66223 |1160 |30882 |0 |1 |2774A4|0 |2 |0 | -ROW |66224 |1160 |30890 |0 |2 |F63100|0 |2 |0 | -ROW |66225 |1160 |30881 |0 |3 |A54F10|0 |2 |0 | -ROW |66226 |1160 |30889 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66227 |1161 |30847 |2 |0 |1A7C11|0 |2 |0 | -ROW |66228 |1161 |30872 |2 |1 |2774A4|0 |2 |0 | -ROW |66229 |1162 |30853 |2 |0 |1A7C11|0 |2 |0 | -ROW |66230 |1162 |30849 |2 |1 |2774A4|0 |2 |0 | -ROW |66231 |1162 |30852 |2 |2 |F63100|0 |2 |0 | -ROW |66232 |1162 |30851 |2 |3 |A54F10|0 |2 |0 | -ROW |66233 |1162 |30848 |2 |4 |FC6EA3|0 |2 |0 | -ROW |66234 |1163 |30856 |0 |0 |1A7C11|0 |2 |0 | -ROW |66235 |1163 |30855 |0 |1 |2774A4|0 |2 |0 | -ROW |66236 |1163 |30854 |2 |2 |F63100|1 |2 |0 | -ROW |66237 |1164 |30859 |2 |0 |1A7C11|0 |2 |0 | -ROW |66238 |1164 |30870 |2 |1 |2774A4|0 |2 |0 | -ROW |66239 |1165 |30860 |2 |0 |1A7C11|0 |2 |0 | -ROW |66240 |1165 |30871 |2 |1 |2774A4|0 |2 |0 | -ROW |66241 |1166 |30868 |0 |0 |1A7C11|0 |2 |0 | -ROW |66242 |1166 |30869 |0 |1 |2774A4|0 |2 |0 | -ROW |66243 |1166 |30867 |0 |2 |F63100|0 |2 |0 | -ROW |66244 |1166 |30866 |0 |3 |A54F10|0 |2 |0 | -ROW |66245 |1166 |30865 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66246 |1167 |30850 |5 |0 |1A7C11|0 |2 |0 | -ROW |66247 |1167 |30863 |5 |1 |2774A4|0 |2 |0 | -ROW |66248 |1167 |30861 |5 |2 |F63100|0 |2 |0 | -ROW |66249 |1168 |30833 |2 |0 |1A7C11|0 |2 |0 | -ROW |66250 |1168 |30841 |2 |1 |2774A4|0 |2 |0 | -ROW |66251 |1168 |30857 |2 |2 |F63100|0 |2 |0 | -ROW |66252 |1169 |30834 |2 |0 |1A7C11|0 |2 |0 | -ROW |66253 |1169 |30831 |2 |1 |2774A4|0 |2 |0 | -ROW |66254 |1170 |30846 |0 |0 |1A7C11|0 |2 |0 | -ROW |66255 |1576 |34320 |0 |0 |1A7C11|0 |2 |0 | -ROW |66256 |1576 |30845 |0 |1 |2774A4|0 |2 |0 | -ROW |66257 |1576 |30842 |0 |2 |F63100|0 |2 |0 | -ROW |66258 |1576 |30873 |2 |3 |A54F10|1 |2 |0 | -ROW |66259 |1663 |35291 |2 |0 |1A7C11|0 |2 |0 | -ROW |66260 |1663 |35300 |0 |1 |2774A4|0 |2 |0 | -ROW |66261 |1664 |35295 |2 |0 |1A7C11|0 |2 |0 | -ROW |66262 |1664 |35296 |0 |1 |2774A4|0 |2 |0 | -ROW |66263 |1665 |35301 |0 |0 |1A7C11|0 |2 |0 | -ROW |66264 |1665 |35306 |0 |1 |2774A4|0 |2 |0 | -ROW |66265 |1665 |35304 |0 |2 |F63100|0 |2 |0 | -ROW |66266 |1665 |35302 |0 |3 |A54F10|0 |2 |0 | -ROW |66267 |1666 |35308 |0 |0 |1A7C11|0 |2 |0 | -ROW |66268 |1666 |35310 |0 |1 |2774A4|0 |2 |0 | -ROW |66269 |1666 |35309 |0 |2 |F63100|0 |2 |0 | -ROW |66270 |1667 |35322 |0 |0 |1A7C11|0 |2 |0 | -ROW |66271 |1667 |35320 |0 |1 |2774A4|0 |2 |0 | -ROW |66272 |1668 |35329 |0 |0 |1A7C11|0 |2 |0 | -ROW |66273 |1668 |35330 |0 |1 |2774A4|0 |2 |0 | -ROW |66274 |1669 |35332 |0 |0 |1A7C11|0 |2 |0 | -ROW |66275 |1669 |35334 |0 |1 |2774A4|0 |2 |0 | -ROW |66276 |1670 |35335 |0 |0 |1A7C11|0 |2 |0 | -ROW |66277 |1670 |35333 |0 |1 |2774A4|0 |2 |0 | -ROW |66278 |1671 |35338 |0 |0 |1A7C11|0 |2 |0 | -ROW |66279 |1671 |35341 |0 |1 |2774A4|0 |2 |0 | -ROW |66280 |1671 |35339 |0 |2 |F63100|0 |2 |0 | -ROW |66281 |1671 |35340 |0 |3 |A54F10|0 |2 |0 | -ROW |66282 |1672 |35347 |0 |0 |1A7C11|0 |2 |0 | -ROW |66283 |1672 |35346 |0 |1 |2774A4|0 |2 |0 | -ROW |66284 |1672 |35345 |0 |2 |F63100|0 |2 |0 | -ROW |66285 |1673 |35350 |0 |0 |1A7C11|0 |2 |0 | -ROW |66286 |1673 |35351 |0 |1 |2774A4|0 |2 |0 | -ROW |66287 |1674 |35349 |0 |0 |1A7C11|0 |2 |0 | -ROW |66288 |1674 |35352 |0 |1 |2774A4|0 |2 |0 | -ROW |66289 |1674 |35353 |0 |2 |F63100|0 |2 |0 | -ROW |66290 |1675 |35355 |0 |0 |1A7C11|0 |2 |0 | -ROW |66291 |1675 |35356 |0 |1 |2774A4|0 |2 |0 | -ROW |66292 |1505 |33553 |2 |0 |1A7C11|0 |2 |0 | -ROW |66293 |1505 |33562 |0 |1 |2774A4|0 |2 |0 | -ROW |66294 |1506 |33557 |2 |0 |1A7C11|0 |2 |0 | -ROW |66295 |1506 |33558 |0 |1 |2774A4|0 |2 |0 | -ROW |66296 |1507 |33563 |0 |0 |1A7C11|0 |2 |0 | -ROW |66297 |1507 |33568 |0 |1 |2774A4|0 |2 |0 | -ROW |66298 |1507 |33566 |0 |2 |F63100|0 |2 |0 | -ROW |66299 |1507 |33564 |0 |3 |A54F10|0 |2 |0 | -ROW |66300 |1508 |33570 |0 |0 |1A7C11|0 |2 |0 | -ROW |66301 |1508 |33572 |0 |1 |2774A4|0 |2 |0 | -ROW |66302 |1508 |33571 |0 |2 |F63100|0 |2 |0 | -ROW |66303 |1509 |33584 |0 |0 |1A7C11|0 |2 |0 | -ROW |66304 |1509 |33582 |0 |1 |2774A4|0 |2 |0 | -ROW |66305 |1510 |33591 |0 |0 |1A7C11|0 |2 |0 | -ROW |66306 |1510 |33592 |0 |1 |2774A4|0 |2 |0 | -ROW |66307 |1511 |33594 |0 |0 |1A7C11|0 |2 |0 | -ROW |66308 |1511 |33596 |0 |1 |2774A4|0 |2 |0 | -ROW |66309 |1512 |33597 |0 |0 |1A7C11|0 |2 |0 | -ROW |66310 |1512 |33595 |0 |1 |2774A4|0 |2 |0 | -ROW |66311 |1513 |33600 |0 |0 |1A7C11|0 |2 |0 | -ROW |66312 |1513 |33603 |0 |1 |2774A4|0 |2 |0 | -ROW |66313 |1513 |33601 |0 |2 |F63100|0 |2 |0 | -ROW |66314 |1513 |33602 |0 |3 |A54F10|0 |2 |0 | -ROW |66315 |1514 |33609 |0 |0 |1A7C11|0 |2 |0 | -ROW |66316 |1514 |33608 |0 |1 |2774A4|0 |2 |0 | -ROW |66317 |1514 |33607 |0 |2 |F63100|0 |2 |0 | -ROW |66318 |1515 |33612 |0 |0 |1A7C11|0 |2 |0 | -ROW |66319 |1515 |33613 |0 |1 |2774A4|0 |2 |0 | -ROW |66320 |1516 |33611 |0 |0 |1A7C11|0 |2 |0 | -ROW |66321 |1516 |33614 |0 |1 |2774A4|0 |2 |0 | -ROW |66322 |1516 |33615 |0 |2 |F63100|0 |2 |0 | -ROW |66323 |1517 |33617 |0 |0 |1A7C11|0 |2 |0 | -ROW |66324 |1517 |33618 |0 |1 |2774A4|0 |2 |0 | -ROW |66325 |1527 |33819 |0 |0 |1A7C11|0 |2 |0 | -ROW |66326 |1527 |33839 |0 |1 |2774A4|0 |2 |0 | -ROW |66327 |1528 |33820 |0 |0 |1A7C11|0 |2 |0 | -ROW |66328 |1528 |33816 |0 |1 |2774A4|0 |2 |0 | -ROW |66329 |1529 |33826 |0 |0 |1A7C11|0 |2 |0 | -ROW |66330 |1529 |33831 |0 |1 |2774A4|0 |2 |0 | -ROW |66331 |1529 |33829 |0 |2 |F63100|0 |2 |0 | -ROW |66332 |1529 |33821 |0 |3 |A54F10|0 |2 |0 | -ROW |66333 |1529 |33825 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66334 |1529 |33833 |0 |5 |6C59DC|0 |2 |0 | -ROW |66335 |1529 |33823 |2 |6 |AC8C14|0 |2 |0 | -ROW |66336 |1530 |33828 |0 |0 |1A7C11|0 |2 |0 | -ROW |66337 |1530 |33832 |0 |1 |2774A4|0 |2 |0 | -ROW |66338 |1530 |33830 |0 |2 |F63100|0 |2 |0 | -ROW |66339 |1530 |33822 |0 |3 |A54F10|0 |2 |0 | -ROW |66340 |1530 |33815 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66341 |1530 |33834 |0 |5 |6C59DC|0 |2 |0 | -ROW |66342 |1530 |33824 |2 |6 |AC8C14|0 |2 |0 | -ROW |66343 |1531 |33840 |0 |0 |1A7C11|0 |2 |0 | -ROW |66344 |1531 |33845 |0 |1 |2774A4|0 |2 |0 | -ROW |66345 |1532 |33844 |0 |0 |1A7C11|0 |2 |0 | -ROW |66346 |1532 |33847 |0 |1 |2774A4|0 |2 |0 | -ROW |66347 |1532 |33843 |0 |2 |F63100|0 |2 |0 | -ROW |66348 |1532 |33841 |0 |3 |A54F10|0 |2 |0 | -ROW |66349 |1533 |33863 |2 |0 |1A7C11|0 |2 |0 | -ROW |66350 |1534 |33792 |2 |0 |1A7C11|0 |2 |0 | -ROW |66351 |1534 |33791 |0 |1 |2774A4|0 |2 |0 | -ROW |66352 |1534 |33793 |0 |2 |F63100|0 |2 |0 | -ROW |66353 |1535 |33802 |0 |0 |1A7C11|0 |2 |0 | -ROW |66354 |1535 |33770 |0 |1 |2774A4|0 |2 |0 | -ROW |66355 |1536 |33800 |0 |0 |1A7C11|0 |2 |0 | -ROW |66356 |1536 |33799 |0 |1 |2774A4|0 |2 |0 | -ROW |66357 |1536 |33801 |0 |2 |F63100|0 |2 |0 | -ROW |66358 |1537 |33798 |0 |0 |1A7C11|0 |2 |0 | -ROW |66359 |1537 |33806 |0 |1 |2774A4|0 |2 |0 | -ROW |66360 |1537 |33774 |0 |2 |F63100|0 |2 |0 | -ROW |66361 |1538 |33769 |0 |0 |1A7C11|0 |2 |0 | -ROW |66362 |1538 |33787 |0 |1 |2774A4|0 |2 |0 | -ROW |66363 |1538 |33789 |0 |2 |F63100|0 |2 |0 | -ROW |66364 |1538 |33790 |0 |3 |A54F10|0 |2 |0 | -ROW |66365 |1539 |33785 |0 |0 |1A7C11|0 |2 |0 | -ROW |66366 |1539 |33772 |0 |1 |2774A4|0 |2 |0 | -ROW |66367 |1539 |33773 |0 |2 |F63100|0 |2 |0 | -ROW |66368 |1539 |33771 |0 |3 |A54F10|0 |2 |0 | -ROW |66369 |1540 |33776 |0 |0 |1A7C11|0 |2 |0 | -ROW |66370 |1540 |33775 |0 |1 |2774A4|0 |2 |0 | -ROW |66371 |1541 |33782 |0 |0 |1A7C11|0 |2 |0 | -ROW |66372 |1541 |33781 |0 |1 |2774A4|0 |2 |0 | -ROW |66373 |1541 |33780 |0 |2 |F63100|0 |2 |0 | -ROW |66374 |1541 |33783 |0 |3 |A54F10|0 |2 |0 | -ROW |66375 |1541 |33777 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66376 |1541 |33778 |0 |5 |6C59DC|0 |2 |0 | -ROW |66377 |1542 |33804 |2 |0 |1A7C11|0 |2 |0 | -ROW |66378 |1542 |33803 |2 |1 |2774A4|0 |2 |0 | -ROW |66379 |1542 |33805 |2 |2 |F63100|0 |2 |0 | -ROW |66380 |1543 |33937 |0 |0 |1A7C11|0 |2 |0 | -ROW |66381 |1543 |33940 |0 |1 |2774A4|0 |2 |0 | -ROW |66382 |1543 |33936 |0 |2 |F63100|0 |2 |0 | -ROW |66383 |1543 |33934 |0 |3 |A54F10|0 |2 |0 | -ROW |66384 |1544 |33915 |0 |0 |1A7C11|0 |2 |0 | -ROW |66385 |1544 |33911 |0 |1 |2774A4|0 |2 |0 | -ROW |66386 |1544 |33912 |0 |2 |F63100|0 |2 |0 | -ROW |66387 |1544 |33910 |0 |3 |A54F10|0 |2 |0 | -ROW |66388 |1544 |33914 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66389 |1545 |33918 |0 |0 |1A7C11|0 |2 |0 | -ROW |66390 |1545 |33905 |0 |1 |2774A4|0 |2 |0 | -ROW |66391 |1545 |33917 |0 |2 |F63100|0 |2 |0 | -ROW |66392 |1545 |33916 |2 |3 |A54F10|1 |2 |0 | -ROW |66393 |1546 |33908 |0 |0 |1A7C11|0 |2 |0 | -ROW |66394 |1546 |33909 |0 |1 |2774A4|0 |2 |0 | -ROW |66395 |1546 |33902 |0 |2 |F63100|0 |2 |0 | -ROW |66396 |1547 |33893 |0 |0 |1A7C11|0 |2 |0 | -ROW |66397 |1547 |33892 |0 |1 |2774A4|0 |2 |0 | -ROW |66398 |1548 |33899 |2 |0 |1A7C11|0 |2 |0 | -ROW |66399 |1548 |33898 |2 |1 |2774A4|0 |2 |0 | -ROW |66400 |1548 |33895 |2 |2 |F63100|0 |2 |0 | -ROW |66401 |1548 |33900 |2 |3 |A54F10|0 |2 |0 | -ROW |66402 |1548 |33896 |2 |4 |FC6EA3|0 |2 |0 | -ROW |66403 |1548 |33891 |2 |5 |6C59DC|0 |2 |0 | -ROW |66404 |1190 |31140 |0 |0 |1A7C11|0 |2 |0 | -ROW |66405 |1190 |31141 |0 |1 |2774A4|0 |2 |0 | -ROW |66406 |1261 |31145 |0 |0 |1A7C11|0 |2 |0 | -ROW |66407 |1261 |31146 |0 |1 |2774A4|0 |2 |0 | -ROW |66408 |1261 |31147 |0 |2 |F63100|0 |2 |0 | -ROW |66409 |1191 |31138 |0 |0 |1A7C11|0 |2 |0 | -ROW |66410 |1192 |31157 |0 |0 |1A7C11|0 |2 |0 | -ROW |66411 |1192 |31158 |0 |1 |2774A4|0 |2 |0 | -ROW |66412 |1193 |31092 |0 |0 |1A7C11|0 |2 |0 | -ROW |66413 |1193 |31108 |0 |1 |2774A4|0 |2 |0 | -ROW |66414 |1193 |31110 |0 |2 |F63100|0 |2 |0 | -ROW |66415 |1193 |31067 |0 |3 |A54F10|0 |2 |0 | -ROW |66416 |1193 |31086 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66417 |1193 |31087 |0 |5 |6C59DC|0 |2 |0 | -ROW |66418 |1194 |31120 |0 |0 |1A7C11|0 |2 |0 | -ROW |66419 |1194 |31105 |0 |1 |2774A4|0 |2 |0 | -ROW |66420 |1194 |31071 |0 |2 |F63100|0 |2 |0 | -ROW |66421 |1194 |31081 |0 |3 |A54F10|0 |2 |0 | -ROW |66422 |1195 |31098 |0 |0 |1A7C11|0 |2 |0 | -ROW |66423 |1195 |31099 |0 |1 |2774A4|0 |2 |0 | -ROW |66424 |1196 |31072 |0 |0 |1A7C11|0 |2 |0 | -ROW |66425 |1196 |31072 |0 |1 |2774A4|0 |2 |0 | -ROW |66426 |1197 |31103 |0 |0 |1A7C11|0 |2 |0 | -ROW |66427 |1197 |31074 |0 |1 |2774A4|0 |2 |0 | -ROW |66428 |1198 |31104 |0 |0 |1A7C11|0 |2 |0 | -ROW |66429 |1198 |31063 |0 |1 |2774A4|0 |2 |0 | -ROW |66430 |1198 |31111 |0 |2 |F63100|0 |2 |0 | -ROW |66431 |1198 |31112 |0 |3 |A54F10|0 |2 |0 | -ROW |66432 |1198 |31084 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66433 |1199 |31115 |0 |0 |1A7C11|0 |2 |0 | -ROW |66434 |1199 |31116 |0 |1 |2774A4|0 |2 |0 | -ROW |66435 |1199 |31062 |0 |2 |F63100|0 |2 |0 | -ROW |66436 |1199 |31118 |0 |3 |A54F10|0 |2 |0 | -ROW |66437 |1199 |31056 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66438 |1200 |31107 |0 |0 |1A7C11|0 |2 |0 | -ROW |66439 |1200 |31090 |0 |1 |2774A4|0 |2 |0 | -ROW |66440 |1201 |31097 |0 |0 |1A7C11|0 |2 |0 | -ROW |66441 |1201 |31096 |0 |1 |2774A4|0 |2 |0 | -ROW |66442 |1202 |31089 |0 |0 |1A7C11|0 |2 |0 | -ROW |66443 |1202 |31061 |0 |1 |2774A4|0 |2 |0 | -ROW |66444 |1203 |31064 |0 |0 |1A7C11|0 |2 |0 | -ROW |66445 |1204 |31065 |0 |0 |1A7C11|0 |2 |0 | -ROW |66446 |1204 |31066 |0 |1 |2774A4|0 |2 |0 | -ROW |66447 |1204 |31068 |0 |2 |F63100|0 |2 |0 | -ROW |66448 |1204 |31070 |0 |3 |A54F10|0 |2 |0 | -ROW |66449 |1204 |31101 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66450 |1204 |31106 |0 |5 |6C59DC|0 |2 |0 | -ROW |66451 |1204 |31114 |0 |6 |AC8C14|0 |2 |0 | -ROW |66452 |1205 |31069 |0 |0 |1A7C11|0 |2 |0 | -ROW |66453 |1206 |31076 |0 |0 |1A7C11|0 |2 |0 | -ROW |66454 |1206 |31078 |0 |1 |2774A4|0 |2 |0 | -ROW |66455 |1206 |31109 |0 |2 |F63100|0 |2 |0 | -ROW |66456 |1206 |31075 |0 |3 |A54F10|0 |2 |0 | -ROW |66457 |1207 |31080 |0 |0 |1A7C11|0 |2 |0 | -ROW |66458 |1207 |31095 |0 |1 |2774A4|0 |2 |0 | -ROW |66459 |1208 |31113 |0 |0 |1A7C11|0 |2 |0 | -ROW |66460 |1208 |31118 |0 |1 |2774A4|0 |2 |0 | -ROW |66461 |1209 |31058 |0 |0 |1A7C11|0 |2 |0 | -ROW |66462 |1209 |31077 |0 |1 |2774A4|0 |2 |0 | -ROW |66463 |1209 |31056 |0 |2 |F63100|0 |2 |0 | -ROW |66464 |1209 |31117 |0 |3 |A54F10|0 |2 |0 | -ROW |66465 |1109 |30453 |5 |0 |1A7C11|0 |2 |0 | -ROW |66466 |1109 |30455 |5 |1 |2774A4|0 |2 |0 | -ROW |66467 |1110 |30471 |0 |0 |1A7C11|0 |2 |0 | -ROW |66468 |1110 |30470 |0 |1 |2774A4|0 |2 |0 | -ROW |66469 |1110 |30466 |0 |2 |F63100|0 |2 |0 | -ROW |66470 |1110 |30441 |0 |3 |A54F10|0 |2 |0 | -ROW |66471 |1111 |30463 |0 |0 |1A7C11|0 |2 |0 | -ROW |66472 |1111 |30452 |0 |1 |2774A4|0 |2 |0 | -ROW |66473 |1111 |30451 |0 |2 |F63100|0 |2 |0 | -ROW |66474 |1111 |30437 |0 |3 |A54F10|0 |2 |0 | -ROW |66475 |1112 |30456 |0 |0 |1A7C11|0 |2 |0 | -ROW |66476 |1112 |30457 |0 |1 |2774A4|0 |2 |0 | -ROW |66477 |1112 |30458 |0 |2 |F63100|0 |2 |0 | -ROW |66478 |1112 |30459 |0 |3 |A54F10|0 |2 |0 | -ROW |66479 |1113 |30442 |0 |0 |1A7C11|0 |2 |0 | -ROW |66480 |1113 |30444 |0 |1 |2774A4|0 |2 |0 | -ROW |66481 |1113 |30445 |0 |2 |F63100|0 |2 |0 | -ROW |66482 |1114 |30446 |0 |0 |1A7C11|0 |2 |0 | -ROW |66483 |1114 |30447 |0 |1 |2774A4|0 |2 |0 | -ROW |66484 |1114 |31168 |0 |2 |F63100|0 |2 |0 | -ROW |66485 |1114 |30449 |0 |3 |A54F10|0 |2 |0 | -ROW |66486 |1136 |30659 |5 |0 |1A7C11|0 |2 |0 | -ROW |66487 |1136 |30661 |5 |1 |2774A4|0 |2 |0 | -ROW |66488 |1137 |30677 |0 |0 |1A7C11|0 |2 |0 | -ROW |66489 |1137 |30676 |0 |1 |2774A4|0 |2 |0 | -ROW |66490 |1137 |30672 |0 |2 |F63100|0 |2 |0 | -ROW |66491 |1137 |30647 |0 |3 |A54F10|0 |2 |0 | -ROW |66492 |1138 |30669 |0 |0 |1A7C11|0 |2 |0 | -ROW |66493 |1138 |30658 |0 |1 |2774A4|0 |2 |0 | -ROW |66494 |1138 |30657 |0 |2 |F63100|0 |2 |0 | -ROW |66495 |1138 |30643 |0 |3 |A54F10|0 |2 |0 | -ROW |66496 |1139 |30662 |0 |0 |1A7C11|0 |2 |0 | -ROW |66497 |1139 |30663 |0 |1 |2774A4|0 |2 |0 | -ROW |66498 |1139 |30664 |0 |2 |F63100|0 |2 |0 | -ROW |66499 |1139 |30665 |0 |3 |A54F10|0 |2 |0 | -ROW |66500 |1140 |30648 |0 |0 |1A7C11|0 |2 |0 | -ROW |66501 |1140 |30650 |0 |1 |2774A4|0 |2 |0 | -ROW |66502 |1140 |30651 |0 |2 |F63100|0 |2 |0 | -ROW |66503 |1141 |30652 |0 |0 |1A7C11|0 |2 |0 | -ROW |66504 |1141 |30653 |0 |1 |2774A4|0 |2 |0 | -ROW |66505 |1141 |31172 |0 |2 |F63100|0 |2 |0 | -ROW |66506 |1141 |30655 |0 |3 |A54F10|0 |2 |0 | -ROW |66507 |1115 |30506 |5 |0 |1A7C11|0 |2 |0 | -ROW |66508 |1115 |30507 |5 |1 |2774A4|0 |2 |0 | -ROW |66509 |1116 |30504 |0 |0 |1A7C11|0 |2 |0 | -ROW |66510 |1116 |30505 |0 |1 |2774A4|0 |2 |0 | -ROW |66511 |1116 |30518 |0 |2 |F63100|0 |2 |0 | -ROW |66512 |1116 |30492 |0 |3 |A54F10|0 |2 |0 | -ROW |66513 |1117 |30493 |0 |0 |1A7C11|0 |2 |0 | -ROW |66514 |1117 |30500 |0 |1 |2774A4|0 |2 |0 | -ROW |66515 |1117 |30486 |0 |2 |F63100|0 |2 |0 | -ROW |66516 |1117 |30488 |0 |3 |A54F10|0 |2 |0 | -ROW |66517 |1118 |30508 |0 |0 |1A7C11|0 |2 |0 | -ROW |66518 |1118 |30509 |0 |1 |2774A4|0 |2 |0 | -ROW |66519 |1118 |30503 |0 |2 |F63100|0 |2 |0 | -ROW |66520 |1118 |30510 |0 |3 |A54F10|0 |2 |0 | -ROW |66521 |1119 |30491 |0 |0 |1A7C11|0 |2 |0 | -ROW |66522 |1119 |30494 |0 |1 |2774A4|0 |2 |0 | -ROW |66523 |1119 |30495 |0 |2 |F63100|0 |2 |0 | -ROW |66524 |1120 |30496 |0 |0 |1A7C11|0 |2 |0 | -ROW |66525 |1120 |30497 |0 |1 |2774A4|0 |2 |0 | -ROW |66526 |1120 |31176 |0 |2 |F63100|0 |2 |0 | -ROW |66527 |1120 |30499 |0 |3 |A54F10|0 |2 |0 | -ROW |66528 |1266 |31773 |0 |0 |1A7C11|0 |2 |0 | -ROW |66529 |1266 |31774 |0 |1 |2774A4|0 |2 |0 | -ROW |66530 |1267 |31777 |0 |0 |1A7C11|0 |2 |0 | -ROW |66531 |1267 |31779 |0 |1 |2774A4|0 |2 |0 | -ROW |66532 |1267 |33168 |0 |2 |F63100|0 |2 |0 | -ROW |66533 |1268 |31685 |0 |0 |1A7C11|0 |2 |0 | -ROW |66534 |1268 |31738 |0 |1 |2774A4|0 |2 |0 | -ROW |66535 |1269 |31723 |0 |0 |1A7C11|0 |2 |0 | -ROW |66536 |1269 |31757 |0 |1 |2774A4|0 |2 |0 | -ROW |66537 |1269 |31721 |0 |2 |F63100|0 |2 |0 | -ROW |66538 |1270 |31728 |0 |0 |1A7C11|0 |2 |0 | -ROW |66539 |1270 |31759 |0 |1 |2774A4|0 |2 |0 | -ROW |66540 |1271 |31745 |0 |0 |1A7C11|0 |2 |0 | -ROW |66541 |1271 |31727 |0 |1 |2774A4|0 |2 |0 | -ROW |66542 |1272 |31687 |0 |0 |1A7C11|0 |2 |0 | -ROW |66543 |1272 |31710 |0 |1 |2774A4|0 |2 |0 | -ROW |66544 |1273 |31705 |0 |0 |1A7C11|0 |2 |0 | -ROW |66545 |1273 |31703 |0 |1 |2774A4|0 |2 |0 | -ROW |66546 |1273 |31706 |0 |2 |F63100|0 |2 |0 | -ROW |66547 |1273 |31701 |0 |3 |A54F10|0 |2 |0 | -ROW |66548 |1273 |31708 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66549 |1274 |31715 |0 |0 |1A7C11|0 |2 |0 | -ROW |66550 |1274 |31726 |0 |1 |2774A4|0 |2 |0 | -ROW |66551 |1274 |31717 |0 |2 |F63100|0 |2 |0 | -ROW |66552 |1274 |31716 |0 |3 |A54F10|0 |2 |0 | -ROW |66553 |1274 |31714 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66554 |1274 |31713 |0 |5 |6C59DC|0 |2 |0 | -ROW |66555 |1210 |31261 |0 |0 |1A7C11|0 |2 |0 | -ROW |66556 |1210 |31262 |0 |1 |2774A4|0 |2 |0 | -ROW |66557 |1211 |31269 |0 |0 |1A7C11|0 |2 |0 | -ROW |66558 |1211 |31271 |0 |1 |2774A4|0 |2 |0 | -ROW |66559 |1211 |33170 |0 |2 |F63100|0 |2 |0 | -ROW |66560 |1212 |31233 |0 |0 |1A7C11|0 |2 |0 | -ROW |66561 |1212 |31234 |0 |1 |2774A4|0 |2 |0 | -ROW |66562 |1213 |31216 |0 |0 |1A7C11|0 |2 |0 | -ROW |66563 |1213 |31237 |0 |1 |2774A4|0 |2 |0 | -ROW |66564 |1213 |31214 |0 |2 |F63100|0 |2 |0 | -ROW |66565 |1214 |31191 |0 |0 |1A7C11|0 |2 |0 | -ROW |66566 |1214 |31221 |0 |1 |2774A4|0 |2 |0 | -ROW |66567 |1215 |31206 |0 |0 |1A7C11|0 |2 |0 | -ROW |66568 |1215 |31220 |0 |1 |2774A4|0 |2 |0 | -ROW |66569 |1216 |31192 |0 |0 |1A7C11|0 |2 |0 | -ROW |66570 |1216 |31193 |0 |1 |2774A4|0 |2 |0 | -ROW |66571 |1217 |31200 |0 |0 |1A7C11|0 |2 |0 | -ROW |66572 |1217 |31197 |0 |1 |2774A4|0 |2 |0 | -ROW |66573 |1217 |31201 |0 |2 |F63100|0 |2 |0 | -ROW |66574 |1217 |31198 |0 |3 |A54F10|0 |2 |0 | -ROW |66575 |1217 |31202 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66576 |1218 |31207 |0 |0 |1A7C11|0 |2 |0 | -ROW |66577 |1218 |31208 |0 |1 |2774A4|0 |2 |0 | -ROW |66578 |1218 |31210 |0 |2 |F63100|0 |2 |0 | -ROW |66579 |1218 |31209 |0 |3 |A54F10|0 |2 |0 | -ROW |66580 |1218 |31219 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66581 |1218 |31205 |0 |5 |6C59DC|0 |2 |0 | -ROW |66582 |1380 |32423 |0 |0 |1A7C11|0 |2 |0 | -ROW |66583 |1380 |32421 |0 |1 |2774A4|0 |2 |0 | -ROW |66584 |1381 |32405 |0 |0 |1A7C11|0 |2 |0 | -ROW |66585 |1382 |32426 |5 |0 |1A7C11|0 |2 |0 | -ROW |66586 |1382 |32408 |0 |1 |2774A4|0 |2 |0 | -ROW |66587 |1382 |32422 |0 |2 |F63100|0 |2 |0 | -ROW |66588 |1382 |32425 |0 |3 |A54F10|0 |2 |0 | -ROW |66589 |1383 |32409 |0 |0 |1A7C11|0 |2 |0 | -ROW |66590 |1384 |32419 |0 |0 |1A7C11|1 |2 |0 | -ROW |66591 |1384 |32416 |0 |1 |2774A4|1 |2 |0 | -ROW |66592 |1384 |32413 |0 |2 |F63100|1 |2 |0 | -ROW |66593 |1384 |32418 |5 |3 |A54F10|0 |2 |0 | -ROW |66594 |1384 |32415 |5 |4 |FC6EA3|0 |2 |0 | -ROW |66595 |1384 |32412 |5 |5 |6C59DC|0 |2 |0 | -ROW |66596 |1385 |32420 |0 |0 |1A7C11|0 |2 |0 | -ROW |66597 |1385 |32417 |0 |1 |2774A4|0 |2 |0 | -ROW |66598 |1385 |32414 |0 |2 |F63100|0 |2 |0 | -ROW |66599 |1386 |32433 |5 |0 |1A7C11|0 |2 |0 | -ROW |66600 |1386 |32432 |0 |1 |2774A4|1 |2 |0 | -ROW |66601 |1387 |32431 |0 |0 |1A7C11|0 |2 |0 | -ROW |66602 |1387 |32430 |0 |1 |2774A4|0 |2 |0 | -ROW |66603 |1387 |32429 |0 |2 |F63100|0 |2 |0 | -ROW |66604 |1387 |32428 |0 |3 |A54F10|0 |2 |0 | -ROW |66605 |1387 |32427 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66606 |1388 |32386 |0 |0 |1A7C11|1 |2 |0 | -ROW |66607 |1388 |32391 |0 |1 |2774A4|1 |2 |0 | -ROW |66608 |1388 |32387 |0 |2 |F63100|1 |2 |0 | -ROW |66609 |1388 |32390 |0 |3 |A54F10|1 |2 |0 | -ROW |66610 |1388 |32395 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66611 |1388 |32389 |0 |5 |6C59DC|0 |2 |0 | -ROW |66612 |1389 |32393 |0 |0 |1A7C11|0 |2 |0 | -ROW |66613 |1389 |32392 |0 |1 |2774A4|0 |2 |0 | -ROW |66614 |1389 |32394 |0 |2 |F63100|1 |2 |0 | -ROW |66615 |1389 |32388 |0 |3 |A54F10|1 |2 |0 | -ROW |66616 |1390 |32401 |5 |0 |1A7C11|1 |2 |0 | -ROW |66617 |1390 |32402 |0 |1 |2774A4|0 |2 |0 | -ROW |66618 |1390 |32397 |0 |2 |F63100|1 |2 |0 | -ROW |66619 |1390 |32398 |0 |3 |A54F10|1 |2 |0 | -ROW |66620 |1390 |32399 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66621 |1390 |32400 |0 |5 |6C59DC|1 |2 |0 | -ROW |66622 |1390 |32396 |0 |6 |AC8C14|1 |2 |0 | -ROW |66623 |1391 |32367 |5 |0 |1A7C11|0 |2 |0 | -ROW |66624 |1391 |32366 |0 |1 |2774A4|1 |2 |0 | -ROW |66625 |1392 |32370 |0 |0 |1A7C11|0 |2 |0 | -ROW |66626 |1393 |32382 |0 |0 |1A7C11|1 |2 |0 | -ROW |66627 |1393 |32381 |0 |1 |2774A4|1 |2 |0 | -ROW |66628 |1393 |32383 |0 |2 |F63100|1 |2 |0 | -ROW |66629 |1393 |32384 |0 |3 |A54F10|1 |2 |0 | -ROW |66630 |1394 |32377 |0 |0 |1A7C11|0 |2 |0 | -ROW |66631 |1394 |32374 |0 |1 |2774A4|1 |2 |0 | -ROW |66632 |1395 |32403 |0 |0 |1A7C11|0 |2 |0 | -ROW |66633 |1395 |32385 |0 |1 |2774A4|1 |2 |0 | -ROW |66634 |1219 |31363 |5 |0 |1A7C11|0 |2 |0 | -ROW |66635 |1219 |31346 |0 |1 |2774A4|0 |2 |0 | -ROW |66636 |1219 |31345 |0 |2 |F63100|0 |2 |0 | -ROW |66637 |1219 |31344 |0 |3 |A54F10|0 |2 |0 | -ROW |66638 |1219 |31343 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66639 |1219 |31342 |0 |5 |6C59DC|0 |2 |0 | -ROW |66640 |1219 |31340 |0 |6 |AC8C14|0 |2 |0 | -ROW |66641 |1219 |31339 |0 |7 |611F27|0 |2 |0 | -ROW |66642 |1219 |31341 |0 |8 |F230E0|0 |2 |0 | -ROW |66643 |1219 |31341 |0 |9 |FFAD40|0 |2 |0 | -ROW |66644 |1220 |31337 |5 |0 |1A7C11|0 |2 |0 | -ROW |66645 |1221 |31360 |0 |0 |1A7C11|0 |2 |0 | -ROW |66646 |1221 |31359 |0 |1 |2774A4|0 |2 |0 | -ROW |66647 |1221 |31357 |0 |2 |F63100|0 |2 |0 | -ROW |66648 |1221 |31356 |0 |3 |A54F10|0 |2 |0 | -ROW |66649 |1221 |31354 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66650 |1221 |31353 |0 |5 |6C59DC|0 |2 |0 | -ROW |66651 |1221 |31352 |0 |6 |AC8C14|0 |2 |0 | -ROW |66652 |1221 |31350 |0 |7 |611F27|0 |2 |0 | -ROW |66653 |1221 |31351 |0 |8 |F230E0|0 |2 |0 | -ROW |66654 |1221 |31338 |0 |9 |FFAD40|0 |2 |0 | -ROW |66655 |1221 |31349 |0 |10 |40CDFF|0 |2 |0 | -ROW |66656 |1221 |31348 |0 |11 |40FFA0|0 |2 |0 | -ROW |66657 |1221 |31347 |0 |12 |AE4500|0 |2 |0 | -ROW |66658 |1222 |31336 |5 |0 |1A7C11|0 |2 |0 | -ROW |66659 |1456 |33178 |0 |0 |1A7C11|0 |2 |0 | -ROW |66660 |1456 |33179 |0 |1 |2774A4|0 |2 |0 | -ROW |66661 |1456 |33180 |0 |2 |F63100|0 |2 |0 | -ROW |66662 |1087 |30346 |0 |0 |1A7C11|0 |2 |0 | -ROW |66663 |1087 |30345 |0 |1 |2774A4|0 |2 |0 | -ROW |66664 |1088 |30350 |5 |0 |1A7C11|0 |2 |0 | -ROW |66665 |1088 |30349 |5 |1 |2774A4|0 |2 |0 | -ROW |66666 |1089 |30396 |2 |0 |1A7C11|0 |2 |0 | -ROW |66667 |1090 |30398 |2 |0 |1A7C11|0 |2 |0 | -ROW |66668 |1091 |30322 |5 |0 |1A7C11|0 |2 |0 | -ROW |66669 |1091 |30277 |5 |1 |2774A4|0 |2 |0 | -ROW |66670 |1092 |30284 |0 |0 |1A7C11|0 |2 |0 | -ROW |66671 |1093 |30313 |5 |0 |1A7C11|0 |2 |0 | -ROW |66672 |1093 |30314 |0 |1 |2774A4|0 |2 |0 | -ROW |66673 |1093 |30315 |5 |2 |F63100|0 |2 |0 | -ROW |66674 |1093 |30316 |0 |3 |A54F10|0 |2 |0 | -ROW |66675 |1094 |30279 |2 |0 |1A7C11|0 |2 |0 | -ROW |66676 |1094 |30280 |2 |1 |2774A4|0 |2 |0 | -ROW |66677 |1095 |30290 |0 |0 |1A7C11|0 |2 |0 | -ROW |66678 |1095 |30293 |0 |1 |2774A4|0 |2 |0 | -ROW |66679 |1096 |30318 |5 |0 |1A7C11|0 |2 |0 | -ROW |66680 |1096 |30308 |2 |1 |2774A4|0 |2 |0 | -ROW |66681 |1096 |30320 |2 |2 |F63100|0 |2 |0 | -ROW |66682 |1097 |30317 |2 |0 |1A7C11|0 |2 |0 | -ROW |66683 |1098 |30289 |5 |0 |1A7C11|0 |2 |0 | -ROW |66684 |1098 |30291 |5 |1 |2774A4|0 |2 |0 | -ROW |66685 |1099 |30334 |2 |0 |1A7C11|0 |2 |0 | -ROW |66686 |1099 |30325 |2 |1 |2774A4|0 |2 |0 | -ROW |66687 |1100 |30306 |5 |0 |1A7C11|0 |2 |0 | -ROW |66688 |1101 |30274 |5 |0 |1A7C11|0 |2 |0 | -ROW |66689 |1102 |30281 |0 |0 |1A7C11|0 |2 |0 | -ROW |66690 |1577 |34351 |0 |0 |1A7C11|0 |2 |0 | -ROW |66691 |1577 |34350 |0 |1 |2774A4|0 |2 |0 | -ROW |66692 |1578 |34387 |5 |0 |1A7C11|0 |2 |0 | -ROW |66693 |1578 |34388 |2 |1 |2774A4|0 |2 |0 | -ROW |66694 |1579 |34393 |0 |0 |1A7C11|0 |2 |0 | -ROW |66695 |1579 |34386 |0 |1 |2774A4|0 |2 |0 | -ROW |66696 |1580 |34370 |0 |0 |1A7C11|0 |2 |0 | -ROW |66697 |1580 |34384 |0 |1 |2774A4|0 |2 |0 | -ROW |66698 |1580 |34383 |0 |2 |F63100|0 |2 |0 | -ROW |66699 |1581 |34438 |0 |0 |1A7C11|0 |2 |0 | -ROW |66700 |1581 |34413 |0 |1 |2774A4|0 |2 |0 | -ROW |66701 |1581 |34427 |0 |2 |F63100|0 |2 |0 | -ROW |66702 |1582 |34420 |0 |0 |1A7C11|0 |2 |0 | -ROW |66703 |1582 |34419 |0 |1 |2774A4|0 |2 |0 | -ROW |66704 |1582 |34418 |0 |2 |F63100|0 |2 |0 | -ROW |66705 |1060 |30159 |5 |0 |1A7C11|0 |2 |0 | -ROW |66706 |1065 |30161 |0 |0 |969696|0 |9 |2 | -ROW |66707 |1065 |30162 |0 |1 |C80000|0 |9 |0 | -ROW |66708 |1070 |30142 |5 |0 |1A7C11|0 |2 |0 | -ROW |66709 |741 |27084 |5 |0 |1A7C11|0 |2 |0 | -ROW |66710 |741 |27085 |2 |1 |2774A4|0 |2 |0 | -ROW |66711 |741 |27083 |0 |2 |F63100|1 |2 |0 | -ROW |66712 |741 |27086 |0 |3 |A54F10|1 |2 |0 | -ROW |66713 |741 |27082 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66714 |741 |27079 |0 |5 |6C59DC|1 |2 |0 | -ROW |66715 |745 |27104 |5 |0 |1A7C11|0 |2 |0 | -ROW |66716 |745 |27105 |2 |1 |2774A4|0 |2 |0 | -ROW |66717 |745 |27103 |0 |2 |F63100|1 |2 |0 | -ROW |66718 |745 |27106 |0 |3 |A54F10|1 |2 |0 | -ROW |66719 |745 |27102 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66720 |745 |27099 |0 |5 |6C59DC|1 |2 |0 | -ROW |66721 |766 |27124 |5 |0 |1A7C11|0 |2 |0 | -ROW |66722 |766 |27125 |2 |1 |2774A4|0 |2 |0 | -ROW |66723 |766 |27123 |0 |2 |F63100|1 |2 |0 | -ROW |66724 |766 |27126 |0 |3 |A54F10|1 |2 |0 | -ROW |66725 |766 |27122 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66726 |766 |27119 |0 |5 |6C59DC|1 |2 |0 | -ROW |66727 |668 |27208 |5 |0 |1A7C11|0 |2 |0 | -ROW |66728 |1032 |30088 |2 |0 |1A7C11|0 |2 |0 | -ROW |66729 |1032 |30087 |5 |1 |2774A4|0 |2 |0 | -ROW |66730 |1033 |30089 |5 |0 |1A7C11|0 |2 |0 | -ROW |66731 |671 |27240 |5 |0 |1A7C11|0 |2 |0 | -ROW |66732 |1034 |30093 |5 |0 |1A7C11|0 |2 |0 | -ROW |66733 |675 |27294 |5 |0 |1A7C11|0 |2 |0 | -ROW |66734 |1035 |30094 |5 |0 |1A7C11|0 |2 |0 | -ROW |66735 |1676 |35369 |0 |0 |1A7C11|0 |2 |0 | -ROW |66736 |1677 |35372 |0 |0 |1A7C11|0 |2 |0 | -ROW |66737 |1678 |35379 |0 |0 |1A7C11|0 |2 |0 | -ROW |66738 |1678 |35386 |0 |1 |2774A4|0 |2 |0 | -ROW |66739 |1678 |35377 |0 |2 |F63100|0 |2 |0 | -ROW |66740 |1678 |35384 |0 |3 |A54F10|0 |2 |0 | -ROW |66741 |1678 |35376 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66742 |1678 |35383 |0 |5 |6C59DC|0 |2 |0 | -ROW |66743 |1679 |35387 |0 |0 |1A7C11|0 |2 |0 | -ROW |66744 |1679 |35380 |0 |1 |2774A4|0 |2 |0 | -ROW |66745 |1680 |35378 |0 |0 |1A7C11|0 |2 |0 | -ROW |66746 |1680 |35385 |0 |1 |2774A4|0 |2 |0 | -ROW |66747 |1681 |35403 |0 |0 |1A7C11|0 |2 |0 | -ROW |66748 |1681 |35404 |0 |1 |2774A4|0 |2 |0 | -ROW |66749 |1549 |33966 |5 |0 |1A7C11|0 |2 |0 | -ROW |66750 |1550 |33971 |5 |0 |1A7C11|0 |2 |0 | -ROW |66751 |1551 |33974 |5 |0 |1A7C11|0 |2 |0 | -ROW |66752 |1551 |33977 |2 |1 |2774A4|0 |2 |0 | -ROW |66753 |1551 |33976 |0 |2 |F63100|1 |2 |0 | -ROW |66754 |1551 |33973 |0 |3 |A54F10|1 |2 |0 | -ROW |66755 |1551 |33975 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66756 |1551 |33972 |0 |5 |6C59DC|1 |2 |0 | -ROW |66757 |1552 |34007 |5 |0 |1A7C11|0 |2 |0 | -ROW |66758 |1553 |34012 |5 |0 |1A7C11|0 |2 |0 | -ROW |66759 |1554 |34015 |5 |0 |1A7C11|0 |2 |0 | -ROW |66760 |1554 |34018 |2 |1 |2774A4|0 |2 |0 | -ROW |66761 |1554 |34017 |0 |2 |F63100|1 |2 |0 | -ROW |66762 |1554 |34014 |0 |3 |A54F10|1 |2 |0 | -ROW |66763 |1554 |34016 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66764 |1554 |34013 |0 |5 |6C59DC|1 |2 |0 | -ROW |66765 |1555 |34048 |5 |0 |1A7C11|0 |2 |0 | -ROW |66766 |1556 |34053 |5 |0 |1A7C11|0 |2 |0 | -ROW |66767 |1557 |34056 |5 |0 |1A7C11|0 |2 |0 | -ROW |66768 |1557 |34059 |2 |1 |2774A4|0 |2 |0 | -ROW |66769 |1557 |34058 |0 |2 |F63100|1 |2 |0 | -ROW |66770 |1557 |34055 |0 |3 |A54F10|1 |2 |0 | -ROW |66771 |1557 |34057 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66772 |1557 |34054 |0 |5 |6C59DC|1 |2 |0 | -ROW |66773 |1558 |34089 |5 |0 |1A7C11|0 |2 |0 | -ROW |66774 |1559 |34094 |5 |0 |1A7C11|0 |2 |0 | -ROW |66775 |1560 |34097 |5 |0 |1A7C11|0 |2 |0 | -ROW |66776 |1560 |34100 |2 |1 |2774A4|0 |2 |0 | -ROW |66777 |1560 |34099 |0 |2 |F63100|1 |2 |0 | -ROW |66778 |1560 |34096 |0 |3 |A54F10|1 |2 |0 | -ROW |66779 |1560 |34098 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66780 |1560 |34095 |0 |5 |6C59DC|1 |2 |0 | -ROW |66781 |1561 |34130 |5 |0 |1A7C11|0 |2 |0 | -ROW |66782 |1562 |34135 |5 |0 |1A7C11|0 |2 |0 | -ROW |66783 |1563 |34138 |5 |0 |1A7C11|0 |2 |0 | -ROW |66784 |1563 |34141 |2 |1 |2774A4|0 |2 |0 | -ROW |66785 |1563 |34140 |0 |2 |F63100|1 |2 |0 | -ROW |66786 |1563 |34137 |0 |3 |A54F10|1 |2 |0 | -ROW |66787 |1563 |34139 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66788 |1563 |34136 |0 |5 |6C59DC|1 |2 |0 | -ROW |66789 |1038 |30101 |5 |0 |1A7C11|0 |2 |0 | -ROW |66790 |786 |28246 |5 |0 |1A7C11|0 |2 |0 | -ROW |66791 |687 |27417 |5 |0 |1A7C11|0 |2 |0 | -ROW |66792 |691 |27376 |5 |0 |1A7C11|0 |2 |0 | -ROW |66793 |694 |27478 |5 |0 |1A7C11|0 |2 |0 | -ROW |66794 |1042 |30105 |5 |0 |1A7C11|0 |2 |0 | -ROW |66795 |1043 |30107 |5 |0 |1A7C11|0 |2 |0 | -ROW |66796 |698 |27511 |5 |0 |1A7C11|0 |2 |0 | -ROW |66797 |1044 |30108 |5 |0 |1A7C11|0 |2 |0 | -ROW |66798 |701 |27547 |5 |0 |1A7C11|0 |2 |0 | -ROW |66799 |1045 |27591 |2 |0 |1A7C11|0 |2 |0 | -ROW |66800 |1045 |30110 |5 |1 |2774A4|0 |2 |0 | -ROW |66801 |1046 |30111 |5 |0 |1A7C11|0 |2 |0 | -ROW |66802 |704 |27586 |5 |0 |1A7C11|0 |2 |0 | -ROW |66803 |1682 |35439 |0 |0 |1A7C11|0 |2 |0 | -ROW |66804 |1683 |35441 |0 |0 |1A7C11|0 |2 |0 | -ROW |66805 |1684 |35443 |0 |0 |1A7C11|0 |2 |0 | -ROW |66806 |1685 |35446 |0 |0 |1A7C11|0 |2 |0 | -ROW |66807 |1686 |35450 |0 |0 |1A7C11|0 |2 |0 | -ROW |66808 |1686 |35465 |0 |1 |2774A4|0 |2 |0 | -ROW |66809 |1686 |35456 |0 |2 |F63100|0 |2 |0 | -ROW |66810 |1686 |35447 |0 |3 |A54F10|0 |2 |0 | -ROW |66811 |1686 |35468 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66812 |1686 |35471 |0 |5 |6C59DC|0 |2 |0 | -ROW |66813 |1686 |35459 |0 |6 |AC8C14|0 |2 |0 | -ROW |66814 |1687 |35449 |0 |0 |1A7C11|0 |2 |0 | -ROW |66815 |1687 |35464 |0 |1 |2774A4|0 |2 |0 | -ROW |66816 |1687 |35455 |0 |2 |F63100|0 |2 |0 | -ROW |66817 |1687 |35461 |0 |3 |A54F10|0 |2 |0 | -ROW |66818 |1687 |35467 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66819 |1687 |35470 |0 |5 |6C59DC|0 |2 |0 | -ROW |66820 |1687 |35457 |0 |6 |AC8C14|0 |2 |0 | -ROW |66821 |1688 |35473 |0 |0 |1A7C11|0 |2 |0 | -ROW |66822 |1688 |35463 |0 |1 |2774A4|0 |2 |0 | -ROW |66823 |1688 |35454 |0 |2 |F63100|0 |2 |0 | -ROW |66824 |1688 |35472 |0 |3 |A54F10|0 |2 |0 | -ROW |66825 |1688 |35466 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66826 |1688 |35469 |0 |5 |6C59DC|0 |2 |0 | -ROW |66827 |1688 |35458 |0 |6 |AC8C14|0 |2 |0 | -ROW |66828 |1689 |35474 |0 |0 |1A7C11|0 |2 |0 | -ROW |66829 |1690 |35476 |0 |0 |1A7C11|0 |2 |0 | -ROW |66830 |1691 |35478 |0 |0 |1A7C11|0 |2 |0 | -ROW |66831 |1691 |35480 |0 |1 |2774A4|0 |2 |0 | -ROW |66832 |1692 |35487 |0 |0 |1A7C11|0 |2 |0 | -ROW |66833 |1692 |35484 |0 |1 |2774A4|0 |2 |0 | -ROW |66834 |1693 |35486 |0 |0 |1A7C11|0 |2 |0 | -ROW |66835 |1693 |35483 |0 |1 |2774A4|0 |2 |0 | -ROW |66836 |1694 |35490 |0 |0 |1A7C11|0 |2 |0 | -ROW |66837 |1694 |35488 |0 |1 |2774A4|0 |2 |0 | -ROW |66838 |1694 |35489 |0 |2 |F63100|0 |2 |0 | -ROW |66839 |1695 |35497 |0 |0 |1A7C11|0 |2 |0 | -ROW |66840 |1695 |35493 |0 |1 |2774A4|1 |2 |0 | -ROW |66841 |1695 |35503 |0 |2 |F63100|0 |2 |0 | -ROW |66842 |1695 |35499 |0 |3 |A54F10|1 |2 |0 | -ROW |66843 |1695 |35496 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66844 |1695 |35502 |0 |5 |6C59DC|0 |2 |0 | -ROW |66845 |1696 |35508 |0 |0 |1A7C11|0 |2 |0 | -ROW |66846 |1696 |35507 |0 |1 |2774A4|1 |2 |0 | -ROW |66847 |1696 |35510 |0 |2 |F63100|0 |2 |0 | -ROW |66848 |1696 |35509 |0 |3 |A54F10|1 |2 |0 | -ROW |66849 |1697 |35516 |0 |0 |1A7C11|0 |2 |0 | -ROW |66850 |1697 |35515 |0 |1 |2774A4|1 |2 |0 | -ROW |66851 |1697 |35518 |0 |2 |F63100|0 |2 |0 | -ROW |66852 |1697 |35517 |0 |3 |A54F10|1 |2 |0 | -ROW |66853 |1698 |35524 |0 |0 |1A7C11|0 |2 |0 | -ROW |66854 |1698 |35523 |0 |1 |2774A4|1 |2 |0 | -ROW |66855 |1698 |35526 |0 |2 |F63100|0 |2 |0 | -ROW |66856 |1698 |35525 |0 |3 |A54F10|1 |2 |0 | -ROW |66857 |1699 |35531 |0 |0 |1A7C11|0 |2 |0 | -ROW |66858 |1699 |35529 |0 |1 |2774A4|0 |2 |0 | -ROW |66859 |1699 |35530 |0 |2 |F63100|0 |2 |0 | -ROW |66860 |1700 |35411 |0 |0 |1A7C11|0 |2 |0 | -ROW |66861 |1700 |35409 |0 |1 |2774A4|0 |2 |0 | -ROW |66862 |1700 |35407 |0 |2 |F63100|0 |2 |0 | -ROW |66863 |1700 |35413 |0 |3 |A54F10|0 |2 |0 | -ROW |66864 |1700 |35412 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66865 |1700 |35410 |0 |5 |6C59DC|0 |2 |0 | -ROW |66866 |708 |27671 |5 |0 |1A7C11|0 |2 |0 | -ROW |66867 |1047 |30112 |5 |0 |1A7C11|0 |2 |0 | -ROW |66868 |1048 |30114 |2 |0 |1A7C11|0 |2 |0 | -ROW |66869 |1048 |30113 |5 |1 |2774A4|0 |2 |0 | -ROW |66870 |1049 |30115 |5 |0 |1A7C11|0 |2 |0 | -ROW |66871 |775 |28143 |5 |0 |1A7C11|0 |2 |0 | -ROW |66872 |714 |27753 |5 |0 |1A7C11|0 |2 |0 | -ROW |66873 |1050 |30116 |5 |0 |1A7C11|0 |2 |0 | -ROW |66874 |856 |28894 |5 |0 |1A7C11|0 |2 |0 | -ROW |66875 |1051 |30118 |5 |0 |1A7C11|0 |2 |0 | -ROW |66876 |1564 |34166 |5 |0 |1A7C11|0 |2 |0 | -ROW |66877 |1564 |34169 |2 |1 |2774A4|0 |2 |0 | -ROW |66878 |1564 |34168 |0 |2 |F63100|1 |2 |0 | -ROW |66879 |1564 |34165 |0 |3 |A54F10|1 |2 |0 | -ROW |66880 |1564 |34167 |0 |4 |FC6EA3|1 |2 |0 | -ROW |66881 |1564 |34164 |0 |5 |6C59DC|1 |2 |0 | -ROW |66882 |1565 |34174 |0 |0 |969696|0 |9 |2 | -ROW |66883 |1565 |34175 |0 |1 |C80000|0 |9 |0 | -ROW |66884 |1566 |34178 |5 |0 |1A7C11|0 |2 |0 | -ROW |66885 |1567 |34154 |5 |0 |1A7C11|0 |2 |0 | -ROW |66886 |724 |27904 |5 |0 |1A7C11|0 |2 |0 | -ROW |66887 |1396 |32439 |0 |0 |1A7C11|0 |2 |0 | -ROW |66888 |1396 |32437 |0 |1 |2774A4|0 |2 |0 | -ROW |66889 |1396 |32436 |0 |2 |F63100|0 |2 |0 | -ROW |66890 |1396 |32438 |0 |3 |A54F10|0 |2 |0 | -ROW |66891 |1052 |27907 |0 |0 |969696|0 |9 |2 | -ROW |66892 |1052 |27908 |0 |1 |C80000|0 |9 |0 | -ROW |66893 |1053 |30120 |5 |0 |1A7C11|0 |2 |0 | -ROW |66894 |1457 |33206 |5 |0 |1A7C11|0 |2 |0 | -ROW |66895 |1457 |33193 |5 |1 |2774A4|0 |2 |0 | -ROW |66896 |1458 |33195 |5 |0 |1A7C11|0 |2 |0 | -ROW |66897 |1458 |33203 |5 |1 |2774A4|0 |2 |0 | -ROW |66898 |1458 |33202 |5 |2 |F63100|0 |2 |0 | -ROW |66899 |1459 |33200 |5 |0 |1A7C11|0 |2 |0 | -ROW |66900 |1459 |33194 |5 |1 |2774A4|0 |2 |0 | -ROW |66901 |1460 |33187 |5 |0 |1A7C11|0 |2 |0 | -ROW |66902 |1460 |33186 |5 |1 |2774A4|0 |2 |0 | -ROW |66903 |1460 |33204 |5 |2 |F63100|0 |2 |0 | -ROW |66904 |1461 |33226 |5 |0 |1A7C11|0 |2 |0 | -ROW |66905 |1461 |33215 |5 |1 |2774A4|0 |2 |0 | -ROW |66906 |1462 |33207 |5 |0 |1A7C11|0 |2 |0 | -ROW |66907 |1463 |33223 |5 |0 |1A7C11|0 |2 |0 | -ROW |66908 |1463 |33218 |5 |1 |2774A4|0 |2 |0 | -ROW |66909 |1464 |33210 |5 |0 |1A7C11|0 |2 |0 | -ROW |66910 |1464 |33209 |5 |1 |2774A4|0 |2 |0 | -ROW |66911 |1464 |33224 |5 |2 |F63100|0 |2 |0 | -ROW |66912 |1465 |33249 |5 |0 |1A7C11|0 |2 |0 | -ROW |66913 |1465 |33236 |5 |1 |2774A4|0 |2 |0 | -ROW |66914 |1466 |33238 |5 |0 |1A7C11|0 |2 |0 | -ROW |66915 |1466 |33246 |5 |1 |2774A4|0 |2 |0 | -ROW |66916 |1466 |33245 |5 |2 |F63100|0 |2 |0 | -ROW |66917 |1467 |33243 |5 |0 |1A7C11|0 |2 |0 | -ROW |66918 |1467 |33237 |5 |1 |2774A4|0 |2 |0 | -ROW |66919 |1468 |33230 |5 |0 |1A7C11|0 |2 |0 | -ROW |66920 |1468 |33229 |5 |1 |2774A4|0 |2 |0 | -ROW |66921 |1468 |33247 |5 |2 |F63100|0 |2 |0 | -ROW |66922 |1469 |33258 |5 |0 |1A7C11|0 |2 |0 | -ROW |66923 |1470 |33251 |5 |0 |1A7C11|0 |2 |0 | -ROW |66924 |1471 |33256 |5 |0 |1A7C11|0 |2 |0 | -ROW |66925 |1472 |33277 |5 |0 |1A7C11|0 |2 |0 | -ROW |66926 |1473 |33274 |5 |0 |1A7C11|0 |2 |0 | -ROW |66927 |1473 |33273 |5 |1 |2774A4|0 |2 |0 | -ROW |66928 |1473 |33272 |5 |2 |F63100|0 |2 |0 | -ROW |66929 |1474 |33270 |5 |0 |1A7C11|0 |2 |0 | -ROW |66930 |1475 |33269 |5 |0 |1A7C11|0 |2 |0 | -ROW |66931 |1476 |33261 |5 |0 |1A7C11|0 |2 |0 | -ROW |66932 |1476 |33275 |5 |1 |2774A4|0 |2 |0 | -ROW |66933 |1477 |33296 |5 |0 |1A7C11|0 |2 |0 | -ROW |66934 |1478 |33293 |5 |0 |1A7C11|0 |2 |0 | -ROW |66935 |1478 |33292 |5 |1 |2774A4|0 |2 |0 | -ROW |66936 |1478 |33291 |5 |2 |F63100|0 |2 |0 | -ROW |66937 |1479 |33289 |5 |0 |1A7C11|0 |2 |0 | -ROW |66938 |1480 |33288 |5 |0 |1A7C11|0 |2 |0 | -ROW |66939 |1481 |33280 |5 |0 |1A7C11|0 |2 |0 | -ROW |66940 |1481 |33294 |5 |1 |2774A4|0 |2 |0 | -ROW |66941 |1482 |33312 |5 |0 |1A7C11|0 |2 |0 | -ROW |66942 |1483 |33313 |5 |0 |1A7C11|0 |2 |0 | -ROW |66943 |1484 |33314 |5 |0 |1A7C11|0 |2 |0 | -ROW |66944 |1485 |33319 |5 |0 |1A7C11|0 |2 |0 | -ROW |66945 |1486 |33320 |5 |0 |1A7C11|0 |2 |0 | -ROW |66946 |1487 |33304 |5 |0 |1A7C11|0 |2 |0 | -ROW |66947 |1487 |33305 |5 |1 |2774A4|0 |2 |0 | -ROW |66948 |727 |27936 |5 |0 |1A7C11|0 |2 |0 | -ROW |66949 |1054 |27935 |2 |0 |1A7C11|0 |2 |0 | -ROW |66950 |1054 |30122 |5 |1 |2774A4|0 |2 |0 | -ROW |66951 |1055 |30123 |5 |0 |1A7C11|0 |2 |0 | -ROW |66952 |730 |27975 |5 |0 |1A7C11|0 |2 |0 | -ROW |66953 |1056 |30126 |5 |0 |1A7C11|0 |2 |0 | -ROW |66954 |733 |28003 |5 |0 |1A7C11|0 |2 |0 | -ROW |66955 |1057 |30131 |5 |0 |1A7C11|0 |2 |0 | -ROW |66956 |736 |28031 |5 |0 |1A7C11|0 |2 |0 | -ROW |66957 |1058 |30136 |5 |0 |1A7C11|0 |2 |0 | -ROW |66958 |1701 |35553 |0 |0 |1A7C11|0 |2 |0 | -ROW |66959 |1701 |35556 |0 |1 |2774A4|0 |2 |0 | -ROW |66960 |1702 |35558 |0 |0 |1A7C11|0 |2 |0 | -ROW |66961 |1702 |35561 |0 |1 |2774A4|0 |2 |0 | -ROW |66962 |1703 |35562 |0 |0 |1A7C11|0 |2 |0 | -ROW |66963 |1704 |35563 |0 |0 |1A7C11|0 |2 |0 | -ROW |66964 |1705 |35592 |0 |0 |1A7C11|0 |2 |0 | -ROW |66965 |1705 |35584 |0 |1 |2774A4|0 |2 |0 | -ROW |66966 |1705 |35594 |0 |2 |F63100|0 |2 |0 | -ROW |66967 |1705 |35586 |0 |3 |A54F10|0 |2 |0 | -ROW |66968 |1705 |35595 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66969 |1705 |35587 |0 |5 |6C59DC|0 |2 |0 | -ROW |66970 |1706 |35593 |0 |0 |1A7C11|0 |2 |0 | -ROW |66971 |1706 |35585 |0 |1 |2774A4|0 |2 |0 | -ROW |66972 |1707 |35583 |0 |0 |1A7C11|0 |2 |0 | -ROW |66973 |1707 |35591 |0 |1 |2774A4|0 |2 |0 | -ROW |66974 |1708 |35598 |0 |0 |1A7C11|0 |2 |0 | -ROW |66975 |1709 |35606 |0 |0 |1A7C11|0 |2 |0 | -ROW |66976 |1710 |35607 |0 |0 |1A7C11|0 |2 |0 | -ROW |66977 |1711 |35566 |5 |0 |1A7C11|0 |2 |0 | -ROW |66978 |1712 |35622 |0 |0 |1A7C11|0 |2 |0 | -ROW |66979 |1713 |35634 |0 |0 |1A7C11|0 |2 |0 | -ROW |66980 |1713 |35626 |0 |1 |2774A4|0 |2 |0 | -ROW |66981 |1713 |35636 |0 |2 |F63100|0 |2 |0 | -ROW |66982 |1713 |35628 |0 |3 |A54F10|0 |2 |0 | -ROW |66983 |1713 |35637 |0 |4 |FC6EA3|0 |2 |0 | -ROW |66984 |1713 |35629 |0 |5 |6C59DC|0 |2 |0 | -ROW |66985 |1714 |35635 |0 |0 |1A7C11|0 |2 |0 | -ROW |66986 |1714 |35627 |0 |1 |2774A4|0 |2 |0 | -ROW |66987 |1715 |35625 |0 |0 |1A7C11|0 |2 |0 | -ROW |66988 |1715 |35633 |0 |1 |2774A4|0 |2 |0 | -ROW |66989 |1716 |35640 |0 |0 |1A7C11|0 |2 |0 | -ROW |66990 |1717 |35641 |0 |0 |1A7C11|0 |2 |0 | -ROW |66991 |1718 |35610 |5 |0 |1A7C11|0 |2 |0 | -ROW |66992 |1719 |35658 |0 |0 |1A7C11|0 |2 |0 | -ROW |66993 |1720 |35659 |0 |0 |1A7C11|0 |2 |0 | -ROW |66994 |1721 |35660 |0 |0 |1A7C11|0 |2 |0 | -ROW |66995 |1722 |35661 |0 |0 |1A7C11|0 |2 |0 | -ROW |66996 |1723 |35669 |0 |0 |1A7C11|0 |2 |0 | -ROW |66997 |1723 |35679 |0 |1 |2774A4|0 |2 |0 | -ROW |66998 |1723 |35670 |0 |2 |F63100|0 |2 |0 | -ROW |66999 |1723 |35665 |0 |3 |A54F10|0 |2 |0 | -ROW |67000 |1723 |35672 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67001 |1723 |35666 |0 |5 |6C59DC|0 |2 |0 | -ROW |67002 |1724 |35663 |0 |0 |1A7C11|0 |2 |0 | -ROW |67003 |1724 |35664 |0 |1 |2774A4|0 |2 |0 | -ROW |67004 |1725 |35686 |0 |0 |1A7C11|0 |2 |0 | -ROW |67005 |1725 |35693 |0 |1 |2774A4|0 |2 |0 | -ROW |67006 |1725 |35684 |0 |2 |F63100|0 |2 |0 | -ROW |67007 |1725 |35691 |0 |3 |A54F10|0 |2 |0 | -ROW |67008 |1725 |35683 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67009 |1725 |35690 |0 |5 |6C59DC|0 |2 |0 | -ROW |67010 |1726 |35685 |0 |0 |1A7C11|0 |2 |0 | -ROW |67011 |1726 |35692 |0 |1 |2774A4|0 |2 |0 | -ROW |67012 |1727 |35694 |0 |0 |1A7C11|0 |2 |0 | -ROW |67013 |1727 |35687 |0 |1 |2774A4|0 |2 |0 | -ROW |67014 |1728 |35707 |0 |0 |1A7C11|0 |2 |0 | -ROW |67015 |1729 |35708 |0 |0 |1A7C11|0 |2 |0 | -ROW |67016 |1730 |35725 |0 |0 |1A7C11|0 |2 |0 | -ROW |67017 |1731 |35726 |0 |0 |1A7C11|0 |2 |0 | -ROW |67018 |1732 |35727 |0 |0 |1A7C11|0 |2 |0 | -ROW |67019 |1733 |35728 |0 |0 |1A7C11|0 |2 |0 | -ROW |67020 |1734 |35736 |0 |0 |1A7C11|0 |2 |0 | -ROW |67021 |1734 |35746 |0 |1 |2774A4|0 |2 |0 | -ROW |67022 |1734 |35737 |0 |2 |F63100|0 |2 |0 | -ROW |67023 |1734 |35732 |0 |3 |A54F10|0 |2 |0 | -ROW |67024 |1734 |35739 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67025 |1734 |35733 |0 |5 |6C59DC|0 |2 |0 | -ROW |67026 |1735 |35730 |0 |0 |1A7C11|0 |2 |0 | -ROW |67027 |1735 |35731 |0 |1 |2774A4|0 |2 |0 | -ROW |67028 |1736 |35753 |0 |0 |1A7C11|0 |2 |0 | -ROW |67029 |1736 |35760 |0 |1 |2774A4|0 |2 |0 | -ROW |67030 |1736 |35751 |0 |2 |F63100|0 |2 |0 | -ROW |67031 |1736 |35758 |0 |3 |A54F10|0 |2 |0 | -ROW |67032 |1736 |35750 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67033 |1736 |35757 |0 |5 |6C59DC|0 |2 |0 | -ROW |67034 |1737 |35752 |0 |0 |1A7C11|0 |2 |0 | -ROW |67035 |1737 |35759 |0 |1 |2774A4|0 |2 |0 | -ROW |67036 |1738 |35761 |0 |0 |1A7C11|0 |2 |0 | -ROW |67037 |1738 |35754 |0 |1 |2774A4|0 |2 |0 | -ROW |67038 |1739 |35774 |0 |0 |1A7C11|0 |2 |0 | -ROW |67039 |1740 |35775 |0 |0 |1A7C11|0 |2 |0 | -ROW |67040 |1741 |35791 |0 |0 |1A7C11|0 |2 |0 | -ROW |67041 |1742 |35799 |0 |0 |1A7C11|0 |2 |0 | -ROW |67042 |1742 |35802 |0 |1 |2774A4|0 |2 |0 | -ROW |67043 |1743 |35804 |0 |0 |1A7C11|0 |2 |0 | -ROW |67044 |1743 |35807 |0 |1 |2774A4|0 |2 |0 | -ROW |67045 |1744 |35808 |0 |0 |1A7C11|0 |2 |0 | -ROW |67046 |1745 |35809 |0 |0 |1A7C11|0 |2 |0 | -ROW |67047 |1746 |35834 |0 |0 |1A7C11|0 |2 |0 | -ROW |67048 |1746 |35826 |0 |1 |2774A4|0 |2 |0 | -ROW |67049 |1746 |35836 |0 |2 |F63100|0 |2 |0 | -ROW |67050 |1746 |35828 |0 |3 |A54F10|0 |2 |0 | -ROW |67051 |1746 |35837 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67052 |1746 |35829 |0 |5 |6C59DC|0 |2 |0 | -ROW |67053 |1747 |35835 |0 |0 |1A7C11|0 |2 |0 | -ROW |67054 |1747 |35827 |0 |1 |2774A4|0 |2 |0 | -ROW |67055 |1748 |35825 |0 |0 |1A7C11|0 |2 |0 | -ROW |67056 |1748 |35833 |0 |1 |2774A4|0 |2 |0 | -ROW |67057 |1749 |35840 |0 |0 |1A7C11|0 |2 |0 | -ROW |67058 |1750 |35812 |5 |0 |1A7C11|0 |2 |0 | -ROW |67059 |1751 |35876 |0 |0 |1A7C11|0 |2 |0 | -ROW |67060 |1751 |35868 |0 |1 |2774A4|0 |2 |0 | -ROW |67061 |1751 |35878 |0 |2 |F63100|0 |2 |0 | -ROW |67062 |1751 |35870 |0 |3 |A54F10|0 |2 |0 | -ROW |67063 |1751 |35879 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67064 |1751 |35871 |0 |5 |6C59DC|0 |2 |0 | -ROW |67065 |1752 |35877 |0 |0 |1A7C11|0 |2 |0 | -ROW |67066 |1752 |35869 |0 |1 |2774A4|0 |2 |0 | -ROW |67067 |1753 |35867 |0 |0 |1A7C11|0 |2 |0 | -ROW |67068 |1753 |35875 |0 |1 |2774A4|0 |2 |0 | -ROW |67069 |1754 |35882 |0 |0 |1A7C11|0 |2 |0 | -ROW |67070 |1755 |35890 |0 |0 |1A7C11|0 |2 |0 | -ROW |67071 |1756 |35891 |0 |0 |1A7C11|0 |2 |0 | -ROW |67072 |1757 |35850 |5 |0 |1A7C11|0 |2 |0 | -ROW |67073 |1758 |35920 |0 |0 |1A7C11|0 |2 |0 | -ROW |67074 |1758 |35912 |0 |1 |2774A4|0 |2 |0 | -ROW |67075 |1758 |35922 |0 |2 |F63100|0 |2 |0 | -ROW |67076 |1758 |35914 |0 |3 |A54F10|0 |2 |0 | -ROW |67077 |1758 |35923 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67078 |1758 |35915 |0 |5 |6C59DC|0 |2 |0 | -ROW |67079 |1759 |35921 |0 |0 |1A7C11|0 |2 |0 | -ROW |67080 |1759 |35913 |0 |1 |2774A4|0 |2 |0 | -ROW |67081 |1760 |35911 |0 |0 |1A7C11|0 |2 |0 | -ROW |67082 |1760 |35919 |0 |1 |2774A4|0 |2 |0 | -ROW |67083 |1761 |35926 |0 |0 |1A7C11|0 |2 |0 | -ROW |67084 |1762 |35934 |0 |0 |1A7C11|0 |2 |0 | -ROW |67085 |1763 |35935 |0 |0 |1A7C11|0 |2 |0 | -ROW |67086 |1764 |35894 |5 |0 |1A7C11|0 |2 |0 | -ROW |67087 |1765 |35952 |0 |0 |1A7C11|0 |2 |0 | -ROW |67088 |1766 |35964 |0 |0 |1A7C11|0 |2 |0 | -ROW |67089 |1766 |35956 |0 |1 |2774A4|0 |2 |0 | -ROW |67090 |1766 |35966 |0 |2 |F63100|0 |2 |0 | -ROW |67091 |1766 |35958 |0 |3 |A54F10|0 |2 |0 | -ROW |67092 |1766 |35967 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67093 |1766 |35959 |0 |5 |6C59DC|0 |2 |0 | -ROW |67094 |1767 |35965 |0 |0 |1A7C11|0 |2 |0 | -ROW |67095 |1767 |35957 |0 |1 |2774A4|0 |2 |0 | -ROW |67096 |1768 |35955 |0 |0 |1A7C11|0 |2 |0 | -ROW |67097 |1768 |35963 |0 |1 |2774A4|0 |2 |0 | -ROW |67098 |1769 |35970 |0 |0 |1A7C11|0 |2 |0 | -ROW |67099 |1770 |35978 |0 |0 |1A7C11|0 |2 |0 | -ROW |67100 |1771 |35979 |0 |0 |1A7C11|0 |2 |0 | -ROW |67101 |1772 |35938 |5 |0 |1A7C11|0 |2 |0 | -ROW |67102 |1773 |35996 |0 |0 |1A7C11|0 |2 |0 | -ROW |67103 |1774 |36008 |0 |0 |1A7C11|0 |2 |0 | -ROW |67104 |1774 |36000 |0 |1 |2774A4|0 |2 |0 | -ROW |67105 |1774 |36010 |0 |2 |F63100|0 |2 |0 | -ROW |67106 |1774 |36002 |0 |3 |A54F10|0 |2 |0 | -ROW |67107 |1774 |36011 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67108 |1774 |36003 |0 |5 |6C59DC|0 |2 |0 | -ROW |67109 |1775 |36009 |0 |0 |1A7C11|0 |2 |0 | -ROW |67110 |1775 |36001 |0 |1 |2774A4|0 |2 |0 | -ROW |67111 |1776 |35999 |0 |0 |1A7C11|0 |2 |0 | -ROW |67112 |1776 |36007 |0 |1 |2774A4|0 |2 |0 | -ROW |67113 |1777 |36014 |0 |0 |1A7C11|0 |2 |0 | -ROW |67114 |1778 |36022 |0 |0 |1A7C11|0 |2 |0 | -ROW |67115 |1779 |36023 |0 |0 |1A7C11|0 |2 |0 | -ROW |67116 |1780 |35982 |5 |0 |1A7C11|0 |2 |0 | -ROW |67117 |1781 |36041 |0 |0 |1A7C11|0 |2 |0 | -ROW |67118 |1782 |36053 |0 |0 |1A7C11|0 |2 |0 | -ROW |67119 |1782 |36045 |0 |1 |2774A4|0 |2 |0 | -ROW |67120 |1782 |36055 |0 |2 |F63100|0 |2 |0 | -ROW |67121 |1782 |36047 |0 |3 |A54F10|0 |2 |0 | -ROW |67122 |1782 |36056 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67123 |1782 |36048 |0 |5 |6C59DC|0 |2 |0 | -ROW |67124 |1783 |36054 |0 |0 |1A7C11|0 |2 |0 | -ROW |67125 |1783 |36046 |0 |1 |2774A4|0 |2 |0 | -ROW |67126 |1784 |36044 |0 |0 |1A7C11|0 |2 |0 | -ROW |67127 |1784 |36052 |0 |1 |2774A4|0 |2 |0 | -ROW |67128 |1785 |36059 |0 |0 |1A7C11|0 |2 |0 | -ROW |67129 |1786 |36067 |0 |0 |1A7C11|0 |2 |0 | -ROW |67130 |1787 |36068 |0 |0 |1A7C11|0 |2 |0 | -ROW |67131 |1788 |36026 |5 |0 |1A7C11|0 |2 |0 | -ROW |67132 |1789 |36086 |0 |0 |1A7C11|0 |2 |0 | -ROW |67133 |1790 |36098 |0 |0 |1A7C11|0 |2 |0 | -ROW |67134 |1790 |36090 |0 |1 |2774A4|0 |2 |0 | -ROW |67135 |1790 |36100 |0 |2 |F63100|0 |2 |0 | -ROW |67136 |1790 |36092 |0 |3 |A54F10|0 |2 |0 | -ROW |67137 |1790 |36101 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67138 |1790 |36093 |0 |5 |6C59DC|0 |2 |0 | -ROW |67139 |1791 |36099 |0 |0 |1A7C11|0 |2 |0 | -ROW |67140 |1791 |36091 |0 |1 |2774A4|0 |2 |0 | -ROW |67141 |1792 |36089 |0 |0 |1A7C11|0 |2 |0 | -ROW |67142 |1792 |36097 |0 |1 |2774A4|0 |2 |0 | -ROW |67143 |1793 |36104 |0 |0 |1A7C11|0 |2 |0 | -ROW |67144 |1794 |36112 |0 |0 |1A7C11|0 |2 |0 | -ROW |67145 |1795 |36113 |0 |0 |1A7C11|0 |2 |0 | -ROW |67146 |1796 |36071 |5 |0 |1A7C11|0 |2 |0 | -ROW |67147 |1797 |36131 |0 |0 |1A7C11|0 |2 |0 | -ROW |67148 |1798 |36144 |0 |0 |1A7C11|0 |2 |0 | -ROW |67149 |1798 |36136 |0 |1 |2774A4|0 |2 |0 | -ROW |67150 |1798 |36146 |0 |2 |F63100|0 |2 |0 | -ROW |67151 |1798 |36138 |0 |3 |A54F10|0 |2 |0 | -ROW |67152 |1798 |36147 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67153 |1798 |36139 |0 |5 |6C59DC|0 |2 |0 | -ROW |67154 |1799 |36145 |0 |0 |1A7C11|0 |2 |0 | -ROW |67155 |1799 |36137 |0 |1 |2774A4|0 |2 |0 | -ROW |67156 |1800 |36135 |0 |0 |1A7C11|0 |2 |0 | -ROW |67157 |1800 |36143 |0 |1 |2774A4|0 |2 |0 | -ROW |67158 |1801 |36150 |0 |0 |1A7C11|0 |2 |0 | -ROW |67159 |1802 |36158 |0 |0 |1A7C11|0 |2 |0 | -ROW |67160 |1803 |36159 |0 |0 |1A7C11|0 |2 |0 | -ROW |67161 |1804 |36116 |5 |0 |1A7C11|0 |2 |0 | -ROW |67162 |1223 |31370 |0 |0 |1A7C11|0 |2 |0 | -ROW |67163 |1223 |31371 |5 |1 |2774A4|0 |2 |0 | -ROW |67164 |1226 |31380 |0 |0 |1A7C11|0 |2 |0 | -ROW |67165 |1226 |31383 |5 |1 |2774A4|0 |2 |0 | -ROW |67166 |1229 |31379 |0 |0 |1A7C11|1 |2 |0 | -ROW |67167 |1229 |31382 |5 |1 |2774A4|0 |2 |0 | -ROW |67168 |887 |29211 |0 |0 |969696|0 |9 |2 | -ROW |67169 |887 |29210 |0 |1 |C80000|0 |9 |0 | -ROW |67170 |899 |29216 |5 |0 |1A7C11|0 |2 |0 | -ROW |67171 |899 |29217 |2 |1 |2774A4|0 |2 |0 | -ROW |67172 |899 |29218 |0 |2 |F63100|1 |2 |0 | -ROW |67173 |899 |29219 |0 |3 |A54F10|1 |2 |0 | -ROW |67174 |899 |29220 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67175 |899 |29221 |0 |5 |6C59DC|1 |2 |0 | -ROW |67176 |911 |29089 |0 |0 |1A7C11|0 |2 |0 | -ROW |67177 |911 |29102 |0 |1 |2774A4|0 |2 |0 | -ROW |67178 |908 |29098 |0 |0 |1A7C11|0 |2 |0 | -ROW |67179 |908 |29097 |0 |1 |2774A4|0 |2 |0 | -ROW |67180 |908 |29095 |0 |2 |F63100|0 |2 |0 | -ROW |67181 |908 |29088 |0 |3 |A54F10|0 |2 |0 | -ROW |67182 |908 |29094 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67183 |908 |29093 |0 |5 |6C59DC|0 |2 |0 | -ROW |67184 |908 |29092 |0 |6 |AC8C14|0 |2 |0 | -ROW |67185 |908 |29091 |0 |7 |611F27|0 |2 |0 | -ROW |67186 |908 |29090 |0 |8 |F230E0|0 |2 |0 | -ROW |67187 |905 |29198 |5 |0 |1A7C11|0 |2 |0 | -ROW |67188 |917 |29104 |2 |0 |1A7C11|0 |2 |0 | -ROW |67189 |917 |29105 |5 |1 |2774A4|0 |2 |0 | -ROW |67190 |914 |31364 |5 |0 |1A7C11|0 |2 |0 | -ROW |67191 |923 |29118 |0 |0 |1A7C11|0 |2 |0 | -ROW |67192 |923 |29119 |0 |1 |2774A4|0 |2 |0 | -ROW |67193 |923 |29117 |0 |2 |F63100|0 |2 |0 | -ROW |67194 |920 |29107 |0 |0 |1A7C11|0 |2 |0 | -ROW |67195 |920 |29106 |0 |1 |2774A4|0 |2 |0 | -ROW |67196 |902 |29096 |0 |0 |1A7C11|0 |2 |0 | -ROW |67197 |902 |29101 |0 |1 |2774A4|0 |2 |0 | -ROW |67198 |902 |29100 |0 |2 |F63100|0 |2 |0 | -ROW |67199 |902 |29087 |0 |3 |A54F10|1 |2 |0 | -ROW |67200 |1279 |31902 |0 |0 |1A7C11|0 |2 |0 | -ROW |67201 |1279 |31903 |5 |1 |2774A4|0 |2 |0 | -ROW |67202 |1281 |31933 |0 |0 |1A7C11|0 |2 |0 | -ROW |67203 |1281 |31936 |5 |1 |2774A4|0 |2 |0 | -ROW |67204 |1283 |31932 |0 |0 |1A7C11|1 |2 |0 | -ROW |67205 |1283 |31935 |5 |1 |2774A4|0 |2 |0 | -ROW |67206 |1285 |31907 |0 |0 |969696|0 |9 |2 | -ROW |67207 |1285 |31908 |0 |1 |C80000|0 |9 |0 | -ROW |67208 |1287 |31911 |5 |0 |1A7C11|0 |2 |0 | -ROW |67209 |1287 |31914 |2 |1 |2774A4|0 |2 |0 | -ROW |67210 |1287 |31913 |0 |2 |F63100|1 |2 |0 | -ROW |67211 |1287 |31910 |0 |3 |A54F10|1 |2 |0 | -ROW |67212 |1287 |31912 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67213 |1287 |31909 |0 |5 |6C59DC|1 |2 |0 | -ROW |67214 |1289 |31831 |0 |0 |1A7C11|0 |2 |0 | -ROW |67215 |1289 |31820 |0 |1 |2774A4|0 |2 |0 | -ROW |67216 |1291 |31822 |0 |0 |1A7C11|0 |2 |0 | -ROW |67217 |1291 |31835 |0 |1 |2774A4|0 |2 |0 | -ROW |67218 |1291 |31825 |0 |2 |F63100|0 |2 |0 | -ROW |67219 |1291 |31826 |0 |3 |A54F10|0 |2 |0 | -ROW |67220 |1291 |31823 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67221 |1291 |31827 |0 |5 |6C59DC|0 |2 |0 | -ROW |67222 |1291 |31824 |0 |6 |AC8C14|0 |2 |0 | -ROW |67223 |1291 |31828 |0 |7 |611F27|0 |2 |0 | -ROW |67224 |1291 |31830 |0 |8 |F230E0|0 |2 |0 | -ROW |67225 |1293 |31892 |5 |0 |1A7C11|0 |2 |0 | -ROW |67226 |1295 |31855 |2 |0 |1A7C11|0 |2 |0 | -ROW |67227 |1295 |31853 |5 |1 |2774A4|0 |2 |0 | -ROW |67228 |1297 |31893 |5 |0 |1A7C11|0 |2 |0 | -ROW |67229 |1299 |31838 |0 |0 |1A7C11|0 |2 |0 | -ROW |67230 |1299 |31839 |0 |1 |2774A4|0 |2 |0 | -ROW |67231 |1299 |31837 |0 |2 |F63100|0 |2 |0 | -ROW |67232 |1301 |31850 |0 |0 |1A7C11|0 |2 |0 | -ROW |67233 |1301 |31852 |0 |1 |2774A4|0 |2 |0 | -ROW |67234 |1303 |31829 |0 |0 |1A7C11|0 |2 |0 | -ROW |67235 |1303 |31833 |0 |1 |2774A4|0 |2 |0 | -ROW |67236 |1303 |31834 |0 |2 |F63100|0 |2 |0 | -ROW |67237 |1303 |31832 |0 |3 |A54F10|1 |2 |0 | -ROW |67238 |952 |29436 |5 |0 |1A7C11|0 |2 |0 | -ROW |67239 |952 |29437 |2 |1 |2774A4|0 |2 |0 | -ROW |67240 |952 |29438 |0 |2 |F63100|1 |2 |0 | -ROW |67241 |952 |29439 |0 |3 |A54F10|1 |2 |0 | -ROW |67242 |952 |29441 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67243 |952 |29440 |0 |5 |6C59DC|1 |2 |0 | -ROW |67244 |955 |29434 |0 |0 |1A7C11|0 |2 |0 | -ROW |67245 |955 |29435 |5 |1 |2774A4|0 |2 |0 | -ROW |67246 |954 |29448 |0 |0 |1A7C11|0 |2 |0 | -ROW |67247 |954 |29449 |5 |1 |2774A4|0 |2 |0 | -ROW |67248 |956 |29452 |0 |0 |1A7C11|1 |2 |0 | -ROW |67249 |956 |29453 |5 |1 |2774A4|0 |2 |0 | -ROW |67250 |953 |29446 |0 |0 |969696|0 |9 |2 | -ROW |67251 |953 |29432 |0 |1 |C80000|0 |9 |0 | -ROW |67252 |960 |29405 |0 |0 |1A7C11|0 |2 |0 | -ROW |67253 |960 |29406 |0 |1 |2774A4|0 |2 |0 | -ROW |67254 |959 |29426 |0 |0 |1A7C11|0 |2 |0 | -ROW |67255 |959 |29413 |0 |1 |2774A4|0 |2 |0 | -ROW |67256 |959 |29411 |0 |2 |F63100|0 |2 |0 | -ROW |67257 |959 |29410 |0 |3 |A54F10|0 |2 |0 | -ROW |67258 |959 |29399 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67259 |959 |29409 |0 |5 |6C59DC|0 |2 |0 | -ROW |67260 |959 |29412 |0 |6 |AC8C14|0 |2 |0 | -ROW |67261 |959 |29408 |0 |7 |611F27|0 |2 |0 | -ROW |67262 |959 |29407 |0 |8 |F230E0|0 |2 |0 | -ROW |67263 |958 |29427 |5 |0 |1A7C11|0 |2 |0 | -ROW |67264 |962 |29403 |2 |0 |1A7C11|0 |2 |0 | -ROW |67265 |962 |29402 |5 |1 |2774A4|0 |2 |0 | -ROW |67266 |961 |29396 |5 |0 |1A7C11|0 |2 |0 | -ROW |67267 |963 |29400 |0 |0 |1A7C11|0 |2 |0 | -ROW |67268 |963 |29401 |0 |1 |2774A4|0 |2 |0 | -ROW |67269 |957 |29420 |0 |0 |1A7C11|0 |2 |0 | -ROW |67270 |957 |29419 |0 |1 |2774A4|0 |2 |0 | -ROW |67271 |957 |29418 |0 |2 |F63100|0 |2 |0 | -ROW |67272 |957 |29417 |0 |3 |A54F10|1 |2 |0 | -ROW |67273 |866 |29014 |0 |0 |1A7C11|0 |2 |0 | -ROW |67274 |866 |29015 |5 |1 |2774A4|0 |2 |0 | -ROW |67275 |868 |29018 |0 |0 |1A7C11|0 |2 |0 | -ROW |67276 |868 |29019 |0 |1 |2774A4|0 |2 |0 | -ROW |67277 |868 |29022 |0 |2 |F63100|0 |2 |0 | -ROW |67278 |868 |29023 |0 |3 |A54F10|0 |2 |0 | -ROW |67279 |868 |29020 |0 |4 |FC6EA3|0 |2 |0 | -ROW |67280 |868 |29024 |0 |5 |6C59DC|0 |2 |0 | -ROW |67281 |868 |29021 |0 |6 |AC8C14|0 |2 |0 | -ROW |67282 |868 |29025 |0 |7 |611F27|0 |2 |0 | -ROW |67283 |868 |29026 |0 |8 |F230E0|0 |2 |0 | -ROW |67284 |870 |29048 |5 |0 |1A7C11|0 |2 |0 | -ROW |67285 |872 |29028 |0 |0 |969696|0 |9 |2 | -ROW |67286 |872 |29027 |0 |1 |C80000|0 |9 |0 | -ROW |67287 |882 |28992 |0 |0 |1A7C11|0 |2 |0 | -ROW |67288 |882 |28991 |0 |1 |2774A4|0 |2 |0 | -ROW |67289 |876 |28982 |2 |0 |1A7C11|0 |2 |0 | -ROW |67290 |876 |28983 |5 |1 |2774A4|0 |2 |0 | -ROW |67291 |874 |28978 |5 |0 |1A7C11|0 |2 |0 | -ROW |67292 |878 |28985 |0 |0 |1A7C11|0 |2 |0 | -ROW |67293 |878 |28984 |0 |1 |2774A4|0 |2 |0 | -ROW |67294 |880 |28987 |0 |0 |1A7C11|0 |2 |0 | -ROW |67295 |880 |28988 |0 |1 |2774A4|0 |2 |0 | -ROW |67296 |880 |28989 |0 |2 |F63100|0 |2 |0 | -ROW |67297 |880 |28990 |0 |3 |A54F10|1 |2 |0 | -ROW |67298 |964 |29513 |0 |0 |969696|0 |9 |2 | -ROW |67299 |964 |29512 |0 |1 |C80000|0 |9 |0 | -ROW |67300 |1238 |31435 |5 |0 |1A7C11|0 |2 |0 | -ROW |67301 |1238 |31438 |2 |1 |2774A4|0 |2 |0 | -ROW |67302 |1238 |31437 |0 |2 |F63100|1 |2 |0 | -ROW |67303 |1238 |31434 |0 |3 |A54F10|1 |2 |0 | -ROW |67304 |1238 |31436 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67305 |1238 |31433 |0 |5 |6C59DC|1 |2 |0 | -ROW |67306 |1488 |33321 |0 |0 |1A7C11|0 |2 |0 | -ROW |67307 |1488 |33324 |0 |1 |2774A4|0 |2 |0 | -ROW |67308 |1490 |33322 |0 |0 |1A7C11|0 |2 |0 | -ROW |67309 |1490 |33323 |5 |1 |2774A4|0 |2 |0 | -ROW |67310 |1240 |31441 |0 |0 |1A7C11|0 |2 |0 | -ROW |67311 |1240 |31442 |5 |1 |2774A4|0 |2 |0 | -ROW |67312 |1242 |31440 |0 |0 |1A7C11|1 |2 |0 | -ROW |67313 |1242 |31439 |5 |1 |2774A4|0 |2 |0 | -ROW |67314 |974 |29456 |0 |0 |1A7C11|0 |2 |0 | -ROW |67315 |974 |29455 |0 |1 |2774A4|0 |2 |0 | -ROW |67316 |976 |29458 |0 |0 |1A7C11|0 |2 |0 | -ROW |67317 |976 |29457 |0 |1 |2774A4|0 |2 |0 | -ROW |67318 |972 |29454 |5 |0 |1A7C11|0 |2 |0 | -ROW |67319 |978 |29462 |5 |0 |1A7C11|0 |2 |0 | -ROW |67320 |980 |31421 |0 |0 |1A7C11|0 |2 |0 | -ROW |67321 |980 |29466 |0 |1 |2774A4|0 |2 |0 | -ROW |67322 |1305 |32013 |0 |0 |969696|0 |9 |2 | -ROW |67323 |1305 |32014 |0 |1 |C80000|0 |9 |0 | -ROW |67324 |1307 |32017 |5 |0 |1A7C11|0 |2 |0 | -ROW |67325 |1307 |32020 |2 |1 |2774A4|0 |2 |0 | -ROW |67326 |1307 |32019 |0 |2 |F63100|1 |2 |0 | -ROW |67327 |1307 |32016 |0 |3 |A54F10|1 |2 |0 | -ROW |67328 |1307 |32018 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67329 |1307 |32015 |0 |5 |6C59DC|1 |2 |0 | -ROW |67330 |1492 |33329 |0 |0 |1A7C11|0 |2 |0 | -ROW |67331 |1492 |33332 |0 |1 |2774A4|0 |2 |0 | -ROW |67332 |1494 |33330 |0 |0 |1A7C11|0 |2 |0 | -ROW |67333 |1494 |33331 |5 |1 |2774A4|0 |2 |0 | -ROW |67334 |1309 |32023 |0 |0 |1A7C11|0 |2 |0 | -ROW |67335 |1309 |32024 |5 |1 |2774A4|0 |2 |0 | -ROW |67336 |1311 |32022 |0 |0 |1A7C11|1 |2 |0 | -ROW |67337 |1311 |32021 |5 |1 |2774A4|0 |2 |0 | -ROW |67338 |1313 |31952 |0 |0 |1A7C11|0 |2 |0 | -ROW |67339 |1313 |31949 |0 |1 |2774A4|0 |2 |0 | -ROW |67340 |1315 |31951 |0 |0 |1A7C11|0 |2 |0 | -ROW |67341 |1315 |31950 |0 |1 |2774A4|0 |2 |0 | -ROW |67342 |1317 |31954 |5 |0 |1A7C11|0 |2 |0 | -ROW |67343 |1319 |31973 |5 |0 |1A7C11|0 |2 |0 | -ROW |67344 |1321 |31969 |0 |0 |1A7C11|0 |2 |0 | -ROW |67345 |1321 |31970 |0 |1 |2774A4|0 |2 |0 | -ROW |67346 |1583 |34451 |0 |0 |1A7C11|0 |2 |0 | -ROW |67347 |1584 |34465 |0 |0 |1A7C11|0 |2 |0 | -ROW |67348 |1584 |34463 |0 |1 |2774A4|0 |2 |0 | -ROW |67349 |1585 |34466 |0 |0 |1A7C11|0 |2 |0 | -ROW |67350 |1585 |34462 |0 |1 |2774A4|0 |2 |0 | -ROW |67351 |1586 |34499 |0 |0 |1A7C11|0 |2 |0 | -ROW |67352 |1587 |34513 |0 |0 |1A7C11|0 |2 |0 | -ROW |67353 |1587 |34511 |0 |1 |2774A4|0 |2 |0 | -ROW |67354 |1588 |34514 |0 |0 |1A7C11|0 |2 |0 | -ROW |67355 |1588 |34510 |0 |1 |2774A4|0 |2 |0 | -ROW |67356 |1589 |34547 |0 |0 |1A7C11|0 |2 |0 | -ROW |67357 |1590 |34561 |0 |0 |1A7C11|0 |2 |0 | -ROW |67358 |1590 |34559 |0 |1 |2774A4|0 |2 |0 | -ROW |67359 |1591 |34562 |0 |0 |1A7C11|0 |2 |0 | -ROW |67360 |1591 |34558 |0 |1 |2774A4|0 |2 |0 | -ROW |67361 |1592 |34595 |0 |0 |1A7C11|0 |2 |0 | -ROW |67362 |1593 |34609 |0 |0 |1A7C11|0 |2 |0 | -ROW |67363 |1593 |34607 |0 |1 |2774A4|0 |2 |0 | -ROW |67364 |1594 |34610 |0 |0 |1A7C11|0 |2 |0 | -ROW |67365 |1594 |34606 |0 |1 |2774A4|0 |2 |0 | -ROW |67366 |1595 |34643 |0 |0 |1A7C11|0 |2 |0 | -ROW |67367 |1596 |34657 |0 |0 |1A7C11|0 |2 |0 | -ROW |67368 |1596 |34655 |0 |1 |2774A4|0 |2 |0 | -ROW |67369 |1597 |34658 |0 |0 |1A7C11|0 |2 |0 | -ROW |67370 |1597 |34654 |0 |1 |2774A4|0 |2 |0 | -ROW |67371 |1619 |35016 |0 |0 |1A7C11|0 |2 |0 | -ROW |67372 |1620 |35030 |0 |0 |1A7C11|0 |2 |0 | -ROW |67373 |1620 |35028 |0 |1 |2774A4|0 |2 |0 | -ROW |67374 |1621 |35031 |0 |0 |1A7C11|0 |2 |0 | -ROW |67375 |1621 |35027 |0 |1 |2774A4|0 |2 |0 | -ROW |67376 |1601 |34739 |0 |0 |1A7C11|0 |2 |0 | -ROW |67377 |1602 |34753 |0 |0 |1A7C11|0 |2 |0 | -ROW |67378 |1602 |34751 |0 |1 |2774A4|0 |2 |0 | -ROW |67379 |1603 |34754 |0 |0 |1A7C11|0 |2 |0 | -ROW |67380 |1603 |34750 |0 |1 |2774A4|0 |2 |0 | -ROW |67381 |1604 |34787 |0 |0 |1A7C11|0 |2 |0 | -ROW |67382 |1569 |34192 |0 |0 |1A7C11|0 |2 |0 | -ROW |67383 |1569 |34180 |0 |1 |2774A4|0 |2 |0 | -ROW |67384 |1570 |34194 |0 |0 |1A7C11|0 |2 |0 | -ROW |67385 |1570 |34190 |0 |1 |2774A4|0 |2 |0 | -ROW |67386 |1605 |34793 |0 |0 |1A7C11|0 |2 |0 | -ROW |67387 |1606 |34807 |0 |0 |1A7C11|0 |2 |0 | -ROW |67388 |1606 |34805 |0 |1 |2774A4|0 |2 |0 | -ROW |67389 |1607 |34808 |0 |0 |1A7C11|0 |2 |0 | -ROW |67390 |1607 |34804 |0 |1 |2774A4|0 |2 |0 | -ROW |67391 |1608 |34841 |0 |0 |1A7C11|0 |2 |0 | -ROW |67392 |1609 |34855 |0 |0 |1A7C11|0 |2 |0 | -ROW |67393 |1609 |34853 |0 |1 |2774A4|0 |2 |0 | -ROW |67394 |1610 |34856 |0 |0 |1A7C11|0 |2 |0 | -ROW |67395 |1610 |34852 |0 |1 |2774A4|0 |2 |0 | -ROW |67396 |1611 |34889 |0 |0 |1A7C11|0 |2 |0 | -ROW |67397 |1612 |34903 |0 |0 |1A7C11|0 |2 |0 | -ROW |67398 |1612 |34901 |0 |1 |2774A4|0 |2 |0 | -ROW |67399 |1613 |34904 |0 |0 |1A7C11|0 |2 |0 | -ROW |67400 |1613 |34900 |0 |1 |2774A4|0 |2 |0 | -ROW |67401 |1518 |33705 |5 |0 |1A7C11|0 |2 |0 | -ROW |67402 |1519 |33724 |0 |0 |1A7C11|0 |2 |0 | -ROW |67403 |1519 |33722 |0 |1 |2774A4|0 |2 |0 | -ROW |67404 |1519 |33726 |0 |2 |F63100|0 |2 |0 | -ROW |67405 |1520 |33719 |0 |0 |1A7C11|0 |2 |0 | -ROW |67406 |1520 |33720 |0 |1 |2774A4|0 |2 |0 | -ROW |67407 |1520 |33721 |0 |2 |F63100|0 |2 |0 | -ROW |67408 |1521 |33725 |0 |0 |1A7C11|0 |2 |0 | -ROW |67409 |1521 |33723 |0 |1 |2774A4|0 |2 |0 | -ROW |67410 |1521 |33727 |0 |2 |F63100|0 |2 |0 | -ROW |67411 |1522 |33730 |5 |0 |1A7C11|0 |2 |0 | -ROW |67412 |1523 |33734 |0 |0 |1A7C11|0 |2 |0 | -ROW |67413 |1523 |33732 |0 |1 |2774A4|0 |2 |0 | -ROW |67414 |1523 |33736 |0 |2 |F63100|0 |2 |0 | -ROW |67415 |1524 |33735 |0 |0 |1A7C11|0 |2 |0 | -ROW |67416 |1524 |33733 |0 |1 |2774A4|0 |2 |0 | -ROW |67417 |1524 |33737 |0 |2 |F63100|0 |2 |0 | -ROW |67418 |1525 |33743 |0 |0 |1A7C11|0 |2 |0 | -ROW |67419 |1525 |33742 |0 |1 |2774A4|0 |2 |0 | -ROW |67420 |1525 |33738 |0 |2 |F63100|0 |2 |0 | -ROW |67421 |1526 |33692 |0 |0 |1A7C11|0 |2 |0 | -ROW |67422 |1526 |33693 |0 |1 |2774A4|0 |2 |0 | -ROW |67423 |1571 |34269 |0 |0 |1A7C11|0 |2 |0 | -ROW |67424 |1571 |34270 |0 |1 |2774A4|0 |2 |0 | -ROW |67425 |1571 |34271 |0 |2 |F63100|0 |2 |0 | -ROW |67426 |1571 |34272 |0 |3 |A54F10|0 |2 |0 | -ROW |67427 |1572 |34311 |0 |0 |1A7C11|0 |2 |0 | -ROW |67428 |1572 |34301 |0 |1 |2774A4|0 |2 |0 | -ROW |67429 |1573 |34243 |0 |0 |1A7C11|0 |2 |0 | -ROW |67430 |1573 |34244 |0 |1 |2774A4|0 |2 |0 | -ROW |67431 |1573 |34246 |0 |2 |F63100|0 |2 |0 | -ROW |67432 |1573 |34245 |0 |3 |A54F10|0 |2 |0 | -ROW |67433 |1574 |34239 |0 |0 |1A7C11|0 |2 |0 | -ROW |67434 |1574 |34227 |0 |1 |2774A4|0 |2 |0 | -ROW |67435 |1574 |34236 |0 |2 |F63100|0 |2 |0 | -ROW |67436 |1574 |34237 |0 |3 |A54F10|0 |2 |0 | -ROW |67437 |1575 |34253 |0 |0 |1A7C11|0 |2 |0 | -ROW |67438 |1575 |34252 |0 |1 |2774A4|0 |2 |0 | -ROW |67439 |1575 |34249 |0 |2 |F63100|0 |2 |0 | -ROW |67440 |1575 |34251 |0 |3 |A54F10|0 |2 |0 | -ROW |67441 |1496 |33368 |5 |0 |1A7C11|0 |2 |0 | -ROW |67442 |1497 |33371 |1 |0 |1A7C11|0 |2 |0 | -ROW |67443 |1497 |33371 |1 |1 |2774A4|0 |2 |0 | -ROW |67444 |1498 |33379 |5 |0 |1A7C11|0 |2 |0 | -ROW |67445 |1498 |33382 |2 |1 |2774A4|0 |2 |0 | -ROW |67446 |1498 |33381 |0 |2 |F63100|1 |2 |0 | -ROW |67447 |1498 |33378 |0 |3 |A54F10|1 |2 |0 | -ROW |67448 |1498 |33380 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67449 |1498 |33377 |0 |5 |6C59DC|1 |2 |0 | -ROW |67450 |1142 |30689 |0 |0 |1A7C11|0 |2 |0 | -ROW |67451 |1805 |36187 |5 |0 |1A7C11|0 |2 |0 | -ROW |67452 |1805 |36192 |2 |1 |2774A4|0 |2 |0 | -ROW |67453 |1805 |36190 |0 |2 |F63100|1 |2 |0 | -ROW |67454 |1805 |36185 |0 |3 |A54F10|1 |2 |0 | -ROW |67455 |1805 |36189 |0 |4 |FC6EA3|1 |2 |0 | -ROW |67456 |1805 |36184 |0 |5 |6C59DC|1 |2 |0 | -ROW |67457 |1275 |31794 |0 |0 |1A7C11|0 |2 |0 | -ROW |67458 |1275 |31792 |0 |1 |2774A4|0 |2 |0 | -ROW |67459 |1275 |31800 |0 |2 |F63100|1 |2 |0 | -ROW |67460 |1276 |36771 |0 |0 |1A7C11|0 |2 |0 | -ROW |67461 |1276 |33390 |0 |1 |2774A4|0 |2 |0 | -ROW |67462 |1276 |31799 |0 |2 |F63100|0 |2 |0 | -ROW |67463 |1276 |31797 |0 |3 |A54F10|0 |2 |0 | -ROW |67464 |1277 |36770 |0 |0 |1A7C11|0 |2 |0 | -ROW |67465 |1277 |33389 |0 |1 |2774A4|0 |2 |0 | -ROW |67466 |1277 |31795 |0 |2 |F63100|0 |2 |0 | -ROW |67467 |1278 |36769 |0 |0 |1A7C11|0 |2 |0 | -ROW |67468 |1278 |31793 |0 |1 |2774A4|0 |2 |0 | -ROW |67469 |1278 |31802 |0 |2 |F63100|0 |2 |0 | -ROW |67470 |1278 |31790 |0 |3 |A54F10|0 |2 |0 | -ROW |67471 |1278 |31791 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67472 |1397 |32451 |5 |0 |1A7C11|0 |2 |0 | +ROW |67473 |1397 |32450 |5 |1 |2774A4|0 |2 |0 | +ROW |67474 |1398 |32452 |5 |0 |1A7C11|0 |2 |0 | +ROW |67475 |1398 |32449 |5 |1 |2774A4|0 |2 |0 | +ROW |67476 |1399 |32444 |5 |0 |1A7C11|0 |2 |0 | +ROW |67477 |1399 |32446 |5 |1 |2774A4|0 |2 |0 | +ROW |67478 |1399 |32448 |5 |2 |F63100|0 |2 |0 | +ROW |67479 |1400 |32460 |5 |0 |1A7C11|0 |2 |0 | +ROW |67480 |1401 |32458 |5 |0 |1A7C11|0 |2 |0 | +ROW |67481 |1401 |32457 |5 |1 |2774A4|0 |2 |0 | +ROW |67482 |1402 |32461 |5 |0 |1A7C11|0 |2 |0 | +ROW |67483 |1402 |32456 |5 |1 |2774A4|0 |2 |0 | +ROW |67484 |1172 |30918 |0 |0 |1A7C11|0 |2 |0 | +ROW |67485 |1172 |30919 |0 |1 |2774A4|0 |2 |0 | +ROW |67486 |1172 |30920 |0 |2 |F63100|0 |2 |0 | +ROW |67487 |1172 |30921 |2 |3 |A54F10|0 |2 |0 | +ROW |67488 |1173 |30922 |5 |0 |1A7C11|0 |2 |0 | +ROW |67489 |835 |28744 |0 |0 |1A7C11|0 |2 |0 | +ROW |67490 |835 |28745 |0 |1 |2774A4|0 |2 |0 | +ROW |67491 |1174 |30913 |5 |0 |1A7C11|0 |2 |0 | +ROW |67492 |1175 |30906 |0 |0 |1A7C11|0 |2 |0 | +ROW |67493 |1175 |30908 |0 |1 |2774A4|0 |2 |0 | +ROW |67494 |1175 |30915 |0 |2 |F63100|0 |2 |0 | +ROW |67495 |1175 |30897 |0 |3 |A54F10|0 |2 |0 | +ROW |67496 |1175 |30901 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67497 |1175 |30899 |0 |5 |6C59DC|0 |2 |0 | +ROW |67498 |1175 |30907 |0 |6 |AC8C14|0 |2 |0 | +ROW |67499 |1175 |30905 |0 |7 |611F27|0 |2 |0 | +ROW |67500 |1175 |30904 |0 |8 |F230E0|0 |2 |0 | +ROW |67501 |1175 |30900 |0 |9 |FFAD40|0 |2 |0 | +ROW |67502 |1175 |30898 |0 |10 |40CDFF|0 |2 |0 | +ROW |67503 |1176 |30910 |0 |0 |1A7C11|0 |2 |0 | +ROW |67504 |1176 |30909 |0 |1 |2774A4|0 |2 |0 | +ROW |67505 |836 |28798 |0 |0 |1A7C11|0 |2 |0 | +ROW |67506 |836 |28799 |0 |1 |2774A4|0 |2 |0 | +ROW |67507 |836 |28800 |0 |2 |F63100|0 |2 |0 | +ROW |67508 |836 |28801 |2 |3 |A54F10|0 |2 |0 | +ROW |67509 |837 |28803 |5 |0 |1A7C11|0 |2 |0 | +ROW |67510 |838 |28793 |5 |0 |1A7C11|0 |2 |0 | +ROW |67511 |840 |28787 |0 |0 |1A7C11|0 |2 |0 | +ROW |67512 |840 |28784 |0 |1 |2774A4|0 |2 |0 | +ROW |67513 |840 |28782 |0 |2 |F63100|0 |2 |0 | +ROW |67514 |840 |28781 |0 |3 |A54F10|0 |2 |0 | +ROW |67515 |840 |28780 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67516 |840 |28778 |0 |5 |6C59DC|0 |2 |0 | +ROW |67517 |840 |28786 |0 |6 |AC8C14|0 |2 |0 | +ROW |67518 |840 |28785 |0 |7 |611F27|0 |2 |0 | +ROW |67519 |840 |28783 |0 |8 |F230E0|0 |2 |0 | +ROW |67520 |840 |28779 |0 |9 |FFAD40|0 |2 |0 | +ROW |67521 |840 |28796 |0 |10 |40CDFF|0 |2 |0 | +ROW |67522 |839 |28789 |0 |0 |1A7C11|0 |2 |0 | +ROW |67523 |839 |28788 |0 |1 |2774A4|0 |2 |0 | +ROW |67524 |1339 |32172 |0 |0 |1A7C11|0 |2 |0 | +ROW |67525 |1339 |32173 |0 |1 |2774A4|0 |2 |0 | +ROW |67526 |1403 |32511 |0 |0 |1A7C11|0 |2 |0 | +ROW |67527 |1403 |32514 |0 |1 |2774A4|0 |2 |0 | +ROW |67528 |1404 |32512 |0 |0 |1A7C11|0 |2 |0 | +ROW |67529 |1404 |32515 |0 |1 |2774A4|0 |2 |0 | +ROW |67530 |1405 |32507 |0 |0 |1A7C11|0 |2 |0 | +ROW |67531 |1405 |32508 |0 |1 |2774A4|0 |2 |0 | +ROW |67532 |1405 |32513 |0 |2 |F63100|0 |2 |0 | +ROW |67533 |1343 |32135 |0 |0 |1A7C11|0 |2 |0 | +ROW |67534 |1343 |32142 |0 |1 |2774A4|0 |2 |0 | +ROW |67535 |1344 |32167 |0 |0 |1A7C11|0 |2 |0 | +ROW |67536 |1344 |32136 |0 |1 |2774A4|0 |2 |0 | +ROW |67537 |1345 |32141 |1 |0 |1A7C11|0 |2 |0 | +ROW |67538 |1345 |32138 |1 |1 |2774A4|0 |2 |0 | +ROW |67539 |1346 |32156 |2 |0 |1A7C11|0 |2 |0 | +ROW |67540 |1346 |32158 |0 |1 |2774A4|0 |2 |0 | +ROW |67541 |1346 |32159 |0 |2 |F63100|0 |2 |0 | +ROW |67542 |1346 |32154 |2 |3 |A54F10|0 |2 |0 | +ROW |67543 |1346 |32155 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67544 |1346 |32146 |0 |5 |6C59DC|0 |2 |0 | +ROW |67545 |1347 |32150 |2 |0 |1A7C11|0 |2 |0 | +ROW |67546 |1347 |32151 |0 |1 |2774A4|0 |2 |0 | +ROW |67547 |1347 |32152 |0 |2 |F63100|0 |2 |0 | +ROW |67548 |1622 |35078 |0 |0 |1A7C11|0 |2 |0 | +ROW |67549 |1622 |35091 |0 |1 |2774A4|0 |2 |0 | +ROW |67550 |1622 |35098 |0 |2 |F63100|0 |2 |0 | +ROW |67551 |1622 |35100 |0 |3 |A54F10|0 |2 |0 | +ROW |67552 |1622 |35099 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67553 |1623 |35090 |0 |0 |1A7C11|0 |2 |0 | +ROW |67554 |1623 |35101 |0 |1 |2774A4|0 |2 |0 | +ROW |67555 |1624 |35097 |0 |0 |1A7C11|0 |2 |0 | +ROW |67556 |1624 |35096 |0 |1 |2774A4|0 |2 |0 | +ROW |67557 |1624 |35095 |0 |2 |F63100|0 |2 |0 | +ROW |67558 |1625 |35089 |0 |0 |1A7C11|0 |2 |0 | +ROW |67559 |1625 |35088 |0 |1 |2774A4|0 |2 |0 | +ROW |67560 |1625 |35087 |0 |2 |F63100|0 |2 |0 | +ROW |67561 |1625 |35086 |0 |3 |A54F10|0 |2 |0 | +ROW |67562 |1625 |35085 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67563 |1626 |35079 |0 |0 |1A7C11|0 |2 |0 | +ROW |67564 |1626 |35082 |0 |1 |2774A4|0 |2 |0 | +ROW |67565 |1627 |35080 |0 |0 |1A7C11|0 |2 |0 | +ROW |67566 |1627 |35102 |0 |1 |2774A4|0 |2 |0 | +ROW |67567 |1628 |35093 |0 |0 |1A7C11|0 |2 |0 | +ROW |67568 |1628 |35092 |0 |1 |2774A4|0 |2 |0 | +ROW |67569 |1628 |35081 |0 |2 |F63100|0 |2 |0 | +ROW |67570 |1628 |35084 |0 |3 |A54F10|0 |2 |0 | +ROW |67571 |1628 |35083 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67572 |1121 |30606 |5 |0 |1A7C11|0 |2 |0 | +ROW |67573 |1121 |30590 |5 |1 |2774A4|0 |2 |0 | +ROW |67574 |1121 |30582 |5 |2 |F63100|0 |2 |0 | +ROW |67575 |1122 |30580 |5 |0 |1A7C11|0 |2 |0 | +ROW |67576 |1122 |30578 |5 |1 |2774A4|0 |2 |0 | +ROW |67577 |1123 |30586 |2 |0 |1A7C11|0 |2 |0 | +ROW |67578 |1123 |30608 |2 |1 |2774A4|0 |2 |0 | +ROW |67579 |1123 |30585 |2 |2 |F63100|0 |2 |0 | +ROW |67580 |1123 |30589 |2 |3 |A54F10|0 |2 |0 | +ROW |67581 |1123 |30584 |2 |4 |FC6EA3|0 |2 |0 | +ROW |67582 |1123 |30588 |2 |5 |6C59DC|0 |2 |0 | +ROW |67583 |1124 |30583 |2 |0 |1A7C11|0 |2 |0 | +ROW |67584 |1124 |30587 |2 |1 |2774A4|0 |2 |0 | +ROW |67585 |1125 |30555 |5 |0 |1A7C11|0 |2 |0 | +ROW |67586 |1125 |30554 |2 |1 |2774A4|0 |2 |0 | +ROW |67587 |1125 |30556 |2 |2 |F63100|0 |2 |0 | +ROW |67588 |1125 |30557 |2 |3 |A54F10|0 |2 |0 | +ROW |67589 |1126 |30565 |5 |0 |1A7C11|0 |2 |0 | +ROW |67590 |1127 |30567 |2 |0 |1A7C11|0 |2 |0 | +ROW |67591 |1127 |30568 |2 |1 |2774A4|0 |2 |0 | +ROW |67592 |1128 |30536 |2 |0 |1A7C11|0 |2 |0 | +ROW |67593 |1129 |30566 |2 |0 |1A7C11|0 |2 |0 | +ROW |67594 |1129 |30549 |2 |1 |2774A4|0 |2 |0 | +ROW |67595 |1129 |30553 |2 |2 |F63100|0 |2 |0 | +ROW |67596 |1129 |30570 |2 |3 |A54F10|0 |2 |0 | +ROW |67597 |1143 |30714 |0 |0 |1A7C11|0 |2 |0 | +ROW |67598 |1143 |30716 |0 |1 |2774A4|0 |2 |0 | +ROW |67599 |1143 |30717 |0 |2 |F63100|0 |2 |0 | +ROW |67600 |1143 |30715 |0 |3 |A54F10|0 |2 |0 | +ROW |67601 |1144 |30753 |0 |0 |1A7C11|0 |2 |0 | +ROW |67602 |1144 |30738 |0 |1 |2774A4|0 |2 |0 | +ROW |67603 |1145 |30718 |0 |0 |1A7C11|0 |2 |0 | +ROW |67604 |1145 |30737 |0 |1 |2774A4|0 |2 |0 | +ROW |67605 |1145 |30727 |0 |2 |F63100|0 |2 |0 | +ROW |67606 |1145 |30729 |0 |3 |A54F10|0 |2 |0 | +ROW |67607 |1146 |30730 |0 |0 |1A7C11|0 |2 |0 | +ROW |67608 |1146 |30732 |0 |1 |2774A4|0 |2 |0 | +ROW |67609 |1146 |30731 |0 |2 |F63100|0 |2 |0 | +ROW |67610 |1146 |30733 |0 |3 |A54F10|0 |2 |0 | +ROW |67611 |1147 |30734 |0 |0 |1A7C11|0 |2 |0 | +ROW |67612 |1147 |30736 |0 |1 |2774A4|0 |2 |0 | +ROW |67613 |1147 |30735 |0 |2 |F63100|0 |2 |0 | +ROW |67614 |1147 |30758 |0 |3 |A54F10|0 |2 |0 | +ROW |67615 |1148 |30711 |0 |0 |1A7C11|0 |2 |0 | +ROW |67616 |1148 |30706 |0 |1 |2774A4|0 |2 |0 | +ROW |67617 |1148 |30710 |0 |2 |F63100|0 |2 |0 | +ROW |67618 |1148 |30712 |0 |3 |A54F10|0 |2 |0 | +ROW |67619 |1148 |30702 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67620 |1148 |30707 |0 |5 |6C59DC|0 |2 |0 | +ROW |67621 |1148 |30704 |0 |6 |AC8C14|0 |2 |0 | +ROW |67622 |1177 |30927 |5 |0 |1A7C11|0 |2 |0 | +ROW |67623 |1177 |30944 |2 |1 |2774A4|0 |2 |0 | +ROW |67624 |1178 |30935 |0 |0 |1A7C11|0 |2 |0 | +ROW |67625 |1178 |30942 |0 |1 |2774A4|0 |2 |0 | +ROW |67626 |1179 |30949 |0 |0 |1A7C11|0 |2 |0 | +ROW |67627 |1179 |30950 |0 |1 |2774A4|0 |2 |0 | +ROW |67628 |1179 |30951 |0 |2 |F63100|0 |2 |0 | +ROW |67629 |1180 |30952 |0 |0 |1A7C11|0 |2 |0 | +ROW |67630 |1180 |30954 |0 |1 |2774A4|0 |2 |0 | +ROW |67631 |1180 |30955 |0 |2 |F63100|0 |2 |0 | +ROW |67632 |1181 |30936 |5 |0 |1A7C11|0 |2 |0 | +ROW |67633 |1181 |30940 |5 |1 |2774A4|0 |2 |0 | +ROW |67634 |1182 |30930 |0 |0 |1A7C11|0 |2 |0 | +ROW |67635 |1182 |30929 |0 |1 |2774A4|0 |2 |0 | +ROW |67636 |1182 |30928 |0 |2 |F63100|0 |2 |0 | +ROW |67637 |1182 |30931 |2 |3 |A54F10|1 |2 |0 | +ROW |67638 |1183 |30934 |0 |0 |1A7C11|0 |2 |0 | +ROW |67639 |1183 |30941 |0 |1 |2774A4|0 |2 |0 | +ROW |67640 |1406 |32532 |0 |0 |1A7C11|1 |2 |0 | +ROW |67641 |1406 |32535 |0 |1 |2774A4|1 |2 |0 | +ROW |67642 |1406 |32533 |0 |2 |F63100|0 |2 |0 | +ROW |67643 |1406 |32534 |0 |3 |A54F10|0 |2 |0 | +ROW |67644 |1406 |32536 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67645 |1406 |32537 |0 |5 |6C59DC|0 |2 |0 | +ROW |67646 |1407 |32543 |0 |0 |1A7C11|0 |2 |0 | +ROW |67647 |1407 |32544 |0 |1 |2774A4|0 |2 |0 | +ROW |67648 |1408 |32518 |0 |0 |1A7C11|0 |2 |0 | +ROW |67649 |1408 |32521 |0 |1 |2774A4|0 |2 |0 | +ROW |67650 |1408 |32523 |0 |2 |F63100|0 |2 |0 | +ROW |67651 |1408 |32524 |0 |3 |A54F10|0 |2 |0 | +ROW |67652 |1409 |32562 |0 |0 |1A7C11|1 |2 |0 | +ROW |67653 |1409 |32565 |0 |1 |2774A4|1 |2 |0 | +ROW |67654 |1409 |32563 |0 |2 |F63100|0 |2 |0 | +ROW |67655 |1409 |32564 |0 |3 |A54F10|0 |2 |0 | +ROW |67656 |1409 |32566 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67657 |1409 |32567 |0 |5 |6C59DC|0 |2 |0 | +ROW |67658 |1410 |32573 |0 |0 |1A7C11|0 |2 |0 | +ROW |67659 |1410 |32574 |0 |1 |2774A4|0 |2 |0 | +ROW |67660 |1411 |32548 |0 |0 |1A7C11|0 |2 |0 | +ROW |67661 |1411 |32551 |0 |1 |2774A4|0 |2 |0 | +ROW |67662 |1411 |32553 |0 |2 |F63100|0 |2 |0 | +ROW |67663 |1411 |32554 |0 |3 |A54F10|0 |2 |0 | +ROW |67664 |1250 |31527 |0 |0 |1A7C11|0 |2 |0 | +ROW |67665 |1250 |31529 |0 |1 |2774A4|0 |2 |0 | +ROW |67666 |1250 |31499 |0 |2 |F63100|0 |2 |0 | +ROW |67667 |1251 |31532 |0 |0 |1A7C11|0 |2 |0 | +ROW |67668 |1251 |31534 |0 |1 |2774A4|0 |2 |0 | +ROW |67669 |1251 |31538 |0 |2 |F63100|0 |2 |0 | +ROW |67670 |1251 |31536 |0 |3 |A54F10|0 |2 |0 | +ROW |67671 |1251 |31528 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67672 |1251 |31542 |0 |5 |6C59DC|0 |2 |0 | +ROW |67673 |1252 |31552 |0 |0 |1A7C11|0 |2 |0 | +ROW |67674 |1252 |31551 |0 |1 |2774A4|0 |2 |0 | +ROW |67675 |1252 |31541 |0 |2 |F63100|0 |2 |0 | +ROW |67676 |1253 |31513 |0 |0 |1A7C11|0 |2 |0 | +ROW |67677 |1253 |31526 |0 |1 |2774A4|0 |2 |0 | +ROW |67678 |1253 |31525 |0 |2 |F63100|0 |2 |0 | +ROW |67679 |1254 |31502 |0 |0 |1A7C11|0 |2 |0 | +ROW |67680 |1254 |31501 |0 |1 |2774A4|0 |2 |0 | +ROW |67681 |1254 |31503 |0 |2 |F63100|0 |2 |0 | +ROW |67682 |1255 |31505 |0 |0 |1A7C11|0 |2 |0 | +ROW |67683 |1255 |31504 |0 |1 |2774A4|0 |2 |0 | +ROW |67684 |1255 |31506 |0 |2 |F63100|0 |2 |0 | +ROW |67685 |1256 |31508 |0 |0 |1A7C11|0 |2 |0 | +ROW |67686 |1256 |31507 |0 |1 |2774A4|0 |2 |0 | +ROW |67687 |1256 |31509 |0 |2 |F63100|0 |2 |0 | +ROW |67688 |1257 |31511 |0 |0 |1A7C11|0 |2 |0 | +ROW |67689 |1257 |31510 |0 |1 |2774A4|0 |2 |0 | +ROW |67690 |1257 |31500 |0 |2 |F63100|0 |2 |0 | +ROW |67691 |1258 |31514 |0 |0 |1A7C11|0 |2 |0 | +ROW |67692 |1258 |31512 |0 |1 |2774A4|0 |2 |0 | +ROW |67693 |1258 |31515 |0 |2 |F63100|0 |2 |0 | +ROW |67694 |1259 |31516 |0 |0 |1A7C11|0 |2 |0 | +ROW |67695 |1259 |31517 |0 |1 |2774A4|0 |2 |0 | +ROW |67696 |1260 |31523 |0 |0 |1A7C11|0 |2 |0 | +ROW |67697 |1260 |31522 |0 |1 |2774A4|0 |2 |0 | +ROW |67698 |1260 |31524 |0 |2 |F63100|0 |2 |0 | +ROW |67699 |1412 |32601 |0 |0 |1A7C11|0 |2 |0 | +ROW |67700 |1412 |32602 |0 |1 |2774A4|0 |2 |0 | +ROW |67701 |1412 |32603 |0 |2 |F63100|0 |2 |0 | +ROW |67702 |1412 |32604 |0 |3 |A54F10|0 |2 |0 | +ROW |67703 |1412 |32606 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67704 |1412 |32606 |2 |5 |6C59DC|0 |2 |0 | +ROW |67705 |1413 |32608 |0 |0 |1A7C11|0 |2 |0 | +ROW |67706 |1413 |32610 |0 |1 |2774A4|0 |2 |0 | +ROW |67707 |1413 |32611 |0 |2 |F63100|0 |2 |0 | +ROW |67708 |1414 |32582 |2 |0 |1A7C11|0 |2 |0 | +ROW |67709 |1414 |32580 |2 |1 |2774A4|0 |2 |0 | +ROW |67710 |1414 |32581 |2 |2 |F63100|0 |2 |0 | +ROW |67711 |1414 |32597 |0 |3 |A54F10|1 |2 |0 | +ROW |67712 |1414 |32599 |0 |4 |FC6EA3|1 |2 |0 | +ROW |67713 |1414 |32588 |0 |5 |6C59DC|1 |2 |0 | +ROW |67714 |1415 |32583 |0 |0 |1A7C11|0 |2 |0 | +ROW |67715 |1415 |32584 |0 |1 |2774A4|0 |2 |0 | +ROW |67716 |1415 |32585 |0 |2 |F63100|0 |2 |0 | +ROW |67717 |1415 |32579 |2 |3 |A54F10|0 |2 |0 | +ROW |67718 |1416 |32587 |0 |0 |1A7C11|0 |2 |0 | +ROW |67719 |1416 |32590 |0 |1 |2774A4|0 |2 |0 | +ROW |67720 |1416 |32589 |0 |2 |F63100|0 |2 |0 | +ROW |67721 |1417 |32673 |1 |0 |1A7C11|0 |2 |0 | +ROW |67722 |1417 |32679 |1 |1 |2774A4|0 |2 |0 | +ROW |67723 |1629 |35114 |5 |0 |1A7C11|0 |2 |0 | +ROW |67724 |1629 |35113 |5 |1 |2774A4|0 |2 |0 | +ROW |67725 |1075 |30204 |0 |0 |1A7C11|0 |2 |0 | +ROW |67726 |1075 |30205 |0 |1 |2774A4|0 |2 |0 | +ROW |67727 |1630 |35112 |0 |0 |1A7C11|0 |2 |0 | +ROW |67728 |1630 |35111 |0 |1 |2774A4|0 |2 |0 | +ROW |67729 |1630 |35110 |0 |2 |F63100|0 |2 |0 | +ROW |67730 |1630 |35108 |0 |3 |A54F10|0 |2 |0 | +ROW |67731 |1630 |35105 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67732 |1076 |30209 |0 |0 |1A7C11|0 |2 |0 | +ROW |67733 |1076 |30208 |0 |1 |2774A4|0 |2 |0 | +ROW |67734 |1077 |30206 |5 |0 |1A7C11|0 |2 |0 | +ROW |67735 |1077 |30207 |5 |1 |2774A4|0 |2 |0 | +ROW |67736 |1078 |30216 |0 |0 |1A7C11|0 |2 |0 | +ROW |67737 |1078 |30215 |0 |1 |2774A4|0 |2 |0 | +ROW |67738 |1079 |30210 |0 |0 |1A7C11|0 |2 |0 | +ROW |67739 |1079 |30211 |0 |1 |2774A4|0 |2 |0 | +ROW |67740 |1079 |30212 |0 |2 |F63100|0 |2 |0 | +ROW |67741 |1079 |30213 |0 |3 |A54F10|0 |2 |0 | +ROW |67742 |1079 |30214 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67743 |1631 |35127 |5 |0 |1A7C11|0 |2 |0 | +ROW |67744 |1631 |35126 |5 |1 |2774A4|0 |2 |0 | +ROW |67745 |1632 |35124 |0 |0 |1A7C11|0 |2 |0 | +ROW |67746 |1632 |35123 |0 |1 |2774A4|0 |2 |0 | +ROW |67747 |1632 |35122 |0 |2 |F63100|0 |2 |0 | +ROW |67748 |1632 |30222 |0 |3 |A54F10|0 |2 |0 | +ROW |67749 |1632 |30223 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67750 |1080 |30226 |0 |0 |1A7C11|0 |2 |0 | +ROW |67751 |1080 |30225 |0 |1 |2774A4|0 |2 |0 | +ROW |67752 |1633 |35139 |5 |0 |1A7C11|0 |2 |0 | +ROW |67753 |1633 |35138 |5 |1 |2774A4|0 |2 |0 | +ROW |67754 |1081 |30247 |0 |0 |1A7C11|0 |2 |0 | +ROW |67755 |1081 |30248 |0 |1 |2774A4|0 |2 |0 | +ROW |67756 |1634 |35137 |0 |0 |1A7C11|0 |2 |0 | +ROW |67757 |1634 |35136 |0 |1 |2774A4|0 |2 |0 | +ROW |67758 |1634 |35135 |0 |2 |F63100|0 |2 |0 | +ROW |67759 |1634 |35133 |0 |3 |A54F10|0 |2 |0 | +ROW |67760 |1634 |35130 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67761 |1082 |30252 |0 |0 |1A7C11|0 |2 |0 | +ROW |67762 |1082 |30251 |0 |1 |2774A4|0 |2 |0 | +ROW |67763 |1083 |30249 |5 |0 |1A7C11|0 |2 |0 | +ROW |67764 |1083 |30250 |5 |1 |2774A4|0 |2 |0 | +ROW |67765 |1084 |30259 |0 |0 |1A7C11|0 |2 |0 | +ROW |67766 |1084 |30258 |0 |1 |2774A4|0 |2 |0 | +ROW |67767 |1085 |30253 |0 |0 |1A7C11|0 |2 |0 | +ROW |67768 |1085 |30254 |0 |1 |2774A4|0 |2 |0 | +ROW |67769 |1085 |30255 |0 |2 |F63100|0 |2 |0 | +ROW |67770 |1085 |30256 |0 |3 |A54F10|0 |2 |0 | +ROW |67771 |1085 |30257 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67772 |1635 |35152 |5 |0 |1A7C11|0 |2 |0 | +ROW |67773 |1635 |35151 |5 |1 |2774A4|0 |2 |0 | +ROW |67774 |1636 |35149 |0 |0 |1A7C11|0 |2 |0 | +ROW |67775 |1636 |35148 |0 |1 |2774A4|0 |2 |0 | +ROW |67776 |1636 |35147 |0 |2 |F63100|0 |2 |0 | +ROW |67777 |1636 |30265 |0 |3 |A54F10|0 |2 |0 | +ROW |67778 |1636 |30266 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67779 |1086 |30269 |0 |0 |1A7C11|0 |2 |0 | +ROW |67780 |1086 |30268 |0 |1 |2774A4|0 |2 |0 | +ROW |67781 |1184 |30982 |5 |0 |1A7C11|0 |2 |0 | +ROW |67782 |1184 |30980 |5 |1 |2774A4|0 |2 |0 | +ROW |67783 |1185 |30983 |0 |0 |1A7C11|0 |2 |0 | +ROW |67784 |1185 |30981 |0 |1 |2774A4|0 |2 |0 | +ROW |67785 |1186 |30976 |0 |0 |1A7C11|0 |2 |0 | +ROW |67786 |1186 |30985 |0 |1 |2774A4|0 |2 |0 | +ROW |67787 |1186 |30997 |0 |2 |F63100|0 |2 |0 | +ROW |67788 |1186 |30970 |0 |3 |A54F10|0 |2 |0 | +ROW |67789 |1186 |30973 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67790 |1186 |30995 |0 |5 |6C59DC|0 |2 |0 | +ROW |67791 |1186 |30998 |0 |6 |AC8C14|0 |2 |0 | +ROW |67792 |1186 |30978 |0 |7 |611F27|0 |2 |0 | +ROW |67793 |1187 |31024 |5 |0 |1A7C11|0 |2 |0 | +ROW |67794 |1187 |31022 |5 |1 |2774A4|0 |2 |0 | +ROW |67795 |1188 |31025 |0 |0 |1A7C11|0 |2 |0 | +ROW |67796 |1188 |31023 |0 |1 |2774A4|0 |2 |0 | +ROW |67797 |1189 |31018 |0 |0 |1A7C11|0 |2 |0 | +ROW |67798 |1189 |31027 |0 |1 |2774A4|0 |2 |0 | +ROW |67799 |1189 |31039 |0 |2 |F63100|0 |2 |0 | +ROW |67800 |1189 |31012 |0 |3 |A54F10|0 |2 |0 | +ROW |67801 |1189 |31015 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67802 |1189 |31037 |0 |5 |6C59DC|0 |2 |0 | +ROW |67803 |1189 |31040 |0 |6 |AC8C14|0 |2 |0 | +ROW |67804 |1189 |31020 |0 |7 |611F27|0 |2 |0 | +ROW |67805 |1499 |33478 |0 |0 |1A7C11|0 |2 |0 | +ROW |67806 |1499 |33467 |0 |1 |2774A4|0 |2 |0 | +ROW |67807 |1500 |33468 |0 |0 |1A7C11|0 |2 |0 | +ROW |67808 |1500 |33479 |0 |1 |2774A4|0 |2 |0 | +ROW |67809 |1501 |33442 |0 |0 |1A7C11|0 |2 |0 | +ROW |67810 |1501 |33441 |0 |1 |2774A4|0 |2 |0 | +ROW |67811 |1501 |33440 |0 |2 |F63100|0 |2 |0 | +ROW |67812 |1502 |33423 |0 |0 |1A7C11|0 |2 |0 | +ROW |67813 |1502 |33419 |0 |1 |2774A4|0 |2 |0 | +ROW |67814 |1502 |33422 |0 |2 |F63100|0 |2 |0 | +ROW |67815 |1502 |33421 |0 |3 |A54F10|0 |2 |0 | +ROW |67816 |1502 |33412 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67817 |1418 |32700 |0 |0 |1A7C11|0 |2 |0 | +ROW |67818 |1418 |32699 |0 |1 |2774A4|0 |2 |0 | +ROW |67819 |1419 |32710 |0 |0 |1A7C11|0 |2 |0 | +ROW |67820 |1419 |32709 |0 |1 |2774A4|0 |2 |0 | +ROW |67821 |1420 |32693 |0 |0 |1A7C11|0 |2 |0 | +ROW |67822 |1420 |32724 |0 |1 |2774A4|0 |2 |0 | +ROW |67823 |1421 |32730 |0 |0 |1A7C11|0 |2 |0 | +ROW |67824 |1421 |32731 |0 |1 |2774A4|0 |2 |0 | +ROW |67825 |1421 |32728 |0 |2 |F63100|0 |2 |0 | +ROW |67826 |1421 |32729 |0 |3 |A54F10|0 |2 |0 | +ROW |67827 |1422 |32705 |0 |0 |1A7C11|0 |2 |0 | +ROW |67828 |1422 |32706 |0 |1 |2774A4|0 |2 |0 | +ROW |67829 |1423 |32702 |0 |0 |1A7C11|0 |2 |0 | +ROW |67830 |1423 |32703 |0 |1 |2774A4|0 |2 |0 | +ROW |67831 |1424 |32708 |0 |0 |1A7C11|0 |2 |0 | +ROW |67832 |1424 |32722 |2 |1 |2774A4|0 |2 |0 | +ROW |67833 |1424 |32695 |0 |2 |F63100|0 |2 |0 | +ROW |67834 |1424 |32753 |0 |3 |A54F10|0 |2 |0 | +ROW |67835 |1424 |32740 |2 |4 |FC6EA3|0 |2 |0 | +ROW |67836 |1424 |32723 |0 |5 |6C59DC|0 |2 |0 | +ROW |67837 |1424 |32747 |0 |6 |AC8C14|0 |2 |0 | +ROW |67838 |1424 |32748 |2 |7 |611F27|0 |2 |0 | +ROW |67839 |1424 |32749 |0 |8 |F230E0|0 |2 |0 | +ROW |67840 |1424 |32750 |0 |9 |FFAD40|0 |2 |0 | +ROW |67841 |1424 |32751 |2 |10 |40CDFF|0 |2 |0 | +ROW |67842 |1424 |32752 |0 |11 |40FFA0|0 |2 |0 | +ROW |67843 |1425 |32746 |0 |0 |1A7C11|0 |2 |0 | +ROW |67844 |1425 |32745 |2 |1 |2774A4|0 |2 |0 | +ROW |67845 |1425 |32744 |0 |2 |F63100|0 |2 |0 | +ROW |67846 |1425 |32743 |0 |3 |A54F10|0 |2 |0 | +ROW |67847 |1425 |32743 |2 |4 |FC6EA3|0 |2 |0 | +ROW |67848 |1425 |32742 |0 |5 |6C59DC|0 |2 |0 | +ROW |67849 |1426 |32720 |0 |0 |1A7C11|0 |2 |0 | +ROW |67850 |1426 |32721 |0 |1 |2774A4|0 |2 |0 | +ROW |67851 |1426 |32719 |0 |2 |F63100|0 |2 |0 | +ROW |67852 |1426 |32718 |0 |3 |A54F10|0 |2 |0 | +ROW |67853 |1130 |30613 |0 |0 |1A7C11|0 |2 |0 | +ROW |67854 |1130 |30635 |0 |1 |2774A4|0 |2 |0 | +ROW |67855 |1130 |30625 |0 |2 |F63100|0 |2 |0 | +ROW |67856 |1131 |30632 |5 |0 |1A7C11|0 |2 |0 | +ROW |67857 |1131 |30633 |5 |1 |2774A4|0 |2 |0 | +ROW |67858 |1131 |30629 |5 |2 |F63100|0 |2 |0 | +ROW |67859 |1132 |30630 |2 |0 |1A7C11|0 |2 |0 | +ROW |67860 |1132 |30628 |2 |1 |2774A4|0 |2 |0 | +ROW |67861 |1132 |30631 |2 |2 |F63100|0 |2 |0 | +ROW |67862 |1133 |30619 |0 |0 |1A7C11|0 |2 |0 | +ROW |67863 |1133 |30618 |0 |1 |2774A4|0 |2 |0 | +ROW |67864 |1134 |30623 |5 |0 |1A7C11|0 |2 |0 | +ROW |67865 |1134 |30622 |5 |1 |2774A4|0 |2 |0 | +ROW |67866 |1135 |30615 |0 |0 |1A7C11|0 |2 |0 | +ROW |67867 |841 |28813 |2 |0 |1A7C11|0 |2 |0 | +ROW |67868 |841 |28811 |0 |1 |2774A4|0 |2 |0 | +ROW |67869 |841 |28812 |0 |2 |F63100|0 |2 |0 | +ROW |67870 |841 |28814 |0 |3 |A54F10|0 |2 |0 | +ROW |67871 |842 |28817 |0 |0 |1A7C11|0 |2 |0 | +ROW |67872 |842 |28815 |0 |1 |2774A4|0 |2 |0 | +ROW |67873 |842 |28816 |0 |2 |F63100|0 |2 |0 | +ROW |67874 |844 |28808 |0 |0 |1A7C11|0 |2 |0 | +ROW |67875 |844 |28807 |0 |1 |2774A4|0 |2 |0 | +ROW |67876 |843 |28818 |5 |0 |1A7C11|0 |2 |0 | +ROW |67877 |845 |28829 |2 |0 |1A7C11|0 |2 |0 | +ROW |67878 |845 |28831 |0 |1 |2774A4|0 |2 |0 | +ROW |67879 |845 |28832 |0 |2 |F63100|0 |2 |0 | +ROW |67880 |845 |28830 |0 |3 |A54F10|0 |2 |0 | +ROW |67881 |846 |28826 |0 |0 |1A7C11|0 |2 |0 | +ROW |67882 |846 |28828 |0 |1 |2774A4|0 |2 |0 | +ROW |67883 |846 |28827 |0 |2 |F63100|0 |2 |0 | +ROW |67884 |847 |28825 |5 |0 |1A7C11|0 |2 |0 | +ROW |67885 |1637 |35187 |5 |0 |1A7C11|0 |2 |0 | +ROW |67886 |1638 |35189 |5 |0 |1A7C11|0 |2 |0 | +ROW |67887 |1638 |35188 |5 |1 |2774A4|0 |2 |0 | +ROW |67888 |1638 |35190 |5 |2 |F63100|0 |2 |0 | +ROW |67889 |1638 |35191 |5 |3 |A54F10|0 |2 |0 | +ROW |67890 |1638 |35192 |5 |4 |FC6EA3|0 |2 |0 | +ROW |67891 |1639 |35198 |5 |0 |1A7C11|0 |2 |0 | +ROW |67892 |1640 |35200 |5 |0 |1A7C11|0 |2 |0 | +ROW |67893 |1640 |35199 |5 |1 |2774A4|0 |2 |0 | +ROW |67894 |1640 |35201 |5 |2 |F63100|0 |2 |0 | +ROW |67895 |1640 |35202 |5 |3 |A54F10|0 |2 |0 | +ROW |67896 |1640 |35203 |5 |4 |FC6EA3|0 |2 |0 | +ROW |67897 |1641 |35221 |5 |0 |1A7C11|0 |2 |0 | +ROW |67898 |1641 |35220 |5 |1 |2774A4|0 |2 |0 | +ROW |67899 |1641 |35219 |5 |2 |F63100|0 |2 |0 | +ROW |67900 |1642 |35214 |5 |0 |1A7C11|0 |2 |0 | +ROW |67901 |1642 |35216 |5 |1 |2774A4|0 |2 |0 | +ROW |67902 |1642 |35207 |5 |2 |F63100|0 |2 |0 | +ROW |67903 |1642 |35213 |5 |3 |A54F10|0 |2 |0 | +ROW |67904 |1642 |35212 |5 |4 |FC6EA3|0 |2 |0 | +ROW |67905 |1643 |35228 |5 |0 |1A7C11|0 |2 |0 | +ROW |67906 |1643 |35229 |5 |1 |2774A4|0 |2 |0 | +ROW |67907 |1643 |35227 |5 |2 |F63100|0 |2 |0 | +ROW |67908 |1644 |35231 |5 |0 |1A7C11|0 |2 |0 | +ROW |67909 |1644 |35230 |5 |1 |2774A4|0 |2 |0 | +ROW |67910 |1644 |35235 |5 |2 |F63100|0 |2 |0 | +ROW |67911 |1644 |35233 |5 |3 |A54F10|0 |2 |0 | +ROW |67912 |1644 |35232 |5 |4 |FC6EA3|0 |2 |0 | +ROW |67913 |1644 |35234 |5 |5 |6C59DC|0 |2 |0 | +ROW |67914 |1644 |35236 |5 |6 |AC8C14|0 |2 |0 | +ROW |67915 |1644 |35237 |5 |7 |611F27|0 |2 |0 | +ROW |67916 |1645 |35243 |5 |0 |1A7C11|0 |2 |0 | +ROW |67917 |1645 |35244 |5 |1 |2774A4|0 |2 |0 | +ROW |67918 |1645 |35245 |5 |2 |F63100|0 |2 |0 | +ROW |67919 |1646 |35252 |5 |0 |1A7C11|0 |2 |0 | +ROW |67920 |1646 |35253 |5 |1 |2774A4|0 |2 |0 | +ROW |67921 |1646 |35254 |5 |2 |F63100|0 |2 |0 | +ROW |67922 |1647 |35172 |5 |0 |1A7C11|0 |2 |0 | +ROW |67923 |1647 |35168 |5 |1 |2774A4|0 |2 |0 | +ROW |67924 |1647 |35164 |5 |2 |F63100|0 |2 |0 | +ROW |67925 |1647 |35163 |5 |3 |A54F10|0 |2 |0 | +ROW |67926 |1648 |35170 |5 |0 |1A7C11|0 |2 |0 | +ROW |67927 |1649 |35167 |5 |0 |1A7C11|0 |2 |0 | +ROW |67928 |1649 |35166 |5 |1 |2774A4|0 |2 |0 | +ROW |67929 |1649 |35165 |5 |2 |F63100|0 |2 |0 | +ROW |67930 |1650 |35176 |0 |0 |1A7C11|0 |2 |0 | +ROW |67931 |1262 |31592 |0 |0 |1A7C11|0 |2 |0 | +ROW |67932 |1262 |31584 |0 |1 |2774A4|0 |2 |0 | +ROW |67933 |1262 |31582 |0 |2 |F63100|0 |2 |0 | +ROW |67934 |1262 |31585 |0 |3 |A54F10|0 |2 |0 | +ROW |67935 |1263 |31591 |0 |0 |1A7C11|0 |2 |0 | +ROW |67936 |1263 |31583 |0 |1 |2774A4|0 |2 |0 | +ROW |67937 |1263 |31590 |0 |2 |F63100|0 |2 |0 | +ROW |67938 |1264 |31602 |0 |0 |1A7C11|0 |2 |0 | +ROW |67939 |1264 |31597 |0 |1 |2774A4|0 |2 |0 | +ROW |67940 |1264 |31601 |0 |2 |F63100|0 |2 |0 | +ROW |67941 |1264 |31604 |0 |3 |A54F10|0 |2 |0 | +ROW |67942 |1265 |31609 |0 |0 |1A7C11|0 |2 |0 | +ROW |67943 |1265 |31610 |0 |1 |2774A4|0 |2 |0 | +ROW |67944 |1265 |31608 |0 |2 |F63100|0 |2 |0 | +ROW |67945 |1001 |29729 |0 |0 |1A7C11|0 |2 |0 | +ROW |67946 |1001 |29728 |0 |1 |2774A4|0 |2 |0 | +ROW |67947 |1001 |29727 |0 |2 |F63100|0 |2 |0 | +ROW |67948 |1001 |29725 |0 |3 |A54F10|0 |2 |0 | +ROW |67949 |1001 |29723 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67950 |1001 |29733 |0 |5 |6C59DC|0 |2 |0 | +ROW |67951 |1001 |29737 |0 |6 |AC8C14|0 |2 |0 | +ROW |67952 |1001 |29731 |0 |7 |611F27|0 |2 |0 | +ROW |67953 |1000 |29720 |0 |0 |1A7C11|0 |2 |0 | +ROW |67954 |1000 |29730 |0 |1 |2774A4|0 |2 |0 | +ROW |67955 |1000 |29721 |0 |2 |F63100|0 |2 |0 | +ROW |67956 |1000 |29726 |0 |3 |A54F10|0 |2 |0 | +ROW |67957 |1000 |29724 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67958 |1000 |29734 |0 |5 |6C59DC|0 |2 |0 | +ROW |67959 |1000 |29722 |0 |6 |AC8C14|0 |2 |0 | +ROW |67960 |1000 |29732 |0 |7 |611F27|0 |2 |0 | +ROW |67961 |1027 |30022 |0 |0 |1A7C11|0 |2 |0 | +ROW |67962 |1027 |30021 |0 |1 |2774A4|0 |2 |0 | +ROW |67963 |1027 |30019 |0 |2 |F63100|0 |2 |0 | +ROW |67964 |1008 |29698 |5 |0 |1A7C11|0 |2 |0 | +ROW |67965 |1008 |29700 |2 |1 |FF0000|0 |2 |0 | +ROW |67966 |1007 |29691 |0 |0 |1A7C11|0 |2 |0 | +ROW |67967 |1013 |29657 |0 |0 |1A7C11|0 |2 |0 | +ROW |67968 |1013 |29658 |0 |1 |2774A4|0 |2 |0 | +ROW |67969 |1009 |29687 |5 |0 |1A7C11|0 |2 |0 | +ROW |67970 |1009 |29694 |2 |1 |FF0000|0 |2 |0 | +ROW |67971 |1029 |30017 |0 |0 |1A7C11|0 |2 |0 | +ROW |67972 |1029 |30016 |0 |1 |2774A4|0 |2 |0 | +ROW |67973 |1029 |30015 |0 |2 |F63100|0 |2 |0 | +ROW |67974 |1031 |30007 |0 |0 |1A7C11|0 |2 |0 | +ROW |67975 |1031 |30013 |0 |1 |2774A4|0 |2 |0 | +ROW |67976 |1031 |30011 |0 |2 |F63100|0 |2 |0 | +ROW |67977 |1031 |30009 |0 |3 |A54F10|0 |2 |0 | +ROW |67978 |1031 |30005 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67979 |1031 |30003 |0 |5 |6C59DC|0 |2 |0 | +ROW |67980 |1031 |30023 |0 |6 |AC8C14|0 |2 |0 | +ROW |67981 |1031 |30001 |0 |7 |611F27|0 |2 |0 | +ROW |67982 |1030 |30008 |0 |0 |1A7C11|0 |2 |0 | +ROW |67983 |1030 |30014 |0 |1 |2774A4|0 |2 |0 | +ROW |67984 |1030 |30012 |0 |2 |F63100|0 |2 |0 | +ROW |67985 |1030 |30010 |0 |3 |A54F10|0 |2 |0 | +ROW |67986 |1030 |30006 |0 |4 |FC6EA3|0 |2 |0 | +ROW |67987 |1030 |30004 |0 |5 |6C59DC|0 |2 |0 | +ROW |67988 |1030 |30000 |0 |6 |AC8C14|0 |2 |0 | +ROW |67989 |1030 |30002 |0 |7 |611F27|0 |2 |0 | +ROW |67990 |1011 |29695 |2 |0 |1A7C11|0 |2 |0 | +ROW |67991 |1028 |30020 |5 |0 |1A7C11|0 |2 |0 | +ROW |67992 |1010 |29701 |5 |0 |1A7C11|0 |2 |0 | +ROW |67993 |1010 |29697 |0 |1 |2774A4|0 |2 |0 | +ROW |67994 |1012 |29692 |0 |0 |1A7C11|0 |2 |0 | +ROW |67995 |1015 |29812 |0 |0 |1A7C11|0 |2 |0 | +ROW |67996 |1015 |29811 |0 |1 |2774A4|0 |2 |0 | +ROW |67997 |1015 |29810 |0 |2 |F63100|0 |2 |0 | +ROW |67998 |1015 |29808 |0 |3 |A54F10|0 |2 |0 | +ROW |67999 |1015 |29806 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68000 |1015 |29816 |0 |5 |6C59DC|0 |2 |0 | +ROW |68001 |1015 |29820 |0 |6 |AC8C14|0 |2 |0 | +ROW |68002 |1015 |29814 |0 |7 |611F27|0 |2 |0 | +ROW |68003 |1014 |29803 |0 |0 |1A7C11|0 |2 |0 | +ROW |68004 |1014 |29813 |0 |1 |2774A4|0 |2 |0 | +ROW |68005 |1014 |29804 |0 |2 |F63100|0 |2 |0 | +ROW |68006 |1014 |29809 |0 |3 |A54F10|0 |2 |0 | +ROW |68007 |1014 |29807 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68008 |1014 |29817 |0 |5 |6C59DC|0 |2 |0 | +ROW |68009 |1014 |29805 |0 |6 |AC8C14|0 |2 |0 | +ROW |68010 |1014 |29815 |0 |7 |611F27|0 |2 |0 | +ROW |68011 |1016 |29768 |0 |0 |1A7C11|0 |2 |0 | +ROW |68012 |1016 |29767 |0 |1 |2774A4|0 |2 |0 | +ROW |68013 |1016 |29765 |0 |2 |F63100|0 |2 |0 | +ROW |68014 |1022 |29782 |5 |0 |1A7C11|0 |2 |0 | +ROW |68015 |1022 |29781 |2 |1 |FF0000|0 |2 |0 | +ROW |68016 |1021 |29783 |0 |0 |1A7C11|0 |2 |0 | +ROW |68017 |1023 |29780 |5 |0 |1A7C11|0 |2 |0 | +ROW |68018 |1023 |29784 |2 |1 |FF0000|0 |2 |0 | +ROW |68019 |1018 |29763 |0 |0 |1A7C11|0 |2 |0 | +ROW |68020 |1018 |29762 |0 |1 |2774A4|0 |2 |0 | +ROW |68021 |1018 |29761 |0 |2 |F63100|0 |2 |0 | +ROW |68022 |1020 |29753 |0 |0 |1A7C11|0 |2 |0 | +ROW |68023 |1020 |29759 |0 |1 |2774A4|0 |2 |0 | +ROW |68024 |1020 |29757 |0 |2 |F63100|0 |2 |0 | +ROW |68025 |1020 |29755 |0 |3 |A54F10|0 |2 |0 | +ROW |68026 |1020 |29751 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68027 |1020 |29749 |0 |5 |6C59DC|0 |2 |0 | +ROW |68028 |1020 |29769 |0 |6 |AC8C14|0 |2 |0 | +ROW |68029 |1020 |29747 |0 |7 |611F27|0 |2 |0 | +ROW |68030 |1019 |29754 |0 |0 |1A7C11|0 |2 |0 | +ROW |68031 |1019 |29760 |0 |1 |2774A4|0 |2 |0 | +ROW |68032 |1019 |29758 |0 |2 |F63100|0 |2 |0 | +ROW |68033 |1019 |29756 |0 |3 |A54F10|0 |2 |0 | +ROW |68034 |1019 |29752 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68035 |1019 |29750 |0 |5 |6C59DC|0 |2 |0 | +ROW |68036 |1019 |29746 |0 |6 |AC8C14|0 |2 |0 | +ROW |68037 |1019 |29748 |0 |7 |611F27|0 |2 |0 | +ROW |68038 |1025 |29775 |2 |0 |1A7C11|0 |2 |0 | +ROW |68039 |1017 |29766 |5 |0 |1A7C11|0 |2 |0 | +ROW |68040 |1024 |29776 |5 |0 |1A7C11|0 |2 |0 | +ROW |68041 |1024 |29777 |0 |1 |2774A4|0 |2 |0 | +ROW |68042 |1026 |29772 |0 |0 |1A7C11|0 |2 |0 | +ROW |68043 |1356 |32276 |0 |0 |1A7C11|0 |2 |0 | +ROW |68044 |1356 |32275 |0 |1 |2774A4|0 |2 |0 | +ROW |68045 |1357 |32281 |0 |0 |1A7C11|0 |2 |0 | +ROW |68046 |1357 |32267 |0 |1 |2774A4|0 |2 |0 | +ROW |68047 |1357 |32279 |0 |2 |F63100|0 |2 |0 | +ROW |68048 |1358 |32268 |0 |0 |1A7C11|0 |2 |0 | +ROW |68049 |1358 |32274 |0 |1 |2774A4|0 |2 |0 | +ROW |68050 |1358 |32271 |0 |2 |F63100|0 |2 |0 | +ROW |68051 |1359 |32288 |0 |0 |1A7C11|0 |2 |0 | +ROW |68052 |1359 |32291 |0 |1 |2774A4|0 |2 |0 | +ROW |68053 |1360 |32247 |0 |0 |1A7C11|0 |2 |0 | +ROW |68054 |1360 |32245 |0 |1 |2774A4|0 |2 |0 | +ROW |68055 |1360 |32246 |0 |2 |F63100|0 |2 |0 | +ROW |68056 |1361 |32248 |0 |0 |1A7C11|0 |2 |0 | +ROW |68057 |1361 |32249 |0 |1 |2774A4|0 |2 |0 | +ROW |68058 |1361 |32250 |0 |2 |F63100|0 |2 |0 | +ROW |68059 |1362 |32240 |0 |0 |1A7C11|0 |2 |0 | +ROW |68060 |1362 |32273 |0 |1 |2774A4|0 |2 |0 | +ROW |68061 |1363 |32282 |0 |0 |1A7C11|0 |2 |0 | +ROW |68062 |1363 |32283 |0 |1 |2774A4|0 |2 |0 | +ROW |68063 |1363 |32289 |0 |2 |F63100|0 |2 |0 | +ROW |68064 |1363 |32290 |0 |3 |A54F10|0 |2 |0 | +ROW |68065 |1363 |32286 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68066 |1363 |32287 |0 |5 |6C59DC|0 |2 |0 | +ROW |68067 |1363 |32241 |0 |6 |AC8C14|0 |2 |0 | +ROW |68068 |1363 |32242 |0 |7 |611F27|0 |2 |0 | +ROW |68069 |1363 |32243 |0 |8 |F230E0|0 |2 |0 | +ROW |68070 |1363 |32244 |0 |9 |FFAD40|0 |2 |0 | +ROW |68071 |1363 |32277 |0 |10 |40CDFF|0 |2 |0 | +ROW |68072 |1363 |32278 |0 |11 |40FFA0|0 |2 |0 | +ROW |68073 |1427 |32768 |5 |0 |1A7C11|0 |2 |0 | +ROW |68074 |1427 |32767 |5 |1 |2774A4|0 |2 |0 | +ROW |68075 |1428 |32774 |5 |0 |1A7C11|0 |2 |0 | +ROW |68076 |1428 |32772 |5 |1 |2774A4|0 |2 |0 | +ROW |68077 |1428 |32775 |5 |2 |F63100|0 |2 |0 | +ROW |68078 |1428 |32773 |5 |3 |A54F10|0 |2 |0 | +ROW |68079 |1429 |32779 |5 |0 |1A7C11|0 |2 |0 | +ROW |68080 |1429 |32777 |5 |1 |2774A4|0 |2 |0 | +ROW |68081 |1429 |32778 |5 |2 |F63100|0 |2 |0 | +ROW |68082 |1806 |36785 |0 |0 |1A7C11|0 |2 |0 | +ROW |68083 |1806 |36786 |0 |1 |2774A4|0 |2 |0 | +ROW |68084 |1806 |36787 |0 |2 |F63100|0 |2 |0 | +ROW |68085 |1430 |32837 |2 |0 |1A7C11|0 |2 |0 | +ROW |68086 |1430 |32836 |2 |1 |2774A4|0 |2 |0 | +ROW |68087 |1430 |32835 |2 |2 |F63100|0 |2 |0 | +ROW |68088 |1431 |32856 |5 |0 |1A7C11|0 |2 |0 | +ROW |68089 |1432 |32828 |5 |0 |1A7C11|0 |2 |0 | +ROW |68090 |1433 |32847 |5 |0 |34bdeb|0 |2 |0 | +ROW |68091 |1434 |32797 |5 |0 |1A7C11|0 |2 |0 | +ROW |68092 |1434 |32796 |5 |1 |2774A4|0 |2 |0 | +ROW |68093 |1434 |32801 |2 |2 |F63100|0 |2 |0 | +ROW |68094 |1435 |32834 |5 |0 |1A7C11|0 |2 |0 | +ROW |68095 |1436 |32819 |5 |0 |1A7C11|0 |2 |0 | +ROW |68096 |1437 |32826 |5 |0 |1A7C11|0 |2 |0 | +ROW |68097 |1614 |34976 |0 |0 |1A7C11|0 |2 |0 | +ROW |68098 |1614 |34975 |0 |1 |2774A4|0 |2 |0 | +ROW |68099 |1614 |34978 |0 |2 |F63100|0 |2 |0 | +ROW |68100 |1614 |34979 |0 |3 |A54F10|0 |2 |0 | +ROW |68101 |1614 |34980 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68102 |1615 |34982 |0 |0 |1A7C11|0 |2 |0 | +ROW |68103 |1615 |34997 |0 |1 |2774A4|0 |2 |0 | +ROW |68104 |1615 |35001 |0 |2 |F63100|0 |2 |0 | +ROW |68105 |1615 |35000 |0 |3 |A54F10|0 |2 |0 | +ROW |68106 |1615 |34998 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68107 |1615 |34996 |0 |5 |6C59DC|0 |2 |0 | +ROW |68108 |1616 |35015 |0 |0 |1A7C11|0 |2 |0 | +ROW |68109 |1616 |35014 |0 |1 |2774A4|0 |2 |0 | +ROW |68110 |1617 |35012 |0 |0 |1A7C11|0 |2 |0 | +ROW |68111 |1617 |35013 |0 |1 |2774A4|0 |2 |0 | +ROW |68112 |1618 |34951 |0 |0 |1A7C11|0 |2 |0 | +ROW |68113 |1618 |34952 |0 |1 |2774A4|0 |2 |0 | +ROW |68114 |1618 |34953 |0 |2 |F63100|0 |2 |0 | +ROW |68115 |1618 |34954 |0 |3 |A54F10|0 |2 |0 | +ROW |68116 |1618 |34956 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68117 |1618 |34950 |0 |5 |6C59DC|0 |2 |0 | +ROW |68118 |1618 |34957 |0 |6 |AC8C14|0 |2 |0 | +ROW |68119 |1618 |34959 |0 |7 |611F27|0 |2 |0 | +ROW |68120 |1618 |34965 |0 |8 |F230E0|0 |2 |0 | +ROW |68121 |1445 |22404 |0 |0 |990099|0 |2 |0 | +ROW |68122 |1445 |22399 |0 |1 |990000|0 |2 |0 | +ROW |68123 |1445 |22416 |0 |2 |0000EE|0 |2 |0 | +ROW |68124 |1445 |25366 |0 |3 |FF33FF|0 |2 |0 | +ROW |68125 |1445 |22418 |0 |4 |009600|0 |2 |0 | +ROW |68126 |1445 |22402 |0 |5 |003300|0 |2 |0 | +ROW |68127 |1445 |22400 |0 |6 |33FFFF|0 |2 |0 | +ROW |68128 |1445 |22689 |0 |7 |DD0000|0 |2 |0 | +ROW |68129 |1445 |23171 |0 |8 |000099|0 |2 |0 | +ROW |68130 |1445 |22401 |0 |9 |00FF00|0 |2 |0 | +ROW |68131 |1445 |33023 |0 |10 |5A2B57|0 |2 |0 | +ROW |68132 |1651 |22406 |0 |0 |00EE00|0 |2 |0 | +ROW |68133 |1651 |25665 |0 |1 |0000EE|0 |2 |0 | +ROW |68134 |1651 |25666 |0 |2 |FFAA00|0 |2 |0 | +ROW |68135 |1651 |28537 |0 |3 |00EEEE|0 |2 |0 | +ROW |68136 |1651 |28535 |0 |4 |990099|0 |2 |0 | +ROW |68137 |1652 |22426 |0 |0 |00EE00|0 |2 |0 | +ROW |68138 |1652 |22408 |0 |1 |FFAA00|0 |2 |0 | +ROW |68139 |1652 |22412 |0 |2 |990099|0 |2 |0 | +ROW |68140 |1652 |22414 |0 |3 |FF66FF|0 |2 |0 | +ROW |68141 |1652 |23663 |0 |4 |009999|0 |2 |0 | +ROW |68142 |1652 |33022 |0 |5 |2B5429|0 |2 |0 | +ROW |68143 |1652 |22430 |0 |6 |8048B4|0 |2 |0 | +ROW |68144 |1652 |22420 |0 |7 |FD5434|0 |2 |0 | +ROW |68145 |1653 |22422 |0 |0 |00EE00|0 |2 |0 | +ROW |68146 |1653 |22424 |0 |1 |0000EE|0 |2 |0 | +ROW |68147 |1653 |25370 |0 |2 |FFAA00|0 |2 |0 | +ROW |68148 |1653 |29822 |0 |3 |00EEEE|0 |2 |0 | +ROW |68149 |1653 |34317 |0 |4 |990099|0 |2 |0 | +ROW |68150 |1653 |34316 |0 |5 |EE0000|0 |2 |0 | +ROW |68151 |1654 |33021 |0 |0 |C80000|0 |2 |0 | +ROW |68152 |1654 |33020 |0 |1 |00C800|0 |2 |0 | +ROW |68153 |527 |22199 |0 |0 |C80000|0 |2 |0 | +ROW |68154 |527 |22196 |0 |1 |00C800|0 |2 |0 | +ROW |68155 |410 |22185 |0 |0 |009900|0 |2 |0 | +ROW |68156 |410 |22189 |0 |1 |DD0000|0 |2 |0 | +ROW |68157 |410 |22396 |0 |2 |00DDDD|0 |2 |0 | +ROW |68158 |410 |22183 |0 |3 |3333FF|0 |2 |0 | +ROW |68159 |410 |22191 |0 |4 |999900|0 |2 |0 | +ROW |68160 |410 |23634 |0 |5 |00FF00|0 |2 |0 | +ROW |68161 |404 |22404 |0 |0 |990099|0 |2 |0 | +ROW |68162 |404 |22399 |0 |1 |990000|0 |2 |0 | +ROW |68163 |404 |22416 |0 |2 |0000EE|0 |2 |0 | +ROW |68164 |404 |22430 |0 |3 |FF33FF|0 |2 |0 | +ROW |68165 |404 |22418 |0 |4 |009600|0 |2 |0 | +ROW |68166 |404 |22402 |0 |5 |003300|0 |2 |0 | +ROW |68167 |404 |22420 |0 |6 |CCCC00|0 |2 |0 | +ROW |68168 |404 |22400 |0 |7 |33FFFF|0 |2 |0 | +ROW |68169 |404 |22689 |0 |8 |DD0000|0 |2 |0 | +ROW |68170 |404 |23171 |0 |9 |000099|0 |2 |0 | +ROW |68171 |404 |22401 |0 |10 |00FF00|0 |2 |0 | +ROW |68172 |404 |33023 |0 |11 |5A2B57|0 |2 |0 | +ROW |68173 |406 |22426 |0 |1 |00EE00|0 |2 |0 | +ROW |68174 |406 |22422 |0 |2 |0000EE|0 |2 |0 | +ROW |68175 |406 |22408 |0 |3 |FFAA00|0 |2 |0 | +ROW |68176 |406 |22424 |0 |4 |00EEEE|0 |2 |0 | +ROW |68177 |406 |22412 |0 |5 |990099|0 |2 |0 | +ROW |68178 |406 |22406 |0 |6 |EE0000|0 |2 |0 | +ROW |68179 |406 |22414 |0 |7 |FF66FF|0 |2 |0 | +ROW |68180 |406 |23663 |0 |8 |009999|0 |2 |0 | +ROW |68181 |406 |25366 |0 |9 |BBBB00|0 |2 |0 | +ROW |68182 |406 |25370 |0 |10 |AA0000|0 |2 |0 | +ROW |68183 |406 |25665 |0 |11 |990000|0 |2 |0 | +ROW |68184 |406 |25666 |0 |12 |008800|0 |2 |0 | +ROW |68185 |406 |28535 |0 |13 |80B0E0|0 |2 |0 | +ROW |68186 |406 |28537 |0 |14 |4080B0|0 |2 |0 | +ROW |68187 |406 |29822 |0 |15 |8000FF|0 |2 |0 | +ROW |68188 |406 |33022 |0 |16 |2B5429|0 |2 |0 | +ROW |68189 |406 |34317 |0 |17 |8048B4|0 |2 |0 | +ROW |68190 |406 |34316 |0 |18 |FD5434|0 |2 |0 | +ROW |68191 |406 |35274 |0 |19 |790E1F|0 |2 |0 | +ROW |68192 |406 |35272 |0 |20 |87AC4D|0 |2 |0 | +ROW |68193 |788 |28248 |0 |0 |008800|0 |2 |0 | +ROW |68194 |788 |28533 |0 |1 |EE0000|0 |2 |0 | +ROW |68195 |392 |22187 |5 |0 |00C800|0 |2 |0 | +ROW |68196 |392 |23251 |0 |1 |F63100|0 |2 |0 | +ROW |68197 |1444 |28581 |0 |0 |990099|0 |2 |0 | +ROW |68198 |1444 |28574 |0 |1 |990000|0 |2 |0 | +ROW |68199 |1444 |28571 |0 |2 |0000EE|0 |2 |0 | +ROW |68200 |1444 |28562 |0 |3 |FF33FF|0 |2 |0 | +ROW |68201 |1444 |28570 |0 |4 |009600|0 |2 |0 | +ROW |68202 |1444 |28569 |0 |5 |003300|0 |2 |0 | +ROW |68203 |1444 |28552 |0 |6 |33FFFF|0 |2 |0 | +ROW |68204 |1444 |28573 |0 |7 |DD0000|0 |2 |0 | +ROW |68205 |1444 |28579 |0 |8 |000099|0 |2 |0 | +ROW |68206 |1444 |28559 |0 |9 |00FF00|0 |2 |0 | +ROW |68207 |1444 |33017 |0 |10 |5A2B57|0 |2 |0 | +ROW |68208 |1659 |28567 |0 |0 |00EE00|0 |2 |0 | +ROW |68209 |1659 |28575 |0 |1 |0000EE|0 |2 |0 | +ROW |68210 |1659 |28576 |0 |2 |FFAA00|0 |2 |0 | +ROW |68211 |1659 |28583 |0 |3 |00EEEE|0 |2 |0 | +ROW |68212 |1659 |28582 |0 |4 |990099|0 |2 |0 | +ROW |68213 |1660 |28572 |0 |0 |00EE00|0 |2 |0 | +ROW |68214 |1660 |28568 |0 |1 |FFAA00|0 |2 |0 | +ROW |68215 |1660 |28564 |0 |2 |990099|0 |2 |0 | +ROW |68216 |1660 |28578 |0 |3 |FF66FF|0 |2 |0 | +ROW |68217 |1660 |28580 |0 |4 |009999|0 |2 |0 | +ROW |68218 |1660 |33016 |0 |5 |2B5429|0 |2 |0 | +ROW |68219 |1660 |28565 |0 |6 |8048B4|0 |2 |0 | +ROW |68220 |1660 |28577 |0 |7 |FD5434|0 |2 |0 | +ROW |68221 |1661 |28566 |0 |0 |00EE00|0 |2 |0 | +ROW |68222 |1661 |28561 |0 |1 |0000EE|0 |2 |0 | +ROW |68223 |1661 |28563 |0 |2 |FFAA00|0 |2 |0 | +ROW |68224 |1661 |29821 |0 |3 |00EEEE|0 |2 |0 | +ROW |68225 |1661 |34314 |0 |4 |990099|0 |2 |0 | +ROW |68226 |1661 |34315 |0 |5 |EE0000|0 |2 |0 | +ROW |68227 |1662 |33015 |0 |0 |C80000|0 |2 |0 | +ROW |68228 |1662 |33014 |0 |1 |00C800|0 |2 |0 | +ROW |68229 |797 |28546 |0 |0 |C80000|0 |2 |0 | +ROW |68230 |797 |28545 |0 |1 |00C800|0 |2 |0 | +ROW |68231 |798 |28551 |0 |0 |009900|0 |2 |0 | +ROW |68232 |798 |28543 |0 |1 |DD0000|0 |2 |0 | +ROW |68233 |798 |28542 |0 |2 |00DDDD|0 |2 |0 | +ROW |68234 |798 |28549 |0 |3 |3333FF|0 |2 |0 | +ROW |68235 |798 |28544 |0 |4 |999900|0 |2 |0 | +ROW |68236 |798 |28548 |0 |5 |00FF00|0 |2 |0 | +ROW |68237 |799 |28581 |0 |0 |990099|0 |2 |0 | +ROW |68238 |799 |28574 |0 |1 |990000|0 |2 |0 | +ROW |68239 |799 |28571 |0 |2 |0000EE|0 |2 |0 | +ROW |68240 |799 |28565 |0 |3 |FF33FF|0 |2 |0 | +ROW |68241 |799 |28570 |0 |4 |009600|0 |2 |0 | +ROW |68242 |799 |28569 |0 |5 |003300|0 |2 |0 | +ROW |68243 |799 |28577 |0 |6 |CCCC00|0 |2 |0 | +ROW |68244 |799 |28552 |0 |7 |33FFFF|0 |2 |0 | +ROW |68245 |799 |28573 |0 |8 |DD0000|0 |2 |0 | +ROW |68246 |799 |28579 |0 |9 |000099|0 |2 |0 | +ROW |68247 |799 |28559 |0 |10 |00FF00|0 |2 |0 | +ROW |68248 |799 |33017 |0 |11 |5A2B57|0 |2 |0 | +ROW |68249 |800 |28572 |0 |1 |00EE00|0 |2 |0 | +ROW |68250 |800 |28566 |0 |2 |0000EE|0 |2 |0 | +ROW |68251 |800 |28568 |0 |3 |FFAA00|0 |2 |0 | +ROW |68252 |800 |28561 |0 |4 |00EEEE|0 |2 |0 | +ROW |68253 |800 |28564 |0 |5 |990099|0 |2 |0 | +ROW |68254 |800 |28567 |0 |6 |EE0000|0 |2 |0 | +ROW |68255 |800 |28578 |0 |7 |FF66FF|0 |2 |0 | +ROW |68256 |800 |28580 |0 |8 |009999|0 |2 |0 | +ROW |68257 |800 |28562 |0 |9 |BBBB00|0 |2 |0 | +ROW |68258 |800 |28563 |0 |10 |AA0000|0 |2 |0 | +ROW |68259 |800 |28575 |0 |11 |990000|0 |2 |0 | +ROW |68260 |800 |28576 |0 |12 |008800|0 |2 |0 | +ROW |68261 |800 |28582 |0 |13 |80B0E0|0 |2 |0 | +ROW |68262 |800 |28583 |0 |14 |4080B0|0 |2 |0 | +ROW |68263 |800 |29821 |0 |15 |8000FF|0 |2 |0 | +ROW |68264 |800 |33016 |0 |16 |2B5429|0 |2 |0 | +ROW |68265 |800 |34314 |0 |17 |8048B4|0 |2 |0 | +ROW |68266 |800 |34315 |0 |18 |FD5434|0 |2 |0 | +ROW |68267 |800 |35279 |0 |19 |790E1F|0 |2 |0 | +ROW |68268 |800 |35278 |0 |20 |87AC4D|0 |2 |0 | +ROW |68269 |801 |28560 |0 |0 |008800|0 |2 |0 | +ROW |68270 |801 |28584 |0 |1 |EE0000|0 |2 |0 | +ROW |68271 |802 |28550 |5 |0 |00C800|0 |2 |0 | +ROW |68272 |802 |28540 |0 |1 |F63100|0 |2 |0 | +ROW |68273 |1438 |33001 |0 |0 |1A7C11|0 |2 |0 | +ROW |68274 |1438 |33002 |0 |1 |2774A4|0 |2 |0 | +ROW |68275 |1438 |33000 |2 |2 |F63100|0 |2 |0 | +ROW |68276 |1439 |33005 |0 |0 |1A7C11|0 |2 |0 | +ROW |68277 |1439 |33004 |0 |1 |2774A4|0 |2 |0 | +ROW |68278 |1440 |32980 |0 |0 |1A7C11|0 |2 |0 | +ROW |68279 |1440 |32970 |0 |1 |2774A4|0 |2 |0 | +ROW |68280 |1441 |32967 |0 |0 |1A7C11|0 |2 |0 | +ROW |68281 |1441 |32968 |0 |1 |2774A4|0 |2 |0 | +ROW |68282 |1441 |32995 |2 |2 |F63100|0 |2 |0 | +ROW |68283 |1442 |32997 |0 |0 |1A7C11|0 |2 |0 | +ROW |68284 |1442 |32984 |0 |1 |2774A4|0 |2 |0 | +ROW |68285 |1443 |32973 |0 |0 |1A7C11|0 |2 |0 | +ROW |68286 |1443 |32971 |0 |1 |2774A4|0 |2 |0 | +ROW |68287 |1503 |33518 |5 |0 |1A7C11|0 |2 |0 | +ROW |68288 |1504 |33501 |0 |0 |1A7C11|0 |2 |0 | +ROW |68289 |803 |28599 |0 |0 |DD0000|0 |2 |0 | +ROW |68290 |803 |28596 |0 |1 |00DDDD|0 |2 |0 | +ROW |68291 |803 |28597 |0 |2 |3333FF|0 |2 |0 | +ROW |68292 |803 |28598 |0 |3 |00FF00|0 |2 |0 | +ROW |68293 |804 |28602 |0 |1 |990099|0 |2 |0 | +ROW |68294 |804 |28606 |0 |2 |990000|0 |2 |0 | +ROW |68295 |804 |28608 |0 |3 |0000EE|0 |2 |0 | +ROW |68296 |804 |28615 |0 |4 |FF33FF|0 |2 |0 | +ROW |68297 |804 |28610 |0 |5 |00EE00|0 |2 |0 | +ROW |68298 |804 |28611 |0 |6 |003300|0 |2 |0 | +ROW |68299 |804 |28616 |0 |7 |33FFFF|0 |2 |0 | +ROW |68300 |804 |28607 |0 |8 |DD0000|0 |2 |0 | +ROW |68301 |804 |28604 |0 |9 |000099|0 |2 |0 | +ROW |68302 |804 |28588 |0 |10 |00FF00|0 |2 |0 | +ROW |68303 |804 |33013 |0 |11 |BB2A02|0 |2 |0 | +ROW |68304 |805 |28612 |0 |1 |FFAA00|0 |2 |0 | +ROW |68305 |805 |28600 |0 |2 |990099|0 |2 |0 | +ROW |68306 |805 |28613 |0 |3 |EE0000|0 |2 |0 | +ROW |68307 |805 |28605 |0 |4 |FF66FF|0 |2 |0 | +ROW |68308 |805 |28614 |0 |5 |960000|0 |2 |0 | +ROW |68309 |805 |28601 |0 |6 |009600|0 |2 |0 | +ROW |68310 |805 |28603 |0 |7 |009999|0 |2 |0 | +ROW |68311 |805 |28609 |0 |8 |BBBB00|0 |2 |0 | +ROW |68312 |805 |33012 |0 |9 |F230E0|0 |2 |0 | +ROW |68313 |806 |28595 |0 |0 |00C800|0 |2 |0 | +ROW |68314 |806 |28586 |0 |1 |C80000|0 |2 |0 | +ROW |68315 |529 |23357 |0 |0 |DD0000|0 |2 |0 | +ROW |68316 |529 |23341 |0 |1 |00DDDD|0 |2 |0 | +ROW |68317 |529 |23342 |0 |2 |3333FF|0 |2 |0 | +ROW |68318 |529 |28251 |0 |3 |00FF00|0 |2 |0 | +ROW |68319 |530 |23345 |0 |1 |990099|0 |2 |0 | +ROW |68320 |530 |23348 |0 |2 |990000|0 |2 |0 | +ROW |68321 |530 |23355 |0 |3 |0000EE|0 |2 |0 | +ROW |68322 |530 |23352 |0 |4 |FF33FF|0 |2 |0 | +ROW |68323 |530 |23356 |0 |5 |007700|0 |2 |0 | +ROW |68324 |530 |23354 |0 |6 |003300|0 |2 |0 | +ROW |68325 |530 |23346 |0 |7 |33FFFF|0 |2 |0 | +ROW |68326 |530 |23349 |0 |8 |DD0000|0 |2 |0 | +ROW |68327 |530 |23344 |0 |9 |000099|0 |7 |0 | +ROW |68328 |530 |28250 |0 |10 |00FF00|0 |2 |0 | +ROW |68329 |530 |33019 |0 |11 |BB2A02|0 |2 |0 | +ROW |68330 |531 |23353 |0 |1 |FFAA00|0 |2 |0 | +ROW |68331 |531 |23347 |0 |2 |990099|0 |2 |0 | +ROW |68332 |531 |23350 |0 |3 |EE0000|0 |2 |0 | +ROW |68333 |531 |23343 |0 |4 |FF66FF|0 |2 |0 | +ROW |68334 |531 |23351 |0 |5 |0000EE|0 |2 |0 | +ROW |68335 |531 |23360 |0 |6 |00EE00|0 |2 |0 | +ROW |68336 |531 |25369 |0 |7 |009999|0 |2 |0 | +ROW |68337 |531 |25368 |0 |8 |BBBB00|0 |2 |0 | +ROW |68338 |531 |28618 |0 |9 |990000|0 |2 |0 | +ROW |68339 |531 |28619 |0 |10 |008800|0 |2 |0 | +ROW |68340 |531 |33018 |0 |11 |BB2A02|0 |2 |0 | +ROW |68341 |807 |28617 |0 |0 |008800|0 |2 |0 | +ROW |68342 |532 |23340 |5 |0 |00C800|0 |2 |0 | +ROW |68343 |532 |23358 |5 |1 |C80000|1 |2 |0 | +ROW |68344 |472 |22945 |5 |0 |00AA00|0 |2 |0 | +ROW |68345 |472 |22946 |5 |1 |3333FF|0 |2 |0 | +ROW |68346 |473 |22950 |0 |0 |C80000|0 |2 |2 | +ROW |68347 |473 |22948 |0 |1 |00C800|0 |2 |0 | +ROW |68348 |471 |22924 |0 |0 |009900|0 |2 |0 | +ROW |68349 |471 |22920 |0 |1 |000099|0 |2 |0 | +ROW |68350 |469 |22922 |0 |0 |009900|0 |2 |0 | +ROW |68351 |469 |22923 |0 |1 |000099|0 |2 |0 | +ROW |68352 |469 |22921 |0 |2 |990000|0 |2 |0 | +ROW |68353 |498 |23109 |0 |0 |009999|0 |2 |0 | +ROW |68354 |498 |23112 |0 |1 |990099|0 |2 |0 | +ROW |68355 |498 |23115 |0 |2 |999900|0 |2 |0 | +ROW |68356 |498 |23113 |0 |3 |990000|0 |2 |0 | +ROW |68357 |498 |23114 |0 |4 |000099|0 |2 |0 | +ROW |68358 |498 |23110 |0 |5 |009900|0 |2 |0 | +ROW |68359 |540 |22942 |5 |0 |00C800|0 |2 |0 | +ROW |68360 |492 |23073 |5 |0 |00AA00|0 |2 |0 | +ROW |68361 |492 |23074 |5 |1 |3333FF|0 |2 |0 | +ROW |68362 |467 |22910 |0 |0 |C80000|0 |2 |2 | +ROW |68363 |467 |22908 |0 |1 |00C800|0 |2 |0 | +ROW |68364 |465 |22884 |0 |0 |009900|0 |2 |0 | +ROW |68365 |465 |22880 |0 |1 |000099|0 |2 |0 | +ROW |68366 |463 |22882 |0 |0 |009900|0 |2 |0 | +ROW |68367 |463 |22883 |0 |1 |000099|0 |2 |0 | +ROW |68368 |463 |22881 |0 |2 |990000|0 |2 |0 | +ROW |68369 |462 |22886 |1 |0 |009999|0 |2 |0 | +ROW |68370 |462 |22888 |1 |1 |990099|0 |2 |0 | +ROW |68371 |462 |22891 |1 |2 |990000|0 |2 |0 | +ROW |68372 |462 |22892 |1 |3 |000099|0 |2 |0 | +ROW |68373 |462 |22885 |1 |4 |009900|0 |2 |0 | +ROW |68374 |541 |22902 |5 |0 |00C800|0 |2 |0 | +ROW |68375 |464 |22897 |0 |0 |AA0000|0 |2 |2 | +ROW |68376 |464 |22895 |0 |1 |00AA00|0 |2 |0 | +ROW |68377 |478 |22985 |5 |0 |00AA00|0 |2 |0 | +ROW |68378 |478 |22986 |5 |1 |3333FF|0 |2 |0 | +ROW |68379 |479 |22990 |0 |0 |C80000|0 |2 |2 | +ROW |68380 |479 |22988 |0 |1 |00C800|0 |2 |0 | +ROW |68381 |475 |22962 |0 |0 |009900|0 |2 |0 | +ROW |68382 |475 |22963 |0 |1 |000099|0 |2 |0 | +ROW |68383 |475 |22961 |0 |2 |990000|0 |2 |0 | +ROW |68384 |474 |22968 |1 |0 |990099|0 |2 |0 | +ROW |68385 |474 |22971 |1 |1 |990000|0 |2 |0 | +ROW |68386 |474 |22972 |1 |2 |000099|0 |2 |0 | +ROW |68387 |474 |22965 |1 |3 |009900|0 |2 |0 | +ROW |68388 |542 |22982 |5 |0 |00C800|0 |2 |0 | +ROW |68389 |491 |23070 |0 |0 |C80000|0 |2 |2 | +ROW |68390 |491 |23068 |0 |1 |00C800|0 |2 |0 | +ROW |68391 |487 |23042 |0 |0 |009900|0 |2 |0 | +ROW |68392 |487 |23043 |0 |1 |000099|0 |2 |0 | +ROW |68393 |487 |23041 |0 |2 |990000|0 |2 |0 | +ROW |68394 |543 |23062 |5 |0 |00C800|0 |2 |0 | +ROW |68395 |494 |23077 |5 |0 |00AA00|0 |2 |0 | +ROW |68396 |494 |23078 |5 |1 |3333FF|0 |2 |0 | +ROW |68397 |493 |23075 |5 |0 |00AA00|0 |2 |0 | +ROW |68398 |493 |23076 |5 |1 |3333FF|0 |2 |0 | +ROW |68399 |461 |22870 |0 |0 |C80000|0 |2 |2 | +ROW |68400 |461 |22868 |0 |1 |00C800|0 |2 |0 | +ROW |68401 |459 |22844 |0 |0 |009900|0 |2 |0 | +ROW |68402 |459 |22840 |0 |1 |000099|0 |2 |0 | +ROW |68403 |457 |22842 |0 |0 |009900|0 |2 |0 | +ROW |68404 |457 |22843 |0 |1 |000099|0 |2 |0 | +ROW |68405 |457 |22841 |0 |2 |990000|0 |2 |0 | +ROW |68406 |456 |22846 |1 |0 |009999|0 |2 |0 | +ROW |68407 |456 |22848 |1 |1 |990099|0 |2 |0 | +ROW |68408 |456 |22851 |1 |2 |990000|0 |2 |0 | +ROW |68409 |456 |22852 |1 |3 |000099|0 |2 |0 | +ROW |68410 |456 |22845 |1 |4 |009900|0 |2 |0 | +ROW |68411 |544 |22862 |5 |0 |00C800|0 |2 |0 | +ROW |68412 |458 |22857 |0 |0 |AA0000|0 |2 |2 | +ROW |68413 |458 |22855 |0 |1 |00AA00|0 |2 |0 | +ROW |68414 |484 |23025 |5 |0 |00AA00|0 |2 |0 | +ROW |68415 |484 |23026 |5 |1 |3333FF|0 |2 |0 | +ROW |68416 |485 |23030 |0 |0 |C80000|0 |2 |2 | +ROW |68417 |485 |23028 |0 |1 |00C800|0 |2 |0 | +ROW |68418 |483 |23004 |0 |0 |009900|0 |2 |0 | +ROW |68419 |483 |23000 |0 |1 |000099|0 |2 |0 | +ROW |68420 |481 |23002 |0 |0 |009900|0 |2 |0 | +ROW |68421 |481 |23003 |0 |1 |000099|0 |2 |0 | +ROW |68422 |481 |23001 |0 |2 |990000|0 |2 |0 | +ROW |68423 |480 |23007 |1 |0 |999900|0 |2 |0 | +ROW |68424 |480 |23011 |1 |1 |990000|0 |2 |0 | +ROW |68425 |480 |23012 |1 |2 |000099|0 |2 |0 | +ROW |68426 |480 |23005 |1 |3 |009900|0 |2 |0 | +ROW |68427 |545 |23022 |5 |0 |00C800|0 |2 |0 | +ROW |68428 |482 |23017 |0 |0 |AA0000|0 |2 |2 | +ROW |68429 |482 |23015 |0 |1 |00AA00|0 |2 |0 | +ROW |68430 |651 |26928 |5 |0 |EE0000|0 |2 |0 | +ROW |68431 |651 |26927 |0 |1 |000000|1 |2 |0 | +ROW |68432 |652 |26925 |2 |0 |880000|0 |2 |0 | +ROW |68433 |652 |26932 |0 |1 |009900|0 |2 |0 | +ROW |68434 |652 |26930 |0 |2 |00CCCC|0 |2 |0 | +ROW |68435 |652 |26931 |0 |3 |000000|0 |2 |0 | +ROW |68436 |652 |26929 |0 |4 |3333FF|0 |2 |0 | +ROW |68437 |652 |26926 |0 |5 |777700|0 |2 |0 | +ROW |68438 |653 |26933 |2 |0 |EE0000|0 |2 |0 | +ROW |68439 |653 |26943 |2 |1 |EE00EE|0 |2 |0 | +ROW |68440 |653 |26935 |0 |2 |000000|1 |2 |0 | +ROW |68441 |653 |26936 |4 |3 |000000|1 |2 |0 | +ROW |68442 |654 |26934 |2 |0 |880000|0 |2 |0 | +ROW |68443 |654 |26939 |0 |1 |009900|0 |2 |0 | +ROW |68444 |654 |26942 |0 |2 |00CCCC|0 |2 |0 | +ROW |68445 |654 |26938 |0 |3 |000000|0 |2 |0 | +ROW |68446 |654 |26937 |0 |4 |3333FF|0 |2 |0 | +ROW |68447 |1447 |33113 |0 |0 |1A7C11|0 |2 |0 | +ROW |68448 |1447 |33112 |0 |1 |2774A4|0 |2 |0 | +ROW |68449 |1447 |33099 |0 |2 |F63100|0 |2 |0 | +ROW |68450 |1447 |33098 |0 |3 |A54F10|0 |2 |0 | +ROW |68451 |1448 |33125 |0 |0 |1A7C11|0 |2 |0 | +ROW |68452 |1448 |33110 |0 |1 |2774A4|0 |2 |0 | +ROW |68453 |1449 |33080 |2 |0 |1A7C11|0 |2 |0 | +ROW |68454 |1449 |33081 |2 |1 |2774A4|0 |2 |0 | +ROW |68455 |1450 |33089 |2 |0 |1A7C11|0 |2 |0 | +ROW |68456 |1450 |33085 |2 |1 |2774A4|0 |2 |0 | +ROW |68457 |1451 |33082 |2 |0 |1A7C11|0 |2 |0 | +ROW |68458 |1451 |33086 |2 |1 |2774A4|0 |2 |0 | +ROW |68459 |1451 |33083 |0 |2 |F63100|0 |2 |0 | +ROW |68460 |1451 |33084 |0 |3 |A54F10|0 |2 |0 | +ROW |68461 |1451 |33087 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68462 |1451 |33088 |0 |5 |6C59DC|0 |2 |0 | +ROW |68463 |1452 |33093 |2 |0 |1A7C11|0 |2 |0 | +ROW |68464 |1452 |33092 |2 |1 |2774A4|0 |2 |0 | +ROW |68465 |1453 |33077 |2 |0 |1A7C11|0 |2 |0 | +ROW |68466 |1453 |33063 |2 |1 |2774A4|0 |2 |0 | +ROW |68467 |1454 |33094 |0 |0 |1A7C11|0 |2 |0 | +ROW |68468 |1454 |33059 |0 |1 |2774A4|0 |2 |0 | +ROW |68469 |1455 |33066 |2 |0 |1A7C11|0 |2 |0 | +ROW |68470 |1455 |33071 |2 |1 |2774A4|0 |2 |0 | +ROW |68471 |1455 |33067 |0 |2 |F63100|0 |2 |0 | +ROW |68472 |1455 |33068 |0 |3 |A54F10|0 |2 |0 | +ROW |68473 |1455 |33072 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68474 |1455 |33073 |0 |5 |6C59DC|0 |2 |0 | +ROW |68475 |1159 |30886 |0 |0 |1A7C11|0 |2 |0 | +ROW |68476 |1159 |30887 |0 |1 |2774A4|0 |2 |0 | +ROW |68477 |1160 |30888 |0 |0 |1A7C11|0 |2 |0 | +ROW |68478 |1160 |30882 |0 |1 |2774A4|0 |2 |0 | +ROW |68479 |1160 |30890 |0 |2 |F63100|0 |2 |0 | +ROW |68480 |1160 |30881 |0 |3 |A54F10|0 |2 |0 | +ROW |68481 |1160 |30889 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68482 |1161 |30847 |2 |0 |1A7C11|0 |2 |0 | +ROW |68483 |1161 |30872 |2 |1 |2774A4|0 |2 |0 | +ROW |68484 |1162 |30853 |2 |0 |1A7C11|0 |2 |0 | +ROW |68485 |1162 |30849 |2 |1 |2774A4|0 |2 |0 | +ROW |68486 |1162 |30852 |2 |2 |F63100|0 |2 |0 | +ROW |68487 |1162 |30851 |2 |3 |A54F10|0 |2 |0 | +ROW |68488 |1162 |30848 |2 |4 |FC6EA3|0 |2 |0 | +ROW |68489 |1163 |30856 |0 |0 |1A7C11|0 |2 |0 | +ROW |68490 |1163 |30855 |0 |1 |2774A4|0 |2 |0 | +ROW |68491 |1163 |30854 |2 |2 |F63100|1 |2 |0 | +ROW |68492 |1164 |30859 |2 |0 |1A7C11|0 |2 |0 | +ROW |68493 |1164 |30870 |2 |1 |2774A4|0 |2 |0 | +ROW |68494 |1165 |30860 |2 |0 |1A7C11|0 |2 |0 | +ROW |68495 |1165 |30871 |2 |1 |2774A4|0 |2 |0 | +ROW |68496 |1166 |30868 |0 |0 |1A7C11|0 |2 |0 | +ROW |68497 |1166 |30869 |0 |1 |2774A4|0 |2 |0 | +ROW |68498 |1166 |30867 |0 |2 |F63100|0 |2 |0 | +ROW |68499 |1166 |30866 |0 |3 |A54F10|0 |2 |0 | +ROW |68500 |1166 |30865 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68501 |1167 |30850 |5 |0 |1A7C11|0 |2 |0 | +ROW |68502 |1167 |30863 |5 |1 |2774A4|0 |2 |0 | +ROW |68503 |1167 |30861 |5 |2 |F63100|0 |2 |0 | +ROW |68504 |1168 |30833 |2 |0 |1A7C11|0 |2 |0 | +ROW |68505 |1168 |30841 |2 |1 |2774A4|0 |2 |0 | +ROW |68506 |1168 |30857 |2 |2 |F63100|0 |2 |0 | +ROW |68507 |1169 |30834 |2 |0 |1A7C11|0 |2 |0 | +ROW |68508 |1169 |30831 |2 |1 |2774A4|0 |2 |0 | +ROW |68509 |1170 |30846 |0 |0 |1A7C11|0 |2 |0 | +ROW |68510 |1576 |34320 |0 |0 |1A7C11|0 |2 |0 | +ROW |68511 |1576 |30845 |0 |1 |2774A4|0 |2 |0 | +ROW |68512 |1576 |30842 |0 |2 |F63100|0 |2 |0 | +ROW |68513 |1576 |30873 |2 |3 |A54F10|1 |2 |0 | +ROW |68514 |1663 |35291 |2 |0 |1A7C11|0 |2 |0 | +ROW |68515 |1663 |35300 |0 |1 |2774A4|0 |2 |0 | +ROW |68516 |1664 |35295 |2 |0 |1A7C11|0 |2 |0 | +ROW |68517 |1664 |35296 |0 |1 |2774A4|0 |2 |0 | +ROW |68518 |1665 |35301 |0 |0 |1A7C11|0 |2 |0 | +ROW |68519 |1665 |35306 |0 |1 |2774A4|0 |2 |0 | +ROW |68520 |1665 |35304 |0 |2 |F63100|0 |2 |0 | +ROW |68521 |1665 |35302 |0 |3 |A54F10|0 |2 |0 | +ROW |68522 |1666 |35308 |0 |0 |1A7C11|0 |2 |0 | +ROW |68523 |1666 |35310 |0 |1 |2774A4|0 |2 |0 | +ROW |68524 |1666 |35309 |0 |2 |F63100|0 |2 |0 | +ROW |68525 |1667 |35322 |0 |0 |1A7C11|0 |2 |0 | +ROW |68526 |1667 |35320 |0 |1 |2774A4|0 |2 |0 | +ROW |68527 |1668 |35329 |0 |0 |1A7C11|0 |2 |0 | +ROW |68528 |1668 |35330 |0 |1 |2774A4|0 |2 |0 | +ROW |68529 |1669 |35332 |0 |0 |1A7C11|0 |2 |0 | +ROW |68530 |1669 |35334 |0 |1 |2774A4|0 |2 |0 | +ROW |68531 |1670 |35335 |0 |0 |1A7C11|0 |2 |0 | +ROW |68532 |1670 |35333 |0 |1 |2774A4|0 |2 |0 | +ROW |68533 |1671 |35338 |0 |0 |1A7C11|0 |2 |0 | +ROW |68534 |1671 |35341 |0 |1 |2774A4|0 |2 |0 | +ROW |68535 |1671 |35339 |0 |2 |F63100|0 |2 |0 | +ROW |68536 |1671 |35340 |0 |3 |A54F10|0 |2 |0 | +ROW |68537 |1672 |35347 |0 |0 |1A7C11|0 |2 |0 | +ROW |68538 |1672 |35346 |0 |1 |2774A4|0 |2 |0 | +ROW |68539 |1672 |35345 |0 |2 |F63100|0 |2 |0 | +ROW |68540 |1673 |35350 |0 |0 |1A7C11|0 |2 |0 | +ROW |68541 |1673 |35351 |0 |1 |2774A4|0 |2 |0 | +ROW |68542 |1674 |35349 |0 |0 |1A7C11|0 |2 |0 | +ROW |68543 |1674 |35352 |0 |1 |2774A4|0 |2 |0 | +ROW |68544 |1674 |35353 |0 |2 |F63100|0 |2 |0 | +ROW |68545 |1675 |35355 |0 |0 |1A7C11|0 |2 |0 | +ROW |68546 |1675 |35356 |0 |1 |2774A4|0 |2 |0 | +ROW |68547 |1505 |33553 |2 |0 |1A7C11|0 |2 |0 | +ROW |68548 |1505 |33562 |0 |1 |2774A4|0 |2 |0 | +ROW |68549 |1506 |33557 |2 |0 |1A7C11|0 |2 |0 | +ROW |68550 |1506 |33558 |0 |1 |2774A4|0 |2 |0 | +ROW |68551 |1507 |33563 |0 |0 |1A7C11|0 |2 |0 | +ROW |68552 |1507 |33568 |0 |1 |2774A4|0 |2 |0 | +ROW |68553 |1507 |33566 |0 |2 |F63100|0 |2 |0 | +ROW |68554 |1507 |33564 |0 |3 |A54F10|0 |2 |0 | +ROW |68555 |1508 |33570 |0 |0 |1A7C11|0 |2 |0 | +ROW |68556 |1508 |33572 |0 |1 |2774A4|0 |2 |0 | +ROW |68557 |1508 |33571 |0 |2 |F63100|0 |2 |0 | +ROW |68558 |1509 |33584 |0 |0 |1A7C11|0 |2 |0 | +ROW |68559 |1509 |33582 |0 |1 |2774A4|0 |2 |0 | +ROW |68560 |1510 |33591 |0 |0 |1A7C11|0 |2 |0 | +ROW |68561 |1510 |33592 |0 |1 |2774A4|0 |2 |0 | +ROW |68562 |1511 |33594 |0 |0 |1A7C11|0 |2 |0 | +ROW |68563 |1511 |33596 |0 |1 |2774A4|0 |2 |0 | +ROW |68564 |1512 |33597 |0 |0 |1A7C11|0 |2 |0 | +ROW |68565 |1512 |33595 |0 |1 |2774A4|0 |2 |0 | +ROW |68566 |1513 |33600 |0 |0 |1A7C11|0 |2 |0 | +ROW |68567 |1513 |33603 |0 |1 |2774A4|0 |2 |0 | +ROW |68568 |1513 |33601 |0 |2 |F63100|0 |2 |0 | +ROW |68569 |1513 |33602 |0 |3 |A54F10|0 |2 |0 | +ROW |68570 |1514 |33609 |0 |0 |1A7C11|0 |2 |0 | +ROW |68571 |1514 |33608 |0 |1 |2774A4|0 |2 |0 | +ROW |68572 |1514 |33607 |0 |2 |F63100|0 |2 |0 | +ROW |68573 |1515 |33612 |0 |0 |1A7C11|0 |2 |0 | +ROW |68574 |1515 |33613 |0 |1 |2774A4|0 |2 |0 | +ROW |68575 |1516 |33611 |0 |0 |1A7C11|0 |2 |0 | +ROW |68576 |1516 |33614 |0 |1 |2774A4|0 |2 |0 | +ROW |68577 |1516 |33615 |0 |2 |F63100|0 |2 |0 | +ROW |68578 |1517 |33617 |0 |0 |1A7C11|0 |2 |0 | +ROW |68579 |1517 |33618 |0 |1 |2774A4|0 |2 |0 | +ROW |68580 |1807 |36817 |0 |0 |1A7C11|0 |2 |0 | +ROW |68581 |1807 |36816 |0 |1 |2774A4|0 |2 |0 | +ROW |68582 |1808 |36815 |0 |0 |1A7C11|0 |2 |0 | +ROW |68583 |1808 |36814 |0 |1 |2774A4|0 |2 |0 | +ROW |68584 |1808 |36818 |0 |2 |F63100|0 |2 |0 | +ROW |68585 |1808 |36819 |0 |3 |A54F10|0 |2 |0 | +ROW |68586 |1809 |36805 |0 |0 |1A7C11|0 |2 |0 | +ROW |68587 |1809 |36804 |0 |1 |2774A4|0 |2 |0 | +ROW |68588 |1527 |33819 |0 |0 |1A7C11|0 |2 |0 | +ROW |68589 |1527 |33839 |0 |1 |2774A4|0 |2 |0 | +ROW |68590 |1528 |33820 |0 |0 |1A7C11|0 |2 |0 | +ROW |68591 |1528 |33816 |0 |1 |2774A4|0 |2 |0 | +ROW |68592 |1529 |33826 |0 |0 |1A7C11|0 |2 |0 | +ROW |68593 |1529 |33831 |0 |1 |2774A4|0 |2 |0 | +ROW |68594 |1529 |33829 |0 |2 |F63100|0 |2 |0 | +ROW |68595 |1529 |33821 |0 |3 |A54F10|0 |2 |0 | +ROW |68596 |1529 |33825 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68597 |1529 |33833 |0 |5 |6C59DC|0 |2 |0 | +ROW |68598 |1529 |33823 |2 |6 |AC8C14|0 |2 |0 | +ROW |68599 |1530 |33828 |0 |0 |1A7C11|0 |2 |0 | +ROW |68600 |1530 |33832 |0 |1 |2774A4|0 |2 |0 | +ROW |68601 |1530 |33830 |0 |2 |F63100|0 |2 |0 | +ROW |68602 |1530 |33822 |0 |3 |A54F10|0 |2 |0 | +ROW |68603 |1530 |33815 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68604 |1530 |33834 |0 |5 |6C59DC|0 |2 |0 | +ROW |68605 |1530 |33824 |2 |6 |AC8C14|0 |2 |0 | +ROW |68606 |1531 |33840 |0 |0 |1A7C11|0 |2 |0 | +ROW |68607 |1531 |33845 |0 |1 |2774A4|0 |2 |0 | +ROW |68608 |1532 |33844 |0 |0 |1A7C11|0 |2 |0 | +ROW |68609 |1532 |33847 |0 |1 |2774A4|0 |2 |0 | +ROW |68610 |1532 |33843 |0 |2 |F63100|0 |2 |0 | +ROW |68611 |1532 |33841 |0 |3 |A54F10|0 |2 |0 | +ROW |68612 |1533 |33863 |2 |0 |1A7C11|0 |2 |0 | +ROW |68613 |1534 |33792 |2 |0 |1A7C11|0 |2 |0 | +ROW |68614 |1534 |33791 |0 |1 |2774A4|0 |2 |0 | +ROW |68615 |1534 |33793 |0 |2 |F63100|0 |2 |0 | +ROW |68616 |1535 |33802 |0 |0 |1A7C11|0 |2 |0 | +ROW |68617 |1535 |33770 |0 |1 |2774A4|0 |2 |0 | +ROW |68618 |1536 |33800 |0 |0 |1A7C11|0 |2 |0 | +ROW |68619 |1536 |33799 |0 |1 |2774A4|0 |2 |0 | +ROW |68620 |1536 |33801 |0 |2 |F63100|0 |2 |0 | +ROW |68621 |1537 |33798 |0 |0 |1A7C11|0 |2 |0 | +ROW |68622 |1537 |33806 |0 |1 |2774A4|0 |2 |0 | +ROW |68623 |1537 |33774 |0 |2 |F63100|0 |2 |0 | +ROW |68624 |1538 |33769 |0 |0 |1A7C11|0 |2 |0 | +ROW |68625 |1538 |33787 |0 |1 |2774A4|0 |2 |0 | +ROW |68626 |1538 |33789 |0 |2 |F63100|0 |2 |0 | +ROW |68627 |1538 |33790 |0 |3 |A54F10|0 |2 |0 | +ROW |68628 |1539 |33785 |0 |0 |1A7C11|0 |2 |0 | +ROW |68629 |1539 |33772 |0 |1 |2774A4|0 |2 |0 | +ROW |68630 |1539 |33773 |0 |2 |F63100|0 |2 |0 | +ROW |68631 |1539 |33771 |0 |3 |A54F10|0 |2 |0 | +ROW |68632 |1540 |33776 |0 |0 |1A7C11|0 |2 |0 | +ROW |68633 |1540 |33775 |0 |1 |2774A4|0 |2 |0 | +ROW |68634 |1541 |33782 |0 |0 |1A7C11|0 |2 |0 | +ROW |68635 |1541 |33781 |0 |1 |2774A4|0 |2 |0 | +ROW |68636 |1541 |33780 |0 |2 |F63100|0 |2 |0 | +ROW |68637 |1541 |33783 |0 |3 |A54F10|0 |2 |0 | +ROW |68638 |1541 |33777 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68639 |1541 |33778 |0 |5 |6C59DC|0 |2 |0 | +ROW |68640 |1542 |33804 |2 |0 |1A7C11|0 |2 |0 | +ROW |68641 |1542 |33803 |2 |1 |2774A4|0 |2 |0 | +ROW |68642 |1542 |33805 |2 |2 |F63100|0 |2 |0 | +ROW |68643 |1543 |33937 |0 |0 |1A7C11|0 |2 |0 | +ROW |68644 |1543 |33940 |0 |1 |2774A4|0 |2 |0 | +ROW |68645 |1543 |33936 |0 |2 |F63100|0 |2 |0 | +ROW |68646 |1543 |33934 |0 |3 |A54F10|0 |2 |0 | +ROW |68647 |1544 |33915 |0 |0 |1A7C11|0 |2 |0 | +ROW |68648 |1544 |33911 |0 |1 |2774A4|0 |2 |0 | +ROW |68649 |1544 |33912 |0 |2 |F63100|0 |2 |0 | +ROW |68650 |1544 |33910 |0 |3 |A54F10|0 |2 |0 | +ROW |68651 |1544 |33914 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68652 |1545 |33918 |0 |0 |1A7C11|0 |2 |0 | +ROW |68653 |1545 |33905 |0 |1 |2774A4|0 |2 |0 | +ROW |68654 |1545 |33917 |0 |2 |F63100|0 |2 |0 | +ROW |68655 |1545 |33916 |2 |3 |A54F10|1 |2 |0 | +ROW |68656 |1546 |33908 |0 |0 |1A7C11|0 |2 |0 | +ROW |68657 |1546 |33909 |0 |1 |2774A4|0 |2 |0 | +ROW |68658 |1546 |33902 |0 |2 |F63100|0 |2 |0 | +ROW |68659 |1547 |33893 |0 |0 |1A7C11|0 |2 |0 | +ROW |68660 |1547 |33892 |0 |1 |2774A4|0 |2 |0 | +ROW |68661 |1548 |33899 |2 |0 |1A7C11|0 |2 |0 | +ROW |68662 |1548 |33898 |2 |1 |2774A4|0 |2 |0 | +ROW |68663 |1548 |33895 |2 |2 |F63100|0 |2 |0 | +ROW |68664 |1548 |33900 |2 |3 |A54F10|0 |2 |0 | +ROW |68665 |1548 |33896 |2 |4 |FC6EA3|0 |2 |0 | +ROW |68666 |1548 |33891 |2 |5 |6C59DC|0 |2 |0 | +ROW |68667 |1190 |31140 |0 |0 |1A7C11|0 |2 |0 | +ROW |68668 |1190 |31141 |0 |1 |2774A4|0 |2 |0 | +ROW |68669 |1261 |31145 |0 |0 |1A7C11|0 |2 |0 | +ROW |68670 |1261 |31146 |0 |1 |2774A4|0 |2 |0 | +ROW |68671 |1261 |31147 |0 |2 |F63100|0 |2 |0 | +ROW |68672 |1191 |31138 |0 |0 |1A7C11|0 |2 |0 | +ROW |68673 |1192 |31157 |0 |0 |1A7C11|0 |2 |0 | +ROW |68674 |1192 |31158 |0 |1 |2774A4|0 |2 |0 | +ROW |68675 |1193 |31092 |0 |0 |1A7C11|0 |2 |0 | +ROW |68676 |1193 |31108 |0 |1 |2774A4|0 |2 |0 | +ROW |68677 |1193 |31110 |0 |2 |F63100|0 |2 |0 | +ROW |68678 |1193 |31067 |0 |3 |A54F10|0 |2 |0 | +ROW |68679 |1193 |31086 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68680 |1193 |31087 |0 |5 |6C59DC|0 |2 |0 | +ROW |68681 |1194 |31120 |0 |0 |1A7C11|0 |2 |0 | +ROW |68682 |1194 |31105 |0 |1 |2774A4|0 |2 |0 | +ROW |68683 |1194 |31071 |0 |2 |F63100|0 |2 |0 | +ROW |68684 |1194 |31081 |0 |3 |A54F10|0 |2 |0 | +ROW |68685 |1195 |31098 |0 |0 |1A7C11|0 |2 |0 | +ROW |68686 |1195 |31099 |0 |1 |2774A4|0 |2 |0 | +ROW |68687 |1196 |31072 |0 |0 |1A7C11|0 |2 |0 | +ROW |68688 |1196 |31072 |0 |1 |2774A4|0 |2 |0 | +ROW |68689 |1197 |31103 |0 |0 |1A7C11|0 |2 |0 | +ROW |68690 |1197 |31074 |0 |1 |2774A4|0 |2 |0 | +ROW |68691 |1198 |31104 |0 |0 |1A7C11|0 |2 |0 | +ROW |68692 |1198 |31063 |0 |1 |2774A4|0 |2 |0 | +ROW |68693 |1198 |31111 |0 |2 |F63100|0 |2 |0 | +ROW |68694 |1198 |31112 |0 |3 |A54F10|0 |2 |0 | +ROW |68695 |1198 |31084 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68696 |1199 |31115 |0 |0 |1A7C11|0 |2 |0 | +ROW |68697 |1199 |31116 |0 |1 |2774A4|0 |2 |0 | +ROW |68698 |1199 |31062 |0 |2 |F63100|0 |2 |0 | +ROW |68699 |1199 |31118 |0 |3 |A54F10|0 |2 |0 | +ROW |68700 |1199 |31056 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68701 |1200 |31107 |0 |0 |1A7C11|0 |2 |0 | +ROW |68702 |1200 |31090 |0 |1 |2774A4|0 |2 |0 | +ROW |68703 |1201 |31097 |0 |0 |1A7C11|0 |2 |0 | +ROW |68704 |1201 |31096 |0 |1 |2774A4|0 |2 |0 | +ROW |68705 |1202 |31089 |0 |0 |1A7C11|0 |2 |0 | +ROW |68706 |1202 |31061 |0 |1 |2774A4|0 |2 |0 | +ROW |68707 |1203 |31064 |0 |0 |1A7C11|0 |2 |0 | +ROW |68708 |1204 |31065 |0 |0 |1A7C11|0 |2 |0 | +ROW |68709 |1204 |31066 |0 |1 |2774A4|0 |2 |0 | +ROW |68710 |1204 |31068 |0 |2 |F63100|0 |2 |0 | +ROW |68711 |1204 |31070 |0 |3 |A54F10|0 |2 |0 | +ROW |68712 |1204 |31101 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68713 |1204 |31106 |0 |5 |6C59DC|0 |2 |0 | +ROW |68714 |1204 |31114 |0 |6 |AC8C14|0 |2 |0 | +ROW |68715 |1205 |31069 |0 |0 |1A7C11|0 |2 |0 | +ROW |68716 |1206 |31076 |0 |0 |1A7C11|0 |2 |0 | +ROW |68717 |1206 |31078 |0 |1 |2774A4|0 |2 |0 | +ROW |68718 |1206 |31109 |0 |2 |F63100|0 |2 |0 | +ROW |68719 |1206 |31075 |0 |3 |A54F10|0 |2 |0 | +ROW |68720 |1207 |31080 |0 |0 |1A7C11|0 |2 |0 | +ROW |68721 |1207 |31095 |0 |1 |2774A4|0 |2 |0 | +ROW |68722 |1208 |31113 |0 |0 |1A7C11|0 |2 |0 | +ROW |68723 |1208 |31118 |0 |1 |2774A4|0 |2 |0 | +ROW |68724 |1209 |31058 |0 |0 |1A7C11|0 |2 |0 | +ROW |68725 |1209 |31077 |0 |1 |2774A4|0 |2 |0 | +ROW |68726 |1209 |31056 |0 |2 |F63100|0 |2 |0 | +ROW |68727 |1209 |31117 |0 |3 |A54F10|0 |2 |0 | +ROW |68728 |1109 |30453 |5 |0 |1A7C11|0 |2 |0 | +ROW |68729 |1109 |30455 |5 |1 |2774A4|0 |2 |0 | +ROW |68730 |1110 |30471 |0 |0 |1A7C11|0 |2 |0 | +ROW |68731 |1110 |30470 |0 |1 |2774A4|0 |2 |0 | +ROW |68732 |1110 |30466 |0 |2 |F63100|0 |2 |0 | +ROW |68733 |1110 |30441 |0 |3 |A54F10|0 |2 |0 | +ROW |68734 |1111 |30463 |0 |0 |1A7C11|0 |2 |0 | +ROW |68735 |1111 |30452 |0 |1 |2774A4|0 |2 |0 | +ROW |68736 |1111 |30451 |0 |2 |F63100|0 |2 |0 | +ROW |68737 |1111 |30437 |0 |3 |A54F10|0 |2 |0 | +ROW |68738 |1112 |30456 |0 |0 |1A7C11|0 |2 |0 | +ROW |68739 |1112 |30457 |0 |1 |2774A4|0 |2 |0 | +ROW |68740 |1112 |30458 |0 |2 |F63100|0 |2 |0 | +ROW |68741 |1112 |30459 |0 |3 |A54F10|0 |2 |0 | +ROW |68742 |1113 |30442 |0 |0 |1A7C11|0 |2 |0 | +ROW |68743 |1113 |30444 |0 |1 |2774A4|0 |2 |0 | +ROW |68744 |1113 |30445 |0 |2 |F63100|0 |2 |0 | +ROW |68745 |1114 |30446 |0 |0 |1A7C11|0 |2 |0 | +ROW |68746 |1114 |30447 |0 |1 |2774A4|0 |2 |0 | +ROW |68747 |1114 |31168 |0 |2 |F63100|0 |2 |0 | +ROW |68748 |1114 |30449 |0 |3 |A54F10|0 |2 |0 | +ROW |68749 |1136 |30659 |5 |0 |1A7C11|0 |2 |0 | +ROW |68750 |1136 |30661 |5 |1 |2774A4|0 |2 |0 | +ROW |68751 |1137 |30677 |0 |0 |1A7C11|0 |2 |0 | +ROW |68752 |1137 |30676 |0 |1 |2774A4|0 |2 |0 | +ROW |68753 |1137 |30672 |0 |2 |F63100|0 |2 |0 | +ROW |68754 |1137 |30647 |0 |3 |A54F10|0 |2 |0 | +ROW |68755 |1138 |30669 |0 |0 |1A7C11|0 |2 |0 | +ROW |68756 |1138 |30658 |0 |1 |2774A4|0 |2 |0 | +ROW |68757 |1138 |30657 |0 |2 |F63100|0 |2 |0 | +ROW |68758 |1138 |30643 |0 |3 |A54F10|0 |2 |0 | +ROW |68759 |1139 |30662 |0 |0 |1A7C11|0 |2 |0 | +ROW |68760 |1139 |30663 |0 |1 |2774A4|0 |2 |0 | +ROW |68761 |1139 |30664 |0 |2 |F63100|0 |2 |0 | +ROW |68762 |1139 |30665 |0 |3 |A54F10|0 |2 |0 | +ROW |68763 |1140 |30648 |0 |0 |1A7C11|0 |2 |0 | +ROW |68764 |1140 |30650 |0 |1 |2774A4|0 |2 |0 | +ROW |68765 |1140 |30651 |0 |2 |F63100|0 |2 |0 | +ROW |68766 |1141 |30652 |0 |0 |1A7C11|0 |2 |0 | +ROW |68767 |1141 |30653 |0 |1 |2774A4|0 |2 |0 | +ROW |68768 |1141 |31172 |0 |2 |F63100|0 |2 |0 | +ROW |68769 |1141 |30655 |0 |3 |A54F10|0 |2 |0 | +ROW |68770 |1115 |30506 |5 |0 |1A7C11|0 |2 |0 | +ROW |68771 |1115 |30507 |5 |1 |2774A4|0 |2 |0 | +ROW |68772 |1116 |30504 |0 |0 |1A7C11|0 |2 |0 | +ROW |68773 |1116 |30505 |0 |1 |2774A4|0 |2 |0 | +ROW |68774 |1116 |30518 |0 |2 |F63100|0 |2 |0 | +ROW |68775 |1116 |30492 |0 |3 |A54F10|0 |2 |0 | +ROW |68776 |1117 |30493 |0 |0 |1A7C11|0 |2 |0 | +ROW |68777 |1117 |30500 |0 |1 |2774A4|0 |2 |0 | +ROW |68778 |1117 |30486 |0 |2 |F63100|0 |2 |0 | +ROW |68779 |1117 |30488 |0 |3 |A54F10|0 |2 |0 | +ROW |68780 |1118 |30508 |0 |0 |1A7C11|0 |2 |0 | +ROW |68781 |1118 |30509 |0 |1 |2774A4|0 |2 |0 | +ROW |68782 |1118 |30503 |0 |2 |F63100|0 |2 |0 | +ROW |68783 |1118 |30510 |0 |3 |A54F10|0 |2 |0 | +ROW |68784 |1119 |30491 |0 |0 |1A7C11|0 |2 |0 | +ROW |68785 |1119 |30494 |0 |1 |2774A4|0 |2 |0 | +ROW |68786 |1119 |30495 |0 |2 |F63100|0 |2 |0 | +ROW |68787 |1120 |30496 |0 |0 |1A7C11|0 |2 |0 | +ROW |68788 |1120 |30497 |0 |1 |2774A4|0 |2 |0 | +ROW |68789 |1120 |31176 |0 |2 |F63100|0 |2 |0 | +ROW |68790 |1120 |30499 |0 |3 |A54F10|0 |2 |0 | +ROW |68791 |1266 |31773 |0 |0 |1A7C11|0 |2 |0 | +ROW |68792 |1266 |31774 |0 |1 |2774A4|0 |2 |0 | +ROW |68793 |1267 |31777 |0 |0 |1A7C11|0 |2 |0 | +ROW |68794 |1267 |31779 |0 |1 |2774A4|0 |2 |0 | +ROW |68795 |1267 |33168 |0 |2 |F63100|0 |2 |0 | +ROW |68796 |1268 |31685 |0 |0 |1A7C11|0 |2 |0 | +ROW |68797 |1268 |31738 |0 |1 |2774A4|0 |2 |0 | +ROW |68798 |1269 |31723 |0 |0 |1A7C11|0 |2 |0 | +ROW |68799 |1269 |31757 |0 |1 |2774A4|0 |2 |0 | +ROW |68800 |1269 |31721 |0 |2 |F63100|0 |2 |0 | +ROW |68801 |1270 |31728 |0 |0 |1A7C11|0 |2 |0 | +ROW |68802 |1270 |31759 |0 |1 |2774A4|0 |2 |0 | +ROW |68803 |1271 |31745 |0 |0 |1A7C11|0 |2 |0 | +ROW |68804 |1271 |31727 |0 |1 |2774A4|0 |2 |0 | +ROW |68805 |1272 |31687 |0 |0 |1A7C11|0 |2 |0 | +ROW |68806 |1272 |31710 |0 |1 |2774A4|0 |2 |0 | +ROW |68807 |1273 |31705 |0 |0 |1A7C11|0 |2 |0 | +ROW |68808 |1273 |31703 |0 |1 |2774A4|0 |2 |0 | +ROW |68809 |1273 |31706 |0 |2 |F63100|0 |2 |0 | +ROW |68810 |1273 |31701 |0 |3 |A54F10|0 |2 |0 | +ROW |68811 |1273 |31708 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68812 |1274 |31715 |0 |0 |1A7C11|0 |2 |0 | +ROW |68813 |1274 |31726 |0 |1 |2774A4|0 |2 |0 | +ROW |68814 |1274 |31717 |0 |2 |F63100|0 |2 |0 | +ROW |68815 |1274 |31716 |0 |3 |A54F10|0 |2 |0 | +ROW |68816 |1274 |31714 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68817 |1274 |31713 |0 |5 |6C59DC|0 |2 |0 | +ROW |68818 |1210 |31261 |0 |0 |1A7C11|0 |2 |0 | +ROW |68819 |1210 |31262 |0 |1 |2774A4|0 |2 |0 | +ROW |68820 |1211 |31269 |0 |0 |1A7C11|0 |2 |0 | +ROW |68821 |1211 |31271 |0 |1 |2774A4|0 |2 |0 | +ROW |68822 |1211 |33170 |0 |2 |F63100|0 |2 |0 | +ROW |68823 |1212 |31233 |0 |0 |1A7C11|0 |2 |0 | +ROW |68824 |1212 |31234 |0 |1 |2774A4|0 |2 |0 | +ROW |68825 |1213 |31216 |0 |0 |1A7C11|0 |2 |0 | +ROW |68826 |1213 |31237 |0 |1 |2774A4|0 |2 |0 | +ROW |68827 |1213 |31214 |0 |2 |F63100|0 |2 |0 | +ROW |68828 |1214 |31191 |0 |0 |1A7C11|0 |2 |0 | +ROW |68829 |1214 |31221 |0 |1 |2774A4|0 |2 |0 | +ROW |68830 |1215 |31206 |0 |0 |1A7C11|0 |2 |0 | +ROW |68831 |1215 |31220 |0 |1 |2774A4|0 |2 |0 | +ROW |68832 |1216 |31192 |0 |0 |1A7C11|0 |2 |0 | +ROW |68833 |1216 |31193 |0 |1 |2774A4|0 |2 |0 | +ROW |68834 |1217 |31200 |0 |0 |1A7C11|0 |2 |0 | +ROW |68835 |1217 |31197 |0 |1 |2774A4|0 |2 |0 | +ROW |68836 |1217 |31201 |0 |2 |F63100|0 |2 |0 | +ROW |68837 |1217 |31198 |0 |3 |A54F10|0 |2 |0 | +ROW |68838 |1217 |31202 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68839 |1218 |31207 |0 |0 |1A7C11|0 |2 |0 | +ROW |68840 |1218 |31208 |0 |1 |2774A4|0 |2 |0 | +ROW |68841 |1218 |31210 |0 |2 |F63100|0 |2 |0 | +ROW |68842 |1218 |31209 |0 |3 |A54F10|0 |2 |0 | +ROW |68843 |1218 |31219 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68844 |1218 |31205 |0 |5 |6C59DC|0 |2 |0 | +ROW |68845 |1380 |32423 |0 |0 |1A7C11|0 |2 |0 | +ROW |68846 |1380 |32421 |0 |1 |2774A4|0 |2 |0 | +ROW |68847 |1381 |32405 |0 |0 |1A7C11|0 |2 |0 | +ROW |68848 |1382 |32426 |5 |0 |1A7C11|0 |2 |0 | +ROW |68849 |1382 |32408 |0 |1 |2774A4|0 |2 |0 | +ROW |68850 |1382 |32422 |0 |2 |F63100|0 |2 |0 | +ROW |68851 |1382 |32425 |0 |3 |A54F10|0 |2 |0 | +ROW |68852 |1383 |32409 |0 |0 |1A7C11|0 |2 |0 | +ROW |68853 |1384 |32419 |0 |0 |1A7C11|1 |2 |0 | +ROW |68854 |1384 |32416 |0 |1 |2774A4|1 |2 |0 | +ROW |68855 |1384 |32413 |0 |2 |F63100|1 |2 |0 | +ROW |68856 |1384 |32418 |5 |3 |A54F10|0 |2 |0 | +ROW |68857 |1384 |32415 |5 |4 |FC6EA3|0 |2 |0 | +ROW |68858 |1384 |32412 |5 |5 |6C59DC|0 |2 |0 | +ROW |68859 |1385 |32420 |0 |0 |1A7C11|0 |2 |0 | +ROW |68860 |1385 |32417 |0 |1 |2774A4|0 |2 |0 | +ROW |68861 |1385 |32414 |0 |2 |F63100|0 |2 |0 | +ROW |68862 |1386 |32433 |5 |0 |1A7C11|0 |2 |0 | +ROW |68863 |1386 |32432 |0 |1 |2774A4|1 |2 |0 | +ROW |68864 |1387 |32431 |0 |0 |1A7C11|0 |2 |0 | +ROW |68865 |1387 |32430 |0 |1 |2774A4|0 |2 |0 | +ROW |68866 |1387 |32429 |0 |2 |F63100|0 |2 |0 | +ROW |68867 |1387 |32428 |0 |3 |A54F10|0 |2 |0 | +ROW |68868 |1387 |32427 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68869 |1388 |32386 |0 |0 |1A7C11|1 |2 |0 | +ROW |68870 |1388 |32391 |0 |1 |2774A4|1 |2 |0 | +ROW |68871 |1388 |32387 |0 |2 |F63100|1 |2 |0 | +ROW |68872 |1388 |32390 |0 |3 |A54F10|1 |2 |0 | +ROW |68873 |1388 |32395 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68874 |1388 |32389 |0 |5 |6C59DC|0 |2 |0 | +ROW |68875 |1389 |32393 |0 |0 |1A7C11|0 |2 |0 | +ROW |68876 |1389 |32392 |0 |1 |2774A4|0 |2 |0 | +ROW |68877 |1389 |32394 |0 |2 |F63100|1 |2 |0 | +ROW |68878 |1389 |32388 |0 |3 |A54F10|1 |2 |0 | +ROW |68879 |1390 |32401 |5 |0 |1A7C11|1 |2 |0 | +ROW |68880 |1390 |32402 |0 |1 |2774A4|0 |2 |0 | +ROW |68881 |1390 |32397 |0 |2 |F63100|1 |2 |0 | +ROW |68882 |1390 |32398 |0 |3 |A54F10|1 |2 |0 | +ROW |68883 |1390 |32399 |0 |4 |FC6EA3|1 |2 |0 | +ROW |68884 |1390 |32400 |0 |5 |6C59DC|1 |2 |0 | +ROW |68885 |1390 |32396 |0 |6 |AC8C14|1 |2 |0 | +ROW |68886 |1391 |32367 |5 |0 |1A7C11|0 |2 |0 | +ROW |68887 |1391 |32366 |0 |1 |2774A4|1 |2 |0 | +ROW |68888 |1392 |32370 |0 |0 |1A7C11|0 |2 |0 | +ROW |68889 |1393 |32382 |0 |0 |1A7C11|1 |2 |0 | +ROW |68890 |1393 |32381 |0 |1 |2774A4|1 |2 |0 | +ROW |68891 |1393 |32383 |0 |2 |F63100|1 |2 |0 | +ROW |68892 |1393 |32384 |0 |3 |A54F10|1 |2 |0 | +ROW |68893 |1394 |32377 |0 |0 |1A7C11|0 |2 |0 | +ROW |68894 |1394 |32374 |0 |1 |2774A4|1 |2 |0 | +ROW |68895 |1395 |32403 |0 |0 |1A7C11|0 |2 |0 | +ROW |68896 |1395 |32385 |0 |1 |2774A4|1 |2 |0 | +ROW |68897 |1219 |31363 |5 |0 |1A7C11|0 |2 |0 | +ROW |68898 |1219 |31346 |0 |1 |2774A4|0 |2 |0 | +ROW |68899 |1219 |31345 |0 |2 |F63100|0 |2 |0 | +ROW |68900 |1219 |31344 |0 |3 |A54F10|0 |2 |0 | +ROW |68901 |1219 |31343 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68902 |1219 |31342 |0 |5 |6C59DC|0 |2 |0 | +ROW |68903 |1219 |31340 |0 |6 |AC8C14|0 |2 |0 | +ROW |68904 |1219 |31339 |0 |7 |611F27|0 |2 |0 | +ROW |68905 |1219 |31341 |0 |8 |F230E0|0 |2 |0 | +ROW |68906 |1219 |31341 |0 |9 |FFAD40|0 |2 |0 | +ROW |68907 |1220 |31337 |5 |0 |1A7C11|0 |2 |0 | +ROW |68908 |1221 |31360 |0 |0 |1A7C11|0 |2 |0 | +ROW |68909 |1221 |31359 |0 |1 |2774A4|0 |2 |0 | +ROW |68910 |1221 |31357 |0 |2 |F63100|0 |2 |0 | +ROW |68911 |1221 |31356 |0 |3 |A54F10|0 |2 |0 | +ROW |68912 |1221 |31354 |0 |4 |FC6EA3|0 |2 |0 | +ROW |68913 |1221 |31353 |0 |5 |6C59DC|0 |2 |0 | +ROW |68914 |1221 |31352 |0 |6 |AC8C14|0 |2 |0 | +ROW |68915 |1221 |31350 |0 |7 |611F27|0 |2 |0 | +ROW |68916 |1221 |31351 |0 |8 |F230E0|0 |2 |0 | +ROW |68917 |1221 |31338 |0 |9 |FFAD40|0 |2 |0 | +ROW |68918 |1221 |31349 |0 |10 |40CDFF|0 |2 |0 | +ROW |68919 |1221 |31348 |0 |11 |40FFA0|0 |2 |0 | +ROW |68920 |1221 |31347 |0 |12 |AE4500|0 |2 |0 | +ROW |68921 |1222 |31336 |5 |0 |1A7C11|0 |2 |0 | +ROW |68922 |1456 |33178 |0 |0 |1A7C11|0 |2 |0 | +ROW |68923 |1456 |33179 |0 |1 |2774A4|0 |2 |0 | +ROW |68924 |1456 |33180 |0 |2 |F63100|0 |2 |0 | +ROW |68925 |1087 |30346 |0 |0 |1A7C11|0 |2 |0 | +ROW |68926 |1087 |30345 |0 |1 |2774A4|0 |2 |0 | +ROW |68927 |1088 |30350 |5 |0 |1A7C11|0 |2 |0 | +ROW |68928 |1088 |30349 |5 |1 |2774A4|0 |2 |0 | +ROW |68929 |1089 |30396 |2 |0 |1A7C11|0 |2 |0 | +ROW |68930 |1090 |30398 |2 |0 |1A7C11|0 |2 |0 | +ROW |68931 |1091 |30322 |5 |0 |1A7C11|0 |2 |0 | +ROW |68932 |1091 |30277 |5 |1 |2774A4|0 |2 |0 | +ROW |68933 |1092 |30284 |0 |0 |1A7C11|0 |2 |0 | +ROW |68934 |1093 |30313 |5 |0 |1A7C11|0 |2 |0 | +ROW |68935 |1093 |30314 |0 |1 |2774A4|0 |2 |0 | +ROW |68936 |1093 |30315 |5 |2 |F63100|0 |2 |0 | +ROW |68937 |1093 |30316 |0 |3 |A54F10|0 |2 |0 | +ROW |68938 |1094 |30279 |2 |0 |1A7C11|0 |2 |0 | +ROW |68939 |1094 |30280 |2 |1 |2774A4|0 |2 |0 | +ROW |68940 |1095 |30290 |0 |0 |1A7C11|0 |2 |0 | +ROW |68941 |1095 |30293 |0 |1 |2774A4|0 |2 |0 | +ROW |68942 |1096 |30318 |5 |0 |1A7C11|0 |2 |0 | +ROW |68943 |1096 |30308 |2 |1 |2774A4|0 |2 |0 | +ROW |68944 |1096 |30320 |2 |2 |F63100|0 |2 |0 | +ROW |68945 |1097 |30317 |2 |0 |1A7C11|0 |2 |0 | +ROW |68946 |1098 |30289 |5 |0 |1A7C11|0 |2 |0 | +ROW |68947 |1098 |30291 |5 |1 |2774A4|0 |2 |0 | +ROW |68948 |1099 |30334 |2 |0 |1A7C11|0 |2 |0 | +ROW |68949 |1099 |30325 |2 |1 |2774A4|0 |2 |0 | +ROW |68950 |1100 |30306 |5 |0 |1A7C11|0 |2 |0 | +ROW |68951 |1101 |30274 |5 |0 |1A7C11|0 |2 |0 | +ROW |68952 |1102 |30281 |0 |0 |1A7C11|0 |2 |0 | +ROW |68953 |1577 |34351 |0 |0 |1A7C11|0 |2 |0 | +ROW |68954 |1577 |34350 |0 |1 |2774A4|0 |2 |0 | +ROW |68955 |1578 |34387 |5 |0 |1A7C11|0 |2 |0 | +ROW |68956 |1578 |34388 |2 |1 |2774A4|0 |2 |0 | +ROW |68957 |1579 |34393 |0 |0 |1A7C11|0 |2 |0 | +ROW |68958 |1579 |34386 |0 |1 |2774A4|0 |2 |0 | +ROW |68959 |1580 |34370 |0 |0 |1A7C11|0 |2 |0 | +ROW |68960 |1580 |34384 |0 |1 |2774A4|0 |2 |0 | +ROW |68961 |1580 |34383 |0 |2 |F63100|0 |2 |0 | +ROW |68962 |1581 |34438 |0 |0 |1A7C11|0 |2 |0 | +ROW |68963 |1581 |34413 |0 |1 |2774A4|0 |2 |0 | +ROW |68964 |1581 |34427 |0 |2 |F63100|0 |2 |0 | +ROW |68965 |1582 |34420 |0 |0 |1A7C11|0 |2 |0 | +ROW |68966 |1582 |34419 |0 |1 |2774A4|0 |2 |0 | +ROW |68967 |1582 |34418 |0 |2 |F63100|0 |2 |0 | +ROW |68968 |1060 |30159 |5 |0 |1A7C11|0 |2 |0 | +ROW |68969 |1065 |30161 |0 |0 |969696|0 |9 |2 | +ROW |68970 |1065 |30162 |0 |1 |C80000|0 |9 |0 | +ROW |68971 |1070 |30142 |5 |0 |1A7C11|0 |2 |0 | +ROW |68972 |741 |27084 |5 |0 |1A7C11|0 |2 |0 | +ROW |68973 |741 |27085 |2 |1 |2774A4|0 |2 |0 | +ROW |68974 |741 |27083 |0 |2 |F63100|1 |2 |0 | +ROW |68975 |741 |27086 |0 |3 |A54F10|1 |2 |0 | +ROW |68976 |741 |27082 |0 |4 |FC6EA3|1 |2 |0 | +ROW |68977 |741 |27079 |0 |5 |6C59DC|1 |2 |0 | +ROW |68978 |745 |27104 |5 |0 |1A7C11|0 |2 |0 | +ROW |68979 |745 |27105 |2 |1 |2774A4|0 |2 |0 | +ROW |68980 |745 |27103 |0 |2 |F63100|1 |2 |0 | +ROW |68981 |745 |27106 |0 |3 |A54F10|1 |2 |0 | +ROW |68982 |745 |27102 |0 |4 |FC6EA3|1 |2 |0 | +ROW |68983 |745 |27099 |0 |5 |6C59DC|1 |2 |0 | +ROW |68984 |766 |27124 |5 |0 |1A7C11|0 |2 |0 | +ROW |68985 |766 |27125 |2 |1 |2774A4|0 |2 |0 | +ROW |68986 |766 |27123 |0 |2 |F63100|1 |2 |0 | +ROW |68987 |766 |27126 |0 |3 |A54F10|1 |2 |0 | +ROW |68988 |766 |27122 |0 |4 |FC6EA3|1 |2 |0 | +ROW |68989 |766 |27119 |0 |5 |6C59DC|1 |2 |0 | +ROW |68990 |668 |27208 |5 |0 |1A7C11|0 |2 |0 | +ROW |68991 |1032 |30088 |2 |0 |1A7C11|0 |2 |0 | +ROW |68992 |1032 |30087 |5 |1 |2774A4|0 |2 |0 | +ROW |68993 |1033 |30089 |5 |0 |1A7C11|0 |2 |0 | +ROW |68994 |671 |27240 |5 |0 |1A7C11|0 |2 |0 | +ROW |68995 |1034 |30093 |5 |0 |1A7C11|0 |2 |0 | +ROW |68996 |675 |27294 |5 |0 |1A7C11|0 |2 |0 | +ROW |68997 |1035 |30094 |5 |0 |1A7C11|0 |2 |0 | +ROW |68998 |1676 |35369 |0 |0 |1A7C11|0 |2 |0 | +ROW |68999 |1677 |35372 |0 |0 |1A7C11|0 |2 |0 | +ROW |69000 |1678 |35379 |0 |0 |1A7C11|0 |2 |0 | +ROW |69001 |1678 |35386 |0 |1 |2774A4|0 |2 |0 | +ROW |69002 |1678 |35377 |0 |2 |F63100|0 |2 |0 | +ROW |69003 |1678 |35384 |0 |3 |A54F10|0 |2 |0 | +ROW |69004 |1678 |35376 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69005 |1678 |35383 |0 |5 |6C59DC|0 |2 |0 | +ROW |69006 |1679 |35387 |0 |0 |1A7C11|0 |2 |0 | +ROW |69007 |1679 |35380 |0 |1 |2774A4|0 |2 |0 | +ROW |69008 |1680 |35378 |0 |0 |1A7C11|0 |2 |0 | +ROW |69009 |1680 |35385 |0 |1 |2774A4|0 |2 |0 | +ROW |69010 |1681 |35403 |0 |0 |1A7C11|0 |2 |0 | +ROW |69011 |1681 |35404 |0 |1 |2774A4|0 |2 |0 | +ROW |69012 |1549 |33966 |5 |0 |1A7C11|0 |2 |0 | +ROW |69013 |1550 |33971 |5 |0 |1A7C11|0 |2 |0 | +ROW |69014 |1551 |33974 |5 |0 |1A7C11|0 |2 |0 | +ROW |69015 |1551 |33977 |2 |1 |2774A4|0 |2 |0 | +ROW |69016 |1551 |33976 |0 |2 |F63100|1 |2 |0 | +ROW |69017 |1551 |33973 |0 |3 |A54F10|1 |2 |0 | +ROW |69018 |1551 |33975 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69019 |1551 |33972 |0 |5 |6C59DC|1 |2 |0 | +ROW |69020 |1552 |34007 |5 |0 |1A7C11|0 |2 |0 | +ROW |69021 |1553 |34012 |5 |0 |1A7C11|0 |2 |0 | +ROW |69022 |1554 |34015 |5 |0 |1A7C11|0 |2 |0 | +ROW |69023 |1554 |34018 |2 |1 |2774A4|0 |2 |0 | +ROW |69024 |1554 |34017 |0 |2 |F63100|1 |2 |0 | +ROW |69025 |1554 |34014 |0 |3 |A54F10|1 |2 |0 | +ROW |69026 |1554 |34016 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69027 |1554 |34013 |0 |5 |6C59DC|1 |2 |0 | +ROW |69028 |1555 |34048 |5 |0 |1A7C11|0 |2 |0 | +ROW |69029 |1556 |34053 |5 |0 |1A7C11|0 |2 |0 | +ROW |69030 |1557 |34056 |5 |0 |1A7C11|0 |2 |0 | +ROW |69031 |1557 |34059 |2 |1 |2774A4|0 |2 |0 | +ROW |69032 |1557 |34058 |0 |2 |F63100|1 |2 |0 | +ROW |69033 |1557 |34055 |0 |3 |A54F10|1 |2 |0 | +ROW |69034 |1557 |34057 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69035 |1557 |34054 |0 |5 |6C59DC|1 |2 |0 | +ROW |69036 |1558 |34089 |5 |0 |1A7C11|0 |2 |0 | +ROW |69037 |1559 |34094 |5 |0 |1A7C11|0 |2 |0 | +ROW |69038 |1560 |34097 |5 |0 |1A7C11|0 |2 |0 | +ROW |69039 |1560 |34100 |2 |1 |2774A4|0 |2 |0 | +ROW |69040 |1560 |34099 |0 |2 |F63100|1 |2 |0 | +ROW |69041 |1560 |34096 |0 |3 |A54F10|1 |2 |0 | +ROW |69042 |1560 |34098 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69043 |1560 |34095 |0 |5 |6C59DC|1 |2 |0 | +ROW |69044 |1561 |34130 |5 |0 |1A7C11|0 |2 |0 | +ROW |69045 |1562 |34135 |5 |0 |1A7C11|0 |2 |0 | +ROW |69046 |1563 |34138 |5 |0 |1A7C11|0 |2 |0 | +ROW |69047 |1563 |34141 |2 |1 |2774A4|0 |2 |0 | +ROW |69048 |1563 |34140 |0 |2 |F63100|1 |2 |0 | +ROW |69049 |1563 |34137 |0 |3 |A54F10|1 |2 |0 | +ROW |69050 |1563 |34139 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69051 |1563 |34136 |0 |5 |6C59DC|1 |2 |0 | +ROW |69052 |1038 |30101 |5 |0 |1A7C11|0 |2 |0 | +ROW |69053 |786 |28246 |5 |0 |1A7C11|0 |2 |0 | +ROW |69054 |687 |27417 |5 |0 |1A7C11|0 |2 |0 | +ROW |69055 |691 |27376 |5 |0 |1A7C11|0 |2 |0 | +ROW |69056 |694 |27478 |5 |0 |1A7C11|0 |2 |0 | +ROW |69057 |1042 |30105 |5 |0 |1A7C11|0 |2 |0 | +ROW |69058 |1043 |30107 |5 |0 |1A7C11|0 |2 |0 | +ROW |69059 |698 |27511 |5 |0 |1A7C11|0 |2 |0 | +ROW |69060 |1044 |30108 |5 |0 |1A7C11|0 |2 |0 | +ROW |69061 |701 |27547 |5 |0 |1A7C11|0 |2 |0 | +ROW |69062 |1045 |27591 |2 |0 |1A7C11|0 |2 |0 | +ROW |69063 |1045 |30110 |5 |1 |2774A4|0 |2 |0 | +ROW |69064 |1046 |30111 |5 |0 |1A7C11|0 |2 |0 | +ROW |69065 |704 |27586 |5 |0 |1A7C11|0 |2 |0 | +ROW |69066 |1682 |35439 |0 |0 |1A7C11|0 |2 |0 | +ROW |69067 |1683 |35441 |0 |0 |1A7C11|0 |2 |0 | +ROW |69068 |1684 |35443 |0 |0 |1A7C11|0 |2 |0 | +ROW |69069 |1685 |35446 |0 |0 |1A7C11|0 |2 |0 | +ROW |69070 |1686 |35450 |0 |0 |1A7C11|0 |2 |0 | +ROW |69071 |1686 |35465 |0 |1 |2774A4|0 |2 |0 | +ROW |69072 |1686 |35456 |0 |2 |F63100|0 |2 |0 | +ROW |69073 |1686 |35447 |0 |3 |A54F10|0 |2 |0 | +ROW |69074 |1686 |35468 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69075 |1686 |35471 |0 |5 |6C59DC|0 |2 |0 | +ROW |69076 |1686 |35459 |0 |6 |AC8C14|0 |2 |0 | +ROW |69077 |1687 |35449 |0 |0 |1A7C11|0 |2 |0 | +ROW |69078 |1687 |35464 |0 |1 |2774A4|0 |2 |0 | +ROW |69079 |1687 |35455 |0 |2 |F63100|0 |2 |0 | +ROW |69080 |1687 |35461 |0 |3 |A54F10|0 |2 |0 | +ROW |69081 |1687 |35467 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69082 |1687 |35470 |0 |5 |6C59DC|0 |2 |0 | +ROW |69083 |1687 |35457 |0 |6 |AC8C14|0 |2 |0 | +ROW |69084 |1688 |35473 |0 |0 |1A7C11|0 |2 |0 | +ROW |69085 |1688 |35463 |0 |1 |2774A4|0 |2 |0 | +ROW |69086 |1688 |35454 |0 |2 |F63100|0 |2 |0 | +ROW |69087 |1688 |35472 |0 |3 |A54F10|0 |2 |0 | +ROW |69088 |1688 |35466 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69089 |1688 |35469 |0 |5 |6C59DC|0 |2 |0 | +ROW |69090 |1688 |35458 |0 |6 |AC8C14|0 |2 |0 | +ROW |69091 |1689 |35474 |0 |0 |1A7C11|0 |2 |0 | +ROW |69092 |1690 |35476 |0 |0 |1A7C11|0 |2 |0 | +ROW |69093 |1691 |35478 |0 |0 |1A7C11|0 |2 |0 | +ROW |69094 |1691 |35480 |0 |1 |2774A4|0 |2 |0 | +ROW |69095 |1692 |35487 |0 |0 |1A7C11|0 |2 |0 | +ROW |69096 |1692 |35484 |0 |1 |2774A4|0 |2 |0 | +ROW |69097 |1693 |35486 |0 |0 |1A7C11|0 |2 |0 | +ROW |69098 |1693 |35483 |0 |1 |2774A4|0 |2 |0 | +ROW |69099 |1694 |35490 |0 |0 |1A7C11|0 |2 |0 | +ROW |69100 |1694 |35488 |0 |1 |2774A4|0 |2 |0 | +ROW |69101 |1694 |35489 |0 |2 |F63100|0 |2 |0 | +ROW |69102 |1695 |35497 |0 |0 |1A7C11|0 |2 |0 | +ROW |69103 |1695 |35493 |0 |1 |2774A4|1 |2 |0 | +ROW |69104 |1695 |35503 |0 |2 |F63100|0 |2 |0 | +ROW |69105 |1695 |35499 |0 |3 |A54F10|1 |2 |0 | +ROW |69106 |1695 |35496 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69107 |1695 |35502 |0 |5 |6C59DC|0 |2 |0 | +ROW |69108 |1696 |35508 |0 |0 |1A7C11|0 |2 |0 | +ROW |69109 |1696 |35507 |0 |1 |2774A4|1 |2 |0 | +ROW |69110 |1696 |35510 |0 |2 |F63100|0 |2 |0 | +ROW |69111 |1696 |35509 |0 |3 |A54F10|1 |2 |0 | +ROW |69112 |1697 |35516 |0 |0 |1A7C11|0 |2 |0 | +ROW |69113 |1697 |35515 |0 |1 |2774A4|1 |2 |0 | +ROW |69114 |1697 |35518 |0 |2 |F63100|0 |2 |0 | +ROW |69115 |1697 |35517 |0 |3 |A54F10|1 |2 |0 | +ROW |69116 |1698 |35524 |0 |0 |1A7C11|0 |2 |0 | +ROW |69117 |1698 |35523 |0 |1 |2774A4|1 |2 |0 | +ROW |69118 |1698 |35526 |0 |2 |F63100|0 |2 |0 | +ROW |69119 |1698 |35525 |0 |3 |A54F10|1 |2 |0 | +ROW |69120 |1699 |35531 |0 |0 |1A7C11|0 |2 |0 | +ROW |69121 |1699 |35529 |0 |1 |2774A4|0 |2 |0 | +ROW |69122 |1699 |35530 |0 |2 |F63100|0 |2 |0 | +ROW |69123 |1700 |35411 |0 |0 |1A7C11|0 |2 |0 | +ROW |69124 |1700 |35409 |0 |1 |2774A4|0 |2 |0 | +ROW |69125 |1700 |35407 |0 |2 |F63100|0 |2 |0 | +ROW |69126 |1700 |35413 |0 |3 |A54F10|0 |2 |0 | +ROW |69127 |1700 |35412 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69128 |1700 |35410 |0 |5 |6C59DC|0 |2 |0 | +ROW |69129 |708 |27671 |5 |0 |1A7C11|0 |2 |0 | +ROW |69130 |1047 |30112 |5 |0 |1A7C11|0 |2 |0 | +ROW |69131 |1048 |30114 |2 |0 |1A7C11|0 |2 |0 | +ROW |69132 |1048 |30113 |5 |1 |2774A4|0 |2 |0 | +ROW |69133 |1049 |30115 |5 |0 |1A7C11|0 |2 |0 | +ROW |69134 |775 |28143 |5 |0 |1A7C11|0 |2 |0 | +ROW |69135 |714 |27753 |5 |0 |1A7C11|0 |2 |0 | +ROW |69136 |1050 |30116 |5 |0 |1A7C11|0 |2 |0 | +ROW |69137 |856 |28894 |5 |0 |1A7C11|0 |2 |0 | +ROW |69138 |1051 |30118 |5 |0 |1A7C11|0 |2 |0 | +ROW |69139 |1564 |34166 |5 |0 |1A7C11|0 |2 |0 | +ROW |69140 |1564 |34169 |2 |1 |2774A4|0 |2 |0 | +ROW |69141 |1564 |34168 |0 |2 |F63100|1 |2 |0 | +ROW |69142 |1564 |34165 |0 |3 |A54F10|1 |2 |0 | +ROW |69143 |1564 |34167 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69144 |1564 |34164 |0 |5 |6C59DC|1 |2 |0 | +ROW |69145 |1565 |34174 |0 |0 |969696|0 |9 |2 | +ROW |69146 |1565 |34175 |0 |1 |C80000|0 |9 |0 | +ROW |69147 |1566 |34178 |5 |0 |1A7C11|0 |2 |0 | +ROW |69148 |1567 |34154 |5 |0 |1A7C11|0 |2 |0 | +ROW |69149 |724 |27904 |5 |0 |1A7C11|0 |2 |0 | +ROW |69150 |1396 |32439 |0 |0 |1A7C11|0 |2 |0 | +ROW |69151 |1396 |32437 |0 |1 |2774A4|0 |2 |0 | +ROW |69152 |1396 |32436 |0 |2 |F63100|0 |2 |0 | +ROW |69153 |1396 |32438 |0 |3 |A54F10|0 |2 |0 | +ROW |69154 |1052 |27907 |0 |0 |969696|0 |9 |2 | +ROW |69155 |1052 |27908 |0 |1 |C80000|0 |9 |0 | +ROW |69156 |1053 |30120 |5 |0 |1A7C11|0 |2 |0 | +ROW |69157 |1457 |33206 |5 |0 |1A7C11|0 |2 |0 | +ROW |69158 |1457 |33193 |5 |1 |2774A4|0 |2 |0 | +ROW |69159 |1458 |33195 |5 |0 |1A7C11|0 |2 |0 | +ROW |69160 |1458 |33203 |5 |1 |2774A4|0 |2 |0 | +ROW |69161 |1458 |33202 |5 |2 |F63100|0 |2 |0 | +ROW |69162 |1459 |33200 |5 |0 |1A7C11|0 |2 |0 | +ROW |69163 |1459 |33194 |5 |1 |2774A4|0 |2 |0 | +ROW |69164 |1460 |33187 |5 |0 |1A7C11|0 |2 |0 | +ROW |69165 |1460 |33186 |5 |1 |2774A4|0 |2 |0 | +ROW |69166 |1460 |33204 |5 |2 |F63100|0 |2 |0 | +ROW |69167 |1461 |33226 |5 |0 |1A7C11|0 |2 |0 | +ROW |69168 |1461 |33215 |5 |1 |2774A4|0 |2 |0 | +ROW |69169 |1462 |33207 |5 |0 |1A7C11|0 |2 |0 | +ROW |69170 |1463 |33223 |5 |0 |1A7C11|0 |2 |0 | +ROW |69171 |1463 |33218 |5 |1 |2774A4|0 |2 |0 | +ROW |69172 |1464 |33210 |5 |0 |1A7C11|0 |2 |0 | +ROW |69173 |1464 |33209 |5 |1 |2774A4|0 |2 |0 | +ROW |69174 |1464 |33224 |5 |2 |F63100|0 |2 |0 | +ROW |69175 |1465 |33249 |5 |0 |1A7C11|0 |2 |0 | +ROW |69176 |1465 |33236 |5 |1 |2774A4|0 |2 |0 | +ROW |69177 |1466 |33238 |5 |0 |1A7C11|0 |2 |0 | +ROW |69178 |1466 |33246 |5 |1 |2774A4|0 |2 |0 | +ROW |69179 |1466 |33245 |5 |2 |F63100|0 |2 |0 | +ROW |69180 |1467 |33243 |5 |0 |1A7C11|0 |2 |0 | +ROW |69181 |1467 |33237 |5 |1 |2774A4|0 |2 |0 | +ROW |69182 |1468 |33230 |5 |0 |1A7C11|0 |2 |0 | +ROW |69183 |1468 |33229 |5 |1 |2774A4|0 |2 |0 | +ROW |69184 |1468 |33247 |5 |2 |F63100|0 |2 |0 | +ROW |69185 |1469 |33258 |5 |0 |1A7C11|0 |2 |0 | +ROW |69186 |1470 |33251 |5 |0 |1A7C11|0 |2 |0 | +ROW |69187 |1471 |33256 |5 |0 |1A7C11|0 |2 |0 | +ROW |69188 |1472 |33277 |5 |0 |1A7C11|0 |2 |0 | +ROW |69189 |1473 |33274 |5 |0 |1A7C11|0 |2 |0 | +ROW |69190 |1473 |33273 |5 |1 |2774A4|0 |2 |0 | +ROW |69191 |1473 |33272 |5 |2 |F63100|0 |2 |0 | +ROW |69192 |1474 |33270 |5 |0 |1A7C11|0 |2 |0 | +ROW |69193 |1475 |33269 |5 |0 |1A7C11|0 |2 |0 | +ROW |69194 |1476 |33261 |5 |0 |1A7C11|0 |2 |0 | +ROW |69195 |1476 |33275 |5 |1 |2774A4|0 |2 |0 | +ROW |69196 |1477 |33296 |5 |0 |1A7C11|0 |2 |0 | +ROW |69197 |1478 |33293 |5 |0 |1A7C11|0 |2 |0 | +ROW |69198 |1478 |33292 |5 |1 |2774A4|0 |2 |0 | +ROW |69199 |1478 |33291 |5 |2 |F63100|0 |2 |0 | +ROW |69200 |1479 |33289 |5 |0 |1A7C11|0 |2 |0 | +ROW |69201 |1480 |33288 |5 |0 |1A7C11|0 |2 |0 | +ROW |69202 |1481 |33280 |5 |0 |1A7C11|0 |2 |0 | +ROW |69203 |1481 |33294 |5 |1 |2774A4|0 |2 |0 | +ROW |69204 |1482 |33312 |5 |0 |1A7C11|0 |2 |0 | +ROW |69205 |1483 |33313 |5 |0 |1A7C11|0 |2 |0 | +ROW |69206 |1484 |33314 |5 |0 |1A7C11|0 |2 |0 | +ROW |69207 |1485 |33319 |5 |0 |1A7C11|0 |2 |0 | +ROW |69208 |1486 |33320 |5 |0 |1A7C11|0 |2 |0 | +ROW |69209 |1487 |33304 |5 |0 |1A7C11|0 |2 |0 | +ROW |69210 |1487 |33305 |5 |1 |2774A4|0 |2 |0 | +ROW |69211 |727 |27936 |5 |0 |1A7C11|0 |2 |0 | +ROW |69212 |1054 |27935 |2 |0 |1A7C11|0 |2 |0 | +ROW |69213 |1054 |30122 |5 |1 |2774A4|0 |2 |0 | +ROW |69214 |1055 |30123 |5 |0 |1A7C11|0 |2 |0 | +ROW |69215 |730 |27975 |5 |0 |1A7C11|0 |2 |0 | +ROW |69216 |1056 |30126 |5 |0 |1A7C11|0 |2 |0 | +ROW |69217 |733 |28003 |5 |0 |1A7C11|0 |2 |0 | +ROW |69218 |1057 |30131 |5 |0 |1A7C11|0 |2 |0 | +ROW |69219 |736 |28031 |5 |0 |1A7C11|0 |2 |0 | +ROW |69220 |1058 |30136 |5 |0 |1A7C11|0 |2 |0 | +ROW |69221 |1701 |35553 |0 |0 |1A7C11|0 |2 |0 | +ROW |69222 |1701 |35556 |0 |1 |2774A4|0 |2 |0 | +ROW |69223 |1702 |35558 |0 |0 |1A7C11|0 |2 |0 | +ROW |69224 |1702 |35561 |0 |1 |2774A4|0 |2 |0 | +ROW |69225 |1703 |35562 |0 |0 |1A7C11|0 |2 |0 | +ROW |69226 |1704 |35563 |0 |0 |1A7C11|0 |2 |0 | +ROW |69227 |1705 |35592 |0 |0 |1A7C11|0 |2 |0 | +ROW |69228 |1705 |35584 |0 |1 |2774A4|0 |2 |0 | +ROW |69229 |1705 |35594 |0 |2 |F63100|0 |2 |0 | +ROW |69230 |1705 |35586 |0 |3 |A54F10|0 |2 |0 | +ROW |69231 |1705 |35595 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69232 |1705 |35587 |0 |5 |6C59DC|0 |2 |0 | +ROW |69233 |1706 |35593 |0 |0 |1A7C11|0 |2 |0 | +ROW |69234 |1706 |35585 |0 |1 |2774A4|0 |2 |0 | +ROW |69235 |1707 |35583 |0 |0 |1A7C11|0 |2 |0 | +ROW |69236 |1707 |35591 |0 |1 |2774A4|0 |2 |0 | +ROW |69237 |1708 |35598 |0 |0 |1A7C11|0 |2 |0 | +ROW |69238 |1709 |35606 |0 |0 |1A7C11|0 |2 |0 | +ROW |69239 |1710 |35607 |0 |0 |1A7C11|0 |2 |0 | +ROW |69240 |1711 |35566 |5 |0 |1A7C11|0 |2 |0 | +ROW |69241 |1712 |35622 |0 |0 |1A7C11|0 |2 |0 | +ROW |69242 |1713 |35634 |0 |0 |1A7C11|0 |2 |0 | +ROW |69243 |1713 |35626 |0 |1 |2774A4|0 |2 |0 | +ROW |69244 |1713 |35636 |0 |2 |F63100|0 |2 |0 | +ROW |69245 |1713 |35628 |0 |3 |A54F10|0 |2 |0 | +ROW |69246 |1713 |35637 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69247 |1713 |35629 |0 |5 |6C59DC|0 |2 |0 | +ROW |69248 |1714 |35635 |0 |0 |1A7C11|0 |2 |0 | +ROW |69249 |1714 |35627 |0 |1 |2774A4|0 |2 |0 | +ROW |69250 |1715 |35625 |0 |0 |1A7C11|0 |2 |0 | +ROW |69251 |1715 |35633 |0 |1 |2774A4|0 |2 |0 | +ROW |69252 |1716 |35640 |0 |0 |1A7C11|0 |2 |0 | +ROW |69253 |1717 |35641 |0 |0 |1A7C11|0 |2 |0 | +ROW |69254 |1718 |35610 |5 |0 |1A7C11|0 |2 |0 | +ROW |69255 |1719 |35658 |0 |0 |1A7C11|0 |2 |0 | +ROW |69256 |1720 |35659 |0 |0 |1A7C11|0 |2 |0 | +ROW |69257 |1721 |35660 |0 |0 |1A7C11|0 |2 |0 | +ROW |69258 |1722 |35661 |0 |0 |1A7C11|0 |2 |0 | +ROW |69259 |1723 |35669 |0 |0 |1A7C11|0 |2 |0 | +ROW |69260 |1723 |35679 |0 |1 |2774A4|0 |2 |0 | +ROW |69261 |1723 |35670 |0 |2 |F63100|0 |2 |0 | +ROW |69262 |1723 |35665 |0 |3 |A54F10|0 |2 |0 | +ROW |69263 |1723 |35672 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69264 |1723 |35666 |0 |5 |6C59DC|0 |2 |0 | +ROW |69265 |1724 |35663 |0 |0 |1A7C11|0 |2 |0 | +ROW |69266 |1724 |35664 |0 |1 |2774A4|0 |2 |0 | +ROW |69267 |1725 |35686 |0 |0 |1A7C11|0 |2 |0 | +ROW |69268 |1725 |35693 |0 |1 |2774A4|0 |2 |0 | +ROW |69269 |1725 |35684 |0 |2 |F63100|0 |2 |0 | +ROW |69270 |1725 |35691 |0 |3 |A54F10|0 |2 |0 | +ROW |69271 |1725 |35683 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69272 |1725 |35690 |0 |5 |6C59DC|0 |2 |0 | +ROW |69273 |1726 |35685 |0 |0 |1A7C11|0 |2 |0 | +ROW |69274 |1726 |35692 |0 |1 |2774A4|0 |2 |0 | +ROW |69275 |1727 |35694 |0 |0 |1A7C11|0 |2 |0 | +ROW |69276 |1727 |35687 |0 |1 |2774A4|0 |2 |0 | +ROW |69277 |1728 |35707 |0 |0 |1A7C11|0 |2 |0 | +ROW |69278 |1729 |35708 |0 |0 |1A7C11|0 |2 |0 | +ROW |69279 |1730 |35725 |0 |0 |1A7C11|0 |2 |0 | +ROW |69280 |1731 |35726 |0 |0 |1A7C11|0 |2 |0 | +ROW |69281 |1732 |35727 |0 |0 |1A7C11|0 |2 |0 | +ROW |69282 |1733 |35728 |0 |0 |1A7C11|0 |2 |0 | +ROW |69283 |1734 |35736 |0 |0 |1A7C11|0 |2 |0 | +ROW |69284 |1734 |35746 |0 |1 |2774A4|0 |2 |0 | +ROW |69285 |1734 |35737 |0 |2 |F63100|0 |2 |0 | +ROW |69286 |1734 |35732 |0 |3 |A54F10|0 |2 |0 | +ROW |69287 |1734 |35739 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69288 |1734 |35733 |0 |5 |6C59DC|0 |2 |0 | +ROW |69289 |1735 |35730 |0 |0 |1A7C11|0 |2 |0 | +ROW |69290 |1735 |35731 |0 |1 |2774A4|0 |2 |0 | +ROW |69291 |1736 |35753 |0 |0 |1A7C11|0 |2 |0 | +ROW |69292 |1736 |35760 |0 |1 |2774A4|0 |2 |0 | +ROW |69293 |1736 |35751 |0 |2 |F63100|0 |2 |0 | +ROW |69294 |1736 |35758 |0 |3 |A54F10|0 |2 |0 | +ROW |69295 |1736 |35750 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69296 |1736 |35757 |0 |5 |6C59DC|0 |2 |0 | +ROW |69297 |1737 |35752 |0 |0 |1A7C11|0 |2 |0 | +ROW |69298 |1737 |35759 |0 |1 |2774A4|0 |2 |0 | +ROW |69299 |1738 |35761 |0 |0 |1A7C11|0 |2 |0 | +ROW |69300 |1738 |35754 |0 |1 |2774A4|0 |2 |0 | +ROW |69301 |1739 |35774 |0 |0 |1A7C11|0 |2 |0 | +ROW |69302 |1740 |35775 |0 |0 |1A7C11|0 |2 |0 | +ROW |69303 |1741 |35791 |0 |0 |1A7C11|0 |2 |0 | +ROW |69304 |1742 |35799 |0 |0 |1A7C11|0 |2 |0 | +ROW |69305 |1742 |35802 |0 |1 |2774A4|0 |2 |0 | +ROW |69306 |1743 |35804 |0 |0 |1A7C11|0 |2 |0 | +ROW |69307 |1743 |35807 |0 |1 |2774A4|0 |2 |0 | +ROW |69308 |1744 |35808 |0 |0 |1A7C11|0 |2 |0 | +ROW |69309 |1745 |35809 |0 |0 |1A7C11|0 |2 |0 | +ROW |69310 |1746 |35834 |0 |0 |1A7C11|0 |2 |0 | +ROW |69311 |1746 |35826 |0 |1 |2774A4|0 |2 |0 | +ROW |69312 |1746 |35836 |0 |2 |F63100|0 |2 |0 | +ROW |69313 |1746 |35828 |0 |3 |A54F10|0 |2 |0 | +ROW |69314 |1746 |35837 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69315 |1746 |35829 |0 |5 |6C59DC|0 |2 |0 | +ROW |69316 |1747 |35835 |0 |0 |1A7C11|0 |2 |0 | +ROW |69317 |1747 |35827 |0 |1 |2774A4|0 |2 |0 | +ROW |69318 |1748 |35825 |0 |0 |1A7C11|0 |2 |0 | +ROW |69319 |1748 |35833 |0 |1 |2774A4|0 |2 |0 | +ROW |69320 |1749 |35840 |0 |0 |1A7C11|0 |2 |0 | +ROW |69321 |1750 |35812 |5 |0 |1A7C11|0 |2 |0 | +ROW |69322 |1751 |35876 |0 |0 |1A7C11|0 |2 |0 | +ROW |69323 |1751 |35868 |0 |1 |2774A4|0 |2 |0 | +ROW |69324 |1751 |35878 |0 |2 |F63100|0 |2 |0 | +ROW |69325 |1751 |35870 |0 |3 |A54F10|0 |2 |0 | +ROW |69326 |1751 |35879 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69327 |1751 |35871 |0 |5 |6C59DC|0 |2 |0 | +ROW |69328 |1752 |35877 |0 |0 |1A7C11|0 |2 |0 | +ROW |69329 |1752 |35869 |0 |1 |2774A4|0 |2 |0 | +ROW |69330 |1753 |35867 |0 |0 |1A7C11|0 |2 |0 | +ROW |69331 |1753 |35875 |0 |1 |2774A4|0 |2 |0 | +ROW |69332 |1754 |35882 |0 |0 |1A7C11|0 |2 |0 | +ROW |69333 |1755 |35890 |0 |0 |1A7C11|0 |2 |0 | +ROW |69334 |1756 |35891 |0 |0 |1A7C11|0 |2 |0 | +ROW |69335 |1757 |35850 |5 |0 |1A7C11|0 |2 |0 | +ROW |69336 |1758 |35920 |0 |0 |1A7C11|0 |2 |0 | +ROW |69337 |1758 |35912 |0 |1 |2774A4|0 |2 |0 | +ROW |69338 |1758 |35922 |0 |2 |F63100|0 |2 |0 | +ROW |69339 |1758 |35914 |0 |3 |A54F10|0 |2 |0 | +ROW |69340 |1758 |35923 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69341 |1758 |35915 |0 |5 |6C59DC|0 |2 |0 | +ROW |69342 |1759 |35921 |0 |0 |1A7C11|0 |2 |0 | +ROW |69343 |1759 |35913 |0 |1 |2774A4|0 |2 |0 | +ROW |69344 |1760 |35911 |0 |0 |1A7C11|0 |2 |0 | +ROW |69345 |1760 |35919 |0 |1 |2774A4|0 |2 |0 | +ROW |69346 |1761 |35926 |0 |0 |1A7C11|0 |2 |0 | +ROW |69347 |1762 |35934 |0 |0 |1A7C11|0 |2 |0 | +ROW |69348 |1763 |35935 |0 |0 |1A7C11|0 |2 |0 | +ROW |69349 |1764 |35894 |5 |0 |1A7C11|0 |2 |0 | +ROW |69350 |1765 |35952 |0 |0 |1A7C11|0 |2 |0 | +ROW |69351 |1766 |35964 |0 |0 |1A7C11|0 |2 |0 | +ROW |69352 |1766 |35956 |0 |1 |2774A4|0 |2 |0 | +ROW |69353 |1766 |35966 |0 |2 |F63100|0 |2 |0 | +ROW |69354 |1766 |35958 |0 |3 |A54F10|0 |2 |0 | +ROW |69355 |1766 |35967 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69356 |1766 |35959 |0 |5 |6C59DC|0 |2 |0 | +ROW |69357 |1767 |35965 |0 |0 |1A7C11|0 |2 |0 | +ROW |69358 |1767 |35957 |0 |1 |2774A4|0 |2 |0 | +ROW |69359 |1768 |35955 |0 |0 |1A7C11|0 |2 |0 | +ROW |69360 |1768 |35963 |0 |1 |2774A4|0 |2 |0 | +ROW |69361 |1769 |35970 |0 |0 |1A7C11|0 |2 |0 | +ROW |69362 |1770 |35978 |0 |0 |1A7C11|0 |2 |0 | +ROW |69363 |1771 |35979 |0 |0 |1A7C11|0 |2 |0 | +ROW |69364 |1772 |35938 |5 |0 |1A7C11|0 |2 |0 | +ROW |69365 |1773 |35996 |0 |0 |1A7C11|0 |2 |0 | +ROW |69366 |1774 |36008 |0 |0 |1A7C11|0 |2 |0 | +ROW |69367 |1774 |36000 |0 |1 |2774A4|0 |2 |0 | +ROW |69368 |1774 |36010 |0 |2 |F63100|0 |2 |0 | +ROW |69369 |1774 |36002 |0 |3 |A54F10|0 |2 |0 | +ROW |69370 |1774 |36011 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69371 |1774 |36003 |0 |5 |6C59DC|0 |2 |0 | +ROW |69372 |1775 |36009 |0 |0 |1A7C11|0 |2 |0 | +ROW |69373 |1775 |36001 |0 |1 |2774A4|0 |2 |0 | +ROW |69374 |1776 |35999 |0 |0 |1A7C11|0 |2 |0 | +ROW |69375 |1776 |36007 |0 |1 |2774A4|0 |2 |0 | +ROW |69376 |1777 |36014 |0 |0 |1A7C11|0 |2 |0 | +ROW |69377 |1778 |36022 |0 |0 |1A7C11|0 |2 |0 | +ROW |69378 |1779 |36023 |0 |0 |1A7C11|0 |2 |0 | +ROW |69379 |1780 |35982 |5 |0 |1A7C11|0 |2 |0 | +ROW |69380 |1781 |36041 |0 |0 |1A7C11|0 |2 |0 | +ROW |69381 |1782 |36053 |0 |0 |1A7C11|0 |2 |0 | +ROW |69382 |1782 |36045 |0 |1 |2774A4|0 |2 |0 | +ROW |69383 |1782 |36055 |0 |2 |F63100|0 |2 |0 | +ROW |69384 |1782 |36047 |0 |3 |A54F10|0 |2 |0 | +ROW |69385 |1782 |36056 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69386 |1782 |36048 |0 |5 |6C59DC|0 |2 |0 | +ROW |69387 |1783 |36054 |0 |0 |1A7C11|0 |2 |0 | +ROW |69388 |1783 |36046 |0 |1 |2774A4|0 |2 |0 | +ROW |69389 |1784 |36044 |0 |0 |1A7C11|0 |2 |0 | +ROW |69390 |1784 |36052 |0 |1 |2774A4|0 |2 |0 | +ROW |69391 |1785 |36059 |0 |0 |1A7C11|0 |2 |0 | +ROW |69392 |1786 |36067 |0 |0 |1A7C11|0 |2 |0 | +ROW |69393 |1787 |36068 |0 |0 |1A7C11|0 |2 |0 | +ROW |69394 |1788 |36026 |5 |0 |1A7C11|0 |2 |0 | +ROW |69395 |1789 |36086 |0 |0 |1A7C11|0 |2 |0 | +ROW |69396 |1790 |36098 |0 |0 |1A7C11|0 |2 |0 | +ROW |69397 |1790 |36090 |0 |1 |2774A4|0 |2 |0 | +ROW |69398 |1790 |36100 |0 |2 |F63100|0 |2 |0 | +ROW |69399 |1790 |36092 |0 |3 |A54F10|0 |2 |0 | +ROW |69400 |1790 |36101 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69401 |1790 |36093 |0 |5 |6C59DC|0 |2 |0 | +ROW |69402 |1791 |36099 |0 |0 |1A7C11|0 |2 |0 | +ROW |69403 |1791 |36091 |0 |1 |2774A4|0 |2 |0 | +ROW |69404 |1792 |36089 |0 |0 |1A7C11|0 |2 |0 | +ROW |69405 |1792 |36097 |0 |1 |2774A4|0 |2 |0 | +ROW |69406 |1793 |36104 |0 |0 |1A7C11|0 |2 |0 | +ROW |69407 |1794 |36112 |0 |0 |1A7C11|0 |2 |0 | +ROW |69408 |1795 |36113 |0 |0 |1A7C11|0 |2 |0 | +ROW |69409 |1796 |36071 |5 |0 |1A7C11|0 |2 |0 | +ROW |69410 |1797 |36131 |0 |0 |1A7C11|0 |2 |0 | +ROW |69411 |1798 |36144 |0 |0 |1A7C11|0 |2 |0 | +ROW |69412 |1798 |36136 |0 |1 |2774A4|0 |2 |0 | +ROW |69413 |1798 |36146 |0 |2 |F63100|0 |2 |0 | +ROW |69414 |1798 |36138 |0 |3 |A54F10|0 |2 |0 | +ROW |69415 |1798 |36147 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69416 |1798 |36139 |0 |5 |6C59DC|0 |2 |0 | +ROW |69417 |1799 |36145 |0 |0 |1A7C11|0 |2 |0 | +ROW |69418 |1799 |36137 |0 |1 |2774A4|0 |2 |0 | +ROW |69419 |1800 |36135 |0 |0 |1A7C11|0 |2 |0 | +ROW |69420 |1800 |36143 |0 |1 |2774A4|0 |2 |0 | +ROW |69421 |1801 |36150 |0 |0 |1A7C11|0 |2 |0 | +ROW |69422 |1802 |36158 |0 |0 |1A7C11|0 |2 |0 | +ROW |69423 |1803 |36159 |0 |0 |1A7C11|0 |2 |0 | +ROW |69424 |1804 |36116 |5 |0 |1A7C11|0 |2 |0 | +ROW |69425 |1223 |31370 |0 |0 |1A7C11|0 |2 |0 | +ROW |69426 |1223 |31371 |5 |1 |2774A4|0 |2 |0 | +ROW |69427 |1226 |31380 |0 |0 |1A7C11|0 |2 |0 | +ROW |69428 |1226 |31383 |5 |1 |2774A4|0 |2 |0 | +ROW |69429 |1229 |31379 |0 |0 |1A7C11|1 |2 |0 | +ROW |69430 |1229 |31382 |5 |1 |2774A4|0 |2 |0 | +ROW |69431 |887 |29211 |0 |0 |969696|0 |9 |2 | +ROW |69432 |887 |29210 |0 |1 |C80000|0 |9 |0 | +ROW |69433 |899 |29216 |5 |0 |1A7C11|0 |2 |0 | +ROW |69434 |899 |29217 |2 |1 |2774A4|0 |2 |0 | +ROW |69435 |899 |29218 |0 |2 |F63100|1 |2 |0 | +ROW |69436 |899 |29219 |0 |3 |A54F10|1 |2 |0 | +ROW |69437 |899 |29220 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69438 |899 |29221 |0 |5 |6C59DC|1 |2 |0 | +ROW |69439 |911 |29089 |0 |0 |1A7C11|0 |2 |0 | +ROW |69440 |911 |29102 |0 |1 |2774A4|0 |2 |0 | +ROW |69441 |908 |29098 |0 |0 |1A7C11|0 |2 |0 | +ROW |69442 |908 |29097 |0 |1 |2774A4|0 |2 |0 | +ROW |69443 |908 |29095 |0 |2 |F63100|0 |2 |0 | +ROW |69444 |908 |29088 |0 |3 |A54F10|0 |2 |0 | +ROW |69445 |908 |29094 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69446 |908 |29093 |0 |5 |6C59DC|0 |2 |0 | +ROW |69447 |908 |29092 |0 |6 |AC8C14|0 |2 |0 | +ROW |69448 |908 |29091 |0 |7 |611F27|0 |2 |0 | +ROW |69449 |908 |29090 |0 |8 |F230E0|0 |2 |0 | +ROW |69450 |905 |29198 |5 |0 |1A7C11|0 |2 |0 | +ROW |69451 |917 |29104 |2 |0 |1A7C11|0 |2 |0 | +ROW |69452 |917 |29105 |5 |1 |2774A4|0 |2 |0 | +ROW |69453 |914 |31364 |5 |0 |1A7C11|0 |2 |0 | +ROW |69454 |923 |29118 |0 |0 |1A7C11|0 |2 |0 | +ROW |69455 |923 |29119 |0 |1 |2774A4|0 |2 |0 | +ROW |69456 |923 |29117 |0 |2 |F63100|0 |2 |0 | +ROW |69457 |920 |29107 |0 |0 |1A7C11|0 |2 |0 | +ROW |69458 |920 |29106 |0 |1 |2774A4|0 |2 |0 | +ROW |69459 |902 |29096 |0 |0 |1A7C11|0 |2 |0 | +ROW |69460 |902 |29101 |0 |1 |2774A4|0 |2 |0 | +ROW |69461 |902 |29100 |0 |2 |F63100|0 |2 |0 | +ROW |69462 |902 |29087 |0 |3 |A54F10|1 |2 |0 | +ROW |69463 |1279 |31902 |0 |0 |1A7C11|0 |2 |0 | +ROW |69464 |1279 |31903 |5 |1 |2774A4|0 |2 |0 | +ROW |69465 |1281 |31933 |0 |0 |1A7C11|0 |2 |0 | +ROW |69466 |1281 |31936 |5 |1 |2774A4|0 |2 |0 | +ROW |69467 |1283 |31932 |0 |0 |1A7C11|1 |2 |0 | +ROW |69468 |1283 |31935 |5 |1 |2774A4|0 |2 |0 | +ROW |69469 |1285 |31907 |0 |0 |969696|0 |9 |2 | +ROW |69470 |1285 |31908 |0 |1 |C80000|0 |9 |0 | +ROW |69471 |1287 |31911 |5 |0 |1A7C11|0 |2 |0 | +ROW |69472 |1287 |31914 |2 |1 |2774A4|0 |2 |0 | +ROW |69473 |1287 |31913 |0 |2 |F63100|1 |2 |0 | +ROW |69474 |1287 |31910 |0 |3 |A54F10|1 |2 |0 | +ROW |69475 |1287 |31912 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69476 |1287 |31909 |0 |5 |6C59DC|1 |2 |0 | +ROW |69477 |1289 |31831 |0 |0 |1A7C11|0 |2 |0 | +ROW |69478 |1289 |31820 |0 |1 |2774A4|0 |2 |0 | +ROW |69479 |1291 |31822 |0 |0 |1A7C11|0 |2 |0 | +ROW |69480 |1291 |31835 |0 |1 |2774A4|0 |2 |0 | +ROW |69481 |1291 |31825 |0 |2 |F63100|0 |2 |0 | +ROW |69482 |1291 |31826 |0 |3 |A54F10|0 |2 |0 | +ROW |69483 |1291 |31823 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69484 |1291 |31827 |0 |5 |6C59DC|0 |2 |0 | +ROW |69485 |1291 |31824 |0 |6 |AC8C14|0 |2 |0 | +ROW |69486 |1291 |31828 |0 |7 |611F27|0 |2 |0 | +ROW |69487 |1291 |31830 |0 |8 |F230E0|0 |2 |0 | +ROW |69488 |1293 |31892 |5 |0 |1A7C11|0 |2 |0 | +ROW |69489 |1295 |31855 |2 |0 |1A7C11|0 |2 |0 | +ROW |69490 |1295 |31853 |5 |1 |2774A4|0 |2 |0 | +ROW |69491 |1297 |31893 |5 |0 |1A7C11|0 |2 |0 | +ROW |69492 |1299 |31838 |0 |0 |1A7C11|0 |2 |0 | +ROW |69493 |1299 |31839 |0 |1 |2774A4|0 |2 |0 | +ROW |69494 |1299 |31837 |0 |2 |F63100|0 |2 |0 | +ROW |69495 |1301 |31850 |0 |0 |1A7C11|0 |2 |0 | +ROW |69496 |1301 |31852 |0 |1 |2774A4|0 |2 |0 | +ROW |69497 |1303 |31829 |0 |0 |1A7C11|0 |2 |0 | +ROW |69498 |1303 |31833 |0 |1 |2774A4|0 |2 |0 | +ROW |69499 |1303 |31834 |0 |2 |F63100|0 |2 |0 | +ROW |69500 |1303 |31832 |0 |3 |A54F10|1 |2 |0 | +ROW |69501 |952 |29436 |5 |0 |1A7C11|0 |2 |0 | +ROW |69502 |952 |29437 |2 |1 |2774A4|0 |2 |0 | +ROW |69503 |952 |29438 |0 |2 |F63100|1 |2 |0 | +ROW |69504 |952 |29439 |0 |3 |A54F10|1 |2 |0 | +ROW |69505 |952 |29441 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69506 |952 |29440 |0 |5 |6C59DC|1 |2 |0 | +ROW |69507 |955 |29434 |0 |0 |1A7C11|0 |2 |0 | +ROW |69508 |955 |29435 |5 |1 |2774A4|0 |2 |0 | +ROW |69509 |954 |29448 |0 |0 |1A7C11|0 |2 |0 | +ROW |69510 |954 |29449 |5 |1 |2774A4|0 |2 |0 | +ROW |69511 |956 |29452 |0 |0 |1A7C11|1 |2 |0 | +ROW |69512 |956 |29453 |5 |1 |2774A4|0 |2 |0 | +ROW |69513 |953 |29446 |0 |0 |969696|0 |9 |2 | +ROW |69514 |953 |29432 |0 |1 |C80000|0 |9 |0 | +ROW |69515 |960 |29405 |0 |0 |1A7C11|0 |2 |0 | +ROW |69516 |960 |29406 |0 |1 |2774A4|0 |2 |0 | +ROW |69517 |959 |29426 |0 |0 |1A7C11|0 |2 |0 | +ROW |69518 |959 |29413 |0 |1 |2774A4|0 |2 |0 | +ROW |69519 |959 |29411 |0 |2 |F63100|0 |2 |0 | +ROW |69520 |959 |29410 |0 |3 |A54F10|0 |2 |0 | +ROW |69521 |959 |29399 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69522 |959 |29409 |0 |5 |6C59DC|0 |2 |0 | +ROW |69523 |959 |29412 |0 |6 |AC8C14|0 |2 |0 | +ROW |69524 |959 |29408 |0 |7 |611F27|0 |2 |0 | +ROW |69525 |959 |29407 |0 |8 |F230E0|0 |2 |0 | +ROW |69526 |958 |29427 |5 |0 |1A7C11|0 |2 |0 | +ROW |69527 |962 |29403 |2 |0 |1A7C11|0 |2 |0 | +ROW |69528 |962 |29402 |5 |1 |2774A4|0 |2 |0 | +ROW |69529 |961 |29396 |5 |0 |1A7C11|0 |2 |0 | +ROW |69530 |963 |29400 |0 |0 |1A7C11|0 |2 |0 | +ROW |69531 |963 |29401 |0 |1 |2774A4|0 |2 |0 | +ROW |69532 |957 |29420 |0 |0 |1A7C11|0 |2 |0 | +ROW |69533 |957 |29419 |0 |1 |2774A4|0 |2 |0 | +ROW |69534 |957 |29418 |0 |2 |F63100|0 |2 |0 | +ROW |69535 |957 |29417 |0 |3 |A54F10|1 |2 |0 | +ROW |69536 |866 |29014 |0 |0 |1A7C11|0 |2 |0 | +ROW |69537 |866 |29015 |5 |1 |2774A4|0 |2 |0 | +ROW |69538 |868 |29018 |0 |0 |1A7C11|0 |2 |0 | +ROW |69539 |868 |29019 |0 |1 |2774A4|0 |2 |0 | +ROW |69540 |868 |29022 |0 |2 |F63100|0 |2 |0 | +ROW |69541 |868 |29023 |0 |3 |A54F10|0 |2 |0 | +ROW |69542 |868 |29020 |0 |4 |FC6EA3|0 |2 |0 | +ROW |69543 |868 |29024 |0 |5 |6C59DC|0 |2 |0 | +ROW |69544 |868 |29021 |0 |6 |AC8C14|0 |2 |0 | +ROW |69545 |868 |29025 |0 |7 |611F27|0 |2 |0 | +ROW |69546 |868 |29026 |0 |8 |F230E0|0 |2 |0 | +ROW |69547 |870 |29048 |5 |0 |1A7C11|0 |2 |0 | +ROW |69548 |872 |29028 |0 |0 |969696|0 |9 |2 | +ROW |69549 |872 |29027 |0 |1 |C80000|0 |9 |0 | +ROW |69550 |882 |28992 |0 |0 |1A7C11|0 |2 |0 | +ROW |69551 |882 |28991 |0 |1 |2774A4|0 |2 |0 | +ROW |69552 |876 |28982 |2 |0 |1A7C11|0 |2 |0 | +ROW |69553 |876 |28983 |5 |1 |2774A4|0 |2 |0 | +ROW |69554 |874 |28978 |5 |0 |1A7C11|0 |2 |0 | +ROW |69555 |878 |28985 |0 |0 |1A7C11|0 |2 |0 | +ROW |69556 |878 |28984 |0 |1 |2774A4|0 |2 |0 | +ROW |69557 |880 |28987 |0 |0 |1A7C11|0 |2 |0 | +ROW |69558 |880 |28988 |0 |1 |2774A4|0 |2 |0 | +ROW |69559 |880 |28989 |0 |2 |F63100|0 |2 |0 | +ROW |69560 |880 |28990 |0 |3 |A54F10|1 |2 |0 | +ROW |69561 |964 |29513 |0 |0 |969696|0 |9 |2 | +ROW |69562 |964 |29512 |0 |1 |C80000|0 |9 |0 | +ROW |69563 |1238 |31435 |5 |0 |1A7C11|0 |2 |0 | +ROW |69564 |1238 |31438 |2 |1 |2774A4|0 |2 |0 | +ROW |69565 |1238 |31437 |0 |2 |F63100|1 |2 |0 | +ROW |69566 |1238 |31434 |0 |3 |A54F10|1 |2 |0 | +ROW |69567 |1238 |31436 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69568 |1238 |31433 |0 |5 |6C59DC|1 |2 |0 | +ROW |69569 |1488 |33321 |0 |0 |1A7C11|0 |2 |0 | +ROW |69570 |1488 |33324 |0 |1 |2774A4|0 |2 |0 | +ROW |69571 |1490 |33322 |0 |0 |1A7C11|0 |2 |0 | +ROW |69572 |1490 |33323 |5 |1 |2774A4|0 |2 |0 | +ROW |69573 |1240 |31441 |0 |0 |1A7C11|0 |2 |0 | +ROW |69574 |1240 |31442 |5 |1 |2774A4|0 |2 |0 | +ROW |69575 |1242 |31440 |0 |0 |1A7C11|1 |2 |0 | +ROW |69576 |1242 |31439 |5 |1 |2774A4|0 |2 |0 | +ROW |69577 |974 |29456 |0 |0 |1A7C11|0 |2 |0 | +ROW |69578 |974 |29455 |0 |1 |2774A4|0 |2 |0 | +ROW |69579 |976 |29458 |0 |0 |1A7C11|0 |2 |0 | +ROW |69580 |976 |29457 |0 |1 |2774A4|0 |2 |0 | +ROW |69581 |972 |29454 |5 |0 |1A7C11|0 |2 |0 | +ROW |69582 |978 |29462 |5 |0 |1A7C11|0 |2 |0 | +ROW |69583 |980 |31421 |0 |0 |1A7C11|0 |2 |0 | +ROW |69584 |980 |29466 |0 |1 |2774A4|0 |2 |0 | +ROW |69585 |1305 |32013 |0 |0 |969696|0 |9 |2 | +ROW |69586 |1305 |32014 |0 |1 |C80000|0 |9 |0 | +ROW |69587 |1307 |32017 |5 |0 |1A7C11|0 |2 |0 | +ROW |69588 |1307 |32020 |2 |1 |2774A4|0 |2 |0 | +ROW |69589 |1307 |32019 |0 |2 |F63100|1 |2 |0 | +ROW |69590 |1307 |32016 |0 |3 |A54F10|1 |2 |0 | +ROW |69591 |1307 |32018 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69592 |1307 |32015 |0 |5 |6C59DC|1 |2 |0 | +ROW |69593 |1492 |33329 |0 |0 |1A7C11|0 |2 |0 | +ROW |69594 |1492 |33332 |0 |1 |2774A4|0 |2 |0 | +ROW |69595 |1494 |33330 |0 |0 |1A7C11|0 |2 |0 | +ROW |69596 |1494 |33331 |5 |1 |2774A4|0 |2 |0 | +ROW |69597 |1309 |32023 |0 |0 |1A7C11|0 |2 |0 | +ROW |69598 |1309 |32024 |5 |1 |2774A4|0 |2 |0 | +ROW |69599 |1311 |32022 |0 |0 |1A7C11|1 |2 |0 | +ROW |69600 |1311 |32021 |5 |1 |2774A4|0 |2 |0 | +ROW |69601 |1313 |31952 |0 |0 |1A7C11|0 |2 |0 | +ROW |69602 |1313 |31949 |0 |1 |2774A4|0 |2 |0 | +ROW |69603 |1315 |31951 |0 |0 |1A7C11|0 |2 |0 | +ROW |69604 |1315 |31950 |0 |1 |2774A4|0 |2 |0 | +ROW |69605 |1317 |31954 |5 |0 |1A7C11|0 |2 |0 | +ROW |69606 |1319 |31973 |5 |0 |1A7C11|0 |2 |0 | +ROW |69607 |1321 |31969 |0 |0 |1A7C11|0 |2 |0 | +ROW |69608 |1321 |31970 |0 |1 |2774A4|0 |2 |0 | +ROW |69609 |1583 |34451 |0 |0 |1A7C11|0 |2 |0 | +ROW |69610 |1584 |34465 |0 |0 |1A7C11|0 |2 |0 | +ROW |69611 |1584 |34463 |0 |1 |2774A4|0 |2 |0 | +ROW |69612 |1585 |34466 |0 |0 |1A7C11|0 |2 |0 | +ROW |69613 |1585 |34462 |0 |1 |2774A4|0 |2 |0 | +ROW |69614 |1586 |34499 |0 |0 |1A7C11|0 |2 |0 | +ROW |69615 |1587 |34513 |0 |0 |1A7C11|0 |2 |0 | +ROW |69616 |1587 |34511 |0 |1 |2774A4|0 |2 |0 | +ROW |69617 |1588 |34514 |0 |0 |1A7C11|0 |2 |0 | +ROW |69618 |1588 |34510 |0 |1 |2774A4|0 |2 |0 | +ROW |69619 |1589 |34547 |0 |0 |1A7C11|0 |2 |0 | +ROW |69620 |1590 |34561 |0 |0 |1A7C11|0 |2 |0 | +ROW |69621 |1590 |34559 |0 |1 |2774A4|0 |2 |0 | +ROW |69622 |1591 |34562 |0 |0 |1A7C11|0 |2 |0 | +ROW |69623 |1591 |34558 |0 |1 |2774A4|0 |2 |0 | +ROW |69624 |1592 |34595 |0 |0 |1A7C11|0 |2 |0 | +ROW |69625 |1593 |34609 |0 |0 |1A7C11|0 |2 |0 | +ROW |69626 |1593 |34607 |0 |1 |2774A4|0 |2 |0 | +ROW |69627 |1594 |34610 |0 |0 |1A7C11|0 |2 |0 | +ROW |69628 |1594 |34606 |0 |1 |2774A4|0 |2 |0 | +ROW |69629 |1595 |34643 |0 |0 |1A7C11|0 |2 |0 | +ROW |69630 |1596 |34657 |0 |0 |1A7C11|0 |2 |0 | +ROW |69631 |1596 |34655 |0 |1 |2774A4|0 |2 |0 | +ROW |69632 |1597 |34658 |0 |0 |1A7C11|0 |2 |0 | +ROW |69633 |1597 |34654 |0 |1 |2774A4|0 |2 |0 | +ROW |69634 |1619 |35016 |0 |0 |1A7C11|0 |2 |0 | +ROW |69635 |1620 |35030 |0 |0 |1A7C11|0 |2 |0 | +ROW |69636 |1620 |35028 |0 |1 |2774A4|0 |2 |0 | +ROW |69637 |1621 |35031 |0 |0 |1A7C11|0 |2 |0 | +ROW |69638 |1621 |35027 |0 |1 |2774A4|0 |2 |0 | +ROW |69639 |1601 |34739 |0 |0 |1A7C11|0 |2 |0 | +ROW |69640 |1602 |34753 |0 |0 |1A7C11|0 |2 |0 | +ROW |69641 |1602 |34751 |0 |1 |2774A4|0 |2 |0 | +ROW |69642 |1603 |34754 |0 |0 |1A7C11|0 |2 |0 | +ROW |69643 |1603 |34750 |0 |1 |2774A4|0 |2 |0 | +ROW |69644 |1604 |34787 |0 |0 |1A7C11|0 |2 |0 | +ROW |69645 |1569 |34192 |0 |0 |1A7C11|0 |2 |0 | +ROW |69646 |1569 |34180 |0 |1 |2774A4|0 |2 |0 | +ROW |69647 |1570 |34194 |0 |0 |1A7C11|0 |2 |0 | +ROW |69648 |1570 |34190 |0 |1 |2774A4|0 |2 |0 | +ROW |69649 |1605 |34793 |0 |0 |1A7C11|0 |2 |0 | +ROW |69650 |1606 |34807 |0 |0 |1A7C11|0 |2 |0 | +ROW |69651 |1606 |34805 |0 |1 |2774A4|0 |2 |0 | +ROW |69652 |1607 |34808 |0 |0 |1A7C11|0 |2 |0 | +ROW |69653 |1607 |34804 |0 |1 |2774A4|0 |2 |0 | +ROW |69654 |1608 |34841 |0 |0 |1A7C11|0 |2 |0 | +ROW |69655 |1609 |34855 |0 |0 |1A7C11|0 |2 |0 | +ROW |69656 |1609 |34853 |0 |1 |2774A4|0 |2 |0 | +ROW |69657 |1610 |34856 |0 |0 |1A7C11|0 |2 |0 | +ROW |69658 |1610 |34852 |0 |1 |2774A4|0 |2 |0 | +ROW |69659 |1611 |34889 |0 |0 |1A7C11|0 |2 |0 | +ROW |69660 |1612 |34903 |0 |0 |1A7C11|0 |2 |0 | +ROW |69661 |1612 |34901 |0 |1 |2774A4|0 |2 |0 | +ROW |69662 |1613 |34904 |0 |0 |1A7C11|0 |2 |0 | +ROW |69663 |1613 |34900 |0 |1 |2774A4|0 |2 |0 | +ROW |69664 |1518 |33705 |5 |0 |1A7C11|0 |2 |0 | +ROW |69665 |1519 |33724 |0 |0 |1A7C11|0 |2 |0 | +ROW |69666 |1519 |33722 |0 |1 |2774A4|0 |2 |0 | +ROW |69667 |1519 |33726 |0 |2 |F63100|0 |2 |0 | +ROW |69668 |1520 |33719 |0 |0 |1A7C11|0 |2 |0 | +ROW |69669 |1520 |33720 |0 |1 |2774A4|0 |2 |0 | +ROW |69670 |1520 |33721 |0 |2 |F63100|0 |2 |0 | +ROW |69671 |1521 |33725 |0 |0 |1A7C11|0 |2 |0 | +ROW |69672 |1521 |33723 |0 |1 |2774A4|0 |2 |0 | +ROW |69673 |1521 |33727 |0 |2 |F63100|0 |2 |0 | +ROW |69674 |1522 |33730 |5 |0 |1A7C11|0 |2 |0 | +ROW |69675 |1523 |33734 |0 |0 |1A7C11|0 |2 |0 | +ROW |69676 |1523 |33732 |0 |1 |2774A4|0 |2 |0 | +ROW |69677 |1523 |33736 |0 |2 |F63100|0 |2 |0 | +ROW |69678 |1524 |33735 |0 |0 |1A7C11|0 |2 |0 | +ROW |69679 |1524 |33733 |0 |1 |2774A4|0 |2 |0 | +ROW |69680 |1524 |33737 |0 |2 |F63100|0 |2 |0 | +ROW |69681 |1525 |33743 |0 |0 |1A7C11|0 |2 |0 | +ROW |69682 |1525 |33742 |0 |1 |2774A4|0 |2 |0 | +ROW |69683 |1525 |33738 |0 |2 |F63100|0 |2 |0 | +ROW |69684 |1526 |33692 |0 |0 |1A7C11|0 |2 |0 | +ROW |69685 |1526 |33693 |0 |1 |2774A4|0 |2 |0 | +ROW |69686 |1571 |34269 |0 |0 |1A7C11|0 |2 |0 | +ROW |69687 |1571 |34270 |0 |1 |2774A4|0 |2 |0 | +ROW |69688 |1571 |34271 |0 |2 |F63100|0 |2 |0 | +ROW |69689 |1571 |34272 |0 |3 |A54F10|0 |2 |0 | +ROW |69690 |1572 |34311 |0 |0 |1A7C11|0 |2 |0 | +ROW |69691 |1572 |34301 |0 |1 |2774A4|0 |2 |0 | +ROW |69692 |1573 |34243 |0 |0 |1A7C11|0 |2 |0 | +ROW |69693 |1573 |34244 |0 |1 |2774A4|0 |2 |0 | +ROW |69694 |1573 |34246 |0 |2 |F63100|0 |2 |0 | +ROW |69695 |1573 |34245 |0 |3 |A54F10|0 |2 |0 | +ROW |69696 |1574 |34239 |0 |0 |1A7C11|0 |2 |0 | +ROW |69697 |1574 |34227 |0 |1 |2774A4|0 |2 |0 | +ROW |69698 |1574 |34236 |0 |2 |F63100|0 |2 |0 | +ROW |69699 |1574 |34237 |0 |3 |A54F10|0 |2 |0 | +ROW |69700 |1575 |34253 |0 |0 |1A7C11|0 |2 |0 | +ROW |69701 |1575 |34252 |0 |1 |2774A4|0 |2 |0 | +ROW |69702 |1575 |34249 |0 |2 |F63100|0 |2 |0 | +ROW |69703 |1575 |34251 |0 |3 |A54F10|0 |2 |0 | +ROW |69704 |1496 |33368 |5 |0 |1A7C11|0 |2 |0 | +ROW |69705 |1497 |33371 |1 |0 |1A7C11|0 |2 |0 | +ROW |69706 |1497 |33371 |1 |1 |2774A4|0 |2 |0 | +ROW |69707 |1498 |33379 |5 |0 |1A7C11|0 |2 |0 | +ROW |69708 |1498 |33382 |2 |1 |2774A4|0 |2 |0 | +ROW |69709 |1498 |33381 |0 |2 |F63100|1 |2 |0 | +ROW |69710 |1498 |33378 |0 |3 |A54F10|1 |2 |0 | +ROW |69711 |1498 |33380 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69712 |1498 |33377 |0 |5 |6C59DC|1 |2 |0 | +ROW |69713 |1142 |30689 |0 |0 |1A7C11|0 |2 |0 | +ROW |69714 |1805 |36187 |5 |0 |1A7C11|0 |2 |0 | +ROW |69715 |1805 |36192 |2 |1 |2774A4|0 |2 |0 | +ROW |69716 |1805 |36190 |0 |2 |F63100|1 |2 |0 | +ROW |69717 |1805 |36185 |0 |3 |A54F10|1 |2 |0 | +ROW |69718 |1805 |36189 |0 |4 |FC6EA3|1 |2 |0 | +ROW |69719 |1805 |36184 |0 |5 |6C59DC|1 |2 |0 | +ROW |69720 |1275 |31794 |0 |0 |1A7C11|0 |2 |0 | +ROW |69721 |1275 |31792 |0 |1 |2774A4|0 |2 |0 | +ROW |69722 |1275 |31800 |0 |2 |F63100|1 |2 |0 | +ROW |69723 |1276 |36771 |0 |0 |1A7C11|0 |2 |0 | +ROW |69724 |1276 |33390 |0 |1 |2774A4|0 |2 |0 | +ROW |69725 |1276 |31799 |0 |2 |F63100|0 |2 |0 | +ROW |69726 |1276 |31797 |0 |3 |A54F10|0 |2 |0 | +ROW |69727 |1277 |36770 |0 |0 |1A7C11|0 |2 |0 | +ROW |69728 |1277 |33389 |0 |1 |2774A4|0 |2 |0 | +ROW |69729 |1277 |31795 |0 |2 |F63100|0 |2 |0 | +ROW |69730 |1278 |36769 |0 |0 |1A7C11|0 |2 |0 | +ROW |69731 |1278 |31793 |0 |1 |2774A4|0 |2 |0 | +ROW |69732 |1278 |31802 |0 |2 |F63100|0 |2 |0 | +ROW |69733 |1278 |31790 |0 |3 |A54F10|0 |2 |0 | +ROW |69734 |1278 |31791 |0 |4 |FC6EA3|0 |2 |0 | TABLE |hostmacro FIELDS|hostmacroid|hostid|macro |value |description |type| @@ -24662,6 +24714,12 @@ ROW |2787 |10336 |{$AMI.TRUNK_ACTIVE_CHANNELS_TOTAL.MAX.WARN:"SIP"} ROW |2788 |10447 |{$TRAVIS.API.TOKEN} | |Travis API Token |0 | ROW |2789 |10447 |{$TRAVIS.API.URL} |api.travis-ci.com |Travis API URL |0 | ROW |2790 |10447 |{$TRAVIS.BUILDS.SUCCESS.PERCENT} |80 |Percent of successful builds in the repo (for trigger expression) |0 | +ROW |2791 |10448 |{$INFLUXDB.API.TOKEN} | |InfluxDB API Authorization Token |0 | +ROW |2792 |10448 |{$INFLUXDB.ORG_NAME.MATCHES} |.* |Filter of discoverable organizations |0 | +ROW |2793 |10448 |{$INFLUXDB.ORG_NAME.NOT_MATCHES} |CHANGE_IF_NEEDED |Filter to exclude discovered organizations |0 | +ROW |2794 |10448 |{$INFLUXDB.REQ.FAIL.MAX.WARN} |2 |Maximum number of query requests failures for trigger expression. |0 | +ROW |2795 |10448 |{$INFLUXDB.TASK.RUN.FAIL.MAX.WARN} |2 |Maximum number of tasks runs failures for trigger expression. |0 | +ROW |2796 |10448 |{$INFLUXDB.URL} |http://localhost:8086 |InfluxDB instance URL |0 | TABLE |hosts_groups FIELDS|hostgroupid|hostid|groupid| @@ -24898,6 +24956,7 @@ ROW |467 |10444 |11 | ROW |468 |10445 |11 | ROW |469 |10446 |11 | ROW |470 |10447 |12 | +ROW |471 |10448 |12 | TABLE |hosts_templates FIELDS|hosttemplateid|hostid|templateid| @@ -31828,6 +31887,8 @@ ROW |6780 |554 |4 |failed ROW |6781 |555 |0 |not available |0 |0 | ROW |6782 |555 |1 |available |0 |1 | ROW |6783 |555 |2 |unknown |0 |2 | +ROW |6784 |556 |0 |Failed |0 |0 | +ROW |6785 |556 |1 |Ok |0 |1 | TABLE |sysmaps FIELDS|sysmapid|name |width|height|backgroundid|label_type|label_location|highlight|expandproblem|markelements|show_unack|grid_size|grid_show|grid_align|label_format|label_type_host|label_type_hostgroup|label_type_trigger|label_type_map|label_type_image|label_string_host|label_string_hostgroup|label_string_trigger|label_string_map|label_string_image|iconmapid|expand_macros|severity_min|userid|private|show_suppressed| @@ -35277,6 +35338,14 @@ ROW |4838 |36791 |36781 | ROW |4839 |36792 |36781 | ROW |4840 |36793 |36781 | ROW |4841 |36794 |36781 | +ROW |4842 |36814 |36813 | +ROW |4843 |36815 |36813 | +ROW |4844 |36816 |36813 | +ROW |4845 |36817 |36813 | +ROW |4846 |36818 |36813 | +ROW |4847 |36819 |36813 | +ROW |4848 |36820 |33657 | +ROW |4849 |36821 |33669 | TABLE |host_discovery FIELDS|hostid|parent_hostid|parent_itemid| @@ -36490,6 +36559,8 @@ ROW |1680 |36733 |8 |{#SENSOR_LOCALE} |5 ROW |1681 |36734 |8 |{#SENSOR_LOCALE} |7 | ROW |1682 |36735 |8 |{#SENSOR_LOCALE} |10 | ROW |1683 |36736 |8 |{#SENSOR_LOCALE} |3 | +ROW |1684 |36813 |9 |{#ORG_NAME} |{$INFLUXDB.ORG_NAME.NOT_MATCHES} | +ROW |1685 |36813 |8 |{#ORG_NAME} |{$INFLUXDB.ORG_NAME.MATCHES} | TABLE |item_rtdata FIELDS|itemid| @@ -44768,6 +44839,60 @@ ROW |85917 |36793 |1 |12 |$.builds[0].number ROW |85918 |36793 |2 |20 |1h |0 | | ROW |85919 |36794 |1 |12 |$.builds[0].state |0 | | ROW |85920 |36794 |2 |20 |1h |0 | | +ROW |85921 |36795 |0 |26 | |1 | | +ROW |85922 |36795 |1 |23 | |0 | | +ROW |85923 |36796 |0 |26 | |2 |{"status":"fail"}]} | +ROW |85924 |36796 |1 |21 |return JSON.parse(value).status == 'pass' ? 1: 0 |0 | | +ROW |85925 |36796 |2 |20 |30m |0 | | +ROW |85926 |36797 |1 |12 |$[?(@.name=="influxdb_users_total")].value.first() |1 | | +ROW |85927 |36797 |2 |20 |30m |0 | | +ROW |85928 |36798 |1 |12 |$[?(@.name=="influxdb_uptime_seconds")].value.first() |0 | | +ROW |85929 |36799 |1 |12 |$[?(@.name=="influxdb_tokens_total")].value.first() |1 | | +ROW |85930 |36799 |2 |20 |30m |0 | | +ROW |85931 |36800 |1 |12 |$[?(@.name=="influxdb_telegraf_plugins_count")].value.sum() |1 | | +ROW |85932 |36800 |2 |20 |30m |0 | | +ROW |85933 |36801 |1 |12 |$[?(@.name=="influxdb_telegrafs_total")].value.first() |1 | | +ROW |85934 |36801 |2 |20 |30m |0 | | +ROW |85935 |36802 |1 |12 |$[?(@.name=="task_executor_workers_busy")].value.first() |1 | | +ROW |85936 |36803 |1 |12 |$[?(@.name=="task_executor_total_runs_active")].value.first() |1 | | +ROW |85937 |36804 |1 |12 |$[?(@.name=="task_executor_total_runs_complete" && @.labels.status == "success")].value.sum() |1 | | +ROW |85938 |36804 |2 |10 | |0 | | +ROW |85939 |36805 |1 |12 |$[?(@.name=="task_executor_total_runs_complete" && @.labels.status == "failed")].value.sum() |1 | | +ROW |85940 |36805 |2 |10 | |0 | | +ROW |85941 |36806 |1 |12 |$[?(@.name=="influxdb_scrapers_total")].value.first() |1 | | +ROW |85942 |36806 |2 |20 |30m |0 | | +ROW |85943 |36807 |1 |12 |$[?(@.name=="influxdb_organizations_total")].value.first() |1 | | +ROW |85944 |36807 |2 |20 |30m |0 | | +ROW |85945 |36808 |1 |12 |$[?(@.name=="influxdb_dashboards_total")].value.first() |1 | | +ROW |85946 |36808 |2 |20 |30m |0 | | +ROW |85947 |36809 |1 |12 |$[?(@.name=="influxdb_buckets_total")].value.first() |1 | | +ROW |85948 |36809 |2 |20 |30m |0 | | +ROW |85949 |36810 |1 |12 |$[?(@.name=="boltdb_writes_total")].value.first() |1 | | +ROW |85950 |36810 |2 |10 | |0 | | +ROW |85951 |36811 |1 |12 |$[?(@.name=="boltdb_reads_total")].value.first() |1 | | +ROW |85952 |36811 |2 |10 | |0 | | +ROW |85953 |36812 |1 |12 |$[?(@.name=="influxdb_info")].labels.version.first() |0 | | +ROW |85954 |36812 |2 |20 |3h |0 | | +ROW |85955 |36813 |1 |21 |var result = [];&bsn;&bsn;JSON.parse(value).orgs.forEach(function (e) {&bsn; result.push({&bsn; "{#ORG_ID}": e.id,&bsn; "{#ORG_NAME}": e.name,&bsn; "{#ORG_DESCRIPTION}": e.description&bsn; });&bsn;});&bsn;&bsn;return JSON.stringify(result) |0 | | +ROW |85956 |36813 |2 |20 |1h |0 | | +ROW |85957 |36814 |1 |12 |$[?(@.name=="http_query_response_bytes" && @.labels.status != "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first() |1 | | +ROW |85958 |36814 |2 |10 | |0 | | +ROW |85959 |36815 |1 |12 |$[?(@.name=="http_query_response_bytes" && @.labels.status == "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first() |1 | | +ROW |85960 |36815 |2 |10 | |0 | | +ROW |85961 |36816 |1 |12 |$[?(@.name=="http_query_request_count" && @.labels.status != "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first() |1 | | +ROW |85962 |36816 |2 |10 | |0 | | +ROW |85963 |36817 |1 |12 |$[?(@.name=="http_query_request_count" && @.labels.status == "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first() |1 | | +ROW |85964 |36817 |2 |10 | |0 | | +ROW |85965 |36818 |1 |12 |$[?(@.name=="http_query_request_bytes" && @.labels.status != "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first() |1 | | +ROW |85966 |36818 |2 |10 | |0 | | +ROW |85967 |36819 |1 |12 |$[?(@.name=="http_query_request_bytes" && @.labels.status == "200" && @.labels.endpoint == "/api/v2/query" && @.labels.org_id == "{#ORG_ID}") ].value.first() |1 | | +ROW |85968 |36819 |2 |10 | |0 | | +ROW |85969 |33661 |2 |20 |6h |0 | | +ROW |85970 |36820 |1 |12 |$[?(@.disk_name=='{#NAME}')].ata_smart_attributes.table[?(@.id=={#ID})].raw.string.first() |0 | | +ROW |85971 |36820 |2 |20 |6h |0 | | +ROW |85972 |33673 |2 |20 |6h |0 | | +ROW |85973 |36821 |1 |12 |$[?(@.disk_name=='{#NAME}')].ata_smart_attributes.table[?(@.id=={#ID})].raw.string.first() |0 | | +ROW |85974 |36821 |2 |20 |6h |0 | | TABLE |sysmap_shape FIELDS|sysmap_shapeid|sysmapid|type|x |y |width|height|text |font|font_size|font_color|text_halign|text_valign|border_type|border_width|border_color|background_color|zindex| @@ -44870,436 +44995,436 @@ TABLE |lld_override FIELDS|lld_overrideid|itemid|name |step|evaltype|formula|stop| ROW |195 |34718 |Temp |1 |0 | |0 | ROW |196 |34719 |Temp |1 |0 | |0 | -ROW |484 |30961 |trigger |1 |0 | |0 | -ROW |485 |30193 |Discard HTTP status codes |1 |0 | |0 | -ROW |486 |30194 |Discard HTTP status codes |1 |0 | |0 | -ROW |487 |30195 |Discard HTTP status codes |1 |0 | |0 | -ROW |488 |30236 |Discard HTTP status codes |1 |0 | |0 | -ROW |489 |30237 |Discard HTTP status codes |1 |0 | |0 | -ROW |490 |30238 |Discard HTTP status codes |1 |0 | |0 | -ROW |491 |33521 |trigger disabled non main channels |1 |0 | |0 | -ROW |492 |33810 |Primary metrics |1 |0 | |0 | -ROW |493 |33810 |Arbiter metrics |2 |0 | |0 | -ROW |494 |34346 |Too many missed regions trigger |1 |0 | |0 | -ROW |495 |34346 |Unresponsive peers trigger |2 |0 | |0 | -ROW |496 |34403 |Failed GC-related operations trigger |1 |0 | |0 | -ROW |497 |34443 |Too many unreachable messages trigger |1 |0 | |0 | -ROW |498 |33657 |ID filter |1 |0 | |0 | -ROW |499 |33658 |Not NVMe |2 |0 | |0 | -ROW |500 |33658 |Self-test |1 |0 | |0 | -ROW |501 |33669 |ID filter |1 |0 | |0 | -ROW |502 |33670 |Not NVMe |2 |0 | |0 | -ROW |503 |33670 |Self-test |1 |0 | |0 | -ROW |504 |28306 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 | -ROW |505 |28306 |trigger THRESHOLD_HI_WARN |3 |0 | |0 | -ROW |506 |28306 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 | -ROW |507 |28306 |trigger THRESHOLD_LO_WARN |1 |0 | |0 | -ROW |508 |28307 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 | -ROW |509 |28307 |trigger THRESHOLD_HI_WARN |3 |0 | |0 | -ROW |510 |28307 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 | -ROW |511 |28307 |trigger THRESHOLD_LO_WARN |1 |0 | |0 | -ROW |512 |33182 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 | -ROW |513 |33182 |trigger THRESHOLD_HI_WARN |3 |0 | |0 | -ROW |514 |33182 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 | -ROW |515 |33182 |trigger THRESHOLD_LO_WARN |1 |0 | |0 | -ROW |516 |35366 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |517 |35542 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |518 |35543 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |519 |35575 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |520 |35619 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |521 |35653 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |522 |35654 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |523 |35720 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |524 |35721 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |525 |35787 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |526 |35788 |Trigger disabled |1 |0 | |0 | -ROW |527 |35788 |Trigger enabled |2 |0 | |0 | -ROW |528 |35820 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |529 |35859 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |530 |35903 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |531 |35947 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |532 |35991 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |533 |36036 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |534 |36081 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |535 |36126 |Don't create triggers for matching interface|1 |0 | |0 | -ROW |536 |34478 |Temp |1 |0 | |0 | -ROW |537 |34479 |Temp |1 |0 | |0 | -ROW |538 |34526 |Temp |1 |0 | |0 | -ROW |539 |34527 |Temp |1 |0 | |0 | -ROW |540 |34574 |Temp |1 |0 | |0 | -ROW |541 |34575 |Temp |1 |0 | |0 | -ROW |542 |34622 |Temp |1 |0 | |0 | -ROW |543 |34623 |Temp |1 |0 | |0 | -ROW |544 |34670 |Temp |1 |0 | |0 | -ROW |545 |34671 |Temp |1 |0 | |0 | -ROW |546 |35043 |Temp |1 |0 | |0 | -ROW |547 |35044 |Temp |1 |0 | |0 | -ROW |548 |34766 |Temp |1 |0 | |0 | -ROW |549 |34767 |Temp |1 |0 | |0 | -ROW |550 |34209 |Temp |1 |0 | |0 | -ROW |551 |34210 |Temp |1 |0 | |0 | -ROW |552 |34820 |Temp |1 |0 | |0 | -ROW |553 |34821 |Temp |1 |0 | |0 | -ROW |554 |34868 |Temp |1 |0 | |0 | -ROW |555 |34869 |Temp |1 |0 | |0 | -ROW |556 |34916 |Temp |1 |0 | |0 | -ROW |557 |34917 |Temp |1 |0 | |0 | -ROW |558 |33354 |Do not discover aggregate metrics |1 |0 | |0 | -ROW |559 |30687 |trigger SENSOR_HI_CRIT |5 |0 | |0 | -ROW |560 |30687 |trigger SENSOR_HI_DISAST |6 |0 | |0 | -ROW |561 |30687 |trigger SENSOR_HI_WARN |4 |0 | |0 | -ROW |562 |30687 |trigger SENSOR_LO_CRIT |2 |0 | |0 | -ROW |563 |30687 |trigger SENSOR_LO_DISAST |3 |0 | |0 | -ROW |564 |30687 |trigger SENSOR_LO_WARN |1 |0 | |0 | +ROW |565 |30961 |trigger |1 |0 | |0 | +ROW |566 |30193 |Discard HTTP status codes |1 |0 | |0 | +ROW |567 |30194 |Discard HTTP status codes |1 |0 | |0 | +ROW |568 |30195 |Discard HTTP status codes |1 |0 | |0 | +ROW |569 |30236 |Discard HTTP status codes |1 |0 | |0 | +ROW |570 |30237 |Discard HTTP status codes |1 |0 | |0 | +ROW |571 |30238 |Discard HTTP status codes |1 |0 | |0 | +ROW |572 |33521 |trigger disabled non main channels |1 |0 | |0 | +ROW |573 |33810 |Primary metrics |1 |0 | |0 | +ROW |574 |33810 |Arbiter metrics |2 |0 | |0 | +ROW |575 |34346 |Too many missed regions trigger |1 |0 | |0 | +ROW |576 |34346 |Unresponsive peers trigger |2 |0 | |0 | +ROW |577 |34403 |Failed GC-related operations trigger |1 |0 | |0 | +ROW |578 |34443 |Too many unreachable messages trigger |1 |0 | |0 | +ROW |579 |33657 |ID filter |1 |0 | |0 | +ROW |580 |33658 |Not NVMe |2 |0 | |0 | +ROW |581 |33658 |Self-test |1 |0 | |0 | +ROW |582 |33669 |ID filter |1 |0 | |0 | +ROW |583 |33670 |Not NVMe |2 |0 | |0 | +ROW |584 |33670 |Self-test |1 |0 | |0 | +ROW |585 |28306 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 | +ROW |586 |28306 |trigger THRESHOLD_HI_WARN |3 |0 | |0 | +ROW |587 |28306 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 | +ROW |588 |28306 |trigger THRESHOLD_LO_WARN |1 |0 | |0 | +ROW |589 |28307 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 | +ROW |590 |28307 |trigger THRESHOLD_HI_WARN |3 |0 | |0 | +ROW |591 |28307 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 | +ROW |592 |28307 |trigger THRESHOLD_LO_WARN |1 |0 | |0 | +ROW |593 |33182 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 | +ROW |594 |33182 |trigger THRESHOLD_HI_WARN |3 |0 | |0 | +ROW |595 |33182 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 | +ROW |596 |33182 |trigger THRESHOLD_LO_WARN |1 |0 | |0 | +ROW |597 |35366 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |598 |35542 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |599 |35543 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |600 |35575 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |601 |35619 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |602 |35653 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |603 |35654 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |604 |35720 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |605 |35721 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |606 |35787 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |607 |35788 |Trigger disabled |1 |0 | |0 | +ROW |608 |35788 |Trigger enabled |2 |0 | |0 | +ROW |609 |35820 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |610 |35859 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |611 |35903 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |612 |35947 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |613 |35991 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |614 |36036 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |615 |36081 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |616 |36126 |Don't create triggers for matching interface|1 |0 | |0 | +ROW |617 |34478 |Temp |1 |0 | |0 | +ROW |618 |34479 |Temp |1 |0 | |0 | +ROW |619 |34526 |Temp |1 |0 | |0 | +ROW |620 |34527 |Temp |1 |0 | |0 | +ROW |621 |34574 |Temp |1 |0 | |0 | +ROW |622 |34575 |Temp |1 |0 | |0 | +ROW |623 |34622 |Temp |1 |0 | |0 | +ROW |624 |34623 |Temp |1 |0 | |0 | +ROW |625 |34670 |Temp |1 |0 | |0 | +ROW |626 |34671 |Temp |1 |0 | |0 | +ROW |627 |35043 |Temp |1 |0 | |0 | +ROW |628 |35044 |Temp |1 |0 | |0 | +ROW |629 |34766 |Temp |1 |0 | |0 | +ROW |630 |34767 |Temp |1 |0 | |0 | +ROW |631 |34209 |Temp |1 |0 | |0 | +ROW |632 |34210 |Temp |1 |0 | |0 | +ROW |633 |34820 |Temp |1 |0 | |0 | +ROW |634 |34821 |Temp |1 |0 | |0 | +ROW |635 |34868 |Temp |1 |0 | |0 | +ROW |636 |34869 |Temp |1 |0 | |0 | +ROW |637 |34916 |Temp |1 |0 | |0 | +ROW |638 |34917 |Temp |1 |0 | |0 | +ROW |639 |33354 |Do not discover aggregate metrics |1 |0 | |0 | +ROW |640 |30687 |trigger SENSOR_HI_CRIT |5 |0 | |0 | +ROW |641 |30687 |trigger SENSOR_HI_DISAST |6 |0 | |0 | +ROW |642 |30687 |trigger SENSOR_HI_WARN |4 |0 | |0 | +ROW |643 |30687 |trigger SENSOR_LO_CRIT |2 |0 | |0 | +ROW |644 |30687 |trigger SENSOR_LO_DISAST |3 |0 | |0 | +ROW |645 |30687 |trigger SENSOR_LO_WARN |1 |0 | |0 | TABLE |lld_override_condition FIELDS|lld_override_conditionid|lld_overrideid|operator|macro |value | ROW |116 |195 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | ROW |117 |196 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |383 |484 |8 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.TRIGGER.MATCHES} | -ROW |384 |485 |8 |{#MODE} |tcp | -ROW |385 |486 |8 |{#MODE} |tcp | -ROW |386 |487 |8 |{#MODE} |tcp | -ROW |387 |488 |8 |{#MODE} |tcp | -ROW |388 |489 |8 |{#MODE} |tcp | -ROW |389 |490 |8 |{#MODE} |tcp | -ROW |390 |491 |9 |{#CHANNEL_ID} |{$HIKVISION_MAIN_CHANNEL_ID} | -ROW |391 |492 |8 |{#NODE_STATE} |1 | -ROW |392 |493 |8 |{#NODE_STATE} |7 | -ROW |393 |494 |8 |{#TYPE} |miss_peer_region_count | -ROW |394 |495 |8 |{#TYPE} |down_peer_region_count | -ROW |395 |496 |8 |{#TYPE} |failed | -ROW |396 |497 |8 |{#TYPE} |unreachable | -ROW |397 |498 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} | -ROW |398 |498 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} | -ROW |399 |499 |9 |{#DISKTYPE} |nvme | -ROW |400 |500 |8 |{#DISKTYPE} |nvme | -ROW |401 |501 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} | -ROW |402 |501 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} | -ROW |403 |502 |9 |{#DISKTYPE} |nvme | -ROW |404 |503 |8 |{#DISKTYPE} |nvme | -ROW |405 |504 |8 |{#THRESHOLD_HI_CRIT} |^$ | -ROW |406 |505 |8 |{#THRESHOLD_HI_WARN} |^$ | -ROW |407 |506 |8 |{#THRESHOLD_LO_CRIT} |^$ | -ROW |408 |507 |8 |{#THRESHOLD_LO_WARN} |^$ | -ROW |409 |508 |8 |{#THRESHOLD_HI_CRIT} |^$ | -ROW |410 |509 |8 |{#THRESHOLD_HI_WARN} |^$ | -ROW |411 |510 |8 |{#THRESHOLD_LO_CRIT} |^$ | -ROW |412 |511 |8 |{#THRESHOLD_LO_WARN} |^$ | -ROW |413 |512 |8 |{#THRESHOLD_HI_CRIT} |^$ | -ROW |414 |513 |8 |{#THRESHOLD_HI_WARN} |^$ | -ROW |415 |514 |8 |{#THRESHOLD_LO_CRIT} |^$ | -ROW |416 |515 |8 |{#THRESHOLD_LO_WARN} |^$ | -ROW |417 |516 |9 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |418 |517 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |419 |518 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |420 |519 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |421 |520 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |422 |521 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |423 |522 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |424 |523 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |425 |524 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |426 |525 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |427 |526 |8 |{#ZYXEL.IF.NAME} |.* | -ROW |428 |527 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |429 |528 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |430 |529 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |431 |530 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |432 |531 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |433 |532 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |434 |533 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |435 |534 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |436 |535 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| -ROW |437 |536 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |438 |537 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |439 |538 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |440 |539 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |441 |540 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |442 |541 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |443 |542 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |444 |543 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |445 |544 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |446 |545 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |447 |546 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |448 |547 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |449 |548 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |450 |549 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |451 |550 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |452 |551 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |453 |552 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |454 |553 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |455 |554 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |456 |555 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |457 |556 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | -ROW |458 |557 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | -ROW |459 |558 |8 |{#FSTYPE} |3&pipe;4 | +ROW |460 |565 |8 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.TRIGGER.MATCHES} | +ROW |461 |566 |8 |{#MODE} |tcp | +ROW |462 |567 |8 |{#MODE} |tcp | +ROW |463 |568 |8 |{#MODE} |tcp | +ROW |464 |569 |8 |{#MODE} |tcp | +ROW |465 |570 |8 |{#MODE} |tcp | +ROW |466 |571 |8 |{#MODE} |tcp | +ROW |467 |572 |9 |{#CHANNEL_ID} |{$HIKVISION_MAIN_CHANNEL_ID} | +ROW |468 |573 |8 |{#NODE_STATE} |1 | +ROW |469 |574 |8 |{#NODE_STATE} |7 | +ROW |470 |575 |8 |{#TYPE} |miss_peer_region_count | +ROW |471 |576 |8 |{#TYPE} |down_peer_region_count | +ROW |472 |577 |8 |{#TYPE} |failed | +ROW |473 |578 |8 |{#TYPE} |unreachable | +ROW |474 |579 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} | +ROW |475 |579 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} | +ROW |476 |580 |9 |{#DISKTYPE} |nvme | +ROW |477 |581 |8 |{#DISKTYPE} |nvme | +ROW |478 |582 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} | +ROW |479 |582 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} | +ROW |480 |583 |9 |{#DISKTYPE} |nvme | +ROW |481 |584 |8 |{#DISKTYPE} |nvme | +ROW |482 |585 |8 |{#THRESHOLD_HI_CRIT} |^$ | +ROW |483 |586 |8 |{#THRESHOLD_HI_WARN} |^$ | +ROW |484 |587 |8 |{#THRESHOLD_LO_CRIT} |^$ | +ROW |485 |588 |8 |{#THRESHOLD_LO_WARN} |^$ | +ROW |486 |589 |8 |{#THRESHOLD_HI_CRIT} |^$ | +ROW |487 |590 |8 |{#THRESHOLD_HI_WARN} |^$ | +ROW |488 |591 |8 |{#THRESHOLD_LO_CRIT} |^$ | +ROW |489 |592 |8 |{#THRESHOLD_LO_WARN} |^$ | +ROW |490 |593 |8 |{#THRESHOLD_HI_CRIT} |^$ | +ROW |491 |594 |8 |{#THRESHOLD_HI_WARN} |^$ | +ROW |492 |595 |8 |{#THRESHOLD_LO_CRIT} |^$ | +ROW |493 |596 |8 |{#THRESHOLD_LO_WARN} |^$ | +ROW |494 |597 |9 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |495 |598 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |496 |599 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |497 |600 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |498 |601 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |499 |602 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |500 |603 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |501 |604 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |502 |605 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |503 |606 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |504 |607 |8 |{#ZYXEL.IF.NAME} |.* | +ROW |505 |608 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |506 |609 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |507 |610 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |508 |611 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |509 |612 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |510 |613 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |511 |614 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |512 |615 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |513 |616 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}| +ROW |514 |617 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |515 |618 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |516 |619 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |517 |620 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |518 |621 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |519 |622 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |520 |623 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |521 |624 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |522 |625 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |523 |626 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |524 |627 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |525 |628 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |526 |629 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |527 |630 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |528 |631 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |529 |632 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |530 |633 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |531 |634 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |532 |635 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |533 |636 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |534 |637 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp | +ROW |535 |638 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp | +ROW |536 |639 |8 |{#FSTYPE} |3&pipe;4 | TABLE |lld_override_operation FIELDS|lld_override_operationid|lld_overrideid|operationobject|operator|value | ROW |201 |195 |0 |2 |Humidity | ROW |202 |196 |0 |2 |Humidity | -ROW |502 |484 |1 |2 |Too many failed gRPC requests | -ROW |503 |485 |0 |2 |Number of responses with codes | -ROW |504 |486 |0 |2 |Number of responses with codes | -ROW |505 |487 |0 |2 |Number of responses with codes | -ROW |506 |488 |0 |2 |Number of responses with codes | -ROW |507 |489 |0 |2 |Number of responses with codes | -ROW |508 |490 |0 |2 |Number of responses with codes | -ROW |509 |491 |1 |2 |Invalid video stream resolution parameters | -ROW |510 |492 |0 |2 |Number of replicas | -ROW |511 |492 |0 |2 |Unhealthy replicas | -ROW |512 |492 |0 |2 |Number of unhealthy replicas | -ROW |513 |492 |0 |2 |Replication lag | -ROW |514 |493 |0 |2 |Replication lag | -ROW |515 |494 |1 |2 |Too many missed regions | -ROW |516 |495 |1 |2 |There are unresponsive peers | -ROW |517 |496 |1 |2 |Too many failed GC-related operations | -ROW |518 |497 |1 |2 |Too many failure messages | -ROW |519 |498 |0 |8 | | -ROW |520 |499 |0 |8 |Media&pipe;Percentage&pipe;Critical | -ROW |521 |500 |0 |2 |Self-test | -ROW |522 |501 |0 |8 | | -ROW |523 |502 |0 |8 |Media&pipe;Percentage&pipe;Critical | -ROW |524 |503 |0 |2 |Self-test | -ROW |525 |504 |1 |8 |Temperature is above the critical threshold| -ROW |526 |505 |1 |8 |Temperature is above the warning threshold | -ROW |527 |506 |1 |8 |Temperature is below the critical threshold| -ROW |528 |507 |1 |8 |Temperature is below the warning threshold | -ROW |529 |508 |1 |8 |Fan speed is above the critical threshold | -ROW |530 |509 |1 |8 |Fan speed is above the warning threshold | -ROW |531 |510 |1 |8 |Fan speed is below the critical threshold | -ROW |532 |511 |1 |8 |Fan speed is below the warning threshold | -ROW |533 |512 |1 |8 |Voltage is above the critical threshold | -ROW |534 |513 |1 |8 |Voltage is above the warning threshold | -ROW |535 |514 |1 |8 |Voltage is below the critical threshold | -ROW |536 |515 |1 |8 |Voltage is below the warning threshold | -ROW |537 |516 |1 |8 |.* | -ROW |538 |517 |1 |8 |.* | -ROW |539 |518 |1 |8 |.* | -ROW |540 |519 |1 |8 |.* | -ROW |541 |520 |1 |8 |.* | -ROW |542 |521 |1 |8 |.* | -ROW |543 |522 |1 |8 |.* | -ROW |544 |523 |1 |8 |.* | -ROW |545 |524 |1 |8 |.* | -ROW |546 |525 |1 |8 |.* | -ROW |547 |526 |1 |8 |.* | -ROW |548 |527 |1 |8 |.* | -ROW |549 |528 |1 |8 |.* | -ROW |550 |529 |1 |8 |.* | -ROW |551 |530 |1 |8 |.* | -ROW |552 |531 |1 |8 |.* | -ROW |553 |532 |1 |8 |.* | -ROW |554 |533 |1 |8 |.* | -ROW |555 |534 |1 |8 |.* | -ROW |556 |535 |1 |8 |.* | -ROW |557 |536 |0 |2 |Humidity | -ROW |558 |537 |0 |2 |Humidity | -ROW |559 |538 |0 |2 |Humidity | -ROW |560 |539 |0 |2 |Humidity | -ROW |561 |540 |0 |2 |Humidity | -ROW |562 |541 |0 |2 |Humidity | -ROW |563 |542 |0 |2 |Humidity | -ROW |564 |543 |0 |2 |Humidity | -ROW |565 |544 |0 |2 |Humidity | -ROW |566 |545 |0 |2 |Humidity | -ROW |567 |546 |0 |2 |Humidity | -ROW |568 |547 |0 |2 |Humidity | -ROW |569 |548 |0 |2 |Humidity | -ROW |570 |549 |0 |2 |Humidity | -ROW |571 |550 |0 |2 |Humidity | -ROW |572 |551 |0 |2 |Humidity | -ROW |573 |552 |0 |2 |Humidity | -ROW |574 |553 |0 |2 |Humidity | -ROW |575 |554 |0 |2 |Humidity | -ROW |576 |555 |0 |2 |Humidity | -ROW |577 |556 |0 |2 |Humidity | -ROW |578 |557 |0 |2 |Humidity | -ROW |579 |558 |0 |2 |Saved | -ROW |580 |559 |1 |2 |{#SENSOR_HI_CRIT} | -ROW |581 |560 |1 |2 |{#SENSOR_HI_DISAST} | -ROW |582 |561 |1 |2 |{#SENSOR_HI_WARN} | -ROW |583 |562 |1 |2 |{#SENSOR_LO_CRIT} | -ROW |584 |563 |1 |2 |{#SENSOR_LO_DISAST} | -ROW |585 |564 |1 |2 |{#SENSOR_LO_WARN} | +ROW |586 |565 |1 |2 |Too many failed gRPC requests | +ROW |587 |566 |0 |2 |Number of responses with codes | +ROW |588 |567 |0 |2 |Number of responses with codes | +ROW |589 |568 |0 |2 |Number of responses with codes | +ROW |590 |569 |0 |2 |Number of responses with codes | +ROW |591 |570 |0 |2 |Number of responses with codes | +ROW |592 |571 |0 |2 |Number of responses with codes | +ROW |593 |572 |1 |2 |Invalid video stream resolution parameters | +ROW |594 |573 |0 |2 |Number of replicas | +ROW |595 |573 |0 |2 |Unhealthy replicas | +ROW |596 |573 |0 |2 |Number of unhealthy replicas | +ROW |597 |573 |0 |2 |Replication lag | +ROW |598 |574 |0 |2 |Replication lag | +ROW |599 |575 |1 |2 |Too many missed regions | +ROW |600 |576 |1 |2 |There are unresponsive peers | +ROW |601 |577 |1 |2 |Too many failed GC-related operations | +ROW |602 |578 |1 |2 |Too many failure messages | +ROW |603 |579 |0 |8 | | +ROW |604 |580 |0 |8 |Media&pipe;Percentage&pipe;Critical | +ROW |605 |581 |0 |2 |Self-test | +ROW |606 |582 |0 |8 | | +ROW |607 |583 |0 |8 |Media&pipe;Percentage&pipe;Critical | +ROW |608 |584 |0 |2 |Self-test | +ROW |609 |585 |1 |8 |Temperature is above the critical threshold| +ROW |610 |586 |1 |8 |Temperature is above the warning threshold | +ROW |611 |587 |1 |8 |Temperature is below the critical threshold| +ROW |612 |588 |1 |8 |Temperature is below the warning threshold | +ROW |613 |589 |1 |8 |Fan speed is above the critical threshold | +ROW |614 |590 |1 |8 |Fan speed is above the warning threshold | +ROW |615 |591 |1 |8 |Fan speed is below the critical threshold | +ROW |616 |592 |1 |8 |Fan speed is below the warning threshold | +ROW |617 |593 |1 |8 |Voltage is above the critical threshold | +ROW |618 |594 |1 |8 |Voltage is above the warning threshold | +ROW |619 |595 |1 |8 |Voltage is below the critical threshold | +ROW |620 |596 |1 |8 |Voltage is below the warning threshold | +ROW |621 |597 |1 |8 |.* | +ROW |622 |598 |1 |8 |.* | +ROW |623 |599 |1 |8 |.* | +ROW |624 |600 |1 |8 |.* | +ROW |625 |601 |1 |8 |.* | +ROW |626 |602 |1 |8 |.* | +ROW |627 |603 |1 |8 |.* | +ROW |628 |604 |1 |8 |.* | +ROW |629 |605 |1 |8 |.* | +ROW |630 |606 |1 |8 |.* | +ROW |631 |607 |1 |8 |.* | +ROW |632 |608 |1 |8 |.* | +ROW |633 |609 |1 |8 |.* | +ROW |634 |610 |1 |8 |.* | +ROW |635 |611 |1 |8 |.* | +ROW |636 |612 |1 |8 |.* | +ROW |637 |613 |1 |8 |.* | +ROW |638 |614 |1 |8 |.* | +ROW |639 |615 |1 |8 |.* | +ROW |640 |616 |1 |8 |.* | +ROW |641 |617 |0 |2 |Humidity | +ROW |642 |618 |0 |2 |Humidity | +ROW |643 |619 |0 |2 |Humidity | +ROW |644 |620 |0 |2 |Humidity | +ROW |645 |621 |0 |2 |Humidity | +ROW |646 |622 |0 |2 |Humidity | +ROW |647 |623 |0 |2 |Humidity | +ROW |648 |624 |0 |2 |Humidity | +ROW |649 |625 |0 |2 |Humidity | +ROW |650 |626 |0 |2 |Humidity | +ROW |651 |627 |0 |2 |Humidity | +ROW |652 |628 |0 |2 |Humidity | +ROW |653 |629 |0 |2 |Humidity | +ROW |654 |630 |0 |2 |Humidity | +ROW |655 |631 |0 |2 |Humidity | +ROW |656 |632 |0 |2 |Humidity | +ROW |657 |633 |0 |2 |Humidity | +ROW |658 |634 |0 |2 |Humidity | +ROW |659 |635 |0 |2 |Humidity | +ROW |660 |636 |0 |2 |Humidity | +ROW |661 |637 |0 |2 |Humidity | +ROW |662 |638 |0 |2 |Humidity | +ROW |663 |639 |0 |2 |Saved | +ROW |664 |640 |1 |2 |{#SENSOR_HI_CRIT} | +ROW |665 |641 |1 |2 |{#SENSOR_HI_DISAST} | +ROW |666 |642 |1 |2 |{#SENSOR_HI_WARN} | +ROW |667 |643 |1 |2 |{#SENSOR_LO_CRIT} | +ROW |668 |644 |1 |2 |{#SENSOR_LO_DISAST} | +ROW |669 |645 |1 |2 |{#SENSOR_LO_WARN} | TABLE |lld_override_opstatus FIELDS|lld_override_operationid|status| ROW |201 |0 | ROW |202 |0 | -ROW |502 |0 | -ROW |503 |0 | -ROW |504 |0 | -ROW |505 |0 | -ROW |506 |0 | -ROW |507 |0 | -ROW |508 |0 | -ROW |509 |0 | -ROW |510 |0 | -ROW |511 |0 | -ROW |512 |0 | -ROW |513 |0 | -ROW |514 |0 | -ROW |515 |0 | -ROW |516 |0 | -ROW |517 |0 | -ROW |518 |0 | -ROW |519 |0 | -ROW |520 |0 | -ROW |521 |0 | -ROW |522 |0 | -ROW |523 |0 | -ROW |524 |0 | -ROW |525 |0 | -ROW |526 |0 | -ROW |527 |0 | -ROW |528 |0 | -ROW |529 |0 | -ROW |530 |0 | -ROW |531 |0 | -ROW |532 |0 | -ROW |533 |0 | -ROW |534 |0 | -ROW |535 |0 | -ROW |536 |0 | -ROW |537 |0 | -ROW |538 |0 | -ROW |539 |0 | -ROW |540 |0 | -ROW |541 |0 | -ROW |542 |0 | -ROW |543 |0 | -ROW |544 |0 | -ROW |545 |0 | -ROW |546 |0 | -ROW |547 |0 | -ROW |548 |0 | -ROW |549 |0 | -ROW |550 |0 | -ROW |551 |0 | -ROW |552 |0 | -ROW |553 |0 | -ROW |554 |0 | -ROW |555 |0 | -ROW |556 |0 | -ROW |557 |0 | -ROW |558 |0 | -ROW |559 |0 | -ROW |560 |0 | -ROW |561 |0 | -ROW |562 |0 | -ROW |563 |0 | -ROW |564 |0 | -ROW |565 |0 | -ROW |566 |0 | -ROW |567 |0 | -ROW |568 |0 | -ROW |569 |0 | -ROW |570 |0 | -ROW |571 |0 | -ROW |572 |0 | -ROW |573 |0 | -ROW |574 |0 | -ROW |575 |0 | -ROW |576 |0 | -ROW |577 |0 | -ROW |578 |0 | -ROW |579 |0 | -ROW |580 |0 | -ROW |581 |0 | -ROW |582 |0 | -ROW |583 |0 | -ROW |584 |0 | -ROW |585 |0 | +ROW |586 |0 | +ROW |587 |0 | +ROW |588 |0 | +ROW |589 |0 | +ROW |590 |0 | +ROW |591 |0 | +ROW |592 |0 | +ROW |593 |0 | +ROW |594 |0 | +ROW |595 |0 | +ROW |596 |0 | +ROW |597 |0 | +ROW |598 |0 | +ROW |599 |0 | +ROW |600 |0 | +ROW |601 |0 | +ROW |602 |0 | +ROW |603 |0 | +ROW |604 |0 | +ROW |605 |0 | +ROW |606 |0 | +ROW |607 |0 | +ROW |608 |0 | +ROW |609 |0 | +ROW |610 |0 | +ROW |611 |0 | +ROW |612 |0 | +ROW |613 |0 | +ROW |614 |0 | +ROW |615 |0 | +ROW |616 |0 | +ROW |617 |0 | +ROW |618 |0 | +ROW |619 |0 | +ROW |620 |0 | +ROW |621 |0 | +ROW |622 |0 | +ROW |623 |0 | +ROW |624 |0 | +ROW |625 |0 | +ROW |626 |0 | +ROW |627 |0 | +ROW |628 |0 | +ROW |629 |0 | +ROW |630 |0 | +ROW |631 |0 | +ROW |632 |0 | +ROW |633 |0 | +ROW |634 |0 | +ROW |635 |0 | +ROW |636 |0 | +ROW |637 |0 | +ROW |638 |0 | +ROW |639 |0 | +ROW |640 |0 | +ROW |641 |0 | +ROW |642 |0 | +ROW |643 |0 | +ROW |644 |0 | +ROW |645 |0 | +ROW |646 |0 | +ROW |647 |0 | +ROW |648 |0 | +ROW |649 |0 | +ROW |650 |0 | +ROW |651 |0 | +ROW |652 |0 | +ROW |653 |0 | +ROW |654 |0 | +ROW |655 |0 | +ROW |656 |0 | +ROW |657 |0 | +ROW |658 |0 | +ROW |659 |0 | +ROW |660 |0 | +ROW |661 |0 | +ROW |662 |0 | +ROW |663 |0 | +ROW |664 |0 | +ROW |665 |0 | +ROW |666 |0 | +ROW |667 |0 | +ROW |668 |0 | +ROW |669 |0 | TABLE |lld_override_opdiscover FIELDS|lld_override_operationid|discover| ROW |201 |1 | ROW |202 |1 | -ROW |502 |0 | -ROW |503 |1 | -ROW |504 |1 | -ROW |505 |1 | -ROW |506 |1 | -ROW |507 |1 | -ROW |508 |1 | -ROW |509 |1 | -ROW |510 |0 | -ROW |511 |0 | -ROW |512 |0 | -ROW |513 |1 | -ROW |514 |1 | -ROW |515 |0 | -ROW |516 |0 | -ROW |517 |0 | -ROW |518 |0 | -ROW |519 |1 | -ROW |520 |1 | -ROW |521 |1 | -ROW |522 |1 | -ROW |523 |1 | -ROW |524 |1 | -ROW |525 |1 | -ROW |526 |1 | -ROW |527 |1 | -ROW |528 |1 | -ROW |529 |1 | -ROW |530 |1 | -ROW |531 |1 | -ROW |532 |1 | -ROW |533 |1 | -ROW |534 |1 | -ROW |535 |1 | -ROW |536 |1 | -ROW |537 |1 | -ROW |538 |1 | -ROW |539 |1 | -ROW |540 |1 | -ROW |541 |1 | -ROW |542 |1 | -ROW |543 |1 | -ROW |544 |1 | -ROW |545 |1 | -ROW |546 |1 | -ROW |547 |1 | -ROW |548 |0 | -ROW |549 |1 | -ROW |550 |1 | -ROW |551 |1 | -ROW |552 |1 | -ROW |553 |1 | -ROW |554 |1 | -ROW |555 |1 | -ROW |556 |1 | -ROW |557 |1 | -ROW |558 |1 | -ROW |559 |1 | -ROW |560 |1 | -ROW |561 |1 | -ROW |562 |1 | -ROW |563 |1 | -ROW |564 |1 | -ROW |565 |1 | -ROW |566 |1 | -ROW |567 |1 | -ROW |568 |1 | -ROW |569 |1 | -ROW |570 |1 | -ROW |571 |1 | -ROW |572 |1 | -ROW |573 |1 | -ROW |574 |1 | -ROW |575 |1 | -ROW |576 |1 | -ROW |577 |1 | -ROW |578 |1 | -ROW |579 |1 | -ROW |580 |1 | -ROW |581 |1 | -ROW |582 |1 | -ROW |583 |1 | -ROW |584 |1 | -ROW |585 |1 | +ROW |586 |0 | +ROW |587 |1 | +ROW |588 |1 | +ROW |589 |1 | +ROW |590 |1 | +ROW |591 |1 | +ROW |592 |1 | +ROW |593 |1 | +ROW |594 |0 | +ROW |595 |0 | +ROW |596 |0 | +ROW |597 |1 | +ROW |598 |1 | +ROW |599 |0 | +ROW |600 |0 | +ROW |601 |0 | +ROW |602 |0 | +ROW |603 |1 | +ROW |604 |1 | +ROW |605 |1 | +ROW |606 |1 | +ROW |607 |1 | +ROW |608 |1 | +ROW |609 |1 | +ROW |610 |1 | +ROW |611 |1 | +ROW |612 |1 | +ROW |613 |1 | +ROW |614 |1 | +ROW |615 |1 | +ROW |616 |1 | +ROW |617 |1 | +ROW |618 |1 | +ROW |619 |1 | +ROW |620 |1 | +ROW |621 |1 | +ROW |622 |1 | +ROW |623 |1 | +ROW |624 |1 | +ROW |625 |1 | +ROW |626 |1 | +ROW |627 |1 | +ROW |628 |1 | +ROW |629 |1 | +ROW |630 |1 | +ROW |631 |1 | +ROW |632 |0 | +ROW |633 |1 | +ROW |634 |1 | +ROW |635 |1 | +ROW |636 |1 | +ROW |637 |1 | +ROW |638 |1 | +ROW |639 |1 | +ROW |640 |1 | +ROW |641 |1 | +ROW |642 |1 | +ROW |643 |1 | +ROW |644 |1 | +ROW |645 |1 | +ROW |646 |1 | +ROW |647 |1 | +ROW |648 |1 | +ROW |649 |1 | +ROW |650 |1 | +ROW |651 |1 | +ROW |652 |1 | +ROW |653 |1 | +ROW |654 |1 | +ROW |655 |1 | +ROW |656 |1 | +ROW |657 |1 | +ROW |658 |1 | +ROW |659 |1 | +ROW |660 |1 | +ROW |661 |1 | +ROW |662 |1 | +ROW |663 |1 | +ROW |664 |1 | +ROW |665 |1 | +ROW |666 |1 | +ROW |667 |1 | +ROW |668 |1 | +ROW |669 |1 | TABLE |item_parameter FIELDS|item_parameterid|itemid|name |value | @@ -45325,8227 +45450,8329 @@ ROW |19 |35077 |zone |{$CLOUDFLARE.ZONE_ID} | ROW |20 |35077 |api_endpoint|{$CLOUDFLARE.API.URL} | TABLE |item_tag -FIELDS|itemtagid|itemid|tag |value | -ROW |1 |29124 |Application|CPU | -ROW |2 |29125 |Application|CPU | -ROW |3 |29126 |Application|CPU | -ROW |4 |29127 |Application|CPU | -ROW |5 |29128 |Application|CPU | -ROW |6 |29129 |Application|CPU | -ROW |7 |29130 |Application|CPU | -ROW |8 |29131 |Application|CPU | -ROW |9 |29132 |Application|CPU | -ROW |10 |29133 |Application|CPU | -ROW |11 |29134 |Application|CPU | -ROW |12 |29135 |Application|CPU | -ROW |13 |29136 |Application|CPU | -ROW |14 |29137 |Application|CPU | -ROW |15 |29138 |Application|CPU | -ROW |16 |29139 |Application|CPU | -ROW |17 |29199 |Application|CPU | -ROW |18 |29148 |Application|General | -ROW |19 |29149 |Application|General | -ROW |20 |29150 |Application|General | -ROW |21 |29151 |Application|General | -ROW |22 |29152 |Application|General | -ROW |23 |29153 |Application|General | -ROW |24 |29154 |Application|General | -ROW |25 |29155 |Application|General | -ROW |26 |29156 |Application|General | -ROW |27 |29158 |Application|Inventory | -ROW |28 |29159 |Application|Inventory | -ROW |29 |29160 |Application|Inventory | -ROW |30 |29140 |Application|Memory | -ROW |31 |29141 |Application|Memory | -ROW |32 |29142 |Application|Memory | -ROW |33 |29143 |Application|Memory | -ROW |34 |29144 |Application|Memory | -ROW |35 |29145 |Application|Memory | -ROW |36 |31365 |Application|Memory | -ROW |37 |10020 |Application|Monitoring agent | -ROW |38 |10059 |Application|Monitoring agent | -ROW |39 |23319 |Application|Monitoring agent | -ROW |40 |29157 |Application|Security | -ROW |41 |29147 |Application|Status | -ROW |42 |29548 |Application|Status | -ROW |43 |31375 |Application|Zabbix raw items | -ROW |44 |31387 |Application|Zabbix raw items | -ROW |45 |31390 |Application|Zabbix raw items | -ROW |46 |10061 |Application|Zabbix server | -ROW |47 |10062 |Application|Zabbix server | -ROW |48 |10063 |Application|Zabbix server | -ROW |49 |10064 |Application|Zabbix server | -ROW |50 |10065 |Application|Zabbix server | -ROW |51 |10066 |Application|Zabbix server | -ROW |52 |22183 |Application|Zabbix server | -ROW |53 |22185 |Application|Zabbix server | -ROW |54 |22187 |Application|Zabbix server | -ROW |55 |22189 |Application|Zabbix server | -ROW |56 |22191 |Application|Zabbix server | -ROW |57 |22196 |Application|Zabbix server | -ROW |58 |22199 |Application|Zabbix server | -ROW |59 |22219 |Application|Zabbix server | -ROW |60 |22396 |Application|Zabbix server | -ROW |61 |22399 |Application|Zabbix server | -ROW |62 |22400 |Application|Zabbix server | -ROW |63 |22401 |Application|Zabbix server | -ROW |64 |22402 |Application|Zabbix server | -ROW |65 |22404 |Application|Zabbix server | -ROW |66 |22406 |Application|Zabbix server | -ROW |67 |22408 |Application|Zabbix server | -ROW |68 |22412 |Application|Zabbix server | -ROW |69 |22414 |Application|Zabbix server | -ROW |70 |22416 |Application|Zabbix server | -ROW |71 |22418 |Application|Zabbix server | -ROW |72 |22420 |Application|Zabbix server | -ROW |73 |22422 |Application|Zabbix server | -ROW |74 |22424 |Application|Zabbix server | -ROW |75 |22426 |Application|Zabbix server | -ROW |76 |22430 |Application|Zabbix server | -ROW |77 |22689 |Application|Zabbix server | -ROW |78 |23171 |Application|Zabbix server | -ROW |79 |23251 |Application|Zabbix server | -ROW |80 |23634 |Application|Zabbix server | -ROW |81 |23661 |Application|Zabbix server | -ROW |82 |23663 |Application|Zabbix server | -ROW |83 |25366 |Application|Zabbix server | -ROW |84 |25370 |Application|Zabbix server | -ROW |85 |25665 |Application|Zabbix server | -ROW |86 |25666 |Application|Zabbix server | -ROW |87 |28248 |Application|Zabbix server | -ROW |88 |28533 |Application|Zabbix server | -ROW |89 |28535 |Application|Zabbix server | -ROW |90 |28537 |Application|Zabbix server | -ROW |91 |29822 |Application|Zabbix server | -ROW |92 |33020 |Application|Zabbix server | -ROW |93 |33021 |Application|Zabbix server | -ROW |94 |33022 |Application|Zabbix server | -ROW |95 |33023 |Application|Zabbix server | -ROW |96 |10067 |Application|Zabbix proxy | -ROW |97 |10068 |Application|Zabbix proxy | -ROW |98 |10069 |Application|Zabbix proxy | -ROW |99 |10070 |Application|Zabbix proxy | -ROW |100 |10071 |Application|Zabbix proxy | -ROW |101 |10072 |Application|Zabbix proxy | -ROW |102 |23340 |Application|Zabbix proxy | -ROW |103 |23341 |Application|Zabbix proxy | -ROW |104 |23342 |Application|Zabbix proxy | -ROW |105 |23343 |Application|Zabbix proxy | -ROW |106 |23344 |Application|Zabbix proxy | -ROW |107 |23345 |Application|Zabbix proxy | -ROW |108 |23346 |Application|Zabbix proxy | -ROW |109 |23347 |Application|Zabbix proxy | -ROW |110 |23348 |Application|Zabbix proxy | -ROW |111 |23349 |Application|Zabbix proxy | -ROW |112 |23350 |Application|Zabbix proxy | -ROW |113 |23351 |Application|Zabbix proxy | -ROW |114 |23352 |Application|Zabbix proxy | -ROW |115 |23353 |Application|Zabbix proxy | -ROW |116 |23354 |Application|Zabbix proxy | -ROW |117 |23355 |Application|Zabbix proxy | -ROW |118 |23356 |Application|Zabbix proxy | -ROW |119 |23357 |Application|Zabbix proxy | -ROW |120 |23358 |Application|Zabbix proxy | -ROW |121 |23359 |Application|Zabbix proxy | -ROW |122 |23360 |Application|Zabbix proxy | -ROW |123 |25368 |Application|Zabbix proxy | -ROW |124 |25369 |Application|Zabbix proxy | -ROW |125 |28250 |Application|Zabbix proxy | -ROW |126 |28251 |Application|Zabbix proxy | -ROW |127 |28617 |Application|Zabbix proxy | -ROW |128 |28618 |Application|Zabbix proxy | -ROW |129 |28619 |Application|Zabbix proxy | -ROW |130 |33018 |Application|Zabbix proxy | -ROW |131 |33019 |Application|Zabbix proxy | -ROW |132 |22231 |Application|Monitoring agent | -ROW |133 |22232 |Application|Monitoring agent | -ROW |134 |23318 |Application|Monitoring agent | -ROW |135 |29544 |Application|Status | -ROW |136 |22840 |Application|CPU | -ROW |137 |22841 |Application|CPU | -ROW |138 |22842 |Application|CPU | -ROW |139 |22843 |Application|CPU | -ROW |140 |22844 |Application|CPU | -ROW |141 |22845 |Application|CPU | -ROW |142 |22846 |Application|CPU | -ROW |143 |22848 |Application|CPU | -ROW |144 |22851 |Application|CPU | -ROW |145 |22852 |Application|CPU | -ROW |146 |22868 |Application|Filesystems | -ROW |147 |22869 |Application|Filesystems | -ROW |148 |22870 |Application|Filesystems | -ROW |149 |22871 |Application|Filesystems | -ROW |150 |22872 |Application|Filesystems | -ROW |151 |22839 |Application|General | -ROW |152 |22853 |Application|General | -ROW |153 |22854 |Application|General | -ROW |154 |22858 |Application|General | -ROW |155 |22859 |Application|General | -ROW |156 |22855 |Application|Memory | -ROW |157 |22856 |Application|Memory | -ROW |158 |22857 |Application|Memory | -ROW |159 |22862 |Application|Memory | -ROW |160 |22863 |Application|Memory | -ROW |161 |22833 |Application|Monitoring agent | -ROW |162 |22834 |Application|Monitoring agent | -ROW |163 |23320 |Application|Monitoring agent | -ROW |164 |23075 |Application|Network interfaces | -ROW |165 |23076 |Application|Network interfaces | -ROW |166 |22835 |Application|OS | -ROW |167 |22836 |Application|OS | -ROW |168 |22839 |Application|OS | -ROW |169 |22853 |Application|OS | -ROW |170 |22854 |Application|OS | -ROW |171 |22858 |Application|OS | -ROW |172 |22859 |Application|OS | -ROW |173 |22860 |Application|OS | -ROW |174 |22840 |Application|Performance | -ROW |175 |22841 |Application|Performance | -ROW |176 |22842 |Application|Performance | -ROW |177 |22843 |Application|Performance | -ROW |178 |22844 |Application|Performance | -ROW |179 |22845 |Application|Performance | -ROW |180 |22846 |Application|Performance | -ROW |181 |22848 |Application|Performance | -ROW |182 |22851 |Application|Performance | -ROW |183 |22852 |Application|Performance | -ROW |184 |22837 |Application|Processes | -ROW |185 |22838 |Application|Processes | -ROW |186 |22860 |Application|Security | -ROW |187 |22861 |Application|Security | -ROW |188 |29549 |Application|Status | -ROW |189 |22880 |Application|CPU | -ROW |190 |22881 |Application|CPU | -ROW |191 |22882 |Application|CPU | -ROW |192 |22883 |Application|CPU | -ROW |193 |22884 |Application|CPU | -ROW |194 |22885 |Application|CPU | -ROW |195 |22886 |Application|CPU | -ROW |196 |22888 |Application|CPU | -ROW |197 |22891 |Application|CPU | -ROW |198 |22892 |Application|CPU | -ROW |199 |22908 |Application|Filesystems | -ROW |200 |22909 |Application|Filesystems | -ROW |201 |22910 |Application|Filesystems | -ROW |202 |22911 |Application|Filesystems | -ROW |203 |22912 |Application|Filesystems | -ROW |204 |22879 |Application|General | -ROW |205 |22893 |Application|General | -ROW |206 |22894 |Application|General | -ROW |207 |22898 |Application|General | -ROW |208 |22899 |Application|General | -ROW |209 |22895 |Application|Memory | -ROW |210 |22896 |Application|Memory | -ROW |211 |22897 |Application|Memory | -ROW |212 |22902 |Application|Memory | -ROW |213 |22903 |Application|Memory | -ROW |214 |22873 |Application|Monitoring agent | -ROW |215 |22874 |Application|Monitoring agent | -ROW |216 |23321 |Application|Monitoring agent | -ROW |217 |23073 |Application|Network interfaces | -ROW |218 |23074 |Application|Network interfaces | -ROW |219 |22875 |Application|OS | -ROW |220 |22876 |Application|OS | -ROW |221 |22879 |Application|OS | -ROW |222 |22893 |Application|OS | -ROW |223 |22894 |Application|OS | -ROW |224 |22898 |Application|OS | -ROW |225 |22899 |Application|OS | -ROW |226 |22900 |Application|OS | -ROW |227 |22880 |Application|Performance | -ROW |228 |22881 |Application|Performance | -ROW |229 |22882 |Application|Performance | -ROW |230 |22883 |Application|Performance | -ROW |231 |22884 |Application|Performance | -ROW |232 |22885 |Application|Performance | -ROW |233 |22886 |Application|Performance | -ROW |234 |22888 |Application|Performance | -ROW |235 |22891 |Application|Performance | -ROW |236 |22892 |Application|Performance | -ROW |237 |22877 |Application|Processes | -ROW |238 |22878 |Application|Processes | -ROW |239 |22900 |Application|Security | -ROW |240 |22901 |Application|Security | -ROW |241 |29550 |Application|Status | -ROW |242 |22920 |Application|CPU | -ROW |243 |22921 |Application|CPU | -ROW |244 |22922 |Application|CPU | -ROW |245 |22923 |Application|CPU | -ROW |246 |22924 |Application|CPU | -ROW |247 |23108 |Application|CPU | -ROW |248 |23109 |Application|CPU | -ROW |249 |23110 |Application|CPU | -ROW |250 |23111 |Application|CPU | -ROW |251 |23112 |Application|CPU | -ROW |252 |23113 |Application|CPU | -ROW |253 |23114 |Application|CPU | -ROW |254 |23115 |Application|CPU | -ROW |255 |23118 |Application|CPU | -ROW |256 |23119 |Application|CPU | -ROW |257 |23120 |Application|CPU | -ROW |258 |23121 |Application|CPU | -ROW |259 |23123 |Application|CPU | -ROW |260 |22948 |Application|Filesystems | -ROW |261 |22949 |Application|Filesystems | -ROW |262 |22950 |Application|Filesystems | -ROW |263 |22951 |Application|Filesystems | -ROW |264 |22952 |Application|Filesystems | -ROW |265 |23116 |Application|Filesystems | -ROW |266 |23117 |Application|Filesystems | -ROW |267 |22933 |Application|General | -ROW |268 |22934 |Application|General | -ROW |269 |22938 |Application|General | -ROW |270 |22939 |Application|General | -ROW |271 |23108 |Application|Logical partitions | -ROW |272 |23109 |Application|Logical partitions | -ROW |273 |23111 |Application|Logical partitions | -ROW |274 |23112 |Application|Logical partitions | -ROW |275 |23118 |Application|Logical partitions | -ROW |276 |22942 |Application|Memory | -ROW |277 |22943 |Application|Memory | -ROW |278 |23122 |Application|Memory | -ROW |279 |23124 |Application|Memory | -ROW |280 |23125 |Application|Memory | -ROW |281 |23126 |Application|Memory | -ROW |282 |23127 |Application|Memory | -ROW |283 |23128 |Application|Memory | -ROW |284 |23129 |Application|Memory | -ROW |285 |23130 |Application|Memory | -ROW |286 |23131 |Application|Memory | -ROW |287 |22913 |Application|Monitoring agent | -ROW |288 |22914 |Application|Monitoring agent | -ROW |289 |23322 |Application|Monitoring agent | -ROW |290 |22945 |Application|Network interfaces | -ROW |291 |22946 |Application|Network interfaces | -ROW |292 |22933 |Application|OS | -ROW |293 |22934 |Application|OS | -ROW |294 |22938 |Application|OS | -ROW |295 |22939 |Application|OS | -ROW |296 |22940 |Application|OS | -ROW |297 |22920 |Application|Performance | -ROW |298 |22921 |Application|Performance | -ROW |299 |22922 |Application|Performance | -ROW |300 |22923 |Application|Performance | -ROW |301 |22924 |Application|Performance | -ROW |302 |23108 |Application|Performance | -ROW |303 |23109 |Application|Performance | -ROW |304 |23110 |Application|Performance | -ROW |305 |23111 |Application|Performance | -ROW |306 |23112 |Application|Performance | -ROW |307 |23113 |Application|Performance | -ROW |308 |23114 |Application|Performance | -ROW |309 |23115 |Application|Performance | -ROW |310 |23116 |Application|Performance | -ROW |311 |23117 |Application|Performance | -ROW |312 |23119 |Application|Performance | -ROW |313 |23120 |Application|Performance | -ROW |314 |23121 |Application|Performance | -ROW |315 |23122 |Application|Performance | -ROW |316 |23123 |Application|Performance | -ROW |317 |22917 |Application|Processes | -ROW |318 |22918 |Application|Processes | -ROW |319 |22940 |Application|Security | -ROW |320 |22941 |Application|Security | -ROW |321 |29551 |Application|Status | -ROW |322 |22961 |Application|CPU | -ROW |323 |22962 |Application|CPU | -ROW |324 |22963 |Application|CPU | -ROW |325 |22965 |Application|CPU | -ROW |326 |22968 |Application|CPU | -ROW |327 |22971 |Application|CPU | -ROW |328 |22972 |Application|CPU | -ROW |329 |22988 |Application|Filesystems | -ROW |330 |22989 |Application|Filesystems | -ROW |331 |22990 |Application|Filesystems | -ROW |332 |22991 |Application|Filesystems | -ROW |333 |22992 |Application|Filesystems | -ROW |334 |22973 |Application|General | -ROW |335 |22974 |Application|General | -ROW |336 |22978 |Application|General | -ROW |337 |22982 |Application|Memory | -ROW |338 |22983 |Application|Memory | -ROW |339 |22953 |Application|Monitoring agent | -ROW |340 |22954 |Application|Monitoring agent | -ROW |341 |23323 |Application|Monitoring agent | -ROW |342 |22985 |Application|Network interfaces | -ROW |343 |22986 |Application|Network interfaces | -ROW |344 |22973 |Application|OS | -ROW |345 |22974 |Application|OS | -ROW |346 |22978 |Application|OS | -ROW |347 |22980 |Application|OS | -ROW |348 |22961 |Application|Performance | -ROW |349 |22962 |Application|Performance | -ROW |350 |22963 |Application|Performance | -ROW |351 |22965 |Application|Performance | -ROW |352 |22968 |Application|Performance | -ROW |353 |22971 |Application|Performance | -ROW |354 |22972 |Application|Performance | -ROW |355 |22980 |Application|Security | -ROW |356 |22981 |Application|Security | -ROW |357 |29552 |Application|Status | -ROW |358 |23000 |Application|CPU | -ROW |359 |23001 |Application|CPU | -ROW |360 |23002 |Application|CPU | -ROW |361 |23003 |Application|CPU | -ROW |362 |23004 |Application|CPU | -ROW |363 |23005 |Application|CPU | -ROW |364 |23007 |Application|CPU | -ROW |365 |23011 |Application|CPU | -ROW |366 |23012 |Application|CPU | -ROW |367 |23028 |Application|Filesystems | -ROW |368 |23029 |Application|Filesystems | -ROW |369 |23030 |Application|Filesystems | -ROW |370 |23031 |Application|Filesystems | -ROW |371 |23032 |Application|Filesystems | -ROW |372 |22999 |Application|General | -ROW |373 |23013 |Application|General | -ROW |374 |23014 |Application|General | -ROW |375 |23018 |Application|General | -ROW |376 |23019 |Application|General | -ROW |377 |23015 |Application|Memory | -ROW |378 |23016 |Application|Memory | -ROW |379 |23017 |Application|Memory | -ROW |380 |23022 |Application|Memory | -ROW |381 |23023 |Application|Memory | -ROW |382 |22993 |Application|Monitoring agent | -ROW |383 |22994 |Application|Monitoring agent | -ROW |384 |23324 |Application|Monitoring agent | -ROW |385 |23025 |Application|Network interfaces | -ROW |386 |23026 |Application|Network interfaces | -ROW |387 |22996 |Application|OS | -ROW |388 |22999 |Application|OS | -ROW |389 |23013 |Application|OS | -ROW |390 |23014 |Application|OS | -ROW |391 |23018 |Application|OS | -ROW |392 |23019 |Application|OS | -ROW |393 |23020 |Application|OS | -ROW |394 |23000 |Application|Performance | -ROW |395 |23001 |Application|Performance | -ROW |396 |23002 |Application|Performance | -ROW |397 |23003 |Application|Performance | -ROW |398 |23004 |Application|Performance | -ROW |399 |23005 |Application|Performance | -ROW |400 |23007 |Application|Performance | -ROW |401 |23011 |Application|Performance | -ROW |402 |23012 |Application|Performance | -ROW |403 |22997 |Application|Processes | -ROW |404 |22998 |Application|Processes | -ROW |405 |23020 |Application|Security | -ROW |406 |23021 |Application|Security | -ROW |407 |29553 |Application|Status | -ROW |408 |23041 |Application|CPU | -ROW |409 |23042 |Application|CPU | -ROW |410 |23043 |Application|CPU | -ROW |411 |23068 |Application|Filesystems | -ROW |412 |23069 |Application|Filesystems | -ROW |413 |23070 |Application|Filesystems | -ROW |414 |23071 |Application|Filesystems | -ROW |415 |23072 |Application|Filesystems | -ROW |416 |23039 |Application|General | -ROW |417 |23053 |Application|General | -ROW |418 |23054 |Application|General | -ROW |419 |23058 |Application|General | -ROW |420 |23059 |Application|General | -ROW |421 |23062 |Application|Memory | -ROW |422 |23063 |Application|Memory | -ROW |423 |23033 |Application|Monitoring agent | -ROW |424 |23034 |Application|Monitoring agent | -ROW |425 |23325 |Application|Monitoring agent | -ROW |426 |23077 |Application|Network interfaces | -ROW |427 |23078 |Application|Network interfaces | -ROW |428 |23035 |Application|OS | -ROW |429 |23036 |Application|OS | -ROW |430 |23039 |Application|OS | -ROW |431 |23053 |Application|OS | -ROW |432 |23054 |Application|OS | -ROW |433 |23058 |Application|OS | -ROW |434 |23059 |Application|OS | -ROW |435 |23060 |Application|OS | -ROW |436 |23041 |Application|Performance | -ROW |437 |23042 |Application|Performance | -ROW |438 |23043 |Application|Performance | -ROW |439 |23060 |Application|Security | -ROW |440 |23061 |Application|Security | -ROW |441 |29554 |Application|Status | -ROW |442 |29480 |Application|CPU | -ROW |443 |29481 |Application|CPU | -ROW |444 |29482 |Application|CPU | -ROW |445 |29483 |Application|CPU | -ROW |446 |29484 |Application|CPU | -ROW |447 |29485 |Application|CPU | -ROW |448 |30138 |Application|CPU | -ROW |449 |31423 |Application|CPU | -ROW |450 |29499 |Application|General | -ROW |451 |29500 |Application|General | -ROW |452 |29501 |Application|General | -ROW |453 |29502 |Application|General | -ROW |454 |29503 |Application|General | -ROW |455 |29504 |Application|Inventory | -ROW |456 |29486 |Application|Memory | -ROW |457 |29487 |Application|Memory | -ROW |458 |29488 |Application|Memory | -ROW |459 |29489 |Application|Memory | -ROW |460 |29492 |Application|Memory | -ROW |461 |29493 |Application|Memory | -ROW |462 |29494 |Application|Memory | -ROW |463 |29495 |Application|Memory | -ROW |464 |29496 |Application|Memory | -ROW |465 |31424 |Application|Memory | -ROW |466 |31425 |Application|Memory | -ROW |467 |31428 |Application|Memory | -ROW |468 |23160 |Application|Monitoring agent | -ROW |469 |23161 |Application|Monitoring agent | -ROW |470 |23326 |Application|Monitoring agent | -ROW |471 |30426 |Application|Services | -ROW |472 |29498 |Application|Status | -ROW |473 |29555 |Application|Status | -ROW |474 |31426 |Application|Zabbix raw items | -ROW |475 |29161 |Application|CPU | -ROW |476 |29162 |Application|CPU | -ROW |477 |29163 |Application|CPU | -ROW |478 |29164 |Application|CPU | -ROW |479 |29165 |Application|CPU | -ROW |480 |29166 |Application|CPU | -ROW |481 |29167 |Application|CPU | -ROW |482 |29168 |Application|CPU | -ROW |483 |29169 |Application|CPU | -ROW |484 |29170 |Application|CPU | -ROW |485 |29171 |Application|CPU | -ROW |486 |29172 |Application|CPU | -ROW |487 |29173 |Application|CPU | -ROW |488 |29174 |Application|CPU | -ROW |489 |29175 |Application|CPU | -ROW |490 |29176 |Application|CPU | -ROW |491 |29200 |Application|CPU | -ROW |492 |29185 |Application|General | -ROW |493 |29186 |Application|General | -ROW |494 |29187 |Application|General | -ROW |495 |29188 |Application|General | -ROW |496 |29189 |Application|General | -ROW |497 |29190 |Application|General | -ROW |498 |29191 |Application|General | -ROW |499 |29192 |Application|General | -ROW |500 |29193 |Application|General | -ROW |501 |29195 |Application|Inventory | -ROW |502 |29196 |Application|Inventory | -ROW |503 |29197 |Application|Inventory | -ROW |504 |29177 |Application|Memory | -ROW |505 |29178 |Application|Memory | -ROW |506 |29179 |Application|Memory | -ROW |507 |29180 |Application|Memory | -ROW |508 |29181 |Application|Memory | -ROW |509 |29182 |Application|Memory | -ROW |510 |31366 |Application|Memory | -ROW |511 |23287 |Application|Monitoring agent | -ROW |512 |23288 |Application|Monitoring agent | -ROW |513 |23327 |Application|Monitoring agent | -ROW |514 |29194 |Application|Security | -ROW |515 |29184 |Application|Status | -ROW |516 |29557 |Application|Status | -ROW |517 |31378 |Application|Zabbix raw items | -ROW |518 |31393 |Application|Zabbix raw items | -ROW |519 |31396 |Application|Zabbix raw items | -ROW |520 |10073 |Application|Zabbix server | -ROW |521 |10074 |Application|Zabbix server | -ROW |522 |10075 |Application|Zabbix server | -ROW |523 |10076 |Application|Zabbix server | -ROW |524 |10077 |Application|Zabbix server | -ROW |525 |10078 |Application|Zabbix server | -ROW |526 |23252 |Application|Zabbix server | -ROW |527 |23253 |Application|Zabbix server | -ROW |528 |23255 |Application|Zabbix server | -ROW |529 |23256 |Application|Zabbix server | -ROW |530 |23257 |Application|Zabbix server | -ROW |531 |23258 |Application|Zabbix server | -ROW |532 |23259 |Application|Zabbix server | -ROW |533 |23260 |Application|Zabbix server | -ROW |534 |23261 |Application|Zabbix server | -ROW |535 |23262 |Application|Zabbix server | -ROW |536 |23264 |Application|Zabbix server | -ROW |537 |23265 |Application|Zabbix server | -ROW |538 |23266 |Application|Zabbix server | -ROW |539 |23267 |Application|Zabbix server | -ROW |540 |23268 |Application|Zabbix server | -ROW |541 |23269 |Application|Zabbix server | -ROW |542 |23270 |Application|Zabbix server | -ROW |543 |23271 |Application|Zabbix server | -ROW |544 |23272 |Application|Zabbix server | -ROW |545 |23273 |Application|Zabbix server | -ROW |546 |23274 |Application|Zabbix server | -ROW |547 |23275 |Application|Zabbix server | -ROW |548 |23276 |Application|Zabbix server | -ROW |549 |23277 |Application|Zabbix server | -ROW |550 |23328 |Application|Zabbix server | -ROW |551 |23620 |Application|Zabbix server | -ROW |552 |23625 |Application|Zabbix server | -ROW |553 |23628 |Application|Zabbix server | -ROW |554 |23635 |Application|Zabbix server | -ROW |555 |23662 |Application|Zabbix server | -ROW |556 |23664 |Application|Zabbix server | -ROW |557 |25367 |Application|Zabbix server | -ROW |558 |25371 |Application|Zabbix server | -ROW |559 |25667 |Application|Zabbix server | -ROW |560 |25668 |Application|Zabbix server | -ROW |561 |28249 |Application|Zabbix server | -ROW |562 |28534 |Application|Zabbix server | -ROW |563 |28536 |Application|Zabbix server | -ROW |564 |28538 |Application|Zabbix server | -ROW |565 |29823 |Application|Zabbix server | -ROW |566 |33024 |Application|Zabbix server | -ROW |567 |33025 |Application|Zabbix server | -ROW |568 |33026 |Application|Zabbix server | -ROW |569 |33027 |Application|Zabbix server | -ROW |570 |23644 |Application|FTP service | -ROW |571 |23645 |Application|HTTP service | -ROW |572 |23646 |Application|HTTPS service | -ROW |573 |23647 |Application|IMAP service | -ROW |574 |23648 |Application|LDAP service | -ROW |575 |23649 |Application|NNTP service | -ROW |576 |23650 |Application|NTP service | -ROW |577 |23651 |Application|POP service | -ROW |578 |23652 |Application|SMTP service | -ROW |579 |23653 |Application|SSH service | -ROW |580 |23654 |Application|Telnet service | -ROW |581 |31499 |Application|JMX | -ROW |582 |31500 |Application|JMX | -ROW |583 |31501 |Application|JMX | -ROW |584 |31502 |Application|JMX | -ROW |585 |31503 |Application|JMX | -ROW |586 |31504 |Application|JMX | -ROW |587 |31505 |Application|JMX | -ROW |588 |31506 |Application|JMX | -ROW |589 |31507 |Application|JMX | -ROW |590 |31508 |Application|JMX | -ROW |591 |31509 |Application|JMX | -ROW |592 |31510 |Application|JMX | -ROW |593 |31511 |Application|JMX | -ROW |594 |31512 |Application|JMX | -ROW |595 |31513 |Application|JMX | -ROW |596 |31514 |Application|JMX | -ROW |597 |31515 |Application|JMX | -ROW |598 |31516 |Application|JMX | -ROW |599 |31517 |Application|JMX | -ROW |600 |31518 |Application|JMX | -ROW |601 |31519 |Application|JMX | -ROW |602 |31520 |Application|JMX | -ROW |603 |31521 |Application|JMX | -ROW |604 |31522 |Application|JMX | -ROW |605 |31523 |Application|JMX | -ROW |606 |31524 |Application|JMX | -ROW |607 |31525 |Application|JMX | -ROW |608 |31526 |Application|JMX | -ROW |609 |31527 |Application|JMX | -ROW |610 |31528 |Application|JMX | -ROW |611 |31529 |Application|JMX | -ROW |612 |31530 |Application|JMX | -ROW |613 |31531 |Application|JMX | -ROW |614 |31532 |Application|JMX | -ROW |615 |31533 |Application|JMX | -ROW |616 |31534 |Application|JMX | -ROW |617 |31535 |Application|JMX | -ROW |618 |31536 |Application|JMX | -ROW |619 |31537 |Application|JMX | -ROW |620 |31538 |Application|JMX | -ROW |621 |31539 |Application|JMX | -ROW |622 |31540 |Application|JMX | -ROW |623 |31541 |Application|JMX | -ROW |624 |31542 |Application|JMX | -ROW |625 |31543 |Application|JMX | -ROW |626 |31544 |Application|JMX | -ROW |627 |31545 |Application|JMX | -ROW |628 |31546 |Application|JMX | -ROW |629 |31547 |Application|JMX | -ROW |630 |31548 |Application|JMX | -ROW |631 |31549 |Application|JMX | -ROW |632 |31550 |Application|JMX | -ROW |633 |31551 |Application|JMX | -ROW |634 |31552 |Application|JMX | -ROW |635 |31553 |Application|JMX | -ROW |636 |26927 |Application|Fans | -ROW |637 |26928 |Application|Temperature | -ROW |638 |26925 |Application|Voltage | -ROW |639 |26926 |Application|Voltage | -ROW |640 |26929 |Application|Voltage | -ROW |641 |26930 |Application|Voltage | -ROW |642 |26931 |Application|Voltage | -ROW |643 |26932 |Application|Voltage | -ROW |644 |26935 |Application|Fans | -ROW |645 |26936 |Application|Fans | -ROW |646 |26933 |Application|Temperature | -ROW |647 |26943 |Application|Temperature | -ROW |648 |26934 |Application|Voltage | -ROW |649 |26937 |Application|Voltage | -ROW |650 |26938 |Application|Voltage | -ROW |651 |26939 |Application|Voltage | -ROW |652 |26940 |Application|Voltage | -ROW |653 |26941 |Application|Voltage | -ROW |654 |26942 |Application|Voltage | -ROW |655 |31612 |Application|VMware | -ROW |656 |31613 |Application|VMware | -ROW |657 |31614 |Application|VMware | -ROW |658 |31663 |Application|VMware | -ROW |659 |31664 |Application|VMware | -ROW |660 |31665 |Application|VMware | -ROW |661 |31666 |Application|VMware | -ROW |662 |31667 |Application|VMware | -ROW |663 |32890 |Application|VMware | -ROW |664 |32891 |Application|VMware | -ROW |665 |32892 |Application|VMware | -ROW |666 |32893 |Application|VMware | -ROW |667 |32894 |Application|VMware | -ROW |668 |32895 |Application|VMware | -ROW |669 |32896 |Application|VMware | -ROW |670 |32897 |Application|VMware | -ROW |671 |32898 |Application|VMware | -ROW |672 |32899 |Application|VMware | -ROW |673 |32900 |Application|VMware | -ROW |674 |32901 |Application|VMware | -ROW |675 |32902 |Application|VMware | -ROW |676 |32903 |Application|VMware | -ROW |677 |32904 |Application|VMware | -ROW |678 |32905 |Application|VMware | -ROW |679 |32906 |Application|VMware | -ROW |680 |32907 |Application|VMware | -ROW |681 |32908 |Application|VMware | -ROW |682 |32935 |Application|VMware | -ROW |683 |32936 |Application|VMware | -ROW |684 |32937 |Application|VMware | -ROW |685 |32938 |Application|VMware | -ROW |686 |32939 |Application|VMware | -ROW |687 |32940 |Application|VMware | -ROW |688 |32941 |Application|VMware | -ROW |689 |32942 |Application|VMware | -ROW |690 |32943 |Application|VMware | -ROW |691 |32944 |Application|VMware | -ROW |692 |32945 |Application|VMware | -ROW |693 |32946 |Application|VMware | -ROW |694 |33638 |Application|VMware | -ROW |695 |33639 |Application|VMware | -ROW |696 |33640 |Application|VMware | -ROW |697 |33641 |Application|VMware | -ROW |698 |33642 |Application|VMware | -ROW |699 |33643 |Application|VMware | -ROW |700 |33644 |Application|VMware | -ROW |701 |33645 |Application|VMware | -ROW |702 |33650 |Application|VMware | -ROW |703 |33651 |Application|VMware | -ROW |704 |33652 |Application|VMware | -ROW |705 |33653 |Application|VMware | -ROW |706 |33654 |Application|VMware | -ROW |707 |32909 |Application|VMware | -ROW |708 |32910 |Application|VMware | -ROW |709 |32911 |Application|VMware | -ROW |710 |32912 |Application|VMware | -ROW |711 |32913 |Application|VMware | -ROW |712 |32914 |Application|VMware | -ROW |713 |32915 |Application|VMware | -ROW |714 |32916 |Application|VMware | -ROW |715 |32917 |Application|VMware | -ROW |716 |32918 |Application|VMware | -ROW |717 |32919 |Application|VMware | -ROW |718 |32920 |Application|VMware | -ROW |719 |32921 |Application|VMware | -ROW |720 |32922 |Application|VMware | -ROW |721 |32923 |Application|VMware | -ROW |722 |32924 |Application|VMware | -ROW |723 |32925 |Application|VMware | -ROW |724 |32926 |Application|VMware | -ROW |725 |32927 |Application|VMware | -ROW |726 |32928 |Application|VMware | -ROW |727 |32929 |Application|VMware | -ROW |728 |32930 |Application|VMware | -ROW |729 |32947 |Application|VMware | -ROW |730 |32948 |Application|VMware | -ROW |731 |32949 |Application|VMware | -ROW |732 |32950 |Application|VMware | -ROW |733 |33646 |Application|VMware | -ROW |734 |33647 |Application|VMware | -ROW |735 |33648 |Application|VMware | -ROW |736 |33649 |Application|VMware | -ROW |737 |33655 |Application|VMware | -ROW |738 |30143 |Application|CPU | -ROW |739 |30163 |Application|Memory | -ROW |740 |30164 |Application|Memory | -ROW |741 |30165 |Application|Memory | -ROW |742 |27065 |Application|Status | -ROW |743 |27066 |Application|Status | -ROW |744 |27067 |Application|Status | -ROW |745 |27152 |Application|General | -ROW |746 |27157 |Application|General | -ROW |747 |29845 |Application|General | -ROW |748 |29846 |Application|General | -ROW |749 |29847 |Application|General | -ROW |750 |29848 |Application|General | -ROW |751 |27149 |Application|Status | -ROW |752 |27150 |Application|Status | -ROW |753 |27151 |Application|Status | -ROW |754 |27154 |Application|Status | -ROW |755 |29844 |Application|Status | -ROW |756 |27208 |Application|CPU | -ROW |757 |27213 |Application|Fans | -ROW |758 |27195 |Application|General | -ROW |759 |27199 |Application|General | -ROW |760 |29850 |Application|General | -ROW |761 |29851 |Application|General | -ROW |762 |29852 |Application|General | -ROW |763 |29853 |Application|General | -ROW |764 |27203 |Application|Inventory | -ROW |765 |27214 |Application|Inventory | -ROW |766 |30086 |Application|Inventory | -ROW |767 |27207 |Application|Memory | -ROW |768 |30087 |Application|Memory | -ROW |769 |30088 |Application|Memory | -ROW |770 |30089 |Application|Memory | -ROW |771 |30091 |Application|Power supply | -ROW |772 |30092 |Application|Power supply | -ROW |773 |27192 |Application|Status | -ROW |774 |27193 |Application|Status | -ROW |775 |27194 |Application|Status | -ROW |776 |27202 |Application|Status | -ROW |777 |29849 |Application|Status | -ROW |778 |27212 |Application|Temperature | -ROW |779 |27240 |Application|CPU | -ROW |780 |27249 |Application|Fans | -ROW |781 |27250 |Application|Fans | -ROW |782 |27228 |Application|General | -ROW |783 |27232 |Application|General | -ROW |784 |29855 |Application|General | -ROW |785 |29856 |Application|General | -ROW |786 |29857 |Application|General | -ROW |787 |29858 |Application|General | -ROW |788 |27236 |Application|Inventory | -ROW |789 |27237 |Application|Inventory | -ROW |790 |30093 |Application|Memory | -ROW |791 |27248 |Application|Power supply | -ROW |792 |27225 |Application|Status | -ROW |793 |27226 |Application|Status | -ROW |794 |27227 |Application|Status | -ROW |795 |27235 |Application|Status | -ROW |796 |27238 |Application|Status | -ROW |797 |29854 |Application|Status | -ROW |798 |27246 |Application|Temperature | -ROW |799 |27247 |Application|Temperature | -ROW |800 |27294 |Application|CPU | -ROW |801 |30094 |Application|Memory | -ROW |802 |27299 |Application|CPU | -ROW |803 |27313 |Application|Fans | -ROW |804 |27264 |Application|General | -ROW |805 |27268 |Application|General | -ROW |806 |29860 |Application|General | -ROW |807 |29861 |Application|General | -ROW |808 |29862 |Application|General | -ROW |809 |29863 |Application|General | -ROW |810 |27295 |Application|Inventory | -ROW |811 |27296 |Application|Inventory | -ROW |812 |30095 |Application|Memory | -ROW |813 |27312 |Application|Power supply | -ROW |814 |27261 |Application|Status | -ROW |815 |27262 |Application|Status | -ROW |816 |27263 |Application|Status | -ROW |817 |27271 |Application|Status | -ROW |818 |29859 |Application|Status | -ROW |819 |27314 |Application|Temperature | -ROW |820 |27315 |Application|Temperature | -ROW |821 |27301 |Application|CPU | -ROW |822 |27317 |Application|Fans | -ROW |823 |27285 |Application|General | -ROW |824 |27289 |Application|General | -ROW |825 |29865 |Application|General | -ROW |826 |29866 |Application|General | -ROW |827 |29867 |Application|General | -ROW |828 |29868 |Application|General | -ROW |829 |27297 |Application|Inventory | -ROW |830 |27319 |Application|Inventory | -ROW |831 |27320 |Application|Inventory | -ROW |832 |30096 |Application|Memory | -ROW |833 |27316 |Application|Power supply | -ROW |834 |27282 |Application|Status | -ROW |835 |27283 |Application|Status | -ROW |836 |27284 |Application|Status | -ROW |837 |27292 |Application|Status | -ROW |838 |29864 |Application|Status | -ROW |839 |27318 |Application|Temperature | -ROW |840 |27415 |Application|Memory | -ROW |841 |27416 |Application|Memory | -ROW |842 |30101 |Application|Memory | -ROW |843 |27417 |Application|CPU | -ROW |844 |27376 |Application|CPU | -ROW |845 |27378 |Application|Inventory | -ROW |846 |27379 |Application|Inventory | -ROW |847 |27419 |Application|Inventory | -ROW |848 |30097 |Application|Inventory | -ROW |849 |27423 |Application|Fans | -ROW |850 |27422 |Application|Power supply | -ROW |851 |27420 |Application|Temperature | -ROW |852 |27421 |Application|Temperature | -ROW |853 |27427 |Application|CPU | -ROW |854 |27432 |Application|Fans | -ROW |855 |27336 |Application|General | -ROW |856 |27340 |Application|General | -ROW |857 |29870 |Application|General | -ROW |858 |29871 |Application|General | -ROW |859 |29872 |Application|General | -ROW |860 |29873 |Application|General | -ROW |861 |27385 |Application|Inventory | -ROW |862 |27386 |Application|Inventory | -ROW |863 |27428 |Application|Inventory | -ROW |864 |30098 |Application|Inventory | -ROW |865 |27425 |Application|Memory | -ROW |866 |27426 |Application|Memory | -ROW |867 |30102 |Application|Memory | -ROW |868 |27431 |Application|Power supply | -ROW |869 |27333 |Application|Status | -ROW |870 |27334 |Application|Status | -ROW |871 |27335 |Application|Status | -ROW |872 |27343 |Application|Status | -ROW |873 |29869 |Application|Status | -ROW |874 |27429 |Application|Temperature | -ROW |875 |27430 |Application|Temperature | -ROW |876 |27380 |Application|CPU | -ROW |877 |27449 |Application|Fans | -ROW |878 |27368 |Application|General | -ROW |879 |27372 |Application|General | -ROW |880 |29875 |Application|General | -ROW |881 |29876 |Application|General | -ROW |882 |29877 |Application|General | -ROW |883 |29878 |Application|General | -ROW |884 |27382 |Application|Inventory | -ROW |885 |27383 |Application|Inventory | -ROW |886 |27445 |Application|Inventory | -ROW |887 |30099 |Application|Inventory | -ROW |888 |27443 |Application|Memory | -ROW |889 |27444 |Application|Memory | -ROW |890 |30103 |Application|Memory | -ROW |891 |27448 |Application|Power supply | -ROW |892 |27365 |Application|Status | -ROW |893 |27366 |Application|Status | -ROW |894 |27367 |Application|Status | -ROW |895 |27375 |Application|Status | -ROW |896 |29874 |Application|Status | -ROW |897 |27446 |Application|Temperature | -ROW |898 |27447 |Application|Temperature | -ROW |899 |27478 |Application|CPU | -ROW |900 |27480 |Application|Fans | -ROW |901 |27465 |Application|General | -ROW |902 |27469 |Application|General | -ROW |903 |29880 |Application|General | -ROW |904 |29881 |Application|General | -ROW |905 |29882 |Application|General | -ROW |906 |29883 |Application|General | -ROW |907 |27481 |Application|Inventory | -ROW |908 |27482 |Application|Inventory | -ROW |909 |27483 |Application|Inventory | -ROW |910 |27484 |Application|Inventory | -ROW |911 |30105 |Application|Memory | -ROW |912 |27479 |Application|Power supply | -ROW |913 |27462 |Application|Status | -ROW |914 |27463 |Application|Status | -ROW |915 |27464 |Application|Status | -ROW |916 |27472 |Application|Status | -ROW |917 |29879 |Application|Status | -ROW |918 |27485 |Application|Temperature | -ROW |919 |27511 |Application|CPU | -ROW |920 |27519 |Application|Fans | -ROW |921 |27499 |Application|General | -ROW |922 |27503 |Application|General | -ROW |923 |29885 |Application|General | -ROW |924 |29886 |Application|General | -ROW |925 |29887 |Application|General | -ROW |926 |29888 |Application|General | -ROW |927 |27508 |Application|Inventory | -ROW |928 |27509 |Application|Inventory | -ROW |929 |27510 |Application|Inventory | -ROW |930 |30106 |Application|Inventory | -ROW |931 |30107 |Application|Memory | -ROW |932 |27518 |Application|Power supply | -ROW |933 |27496 |Application|Status | -ROW |934 |27497 |Application|Status | -ROW |935 |27498 |Application|Status | -ROW |936 |27506 |Application|Status | -ROW |937 |29884 |Application|Status | -ROW |938 |27517 |Application|Temperature | -ROW |939 |27547 |Application|CPU | -ROW |940 |27555 |Application|Fans | -ROW |941 |27535 |Application|General | -ROW |942 |27539 |Application|General | -ROW |943 |29890 |Application|General | -ROW |944 |29891 |Application|General | -ROW |945 |29892 |Application|General | -ROW |946 |29893 |Application|General | -ROW |947 |27543 |Application|Inventory | -ROW |948 |27544 |Application|Inventory | -ROW |949 |27545 |Application|Inventory | -ROW |950 |27546 |Application|Inventory | -ROW |951 |30108 |Application|Memory | -ROW |952 |27554 |Application|Power supply | -ROW |953 |27532 |Application|Status | -ROW |954 |27533 |Application|Status | -ROW |955 |27534 |Application|Status | -ROW |956 |27542 |Application|Status | -ROW |957 |29889 |Application|Status | -ROW |958 |27553 |Application|Temperature | -ROW |959 |27586 |Application|CPU | -ROW |960 |27594 |Application|Fans | -ROW |961 |27595 |Application|Fans | -ROW |962 |27571 |Application|General | -ROW |963 |27575 |Application|General | -ROW |964 |29895 |Application|General | -ROW |965 |29896 |Application|General | -ROW |966 |29897 |Application|General | -ROW |967 |29898 |Application|General | -ROW |968 |27579 |Application|Inventory | -ROW |969 |27580 |Application|Inventory | -ROW |970 |27582 |Application|Inventory | -ROW |971 |27583 |Application|Inventory | -ROW |972 |30109 |Application|Inventory | -ROW |973 |27591 |Application|Memory | -ROW |974 |30110 |Application|Memory | -ROW |975 |30111 |Application|Memory | -ROW |976 |27593 |Application|Power supply | -ROW |977 |27568 |Application|Status | -ROW |978 |27569 |Application|Status | -ROW |979 |27570 |Application|Status | -ROW |980 |27578 |Application|Status | -ROW |981 |29894 |Application|Status | -ROW |982 |27584 |Application|Temperature | -ROW |983 |27585 |Application|Temperature | -ROW |984 |27634 |Application|General | -ROW |985 |27638 |Application|General | -ROW |986 |29900 |Application|General | -ROW |987 |29901 |Application|General | -ROW |988 |29902 |Application|General | -ROW |989 |29903 |Application|General | -ROW |990 |27631 |Application|Status | -ROW |991 |27632 |Application|Status | -ROW |992 |27633 |Application|Status | -ROW |993 |27641 |Application|Status | -ROW |994 |29899 |Application|Status | -ROW |995 |27671 |Application|CPU | -ROW |996 |27673 |Application|Fans | -ROW |997 |27657 |Application|General | -ROW |998 |27661 |Application|General | -ROW |999 |29905 |Application|General | -ROW |1000 |29906 |Application|General | -ROW |1001 |29907 |Application|General | -ROW |1002 |29908 |Application|General | -ROW |1003 |27675 |Application|Inventory | -ROW |1004 |27676 |Application|Inventory | -ROW |1005 |27677 |Application|Inventory | -ROW |1006 |27678 |Application|Inventory | -ROW |1007 |27679 |Application|Inventory | -ROW |1008 |30112 |Application|Memory | -ROW |1009 |27674 |Application|Power supply | -ROW |1010 |27654 |Application|Status | -ROW |1011 |27655 |Application|Status | -ROW |1012 |27656 |Application|Status | -ROW |1013 |27664 |Application|Status | -ROW |1014 |29904 |Application|Status | -ROW |1015 |27672 |Application|Temperature | -ROW |1016 |27753 |Application|CPU | -ROW |1017 |27755 |Application|Fans | -ROW |1018 |27737 |Application|General | -ROW |1019 |27741 |Application|General | -ROW |1020 |29910 |Application|General | -ROW |1021 |29911 |Application|General | -ROW |1022 |29912 |Application|General | -ROW |1023 |29913 |Application|General | -ROW |1024 |27748 |Application|Inventory | -ROW |1025 |27749 |Application|Inventory | -ROW |1026 |27750 |Application|Inventory | -ROW |1027 |27754 |Application|Inventory | -ROW |1028 |30116 |Application|Memory | -ROW |1029 |27734 |Application|Status | -ROW |1030 |27735 |Application|Status | -ROW |1031 |27736 |Application|Status | -ROW |1032 |27744 |Application|Status | -ROW |1033 |29909 |Application|Status | -ROW |1034 |27751 |Application|Temperature | -ROW |1035 |27787 |Application|Fans | -ROW |1036 |27769 |Application|General | -ROW |1037 |27773 |Application|General | -ROW |1038 |29915 |Application|General | -ROW |1039 |29916 |Application|General | -ROW |1040 |29917 |Application|General | -ROW |1041 |29918 |Application|General | -ROW |1042 |27777 |Application|Inventory | -ROW |1043 |27778 |Application|Inventory | -ROW |1044 |27785 |Application|Inventory | -ROW |1045 |27786 |Application|Power supply | -ROW |1046 |27766 |Application|Status | -ROW |1047 |27767 |Application|Status | -ROW |1048 |27768 |Application|Status | -ROW |1049 |27776 |Application|Status | -ROW |1050 |29914 |Application|Status | -ROW |1051 |27783 |Application|Temperature | -ROW |1052 |27784 |Application|Temperature | -ROW |1053 |28894 |Application|CPU | -ROW |1054 |27822 |Application|Fans | -ROW |1055 |27803 |Application|General | -ROW |1056 |27807 |Application|General | -ROW |1057 |29920 |Application|General | -ROW |1058 |29921 |Application|General | -ROW |1059 |29922 |Application|General | -ROW |1060 |29923 |Application|General | -ROW |1061 |27812 |Application|Inventory | -ROW |1062 |27813 |Application|Inventory | -ROW |1063 |30117 |Application|Inventory | -ROW |1064 |30118 |Application|Memory | -ROW |1065 |27823 |Application|Power supply | -ROW |1066 |27800 |Application|Status | -ROW |1067 |27801 |Application|Status | -ROW |1068 |27802 |Application|Status | -ROW |1069 |27810 |Application|Status | -ROW |1070 |27814 |Application|Status | -ROW |1071 |29919 |Application|Status | -ROW |1072 |27821 |Application|Temperature | -ROW |1073 |27904 |Application|CPU | -ROW |1074 |27885 |Application|General | -ROW |1075 |27889 |Application|General | -ROW |1076 |29925 |Application|General | -ROW |1077 |29926 |Application|General | -ROW |1078 |29927 |Application|General | -ROW |1079 |29928 |Application|General | -ROW |1080 |27893 |Application|Inventory | -ROW |1081 |27894 |Application|Inventory | -ROW |1082 |27895 |Application|Inventory | -ROW |1083 |30119 |Application|Inventory | -ROW |1084 |27898 |Application|Memory | -ROW |1085 |27900 |Application|Memory | -ROW |1086 |30120 |Application|Memory | -ROW |1087 |27882 |Application|Status | -ROW |1088 |27883 |Application|Status | -ROW |1089 |27884 |Application|Status | -ROW |1090 |27892 |Application|Status | -ROW |1091 |29924 |Application|Status | -ROW |1092 |27906 |Application|Storage | -ROW |1093 |27907 |Application|Storage | -ROW |1094 |27908 |Application|Storage | -ROW |1095 |27905 |Application|Temperature | -ROW |1096 |31560 |Application|Temperature | -ROW |1097 |27936 |Application|CPU | -ROW |1098 |27942 |Application|Fans | -ROW |1099 |27922 |Application|General | -ROW |1100 |27926 |Application|General | -ROW |1101 |29930 |Application|General | -ROW |1102 |29931 |Application|General | -ROW |1103 |29932 |Application|General | -ROW |1104 |29933 |Application|General | -ROW |1105 |27930 |Application|Inventory | -ROW |1106 |27931 |Application|Inventory | -ROW |1107 |30121 |Application|Inventory | -ROW |1108 |27935 |Application|Memory | -ROW |1109 |30122 |Application|Memory | -ROW |1110 |30123 |Application|Memory | -ROW |1111 |27943 |Application|Power supply | -ROW |1112 |27919 |Application|Status | -ROW |1113 |27920 |Application|Status | -ROW |1114 |27921 |Application|Status | -ROW |1115 |27929 |Application|Status | -ROW |1116 |29929 |Application|Status | -ROW |1117 |27940 |Application|Temperature | -ROW |1118 |27941 |Application|Temperature | -ROW |1119 |27975 |Application|CPU | -ROW |1120 |30129 |Application|Fans | -ROW |1121 |27959 |Application|General | -ROW |1122 |27963 |Application|General | -ROW |1123 |29935 |Application|General | -ROW |1124 |29936 |Application|General | -ROW |1125 |29937 |Application|General | -ROW |1126 |29938 |Application|General | -ROW |1127 |27967 |Application|Inventory | -ROW |1128 |27968 |Application|Inventory | -ROW |1129 |27970 |Application|Inventory | -ROW |1130 |27971 |Application|Inventory | -ROW |1131 |30125 |Application|Inventory | -ROW |1132 |27972 |Application|Memory | -ROW |1133 |27973 |Application|Memory | -ROW |1134 |30126 |Application|Memory | -ROW |1135 |30130 |Application|Power supply | -ROW |1136 |27956 |Application|Status | -ROW |1137 |27957 |Application|Status | -ROW |1138 |27958 |Application|Status | -ROW |1139 |27966 |Application|Status | -ROW |1140 |29934 |Application|Status | -ROW |1141 |30124 |Application|Temperature | -ROW |1142 |28003 |Application|CPU | -ROW |1143 |27989 |Application|General | -ROW |1144 |27993 |Application|General | -ROW |1145 |29940 |Application|General | -ROW |1146 |29941 |Application|General | -ROW |1147 |29942 |Application|General | -ROW |1148 |29943 |Application|General | -ROW |1149 |27997 |Application|Inventory | -ROW |1150 |27998 |Application|Inventory | -ROW |1151 |27999 |Application|Inventory | -ROW |1152 |28000 |Application|Inventory | -ROW |1153 |30131 |Application|Memory | -ROW |1154 |27986 |Application|Status | -ROW |1155 |27987 |Application|Status | -ROW |1156 |27988 |Application|Status | -ROW |1157 |27996 |Application|Status | -ROW |1158 |29939 |Application|Status | -ROW |1159 |28031 |Application|CPU | -ROW |1160 |28018 |Application|General | -ROW |1161 |28022 |Application|General | -ROW |1162 |29835 |Application|General | -ROW |1163 |29836 |Application|General | -ROW |1164 |29837 |Application|General | -ROW |1165 |29838 |Application|General | -ROW |1166 |28026 |Application|Inventory | -ROW |1167 |28027 |Application|Inventory | -ROW |1168 |30132 |Application|Memory | -ROW |1169 |30133 |Application|Memory | -ROW |1170 |30134 |Application|Memory | -ROW |1171 |30135 |Application|Memory | -ROW |1172 |30136 |Application|Memory | -ROW |1173 |28015 |Application|Status | -ROW |1174 |28016 |Application|Status | -ROW |1175 |28017 |Application|Status | -ROW |1176 |28025 |Application|Status | -ROW |1177 |29834 |Application|Status | -ROW |1178 |29002 |Application|CPU | -ROW |1179 |29003 |Application|CPU | -ROW |1180 |29004 |Application|CPU | -ROW |1181 |29005 |Application|CPU | -ROW |1182 |29006 |Application|CPU | -ROW |1183 |29007 |Application|CPU | -ROW |1184 |29034 |Application|CPU | -ROW |1185 |29035 |Application|CPU | -ROW |1186 |29036 |Application|CPU | -ROW |1187 |29037 |Application|CPU | -ROW |1188 |29038 |Application|CPU | -ROW |1189 |29039 |Application|CPU | -ROW |1190 |29040 |Application|CPU | -ROW |1191 |29041 |Application|CPU | -ROW |1192 |29042 |Application|CPU | -ROW |1193 |29043 |Application|CPU | -ROW |1194 |29049 |Application|CPU | -ROW |1195 |28960 |Application|General | -ROW |1196 |28964 |Application|General | -ROW |1197 |29985 |Application|General | -ROW |1198 |29986 |Application|General | -ROW |1199 |29987 |Application|General | -ROW |1200 |29988 |Application|General | -ROW |1201 |28993 |Application|Memory | -ROW |1202 |28994 |Application|Memory | -ROW |1203 |28995 |Application|Memory | -ROW |1204 |28996 |Application|Memory | -ROW |1205 |28997 |Application|Memory | -ROW |1206 |28998 |Application|Memory | -ROW |1207 |28999 |Application|Memory | -ROW |1208 |29000 |Application|Memory | -ROW |1209 |29001 |Application|Memory | -ROW |1210 |28957 |Application|Status | -ROW |1211 |28958 |Application|Status | -ROW |1212 |28959 |Application|Status | -ROW |1213 |28967 |Application|Status | -ROW |1214 |29984 |Application|Status | -ROW |1215 |30145 |Application|CPU | -ROW |1216 |29053 |Application|General | -ROW |1217 |29057 |Application|General | -ROW |1218 |29990 |Application|General | -ROW |1219 |29991 |Application|General | -ROW |1220 |29992 |Application|General | -ROW |1221 |29993 |Application|General | -ROW |1222 |30175 |Application|Memory | -ROW |1223 |30176 |Application|Memory | -ROW |1224 |30177 |Application|Memory | -ROW |1225 |29050 |Application|Status | -ROW |1226 |29051 |Application|Status | -ROW |1227 |29052 |Application|Status | -ROW |1228 |29060 |Application|Status | -ROW |1229 |29989 |Application|Status | -ROW |1230 |28143 |Application|CPU | -ROW |1231 |28154 |Application|Fans | -ROW |1232 |28133 |Application|General | -ROW |1233 |28137 |Application|General | -ROW |1234 |29945 |Application|General | -ROW |1235 |29946 |Application|General | -ROW |1236 |29947 |Application|General | -ROW |1237 |29948 |Application|General | -ROW |1238 |28141 |Application|Inventory | -ROW |1239 |28142 |Application|Inventory | -ROW |1240 |28157 |Application|Inventory | -ROW |1241 |28158 |Application|Inventory | -ROW |1242 |28153 |Application|Memory | -ROW |1243 |30113 |Application|Memory | -ROW |1244 |30114 |Application|Memory | -ROW |1245 |30115 |Application|Memory | -ROW |1246 |28155 |Application|Power supply | -ROW |1247 |28130 |Application|Status | -ROW |1248 |28131 |Application|Status | -ROW |1249 |28132 |Application|Status | -ROW |1250 |28140 |Application|Status | -ROW |1251 |29944 |Application|Status | -ROW |1252 |28150 |Application|Temperature | -ROW |1253 |28156 |Application|Temperature | -ROW |1254 |34154 |Application|CPU | -ROW |1255 |28202 |Application|Fans | -ROW |1256 |28203 |Application|Fans | -ROW |1257 |34152 |Application|General | -ROW |1258 |34153 |Application|General | -ROW |1259 |34155 |Application|General | -ROW |1260 |34156 |Application|General | -ROW |1261 |34157 |Application|General | -ROW |1262 |34158 |Application|General | -ROW |1263 |28204 |Application|Inventory | -ROW |1264 |28205 |Application|Inventory | -ROW |1265 |34176 |Application|Memory | -ROW |1266 |34177 |Application|Memory | -ROW |1267 |34178 |Application|Memory | -ROW |1268 |28206 |Application|Power supply | -ROW |1269 |34149 |Application|Status | -ROW |1270 |34150 |Application|Status | -ROW |1271 |34151 |Application|Status | -ROW |1272 |34159 |Application|Status | -ROW |1273 |34160 |Application|Status | -ROW |1274 |28200 |Application|Temperature | -ROW |1275 |28201 |Application|Temperature | -ROW |1276 |28246 |Application|CPU | -ROW |1277 |28247 |Application|CPU | -ROW |1278 |28215 |Application|Fans | -ROW |1279 |28236 |Application|General | -ROW |1280 |28240 |Application|General | -ROW |1281 |29955 |Application|General | -ROW |1282 |29956 |Application|General | -ROW |1283 |29957 |Application|General | -ROW |1284 |29958 |Application|General | -ROW |1285 |28208 |Application|Inventory | -ROW |1286 |28209 |Application|Inventory | -ROW |1287 |28210 |Application|Inventory | -ROW |1288 |30100 |Application|Inventory | -ROW |1289 |28220 |Application|Memory | -ROW |1290 |28222 |Application|Memory | -ROW |1291 |30104 |Application|Memory | -ROW |1292 |28216 |Application|Power supply | -ROW |1293 |28233 |Application|Status | -ROW |1294 |28234 |Application|Status | -ROW |1295 |28235 |Application|Status | -ROW |1296 |28243 |Application|Status | -ROW |1297 |29954 |Application|Status | -ROW |1298 |28217 |Application|Temperature | -ROW |1299 |28218 |Application|Temperature | -ROW |1300 |30146 |Application|CPU | -ROW |1301 |28325 |Application|Fans | -ROW |1302 |28326 |Application|Fans | -ROW |1303 |28285 |Application|General | -ROW |1304 |28289 |Application|General | -ROW |1305 |29960 |Application|General | -ROW |1306 |29961 |Application|General | -ROW |1307 |29962 |Application|General | -ROW |1308 |29963 |Application|General | -ROW |1309 |28327 |Application|Inventory | -ROW |1310 |28328 |Application|Inventory | -ROW |1311 |30181 |Application|Memory | -ROW |1312 |30182 |Application|Memory | -ROW |1313 |30183 |Application|Memory | -ROW |1314 |28329 |Application|Power supply | -ROW |1315 |28282 |Application|Status | -ROW |1316 |28283 |Application|Status | -ROW |1317 |28284 |Application|Status | -ROW |1318 |28292 |Application|Status | -ROW |1319 |29959 |Application|Status | -ROW |1320 |28323 |Application|Temperature | -ROW |1321 |28324 |Application|Temperature | -ROW |1322 |33183 |Application|Voltage | -ROW |1323 |33181 |Application|Zabbix raw items | -ROW |1324 |28374 |Application|Disk arrays | -ROW |1325 |28375 |Application|Disk arrays | -ROW |1326 |28376 |Application|Disk arrays | -ROW |1327 |28359 |Application|Fans | -ROW |1328 |28360 |Application|Fans | -ROW |1329 |28333 |Application|General | -ROW |1330 |28337 |Application|General | -ROW |1331 |29965 |Application|General | -ROW |1332 |29966 |Application|General | -ROW |1333 |29967 |Application|General | -ROW |1334 |29968 |Application|General | -ROW |1335 |28342 |Application|Inventory | -ROW |1336 |28344 |Application|Inventory | -ROW |1337 |28345 |Application|Inventory | -ROW |1338 |30141 |Application|Inventory | -ROW |1339 |28361 |Application|Physical disks | -ROW |1340 |28362 |Application|Physical disks | -ROW |1341 |28363 |Application|Physical disks | -ROW |1342 |28364 |Application|Physical disks | -ROW |1343 |28365 |Application|Physical disks | -ROW |1344 |28366 |Application|Physical disks | -ROW |1345 |28367 |Application|Physical disks | -ROW |1346 |28358 |Application|Power supply | -ROW |1347 |28330 |Application|Status | -ROW |1348 |28331 |Application|Status | -ROW |1349 |28332 |Application|Status | -ROW |1350 |28340 |Application|Status | -ROW |1351 |28341 |Application|Status | -ROW |1352 |29964 |Application|Status | -ROW |1353 |28354 |Application|Temperature | -ROW |1354 |28355 |Application|Temperature | -ROW |1355 |28356 |Application|Temperature | -ROW |1356 |28357 |Application|Temperature | -ROW |1357 |28368 |Application|Virtual disks | -ROW |1358 |28369 |Application|Virtual disks | -ROW |1359 |28370 |Application|Virtual disks | -ROW |1360 |28371 |Application|Virtual disks | -ROW |1361 |28372 |Application|Virtual disks | -ROW |1362 |28373 |Application|Virtual disks | -ROW |1363 |28413 |Application|Disk arrays | -ROW |1364 |28414 |Application|Disk arrays | -ROW |1365 |28415 |Application|Disk arrays | -ROW |1366 |28416 |Application|Disk arrays | -ROW |1367 |28412 |Application|Fans | -ROW |1368 |28380 |Application|General | -ROW |1369 |28384 |Application|General | -ROW |1370 |29970 |Application|General | -ROW |1371 |29971 |Application|General | -ROW |1372 |29972 |Application|General | -ROW |1373 |29973 |Application|General | -ROW |1374 |28390 |Application|Inventory | -ROW |1375 |28391 |Application|Inventory | -ROW |1376 |28417 |Application|Physical disks | -ROW |1377 |28418 |Application|Physical disks | -ROW |1378 |28419 |Application|Physical disks | -ROW |1379 |28420 |Application|Physical disks | -ROW |1380 |28421 |Application|Physical disks | -ROW |1381 |28422 |Application|Physical disks | -ROW |1382 |28411 |Application|Power supply | -ROW |1383 |28377 |Application|Status | -ROW |1384 |28378 |Application|Status | -ROW |1385 |28379 |Application|Status | -ROW |1386 |28387 |Application|Status | -ROW |1387 |29969 |Application|Status | -ROW |1388 |29994 |Application|Status | -ROW |1389 |28388 |Application|Temperature | -ROW |1390 |28404 |Application|Temperature | -ROW |1391 |28405 |Application|Temperature | -ROW |1392 |28406 |Application|Temperature | -ROW |1393 |28407 |Application|Temperature | -ROW |1394 |28408 |Application|Temperature | -ROW |1395 |28409 |Application|Temperature | -ROW |1396 |33621 |Application|Temperature | -ROW |1397 |33622 |Application|Temperature | -ROW |1398 |33623 |Application|Temperature | -ROW |1399 |33624 |Application|Temperature | -ROW |1400 |33625 |Application|Temperature | -ROW |1401 |33626 |Application|Temperature | -ROW |1402 |33627 |Application|Temperature | -ROW |1403 |33628 |Application|Temperature | -ROW |1404 |33629 |Application|Temperature | -ROW |1405 |28423 |Application|Virtual disks | -ROW |1406 |28424 |Application|Virtual disks | -ROW |1407 |28425 |Application|Virtual disks | -ROW |1408 |28478 |Application|Fans | -ROW |1409 |28479 |Application|Fans | -ROW |1410 |28457 |Application|General | -ROW |1411 |28461 |Application|General | -ROW |1412 |29975 |Application|General | -ROW |1413 |29976 |Application|General | -ROW |1414 |29977 |Application|General | -ROW |1415 |29978 |Application|General | -ROW |1416 |28466 |Application|Inventory | -ROW |1417 |28467 |Application|Inventory | -ROW |1418 |28480 |Application|Physical disks | -ROW |1419 |28481 |Application|Physical disks | -ROW |1420 |28477 |Application|Power supply | -ROW |1421 |28454 |Application|Status | -ROW |1422 |28455 |Application|Status | -ROW |1423 |28456 |Application|Status | -ROW |1424 |28464 |Application|Status | -ROW |1425 |28465 |Application|Status | -ROW |1426 |29974 |Application|Status | -ROW |1427 |28474 |Application|Temperature | -ROW |1428 |28475 |Application|Temperature | -ROW |1429 |28476 |Application|Temperature | -ROW |1430 |28496 |Application|Fans | -ROW |1431 |28485 |Application|General | -ROW |1432 |28489 |Application|General | -ROW |1433 |29980 |Application|General | -ROW |1434 |29981 |Application|General | -ROW |1435 |29982 |Application|General | -ROW |1436 |29983 |Application|General | -ROW |1437 |28482 |Application|Status | -ROW |1438 |28483 |Application|Status | -ROW |1439 |28484 |Application|Status | -ROW |1440 |28492 |Application|Status | -ROW |1441 |29979 |Application|Status | -ROW |1442 |28495 |Application|Temperature | -ROW |1443 |28511 |Application|Tomcat | -ROW |1445 |28540 |Application|Zabbix server | -ROW |1446 |28541 |Application|Zabbix server | -ROW |1447 |28542 |Application|Zabbix server | -ROW |1448 |28543 |Application|Zabbix server | -ROW |1449 |28544 |Application|Zabbix server | -ROW |1450 |28545 |Application|Zabbix server | -ROW |1451 |28546 |Application|Zabbix server | -ROW |1452 |28547 |Application|Zabbix server | -ROW |1453 |28548 |Application|Zabbix server | -ROW |1454 |28549 |Application|Zabbix server | -ROW |1455 |28550 |Application|Zabbix server | -ROW |1456 |28551 |Application|Zabbix server | -ROW |1457 |28552 |Application|Zabbix server | -ROW |1458 |28553 |Application|Zabbix server | -ROW |1459 |28554 |Application|Zabbix server | -ROW |1460 |28555 |Application|Zabbix server | -ROW |1461 |28556 |Application|Zabbix server | -ROW |1462 |28557 |Application|Zabbix server | -ROW |1463 |28558 |Application|Zabbix server | -ROW |1464 |28559 |Application|Zabbix server | -ROW |1465 |28560 |Application|Zabbix server | -ROW |1466 |28561 |Application|Zabbix server | -ROW |1467 |28562 |Application|Zabbix server | -ROW |1468 |28563 |Application|Zabbix server | -ROW |1469 |28564 |Application|Zabbix server | -ROW |1470 |28565 |Application|Zabbix server | -ROW |1471 |28566 |Application|Zabbix server | -ROW |1472 |28567 |Application|Zabbix server | -ROW |1473 |28568 |Application|Zabbix server | -ROW |1474 |28569 |Application|Zabbix server | -ROW |1475 |28570 |Application|Zabbix server | -ROW |1476 |28571 |Application|Zabbix server | -ROW |1477 |28572 |Application|Zabbix server | -ROW |1478 |28573 |Application|Zabbix server | -ROW |1479 |28574 |Application|Zabbix server | -ROW |1480 |28575 |Application|Zabbix server | -ROW |1481 |28576 |Application|Zabbix server | -ROW |1482 |28577 |Application|Zabbix server | -ROW |1483 |28578 |Application|Zabbix server | -ROW |1484 |28579 |Application|Zabbix server | -ROW |1485 |28580 |Application|Zabbix server | -ROW |1486 |28581 |Application|Zabbix server | -ROW |1487 |28582 |Application|Zabbix server | -ROW |1488 |28583 |Application|Zabbix server | -ROW |1489 |28584 |Application|Zabbix server | -ROW |1490 |29821 |Application|Zabbix server | -ROW |1491 |31053 |Application|Zabbix server | -ROW |1492 |33014 |Application|Zabbix server | -ROW |1493 |33015 |Application|Zabbix server | -ROW |1494 |33016 |Application|Zabbix server | -ROW |1495 |33017 |Application|Zabbix server | -ROW |1496 |28585 |Application|Zabbix proxy | -ROW |1497 |28586 |Application|Zabbix proxy | -ROW |1498 |28587 |Application|Zabbix proxy | -ROW |1499 |28588 |Application|Zabbix proxy | -ROW |1500 |28589 |Application|Zabbix proxy | -ROW |1501 |28590 |Application|Zabbix proxy | -ROW |1502 |28591 |Application|Zabbix proxy | -ROW |1503 |28592 |Application|Zabbix proxy | -ROW |1504 |28593 |Application|Zabbix proxy | -ROW |1505 |28594 |Application|Zabbix proxy | -ROW |1506 |28595 |Application|Zabbix proxy | -ROW |1507 |28596 |Application|Zabbix proxy | -ROW |1508 |28597 |Application|Zabbix proxy | -ROW |1509 |28598 |Application|Zabbix proxy | -ROW |1510 |28599 |Application|Zabbix proxy | -ROW |1511 |28600 |Application|Zabbix proxy | -ROW |1512 |28601 |Application|Zabbix proxy | -ROW |1513 |28602 |Application|Zabbix proxy | -ROW |1514 |28603 |Application|Zabbix proxy | -ROW |1515 |28604 |Application|Zabbix proxy | -ROW |1516 |28605 |Application|Zabbix proxy | -ROW |1517 |28606 |Application|Zabbix proxy | -ROW |1518 |28607 |Application|Zabbix proxy | -ROW |1519 |28608 |Application|Zabbix proxy | -ROW |1520 |28609 |Application|Zabbix proxy | -ROW |1521 |28610 |Application|Zabbix proxy | -ROW |1522 |28611 |Application|Zabbix proxy | -ROW |1523 |28612 |Application|Zabbix proxy | -ROW |1524 |28613 |Application|Zabbix proxy | -ROW |1525 |28614 |Application|Zabbix proxy | -ROW |1526 |28615 |Application|Zabbix proxy | -ROW |1527 |28616 |Application|Zabbix proxy | -ROW |1528 |31052 |Application|Zabbix proxy | -ROW |1529 |33012 |Application|Zabbix proxy | -ROW |1530 |33013 |Application|Zabbix proxy | -ROW |1531 |28743 |Application|Apache | -ROW |1532 |28744 |Application|Apache | -ROW |1533 |28745 |Application|Apache | -ROW |1534 |28746 |Application|Apache | -ROW |1535 |28747 |Application|Apache | -ROW |1536 |28748 |Application|Apache | -ROW |1537 |30897 |Application|Apache | -ROW |1538 |30898 |Application|Apache | -ROW |1539 |30899 |Application|Apache | -ROW |1540 |30900 |Application|Apache | -ROW |1541 |30901 |Application|Apache | -ROW |1542 |30902 |Application|Apache | -ROW |1543 |30903 |Application|Apache | -ROW |1544 |30904 |Application|Apache | -ROW |1545 |30905 |Application|Apache | -ROW |1546 |30906 |Application|Apache | -ROW |1547 |30907 |Application|Apache | -ROW |1548 |30908 |Application|Apache | -ROW |1549 |30909 |Application|Apache | -ROW |1550 |30910 |Application|Apache | -ROW |1551 |30911 |Application|Apache | -ROW |1552 |30912 |Application|Apache | -ROW |1553 |30913 |Application|Apache | -ROW |1554 |30914 |Application|Apache | -ROW |1555 |30915 |Application|Apache | -ROW |1556 |30917 |Application|Apache | -ROW |1557 |30918 |Application|Apache | -ROW |1558 |30919 |Application|Apache | -ROW |1559 |30920 |Application|Apache | -ROW |1560 |30921 |Application|Apache | -ROW |1561 |30922 |Application|Apache | -ROW |1562 |30896 |Application|Zabbix raw items | -ROW |1563 |28776 |Application|Apache | -ROW |1564 |28777 |Application|Apache | -ROW |1565 |28778 |Application|Apache | -ROW |1566 |28779 |Application|Apache | -ROW |1567 |28780 |Application|Apache | -ROW |1568 |28781 |Application|Apache | -ROW |1569 |28782 |Application|Apache | -ROW |1570 |28783 |Application|Apache | -ROW |1571 |28784 |Application|Apache | -ROW |1572 |28785 |Application|Apache | -ROW |1573 |28786 |Application|Apache | -ROW |1574 |28787 |Application|Apache | -ROW |1575 |28788 |Application|Apache | -ROW |1576 |28789 |Application|Apache | -ROW |1577 |28790 |Application|Apache | -ROW |1578 |28791 |Application|Apache | -ROW |1579 |28792 |Application|Apache | -ROW |1580 |28793 |Application|Apache | -ROW |1581 |28794 |Application|Apache | -ROW |1582 |28795 |Application|Apache | -ROW |1583 |28796 |Application|Apache | -ROW |1584 |28798 |Application|Apache | -ROW |1585 |28799 |Application|Apache | -ROW |1586 |28800 |Application|Apache | -ROW |1587 |28801 |Application|Apache | -ROW |1588 |28802 |Application|Apache | -ROW |1589 |28803 |Application|Apache | -ROW |1590 |28775 |Application|Zabbix raw items | -ROW |1591 |28805 |Application|Nginx | -ROW |1592 |28806 |Application|Nginx | -ROW |1593 |28807 |Application|Nginx | -ROW |1594 |28808 |Application|Nginx | -ROW |1595 |28809 |Application|Nginx | -ROW |1596 |28810 |Application|Nginx | -ROW |1597 |28811 |Application|Nginx | -ROW |1598 |28812 |Application|Nginx | -ROW |1599 |28813 |Application|Nginx | -ROW |1600 |28814 |Application|Nginx | -ROW |1601 |28815 |Application|Nginx | -ROW |1602 |28816 |Application|Nginx | -ROW |1603 |28817 |Application|Nginx | -ROW |1604 |28818 |Application|Nginx | -ROW |1605 |28819 |Application|Nginx | -ROW |1606 |28820 |Application|Nginx | -ROW |1607 |28804 |Application|Zabbix raw items | -ROW |1608 |28822 |Application|Nginx | -ROW |1609 |28823 |Application|Nginx | -ROW |1610 |28824 |Application|Nginx | -ROW |1611 |28825 |Application|Nginx | -ROW |1612 |28826 |Application|Nginx | -ROW |1613 |28827 |Application|Nginx | -ROW |1614 |28828 |Application|Nginx | -ROW |1615 |28829 |Application|Nginx | -ROW |1616 |28830 |Application|Nginx | -ROW |1617 |28831 |Application|Nginx | -ROW |1618 |28832 |Application|Nginx | -ROW |1619 |28833 |Application|Nginx | -ROW |1620 |28821 |Application|Zabbix raw items | -ROW |1621 |28978 |Application|Memory | -ROW |1622 |28979 |Application|Memory | -ROW |1623 |28980 |Application|Memory | -ROW |1624 |28981 |Application|Memory | -ROW |1625 |28982 |Application|Memory | -ROW |1626 |28983 |Application|Memory | -ROW |1627 |28984 |Application|Memory | -ROW |1628 |28985 |Application|Memory | -ROW |1629 |28986 |Application|Memory | -ROW |1630 |28987 |Application|CPU | -ROW |1631 |28988 |Application|CPU | -ROW |1632 |28989 |Application|CPU | -ROW |1633 |28990 |Application|CPU | -ROW |1634 |28991 |Application|CPU | -ROW |1635 |28992 |Application|CPU | -ROW |1636 |29017 |Application|CPU | -ROW |1637 |29018 |Application|CPU | -ROW |1638 |29019 |Application|CPU | -ROW |1639 |29020 |Application|CPU | -ROW |1640 |29021 |Application|CPU | -ROW |1641 |29022 |Application|CPU | -ROW |1642 |29023 |Application|CPU | -ROW |1643 |29024 |Application|CPU | -ROW |1644 |29025 |Application|CPU | -ROW |1645 |29026 |Application|CPU | -ROW |1646 |29048 |Application|CPU | -ROW |1647 |29087 |Application|CPU | -ROW |1648 |29088 |Application|CPU | -ROW |1649 |29089 |Application|CPU | -ROW |1650 |29090 |Application|CPU | -ROW |1651 |29091 |Application|CPU | -ROW |1652 |29092 |Application|CPU | -ROW |1653 |29093 |Application|CPU | -ROW |1654 |29094 |Application|CPU | -ROW |1655 |29095 |Application|CPU | -ROW |1656 |29096 |Application|CPU | -ROW |1657 |29097 |Application|CPU | -ROW |1658 |29098 |Application|CPU | -ROW |1659 |29099 |Application|CPU | -ROW |1660 |29100 |Application|CPU | -ROW |1661 |29101 |Application|CPU | -ROW |1662 |29102 |Application|CPU | -ROW |1663 |29198 |Application|CPU | -ROW |1664 |29103 |Application|Memory | -ROW |1665 |29104 |Application|Memory | -ROW |1666 |29105 |Application|Memory | -ROW |1667 |29106 |Application|Memory | -ROW |1668 |29107 |Application|Memory | -ROW |1669 |29108 |Application|Memory | -ROW |1670 |31364 |Application|Memory | -ROW |1671 |31372 |Application|Zabbix raw items | -ROW |1672 |31381 |Application|Zabbix raw items | -ROW |1673 |31384 |Application|Zabbix raw items | -ROW |1674 |29111 |Application|General | -ROW |1675 |29112 |Application|General | -ROW |1676 |29113 |Application|General | -ROW |1677 |29114 |Application|General | -ROW |1678 |29115 |Application|General | -ROW |1679 |29116 |Application|General | -ROW |1680 |29117 |Application|General | -ROW |1681 |29118 |Application|General | -ROW |1682 |29119 |Application|General | -ROW |1683 |29121 |Application|Inventory | -ROW |1684 |29122 |Application|Inventory | -ROW |1685 |29123 |Application|Inventory | -ROW |1686 |29120 |Application|Security | -ROW |1687 |29110 |Application|Status | -ROW |1688 |29399 |Application|CPU | -ROW |1689 |29405 |Application|CPU | -ROW |1690 |29406 |Application|CPU | -ROW |1691 |29407 |Application|CPU | -ROW |1692 |29408 |Application|CPU | -ROW |1693 |29409 |Application|CPU | -ROW |1694 |29410 |Application|CPU | -ROW |1695 |29411 |Application|CPU | -ROW |1696 |29412 |Application|CPU | -ROW |1697 |29413 |Application|CPU | -ROW |1698 |29416 |Application|CPU | -ROW |1699 |29417 |Application|CPU | -ROW |1700 |29418 |Application|CPU | -ROW |1701 |29419 |Application|CPU | -ROW |1702 |29420 |Application|CPU | -ROW |1703 |29426 |Application|CPU | -ROW |1704 |29427 |Application|CPU | -ROW |1705 |29398 |Application|General | -ROW |1706 |29404 |Application|General | -ROW |1707 |29414 |Application|General | -ROW |1708 |29423 |Application|General | -ROW |1709 |29424 |Application|General | -ROW |1710 |29425 |Application|General | -ROW |1711 |29422 |Application|Inventory | -ROW |1712 |29428 |Application|Inventory | -ROW |1713 |29396 |Application|Memory | -ROW |1714 |29397 |Application|Memory | -ROW |1715 |29400 |Application|Memory | -ROW |1716 |29401 |Application|Memory | -ROW |1717 |29402 |Application|Memory | -ROW |1718 |29403 |Application|Memory | -ROW |1719 |29415 |Application|Monitoring agent | -ROW |1720 |29421 |Application|Status | -ROW |1721 |29395 |Application|Zabbix raw items | -ROW |1722 |29450 |Application|Zabbix raw items | -ROW |1723 |29451 |Application|Zabbix raw items | -ROW |1724 |29454 |Application|CPU | -ROW |1725 |29455 |Application|CPU | -ROW |1726 |29456 |Application|CPU | -ROW |1727 |29457 |Application|CPU | -ROW |1728 |29458 |Application|CPU | -ROW |1729 |29459 |Application|CPU | -ROW |1730 |30137 |Application|CPU | -ROW |1731 |31419 |Application|CPU | -ROW |1732 |29460 |Application|Memory | -ROW |1733 |29461 |Application|Memory | -ROW |1734 |29462 |Application|Memory | -ROW |1735 |29463 |Application|Memory | -ROW |1736 |29466 |Application|Memory | -ROW |1737 |29467 |Application|Memory | -ROW |1738 |29468 |Application|Memory | -ROW |1739 |29469 |Application|Memory | -ROW |1740 |29470 |Application|Memory | -ROW |1741 |31420 |Application|Memory | -ROW |1742 |31421 |Application|Memory | -ROW |1743 |31427 |Application|Memory | -ROW |1744 |29473 |Application|General | -ROW |1745 |29474 |Application|General | -ROW |1746 |29475 |Application|General | -ROW |1747 |29476 |Application|General | -ROW |1748 |29477 |Application|General | -ROW |1749 |29478 |Application|Inventory | -ROW |1750 |29472 |Application|Status | -ROW |1751 |31422 |Application|Zabbix raw items | -ROW |1752 |29545 |Application|Monitoring agent | -ROW |1753 |29546 |Application|Monitoring agent | -ROW |1754 |29547 |Application|Status | -ROW |1755 |30000 |Application|RabbitMQ | -ROW |1756 |30001 |Application|RabbitMQ | -ROW |1757 |30002 |Application|RabbitMQ | -ROW |1758 |30003 |Application|RabbitMQ | -ROW |1759 |30004 |Application|RabbitMQ | -ROW |1760 |30005 |Application|RabbitMQ | -ROW |1761 |30006 |Application|RabbitMQ | -ROW |1762 |30007 |Application|RabbitMQ | -ROW |1763 |30008 |Application|RabbitMQ | -ROW |1764 |30009 |Application|RabbitMQ | -ROW |1765 |30010 |Application|RabbitMQ | -ROW |1766 |30011 |Application|RabbitMQ | -ROW |1767 |30012 |Application|RabbitMQ | -ROW |1768 |30013 |Application|RabbitMQ | -ROW |1769 |30014 |Application|RabbitMQ | -ROW |1770 |30015 |Application|RabbitMQ | -ROW |1771 |30016 |Application|RabbitMQ | -ROW |1772 |30017 |Application|RabbitMQ | -ROW |1773 |30018 |Application|RabbitMQ | -ROW |1774 |30019 |Application|RabbitMQ | -ROW |1775 |30020 |Application|RabbitMQ | -ROW |1776 |30021 |Application|RabbitMQ | -ROW |1777 |30022 |Application|RabbitMQ | -ROW |1778 |30023 |Application|RabbitMQ | -ROW |1779 |33747 |Application|RabbitMQ | -ROW |1780 |29998 |Application|Zabbix raw items | -ROW |1781 |29999 |Application|Zabbix raw items | -ROW |1782 |29655 |Application|RabbitMQ | -ROW |1783 |29656 |Application|RabbitMQ | -ROW |1784 |29657 |Application|RabbitMQ | -ROW |1785 |29658 |Application|RabbitMQ | -ROW |1786 |29659 |Application|RabbitMQ | -ROW |1787 |29660 |Application|RabbitMQ | -ROW |1788 |29687 |Application|RabbitMQ | -ROW |1789 |29688 |Application|RabbitMQ | -ROW |1790 |29691 |Application|RabbitMQ | -ROW |1791 |29692 |Application|RabbitMQ | -ROW |1792 |29693 |Application|RabbitMQ | -ROW |1793 |29694 |Application|RabbitMQ | -ROW |1794 |29695 |Application|RabbitMQ | -ROW |1795 |29696 |Application|RabbitMQ | -ROW |1796 |29697 |Application|RabbitMQ | -ROW |1797 |29698 |Application|RabbitMQ | -ROW |1798 |29699 |Application|RabbitMQ | -ROW |1799 |29700 |Application|RabbitMQ | -ROW |1800 |29701 |Application|RabbitMQ | -ROW |1801 |30024 |Application|RabbitMQ | -ROW |1802 |30025 |Application|RabbitMQ | -ROW |1803 |33748 |Application|RabbitMQ | -ROW |1804 |33749 |Application|RabbitMQ | -ROW |1805 |33750 |Application|RabbitMQ | -ROW |1806 |33751 |Application|RabbitMQ | -ROW |1807 |33752 |Application|RabbitMQ | -ROW |1808 |33753 |Application|RabbitMQ | -ROW |1809 |29653 |Application|Zabbix raw items | -ROW |1810 |29654 |Application|Zabbix raw items | -ROW |1811 |29661 |Application|Zabbix raw items | -ROW |1812 |29746 |Application|RabbitMQ | -ROW |1813 |29747 |Application|RabbitMQ | -ROW |1814 |29748 |Application|RabbitMQ | -ROW |1815 |29749 |Application|RabbitMQ | -ROW |1816 |29750 |Application|RabbitMQ | -ROW |1817 |29751 |Application|RabbitMQ | -ROW |1818 |29752 |Application|RabbitMQ | -ROW |1819 |29753 |Application|RabbitMQ | -ROW |1820 |29754 |Application|RabbitMQ | -ROW |1821 |29755 |Application|RabbitMQ | -ROW |1822 |29756 |Application|RabbitMQ | -ROW |1823 |29757 |Application|RabbitMQ | -ROW |1824 |29758 |Application|RabbitMQ | -ROW |1825 |29759 |Application|RabbitMQ | -ROW |1826 |29760 |Application|RabbitMQ | -ROW |1827 |29761 |Application|RabbitMQ | -ROW |1828 |29762 |Application|RabbitMQ | -ROW |1829 |29763 |Application|RabbitMQ | -ROW |1830 |29764 |Application|RabbitMQ | -ROW |1831 |29765 |Application|RabbitMQ | -ROW |1832 |29766 |Application|RabbitMQ | -ROW |1833 |29767 |Application|RabbitMQ | -ROW |1834 |29768 |Application|RabbitMQ | -ROW |1835 |29769 |Application|RabbitMQ | -ROW |1836 |33757 |Application|RabbitMQ | -ROW |1837 |29738 |Application|Zabbix raw items | -ROW |1838 |29739 |Application|Zabbix raw items | -ROW |1839 |29742 |Application|RabbitMQ | -ROW |1840 |29743 |Application|RabbitMQ | -ROW |1841 |29771 |Application|RabbitMQ | -ROW |1842 |29772 |Application|RabbitMQ | -ROW |1843 |29773 |Application|RabbitMQ | -ROW |1844 |29774 |Application|RabbitMQ | -ROW |1845 |29775 |Application|RabbitMQ | -ROW |1846 |29776 |Application|RabbitMQ | -ROW |1847 |29777 |Application|RabbitMQ | -ROW |1848 |29779 |Application|RabbitMQ | -ROW |1849 |29780 |Application|RabbitMQ | -ROW |1850 |29781 |Application|RabbitMQ | -ROW |1851 |29782 |Application|RabbitMQ | -ROW |1852 |29783 |Application|RabbitMQ | -ROW |1853 |29784 |Application|RabbitMQ | -ROW |1854 |30044 |Application|RabbitMQ | -ROW |1855 |30045 |Application|RabbitMQ | -ROW |1856 |33758 |Application|RabbitMQ | -ROW |1857 |33759 |Application|RabbitMQ | -ROW |1858 |33760 |Application|RabbitMQ | -ROW |1859 |33761 |Application|RabbitMQ | -ROW |1860 |33762 |Application|RabbitMQ | -ROW |1861 |33763 |Application|RabbitMQ | -ROW |1862 |29741 |Application|Zabbix raw items | -ROW |1863 |29745 |Application|Zabbix raw items | -ROW |1864 |30043 |Application|Zabbix raw items | -ROW |1865 |30083 |Application|Disk arrays | -ROW |1866 |30084 |Application|Disk arrays | -ROW |1867 |30085 |Application|Disk arrays | -ROW |1868 |30075 |Application|Fans | -ROW |1869 |30049 |Application|General | -ROW |1870 |30050 |Application|General | -ROW |1871 |30051 |Application|General | -ROW |1872 |30052 |Application|General | -ROW |1873 |30053 |Application|General | -ROW |1874 |30054 |Application|General | -ROW |1875 |30073 |Application|Inventory | -ROW |1876 |30074 |Application|Inventory | -ROW |1877 |30076 |Application|Physical disks | -ROW |1878 |30077 |Application|Physical disks | -ROW |1879 |30078 |Application|Physical disks | -ROW |1880 |30079 |Application|Physical disks | -ROW |1881 |30071 |Application|Power supply | -ROW |1882 |30046 |Application|Status | -ROW |1883 |30047 |Application|Status | -ROW |1884 |30048 |Application|Status | -ROW |1885 |30055 |Application|Status | -ROW |1886 |30056 |Application|Status | -ROW |1887 |30072 |Application|Status | -ROW |1888 |30066 |Application|Temperature | -ROW |1889 |30067 |Application|Temperature | -ROW |1890 |30068 |Application|Temperature | -ROW |1891 |30069 |Application|Temperature | -ROW |1892 |30070 |Application|Temperature | -ROW |1893 |30080 |Application|Virtual disks | -ROW |1894 |30081 |Application|Virtual disks | -ROW |1895 |30082 |Application|Virtual disks | -ROW |1896 |30142 |Application|CPU | -ROW |1897 |30157 |Application|Memory | -ROW |1898 |30158 |Application|Memory | -ROW |1899 |30159 |Application|Memory | -ROW |1912 |30273 |Application|Redis | -ROW |1913 |30274 |Application|Redis | -ROW |1914 |30277 |Application|Redis | -ROW |1915 |30278 |Application|Redis | -ROW |1916 |30279 |Application|Redis | -ROW |1917 |30280 |Application|Redis | -ROW |1918 |30281 |Application|Redis | -ROW |1919 |30282 |Application|Redis | -ROW |1920 |30283 |Application|Redis | -ROW |1921 |30284 |Application|Redis | -ROW |1922 |30285 |Application|Redis | -ROW |1923 |30286 |Application|Redis | -ROW |1924 |30287 |Application|Redis | -ROW |1925 |30288 |Application|Redis | -ROW |1926 |30289 |Application|Redis | -ROW |1927 |30290 |Application|Redis | -ROW |1928 |30291 |Application|Redis | -ROW |1929 |30292 |Application|Redis | -ROW |1930 |30293 |Application|Redis | -ROW |1931 |30294 |Application|Redis | -ROW |1932 |30295 |Application|Redis | -ROW |1933 |30296 |Application|Redis | -ROW |1934 |30297 |Application|Redis | -ROW |1935 |30298 |Application|Redis | -ROW |1936 |30299 |Application|Redis | -ROW |1937 |30300 |Application|Redis | -ROW |1938 |30301 |Application|Redis | -ROW |1939 |30302 |Application|Redis | -ROW |1940 |30303 |Application|Redis | -ROW |1941 |30304 |Application|Redis | -ROW |1942 |30305 |Application|Redis | -ROW |1943 |30306 |Application|Redis | -ROW |1944 |30307 |Application|Redis | -ROW |1945 |30308 |Application|Redis | -ROW |1946 |30309 |Application|Redis | -ROW |1947 |30310 |Application|Redis | -ROW |1948 |30311 |Application|Redis | -ROW |1949 |30312 |Application|Redis | -ROW |1950 |30313 |Application|Redis | -ROW |1951 |30314 |Application|Redis | -ROW |1952 |30315 |Application|Redis | -ROW |1953 |30316 |Application|Redis | -ROW |1954 |30317 |Application|Redis | -ROW |1955 |30318 |Application|Redis | -ROW |1956 |30319 |Application|Redis | -ROW |1957 |30320 |Application|Redis | -ROW |1958 |30321 |Application|Redis | -ROW |1959 |30322 |Application|Redis | -ROW |1960 |30323 |Application|Redis | -ROW |1961 |30324 |Application|Redis | -ROW |1962 |30325 |Application|Redis | -ROW |1963 |30326 |Application|Redis | -ROW |1964 |30327 |Application|Redis | -ROW |1965 |30328 |Application|Redis | -ROW |1966 |30329 |Application|Redis | -ROW |1967 |30330 |Application|Redis | -ROW |1968 |30331 |Application|Redis | -ROW |1969 |30332 |Application|Redis | -ROW |1970 |30333 |Application|Redis | -ROW |1971 |30334 |Application|Redis | -ROW |1972 |30335 |Application|Redis | -ROW |1973 |30336 |Application|Redis | -ROW |1974 |30344 |Application|Redis | -ROW |1975 |30345 |Application|Redis | -ROW |1976 |30346 |Application|Redis | -ROW |1977 |30347 |Application|Redis | -ROW |1978 |30351 |Application|Redis | -ROW |1979 |30352 |Application|Redis | -ROW |1980 |30353 |Application|Redis | -ROW |1981 |30354 |Application|Redis | -ROW |1982 |30355 |Application|Redis | -ROW |1983 |30356 |Application|Redis | -ROW |1984 |30357 |Application|Redis | -ROW |1985 |30358 |Application|Redis | -ROW |1986 |30359 |Application|Redis | -ROW |1987 |30360 |Application|Redis | -ROW |1988 |30361 |Application|Redis | -ROW |1989 |30362 |Application|Redis | -ROW |1990 |30363 |Application|Redis | -ROW |1991 |30364 |Application|Redis | -ROW |1992 |30365 |Application|Redis | -ROW |1993 |30366 |Application|Redis | -ROW |1994 |30367 |Application|Redis | -ROW |1995 |30368 |Application|Redis | -ROW |1996 |30369 |Application|Redis | -ROW |1997 |30370 |Application|Redis | -ROW |1998 |30371 |Application|Redis | -ROW |1999 |30372 |Application|Redis | -ROW |2000 |30373 |Application|Redis | -ROW |2001 |30374 |Application|Redis | -ROW |2002 |30375 |Application|Redis | -ROW |2003 |30376 |Application|Redis | -ROW |2004 |30377 |Application|Redis | -ROW |2005 |30378 |Application|Redis | -ROW |2006 |30379 |Application|Redis | -ROW |2007 |30380 |Application|Redis | -ROW |2008 |30381 |Application|Redis | -ROW |2009 |30382 |Application|Redis | -ROW |2010 |30383 |Application|Redis | -ROW |2011 |30384 |Application|Redis | -ROW |2012 |30385 |Application|Redis | -ROW |2013 |30386 |Application|Redis | -ROW |2014 |30387 |Application|Redis | -ROW |2015 |30388 |Application|Redis | -ROW |2016 |30389 |Application|Redis | -ROW |2017 |30390 |Application|Redis | -ROW |2018 |30391 |Application|Redis | -ROW |2019 |30392 |Application|Redis | -ROW |2020 |30393 |Application|Redis | -ROW |2021 |30394 |Application|Redis | -ROW |2022 |30395 |Application|Redis | -ROW |2023 |30397 |Application|Redis | -ROW |2024 |30398 |Application|Redis | -ROW |2025 |30399 |Application|Redis | -ROW |2026 |30400 |Application|Redis | -ROW |2027 |30401 |Application|Redis | -ROW |2028 |30402 |Application|Redis | -ROW |2029 |30403 |Application|Redis | -ROW |2030 |30404 |Application|Redis | -ROW |2031 |30275 |Application|Zabbix raw items | -ROW |2032 |30276 |Application|Zabbix raw items | -ROW |2033 |30425 |Application|Services | -ROW |2034 |30431 |Application|MySQL | -ROW |2035 |30432 |Application|MySQL | -ROW |2036 |30434 |Application|MySQL | -ROW |2037 |30435 |Application|MySQL | -ROW |2038 |30437 |Application|MySQL | -ROW |2039 |30438 |Application|MySQL | -ROW |2040 |30439 |Application|MySQL | -ROW |2041 |30440 |Application|MySQL | -ROW |2042 |30441 |Application|MySQL | -ROW |2043 |30442 |Application|MySQL | -ROW |2044 |30444 |Application|MySQL | -ROW |2045 |30445 |Application|MySQL | -ROW |2046 |30446 |Application|MySQL | -ROW |2047 |30447 |Application|MySQL | -ROW |2048 |30449 |Application|MySQL | -ROW |2049 |30450 |Application|MySQL | -ROW |2050 |30451 |Application|MySQL | -ROW |2051 |30452 |Application|MySQL | -ROW |2052 |30453 |Application|MySQL | -ROW |2053 |30454 |Application|MySQL | -ROW |2054 |30455 |Application|MySQL | -ROW |2055 |30456 |Application|MySQL | -ROW |2056 |30457 |Application|MySQL | -ROW |2057 |30458 |Application|MySQL | -ROW |2058 |30459 |Application|MySQL | -ROW |2059 |30460 |Application|MySQL | -ROW |2060 |30461 |Application|MySQL | -ROW |2061 |30462 |Application|MySQL | -ROW |2062 |30463 |Application|MySQL | -ROW |2063 |30464 |Application|MySQL | -ROW |2064 |30465 |Application|MySQL | -ROW |2065 |30466 |Application|MySQL | -ROW |2066 |30470 |Application|MySQL | -ROW |2067 |30471 |Application|MySQL | -ROW |2068 |30474 |Application|MySQL | -ROW |2069 |30476 |Application|MySQL | -ROW |2070 |30477 |Application|MySQL | -ROW |2071 |30478 |Application|MySQL | -ROW |2072 |31168 |Application|MySQL | -ROW |2073 |31169 |Application|MySQL | -ROW |2074 |31170 |Application|MySQL | -ROW |2075 |31171 |Application|MySQL | -ROW |2076 |33126 |Application|MySQL | -ROW |2077 |33127 |Application|MySQL | -ROW |2078 |33128 |Application|MySQL | -ROW |2079 |33129 |Application|MySQL | -ROW |2080 |33130 |Application|MySQL | -ROW |2081 |33131 |Application|MySQL | -ROW |2082 |33132 |Application|MySQL | -ROW |2083 |33134 |Application|MySQL | -ROW |2084 |33135 |Application|MySQL | -ROW |2085 |33136 |Application|MySQL | -ROW |2086 |33137 |Application|MySQL | -ROW |2087 |33138 |Application|MySQL | -ROW |2088 |33139 |Application|MySQL | -ROW |2089 |30433 |Application|Zabbix raw items | -ROW |2090 |30436 |Application|Zabbix raw items | -ROW |2091 |30443 |Application|Zabbix raw items | -ROW |2092 |30475 |Application|Zabbix raw items | -ROW |2093 |30480 |Application|MySQL | -ROW |2094 |30481 |Application|MySQL | -ROW |2095 |30482 |Application|MySQL | -ROW |2096 |30483 |Application|MySQL | -ROW |2097 |30484 |Application|MySQL | -ROW |2098 |30486 |Application|MySQL | -ROW |2099 |30488 |Application|MySQL | -ROW |2100 |30489 |Application|MySQL | -ROW |2101 |30490 |Application|MySQL | -ROW |2102 |30491 |Application|MySQL | -ROW |2103 |30492 |Application|MySQL | -ROW |2104 |30493 |Application|MySQL | -ROW |2105 |30494 |Application|MySQL | -ROW |2106 |30495 |Application|MySQL | -ROW |2107 |30496 |Application|MySQL | -ROW |2108 |30497 |Application|MySQL | -ROW |2109 |30499 |Application|MySQL | -ROW |2110 |30500 |Application|MySQL | -ROW |2111 |30503 |Application|MySQL | -ROW |2112 |30504 |Application|MySQL | -ROW |2113 |30505 |Application|MySQL | -ROW |2114 |30506 |Application|MySQL | -ROW |2115 |30507 |Application|MySQL | -ROW |2116 |30508 |Application|MySQL | -ROW |2117 |30509 |Application|MySQL | -ROW |2118 |30510 |Application|MySQL | -ROW |2119 |30512 |Application|MySQL | -ROW |2120 |30513 |Application|MySQL | -ROW |2121 |30514 |Application|MySQL | -ROW |2122 |30515 |Application|MySQL | -ROW |2123 |30516 |Application|MySQL | -ROW |2124 |30517 |Application|MySQL | -ROW |2125 |30518 |Application|MySQL | -ROW |2126 |30519 |Application|MySQL | -ROW |2127 |30522 |Application|MySQL | -ROW |2128 |30524 |Application|MySQL | -ROW |2129 |30525 |Application|MySQL | -ROW |2130 |30526 |Application|MySQL | -ROW |2131 |31176 |Application|MySQL | -ROW |2132 |31177 |Application|MySQL | -ROW |2133 |31178 |Application|MySQL | -ROW |2134 |31179 |Application|MySQL | -ROW |2135 |33154 |Application|MySQL | -ROW |2136 |33155 |Application|MySQL | -ROW |2137 |33156 |Application|MySQL | -ROW |2138 |33157 |Application|MySQL | -ROW |2139 |33158 |Application|MySQL | -ROW |2140 |33159 |Application|MySQL | -ROW |2141 |33160 |Application|MySQL | -ROW |2142 |33162 |Application|MySQL | -ROW |2143 |33163 |Application|MySQL | -ROW |2144 |33164 |Application|MySQL | -ROW |2145 |33165 |Application|MySQL | -ROW |2146 |33166 |Application|MySQL | -ROW |2147 |33167 |Application|MySQL | -ROW |2148 |30479 |Application|Zabbix raw items | -ROW |2149 |30485 |Application|Zabbix raw items | -ROW |2150 |30487 |Application|Zabbix raw items | -ROW |2151 |30523 |Application|Zabbix raw items | -ROW |2152 |30530 |Application|Docker | -ROW |2153 |30532 |Application|Docker | -ROW |2154 |30533 |Application|Docker | -ROW |2155 |30534 |Application|Docker | -ROW |2156 |30535 |Application|Docker | -ROW |2157 |30536 |Application|Docker | -ROW |2158 |30537 |Application|Docker | -ROW |2159 |30538 |Application|Docker | -ROW |2160 |30539 |Application|Docker | -ROW |2161 |30540 |Application|Docker | -ROW |2162 |30541 |Application|Docker | -ROW |2163 |30542 |Application|Docker | -ROW |2164 |30543 |Application|Docker | -ROW |2165 |30544 |Application|Docker | -ROW |2166 |30545 |Application|Docker | -ROW |2167 |30546 |Application|Docker | -ROW |2168 |30547 |Application|Docker | -ROW |2169 |30548 |Application|Docker | -ROW |2170 |30549 |Application|Docker | -ROW |2171 |30550 |Application|Docker | -ROW |2172 |30551 |Application|Docker | -ROW |2173 |30552 |Application|Docker | -ROW |2174 |30553 |Application|Docker | -ROW |2175 |30554 |Application|Docker | -ROW |2176 |30555 |Application|Docker | -ROW |2177 |30556 |Application|Docker | -ROW |2178 |30557 |Application|Docker | -ROW |2179 |30558 |Application|Docker | -ROW |2180 |30559 |Application|Docker | -ROW |2181 |30560 |Application|Docker | -ROW |2182 |30561 |Application|Docker | -ROW |2183 |30562 |Application|Docker | -ROW |2184 |30563 |Application|Docker | -ROW |2185 |30564 |Application|Docker | -ROW |2186 |30565 |Application|Docker | -ROW |2187 |30566 |Application|Docker | -ROW |2188 |30567 |Application|Docker | -ROW |2189 |30568 |Application|Docker | -ROW |2190 |30569 |Application|Docker | -ROW |2191 |30570 |Application|Docker | -ROW |2192 |30527 |Application|Zabbix raw items | -ROW |2193 |30528 |Application|Zabbix raw items | -ROW |2194 |30529 |Application|Zabbix raw items | -ROW |2195 |30531 |Application|Zabbix raw items | -ROW |2196 |30611 |Application|Memcached | -ROW |2197 |30613 |Application|Memcached | -ROW |2198 |30614 |Application|Memcached | -ROW |2199 |30615 |Application|Memcached | -ROW |2200 |30616 |Application|Memcached | -ROW |2201 |30617 |Application|Memcached | -ROW |2202 |30618 |Application|Memcached | -ROW |2203 |30619 |Application|Memcached | -ROW |2204 |30620 |Application|Memcached | -ROW |2205 |30621 |Application|Memcached | -ROW |2206 |30622 |Application|Memcached | -ROW |2207 |30623 |Application|Memcached | -ROW |2208 |30624 |Application|Memcached | -ROW |2209 |30625 |Application|Memcached | -ROW |2210 |30626 |Application|Memcached | -ROW |2211 |30627 |Application|Memcached | -ROW |2212 |30628 |Application|Memcached | -ROW |2213 |30629 |Application|Memcached | -ROW |2214 |30630 |Application|Memcached | -ROW |2215 |30631 |Application|Memcached | -ROW |2216 |30632 |Application|Memcached | -ROW |2217 |30633 |Application|Memcached | -ROW |2218 |30634 |Application|Memcached | -ROW |2219 |30635 |Application|Memcached | -ROW |2220 |30636 |Application|Memcached | -ROW |2221 |30612 |Application|Zabbix raw items | -ROW |2222 |30637 |Application|MySQL | -ROW |2223 |30638 |Application|MySQL | -ROW |2224 |30640 |Application|MySQL | -ROW |2225 |30641 |Application|MySQL | -ROW |2226 |30643 |Application|MySQL | -ROW |2227 |30644 |Application|MySQL | -ROW |2228 |30645 |Application|MySQL | -ROW |2229 |30646 |Application|MySQL | -ROW |2230 |30647 |Application|MySQL | -ROW |2231 |30648 |Application|MySQL | -ROW |2232 |30650 |Application|MySQL | -ROW |2233 |30651 |Application|MySQL | -ROW |2234 |30652 |Application|MySQL | -ROW |2235 |30653 |Application|MySQL | -ROW |2236 |30655 |Application|MySQL | -ROW |2237 |30656 |Application|MySQL | -ROW |2238 |30657 |Application|MySQL | -ROW |2239 |30658 |Application|MySQL | -ROW |2240 |30659 |Application|MySQL | -ROW |2241 |30660 |Application|MySQL | -ROW |2242 |30661 |Application|MySQL | -ROW |2243 |30662 |Application|MySQL | -ROW |2244 |30663 |Application|MySQL | -ROW |2245 |30664 |Application|MySQL | -ROW |2246 |30665 |Application|MySQL | -ROW |2247 |30666 |Application|MySQL | -ROW |2248 |30667 |Application|MySQL | -ROW |2249 |30668 |Application|MySQL | -ROW |2250 |30669 |Application|MySQL | -ROW |2251 |30670 |Application|MySQL | -ROW |2252 |30671 |Application|MySQL | -ROW |2253 |30672 |Application|MySQL | -ROW |2254 |30676 |Application|MySQL | -ROW |2255 |30677 |Application|MySQL | -ROW |2256 |30680 |Application|MySQL | -ROW |2257 |30682 |Application|MySQL | -ROW |2258 |30683 |Application|MySQL | -ROW |2259 |30684 |Application|MySQL | -ROW |2260 |31172 |Application|MySQL | -ROW |2261 |31173 |Application|MySQL | -ROW |2262 |31174 |Application|MySQL | -ROW |2263 |31175 |Application|MySQL | -ROW |2264 |33140 |Application|MySQL | -ROW |2265 |33141 |Application|MySQL | -ROW |2266 |33142 |Application|MySQL | -ROW |2267 |33143 |Application|MySQL | -ROW |2268 |33144 |Application|MySQL | -ROW |2269 |33145 |Application|MySQL | -ROW |2270 |33146 |Application|MySQL | -ROW |2271 |33148 |Application|MySQL | -ROW |2272 |33149 |Application|MySQL | -ROW |2273 |33150 |Application|MySQL | -ROW |2274 |33151 |Application|MySQL | -ROW |2275 |33152 |Application|MySQL | -ROW |2276 |33153 |Application|MySQL | -ROW |2277 |30639 |Application|Zabbix raw items | -ROW |2278 |30642 |Application|Zabbix raw items | -ROW |2279 |30649 |Application|Zabbix raw items | -ROW |2280 |30681 |Application|Zabbix raw items | -ROW |2281 |30685 |Application|Zabbix raw items | -ROW |2282 |30690 |Application|ES cluster | -ROW |2283 |30692 |Application|ES cluster | -ROW |2284 |30695 |Application|ES cluster | -ROW |2285 |30696 |Application|ES cluster | -ROW |2286 |30697 |Application|ES cluster | -ROW |2287 |30698 |Application|ES cluster | -ROW |2288 |30699 |Application|ES cluster | -ROW |2289 |30700 |Application|ES cluster | -ROW |2290 |30701 |Application|ES cluster | -ROW |2291 |30702 |Application|ES cluster | -ROW |2292 |30703 |Application|ES cluster | -ROW |2293 |30704 |Application|ES cluster | -ROW |2294 |30705 |Application|ES cluster | -ROW |2295 |30706 |Application|ES cluster | -ROW |2296 |30707 |Application|ES cluster | -ROW |2297 |30708 |Application|ES cluster | -ROW |2298 |30709 |Application|ES cluster | -ROW |2299 |30710 |Application|ES cluster | -ROW |2300 |30711 |Application|ES cluster | -ROW |2301 |30712 |Application|ES cluster | -ROW |2302 |30691 |Application|Zabbix raw items | -ROW |2303 |30693 |Application|Zabbix raw items | -ROW |2304 |30694 |Application|Zabbix raw items | -ROW |2305 |30719 |Application|Zabbix raw items | -ROW |2306 |30739 |Application|Zabbix raw items | -ROW |2307 |30743 |Application|Zabbix raw items | -ROW |2308 |30744 |Application|Zabbix raw items | -ROW |2309 |30746 |Application|Zabbix raw items | -ROW |2310 |30747 |Application|Zabbix raw items | -ROW |2311 |30754 |Application|Zabbix raw items | -ROW |2312 |30756 |Application|Zabbix raw items | -ROW |2313 |30821 |Application|ClickHouse | -ROW |2314 |30822 |Application|ClickHouse | -ROW |2315 |30827 |Application|ClickHouse | -ROW |2316 |30831 |Application|ClickHouse | -ROW |2317 |30832 |Application|ClickHouse | -ROW |2318 |30833 |Application|ClickHouse | -ROW |2319 |30834 |Application|ClickHouse | -ROW |2320 |30835 |Application|ClickHouse | -ROW |2321 |30837 |Application|ClickHouse | -ROW |2322 |30838 |Application|ClickHouse | -ROW |2323 |30839 |Application|ClickHouse | -ROW |2324 |30841 |Application|ClickHouse | -ROW |2325 |30846 |Application|ClickHouse | -ROW |2326 |30847 |Application|ClickHouse | -ROW |2327 |30848 |Application|ClickHouse | -ROW |2328 |30849 |Application|ClickHouse | -ROW |2329 |30850 |Application|ClickHouse | -ROW |2330 |30851 |Application|ClickHouse | -ROW |2331 |30852 |Application|ClickHouse | -ROW |2332 |30853 |Application|ClickHouse | -ROW |2333 |30854 |Application|ClickHouse | -ROW |2334 |30855 |Application|ClickHouse | -ROW |2335 |30856 |Application|ClickHouse | -ROW |2336 |30857 |Application|ClickHouse | -ROW |2337 |30858 |Application|ClickHouse | -ROW |2338 |30859 |Application|ClickHouse | -ROW |2339 |30860 |Application|ClickHouse | -ROW |2340 |30861 |Application|ClickHouse | -ROW |2341 |30862 |Application|ClickHouse | -ROW |2342 |30863 |Application|ClickHouse | -ROW |2343 |30864 |Application|ClickHouse | -ROW |2344 |30865 |Application|ClickHouse | -ROW |2345 |30866 |Application|ClickHouse | -ROW |2346 |30867 |Application|ClickHouse | -ROW |2347 |30868 |Application|ClickHouse | -ROW |2348 |30869 |Application|ClickHouse | -ROW |2349 |30870 |Application|ClickHouse | -ROW |2350 |30871 |Application|ClickHouse | -ROW |2351 |30872 |Application|ClickHouse | -ROW |2352 |31054 |Application|ClickHouse | -ROW |2353 |30836 |Application|ClickHouse ZooKeeper | -ROW |2355 |30842 |Application|ClickHouse ZooKeeper | -ROW |2356 |30843 |Application|ClickHouse ZooKeeper | -ROW |2357 |30844 |Application|ClickHouse ZooKeeper | -ROW |2358 |30845 |Application|ClickHouse ZooKeeper | -ROW |2359 |30873 |Application|ClickHouse ZooKeeper | -ROW |2360 |30823 |Application|Zabbix raw items | -ROW |2361 |30824 |Application|Zabbix raw items | -ROW |2362 |30825 |Application|Zabbix raw items | -ROW |2363 |30826 |Application|Zabbix raw items | -ROW |2364 |30828 |Application|Zabbix raw items | -ROW |2365 |30829 |Application|Zabbix raw items | -ROW |2366 |30830 |Application|Zabbix raw items | -ROW |2367 |30923 |Application|Etcd | -ROW |2368 |30924 |Application|Etcd | -ROW |2369 |30927 |Application|Etcd | -ROW |2370 |30928 |Application|Etcd | -ROW |2371 |30929 |Application|Etcd | -ROW |2372 |30930 |Application|Etcd | -ROW |2373 |30931 |Application|Etcd | -ROW |2374 |30932 |Application|Etcd | -ROW |2375 |30933 |Application|Etcd | -ROW |2376 |30934 |Application|Etcd | -ROW |2377 |30935 |Application|Etcd | -ROW |2378 |30936 |Application|Etcd | -ROW |2379 |30937 |Application|Etcd | -ROW |2380 |30938 |Application|Etcd | -ROW |2381 |30939 |Application|Etcd | -ROW |2382 |30940 |Application|Etcd | -ROW |2383 |30941 |Application|Etcd | -ROW |2384 |30942 |Application|Etcd | -ROW |2385 |30943 |Application|Etcd | -ROW |2386 |30944 |Application|Etcd | -ROW |2387 |30945 |Application|Etcd | -ROW |2388 |30946 |Application|Etcd | -ROW |2389 |30947 |Application|Etcd | -ROW |2390 |30948 |Application|Etcd | -ROW |2391 |30949 |Application|Etcd | -ROW |2392 |30950 |Application|Etcd | -ROW |2393 |30951 |Application|Etcd | -ROW |2394 |30952 |Application|Etcd | -ROW |2395 |30953 |Application|Etcd | -ROW |2396 |30954 |Application|Etcd | -ROW |2397 |30955 |Application|Etcd | -ROW |2398 |30956 |Application|Etcd | -ROW |2399 |30957 |Application|Etcd | -ROW |2400 |30958 |Application|Etcd | -ROW |2401 |30959 |Application|Etcd | -ROW |2402 |30960 |Application|Etcd | -ROW |2403 |30963 |Application|Etcd | -ROW |2404 |30925 |Application|Zabbix raw items | -ROW |2405 |30926 |Application|Zabbix raw items | -ROW |2406 |30968 |Application|IIS | -ROW |2407 |30969 |Application|IIS | -ROW |2408 |30970 |Application|IIS | -ROW |2409 |30971 |Application|IIS | -ROW |2410 |30972 |Application|IIS | -ROW |2411 |30973 |Application|IIS | -ROW |2412 |30974 |Application|IIS | -ROW |2413 |30975 |Application|IIS | -ROW |2414 |30976 |Application|IIS | -ROW |2415 |30977 |Application|IIS | -ROW |2416 |30978 |Application|IIS | -ROW |2417 |30979 |Application|IIS | -ROW |2418 |30980 |Application|IIS | -ROW |2419 |30981 |Application|IIS | -ROW |2420 |30982 |Application|IIS | -ROW |2421 |30983 |Application|IIS | -ROW |2422 |30984 |Application|IIS | -ROW |2423 |30985 |Application|IIS | -ROW |2424 |30986 |Application|IIS | -ROW |2425 |30987 |Application|IIS | -ROW |2426 |30988 |Application|IIS | -ROW |2427 |30989 |Application|IIS | -ROW |2428 |30990 |Application|IIS | -ROW |2429 |30991 |Application|IIS | -ROW |2430 |30992 |Application|IIS | -ROW |2431 |30993 |Application|IIS | -ROW |2432 |30994 |Application|IIS | -ROW |2433 |30995 |Application|IIS | -ROW |2434 |30996 |Application|IIS | -ROW |2435 |30997 |Application|IIS | -ROW |2436 |30998 |Application|IIS | -ROW |2437 |30999 |Application|IIS | -ROW |2438 |31000 |Application|IIS | -ROW |2439 |31001 |Application|IIS | -ROW |2440 |31002 |Application|IIS | -ROW |2441 |31003 |Application|IIS | -ROW |2442 |31004 |Application|IIS | -ROW |2443 |31010 |Application|IIS | -ROW |2444 |31011 |Application|IIS | -ROW |2445 |31012 |Application|IIS | -ROW |2446 |31013 |Application|IIS | -ROW |2447 |31014 |Application|IIS | -ROW |2448 |31015 |Application|IIS | -ROW |2449 |31016 |Application|IIS | -ROW |2450 |31017 |Application|IIS | -ROW |2451 |31018 |Application|IIS | -ROW |2452 |31019 |Application|IIS | -ROW |2453 |31020 |Application|IIS | -ROW |2454 |31021 |Application|IIS | -ROW |2455 |31022 |Application|IIS | -ROW |2456 |31023 |Application|IIS | -ROW |2457 |31024 |Application|IIS | -ROW |2458 |31025 |Application|IIS | -ROW |2459 |31026 |Application|IIS | -ROW |2460 |31027 |Application|IIS | -ROW |2461 |31028 |Application|IIS | -ROW |2462 |31029 |Application|IIS | -ROW |2463 |31030 |Application|IIS | -ROW |2464 |31031 |Application|IIS | -ROW |2465 |31032 |Application|IIS | -ROW |2466 |31033 |Application|IIS | -ROW |2467 |31034 |Application|IIS | -ROW |2468 |31035 |Application|IIS | -ROW |2469 |31036 |Application|IIS | -ROW |2470 |31037 |Application|IIS | -ROW |2471 |31038 |Application|IIS | -ROW |2472 |31039 |Application|IIS | -ROW |2473 |31040 |Application|IIS | -ROW |2474 |31041 |Application|IIS | -ROW |2475 |31042 |Application|IIS | -ROW |2476 |31043 |Application|IIS | -ROW |2477 |31044 |Application|IIS | -ROW |2478 |31045 |Application|IIS | -ROW |2479 |31046 |Application|IIS | -ROW |2480 |31056 |Application|MSSQL | -ROW |2481 |31057 |Application|MSSQL | -ROW |2482 |31058 |Application|MSSQL | -ROW |2483 |31060 |Application|MSSQL | -ROW |2484 |31061 |Application|MSSQL | -ROW |2485 |31062 |Application|MSSQL | -ROW |2486 |31063 |Application|MSSQL | -ROW |2487 |31064 |Application|MSSQL | -ROW |2488 |31065 |Application|MSSQL | -ROW |2489 |31066 |Application|MSSQL | -ROW |2490 |31067 |Application|MSSQL | -ROW |2491 |31068 |Application|MSSQL | -ROW |2492 |31069 |Application|MSSQL | -ROW |2493 |31070 |Application|MSSQL | -ROW |2494 |31071 |Application|MSSQL | -ROW |2495 |31072 |Application|MSSQL | -ROW |2496 |31073 |Application|MSSQL | -ROW |2497 |31074 |Application|MSSQL | -ROW |2498 |31075 |Application|MSSQL | -ROW |2499 |31076 |Application|MSSQL | -ROW |2500 |31077 |Application|MSSQL | -ROW |2501 |31078 |Application|MSSQL | -ROW |2502 |31079 |Application|MSSQL | -ROW |2503 |31080 |Application|MSSQL | -ROW |2504 |31081 |Application|MSSQL | -ROW |2505 |31082 |Application|MSSQL | -ROW |2506 |31083 |Application|MSSQL | -ROW |2507 |31084 |Application|MSSQL | -ROW |2508 |31085 |Application|MSSQL | -ROW |2509 |31086 |Application|MSSQL | -ROW |2510 |31087 |Application|MSSQL | -ROW |2511 |31088 |Application|MSSQL | -ROW |2512 |31089 |Application|MSSQL | -ROW |2513 |31090 |Application|MSSQL | -ROW |2514 |31092 |Application|MSSQL | -ROW |2515 |31095 |Application|MSSQL | -ROW |2516 |31096 |Application|MSSQL | -ROW |2517 |31097 |Application|MSSQL | -ROW |2518 |31098 |Application|MSSQL | -ROW |2519 |31099 |Application|MSSQL | -ROW |2520 |31100 |Application|MSSQL | -ROW |2521 |31101 |Application|MSSQL | -ROW |2522 |31102 |Application|MSSQL | -ROW |2523 |31103 |Application|MSSQL | -ROW |2524 |31104 |Application|MSSQL | -ROW |2525 |31105 |Application|MSSQL | -ROW |2526 |31106 |Application|MSSQL | -ROW |2527 |31107 |Application|MSSQL | -ROW |2528 |31108 |Application|MSSQL | -ROW |2529 |31109 |Application|MSSQL | -ROW |2530 |31110 |Application|MSSQL | -ROW |2531 |31111 |Application|MSSQL | -ROW |2532 |31112 |Application|MSSQL | -ROW |2533 |31113 |Application|MSSQL | -ROW |2534 |31114 |Application|MSSQL | -ROW |2535 |31115 |Application|MSSQL | -ROW |2536 |31116 |Application|MSSQL | -ROW |2537 |31117 |Application|MSSQL | -ROW |2538 |31118 |Application|MSSQL | -ROW |2539 |31119 |Application|MSSQL | -ROW |2540 |31120 |Application|MSSQL | -ROW |2541 |31121 |Application|MSSQL | -ROW |2542 |31554 |Application|MSSQL | -ROW |2543 |31555 |Application|MSSQL | -ROW |2544 |31556 |Application|MSSQL | -ROW |2545 |31055 |Application|Zabbix raw items | -ROW |2546 |31059 |Application|Zabbix raw items | -ROW |2547 |31091 |Application|Zabbix raw items | -ROW |2548 |31093 |Application|Zabbix raw items | -ROW |2549 |31094 |Application|Zabbix raw items | -ROW |2550 |31128 |Application|Zabbix raw items | -ROW |2551 |31129 |Application|Zabbix raw items | -ROW |2552 |31130 |Application|Zabbix raw items | -ROW |2553 |31132 |Application|Zabbix raw items | -ROW |2554 |33941 |Application|Zabbix raw items | -ROW |2555 |31183 |Application|Oracle | -ROW |2556 |31184 |Application|Oracle | -ROW |2557 |31189 |Application|Oracle | -ROW |2558 |31190 |Application|Oracle | -ROW |2559 |31191 |Application|Oracle | -ROW |2560 |31192 |Application|Oracle | -ROW |2561 |31193 |Application|Oracle | -ROW |2562 |31194 |Application|Oracle | -ROW |2563 |31195 |Application|Oracle | -ROW |2564 |31196 |Application|Oracle | -ROW |2565 |31197 |Application|Oracle | -ROW |2566 |31198 |Application|Oracle | -ROW |2567 |31199 |Application|Oracle | -ROW |2568 |31200 |Application|Oracle | -ROW |2569 |31201 |Application|Oracle | -ROW |2570 |31202 |Application|Oracle | -ROW |2571 |31203 |Application|Oracle | -ROW |2572 |31204 |Application|Oracle | -ROW |2573 |31205 |Application|Oracle | -ROW |2574 |31206 |Application|Oracle | -ROW |2575 |31207 |Application|Oracle | -ROW |2576 |31208 |Application|Oracle | -ROW |2577 |31209 |Application|Oracle | -ROW |2578 |31210 |Application|Oracle | -ROW |2579 |31211 |Application|Oracle | -ROW |2580 |31212 |Application|Oracle | -ROW |2581 |31213 |Application|Oracle | -ROW |2582 |31214 |Application|Oracle | -ROW |2583 |31215 |Application|Oracle | -ROW |2584 |31216 |Application|Oracle | -ROW |2585 |31217 |Application|Oracle | -ROW |2586 |31218 |Application|Oracle | -ROW |2587 |31219 |Application|Oracle | -ROW |2588 |31220 |Application|Oracle | -ROW |2589 |31221 |Application|Oracle | -ROW |2590 |31222 |Application|Oracle | -ROW |2591 |31223 |Application|Oracle | -ROW |2592 |31224 |Application|Oracle | -ROW |2593 |31225 |Application|Oracle | -ROW |2594 |31226 |Application|Oracle | -ROW |2595 |31227 |Application|Oracle | -ROW |2596 |31228 |Application|Oracle | -ROW |2597 |31229 |Application|Oracle | -ROW |2598 |31230 |Application|Oracle | -ROW |2599 |31231 |Application|Oracle | -ROW |2600 |31232 |Application|Oracle | -ROW |2601 |31233 |Application|Oracle | -ROW |2602 |31234 |Application|Oracle | -ROW |2603 |31235 |Application|Oracle | -ROW |2604 |31236 |Application|Oracle | -ROW |2605 |31237 |Application|Oracle | -ROW |2606 |31238 |Application|Oracle | -ROW |2607 |31239 |Application|Oracle | -ROW |2608 |31240 |Application|Oracle | -ROW |2609 |31241 |Application|Oracle | -ROW |2610 |31242 |Application|Oracle | -ROW |2611 |31243 |Application|Oracle | -ROW |2612 |31244 |Application|Oracle | -ROW |2613 |31245 |Application|Oracle | -ROW |2614 |31246 |Application|Oracle | -ROW |2615 |31247 |Application|Oracle | -ROW |2616 |31248 |Application|Oracle | -ROW |2617 |31249 |Application|Oracle | -ROW |2618 |31250 |Application|Oracle | -ROW |2619 |31251 |Application|Oracle | -ROW |2620 |31252 |Application|Oracle | -ROW |2621 |31180 |Application|Zabbix raw items | -ROW |2622 |31181 |Application|Zabbix raw items | -ROW |2623 |31182 |Application|Zabbix raw items | -ROW |2624 |31185 |Application|Zabbix raw items | -ROW |2625 |31186 |Application|Zabbix raw items | -ROW |2626 |31187 |Application|Zabbix raw items | -ROW |2627 |31188 |Application|Zabbix raw items | -ROW |2628 |31275 |Application|PostgreSQL | -ROW |2629 |31282 |Application|PostgreSQL | -ROW |2630 |31283 |Application|PostgreSQL | -ROW |2631 |31284 |Application|PostgreSQL | -ROW |2632 |31285 |Application|PostgreSQL | -ROW |2633 |31286 |Application|PostgreSQL | -ROW |2634 |31287 |Application|PostgreSQL | -ROW |2635 |31288 |Application|PostgreSQL | -ROW |2636 |31291 |Application|PostgreSQL | -ROW |2637 |31293 |Application|PostgreSQL | -ROW |2638 |31294 |Application|PostgreSQL | -ROW |2639 |31295 |Application|PostgreSQL | -ROW |2640 |31296 |Application|PostgreSQL | -ROW |2641 |31297 |Application|PostgreSQL | -ROW |2642 |31298 |Application|PostgreSQL | -ROW |2643 |31299 |Application|PostgreSQL | -ROW |2644 |31300 |Application|PostgreSQL | -ROW |2645 |31301 |Application|PostgreSQL | -ROW |2646 |31302 |Application|PostgreSQL | -ROW |2647 |31303 |Application|PostgreSQL | -ROW |2648 |31304 |Application|PostgreSQL | -ROW |2649 |31305 |Application|PostgreSQL | -ROW |2650 |31306 |Application|PostgreSQL | -ROW |2651 |31307 |Application|PostgreSQL | -ROW |2652 |31309 |Application|PostgreSQL | -ROW |2653 |31310 |Application|PostgreSQL | -ROW |2654 |31311 |Application|PostgreSQL | -ROW |2655 |31312 |Application|PostgreSQL | -ROW |2656 |31313 |Application|PostgreSQL | -ROW |2657 |31314 |Application|PostgreSQL | -ROW |2658 |31315 |Application|PostgreSQL | -ROW |2659 |31316 |Application|PostgreSQL | -ROW |2660 |31317 |Application|PostgreSQL | -ROW |2661 |31318 |Application|PostgreSQL | -ROW |2662 |31319 |Application|PostgreSQL | -ROW |2663 |31320 |Application|PostgreSQL | -ROW |2664 |31321 |Application|PostgreSQL | -ROW |2665 |31322 |Application|PostgreSQL | -ROW |2666 |31323 |Application|PostgreSQL | -ROW |2667 |31324 |Application|PostgreSQL | -ROW |2668 |31325 |Application|PostgreSQL | -ROW |2669 |31326 |Application|PostgreSQL | -ROW |2670 |31327 |Application|PostgreSQL | -ROW |2671 |31328 |Application|PostgreSQL | -ROW |2672 |31329 |Application|PostgreSQL | -ROW |2673 |31330 |Application|PostgreSQL | -ROW |2674 |31331 |Application|PostgreSQL | -ROW |2675 |31332 |Application|PostgreSQL | -ROW |2676 |31333 |Application|PostgreSQL | -ROW |2677 |33172 |Application|PostgreSQL | -ROW |2678 |33173 |Application|PostgreSQL | -ROW |2679 |33174 |Application|PostgreSQL | -ROW |2680 |33176 |Application|PostgreSQL | -ROW |2681 |31274 |Application|Zabbix raw items | -ROW |2682 |31276 |Application|Zabbix raw items | -ROW |2683 |31277 |Application|Zabbix raw items | -ROW |2684 |31279 |Application|Zabbix raw items | -ROW |2685 |31280 |Application|Zabbix raw items | -ROW |2686 |31289 |Application|Zabbix raw items | -ROW |2687 |31290 |Application|Zabbix raw items | -ROW |2688 |33175 |Application|Zabbix raw items | -ROW |2689 |31572 |Application|PHP-FPM | -ROW |2690 |31573 |Application|PHP-FPM | -ROW |2691 |31574 |Application|PHP-FPM | -ROW |2692 |31575 |Application|PHP-FPM | -ROW |2693 |31576 |Application|PHP-FPM | -ROW |2694 |31577 |Application|PHP-FPM | -ROW |2695 |31578 |Application|PHP-FPM | -ROW |2696 |31579 |Application|PHP-FPM | -ROW |2697 |31580 |Application|PHP-FPM | -ROW |2698 |31581 |Application|PHP-FPM | -ROW |2699 |31582 |Application|PHP-FPM | -ROW |2700 |31583 |Application|PHP-FPM | -ROW |2701 |31584 |Application|PHP-FPM | -ROW |2702 |31585 |Application|PHP-FPM | -ROW |2703 |31586 |Application|PHP-FPM | -ROW |2704 |31587 |Application|PHP-FPM | -ROW |2705 |31588 |Application|PHP-FPM | -ROW |2706 |31589 |Application|PHP-FPM | -ROW |2707 |31590 |Application|PHP-FPM | -ROW |2708 |31591 |Application|PHP-FPM | -ROW |2709 |31592 |Application|PHP-FPM | -ROW |2710 |31570 |Application|Zabbix raw items | -ROW |2711 |31571 |Application|Zabbix raw items | -ROW |2712 |31593 |Application|PHP-FPM | -ROW |2713 |31596 |Application|PHP-FPM | -ROW |2714 |31597 |Application|PHP-FPM | -ROW |2715 |31598 |Application|PHP-FPM | -ROW |2716 |31599 |Application|PHP-FPM | -ROW |2717 |31600 |Application|PHP-FPM | -ROW |2718 |31601 |Application|PHP-FPM | -ROW |2719 |31602 |Application|PHP-FPM | -ROW |2720 |31603 |Application|PHP-FPM | -ROW |2721 |31604 |Application|PHP-FPM | -ROW |2722 |31605 |Application|PHP-FPM | -ROW |2723 |31606 |Application|PHP-FPM | -ROW |2724 |31607 |Application|PHP-FPM | -ROW |2725 |31608 |Application|PHP-FPM | -ROW |2726 |31609 |Application|PHP-FPM | -ROW |2727 |31610 |Application|PHP-FPM | -ROW |2728 |31611 |Application|PHP-FPM | -ROW |2729 |31594 |Application|Zabbix raw items | -ROW |2730 |31595 |Application|Zabbix raw items | -ROW |2731 |31684 |Application|Oracle | -ROW |2732 |31685 |Application|Oracle | -ROW |2733 |31687 |Application|Oracle | -ROW |2734 |31695 |Application|Oracle | -ROW |2735 |31696 |Application|Oracle | -ROW |2736 |31701 |Application|Oracle | -ROW |2737 |31702 |Application|Oracle | -ROW |2738 |31703 |Application|Oracle | -ROW |2739 |31704 |Application|Oracle | -ROW |2740 |31705 |Application|Oracle | -ROW |2741 |31706 |Application|Oracle | -ROW |2742 |31707 |Application|Oracle | -ROW |2743 |31708 |Application|Oracle | -ROW |2744 |31709 |Application|Oracle | -ROW |2745 |31710 |Application|Oracle | -ROW |2746 |31711 |Application|Oracle | -ROW |2747 |31712 |Application|Oracle | -ROW |2748 |31713 |Application|Oracle | -ROW |2749 |31714 |Application|Oracle | -ROW |2750 |31715 |Application|Oracle | -ROW |2751 |31716 |Application|Oracle | -ROW |2752 |31717 |Application|Oracle | -ROW |2753 |31718 |Application|Oracle | -ROW |2754 |31719 |Application|Oracle | -ROW |2755 |31720 |Application|Oracle | -ROW |2756 |31721 |Application|Oracle | -ROW |2757 |31722 |Application|Oracle | -ROW |2758 |31723 |Application|Oracle | -ROW |2759 |31724 |Application|Oracle | -ROW |2760 |31725 |Application|Oracle | -ROW |2761 |31726 |Application|Oracle | -ROW |2762 |31727 |Application|Oracle | -ROW |2763 |31728 |Application|Oracle | -ROW |2764 |31729 |Application|Oracle | -ROW |2765 |31730 |Application|Oracle | -ROW |2766 |31731 |Application|Oracle | -ROW |2767 |31732 |Application|Oracle | -ROW |2768 |31733 |Application|Oracle | -ROW |2769 |31734 |Application|Oracle | -ROW |2770 |31735 |Application|Oracle | -ROW |2771 |31736 |Application|Oracle | -ROW |2772 |31737 |Application|Oracle | -ROW |2773 |31738 |Application|Oracle | -ROW |2774 |31739 |Application|Oracle | -ROW |2775 |31740 |Application|Oracle | -ROW |2776 |31741 |Application|Oracle | -ROW |2777 |31742 |Application|Oracle | -ROW |2778 |31743 |Application|Oracle | -ROW |2779 |31744 |Application|Oracle | -ROW |2780 |31745 |Application|Oracle | -ROW |2781 |31746 |Application|Oracle | -ROW |2782 |31747 |Application|Oracle | -ROW |2783 |31748 |Application|Oracle | -ROW |2784 |31749 |Application|Oracle | -ROW |2785 |31750 |Application|Oracle | -ROW |2786 |31751 |Application|Oracle | -ROW |2787 |31752 |Application|Oracle | -ROW |2788 |31753 |Application|Oracle | -ROW |2789 |31754 |Application|Oracle | -ROW |2790 |31755 |Application|Oracle | -ROW |2791 |31756 |Application|Oracle | -ROW |2792 |31757 |Application|Oracle | -ROW |2793 |31758 |Application|Oracle | -ROW |2794 |31759 |Application|Oracle | -ROW |2795 |31760 |Application|Oracle | -ROW |2796 |31686 |Application|Zabbix raw items | -ROW |2797 |31688 |Application|Zabbix raw items | -ROW |2798 |31689 |Application|Zabbix raw items | -ROW |2799 |31690 |Application|Zabbix raw items | -ROW |2800 |31691 |Application|Zabbix raw items | -ROW |2801 |31692 |Application|Zabbix raw items | -ROW |2802 |31693 |Application|Zabbix raw items | -ROW |2803 |31694 |Application|Zabbix raw items | -ROW |2804 |31697 |Application|Zabbix raw items | -ROW |2805 |31698 |Application|Zabbix raw items | -ROW |2806 |31699 |Application|Zabbix raw items | -ROW |2807 |31700 |Application|Zabbix raw items | -ROW |2808 |31782 |Application|Asterisk | -ROW |2809 |31783 |Application|Asterisk | -ROW |2810 |31785 |Application|Asterisk | -ROW |2811 |31786 |Application|Asterisk | -ROW |2812 |31787 |Application|Asterisk | -ROW |2813 |31788 |Application|Asterisk | -ROW |2814 |31789 |Application|Asterisk | -ROW |2815 |31790 |Application|Asterisk | -ROW |2816 |31791 |Application|Asterisk | -ROW |2817 |31792 |Application|Asterisk | -ROW |2818 |31793 |Application|Asterisk | -ROW |2819 |31794 |Application|Asterisk | -ROW |2820 |31795 |Application|Asterisk | -ROW |2821 |31796 |Application|Asterisk | -ROW |2822 |31797 |Application|Asterisk | -ROW |2823 |31798 |Application|Asterisk | -ROW |2824 |31799 |Application|Asterisk | -ROW |2825 |31800 |Application|Asterisk | -ROW |2826 |31801 |Application|Asterisk | -ROW |2827 |31802 |Application|Asterisk | -ROW |2828 |33389 |Application|Asterisk | -ROW |2829 |33390 |Application|Asterisk | -ROW |2830 |31784 |Application|Zabbix raw items | -ROW |2831 |31904 |Application|Zabbix raw items | -ROW |2832 |31934 |Application|Zabbix raw items | -ROW |2833 |31937 |Application|Zabbix raw items | -ROW |2834 |31820 |Application|CPU | -ROW |2835 |31821 |Application|CPU | -ROW |2836 |31822 |Application|CPU | -ROW |2837 |31823 |Application|CPU | -ROW |2838 |31824 |Application|CPU | -ROW |2839 |31825 |Application|CPU | -ROW |2840 |31826 |Application|CPU | -ROW |2841 |31827 |Application|CPU | -ROW |2842 |31828 |Application|CPU | -ROW |2843 |31829 |Application|CPU | -ROW |2844 |31830 |Application|CPU | -ROW |2845 |31831 |Application|CPU | -ROW |2846 |31832 |Application|CPU | -ROW |2847 |31833 |Application|CPU | -ROW |2848 |31834 |Application|CPU | -ROW |2849 |31835 |Application|CPU | -ROW |2850 |31892 |Application|CPU | -ROW |2851 |31836 |Application|General | -ROW |2852 |31837 |Application|General | -ROW |2853 |31838 |Application|General | -ROW |2854 |31839 |Application|General | -ROW |2855 |31840 |Application|General | -ROW |2856 |31841 |Application|General | -ROW |2857 |31842 |Application|General | -ROW |2858 |31846 |Application|General | -ROW |2859 |31848 |Application|General | -ROW |2860 |31843 |Application|Inventory | -ROW |2861 |31844 |Application|Inventory | -ROW |2862 |31845 |Application|Inventory | -ROW |2863 |31849 |Application|Security | -ROW |2864 |31847 |Application|Status | -ROW |2865 |31850 |Application|Memory | -ROW |2866 |31851 |Application|Memory | -ROW |2867 |31852 |Application|Memory | -ROW |2868 |31853 |Application|Memory | -ROW |2869 |31854 |Application|Memory | -ROW |2870 |31855 |Application|Memory | -ROW |2871 |31893 |Application|Memory | -ROW |2872 |31856 |Application|CPU | -ROW |2873 |31857 |Application|CPU | -ROW |2874 |31858 |Application|CPU | -ROW |2875 |31859 |Application|CPU | -ROW |2876 |31860 |Application|CPU | -ROW |2877 |31861 |Application|CPU | -ROW |2878 |31862 |Application|CPU | -ROW |2879 |31863 |Application|CPU | -ROW |2880 |31864 |Application|CPU | -ROW |2881 |31865 |Application|CPU | -ROW |2882 |31866 |Application|CPU | -ROW |2883 |31867 |Application|CPU | -ROW |2884 |31868 |Application|CPU | -ROW |2885 |31869 |Application|CPU | -ROW |2886 |31870 |Application|CPU | -ROW |2887 |31871 |Application|CPU | -ROW |2888 |31894 |Application|CPU | -ROW |2889 |31872 |Application|General | -ROW |2890 |31873 |Application|General | -ROW |2891 |31874 |Application|General | -ROW |2892 |31875 |Application|General | -ROW |2893 |31876 |Application|General | -ROW |2894 |31877 |Application|General | -ROW |2895 |31878 |Application|General | -ROW |2896 |31882 |Application|General | -ROW |2897 |31884 |Application|General | -ROW |2898 |31879 |Application|Inventory | -ROW |2899 |31880 |Application|Inventory | -ROW |2900 |31881 |Application|Inventory | -ROW |2901 |31886 |Application|Memory | -ROW |2902 |31887 |Application|Memory | -ROW |2903 |31888 |Application|Memory | -ROW |2904 |31889 |Application|Memory | -ROW |2905 |31890 |Application|Memory | -ROW |2906 |31891 |Application|Memory | -ROW |2907 |31895 |Application|Memory | -ROW |2908 |31816 |Application|Monitoring agent | -ROW |2909 |31817 |Application|Monitoring agent | -ROW |2910 |31818 |Application|Monitoring agent | -ROW |2911 |31885 |Application|Security | -ROW |2912 |31819 |Application|Status | -ROW |2913 |31883 |Application|Status | -ROW |2914 |31919 |Application|Zabbix raw items | -ROW |2915 |31940 |Application|Zabbix raw items | -ROW |2916 |31943 |Application|Zabbix raw items | -ROW |2917 |31948 |Application|CPU | -ROW |2918 |31949 |Application|CPU | -ROW |2919 |31950 |Application|CPU | -ROW |2920 |31951 |Application|CPU | -ROW |2921 |31952 |Application|CPU | -ROW |2922 |31953 |Application|CPU | -ROW |2923 |31954 |Application|CPU | -ROW |2924 |31955 |Application|CPU | -ROW |2925 |31956 |Application|General | -ROW |2926 |31957 |Application|General | -ROW |2927 |31958 |Application|General | -ROW |2928 |31959 |Application|General | -ROW |2929 |31961 |Application|General | -ROW |2930 |31960 |Application|Inventory | -ROW |2931 |31962 |Application|Status | -ROW |2932 |31963 |Application|Memory | -ROW |2933 |31964 |Application|Memory | -ROW |2934 |31965 |Application|Memory | -ROW |2935 |31966 |Application|Memory | -ROW |2936 |31967 |Application|Memory | -ROW |2937 |31968 |Application|Memory | -ROW |2938 |31969 |Application|Memory | -ROW |2939 |31970 |Application|Memory | -ROW |2940 |31971 |Application|Memory | -ROW |2941 |31972 |Application|Memory | -ROW |2942 |31973 |Application|Memory | -ROW |2943 |32002 |Application|Memory | -ROW |2944 |31974 |Application|Zabbix raw items | -ROW |2945 |32025 |Application|Services | -ROW |2946 |31975 |Application|CPU | -ROW |2947 |31976 |Application|CPU | -ROW |2948 |31977 |Application|CPU | -ROW |2949 |31978 |Application|CPU | -ROW |2950 |31979 |Application|CPU | -ROW |2951 |31980 |Application|CPU | -ROW |2952 |31981 |Application|CPU | -ROW |2953 |31982 |Application|CPU | -ROW |2954 |31983 |Application|General | -ROW |2955 |31984 |Application|General | -ROW |2956 |31985 |Application|General | -ROW |2957 |31986 |Application|General | -ROW |2958 |31988 |Application|General | -ROW |2959 |31987 |Application|Inventory | -ROW |2960 |31990 |Application|Memory | -ROW |2961 |31991 |Application|Memory | -ROW |2962 |31992 |Application|Memory | -ROW |2963 |31993 |Application|Memory | -ROW |2964 |31994 |Application|Memory | -ROW |2965 |31995 |Application|Memory | -ROW |2966 |31996 |Application|Memory | -ROW |2967 |31997 |Application|Memory | -ROW |2968 |31998 |Application|Memory | -ROW |2969 |31999 |Application|Memory | -ROW |2970 |32000 |Application|Memory | -ROW |2971 |32003 |Application|Memory | -ROW |2972 |31944 |Application|Monitoring agent | -ROW |2973 |31945 |Application|Monitoring agent | -ROW |2974 |31946 |Application|Monitoring agent | -ROW |2975 |32039 |Application|Services | -ROW |2976 |31947 |Application|Status | -ROW |2977 |31989 |Application|Status | -ROW |2978 |32001 |Application|Zabbix raw items | -ROW |2979 |32120 |Application|Ceph | -ROW |2980 |32122 |Application|Ceph | -ROW |2981 |32123 |Application|Ceph | -ROW |2982 |32124 |Application|Ceph | -ROW |2983 |32125 |Application|Ceph | -ROW |2984 |32126 |Application|Ceph | -ROW |2985 |32127 |Application|Ceph | -ROW |2986 |32128 |Application|Ceph | -ROW |2987 |32129 |Application|Ceph | -ROW |2988 |32130 |Application|Ceph | -ROW |2989 |32131 |Application|Ceph | -ROW |2990 |32132 |Application|Ceph | -ROW |2991 |32133 |Application|Ceph | -ROW |2992 |32134 |Application|Ceph | -ROW |2993 |32135 |Application|Ceph | -ROW |2994 |32136 |Application|Ceph | -ROW |2995 |32137 |Application|Ceph | -ROW |2996 |32138 |Application|Ceph | -ROW |2997 |32139 |Application|Ceph | -ROW |2998 |32140 |Application|Ceph | -ROW |2999 |32141 |Application|Ceph | -ROW |3000 |32142 |Application|Ceph | -ROW |3001 |32143 |Application|Ceph | -ROW |3002 |32144 |Application|Ceph | -ROW |3003 |32145 |Application|Ceph | -ROW |3004 |32146 |Application|Ceph | -ROW |3005 |32147 |Application|Ceph | -ROW |3006 |32148 |Application|Ceph | -ROW |3007 |32149 |Application|Ceph | -ROW |3008 |32150 |Application|Ceph | -ROW |3009 |32151 |Application|Ceph | -ROW |3010 |32152 |Application|Ceph | -ROW |3011 |32153 |Application|Ceph | -ROW |3012 |32154 |Application|Ceph | -ROW |3013 |32155 |Application|Ceph | -ROW |3014 |32156 |Application|Ceph | -ROW |3015 |32157 |Application|Ceph | -ROW |3016 |32158 |Application|Ceph | -ROW |3017 |32159 |Application|Ceph | -ROW |3018 |32160 |Application|Ceph | -ROW |3019 |32161 |Application|Ceph | -ROW |3020 |32162 |Application|Ceph | -ROW |3021 |32163 |Application|Ceph | -ROW |3022 |32164 |Application|Ceph | -ROW |3023 |32165 |Application|Ceph | -ROW |3024 |32166 |Application|Ceph | -ROW |3025 |32167 |Application|Ceph | -ROW |3026 |32117 |Application|Zabbix raw items | -ROW |3027 |32118 |Application|Zabbix raw items | -ROW |3028 |32119 |Application|Zabbix raw items | -ROW |3029 |32121 |Application|Zabbix raw items | -ROW |3030 |32239 |Application|Squid | -ROW |3031 |32240 |Application|Squid | -ROW |3032 |32241 |Application|Squid | -ROW |3033 |32242 |Application|Squid | -ROW |3034 |32243 |Application|Squid | -ROW |3035 |32244 |Application|Squid | -ROW |3036 |32245 |Application|Squid | -ROW |3037 |32246 |Application|Squid | -ROW |3038 |32247 |Application|Squid | -ROW |3039 |32248 |Application|Squid | -ROW |3040 |32249 |Application|Squid | -ROW |3041 |32250 |Application|Squid | -ROW |3042 |32251 |Application|Squid | -ROW |3043 |32252 |Application|Squid | -ROW |3044 |32253 |Application|Squid | -ROW |3045 |32254 |Application|Squid | -ROW |3046 |32255 |Application|Squid | -ROW |3047 |32256 |Application|Squid | -ROW |3048 |32257 |Application|Squid | -ROW |3049 |32258 |Application|Squid | -ROW |3050 |32259 |Application|Squid | -ROW |3051 |32260 |Application|Squid | -ROW |3052 |32261 |Application|Squid | -ROW |3053 |32262 |Application|Squid | -ROW |3054 |32263 |Application|Squid | -ROW |3055 |32264 |Application|Squid | -ROW |3056 |32265 |Application|Squid | -ROW |3057 |32266 |Application|Squid | -ROW |3058 |32267 |Application|Squid | -ROW |3059 |32268 |Application|Squid | -ROW |3060 |32269 |Application|Squid | -ROW |3061 |32270 |Application|Squid | -ROW |3062 |32271 |Application|Squid | -ROW |3063 |32272 |Application|Squid | -ROW |3064 |32273 |Application|Squid | -ROW |3065 |32274 |Application|Squid | -ROW |3066 |32275 |Application|Squid | -ROW |3067 |32276 |Application|Squid | -ROW |3068 |32277 |Application|Squid | -ROW |3069 |32278 |Application|Squid | -ROW |3070 |32279 |Application|Squid | -ROW |3071 |32280 |Application|Squid | -ROW |3072 |32281 |Application|Squid | -ROW |3073 |32282 |Application|Squid | -ROW |3074 |32283 |Application|Squid | -ROW |3075 |32284 |Application|Squid | -ROW |3076 |32285 |Application|Squid | -ROW |3077 |32286 |Application|Squid | -ROW |3078 |32287 |Application|Squid | -ROW |3079 |32288 |Application|Squid | -ROW |3080 |32289 |Application|Squid | -ROW |3081 |32290 |Application|Squid | -ROW |3082 |32291 |Application|Squid | -ROW |3083 |32292 |Application|Squid | -ROW |3084 |32366 |Application|PostgreSQL | -ROW |3085 |32367 |Application|PostgreSQL | -ROW |3086 |32369 |Application|PostgreSQL | -ROW |3087 |32370 |Application|PostgreSQL | -ROW |3088 |32371 |Application|PostgreSQL | -ROW |3089 |32372 |Application|PostgreSQL | -ROW |3090 |32373 |Application|PostgreSQL | -ROW |3091 |32374 |Application|PostgreSQL | -ROW |3092 |32377 |Application|PostgreSQL | -ROW |3093 |32378 |Application|PostgreSQL | -ROW |3094 |32381 |Application|PostgreSQL | -ROW |3095 |32382 |Application|PostgreSQL | -ROW |3096 |32383 |Application|PostgreSQL | -ROW |3097 |32384 |Application|PostgreSQL | -ROW |3098 |32385 |Application|PostgreSQL | -ROW |3099 |32386 |Application|PostgreSQL | -ROW |3100 |32387 |Application|PostgreSQL | -ROW |3101 |32388 |Application|PostgreSQL | -ROW |3102 |32389 |Application|PostgreSQL | -ROW |3103 |32390 |Application|PostgreSQL | -ROW |3104 |32391 |Application|PostgreSQL | -ROW |3105 |32392 |Application|PostgreSQL | -ROW |3106 |32393 |Application|PostgreSQL | -ROW |3107 |32394 |Application|PostgreSQL | -ROW |3108 |32395 |Application|PostgreSQL | -ROW |3109 |32396 |Application|PostgreSQL | -ROW |3110 |32397 |Application|PostgreSQL | -ROW |3111 |32398 |Application|PostgreSQL | -ROW |3112 |32399 |Application|PostgreSQL | -ROW |3113 |32400 |Application|PostgreSQL | -ROW |3114 |32401 |Application|PostgreSQL | -ROW |3115 |32402 |Application|PostgreSQL | -ROW |3116 |32403 |Application|PostgreSQL | -ROW |3117 |32364 |Application|Zabbix raw items | -ROW |3118 |32365 |Application|Zabbix raw items | -ROW |3119 |32368 |Application|Zabbix raw items | -ROW |3120 |32375 |Application|Zabbix raw items | -ROW |3121 |32376 |Application|Zabbix raw items | -ROW |3122 |32379 |Application|Zabbix raw items | -ROW |3123 |32380 |Application|Zabbix raw items | -ROW |3124 |32406 |Application|Zabbix raw items | -ROW |3125 |32407 |Application|Zabbix raw items | -ROW |3126 |32463 |Application|Zabbix raw items | -ROW |3127 |32464 |Application|Zabbix raw items | -ROW |3128 |32516 |Application|MS Exchange | -ROW |3129 |32517 |Application|MS Exchange | -ROW |3130 |32518 |Application|MS Exchange | -ROW |3131 |32519 |Application|MS Exchange | -ROW |3132 |32520 |Application|MS Exchange | -ROW |3133 |32521 |Application|MS Exchange | -ROW |3134 |32522 |Application|MS Exchange | -ROW |3135 |32523 |Application|MS Exchange | -ROW |3136 |32524 |Application|MS Exchange | -ROW |3137 |32543 |Application|MS Exchange | -ROW |3138 |32544 |Application|MS Exchange | -ROW |3139 |32545 |Application|MS Exchange | -ROW |3140 |32546 |Application|MS Exchange | -ROW |3141 |32547 |Application|MS Exchange | -ROW |3142 |32548 |Application|MS Exchange | -ROW |3143 |32549 |Application|MS Exchange | -ROW |3144 |32550 |Application|MS Exchange | -ROW |3145 |32551 |Application|MS Exchange | -ROW |3146 |32552 |Application|MS Exchange | -ROW |3147 |32553 |Application|MS Exchange | -ROW |3148 |32554 |Application|MS Exchange | -ROW |3149 |32573 |Application|MS Exchange | -ROW |3150 |32574 |Application|MS Exchange | -ROW |3151 |32575 |Application|MS Exchange | -ROW |3152 |32576 |Application|GitLab | -ROW |3153 |32577 |Application|GitLab | -ROW |3154 |32579 |Application|GitLab | -ROW |3155 |32580 |Application|GitLab | -ROW |3156 |32581 |Application|GitLab | -ROW |3157 |32582 |Application|GitLab | -ROW |3158 |32583 |Application|GitLab | -ROW |3159 |32584 |Application|GitLab | -ROW |3160 |32585 |Application|GitLab | -ROW |3161 |32586 |Application|GitLab | -ROW |3162 |32587 |Application|GitLab | -ROW |3163 |32588 |Application|GitLab | -ROW |3164 |32589 |Application|GitLab | -ROW |3165 |32590 |Application|GitLab | -ROW |3166 |32591 |Application|GitLab | -ROW |3167 |32592 |Application|GitLab | -ROW |3168 |32593 |Application|GitLab | -ROW |3169 |32594 |Application|GitLab | -ROW |3170 |32595 |Application|GitLab | -ROW |3171 |32596 |Application|GitLab | -ROW |3172 |32597 |Application|GitLab | -ROW |3173 |32598 |Application|GitLab | -ROW |3174 |32599 |Application|GitLab | -ROW |3175 |32600 |Application|GitLab | -ROW |3176 |32601 |Application|GitLab | -ROW |3177 |32602 |Application|GitLab | -ROW |3178 |32603 |Application|GitLab | -ROW |3179 |32604 |Application|GitLab | -ROW |3180 |32605 |Application|GitLab | -ROW |3181 |32606 |Application|GitLab | -ROW |3182 |32607 |Application|GitLab | -ROW |3183 |32608 |Application|GitLab | -ROW |3184 |32609 |Application|GitLab | -ROW |3185 |32610 |Application|GitLab | -ROW |3186 |32611 |Application|GitLab | -ROW |3187 |32612 |Application|GitLab | -ROW |3188 |32613 |Application|GitLab | -ROW |3189 |32614 |Application|GitLab | -ROW |3190 |32615 |Application|GitLab | -ROW |3191 |32616 |Application|GitLab | -ROW |3192 |32617 |Application|GitLab | -ROW |3193 |32618 |Application|GitLab | -ROW |3194 |32621 |Application|GitLab: Puma stats | -ROW |3195 |32622 |Application|GitLab: Puma stats | -ROW |3196 |32623 |Application|GitLab: Puma stats | -ROW |3197 |32624 |Application|GitLab: Puma stats | -ROW |3198 |32625 |Application|GitLab: Puma stats | -ROW |3199 |32626 |Application|GitLab: Puma stats | -ROW |3200 |32627 |Application|GitLab: Puma stats | -ROW |3201 |32628 |Application|GitLab: Puma stats | -ROW |3202 |32629 |Application|GitLab: Puma stats | -ROW |3203 |32630 |Application|GitLab: Puma stats | -ROW |3204 |32631 |Application|GitLab: Unicorn stats | -ROW |3205 |32632 |Application|GitLab: Unicorn stats | -ROW |3206 |32633 |Application|GitLab: Unicorn stats | -ROW |3207 |32578 |Application|Zabbix raw items | -ROW |3208 |32636 |Application|Hadoop | -ROW |3209 |32637 |Application|Hadoop | -ROW |3210 |32638 |Application|Hadoop | -ROW |3211 |32640 |Application|Hadoop | -ROW |3212 |32642 |Application|Hadoop | -ROW |3213 |32643 |Application|Hadoop | -ROW |3214 |32644 |Application|Hadoop | -ROW |3215 |32645 |Application|Hadoop | -ROW |3216 |32646 |Application|Hadoop | -ROW |3217 |32647 |Application|Hadoop | -ROW |3218 |32648 |Application|Hadoop | -ROW |3219 |32649 |Application|Hadoop | -ROW |3220 |32650 |Application|Hadoop | -ROW |3221 |32651 |Application|Hadoop | -ROW |3222 |32652 |Application|Hadoop | -ROW |3223 |32653 |Application|Hadoop | -ROW |3224 |32654 |Application|Hadoop | -ROW |3225 |32655 |Application|Hadoop | -ROW |3226 |32656 |Application|Hadoop | -ROW |3227 |32657 |Application|Hadoop | -ROW |3228 |32658 |Application|Hadoop | -ROW |3229 |32659 |Application|Hadoop | -ROW |3230 |32660 |Application|Hadoop | -ROW |3231 |32661 |Application|Hadoop | -ROW |3232 |32662 |Application|Hadoop | -ROW |3233 |32663 |Application|Hadoop | -ROW |3234 |32664 |Application|Hadoop | -ROW |3235 |32665 |Application|Hadoop | -ROW |3236 |32666 |Application|Hadoop | -ROW |3237 |32667 |Application|Hadoop | -ROW |3238 |32634 |Application|Zabbix raw items | -ROW |3239 |32635 |Application|Zabbix raw items | -ROW |3240 |32639 |Application|Zabbix raw items | -ROW |3241 |32641 |Application|Zabbix raw items | -ROW |3242 |32670 |Application|Zabbix raw items | -ROW |3243 |32671 |Application|Zabbix raw items | -ROW |3244 |32693 |Application|Kafka | -ROW |3245 |32694 |Application|Kafka | -ROW |3246 |32695 |Application|Kafka | -ROW |3247 |32696 |Application|Kafka | -ROW |3248 |32697 |Application|Kafka | -ROW |3249 |32698 |Application|Kafka | -ROW |3250 |32699 |Application|Kafka | -ROW |3251 |32700 |Application|Kafka | -ROW |3252 |32701 |Application|Kafka | -ROW |3253 |32702 |Application|Kafka | -ROW |3254 |32703 |Application|Kafka | -ROW |3255 |32704 |Application|Kafka | -ROW |3256 |32705 |Application|Kafka | -ROW |3257 |32706 |Application|Kafka | -ROW |3258 |32707 |Application|Kafka | -ROW |3259 |32708 |Application|Kafka | -ROW |3260 |32709 |Application|Kafka | -ROW |3261 |32710 |Application|Kafka | -ROW |3262 |32711 |Application|Kafka | -ROW |3263 |32712 |Application|Kafka | -ROW |3264 |32713 |Application|Kafka | -ROW |3265 |32714 |Application|Kafka | -ROW |3266 |32715 |Application|Kafka | -ROW |3267 |32716 |Application|Kafka | -ROW |3268 |32717 |Application|Kafka | -ROW |3269 |32718 |Application|Kafka | -ROW |3270 |32719 |Application|Kafka | -ROW |3271 |32720 |Application|Kafka | -ROW |3272 |32721 |Application|Kafka | -ROW |3273 |32722 |Application|Kafka | -ROW |3274 |32723 |Application|Kafka | -ROW |3275 |32724 |Application|Kafka | -ROW |3276 |32725 |Application|Kafka | -ROW |3277 |32726 |Application|Kafka | -ROW |3278 |32727 |Application|Kafka | -ROW |3279 |32728 |Application|Kafka | -ROW |3280 |32729 |Application|Kafka | -ROW |3281 |32730 |Application|Kafka | -ROW |3282 |32731 |Application|Kafka | -ROW |3283 |32732 |Application|Kafka | -ROW |3284 |32733 |Application|Kafka | -ROW |3285 |32734 |Application|Kafka | -ROW |3286 |32735 |Application|Kafka | -ROW |3287 |32736 |Application|Kafka | -ROW |3288 |32737 |Application|Kafka | -ROW |3289 |32738 |Application|Kafka | -ROW |3290 |32739 |Application|Kafka | -ROW |3291 |32740 |Application|Kafka | -ROW |3292 |32741 |Application|Kafka | -ROW |3293 |32742 |Application|Kafka | -ROW |3294 |32743 |Application|Kafka | -ROW |3295 |32744 |Application|Kafka | -ROW |3296 |32745 |Application|Kafka | -ROW |3297 |32746 |Application|Kafka | -ROW |3298 |32747 |Application|Kafka | -ROW |3299 |32748 |Application|Kafka | -ROW |3300 |32749 |Application|Kafka | -ROW |3301 |32750 |Application|Kafka | -ROW |3302 |32751 |Application|Kafka | -ROW |3303 |32752 |Application|Kafka | -ROW |3304 |32753 |Application|Kafka | -ROW |3305 |32754 |Application|Kafka | -ROW |3306 |32784 |Application|Vault | -ROW |3307 |32785 |Application|Vault | -ROW |3308 |32786 |Application|Vault | -ROW |3309 |32787 |Application|Vault | -ROW |3310 |32788 |Application|Vault | -ROW |3311 |32789 |Application|Vault | -ROW |3312 |32790 |Application|Vault | -ROW |3313 |32791 |Application|Vault | -ROW |3314 |32792 |Application|Vault | -ROW |3315 |32793 |Application|Vault | -ROW |3316 |32794 |Application|Vault | -ROW |3317 |32796 |Application|Vault | -ROW |3318 |32797 |Application|Vault | -ROW |3319 |32798 |Application|Vault | -ROW |3320 |32799 |Application|Vault | -ROW |3321 |32800 |Application|Vault | -ROW |3322 |32801 |Application|Vault | -ROW |3323 |32802 |Application|Vault | -ROW |3324 |32804 |Application|Vault | -ROW |3325 |32805 |Application|Vault | -ROW |3326 |32806 |Application|Vault | -ROW |3327 |32807 |Application|Vault | -ROW |3328 |32808 |Application|Vault | -ROW |3329 |32809 |Application|Vault | -ROW |3330 |32810 |Application|Vault | -ROW |3331 |32811 |Application|Vault | -ROW |3332 |32812 |Application|Vault | -ROW |3333 |32813 |Application|Vault | -ROW |3334 |32814 |Application|Vault | -ROW |3335 |32815 |Application|Vault | -ROW |3336 |32816 |Application|Vault | -ROW |3337 |32817 |Application|Vault | -ROW |3338 |32818 |Application|Vault | -ROW |3339 |32819 |Application|Vault | -ROW |3340 |32820 |Application|Vault | -ROW |3341 |32821 |Application|Vault | -ROW |3342 |32822 |Application|Vault | -ROW |3343 |32823 |Application|Vault | -ROW |3344 |32824 |Application|Vault | -ROW |3345 |32825 |Application|Vault | -ROW |3346 |32826 |Application|Vault | -ROW |3347 |32827 |Application|Vault | -ROW |3348 |32828 |Application|Vault | -ROW |3349 |32829 |Application|Vault | -ROW |3350 |32830 |Application|Vault | -ROW |3351 |32831 |Application|Vault | -ROW |3352 |32832 |Application|Vault | -ROW |3353 |32833 |Application|Vault | -ROW |3354 |32834 |Application|Vault | -ROW |3355 |32835 |Application|Vault | -ROW |3356 |32836 |Application|Vault | -ROW |3357 |32837 |Application|Vault | -ROW |3358 |32838 |Application|Vault | -ROW |3359 |32839 |Application|Vault | -ROW |3360 |32840 |Application|Vault | -ROW |3361 |32841 |Application|Vault | -ROW |3362 |32842 |Application|Vault | -ROW |3363 |32843 |Application|Vault | -ROW |3364 |32844 |Application|Vault | -ROW |3365 |32847 |Application|Vault | -ROW |3366 |32848 |Application|Vault | -ROW |3367 |32849 |Application|Vault | -ROW |3368 |32851 |Application|Vault | -ROW |3369 |32852 |Application|Vault | -ROW |3370 |32853 |Application|Vault | -ROW |3371 |32854 |Application|Vault | -ROW |3372 |32855 |Application|Vault | -ROW |3373 |32856 |Application|Vault | -ROW |3374 |32857 |Application|Vault | -ROW |3375 |32858 |Application|Vault | -ROW |3376 |32859 |Application|Vault | -ROW |3377 |32860 |Application|Vault | -ROW |3378 |32861 |Application|Vault | -ROW |3379 |32862 |Application|Vault | -ROW |3380 |32863 |Application|Vault | -ROW |3381 |32864 |Application|Vault | -ROW |3382 |32865 |Application|Vault | -ROW |3383 |32780 |Application|Zabbix raw items | -ROW |3384 |32781 |Application|Zabbix raw items | -ROW |3385 |32782 |Application|Zabbix raw items | -ROW |3386 |32783 |Application|Zabbix raw items | -ROW |3387 |32795 |Application|Zabbix raw items | -ROW |3388 |32803 |Application|Zabbix raw items | -ROW |3389 |32845 |Application|Zabbix raw items | -ROW |3390 |32846 |Application|Zabbix raw items | -ROW |3391 |32850 |Application|Zabbix raw items | -ROW |3392 |32951 |Application|VMware | -ROW |3393 |32952 |Application|VMware | -ROW |3394 |32953 |Application|VMware | -ROW |3395 |32958 |Application|VMware | -ROW |3396 |32959 |Application|VMware | -ROW |3397 |32960 |Application|VMware | -ROW |3398 |32961 |Application|VMware | -ROW |3399 |32962 |Application|VMware | -ROW |3400 |32963 |Application|Zabbix raw items | -ROW |3401 |32964 |Application|Zabbix raw items | -ROW |3402 |32965 |Application|Zookeeper | -ROW |3403 |32966 |Application|Zookeeper | -ROW |3404 |32967 |Application|Zookeeper | -ROW |3405 |32968 |Application|Zookeeper | -ROW |3406 |32969 |Application|Zookeeper | -ROW |3407 |32970 |Application|Zookeeper | -ROW |3408 |32971 |Application|Zookeeper | -ROW |3409 |32972 |Application|Zookeeper | -ROW |3410 |32973 |Application|Zookeeper | -ROW |3411 |32974 |Application|Zookeeper | -ROW |3412 |32975 |Application|Zookeeper | -ROW |3413 |32976 |Application|Zookeeper | -ROW |3414 |32977 |Application|Zookeeper | -ROW |3415 |32978 |Application|Zookeeper | -ROW |3416 |32979 |Application|Zookeeper | -ROW |3417 |32980 |Application|Zookeeper | -ROW |3418 |32981 |Application|Zookeeper | -ROW |3419 |32982 |Application|Zookeeper | -ROW |3420 |32983 |Application|Zookeeper | -ROW |3421 |32984 |Application|Zookeeper | -ROW |3422 |32985 |Application|Zookeeper | -ROW |3423 |32986 |Application|Zookeeper | -ROW |3424 |32987 |Application|Zookeeper | -ROW |3425 |32988 |Application|Zookeeper | -ROW |3426 |32989 |Application|Zookeeper | -ROW |3427 |32990 |Application|Zookeeper | -ROW |3428 |32991 |Application|Zookeeper | -ROW |3429 |32992 |Application|Zookeeper | -ROW |3430 |32993 |Application|Zookeeper | -ROW |3431 |32994 |Application|Zookeeper | -ROW |3432 |32995 |Application|Zookeeper | -ROW |3433 |32996 |Application|Zookeeper | -ROW |3434 |32997 |Application|Zookeeper | -ROW |3435 |33006 |Application|Zookeeper | -ROW |3436 |33007 |Application|Zookeeper | -ROW |3437 |33008 |Application|Zookeeper | -ROW |3438 |33009 |Application|Zookeeper | -ROW |3439 |33010 |Application|Zookeeper | -ROW |3440 |33011 |Application|Zookeeper | -ROW |3441 |33028 |Application|Cassandra | -ROW |3442 |33029 |Application|Cassandra | -ROW |3443 |33030 |Application|Cassandra | -ROW |3444 |33031 |Application|Cassandra | -ROW |3445 |33032 |Application|Cassandra | -ROW |3446 |33033 |Application|Cassandra | -ROW |3447 |33034 |Application|Cassandra | -ROW |3448 |33035 |Application|Cassandra | -ROW |3449 |33036 |Application|Cassandra | -ROW |3450 |33037 |Application|Cassandra | -ROW |3451 |33038 |Application|Cassandra | -ROW |3452 |33039 |Application|Cassandra | -ROW |3453 |33040 |Application|Cassandra | -ROW |3454 |33041 |Application|Cassandra | -ROW |3455 |33042 |Application|Cassandra | -ROW |3456 |33043 |Application|Cassandra | -ROW |3457 |33044 |Application|Cassandra | -ROW |3458 |33045 |Application|Cassandra | -ROW |3459 |33046 |Application|Cassandra | -ROW |3460 |33047 |Application|Cassandra | -ROW |3461 |33048 |Application|Cassandra | -ROW |3462 |33049 |Application|Cassandra | -ROW |3463 |33050 |Application|Cassandra | -ROW |3464 |33051 |Application|Cassandra | -ROW |3465 |33052 |Application|Cassandra | -ROW |3466 |33053 |Application|Cassandra | -ROW |3467 |33054 |Application|Cassandra | -ROW |3468 |33055 |Application|Cassandra | -ROW |3469 |33056 |Application|Cassandra | -ROW |3470 |33057 |Application|Cassandra | -ROW |3471 |33058 |Application|Cassandra | -ROW |3472 |33059 |Application|Cassandra | -ROW |3473 |33060 |Application|Cassandra | -ROW |3474 |33061 |Application|Cassandra | -ROW |3475 |33062 |Application|Cassandra | -ROW |3476 |33063 |Application|Cassandra | -ROW |3477 |33064 |Application|Cassandra | -ROW |3478 |33065 |Application|Cassandra | -ROW |3479 |33066 |Application|Cassandra | -ROW |3480 |33067 |Application|Cassandra | -ROW |3481 |33068 |Application|Cassandra | -ROW |3482 |33069 |Application|Cassandra | -ROW |3483 |33070 |Application|Cassandra | -ROW |3484 |33071 |Application|Cassandra | -ROW |3485 |33072 |Application|Cassandra | -ROW |3486 |33073 |Application|Cassandra | -ROW |3487 |33074 |Application|Cassandra | -ROW |3488 |33075 |Application|Cassandra | -ROW |3489 |33076 |Application|Cassandra | -ROW |3490 |33077 |Application|Cassandra | -ROW |3491 |33078 |Application|Cassandra | -ROW |3492 |33079 |Application|Cassandra | -ROW |3493 |33080 |Application|Cassandra | -ROW |3494 |33081 |Application|Cassandra | -ROW |3495 |33082 |Application|Cassandra | -ROW |3496 |33083 |Application|Cassandra | -ROW |3497 |33084 |Application|Cassandra | -ROW |3498 |33085 |Application|Cassandra | -ROW |3499 |33086 |Application|Cassandra | -ROW |3500 |33087 |Application|Cassandra | -ROW |3501 |33088 |Application|Cassandra | -ROW |3502 |33089 |Application|Cassandra | -ROW |3503 |33090 |Application|Cassandra | -ROW |3504 |33091 |Application|Cassandra | -ROW |3505 |33092 |Application|Cassandra | -ROW |3506 |33093 |Application|Cassandra | -ROW |3507 |33094 |Application|Cassandra | -ROW |3508 |33184 |Application|Array | -ROW |3509 |33195 |Application|Array | -ROW |3510 |33202 |Application|Array | -ROW |3511 |33203 |Application|Array | -ROW |3512 |33188 |Application|Battery | -ROW |3513 |33199 |Application|Battery | -ROW |3514 |33200 |Application|Battery | -ROW |3515 |33206 |Application|Battery | -ROW |3516 |33196 |Application|Counter | -ROW |3517 |33197 |Application|Counter | -ROW |3518 |33198 |Application|Counter | -ROW |3519 |33185 |Application|Load | -ROW |3520 |33193 |Application|Load | -ROW |3521 |33194 |Application|Load | -ROW |3522 |33189 |Application|Status | -ROW |3523 |33190 |Application|Status | -ROW |3524 |33191 |Application|Status | -ROW |3525 |33192 |Application|Status | -ROW |3526 |33186 |Application|Temperature | -ROW |3527 |33187 |Application|Temperature | -ROW |3528 |33204 |Application|Temperature | -ROW |3529 |33201 |Application|Zabbix raw items | -ROW |3530 |33207 |Application|Array | -ROW |3531 |33211 |Application|Battery | -ROW |3532 |33222 |Application|Battery | -ROW |3533 |33223 |Application|Battery | -ROW |3534 |33226 |Application|Battery | -ROW |3535 |33219 |Application|Counter | -ROW |3536 |33220 |Application|Counter | -ROW |3537 |33221 |Application|Counter | -ROW |3538 |33215 |Application|Load | -ROW |3539 |33217 |Application|Load | -ROW |3540 |33218 |Application|Load | -ROW |3541 |33208 |Application|Status | -ROW |3542 |33212 |Application|Status | -ROW |3543 |33213 |Application|Status | -ROW |3544 |33214 |Application|Status | -ROW |3545 |33209 |Application|Temperature | -ROW |3546 |33210 |Application|Temperature | -ROW |3547 |33224 |Application|Temperature | -ROW |3548 |33216 |Application|Zabbix raw items | -ROW |3549 |33227 |Application|Array | -ROW |3550 |33238 |Application|Array | -ROW |3551 |33245 |Application|Array | -ROW |3552 |33246 |Application|Array | -ROW |3553 |33231 |Application|Battery | -ROW |3554 |33242 |Application|Battery | -ROW |3555 |33243 |Application|Battery | -ROW |3556 |33249 |Application|Battery | -ROW |3557 |33239 |Application|Counter | -ROW |3558 |33240 |Application|Counter | -ROW |3559 |33241 |Application|Counter | -ROW |3560 |33228 |Application|Load | -ROW |3561 |33236 |Application|Load | -ROW |3562 |33237 |Application|Load | -ROW |3563 |33232 |Application|Status | -ROW |3564 |33233 |Application|Status | -ROW |3565 |33234 |Application|Status | -ROW |3566 |33235 |Application|Status | -ROW |3567 |33229 |Application|Temperature | -ROW |3568 |33230 |Application|Temperature | -ROW |3569 |33247 |Application|Temperature | -ROW |3570 |33244 |Application|Zabbix raw items | -ROW |3571 |33258 |Application|Battery | -ROW |3572 |33251 |Application|Load | -ROW |3573 |33252 |Application|Load | -ROW |3574 |33253 |Application|Status | -ROW |3575 |33254 |Application|Status | -ROW |3576 |33255 |Application|Status | -ROW |3577 |33256 |Application|Temperature | -ROW |3578 |33250 |Application|Zabbix raw items | -ROW |3579 |33259 |Application|Array | -ROW |3580 |33268 |Application|Array | -ROW |3581 |33272 |Application|Array | -ROW |3582 |33273 |Application|Array | -ROW |3583 |33274 |Application|Array | -ROW |3584 |33262 |Application|Battery | -ROW |3585 |33267 |Application|Battery | -ROW |3586 |33269 |Application|Battery | -ROW |3587 |33270 |Application|Battery | -ROW |3588 |33277 |Application|Battery | -ROW |3589 |33260 |Application|Counter | -ROW |3590 |33266 |Application|Counter | -ROW |3591 |33263 |Application|Status | -ROW |3592 |33264 |Application|Status | -ROW |3593 |33265 |Application|Status | -ROW |3594 |33261 |Application|Temperature | -ROW |3595 |33275 |Application|Temperature | -ROW |3596 |33271 |Application|Zabbix raw items | -ROW |3597 |33278 |Application|Array | -ROW |3598 |33287 |Application|Array | -ROW |3599 |33291 |Application|Array | -ROW |3600 |33292 |Application|Array | -ROW |3601 |33293 |Application|Array | -ROW |3602 |33281 |Application|Battery | -ROW |3603 |33286 |Application|Battery | -ROW |3604 |33288 |Application|Battery | -ROW |3605 |33289 |Application|Battery | -ROW |3606 |33296 |Application|Battery | -ROW |3607 |33279 |Application|Counter | -ROW |3608 |33285 |Application|Counter | -ROW |3609 |33282 |Application|Status | -ROW |3610 |33283 |Application|Status | -ROW |3611 |33284 |Application|Status | -ROW |3612 |33280 |Application|Temperature | -ROW |3613 |33294 |Application|Temperature | -ROW |3614 |33290 |Application|Zabbix raw items | -ROW |3615 |33313 |Application|Array | -ROW |3616 |33312 |Application|Battery | -ROW |3617 |33314 |Application|Battery | -ROW |3618 |33315 |Application|Battery | -ROW |3619 |33316 |Application|Battery | -ROW |3620 |33299 |Application|Counter | -ROW |3621 |33300 |Application|Counter | -ROW |3622 |33317 |Application|Load | -ROW |3623 |33318 |Application|Load | -ROW |3624 |33319 |Application|Load | -ROW |3625 |33320 |Application|Load | -ROW |3626 |33298 |Application|Status | -ROW |3627 |33301 |Application|Status | -ROW |3628 |33302 |Application|Status | -ROW |3629 |33303 |Application|Status | -ROW |3630 |33304 |Application|Temperature | -ROW |3631 |33305 |Application|Temperature | -ROW |3632 |33297 |Application|Zabbix raw items | -ROW |3633 |33340 |Application|General | -ROW |3634 |33341 |Application|General | -ROW |3635 |33342 |Application|General | -ROW |3636 |33343 |Application|General | -ROW |3637 |33344 |Application|General | -ROW |3638 |33345 |Application|General | -ROW |3639 |33348 |Application|NetApp FAS3220 | -ROW |3640 |33349 |Application|NetApp FAS3220 | -ROW |3641 |33350 |Application|NetApp FAS3220 | -ROW |3642 |33351 |Application|NetApp FAS3220 | -ROW |3643 |33337 |Application|Status | -ROW |3644 |33338 |Application|Status | -ROW |3645 |33339 |Application|Status | -ROW |3646 |33346 |Application|Status | -ROW |3647 |33347 |Application|Status | -ROW |3648 |33392 |Application|Jenkins | -ROW |3649 |33396 |Application|Jenkins | -ROW |3650 |33397 |Application|Jenkins | -ROW |3651 |33398 |Application|Jenkins | -ROW |3652 |33399 |Application|Jenkins | -ROW |3653 |33400 |Application|Jenkins | -ROW |3654 |33401 |Application|Jenkins | -ROW |3655 |33402 |Application|Jenkins | -ROW |3656 |33403 |Application|Jenkins | -ROW |3657 |33404 |Application|Jenkins | -ROW |3658 |33405 |Application|Jenkins | -ROW |3659 |33406 |Application|Jenkins | -ROW |3660 |33407 |Application|Jenkins | -ROW |3661 |33408 |Application|Jenkins | -ROW |3662 |33409 |Application|Jenkins | -ROW |3663 |33410 |Application|Jenkins | -ROW |3664 |33411 |Application|Jenkins | -ROW |3665 |33412 |Application|Jenkins | -ROW |3666 |33413 |Application|Jenkins | -ROW |3667 |33414 |Application|Jenkins | -ROW |3668 |33415 |Application|Jenkins | -ROW |3669 |33416 |Application|Jenkins | -ROW |3670 |33417 |Application|Jenkins | -ROW |3671 |33418 |Application|Jenkins | -ROW |3672 |33419 |Application|Jenkins | -ROW |3673 |33420 |Application|Jenkins | -ROW |3674 |33421 |Application|Jenkins | -ROW |3675 |33422 |Application|Jenkins | -ROW |3676 |33423 |Application|Jenkins | -ROW |3677 |33424 |Application|Jenkins | -ROW |3678 |33425 |Application|Jenkins | -ROW |3679 |33426 |Application|Jenkins | -ROW |3680 |33427 |Application|Jenkins | -ROW |3681 |33428 |Application|Jenkins | -ROW |3682 |33429 |Application|Jenkins | -ROW |3683 |33430 |Application|Jenkins | -ROW |3684 |33431 |Application|Jenkins | -ROW |3685 |33432 |Application|Jenkins | -ROW |3686 |33433 |Application|Jenkins | -ROW |3687 |33434 |Application|Jenkins | -ROW |3688 |33435 |Application|Jenkins | -ROW |3689 |33436 |Application|Jenkins | -ROW |3690 |33437 |Application|Jenkins | -ROW |3691 |33438 |Application|Jenkins | -ROW |3692 |33439 |Application|Jenkins | -ROW |3693 |33440 |Application|Jenkins | -ROW |3694 |33441 |Application|Jenkins | -ROW |3695 |33442 |Application|Jenkins | -ROW |3696 |33443 |Application|Jenkins | -ROW |3697 |33444 |Application|Jenkins | -ROW |3698 |33445 |Application|Jenkins | -ROW |3699 |33446 |Application|Jenkins | -ROW |3700 |33447 |Application|Jenkins | -ROW |3701 |33448 |Application|Jenkins | -ROW |3702 |33449 |Application|Jenkins | -ROW |3703 |33450 |Application|Jenkins | -ROW |3704 |33451 |Application|Jenkins | -ROW |3705 |33452 |Application|Jenkins | -ROW |3706 |33453 |Application|Jenkins | -ROW |3707 |33454 |Application|Jenkins | -ROW |3708 |33455 |Application|Jenkins | -ROW |3709 |33456 |Application|Jenkins | -ROW |3710 |33457 |Application|Jenkins | -ROW |3711 |33458 |Application|Jenkins | -ROW |3712 |33459 |Application|Jenkins | -ROW |3713 |33460 |Application|Jenkins | -ROW |3714 |33461 |Application|Jenkins | -ROW |3715 |33462 |Application|Jenkins | -ROW |3716 |33463 |Application|Jenkins | -ROW |3717 |33464 |Application|Jenkins | -ROW |3718 |33391 |Application|Zabbix raw items | -ROW |3719 |33393 |Application|Zabbix raw items | -ROW |3720 |33394 |Application|Zabbix raw items | -ROW |3721 |33395 |Application|Zabbix raw items | -ROW |3722 |33518 |Application|CPU | -ROW |3723 |33494 |Application|Hikvision camera | -ROW |3724 |33495 |Application|Hikvision camera | -ROW |3725 |33496 |Application|Hikvision camera | -ROW |3726 |33497 |Application|Hikvision camera | -ROW |3727 |33498 |Application|Hikvision camera | -ROW |3728 |33499 |Application|Hikvision camera | -ROW |3729 |33500 |Application|Hikvision camera | -ROW |3730 |33502 |Application|Hikvision camera | -ROW |3731 |33503 |Application|Hikvision camera | -ROW |3732 |33507 |Application|Hikvision camera | -ROW |3733 |33508 |Application|Hikvision camera | -ROW |3734 |33509 |Application|Hikvision camera | -ROW |3735 |33510 |Application|Hikvision camera | -ROW |3736 |33511 |Application|Hikvision camera | -ROW |3737 |33512 |Application|Hikvision camera | -ROW |3738 |33513 |Application|Hikvision camera | -ROW |3739 |33514 |Application|Hikvision camera | -ROW |3740 |33515 |Application|Hikvision camera | -ROW |3741 |33516 |Application|Hikvision camera | -ROW |3742 |33517 |Application|Hikvision camera | -ROW |3743 |33501 |Application|Memory | -ROW |3744 |33504 |Application|Status | -ROW |3745 |33505 |Application|Status | -ROW |3746 |33506 |Application|Status | -ROW |3747 |33519 |Application|Status | -ROW |3748 |33491 |Application|Zabbix raw items | -ROW |3749 |33492 |Application|Zabbix raw items | -ROW |3750 |33493 |Application|Zabbix raw items | -ROW |3751 |33522 |Application|Zabbix raw items | -ROW |3752 |33523 |Application|Zabbix raw items | -ROW |3753 |33631 |Application|Sharepoint | -ROW |3754 |33632 |Application|Sharepoint | -ROW |3755 |33633 |Application|Sharepoint | -ROW |3756 |33630 |Application|Zabbix raw items | -ROW |3757 |33656 |Application|Zabbix raw items | -ROW |3758 |33668 |Application|Zabbix raw items | -ROW |3759 |33683 |Application|General | -ROW |3760 |33684 |Application|General | -ROW |3761 |33685 |Application|General | -ROW |3762 |33686 |Application|General | -ROW |3763 |33687 |Application|General | -ROW |3764 |33688 |Application|General | -ROW |3765 |33691 |Application|Huawei | -ROW |3766 |33692 |Application|Huawei | -ROW |3767 |33693 |Application|Huawei | -ROW |3768 |33694 |Application|Huawei | -ROW |3769 |33680 |Application|Status | -ROW |3770 |33681 |Application|Status | -ROW |3771 |33682 |Application|Status | -ROW |3772 |33689 |Application|Status | -ROW |3773 |33690 |Application|Status | -ROW |3774 |33766 |Application|MongoDB | -ROW |3775 |33769 |Application|MongoDB | -ROW |3776 |33770 |Application|MongoDB | -ROW |3777 |33771 |Application|MongoDB | -ROW |3778 |33772 |Application|MongoDB | -ROW |3779 |33773 |Application|MongoDB | -ROW |3780 |33774 |Application|MongoDB | -ROW |3781 |33775 |Application|MongoDB | -ROW |3782 |33776 |Application|MongoDB | -ROW |3783 |33777 |Application|MongoDB | -ROW |3784 |33778 |Application|MongoDB | -ROW |3785 |33779 |Application|MongoDB | -ROW |3786 |33780 |Application|MongoDB | -ROW |3787 |33781 |Application|MongoDB | -ROW |3788 |33782 |Application|MongoDB | -ROW |3789 |33783 |Application|MongoDB | -ROW |3790 |33784 |Application|MongoDB | -ROW |3791 |33785 |Application|MongoDB | -ROW |3792 |33786 |Application|MongoDB | -ROW |3793 |33787 |Application|MongoDB | -ROW |3794 |33788 |Application|MongoDB | -ROW |3795 |33789 |Application|MongoDB | -ROW |3796 |33790 |Application|MongoDB | -ROW |3797 |33791 |Application|MongoDB | -ROW |3798 |33792 |Application|MongoDB | -ROW |3799 |33793 |Application|MongoDB | -ROW |3800 |33794 |Application|MongoDB | -ROW |3801 |33795 |Application|MongoDB | -ROW |3802 |33796 |Application|MongoDB | -ROW |3803 |33797 |Application|MongoDB | -ROW |3804 |33798 |Application|MongoDB | -ROW |3805 |33799 |Application|MongoDB | -ROW |3806 |33800 |Application|MongoDB | -ROW |3807 |33801 |Application|MongoDB | -ROW |3808 |33802 |Application|MongoDB | -ROW |3809 |33803 |Application|MongoDB | -ROW |3810 |33804 |Application|MongoDB | -ROW |3811 |33805 |Application|MongoDB | -ROW |3812 |33806 |Application|MongoDB | -ROW |3813 |33807 |Application|MongoDB | -ROW |3814 |33869 |Application|MongoDB | -ROW |3815 |33870 |Application|MongoDB | -ROW |3816 |33871 |Application|MongoDB | -ROW |3817 |33872 |Application|MongoDB | -ROW |3818 |33873 |Application|MongoDB | -ROW |3819 |33874 |Application|MongoDB | -ROW |3820 |33875 |Application|MongoDB | -ROW |3821 |33876 |Application|MongoDB | -ROW |3822 |33877 |Application|MongoDB | -ROW |3823 |33878 |Application|MongoDB | -ROW |3824 |33879 |Application|MongoDB | -ROW |3825 |33880 |Application|MongoDB | -ROW |3826 |33881 |Application|MongoDB | -ROW |3827 |33882 |Application|MongoDB | -ROW |3828 |33883 |Application|MongoDB | -ROW |3829 |33884 |Application|MongoDB | -ROW |3830 |33885 |Application|MongoDB | -ROW |3831 |33764 |Application|Zabbix raw items | -ROW |3832 |33765 |Application|Zabbix raw items | -ROW |3833 |33767 |Application|Zabbix raw items | -ROW |3834 |33768 |Application|Zabbix raw items | -ROW |3835 |33812 |Application|Zabbix raw items | -ROW |3836 |33813 |Application|Zabbix raw items | -ROW |3837 |33886 |Application|MongoDB sharded cluster | -ROW |3838 |33888 |Application|MongoDB sharded cluster | -ROW |3840 |33891 |Application|MongoDB sharded cluster | -ROW |3841 |33892 |Application|MongoDB sharded cluster | -ROW |3842 |33893 |Application|MongoDB sharded cluster | -ROW |3843 |33894 |Application|MongoDB sharded cluster | -ROW |3844 |33895 |Application|MongoDB sharded cluster | -ROW |3845 |33896 |Application|MongoDB sharded cluster | -ROW |3846 |33897 |Application|MongoDB sharded cluster | -ROW |3847 |33898 |Application|MongoDB sharded cluster | -ROW |3848 |33899 |Application|MongoDB sharded cluster | -ROW |3849 |33900 |Application|MongoDB sharded cluster | -ROW |3850 |33901 |Application|MongoDB sharded cluster | -ROW |3851 |33902 |Application|MongoDB sharded cluster | -ROW |3852 |33903 |Application|MongoDB sharded cluster | -ROW |3853 |33904 |Application|MongoDB sharded cluster | -ROW |3854 |33905 |Application|MongoDB sharded cluster | -ROW |3855 |33906 |Application|MongoDB sharded cluster | -ROW |3856 |33907 |Application|MongoDB sharded cluster | -ROW |3857 |33908 |Application|MongoDB sharded cluster | -ROW |3858 |33909 |Application|MongoDB sharded cluster | -ROW |3859 |33910 |Application|MongoDB sharded cluster | -ROW |3860 |33911 |Application|MongoDB sharded cluster | -ROW |3861 |33912 |Application|MongoDB sharded cluster | -ROW |3862 |33913 |Application|MongoDB sharded cluster | -ROW |3863 |33914 |Application|MongoDB sharded cluster | -ROW |3864 |33915 |Application|MongoDB sharded cluster | -ROW |3865 |33916 |Application|MongoDB sharded cluster | -ROW |3866 |33917 |Application|MongoDB sharded cluster | -ROW |3867 |33918 |Application|MongoDB sharded cluster | -ROW |3868 |33919 |Application|MongoDB sharded cluster | -ROW |3869 |33887 |Application|Zabbix raw items | -ROW |3870 |33889 |Application|Zabbix raw items | -ROW |3871 |33924 |Application|Zabbix raw items | -ROW |3872 |33925 |Application|Zabbix raw items | -ROW |3873 |33966 |Application|CPU | -ROW |3874 |33968 |Application|Fans | -ROW |3875 |33947 |Application|General | -ROW |3876 |33948 |Application|General | -ROW |3877 |33949 |Application|General | -ROW |3878 |33952 |Application|General | -ROW |3879 |33953 |Application|General | -ROW |3880 |33954 |Application|General | -ROW |3881 |33950 |Application|Inventory | -ROW |3882 |33951 |Application|Inventory | -ROW |3883 |33955 |Application|Inventory | -ROW |3884 |33967 |Application|Inventory | -ROW |3885 |33969 |Application|Memory | -ROW |3886 |33970 |Application|Memory | -ROW |3887 |33971 |Application|Memory | -ROW |3888 |33982 |Application|Power supply | -ROW |3889 |33944 |Application|Status | -ROW |3890 |33945 |Application|Status | -ROW |3891 |33946 |Application|Status | -ROW |3892 |33956 |Application|Status | -ROW |3893 |33957 |Application|Status | -ROW |3894 |33983 |Application|Temperature | -ROW |3895 |33984 |Application|Temperature | -ROW |3896 |34007 |Application|CPU | -ROW |3897 |34009 |Application|Fans | -ROW |3898 |33988 |Application|General | -ROW |3899 |33989 |Application|General | -ROW |3900 |33990 |Application|General | -ROW |3901 |33993 |Application|General | -ROW |3902 |33994 |Application|General | -ROW |3903 |33995 |Application|General | -ROW |3904 |33991 |Application|Inventory | -ROW |3905 |33992 |Application|Inventory | -ROW |3906 |33996 |Application|Inventory | -ROW |3907 |34008 |Application|Inventory | -ROW |3908 |34010 |Application|Memory | -ROW |3909 |34011 |Application|Memory | -ROW |3910 |34012 |Application|Memory | -ROW |3911 |34023 |Application|Power supply | -ROW |3912 |33985 |Application|Status | -ROW |3913 |33986 |Application|Status | -ROW |3914 |33987 |Application|Status | -ROW |3915 |33997 |Application|Status | -ROW |3916 |33998 |Application|Status | -ROW |3917 |34024 |Application|Temperature | -ROW |3918 |34025 |Application|Temperature | -ROW |3919 |34048 |Application|CPU | -ROW |3920 |34050 |Application|Fans | -ROW |3921 |34029 |Application|General | -ROW |3922 |34030 |Application|General | -ROW |3923 |34031 |Application|General | -ROW |3924 |34034 |Application|General | -ROW |3925 |34035 |Application|General | -ROW |3926 |34036 |Application|General | -ROW |3927 |34032 |Application|Inventory | -ROW |3928 |34033 |Application|Inventory | -ROW |3929 |34037 |Application|Inventory | -ROW |3930 |34049 |Application|Inventory | -ROW |3931 |34051 |Application|Memory | -ROW |3932 |34052 |Application|Memory | -ROW |3933 |34053 |Application|Memory | -ROW |3934 |34064 |Application|Power supply | -ROW |3935 |34026 |Application|Status | -ROW |3936 |34027 |Application|Status | -ROW |3937 |34028 |Application|Status | -ROW |3938 |34038 |Application|Status | -ROW |3939 |34039 |Application|Status | -ROW |3940 |34065 |Application|Temperature | -ROW |3941 |34066 |Application|Temperature | -ROW |3942 |34089 |Application|CPU | -ROW |3943 |34091 |Application|Fans | -ROW |3944 |34070 |Application|General | -ROW |3945 |34071 |Application|General | -ROW |3946 |34072 |Application|General | -ROW |3947 |34075 |Application|General | -ROW |3948 |34076 |Application|General | -ROW |3949 |34077 |Application|General | -ROW |3950 |34073 |Application|Inventory | -ROW |3951 |34074 |Application|Inventory | -ROW |3952 |34078 |Application|Inventory | -ROW |3953 |34090 |Application|Inventory | -ROW |3954 |34092 |Application|Memory | -ROW |3955 |34093 |Application|Memory | -ROW |3956 |34094 |Application|Memory | -ROW |3957 |34105 |Application|Power supply | -ROW |3958 |34067 |Application|Status | -ROW |3959 |34068 |Application|Status | -ROW |3960 |34069 |Application|Status | -ROW |3961 |34079 |Application|Status | -ROW |3962 |34080 |Application|Status | -ROW |3963 |34106 |Application|Temperature | -ROW |3964 |34107 |Application|Temperature | -ROW |3965 |34130 |Application|CPU | -ROW |3966 |34132 |Application|Fans | -ROW |3967 |34111 |Application|General | -ROW |3968 |34112 |Application|General | -ROW |3969 |34113 |Application|General | -ROW |3970 |34116 |Application|General | -ROW |3971 |34117 |Application|General | -ROW |3972 |34118 |Application|General | -ROW |3973 |34114 |Application|Inventory | -ROW |3974 |34115 |Application|Inventory | -ROW |3975 |34119 |Application|Inventory | -ROW |3976 |34131 |Application|Inventory | -ROW |3977 |34133 |Application|Memory | -ROW |3978 |34134 |Application|Memory | -ROW |3979 |34135 |Application|Memory | -ROW |3980 |34146 |Application|Power supply | -ROW |3981 |34108 |Application|Status | -ROW |3982 |34109 |Application|Status | -ROW |3983 |34110 |Application|Status | -ROW |3984 |34120 |Application|Status | -ROW |3985 |34121 |Application|Status | -ROW |3986 |34147 |Application|Temperature | -ROW |3987 |34148 |Application|Temperature | -ROW |4030 |34227 |Application|General | -ROW |4031 |34236 |Application|General | -ROW |4032 |34237 |Application|General | -ROW |4033 |34239 |Application|General | -ROW |4034 |34240 |Application|General | -ROW |4035 |34241 |Application|General | -ROW |4036 |34242 |Application|General | -ROW |4037 |34243 |Application|General | -ROW |4038 |34244 |Application|General | -ROW |4039 |34245 |Application|General | -ROW |4040 |34246 |Application|General | -ROW |4041 |34248 |Application|General | -ROW |4042 |34249 |Application|General | -ROW |4043 |34251 |Application|General | -ROW |4044 |34252 |Application|General | -ROW |4045 |34253 |Application|General | -ROW |4046 |34226 |Application|Zabbix raw items | -ROW |4047 |34228 |Application|Zabbix raw items | -ROW |4048 |34229 |Application|Zabbix raw items | -ROW |4049 |34230 |Application|Zabbix raw items | -ROW |4050 |34231 |Application|Zabbix raw items | -ROW |4051 |34232 |Application|Zabbix raw items | -ROW |4052 |34233 |Application|Zabbix raw items | -ROW |4053 |34234 |Application|Zabbix raw items | -ROW |4054 |34235 |Application|Zabbix raw items | -ROW |4055 |34238 |Application|Zabbix raw items | -ROW |4056 |34247 |Application|Zabbix raw items | -ROW |4057 |34250 |Application|Zabbix raw items | -ROW |4058 |34254 |Application|Zabbix raw items | -ROW |4059 |34255 |Application|Zabbix raw items | -ROW |4060 |34256 |Application|Zabbix raw items | -ROW |4061 |34257 |Application|Zabbix raw items | -ROW |4062 |34258 |Application|Zabbix raw items | -ROW |4063 |34259 |Application|Zabbix raw items | -ROW |4064 |34296 |Application|Zabbix raw items | -ROW |4065 |34297 |Application|Zabbix raw items | -ROW |4066 |34298 |Application|Zabbix raw items | -ROW |4067 |34299 |Application|Zabbix raw items | -ROW |4068 |34302 |Application|Zabbix raw items | -ROW |4069 |34303 |Application|Zabbix raw items | -ROW |4070 |34304 |Application|Zabbix raw items | -ROW |4071 |34305 |Application|Zabbix raw items | -ROW |4072 |29014 |Application|Disk {#DEVNAME} | -ROW |4073 |29015 |Application|Disk {#DEVNAME} | -ROW |4074 |29016 |Application|Disk {#DEVNAME} | -ROW |4075 |29027 |Application|Filesystem {#FSNAME} | -ROW |4076 |29028 |Application|Filesystem {#FSNAME} | -ROW |4077 |29029 |Application|Filesystem {#FSNAME} | -ROW |4078 |29030 |Application|Filesystem {#FSNAME} | -ROW |4079 |29031 |Application|Disk {#DEVNAME} | -ROW |4080 |29032 |Application|Disk {#DEVNAME} | -ROW |4081 |29033 |Application|Disk {#DEVNAME} | -ROW |4082 |29044 |Application|Filesystem {#FSNAME} | -ROW |4083 |29045 |Application|Filesystem {#FSNAME} | -ROW |4084 |29046 |Application|Filesystem {#FSNAME} | -ROW |4085 |29047 |Application|Filesystem {#FSNAME} | -ROW |4086 |29210 |Application|Filesystem {#FSNAME} | -ROW |4087 |29211 |Application|Filesystem {#FSNAME} | -ROW |4088 |29212 |Application|Filesystem {#FSNAME} | -ROW |4089 |29213 |Application|Filesystem {#FSNAME} | -ROW |4090 |29216 |Application|Interface {#IFNAME} | -ROW |4091 |29217 |Application|Interface {#IFNAME} | -ROW |4092 |29218 |Application|Interface {#IFNAME} | -ROW |4093 |29219 |Application|Interface {#IFNAME} | -ROW |4094 |29220 |Application|Interface {#IFNAME} | -ROW |4095 |29221 |Application|Interface {#IFNAME} | -ROW |4096 |29222 |Application|Interface {#IFNAME} | -ROW |4097 |29223 |Application|Interface {#IFNAME} | -ROW |4098 |29224 |Application|Filesystem {#FSNAME} | -ROW |4099 |29225 |Application|Filesystem {#FSNAME} | -ROW |4100 |29226 |Application|Filesystem {#FSNAME} | -ROW |4101 |29227 |Application|Filesystem {#FSNAME} | -ROW |4102 |29230 |Application|Interface {#IFNAME} | -ROW |4103 |29231 |Application|Interface {#IFNAME} | -ROW |4104 |29232 |Application|Interface {#IFNAME} | -ROW |4105 |29233 |Application|Interface {#IFNAME} | -ROW |4106 |29234 |Application|Interface {#IFNAME} | -ROW |4107 |29235 |Application|Interface {#IFNAME} | -ROW |4108 |29236 |Application|Interface {#IFNAME} | -ROW |4109 |29237 |Application|Interface {#IFNAME} | -ROW |4110 |29238 |Application|Filesystem {#FSNAME} | -ROW |4111 |29239 |Application|Filesystem {#FSNAME} | -ROW |4112 |29240 |Application|Filesystem {#FSNAME} | -ROW |4113 |29241 |Application|Filesystem {#FSNAME} | -ROW |4114 |29244 |Application|Interface {#IFNAME} | -ROW |4115 |29245 |Application|Interface {#IFNAME} | -ROW |4116 |29246 |Application|Interface {#IFNAME} | -ROW |4117 |29247 |Application|Interface {#IFNAME} | -ROW |4118 |29248 |Application|Interface {#IFNAME} | -ROW |4119 |29249 |Application|Interface {#IFNAME} | -ROW |4120 |29250 |Application|Interface {#IFNAME} | -ROW |4121 |29251 |Application|Interface {#IFNAME} | -ROW |4122 |29432 |Application|Filesystem {#FSNAME} | -ROW |4123 |29433 |Application|Filesystem {#FSNAME} | -ROW |4124 |29445 |Application|Filesystem {#FSNAME} | -ROW |4125 |29446 |Application|Filesystem {#FSNAME} | -ROW |4126 |29447 |Application|Filesystem {#FSNAME} | -ROW |4127 |29434 |Application|Disk {#DEVNAME} | -ROW |4128 |29435 |Application|Disk {#DEVNAME} | -ROW |4129 |29448 |Application|Disk {#DEVNAME} | -ROW |4130 |29449 |Application|Disk {#DEVNAME} | -ROW |4131 |29452 |Application|Disk {#DEVNAME} | -ROW |4132 |29453 |Application|Disk {#DEVNAME} | -ROW |4133 |29436 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4134 |29437 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4135 |29438 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4136 |29439 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4137 |29440 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4138 |29441 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4139 |29442 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4140 |29443 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4141 |29444 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4142 |29512 |Application|Filesystem {#FSNAME} | -ROW |4143 |29513 |Application|Filesystem {#FSNAME} | -ROW |4144 |29514 |Application|Filesystem {#FSNAME} | -ROW |4145 |29521 |Application|Filesystem {#FSNAME} | -ROW |4146 |29522 |Application|Filesystem {#FSNAME} | -ROW |4147 |29523 |Application|Filesystem {#FSNAME} | -ROW |4148 |29720 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4149 |29721 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4150 |29722 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4151 |29723 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4152 |29724 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4153 |29725 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4154 |29726 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4155 |29727 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4156 |29728 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4157 |29729 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4158 |29730 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4159 |29731 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4160 |29732 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4161 |29733 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4162 |29734 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4163 |29735 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4164 |29736 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4165 |29737 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4166 |29787 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4167 |29788 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4168 |29789 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4169 |29790 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4170 |29791 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4171 |29792 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4172 |29793 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4173 |29794 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4174 |29795 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4175 |29796 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4176 |29797 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4177 |29798 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4178 |29799 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4179 |29800 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4180 |29801 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4181 |29802 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4182 |29803 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4183 |29804 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4184 |29805 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4185 |29806 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4186 |29807 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4187 |29808 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4188 |29809 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4189 |29810 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4190 |29811 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4191 |29812 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4192 |29813 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4193 |29814 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4194 |29815 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4195 |29816 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4196 |29817 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4197 |29818 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4198 |29819 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4199 |29820 |Application|RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | -ROW |4200 |27032 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4201 |27191 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4202 |27332 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4203 |27461 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4204 |27531 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4205 |27567 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4206 |27630 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4207 |27653 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4208 |27733 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4209 |27799 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4210 |27955 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4211 |28129 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4212 |28281 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4213 |28956 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4214 |27099 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4215 |27100 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4216 |27101 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4217 |27102 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4218 |27103 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4219 |27104 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4220 |27105 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4221 |27106 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4222 |27107 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4223 |27181 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4224 |27182 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4225 |27183 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4226 |27184 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4227 |27185 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4228 |27186 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4229 |27187 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4230 |27188 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4231 |27189 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4232 |27216 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4233 |27217 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4234 |27218 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4235 |27219 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4236 |27220 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4237 |27221 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4238 |27222 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4239 |27223 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4240 |27224 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4241 |27252 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4242 |27253 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4243 |27254 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4244 |27255 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4245 |27256 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4246 |27257 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4247 |27258 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4248 |27259 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4249 |27260 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4250 |27273 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4251 |27274 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4252 |27275 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4253 |27276 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4254 |27277 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4255 |27278 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4256 |27279 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4257 |27280 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4258 |27281 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4259 |27322 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4260 |27323 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4261 |27324 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4262 |27325 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4263 |27326 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4264 |27327 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4265 |27328 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4266 |27329 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4267 |27330 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4268 |27451 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4269 |27452 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4270 |27453 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4271 |27454 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4272 |27455 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4273 |27456 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4274 |27457 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4275 |27458 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4276 |27459 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4277 |27487 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4278 |27488 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4279 |27489 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4280 |27490 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4281 |27491 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4282 |27492 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4283 |27493 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4284 |27494 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4285 |27495 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4286 |27521 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4287 |27522 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4288 |27523 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4289 |27524 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4290 |27525 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4291 |27526 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4292 |27527 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4293 |27528 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4294 |27529 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4295 |27557 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4296 |27558 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4297 |27559 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4298 |27560 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4299 |27561 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4300 |27562 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4301 |27563 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4302 |27564 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4303 |27565 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4304 |27643 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4305 |27644 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4306 |27645 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4307 |27646 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4308 |27647 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4309 |27648 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4310 |27649 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4311 |27650 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4312 |27651 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4313 |27723 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4314 |27724 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4315 |27725 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4316 |27726 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4317 |27727 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4318 |27728 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4319 |27729 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4320 |27730 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4321 |27731 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4322 |27757 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4323 |27758 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4324 |27759 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4325 |27760 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4326 |27761 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4327 |27762 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4328 |27763 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4329 |27764 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4330 |27765 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4331 |27789 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4332 |27790 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4333 |27791 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4334 |27792 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4335 |27793 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4336 |27794 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4337 |27795 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4338 |27796 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4339 |27797 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4340 |27873 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4341 |27874 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4342 |27875 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4343 |27876 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4344 |27877 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4345 |27878 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4346 |27879 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4347 |27880 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4348 |27881 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4349 |27910 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4350 |27911 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4351 |27912 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4352 |27913 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4353 |27914 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4354 |27915 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4355 |27916 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4356 |27917 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4357 |27918 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4358 |27945 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4359 |27946 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4360 |27947 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4361 |27948 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4362 |27949 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4363 |27950 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4364 |27951 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4365 |27952 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4366 |27953 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4367 |28119 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4368 |28120 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4369 |28121 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4370 |28122 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4371 |28123 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4372 |28124 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4373 |28125 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4374 |28126 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4375 |28127 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4376 |28224 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4377 |28225 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4378 |28226 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4379 |28227 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4380 |28228 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4381 |28229 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4382 |28230 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4383 |28231 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4384 |28232 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4385 |28294 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4386 |28295 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4387 |28296 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4388 |28297 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4389 |28298 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4390 |28299 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4391 |28300 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4392 |28301 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4393 |28302 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4394 |28969 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4395 |28970 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4396 |28971 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4397 |28972 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4398 |28973 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4399 |28974 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4400 |28975 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4401 |28976 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4402 |28977 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4403 |28006 |Application|Interface {#IFDESCR} | -ROW |4404 |28007 |Application|Interface {#IFDESCR} | -ROW |4405 |28008 |Application|Interface {#IFDESCR} | -ROW |4406 |28009 |Application|Interface {#IFDESCR} | -ROW |4407 |28010 |Application|Interface {#IFDESCR} | -ROW |4408 |28011 |Application|Interface {#IFDESCR} | -ROW |4409 |28012 |Application|Interface {#IFDESCR} | -ROW |4410 |28013 |Application|Interface {#IFDESCR} | -ROW |4411 |28014 |Application|Interface {#IFDESCR} | -ROW |4412 |27079 |Application|Interface {#IFDESCR} | -ROW |4413 |27080 |Application|Interface {#IFDESCR} | -ROW |4414 |27081 |Application|Interface {#IFDESCR} | -ROW |4415 |27082 |Application|Interface {#IFDESCR} | -ROW |4416 |27083 |Application|Interface {#IFDESCR} | -ROW |4417 |27084 |Application|Interface {#IFDESCR} | -ROW |4418 |27085 |Application|Interface {#IFDESCR} | -ROW |4419 |27086 |Application|Interface {#IFDESCR} | -ROW |4420 |27087 |Application|Interface {#IFDESCR} | -ROW |4421 |27620 |Application|Interface {#IFDESCR} | -ROW |4422 |27621 |Application|Interface {#IFDESCR} | -ROW |4423 |27622 |Application|Interface {#IFDESCR} | -ROW |4424 |27623 |Application|Interface {#IFDESCR} | -ROW |4425 |27624 |Application|Interface {#IFDESCR} | -ROW |4426 |27625 |Application|Interface {#IFDESCR} | -ROW |4427 |27626 |Application|Interface {#IFDESCR} | -ROW |4428 |27627 |Application|Interface {#IFDESCR} | -ROW |4429 |27628 |Application|Interface {#IFDESCR} | -ROW |4430 |27977 |Application|Interface {#IFDESCR} | -ROW |4431 |27978 |Application|Interface {#IFDESCR} | -ROW |4432 |27979 |Application|Interface {#IFDESCR} | -ROW |4433 |27980 |Application|Interface {#IFDESCR} | -ROW |4434 |27981 |Application|Interface {#IFDESCR} | -ROW |4435 |27982 |Application|Interface {#IFDESCR} | -ROW |4436 |27983 |Application|Interface {#IFDESCR} | -ROW |4437 |27984 |Application|Interface {#IFDESCR} | -ROW |4438 |27985 |Application|Interface {#IFDESCR} | -ROW |4439 |27119 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4440 |27120 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4441 |27121 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4442 |27122 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4443 |27123 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4444 |27124 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4445 |27125 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4446 |27126 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4447 |27127 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4448 |29078 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4449 |29079 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4450 |29080 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4451 |29081 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4452 |29082 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4453 |29083 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4454 |29084 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4455 |29085 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4456 |29086 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4457 |30027 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4458 |30028 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4459 |30029 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4460 |30030 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4461 |30031 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4462 |30032 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4463 |30033 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4464 |30034 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4465 |30035 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4466 |30036 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4467 |30037 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4468 |30038 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4469 |30039 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4470 |30040 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4471 |30041 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4472 |30042 |Application|RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | -ROW |4473 |30160 |Application|Filesystem {#FSNAME} | -ROW |4474 |30161 |Application|Filesystem {#FSNAME} | -ROW |4475 |30162 |Application|Filesystem {#FSNAME} | -ROW |4476 |30166 |Application|Filesystem {#FSNAME} | -ROW |4477 |30167 |Application|Filesystem {#FSNAME} | -ROW |4478 |30168 |Application|Filesystem {#FSNAME} | -ROW |4479 |30178 |Application|Filesystem {#FSNAME} | -ROW |4480 |30179 |Application|Filesystem {#FSNAME} | -ROW |4481 |30180 |Application|Filesystem {#FSNAME} | -ROW |4482 |30184 |Application|Filesystem {#FSNAME} | -ROW |4483 |30185 |Application|Filesystem {#FSNAME} | -ROW |4484 |30186 |Application|Filesystem {#FSNAME} | -ROW |4553 |30348 |Application|Redis: DB {#DB} | -ROW |4554 |30349 |Application|Redis: DB {#DB} | -ROW |4555 |30350 |Application|Redis: DB {#DB} | -ROW |4556 |30396 |Application|Redis: Slave {#SLAVE_IP}:{#SLAVE_PORT} | -ROW |4557 |30573 |Application|Docker: Container {#NAME} | -ROW |4558 |30574 |Application|Docker: Container {#NAME} | -ROW |4559 |30575 |Application|Docker: Container {#NAME} | -ROW |4560 |30576 |Application|Docker: Container {#NAME} | -ROW |4561 |30577 |Application|Docker: Container {#NAME} | -ROW |4562 |30578 |Application|Docker: Container {#NAME} | -ROW |4563 |30579 |Application|Docker: Container {#NAME} | -ROW |4564 |30580 |Application|Docker: Container {#NAME} | -ROW |4565 |30581 |Application|Docker: Container {#NAME} | -ROW |4566 |30582 |Application|Docker: Container {#NAME} | -ROW |4567 |30583 |Application|Docker: Container {#NAME} | -ROW |4568 |30584 |Application|Docker: Container {#NAME} | -ROW |4569 |30585 |Application|Docker: Container {#NAME} | -ROW |4570 |30586 |Application|Docker: Container {#NAME} | -ROW |4571 |30587 |Application|Docker: Container {#NAME} | -ROW |4572 |30588 |Application|Docker: Container {#NAME} | -ROW |4573 |30589 |Application|Docker: Container {#NAME} | -ROW |4574 |30590 |Application|Docker: Container {#NAME} | -ROW |4575 |30591 |Application|Docker: Container {#NAME} | -ROW |4576 |30592 |Application|Docker: Container {#NAME} | -ROW |4577 |30593 |Application|Docker: Container {#NAME} | -ROW |4578 |30594 |Application|Docker: Container {#NAME} | -ROW |4579 |30595 |Application|Docker: Container {#NAME} | -ROW |4580 |30596 |Application|Docker: Container {#NAME} | -ROW |4581 |30597 |Application|Docker: Container {#NAME} | -ROW |4582 |30598 |Application|Docker: Container {#NAME} | -ROW |4583 |30599 |Application|Docker: Container {#NAME} | -ROW |4584 |30600 |Application|Docker: Container {#NAME} | -ROW |4585 |30601 |Application|Docker: Container {#NAME} | -ROW |4586 |30602 |Application|Docker: Container {#NAME} | -ROW |4587 |30603 |Application|Docker: Container {#NAME} | -ROW |4588 |30604 |Application|Docker: Container {#NAME} | -ROW |4589 |30605 |Application|Docker: Container {#NAME} | -ROW |4590 |30606 |Application|Docker: Container {#NAME} | -ROW |4591 |30607 |Application|Docker: Container {#NAME} | -ROW |4592 |30608 |Application|Docker: Container {#NAME} | -ROW |4593 |30609 |Application|Docker: Image {#NAME} | -ROW |4594 |30610 |Application|Docker: Image {#NAME} | -ROW |4595 |30688 |Application|IPMI {#SENSOR_TYPE} | -ROW |4596 |30689 |Application|IPMI {#SENSOR_TYPE} | -ROW |4597 |30714 |Application|ES {#ES.NODE} | -ROW |4598 |30715 |Application|ES {#ES.NODE} | -ROW |4599 |30716 |Application|ES {#ES.NODE} | -ROW |4600 |30717 |Application|ES {#ES.NODE} | -ROW |4601 |30718 |Application|ES {#ES.NODE} | -ROW |4602 |30720 |Application|ES {#ES.NODE} | -ROW |4603 |30721 |Application|ES {#ES.NODE} | -ROW |4604 |30722 |Application|ES {#ES.NODE} | -ROW |4605 |30723 |Application|ES {#ES.NODE} | -ROW |4606 |30724 |Application|ES {#ES.NODE} | -ROW |4607 |30725 |Application|ES {#ES.NODE} | -ROW |4608 |30726 |Application|ES {#ES.NODE} | -ROW |4609 |30727 |Application|ES {#ES.NODE} | -ROW |4610 |30728 |Application|ES {#ES.NODE} | -ROW |4611 |30729 |Application|ES {#ES.NODE} | -ROW |4612 |30730 |Application|ES {#ES.NODE} | -ROW |4613 |30731 |Application|ES {#ES.NODE} | -ROW |4614 |30732 |Application|ES {#ES.NODE} | -ROW |4615 |30733 |Application|ES {#ES.NODE} | -ROW |4616 |30734 |Application|ES {#ES.NODE} | -ROW |4617 |30735 |Application|ES {#ES.NODE} | -ROW |4618 |30736 |Application|ES {#ES.NODE} | -ROW |4619 |30737 |Application|ES {#ES.NODE} | -ROW |4620 |30738 |Application|ES {#ES.NODE} | -ROW |4621 |30740 |Application|ES {#ES.NODE} | -ROW |4622 |30741 |Application|ES {#ES.NODE} | -ROW |4623 |30742 |Application|ES {#ES.NODE} | -ROW |4624 |30745 |Application|ES {#ES.NODE} | -ROW |4625 |30748 |Application|ES {#ES.NODE} | -ROW |4626 |30749 |Application|ES {#ES.NODE} | -ROW |4627 |30750 |Application|ES {#ES.NODE} | -ROW |4628 |30751 |Application|ES {#ES.NODE} | -ROW |4629 |30752 |Application|ES {#ES.NODE} | -ROW |4630 |30753 |Application|ES {#ES.NODE} | -ROW |4631 |30755 |Application|ES {#ES.NODE} | -ROW |4632 |30757 |Application|ES {#ES.NODE} | -ROW |4633 |30758 |Application|ES {#ES.NODE} | -ROW |4688 |30877 |Application|ClickHouse: Dictionary "{#NAME}" | -ROW |4689 |30878 |Application|ClickHouse: Dictionary "{#NAME}" | -ROW |4690 |30879 |Application|ClickHouse: Dictionary "{#NAME}" | -ROW |4691 |30880 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4692 |30881 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4693 |30882 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4694 |30883 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4695 |30884 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4696 |30885 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4697 |30886 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4698 |30887 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4699 |30888 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4700 |30889 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4701 |30890 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4702 |30891 |Application|ClickHouse: "{#DB}.{#TABLE}" replica status | -ROW |4703 |30892 |Application|ClickHouse: DB "{#DB}" | -ROW |4704 |30893 |Application|ClickHouse: Table "{#DB}.{#TABLE}" | -ROW |4705 |30894 |Application|ClickHouse: Table "{#DB}.{#TABLE}" | -ROW |4706 |30895 |Application|ClickHouse: Table "{#DB}.{#TABLE}" | -ROW |4707 |30964 |Application|Etcd peer {#ETCD.PEER} | -ROW |4708 |30965 |Application|Etcd peer {#ETCD.PEER} | -ROW |4709 |30966 |Application|Etcd peer {#ETCD.PEER} | -ROW |4710 |30967 |Application|Etcd peer {#ETCD.PEER} | -ROW |4711 |31006 |Application|{#APPPOOL} | -ROW |4712 |31007 |Application|{#APPPOOL} | -ROW |4713 |31008 |Application|{#APPPOOL} | -ROW |4714 |31009 |Application|{#APPPOOL} | -ROW |4715 |31048 |Application|{#APPPOOL} | -ROW |4716 |31049 |Application|{#APPPOOL} | -ROW |4717 |31050 |Application|{#APPPOOL} | -ROW |4718 |31051 |Application|{#APPPOOL} | -ROW |4752 |31258 |Application|Oracle Archivelog | -ROW |4753 |31259 |Application|Oracle Archivelog | -ROW |4754 |31260 |Application|Oracle Archivelog | -ROW |4755 |31261 |Application|Oracle ASM | -ROW |4756 |31262 |Application|Oracle ASM | -ROW |4757 |31263 |Application|Oracle ASM | -ROW |4758 |31264 |Application|Oracle {#TYPE} | -ROW |4759 |31265 |Application|Oracle {#TYPE} | -ROW |4760 |31266 |Application|Oracle {#TYPE} | -ROW |4761 |31267 |Application|Oracle {#TYPE} | -ROW |4762 |31268 |Application|Oracle PDB | -ROW |4763 |31269 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4764 |31270 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4765 |31271 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4766 |31272 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4767 |31273 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4768 |33170 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4769 |33171 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4770 |31335 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4771 |31336 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4772 |31337 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4773 |31338 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4774 |31339 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4775 |31340 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4776 |31341 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4777 |31342 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4778 |31343 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4779 |31344 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4780 |31345 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4781 |31346 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4782 |31347 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4783 |31348 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4784 |31349 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4785 |31350 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4786 |31351 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4787 |31352 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4788 |31353 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4789 |31354 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4790 |31355 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4791 |31356 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4792 |31357 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4793 |31358 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4794 |31359 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4795 |31360 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4796 |31361 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4797 |31362 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4798 |31363 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4799 |31370 |Application|Disk {#DEVNAME} | -ROW |4800 |31371 |Application|Disk {#DEVNAME} | -ROW |4801 |31379 |Application|Disk {#DEVNAME} | -ROW |4802 |31380 |Application|Disk {#DEVNAME} | -ROW |4803 |31382 |Application|Disk {#DEVNAME} | -ROW |4804 |31383 |Application|Disk {#DEVNAME} | -ROW |4805 |31373 |Application|Disk {#DEVNAME} | -ROW |4806 |31374 |Application|Disk {#DEVNAME} | -ROW |4807 |31385 |Application|Disk {#DEVNAME} | -ROW |4808 |31386 |Application|Disk {#DEVNAME} | -ROW |4809 |31388 |Application|Disk {#DEVNAME} | -ROW |4810 |31389 |Application|Disk {#DEVNAME} | -ROW |4811 |31376 |Application|Disk {#DEVNAME} | -ROW |4812 |31377 |Application|Disk {#DEVNAME} | -ROW |4813 |31391 |Application|Disk {#DEVNAME} | -ROW |4814 |31392 |Application|Disk {#DEVNAME} | -ROW |4815 |31394 |Application|Disk {#DEVNAME} | -ROW |4816 |31395 |Application|Disk {#DEVNAME} | -ROW |4817 |31433 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4818 |31434 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4819 |31435 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4820 |31436 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4821 |31437 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4822 |31438 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4823 |31453 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4824 |31454 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4825 |31455 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4826 |31439 |Application|Disk {#DEVNAME} | -ROW |4827 |31440 |Application|Disk {#DEVNAME} | -ROW |4828 |31441 |Application|Disk {#DEVNAME} | -ROW |4829 |31442 |Application|Disk {#DEVNAME} | -ROW |4830 |33321 |Application|Disk {#DEVNAME} | -ROW |4831 |33322 |Application|Disk {#DEVNAME} | -ROW |4832 |33323 |Application|Disk {#DEVNAME} | -ROW |4833 |33324 |Application|Disk {#DEVNAME} | -ROW |4834 |31443 |Application|Disk {#DEVNAME} | -ROW |4835 |31444 |Application|Disk {#DEVNAME} | -ROW |4836 |31445 |Application|Disk {#DEVNAME} | -ROW |4837 |31446 |Application|Disk {#DEVNAME} | -ROW |4838 |33325 |Application|Disk {#DEVNAME} | -ROW |4839 |33326 |Application|Disk {#DEVNAME} | -ROW |4840 |33327 |Application|Disk {#DEVNAME} | -ROW |4841 |33328 |Application|Disk {#DEVNAME} | -ROW |4842 |31447 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4843 |31448 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4844 |31449 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4845 |31450 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4846 |31451 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4847 |31452 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4848 |31456 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4849 |31457 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4850 |31458 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4851 |31561 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4852 |31562 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4853 |31563 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4854 |31564 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4855 |31565 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4856 |31566 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4857 |31567 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4858 |31568 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4859 |31569 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4860 |31766 |Application|Oracle Archivelog | -ROW |4861 |31767 |Application|Oracle Archivelog | -ROW |4862 |31768 |Application|Oracle Archivelog | -ROW |4863 |31769 |Application|Oracle {#TYPE} | -ROW |4864 |31770 |Application|Oracle {#TYPE} | -ROW |4865 |31771 |Application|Oracle {#TYPE} | -ROW |4866 |31772 |Application|Oracle {#TYPE} | -ROW |4867 |31773 |Application|Oracle ASM | -ROW |4868 |31774 |Application|Oracle ASM | -ROW |4869 |31775 |Application|Oracle ASM | -ROW |4870 |31776 |Application|Oracle PDB | -ROW |4871 |31777 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4872 |31778 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4873 |31779 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4874 |31780 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4875 |31781 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4876 |33168 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4877 |33169 |Application|Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | -ROW |4878 |31807 |Application|Asterisk IAX trunks | -ROW |4879 |31808 |Application|Asterisk IAX trunks | -ROW |4880 |31809 |Application|Asterisk PJSIP trunks | -ROW |4881 |31810 |Application|Asterisk PJSIP trunks | -ROW |4882 |31811 |Application|Asterisk queue "{#QUEUE}" | -ROW |4883 |31812 |Application|Asterisk queue "{#QUEUE}" | -ROW |4884 |31813 |Application|Asterisk queue "{#QUEUE}" | -ROW |4885 |31814 |Application|Asterisk SIP trunks | -ROW |4886 |31815 |Application|Asterisk SIP trunks | -ROW |4887 |31902 |Application|Disk {#DEVNAME} | -ROW |4888 |31903 |Application|Disk {#DEVNAME} | -ROW |4889 |31932 |Application|Disk {#DEVNAME} | -ROW |4890 |31933 |Application|Disk {#DEVNAME} | -ROW |4891 |31935 |Application|Disk {#DEVNAME} | -ROW |4892 |31936 |Application|Disk {#DEVNAME} | -ROW |4893 |31905 |Application|Filesystem {#FSNAME} | -ROW |4894 |31906 |Application|Filesystem {#FSNAME} | -ROW |4895 |31907 |Application|Filesystem {#FSNAME} | -ROW |4896 |31908 |Application|Filesystem {#FSNAME} | -ROW |4897 |31909 |Application|Interface {#IFNAME} | -ROW |4898 |31910 |Application|Interface {#IFNAME} | -ROW |4899 |31911 |Application|Interface {#IFNAME} | -ROW |4900 |31912 |Application|Interface {#IFNAME} | -ROW |4901 |31913 |Application|Interface {#IFNAME} | -ROW |4902 |31914 |Application|Interface {#IFNAME} | -ROW |4903 |31915 |Application|Interface {#IFNAME} | -ROW |4904 |31916 |Application|Interface {#IFNAME} | -ROW |4905 |31917 |Application|Disk {#DEVNAME} | -ROW |4906 |31918 |Application|Disk {#DEVNAME} | -ROW |4907 |31938 |Application|Disk {#DEVNAME} | -ROW |4908 |31939 |Application|Disk {#DEVNAME} | -ROW |4909 |31941 |Application|Disk {#DEVNAME} | -ROW |4910 |31942 |Application|Disk {#DEVNAME} | -ROW |4911 |31920 |Application|Filesystem {#FSNAME} | -ROW |4912 |31921 |Application|Filesystem {#FSNAME} | -ROW |4913 |31922 |Application|Filesystem {#FSNAME} | -ROW |4914 |31923 |Application|Filesystem {#FSNAME} | -ROW |4915 |31924 |Application|Interface {#IFNAME} | -ROW |4916 |31925 |Application|Interface {#IFNAME} | -ROW |4917 |31926 |Application|Interface {#IFNAME} | -ROW |4918 |31927 |Application|Interface {#IFNAME} | -ROW |4919 |31928 |Application|Interface {#IFNAME} | -ROW |4920 |31929 |Application|Interface {#IFNAME} | -ROW |4921 |31930 |Application|Interface {#IFNAME} | -ROW |4922 |31931 |Application|Interface {#IFNAME} | -ROW |4923 |32012 |Application|Filesystem {#FSNAME} | -ROW |4924 |32013 |Application|Filesystem {#FSNAME} | -ROW |4925 |32014 |Application|Filesystem {#FSNAME} | -ROW |4926 |32015 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4927 |32016 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4928 |32017 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4929 |32018 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4930 |32019 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4931 |32020 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4932 |32040 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4933 |32041 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4934 |32042 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4935 |32021 |Application|Disk {#DEVNAME} | -ROW |4936 |32022 |Application|Disk {#DEVNAME} | -ROW |4937 |32023 |Application|Disk {#DEVNAME} | -ROW |4938 |32024 |Application|Disk {#DEVNAME} | -ROW |4939 |33329 |Application|Disk {#DEVNAME} | -ROW |4940 |33330 |Application|Disk {#DEVNAME} | -ROW |4941 |33331 |Application|Disk {#DEVNAME} | -ROW |4942 |33332 |Application|Disk {#DEVNAME} | -ROW |4943 |32026 |Application|Filesystem {#FSNAME} | -ROW |4944 |32027 |Application|Filesystem {#FSNAME} | -ROW |4945 |32028 |Application|Filesystem {#FSNAME} | -ROW |4946 |32029 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4947 |32030 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4948 |32031 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4949 |32032 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4950 |32033 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4951 |32034 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4952 |32043 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4953 |32044 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4954 |32045 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4955 |32035 |Application|Disk {#DEVNAME} | -ROW |4956 |32036 |Application|Disk {#DEVNAME} | -ROW |4957 |32037 |Application|Disk {#DEVNAME} | -ROW |4958 |32038 |Application|Disk {#DEVNAME} | -ROW |4959 |33333 |Application|Disk {#DEVNAME} | -ROW |4960 |33334 |Application|Disk {#DEVNAME} | -ROW |4961 |33335 |Application|Disk {#DEVNAME} | -ROW |4962 |33336 |Application|Disk {#DEVNAME} | -ROW |4963 |32405 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4964 |32408 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4965 |32409 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4966 |32410 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4967 |32411 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4968 |32412 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4969 |32413 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4970 |32414 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4971 |32415 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4972 |32416 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4973 |32417 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4974 |32418 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4975 |32419 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4976 |32420 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4977 |32421 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4978 |32422 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4979 |32423 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4980 |32424 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4981 |32425 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4982 |32426 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4983 |32427 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4984 |32428 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4985 |32429 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4986 |32430 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4987 |32431 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4988 |32432 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4989 |32433 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4990 |32434 |Application|PostgreSQL: DB {#DBNAME} | -ROW |4991 |32436 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4992 |32437 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4993 |32438 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4994 |32439 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |4995 |32442 |Application|{#JMXBROKERNAME} | -ROW |4996 |32443 |Application|{#JMXBROKERNAME} | -ROW |4997 |32444 |Application|{#JMXBROKERNAME} | -ROW |4998 |32445 |Application|{#JMXBROKERNAME} | -ROW |4999 |32446 |Application|{#JMXBROKERNAME} | -ROW |5000 |32447 |Application|{#JMXBROKERNAME} | -ROW |5001 |32448 |Application|{#JMXBROKERNAME} | -ROW |5002 |32449 |Application|{#JMXBROKERNAME} | -ROW |5003 |32450 |Application|{#JMXBROKERNAME} | -ROW |5004 |32451 |Application|{#JMXBROKERNAME} | -ROW |5005 |32452 |Application|{#JMXBROKERNAME} | -ROW |5006 |32453 |Application|{#JMXBROKERNAME} | -ROW |5007 |32454 |Application|{#JMXBROKERNAME} | -ROW |5008 |32455 |Application|{#JMXBROKERNAME} | -ROW |5009 |32456 |Application|{#JMXBROKERNAME} | -ROW |5010 |32457 |Application|{#JMXBROKERNAME} | -ROW |5011 |32458 |Application|{#JMXBROKERNAME} | -ROW |5012 |32459 |Application|{#JMXBROKERNAME} | -ROW |5013 |32460 |Application|{#JMXBROKERNAME} | -ROW |5014 |32461 |Application|{#JMXBROKERNAME} | -ROW |5015 |32462 |Application|{#JMXBROKERNAME} | -ROW |5016 |32486 |Application|{#METRIC} | -ROW |5017 |32487 |Application|{#METRIC} | -ROW |5018 |32488 |Application|{#METRIC} | -ROW |5019 |32489 |Application|{#METRIC} | -ROW |5020 |32490 |Application|{#METRIC} | -ROW |5021 |32491 |Application|{#METRIC} | -ROW |5022 |32492 |Application|{#METRIC} | -ROW |5023 |32493 |Application|{#METRIC} | -ROW |5024 |32494 |Application|{#METRIC} | -ROW |5025 |32495 |Application|{#METRIC} | -ROW |5026 |32496 |Application|{#METRIC} | -ROW |5027 |32497 |Application|{#METRIC} | -ROW |5028 |32498 |Application|{#METRIC} | -ROW |5029 |32499 |Application|{#METRIC} | -ROW |5030 |32500 |Application|{#METRIC} | -ROW |5031 |32501 |Application|{#METRIC} | -ROW |5032 |32502 |Application|{#METRIC} | -ROW |5033 |32503 |Application|{#METRIC} | -ROW |5034 |32504 |Application|{#METRIC} | -ROW |5035 |32505 |Application|{#METRIC} | -ROW |5036 |32506 |Application|{#METRIC} | -ROW |5037 |32507 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5038 |32508 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5039 |32509 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5040 |32510 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5041 |32511 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5042 |32512 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5043 |32513 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5044 |32514 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5045 |32515 |Application|Ceph CRUSH [{#CRUSHRULE}] Pool | -ROW |5046 |32170 |Application|Ceph {#HOST} OSD [{#CLASS}] | -ROW |5047 |32171 |Application|Ceph {#HOST} OSD [{#CLASS}] | -ROW |5048 |32172 |Application|Ceph {#HOST} OSD [{#CLASS}] | -ROW |5049 |32173 |Application|Ceph {#HOST} OSD [{#CLASS}] | -ROW |5050 |32174 |Application|Ceph {#HOST} OSD [{#CLASS}] | -ROW |5051 |32175 |Application|Ceph {#HOST} OSD [{#CLASS}] | -ROW |5052 |32528 |Application|Database {#INSTANCE} | -ROW |5053 |32529 |Application|Database {#INSTANCE} | -ROW |5054 |32530 |Application|Database {#INSTANCE} | -ROW |5055 |32531 |Application|Database {#INSTANCE} | -ROW |5056 |32532 |Application|Database {#INSTANCE} | -ROW |5057 |32533 |Application|Database {#INSTANCE} | -ROW |5058 |32534 |Application|Database {#INSTANCE} | -ROW |5059 |32535 |Application|Database {#INSTANCE} | -ROW |5060 |32536 |Application|Database {#INSTANCE} | -ROW |5061 |32537 |Application|Database {#INSTANCE} | -ROW |5062 |32538 |Application|Database {#INSTANCE} | -ROW |5063 |32539 |Application|Database {#INSTANCE} | -ROW |5064 |32540 |Application|Database {#INSTANCE} | -ROW |5065 |32541 |Application|Database {#INSTANCE} | -ROW |5066 |32542 |Application|Database {#INSTANCE} | -ROW |5067 |32558 |Application|Database {#INSTANCE} | -ROW |5068 |32559 |Application|Database {#INSTANCE} | -ROW |5069 |32560 |Application|Database {#INSTANCE} | -ROW |5070 |32561 |Application|Database {#INSTANCE} | -ROW |5071 |32562 |Application|Database {#INSTANCE} | -ROW |5072 |32563 |Application|Database {#INSTANCE} | -ROW |5073 |32564 |Application|Database {#INSTANCE} | -ROW |5074 |32565 |Application|Database {#INSTANCE} | -ROW |5075 |32566 |Application|Database {#INSTANCE} | -ROW |5076 |32567 |Application|Database {#INSTANCE} | -ROW |5077 |32568 |Application|Database {#INSTANCE} | -ROW |5078 |32569 |Application|Database {#INSTANCE} | -ROW |5079 |32570 |Application|Database {#INSTANCE} | -ROW |5080 |32571 |Application|Database {#INSTANCE} | -ROW |5081 |32572 |Application|Database {#INSTANCE} | -ROW |5082 |32672 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5083 |32673 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5084 |32674 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5085 |32675 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5086 |32676 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5087 |32677 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5088 |32678 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5089 |32679 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5090 |32680 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5091 |32681 |Application|Hadoop DataNode {#HOSTNAME} | -ROW |5092 |32682 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5093 |32683 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5094 |32684 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5095 |32685 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5096 |32686 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5097 |32687 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5098 |32688 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5099 |32689 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5100 |32690 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5101 |32691 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5102 |32692 |Application|Hadoop NodeManager {#HOSTNAME} | -ROW |5103 |32758 |Application|Kafka topic [{#JMXTOPIC}] | -ROW |5104 |32759 |Application|Kafka topic [{#JMXTOPIC}] | -ROW |5105 |32760 |Application|Kafka topic [{#JMXTOPIC}] | -ROW |5106 |32761 |Application|Kafka topic [{#JMXTOPIC}] | -ROW |5107 |32766 |Application|Tomcat: ProtocolHandler {#JMXVALUE} | -ROW |5108 |32767 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5109 |32768 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5110 |32769 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5111 |32770 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5112 |32771 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5113 |32772 |Application|Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | -ROW |5114 |32773 |Application|Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | -ROW |5115 |32774 |Application|Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | -ROW |5116 |32775 |Application|Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | -ROW |5117 |32776 |Application|Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | -ROW |5118 |32777 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5119 |32778 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5120 |32779 |Application|Tomcat: {#JMXTYPE} {#JMXNAME} | -ROW |5121 |32871 |Application|Vault: Token {#TOKEN_NAME} | -ROW |5122 |32872 |Application|Vault: Token {#TOKEN_NAME} | -ROW |5123 |32873 |Application|Vault: Token {#TOKEN_NAME} | -ROW |5124 |32874 |Application|Vault: Mountpoint {#MOUNTPOINT} | -ROW |5125 |32875 |Application|Vault: Mountpoint {#MOUNTPOINT} | -ROW |5126 |32876 |Application|Vault: Replication | -ROW |5127 |32877 |Application|Vault: Replication | -ROW |5128 |32878 |Application|Vault: Replication | -ROW |5129 |32879 |Application|Vault: Replication | -ROW |5130 |32880 |Application|Vault: Replication | -ROW |5131 |32881 |Application|Vault: Replication | -ROW |5132 |32882 |Application|Vault: Replication | -ROW |5133 |32883 |Application|Vault: Storage {#STORAGE} | -ROW |5134 |32884 |Application|Vault: WAL | -ROW |5135 |32885 |Application|Vault: WAL | -ROW |5136 |32886 |Application|Vault: WAL | -ROW |5137 |32887 |Application|Vault: WAL | -ROW |5138 |32888 |Application|Vault: WAL | -ROW |5139 |32889 |Application|Vault: WAL | -ROW |5140 |33000 |Application|Zookeeper {#TYPE} {#CLIENT} | -ROW |5141 |33001 |Application|Zookeeper {#TYPE} {#CLIENT} | -ROW |5142 |33002 |Application|Zookeeper {#TYPE} {#CLIENT} | -ROW |5143 |33003 |Application|Zookeeper {#TYPE} {#CLIENT} | -ROW |5144 |33004 |Application|Zookeeper {#TYPE} {#CLIENT} | -ROW |5145 |33005 |Application|Zookeeper {#TYPE} {#CLIENT} | -ROW |5146 |33096 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5147 |33097 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5148 |33098 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5149 |33099 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5150 |33100 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5151 |33101 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5152 |33102 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5153 |33103 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5154 |33104 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5155 |33105 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5156 |33106 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5157 |33107 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5158 |33108 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5159 |33109 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5160 |33110 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5161 |33111 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5162 |33112 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5163 |33113 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5164 |33114 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5165 |33115 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5166 |33116 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5167 |33117 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5168 |33118 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5169 |33119 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5170 |33120 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5171 |33121 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5172 |33122 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5173 |33123 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5174 |33124 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5175 |33125 |Application|Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | -ROW |5176 |33178 |Application|PostgreSQL: Application {#APPLICATION} | -ROW |5177 |33179 |Application|PostgreSQL: Application {#APPLICATION} | -ROW |5178 |33180 |Application|PostgreSQL: Application {#APPLICATION} | -ROW |5179 |33357 |Application|Node {#NODE.NAME} Health | -ROW |5180 |33358 |Application|Node {#NODE.NAME} Health | -ROW |5181 |33359 |Application|Node {#NODE.NAME} Health | -ROW |5182 |33360 |Application|Node {#NODE.NAME} Health | -ROW |5183 |33361 |Application|Node {#NODE.NAME} Health | -ROW |5184 |33362 |Application|Node {#NODE.NAME} Health | -ROW |5185 |33365 |Application|Node {#NODE.NAME} Health | -ROW |5186 |33367 |Application|Node {#NODE.NAME} Health | -ROW |5187 |33363 |Application|Node {#NODE.NAME} Inventory | -ROW |5188 |33364 |Application|Node {#NODE.NAME} Inventory | -ROW |5189 |33366 |Application|Node {#NODE.NAME} Inventory | -ROW |5190 |33368 |Application|Node {#NODE.NAME} CPU | -ROW |5191 |33369 |Application|{#VSERVER}{#FSNAME} | -ROW |5192 |33370 |Application|{#VSERVER}{#FSNAME} | -ROW |5193 |33371 |Application|{#VSERVER}{#FSNAME} | -ROW |5194 |33372 |Application|{#VSERVER}{#FSNAME} | -ROW |5195 |33373 |Application|{#VSERVER}{#FSNAME} | -ROW |5196 |33374 |Application|{#VSERVER}{#FSNAME} | -ROW |5197 |33375 |Application|Node {#NODE.NAME} HA | -ROW |5198 |33376 |Application|Node {#NODE.NAME} HA | -ROW |5199 |33377 |Application|{#IFDESCR} | -ROW |5200 |33378 |Application|{#IFDESCR} | -ROW |5201 |33379 |Application|{#IFDESCR} | -ROW |5202 |33380 |Application|{#IFDESCR} | -ROW |5203 |33381 |Application|{#IFDESCR} | -ROW |5204 |33382 |Application|{#IFDESCR} | -ROW |5205 |33383 |Application|{#IFDESCR} | -ROW |5206 |33384 |Application|{#IFDESCR} | -ROW |5207 |33385 |Application|{#IFDESCR} | -ROW |5208 |33386 |Application|{#IFDESCR} | -ROW |5209 |33387 |Application|{#IFDESCR} | -ROW |5210 |33388 |Application|{#IFDESCR} | -ROW |5211 |33467 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5212 |33468 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5213 |33469 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5214 |33470 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5215 |33471 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5216 |33472 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5217 |33473 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5218 |33474 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5219 |33475 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5220 |33476 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5221 |33477 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5222 |33478 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5223 |33479 |Application|Jenkins: Computer [{#DISPLAY_NAME}] | -ROW |5224 |33480 |Application|Jenkins job [{#NAME}] | -ROW |5225 |33481 |Application|Jenkins job [{#NAME}] | -ROW |5226 |33482 |Application|Jenkins job [{#NAME}] | -ROW |5227 |33483 |Application|Jenkins job [{#NAME}] | -ROW |5228 |33484 |Application|Jenkins job [{#NAME}] | -ROW |5229 |33485 |Application|Jenkins job [{#NAME}] | -ROW |5230 |33486 |Application|Jenkins job [{#NAME}] | -ROW |5231 |33487 |Application|Jenkins job [{#NAME}] | -ROW |5232 |33488 |Application|Jenkins job [{#NAME}] | -ROW |5233 |33489 |Application|Jenkins job [{#NAME}] | -ROW |5234 |33490 |Application|Jenkins job [{#NAME}] | -ROW |5235 |33524 |Application|Hikvision camera: PTZ channel "{#PTZ_CHANNEL_ID}" | -ROW |5236 |33525 |Application|Hikvision camera: PTZ channel "{#PTZ_CHANNEL_ID}" | -ROW |5237 |33526 |Application|Hikvision camera: PTZ channel "{#PTZ_CHANNEL_ID}" | -ROW |5238 |33527 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5239 |33528 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5240 |33529 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5241 |33530 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5242 |33531 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5243 |33532 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5244 |33533 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5245 |33534 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5246 |33535 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5247 |33536 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5248 |33537 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5249 |33538 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5250 |33539 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5251 |33540 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5252 |33541 |Application|Hikvision camera: Streaming channel "{#CHANNEL_ID}" | -ROW |5253 |33552 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5254 |33553 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5255 |33554 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5256 |33555 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5257 |33556 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5258 |33557 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5259 |33558 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5260 |33559 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5261 |33560 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5262 |33561 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5263 |33562 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |5264 |33563 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5265 |33564 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5266 |33565 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5267 |33566 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5268 |33567 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5269 |33568 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5270 |33569 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5271 |33570 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5272 |33571 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5273 |33572 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5274 |33573 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5275 |33574 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5276 |33575 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5277 |33576 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5278 |33577 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5279 |33578 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5280 |33579 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5281 |33580 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5282 |33581 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5283 |33582 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5284 |33584 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5285 |33585 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5286 |33586 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5287 |33587 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5288 |33588 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5289 |33589 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5290 |33590 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5291 |33591 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5292 |33592 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5293 |33593 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5294 |33594 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5295 |33595 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5296 |33596 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5297 |33597 |Application|Ignite instance [{#JMXIGNITEINSTANCENAME}] | -ROW |5298 |33598 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5299 |33599 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5300 |33600 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5301 |33601 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5302 |33602 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5303 |33603 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5304 |33604 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5305 |33605 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5306 |33606 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |5307 |33607 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |5308 |33608 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |5309 |33609 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |5310 |33610 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |5311 |33611 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5312 |33612 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5313 |33613 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5314 |33614 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5315 |33615 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5316 |33616 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5317 |33617 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5318 |33618 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5319 |33619 |Application|Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |5320 |33635 |Application|Sharepoint object [{#SHAREPOINT.LLD.FULL_PATH}]" | -ROW |5321 |33636 |Application|Sharepoint object [{#SHAREPOINT.LLD.FULL_PATH}]" | -ROW |5322 |33637 |Application|Sharepoint object [{#SHAREPOINT.LLD.FULL_PATH}]" | -ROW |5323 |33659 |Application|{#DISKTYPE} {#NAME} | -ROW |5324 |33660 |Application|{#DISKTYPE} {#NAME} | -ROW |5325 |33661 |Application|{#DISKTYPE} {#NAME} | -ROW |5326 |33662 |Application|{#DISKTYPE} {#NAME} | -ROW |5327 |33663 |Application|{#DISKTYPE} {#NAME} | -ROW |5328 |33664 |Application|{#DISKTYPE} {#NAME} | -ROW |5329 |33665 |Application|{#DISKTYPE} {#NAME} | -ROW |5330 |33666 |Application|{#DISKTYPE} {#NAME} | -ROW |5331 |33667 |Application|{#DISKTYPE} {#NAME} | -ROW |5332 |33671 |Application|{#DISKTYPE} {#NAME} | -ROW |5333 |33672 |Application|{#DISKTYPE} {#NAME} | -ROW |5334 |33673 |Application|{#DISKTYPE} {#NAME} | -ROW |5335 |33674 |Application|{#DISKTYPE} {#NAME} | -ROW |5336 |33675 |Application|{#DISKTYPE} {#NAME} | -ROW |5337 |33676 |Application|{#DISKTYPE} {#NAME} | -ROW |5338 |33677 |Application|{#DISKTYPE} {#NAME} | -ROW |5339 |33678 |Application|{#DISKTYPE} {#NAME} | -ROW |5340 |33679 |Application|{#DISKTYPE} {#NAME} | -ROW |5341 |33703 |Application|BBU {#ID} | -ROW |5342 |33704 |Application|BBU {#ID} | -ROW |5343 |33705 |Application|Controller {#ID} | -ROW |5344 |33706 |Application|Controller {#ID} | -ROW |5345 |33707 |Application|Controller {#ID} | -ROW |5346 |33708 |Application|Controller {#ID} | -ROW |5347 |33709 |Application|Controller {#ID} | -ROW |5348 |33710 |Application|Disk {#MODEL} | -ROW |5349 |33712 |Application|Disk {#MODEL} | -ROW |5350 |33713 |Application|Disk {#MODEL} | -ROW |5351 |33711 |Application|Disk {#NAME} | -ROW |5352 |33714 |Application|Enclosure {#NAME} | -ROW |5353 |33715 |Application|Enclosure {#NAME} | -ROW |5354 |33716 |Application|Enclosure {#NAME} | -ROW |5355 |33717 |Application|FAN {#ID} | -ROW |5356 |33718 |Application|FAN {#ID} | -ROW |5357 |33719 |Application|LUN {#NAME} | -ROW |5358 |33720 |Application|LUN {#NAME} | -ROW |5359 |33721 |Application|LUN {#NAME} | -ROW |5360 |33722 |Application|LUN {#NAME} | -ROW |5361 |33723 |Application|LUN {#NAME} | -ROW |5362 |33724 |Application|LUN {#NAME} | -ROW |5363 |33725 |Application|LUN {#NAME} | -ROW |5364 |33726 |Application|LUN {#NAME} | -ROW |5365 |33727 |Application|LUN {#NAME} | -ROW |5366 |33728 |Application|LUN {#NAME} | -ROW |5367 |33729 |Application|LUN {#NAME} | -ROW |5368 |33730 |Application|Node {#NODE} | -ROW |5369 |33731 |Application|Node {#NODE} | -ROW |5370 |33732 |Application|Node {#NODE} | -ROW |5371 |33733 |Application|Node {#NODE} | -ROW |5372 |33734 |Application|Node {#NODE} | -ROW |5373 |33735 |Application|Node {#NODE} | -ROW |5374 |33736 |Application|Node {#NODE} | -ROW |5375 |33737 |Application|Node {#NODE} | -ROW |5376 |33738 |Application|Pool {#MODEL} | -ROW |5377 |33739 |Application|Pool {#MODEL} | -ROW |5378 |33741 |Application|Pool {#MODEL} | -ROW |5379 |33742 |Application|Pool {#MODEL} | -ROW |5380 |33743 |Application|Pool {#MODEL} | -ROW |5381 |33740 |Application|Pool {#NAME} | -ROW |5382 |33814 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5383 |33815 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5384 |33816 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5385 |33817 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5386 |33818 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5387 |33819 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5388 |33820 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5389 |33821 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5390 |33822 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5391 |33823 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5392 |33824 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5393 |33825 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5394 |33826 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5395 |33827 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5396 |33828 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5397 |33829 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5398 |33830 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5399 |33831 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5400 |33832 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5401 |33833 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5402 |33834 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5403 |33835 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5404 |33836 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5405 |33837 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5406 |33838 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5407 |33839 |Application|MongoDB: {#DBNAME}.{#COLLECTION} | -ROW |5408 |33840 |Application|MongoDB: {#DBNAME} | -ROW |5409 |33841 |Application|MongoDB: {#DBNAME} | -ROW |5410 |33842 |Application|MongoDB: {#DBNAME} | -ROW |5411 |33843 |Application|MongoDB: {#DBNAME} | -ROW |5412 |33844 |Application|MongoDB: {#DBNAME} | -ROW |5413 |33845 |Application|MongoDB: {#DBNAME} | -ROW |5414 |33846 |Application|MongoDB: {#DBNAME} | -ROW |5415 |33847 |Application|MongoDB: {#DBNAME} | -ROW |5416 |33848 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5417 |33849 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5418 |33850 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5419 |33851 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5420 |33852 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5421 |33853 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5422 |33854 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5423 |33855 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5424 |33856 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5425 |33857 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5426 |33858 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5427 |33859 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5428 |33860 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5429 |33861 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5430 |33862 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5431 |33863 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5432 |33864 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5433 |33865 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5434 |33866 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5435 |33867 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5436 |33868 |Application|MongoDB Replica Set: {#RS_NAME} | -ROW |5437 |33926 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5438 |33927 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5439 |33928 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5440 |33929 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5441 |33930 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5442 |33931 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5443 |33932 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5444 |33933 |Application|MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | -ROW |5445 |33934 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5446 |33935 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5447 |33936 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5448 |33937 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5449 |33938 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5450 |33939 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5451 |33940 |Application|MongoDB sharded cluster: {#DBNAME} | -ROW |5454 |33972 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5455 |33973 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5456 |33974 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5457 |33975 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5458 |33976 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5459 |33977 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5460 |33978 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5461 |33979 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5462 |33980 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5463 |33981 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5464 |34013 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5465 |34014 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5466 |34015 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5467 |34016 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5468 |34017 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5469 |34018 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5470 |34019 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5471 |34020 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5472 |34021 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5473 |34022 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5474 |34054 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5475 |34055 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5476 |34056 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5477 |34057 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5478 |34058 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5479 |34059 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5480 |34060 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5481 |34061 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5482 |34062 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5483 |34063 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5484 |34095 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5485 |34096 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5486 |34097 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5487 |34098 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5488 |34099 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5489 |34100 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5490 |34101 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5491 |34102 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5492 |34103 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5493 |34104 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5494 |34136 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5495 |34137 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5496 |34138 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5497 |34139 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5498 |34140 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5499 |34141 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5500 |34142 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5501 |34143 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5502 |34144 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5503 |34145 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5504 |34164 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5505 |34165 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5506 |34166 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5507 |34167 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5508 |34168 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5509 |34169 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5510 |34170 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5511 |34171 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5512 |34172 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |5513 |34173 |Application|Filesystem {#FSNAME} | -ROW |5514 |34174 |Application|Filesystem {#FSNAME} | -ROW |5515 |34175 |Application|Filesystem {#FSNAME} | -ROW |5516 |34269 |Application|Volume "{#VOLUMENAME}" | -ROW |5517 |34270 |Application|Volume "{#VOLUMENAME}" | -ROW |5518 |34271 |Application|Volume "{#VOLUMENAME}" | -ROW |5519 |34272 |Application|Volume "{#VOLUMENAME}" | -ROW |5520 |34291 |Application|Volume "{#VOLUMENAME}" | -ROW |5521 |34292 |Application|Volume "{#VOLUMENAME}" | -ROW |5522 |34293 |Application|Volume "{#VOLUMENAME}" | -ROW |5523 |34294 |Application|Volume "{#VOLUMENAME}" | -ROW |5524 |34295 |Application|Volume "{#VOLUMENAME}" | -ROW |5525 |34300 |Application|Volume "{#VOLUMENAME}" | -ROW |5526 |34301 |Application|Volume "{#VOLUMENAME}" | -ROW |5527 |34306 |Application|Volume "{#VOLUMENAME}" | -ROW |5528 |34307 |Application|Volume "{#VOLUMENAME}" | -ROW |5529 |34308 |Application|Volume "{#VOLUMENAME}" | -ROW |5530 |34309 |Application|Volume "{#VOLUMENAME}" | -ROW |5531 |34310 |Application|Volume "{#VOLUMENAME}" | -ROW |5532 |34311 |Application|Volume "{#VOLUMENAME}" | -ROW |5533 |34312 |Application|Volume "{#VOLUMENAME}" | -ROW |5534 |34313 |Application|Volume "{#VOLUMENAME}" | -ROW |5535 |34273 |Application|Chassis "{#ID}" | -ROW |5536 |34274 |Application|Node "{#NODENAME}" disks | -ROW |5537 |34275 |Application|Chassis "{#CHASSISID}" | -ROW |5538 |34276 |Application|SVM "{#SVMNAME}" | -ROW |5539 |34277 |Application|SVM "{#SVMNAME}" | -ROW |5540 |34278 |Application|SVM "{#SVMNAME}" | -ROW |5541 |34279 |Application|SVM "{#SVMNAME}" | -ROW |5542 |34280 |Application|Node "{#NODENAME}" | -ROW |5543 |34281 |Application|Node "{#NODENAME}" | -ROW |5544 |34282 |Application|Node "{#NODENAME}" | -ROW |5545 |34283 |Application|Node "{#NODENAME}" | -ROW |5546 |34284 |Application|Node "{#NODENAME}" | -ROW |5547 |34285 |Application|Node "{#NODENAME}" | -ROW |5548 |34286 |Application|Node "{#NODENAME}" Ethernet ports | -ROW |5549 |34287 |Application|Node "{#NODENAME}" FC ports | -ROW |5550 |34288 |Application|Node "{#NODENAME}" FC ports | -ROW |5551 |34289 |Application|SVM "{#SVMNAME}" | -ROW |5552 |34290 |Application|SVM "{#SVMNAME}" | -ROW |5553 |34314 |Application|Zabbix server | -ROW |5554 |34315 |Application|Zabbix server | -ROW |5555 |34316 |Application|Zabbix server | -ROW |5556 |34317 |Application|Zabbix server | -ROW |5557 |34318 |Application|Zabbix server | -ROW |5558 |34319 |Application|Zabbix server | -ROW |5559 |34320 |Application|ClickHouse ZooKeeper | -ROW |5560 |34321 |Application|MongoDB sharded cluster | -ROW |5561 |34322 |Application|Zabbix raw items | -ROW |5562 |34323 |Application|Zabbix raw items | -ROW |5563 |34325 |Application|MSSQL Database '{#DBNAME}' | -ROW |5564 |34326 |Application|MSSQL Database '{#DBNAME}' | -ROW |5565 |34327 |Application|MSSQL Database '{#DBNAME}' | -ROW |5566 |34328 |Application|MSSQL Database '{#DBNAME}' | -ROW |5567 |34329 |Application|MSSQL Database '{#DBNAME}' | -ROW |5568 |34330 |Application|MSSQL Database '{#DBNAME}' | -ROW |5569 |34331 |Application|MSSQL Job '{#JOBNAME}' | -ROW |5570 |34332 |Application|MSSQL Job '{#JOBNAME}' | -ROW |5571 |34333 |Application|MSSQL Job '{#JOBNAME}' | -ROW |5572 |34334 |Application|MSSQL Job '{#JOBNAME}' | -ROW |5573 |34335 |Application|MSSQL Job '{#JOBNAME}' | -ROW |5574 |31133 |Application|MSSQL Availability Group '{#GROUP_NAME}' | -ROW |5575 |31134 |Application|MSSQL Availability Group '{#GROUP_NAME}' | -ROW |5576 |31135 |Application|MSSQL Availability Group '{#GROUP_NAME}' | -ROW |5577 |31136 |Application|MSSQL Availability Group '{#GROUP_NAME}' | -ROW |5578 |31137 |Application|MSSQL Database '{#DBNAME}' | -ROW |5579 |31138 |Application|MSSQL Database '{#DBNAME}' | -ROW |5580 |31139 |Application|MSSQL Database '{#DBNAME}' | -ROW |5581 |31140 |Application|MSSQL Database '{#DBNAME}' | -ROW |5582 |31141 |Application|MSSQL Database '{#DBNAME}' | -ROW |5583 |31142 |Application|MSSQL Database '{#DBNAME}' | -ROW |5584 |31143 |Application|MSSQL Database '{#DBNAME}' | -ROW |5585 |31144 |Application|MSSQL Database '{#DBNAME}' | -ROW |5586 |31145 |Application|MSSQL Database '{#DBNAME}' | -ROW |5587 |31146 |Application|MSSQL Database '{#DBNAME}' | -ROW |5588 |31147 |Application|MSSQL Database '{#DBNAME}' | -ROW |5589 |31148 |Application|MSSQL Database '{#DBNAME}' | -ROW |5590 |31149 |Application|MSSQL Database '{#DBNAME}' | -ROW |5591 |31150 |Application|MSSQL Database '{#DBNAME}' | -ROW |5592 |31151 |Application|MSSQL Available Group '{#GROUP_NAME}' Local DB '{#DBNAME}' | -ROW |5593 |31152 |Application|MSSQL Available Group '{#GROUP_NAME}' Local DB '{#DBNAME}' | -ROW |5594 |31153 |Application|MSSQL Available Group '{#GROUP_NAME}' Local DB '{#DBNAME}' | -ROW |5595 |31154 |Application|MSSQL Mirroring '{#DBNAME}' | -ROW |5596 |31155 |Application|MSSQL Mirroring '{#DBNAME}' | -ROW |5597 |31156 |Application|MSSQL Mirroring '{#DBNAME}' | -ROW |5598 |31157 |Application|MSSQL Mirroring '{#DBNAME}' | -ROW |5599 |31158 |Application|MSSQL Mirroring '{#DBNAME}' | -ROW |5600 |31161 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5601 |31162 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5602 |31163 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5603 |31164 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5604 |31165 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5605 |31166 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5606 |31167 |Application|MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| -ROW |5607 |33942 |Application|MSSQL Available Group '{#GROUP_NAME}' Non-Local DB '{#DBNAME}' | -ROW |5608 |33943 |Application|MSSQL Available Group '{#GROUP_NAME}' Non-Local DB '{#DBNAME}' | -ROW |5609 |34336 |Application|Zabbix raw items | -ROW |5610 |34337 |Application|Zabbix raw items | -ROW |5611 |34338 |Application|PD instance | -ROW |5612 |34339 |Application|PD instance | -ROW |5613 |34340 |Application|PD instance | -ROW |5614 |34341 |Application|PD instance | -ROW |5615 |34348 |Application|TiDB cluster | -ROW |5616 |34349 |Application|TiDB cluster | -ROW |5617 |34350 |Application|TiDB cluster | -ROW |5618 |34351 |Application|TiDB cluster | -ROW |5619 |34352 |Application|TiDB cluster | -ROW |5620 |34353 |Application|TiDB cluster | -ROW |5621 |34354 |Application|TiDB cluster | -ROW |5622 |34355 |Application|TiDB cluster | -ROW |5623 |34356 |Application|TiDB cluster | -ROW |5624 |34357 |Application|TiDB cluster | -ROW |5625 |34358 |Application|TiDB cluster | -ROW |5626 |34359 |Application|PD instance | -ROW |5627 |34360 |Application|TiDB Store [{#STORE_ADDRESS}] | -ROW |5628 |34361 |Application|TiDB Store [{#STORE_ADDRESS}] | -ROW |5629 |34362 |Application|TiDB Store [{#STORE_ADDRESS}] | -ROW |5630 |34363 |Application|TiDB Store [{#STORE_ADDRESS}] | -ROW |5631 |34364 |Application|TiDB cluster | -ROW |5632 |34365 |Application|TiDB cluster | -ROW |5633 |34366 |Application|TiDB cluster | -ROW |5634 |34367 |Application|Zabbix raw items | -ROW |5635 |34368 |Application|Zabbix raw items | -ROW |5636 |34369 |Application|TiDB node | -ROW |5637 |34370 |Application|TiDB node | -ROW |5638 |34371 |Application|TiDB node | -ROW |5639 |34372 |Application|TiDB node | -ROW |5640 |34373 |Application|TiDB node | -ROW |5641 |34374 |Application|TiDB node | -ROW |5642 |34375 |Application|TiDB node | -ROW |5643 |34376 |Application|TiDB node | -ROW |5644 |34377 |Application|TiDB node | -ROW |5645 |34378 |Application|TiDB node | -ROW |5646 |34379 |Application|TiDB node | -ROW |5647 |34380 |Application|TiDB node | -ROW |5648 |34381 |Application|TiDB node | -ROW |5649 |34382 |Application|TiDB node | -ROW |5650 |34383 |Application|TiDB node | -ROW |5651 |34384 |Application|TiDB node | -ROW |5652 |34385 |Application|TiDB node | -ROW |5653 |34386 |Application|TiDB node | -ROW |5654 |34387 |Application|TiDB node | -ROW |5655 |34388 |Application|TiDB node | -ROW |5656 |34389 |Application|TiDB node | -ROW |5657 |34390 |Application|TiDB node | -ROW |5658 |34391 |Application|TiDB node | -ROW |5659 |34392 |Application|TiDB node | -ROW |5660 |34393 |Application|TiDB node | -ROW |5661 |34394 |Application|TiDB node | -ROW |5662 |34395 |Application|TiDB node | -ROW |5663 |34396 |Application|TiDB node | -ROW |5664 |34397 |Application|TiDB node | -ROW |5665 |34398 |Application|TiDB node | -ROW |5666 |34405 |Application|TiDB node | -ROW |5667 |34406 |Application|TiDB node | -ROW |5668 |34407 |Application|TiDB node | -ROW |5669 |34408 |Application|TiDB node | -ROW |5670 |34409 |Application|TiDB node | -ROW |5671 |34410 |Application|TiDB node | -ROW |5672 |34411 |Application|TiDB node | -ROW |5673 |34412 |Application|Zabbix raw items | -ROW |5674 |34413 |Application|TiKV node | -ROW |5675 |34414 |Application|TiKV node | -ROW |5676 |34415 |Application|TiKV node | -ROW |5677 |34416 |Application|TiKV node | -ROW |5678 |34417 |Application|TiKV node | -ROW |5679 |34418 |Application|TiKV node | -ROW |5680 |34419 |Application|TiKV node | -ROW |5681 |34420 |Application|TiKV node | -ROW |5682 |34421 |Application|TiKV node | -ROW |5683 |34422 |Application|TiKV node | -ROW |5684 |34423 |Application|TiKV node | -ROW |5685 |34424 |Application|TiKV node | -ROW |5686 |34425 |Application|TiKV node | -ROW |5687 |34426 |Application|TiKV node | -ROW |5688 |34427 |Application|TiKV node | -ROW |5689 |34428 |Application|TiKV node | -ROW |5690 |34429 |Application|TiKV node | -ROW |5691 |34430 |Application|TiKV node | -ROW |5692 |34431 |Application|TiKV node | -ROW |5693 |34432 |Application|TiKV node | -ROW |5694 |34433 |Application|TiKV node | -ROW |5695 |34434 |Application|TiKV node | -ROW |5696 |34435 |Application|TiKV node | -ROW |5697 |34436 |Application|TiKV node | -ROW |5698 |34437 |Application|TiKV node | -ROW |5699 |34438 |Application|TiKV node | -ROW |5700 |34439 |Application|TiKV node | -ROW |5701 |34444 |Application|TiKV node | -ROW |5702 |34445 |Application|TiKV node | -ROW |5703 |34446 |Application|TiKV node | -ROW |5704 |34447 |Application|TiKV node | -ROW |5705 |34448 |Application|TiKV node | -ROW |5706 |34449 |Application|TiKV node | -ROW |5707 |34450 |Application|TiKV node | -ROW |5708 |34451 |Status | | -ROW |5709 |34452 |Status | | -ROW |5710 |34453 |Status | | -ROW |5711 |34454 |General | | -ROW |5712 |34455 |General | | -ROW |5713 |34456 |General | | -ROW |5714 |34457 |General | | -ROW |5715 |34458 |General | | -ROW |5716 |34459 |General | | -ROW |5717 |34460 |General | | -ROW |5718 |34461 |General | | -ROW |5719 |34462 |Status | | -ROW |5720 |34463 |Status | | -ROW |5721 |34464 |Status | | -ROW |5722 |34465 |Status | | -ROW |5723 |34466 |Status | | -ROW |5724 |34467 |Status | | -ROW |5725 |34468 |Status | | -ROW |5726 |34469 |Status | | -ROW |5727 |34470 |Status | | -ROW |5728 |34471 |Status | | -ROW |5729 |34472 |Status | | -ROW |5730 |34473 |Status | | -ROW |5731 |34474 |Status | | -ROW |5732 |34475 |Status | | -ROW |5733 |34482 |Status | | -ROW |5734 |34483 |Status | | -ROW |5735 |34484 |Status | | -ROW |5736 |34485 |Status | | -ROW |5737 |34486 |Status | | -ROW |5738 |34487 |General | | -ROW |5739 |34488 |Status | | -ROW |5740 |34489 |Status | | -ROW |5741 |34490 |Status | | -ROW |5742 |34491 |Status | | -ROW |5743 |34492 |Status | | -ROW |5744 |34493 |Status | | -ROW |5745 |34494 |Status | | -ROW |5746 |34495 |Status | | -ROW |5747 |34496 |Status | | -ROW |5748 |34497 |Status | | -ROW |5749 |34498 |Status | | -ROW |5750 |34499 |Status | | -ROW |5751 |34500 |Status | | -ROW |5752 |34501 |Status | | -ROW |5753 |34502 |General | | -ROW |5754 |34503 |General | | -ROW |5755 |34504 |General | | -ROW |5756 |34505 |General | | -ROW |5757 |34506 |General | | -ROW |5758 |34507 |General | | -ROW |5759 |34508 |General | | -ROW |5760 |34509 |General | | -ROW |5761 |34510 |Status | | -ROW |5762 |34511 |Status | | -ROW |5763 |34512 |Status | | -ROW |5764 |34513 |Status | | -ROW |5765 |34514 |Status | | -ROW |5766 |34515 |Status | | -ROW |5767 |34516 |Status | | -ROW |5768 |34517 |Status | | -ROW |5769 |34518 |Status | | -ROW |5770 |34519 |Status | | -ROW |5771 |34520 |Status | | -ROW |5772 |34521 |Status | | -ROW |5773 |34522 |Status | | -ROW |5774 |34523 |Status | | -ROW |5775 |34530 |Status | | -ROW |5776 |34531 |Status | | -ROW |5777 |34532 |Status | | -ROW |5778 |34533 |Status | | -ROW |5779 |34534 |Status | | -ROW |5780 |34535 |General | | -ROW |5781 |34536 |Status | | -ROW |5782 |34537 |Status | | -ROW |5783 |34538 |Status | | -ROW |5784 |34539 |Status | | -ROW |5785 |34540 |Status | | -ROW |5786 |34541 |Status | | -ROW |5787 |34542 |Status | | -ROW |5788 |34543 |Status | | -ROW |5789 |34544 |Status | | -ROW |5790 |34545 |Status | | -ROW |5791 |34546 |Status | | -ROW |5792 |34547 |Status | | -ROW |5793 |34548 |Status | | -ROW |5794 |34549 |Status | | -ROW |5795 |34550 |General | | -ROW |5796 |34551 |General | | -ROW |5797 |34552 |General | | -ROW |5798 |34553 |General | | -ROW |5799 |34554 |General | | -ROW |5800 |34555 |General | | -ROW |5801 |34556 |General | | -ROW |5802 |34557 |General | | -ROW |5803 |34558 |Status | | -ROW |5804 |34559 |Status | | -ROW |5805 |34560 |Status | | -ROW |5806 |34561 |Status | | -ROW |5807 |34562 |Status | | -ROW |5808 |34563 |Status | | -ROW |5809 |34564 |Status | | -ROW |5810 |34565 |Status | | -ROW |5811 |34566 |Status | | -ROW |5812 |34567 |Status | | -ROW |5813 |34568 |Status | | -ROW |5814 |34569 |Status | | -ROW |5815 |34570 |Status | | -ROW |5816 |34571 |Status | | -ROW |5817 |34578 |Status | | -ROW |5818 |34579 |Status | | -ROW |5819 |34580 |Status | | -ROW |5820 |34581 |Status | | -ROW |5821 |34582 |Status | | -ROW |5822 |34583 |General | | -ROW |5823 |34584 |Status | | -ROW |5824 |34585 |Status | | -ROW |5825 |34586 |Status | | -ROW |5826 |34587 |Status | | -ROW |5827 |34588 |Status | | -ROW |5828 |34589 |Status | | -ROW |5829 |34590 |Status | | -ROW |5830 |34591 |Status | | -ROW |5831 |34592 |Status | | -ROW |5832 |34593 |Status | | -ROW |5833 |34594 |Status | | -ROW |5834 |34595 |Status | | -ROW |5835 |34596 |Status | | -ROW |5836 |34597 |Status | | -ROW |5837 |34598 |General | | -ROW |5838 |34599 |General | | -ROW |5839 |34600 |General | | -ROW |5840 |34601 |General | | -ROW |5841 |34602 |General | | -ROW |5842 |34603 |General | | -ROW |5843 |34604 |General | | -ROW |5844 |34605 |General | | -ROW |5845 |34606 |Status | | -ROW |5846 |34607 |Status | | -ROW |5847 |34608 |Status | | -ROW |5848 |34609 |Status | | -ROW |5849 |34610 |Status | | -ROW |5850 |34611 |Status | | -ROW |5851 |34612 |Status | | -ROW |5852 |34613 |Status | | -ROW |5853 |34614 |Status | | -ROW |5854 |34615 |Status | | -ROW |5855 |34616 |Status | | -ROW |5856 |34617 |Status | | -ROW |5857 |34618 |Status | | -ROW |5858 |34619 |Status | | -ROW |5859 |34626 |Status | | -ROW |5860 |34627 |Status | | -ROW |5861 |34628 |Status | | -ROW |5862 |34629 |Status | | -ROW |5863 |34630 |Status | | -ROW |5864 |34631 |General | | -ROW |5865 |34632 |Status | | -ROW |5866 |34633 |Status | | -ROW |5867 |34634 |Status | | -ROW |5868 |34635 |Status | | -ROW |5869 |34636 |Status | | -ROW |5870 |34637 |Status | | -ROW |5871 |34638 |Status | | -ROW |5872 |34639 |Status | | -ROW |5873 |34640 |Status | | -ROW |5874 |34641 |Status | | -ROW |5875 |34642 |Status | | -ROW |5876 |34643 |Status | | -ROW |5877 |34644 |Status | | -ROW |5878 |34645 |Status | | -ROW |5879 |34646 |General | | -ROW |5880 |34647 |General | | -ROW |5881 |34648 |General | | -ROW |5882 |34649 |General | | -ROW |5883 |34650 |General | | -ROW |5884 |34651 |General | | -ROW |5885 |34652 |General | | -ROW |5886 |34653 |General | | -ROW |5887 |34654 |Status | | -ROW |5888 |34655 |Status | | -ROW |5889 |34656 |Status | | -ROW |5890 |34657 |Status | | -ROW |5891 |34658 |Status | | -ROW |5892 |34659 |Status | | -ROW |5893 |34660 |Status | | -ROW |5894 |34661 |Status | | -ROW |5895 |34662 |Status | | -ROW |5896 |34663 |Status | | -ROW |5897 |34664 |Status | | -ROW |5898 |34665 |Status | | -ROW |5899 |34666 |Status | | -ROW |5900 |34667 |Status | | -ROW |5901 |34674 |Status | | -ROW |5902 |34675 |Status | | -ROW |5903 |34676 |Status | | -ROW |5904 |34677 |Status | | -ROW |5905 |34678 |Status | | -ROW |5906 |34679 |General | | -ROW |5907 |34680 |Status | | -ROW |5908 |34681 |Status | | -ROW |5909 |34682 |Status | | -ROW |5910 |34683 |Status | | -ROW |5911 |34684 |Status | | -ROW |5912 |34685 |Status | | -ROW |5913 |34686 |Status | | -ROW |5914 |34687 |Status | | -ROW |5915 |34688 |Status | | -ROW |5916 |34689 |Status | | -ROW |5917 |34690 |Status | | -ROW |5918 |34691 |Status | | -ROW |5919 |34692 |Status | | -ROW |5920 |34693 |Status | | -ROW |5921 |34694 |General | | -ROW |5922 |34695 |General | | -ROW |5923 |34696 |General | | -ROW |5924 |34697 |General | | -ROW |5925 |34698 |General | | -ROW |5926 |34699 |General | | -ROW |5927 |34700 |General | | -ROW |5928 |34701 |General | | -ROW |5929 |34702 |Status | | -ROW |5930 |34703 |Status | | -ROW |5931 |34704 |Status | | -ROW |5932 |34705 |Status | | -ROW |5933 |34706 |Status | | -ROW |5934 |34707 |Status | | -ROW |5935 |34708 |Status | | -ROW |5936 |34709 |Status | | -ROW |5937 |34710 |Status | | -ROW |5938 |34711 |Status | | -ROW |5939 |34712 |Status | | -ROW |5940 |34713 |Status | | -ROW |5941 |34714 |Status | | -ROW |5942 |34715 |Status | | -ROW |5943 |34722 |Status | | -ROW |5944 |34723 |Status | | -ROW |5945 |34724 |Status | | -ROW |5946 |34725 |Status | | -ROW |5947 |34726 |Status | | -ROW |5948 |34727 |General | | -ROW |5949 |34728 |Status | | -ROW |5950 |34729 |Status | | -ROW |5951 |34730 |Status | | -ROW |5952 |34731 |Status | | -ROW |5953 |34732 |Status | | -ROW |5954 |34733 |Status | | -ROW |5955 |34734 |Status | | -ROW |5956 |34735 |Status | | -ROW |5957 |34736 |Status | | -ROW |5958 |34737 |Status | | -ROW |5959 |34738 |Status | | -ROW |5960 |34739 |Status | | -ROW |5961 |34740 |Status | | -ROW |5962 |34741 |Status | | -ROW |5963 |34742 |General | | -ROW |5964 |34743 |General | | -ROW |5965 |34744 |General | | -ROW |5966 |34745 |General | | -ROW |5967 |34746 |General | | -ROW |5968 |34747 |General | | -ROW |5969 |34748 |General | | -ROW |5970 |34749 |General | | -ROW |5971 |34750 |Status | | -ROW |5972 |34751 |Status | | -ROW |5973 |34752 |Status | | -ROW |5974 |34753 |Status | | -ROW |5975 |34754 |Status | | -ROW |5976 |34755 |Status | | -ROW |5977 |34756 |Status | | -ROW |5978 |34757 |Status | | -ROW |5979 |34758 |Status | | -ROW |5980 |34759 |Status | | -ROW |5981 |34760 |Status | | -ROW |5982 |34761 |Status | | -ROW |5983 |34762 |Status | | -ROW |5984 |34763 |Status | | -ROW |5985 |34770 |Status | | -ROW |5986 |34771 |Status | | -ROW |5987 |34772 |Status | | -ROW |5988 |34773 |Status | | -ROW |5989 |34774 |Status | | -ROW |5990 |34775 |General | | -ROW |5991 |34776 |Status | | -ROW |5992 |34777 |Status | | -ROW |5993 |34778 |Status | | -ROW |5994 |34779 |Status | | -ROW |5995 |34780 |Status | | -ROW |5996 |34781 |Status | | -ROW |5997 |34782 |Status | | -ROW |5998 |34783 |Status | | -ROW |5999 |34784 |Status | | -ROW |6000 |34785 |Status | | -ROW |6001 |34786 |Status | | -ROW |6002 |34787 |Status | | -ROW |6003 |34788 |General | | -ROW |6004 |34180 |Status | | -ROW |6005 |34181 |Status | | -ROW |6006 |34182 |General | | -ROW |6007 |34183 |General | | -ROW |6008 |34185 |General | | -ROW |6009 |34186 |General | | -ROW |6010 |34187 |General | | -ROW |6011 |34188 |General | | -ROW |6012 |34189 |General | | -ROW |6013 |34190 |Status | | -ROW |6014 |34191 |Status | | -ROW |6015 |34192 |Status | | -ROW |6016 |34193 |Status | | -ROW |6017 |34194 |Status | | -ROW |6018 |34195 |Status | | -ROW |6019 |34196 |Status | | -ROW |6020 |34200 |Status | | -ROW |6021 |34201 |Status | | -ROW |6022 |34202 |Status | | -ROW |6023 |34203 |Status | | -ROW |6024 |34204 |Status | | -ROW |6025 |34205 |Status | | -ROW |6026 |34206 |Status | | -ROW |6027 |34790 |Status | | -ROW |6028 |34791 |Status | | -ROW |6029 |34792 |Status | | -ROW |6030 |34212 |Status | | -ROW |6031 |34213 |Status | | -ROW |6032 |34214 |Status | | -ROW |6033 |34215 |Status | | -ROW |6034 |34216 |Status | | -ROW |6035 |34217 |General | | -ROW |6036 |34218 |Status | | -ROW |6037 |34219 |Status | | -ROW |6038 |34220 |Status | | -ROW |6039 |34221 |Status | | -ROW |6040 |34222 |Status | | -ROW |6041 |34223 |Status | | -ROW |6042 |34224 |Status | | -ROW |6043 |34225 |Status | | -ROW |6044 |34793 |Status | | -ROW |6045 |34794 |Status | | -ROW |6046 |34795 |Status | | -ROW |6047 |34796 |General | | -ROW |6048 |34797 |General | | -ROW |6049 |34798 |General | | -ROW |6050 |34799 |General | | -ROW |6051 |34800 |General | | -ROW |6052 |34801 |General | | -ROW |6053 |34802 |General | | -ROW |6054 |34803 |General | | -ROW |6055 |34804 |Status | | -ROW |6056 |34805 |Status | | -ROW |6057 |34806 |Status | | -ROW |6058 |34807 |Status | | -ROW |6059 |34808 |Status | | -ROW |6060 |34809 |Status | | -ROW |6061 |34810 |Status | | -ROW |6062 |34811 |Status | | -ROW |6063 |34812 |Status | | -ROW |6064 |34813 |Status | | -ROW |6065 |34814 |Status | | -ROW |6066 |34815 |Status | | -ROW |6067 |34816 |Status | | -ROW |6068 |34817 |Status | | -ROW |6069 |34824 |Status | | -ROW |6070 |34825 |Status | | -ROW |6071 |34826 |Status | | -ROW |6072 |34827 |Status | | -ROW |6073 |34828 |Status | | -ROW |6074 |34829 |General | | -ROW |6075 |34830 |Status | | -ROW |6076 |34831 |Status | | -ROW |6077 |34832 |Status | | -ROW |6078 |34833 |Status | | -ROW |6079 |34834 |Status | | -ROW |6080 |34835 |Status | | -ROW |6081 |34836 |Status | | -ROW |6082 |34837 |Status | | -ROW |6083 |34838 |Status | | -ROW |6084 |34839 |Status | | -ROW |6085 |34840 |Status | | -ROW |6086 |34841 |Status | | -ROW |6087 |34842 |Status | | -ROW |6088 |34843 |Status | | -ROW |6089 |34844 |General | | -ROW |6090 |34845 |General | | -ROW |6091 |34846 |General | | -ROW |6092 |34847 |General | | -ROW |6093 |34848 |General | | -ROW |6094 |34849 |General | | -ROW |6095 |34850 |General | | -ROW |6096 |34851 |General | | -ROW |6097 |34852 |Status | | -ROW |6098 |34853 |Status | | -ROW |6099 |34854 |Status | | -ROW |6100 |34855 |Status | | -ROW |6101 |34856 |Status | | -ROW |6102 |34857 |Status | | -ROW |6103 |34858 |Status | | -ROW |6104 |34859 |Status | | -ROW |6105 |34860 |Status | | -ROW |6106 |34861 |Status | | -ROW |6107 |34862 |Status | | -ROW |6108 |34863 |Status | | -ROW |6109 |34864 |Status | | -ROW |6110 |34865 |Status | | -ROW |6111 |34872 |Status | | -ROW |6112 |34873 |Status | | -ROW |6113 |34874 |Status | | -ROW |6114 |34875 |Status | | -ROW |6115 |34876 |Status | | -ROW |6116 |34877 |General | | -ROW |6117 |34878 |Status | | -ROW |6118 |34879 |Status | | -ROW |6119 |34880 |Status | | -ROW |6120 |34881 |Status | | -ROW |6121 |34882 |Status | | -ROW |6122 |34883 |Status | | -ROW |6123 |34884 |Status | | -ROW |6124 |34885 |Status | | -ROW |6125 |34886 |Status | | -ROW |6126 |34887 |Status | | -ROW |6127 |34888 |Status | | -ROW |6128 |34889 |Status | | -ROW |6129 |34890 |Status | | -ROW |6130 |34891 |Status | | -ROW |6131 |34892 |General | | -ROW |6132 |34893 |General | | -ROW |6133 |34894 |General | | -ROW |6134 |34895 |General | | -ROW |6135 |34896 |General | | -ROW |6136 |34897 |General | | -ROW |6137 |34898 |General | | -ROW |6138 |34899 |General | | -ROW |6139 |34900 |Status | | -ROW |6140 |34901 |Status | | -ROW |6141 |34902 |Status | | -ROW |6142 |34903 |Status | | -ROW |6143 |34904 |Status | | -ROW |6144 |34905 |Status | | -ROW |6145 |34906 |Status | | -ROW |6146 |34907 |Status | | -ROW |6147 |34908 |Status | | -ROW |6148 |34909 |Status | | -ROW |6149 |34910 |Status | | -ROW |6150 |34911 |Status | | -ROW |6151 |34912 |Status | | -ROW |6152 |34913 |Status | | -ROW |6153 |34920 |Status | | -ROW |6154 |34921 |Status | | -ROW |6155 |34922 |Status | | -ROW |6156 |34923 |Status | | -ROW |6157 |34924 |Status | | -ROW |6158 |34925 |General | | -ROW |6159 |34926 |Status | | -ROW |6160 |34927 |Status | | -ROW |6161 |34928 |Status | | -ROW |6162 |34929 |Status | | -ROW |6163 |34930 |Status | | -ROW |6164 |34931 |Status | | -ROW |6165 |34932 |Status | | -ROW |6166 |34933 |Status | | -ROW |6167 |34934 |Status | | -ROW |6168 |34935 |Status | | -ROW |6169 |34936 |Status | | -ROW |6170 |34937 |Application|WildFly | -ROW |6171 |34938 |Application|WildFly | -ROW |6172 |34939 |Application|WildFly | -ROW |6173 |34940 |Application|WildFly | -ROW |6174 |34941 |Application|WildFly | -ROW |6175 |34944 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6176 |34945 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6177 |34946 |Application|WildFly domain: Server [{#SERVER}] | -ROW |6178 |34947 |Application|WildFly domain: Server [{#SERVER}] | -ROW |6179 |34948 |Application|WildFly domain: Server [{#SERVER}] | -ROW |6180 |34949 |Application|WildFly | -ROW |6181 |34950 |Application|WildFly | -ROW |6182 |34951 |Application|WildFly | -ROW |6183 |34952 |Application|WildFly | -ROW |6184 |34953 |Application|WildFly | -ROW |6185 |34954 |Application|WildFly | -ROW |6186 |34955 |Application|WildFly | -ROW |6187 |34956 |Application|WildFly | -ROW |6188 |34957 |Application|WildFly | -ROW |6189 |34958 |Application|WildFly | -ROW |6190 |34959 |Application|WildFly | -ROW |6191 |34960 |Application|WildFly | -ROW |6192 |34961 |Application|WildFly | -ROW |6193 |34962 |Application|WildFly | -ROW |6194 |34963 |Application|WildFly | -ROW |6195 |34964 |Application|WildFly | -ROW |6196 |34965 |Application|WildFly | -ROW |6197 |34970 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6198 |34971 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6199 |34972 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6200 |34973 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6201 |34974 |Application|WildFly deployment [{#DEPLOYMENT}] | -ROW |6202 |34975 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6203 |34976 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6204 |34977 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6205 |34978 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6206 |34979 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6207 |34980 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6208 |34981 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6209 |34982 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6210 |34983 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6211 |34984 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6212 |34985 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6213 |34986 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6214 |34987 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6215 |34988 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6216 |34989 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6217 |34990 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6218 |34991 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6219 |34992 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6220 |34993 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6221 |34994 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6222 |34995 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6223 |34996 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6224 |34997 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6225 |34998 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6226 |34999 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6227 |35000 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6228 |35001 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6229 |35002 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6230 |35003 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6231 |35004 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6232 |35005 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6233 |35006 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6234 |35007 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6235 |35008 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6236 |35009 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6237 |35010 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6238 |35011 |Application|WildFly datasource [{#JMX_DATA_SOURCE}] | -ROW |6239 |35012 |Application|WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | -ROW |6240 |35013 |Application|WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | -ROW |6241 |35014 |Application|WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | -ROW |6242 |35015 |Application|WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | -ROW |6243 |35016 |Application|Status | -ROW |6244 |35017 |Application|Status | -ROW |6245 |35018 |Application|Status | -ROW |6246 |35019 |Application|General | -ROW |6247 |35020 |Application|General | -ROW |6248 |35021 |Application|General | -ROW |6249 |35022 |Application|General | -ROW |6250 |35023 |Application|General | -ROW |6251 |35024 |Application|General | -ROW |6252 |35025 |Application|General | -ROW |6253 |35026 |Application|General | -ROW |6254 |35027 |Application|Status | -ROW |6255 |35028 |Application|Status | -ROW |6256 |35029 |Application|Status | -ROW |6257 |35030 |Application|Status | -ROW |6258 |35031 |Application|Status | -ROW |6259 |35032 |Application|Status | -ROW |6260 |35033 |Application|Status | -ROW |6261 |35034 |Application|Status | -ROW |6262 |35035 |Application|Status | -ROW |6263 |35036 |Application|Status | -ROW |6264 |35037 |Application|Status | -ROW |6265 |35038 |Application|Status | -ROW |6266 |35039 |Application|Status | -ROW |6267 |35040 |Application|Status | -ROW |6268 |35047 |Application|Status | -ROW |6269 |35048 |Application|Status | -ROW |6270 |35049 |Application|Status | -ROW |6271 |35050 |Application|Status | -ROW |6272 |35051 |Application|Status | -ROW |6273 |35052 |Application|General | -ROW |6274 |35053 |Application|Status | -ROW |6275 |35054 |Application|Status | -ROW |6276 |35055 |Application|Status | -ROW |6277 |35056 |Application|Status | -ROW |6278 |35057 |Application|Status | -ROW |6279 |35058 |Application|Status | -ROW |6280 |35059 |Application|Status | -ROW |6281 |35060 |Application|Status | -ROW |6282 |35061 |Application|Status | -ROW |6283 |35062 |Application|Status | -ROW |6284 |35063 |Application|Status | -ROW |6285 |35064 |data |raw | -ROW |6286 |35064 |target |cert | -ROW |6287 |35064 |transport |agent | -ROW |6288 |35065 |resource |general | -ROW |6289 |35065 |target |cert | -ROW |6290 |35065 |transport |dependent | -ROW |6291 |35065 |type |gauge | -ROW |6292 |35066 |resource |general | -ROW |6293 |35066 |target |cert | -ROW |6294 |35066 |transport |dependent | -ROW |6295 |35066 |type |gauge | -ROW |6296 |35067 |resource |general | -ROW |6297 |35067 |target |cert | -ROW |6298 |35067 |transport |dependent | -ROW |6299 |35067 |type |gauge | -ROW |6300 |35068 |resource |general | -ROW |6301 |35068 |target |cert | -ROW |6302 |35068 |transport |dependent | -ROW |6303 |35068 |type |gauge | -ROW |6304 |35069 |resource |general | -ROW |6305 |35069 |target |cert | -ROW |6306 |35069 |transport |dependent | -ROW |6307 |35069 |type |gauge | -ROW |6308 |35070 |resource |general | -ROW |6309 |35070 |target |cert | -ROW |6310 |35070 |transport |dependent | -ROW |6311 |35070 |type |gauge | -ROW |6312 |35071 |resource |general | -ROW |6313 |35071 |target |cert | -ROW |6314 |35071 |transport |dependent | -ROW |6315 |35071 |type |gauge | -ROW |6316 |35072 |resource |general | -ROW |6317 |35072 |target |cert | -ROW |6318 |35072 |transport |dependent | -ROW |6319 |35072 |type |gauge | -ROW |6320 |35073 |resource |general | -ROW |6321 |35073 |target |cert | -ROW |6322 |35073 |transport |dependent | -ROW |6323 |35073 |type |gauge | -ROW |6324 |35074 |resource |general | -ROW |6325 |35074 |target |cert | -ROW |6326 |35074 |transport |dependent | -ROW |6327 |35074 |type |gauge | -ROW |6328 |35075 |resource |general | -ROW |6329 |35075 |target |cert | -ROW |6330 |35075 |transport |dependent | -ROW |6331 |35075 |type |gauge | -ROW |6332 |35076 |resource |general | -ROW |6333 |35076 |target |cert | -ROW |6334 |35076 |transport |dependent | -ROW |6335 |35076 |type |gauge | -ROW |6336 |35077 |data |raw | -ROW |6337 |35077 |target |cloudflare | -ROW |6338 |35077 |transport |Script | -ROW |6339 |35078 |resource |bandwidth | -ROW |6340 |35078 |target |cloudflare | -ROW |6341 |35078 |type |gauge | -ROW |6342 |35079 |resource |requests | -ROW |6343 |35079 |target |cloudflare | -ROW |6344 |35079 |type |ratio | -ROW |6345 |35080 |resource |threats | -ROW |6346 |35080 |target |cloudflare | -ROW |6347 |35080 |type |gauge | -ROW |6348 |35081 |resource |requests | -ROW |6349 |35081 |target |cloudflare | -ROW |6350 |35081 |type |gauge | -ROW |6351 |35082 |resource |requests | -ROW |6352 |35082 |target |cloudflare | -ROW |6353 |35082 |type |ratio | -ROW |6354 |35083 |resource |requests | -ROW |6355 |35083 |target |cloudflare | -ROW |6356 |35083 |type |gauge | -ROW |6357 |35084 |resource |requests | -ROW |6358 |35084 |target |cloudflare | -ROW |6359 |35084 |type |gauge | -ROW |6360 |35085 |resource |requests | -ROW |6361 |35085 |target |cloudflare | -ROW |6362 |35085 |type |gauge | -ROW |6363 |35086 |resource |requests | -ROW |6364 |35086 |target |cloudflare | -ROW |6365 |35086 |type |gauge | -ROW |6366 |35087 |resource |requests | -ROW |6367 |35087 |target |cloudflare | -ROW |6368 |35087 |type |gauge | -ROW |6369 |35088 |resource |requests | -ROW |6370 |35088 |target |cloudflare | -ROW |6371 |35088 |type |gauge | -ROW |6372 |35089 |resource |requests | -ROW |6373 |35089 |target |cloudflare | -ROW |6374 |35089 |type |gauge | -ROW |6375 |35090 |resource |requests | -ROW |6376 |35090 |target |cloudflare | -ROW |6377 |35090 |type |ratio | -ROW |6378 |35091 |resource |bandwidth | -ROW |6379 |35091 |target |cloudflare | -ROW |6380 |35091 |type |gauge | -ROW |6381 |35092 |resource |requests | -ROW |6382 |35092 |target |cloudflare | -ROW |6383 |35092 |type |gauge | -ROW |6384 |35093 |resource |requests | -ROW |6385 |35093 |target |cloudflare | -ROW |6386 |35093 |type |gauge | -ROW |6387 |35094 |resource |pageviews | -ROW |6388 |35094 |target |cloudflare | -ROW |6389 |35094 |type |gauge | -ROW |6390 |35095 |resource |dns | -ROW |6391 |35095 |target |cloudflare | -ROW |6392 |35095 |type |gauge | -ROW |6393 |35096 |resource |dns | -ROW |6394 |35096 |target |cloudflare | -ROW |6395 |35096 |type |gauge | -ROW |6396 |35097 |resource |dns | -ROW |6397 |35097 |target |cloudflare | -ROW |6398 |35097 |type |gauge | -ROW |6399 |35098 |resource |bandwidth | -ROW |6400 |35098 |target |cloudflare | -ROW |6401 |35098 |type |gauge | -ROW |6402 |35099 |resource |bandwidth | -ROW |6403 |35099 |target |cloudflare | -ROW |6404 |35099 |type |gauge | -ROW |6405 |35100 |resource |bandwidth | -ROW |6406 |35100 |target |cloudflare | -ROW |6407 |35100 |type |gauge | -ROW |6408 |35101 |resource |bandwidth | -ROW |6409 |35101 |target |cloudflare | -ROW |6410 |35101 |type |ratio | -ROW |6411 |35102 |resource |uniques | -ROW |6412 |35102 |target |cloudflare | -ROW |6413 |35102 |type |gauge | -ROW |6414 |30187 |resource |general | -ROW |6415 |30187 |target |haproxy | -ROW |6416 |30187 |transport |agent | -ROW |6417 |30187 |type |gauge | -ROW |6418 |30188 |resource |general | -ROW |6419 |30188 |target |haproxy | -ROW |6420 |30188 |transport |agent | -ROW |6421 |30188 |type |gauge | -ROW |6422 |30189 |data |raw | -ROW |6423 |30189 |target |haproxy | -ROW |6424 |30189 |transport |agent | -ROW |6425 |30190 |data |raw | -ROW |6426 |30190 |target |haproxy | -ROW |6427 |30190 |transport |agent | -ROW |6428 |30191 |resource |general | -ROW |6429 |30191 |target |haproxy | -ROW |6430 |30191 |transport |dependent | -ROW |6431 |30191 |type |gauge | -ROW |6432 |30192 |resource |general | -ROW |6433 |30192 |target |haproxy | -ROW |6434 |30192 |transport |dependent | -ROW |6435 |30192 |type |gauge | -ROW |6436 |35103 |data |raw | -ROW |6437 |35103 |target |haproxy | -ROW |6438 |35103 |transport |dependent | -ROW |6439 |30196 |frontend |{#PXNAME} | -ROW |6440 |30196 |resource |frontend | -ROW |6441 |30196 |target |haproxy | -ROW |6442 |30196 |transport |calculated | -ROW |6443 |30196 |type |gauge | -ROW |6444 |30197 |backend |{#PXNAME} | -ROW |6445 |30197 |resource |backend | -ROW |6446 |30197 |target |haproxy | -ROW |6447 |30197 |transport |dependent | -ROW |6448 |30197 |type |rate | -ROW |6449 |30198 |backend |{#PXNAME} | -ROW |6450 |30198 |resource |backend | -ROW |6451 |30198 |target |haproxy | -ROW |6452 |30198 |transport |dependent | -ROW |6453 |30198 |type |rate | -ROW |6454 |30199 |backend |{#PXNAME} | -ROW |6455 |30199 |resource |backend | -ROW |6456 |30199 |target |haproxy | -ROW |6457 |30199 |transport |dependent | -ROW |6458 |30199 |type |rate | -ROW |6459 |30200 |backend |{#PXNAME} | -ROW |6460 |30200 |resource |backend | -ROW |6461 |30200 |target |haproxy | -ROW |6462 |30200 |transport |dependent | -ROW |6463 |30200 |type |gauge | -ROW |6464 |30201 |backend |{#PXNAME} | -ROW |6465 |30201 |resource |backend | -ROW |6466 |30201 |target |haproxy | -ROW |6467 |30201 |transport |dependent | -ROW |6468 |30201 |type |gauge | -ROW |6469 |30202 |backend |{#PXNAME} | -ROW |6470 |30202 |resource |backend | -ROW |6471 |30202 |target |haproxy | -ROW |6472 |30202 |transport |dependent | -ROW |6473 |30202 |type |gauge | -ROW |6474 |30203 |backend |{#PXNAME} | -ROW |6475 |30203 |resource |backend | -ROW |6476 |30203 |target |haproxy | -ROW |6477 |30203 |transport |dependent | -ROW |6478 |30203 |type |state | -ROW |6479 |30204 |backend |{#PXNAME} | -ROW |6480 |30204 |resource |backend | -ROW |6481 |30204 |target |haproxy | -ROW |6482 |30204 |transport |dependent | -ROW |6483 |30204 |type |rate | -ROW |6484 |30205 |backend |{#PXNAME} | -ROW |6485 |30205 |resource |backend | -ROW |6486 |30205 |target |haproxy | -ROW |6487 |30205 |transport |dependent | -ROW |6488 |30205 |type |rate | -ROW |6489 |30206 |frontend |{#PXNAME} | -ROW |6490 |30206 |resource |frontend | -ROW |6491 |30206 |target |haproxy | -ROW |6492 |30206 |transport |dependent | -ROW |6493 |30206 |type |rate | -ROW |6494 |30207 |frontend |{#PXNAME} | -ROW |6495 |30207 |resource |frontend | -ROW |6496 |30207 |target |haproxy | -ROW |6497 |30207 |transport |dependent | -ROW |6498 |30207 |type |rate | -ROW |6499 |30208 |frontend |{#PXNAME} | -ROW |6500 |30208 |resource |frontend | -ROW |6501 |30208 |target |haproxy | -ROW |6502 |30208 |transport |dependent | -ROW |6503 |30208 |type |rate | -ROW |6504 |30209 |frontend |{#PXNAME} | -ROW |6505 |30209 |resource |frontend | -ROW |6506 |30209 |target |haproxy | -ROW |6507 |30209 |transport |dependent | -ROW |6508 |30209 |type |rate | -ROW |6509 |30210 |frontend |{#PXNAME} | -ROW |6510 |30210 |resource |frontend | -ROW |6511 |30210 |target |haproxy | -ROW |6512 |30210 |transport |dependent | -ROW |6513 |30210 |type |rate | -ROW |6514 |30211 |frontend |{#PXNAME} | -ROW |6515 |30211 |resource |frontend | -ROW |6516 |30211 |target |haproxy | -ROW |6517 |30211 |transport |dependent | -ROW |6518 |30211 |type |rate | -ROW |6519 |30212 |frontend |{#PXNAME} | -ROW |6520 |30212 |resource |frontend | -ROW |6521 |30212 |target |haproxy | -ROW |6522 |30212 |transport |dependent | -ROW |6523 |30212 |type |rate | -ROW |6524 |30213 |frontend |{#PXNAME} | -ROW |6525 |30213 |resource |frontend | -ROW |6526 |30213 |target |haproxy | -ROW |6527 |30213 |transport |dependent | -ROW |6528 |30213 |type |rate | -ROW |6529 |30214 |frontend |{#PXNAME} | -ROW |6530 |30214 |resource |frontend | -ROW |6531 |30214 |target |haproxy | -ROW |6532 |30214 |transport |dependent | -ROW |6533 |30214 |type |rate | -ROW |6534 |30215 |frontend |{#PXNAME} | -ROW |6535 |30215 |resource |frontend | -ROW |6536 |30215 |target |haproxy | -ROW |6537 |30215 |transport |dependent | -ROW |6538 |30215 |type |gauge | -ROW |6539 |30216 |frontend |{#PXNAME} | -ROW |6540 |30216 |resource |frontend | -ROW |6541 |30216 |target |haproxy | -ROW |6542 |30216 |transport |dependent | -ROW |6543 |30216 |type |gauge | -ROW |6544 |30217 |frontend |{#PXNAME} | -ROW |6545 |30217 |resource |frontend | -ROW |6546 |30217 |target |haproxy | -ROW |6547 |30217 |transport |dependent | -ROW |6548 |30217 |type |gauge | -ROW |6549 |30218 |frontend |{#PXNAME} | -ROW |6550 |30218 |resource |frontend | -ROW |6551 |30218 |target |haproxy | -ROW |6552 |30218 |transport |dependent | -ROW |6553 |30218 |type |gauge | -ROW |6554 |30219 |resource |server | -ROW |6555 |30219 |server |{#PXNAME} {#SVNAME} | -ROW |6556 |30219 |target |haproxy | -ROW |6557 |30219 |transport |dependent | -ROW |6558 |30219 |type |rate | -ROW |6559 |30220 |resource |server | -ROW |6560 |30220 |server |{#PXNAME} {#SVNAME} | -ROW |6561 |30220 |target |haproxy | -ROW |6562 |30220 |transport |dependent | -ROW |6563 |30220 |type |rate | -ROW |6564 |30221 |resource |server | -ROW |6565 |30221 |server |{#PXNAME} {#SVNAME} | -ROW |6566 |30221 |target |haproxy | -ROW |6567 |30221 |transport |dependent | -ROW |6568 |30221 |type |rate | -ROW |6569 |30222 |resource |server | -ROW |6570 |30222 |server |{#PXNAME} {#SVNAME} | -ROW |6571 |30222 |target |haproxy | -ROW |6572 |30222 |transport |dependent | -ROW |6573 |30222 |type |rate | -ROW |6574 |30223 |resource |server | -ROW |6575 |30223 |server |{#PXNAME} {#SVNAME} | -ROW |6576 |30223 |target |haproxy | -ROW |6577 |30223 |transport |dependent | -ROW |6578 |30223 |type |rate | -ROW |6579 |30224 |resource |server | -ROW |6580 |30224 |server |{#PXNAME} {#SVNAME} | -ROW |6581 |30224 |target |haproxy | -ROW |6582 |30224 |transport |dependent | -ROW |6583 |30224 |type |gauge | -ROW |6584 |30225 |resource |server | -ROW |6585 |30225 |server |{#PXNAME} {#SVNAME} | -ROW |6586 |30225 |target |haproxy | -ROW |6587 |30225 |transport |dependent | -ROW |6588 |30225 |type |gauge | -ROW |6589 |30226 |resource |server | -ROW |6590 |30226 |server |{#PXNAME} {#SVNAME} | -ROW |6591 |30226 |target |haproxy | -ROW |6592 |30226 |transport |dependent | -ROW |6593 |30226 |type |gauge | -ROW |6594 |30227 |resource |server | -ROW |6595 |30227 |server |{#PXNAME} {#SVNAME} | -ROW |6596 |30227 |target |haproxy | -ROW |6597 |30227 |transport |dependent | -ROW |6598 |30227 |type |state | -ROW |6599 |30228 |resource |server | -ROW |6600 |30228 |server |{#PXNAME} {#SVNAME} | -ROW |6601 |30228 |target |haproxy | -ROW |6602 |30228 |transport |dependent | -ROW |6603 |30228 |type |rate | -ROW |6604 |30229 |resource |server | -ROW |6605 |30229 |server |{#PXNAME} {#SVNAME} | -ROW |6606 |30229 |target |haproxy | -ROW |6607 |30229 |transport |dependent | -ROW |6608 |30229 |type |rate | -ROW |6609 |35104 |backend |{#PXNAME} | -ROW |6610 |35104 |resource |backend | -ROW |6611 |35104 |target |haproxy | -ROW |6612 |35104 |transport |dependent | -ROW |6613 |35104 |type |gauge | -ROW |6614 |35105 |backend |{#PXNAME} | -ROW |6615 |35105 |resource |backend | -ROW |6616 |35105 |target |haproxy | -ROW |6617 |35105 |transport |dependent | -ROW |6618 |35105 |type |rate | -ROW |6619 |35106 |backend |{#PXNAME} | -ROW |6620 |35106 |resource |backend | -ROW |6621 |35106 |target |haproxy | -ROW |6622 |35106 |transport |dependent | -ROW |6623 |35106 |type |gauge | -ROW |6624 |35107 |backend |{#PXNAME} | -ROW |6625 |35107 |resource |backend | -ROW |6626 |35107 |target |haproxy | -ROW |6627 |35107 |transport |dependent | -ROW |6628 |35107 |type |rate | -ROW |6629 |35108 |backend |{#PXNAME} | -ROW |6630 |35108 |resource |backend | -ROW |6631 |35108 |target |haproxy | -ROW |6632 |35108 |transport |dependent | -ROW |6633 |35108 |type |rate | -ROW |6634 |35109 |backend |{#PXNAME} | -ROW |6635 |35109 |resource |backend | -ROW |6636 |35109 |target |haproxy | -ROW |6637 |35109 |transport |dependent | -ROW |6638 |35109 |type |gauge | -ROW |6639 |35110 |backend |{#PXNAME} | -ROW |6640 |35110 |resource |backend | -ROW |6641 |35110 |target |haproxy | -ROW |6642 |35110 |transport |dependent | -ROW |6643 |35110 |type |rate | -ROW |6644 |35111 |backend |{#PXNAME} | -ROW |6645 |35111 |resource |backend | -ROW |6646 |35111 |target |haproxy | -ROW |6647 |35111 |transport |dependent | -ROW |6648 |35111 |type |rate | -ROW |6649 |35112 |backend |{#PXNAME} | -ROW |6650 |35112 |resource |backend | -ROW |6651 |35112 |target |haproxy | -ROW |6652 |35112 |transport |dependent | -ROW |6653 |35112 |type |rate | -ROW |6654 |35113 |backend |{#PXNAME} | -ROW |6655 |35113 |resource |backend | -ROW |6656 |35113 |target |haproxy | -ROW |6657 |35113 |transport |dependent | -ROW |6658 |35113 |type |rate | -ROW |6659 |35114 |backend |{#PXNAME} | -ROW |6660 |35114 |resource |backend | -ROW |6661 |35114 |target |haproxy | -ROW |6662 |35114 |transport |dependent | -ROW |6663 |35114 |type |rate | -ROW |6664 |35115 |frontend |{#PXNAME} | -ROW |6665 |35115 |resource |frontend | -ROW |6666 |35115 |target |haproxy | -ROW |6667 |35115 |transport |dependent | -ROW |6668 |35115 |type |state | -ROW |6669 |35116 |resource |server | -ROW |6670 |35116 |server |{#PXNAME} {#SVNAME} | -ROW |6671 |35116 |target |haproxy | -ROW |6672 |35116 |transport |dependent | -ROW |6673 |35116 |type |gauge | -ROW |6674 |35117 |resource |server | -ROW |6675 |35117 |server |{#PXNAME} {#SVNAME} | -ROW |6676 |35117 |target |haproxy | -ROW |6677 |35117 |transport |dependent | -ROW |6678 |35117 |type |gauge | -ROW |6679 |35118 |resource |server | -ROW |6680 |35118 |server |{#PXNAME} {#SVNAME} | -ROW |6681 |35118 |target |haproxy | -ROW |6682 |35118 |transport |dependent | -ROW |6683 |35118 |type |rate | -ROW |6684 |35119 |resource |server | -ROW |6685 |35119 |server |{#PXNAME} {#SVNAME} | -ROW |6686 |35119 |target |haproxy | -ROW |6687 |35119 |transport |dependent | -ROW |6688 |35119 |type |gauge | -ROW |6689 |35120 |resource |server | -ROW |6690 |35120 |server |{#PXNAME} {#SVNAME} | -ROW |6691 |35120 |target |haproxy | -ROW |6692 |35120 |transport |dependent | -ROW |6693 |35120 |type |rate | -ROW |6694 |35121 |resource |server | -ROW |6695 |35121 |server |{#PXNAME} {#SVNAME} | -ROW |6696 |35121 |target |haproxy | -ROW |6697 |35121 |transport |dependent | -ROW |6698 |35121 |type |gauge | -ROW |6699 |35122 |resource |server | -ROW |6700 |35122 |server |{#PXNAME} {#SVNAME} | -ROW |6701 |35122 |target |haproxy | -ROW |6702 |35122 |transport |dependent | -ROW |6703 |35122 |type |rate | -ROW |6704 |35123 |resource |server | -ROW |6705 |35123 |server |{#PXNAME} {#SVNAME} | -ROW |6706 |35123 |target |haproxy | -ROW |6707 |35123 |transport |dependent | -ROW |6708 |35123 |type |rate | -ROW |6709 |35124 |resource |server | -ROW |6710 |35124 |server |{#PXNAME} {#SVNAME} | -ROW |6711 |35124 |target |haproxy | -ROW |6712 |35124 |transport |dependent | -ROW |6713 |35124 |type |rate | -ROW |6714 |35125 |resource |server | -ROW |6715 |35125 |server |{#PXNAME} {#SVNAME} | -ROW |6716 |35125 |target |haproxy | -ROW |6717 |35125 |transport |dependent | -ROW |6718 |35125 |type |state | -ROW |6719 |35126 |resource |server | -ROW |6720 |35126 |server |{#PXNAME} {#SVNAME} | -ROW |6721 |35126 |target |haproxy | -ROW |6722 |35126 |transport |dependent | -ROW |6723 |35126 |type |rate | -ROW |6724 |35127 |resource |server | -ROW |6725 |35127 |server |{#PXNAME} {#SVNAME} | -ROW |6726 |35127 |target |haproxy | -ROW |6727 |35127 |transport |dependent | -ROW |6728 |35127 |type |rate | -ROW |6729 |30230 |data |raw | -ROW |6730 |30230 |target |haproxy | -ROW |6731 |30230 |transport |http | -ROW |6732 |30231 |data |raw | -ROW |6733 |30231 |target |haproxy | -ROW |6734 |30231 |transport |http | -ROW |6735 |30789 |resource |general | -ROW |6736 |30789 |target |haproxy | -ROW |6737 |30789 |transport |simple | -ROW |6738 |30789 |type |gauge | -ROW |6739 |30790 |resource |general | -ROW |6740 |30790 |target |haproxy | -ROW |6741 |30790 |transport |simple | -ROW |6742 |30790 |type |gauge | -ROW |6743 |30234 |resource |general | -ROW |6744 |30234 |target |haproxy | -ROW |6745 |30234 |transport |dependent | -ROW |6746 |30234 |type |gauge | -ROW |6747 |30235 |resource |general | -ROW |6748 |30235 |target |haproxy | -ROW |6749 |30235 |transport |dependent | -ROW |6750 |30235 |type |gauge | -ROW |6751 |35128 |data |raw | -ROW |6752 |35128 |target |haproxy | -ROW |6753 |35128 |transport |dependent | -ROW |6754 |30239 |frontend |{#PXNAME} | -ROW |6755 |30239 |resource |frontend | -ROW |6756 |30239 |target |haproxy | -ROW |6757 |30239 |transport |calculated | -ROW |6758 |30239 |type |gauge | -ROW |6759 |30240 |backend |{#PXNAME} | -ROW |6760 |30240 |resource |backend | -ROW |6761 |30240 |target |haproxy | -ROW |6762 |30240 |transport |dependent | -ROW |6763 |30240 |type |rate | -ROW |6764 |30241 |backend |{#PXNAME} | -ROW |6765 |30241 |resource |backend | -ROW |6766 |30241 |target |haproxy | -ROW |6767 |30241 |transport |dependent | -ROW |6768 |30241 |type |rate | -ROW |6769 |30242 |backend |{#PXNAME} | -ROW |6770 |30242 |resource |backend | -ROW |6771 |30242 |target |haproxy | -ROW |6772 |30242 |transport |dependent | -ROW |6773 |30242 |type |rate | -ROW |6774 |30243 |backend |{#PXNAME} | -ROW |6775 |30243 |resource |backend | -ROW |6776 |30243 |target |haproxy | -ROW |6777 |30243 |transport |dependent | -ROW |6778 |30243 |type |gauge | -ROW |6779 |30244 |backend |{#PXNAME} | -ROW |6780 |30244 |resource |backend | -ROW |6781 |30244 |target |haproxy | -ROW |6782 |30244 |transport |dependent | -ROW |6783 |30244 |type |gauge | -ROW |6784 |30245 |backend |{#PXNAME} | -ROW |6785 |30245 |resource |backend | -ROW |6786 |30245 |target |haproxy | -ROW |6787 |30245 |transport |dependent | -ROW |6788 |30245 |type |gauge | -ROW |6789 |30246 |backend |{#PXNAME} | -ROW |6790 |30246 |resource |backend | -ROW |6791 |30246 |target |haproxy | -ROW |6792 |30246 |transport |dependent | -ROW |6793 |30246 |type |state | -ROW |6794 |30247 |backend |{#PXNAME} | -ROW |6795 |30247 |resource |backend | -ROW |6796 |30247 |target |haproxy | -ROW |6797 |30247 |transport |dependent | -ROW |6798 |30247 |type |rate | -ROW |6799 |30248 |backend |{#PXNAME} | -ROW |6800 |30248 |resource |backend | -ROW |6801 |30248 |target |haproxy | -ROW |6802 |30248 |transport |dependent | -ROW |6803 |30248 |type |rate | -ROW |6804 |30249 |frontend |{#PXNAME} | -ROW |6805 |30249 |resource |frontend | -ROW |6806 |30249 |target |haproxy | -ROW |6807 |30249 |transport |dependent | -ROW |6808 |30249 |type |rate | -ROW |6809 |30250 |frontend |{#PXNAME} | -ROW |6810 |30250 |resource |frontend | -ROW |6811 |30250 |target |haproxy | -ROW |6812 |30250 |transport |dependent | -ROW |6813 |30250 |type |rate | -ROW |6814 |30251 |frontend |{#PXNAME} | -ROW |6815 |30251 |resource |frontend | -ROW |6816 |30251 |target |haproxy | -ROW |6817 |30251 |transport |dependent | -ROW |6818 |30251 |type |rate | -ROW |6819 |30252 |frontend |{#PXNAME} | -ROW |6820 |30252 |resource |frontend | -ROW |6821 |30252 |target |haproxy | -ROW |6822 |30252 |transport |dependent | -ROW |6823 |30252 |type |rate | -ROW |6824 |30253 |frontend |{#PXNAME} | -ROW |6825 |30253 |resource |frontend | -ROW |6826 |30253 |target |haproxy | -ROW |6827 |30253 |transport |dependent | -ROW |6828 |30253 |type |rate | -ROW |6829 |30254 |frontend |{#PXNAME} | -ROW |6830 |30254 |resource |frontend | -ROW |6831 |30254 |target |haproxy | -ROW |6832 |30254 |transport |dependent | -ROW |6833 |30254 |type |rate | -ROW |6834 |30255 |frontend |{#PXNAME} | -ROW |6835 |30255 |resource |frontend | -ROW |6836 |30255 |target |haproxy | -ROW |6837 |30255 |transport |dependent | -ROW |6838 |30255 |type |rate | -ROW |6839 |30256 |frontend |{#PXNAME} | -ROW |6840 |30256 |resource |frontend | -ROW |6841 |30256 |target |haproxy | -ROW |6842 |30256 |transport |dependent | -ROW |6843 |30256 |type |rate | -ROW |6844 |30257 |frontend |{#PXNAME} | -ROW |6845 |30257 |resource |frontend | -ROW |6846 |30257 |target |haproxy | -ROW |6847 |30257 |transport |dependent | -ROW |6848 |30257 |type |rate | -ROW |6849 |30258 |frontend |{#PXNAME} | -ROW |6850 |30258 |resource |frontend | -ROW |6851 |30258 |target |haproxy | -ROW |6852 |30258 |transport |dependent | -ROW |6853 |30258 |type |gauge | -ROW |6854 |30259 |frontend |{#PXNAME} | -ROW |6855 |30259 |resource |frontend | -ROW |6856 |30259 |target |haproxy | -ROW |6857 |30259 |transport |dependent | -ROW |6858 |30259 |type |gauge | -ROW |6859 |30260 |frontend |{#PXNAME} | -ROW |6860 |30260 |resource |frontend | -ROW |6861 |30260 |target |haproxy | -ROW |6862 |30260 |transport |dependent | -ROW |6863 |30260 |type |gauge | -ROW |6864 |30261 |frontend |{#PXNAME} | -ROW |6865 |30261 |resource |frontend | -ROW |6866 |30261 |target |haproxy | -ROW |6867 |30261 |transport |dependent | -ROW |6868 |30261 |type |gauge | -ROW |6869 |30262 |resource |server | -ROW |6870 |30262 |server |{#PXNAME} {#SVNAME} | -ROW |6871 |30262 |target |haproxy | -ROW |6872 |30262 |transport |dependent | -ROW |6873 |30262 |type |rate | -ROW |6874 |30263 |resource |server | -ROW |6875 |30263 |server |{#PXNAME} {#SVNAME} | -ROW |6876 |30263 |target |haproxy | -ROW |6877 |30263 |transport |dependent | -ROW |6878 |30263 |type |rate | -ROW |6879 |30264 |resource |server | -ROW |6880 |30264 |server |{#PXNAME} {#SVNAME} | -ROW |6881 |30264 |target |haproxy | -ROW |6882 |30264 |transport |dependent | -ROW |6883 |30264 |type |rate | -ROW |6884 |30265 |resource |server | -ROW |6885 |30265 |server |{#PXNAME} {#SVNAME} | -ROW |6886 |30265 |target |haproxy | -ROW |6887 |30265 |transport |dependent | -ROW |6888 |30265 |type |rate | -ROW |6889 |30266 |resource |server | -ROW |6890 |30266 |server |{#PXNAME} {#SVNAME} | -ROW |6891 |30266 |target |haproxy | -ROW |6892 |30266 |transport |dependent | -ROW |6893 |30266 |type |rate | -ROW |6894 |30267 |resource |server | -ROW |6895 |30267 |server |{#PXNAME} {#SVNAME} | -ROW |6896 |30267 |target |haproxy | -ROW |6897 |30267 |transport |dependent | -ROW |6898 |30267 |type |gauge | -ROW |6899 |30268 |resource |server | -ROW |6900 |30268 |server |{#PXNAME} {#SVNAME} | -ROW |6901 |30268 |target |haproxy | -ROW |6902 |30268 |transport |dependent | -ROW |6903 |30268 |type |gauge | -ROW |6904 |30269 |resource |server | -ROW |6905 |30269 |server |{#PXNAME} {#SVNAME} | -ROW |6906 |30269 |target |haproxy | -ROW |6907 |30269 |transport |dependent | -ROW |6908 |30269 |type |gauge | -ROW |6909 |30270 |resource |server | -ROW |6910 |30270 |server |{#PXNAME} {#SVNAME} | -ROW |6911 |30270 |target |haproxy | -ROW |6912 |30270 |transport |dependent | -ROW |6913 |30270 |type |state | -ROW |6914 |30271 |resource |server | -ROW |6915 |30271 |server |{#PXNAME} {#SVNAME} | -ROW |6916 |30271 |target |haproxy | -ROW |6917 |30271 |transport |dependent | -ROW |6918 |30271 |type |rate | -ROW |6919 |30272 |resource |server | -ROW |6920 |30272 |server |{#PXNAME} {#SVNAME} | -ROW |6921 |30272 |target |haproxy | -ROW |6922 |30272 |transport |dependent | -ROW |6923 |30272 |type |rate | -ROW |6924 |35129 |backend |{#PXNAME} | -ROW |6925 |35129 |resource |backend | -ROW |6926 |35129 |target |haproxy | -ROW |6927 |35129 |transport |dependent | -ROW |6928 |35129 |type |gauge | -ROW |6929 |35130 |backend |{#PXNAME} | -ROW |6930 |35130 |resource |backend | -ROW |6931 |35130 |target |haproxy | -ROW |6932 |35130 |transport |dependent | -ROW |6933 |35130 |type |rate | -ROW |6934 |35131 |backend |{#PXNAME} | -ROW |6935 |35131 |resource |backend | -ROW |6936 |35131 |target |haproxy | -ROW |6937 |35131 |transport |dependent | -ROW |6938 |35131 |type |gauge | -ROW |6939 |35132 |backend |{#PXNAME} | -ROW |6940 |35132 |resource |backend | -ROW |6941 |35132 |target |haproxy | -ROW |6942 |35132 |transport |dependent | -ROW |6943 |35132 |type |rate | -ROW |6944 |35133 |backend |{#PXNAME} | -ROW |6945 |35133 |resource |backend | -ROW |6946 |35133 |target |haproxy | -ROW |6947 |35133 |transport |dependent | -ROW |6948 |35133 |type |rate | -ROW |6949 |35134 |backend |{#PXNAME} | -ROW |6950 |35134 |resource |backend | -ROW |6951 |35134 |target |haproxy | -ROW |6952 |35134 |transport |dependent | -ROW |6953 |35134 |type |gauge | -ROW |6954 |35135 |backend |{#PXNAME} | -ROW |6955 |35135 |resource |backend | -ROW |6956 |35135 |target |haproxy | -ROW |6957 |35135 |transport |dependent | -ROW |6958 |35135 |type |rate | -ROW |6959 |35136 |backend |{#PXNAME} | -ROW |6960 |35136 |resource |backend | -ROW |6961 |35136 |target |haproxy | -ROW |6962 |35136 |transport |dependent | -ROW |6963 |35136 |type |rate | -ROW |6964 |35137 |backend |{#PXNAME} | -ROW |6965 |35137 |resource |backend | -ROW |6966 |35137 |target |haproxy | -ROW |6967 |35137 |transport |dependent | -ROW |6968 |35137 |type |rate | -ROW |6969 |35138 |backend |{#PXNAME} | -ROW |6970 |35138 |resource |backend | -ROW |6971 |35138 |target |haproxy | -ROW |6972 |35138 |transport |dependent | -ROW |6973 |35138 |type |rate | -ROW |6974 |35139 |backend |{#PXNAME} | -ROW |6975 |35139 |resource |backend | -ROW |6976 |35139 |target |haproxy | -ROW |6977 |35139 |transport |dependent | -ROW |6978 |35139 |type |rate | -ROW |6979 |35140 |frontend |{#PXNAME} | -ROW |6980 |35140 |resource |frontend | -ROW |6981 |35140 |target |haproxy | -ROW |6982 |35140 |transport |dependent | -ROW |6983 |35140 |type |state | -ROW |6984 |35141 |resource |server | -ROW |6985 |35141 |server |{#PXNAME} {#SVNAME} | -ROW |6986 |35141 |target |haproxy | -ROW |6987 |35141 |transport |dependent | -ROW |6988 |35141 |type |gauge | -ROW |6989 |35142 |resource |server | -ROW |6990 |35142 |server |{#PXNAME} {#SVNAME} | -ROW |6991 |35142 |target |haproxy | -ROW |6992 |35142 |transport |dependent | -ROW |6993 |35142 |type |gauge | -ROW |6994 |35143 |resource |server | -ROW |6995 |35143 |server |{#PXNAME} {#SVNAME} | -ROW |6996 |35143 |target |haproxy | -ROW |6997 |35143 |transport |dependent | -ROW |6998 |35143 |type |rate | -ROW |6999 |35144 |resource |server | -ROW |7000 |35144 |server |{#PXNAME} {#SVNAME} | -ROW |7001 |35144 |target |haproxy | -ROW |7002 |35144 |transport |dependent | -ROW |7003 |35144 |type |gauge | -ROW |7004 |35145 |resource |server | -ROW |7005 |35145 |server |{#PXNAME} {#SVNAME} | -ROW |7006 |35145 |target |haproxy | -ROW |7007 |35145 |transport |dependent | -ROW |7008 |35145 |type |rate | -ROW |7009 |35146 |resource |server | -ROW |7010 |35146 |server |{#PXNAME} {#SVNAME} | -ROW |7011 |35146 |target |haproxy | -ROW |7012 |35146 |transport |dependent | -ROW |7013 |35146 |type |gauge | -ROW |7014 |35147 |resource |server | -ROW |7015 |35147 |server |{#PXNAME} {#SVNAME} | -ROW |7016 |35147 |target |haproxy | -ROW |7017 |35147 |transport |dependent | -ROW |7018 |35147 |type |rate | -ROW |7019 |35148 |resource |server | -ROW |7020 |35148 |server |{#PXNAME} {#SVNAME} | -ROW |7021 |35148 |target |haproxy | -ROW |7022 |35148 |transport |dependent | -ROW |7023 |35148 |type |rate | -ROW |7024 |35149 |resource |server | -ROW |7025 |35149 |server |{#PXNAME} {#SVNAME} | -ROW |7026 |35149 |target |haproxy | -ROW |7027 |35149 |transport |dependent | -ROW |7028 |35149 |type |rate | -ROW |7029 |35150 |resource |server | -ROW |7030 |35150 |server |{#PXNAME} {#SVNAME} | -ROW |7031 |35150 |target |haproxy | -ROW |7032 |35150 |transport |dependent | -ROW |7033 |35150 |type |state | -ROW |7034 |35151 |resource |server | -ROW |7035 |35151 |server |{#PXNAME} {#SVNAME} | -ROW |7036 |35151 |target |haproxy | -ROW |7037 |35151 |transport |dependent | -ROW |7038 |35151 |type |rate | -ROW |7039 |35152 |resource |server | -ROW |7040 |35152 |server |{#PXNAME} {#SVNAME} | -ROW |7041 |35152 |target |haproxy | -ROW |7042 |35152 |transport |dependent | -ROW |7043 |35152 |type |rate | -ROW |7044 |35153 |Application|Zabbix raw items | -ROW |7045 |35154 |Application|Zabbix raw items | -ROW |7046 |35155 |Application|Zabbix raw items | -ROW |7047 |35156 |Application|Zabbix raw items | -ROW |7048 |35157 |Application|Zabbix raw items | -ROW |7049 |35158 |Application|Zabbix raw items | -ROW |7050 |35159 |Application|Zabbix raw items | -ROW |7051 |35160 |Application|Zabbix raw items | -ROW |7052 |35161 |Application|Zabbix raw items | -ROW |7053 |35162 |Application|Zabbix raw items | -ROW |7054 |35163 |Application|Nginx | -ROW |7055 |35164 |Application|Nginx | -ROW |7056 |35165 |Application|Nginx | -ROW |7057 |35166 |Application|Nginx | -ROW |7058 |35167 |Application|Nginx | -ROW |7059 |35168 |Application|Nginx | -ROW |7060 |35169 |Application|Nginx | -ROW |7061 |35170 |Application|Nginx | -ROW |7062 |35171 |Application|Nginx | -ROW |7063 |35172 |Application|Nginx | -ROW |7064 |35173 |Application|Nginx | -ROW |7065 |35174 |Application|Nginx | -ROW |7066 |35175 |Application|Nginx | -ROW |7067 |35176 |Application|Nginx | -ROW |7068 |35185 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7069 |35186 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7070 |35187 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7071 |35188 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7072 |35189 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7073 |35190 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7074 |35191 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7075 |35192 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7076 |35193 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7077 |35194 |Application|Nginx: HTTP location zone [{#NAME}] | -ROW |7078 |35195 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7079 |35196 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7080 |35197 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7081 |35198 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7082 |35199 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7083 |35200 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7084 |35201 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7085 |35202 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7086 |35203 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7087 |35204 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7088 |35205 |Application|Nginx: HTTP zone [{#NAME}] | -ROW |7089 |35206 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7090 |35207 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7091 |35208 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7092 |35209 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7093 |35210 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7094 |35211 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7095 |35212 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7096 |35213 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7097 |35214 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7098 |35215 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7099 |35216 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7100 |35217 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7101 |35218 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7102 |35219 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7103 |35220 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7104 |35221 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7105 |35222 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7106 |35223 |Application|Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7107 |35224 |Application|Nginx: HTTP upstream [{#NAME}] | -ROW |7108 |35225 |Application|Nginx: HTTP upstream [{#NAME}] | -ROW |7109 |35226 |Application|Nginx: HTTP upstream [{#NAME}] | -ROW |7110 |35227 |Application|Nginx: Resolver [{#NAME}] | -ROW |7111 |35228 |Application|Nginx: Resolver [{#NAME}] | -ROW |7112 |35229 |Application|Nginx: Resolver [{#NAME}] | -ROW |7113 |35230 |Application|Nginx: Resolver [{#NAME}] | -ROW |7114 |35231 |Application|Nginx: Resolver [{#NAME}] | -ROW |7115 |35232 |Application|Nginx: Resolver [{#NAME}] | -ROW |7116 |35233 |Application|Nginx: Resolver [{#NAME}] | -ROW |7117 |35234 |Application|Nginx: Resolver [{#NAME}] | -ROW |7118 |35235 |Application|Nginx: Resolver [{#NAME}] | -ROW |7119 |35236 |Application|Nginx: Resolver [{#NAME}] | -ROW |7120 |35237 |Application|Nginx: Resolver [{#NAME}] | -ROW |7121 |35238 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7122 |35239 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7123 |35240 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7124 |35241 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7125 |35242 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7126 |35243 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7127 |35244 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7128 |35245 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7129 |35246 |Application|Nginx: Stream zone [{#NAME}] | -ROW |7130 |35247 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7131 |35248 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7132 |35249 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7133 |35250 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7134 |35251 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7135 |35252 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7136 |35253 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7137 |35254 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7138 |35255 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7139 |35256 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7140 |35257 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7141 |35258 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7142 |35259 |Application|Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | -ROW |7143 |35260 |Application|Nginx: Stream upstream [{#NAME}] | -ROW |7144 |35261 |Application|Nginx: Stream upstream [{#NAME}] | -ROW |7145 |35264 |Application|Zabbix raw items | -ROW |7146 |35265 |Application|Zabbix raw items | -ROW |7147 |35266 |Application|Systemd service: {#UNIT.NAME} | -ROW |7148 |35267 |Application|Systemd service: {#UNIT.NAME} | -ROW |7149 |35268 |Application|Systemd service: {#UNIT.NAME} | -ROW |7150 |35269 |Application|Systemd service: {#UNIT.NAME} | -ROW |7151 |35270 |Application|Systemd socket: {#UNIT.NAME} | -ROW |7152 |35271 |Application|Systemd socket: {#UNIT.NAME} | -ROW |7153 |35272 |Application|Zabbix server | -ROW |7154 |35273 |Application|Zabbix server | -ROW |7155 |35274 |Application|Zabbix server | -ROW |7156 |35275 |Application|Zabbix server | -ROW |7157 |35276 |Application|Zabbix server | -ROW |7158 |35277 |Application|Zabbix server | -ROW |7159 |28539 |Application|Zabbix raw items | -ROW |7160 |35278 |Application|Zabbix server | -ROW |7161 |35279 |Application|Zabbix server | -ROW |7162 |35290 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7163 |35291 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7164 |35292 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7165 |35293 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7166 |35294 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7167 |35295 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7168 |35296 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7169 |35297 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7170 |35298 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7171 |35299 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7172 |35300 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | -ROW |7173 |35301 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7174 |35302 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7175 |35303 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7176 |35304 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7177 |35305 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7178 |35306 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7179 |35307 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7180 |35308 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7181 |35309 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7182 |35310 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7183 |35311 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7184 |35312 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7185 |35313 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7186 |35314 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7187 |35315 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7188 |35316 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7189 |35317 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7190 |35318 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7191 |35319 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7192 |35320 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7193 |35321 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7194 |35322 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7195 |35323 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7196 |35324 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7197 |35325 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7198 |35326 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7199 |35327 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7200 |35328 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7201 |35329 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7202 |35330 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7203 |35331 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7204 |35332 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7205 |35333 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7206 |35334 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7207 |35335 |Application|GridGain instance [{#JMXIGNITEINSTANCENAME}] | -ROW |7208 |35336 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7209 |35337 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7210 |35338 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7211 |35339 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7212 |35340 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7213 |35341 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7214 |35342 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7215 |35343 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7216 |35344 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | -ROW |7217 |35345 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |7218 |35346 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |7219 |35347 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |7220 |35348 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | -ROW |7221 |35349 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7222 |35350 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7223 |35351 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7224 |35352 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7225 |35353 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7226 |35354 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7227 |35355 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7228 |35356 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7229 |35357 |Application|GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | -ROW |7230 |35358 |Application|Inventory | -ROW |7231 |35359 |Application|Inventory | -ROW |7232 |35360 |Application|Inventory | -ROW |7233 |35361 |Application|Inventory | -ROW |7234 |35362 |Application|Status | -ROW |7235 |35363 |Application|Status | -ROW |7236 |35369 |Application|CPU | -ROW |7237 |35370 |Application|Memory | -ROW |7238 |35371 |Application|Memory | -ROW |7239 |35372 |Application|Memory | -ROW |7240 |35373 |Application|{#CISCO.IF.NAME} | -ROW |7241 |35374 |Application|{#CISCO.IF.NAME} | -ROW |7242 |35375 |Application|{#CISCO.IF.NAME} | -ROW |7243 |35376 |Application|{#CISCO.IF.NAME} | -ROW |7244 |35377 |Application|{#CISCO.IF.NAME} | -ROW |7245 |35378 |Application|{#CISCO.IF.NAME} | -ROW |7246 |35379 |Application|{#CISCO.IF.NAME} | -ROW |7247 |35380 |Application|{#CISCO.IF.NAME} | -ROW |7248 |35381 |Application|{#CISCO.IF.NAME} | -ROW |7249 |35382 |Application|{#CISCO.IF.NAME} | -ROW |7250 |35383 |Application|{#CISCO.IF.NAME} | -ROW |7251 |35384 |Application|{#CISCO.IF.NAME} | -ROW |7252 |35385 |Application|{#CISCO.IF.NAME} | -ROW |7253 |35386 |Application|{#CISCO.IF.NAME} | -ROW |7254 |35387 |Application|{#CISCO.IF.NAME} | -ROW |7255 |35388 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7256 |35389 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7257 |35390 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7258 |35391 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7259 |35392 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7260 |35393 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7261 |35394 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7262 |35395 |Application|{#CISCO.ASAV.PHYS.NAME} | -ROW |7263 |35396 |Application|{#CISCO.CRAS.USER} | -ROW |7264 |35397 |Application|{#CISCO.CRAS.USER} | -ROW |7265 |35398 |Application|{#CISCO.CRAS.USER} | -ROW |7266 |35399 |Application|{#CISCO.CRAS.USER} | -ROW |7267 |35400 |Application|{#CISCO.CRAS.USER} | -ROW |7268 |35401 |Application|{#CISCO.CRAS.USER} | -ROW |7269 |35402 |Application|{#CISCO.CRAS.USER} | -ROW |7270 |35403 |Application|{#CISCO.CRAS.USER} | -ROW |7271 |35404 |Application|{#CISCO.CRAS.USER} | -ROW |7272 |35405 |Application|{#CISCO.CRAS.USER} | -ROW |7273 |35406 |Application|Inventory | -ROW |7274 |35407 |Application|TCP/UDP stat | -ROW |7275 |35408 |Application|Status | -ROW |7276 |35409 |Application|TCP/UDP stat | -ROW |7277 |35410 |Application|TCP/UDP stat | -ROW |7278 |35411 |Application|TCP/UDP stat | -ROW |7279 |35412 |Application|TCP/UDP stat | -ROW |7280 |35413 |Application|TCP/UDP stat | -ROW |7281 |35414 |Application|Inventory | -ROW |7282 |35415 |Application|Inventory | -ROW |7283 |35416 |Application|Inventory | -ROW |7284 |35417 |Application|Inventory | -ROW |7285 |35418 |Application|Inventory | -ROW |7286 |35419 |Application|Inventory | -ROW |7287 |35420 |Application|Inventory | -ROW |7288 |35421 |Application|Inventory | -ROW |7289 |35422 |Application|Inventory | -ROW |7290 |35423 |Application|Status | -ROW |7291 |35439 |Application|Temperature | -ROW |7292 |35440 |Application|Voltage | -ROW |7293 |35441 |Application|Voltage | -ROW |7294 |35442 |Application|Security | -ROW |7295 |35443 |Application|Fans | -ROW |7296 |35444 |Application|Fans | -ROW |7297 |35445 |Application|Power supply | -ROW |7298 |35446 |Application|Temperature | -ROW |7299 |35447 |Application|CPU | -ROW |7300 |35448 |Application|CPU | -ROW |7301 |35449 |Application|CPU | -ROW |7302 |35450 |Application|CPU | -ROW |7303 |35451 |Application|CPU | -ROW |7304 |35452 |Application|CPU | -ROW |7305 |35453 |Application|CPU | -ROW |7306 |35454 |Application|CPU | -ROW |7307 |35455 |Application|CPU | -ROW |7308 |35456 |Application|CPU | -ROW |7309 |35457 |Application|CPU | -ROW |7310 |35458 |Application|CPU | -ROW |7311 |35459 |Application|CPU | -ROW |7312 |35460 |Application|CPU | -ROW |7313 |35461 |Application|CPU | -ROW |7314 |35462 |Application|CPU | -ROW |7315 |35463 |Application|CPU | -ROW |7316 |35464 |Application|CPU | -ROW |7317 |35465 |Application|CPU | -ROW |7318 |35466 |Application|CPU | -ROW |7319 |35467 |Application|CPU | -ROW |7320 |35468 |Application|CPU | -ROW |7321 |35469 |Application|CPU | -ROW |7322 |35470 |Application|CPU | -ROW |7323 |35471 |Application|CPU | -ROW |7324 |35472 |Application|CPU | -ROW |7325 |35473 |Application|CPU | -ROW |7326 |35474 |Application|CPU | -ROW |7327 |35475 |Application|CPU | -ROW |7328 |35476 |Application|CPU | -ROW |7329 |35477 |Application|Mount point [{#PART.NAME}] | -ROW |7330 |35478 |Application|Mount point [{#PART.NAME}] | -ROW |7331 |35479 |Application|Mount point [{#PART.NAME}] | -ROW |7332 |35480 |Application|Mount point [{#PART.NAME}] | -ROW |7333 |35481 |Application|Mount point [{#PART.NAME}] | -ROW |7334 |35482 |Application|Memory | -ROW |7335 |35483 |Application|Memory | -ROW |7336 |35484 |Application|Memory | -ROW |7337 |35485 |Application|Memory | -ROW |7338 |35486 |Application|Memory | -ROW |7339 |35487 |Application|Memory | -ROW |7340 |35488 |Application|Modules | -ROW |7341 |35489 |Application|Modules | -ROW |7342 |35490 |Application|Modules | -ROW |7343 |35491 |Application|Modules | -ROW |7344 |35492 |Application|Interface [{#IF.NAME}] | -ROW |7345 |35493 |Application|Interface [{#IF.NAME}] | -ROW |7346 |35494 |Application|Interface [{#IF.NAME}] | -ROW |7347 |35495 |Application|Interface [{#IF.NAME}] | -ROW |7348 |35496 |Application|Interface [{#IF.NAME}] | -ROW |7349 |35497 |Application|Interface [{#IF.NAME}] | -ROW |7350 |35498 |Application|Interface [{#IF.NAME}] | -ROW |7351 |35499 |Application|Interface [{#IF.NAME}] | -ROW |7352 |35500 |Application|Interface [{#IF.NAME}] | -ROW |7353 |35501 |Application|Interface [{#IF.NAME}] | -ROW |7354 |35502 |Application|Interface [{#IF.NAME}] | -ROW |7355 |35503 |Application|Interface [{#IF.NAME}] | -ROW |7356 |35504 |Application|Interface [{#IF.NAME}] | -ROW |7357 |35505 |Application|Interface [{#IF.NAME}] | -ROW |7358 |35506 |Application|Node [{#NODE.NAME}] | -ROW |7359 |35507 |Application|Node [{#NODE.NAME}] | -ROW |7360 |35508 |Application|Node [{#NODE.NAME}] | -ROW |7361 |35509 |Application|Node [{#NODE.NAME}] | -ROW |7362 |35510 |Application|Node [{#NODE.NAME}] | -ROW |7363 |35511 |Application|Node [{#NODE.NAME}] | -ROW |7364 |35512 |Application|Node [{#NODE.NAME}] | -ROW |7365 |35513 |Application|Node [{#NODE.NAME}] | -ROW |7366 |35514 |Application|Pool [{#POOL.NAME}] | -ROW |7367 |35515 |Application|Pool [{#POOL.NAME}] | -ROW |7368 |35516 |Application|Pool [{#POOL.NAME}] | -ROW |7369 |35517 |Application|Pool [{#POOL.NAME}] | -ROW |7370 |35518 |Application|Pool [{#POOL.NAME}] | -ROW |7371 |35519 |Application|Pool [{#POOL.NAME}] | -ROW |7372 |35520 |Application|Pool [{#POOL.NAME}] | -ROW |7373 |35521 |Application|Pool [{#POOL.NAME}] | -ROW |7374 |35522 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7375 |35523 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7376 |35524 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7377 |35525 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7378 |35526 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7379 |35527 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7380 |35528 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7381 |35529 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7382 |35530 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7383 |35531 |Application|Virtual server [{#VSERVER.NAME}] | -ROW |7384 |35532 |Application|Status | -ROW |7385 |35533 |Application|Inventory | -ROW |7386 |35534 |Application|Inventory | -ROW |7387 |35535 |Application|Inventory | -ROW |7388 |35536 |Application|Inventory | -ROW |7389 |35537 |Application|Inventory | -ROW |7390 |35538 |Application|Inventory | -ROW |7391 |35539 |Application|Inventory | -ROW |7392 |35540 |Application|Status | -ROW |7393 |35541 |Application|Status | -ROW |7394 |35546 |Application|Port {#SNMPINDEX} | -ROW |7395 |35547 |Application|Port {#SNMPINDEX} | -ROW |7396 |35548 |Application|Port {#SNMPINDEX} | -ROW |7397 |35549 |Application|Port {#SNMPINDEX} | -ROW |7398 |35550 |Application|Port {#SNMPINDEX} | -ROW |7399 |35551 |Application|Port {#SNMPINDEX} | -ROW |7400 |35552 |Application|Port {#SNMPINDEX} | -ROW |7401 |35553 |Application|Port {#SNMPINDEX} | -ROW |7402 |35554 |Application|Port {#SNMPINDEX} | -ROW |7403 |35555 |Application|Port {#SNMPINDEX} | -ROW |7404 |35556 |Application|Port {#SNMPINDEX} | -ROW |7405 |35557 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7406 |35558 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7407 |35559 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7408 |35560 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7409 |35561 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7410 |35562 |Application|Temperature | -ROW |7411 |35563 |Application|Power supply | -ROW |7412 |35564 |Application|Status | -ROW |7413 |35565 |Application|Inventory | -ROW |7414 |35566 |Application|CPU | -ROW |7415 |35567 |Application|Inventory | -ROW |7416 |35568 |Application|Inventory | -ROW |7417 |35569 |Application|Inventory | -ROW |7418 |35570 |Application|Inventory | -ROW |7419 |35571 |Application|Inventory | -ROW |7420 |35572 |Application|Inventory | -ROW |7421 |35573 |Application|Status | -ROW |7422 |35580 |Application|Memory | -ROW |7423 |35581 |Application|Port {#SNMPINDEX} | -ROW |7424 |35582 |Application|Port {#SNMPINDEX} | -ROW |7425 |35583 |Application|Port {#SNMPINDEX} | -ROW |7426 |35584 |Application|Port {#SNMPINDEX} | -ROW |7427 |35585 |Application|Port {#SNMPINDEX} | -ROW |7428 |35586 |Application|Port {#SNMPINDEX} | -ROW |7429 |35587 |Application|Port {#SNMPINDEX} | -ROW |7430 |35588 |Application|Port {#SNMPINDEX} | -ROW |7431 |35589 |Application|Port {#SNMPINDEX} | -ROW |7432 |35590 |Application|Port {#SNMPINDEX} | -ROW |7433 |35591 |Application|Port {#SNMPINDEX} | -ROW |7434 |35592 |Application|Port {#SNMPINDEX} | -ROW |7435 |35593 |Application|Port {#SNMPINDEX} | -ROW |7436 |35594 |Application|Port {#SNMPINDEX} | -ROW |7437 |35595 |Application|Port {#SNMPINDEX} | -ROW |7438 |35596 |Application|Port {#SNMPINDEX} | -ROW |7439 |35597 |Application|Port {#SNMPINDEX} | -ROW |7440 |35598 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7441 |35599 |Application|Port {#SNMPINDEX} | -ROW |7442 |35600 |Application|Port {#SNMPINDEX} | -ROW |7443 |35601 |Application|Port {#SNMPINDEX} | -ROW |7444 |35602 |Application|Port {#SNMPINDEX} | -ROW |7445 |35603 |Application|Port {#SNMPINDEX} | -ROW |7446 |35604 |Application|Port {#SNMPINDEX} | -ROW |7447 |35605 |Application|Port {#SNMPINDEX} | -ROW |7448 |35606 |Application|Temperature | -ROW |7449 |35607 |Application|Power supply | -ROW |7450 |35608 |Application|Status | -ROW |7451 |35609 |Application|Inventory | -ROW |7452 |35610 |Application|CPU | -ROW |7453 |35611 |Application|Inventory | -ROW |7454 |35612 |Application|Inventory | -ROW |7455 |35613 |Application|Inventory | -ROW |7456 |35614 |Application|Inventory | -ROW |7457 |35615 |Application|Inventory | -ROW |7458 |35616 |Application|Inventory | -ROW |7459 |35617 |Application|Status | -ROW |7460 |35622 |Application|Fans | -ROW |7461 |35623 |Application|Port {#SNMPINDEX} | -ROW |7462 |35624 |Application|Port {#SNMPINDEX} | -ROW |7463 |35625 |Application|Port {#SNMPINDEX} | -ROW |7464 |35626 |Application|Port {#SNMPINDEX} | -ROW |7465 |35627 |Application|Port {#SNMPINDEX} | -ROW |7466 |35628 |Application|Port {#SNMPINDEX} | -ROW |7467 |35629 |Application|Port {#SNMPINDEX} | -ROW |7468 |35630 |Application|Port {#SNMPINDEX} | -ROW |7469 |35631 |Application|Port {#SNMPINDEX} | -ROW |7470 |35632 |Application|Port {#SNMPINDEX} | -ROW |7471 |35633 |Application|Port {#SNMPINDEX} | -ROW |7472 |35634 |Application|Port {#SNMPINDEX} | -ROW |7473 |35635 |Application|Port {#SNMPINDEX} | -ROW |7474 |35636 |Application|Port {#SNMPINDEX} | -ROW |7475 |35637 |Application|Port {#SNMPINDEX} | -ROW |7476 |35638 |Application|Port {#SNMPINDEX} | -ROW |7477 |35639 |Application|Port {#SNMPINDEX} | -ROW |7478 |35640 |Application|Temperature | -ROW |7479 |35641 |Application|Power supply | -ROW |7480 |35642 |Application|Status | -ROW |7481 |35643 |Application|Inventory | -ROW |7482 |35644 |Application|Inventory | -ROW |7483 |35645 |Application|Inventory | -ROW |7484 |35646 |Application|Inventory | -ROW |7485 |35647 |Application|Inventory | -ROW |7486 |35648 |Application|Status | -ROW |7487 |35658 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7488 |35659 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7489 |35660 |Application|Fans | -ROW |7490 |35661 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7491 |35662 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7492 |35663 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7493 |35664 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7494 |35665 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7495 |35666 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7496 |35667 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7497 |35668 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7498 |35669 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7499 |35670 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7500 |35671 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7501 |35672 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7502 |35673 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7503 |35674 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7504 |35675 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7505 |35676 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7506 |35677 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7507 |35678 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7508 |35679 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7509 |35680 |Application|Port {#SNMPINDEX} | -ROW |7510 |35681 |Application|Port {#SNMPINDEX} | -ROW |7511 |35682 |Application|Port {#SNMPINDEX} | -ROW |7512 |35683 |Application|Port {#SNMPINDEX} | -ROW |7513 |35684 |Application|Port {#SNMPINDEX} | -ROW |7514 |35685 |Application|Port {#SNMPINDEX} | -ROW |7515 |35686 |Application|Port {#SNMPINDEX} | -ROW |7516 |35687 |Application|Port {#SNMPINDEX} | -ROW |7517 |35688 |Application|Port {#SNMPINDEX} | -ROW |7518 |35689 |Application|Port {#SNMPINDEX} | -ROW |7519 |35690 |Application|Port {#SNMPINDEX} | -ROW |7520 |35691 |Application|Port {#SNMPINDEX} | -ROW |7521 |35692 |Application|Port {#SNMPINDEX} | -ROW |7522 |35693 |Application|Port {#SNMPINDEX} | -ROW |7523 |35694 |Application|Port {#SNMPINDEX} | -ROW |7524 |35695 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7525 |35696 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7526 |35697 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7527 |35698 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7528 |35699 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7529 |35700 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7530 |35701 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7531 |35702 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7532 |35703 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7533 |35704 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7534 |35705 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7535 |35706 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7536 |35707 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7537 |35708 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7538 |35709 |Application|Status | -ROW |7539 |35710 |Application|Inventory | -ROW |7540 |35711 |Application|Inventory | -ROW |7541 |35712 |Application|Inventory | -ROW |7542 |35713 |Application|Inventory | -ROW |7543 |35714 |Application|Inventory | -ROW |7544 |35715 |Application|Status | -ROW |7545 |35725 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7546 |35726 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7547 |35727 |Application|Fans | -ROW |7548 |35728 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7549 |35729 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7550 |35730 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7551 |35731 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7552 |35732 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7553 |35733 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7554 |35734 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7555 |35735 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7556 |35736 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7557 |35737 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7558 |35738 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7559 |35739 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7560 |35740 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7561 |35741 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7562 |35742 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7563 |35743 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7564 |35744 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7565 |35745 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7566 |35746 |Application|Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | -ROW |7567 |35747 |Application|Port {#SNMPINDEX} | -ROW |7568 |35748 |Application|Port {#SNMPINDEX} | -ROW |7569 |35749 |Application|Port {#SNMPINDEX} | -ROW |7570 |35750 |Application|Port {#SNMPINDEX} | -ROW |7571 |35751 |Application|Port {#SNMPINDEX} | -ROW |7572 |35752 |Application|Port {#SNMPINDEX} | -ROW |7573 |35753 |Application|Port {#SNMPINDEX} | -ROW |7574 |35754 |Application|Port {#SNMPINDEX} | -ROW |7575 |35755 |Application|Port {#SNMPINDEX} | -ROW |7576 |35756 |Application|Port {#SNMPINDEX} | -ROW |7577 |35757 |Application|Port {#SNMPINDEX} | -ROW |7578 |35758 |Application|Port {#SNMPINDEX} | -ROW |7579 |35759 |Application|Port {#SNMPINDEX} | -ROW |7580 |35760 |Application|Port {#SNMPINDEX} | -ROW |7581 |35761 |Application|Port {#SNMPINDEX} | -ROW |7582 |35762 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7583 |35763 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7584 |35764 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7585 |35765 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7586 |35766 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7587 |35767 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7588 |35768 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7589 |35769 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7590 |35770 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7591 |35771 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7592 |35772 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7593 |35773 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7594 |35774 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7595 |35775 |Application|Slot {#ZYXEL.SLOT.ID} | -ROW |7596 |35776 |Application|Status | -ROW |7597 |35777 |Application|Inventory | -ROW |7598 |35778 |Application|Inventory | -ROW |7599 |35779 |Application|Inventory | -ROW |7600 |35780 |Application|Inventory | -ROW |7601 |35781 |Application|Inventory | -ROW |7602 |35782 |Application|Inventory | -ROW |7603 |35783 |Application|Inventory | -ROW |7604 |35784 |Application|Status | -ROW |7605 |35785 |Application|Status | -ROW |7606 |35791 |Application|Fans | -ROW |7607 |35792 |Application|Port {#SNMPINDEX} | -ROW |7608 |35793 |Application|Port {#SNMPINDEX} | -ROW |7609 |35794 |Application|Port {#SNMPINDEX} | -ROW |7610 |35795 |Application|Port {#SNMPINDEX} | -ROW |7611 |35796 |Application|Port {#SNMPINDEX} | -ROW |7612 |35797 |Application|Port {#SNMPINDEX} | -ROW |7613 |35798 |Application|Port {#SNMPINDEX} | -ROW |7614 |35799 |Application|Port {#SNMPINDEX} | -ROW |7615 |35800 |Application|Port {#SNMPINDEX} | -ROW |7616 |35801 |Application|Port {#SNMPINDEX} | -ROW |7617 |35802 |Application|Port {#SNMPINDEX} | -ROW |7618 |35803 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7619 |35804 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7620 |35805 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7621 |35806 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7622 |35807 |Application|Port {#ZYXEL.IF.NAME} | -ROW |7623 |35808 |Application|Temperature | -ROW |7624 |35809 |Application|Power supply | -ROW |7625 |35810 |Application|Status | -ROW |7626 |35811 |Application|Inventory | -ROW |7627 |35812 |Application|CPU | -ROW |7628 |35813 |Application|Inventory | -ROW |7629 |35814 |Application|Inventory | -ROW |7630 |35815 |Application|Inventory | -ROW |7631 |35816 |Application|Inventory | -ROW |7632 |35817 |Application|Inventory | -ROW |7633 |35818 |Application|Inventory | -ROW |7634 |35819 |Application|Status | -ROW |7635 |35823 |Application|Port {#SNMPINDEX} | -ROW |7636 |35824 |Application|Port {#SNMPINDEX} | -ROW |7637 |35825 |Application|Port {#SNMPINDEX} | -ROW |7638 |35826 |Application|Port {#SNMPINDEX} | -ROW |7639 |35827 |Application|Port {#SNMPINDEX} | -ROW |7640 |35828 |Application|Port {#SNMPINDEX} | -ROW |7641 |35829 |Application|Port {#SNMPINDEX} | -ROW |7642 |35830 |Application|Port {#SNMPINDEX} | -ROW |7643 |35831 |Application|Port {#SNMPINDEX} | -ROW |7644 |35832 |Application|Port {#SNMPINDEX} | -ROW |7645 |35833 |Application|Port {#SNMPINDEX} | -ROW |7646 |35834 |Application|Port {#SNMPINDEX} | -ROW |7647 |35835 |Application|Port {#SNMPINDEX} | -ROW |7648 |35836 |Application|Port {#SNMPINDEX} | -ROW |7649 |35837 |Application|Port {#SNMPINDEX} | -ROW |7650 |35838 |Application|Port {#SNMPINDEX} | -ROW |7651 |35839 |Application|Port {#SNMPINDEX} | -ROW |7652 |35840 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7653 |35841 |Application|Port {#SNMPINDEX} | -ROW |7654 |35842 |Application|Port {#SNMPINDEX} | -ROW |7655 |35843 |Application|Port {#SNMPINDEX} | -ROW |7656 |35844 |Application|Port {#SNMPINDEX} | -ROW |7657 |35845 |Application|Port {#SNMPINDEX} | -ROW |7658 |35846 |Application|Port {#SNMPINDEX} | -ROW |7659 |35847 |Application|Port {#SNMPINDEX} | -ROW |7660 |35848 |Application|Status | -ROW |7661 |35849 |Application|Inventory | -ROW |7662 |35850 |Application|CPU | -ROW |7663 |35851 |Application|Inventory | -ROW |7664 |35852 |Application|Inventory | -ROW |7665 |35853 |Application|Inventory | -ROW |7666 |35854 |Application|Inventory | -ROW |7667 |35855 |Application|Inventory | -ROW |7668 |35856 |Application|Inventory | -ROW |7669 |35857 |Application|Status | -ROW |7670 |35864 |Application|Memory | -ROW |7671 |35865 |Application|Port {#SNMPINDEX} | -ROW |7672 |35866 |Application|Port {#SNMPINDEX} | -ROW |7673 |35867 |Application|Port {#SNMPINDEX} | -ROW |7674 |35868 |Application|Port {#SNMPINDEX} | -ROW |7675 |35869 |Application|Port {#SNMPINDEX} | -ROW |7676 |35870 |Application|Port {#SNMPINDEX} | -ROW |7677 |35871 |Application|Port {#SNMPINDEX} | -ROW |7678 |35872 |Application|Port {#SNMPINDEX} | -ROW |7679 |35873 |Application|Port {#SNMPINDEX} | -ROW |7680 |35874 |Application|Port {#SNMPINDEX} | -ROW |7681 |35875 |Application|Port {#SNMPINDEX} | -ROW |7682 |35876 |Application|Port {#SNMPINDEX} | -ROW |7683 |35877 |Application|Port {#SNMPINDEX} | -ROW |7684 |35878 |Application|Port {#SNMPINDEX} | -ROW |7685 |35879 |Application|Port {#SNMPINDEX} | -ROW |7686 |35880 |Application|Port {#SNMPINDEX} | -ROW |7687 |35881 |Application|Port {#SNMPINDEX} | -ROW |7688 |35882 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7689 |35883 |Application|Port {#SNMPINDEX} | -ROW |7690 |35884 |Application|Port {#SNMPINDEX} | -ROW |7691 |35885 |Application|Port {#SNMPINDEX} | -ROW |7692 |35886 |Application|Port {#SNMPINDEX} | -ROW |7693 |35887 |Application|Port {#SNMPINDEX} | -ROW |7694 |35888 |Application|Port {#SNMPINDEX} | -ROW |7695 |35889 |Application|Port {#SNMPINDEX} | -ROW |7696 |35890 |Application|Temperature | -ROW |7697 |35891 |Application|Power supply | -ROW |7698 |35892 |Application|Status | -ROW |7699 |35893 |Application|Inventory | -ROW |7700 |35894 |Application|CPU | -ROW |7701 |35895 |Application|Inventory | -ROW |7702 |35896 |Application|Inventory | -ROW |7703 |35897 |Application|Inventory | -ROW |7704 |35898 |Application|Inventory | -ROW |7705 |35899 |Application|Inventory | -ROW |7706 |35900 |Application|Inventory | -ROW |7707 |35901 |Application|Status | -ROW |7708 |35908 |Application|Memory | -ROW |7709 |35909 |Application|Port {#SNMPINDEX} | -ROW |7710 |35910 |Application|Port {#SNMPINDEX} | -ROW |7711 |35911 |Application|Port {#SNMPINDEX} | -ROW |7712 |35912 |Application|Port {#SNMPINDEX} | -ROW |7713 |35913 |Application|Port {#SNMPINDEX} | -ROW |7714 |35914 |Application|Port {#SNMPINDEX} | -ROW |7715 |35915 |Application|Port {#SNMPINDEX} | -ROW |7716 |35916 |Application|Port {#SNMPINDEX} | -ROW |7717 |35917 |Application|Port {#SNMPINDEX} | -ROW |7718 |35918 |Application|Port {#SNMPINDEX} | -ROW |7719 |35919 |Application|Port {#SNMPINDEX} | -ROW |7720 |35920 |Application|Port {#SNMPINDEX} | -ROW |7721 |35921 |Application|Port {#SNMPINDEX} | -ROW |7722 |35922 |Application|Port {#SNMPINDEX} | -ROW |7723 |35923 |Application|Port {#SNMPINDEX} | -ROW |7724 |35924 |Application|Port {#SNMPINDEX} | -ROW |7725 |35925 |Application|Port {#SNMPINDEX} | -ROW |7726 |35926 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7727 |35927 |Application|Port {#SNMPINDEX} | -ROW |7728 |35928 |Application|Port {#SNMPINDEX} | -ROW |7729 |35929 |Application|Port {#SNMPINDEX} | -ROW |7730 |35930 |Application|Port {#SNMPINDEX} | -ROW |7731 |35931 |Application|Port {#SNMPINDEX} | -ROW |7732 |35932 |Application|Port {#SNMPINDEX} | -ROW |7733 |35933 |Application|Port {#SNMPINDEX} | -ROW |7734 |35934 |Application|Temperature | -ROW |7735 |35935 |Application|Power supply | -ROW |7736 |35936 |Application|Status | -ROW |7737 |35937 |Application|Inventory | -ROW |7738 |35938 |Application|CPU | -ROW |7739 |35939 |Application|Inventory | -ROW |7740 |35940 |Application|Inventory | -ROW |7741 |35941 |Application|Inventory | -ROW |7742 |35942 |Application|Inventory | -ROW |7743 |35943 |Application|Inventory | -ROW |7744 |35944 |Application|Inventory | -ROW |7745 |35945 |Application|Status | -ROW |7746 |35952 |Application|Fans | -ROW |7747 |35953 |Application|Port {#SNMPINDEX} | -ROW |7748 |35954 |Application|Port {#SNMPINDEX} | -ROW |7749 |35955 |Application|Port {#SNMPINDEX} | -ROW |7750 |35956 |Application|Port {#SNMPINDEX} | -ROW |7751 |35957 |Application|Port {#SNMPINDEX} | -ROW |7752 |35958 |Application|Port {#SNMPINDEX} | -ROW |7753 |35959 |Application|Port {#SNMPINDEX} | -ROW |7754 |35960 |Application|Port {#SNMPINDEX} | -ROW |7755 |35961 |Application|Port {#SNMPINDEX} | -ROW |7756 |35962 |Application|Port {#SNMPINDEX} | -ROW |7757 |35963 |Application|Port {#SNMPINDEX} | -ROW |7758 |35964 |Application|Port {#SNMPINDEX} | -ROW |7759 |35965 |Application|Port {#SNMPINDEX} | -ROW |7760 |35966 |Application|Port {#SNMPINDEX} | -ROW |7761 |35967 |Application|Port {#SNMPINDEX} | -ROW |7762 |35968 |Application|Port {#SNMPINDEX} | -ROW |7763 |35969 |Application|Port {#SNMPINDEX} | -ROW |7764 |35970 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7765 |35971 |Application|Port {#SNMPINDEX} | -ROW |7766 |35972 |Application|Port {#SNMPINDEX} | -ROW |7767 |35973 |Application|Port {#SNMPINDEX} | -ROW |7768 |35974 |Application|Port {#SNMPINDEX} | -ROW |7769 |35975 |Application|Port {#SNMPINDEX} | -ROW |7770 |35976 |Application|Port {#SNMPINDEX} | -ROW |7771 |35977 |Application|Port {#SNMPINDEX} | -ROW |7772 |35978 |Application|Temperature | -ROW |7773 |35979 |Application|Power supply | -ROW |7774 |35980 |Application|Status | -ROW |7775 |35981 |Application|Inventory | -ROW |7776 |35982 |Application|CPU | -ROW |7777 |35983 |Application|Inventory | -ROW |7778 |35984 |Application|Inventory | -ROW |7779 |35985 |Application|Inventory | -ROW |7780 |35986 |Application|Inventory | -ROW |7781 |35987 |Application|Inventory | -ROW |7782 |35988 |Application|Inventory | -ROW |7783 |35989 |Application|Status | -ROW |7784 |35996 |Application|Fans | -ROW |7785 |35997 |Application|Port {#SNMPINDEX} | -ROW |7786 |35998 |Application|Port {#SNMPINDEX} | -ROW |7787 |35999 |Application|Port {#SNMPINDEX} | -ROW |7788 |36000 |Application|Port {#SNMPINDEX} | -ROW |7789 |36001 |Application|Port {#SNMPINDEX} | -ROW |7790 |36002 |Application|Port {#SNMPINDEX} | -ROW |7791 |36003 |Application|Port {#SNMPINDEX} | -ROW |7792 |36004 |Application|Port {#SNMPINDEX} | -ROW |7793 |36005 |Application|Port {#SNMPINDEX} | -ROW |7794 |36006 |Application|Port {#SNMPINDEX} | -ROW |7795 |36007 |Application|Port {#SNMPINDEX} | -ROW |7796 |36008 |Application|Port {#SNMPINDEX} | -ROW |7797 |36009 |Application|Port {#SNMPINDEX} | -ROW |7798 |36010 |Application|Port {#SNMPINDEX} | -ROW |7799 |36011 |Application|Port {#SNMPINDEX} | -ROW |7800 |36012 |Application|Port {#SNMPINDEX} | -ROW |7801 |36013 |Application|Port {#SNMPINDEX} | -ROW |7802 |36014 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7803 |36015 |Application|Port {#SNMPINDEX} | -ROW |7804 |36016 |Application|Port {#SNMPINDEX} | -ROW |7805 |36017 |Application|Port {#SNMPINDEX} | -ROW |7806 |36018 |Application|Port {#SNMPINDEX} | -ROW |7807 |36019 |Application|Port {#SNMPINDEX} | -ROW |7808 |36020 |Application|Port {#SNMPINDEX} | -ROW |7809 |36021 |Application|Port {#SNMPINDEX} | -ROW |7810 |36022 |Application|Temperature | -ROW |7811 |36023 |Application|Power supply | -ROW |7812 |36024 |Application|Status | -ROW |7813 |36025 |Application|Inventory | -ROW |7814 |36026 |Application|CPU | -ROW |7815 |36027 |Application|Inventory | -ROW |7816 |36028 |Application|Inventory | -ROW |7817 |36029 |Application|Inventory | -ROW |7818 |36030 |Application|Memory | -ROW |7819 |36031 |Application|Inventory | -ROW |7820 |36032 |Application|Inventory | -ROW |7821 |36033 |Application|Inventory | -ROW |7822 |36034 |Application|Status | -ROW |7823 |36041 |Application|Fans | -ROW |7824 |36042 |Application|Port {#SNMPINDEX} | -ROW |7825 |36043 |Application|Port {#SNMPINDEX} | -ROW |7826 |36044 |Application|Port {#SNMPINDEX} | -ROW |7827 |36045 |Application|Port {#SNMPINDEX} | -ROW |7828 |36046 |Application|Port {#SNMPINDEX} | -ROW |7829 |36047 |Application|Port {#SNMPINDEX} | -ROW |7830 |36048 |Application|Port {#SNMPINDEX} | -ROW |7831 |36049 |Application|Port {#SNMPINDEX} | -ROW |7832 |36050 |Application|Port {#SNMPINDEX} | -ROW |7833 |36051 |Application|Port {#SNMPINDEX} | -ROW |7834 |36052 |Application|Port {#SNMPINDEX} | -ROW |7835 |36053 |Application|Port {#SNMPINDEX} | -ROW |7836 |36054 |Application|Port {#SNMPINDEX} | -ROW |7837 |36055 |Application|Port {#SNMPINDEX} | -ROW |7838 |36056 |Application|Port {#SNMPINDEX} | -ROW |7839 |36057 |Application|Port {#SNMPINDEX} | -ROW |7840 |36058 |Application|Port {#SNMPINDEX} | -ROW |7841 |36059 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7842 |36060 |Application|Port {#SNMPINDEX} | -ROW |7843 |36061 |Application|Port {#SNMPINDEX} | -ROW |7844 |36062 |Application|Port {#SNMPINDEX} | -ROW |7845 |36063 |Application|Port {#SNMPINDEX} | -ROW |7846 |36064 |Application|Port {#SNMPINDEX} | -ROW |7847 |36065 |Application|Port {#SNMPINDEX} | -ROW |7848 |36066 |Application|Port {#SNMPINDEX} | -ROW |7849 |36067 |Application|Temperature | -ROW |7850 |36068 |Application|Power supply | -ROW |7851 |36069 |Application|Status | -ROW |7852 |36070 |Application|Inventory | -ROW |7853 |36071 |Application|CPU | -ROW |7854 |36072 |Application|Inventory | -ROW |7855 |36073 |Application|Inventory | -ROW |7856 |36074 |Application|Inventory | -ROW |7857 |36075 |Application|Memory | -ROW |7858 |36076 |Application|Inventory | -ROW |7859 |36077 |Application|Inventory | -ROW |7860 |36078 |Application|Inventory | -ROW |7861 |36079 |Application|Status | -ROW |7862 |36086 |Application|Fans | -ROW |7863 |36087 |Application|Port {#SNMPINDEX} | -ROW |7864 |36088 |Application|Port {#SNMPINDEX} | -ROW |7865 |36089 |Application|Port {#SNMPINDEX} | -ROW |7866 |36090 |Application|Port {#SNMPINDEX} | -ROW |7867 |36091 |Application|Port {#SNMPINDEX} | -ROW |7868 |36092 |Application|Port {#SNMPINDEX} | -ROW |7869 |36093 |Application|Port {#SNMPINDEX} | -ROW |7870 |36094 |Application|Port {#SNMPINDEX} | -ROW |7871 |36095 |Application|Port {#SNMPINDEX} | -ROW |7872 |36096 |Application|Port {#SNMPINDEX} | -ROW |7873 |36097 |Application|Port {#SNMPINDEX} | -ROW |7874 |36098 |Application|Port {#SNMPINDEX} | -ROW |7875 |36099 |Application|Port {#SNMPINDEX} | -ROW |7876 |36100 |Application|Port {#SNMPINDEX} | -ROW |7877 |36101 |Application|Port {#SNMPINDEX} | -ROW |7878 |36102 |Application|Port {#SNMPINDEX} | -ROW |7879 |36103 |Application|Port {#SNMPINDEX} | -ROW |7880 |36104 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7881 |36105 |Application|Port {#SNMPINDEX} | -ROW |7882 |36106 |Application|Port {#SNMPINDEX} | -ROW |7883 |36107 |Application|Port {#SNMPINDEX} | -ROW |7884 |36108 |Application|Port {#SNMPINDEX} | -ROW |7885 |36109 |Application|Port {#SNMPINDEX} | -ROW |7886 |36110 |Application|Port {#SNMPINDEX} | -ROW |7887 |36111 |Application|Port {#SNMPINDEX} | -ROW |7888 |36112 |Application|Temperature | -ROW |7889 |36113 |Application|Power supply | -ROW |7890 |36114 |Application|Status | -ROW |7891 |36115 |Application|Inventory | -ROW |7892 |36116 |Application|CPU | -ROW |7893 |36117 |Application|Inventory | -ROW |7894 |36118 |Application|Inventory | -ROW |7895 |36119 |Application|Inventory | -ROW |7896 |36120 |Application|Inventory | -ROW |7897 |36121 |Application|Inventory | -ROW |7898 |36122 |Application|Inventory | -ROW |7899 |36123 |Application|Status | -ROW |7900 |36131 |Application|Fans | -ROW |7901 |36132 |Application|Memory | -ROW |7902 |36133 |Application|Port {#SNMPINDEX} | -ROW |7903 |36134 |Application|Port {#SNMPINDEX} | -ROW |7904 |36135 |Application|Port {#SNMPINDEX} | -ROW |7905 |36136 |Application|Port {#SNMPINDEX} | -ROW |7906 |36137 |Application|Port {#SNMPINDEX} | -ROW |7907 |36138 |Application|Port {#SNMPINDEX} | -ROW |7908 |36139 |Application|Port {#SNMPINDEX} | -ROW |7909 |36140 |Application|Port {#SNMPINDEX} | -ROW |7910 |36141 |Application|Port {#SNMPINDEX} | -ROW |7911 |36142 |Application|Port {#SNMPINDEX} | -ROW |7912 |36143 |Application|Port {#SNMPINDEX} | -ROW |7913 |36144 |Application|Port {#SNMPINDEX} | -ROW |7914 |36145 |Application|Port {#SNMPINDEX} | -ROW |7915 |36146 |Application|Port {#SNMPINDEX} | -ROW |7916 |36147 |Application|Port {#SNMPINDEX} | -ROW |7917 |36148 |Application|Port {#SNMPINDEX} | -ROW |7918 |36149 |Application|Port {#SNMPINDEX} | -ROW |7919 |36150 |Application|Port {#ZYXEL.SFP.PORT} | -ROW |7920 |36151 |Application|Port {#SNMPINDEX} | -ROW |7921 |36152 |Application|Port {#SNMPINDEX} | -ROW |7922 |36153 |Application|Port {#SNMPINDEX} | -ROW |7923 |36154 |Application|Port {#SNMPINDEX} | -ROW |7924 |36155 |Application|Port {#SNMPINDEX} | -ROW |7925 |36156 |Application|Port {#SNMPINDEX} | -ROW |7926 |36157 |Application|Port {#SNMPINDEX} | -ROW |7927 |36158 |Application|Temperature | -ROW |7928 |36159 |Application|Power supply | -ROW |7929 |36160 |Application|General | -ROW |7930 |36161 |Application|General | -ROW |7931 |36162 |Application|General | -ROW |7932 |36163 |Application|General | -ROW |7933 |36164 |Application|General | -ROW |7934 |36165 |Application|Status | -ROW |7935 |36166 |Application|General | -ROW |7936 |36167 |Application|Status | -ROW |7937 |36178 |Application|Disk arrays | -ROW |7938 |36179 |Application|Disk arrays | -ROW |7939 |36180 |Application|Disk arrays | -ROW |7940 |36181 |Application|Fans | -ROW |7941 |36182 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7942 |36183 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7943 |36184 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7944 |36185 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7945 |36186 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7946 |36187 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7947 |36188 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7948 |36189 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7949 |36190 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7950 |36191 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7951 |36192 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7952 |36193 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7953 |36194 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7954 |36195 |Application|Interface {#IFNAME}({#IFALIAS}) | -ROW |7955 |36196 |Application|Physical disks | -ROW |7956 |36197 |Application|Physical disks | -ROW |7957 |36198 |Application|Physical disks | -ROW |7958 |36199 |Application|Physical disks | -ROW |7959 |36200 |Application|Physical disks | -ROW |7960 |36201 |Application|Power supply | -ROW |7961 |36202 |Application|Temperature | -ROW |7962 |36203 |Application|Temperature | -ROW |7963 |36204 |Application|Temperature | -ROW |7964 |36205 |Application|Temperature | -ROW |7965 |36206 |Application|Temperature | -ROW |7966 |36207 |Application|Inventory | -ROW |7967 |36208 |Application|Inventory | -ROW |7968 |36209 |Application|Status | -ROW |7969 |36210 |Application|Virtual disks | -ROW |7970 |36211 |Application|Virtual disks | -ROW |7971 |36212 |Application|Virtual disks | -ROW |7972 |36213 |Application|Zabbix raw items | -ROW |7973 |36214 |Application|Status | -ROW |7974 |36215 |Application|Inventory | -ROW |7975 |36216 |Application|Inventory | -ROW |7976 |36217 |Application|Inventory | -ROW |7977 |36218 |Application|Status | -ROW |7978 |36227 |Application|Zabbix raw items | -ROW |7979 |36228 |Application|Zabbix raw items | -ROW |7980 |36229 |Application|Zabbix raw items | -ROW |7981 |36230 |Application|Zabbix raw items | -ROW |7982 |36231 |Application|Zabbix raw items | -ROW |7983 |36232 |Application|Zabbix raw items | -ROW |7984 |36233 |Application|Zabbix raw items | -ROW |7985 |36234 |Application|Zabbix raw items | -ROW |7986 |36235 |Application|Fans | -ROW |7987 |36236 |Application|Fans | -ROW |7988 |36237 |Application|Network interfaces | -ROW |7989 |36238 |Application|Network interfaces | -ROW |7990 |36239 |Application|Network interfaces | -ROW |7991 |36240 |Application|Network interfaces | -ROW |7992 |36241 |Application|Physical disks | -ROW |7993 |36242 |Application|Physical disks | -ROW |7994 |36243 |Application|Physical disks | -ROW |7995 |36244 |Application|Physical disks | -ROW |7996 |36245 |Application|Physical disks | -ROW |7997 |36246 |Application|Power supply | -ROW |7998 |36247 |Application|Temperature | -ROW |7999 |36248 |Application|Temperature | -ROW |8000 |36249 |Application|Virtual disks | -ROW |8001 |36250 |Application|Virtual disks | -ROW |8002 |36251 |Application|Virtual disks | -ROW |8003 |36252 |Application|Virtual disks | -ROW |8004 |36253 |Application|Virtual disks | -ROW |8005 |36254 |Application|Virtual disks | -ROW |8006 |36255 |Application|General | -ROW |8007 |36256 |Application|General | -ROW |8008 |36257 |Application|Inventory | -ROW |8009 |36258 |Application|Inventory | -ROW |8010 |36259 |Application|Inventory | -ROW |8011 |36260 |Application|General | -ROW |8012 |36261 |Application|General | -ROW |8013 |36262 |Application|General | -ROW |8014 |36263 |Application|Status | -ROW |8015 |36264 |Application|Inventory | -ROW |8016 |36265 |Application|Status | -ROW |8017 |36266 |Application|General | -ROW |8018 |36267 |Application|Status | -ROW |8019 |36275 |Application|Disk arrays | -ROW |8020 |36276 |Application|Disk arrays | -ROW |8021 |36277 |Application|Disk arrays | -ROW |8022 |36278 |Application|Fans | -ROW |8023 |36279 |Application|Fans | -ROW |8024 |36280 |Application|Physical disks | -ROW |8025 |36281 |Application|Physical disks | -ROW |8026 |36282 |Application|Physical disks | -ROW |8027 |36283 |Application|Physical disks | -ROW |8028 |36284 |Application|Physical disks | -ROW |8029 |36285 |Application|Physical disks | -ROW |8030 |36286 |Application|Power supply | -ROW |8031 |36287 |Application|Temperature | -ROW |8032 |36288 |Application|Temperature | -ROW |8033 |36289 |Application|Virtual disks | -ROW |8034 |36290 |Application|Virtual disks | -ROW |8035 |36291 |Application|Virtual disks | -ROW |8036 |36292 |Application|Virtual disks | -ROW |8037 |36293 |Application|Virtual disks | -ROW |8038 |36294 |Application|Virtual disks | -ROW |8039 |36295 |Application|Zabbix raw items | -ROW |8040 |36296 |Application|Status | -ROW |8041 |36297 |Application|Inventory | -ROW |8042 |36298 |Application|Inventory | -ROW |8043 |36299 |Application|Inventory | -ROW |8044 |36300 |Application|Status | -ROW |8045 |36309 |Application|Zabbix raw items | -ROW |8046 |36310 |Application|Zabbix raw items | -ROW |8047 |36311 |Application|Zabbix raw items | -ROW |8048 |36312 |Application|Zabbix raw items | -ROW |8049 |36313 |Application|Zabbix raw items | -ROW |8050 |36314 |Application|Zabbix raw items | -ROW |8051 |36315 |Application|Zabbix raw items | -ROW |8052 |36316 |Application|Zabbix raw items | -ROW |8053 |36317 |Application|Fans | -ROW |8054 |36318 |Application|Fans | -ROW |8055 |36319 |Application|Network interfaces | -ROW |8056 |36320 |Application|Network interfaces | -ROW |8057 |36321 |Application|Network interfaces | -ROW |8058 |36322 |Application|Network interfaces | -ROW |8059 |36323 |Application|Physical disks | -ROW |8060 |36324 |Application|Physical disks | -ROW |8061 |36325 |Application|Physical disks | -ROW |8062 |36326 |Application|Physical disks | -ROW |8063 |36327 |Application|Physical disks | -ROW |8064 |36328 |Application|Power supply | -ROW |8065 |36329 |Application|Temperature | -ROW |8066 |36330 |Application|Temperature | -ROW |8067 |36331 |Application|Virtual disks | -ROW |8068 |36332 |Application|Virtual disks | -ROW |8069 |36333 |Application|Virtual disks | -ROW |8070 |36334 |Application|Virtual disks | -ROW |8071 |36335 |Application|Virtual disks | -ROW |8072 |36336 |Application|Virtual disks | -ROW |8073 |36337 |Application|General | -ROW |8074 |36338 |Application|General | -ROW |8075 |36339 |Application|Inventory | -ROW |8076 |36340 |Application|Inventory | -ROW |8077 |36341 |Application|Inventory | -ROW |8078 |36342 |Application|General | -ROW |8079 |36343 |Application|General | -ROW |8080 |36344 |Application|General | -ROW |8081 |36345 |Application|Status | -ROW |8082 |36346 |Application|Inventory | -ROW |8083 |36347 |Application|Status | -ROW |8084 |36348 |Application|General | -ROW |8085 |36349 |Application|Status | -ROW |8086 |36357 |Application|Disk arrays | -ROW |8087 |36358 |Application|Disk arrays | -ROW |8088 |36359 |Application|Disk arrays | -ROW |8089 |36360 |Application|Fans | -ROW |8090 |36361 |Application|Fans | -ROW |8091 |36362 |Application|Physical disks | -ROW |8092 |36363 |Application|Physical disks | -ROW |8093 |36364 |Application|Physical disks | -ROW |8094 |36365 |Application|Physical disks | -ROW |8095 |36366 |Application|Physical disks | -ROW |8096 |36367 |Application|Physical disks | -ROW |8097 |36368 |Application|Power supply | -ROW |8098 |36369 |Application|Temperature | -ROW |8099 |36370 |Application|Temperature | -ROW |8100 |36371 |Application|Virtual disks | -ROW |8101 |36372 |Application|Virtual disks | -ROW |8102 |36373 |Application|Virtual disks | -ROW |8103 |36374 |Application|Virtual disks | -ROW |8104 |36375 |Application|Virtual disks | -ROW |8105 |36376 |Application|Virtual disks | -ROW |8106 |36377 |Application|Zabbix raw items | -ROW |8107 |36378 |Application|Status | -ROW |8108 |36379 |Application|Inventory | -ROW |8109 |36380 |Application|Inventory | -ROW |8110 |36381 |Application|Inventory | -ROW |8111 |36382 |Application|Status | -ROW |8112 |36391 |Application|Zabbix raw items | -ROW |8113 |36392 |Application|Zabbix raw items | -ROW |8114 |36393 |Application|Zabbix raw items | -ROW |8115 |36394 |Application|Zabbix raw items | -ROW |8116 |36395 |Application|Zabbix raw items | -ROW |8117 |36396 |Application|Zabbix raw items | -ROW |8118 |36397 |Application|Zabbix raw items | -ROW |8119 |36398 |Application|Zabbix raw items | -ROW |8120 |36399 |Application|Fans | -ROW |8121 |36400 |Application|Fans | -ROW |8122 |36401 |Application|Network interfaces | -ROW |8123 |36402 |Application|Network interfaces | -ROW |8124 |36403 |Application|Network interfaces | -ROW |8125 |36404 |Application|Network interfaces | -ROW |8126 |36405 |Application|Physical disks | -ROW |8127 |36406 |Application|Physical disks | -ROW |8128 |36407 |Application|Physical disks | -ROW |8129 |36408 |Application|Physical disks | -ROW |8130 |36409 |Application|Physical disks | -ROW |8131 |36410 |Application|Power supply | -ROW |8132 |36411 |Application|Temperature | -ROW |8133 |36412 |Application|Temperature | -ROW |8134 |36413 |Application|Virtual disks | -ROW |8135 |36414 |Application|Virtual disks | -ROW |8136 |36415 |Application|Virtual disks | -ROW |8137 |36416 |Application|Virtual disks | -ROW |8138 |36417 |Application|Virtual disks | -ROW |8139 |36418 |Application|Virtual disks | -ROW |8140 |36419 |Application|General | -ROW |8141 |36420 |Application|General | -ROW |8142 |36421 |Application|Inventory | -ROW |8143 |36422 |Application|Inventory | -ROW |8144 |36423 |Application|Inventory | -ROW |8145 |36424 |Application|General | -ROW |8146 |36425 |Application|General | -ROW |8147 |36426 |Application|General | -ROW |8148 |36427 |Application|Status | -ROW |8149 |36428 |Application|Inventory | -ROW |8150 |36429 |Application|Status | -ROW |8151 |36430 |Application|General | -ROW |8152 |36431 |Application|Status | -ROW |8153 |36439 |Application|Disk arrays | -ROW |8154 |36440 |Application|Disk arrays | -ROW |8155 |36441 |Application|Disk arrays | -ROW |8156 |36442 |Application|Fans | -ROW |8157 |36443 |Application|Fans | -ROW |8158 |36444 |Application|Physical disks | -ROW |8159 |36445 |Application|Physical disks | -ROW |8160 |36446 |Application|Physical disks | -ROW |8161 |36447 |Application|Physical disks | -ROW |8162 |36448 |Application|Physical disks | -ROW |8163 |36449 |Application|Physical disks | -ROW |8164 |36450 |Application|Power supply | -ROW |8165 |36451 |Application|Temperature | -ROW |8166 |36452 |Application|Temperature | -ROW |8167 |36453 |Application|Virtual disks | -ROW |8168 |36454 |Application|Virtual disks | -ROW |8169 |36455 |Application|Virtual disks | -ROW |8170 |36456 |Application|Virtual disks | -ROW |8171 |36457 |Application|Virtual disks | -ROW |8172 |36458 |Application|Virtual disks | -ROW |8173 |36459 |Application|Zabbix raw items | -ROW |8174 |36460 |Application|Status | -ROW |8175 |36461 |Application|Inventory | -ROW |8176 |36462 |Application|Inventory | -ROW |8177 |36463 |Application|Inventory | -ROW |8178 |36464 |Application|Status | -ROW |8179 |36473 |Application|Zabbix raw items | -ROW |8180 |36474 |Application|Zabbix raw items | -ROW |8181 |36475 |Application|Zabbix raw items | -ROW |8182 |36476 |Application|Zabbix raw items | -ROW |8183 |36477 |Application|Zabbix raw items | -ROW |8184 |36478 |Application|Zabbix raw items | -ROW |8185 |36479 |Application|Zabbix raw items | -ROW |8186 |36480 |Application|Zabbix raw items | -ROW |8187 |36481 |Application|Fans | -ROW |8188 |36482 |Application|Fans | -ROW |8189 |36483 |Application|Network interfaces | -ROW |8190 |36484 |Application|Network interfaces | -ROW |8191 |36485 |Application|Network interfaces | -ROW |8192 |36486 |Application|Network interfaces | -ROW |8193 |36487 |Application|Physical disks | -ROW |8194 |36488 |Application|Physical disks | -ROW |8195 |36489 |Application|Physical disks | -ROW |8196 |36490 |Application|Physical disks | -ROW |8197 |36491 |Application|Physical disks | -ROW |8198 |36492 |Application|Power supply | -ROW |8199 |36493 |Application|Temperature | -ROW |8200 |36494 |Application|Temperature | -ROW |8201 |36495 |Application|Virtual disks | -ROW |8202 |36496 |Application|Virtual disks | -ROW |8203 |36497 |Application|Virtual disks | -ROW |8204 |36498 |Application|Virtual disks | -ROW |8205 |36499 |Application|Virtual disks | -ROW |8206 |36500 |Application|Virtual disks | -ROW |8207 |36501 |Application|General | -ROW |8208 |36502 |Application|General | -ROW |8209 |36503 |Application|Inventory | -ROW |8210 |36504 |Application|Inventory | -ROW |8211 |36505 |Application|Inventory | -ROW |8212 |36506 |Application|General | -ROW |8213 |36507 |Application|General | -ROW |8214 |36508 |Application|General | -ROW |8215 |36509 |Application|Status | -ROW |8216 |36510 |Application|Inventory | -ROW |8217 |36511 |Application|Status | -ROW |8218 |36512 |Application|General | -ROW |8219 |36513 |Application|Status | -ROW |8220 |36521 |Application|Disk arrays | -ROW |8221 |36522 |Application|Disk arrays | -ROW |8222 |36523 |Application|Disk arrays | -ROW |8223 |36524 |Application|Fans | -ROW |8224 |36525 |Application|Fans | -ROW |8225 |36526 |Application|Physical disks | -ROW |8226 |36527 |Application|Physical disks | -ROW |8227 |36528 |Application|Physical disks | -ROW |8228 |36529 |Application|Physical disks | -ROW |8229 |36530 |Application|Physical disks | -ROW |8230 |36531 |Application|Physical disks | -ROW |8231 |36532 |Application|Power supply | -ROW |8232 |36533 |Application|Temperature | -ROW |8233 |36534 |Application|Temperature | -ROW |8234 |36535 |Application|Virtual disks | -ROW |8235 |36536 |Application|Virtual disks | -ROW |8236 |36537 |Application|Virtual disks | -ROW |8237 |36538 |Application|Virtual disks | -ROW |8238 |36539 |Application|Virtual disks | -ROW |8239 |36540 |Application|Virtual disks | -ROW |8240 |36541 |Application|General | -ROW |8241 |36542 |Application|General | -ROW |8242 |36543 |Application|Inventory | -ROW |8243 |36544 |Application|Inventory | -ROW |8244 |36545 |Application|General | -ROW |8245 |36546 |Application|General | -ROW |8246 |36547 |Application|General | -ROW |8247 |36548 |Application|Temperature | -ROW |8248 |36549 |Application|Status | -ROW |8249 |36550 |Application|Status | -ROW |8250 |36551 |Application|General | -ROW |8251 |36552 |Application|Status | -ROW |8252 |36567 |Application|Disk arrays | -ROW |8253 |36568 |Application|Disk arrays | -ROW |8254 |36569 |Application|Disk arrays | -ROW |8255 |36570 |Application|Disk arrays | -ROW |8256 |36571 |Application|Fans | -ROW |8257 |36572 |Application|Network interfaces | -ROW |8258 |36573 |Application|Physical disks | -ROW |8259 |36574 |Application|Physical disks | -ROW |8260 |36575 |Application|Physical disks | -ROW |8261 |36576 |Application|Physical disks | -ROW |8262 |36577 |Application|Physical disks | -ROW |8263 |36578 |Application|Physical disks | -ROW |8264 |36579 |Application|Power supply | -ROW |8265 |36580 |Application|Temperature | -ROW |8266 |36581 |Application|Temperature | -ROW |8267 |36582 |Application|Temperature | -ROW |8268 |36583 |Application|Temperature | -ROW |8269 |36584 |Application|Temperature | -ROW |8270 |36585 |Application|Temperature | -ROW |8271 |36586 |Application|Temperature | -ROW |8272 |36587 |Application|Temperature | -ROW |8273 |36588 |Application|Temperature | -ROW |8274 |36589 |Application|Temperature | -ROW |8275 |36590 |Application|Temperature | -ROW |8276 |36591 |Application|Temperature | -ROW |8277 |36592 |Application|Temperature | -ROW |8278 |36593 |Application|Temperature | -ROW |8279 |36594 |Application|Temperature | -ROW |8280 |36595 |Application|Virtual disks | -ROW |8281 |36596 |Application|Virtual disks | -ROW |8282 |36597 |Application|Virtual disks | -ROW |8283 |36598 |Application|General | -ROW |8284 |36599 |Application|General | -ROW |8285 |36600 |Application|Inventory | -ROW |8286 |36601 |Application|Inventory | -ROW |8287 |36602 |Application|General | -ROW |8288 |36603 |Application|General | -ROW |8289 |36604 |Application|General | -ROW |8290 |36605 |Application|Temperature | -ROW |8291 |36606 |Application|Status | -ROW |8292 |36607 |Application|Status | -ROW |8293 |36608 |Application|General | -ROW |8294 |36609 |Application|Status | -ROW |8295 |36624 |Application|Disk arrays | -ROW |8296 |36625 |Application|Disk arrays | -ROW |8297 |36626 |Application|Disk arrays | -ROW |8298 |36627 |Application|Disk arrays | -ROW |8299 |36628 |Application|Fans | -ROW |8300 |36629 |Application|Network interfaces | -ROW |8301 |36630 |Application|Physical disks | -ROW |8302 |36631 |Application|Physical disks | -ROW |8303 |36632 |Application|Physical disks | -ROW |8304 |36633 |Application|Physical disks | -ROW |8305 |36634 |Application|Physical disks | -ROW |8306 |36635 |Application|Physical disks | -ROW |8307 |36636 |Application|Power supply | -ROW |8308 |36637 |Application|Temperature | -ROW |8309 |36638 |Application|Temperature | -ROW |8310 |36639 |Application|Temperature | -ROW |8311 |36640 |Application|Temperature | -ROW |8312 |36641 |Application|Temperature | -ROW |8313 |36642 |Application|Temperature | -ROW |8314 |36643 |Application|Temperature | -ROW |8315 |36644 |Application|Temperature | -ROW |8316 |36645 |Application|Temperature | -ROW |8317 |36646 |Application|Temperature | -ROW |8318 |36647 |Application|Temperature | -ROW |8319 |36648 |Application|Temperature | -ROW |8320 |36649 |Application|Temperature | -ROW |8321 |36650 |Application|Temperature | -ROW |8322 |36651 |Application|Temperature | -ROW |8323 |36652 |Application|Virtual disks | -ROW |8324 |36653 |Application|Virtual disks | -ROW |8325 |36654 |Application|Virtual disks | -ROW |8326 |36655 |Application|General | -ROW |8327 |36656 |Application|General | -ROW |8328 |36657 |Application|Inventory | -ROW |8329 |36658 |Application|Inventory | -ROW |8330 |36659 |Application|General | -ROW |8331 |36660 |Application|General | -ROW |8332 |36661 |Application|General | -ROW |8333 |36662 |Application|Temperature | -ROW |8334 |36663 |Application|Status | -ROW |8335 |36664 |Application|Status | -ROW |8336 |36665 |Application|General | -ROW |8337 |36666 |Application|Status | -ROW |8338 |36681 |Application|Disk arrays | -ROW |8339 |36682 |Application|Disk arrays | -ROW |8340 |36683 |Application|Disk arrays | -ROW |8341 |36684 |Application|Disk arrays | -ROW |8342 |36685 |Application|Fans | -ROW |8343 |36686 |Application|Network interfaces | -ROW |8344 |36687 |Application|Physical disks | -ROW |8345 |36688 |Application|Physical disks | -ROW |8346 |36689 |Application|Physical disks | -ROW |8347 |36690 |Application|Physical disks | -ROW |8348 |36691 |Application|Physical disks | -ROW |8349 |36692 |Application|Physical disks | -ROW |8350 |36693 |Application|Power supply | -ROW |8351 |36694 |Application|Temperature | -ROW |8352 |36695 |Application|Temperature | -ROW |8353 |36696 |Application|Temperature | -ROW |8354 |36697 |Application|Temperature | -ROW |8355 |36698 |Application|Temperature | -ROW |8356 |36699 |Application|Temperature | -ROW |8357 |36700 |Application|Temperature | -ROW |8358 |36701 |Application|Temperature | -ROW |8359 |36702 |Application|Temperature | -ROW |8360 |36703 |Application|Temperature | -ROW |8361 |36704 |Application|Temperature | -ROW |8362 |36705 |Application|Temperature | -ROW |8363 |36706 |Application|Temperature | -ROW |8364 |36707 |Application|Temperature | -ROW |8365 |36708 |Application|Temperature | -ROW |8366 |36709 |Application|Virtual disks | -ROW |8367 |36710 |Application|Virtual disks | -ROW |8368 |36711 |Application|Virtual disks | -ROW |8369 |36712 |Application|General | -ROW |8370 |36713 |Application|General | -ROW |8371 |36714 |Application|Inventory | -ROW |8372 |36715 |Application|Inventory | -ROW |8373 |36716 |Application|General | -ROW |8374 |36717 |Application|General | -ROW |8375 |36718 |Application|General | -ROW |8376 |36719 |Application|Temperature | -ROW |8377 |36720 |Application|Status | -ROW |8378 |36721 |Application|Status | -ROW |8379 |36722 |Application|General | -ROW |8380 |36723 |Application|Status | -ROW |8381 |36738 |Application|Disk arrays | -ROW |8382 |36739 |Application|Disk arrays | -ROW |8383 |36740 |Application|Disk arrays | -ROW |8384 |36741 |Application|Disk arrays | -ROW |8385 |36742 |Application|Fans | -ROW |8386 |36743 |Application|Network interfaces | -ROW |8387 |36744 |Application|Physical disks | -ROW |8388 |36745 |Application|Physical disks | -ROW |8389 |36746 |Application|Physical disks | -ROW |8390 |36747 |Application|Physical disks | -ROW |8391 |36748 |Application|Physical disks | -ROW |8392 |36749 |Application|Physical disks | -ROW |8393 |36750 |Application|Power supply | -ROW |8394 |36751 |Application|Temperature | -ROW |8395 |36752 |Application|Temperature | -ROW |8396 |36753 |Application|Temperature | -ROW |8397 |36754 |Application|Temperature | -ROW |8398 |36755 |Application|Temperature | -ROW |8399 |36756 |Application|Temperature | -ROW |8400 |36757 |Application|Temperature | -ROW |8401 |36758 |Application|Temperature | -ROW |8402 |36759 |Application|Temperature | -ROW |8403 |36760 |Application|Temperature | -ROW |8404 |36761 |Application|Temperature | -ROW |8405 |36762 |Application|Temperature | -ROW |8406 |36763 |Application|Temperature | -ROW |8407 |36764 |Application|Temperature | -ROW |8408 |36765 |Application|Temperature | -ROW |8409 |36766 |Application|Virtual disks | -ROW |8410 |36767 |Application|Virtual disks | -ROW |8411 |36768 |Application|Virtual disks | -ROW |8412 |36769 |Application|Asterisk | -ROW |8413 |36770 |Application|Asterisk | -ROW |8414 |36771 |Application|Asterisk | -ROW |8415 |36772 |Application|Zabbix raw items | -ROW |8416 |36773 |Application|Travis | -ROW |8417 |36774 |Application|Zabbix raw items | -ROW |8418 |36775 |Application|Zabbix raw items | -ROW |8419 |36776 |Application|Travis | -ROW |8420 |36777 |Application|Travis | -ROW |8421 |36778 |Application|Travis | -ROW |8422 |36779 |Application|Travis | -ROW |8423 |36780 |Application|Travis | -ROW |8424 |36782 |Application|Travis: Repo [{#SLUG}] | -ROW |8425 |36783 |Application|Zabbix raw items | -ROW |8426 |36784 |Application|Zabbix raw items | -ROW |8427 |36785 |Application|Travis: Repo [{#SLUG}] | -ROW |8428 |36786 |Application|Travis: Repo [{#SLUG}] | -ROW |8429 |36787 |Application|Travis: Repo [{#SLUG}] | -ROW |8430 |36788 |Application|Travis: Repo [{#SLUG}] | -ROW |8431 |36789 |Application|Travis: Repo [{#SLUG}] | -ROW |8432 |36790 |Application|Travis: Repo [{#SLUG}] | -ROW |8433 |36791 |Application|Travis: Repo [{#SLUG}] | -ROW |8434 |36792 |Application|Travis: Repo [{#SLUG}] | -ROW |8435 |36793 |Application|Travis: Repo [{#SLUG}] | -ROW |8436 |36794 |Application|Travis: Repo [{#SLUG}] | +FIELDS|itemtagid|itemid|tag |value | +ROW |1 |29124 |Application |CPU | +ROW |2 |29125 |Application |CPU | +ROW |3 |29126 |Application |CPU | +ROW |4 |29127 |Application |CPU | +ROW |5 |29128 |Application |CPU | +ROW |6 |29129 |Application |CPU | +ROW |7 |29130 |Application |CPU | +ROW |8 |29131 |Application |CPU | +ROW |9 |29132 |Application |CPU | +ROW |10 |29133 |Application |CPU | +ROW |11 |29134 |Application |CPU | +ROW |12 |29135 |Application |CPU | +ROW |13 |29136 |Application |CPU | +ROW |14 |29137 |Application |CPU | +ROW |15 |29138 |Application |CPU | +ROW |16 |29139 |Application |CPU | +ROW |17 |29199 |Application |CPU | +ROW |18 |29148 |Application |General | +ROW |19 |29149 |Application |General | +ROW |20 |29150 |Application |General | +ROW |21 |29151 |Application |General | +ROW |22 |29152 |Application |General | +ROW |23 |29153 |Application |General | +ROW |24 |29154 |Application |General | +ROW |25 |29155 |Application |General | +ROW |26 |29156 |Application |General | +ROW |27 |29158 |Application |Inventory | +ROW |28 |29159 |Application |Inventory | +ROW |29 |29160 |Application |Inventory | +ROW |30 |29140 |Application |Memory | +ROW |31 |29141 |Application |Memory | +ROW |32 |29142 |Application |Memory | +ROW |33 |29143 |Application |Memory | +ROW |34 |29144 |Application |Memory | +ROW |35 |29145 |Application |Memory | +ROW |36 |31365 |Application |Memory | +ROW |37 |10020 |Application |Monitoring agent | +ROW |38 |10059 |Application |Monitoring agent | +ROW |39 |23319 |Application |Monitoring agent | +ROW |40 |29157 |Application |Security | +ROW |41 |29147 |Application |Status | +ROW |42 |29548 |Application |Status | +ROW |43 |31375 |Application |Zabbix raw items | +ROW |44 |31387 |Application |Zabbix raw items | +ROW |45 |31390 |Application |Zabbix raw items | +ROW |46 |10061 |Application |Zabbix server | +ROW |47 |10062 |Application |Zabbix server | +ROW |48 |10063 |Application |Zabbix server | +ROW |49 |10064 |Application |Zabbix server | +ROW |50 |10065 |Application |Zabbix server | +ROW |51 |10066 |Application |Zabbix server | +ROW |52 |22183 |Application |Zabbix server | +ROW |53 |22185 |Application |Zabbix server | +ROW |54 |22187 |Application |Zabbix server | +ROW |55 |22189 |Application |Zabbix server | +ROW |56 |22191 |Application |Zabbix server | +ROW |57 |22196 |Application |Zabbix server | +ROW |58 |22199 |Application |Zabbix server | +ROW |59 |22219 |Application |Zabbix server | +ROW |60 |22396 |Application |Zabbix server | +ROW |61 |22399 |Application |Zabbix server | +ROW |62 |22400 |Application |Zabbix server | +ROW |63 |22401 |Application |Zabbix server | +ROW |64 |22402 |Application |Zabbix server | +ROW |65 |22404 |Application |Zabbix server | +ROW |66 |22406 |Application |Zabbix server | +ROW |67 |22408 |Application |Zabbix server | +ROW |68 |22412 |Application |Zabbix server | +ROW |69 |22414 |Application |Zabbix server | +ROW |70 |22416 |Application |Zabbix server | +ROW |71 |22418 |Application |Zabbix server | +ROW |72 |22420 |Application |Zabbix server | +ROW |73 |22422 |Application |Zabbix server | +ROW |74 |22424 |Application |Zabbix server | +ROW |75 |22426 |Application |Zabbix server | +ROW |76 |22430 |Application |Zabbix server | +ROW |77 |22689 |Application |Zabbix server | +ROW |78 |23171 |Application |Zabbix server | +ROW |79 |23251 |Application |Zabbix server | +ROW |80 |23634 |Application |Zabbix server | +ROW |81 |23661 |Application |Zabbix server | +ROW |82 |23663 |Application |Zabbix server | +ROW |83 |25366 |Application |Zabbix server | +ROW |84 |25370 |Application |Zabbix server | +ROW |85 |25665 |Application |Zabbix server | +ROW |86 |25666 |Application |Zabbix server | +ROW |87 |28248 |Application |Zabbix server | +ROW |88 |28533 |Application |Zabbix server | +ROW |89 |28535 |Application |Zabbix server | +ROW |90 |28537 |Application |Zabbix server | +ROW |91 |29822 |Application |Zabbix server | +ROW |92 |33020 |Application |Zabbix server | +ROW |93 |33021 |Application |Zabbix server | +ROW |94 |33022 |Application |Zabbix server | +ROW |95 |33023 |Application |Zabbix server | +ROW |96 |10067 |Application |Zabbix proxy | +ROW |97 |10068 |Application |Zabbix proxy | +ROW |98 |10069 |Application |Zabbix proxy | +ROW |99 |10070 |Application |Zabbix proxy | +ROW |100 |10071 |Application |Zabbix proxy | +ROW |101 |10072 |Application |Zabbix proxy | +ROW |102 |23340 |Application |Zabbix proxy | +ROW |103 |23341 |Application |Zabbix proxy | +ROW |104 |23342 |Application |Zabbix proxy | +ROW |105 |23343 |Application |Zabbix proxy | +ROW |106 |23344 |Application |Zabbix proxy | +ROW |107 |23345 |Application |Zabbix proxy | +ROW |108 |23346 |Application |Zabbix proxy | +ROW |109 |23347 |Application |Zabbix proxy | +ROW |110 |23348 |Application |Zabbix proxy | +ROW |111 |23349 |Application |Zabbix proxy | +ROW |112 |23350 |Application |Zabbix proxy | +ROW |113 |23351 |Application |Zabbix proxy | +ROW |114 |23352 |Application |Zabbix proxy | +ROW |115 |23353 |Application |Zabbix proxy | +ROW |116 |23354 |Application |Zabbix proxy | +ROW |117 |23355 |Application |Zabbix proxy | +ROW |118 |23356 |Application |Zabbix proxy | +ROW |119 |23357 |Application |Zabbix proxy | +ROW |120 |23358 |Application |Zabbix proxy | +ROW |121 |23359 |Application |Zabbix proxy | +ROW |122 |23360 |Application |Zabbix proxy | +ROW |123 |25368 |Application |Zabbix proxy | +ROW |124 |25369 |Application |Zabbix proxy | +ROW |125 |28250 |Application |Zabbix proxy | +ROW |126 |28251 |Application |Zabbix proxy | +ROW |127 |28617 |Application |Zabbix proxy | +ROW |128 |28618 |Application |Zabbix proxy | +ROW |129 |28619 |Application |Zabbix proxy | +ROW |130 |33018 |Application |Zabbix proxy | +ROW |131 |33019 |Application |Zabbix proxy | +ROW |132 |22231 |Application |Monitoring agent | +ROW |133 |22232 |Application |Monitoring agent | +ROW |134 |23318 |Application |Monitoring agent | +ROW |135 |29544 |Application |Status | +ROW |136 |22840 |Application |CPU | +ROW |137 |22841 |Application |CPU | +ROW |138 |22842 |Application |CPU | +ROW |139 |22843 |Application |CPU | +ROW |140 |22844 |Application |CPU | +ROW |141 |22845 |Application |CPU | +ROW |142 |22846 |Application |CPU | +ROW |143 |22848 |Application |CPU | +ROW |144 |22851 |Application |CPU | +ROW |145 |22852 |Application |CPU | +ROW |146 |22868 |Application |Filesystems | +ROW |147 |22869 |Application |Filesystems | +ROW |148 |22870 |Application |Filesystems | +ROW |149 |22871 |Application |Filesystems | +ROW |150 |22872 |Application |Filesystems | +ROW |151 |22839 |Application |General | +ROW |152 |22853 |Application |General | +ROW |153 |22854 |Application |General | +ROW |154 |22858 |Application |General | +ROW |155 |22859 |Application |General | +ROW |156 |22855 |Application |Memory | +ROW |157 |22856 |Application |Memory | +ROW |158 |22857 |Application |Memory | +ROW |159 |22862 |Application |Memory | +ROW |160 |22863 |Application |Memory | +ROW |161 |22833 |Application |Monitoring agent | +ROW |162 |22834 |Application |Monitoring agent | +ROW |163 |23320 |Application |Monitoring agent | +ROW |164 |23075 |Application |Network interfaces | +ROW |165 |23076 |Application |Network interfaces | +ROW |166 |22835 |Application |OS | +ROW |167 |22836 |Application |OS | +ROW |168 |22839 |Application |OS | +ROW |169 |22853 |Application |OS | +ROW |170 |22854 |Application |OS | +ROW |171 |22858 |Application |OS | +ROW |172 |22859 |Application |OS | +ROW |173 |22860 |Application |OS | +ROW |174 |22840 |Application |Performance | +ROW |175 |22841 |Application |Performance | +ROW |176 |22842 |Application |Performance | +ROW |177 |22843 |Application |Performance | +ROW |178 |22844 |Application |Performance | +ROW |179 |22845 |Application |Performance | +ROW |180 |22846 |Application |Performance | +ROW |181 |22848 |Application |Performance | +ROW |182 |22851 |Application |Performance | +ROW |183 |22852 |Application |Performance | +ROW |184 |22837 |Application |Processes | +ROW |185 |22838 |Application |Processes | +ROW |186 |22860 |Application |Security | +ROW |187 |22861 |Application |Security | +ROW |188 |29549 |Application |Status | +ROW |189 |22880 |Application |CPU | +ROW |190 |22881 |Application |CPU | +ROW |191 |22882 |Application |CPU | +ROW |192 |22883 |Application |CPU | +ROW |193 |22884 |Application |CPU | +ROW |194 |22885 |Application |CPU | +ROW |195 |22886 |Application |CPU | +ROW |196 |22888 |Application |CPU | +ROW |197 |22891 |Application |CPU | +ROW |198 |22892 |Application |CPU | +ROW |199 |22908 |Application |Filesystems | +ROW |200 |22909 |Application |Filesystems | +ROW |201 |22910 |Application |Filesystems | +ROW |202 |22911 |Application |Filesystems | +ROW |203 |22912 |Application |Filesystems | +ROW |204 |22879 |Application |General | +ROW |205 |22893 |Application |General | +ROW |206 |22894 |Application |General | +ROW |207 |22898 |Application |General | +ROW |208 |22899 |Application |General | +ROW |209 |22895 |Application |Memory | +ROW |210 |22896 |Application |Memory | +ROW |211 |22897 |Application |Memory | +ROW |212 |22902 |Application |Memory | +ROW |213 |22903 |Application |Memory | +ROW |214 |22873 |Application |Monitoring agent | +ROW |215 |22874 |Application |Monitoring agent | +ROW |216 |23321 |Application |Monitoring agent | +ROW |217 |23073 |Application |Network interfaces | +ROW |218 |23074 |Application |Network interfaces | +ROW |219 |22875 |Application |OS | +ROW |220 |22876 |Application |OS | +ROW |221 |22879 |Application |OS | +ROW |222 |22893 |Application |OS | +ROW |223 |22894 |Application |OS | +ROW |224 |22898 |Application |OS | +ROW |225 |22899 |Application |OS | +ROW |226 |22900 |Application |OS | +ROW |227 |22880 |Application |Performance | +ROW |228 |22881 |Application |Performance | +ROW |229 |22882 |Application |Performance | +ROW |230 |22883 |Application |Performance | +ROW |231 |22884 |Application |Performance | +ROW |232 |22885 |Application |Performance | +ROW |233 |22886 |Application |Performance | +ROW |234 |22888 |Application |Performance | +ROW |235 |22891 |Application |Performance | +ROW |236 |22892 |Application |Performance | +ROW |237 |22877 |Application |Processes | +ROW |238 |22878 |Application |Processes | +ROW |239 |22900 |Application |Security | +ROW |240 |22901 |Application |Security | +ROW |241 |29550 |Application |Status | +ROW |242 |22920 |Application |CPU | +ROW |243 |22921 |Application |CPU | +ROW |244 |22922 |Application |CPU | +ROW |245 |22923 |Application |CPU | +ROW |246 |22924 |Application |CPU | +ROW |247 |23108 |Application |CPU | +ROW |248 |23109 |Application |CPU | +ROW |249 |23110 |Application |CPU | +ROW |250 |23111 |Application |CPU | +ROW |251 |23112 |Application |CPU | +ROW |252 |23113 |Application |CPU | +ROW |253 |23114 |Application |CPU | +ROW |254 |23115 |Application |CPU | +ROW |255 |23118 |Application |CPU | +ROW |256 |23119 |Application |CPU | +ROW |257 |23120 |Application |CPU | +ROW |258 |23121 |Application |CPU | +ROW |259 |23123 |Application |CPU | +ROW |260 |22948 |Application |Filesystems | +ROW |261 |22949 |Application |Filesystems | +ROW |262 |22950 |Application |Filesystems | +ROW |263 |22951 |Application |Filesystems | +ROW |264 |22952 |Application |Filesystems | +ROW |265 |23116 |Application |Filesystems | +ROW |266 |23117 |Application |Filesystems | +ROW |267 |22933 |Application |General | +ROW |268 |22934 |Application |General | +ROW |269 |22938 |Application |General | +ROW |270 |22939 |Application |General | +ROW |271 |23108 |Application |Logical partitions | +ROW |272 |23109 |Application |Logical partitions | +ROW |273 |23111 |Application |Logical partitions | +ROW |274 |23112 |Application |Logical partitions | +ROW |275 |23118 |Application |Logical partitions | +ROW |276 |22942 |Application |Memory | +ROW |277 |22943 |Application |Memory | +ROW |278 |23122 |Application |Memory | +ROW |279 |23124 |Application |Memory | +ROW |280 |23125 |Application |Memory | +ROW |281 |23126 |Application |Memory | +ROW |282 |23127 |Application |Memory | +ROW |283 |23128 |Application |Memory | +ROW |284 |23129 |Application |Memory | +ROW |285 |23130 |Application |Memory | +ROW |286 |23131 |Application |Memory | +ROW |287 |22913 |Application |Monitoring agent | +ROW |288 |22914 |Application |Monitoring agent | +ROW |289 |23322 |Application |Monitoring agent | +ROW |290 |22945 |Application |Network interfaces | +ROW |291 |22946 |Application |Network interfaces | +ROW |292 |22933 |Application |OS | +ROW |293 |22934 |Application |OS | +ROW |294 |22938 |Application |OS | +ROW |295 |22939 |Application |OS | +ROW |296 |22940 |Application |OS | +ROW |297 |22920 |Application |Performance | +ROW |298 |22921 |Application |Performance | +ROW |299 |22922 |Application |Performance | +ROW |300 |22923 |Application |Performance | +ROW |301 |22924 |Application |Performance | +ROW |302 |23108 |Application |Performance | +ROW |303 |23109 |Application |Performance | +ROW |304 |23110 |Application |Performance | +ROW |305 |23111 |Application |Performance | +ROW |306 |23112 |Application |Performance | +ROW |307 |23113 |Application |Performance | +ROW |308 |23114 |Application |Performance | +ROW |309 |23115 |Application |Performance | +ROW |310 |23116 |Application |Performance | +ROW |311 |23117 |Application |Performance | +ROW |312 |23119 |Application |Performance | +ROW |313 |23120 |Application |Performance | +ROW |314 |23121 |Application |Performance | +ROW |315 |23122 |Application |Performance | +ROW |316 |23123 |Application |Performance | +ROW |317 |22917 |Application |Processes | +ROW |318 |22918 |Application |Processes | +ROW |319 |22940 |Application |Security | +ROW |320 |22941 |Application |Security | +ROW |321 |29551 |Application |Status | +ROW |322 |22961 |Application |CPU | +ROW |323 |22962 |Application |CPU | +ROW |324 |22963 |Application |CPU | +ROW |325 |22965 |Application |CPU | +ROW |326 |22968 |Application |CPU | +ROW |327 |22971 |Application |CPU | +ROW |328 |22972 |Application |CPU | +ROW |329 |22988 |Application |Filesystems | +ROW |330 |22989 |Application |Filesystems | +ROW |331 |22990 |Application |Filesystems | +ROW |332 |22991 |Application |Filesystems | +ROW |333 |22992 |Application |Filesystems | +ROW |334 |22973 |Application |General | +ROW |335 |22974 |Application |General | +ROW |336 |22978 |Application |General | +ROW |337 |22982 |Application |Memory | +ROW |338 |22983 |Application |Memory | +ROW |339 |22953 |Application |Monitoring agent | +ROW |340 |22954 |Application |Monitoring agent | +ROW |341 |23323 |Application |Monitoring agent | +ROW |342 |22985 |Application |Network interfaces | +ROW |343 |22986 |Application |Network interfaces | +ROW |344 |22973 |Application |OS | +ROW |345 |22974 |Application |OS | +ROW |346 |22978 |Application |OS | +ROW |347 |22980 |Application |OS | +ROW |348 |22961 |Application |Performance | +ROW |349 |22962 |Application |Performance | +ROW |350 |22963 |Application |Performance | +ROW |351 |22965 |Application |Performance | +ROW |352 |22968 |Application |Performance | +ROW |353 |22971 |Application |Performance | +ROW |354 |22972 |Application |Performance | +ROW |355 |22980 |Application |Security | +ROW |356 |22981 |Application |Security | +ROW |357 |29552 |Application |Status | +ROW |358 |23000 |Application |CPU | +ROW |359 |23001 |Application |CPU | +ROW |360 |23002 |Application |CPU | +ROW |361 |23003 |Application |CPU | +ROW |362 |23004 |Application |CPU | +ROW |363 |23005 |Application |CPU | +ROW |364 |23007 |Application |CPU | +ROW |365 |23011 |Application |CPU | +ROW |366 |23012 |Application |CPU | +ROW |367 |23028 |Application |Filesystems | +ROW |368 |23029 |Application |Filesystems | +ROW |369 |23030 |Application |Filesystems | +ROW |370 |23031 |Application |Filesystems | +ROW |371 |23032 |Application |Filesystems | +ROW |372 |22999 |Application |General | +ROW |373 |23013 |Application |General | +ROW |374 |23014 |Application |General | +ROW |375 |23018 |Application |General | +ROW |376 |23019 |Application |General | +ROW |377 |23015 |Application |Memory | +ROW |378 |23016 |Application |Memory | +ROW |379 |23017 |Application |Memory | +ROW |380 |23022 |Application |Memory | +ROW |381 |23023 |Application |Memory | +ROW |382 |22993 |Application |Monitoring agent | +ROW |383 |22994 |Application |Monitoring agent | +ROW |384 |23324 |Application |Monitoring agent | +ROW |385 |23025 |Application |Network interfaces | +ROW |386 |23026 |Application |Network interfaces | +ROW |387 |22996 |Application |OS | +ROW |388 |22999 |Application |OS | +ROW |389 |23013 |Application |OS | +ROW |390 |23014 |Application |OS | +ROW |391 |23018 |Application |OS | +ROW |392 |23019 |Application |OS | +ROW |393 |23020 |Application |OS | +ROW |394 |23000 |Application |Performance | +ROW |395 |23001 |Application |Performance | +ROW |396 |23002 |Application |Performance | +ROW |397 |23003 |Application |Performance | +ROW |398 |23004 |Application |Performance | +ROW |399 |23005 |Application |Performance | +ROW |400 |23007 |Application |Performance | +ROW |401 |23011 |Application |Performance | +ROW |402 |23012 |Application |Performance | +ROW |403 |22997 |Application |Processes | +ROW |404 |22998 |Application |Processes | +ROW |405 |23020 |Application |Security | +ROW |406 |23021 |Application |Security | +ROW |407 |29553 |Application |Status | +ROW |408 |23041 |Application |CPU | +ROW |409 |23042 |Application |CPU | +ROW |410 |23043 |Application |CPU | +ROW |411 |23068 |Application |Filesystems | +ROW |412 |23069 |Application |Filesystems | +ROW |413 |23070 |Application |Filesystems | +ROW |414 |23071 |Application |Filesystems | +ROW |415 |23072 |Application |Filesystems | +ROW |416 |23039 |Application |General | +ROW |417 |23053 |Application |General | +ROW |418 |23054 |Application |General | +ROW |419 |23058 |Application |General | +ROW |420 |23059 |Application |General | +ROW |421 |23062 |Application |Memory | +ROW |422 |23063 |Application |Memory | +ROW |423 |23033 |Application |Monitoring agent | +ROW |424 |23034 |Application |Monitoring agent | +ROW |425 |23325 |Application |Monitoring agent | +ROW |426 |23077 |Application |Network interfaces | +ROW |427 |23078 |Application |Network interfaces | +ROW |428 |23035 |Application |OS | +ROW |429 |23036 |Application |OS | +ROW |430 |23039 |Application |OS | +ROW |431 |23053 |Application |OS | +ROW |432 |23054 |Application |OS | +ROW |433 |23058 |Application |OS | +ROW |434 |23059 |Application |OS | +ROW |435 |23060 |Application |OS | +ROW |436 |23041 |Application |Performance | +ROW |437 |23042 |Application |Performance | +ROW |438 |23043 |Application |Performance | +ROW |439 |23060 |Application |Security | +ROW |440 |23061 |Application |Security | +ROW |441 |29554 |Application |Status | +ROW |442 |29480 |Application |CPU | +ROW |443 |29481 |Application |CPU | +ROW |444 |29482 |Application |CPU | +ROW |445 |29483 |Application |CPU | +ROW |446 |29484 |Application |CPU | +ROW |447 |29485 |Application |CPU | +ROW |448 |30138 |Application |CPU | +ROW |449 |31423 |Application |CPU | +ROW |450 |29499 |Application |General | +ROW |451 |29500 |Application |General | +ROW |452 |29501 |Application |General | +ROW |453 |29502 |Application |General | +ROW |454 |29503 |Application |General | +ROW |455 |29504 |Application |Inventory | +ROW |456 |29486 |Application |Memory | +ROW |457 |29487 |Application |Memory | +ROW |458 |29488 |Application |Memory | +ROW |459 |29489 |Application |Memory | +ROW |460 |29492 |Application |Memory | +ROW |461 |29493 |Application |Memory | +ROW |462 |29494 |Application |Memory | +ROW |463 |29495 |Application |Memory | +ROW |464 |29496 |Application |Memory | +ROW |465 |31424 |Application |Memory | +ROW |466 |31425 |Application |Memory | +ROW |467 |31428 |Application |Memory | +ROW |468 |23160 |Application |Monitoring agent | +ROW |469 |23161 |Application |Monitoring agent | +ROW |470 |23326 |Application |Monitoring agent | +ROW |471 |30426 |Application |Services | +ROW |472 |29498 |Application |Status | +ROW |473 |29555 |Application |Status | +ROW |474 |31426 |Application |Zabbix raw items | +ROW |475 |29161 |Application |CPU | +ROW |476 |29162 |Application |CPU | +ROW |477 |29163 |Application |CPU | +ROW |478 |29164 |Application |CPU | +ROW |479 |29165 |Application |CPU | +ROW |480 |29166 |Application |CPU | +ROW |481 |29167 |Application |CPU | +ROW |482 |29168 |Application |CPU | +ROW |483 |29169 |Application |CPU | +ROW |484 |29170 |Application |CPU | +ROW |485 |29171 |Application |CPU | +ROW |486 |29172 |Application |CPU | +ROW |487 |29173 |Application |CPU | +ROW |488 |29174 |Application |CPU | +ROW |489 |29175 |Application |CPU | +ROW |490 |29176 |Application |CPU | +ROW |491 |29200 |Application |CPU | +ROW |492 |29185 |Application |General | +ROW |493 |29186 |Application |General | +ROW |494 |29187 |Application |General | +ROW |495 |29188 |Application |General | +ROW |496 |29189 |Application |General | +ROW |497 |29190 |Application |General | +ROW |498 |29191 |Application |General | +ROW |499 |29192 |Application |General | +ROW |500 |29193 |Application |General | +ROW |501 |29195 |Application |Inventory | +ROW |502 |29196 |Application |Inventory | +ROW |503 |29197 |Application |Inventory | +ROW |504 |29177 |Application |Memory | +ROW |505 |29178 |Application |Memory | +ROW |506 |29179 |Application |Memory | +ROW |507 |29180 |Application |Memory | +ROW |508 |29181 |Application |Memory | +ROW |509 |29182 |Application |Memory | +ROW |510 |31366 |Application |Memory | +ROW |511 |23287 |Application |Monitoring agent | +ROW |512 |23288 |Application |Monitoring agent | +ROW |513 |23327 |Application |Monitoring agent | +ROW |514 |29194 |Application |Security | +ROW |515 |29184 |Application |Status | +ROW |516 |29557 |Application |Status | +ROW |517 |31378 |Application |Zabbix raw items | +ROW |518 |31393 |Application |Zabbix raw items | +ROW |519 |31396 |Application |Zabbix raw items | +ROW |520 |10073 |Application |Zabbix server | +ROW |521 |10074 |Application |Zabbix server | +ROW |522 |10075 |Application |Zabbix server | +ROW |523 |10076 |Application |Zabbix server | +ROW |524 |10077 |Application |Zabbix server | +ROW |525 |10078 |Application |Zabbix server | +ROW |526 |23252 |Application |Zabbix server | +ROW |527 |23253 |Application |Zabbix server | +ROW |528 |23255 |Application |Zabbix server | +ROW |529 |23256 |Application |Zabbix server | +ROW |530 |23257 |Application |Zabbix server | +ROW |531 |23258 |Application |Zabbix server | +ROW |532 |23259 |Application |Zabbix server | +ROW |533 |23260 |Application |Zabbix server | +ROW |534 |23261 |Application |Zabbix server | +ROW |535 |23262 |Application |Zabbix server | +ROW |536 |23264 |Application |Zabbix server | +ROW |537 |23265 |Application |Zabbix server | +ROW |538 |23266 |Application |Zabbix server | +ROW |539 |23267 |Application |Zabbix server | +ROW |540 |23268 |Application |Zabbix server | +ROW |541 |23269 |Application |Zabbix server | +ROW |542 |23270 |Application |Zabbix server | +ROW |543 |23271 |Application |Zabbix server | +ROW |544 |23272 |Application |Zabbix server | +ROW |545 |23273 |Application |Zabbix server | +ROW |546 |23274 |Application |Zabbix server | +ROW |547 |23275 |Application |Zabbix server | +ROW |548 |23276 |Application |Zabbix server | +ROW |549 |23277 |Application |Zabbix server | +ROW |550 |23328 |Application |Zabbix server | +ROW |551 |23620 |Application |Zabbix server | +ROW |552 |23625 |Application |Zabbix server | +ROW |553 |23628 |Application |Zabbix server | +ROW |554 |23635 |Application |Zabbix server | +ROW |555 |23662 |Application |Zabbix server | +ROW |556 |23664 |Application |Zabbix server | +ROW |557 |25367 |Application |Zabbix server | +ROW |558 |25371 |Application |Zabbix server | +ROW |559 |25667 |Application |Zabbix server | +ROW |560 |25668 |Application |Zabbix server | +ROW |561 |28249 |Application |Zabbix server | +ROW |562 |28534 |Application |Zabbix server | +ROW |563 |28536 |Application |Zabbix server | +ROW |564 |28538 |Application |Zabbix server | +ROW |565 |29823 |Application |Zabbix server | +ROW |566 |33024 |Application |Zabbix server | +ROW |567 |33025 |Application |Zabbix server | +ROW |568 |33026 |Application |Zabbix server | +ROW |569 |33027 |Application |Zabbix server | +ROW |570 |23644 |Application |FTP service | +ROW |571 |23645 |Application |HTTP service | +ROW |572 |23646 |Application |HTTPS service | +ROW |573 |23647 |Application |IMAP service | +ROW |574 |23648 |Application |LDAP service | +ROW |575 |23649 |Application |NNTP service | +ROW |576 |23650 |Application |NTP service | +ROW |577 |23651 |Application |POP service | +ROW |578 |23652 |Application |SMTP service | +ROW |579 |23653 |Application |SSH service | +ROW |580 |23654 |Application |Telnet service | +ROW |581 |31499 |Application |JMX | +ROW |582 |31500 |Application |JMX | +ROW |583 |31501 |Application |JMX | +ROW |584 |31502 |Application |JMX | +ROW |585 |31503 |Application |JMX | +ROW |586 |31504 |Application |JMX | +ROW |587 |31505 |Application |JMX | +ROW |588 |31506 |Application |JMX | +ROW |589 |31507 |Application |JMX | +ROW |590 |31508 |Application |JMX | +ROW |591 |31509 |Application |JMX | +ROW |592 |31510 |Application |JMX | +ROW |593 |31511 |Application |JMX | +ROW |594 |31512 |Application |JMX | +ROW |595 |31513 |Application |JMX | +ROW |596 |31514 |Application |JMX | +ROW |597 |31515 |Application |JMX | +ROW |598 |31516 |Application |JMX | +ROW |599 |31517 |Application |JMX | +ROW |600 |31518 |Application |JMX | +ROW |601 |31519 |Application |JMX | +ROW |602 |31520 |Application |JMX | +ROW |603 |31521 |Application |JMX | +ROW |604 |31522 |Application |JMX | +ROW |605 |31523 |Application |JMX | +ROW |606 |31524 |Application |JMX | +ROW |607 |31525 |Application |JMX | +ROW |608 |31526 |Application |JMX | +ROW |609 |31527 |Application |JMX | +ROW |610 |31528 |Application |JMX | +ROW |611 |31529 |Application |JMX | +ROW |612 |31530 |Application |JMX | +ROW |613 |31531 |Application |JMX | +ROW |614 |31532 |Application |JMX | +ROW |615 |31533 |Application |JMX | +ROW |616 |31534 |Application |JMX | +ROW |617 |31535 |Application |JMX | +ROW |618 |31536 |Application |JMX | +ROW |619 |31537 |Application |JMX | +ROW |620 |31538 |Application |JMX | +ROW |621 |31539 |Application |JMX | +ROW |622 |31540 |Application |JMX | +ROW |623 |31541 |Application |JMX | +ROW |624 |31542 |Application |JMX | +ROW |625 |31543 |Application |JMX | +ROW |626 |31544 |Application |JMX | +ROW |627 |31545 |Application |JMX | +ROW |628 |31546 |Application |JMX | +ROW |629 |31547 |Application |JMX | +ROW |630 |31548 |Application |JMX | +ROW |631 |31549 |Application |JMX | +ROW |632 |31550 |Application |JMX | +ROW |633 |31551 |Application |JMX | +ROW |634 |31552 |Application |JMX | +ROW |635 |31553 |Application |JMX | +ROW |636 |26927 |Application |Fans | +ROW |637 |26928 |Application |Temperature | +ROW |638 |26925 |Application |Voltage | +ROW |639 |26926 |Application |Voltage | +ROW |640 |26929 |Application |Voltage | +ROW |641 |26930 |Application |Voltage | +ROW |642 |26931 |Application |Voltage | +ROW |643 |26932 |Application |Voltage | +ROW |644 |26935 |Application |Fans | +ROW |645 |26936 |Application |Fans | +ROW |646 |26933 |Application |Temperature | +ROW |647 |26943 |Application |Temperature | +ROW |648 |26934 |Application |Voltage | +ROW |649 |26937 |Application |Voltage | +ROW |650 |26938 |Application |Voltage | +ROW |651 |26939 |Application |Voltage | +ROW |652 |26940 |Application |Voltage | +ROW |653 |26941 |Application |Voltage | +ROW |654 |26942 |Application |Voltage | +ROW |655 |31612 |Application |VMware | +ROW |656 |31613 |Application |VMware | +ROW |657 |31614 |Application |VMware | +ROW |658 |31663 |Application |VMware | +ROW |659 |31664 |Application |VMware | +ROW |660 |31665 |Application |VMware | +ROW |661 |31666 |Application |VMware | +ROW |662 |31667 |Application |VMware | +ROW |663 |32890 |Application |VMware | +ROW |664 |32891 |Application |VMware | +ROW |665 |32892 |Application |VMware | +ROW |666 |32893 |Application |VMware | +ROW |667 |32894 |Application |VMware | +ROW |668 |32895 |Application |VMware | +ROW |669 |32896 |Application |VMware | +ROW |670 |32897 |Application |VMware | +ROW |671 |32898 |Application |VMware | +ROW |672 |32899 |Application |VMware | +ROW |673 |32900 |Application |VMware | +ROW |674 |32901 |Application |VMware | +ROW |675 |32902 |Application |VMware | +ROW |676 |32903 |Application |VMware | +ROW |677 |32904 |Application |VMware | +ROW |678 |32905 |Application |VMware | +ROW |679 |32906 |Application |VMware | +ROW |680 |32907 |Application |VMware | +ROW |681 |32908 |Application |VMware | +ROW |682 |32935 |Application |VMware | +ROW |683 |32936 |Application |VMware | +ROW |684 |32937 |Application |VMware | +ROW |685 |32938 |Application |VMware | +ROW |686 |32939 |Application |VMware | +ROW |687 |32940 |Application |VMware | +ROW |688 |32941 |Application |VMware | +ROW |689 |32942 |Application |VMware | +ROW |690 |32943 |Application |VMware | +ROW |691 |32944 |Application |VMware | +ROW |692 |32945 |Application |VMware | +ROW |693 |32946 |Application |VMware | +ROW |694 |33638 |Application |VMware | +ROW |695 |33639 |Application |VMware | +ROW |696 |33640 |Application |VMware | +ROW |697 |33641 |Application |VMware | +ROW |698 |33642 |Application |VMware | +ROW |699 |33643 |Application |VMware | +ROW |700 |33644 |Application |VMware | +ROW |701 |33645 |Application |VMware | +ROW |702 |33650 |Application |VMware | +ROW |703 |33651 |Application |VMware | +ROW |704 |33652 |Application |VMware | +ROW |705 |33653 |Application |VMware | +ROW |706 |33654 |Application |VMware | +ROW |707 |32909 |Application |VMware | +ROW |708 |32910 |Application |VMware | +ROW |709 |32911 |Application |VMware | +ROW |710 |32912 |Application |VMware | +ROW |711 |32913 |Application |VMware | +ROW |712 |32914 |Application |VMware | +ROW |713 |32915 |Application |VMware | +ROW |714 |32916 |Application |VMware | +ROW |715 |32917 |Application |VMware | +ROW |716 |32918 |Application |VMware | +ROW |717 |32919 |Application |VMware | +ROW |718 |32920 |Application |VMware | +ROW |719 |32921 |Application |VMware | +ROW |720 |32922 |Application |VMware | +ROW |721 |32923 |Application |VMware | +ROW |722 |32924 |Application |VMware | +ROW |723 |32925 |Application |VMware | +ROW |724 |32926 |Application |VMware | +ROW |725 |32927 |Application |VMware | +ROW |726 |32928 |Application |VMware | +ROW |727 |32929 |Application |VMware | +ROW |728 |32930 |Application |VMware | +ROW |729 |32947 |Application |VMware | +ROW |730 |32948 |Application |VMware | +ROW |731 |32949 |Application |VMware | +ROW |732 |32950 |Application |VMware | +ROW |733 |33646 |Application |VMware | +ROW |734 |33647 |Application |VMware | +ROW |735 |33648 |Application |VMware | +ROW |736 |33649 |Application |VMware | +ROW |737 |33655 |Application |VMware | +ROW |738 |30143 |Application |CPU | +ROW |739 |30163 |Application |Memory | +ROW |740 |30164 |Application |Memory | +ROW |741 |30165 |Application |Memory | +ROW |742 |27065 |Application |Status | +ROW |743 |27066 |Application |Status | +ROW |744 |27067 |Application |Status | +ROW |745 |27152 |Application |General | +ROW |746 |27157 |Application |General | +ROW |747 |29845 |Application |General | +ROW |748 |29846 |Application |General | +ROW |749 |29847 |Application |General | +ROW |750 |29848 |Application |General | +ROW |751 |27149 |Application |Status | +ROW |752 |27150 |Application |Status | +ROW |753 |27151 |Application |Status | +ROW |754 |27154 |Application |Status | +ROW |755 |29844 |Application |Status | +ROW |756 |27208 |Application |CPU | +ROW |757 |27213 |Application |Fans | +ROW |758 |27195 |Application |General | +ROW |759 |27199 |Application |General | +ROW |760 |29850 |Application |General | +ROW |761 |29851 |Application |General | +ROW |762 |29852 |Application |General | +ROW |763 |29853 |Application |General | +ROW |764 |27203 |Application |Inventory | +ROW |765 |27214 |Application |Inventory | +ROW |766 |30086 |Application |Inventory | +ROW |767 |27207 |Application |Memory | +ROW |768 |30087 |Application |Memory | +ROW |769 |30088 |Application |Memory | +ROW |770 |30089 |Application |Memory | +ROW |771 |30091 |Application |Power supply | +ROW |772 |30092 |Application |Power supply | +ROW |773 |27192 |Application |Status | +ROW |774 |27193 |Application |Status | +ROW |775 |27194 |Application |Status | +ROW |776 |27202 |Application |Status | +ROW |777 |29849 |Application |Status | +ROW |778 |27212 |Application |Temperature | +ROW |779 |27240 |Application |CPU | +ROW |780 |27249 |Application |Fans | +ROW |781 |27250 |Application |Fans | +ROW |782 |27228 |Application |General | +ROW |783 |27232 |Application |General | +ROW |784 |29855 |Application |General | +ROW |785 |29856 |Application |General | +ROW |786 |29857 |Application |General | +ROW |787 |29858 |Application |General | +ROW |788 |27236 |Application |Inventory | +ROW |789 |27237 |Application |Inventory | +ROW |790 |30093 |Application |Memory | +ROW |791 |27248 |Application |Power supply | +ROW |792 |27225 |Application |Status | +ROW |793 |27226 |Application |Status | +ROW |794 |27227 |Application |Status | +ROW |795 |27235 |Application |Status | +ROW |796 |27238 |Application |Status | +ROW |797 |29854 |Application |Status | +ROW |798 |27246 |Application |Temperature | +ROW |799 |27247 |Application |Temperature | +ROW |800 |27294 |Application |CPU | +ROW |801 |30094 |Application |Memory | +ROW |802 |27299 |Application |CPU | +ROW |803 |27313 |Application |Fans | +ROW |804 |27264 |Application |General | +ROW |805 |27268 |Application |General | +ROW |806 |29860 |Application |General | +ROW |807 |29861 |Application |General | +ROW |808 |29862 |Application |General | +ROW |809 |29863 |Application |General | +ROW |810 |27295 |Application |Inventory | +ROW |811 |27296 |Application |Inventory | +ROW |812 |30095 |Application |Memory | +ROW |813 |27312 |Application |Power supply | +ROW |814 |27261 |Application |Status | +ROW |815 |27262 |Application |Status | +ROW |816 |27263 |Application |Status | +ROW |817 |27271 |Application |Status | +ROW |818 |29859 |Application |Status | +ROW |819 |27314 |Application |Temperature | +ROW |820 |27315 |Application |Temperature | +ROW |821 |27301 |Application |CPU | +ROW |822 |27317 |Application |Fans | +ROW |823 |27285 |Application |General | +ROW |824 |27289 |Application |General | +ROW |825 |29865 |Application |General | +ROW |826 |29866 |Application |General | +ROW |827 |29867 |Application |General | +ROW |828 |29868 |Application |General | +ROW |829 |27297 |Application |Inventory | +ROW |830 |27319 |Application |Inventory | +ROW |831 |27320 |Application |Inventory | +ROW |832 |30096 |Application |Memory | +ROW |833 |27316 |Application |Power supply | +ROW |834 |27282 |Application |Status | +ROW |835 |27283 |Application |Status | +ROW |836 |27284 |Application |Status | +ROW |837 |27292 |Application |Status | +ROW |838 |29864 |Application |Status | +ROW |839 |27318 |Application |Temperature | +ROW |840 |27415 |Application |Memory | +ROW |841 |27416 |Application |Memory | +ROW |842 |30101 |Application |Memory | +ROW |843 |27417 |Application |CPU | +ROW |844 |27376 |Application |CPU | +ROW |845 |27378 |Application |Inventory | +ROW |846 |27379 |Application |Inventory | +ROW |847 |27419 |Application |Inventory | +ROW |848 |30097 |Application |Inventory | +ROW |849 |27423 |Application |Fans | +ROW |850 |27422 |Application |Power supply | +ROW |851 |27420 |Application |Temperature | +ROW |852 |27421 |Application |Temperature | +ROW |853 |27427 |Application |CPU | +ROW |854 |27432 |Application |Fans | +ROW |855 |27336 |Application |General | +ROW |856 |27340 |Application |General | +ROW |857 |29870 |Application |General | +ROW |858 |29871 |Application |General | +ROW |859 |29872 |Application |General | +ROW |860 |29873 |Application |General | +ROW |861 |27385 |Application |Inventory | +ROW |862 |27386 |Application |Inventory | +ROW |863 |27428 |Application |Inventory | +ROW |864 |30098 |Application |Inventory | +ROW |865 |27425 |Application |Memory | +ROW |866 |27426 |Application |Memory | +ROW |867 |30102 |Application |Memory | +ROW |868 |27431 |Application |Power supply | +ROW |869 |27333 |Application |Status | +ROW |870 |27334 |Application |Status | +ROW |871 |27335 |Application |Status | +ROW |872 |27343 |Application |Status | +ROW |873 |29869 |Application |Status | +ROW |874 |27429 |Application |Temperature | +ROW |875 |27430 |Application |Temperature | +ROW |876 |27380 |Application |CPU | +ROW |877 |27449 |Application |Fans | +ROW |878 |27368 |Application |General | +ROW |879 |27372 |Application |General | +ROW |880 |29875 |Application |General | +ROW |881 |29876 |Application |General | +ROW |882 |29877 |Application |General | +ROW |883 |29878 |Application |General | +ROW |884 |27382 |Application |Inventory | +ROW |885 |27383 |Application |Inventory | +ROW |886 |27445 |Application |Inventory | +ROW |887 |30099 |Application |Inventory | +ROW |888 |27443 |Application |Memory | +ROW |889 |27444 |Application |Memory | +ROW |890 |30103 |Application |Memory | +ROW |891 |27448 |Application |Power supply | +ROW |892 |27365 |Application |Status | +ROW |893 |27366 |Application |Status | +ROW |894 |27367 |Application |Status | +ROW |895 |27375 |Application |Status | +ROW |896 |29874 |Application |Status | +ROW |897 |27446 |Application |Temperature | +ROW |898 |27447 |Application |Temperature | +ROW |899 |27478 |Application |CPU | +ROW |900 |27480 |Application |Fans | +ROW |901 |27465 |Application |General | +ROW |902 |27469 |Application |General | +ROW |903 |29880 |Application |General | +ROW |904 |29881 |Application |General | +ROW |905 |29882 |Application |General | +ROW |906 |29883 |Application |General | +ROW |907 |27481 |Application |Inventory | +ROW |908 |27482 |Application |Inventory | +ROW |909 |27483 |Application |Inventory | +ROW |910 |27484 |Application |Inventory | +ROW |911 |30105 |Application |Memory | +ROW |912 |27479 |Application |Power supply | +ROW |913 |27462 |Application |Status | +ROW |914 |27463 |Application |Status | +ROW |915 |27464 |Application |Status | +ROW |916 |27472 |Application |Status | +ROW |917 |29879 |Application |Status | +ROW |918 |27485 |Application |Temperature | +ROW |919 |27511 |Application |CPU | +ROW |920 |27519 |Application |Fans | +ROW |921 |27499 |Application |General | +ROW |922 |27503 |Application |General | +ROW |923 |29885 |Application |General | +ROW |924 |29886 |Application |General | +ROW |925 |29887 |Application |General | +ROW |926 |29888 |Application |General | +ROW |927 |27508 |Application |Inventory | +ROW |928 |27509 |Application |Inventory | +ROW |929 |27510 |Application |Inventory | +ROW |930 |30106 |Application |Inventory | +ROW |931 |30107 |Application |Memory | +ROW |932 |27518 |Application |Power supply | +ROW |933 |27496 |Application |Status | +ROW |934 |27497 |Application |Status | +ROW |935 |27498 |Application |Status | +ROW |936 |27506 |Application |Status | +ROW |937 |29884 |Application |Status | +ROW |938 |27517 |Application |Temperature | +ROW |939 |27547 |Application |CPU | +ROW |940 |27555 |Application |Fans | +ROW |941 |27535 |Application |General | +ROW |942 |27539 |Application |General | +ROW |943 |29890 |Application |General | +ROW |944 |29891 |Application |General | +ROW |945 |29892 |Application |General | +ROW |946 |29893 |Application |General | +ROW |947 |27543 |Application |Inventory | +ROW |948 |27544 |Application |Inventory | +ROW |949 |27545 |Application |Inventory | +ROW |950 |27546 |Application |Inventory | +ROW |951 |30108 |Application |Memory | +ROW |952 |27554 |Application |Power supply | +ROW |953 |27532 |Application |Status | +ROW |954 |27533 |Application |Status | +ROW |955 |27534 |Application |Status | +ROW |956 |27542 |Application |Status | +ROW |957 |29889 |Application |Status | +ROW |958 |27553 |Application |Temperature | +ROW |959 |27586 |Application |CPU | +ROW |960 |27594 |Application |Fans | +ROW |961 |27595 |Application |Fans | +ROW |962 |27571 |Application |General | +ROW |963 |27575 |Application |General | +ROW |964 |29895 |Application |General | +ROW |965 |29896 |Application |General | +ROW |966 |29897 |Application |General | +ROW |967 |29898 |Application |General | +ROW |968 |27579 |Application |Inventory | +ROW |969 |27580 |Application |Inventory | +ROW |970 |27582 |Application |Inventory | +ROW |971 |27583 |Application |Inventory | +ROW |972 |30109 |Application |Inventory | +ROW |973 |27591 |Application |Memory | +ROW |974 |30110 |Application |Memory | +ROW |975 |30111 |Application |Memory | +ROW |976 |27593 |Application |Power supply | +ROW |977 |27568 |Application |Status | +ROW |978 |27569 |Application |Status | +ROW |979 |27570 |Application |Status | +ROW |980 |27578 |Application |Status | +ROW |981 |29894 |Application |Status | +ROW |982 |27584 |Application |Temperature | +ROW |983 |27585 |Application |Temperature | +ROW |984 |27634 |Application |General | +ROW |985 |27638 |Application |General | +ROW |986 |29900 |Application |General | +ROW |987 |29901 |Application |General | +ROW |988 |29902 |Application |General | +ROW |989 |29903 |Application |General | +ROW |990 |27631 |Application |Status | +ROW |991 |27632 |Application |Status | +ROW |992 |27633 |Application |Status | +ROW |993 |27641 |Application |Status | +ROW |994 |29899 |Application |Status | +ROW |995 |27671 |Application |CPU | +ROW |996 |27673 |Application |Fans | +ROW |997 |27657 |Application |General | +ROW |998 |27661 |Application |General | +ROW |999 |29905 |Application |General | +ROW |1000 |29906 |Application |General | +ROW |1001 |29907 |Application |General | +ROW |1002 |29908 |Application |General | +ROW |1003 |27675 |Application |Inventory | +ROW |1004 |27676 |Application |Inventory | +ROW |1005 |27677 |Application |Inventory | +ROW |1006 |27678 |Application |Inventory | +ROW |1007 |27679 |Application |Inventory | +ROW |1008 |30112 |Application |Memory | +ROW |1009 |27674 |Application |Power supply | +ROW |1010 |27654 |Application |Status | +ROW |1011 |27655 |Application |Status | +ROW |1012 |27656 |Application |Status | +ROW |1013 |27664 |Application |Status | +ROW |1014 |29904 |Application |Status | +ROW |1015 |27672 |Application |Temperature | +ROW |1016 |27753 |Application |CPU | +ROW |1017 |27755 |Application |Fans | +ROW |1018 |27737 |Application |General | +ROW |1019 |27741 |Application |General | +ROW |1020 |29910 |Application |General | +ROW |1021 |29911 |Application |General | +ROW |1022 |29912 |Application |General | +ROW |1023 |29913 |Application |General | +ROW |1024 |27748 |Application |Inventory | +ROW |1025 |27749 |Application |Inventory | +ROW |1026 |27750 |Application |Inventory | +ROW |1027 |27754 |Application |Inventory | +ROW |1028 |30116 |Application |Memory | +ROW |1029 |27734 |Application |Status | +ROW |1030 |27735 |Application |Status | +ROW |1031 |27736 |Application |Status | +ROW |1032 |27744 |Application |Status | +ROW |1033 |29909 |Application |Status | +ROW |1034 |27751 |Application |Temperature | +ROW |1035 |27787 |Application |Fans | +ROW |1036 |27769 |Application |General | +ROW |1037 |27773 |Application |General | +ROW |1038 |29915 |Application |General | +ROW |1039 |29916 |Application |General | +ROW |1040 |29917 |Application |General | +ROW |1041 |29918 |Application |General | +ROW |1042 |27777 |Application |Inventory | +ROW |1043 |27778 |Application |Inventory | +ROW |1044 |27785 |Application |Inventory | +ROW |1045 |27786 |Application |Power supply | +ROW |1046 |27766 |Application |Status | +ROW |1047 |27767 |Application |Status | +ROW |1048 |27768 |Application |Status | +ROW |1049 |27776 |Application |Status | +ROW |1050 |29914 |Application |Status | +ROW |1051 |27783 |Application |Temperature | +ROW |1052 |27784 |Application |Temperature | +ROW |1053 |28894 |Application |CPU | +ROW |1054 |27822 |Application |Fans | +ROW |1055 |27803 |Application |General | +ROW |1056 |27807 |Application |General | +ROW |1057 |29920 |Application |General | +ROW |1058 |29921 |Application |General | +ROW |1059 |29922 |Application |General | +ROW |1060 |29923 |Application |General | +ROW |1061 |27812 |Application |Inventory | +ROW |1062 |27813 |Application |Inventory | +ROW |1063 |30117 |Application |Inventory | +ROW |1064 |30118 |Application |Memory | +ROW |1065 |27823 |Application |Power supply | +ROW |1066 |27800 |Application |Status | +ROW |1067 |27801 |Application |Status | +ROW |1068 |27802 |Application |Status | +ROW |1069 |27810 |Application |Status | +ROW |1070 |27814 |Application |Status | +ROW |1071 |29919 |Application |Status | +ROW |1072 |27821 |Application |Temperature | +ROW |1073 |27904 |Application |CPU | +ROW |1074 |27885 |Application |General | +ROW |1075 |27889 |Application |General | +ROW |1076 |29925 |Application |General | +ROW |1077 |29926 |Application |General | +ROW |1078 |29927 |Application |General | +ROW |1079 |29928 |Application |General | +ROW |1080 |27893 |Application |Inventory | +ROW |1081 |27894 |Application |Inventory | +ROW |1082 |27895 |Application |Inventory | +ROW |1083 |30119 |Application |Inventory | +ROW |1084 |27898 |Application |Memory | +ROW |1085 |27900 |Application |Memory | +ROW |1086 |30120 |Application |Memory | +ROW |1087 |27882 |Application |Status | +ROW |1088 |27883 |Application |Status | +ROW |1089 |27884 |Application |Status | +ROW |1090 |27892 |Application |Status | +ROW |1091 |29924 |Application |Status | +ROW |1092 |27906 |Application |Storage | +ROW |1093 |27907 |Application |Storage | +ROW |1094 |27908 |Application |Storage | +ROW |1095 |27905 |Application |Temperature | +ROW |1096 |31560 |Application |Temperature | +ROW |1097 |27936 |Application |CPU | +ROW |1098 |27942 |Application |Fans | +ROW |1099 |27922 |Application |General | +ROW |1100 |27926 |Application |General | +ROW |1101 |29930 |Application |General | +ROW |1102 |29931 |Application |General | +ROW |1103 |29932 |Application |General | +ROW |1104 |29933 |Application |General | +ROW |1105 |27930 |Application |Inventory | +ROW |1106 |27931 |Application |Inventory | +ROW |1107 |30121 |Application |Inventory | +ROW |1108 |27935 |Application |Memory | +ROW |1109 |30122 |Application |Memory | +ROW |1110 |30123 |Application |Memory | +ROW |1111 |27943 |Application |Power supply | +ROW |1112 |27919 |Application |Status | +ROW |1113 |27920 |Application |Status | +ROW |1114 |27921 |Application |Status | +ROW |1115 |27929 |Application |Status | +ROW |1116 |29929 |Application |Status | +ROW |1117 |27940 |Application |Temperature | +ROW |1118 |27941 |Application |Temperature | +ROW |1119 |27975 |Application |CPU | +ROW |1120 |30129 |Application |Fans | +ROW |1121 |27959 |Application |General | +ROW |1122 |27963 |Application |General | +ROW |1123 |29935 |Application |General | +ROW |1124 |29936 |Application |General | +ROW |1125 |29937 |Application |General | +ROW |1126 |29938 |Application |General | +ROW |1127 |27967 |Application |Inventory | +ROW |1128 |27968 |Application |Inventory | +ROW |1129 |27970 |Application |Inventory | +ROW |1130 |27971 |Application |Inventory | +ROW |1131 |30125 |Application |Inventory | +ROW |1132 |27972 |Application |Memory | +ROW |1133 |27973 |Application |Memory | +ROW |1134 |30126 |Application |Memory | +ROW |1135 |30130 |Application |Power supply | +ROW |1136 |27956 |Application |Status | +ROW |1137 |27957 |Application |Status | +ROW |1138 |27958 |Application |Status | +ROW |1139 |27966 |Application |Status | +ROW |1140 |29934 |Application |Status | +ROW |1141 |30124 |Application |Temperature | +ROW |1142 |28003 |Application |CPU | +ROW |1143 |27989 |Application |General | +ROW |1144 |27993 |Application |General | +ROW |1145 |29940 |Application |General | +ROW |1146 |29941 |Application |General | +ROW |1147 |29942 |Application |General | +ROW |1148 |29943 |Application |General | +ROW |1149 |27997 |Application |Inventory | +ROW |1150 |27998 |Application |Inventory | +ROW |1151 |27999 |Application |Inventory | +ROW |1152 |28000 |Application |Inventory | +ROW |1153 |30131 |Application |Memory | +ROW |1154 |27986 |Application |Status | +ROW |1155 |27987 |Application |Status | +ROW |1156 |27988 |Application |Status | +ROW |1157 |27996 |Application |Status | +ROW |1158 |29939 |Application |Status | +ROW |1159 |28031 |Application |CPU | +ROW |1160 |28018 |Application |General | +ROW |1161 |28022 |Application |General | +ROW |1162 |29835 |Application |General | +ROW |1163 |29836 |Application |General | +ROW |1164 |29837 |Application |General | +ROW |1165 |29838 |Application |General | +ROW |1166 |28026 |Application |Inventory | +ROW |1167 |28027 |Application |Inventory | +ROW |1168 |30132 |Application |Memory | +ROW |1169 |30133 |Application |Memory | +ROW |1170 |30134 |Application |Memory | +ROW |1171 |30135 |Application |Memory | +ROW |1172 |30136 |Application |Memory | +ROW |1173 |28015 |Application |Status | +ROW |1174 |28016 |Application |Status | +ROW |1175 |28017 |Application |Status | +ROW |1176 |28025 |Application |Status | +ROW |1177 |29834 |Application |Status | +ROW |1178 |29002 |Application |CPU | +ROW |1179 |29003 |Application |CPU | +ROW |1180 |29004 |Application |CPU | +ROW |1181 |29005 |Application |CPU | +ROW |1182 |29006 |Application |CPU | +ROW |1183 |29007 |Application |CPU | +ROW |1184 |29034 |Application |CPU | +ROW |1185 |29035 |Application |CPU | +ROW |1186 |29036 |Application |CPU | +ROW |1187 |29037 |Application |CPU | +ROW |1188 |29038 |Application |CPU | +ROW |1189 |29039 |Application |CPU | +ROW |1190 |29040 |Application |CPU | +ROW |1191 |29041 |Application |CPU | +ROW |1192 |29042 |Application |CPU | +ROW |1193 |29043 |Application |CPU | +ROW |1194 |29049 |Application |CPU | +ROW |1195 |28960 |Application |General | +ROW |1196 |28964 |Application |General | +ROW |1197 |29985 |Application |General | +ROW |1198 |29986 |Application |General | +ROW |1199 |29987 |Application |General | +ROW |1200 |29988 |Application |General | +ROW |1201 |28993 |Application |Memory | +ROW |1202 |28994 |Application |Memory | +ROW |1203 |28995 |Application |Memory | +ROW |1204 |28996 |Application |Memory | +ROW |1205 |28997 |Application |Memory | +ROW |1206 |28998 |Application |Memory | +ROW |1207 |28999 |Application |Memory | +ROW |1208 |29000 |Application |Memory | +ROW |1209 |29001 |Application |Memory | +ROW |1210 |28957 |Application |Status | +ROW |1211 |28958 |Application |Status | +ROW |1212 |28959 |Application |Status | +ROW |1213 |28967 |Application |Status | +ROW |1214 |29984 |Application |Status | +ROW |1215 |30145 |Application |CPU | +ROW |1216 |29053 |Application |General | +ROW |1217 |29057 |Application |General | +ROW |1218 |29990 |Application |General | +ROW |1219 |29991 |Application |General | +ROW |1220 |29992 |Application |General | +ROW |1221 |29993 |Application |General | +ROW |1222 |30175 |Application |Memory | +ROW |1223 |30176 |Application |Memory | +ROW |1224 |30177 |Application |Memory | +ROW |1225 |29050 |Application |Status | +ROW |1226 |29051 |Application |Status | +ROW |1227 |29052 |Application |Status | +ROW |1228 |29060 |Application |Status | +ROW |1229 |29989 |Application |Status | +ROW |1230 |28143 |Application |CPU | +ROW |1231 |28154 |Application |Fans | +ROW |1232 |28133 |Application |General | +ROW |1233 |28137 |Application |General | +ROW |1234 |29945 |Application |General | +ROW |1235 |29946 |Application |General | +ROW |1236 |29947 |Application |General | +ROW |1237 |29948 |Application |General | +ROW |1238 |28141 |Application |Inventory | +ROW |1239 |28142 |Application |Inventory | +ROW |1240 |28157 |Application |Inventory | +ROW |1241 |28158 |Application |Inventory | +ROW |1242 |28153 |Application |Memory | +ROW |1243 |30113 |Application |Memory | +ROW |1244 |30114 |Application |Memory | +ROW |1245 |30115 |Application |Memory | +ROW |1246 |28155 |Application |Power supply | +ROW |1247 |28130 |Application |Status | +ROW |1248 |28131 |Application |Status | +ROW |1249 |28132 |Application |Status | +ROW |1250 |28140 |Application |Status | +ROW |1251 |29944 |Application |Status | +ROW |1252 |28150 |Application |Temperature | +ROW |1253 |28156 |Application |Temperature | +ROW |1254 |34154 |Application |CPU | +ROW |1255 |28202 |Application |Fans | +ROW |1256 |28203 |Application |Fans | +ROW |1257 |34152 |Application |General | +ROW |1258 |34153 |Application |General | +ROW |1259 |34155 |Application |General | +ROW |1260 |34156 |Application |General | +ROW |1261 |34157 |Application |General | +ROW |1262 |34158 |Application |General | +ROW |1263 |28204 |Application |Inventory | +ROW |1264 |28205 |Application |Inventory | +ROW |1265 |34176 |Application |Memory | +ROW |1266 |34177 |Application |Memory | +ROW |1267 |34178 |Application |Memory | +ROW |1268 |28206 |Application |Power supply | +ROW |1269 |34149 |Application |Status | +ROW |1270 |34150 |Application |Status | +ROW |1271 |34151 |Application |Status | +ROW |1272 |34159 |Application |Status | +ROW |1273 |34160 |Application |Status | +ROW |1274 |28200 |Application |Temperature | +ROW |1275 |28201 |Application |Temperature | +ROW |1276 |28246 |Application |CPU | +ROW |1277 |28247 |Application |CPU | +ROW |1278 |28215 |Application |Fans | +ROW |1279 |28236 |Application |General | +ROW |1280 |28240 |Application |General | +ROW |1281 |29955 |Application |General | +ROW |1282 |29956 |Application |General | +ROW |1283 |29957 |Application |General | +ROW |1284 |29958 |Application |General | +ROW |1285 |28208 |Application |Inventory | +ROW |1286 |28209 |Application |Inventory | +ROW |1287 |28210 |Application |Inventory | +ROW |1288 |30100 |Application |Inventory | +ROW |1289 |28220 |Application |Memory | +ROW |1290 |28222 |Application |Memory | +ROW |1291 |30104 |Application |Memory | +ROW |1292 |28216 |Application |Power supply | +ROW |1293 |28233 |Application |Status | +ROW |1294 |28234 |Application |Status | +ROW |1295 |28235 |Application |Status | +ROW |1296 |28243 |Application |Status | +ROW |1297 |29954 |Application |Status | +ROW |1298 |28217 |Application |Temperature | +ROW |1299 |28218 |Application |Temperature | +ROW |1300 |30146 |Application |CPU | +ROW |1301 |28325 |Application |Fans | +ROW |1302 |28326 |Application |Fans | +ROW |1303 |28285 |Application |General | +ROW |1304 |28289 |Application |General | +ROW |1305 |29960 |Application |General | +ROW |1306 |29961 |Application |General | +ROW |1307 |29962 |Application |General | +ROW |1308 |29963 |Application |General | +ROW |1309 |28327 |Application |Inventory | +ROW |1310 |28328 |Application |Inventory | +ROW |1311 |30181 |Application |Memory | +ROW |1312 |30182 |Application |Memory | +ROW |1313 |30183 |Application |Memory | +ROW |1314 |28329 |Application |Power supply | +ROW |1315 |28282 |Application |Status | +ROW |1316 |28283 |Application |Status | +ROW |1317 |28284 |Application |Status | +ROW |1318 |28292 |Application |Status | +ROW |1319 |29959 |Application |Status | +ROW |1320 |28323 |Application |Temperature | +ROW |1321 |28324 |Application |Temperature | +ROW |1322 |33183 |Application |Voltage | +ROW |1323 |33181 |Application |Zabbix raw items | +ROW |1324 |28374 |Application |Disk arrays | +ROW |1325 |28375 |Application |Disk arrays | +ROW |1326 |28376 |Application |Disk arrays | +ROW |1327 |28359 |Application |Fans | +ROW |1328 |28360 |Application |Fans | +ROW |1329 |28333 |Application |General | +ROW |1330 |28337 |Application |General | +ROW |1331 |29965 |Application |General | +ROW |1332 |29966 |Application |General | +ROW |1333 |29967 |Application |General | +ROW |1334 |29968 |Application |General | +ROW |1335 |28342 |Application |Inventory | +ROW |1336 |28344 |Application |Inventory | +ROW |1337 |28345 |Application |Inventory | +ROW |1338 |30141 |Application |Inventory | +ROW |1339 |28361 |Application |Physical disks | +ROW |1340 |28362 |Application |Physical disks | +ROW |1341 |28363 |Application |Physical disks | +ROW |1342 |28364 |Application |Physical disks | +ROW |1343 |28365 |Application |Physical disks | +ROW |1344 |28366 |Application |Physical disks | +ROW |1345 |28367 |Application |Physical disks | +ROW |1346 |28358 |Application |Power supply | +ROW |1347 |28330 |Application |Status | +ROW |1348 |28331 |Application |Status | +ROW |1349 |28332 |Application |Status | +ROW |1350 |28340 |Application |Status | +ROW |1351 |28341 |Application |Status | +ROW |1352 |29964 |Application |Status | +ROW |1353 |28354 |Application |Temperature | +ROW |1354 |28355 |Application |Temperature | +ROW |1355 |28356 |Application |Temperature | +ROW |1356 |28357 |Application |Temperature | +ROW |1357 |28368 |Application |Virtual disks | +ROW |1358 |28369 |Application |Virtual disks | +ROW |1359 |28370 |Application |Virtual disks | +ROW |1360 |28371 |Application |Virtual disks | +ROW |1361 |28372 |Application |Virtual disks | +ROW |1362 |28373 |Application |Virtual disks | +ROW |1363 |28413 |Application |Disk arrays | +ROW |1364 |28414 |Application |Disk arrays | +ROW |1365 |28415 |Application |Disk arrays | +ROW |1366 |28416 |Application |Disk arrays | +ROW |1367 |28412 |Application |Fans | +ROW |1368 |28380 |Application |General | +ROW |1369 |28384 |Application |General | +ROW |1370 |29970 |Application |General | +ROW |1371 |29971 |Application |General | +ROW |1372 |29972 |Application |General | +ROW |1373 |29973 |Application |General | +ROW |1374 |28390 |Application |Inventory | +ROW |1375 |28391 |Application |Inventory | +ROW |1376 |28417 |Application |Physical disks | +ROW |1377 |28418 |Application |Physical disks | +ROW |1378 |28419 |Application |Physical disks | +ROW |1379 |28420 |Application |Physical disks | +ROW |1380 |28421 |Application |Physical disks | +ROW |1381 |28422 |Application |Physical disks | +ROW |1382 |28411 |Application |Power supply | +ROW |1383 |28377 |Application |Status | +ROW |1384 |28378 |Application |Status | +ROW |1385 |28379 |Application |Status | +ROW |1386 |28387 |Application |Status | +ROW |1387 |29969 |Application |Status | +ROW |1388 |29994 |Application |Status | +ROW |1389 |28388 |Application |Temperature | +ROW |1390 |28404 |Application |Temperature | +ROW |1391 |28405 |Application |Temperature | +ROW |1392 |28406 |Application |Temperature | +ROW |1393 |28407 |Application |Temperature | +ROW |1394 |28408 |Application |Temperature | +ROW |1395 |28409 |Application |Temperature | +ROW |1396 |33621 |Application |Temperature | +ROW |1397 |33622 |Application |Temperature | +ROW |1398 |33623 |Application |Temperature | +ROW |1399 |33624 |Application |Temperature | +ROW |1400 |33625 |Application |Temperature | +ROW |1401 |33626 |Application |Temperature | +ROW |1402 |33627 |Application |Temperature | +ROW |1403 |33628 |Application |Temperature | +ROW |1404 |33629 |Application |Temperature | +ROW |1405 |28423 |Application |Virtual disks | +ROW |1406 |28424 |Application |Virtual disks | +ROW |1407 |28425 |Application |Virtual disks | +ROW |1408 |28478 |Application |Fans | +ROW |1409 |28479 |Application |Fans | +ROW |1410 |28457 |Application |General | +ROW |1411 |28461 |Application |General | +ROW |1412 |29975 |Application |General | +ROW |1413 |29976 |Application |General | +ROW |1414 |29977 |Application |General | +ROW |1415 |29978 |Application |General | +ROW |1416 |28466 |Application |Inventory | +ROW |1417 |28467 |Application |Inventory | +ROW |1418 |28480 |Application |Physical disks | +ROW |1419 |28481 |Application |Physical disks | +ROW |1420 |28477 |Application |Power supply | +ROW |1421 |28454 |Application |Status | +ROW |1422 |28455 |Application |Status | +ROW |1423 |28456 |Application |Status | +ROW |1424 |28464 |Application |Status | +ROW |1425 |28465 |Application |Status | +ROW |1426 |29974 |Application |Status | +ROW |1427 |28474 |Application |Temperature | +ROW |1428 |28475 |Application |Temperature | +ROW |1429 |28476 |Application |Temperature | +ROW |1430 |28496 |Application |Fans | +ROW |1431 |28485 |Application |General | +ROW |1432 |28489 |Application |General | +ROW |1433 |29980 |Application |General | +ROW |1434 |29981 |Application |General | +ROW |1435 |29982 |Application |General | +ROW |1436 |29983 |Application |General | +ROW |1437 |28482 |Application |Status | +ROW |1438 |28483 |Application |Status | +ROW |1439 |28484 |Application |Status | +ROW |1440 |28492 |Application |Status | +ROW |1441 |29979 |Application |Status | +ROW |1442 |28495 |Application |Temperature | +ROW |1443 |28511 |Application |Tomcat | +ROW |1445 |28540 |Application |Zabbix server | +ROW |1446 |28541 |Application |Zabbix server | +ROW |1447 |28542 |Application |Zabbix server | +ROW |1448 |28543 |Application |Zabbix server | +ROW |1449 |28544 |Application |Zabbix server | +ROW |1450 |28545 |Application |Zabbix server | +ROW |1451 |28546 |Application |Zabbix server | +ROW |1452 |28547 |Application |Zabbix server | +ROW |1453 |28548 |Application |Zabbix server | +ROW |1454 |28549 |Application |Zabbix server | +ROW |1455 |28550 |Application |Zabbix server | +ROW |1456 |28551 |Application |Zabbix server | +ROW |1457 |28552 |Application |Zabbix server | +ROW |1458 |28553 |Application |Zabbix server | +ROW |1459 |28554 |Application |Zabbix server | +ROW |1460 |28555 |Application |Zabbix server | +ROW |1461 |28556 |Application |Zabbix server | +ROW |1462 |28557 |Application |Zabbix server | +ROW |1463 |28558 |Application |Zabbix server | +ROW |1464 |28559 |Application |Zabbix server | +ROW |1465 |28560 |Application |Zabbix server | +ROW |1466 |28561 |Application |Zabbix server | +ROW |1467 |28562 |Application |Zabbix server | +ROW |1468 |28563 |Application |Zabbix server | +ROW |1469 |28564 |Application |Zabbix server | +ROW |1470 |28565 |Application |Zabbix server | +ROW |1471 |28566 |Application |Zabbix server | +ROW |1472 |28567 |Application |Zabbix server | +ROW |1473 |28568 |Application |Zabbix server | +ROW |1474 |28569 |Application |Zabbix server | +ROW |1475 |28570 |Application |Zabbix server | +ROW |1476 |28571 |Application |Zabbix server | +ROW |1477 |28572 |Application |Zabbix server | +ROW |1478 |28573 |Application |Zabbix server | +ROW |1479 |28574 |Application |Zabbix server | +ROW |1480 |28575 |Application |Zabbix server | +ROW |1481 |28576 |Application |Zabbix server | +ROW |1482 |28577 |Application |Zabbix server | +ROW |1483 |28578 |Application |Zabbix server | +ROW |1484 |28579 |Application |Zabbix server | +ROW |1485 |28580 |Application |Zabbix server | +ROW |1486 |28581 |Application |Zabbix server | +ROW |1487 |28582 |Application |Zabbix server | +ROW |1488 |28583 |Application |Zabbix server | +ROW |1489 |28584 |Application |Zabbix server | +ROW |1490 |29821 |Application |Zabbix server | +ROW |1491 |31053 |Application |Zabbix server | +ROW |1492 |33014 |Application |Zabbix server | +ROW |1493 |33015 |Application |Zabbix server | +ROW |1494 |33016 |Application |Zabbix server | +ROW |1495 |33017 |Application |Zabbix server | +ROW |1496 |28585 |Application |Zabbix proxy | +ROW |1497 |28586 |Application |Zabbix proxy | +ROW |1498 |28587 |Application |Zabbix proxy | +ROW |1499 |28588 |Application |Zabbix proxy | +ROW |1500 |28589 |Application |Zabbix proxy | +ROW |1501 |28590 |Application |Zabbix proxy | +ROW |1502 |28591 |Application |Zabbix proxy | +ROW |1503 |28592 |Application |Zabbix proxy | +ROW |1504 |28593 |Application |Zabbix proxy | +ROW |1505 |28594 |Application |Zabbix proxy | +ROW |1506 |28595 |Application |Zabbix proxy | +ROW |1507 |28596 |Application |Zabbix proxy | +ROW |1508 |28597 |Application |Zabbix proxy | +ROW |1509 |28598 |Application |Zabbix proxy | +ROW |1510 |28599 |Application |Zabbix proxy | +ROW |1511 |28600 |Application |Zabbix proxy | +ROW |1512 |28601 |Application |Zabbix proxy | +ROW |1513 |28602 |Application |Zabbix proxy | +ROW |1514 |28603 |Application |Zabbix proxy | +ROW |1515 |28604 |Application |Zabbix proxy | +ROW |1516 |28605 |Application |Zabbix proxy | +ROW |1517 |28606 |Application |Zabbix proxy | +ROW |1518 |28607 |Application |Zabbix proxy | +ROW |1519 |28608 |Application |Zabbix proxy | +ROW |1520 |28609 |Application |Zabbix proxy | +ROW |1521 |28610 |Application |Zabbix proxy | +ROW |1522 |28611 |Application |Zabbix proxy | +ROW |1523 |28612 |Application |Zabbix proxy | +ROW |1524 |28613 |Application |Zabbix proxy | +ROW |1525 |28614 |Application |Zabbix proxy | +ROW |1526 |28615 |Application |Zabbix proxy | +ROW |1527 |28616 |Application |Zabbix proxy | +ROW |1528 |31052 |Application |Zabbix proxy | +ROW |1529 |33012 |Application |Zabbix proxy | +ROW |1530 |33013 |Application |Zabbix proxy | +ROW |1531 |28743 |Application |Apache | +ROW |1532 |28744 |Application |Apache | +ROW |1533 |28745 |Application |Apache | +ROW |1534 |28746 |Application |Apache | +ROW |1535 |28747 |Application |Apache | +ROW |1536 |28748 |Application |Apache | +ROW |1537 |30897 |Application |Apache | +ROW |1538 |30898 |Application |Apache | +ROW |1539 |30899 |Application |Apache | +ROW |1540 |30900 |Application |Apache | +ROW |1541 |30901 |Application |Apache | +ROW |1542 |30902 |Application |Apache | +ROW |1543 |30903 |Application |Apache | +ROW |1544 |30904 |Application |Apache | +ROW |1545 |30905 |Application |Apache | +ROW |1546 |30906 |Application |Apache | +ROW |1547 |30907 |Application |Apache | +ROW |1548 |30908 |Application |Apache | +ROW |1549 |30909 |Application |Apache | +ROW |1550 |30910 |Application |Apache | +ROW |1551 |30911 |Application |Apache | +ROW |1552 |30912 |Application |Apache | +ROW |1553 |30913 |Application |Apache | +ROW |1554 |30914 |Application |Apache | +ROW |1555 |30915 |Application |Apache | +ROW |1556 |30917 |Application |Apache | +ROW |1557 |30918 |Application |Apache | +ROW |1558 |30919 |Application |Apache | +ROW |1559 |30920 |Application |Apache | +ROW |1560 |30921 |Application |Apache | +ROW |1561 |30922 |Application |Apache | +ROW |1562 |30896 |Application |Zabbix raw items | +ROW |1563 |28776 |Application |Apache | +ROW |1564 |28777 |Application |Apache | +ROW |1565 |28778 |Application |Apache | +ROW |1566 |28779 |Application |Apache | +ROW |1567 |28780 |Application |Apache | +ROW |1568 |28781 |Application |Apache | +ROW |1569 |28782 |Application |Apache | +ROW |1570 |28783 |Application |Apache | +ROW |1571 |28784 |Application |Apache | +ROW |1572 |28785 |Application |Apache | +ROW |1573 |28786 |Application |Apache | +ROW |1574 |28787 |Application |Apache | +ROW |1575 |28788 |Application |Apache | +ROW |1576 |28789 |Application |Apache | +ROW |1577 |28790 |Application |Apache | +ROW |1578 |28791 |Application |Apache | +ROW |1579 |28792 |Application |Apache | +ROW |1580 |28793 |Application |Apache | +ROW |1581 |28794 |Application |Apache | +ROW |1582 |28795 |Application |Apache | +ROW |1583 |28796 |Application |Apache | +ROW |1584 |28798 |Application |Apache | +ROW |1585 |28799 |Application |Apache | +ROW |1586 |28800 |Application |Apache | +ROW |1587 |28801 |Application |Apache | +ROW |1588 |28802 |Application |Apache | +ROW |1589 |28803 |Application |Apache | +ROW |1590 |28775 |Application |Zabbix raw items | +ROW |1591 |28805 |Application |Nginx | +ROW |1592 |28806 |Application |Nginx | +ROW |1593 |28807 |Application |Nginx | +ROW |1594 |28808 |Application |Nginx | +ROW |1595 |28809 |Application |Nginx | +ROW |1596 |28810 |Application |Nginx | +ROW |1597 |28811 |Application |Nginx | +ROW |1598 |28812 |Application |Nginx | +ROW |1599 |28813 |Application |Nginx | +ROW |1600 |28814 |Application |Nginx | +ROW |1601 |28815 |Application |Nginx | +ROW |1602 |28816 |Application |Nginx | +ROW |1603 |28817 |Application |Nginx | +ROW |1604 |28818 |Application |Nginx | +ROW |1605 |28819 |Application |Nginx | +ROW |1606 |28820 |Application |Nginx | +ROW |1607 |28804 |Application |Zabbix raw items | +ROW |1608 |28822 |Application |Nginx | +ROW |1609 |28823 |Application |Nginx | +ROW |1610 |28824 |Application |Nginx | +ROW |1611 |28825 |Application |Nginx | +ROW |1612 |28826 |Application |Nginx | +ROW |1613 |28827 |Application |Nginx | +ROW |1614 |28828 |Application |Nginx | +ROW |1615 |28829 |Application |Nginx | +ROW |1616 |28830 |Application |Nginx | +ROW |1617 |28831 |Application |Nginx | +ROW |1618 |28832 |Application |Nginx | +ROW |1619 |28833 |Application |Nginx | +ROW |1620 |28821 |Application |Zabbix raw items | +ROW |1621 |28978 |Application |Memory | +ROW |1622 |28979 |Application |Memory | +ROW |1623 |28980 |Application |Memory | +ROW |1624 |28981 |Application |Memory | +ROW |1625 |28982 |Application |Memory | +ROW |1626 |28983 |Application |Memory | +ROW |1627 |28984 |Application |Memory | +ROW |1628 |28985 |Application |Memory | +ROW |1629 |28986 |Application |Memory | +ROW |1630 |28987 |Application |CPU | +ROW |1631 |28988 |Application |CPU | +ROW |1632 |28989 |Application |CPU | +ROW |1633 |28990 |Application |CPU | +ROW |1634 |28991 |Application |CPU | +ROW |1635 |28992 |Application |CPU | +ROW |1636 |29017 |Application |CPU | +ROW |1637 |29018 |Application |CPU | +ROW |1638 |29019 |Application |CPU | +ROW |1639 |29020 |Application |CPU | +ROW |1640 |29021 |Application |CPU | +ROW |1641 |29022 |Application |CPU | +ROW |1642 |29023 |Application |CPU | +ROW |1643 |29024 |Application |CPU | +ROW |1644 |29025 |Application |CPU | +ROW |1645 |29026 |Application |CPU | +ROW |1646 |29048 |Application |CPU | +ROW |1647 |29087 |Application |CPU | +ROW |1648 |29088 |Application |CPU | +ROW |1649 |29089 |Application |CPU | +ROW |1650 |29090 |Application |CPU | +ROW |1651 |29091 |Application |CPU | +ROW |1652 |29092 |Application |CPU | +ROW |1653 |29093 |Application |CPU | +ROW |1654 |29094 |Application |CPU | +ROW |1655 |29095 |Application |CPU | +ROW |1656 |29096 |Application |CPU | +ROW |1657 |29097 |Application |CPU | +ROW |1658 |29098 |Application |CPU | +ROW |1659 |29099 |Application |CPU | +ROW |1660 |29100 |Application |CPU | +ROW |1661 |29101 |Application |CPU | +ROW |1662 |29102 |Application |CPU | +ROW |1663 |29198 |Application |CPU | +ROW |1664 |29103 |Application |Memory | +ROW |1665 |29104 |Application |Memory | +ROW |1666 |29105 |Application |Memory | +ROW |1667 |29106 |Application |Memory | +ROW |1668 |29107 |Application |Memory | +ROW |1669 |29108 |Application |Memory | +ROW |1670 |31364 |Application |Memory | +ROW |1671 |31372 |Application |Zabbix raw items | +ROW |1672 |31381 |Application |Zabbix raw items | +ROW |1673 |31384 |Application |Zabbix raw items | +ROW |1674 |29111 |Application |General | +ROW |1675 |29112 |Application |General | +ROW |1676 |29113 |Application |General | +ROW |1677 |29114 |Application |General | +ROW |1678 |29115 |Application |General | +ROW |1679 |29116 |Application |General | +ROW |1680 |29117 |Application |General | +ROW |1681 |29118 |Application |General | +ROW |1682 |29119 |Application |General | +ROW |1683 |29121 |Application |Inventory | +ROW |1684 |29122 |Application |Inventory | +ROW |1685 |29123 |Application |Inventory | +ROW |1686 |29120 |Application |Security | +ROW |1687 |29110 |Application |Status | +ROW |1688 |29399 |Application |CPU | +ROW |1689 |29405 |Application |CPU | +ROW |1690 |29406 |Application |CPU | +ROW |1691 |29407 |Application |CPU | +ROW |1692 |29408 |Application |CPU | +ROW |1693 |29409 |Application |CPU | +ROW |1694 |29410 |Application |CPU | +ROW |1695 |29411 |Application |CPU | +ROW |1696 |29412 |Application |CPU | +ROW |1697 |29413 |Application |CPU | +ROW |1698 |29416 |Application |CPU | +ROW |1699 |29417 |Application |CPU | +ROW |1700 |29418 |Application |CPU | +ROW |1701 |29419 |Application |CPU | +ROW |1702 |29420 |Application |CPU | +ROW |1703 |29426 |Application |CPU | +ROW |1704 |29427 |Application |CPU | +ROW |1705 |29398 |Application |General | +ROW |1706 |29404 |Application |General | +ROW |1707 |29414 |Application |General | +ROW |1708 |29423 |Application |General | +ROW |1709 |29424 |Application |General | +ROW |1710 |29425 |Application |General | +ROW |1711 |29422 |Application |Inventory | +ROW |1712 |29428 |Application |Inventory | +ROW |1713 |29396 |Application |Memory | +ROW |1714 |29397 |Application |Memory | +ROW |1715 |29400 |Application |Memory | +ROW |1716 |29401 |Application |Memory | +ROW |1717 |29402 |Application |Memory | +ROW |1718 |29403 |Application |Memory | +ROW |1719 |29415 |Application |Monitoring agent | +ROW |1720 |29421 |Application |Status | +ROW |1721 |29395 |Application |Zabbix raw items | +ROW |1722 |29450 |Application |Zabbix raw items | +ROW |1723 |29451 |Application |Zabbix raw items | +ROW |1724 |29454 |Application |CPU | +ROW |1725 |29455 |Application |CPU | +ROW |1726 |29456 |Application |CPU | +ROW |1727 |29457 |Application |CPU | +ROW |1728 |29458 |Application |CPU | +ROW |1729 |29459 |Application |CPU | +ROW |1730 |30137 |Application |CPU | +ROW |1731 |31419 |Application |CPU | +ROW |1732 |29460 |Application |Memory | +ROW |1733 |29461 |Application |Memory | +ROW |1734 |29462 |Application |Memory | +ROW |1735 |29463 |Application |Memory | +ROW |1736 |29466 |Application |Memory | +ROW |1737 |29467 |Application |Memory | +ROW |1738 |29468 |Application |Memory | +ROW |1739 |29469 |Application |Memory | +ROW |1740 |29470 |Application |Memory | +ROW |1741 |31420 |Application |Memory | +ROW |1742 |31421 |Application |Memory | +ROW |1743 |31427 |Application |Memory | +ROW |1744 |29473 |Application |General | +ROW |1745 |29474 |Application |General | +ROW |1746 |29475 |Application |General | +ROW |1747 |29476 |Application |General | +ROW |1748 |29477 |Application |General | +ROW |1749 |29478 |Application |Inventory | +ROW |1750 |29472 |Application |Status | +ROW |1751 |31422 |Application |Zabbix raw items | +ROW |1752 |29545 |Application |Monitoring agent | +ROW |1753 |29546 |Application |Monitoring agent | +ROW |1754 |29547 |Application |Status | +ROW |1755 |30000 |Application |RabbitMQ | +ROW |1756 |30001 |Application |RabbitMQ | +ROW |1757 |30002 |Application |RabbitMQ | +ROW |1758 |30003 |Application |RabbitMQ | +ROW |1759 |30004 |Application |RabbitMQ | +ROW |1760 |30005 |Application |RabbitMQ | +ROW |1761 |30006 |Application |RabbitMQ | +ROW |1762 |30007 |Application |RabbitMQ | +ROW |1763 |30008 |Application |RabbitMQ | +ROW |1764 |30009 |Application |RabbitMQ | +ROW |1765 |30010 |Application |RabbitMQ | +ROW |1766 |30011 |Application |RabbitMQ | +ROW |1767 |30012 |Application |RabbitMQ | +ROW |1768 |30013 |Application |RabbitMQ | +ROW |1769 |30014 |Application |RabbitMQ | +ROW |1770 |30015 |Application |RabbitMQ | +ROW |1771 |30016 |Application |RabbitMQ | +ROW |1772 |30017 |Application |RabbitMQ | +ROW |1773 |30018 |Application |RabbitMQ | +ROW |1774 |30019 |Application |RabbitMQ | +ROW |1775 |30020 |Application |RabbitMQ | +ROW |1776 |30021 |Application |RabbitMQ | +ROW |1777 |30022 |Application |RabbitMQ | +ROW |1778 |30023 |Application |RabbitMQ | +ROW |1779 |33747 |Application |RabbitMQ | +ROW |1780 |29998 |Application |Zabbix raw items | +ROW |1781 |29999 |Application |Zabbix raw items | +ROW |1782 |29655 |Application |RabbitMQ | +ROW |1783 |29656 |Application |RabbitMQ | +ROW |1784 |29657 |Application |RabbitMQ | +ROW |1785 |29658 |Application |RabbitMQ | +ROW |1786 |29659 |Application |RabbitMQ | +ROW |1787 |29660 |Application |RabbitMQ | +ROW |1788 |29687 |Application |RabbitMQ | +ROW |1789 |29688 |Application |RabbitMQ | +ROW |1790 |29691 |Application |RabbitMQ | +ROW |1791 |29692 |Application |RabbitMQ | +ROW |1792 |29693 |Application |RabbitMQ | +ROW |1793 |29694 |Application |RabbitMQ | +ROW |1794 |29695 |Application |RabbitMQ | +ROW |1795 |29696 |Application |RabbitMQ | +ROW |1796 |29697 |Application |RabbitMQ | +ROW |1797 |29698 |Application |RabbitMQ | +ROW |1798 |29699 |Application |RabbitMQ | +ROW |1799 |29700 |Application |RabbitMQ | +ROW |1800 |29701 |Application |RabbitMQ | +ROW |1801 |30024 |Application |RabbitMQ | +ROW |1802 |30025 |Application |RabbitMQ | +ROW |1803 |33748 |Application |RabbitMQ | +ROW |1804 |33749 |Application |RabbitMQ | +ROW |1805 |33750 |Application |RabbitMQ | +ROW |1806 |33751 |Application |RabbitMQ | +ROW |1807 |33752 |Application |RabbitMQ | +ROW |1808 |33753 |Application |RabbitMQ | +ROW |1809 |29653 |Application |Zabbix raw items | +ROW |1810 |29654 |Application |Zabbix raw items | +ROW |1811 |29661 |Application |Zabbix raw items | +ROW |1812 |29746 |Application |RabbitMQ | +ROW |1813 |29747 |Application |RabbitMQ | +ROW |1814 |29748 |Application |RabbitMQ | +ROW |1815 |29749 |Application |RabbitMQ | +ROW |1816 |29750 |Application |RabbitMQ | +ROW |1817 |29751 |Application |RabbitMQ | +ROW |1818 |29752 |Application |RabbitMQ | +ROW |1819 |29753 |Application |RabbitMQ | +ROW |1820 |29754 |Application |RabbitMQ | +ROW |1821 |29755 |Application |RabbitMQ | +ROW |1822 |29756 |Application |RabbitMQ | +ROW |1823 |29757 |Application |RabbitMQ | +ROW |1824 |29758 |Application |RabbitMQ | +ROW |1825 |29759 |Application |RabbitMQ | +ROW |1826 |29760 |Application |RabbitMQ | +ROW |1827 |29761 |Application |RabbitMQ | +ROW |1828 |29762 |Application |RabbitMQ | +ROW |1829 |29763 |Application |RabbitMQ | +ROW |1830 |29764 |Application |RabbitMQ | +ROW |1831 |29765 |Application |RabbitMQ | +ROW |1832 |29766 |Application |RabbitMQ | +ROW |1833 |29767 |Application |RabbitMQ | +ROW |1834 |29768 |Application |RabbitMQ | +ROW |1835 |29769 |Application |RabbitMQ | +ROW |1836 |33757 |Application |RabbitMQ | +ROW |1837 |29738 |Application |Zabbix raw items | +ROW |1838 |29739 |Application |Zabbix raw items | +ROW |1839 |29742 |Application |RabbitMQ | +ROW |1840 |29743 |Application |RabbitMQ | +ROW |1841 |29771 |Application |RabbitMQ | +ROW |1842 |29772 |Application |RabbitMQ | +ROW |1843 |29773 |Application |RabbitMQ | +ROW |1844 |29774 |Application |RabbitMQ | +ROW |1845 |29775 |Application |RabbitMQ | +ROW |1846 |29776 |Application |RabbitMQ | +ROW |1847 |29777 |Application |RabbitMQ | +ROW |1848 |29779 |Application |RabbitMQ | +ROW |1849 |29780 |Application |RabbitMQ | +ROW |1850 |29781 |Application |RabbitMQ | +ROW |1851 |29782 |Application |RabbitMQ | +ROW |1852 |29783 |Application |RabbitMQ | +ROW |1853 |29784 |Application |RabbitMQ | +ROW |1854 |30044 |Application |RabbitMQ | +ROW |1855 |30045 |Application |RabbitMQ | +ROW |1856 |33758 |Application |RabbitMQ | +ROW |1857 |33759 |Application |RabbitMQ | +ROW |1858 |33760 |Application |RabbitMQ | +ROW |1859 |33761 |Application |RabbitMQ | +ROW |1860 |33762 |Application |RabbitMQ | +ROW |1861 |33763 |Application |RabbitMQ | +ROW |1862 |29741 |Application |Zabbix raw items | +ROW |1863 |29745 |Application |Zabbix raw items | +ROW |1864 |30043 |Application |Zabbix raw items | +ROW |1865 |30083 |Application |Disk arrays | +ROW |1866 |30084 |Application |Disk arrays | +ROW |1867 |30085 |Application |Disk arrays | +ROW |1868 |30075 |Application |Fans | +ROW |1869 |30049 |Application |General | +ROW |1870 |30050 |Application |General | +ROW |1871 |30051 |Application |General | +ROW |1872 |30052 |Application |General | +ROW |1873 |30053 |Application |General | +ROW |1874 |30054 |Application |General | +ROW |1875 |30073 |Application |Inventory | +ROW |1876 |30074 |Application |Inventory | +ROW |1877 |30076 |Application |Physical disks | +ROW |1878 |30077 |Application |Physical disks | +ROW |1879 |30078 |Application |Physical disks | +ROW |1880 |30079 |Application |Physical disks | +ROW |1881 |30071 |Application |Power supply | +ROW |1882 |30046 |Application |Status | +ROW |1883 |30047 |Application |Status | +ROW |1884 |30048 |Application |Status | +ROW |1885 |30055 |Application |Status | +ROW |1886 |30056 |Application |Status | +ROW |1887 |30072 |Application |Status | +ROW |1888 |30066 |Application |Temperature | +ROW |1889 |30067 |Application |Temperature | +ROW |1890 |30068 |Application |Temperature | +ROW |1891 |30069 |Application |Temperature | +ROW |1892 |30070 |Application |Temperature | +ROW |1893 |30080 |Application |Virtual disks | +ROW |1894 |30081 |Application |Virtual disks | +ROW |1895 |30082 |Application |Virtual disks | +ROW |1896 |30142 |Application |CPU | +ROW |1897 |30157 |Application |Memory | +ROW |1898 |30158 |Application |Memory | +ROW |1899 |30159 |Application |Memory | +ROW |1912 |30273 |Application |Redis | +ROW |1913 |30274 |Application |Redis | +ROW |1914 |30277 |Application |Redis | +ROW |1915 |30278 |Application |Redis | +ROW |1916 |30279 |Application |Redis | +ROW |1917 |30280 |Application |Redis | +ROW |1918 |30281 |Application |Redis | +ROW |1919 |30282 |Application |Redis | +ROW |1920 |30283 |Application |Redis | +ROW |1921 |30284 |Application |Redis | +ROW |1922 |30285 |Application |Redis | +ROW |1923 |30286 |Application |Redis | +ROW |1924 |30287 |Application |Redis | +ROW |1925 |30288 |Application |Redis | +ROW |1926 |30289 |Application |Redis | +ROW |1927 |30290 |Application |Redis | +ROW |1928 |30291 |Application |Redis | +ROW |1929 |30292 |Application |Redis | +ROW |1930 |30293 |Application |Redis | +ROW |1931 |30294 |Application |Redis | +ROW |1932 |30295 |Application |Redis | +ROW |1933 |30296 |Application |Redis | +ROW |1934 |30297 |Application |Redis | +ROW |1935 |30298 |Application |Redis | +ROW |1936 |30299 |Application |Redis | +ROW |1937 |30300 |Application |Redis | +ROW |1938 |30301 |Application |Redis | +ROW |1939 |30302 |Application |Redis | +ROW |1940 |30303 |Application |Redis | +ROW |1941 |30304 |Application |Redis | +ROW |1942 |30305 |Application |Redis | +ROW |1943 |30306 |Application |Redis | +ROW |1944 |30307 |Application |Redis | +ROW |1945 |30308 |Application |Redis | +ROW |1946 |30309 |Application |Redis | +ROW |1947 |30310 |Application |Redis | +ROW |1948 |30311 |Application |Redis | +ROW |1949 |30312 |Application |Redis | +ROW |1950 |30313 |Application |Redis | +ROW |1951 |30314 |Application |Redis | +ROW |1952 |30315 |Application |Redis | +ROW |1953 |30316 |Application |Redis | +ROW |1954 |30317 |Application |Redis | +ROW |1955 |30318 |Application |Redis | +ROW |1956 |30319 |Application |Redis | +ROW |1957 |30320 |Application |Redis | +ROW |1958 |30321 |Application |Redis | +ROW |1959 |30322 |Application |Redis | +ROW |1960 |30323 |Application |Redis | +ROW |1961 |30324 |Application |Redis | +ROW |1962 |30325 |Application |Redis | +ROW |1963 |30326 |Application |Redis | +ROW |1964 |30327 |Application |Redis | +ROW |1965 |30328 |Application |Redis | +ROW |1966 |30329 |Application |Redis | +ROW |1967 |30330 |Application |Redis | +ROW |1968 |30331 |Application |Redis | +ROW |1969 |30332 |Application |Redis | +ROW |1970 |30333 |Application |Redis | +ROW |1971 |30334 |Application |Redis | +ROW |1972 |30335 |Application |Redis | +ROW |1973 |30336 |Application |Redis | +ROW |1974 |30344 |Application |Redis | +ROW |1975 |30345 |Application |Redis | +ROW |1976 |30346 |Application |Redis | +ROW |1977 |30347 |Application |Redis | +ROW |1978 |30351 |Application |Redis | +ROW |1979 |30352 |Application |Redis | +ROW |1980 |30353 |Application |Redis | +ROW |1981 |30354 |Application |Redis | +ROW |1982 |30355 |Application |Redis | +ROW |1983 |30356 |Application |Redis | +ROW |1984 |30357 |Application |Redis | +ROW |1985 |30358 |Application |Redis | +ROW |1986 |30359 |Application |Redis | +ROW |1987 |30360 |Application |Redis | +ROW |1988 |30361 |Application |Redis | +ROW |1989 |30362 |Application |Redis | +ROW |1990 |30363 |Application |Redis | +ROW |1991 |30364 |Application |Redis | +ROW |1992 |30365 |Application |Redis | +ROW |1993 |30366 |Application |Redis | +ROW |1994 |30367 |Application |Redis | +ROW |1995 |30368 |Application |Redis | +ROW |1996 |30369 |Application |Redis | +ROW |1997 |30370 |Application |Redis | +ROW |1998 |30371 |Application |Redis | +ROW |1999 |30372 |Application |Redis | +ROW |2000 |30373 |Application |Redis | +ROW |2001 |30374 |Application |Redis | +ROW |2002 |30375 |Application |Redis | +ROW |2003 |30376 |Application |Redis | +ROW |2004 |30377 |Application |Redis | +ROW |2005 |30378 |Application |Redis | +ROW |2006 |30379 |Application |Redis | +ROW |2007 |30380 |Application |Redis | +ROW |2008 |30381 |Application |Redis | +ROW |2009 |30382 |Application |Redis | +ROW |2010 |30383 |Application |Redis | +ROW |2011 |30384 |Application |Redis | +ROW |2012 |30385 |Application |Redis | +ROW |2013 |30386 |Application |Redis | +ROW |2014 |30387 |Application |Redis | +ROW |2015 |30388 |Application |Redis | +ROW |2016 |30389 |Application |Redis | +ROW |2017 |30390 |Application |Redis | +ROW |2018 |30391 |Application |Redis | +ROW |2019 |30392 |Application |Redis | +ROW |2020 |30393 |Application |Redis | +ROW |2021 |30394 |Application |Redis | +ROW |2022 |30395 |Application |Redis | +ROW |2023 |30397 |Application |Redis | +ROW |2024 |30398 |Application |Redis | +ROW |2025 |30399 |Application |Redis | +ROW |2026 |30400 |Application |Redis | +ROW |2027 |30401 |Application |Redis | +ROW |2028 |30402 |Application |Redis | +ROW |2029 |30403 |Application |Redis | +ROW |2030 |30404 |Application |Redis | +ROW |2031 |30275 |Application |Zabbix raw items | +ROW |2032 |30276 |Application |Zabbix raw items | +ROW |2033 |30425 |Application |Services | +ROW |2034 |30431 |Application |MySQL | +ROW |2035 |30432 |Application |MySQL | +ROW |2036 |30434 |Application |MySQL | +ROW |2037 |30435 |Application |MySQL | +ROW |2038 |30437 |Application |MySQL | +ROW |2039 |30438 |Application |MySQL | +ROW |2040 |30439 |Application |MySQL | +ROW |2041 |30440 |Application |MySQL | +ROW |2042 |30441 |Application |MySQL | +ROW |2043 |30442 |Application |MySQL | +ROW |2044 |30444 |Application |MySQL | +ROW |2045 |30445 |Application |MySQL | +ROW |2046 |30446 |Application |MySQL | +ROW |2047 |30447 |Application |MySQL | +ROW |2048 |30449 |Application |MySQL | +ROW |2049 |30450 |Application |MySQL | +ROW |2050 |30451 |Application |MySQL | +ROW |2051 |30452 |Application |MySQL | +ROW |2052 |30453 |Application |MySQL | +ROW |2053 |30454 |Application |MySQL | +ROW |2054 |30455 |Application |MySQL | +ROW |2055 |30456 |Application |MySQL | +ROW |2056 |30457 |Application |MySQL | +ROW |2057 |30458 |Application |MySQL | +ROW |2058 |30459 |Application |MySQL | +ROW |2059 |30460 |Application |MySQL | +ROW |2060 |30461 |Application |MySQL | +ROW |2061 |30462 |Application |MySQL | +ROW |2062 |30463 |Application |MySQL | +ROW |2063 |30464 |Application |MySQL | +ROW |2064 |30465 |Application |MySQL | +ROW |2065 |30466 |Application |MySQL | +ROW |2066 |30470 |Application |MySQL | +ROW |2067 |30471 |Application |MySQL | +ROW |2068 |30474 |Application |MySQL | +ROW |2069 |30476 |Application |MySQL | +ROW |2070 |30477 |Application |MySQL | +ROW |2071 |30478 |Application |MySQL | +ROW |2072 |31168 |Application |MySQL | +ROW |2073 |31169 |Application |MySQL | +ROW |2074 |31170 |Application |MySQL | +ROW |2075 |31171 |Application |MySQL | +ROW |2076 |33126 |Application |MySQL | +ROW |2077 |33127 |Application |MySQL | +ROW |2078 |33128 |Application |MySQL | +ROW |2079 |33129 |Application |MySQL | +ROW |2080 |33130 |Application |MySQL | +ROW |2081 |33131 |Application |MySQL | +ROW |2082 |33132 |Application |MySQL | +ROW |2083 |33134 |Application |MySQL | +ROW |2084 |33135 |Application |MySQL | +ROW |2085 |33136 |Application |MySQL | +ROW |2086 |33137 |Application |MySQL | +ROW |2087 |33138 |Application |MySQL | +ROW |2088 |33139 |Application |MySQL | +ROW |2089 |30433 |Application |Zabbix raw items | +ROW |2090 |30436 |Application |Zabbix raw items | +ROW |2091 |30443 |Application |Zabbix raw items | +ROW |2092 |30475 |Application |Zabbix raw items | +ROW |2093 |30480 |Application |MySQL | +ROW |2094 |30481 |Application |MySQL | +ROW |2095 |30482 |Application |MySQL | +ROW |2096 |30483 |Application |MySQL | +ROW |2097 |30484 |Application |MySQL | +ROW |2098 |30486 |Application |MySQL | +ROW |2099 |30488 |Application |MySQL | +ROW |2100 |30489 |Application |MySQL | +ROW |2101 |30490 |Application |MySQL | +ROW |2102 |30491 |Application |MySQL | +ROW |2103 |30492 |Application |MySQL | +ROW |2104 |30493 |Application |MySQL | +ROW |2105 |30494 |Application |MySQL | +ROW |2106 |30495 |Application |MySQL | +ROW |2107 |30496 |Application |MySQL | +ROW |2108 |30497 |Application |MySQL | +ROW |2109 |30499 |Application |MySQL | +ROW |2110 |30500 |Application |MySQL | +ROW |2111 |30503 |Application |MySQL | +ROW |2112 |30504 |Application |MySQL | +ROW |2113 |30505 |Application |MySQL | +ROW |2114 |30506 |Application |MySQL | +ROW |2115 |30507 |Application |MySQL | +ROW |2116 |30508 |Application |MySQL | +ROW |2117 |30509 |Application |MySQL | +ROW |2118 |30510 |Application |MySQL | +ROW |2119 |30512 |Application |MySQL | +ROW |2120 |30513 |Application |MySQL | +ROW |2121 |30514 |Application |MySQL | +ROW |2122 |30515 |Application |MySQL | +ROW |2123 |30516 |Application |MySQL | +ROW |2124 |30517 |Application |MySQL | +ROW |2125 |30518 |Application |MySQL | +ROW |2126 |30519 |Application |MySQL | +ROW |2127 |30522 |Application |MySQL | +ROW |2128 |30524 |Application |MySQL | +ROW |2129 |30525 |Application |MySQL | +ROW |2130 |30526 |Application |MySQL | +ROW |2131 |31176 |Application |MySQL | +ROW |2132 |31177 |Application |MySQL | +ROW |2133 |31178 |Application |MySQL | +ROW |2134 |31179 |Application |MySQL | +ROW |2135 |33154 |Application |MySQL | +ROW |2136 |33155 |Application |MySQL | +ROW |2137 |33156 |Application |MySQL | +ROW |2138 |33157 |Application |MySQL | +ROW |2139 |33158 |Application |MySQL | +ROW |2140 |33159 |Application |MySQL | +ROW |2141 |33160 |Application |MySQL | +ROW |2142 |33162 |Application |MySQL | +ROW |2143 |33163 |Application |MySQL | +ROW |2144 |33164 |Application |MySQL | +ROW |2145 |33165 |Application |MySQL | +ROW |2146 |33166 |Application |MySQL | +ROW |2147 |33167 |Application |MySQL | +ROW |2148 |30479 |Application |Zabbix raw items | +ROW |2149 |30485 |Application |Zabbix raw items | +ROW |2150 |30487 |Application |Zabbix raw items | +ROW |2151 |30523 |Application |Zabbix raw items | +ROW |2152 |30530 |Application |Docker | +ROW |2153 |30532 |Application |Docker | +ROW |2154 |30533 |Application |Docker | +ROW |2155 |30534 |Application |Docker | +ROW |2156 |30535 |Application |Docker | +ROW |2157 |30536 |Application |Docker | +ROW |2158 |30537 |Application |Docker | +ROW |2159 |30538 |Application |Docker | +ROW |2160 |30539 |Application |Docker | +ROW |2161 |30540 |Application |Docker | +ROW |2162 |30541 |Application |Docker | +ROW |2163 |30542 |Application |Docker | +ROW |2164 |30543 |Application |Docker | +ROW |2165 |30544 |Application |Docker | +ROW |2166 |30545 |Application |Docker | +ROW |2167 |30546 |Application |Docker | +ROW |2168 |30547 |Application |Docker | +ROW |2169 |30548 |Application |Docker | +ROW |2170 |30549 |Application |Docker | +ROW |2171 |30550 |Application |Docker | +ROW |2172 |30551 |Application |Docker | +ROW |2173 |30552 |Application |Docker | +ROW |2174 |30553 |Application |Docker | +ROW |2175 |30554 |Application |Docker | +ROW |2176 |30555 |Application |Docker | +ROW |2177 |30556 |Application |Docker | +ROW |2178 |30557 |Application |Docker | +ROW |2179 |30558 |Application |Docker | +ROW |2180 |30559 |Application |Docker | +ROW |2181 |30560 |Application |Docker | +ROW |2182 |30561 |Application |Docker | +ROW |2183 |30562 |Application |Docker | +ROW |2184 |30563 |Application |Docker | +ROW |2185 |30564 |Application |Docker | +ROW |2186 |30565 |Application |Docker | +ROW |2187 |30566 |Application |Docker | +ROW |2188 |30567 |Application |Docker | +ROW |2189 |30568 |Application |Docker | +ROW |2190 |30569 |Application |Docker | +ROW |2191 |30570 |Application |Docker | +ROW |2192 |30527 |Application |Zabbix raw items | +ROW |2193 |30528 |Application |Zabbix raw items | +ROW |2194 |30529 |Application |Zabbix raw items | +ROW |2195 |30531 |Application |Zabbix raw items | +ROW |2196 |30611 |Application |Memcached | +ROW |2197 |30613 |Application |Memcached | +ROW |2198 |30614 |Application |Memcached | +ROW |2199 |30615 |Application |Memcached | +ROW |2200 |30616 |Application |Memcached | +ROW |2201 |30617 |Application |Memcached | +ROW |2202 |30618 |Application |Memcached | +ROW |2203 |30619 |Application |Memcached | +ROW |2204 |30620 |Application |Memcached | +ROW |2205 |30621 |Application |Memcached | +ROW |2206 |30622 |Application |Memcached | +ROW |2207 |30623 |Application |Memcached | +ROW |2208 |30624 |Application |Memcached | +ROW |2209 |30625 |Application |Memcached | +ROW |2210 |30626 |Application |Memcached | +ROW |2211 |30627 |Application |Memcached | +ROW |2212 |30628 |Application |Memcached | +ROW |2213 |30629 |Application |Memcached | +ROW |2214 |30630 |Application |Memcached | +ROW |2215 |30631 |Application |Memcached | +ROW |2216 |30632 |Application |Memcached | +ROW |2217 |30633 |Application |Memcached | +ROW |2218 |30634 |Application |Memcached | +ROW |2219 |30635 |Application |Memcached | +ROW |2220 |30636 |Application |Memcached | +ROW |2221 |30612 |Application |Zabbix raw items | +ROW |2222 |30637 |Application |MySQL | +ROW |2223 |30638 |Application |MySQL | +ROW |2224 |30640 |Application |MySQL | +ROW |2225 |30641 |Application |MySQL | +ROW |2226 |30643 |Application |MySQL | +ROW |2227 |30644 |Application |MySQL | +ROW |2228 |30645 |Application |MySQL | +ROW |2229 |30646 |Application |MySQL | +ROW |2230 |30647 |Application |MySQL | +ROW |2231 |30648 |Application |MySQL | +ROW |2232 |30650 |Application |MySQL | +ROW |2233 |30651 |Application |MySQL | +ROW |2234 |30652 |Application |MySQL | +ROW |2235 |30653 |Application |MySQL | +ROW |2236 |30655 |Application |MySQL | +ROW |2237 |30656 |Application |MySQL | +ROW |2238 |30657 |Application |MySQL | +ROW |2239 |30658 |Application |MySQL | +ROW |2240 |30659 |Application |MySQL | +ROW |2241 |30660 |Application |MySQL | +ROW |2242 |30661 |Application |MySQL | +ROW |2243 |30662 |Application |MySQL | +ROW |2244 |30663 |Application |MySQL | +ROW |2245 |30664 |Application |MySQL | +ROW |2246 |30665 |Application |MySQL | +ROW |2247 |30666 |Application |MySQL | +ROW |2248 |30667 |Application |MySQL | +ROW |2249 |30668 |Application |MySQL | +ROW |2250 |30669 |Application |MySQL | +ROW |2251 |30670 |Application |MySQL | +ROW |2252 |30671 |Application |MySQL | +ROW |2253 |30672 |Application |MySQL | +ROW |2254 |30676 |Application |MySQL | +ROW |2255 |30677 |Application |MySQL | +ROW |2256 |30680 |Application |MySQL | +ROW |2257 |30682 |Application |MySQL | +ROW |2258 |30683 |Application |MySQL | +ROW |2259 |30684 |Application |MySQL | +ROW |2260 |31172 |Application |MySQL | +ROW |2261 |31173 |Application |MySQL | +ROW |2262 |31174 |Application |MySQL | +ROW |2263 |31175 |Application |MySQL | +ROW |2264 |33140 |Application |MySQL | +ROW |2265 |33141 |Application |MySQL | +ROW |2266 |33142 |Application |MySQL | +ROW |2267 |33143 |Application |MySQL | +ROW |2268 |33144 |Application |MySQL | +ROW |2269 |33145 |Application |MySQL | +ROW |2270 |33146 |Application |MySQL | +ROW |2271 |33148 |Application |MySQL | +ROW |2272 |33149 |Application |MySQL | +ROW |2273 |33150 |Application |MySQL | +ROW |2274 |33151 |Application |MySQL | +ROW |2275 |33152 |Application |MySQL | +ROW |2276 |33153 |Application |MySQL | +ROW |2277 |30639 |Application |Zabbix raw items | +ROW |2278 |30642 |Application |Zabbix raw items | +ROW |2279 |30649 |Application |Zabbix raw items | +ROW |2280 |30681 |Application |Zabbix raw items | +ROW |2281 |30685 |Application |Zabbix raw items | +ROW |2282 |30690 |Application |ES cluster | +ROW |2283 |30692 |Application |ES cluster | +ROW |2284 |30695 |Application |ES cluster | +ROW |2285 |30696 |Application |ES cluster | +ROW |2286 |30697 |Application |ES cluster | +ROW |2287 |30698 |Application |ES cluster | +ROW |2288 |30699 |Application |ES cluster | +ROW |2289 |30700 |Application |ES cluster | +ROW |2290 |30701 |Application |ES cluster | +ROW |2291 |30702 |Application |ES cluster | +ROW |2292 |30703 |Application |ES cluster | +ROW |2293 |30704 |Application |ES cluster | +ROW |2294 |30705 |Application |ES cluster | +ROW |2295 |30706 |Application |ES cluster | +ROW |2296 |30707 |Application |ES cluster | +ROW |2297 |30708 |Application |ES cluster | +ROW |2298 |30709 |Application |ES cluster | +ROW |2299 |30710 |Application |ES cluster | +ROW |2300 |30711 |Application |ES cluster | +ROW |2301 |30712 |Application |ES cluster | +ROW |2302 |30691 |Application |Zabbix raw items | +ROW |2303 |30693 |Application |Zabbix raw items | +ROW |2304 |30694 |Application |Zabbix raw items | +ROW |2305 |30719 |Application |Zabbix raw items | +ROW |2306 |30739 |Application |Zabbix raw items | +ROW |2307 |30743 |Application |Zabbix raw items | +ROW |2308 |30744 |Application |Zabbix raw items | +ROW |2309 |30746 |Application |Zabbix raw items | +ROW |2310 |30747 |Application |Zabbix raw items | +ROW |2311 |30754 |Application |Zabbix raw items | +ROW |2312 |30756 |Application |Zabbix raw items | +ROW |2313 |30821 |Application |ClickHouse | +ROW |2314 |30822 |Application |ClickHouse | +ROW |2315 |30827 |Application |ClickHouse | +ROW |2316 |30831 |Application |ClickHouse | +ROW |2317 |30832 |Application |ClickHouse | +ROW |2318 |30833 |Application |ClickHouse | +ROW |2319 |30834 |Application |ClickHouse | +ROW |2320 |30835 |Application |ClickHouse | +ROW |2321 |30837 |Application |ClickHouse | +ROW |2322 |30838 |Application |ClickHouse | +ROW |2323 |30839 |Application |ClickHouse | +ROW |2324 |30841 |Application |ClickHouse | +ROW |2325 |30846 |Application |ClickHouse | +ROW |2326 |30847 |Application |ClickHouse | +ROW |2327 |30848 |Application |ClickHouse | +ROW |2328 |30849 |Application |ClickHouse | +ROW |2329 |30850 |Application |ClickHouse | +ROW |2330 |30851 |Application |ClickHouse | +ROW |2331 |30852 |Application |ClickHouse | +ROW |2332 |30853 |Application |ClickHouse | +ROW |2333 |30854 |Application |ClickHouse | +ROW |2334 |30855 |Application |ClickHouse | +ROW |2335 |30856 |Application |ClickHouse | +ROW |2336 |30857 |Application |ClickHouse | +ROW |2337 |30858 |Application |ClickHouse | +ROW |2338 |30859 |Application |ClickHouse | +ROW |2339 |30860 |Application |ClickHouse | +ROW |2340 |30861 |Application |ClickHouse | +ROW |2341 |30862 |Application |ClickHouse | +ROW |2342 |30863 |Application |ClickHouse | +ROW |2343 |30864 |Application |ClickHouse | +ROW |2344 |30865 |Application |ClickHouse | +ROW |2345 |30866 |Application |ClickHouse | +ROW |2346 |30867 |Application |ClickHouse | +ROW |2347 |30868 |Application |ClickHouse | +ROW |2348 |30869 |Application |ClickHouse | +ROW |2349 |30870 |Application |ClickHouse | +ROW |2350 |30871 |Application |ClickHouse | +ROW |2351 |30872 |Application |ClickHouse | +ROW |2352 |31054 |Application |ClickHouse | +ROW |2353 |30836 |Application |ClickHouse ZooKeeper | +ROW |2355 |30842 |Application |ClickHouse ZooKeeper | +ROW |2356 |30843 |Application |ClickHouse ZooKeeper | +ROW |2357 |30844 |Application |ClickHouse ZooKeeper | +ROW |2358 |30845 |Application |ClickHouse ZooKeeper | +ROW |2359 |30873 |Application |ClickHouse ZooKeeper | +ROW |2360 |30823 |Application |Zabbix raw items | +ROW |2361 |30824 |Application |Zabbix raw items | +ROW |2362 |30825 |Application |Zabbix raw items | +ROW |2363 |30826 |Application |Zabbix raw items | +ROW |2364 |30828 |Application |Zabbix raw items | +ROW |2365 |30829 |Application |Zabbix raw items | +ROW |2366 |30830 |Application |Zabbix raw items | +ROW |2367 |30923 |Application |Etcd | +ROW |2368 |30924 |Application |Etcd | +ROW |2369 |30927 |Application |Etcd | +ROW |2370 |30928 |Application |Etcd | +ROW |2371 |30929 |Application |Etcd | +ROW |2372 |30930 |Application |Etcd | +ROW |2373 |30931 |Application |Etcd | +ROW |2374 |30932 |Application |Etcd | +ROW |2375 |30933 |Application |Etcd | +ROW |2376 |30934 |Application |Etcd | +ROW |2377 |30935 |Application |Etcd | +ROW |2378 |30936 |Application |Etcd | +ROW |2379 |30937 |Application |Etcd | +ROW |2380 |30938 |Application |Etcd | +ROW |2381 |30939 |Application |Etcd | +ROW |2382 |30940 |Application |Etcd | +ROW |2383 |30941 |Application |Etcd | +ROW |2384 |30942 |Application |Etcd | +ROW |2385 |30943 |Application |Etcd | +ROW |2386 |30944 |Application |Etcd | +ROW |2387 |30945 |Application |Etcd | +ROW |2388 |30946 |Application |Etcd | +ROW |2389 |30947 |Application |Etcd | +ROW |2390 |30948 |Application |Etcd | +ROW |2391 |30949 |Application |Etcd | +ROW |2392 |30950 |Application |Etcd | +ROW |2393 |30951 |Application |Etcd | +ROW |2394 |30952 |Application |Etcd | +ROW |2395 |30953 |Application |Etcd | +ROW |2396 |30954 |Application |Etcd | +ROW |2397 |30955 |Application |Etcd | +ROW |2398 |30956 |Application |Etcd | +ROW |2399 |30957 |Application |Etcd | +ROW |2400 |30958 |Application |Etcd | +ROW |2401 |30959 |Application |Etcd | +ROW |2402 |30960 |Application |Etcd | +ROW |2403 |30963 |Application |Etcd | +ROW |2404 |30925 |Application |Zabbix raw items | +ROW |2405 |30926 |Application |Zabbix raw items | +ROW |2406 |30968 |Application |IIS | +ROW |2407 |30969 |Application |IIS | +ROW |2408 |30970 |Application |IIS | +ROW |2409 |30971 |Application |IIS | +ROW |2410 |30972 |Application |IIS | +ROW |2411 |30973 |Application |IIS | +ROW |2412 |30974 |Application |IIS | +ROW |2413 |30975 |Application |IIS | +ROW |2414 |30976 |Application |IIS | +ROW |2415 |30977 |Application |IIS | +ROW |2416 |30978 |Application |IIS | +ROW |2417 |30979 |Application |IIS | +ROW |2418 |30980 |Application |IIS | +ROW |2419 |30981 |Application |IIS | +ROW |2420 |30982 |Application |IIS | +ROW |2421 |30983 |Application |IIS | +ROW |2422 |30984 |Application |IIS | +ROW |2423 |30985 |Application |IIS | +ROW |2424 |30986 |Application |IIS | +ROW |2425 |30987 |Application |IIS | +ROW |2426 |30988 |Application |IIS | +ROW |2427 |30989 |Application |IIS | +ROW |2428 |30990 |Application |IIS | +ROW |2429 |30991 |Application |IIS | +ROW |2430 |30992 |Application |IIS | +ROW |2431 |30993 |Application |IIS | +ROW |2432 |30994 |Application |IIS | +ROW |2433 |30995 |Application |IIS | +ROW |2434 |30996 |Application |IIS | +ROW |2435 |30997 |Application |IIS | +ROW |2436 |30998 |Application |IIS | +ROW |2437 |30999 |Application |IIS | +ROW |2438 |31000 |Application |IIS | +ROW |2439 |31001 |Application |IIS | +ROW |2440 |31002 |Application |IIS | +ROW |2441 |31003 |Application |IIS | +ROW |2442 |31004 |Application |IIS | +ROW |2443 |31010 |Application |IIS | +ROW |2444 |31011 |Application |IIS | +ROW |2445 |31012 |Application |IIS | +ROW |2446 |31013 |Application |IIS | +ROW |2447 |31014 |Application |IIS | +ROW |2448 |31015 |Application |IIS | +ROW |2449 |31016 |Application |IIS | +ROW |2450 |31017 |Application |IIS | +ROW |2451 |31018 |Application |IIS | +ROW |2452 |31019 |Application |IIS | +ROW |2453 |31020 |Application |IIS | +ROW |2454 |31021 |Application |IIS | +ROW |2455 |31022 |Application |IIS | +ROW |2456 |31023 |Application |IIS | +ROW |2457 |31024 |Application |IIS | +ROW |2458 |31025 |Application |IIS | +ROW |2459 |31026 |Application |IIS | +ROW |2460 |31027 |Application |IIS | +ROW |2461 |31028 |Application |IIS | +ROW |2462 |31029 |Application |IIS | +ROW |2463 |31030 |Application |IIS | +ROW |2464 |31031 |Application |IIS | +ROW |2465 |31032 |Application |IIS | +ROW |2466 |31033 |Application |IIS | +ROW |2467 |31034 |Application |IIS | +ROW |2468 |31035 |Application |IIS | +ROW |2469 |31036 |Application |IIS | +ROW |2470 |31037 |Application |IIS | +ROW |2471 |31038 |Application |IIS | +ROW |2472 |31039 |Application |IIS | +ROW |2473 |31040 |Application |IIS | +ROW |2474 |31041 |Application |IIS | +ROW |2475 |31042 |Application |IIS | +ROW |2476 |31043 |Application |IIS | +ROW |2477 |31044 |Application |IIS | +ROW |2478 |31045 |Application |IIS | +ROW |2479 |31046 |Application |IIS | +ROW |2480 |31056 |Application |MSSQL | +ROW |2481 |31057 |Application |MSSQL | +ROW |2482 |31058 |Application |MSSQL | +ROW |2483 |31060 |Application |MSSQL | +ROW |2484 |31061 |Application |MSSQL | +ROW |2485 |31062 |Application |MSSQL | +ROW |2486 |31063 |Application |MSSQL | +ROW |2487 |31064 |Application |MSSQL | +ROW |2488 |31065 |Application |MSSQL | +ROW |2489 |31066 |Application |MSSQL | +ROW |2490 |31067 |Application |MSSQL | +ROW |2491 |31068 |Application |MSSQL | +ROW |2492 |31069 |Application |MSSQL | +ROW |2493 |31070 |Application |MSSQL | +ROW |2494 |31071 |Application |MSSQL | +ROW |2495 |31072 |Application |MSSQL | +ROW |2496 |31073 |Application |MSSQL | +ROW |2497 |31074 |Application |MSSQL | +ROW |2498 |31075 |Application |MSSQL | +ROW |2499 |31076 |Application |MSSQL | +ROW |2500 |31077 |Application |MSSQL | +ROW |2501 |31078 |Application |MSSQL | +ROW |2502 |31079 |Application |MSSQL | +ROW |2503 |31080 |Application |MSSQL | +ROW |2504 |31081 |Application |MSSQL | +ROW |2505 |31082 |Application |MSSQL | +ROW |2506 |31083 |Application |MSSQL | +ROW |2507 |31084 |Application |MSSQL | +ROW |2508 |31085 |Application |MSSQL | +ROW |2509 |31086 |Application |MSSQL | +ROW |2510 |31087 |Application |MSSQL | +ROW |2511 |31088 |Application |MSSQL | +ROW |2512 |31089 |Application |MSSQL | +ROW |2513 |31090 |Application |MSSQL | +ROW |2514 |31092 |Application |MSSQL | +ROW |2515 |31095 |Application |MSSQL | +ROW |2516 |31096 |Application |MSSQL | +ROW |2517 |31097 |Application |MSSQL | +ROW |2518 |31098 |Application |MSSQL | +ROW |2519 |31099 |Application |MSSQL | +ROW |2520 |31100 |Application |MSSQL | +ROW |2521 |31101 |Application |MSSQL | +ROW |2522 |31102 |Application |MSSQL | +ROW |2523 |31103 |Application |MSSQL | +ROW |2524 |31104 |Application |MSSQL | +ROW |2525 |31105 |Application |MSSQL | +ROW |2526 |31106 |Application |MSSQL | +ROW |2527 |31107 |Application |MSSQL | +ROW |2528 |31108 |Application |MSSQL | +ROW |2529 |31109 |Application |MSSQL | +ROW |2530 |31110 |Application |MSSQL | +ROW |2531 |31111 |Application |MSSQL | +ROW |2532 |31112 |Application |MSSQL | +ROW |2533 |31113 |Application |MSSQL | +ROW |2534 |31114 |Application |MSSQL | +ROW |2535 |31115 |Application |MSSQL | +ROW |2536 |31116 |Application |MSSQL | +ROW |2537 |31117 |Application |MSSQL | +ROW |2538 |31118 |Application |MSSQL | +ROW |2539 |31119 |Application |MSSQL | +ROW |2540 |31120 |Application |MSSQL | +ROW |2541 |31121 |Application |MSSQL | +ROW |2542 |31554 |Application |MSSQL | +ROW |2543 |31555 |Application |MSSQL | +ROW |2544 |31556 |Application |MSSQL | +ROW |2545 |31055 |Application |Zabbix raw items | +ROW |2546 |31059 |Application |Zabbix raw items | +ROW |2547 |31091 |Application |Zabbix raw items | +ROW |2548 |31093 |Application |Zabbix raw items | +ROW |2549 |31094 |Application |Zabbix raw items | +ROW |2550 |31128 |Application |Zabbix raw items | +ROW |2551 |31129 |Application |Zabbix raw items | +ROW |2552 |31130 |Application |Zabbix raw items | +ROW |2553 |31132 |Application |Zabbix raw items | +ROW |2554 |33941 |Application |Zabbix raw items | +ROW |2555 |31183 |Application |Oracle | +ROW |2556 |31184 |Application |Oracle | +ROW |2557 |31189 |Application |Oracle | +ROW |2558 |31190 |Application |Oracle | +ROW |2559 |31191 |Application |Oracle | +ROW |2560 |31192 |Application |Oracle | +ROW |2561 |31193 |Application |Oracle | +ROW |2562 |31194 |Application |Oracle | +ROW |2563 |31195 |Application |Oracle | +ROW |2564 |31196 |Application |Oracle | +ROW |2565 |31197 |Application |Oracle | +ROW |2566 |31198 |Application |Oracle | +ROW |2567 |31199 |Application |Oracle | +ROW |2568 |31200 |Application |Oracle | +ROW |2569 |31201 |Application |Oracle | +ROW |2570 |31202 |Application |Oracle | +ROW |2571 |31203 |Application |Oracle | +ROW |2572 |31204 |Application |Oracle | +ROW |2573 |31205 |Application |Oracle | +ROW |2574 |31206 |Application |Oracle | +ROW |2575 |31207 |Application |Oracle | +ROW |2576 |31208 |Application |Oracle | +ROW |2577 |31209 |Application |Oracle | +ROW |2578 |31210 |Application |Oracle | +ROW |2579 |31211 |Application |Oracle | +ROW |2580 |31212 |Application |Oracle | +ROW |2581 |31213 |Application |Oracle | +ROW |2582 |31214 |Application |Oracle | +ROW |2583 |31215 |Application |Oracle | +ROW |2584 |31216 |Application |Oracle | +ROW |2585 |31217 |Application |Oracle | +ROW |2586 |31218 |Application |Oracle | +ROW |2587 |31219 |Application |Oracle | +ROW |2588 |31220 |Application |Oracle | +ROW |2589 |31221 |Application |Oracle | +ROW |2590 |31222 |Application |Oracle | +ROW |2591 |31223 |Application |Oracle | +ROW |2592 |31224 |Application |Oracle | +ROW |2593 |31225 |Application |Oracle | +ROW |2594 |31226 |Application |Oracle | +ROW |2595 |31227 |Application |Oracle | +ROW |2596 |31228 |Application |Oracle | +ROW |2597 |31229 |Application |Oracle | +ROW |2598 |31230 |Application |Oracle | +ROW |2599 |31231 |Application |Oracle | +ROW |2600 |31232 |Application |Oracle | +ROW |2601 |31233 |Application |Oracle | +ROW |2602 |31234 |Application |Oracle | +ROW |2603 |31235 |Application |Oracle | +ROW |2604 |31236 |Application |Oracle | +ROW |2605 |31237 |Application |Oracle | +ROW |2606 |31238 |Application |Oracle | +ROW |2607 |31239 |Application |Oracle | +ROW |2608 |31240 |Application |Oracle | +ROW |2609 |31241 |Application |Oracle | +ROW |2610 |31242 |Application |Oracle | +ROW |2611 |31243 |Application |Oracle | +ROW |2612 |31244 |Application |Oracle | +ROW |2613 |31245 |Application |Oracle | +ROW |2614 |31246 |Application |Oracle | +ROW |2615 |31247 |Application |Oracle | +ROW |2616 |31248 |Application |Oracle | +ROW |2617 |31249 |Application |Oracle | +ROW |2618 |31250 |Application |Oracle | +ROW |2619 |31251 |Application |Oracle | +ROW |2620 |31252 |Application |Oracle | +ROW |2621 |31180 |Application |Zabbix raw items | +ROW |2622 |31181 |Application |Zabbix raw items | +ROW |2623 |31182 |Application |Zabbix raw items | +ROW |2624 |31185 |Application |Zabbix raw items | +ROW |2625 |31186 |Application |Zabbix raw items | +ROW |2626 |31187 |Application |Zabbix raw items | +ROW |2627 |31188 |Application |Zabbix raw items | +ROW |2628 |31275 |Application |PostgreSQL | +ROW |2629 |31282 |Application |PostgreSQL | +ROW |2630 |31283 |Application |PostgreSQL | +ROW |2631 |31284 |Application |PostgreSQL | +ROW |2632 |31285 |Application |PostgreSQL | +ROW |2633 |31286 |Application |PostgreSQL | +ROW |2634 |31287 |Application |PostgreSQL | +ROW |2635 |31288 |Application |PostgreSQL | +ROW |2636 |31291 |Application |PostgreSQL | +ROW |2637 |31293 |Application |PostgreSQL | +ROW |2638 |31294 |Application |PostgreSQL | +ROW |2639 |31295 |Application |PostgreSQL | +ROW |2640 |31296 |Application |PostgreSQL | +ROW |2641 |31297 |Application |PostgreSQL | +ROW |2642 |31298 |Application |PostgreSQL | +ROW |2643 |31299 |Application |PostgreSQL | +ROW |2644 |31300 |Application |PostgreSQL | +ROW |2645 |31301 |Application |PostgreSQL | +ROW |2646 |31302 |Application |PostgreSQL | +ROW |2647 |31303 |Application |PostgreSQL | +ROW |2648 |31304 |Application |PostgreSQL | +ROW |2649 |31305 |Application |PostgreSQL | +ROW |2650 |31306 |Application |PostgreSQL | +ROW |2651 |31307 |Application |PostgreSQL | +ROW |2652 |31309 |Application |PostgreSQL | +ROW |2653 |31310 |Application |PostgreSQL | +ROW |2654 |31311 |Application |PostgreSQL | +ROW |2655 |31312 |Application |PostgreSQL | +ROW |2656 |31313 |Application |PostgreSQL | +ROW |2657 |31314 |Application |PostgreSQL | +ROW |2658 |31315 |Application |PostgreSQL | +ROW |2659 |31316 |Application |PostgreSQL | +ROW |2660 |31317 |Application |PostgreSQL | +ROW |2661 |31318 |Application |PostgreSQL | +ROW |2662 |31319 |Application |PostgreSQL | +ROW |2663 |31320 |Application |PostgreSQL | +ROW |2664 |31321 |Application |PostgreSQL | +ROW |2665 |31322 |Application |PostgreSQL | +ROW |2666 |31323 |Application |PostgreSQL | +ROW |2667 |31324 |Application |PostgreSQL | +ROW |2668 |31325 |Application |PostgreSQL | +ROW |2669 |31326 |Application |PostgreSQL | +ROW |2670 |31327 |Application |PostgreSQL | +ROW |2671 |31328 |Application |PostgreSQL | +ROW |2672 |31329 |Application |PostgreSQL | +ROW |2673 |31330 |Application |PostgreSQL | +ROW |2674 |31331 |Application |PostgreSQL | +ROW |2675 |31332 |Application |PostgreSQL | +ROW |2676 |31333 |Application |PostgreSQL | +ROW |2677 |33172 |Application |PostgreSQL | +ROW |2678 |33173 |Application |PostgreSQL | +ROW |2679 |33174 |Application |PostgreSQL | +ROW |2680 |33176 |Application |PostgreSQL | +ROW |2681 |31274 |Application |Zabbix raw items | +ROW |2682 |31276 |Application |Zabbix raw items | +ROW |2683 |31277 |Application |Zabbix raw items | +ROW |2684 |31279 |Application |Zabbix raw items | +ROW |2685 |31280 |Application |Zabbix raw items | +ROW |2686 |31289 |Application |Zabbix raw items | +ROW |2687 |31290 |Application |Zabbix raw items | +ROW |2688 |33175 |Application |Zabbix raw items | +ROW |2689 |31572 |Application |PHP-FPM | +ROW |2690 |31573 |Application |PHP-FPM | +ROW |2691 |31574 |Application |PHP-FPM | +ROW |2692 |31575 |Application |PHP-FPM | +ROW |2693 |31576 |Application |PHP-FPM | +ROW |2694 |31577 |Application |PHP-FPM | +ROW |2695 |31578 |Application |PHP-FPM | +ROW |2696 |31579 |Application |PHP-FPM | +ROW |2697 |31580 |Application |PHP-FPM | +ROW |2698 |31581 |Application |PHP-FPM | +ROW |2699 |31582 |Application |PHP-FPM | +ROW |2700 |31583 |Application |PHP-FPM | +ROW |2701 |31584 |Application |PHP-FPM | +ROW |2702 |31585 |Application |PHP-FPM | +ROW |2703 |31586 |Application |PHP-FPM | +ROW |2704 |31587 |Application |PHP-FPM | +ROW |2705 |31588 |Application |PHP-FPM | +ROW |2706 |31589 |Application |PHP-FPM | +ROW |2707 |31590 |Application |PHP-FPM | +ROW |2708 |31591 |Application |PHP-FPM | +ROW |2709 |31592 |Application |PHP-FPM | +ROW |2710 |31570 |Application |Zabbix raw items | +ROW |2711 |31571 |Application |Zabbix raw items | +ROW |2712 |31593 |Application |PHP-FPM | +ROW |2713 |31596 |Application |PHP-FPM | +ROW |2714 |31597 |Application |PHP-FPM | +ROW |2715 |31598 |Application |PHP-FPM | +ROW |2716 |31599 |Application |PHP-FPM | +ROW |2717 |31600 |Application |PHP-FPM | +ROW |2718 |31601 |Application |PHP-FPM | +ROW |2719 |31602 |Application |PHP-FPM | +ROW |2720 |31603 |Application |PHP-FPM | +ROW |2721 |31604 |Application |PHP-FPM | +ROW |2722 |31605 |Application |PHP-FPM | +ROW |2723 |31606 |Application |PHP-FPM | +ROW |2724 |31607 |Application |PHP-FPM | +ROW |2725 |31608 |Application |PHP-FPM | +ROW |2726 |31609 |Application |PHP-FPM | +ROW |2727 |31610 |Application |PHP-FPM | +ROW |2728 |31611 |Application |PHP-FPM | +ROW |2729 |31594 |Application |Zabbix raw items | +ROW |2730 |31595 |Application |Zabbix raw items | +ROW |2731 |31684 |Application |Oracle | +ROW |2732 |31685 |Application |Oracle | +ROW |2733 |31687 |Application |Oracle | +ROW |2734 |31695 |Application |Oracle | +ROW |2735 |31696 |Application |Oracle | +ROW |2736 |31701 |Application |Oracle | +ROW |2737 |31702 |Application |Oracle | +ROW |2738 |31703 |Application |Oracle | +ROW |2739 |31704 |Application |Oracle | +ROW |2740 |31705 |Application |Oracle | +ROW |2741 |31706 |Application |Oracle | +ROW |2742 |31707 |Application |Oracle | +ROW |2743 |31708 |Application |Oracle | +ROW |2744 |31709 |Application |Oracle | +ROW |2745 |31710 |Application |Oracle | +ROW |2746 |31711 |Application |Oracle | +ROW |2747 |31712 |Application |Oracle | +ROW |2748 |31713 |Application |Oracle | +ROW |2749 |31714 |Application |Oracle | +ROW |2750 |31715 |Application |Oracle | +ROW |2751 |31716 |Application |Oracle | +ROW |2752 |31717 |Application |Oracle | +ROW |2753 |31718 |Application |Oracle | +ROW |2754 |31719 |Application |Oracle | +ROW |2755 |31720 |Application |Oracle | +ROW |2756 |31721 |Application |Oracle | +ROW |2757 |31722 |Application |Oracle | +ROW |2758 |31723 |Application |Oracle | +ROW |2759 |31724 |Application |Oracle | +ROW |2760 |31725 |Application |Oracle | +ROW |2761 |31726 |Application |Oracle | +ROW |2762 |31727 |Application |Oracle | +ROW |2763 |31728 |Application |Oracle | +ROW |2764 |31729 |Application |Oracle | +ROW |2765 |31730 |Application |Oracle | +ROW |2766 |31731 |Application |Oracle | +ROW |2767 |31732 |Application |Oracle | +ROW |2768 |31733 |Application |Oracle | +ROW |2769 |31734 |Application |Oracle | +ROW |2770 |31735 |Application |Oracle | +ROW |2771 |31736 |Application |Oracle | +ROW |2772 |31737 |Application |Oracle | +ROW |2773 |31738 |Application |Oracle | +ROW |2774 |31739 |Application |Oracle | +ROW |2775 |31740 |Application |Oracle | +ROW |2776 |31741 |Application |Oracle | +ROW |2777 |31742 |Application |Oracle | +ROW |2778 |31743 |Application |Oracle | +ROW |2779 |31744 |Application |Oracle | +ROW |2780 |31745 |Application |Oracle | +ROW |2781 |31746 |Application |Oracle | +ROW |2782 |31747 |Application |Oracle | +ROW |2783 |31748 |Application |Oracle | +ROW |2784 |31749 |Application |Oracle | +ROW |2785 |31750 |Application |Oracle | +ROW |2786 |31751 |Application |Oracle | +ROW |2787 |31752 |Application |Oracle | +ROW |2788 |31753 |Application |Oracle | +ROW |2789 |31754 |Application |Oracle | +ROW |2790 |31755 |Application |Oracle | +ROW |2791 |31756 |Application |Oracle | +ROW |2792 |31757 |Application |Oracle | +ROW |2793 |31758 |Application |Oracle | +ROW |2794 |31759 |Application |Oracle | +ROW |2795 |31760 |Application |Oracle | +ROW |2796 |31686 |Application |Zabbix raw items | +ROW |2797 |31688 |Application |Zabbix raw items | +ROW |2798 |31689 |Application |Zabbix raw items | +ROW |2799 |31690 |Application |Zabbix raw items | +ROW |2800 |31691 |Application |Zabbix raw items | +ROW |2801 |31692 |Application |Zabbix raw items | +ROW |2802 |31693 |Application |Zabbix raw items | +ROW |2803 |31694 |Application |Zabbix raw items | +ROW |2804 |31697 |Application |Zabbix raw items | +ROW |2805 |31698 |Application |Zabbix raw items | +ROW |2806 |31699 |Application |Zabbix raw items | +ROW |2807 |31700 |Application |Zabbix raw items | +ROW |2808 |31782 |Application |Asterisk | +ROW |2809 |31783 |Application |Asterisk | +ROW |2810 |31785 |Application |Asterisk | +ROW |2811 |31786 |Application |Asterisk | +ROW |2812 |31787 |Application |Asterisk | +ROW |2813 |31788 |Application |Asterisk | +ROW |2814 |31789 |Application |Asterisk | +ROW |2815 |31790 |Application |Asterisk | +ROW |2816 |31791 |Application |Asterisk | +ROW |2817 |31792 |Application |Asterisk | +ROW |2818 |31793 |Application |Asterisk | +ROW |2819 |31794 |Application |Asterisk | +ROW |2820 |31795 |Application |Asterisk | +ROW |2821 |31796 |Application |Asterisk | +ROW |2822 |31797 |Application |Asterisk | +ROW |2823 |31798 |Application |Asterisk | +ROW |2824 |31799 |Application |Asterisk | +ROW |2825 |31800 |Application |Asterisk | +ROW |2826 |31801 |Application |Asterisk | +ROW |2827 |31802 |Application |Asterisk | +ROW |2828 |33389 |Application |Asterisk | +ROW |2829 |33390 |Application |Asterisk | +ROW |2830 |31784 |Application |Zabbix raw items | +ROW |2831 |31904 |Application |Zabbix raw items | +ROW |2832 |31934 |Application |Zabbix raw items | +ROW |2833 |31937 |Application |Zabbix raw items | +ROW |2834 |31820 |Application |CPU | +ROW |2835 |31821 |Application |CPU | +ROW |2836 |31822 |Application |CPU | +ROW |2837 |31823 |Application |CPU | +ROW |2838 |31824 |Application |CPU | +ROW |2839 |31825 |Application |CPU | +ROW |2840 |31826 |Application |CPU | +ROW |2841 |31827 |Application |CPU | +ROW |2842 |31828 |Application |CPU | +ROW |2843 |31829 |Application |CPU | +ROW |2844 |31830 |Application |CPU | +ROW |2845 |31831 |Application |CPU | +ROW |2846 |31832 |Application |CPU | +ROW |2847 |31833 |Application |CPU | +ROW |2848 |31834 |Application |CPU | +ROW |2849 |31835 |Application |CPU | +ROW |2850 |31892 |Application |CPU | +ROW |2851 |31836 |Application |General | +ROW |2852 |31837 |Application |General | +ROW |2853 |31838 |Application |General | +ROW |2854 |31839 |Application |General | +ROW |2855 |31840 |Application |General | +ROW |2856 |31841 |Application |General | +ROW |2857 |31842 |Application |General | +ROW |2858 |31846 |Application |General | +ROW |2859 |31848 |Application |General | +ROW |2860 |31843 |Application |Inventory | +ROW |2861 |31844 |Application |Inventory | +ROW |2862 |31845 |Application |Inventory | +ROW |2863 |31849 |Application |Security | +ROW |2864 |31847 |Application |Status | +ROW |2865 |31850 |Application |Memory | +ROW |2866 |31851 |Application |Memory | +ROW |2867 |31852 |Application |Memory | +ROW |2868 |31853 |Application |Memory | +ROW |2869 |31854 |Application |Memory | +ROW |2870 |31855 |Application |Memory | +ROW |2871 |31893 |Application |Memory | +ROW |2872 |31856 |Application |CPU | +ROW |2873 |31857 |Application |CPU | +ROW |2874 |31858 |Application |CPU | +ROW |2875 |31859 |Application |CPU | +ROW |2876 |31860 |Application |CPU | +ROW |2877 |31861 |Application |CPU | +ROW |2878 |31862 |Application |CPU | +ROW |2879 |31863 |Application |CPU | +ROW |2880 |31864 |Application |CPU | +ROW |2881 |31865 |Application |CPU | +ROW |2882 |31866 |Application |CPU | +ROW |2883 |31867 |Application |CPU | +ROW |2884 |31868 |Application |CPU | +ROW |2885 |31869 |Application |CPU | +ROW |2886 |31870 |Application |CPU | +ROW |2887 |31871 |Application |CPU | +ROW |2888 |31894 |Application |CPU | +ROW |2889 |31872 |Application |General | +ROW |2890 |31873 |Application |General | +ROW |2891 |31874 |Application |General | +ROW |2892 |31875 |Application |General | +ROW |2893 |31876 |Application |General | +ROW |2894 |31877 |Application |General | +ROW |2895 |31878 |Application |General | +ROW |2896 |31882 |Application |General | +ROW |2897 |31884 |Application |General | +ROW |2898 |31879 |Application |Inventory | +ROW |2899 |31880 |Application |Inventory | +ROW |2900 |31881 |Application |Inventory | +ROW |2901 |31886 |Application |Memory | +ROW |2902 |31887 |Application |Memory | +ROW |2903 |31888 |Application |Memory | +ROW |2904 |31889 |Application |Memory | +ROW |2905 |31890 |Application |Memory | +ROW |2906 |31891 |Application |Memory | +ROW |2907 |31895 |Application |Memory | +ROW |2908 |31816 |Application |Monitoring agent | +ROW |2909 |31817 |Application |Monitoring agent | +ROW |2910 |31818 |Application |Monitoring agent | +ROW |2911 |31885 |Application |Security | +ROW |2912 |31819 |Application |Status | +ROW |2913 |31883 |Application |Status | +ROW |2914 |31919 |Application |Zabbix raw items | +ROW |2915 |31940 |Application |Zabbix raw items | +ROW |2916 |31943 |Application |Zabbix raw items | +ROW |2917 |31948 |Application |CPU | +ROW |2918 |31949 |Application |CPU | +ROW |2919 |31950 |Application |CPU | +ROW |2920 |31951 |Application |CPU | +ROW |2921 |31952 |Application |CPU | +ROW |2922 |31953 |Application |CPU | +ROW |2923 |31954 |Application |CPU | +ROW |2924 |31955 |Application |CPU | +ROW |2925 |31956 |Application |General | +ROW |2926 |31957 |Application |General | +ROW |2927 |31958 |Application |General | +ROW |2928 |31959 |Application |General | +ROW |2929 |31961 |Application |General | +ROW |2930 |31960 |Application |Inventory | +ROW |2931 |31962 |Application |Status | +ROW |2932 |31963 |Application |Memory | +ROW |2933 |31964 |Application |Memory | +ROW |2934 |31965 |Application |Memory | +ROW |2935 |31966 |Application |Memory | +ROW |2936 |31967 |Application |Memory | +ROW |2937 |31968 |Application |Memory | +ROW |2938 |31969 |Application |Memory | +ROW |2939 |31970 |Application |Memory | +ROW |2940 |31971 |Application |Memory | +ROW |2941 |31972 |Application |Memory | +ROW |2942 |31973 |Application |Memory | +ROW |2943 |32002 |Application |Memory | +ROW |2944 |31974 |Application |Zabbix raw items | +ROW |2945 |32025 |Application |Services | +ROW |2946 |31975 |Application |CPU | +ROW |2947 |31976 |Application |CPU | +ROW |2948 |31977 |Application |CPU | +ROW |2949 |31978 |Application |CPU | +ROW |2950 |31979 |Application |CPU | +ROW |2951 |31980 |Application |CPU | +ROW |2952 |31981 |Application |CPU | +ROW |2953 |31982 |Application |CPU | +ROW |2954 |31983 |Application |General | +ROW |2955 |31984 |Application |General | +ROW |2956 |31985 |Application |General | +ROW |2957 |31986 |Application |General | +ROW |2958 |31988 |Application |General | +ROW |2959 |31987 |Application |Inventory | +ROW |2960 |31990 |Application |Memory | +ROW |2961 |31991 |Application |Memory | +ROW |2962 |31992 |Application |Memory | +ROW |2963 |31993 |Application |Memory | +ROW |2964 |31994 |Application |Memory | +ROW |2965 |31995 |Application |Memory | +ROW |2966 |31996 |Application |Memory | +ROW |2967 |31997 |Application |Memory | +ROW |2968 |31998 |Application |Memory | +ROW |2969 |31999 |Application |Memory | +ROW |2970 |32000 |Application |Memory | +ROW |2971 |32003 |Application |Memory | +ROW |2972 |31944 |Application |Monitoring agent | +ROW |2973 |31945 |Application |Monitoring agent | +ROW |2974 |31946 |Application |Monitoring agent | +ROW |2975 |32039 |Application |Services | +ROW |2976 |31947 |Application |Status | +ROW |2977 |31989 |Application |Status | +ROW |2978 |32001 |Application |Zabbix raw items | +ROW |2979 |32120 |Application |Ceph | +ROW |2980 |32122 |Application |Ceph | +ROW |2981 |32123 |Application |Ceph | +ROW |2982 |32124 |Application |Ceph | +ROW |2983 |32125 |Application |Ceph | +ROW |2984 |32126 |Application |Ceph | +ROW |2985 |32127 |Application |Ceph | +ROW |2986 |32128 |Application |Ceph | +ROW |2987 |32129 |Application |Ceph | +ROW |2988 |32130 |Application |Ceph | +ROW |2989 |32131 |Application |Ceph | +ROW |2990 |32132 |Application |Ceph | +ROW |2991 |32133 |Application |Ceph | +ROW |2992 |32134 |Application |Ceph | +ROW |2993 |32135 |Application |Ceph | +ROW |2994 |32136 |Application |Ceph | +ROW |2995 |32137 |Application |Ceph | +ROW |2996 |32138 |Application |Ceph | +ROW |2997 |32139 |Application |Ceph | +ROW |2998 |32140 |Application |Ceph | +ROW |2999 |32141 |Application |Ceph | +ROW |3000 |32142 |Application |Ceph | +ROW |3001 |32143 |Application |Ceph | +ROW |3002 |32144 |Application |Ceph | +ROW |3003 |32145 |Application |Ceph | +ROW |3004 |32146 |Application |Ceph | +ROW |3005 |32147 |Application |Ceph | +ROW |3006 |32148 |Application |Ceph | +ROW |3007 |32149 |Application |Ceph | +ROW |3008 |32150 |Application |Ceph | +ROW |3009 |32151 |Application |Ceph | +ROW |3010 |32152 |Application |Ceph | +ROW |3011 |32153 |Application |Ceph | +ROW |3012 |32154 |Application |Ceph | +ROW |3013 |32155 |Application |Ceph | +ROW |3014 |32156 |Application |Ceph | +ROW |3015 |32157 |Application |Ceph | +ROW |3016 |32158 |Application |Ceph | +ROW |3017 |32159 |Application |Ceph | +ROW |3018 |32160 |Application |Ceph | +ROW |3019 |32161 |Application |Ceph | +ROW |3020 |32162 |Application |Ceph | +ROW |3021 |32163 |Application |Ceph | +ROW |3022 |32164 |Application |Ceph | +ROW |3023 |32165 |Application |Ceph | +ROW |3024 |32166 |Application |Ceph | +ROW |3025 |32167 |Application |Ceph | +ROW |3026 |32117 |Application |Zabbix raw items | +ROW |3027 |32118 |Application |Zabbix raw items | +ROW |3028 |32119 |Application |Zabbix raw items | +ROW |3029 |32121 |Application |Zabbix raw items | +ROW |3030 |32239 |Application |Squid | +ROW |3031 |32240 |Application |Squid | +ROW |3032 |32241 |Application |Squid | +ROW |3033 |32242 |Application |Squid | +ROW |3034 |32243 |Application |Squid | +ROW |3035 |32244 |Application |Squid | +ROW |3036 |32245 |Application |Squid | +ROW |3037 |32246 |Application |Squid | +ROW |3038 |32247 |Application |Squid | +ROW |3039 |32248 |Application |Squid | +ROW |3040 |32249 |Application |Squid | +ROW |3041 |32250 |Application |Squid | +ROW |3042 |32251 |Application |Squid | +ROW |3043 |32252 |Application |Squid | +ROW |3044 |32253 |Application |Squid | +ROW |3045 |32254 |Application |Squid | +ROW |3046 |32255 |Application |Squid | +ROW |3047 |32256 |Application |Squid | +ROW |3048 |32257 |Application |Squid | +ROW |3049 |32258 |Application |Squid | +ROW |3050 |32259 |Application |Squid | +ROW |3051 |32260 |Application |Squid | +ROW |3052 |32261 |Application |Squid | +ROW |3053 |32262 |Application |Squid | +ROW |3054 |32263 |Application |Squid | +ROW |3055 |32264 |Application |Squid | +ROW |3056 |32265 |Application |Squid | +ROW |3057 |32266 |Application |Squid | +ROW |3058 |32267 |Application |Squid | +ROW |3059 |32268 |Application |Squid | +ROW |3060 |32269 |Application |Squid | +ROW |3061 |32270 |Application |Squid | +ROW |3062 |32271 |Application |Squid | +ROW |3063 |32272 |Application |Squid | +ROW |3064 |32273 |Application |Squid | +ROW |3065 |32274 |Application |Squid | +ROW |3066 |32275 |Application |Squid | +ROW |3067 |32276 |Application |Squid | +ROW |3068 |32277 |Application |Squid | +ROW |3069 |32278 |Application |Squid | +ROW |3070 |32279 |Application |Squid | +ROW |3071 |32280 |Application |Squid | +ROW |3072 |32281 |Application |Squid | +ROW |3073 |32282 |Application |Squid | +ROW |3074 |32283 |Application |Squid | +ROW |3075 |32284 |Application |Squid | +ROW |3076 |32285 |Application |Squid | +ROW |3077 |32286 |Application |Squid | +ROW |3078 |32287 |Application |Squid | +ROW |3079 |32288 |Application |Squid | +ROW |3080 |32289 |Application |Squid | +ROW |3081 |32290 |Application |Squid | +ROW |3082 |32291 |Application |Squid | +ROW |3083 |32292 |Application |Squid | +ROW |3084 |32366 |Application |PostgreSQL | +ROW |3085 |32367 |Application |PostgreSQL | +ROW |3086 |32369 |Application |PostgreSQL | +ROW |3087 |32370 |Application |PostgreSQL | +ROW |3088 |32371 |Application |PostgreSQL | +ROW |3089 |32372 |Application |PostgreSQL | +ROW |3090 |32373 |Application |PostgreSQL | +ROW |3091 |32374 |Application |PostgreSQL | +ROW |3092 |32377 |Application |PostgreSQL | +ROW |3093 |32378 |Application |PostgreSQL | +ROW |3094 |32381 |Application |PostgreSQL | +ROW |3095 |32382 |Application |PostgreSQL | +ROW |3096 |32383 |Application |PostgreSQL | +ROW |3097 |32384 |Application |PostgreSQL | +ROW |3098 |32385 |Application |PostgreSQL | +ROW |3099 |32386 |Application |PostgreSQL | +ROW |3100 |32387 |Application |PostgreSQL | +ROW |3101 |32388 |Application |PostgreSQL | +ROW |3102 |32389 |Application |PostgreSQL | +ROW |3103 |32390 |Application |PostgreSQL | +ROW |3104 |32391 |Application |PostgreSQL | +ROW |3105 |32392 |Application |PostgreSQL | +ROW |3106 |32393 |Application |PostgreSQL | +ROW |3107 |32394 |Application |PostgreSQL | +ROW |3108 |32395 |Application |PostgreSQL | +ROW |3109 |32396 |Application |PostgreSQL | +ROW |3110 |32397 |Application |PostgreSQL | +ROW |3111 |32398 |Application |PostgreSQL | +ROW |3112 |32399 |Application |PostgreSQL | +ROW |3113 |32400 |Application |PostgreSQL | +ROW |3114 |32401 |Application |PostgreSQL | +ROW |3115 |32402 |Application |PostgreSQL | +ROW |3116 |32403 |Application |PostgreSQL | +ROW |3117 |32364 |Application |Zabbix raw items | +ROW |3118 |32365 |Application |Zabbix raw items | +ROW |3119 |32368 |Application |Zabbix raw items | +ROW |3120 |32375 |Application |Zabbix raw items | +ROW |3121 |32376 |Application |Zabbix raw items | +ROW |3122 |32379 |Application |Zabbix raw items | +ROW |3123 |32380 |Application |Zabbix raw items | +ROW |3124 |32406 |Application |Zabbix raw items | +ROW |3125 |32407 |Application |Zabbix raw items | +ROW |3126 |32463 |Application |Zabbix raw items | +ROW |3127 |32464 |Application |Zabbix raw items | +ROW |3128 |32516 |Application |MS Exchange | +ROW |3129 |32517 |Application |MS Exchange | +ROW |3130 |32518 |Application |MS Exchange | +ROW |3131 |32519 |Application |MS Exchange | +ROW |3132 |32520 |Application |MS Exchange | +ROW |3133 |32521 |Application |MS Exchange | +ROW |3134 |32522 |Application |MS Exchange | +ROW |3135 |32523 |Application |MS Exchange | +ROW |3136 |32524 |Application |MS Exchange | +ROW |3137 |32543 |Application |MS Exchange | +ROW |3138 |32544 |Application |MS Exchange | +ROW |3139 |32545 |Application |MS Exchange | +ROW |3140 |32546 |Application |MS Exchange | +ROW |3141 |32547 |Application |MS Exchange | +ROW |3142 |32548 |Application |MS Exchange | +ROW |3143 |32549 |Application |MS Exchange | +ROW |3144 |32550 |Application |MS Exchange | +ROW |3145 |32551 |Application |MS Exchange | +ROW |3146 |32552 |Application |MS Exchange | +ROW |3147 |32553 |Application |MS Exchange | +ROW |3148 |32554 |Application |MS Exchange | +ROW |3149 |32573 |Application |MS Exchange | +ROW |3150 |32574 |Application |MS Exchange | +ROW |3151 |32575 |Application |MS Exchange | +ROW |3152 |32576 |Application |GitLab | +ROW |3153 |32577 |Application |GitLab | +ROW |3154 |32579 |Application |GitLab | +ROW |3155 |32580 |Application |GitLab | +ROW |3156 |32581 |Application |GitLab | +ROW |3157 |32582 |Application |GitLab | +ROW |3158 |32583 |Application |GitLab | +ROW |3159 |32584 |Application |GitLab | +ROW |3160 |32585 |Application |GitLab | +ROW |3161 |32586 |Application |GitLab | +ROW |3162 |32587 |Application |GitLab | +ROW |3163 |32588 |Application |GitLab | +ROW |3164 |32589 |Application |GitLab | +ROW |3165 |32590 |Application |GitLab | +ROW |3166 |32591 |Application |GitLab | +ROW |3167 |32592 |Application |GitLab | +ROW |3168 |32593 |Application |GitLab | +ROW |3169 |32594 |Application |GitLab | +ROW |3170 |32595 |Application |GitLab | +ROW |3171 |32596 |Application |GitLab | +ROW |3172 |32597 |Application |GitLab | +ROW |3173 |32598 |Application |GitLab | +ROW |3174 |32599 |Application |GitLab | +ROW |3175 |32600 |Application |GitLab | +ROW |3176 |32601 |Application |GitLab | +ROW |3177 |32602 |Application |GitLab | +ROW |3178 |32603 |Application |GitLab | +ROW |3179 |32604 |Application |GitLab | +ROW |3180 |32605 |Application |GitLab | +ROW |3181 |32606 |Application |GitLab | +ROW |3182 |32607 |Application |GitLab | +ROW |3183 |32608 |Application |GitLab | +ROW |3184 |32609 |Application |GitLab | +ROW |3185 |32610 |Application |GitLab | +ROW |3186 |32611 |Application |GitLab | +ROW |3187 |32612 |Application |GitLab | +ROW |3188 |32613 |Application |GitLab | +ROW |3189 |32614 |Application |GitLab | +ROW |3190 |32615 |Application |GitLab | +ROW |3191 |32616 |Application |GitLab | +ROW |3192 |32617 |Application |GitLab | +ROW |3193 |32618 |Application |GitLab | +ROW |3194 |32621 |Application |GitLab: Puma stats | +ROW |3195 |32622 |Application |GitLab: Puma stats | +ROW |3196 |32623 |Application |GitLab: Puma stats | +ROW |3197 |32624 |Application |GitLab: Puma stats | +ROW |3198 |32625 |Application |GitLab: Puma stats | +ROW |3199 |32626 |Application |GitLab: Puma stats | +ROW |3200 |32627 |Application |GitLab: Puma stats | +ROW |3201 |32628 |Application |GitLab: Puma stats | +ROW |3202 |32629 |Application |GitLab: Puma stats | +ROW |3203 |32630 |Application |GitLab: Puma stats | +ROW |3204 |32631 |Application |GitLab: Unicorn stats | +ROW |3205 |32632 |Application |GitLab: Unicorn stats | +ROW |3206 |32633 |Application |GitLab: Unicorn stats | +ROW |3207 |32578 |Application |Zabbix raw items | +ROW |3208 |32636 |Application |Hadoop | +ROW |3209 |32637 |Application |Hadoop | +ROW |3210 |32638 |Application |Hadoop | +ROW |3211 |32640 |Application |Hadoop | +ROW |3212 |32642 |Application |Hadoop | +ROW |3213 |32643 |Application |Hadoop | +ROW |3214 |32644 |Application |Hadoop | +ROW |3215 |32645 |Application |Hadoop | +ROW |3216 |32646 |Application |Hadoop | +ROW |3217 |32647 |Application |Hadoop | +ROW |3218 |32648 |Application |Hadoop | +ROW |3219 |32649 |Application |Hadoop | +ROW |3220 |32650 |Application |Hadoop | +ROW |3221 |32651 |Application |Hadoop | +ROW |3222 |32652 |Application |Hadoop | +ROW |3223 |32653 |Application |Hadoop | +ROW |3224 |32654 |Application |Hadoop | +ROW |3225 |32655 |Application |Hadoop | +ROW |3226 |32656 |Application |Hadoop | +ROW |3227 |32657 |Application |Hadoop | +ROW |3228 |32658 |Application |Hadoop | +ROW |3229 |32659 |Application |Hadoop | +ROW |3230 |32660 |Application |Hadoop | +ROW |3231 |32661 |Application |Hadoop | +ROW |3232 |32662 |Application |Hadoop | +ROW |3233 |32663 |Application |Hadoop | +ROW |3234 |32664 |Application |Hadoop | +ROW |3235 |32665 |Application |Hadoop | +ROW |3236 |32666 |Application |Hadoop | +ROW |3237 |32667 |Application |Hadoop | +ROW |3238 |32634 |Application |Zabbix raw items | +ROW |3239 |32635 |Application |Zabbix raw items | +ROW |3240 |32639 |Application |Zabbix raw items | +ROW |3241 |32641 |Application |Zabbix raw items | +ROW |3242 |32670 |Application |Zabbix raw items | +ROW |3243 |32671 |Application |Zabbix raw items | +ROW |3244 |32693 |Application |Kafka | +ROW |3245 |32694 |Application |Kafka | +ROW |3246 |32695 |Application |Kafka | +ROW |3247 |32696 |Application |Kafka | +ROW |3248 |32697 |Application |Kafka | +ROW |3249 |32698 |Application |Kafka | +ROW |3250 |32699 |Application |Kafka | +ROW |3251 |32700 |Application |Kafka | +ROW |3252 |32701 |Application |Kafka | +ROW |3253 |32702 |Application |Kafka | +ROW |3254 |32703 |Application |Kafka | +ROW |3255 |32704 |Application |Kafka | +ROW |3256 |32705 |Application |Kafka | +ROW |3257 |32706 |Application |Kafka | +ROW |3258 |32707 |Application |Kafka | +ROW |3259 |32708 |Application |Kafka | +ROW |3260 |32709 |Application |Kafka | +ROW |3261 |32710 |Application |Kafka | +ROW |3262 |32711 |Application |Kafka | +ROW |3263 |32712 |Application |Kafka | +ROW |3264 |32713 |Application |Kafka | +ROW |3265 |32714 |Application |Kafka | +ROW |3266 |32715 |Application |Kafka | +ROW |3267 |32716 |Application |Kafka | +ROW |3268 |32717 |Application |Kafka | +ROW |3269 |32718 |Application |Kafka | +ROW |3270 |32719 |Application |Kafka | +ROW |3271 |32720 |Application |Kafka | +ROW |3272 |32721 |Application |Kafka | +ROW |3273 |32722 |Application |Kafka | +ROW |3274 |32723 |Application |Kafka | +ROW |3275 |32724 |Application |Kafka | +ROW |3276 |32725 |Application |Kafka | +ROW |3277 |32726 |Application |Kafka | +ROW |3278 |32727 |Application |Kafka | +ROW |3279 |32728 |Application |Kafka | +ROW |3280 |32729 |Application |Kafka | +ROW |3281 |32730 |Application |Kafka | +ROW |3282 |32731 |Application |Kafka | +ROW |3283 |32732 |Application |Kafka | +ROW |3284 |32733 |Application |Kafka | +ROW |3285 |32734 |Application |Kafka | +ROW |3286 |32735 |Application |Kafka | +ROW |3287 |32736 |Application |Kafka | +ROW |3288 |32737 |Application |Kafka | +ROW |3289 |32738 |Application |Kafka | +ROW |3290 |32739 |Application |Kafka | +ROW |3291 |32740 |Application |Kafka | +ROW |3292 |32741 |Application |Kafka | +ROW |3293 |32742 |Application |Kafka | +ROW |3294 |32743 |Application |Kafka | +ROW |3295 |32744 |Application |Kafka | +ROW |3296 |32745 |Application |Kafka | +ROW |3297 |32746 |Application |Kafka | +ROW |3298 |32747 |Application |Kafka | +ROW |3299 |32748 |Application |Kafka | +ROW |3300 |32749 |Application |Kafka | +ROW |3301 |32750 |Application |Kafka | +ROW |3302 |32751 |Application |Kafka | +ROW |3303 |32752 |Application |Kafka | +ROW |3304 |32753 |Application |Kafka | +ROW |3305 |32754 |Application |Kafka | +ROW |3306 |32784 |Application |Vault | +ROW |3307 |32785 |Application |Vault | +ROW |3308 |32786 |Application |Vault | +ROW |3309 |32787 |Application |Vault | +ROW |3310 |32788 |Application |Vault | +ROW |3311 |32789 |Application |Vault | +ROW |3312 |32790 |Application |Vault | +ROW |3313 |32791 |Application |Vault | +ROW |3314 |32792 |Application |Vault | +ROW |3315 |32793 |Application |Vault | +ROW |3316 |32794 |Application |Vault | +ROW |3317 |32796 |Application |Vault | +ROW |3318 |32797 |Application |Vault | +ROW |3319 |32798 |Application |Vault | +ROW |3320 |32799 |Application |Vault | +ROW |3321 |32800 |Application |Vault | +ROW |3322 |32801 |Application |Vault | +ROW |3323 |32802 |Application |Vault | +ROW |3324 |32804 |Application |Vault | +ROW |3325 |32805 |Application |Vault | +ROW |3326 |32806 |Application |Vault | +ROW |3327 |32807 |Application |Vault | +ROW |3328 |32808 |Application |Vault | +ROW |3329 |32809 |Application |Vault | +ROW |3330 |32810 |Application |Vault | +ROW |3331 |32811 |Application |Vault | +ROW |3332 |32812 |Application |Vault | +ROW |3333 |32813 |Application |Vault | +ROW |3334 |32814 |Application |Vault | +ROW |3335 |32815 |Application |Vault | +ROW |3336 |32816 |Application |Vault | +ROW |3337 |32817 |Application |Vault | +ROW |3338 |32818 |Application |Vault | +ROW |3339 |32819 |Application |Vault | +ROW |3340 |32820 |Application |Vault | +ROW |3341 |32821 |Application |Vault | +ROW |3342 |32822 |Application |Vault | +ROW |3343 |32823 |Application |Vault | +ROW |3344 |32824 |Application |Vault | +ROW |3345 |32825 |Application |Vault | +ROW |3346 |32826 |Application |Vault | +ROW |3347 |32827 |Application |Vault | +ROW |3348 |32828 |Application |Vault | +ROW |3349 |32829 |Application |Vault | +ROW |3350 |32830 |Application |Vault | +ROW |3351 |32831 |Application |Vault | +ROW |3352 |32832 |Application |Vault | +ROW |3353 |32833 |Application |Vault | +ROW |3354 |32834 |Application |Vault | +ROW |3355 |32835 |Application |Vault | +ROW |3356 |32836 |Application |Vault | +ROW |3357 |32837 |Application |Vault | +ROW |3358 |32838 |Application |Vault | +ROW |3359 |32839 |Application |Vault | +ROW |3360 |32840 |Application |Vault | +ROW |3361 |32841 |Application |Vault | +ROW |3362 |32842 |Application |Vault | +ROW |3363 |32843 |Application |Vault | +ROW |3364 |32844 |Application |Vault | +ROW |3365 |32847 |Application |Vault | +ROW |3366 |32848 |Application |Vault | +ROW |3367 |32849 |Application |Vault | +ROW |3368 |32851 |Application |Vault | +ROW |3369 |32852 |Application |Vault | +ROW |3370 |32853 |Application |Vault | +ROW |3371 |32854 |Application |Vault | +ROW |3372 |32855 |Application |Vault | +ROW |3373 |32856 |Application |Vault | +ROW |3374 |32857 |Application |Vault | +ROW |3375 |32858 |Application |Vault | +ROW |3376 |32859 |Application |Vault | +ROW |3377 |32860 |Application |Vault | +ROW |3378 |32861 |Application |Vault | +ROW |3379 |32862 |Application |Vault | +ROW |3380 |32863 |Application |Vault | +ROW |3381 |32864 |Application |Vault | +ROW |3382 |32865 |Application |Vault | +ROW |3383 |32780 |Application |Zabbix raw items | +ROW |3384 |32781 |Application |Zabbix raw items | +ROW |3385 |32782 |Application |Zabbix raw items | +ROW |3386 |32783 |Application |Zabbix raw items | +ROW |3387 |32795 |Application |Zabbix raw items | +ROW |3388 |32803 |Application |Zabbix raw items | +ROW |3389 |32845 |Application |Zabbix raw items | +ROW |3390 |32846 |Application |Zabbix raw items | +ROW |3391 |32850 |Application |Zabbix raw items | +ROW |3392 |32951 |Application |VMware | +ROW |3393 |32952 |Application |VMware | +ROW |3394 |32953 |Application |VMware | +ROW |3395 |32958 |Application |VMware | +ROW |3396 |32959 |Application |VMware | +ROW |3397 |32960 |Application |VMware | +ROW |3398 |32961 |Application |VMware | +ROW |3399 |32962 |Application |VMware | +ROW |3400 |32963 |Application |Zabbix raw items | +ROW |3401 |32964 |Application |Zabbix raw items | +ROW |3402 |32965 |Application |Zookeeper | +ROW |3403 |32966 |Application |Zookeeper | +ROW |3404 |32967 |Application |Zookeeper | +ROW |3405 |32968 |Application |Zookeeper | +ROW |3406 |32969 |Application |Zookeeper | +ROW |3407 |32970 |Application |Zookeeper | +ROW |3408 |32971 |Application |Zookeeper | +ROW |3409 |32972 |Application |Zookeeper | +ROW |3410 |32973 |Application |Zookeeper | +ROW |3411 |32974 |Application |Zookeeper | +ROW |3412 |32975 |Application |Zookeeper | +ROW |3413 |32976 |Application |Zookeeper | +ROW |3414 |32977 |Application |Zookeeper | +ROW |3415 |32978 |Application |Zookeeper | +ROW |3416 |32979 |Application |Zookeeper | +ROW |3417 |32980 |Application |Zookeeper | +ROW |3418 |32981 |Application |Zookeeper | +ROW |3419 |32982 |Application |Zookeeper | +ROW |3420 |32983 |Application |Zookeeper | +ROW |3421 |32984 |Application |Zookeeper | +ROW |3422 |32985 |Application |Zookeeper | +ROW |3423 |32986 |Application |Zookeeper | +ROW |3424 |32987 |Application |Zookeeper | +ROW |3425 |32988 |Application |Zookeeper | +ROW |3426 |32989 |Application |Zookeeper | +ROW |3427 |32990 |Application |Zookeeper | +ROW |3428 |32991 |Application |Zookeeper | +ROW |3429 |32992 |Application |Zookeeper | +ROW |3430 |32993 |Application |Zookeeper | +ROW |3431 |32994 |Application |Zookeeper | +ROW |3432 |32995 |Application |Zookeeper | +ROW |3433 |32996 |Application |Zookeeper | +ROW |3434 |32997 |Application |Zookeeper | +ROW |3435 |33006 |Application |Zookeeper | +ROW |3436 |33007 |Application |Zookeeper | +ROW |3437 |33008 |Application |Zookeeper | +ROW |3438 |33009 |Application |Zookeeper | +ROW |3439 |33010 |Application |Zookeeper | +ROW |3440 |33011 |Application |Zookeeper | +ROW |3441 |33028 |Application |Cassandra | +ROW |3442 |33029 |Application |Cassandra | +ROW |3443 |33030 |Application |Cassandra | +ROW |3444 |33031 |Application |Cassandra | +ROW |3445 |33032 |Application |Cassandra | +ROW |3446 |33033 |Application |Cassandra | +ROW |3447 |33034 |Application |Cassandra | +ROW |3448 |33035 |Application |Cassandra | +ROW |3449 |33036 |Application |Cassandra | +ROW |3450 |33037 |Application |Cassandra | +ROW |3451 |33038 |Application |Cassandra | +ROW |3452 |33039 |Application |Cassandra | +ROW |3453 |33040 |Application |Cassandra | +ROW |3454 |33041 |Application |Cassandra | +ROW |3455 |33042 |Application |Cassandra | +ROW |3456 |33043 |Application |Cassandra | +ROW |3457 |33044 |Application |Cassandra | +ROW |3458 |33045 |Application |Cassandra | +ROW |3459 |33046 |Application |Cassandra | +ROW |3460 |33047 |Application |Cassandra | +ROW |3461 |33048 |Application |Cassandra | +ROW |3462 |33049 |Application |Cassandra | +ROW |3463 |33050 |Application |Cassandra | +ROW |3464 |33051 |Application |Cassandra | +ROW |3465 |33052 |Application |Cassandra | +ROW |3466 |33053 |Application |Cassandra | +ROW |3467 |33054 |Application |Cassandra | +ROW |3468 |33055 |Application |Cassandra | +ROW |3469 |33056 |Application |Cassandra | +ROW |3470 |33057 |Application |Cassandra | +ROW |3471 |33058 |Application |Cassandra | +ROW |3472 |33059 |Application |Cassandra | +ROW |3473 |33060 |Application |Cassandra | +ROW |3474 |33061 |Application |Cassandra | +ROW |3475 |33062 |Application |Cassandra | +ROW |3476 |33063 |Application |Cassandra | +ROW |3477 |33064 |Application |Cassandra | +ROW |3478 |33065 |Application |Cassandra | +ROW |3479 |33066 |Application |Cassandra | +ROW |3480 |33067 |Application |Cassandra | +ROW |3481 |33068 |Application |Cassandra | +ROW |3482 |33069 |Application |Cassandra | +ROW |3483 |33070 |Application |Cassandra | +ROW |3484 |33071 |Application |Cassandra | +ROW |3485 |33072 |Application |Cassandra | +ROW |3486 |33073 |Application |Cassandra | +ROW |3487 |33074 |Application |Cassandra | +ROW |3488 |33075 |Application |Cassandra | +ROW |3489 |33076 |Application |Cassandra | +ROW |3490 |33077 |Application |Cassandra | +ROW |3491 |33078 |Application |Cassandra | +ROW |3492 |33079 |Application |Cassandra | +ROW |3493 |33080 |Application |Cassandra | +ROW |3494 |33081 |Application |Cassandra | +ROW |3495 |33082 |Application |Cassandra | +ROW |3496 |33083 |Application |Cassandra | +ROW |3497 |33084 |Application |Cassandra | +ROW |3498 |33085 |Application |Cassandra | +ROW |3499 |33086 |Application |Cassandra | +ROW |3500 |33087 |Application |Cassandra | +ROW |3501 |33088 |Application |Cassandra | +ROW |3502 |33089 |Application |Cassandra | +ROW |3503 |33090 |Application |Cassandra | +ROW |3504 |33091 |Application |Cassandra | +ROW |3505 |33092 |Application |Cassandra | +ROW |3506 |33093 |Application |Cassandra | +ROW |3507 |33094 |Application |Cassandra | +ROW |3508 |33184 |Application |Array | +ROW |3509 |33195 |Application |Array | +ROW |3510 |33202 |Application |Array | +ROW |3511 |33203 |Application |Array | +ROW |3512 |33188 |Application |Battery | +ROW |3513 |33199 |Application |Battery | +ROW |3514 |33200 |Application |Battery | +ROW |3515 |33206 |Application |Battery | +ROW |3516 |33196 |Application |Counter | +ROW |3517 |33197 |Application |Counter | +ROW |3518 |33198 |Application |Counter | +ROW |3519 |33185 |Application |Load | +ROW |3520 |33193 |Application |Load | +ROW |3521 |33194 |Application |Load | +ROW |3522 |33189 |Application |Status | +ROW |3523 |33190 |Application |Status | +ROW |3524 |33191 |Application |Status | +ROW |3525 |33192 |Application |Status | +ROW |3526 |33186 |Application |Temperature | +ROW |3527 |33187 |Application |Temperature | +ROW |3528 |33204 |Application |Temperature | +ROW |3529 |33201 |Application |Zabbix raw items | +ROW |3530 |33207 |Application |Array | +ROW |3531 |33211 |Application |Battery | +ROW |3532 |33222 |Application |Battery | +ROW |3533 |33223 |Application |Battery | +ROW |3534 |33226 |Application |Battery | +ROW |3535 |33219 |Application |Counter | +ROW |3536 |33220 |Application |Counter | +ROW |3537 |33221 |Application |Counter | +ROW |3538 |33215 |Application |Load | +ROW |3539 |33217 |Application |Load | +ROW |3540 |33218 |Application |Load | +ROW |3541 |33208 |Application |Status | +ROW |3542 |33212 |Application |Status | +ROW |3543 |33213 |Application |Status | +ROW |3544 |33214 |Application |Status | +ROW |3545 |33209 |Application |Temperature | +ROW |3546 |33210 |Application |Temperature | +ROW |3547 |33224 |Application |Temperature | +ROW |3548 |33216 |Application |Zabbix raw items | +ROW |3549 |33227 |Application |Array | +ROW |3550 |33238 |Application |Array | +ROW |3551 |33245 |Application |Array | +ROW |3552 |33246 |Application |Array | +ROW |3553 |33231 |Application |Battery | +ROW |3554 |33242 |Application |Battery | +ROW |3555 |33243 |Application |Battery | +ROW |3556 |33249 |Application |Battery | +ROW |3557 |33239 |Application |Counter | +ROW |3558 |33240 |Application |Counter | +ROW |3559 |33241 |Application |Counter | +ROW |3560 |33228 |Application |Load | +ROW |3561 |33236 |Application |Load | +ROW |3562 |33237 |Application |Load | +ROW |3563 |33232 |Application |Status | +ROW |3564 |33233 |Application |Status | +ROW |3565 |33234 |Application |Status | +ROW |3566 |33235 |Application |Status | +ROW |3567 |33229 |Application |Temperature | +ROW |3568 |33230 |Application |Temperature | +ROW |3569 |33247 |Application |Temperature | +ROW |3570 |33244 |Application |Zabbix raw items | +ROW |3571 |33258 |Application |Battery | +ROW |3572 |33251 |Application |Load | +ROW |3573 |33252 |Application |Load | +ROW |3574 |33253 |Application |Status | +ROW |3575 |33254 |Application |Status | +ROW |3576 |33255 |Application |Status | +ROW |3577 |33256 |Application |Temperature | +ROW |3578 |33250 |Application |Zabbix raw items | +ROW |3579 |33259 |Application |Array | +ROW |3580 |33268 |Application |Array | +ROW |3581 |33272 |Application |Array | +ROW |3582 |33273 |Application |Array | +ROW |3583 |33274 |Application |Array | +ROW |3584 |33262 |Application |Battery | +ROW |3585 |33267 |Application |Battery | +ROW |3586 |33269 |Application |Battery | +ROW |3587 |33270 |Application |Battery | +ROW |3588 |33277 |Application |Battery | +ROW |3589 |33260 |Application |Counter | +ROW |3590 |33266 |Application |Counter | +ROW |3591 |33263 |Application |Status | +ROW |3592 |33264 |Application |Status | +ROW |3593 |33265 |Application |Status | +ROW |3594 |33261 |Application |Temperature | +ROW |3595 |33275 |Application |Temperature | +ROW |3596 |33271 |Application |Zabbix raw items | +ROW |3597 |33278 |Application |Array | +ROW |3598 |33287 |Application |Array | +ROW |3599 |33291 |Application |Array | +ROW |3600 |33292 |Application |Array | +ROW |3601 |33293 |Application |Array | +ROW |3602 |33281 |Application |Battery | +ROW |3603 |33286 |Application |Battery | +ROW |3604 |33288 |Application |Battery | +ROW |3605 |33289 |Application |Battery | +ROW |3606 |33296 |Application |Battery | +ROW |3607 |33279 |Application |Counter | +ROW |3608 |33285 |Application |Counter | +ROW |3609 |33282 |Application |Status | +ROW |3610 |33283 |Application |Status | +ROW |3611 |33284 |Application |Status | +ROW |3612 |33280 |Application |Temperature | +ROW |3613 |33294 |Application |Temperature | +ROW |3614 |33290 |Application |Zabbix raw items | +ROW |3615 |33313 |Application |Array | +ROW |3616 |33312 |Application |Battery | +ROW |3617 |33314 |Application |Battery | +ROW |3618 |33315 |Application |Battery | +ROW |3619 |33316 |Application |Battery | +ROW |3620 |33299 |Application |Counter | +ROW |3621 |33300 |Application |Counter | +ROW |3622 |33317 |Application |Load | +ROW |3623 |33318 |Application |Load | +ROW |3624 |33319 |Application |Load | +ROW |3625 |33320 |Application |Load | +ROW |3626 |33298 |Application |Status | +ROW |3627 |33301 |Application |Status | +ROW |3628 |33302 |Application |Status | +ROW |3629 |33303 |Application |Status | +ROW |3630 |33304 |Application |Temperature | +ROW |3631 |33305 |Application |Temperature | +ROW |3632 |33297 |Application |Zabbix raw items | +ROW |3633 |33340 |Application |General | +ROW |3634 |33341 |Application |General | +ROW |3635 |33342 |Application |General | +ROW |3636 |33343 |Application |General | +ROW |3637 |33344 |Application |General | +ROW |3638 |33345 |Application |General | +ROW |3639 |33348 |Application |NetApp FAS3220 | +ROW |3640 |33349 |Application |NetApp FAS3220 | +ROW |3641 |33350 |Application |NetApp FAS3220 | +ROW |3642 |33351 |Application |NetApp FAS3220 | +ROW |3643 |33337 |Application |Status | +ROW |3644 |33338 |Application |Status | +ROW |3645 |33339 |Application |Status | +ROW |3646 |33346 |Application |Status | +ROW |3647 |33347 |Application |Status | +ROW |3648 |33392 |Application |Jenkins | +ROW |3649 |33396 |Application |Jenkins | +ROW |3650 |33397 |Application |Jenkins | +ROW |3651 |33398 |Application |Jenkins | +ROW |3652 |33399 |Application |Jenkins | +ROW |3653 |33400 |Application |Jenkins | +ROW |3654 |33401 |Application |Jenkins | +ROW |3655 |33402 |Application |Jenkins | +ROW |3656 |33403 |Application |Jenkins | +ROW |3657 |33404 |Application |Jenkins | +ROW |3658 |33405 |Application |Jenkins | +ROW |3659 |33406 |Application |Jenkins | +ROW |3660 |33407 |Application |Jenkins | +ROW |3661 |33408 |Application |Jenkins | +ROW |3662 |33409 |Application |Jenkins | +ROW |3663 |33410 |Application |Jenkins | +ROW |3664 |33411 |Application |Jenkins | +ROW |3665 |33412 |Application |Jenkins | +ROW |3666 |33413 |Application |Jenkins | +ROW |3667 |33414 |Application |Jenkins | +ROW |3668 |33415 |Application |Jenkins | +ROW |3669 |33416 |Application |Jenkins | +ROW |3670 |33417 |Application |Jenkins | +ROW |3671 |33418 |Application |Jenkins | +ROW |3672 |33419 |Application |Jenkins | +ROW |3673 |33420 |Application |Jenkins | +ROW |3674 |33421 |Application |Jenkins | +ROW |3675 |33422 |Application |Jenkins | +ROW |3676 |33423 |Application |Jenkins | +ROW |3677 |33424 |Application |Jenkins | +ROW |3678 |33425 |Application |Jenkins | +ROW |3679 |33426 |Application |Jenkins | +ROW |3680 |33427 |Application |Jenkins | +ROW |3681 |33428 |Application |Jenkins | +ROW |3682 |33429 |Application |Jenkins | +ROW |3683 |33430 |Application |Jenkins | +ROW |3684 |33431 |Application |Jenkins | +ROW |3685 |33432 |Application |Jenkins | +ROW |3686 |33433 |Application |Jenkins | +ROW |3687 |33434 |Application |Jenkins | +ROW |3688 |33435 |Application |Jenkins | +ROW |3689 |33436 |Application |Jenkins | +ROW |3690 |33437 |Application |Jenkins | +ROW |3691 |33438 |Application |Jenkins | +ROW |3692 |33439 |Application |Jenkins | +ROW |3693 |33440 |Application |Jenkins | +ROW |3694 |33441 |Application |Jenkins | +ROW |3695 |33442 |Application |Jenkins | +ROW |3696 |33443 |Application |Jenkins | +ROW |3697 |33444 |Application |Jenkins | +ROW |3698 |33445 |Application |Jenkins | +ROW |3699 |33446 |Application |Jenkins | +ROW |3700 |33447 |Application |Jenkins | +ROW |3701 |33448 |Application |Jenkins | +ROW |3702 |33449 |Application |Jenkins | +ROW |3703 |33450 |Application |Jenkins | +ROW |3704 |33451 |Application |Jenkins | +ROW |3705 |33452 |Application |Jenkins | +ROW |3706 |33453 |Application |Jenkins | +ROW |3707 |33454 |Application |Jenkins | +ROW |3708 |33455 |Application |Jenkins | +ROW |3709 |33456 |Application |Jenkins | +ROW |3710 |33457 |Application |Jenkins | +ROW |3711 |33458 |Application |Jenkins | +ROW |3712 |33459 |Application |Jenkins | +ROW |3713 |33460 |Application |Jenkins | +ROW |3714 |33461 |Application |Jenkins | +ROW |3715 |33462 |Application |Jenkins | +ROW |3716 |33463 |Application |Jenkins | +ROW |3717 |33464 |Application |Jenkins | +ROW |3718 |33391 |Application |Zabbix raw items | +ROW |3719 |33393 |Application |Zabbix raw items | +ROW |3720 |33394 |Application |Zabbix raw items | +ROW |3721 |33395 |Application |Zabbix raw items | +ROW |3722 |33518 |Application |CPU | +ROW |3723 |33494 |Application |Hikvision camera | +ROW |3724 |33495 |Application |Hikvision camera | +ROW |3725 |33496 |Application |Hikvision camera | +ROW |3726 |33497 |Application |Hikvision camera | +ROW |3727 |33498 |Application |Hikvision camera | +ROW |3728 |33499 |Application |Hikvision camera | +ROW |3729 |33500 |Application |Hikvision camera | +ROW |3730 |33502 |Application |Hikvision camera | +ROW |3731 |33503 |Application |Hikvision camera | +ROW |3732 |33507 |Application |Hikvision camera | +ROW |3733 |33508 |Application |Hikvision camera | +ROW |3734 |33509 |Application |Hikvision camera | +ROW |3735 |33510 |Application |Hikvision camera | +ROW |3736 |33511 |Application |Hikvision camera | +ROW |3737 |33512 |Application |Hikvision camera | +ROW |3738 |33513 |Application |Hikvision camera | +ROW |3739 |33514 |Application |Hikvision camera | +ROW |3740 |33515 |Application |Hikvision camera | +ROW |3741 |33516 |Application |Hikvision camera | +ROW |3742 |33517 |Application |Hikvision camera | +ROW |3743 |33501 |Application |Memory | +ROW |3744 |33504 |Application |Status | +ROW |3745 |33505 |Application |Status | +ROW |3746 |33506 |Application |Status | +ROW |3747 |33519 |Application |Status | +ROW |3748 |33491 |Application |Zabbix raw items | +ROW |3749 |33492 |Application |Zabbix raw items | +ROW |3750 |33493 |Application |Zabbix raw items | +ROW |3751 |33522 |Application |Zabbix raw items | +ROW |3752 |33523 |Application |Zabbix raw items | +ROW |3753 |33631 |Application |Sharepoint | +ROW |3754 |33632 |Application |Sharepoint | +ROW |3755 |33633 |Application |Sharepoint | +ROW |3756 |33630 |Application |Zabbix raw items | +ROW |3757 |33656 |Application |Zabbix raw items | +ROW |3758 |33668 |Application |Zabbix raw items | +ROW |3759 |33683 |Application |General | +ROW |3760 |33684 |Application |General | +ROW |3761 |33685 |Application |General | +ROW |3762 |33686 |Application |General | +ROW |3763 |33687 |Application |General | +ROW |3764 |33688 |Application |General | +ROW |3765 |33691 |Application |Huawei | +ROW |3766 |33692 |Application |Huawei | +ROW |3767 |33693 |Application |Huawei | +ROW |3768 |33694 |Application |Huawei | +ROW |3769 |33680 |Application |Status | +ROW |3770 |33681 |Application |Status | +ROW |3771 |33682 |Application |Status | +ROW |3772 |33689 |Application |Status | +ROW |3773 |33690 |Application |Status | +ROW |3774 |33766 |Application |MongoDB | +ROW |3775 |33769 |Application |MongoDB | +ROW |3776 |33770 |Application |MongoDB | +ROW |3777 |33771 |Application |MongoDB | +ROW |3778 |33772 |Application |MongoDB | +ROW |3779 |33773 |Application |MongoDB | +ROW |3780 |33774 |Application |MongoDB | +ROW |3781 |33775 |Application |MongoDB | +ROW |3782 |33776 |Application |MongoDB | +ROW |3783 |33777 |Application |MongoDB | +ROW |3784 |33778 |Application |MongoDB | +ROW |3785 |33779 |Application |MongoDB | +ROW |3786 |33780 |Application |MongoDB | +ROW |3787 |33781 |Application |MongoDB | +ROW |3788 |33782 |Application |MongoDB | +ROW |3789 |33783 |Application |MongoDB | +ROW |3790 |33784 |Application |MongoDB | +ROW |3791 |33785 |Application |MongoDB | +ROW |3792 |33786 |Application |MongoDB | +ROW |3793 |33787 |Application |MongoDB | +ROW |3794 |33788 |Application |MongoDB | +ROW |3795 |33789 |Application |MongoDB | +ROW |3796 |33790 |Application |MongoDB | +ROW |3797 |33791 |Application |MongoDB | +ROW |3798 |33792 |Application |MongoDB | +ROW |3799 |33793 |Application |MongoDB | +ROW |3800 |33794 |Application |MongoDB | +ROW |3801 |33795 |Application |MongoDB | +ROW |3802 |33796 |Application |MongoDB | +ROW |3803 |33797 |Application |MongoDB | +ROW |3804 |33798 |Application |MongoDB | +ROW |3805 |33799 |Application |MongoDB | +ROW |3806 |33800 |Application |MongoDB | +ROW |3807 |33801 |Application |MongoDB | +ROW |3808 |33802 |Application |MongoDB | +ROW |3809 |33803 |Application |MongoDB | +ROW |3810 |33804 |Application |MongoDB | +ROW |3811 |33805 |Application |MongoDB | +ROW |3812 |33806 |Application |MongoDB | +ROW |3813 |33807 |Application |MongoDB | +ROW |3814 |33869 |Application |MongoDB | +ROW |3815 |33870 |Application |MongoDB | +ROW |3816 |33871 |Application |MongoDB | +ROW |3817 |33872 |Application |MongoDB | +ROW |3818 |33873 |Application |MongoDB | +ROW |3819 |33874 |Application |MongoDB | +ROW |3820 |33875 |Application |MongoDB | +ROW |3821 |33876 |Application |MongoDB | +ROW |3822 |33877 |Application |MongoDB | +ROW |3823 |33878 |Application |MongoDB | +ROW |3824 |33879 |Application |MongoDB | +ROW |3825 |33880 |Application |MongoDB | +ROW |3826 |33881 |Application |MongoDB | +ROW |3827 |33882 |Application |MongoDB | +ROW |3828 |33883 |Application |MongoDB | +ROW |3829 |33884 |Application |MongoDB | +ROW |3830 |33885 |Application |MongoDB | +ROW |3831 |33764 |Application |Zabbix raw items | +ROW |3832 |33765 |Application |Zabbix raw items | +ROW |3833 |33767 |Application |Zabbix raw items | +ROW |3834 |33768 |Application |Zabbix raw items | +ROW |3835 |33812 |Application |Zabbix raw items | +ROW |3836 |33813 |Application |Zabbix raw items | +ROW |3837 |33886 |Application |MongoDB sharded cluster | +ROW |3838 |33888 |Application |MongoDB sharded cluster | +ROW |3840 |33891 |Application |MongoDB sharded cluster | +ROW |3841 |33892 |Application |MongoDB sharded cluster | +ROW |3842 |33893 |Application |MongoDB sharded cluster | +ROW |3843 |33894 |Application |MongoDB sharded cluster | +ROW |3844 |33895 |Application |MongoDB sharded cluster | +ROW |3845 |33896 |Application |MongoDB sharded cluster | +ROW |3846 |33897 |Application |MongoDB sharded cluster | +ROW |3847 |33898 |Application |MongoDB sharded cluster | +ROW |3848 |33899 |Application |MongoDB sharded cluster | +ROW |3849 |33900 |Application |MongoDB sharded cluster | +ROW |3850 |33901 |Application |MongoDB sharded cluster | +ROW |3851 |33902 |Application |MongoDB sharded cluster | +ROW |3852 |33903 |Application |MongoDB sharded cluster | +ROW |3853 |33904 |Application |MongoDB sharded cluster | +ROW |3854 |33905 |Application |MongoDB sharded cluster | +ROW |3855 |33906 |Application |MongoDB sharded cluster | +ROW |3856 |33907 |Application |MongoDB sharded cluster | +ROW |3857 |33908 |Application |MongoDB sharded cluster | +ROW |3858 |33909 |Application |MongoDB sharded cluster | +ROW |3859 |33910 |Application |MongoDB sharded cluster | +ROW |3860 |33911 |Application |MongoDB sharded cluster | +ROW |3861 |33912 |Application |MongoDB sharded cluster | +ROW |3862 |33913 |Application |MongoDB sharded cluster | +ROW |3863 |33914 |Application |MongoDB sharded cluster | +ROW |3864 |33915 |Application |MongoDB sharded cluster | +ROW |3865 |33916 |Application |MongoDB sharded cluster | +ROW |3866 |33917 |Application |MongoDB sharded cluster | +ROW |3867 |33918 |Application |MongoDB sharded cluster | +ROW |3868 |33919 |Application |MongoDB sharded cluster | +ROW |3869 |33887 |Application |Zabbix raw items | +ROW |3870 |33889 |Application |Zabbix raw items | +ROW |3871 |33924 |Application |Zabbix raw items | +ROW |3872 |33925 |Application |Zabbix raw items | +ROW |3873 |33966 |Application |CPU | +ROW |3874 |33968 |Application |Fans | +ROW |3875 |33947 |Application |General | +ROW |3876 |33948 |Application |General | +ROW |3877 |33949 |Application |General | +ROW |3878 |33952 |Application |General | +ROW |3879 |33953 |Application |General | +ROW |3880 |33954 |Application |General | +ROW |3881 |33950 |Application |Inventory | +ROW |3882 |33951 |Application |Inventory | +ROW |3883 |33955 |Application |Inventory | +ROW |3884 |33967 |Application |Inventory | +ROW |3885 |33969 |Application |Memory | +ROW |3886 |33970 |Application |Memory | +ROW |3887 |33971 |Application |Memory | +ROW |3888 |33982 |Application |Power supply | +ROW |3889 |33944 |Application |Status | +ROW |3890 |33945 |Application |Status | +ROW |3891 |33946 |Application |Status | +ROW |3892 |33956 |Application |Status | +ROW |3893 |33957 |Application |Status | +ROW |3894 |33983 |Application |Temperature | +ROW |3895 |33984 |Application |Temperature | +ROW |3896 |34007 |Application |CPU | +ROW |3897 |34009 |Application |Fans | +ROW |3898 |33988 |Application |General | +ROW |3899 |33989 |Application |General | +ROW |3900 |33990 |Application |General | +ROW |3901 |33993 |Application |General | +ROW |3902 |33994 |Application |General | +ROW |3903 |33995 |Application |General | +ROW |3904 |33991 |Application |Inventory | +ROW |3905 |33992 |Application |Inventory | +ROW |3906 |33996 |Application |Inventory | +ROW |3907 |34008 |Application |Inventory | +ROW |3908 |34010 |Application |Memory | +ROW |3909 |34011 |Application |Memory | +ROW |3910 |34012 |Application |Memory | +ROW |3911 |34023 |Application |Power supply | +ROW |3912 |33985 |Application |Status | +ROW |3913 |33986 |Application |Status | +ROW |3914 |33987 |Application |Status | +ROW |3915 |33997 |Application |Status | +ROW |3916 |33998 |Application |Status | +ROW |3917 |34024 |Application |Temperature | +ROW |3918 |34025 |Application |Temperature | +ROW |3919 |34048 |Application |CPU | +ROW |3920 |34050 |Application |Fans | +ROW |3921 |34029 |Application |General | +ROW |3922 |34030 |Application |General | +ROW |3923 |34031 |Application |General | +ROW |3924 |34034 |Application |General | +ROW |3925 |34035 |Application |General | +ROW |3926 |34036 |Application |General | +ROW |3927 |34032 |Application |Inventory | +ROW |3928 |34033 |Application |Inventory | +ROW |3929 |34037 |Application |Inventory | +ROW |3930 |34049 |Application |Inventory | +ROW |3931 |34051 |Application |Memory | +ROW |3932 |34052 |Application |Memory | +ROW |3933 |34053 |Application |Memory | +ROW |3934 |34064 |Application |Power supply | +ROW |3935 |34026 |Application |Status | +ROW |3936 |34027 |Application |Status | +ROW |3937 |34028 |Application |Status | +ROW |3938 |34038 |Application |Status | +ROW |3939 |34039 |Application |Status | +ROW |3940 |34065 |Application |Temperature | +ROW |3941 |34066 |Application |Temperature | +ROW |3942 |34089 |Application |CPU | +ROW |3943 |34091 |Application |Fans | +ROW |3944 |34070 |Application |General | +ROW |3945 |34071 |Application |General | +ROW |3946 |34072 |Application |General | +ROW |3947 |34075 |Application |General | +ROW |3948 |34076 |Application |General | +ROW |3949 |34077 |Application |General | +ROW |3950 |34073 |Application |Inventory | +ROW |3951 |34074 |Application |Inventory | +ROW |3952 |34078 |Application |Inventory | +ROW |3953 |34090 |Application |Inventory | +ROW |3954 |34092 |Application |Memory | +ROW |3955 |34093 |Application |Memory | +ROW |3956 |34094 |Application |Memory | +ROW |3957 |34105 |Application |Power supply | +ROW |3958 |34067 |Application |Status | +ROW |3959 |34068 |Application |Status | +ROW |3960 |34069 |Application |Status | +ROW |3961 |34079 |Application |Status | +ROW |3962 |34080 |Application |Status | +ROW |3963 |34106 |Application |Temperature | +ROW |3964 |34107 |Application |Temperature | +ROW |3965 |34130 |Application |CPU | +ROW |3966 |34132 |Application |Fans | +ROW |3967 |34111 |Application |General | +ROW |3968 |34112 |Application |General | +ROW |3969 |34113 |Application |General | +ROW |3970 |34116 |Application |General | +ROW |3971 |34117 |Application |General | +ROW |3972 |34118 |Application |General | +ROW |3973 |34114 |Application |Inventory | +ROW |3974 |34115 |Application |Inventory | +ROW |3975 |34119 |Application |Inventory | +ROW |3976 |34131 |Application |Inventory | +ROW |3977 |34133 |Application |Memory | +ROW |3978 |34134 |Application |Memory | +ROW |3979 |34135 |Application |Memory | +ROW |3980 |34146 |Application |Power supply | +ROW |3981 |34108 |Application |Status | +ROW |3982 |34109 |Application |Status | +ROW |3983 |34110 |Application |Status | +ROW |3984 |34120 |Application |Status | +ROW |3985 |34121 |Application |Status | +ROW |3986 |34147 |Application |Temperature | +ROW |3987 |34148 |Application |Temperature | +ROW |4030 |34227 |Application |General | +ROW |4031 |34236 |Application |General | +ROW |4032 |34237 |Application |General | +ROW |4033 |34239 |Application |General | +ROW |4034 |34240 |Application |General | +ROW |4035 |34241 |Application |General | +ROW |4036 |34242 |Application |General | +ROW |4037 |34243 |Application |General | +ROW |4038 |34244 |Application |General | +ROW |4039 |34245 |Application |General | +ROW |4040 |34246 |Application |General | +ROW |4041 |34248 |Application |General | +ROW |4042 |34249 |Application |General | +ROW |4043 |34251 |Application |General | +ROW |4044 |34252 |Application |General | +ROW |4045 |34253 |Application |General | +ROW |4046 |34226 |Application |Zabbix raw items | +ROW |4047 |34228 |Application |Zabbix raw items | +ROW |4048 |34229 |Application |Zabbix raw items | +ROW |4049 |34230 |Application |Zabbix raw items | +ROW |4050 |34231 |Application |Zabbix raw items | +ROW |4051 |34232 |Application |Zabbix raw items | +ROW |4052 |34233 |Application |Zabbix raw items | +ROW |4053 |34234 |Application |Zabbix raw items | +ROW |4054 |34235 |Application |Zabbix raw items | +ROW |4055 |34238 |Application |Zabbix raw items | +ROW |4056 |34247 |Application |Zabbix raw items | +ROW |4057 |34250 |Application |Zabbix raw items | +ROW |4058 |34254 |Application |Zabbix raw items | +ROW |4059 |34255 |Application |Zabbix raw items | +ROW |4060 |34256 |Application |Zabbix raw items | +ROW |4061 |34257 |Application |Zabbix raw items | +ROW |4062 |34258 |Application |Zabbix raw items | +ROW |4063 |34259 |Application |Zabbix raw items | +ROW |4064 |34296 |Application |Zabbix raw items | +ROW |4065 |34297 |Application |Zabbix raw items | +ROW |4066 |34298 |Application |Zabbix raw items | +ROW |4067 |34299 |Application |Zabbix raw items | +ROW |4068 |34302 |Application |Zabbix raw items | +ROW |4069 |34303 |Application |Zabbix raw items | +ROW |4070 |34304 |Application |Zabbix raw items | +ROW |4071 |34305 |Application |Zabbix raw items | +ROW |4072 |29014 |Application |Disk {#DEVNAME} | +ROW |4073 |29015 |Application |Disk {#DEVNAME} | +ROW |4074 |29016 |Application |Disk {#DEVNAME} | +ROW |4075 |29027 |Application |Filesystem {#FSNAME} | +ROW |4076 |29028 |Application |Filesystem {#FSNAME} | +ROW |4077 |29029 |Application |Filesystem {#FSNAME} | +ROW |4078 |29030 |Application |Filesystem {#FSNAME} | +ROW |4079 |29031 |Application |Disk {#DEVNAME} | +ROW |4080 |29032 |Application |Disk {#DEVNAME} | +ROW |4081 |29033 |Application |Disk {#DEVNAME} | +ROW |4082 |29044 |Application |Filesystem {#FSNAME} | +ROW |4083 |29045 |Application |Filesystem {#FSNAME} | +ROW |4084 |29046 |Application |Filesystem {#FSNAME} | +ROW |4085 |29047 |Application |Filesystem {#FSNAME} | +ROW |4086 |29210 |Application |Filesystem {#FSNAME} | +ROW |4087 |29211 |Application |Filesystem {#FSNAME} | +ROW |4088 |29212 |Application |Filesystem {#FSNAME} | +ROW |4089 |29213 |Application |Filesystem {#FSNAME} | +ROW |4090 |29216 |Application |Interface {#IFNAME} | +ROW |4091 |29217 |Application |Interface {#IFNAME} | +ROW |4092 |29218 |Application |Interface {#IFNAME} | +ROW |4093 |29219 |Application |Interface {#IFNAME} | +ROW |4094 |29220 |Application |Interface {#IFNAME} | +ROW |4095 |29221 |Application |Interface {#IFNAME} | +ROW |4096 |29222 |Application |Interface {#IFNAME} | +ROW |4097 |29223 |Application |Interface {#IFNAME} | +ROW |4098 |29224 |Application |Filesystem {#FSNAME} | +ROW |4099 |29225 |Application |Filesystem {#FSNAME} | +ROW |4100 |29226 |Application |Filesystem {#FSNAME} | +ROW |4101 |29227 |Application |Filesystem {#FSNAME} | +ROW |4102 |29230 |Application |Interface {#IFNAME} | +ROW |4103 |29231 |Application |Interface {#IFNAME} | +ROW |4104 |29232 |Application |Interface {#IFNAME} | +ROW |4105 |29233 |Application |Interface {#IFNAME} | +ROW |4106 |29234 |Application |Interface {#IFNAME} | +ROW |4107 |29235 |Application |Interface {#IFNAME} | +ROW |4108 |29236 |Application |Interface {#IFNAME} | +ROW |4109 |29237 |Application |Interface {#IFNAME} | +ROW |4110 |29238 |Application |Filesystem {#FSNAME} | +ROW |4111 |29239 |Application |Filesystem {#FSNAME} | +ROW |4112 |29240 |Application |Filesystem {#FSNAME} | +ROW |4113 |29241 |Application |Filesystem {#FSNAME} | +ROW |4114 |29244 |Application |Interface {#IFNAME} | +ROW |4115 |29245 |Application |Interface {#IFNAME} | +ROW |4116 |29246 |Application |Interface {#IFNAME} | +ROW |4117 |29247 |Application |Interface {#IFNAME} | +ROW |4118 |29248 |Application |Interface {#IFNAME} | +ROW |4119 |29249 |Application |Interface {#IFNAME} | +ROW |4120 |29250 |Application |Interface {#IFNAME} | +ROW |4121 |29251 |Application |Interface {#IFNAME} | +ROW |4122 |29432 |Application |Filesystem {#FSNAME} | +ROW |4123 |29433 |Application |Filesystem {#FSNAME} | +ROW |4124 |29445 |Application |Filesystem {#FSNAME} | +ROW |4125 |29446 |Application |Filesystem {#FSNAME} | +ROW |4126 |29447 |Application |Filesystem {#FSNAME} | +ROW |4127 |29434 |Application |Disk {#DEVNAME} | +ROW |4128 |29435 |Application |Disk {#DEVNAME} | +ROW |4129 |29448 |Application |Disk {#DEVNAME} | +ROW |4130 |29449 |Application |Disk {#DEVNAME} | +ROW |4131 |29452 |Application |Disk {#DEVNAME} | +ROW |4132 |29453 |Application |Disk {#DEVNAME} | +ROW |4133 |29436 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4134 |29437 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4135 |29438 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4136 |29439 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4137 |29440 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4138 |29441 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4139 |29442 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4140 |29443 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4141 |29444 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4142 |29512 |Application |Filesystem {#FSNAME} | +ROW |4143 |29513 |Application |Filesystem {#FSNAME} | +ROW |4144 |29514 |Application |Filesystem {#FSNAME} | +ROW |4145 |29521 |Application |Filesystem {#FSNAME} | +ROW |4146 |29522 |Application |Filesystem {#FSNAME} | +ROW |4147 |29523 |Application |Filesystem {#FSNAME} | +ROW |4148 |29720 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4149 |29721 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4150 |29722 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4151 |29723 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4152 |29724 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4153 |29725 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4154 |29726 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4155 |29727 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4156 |29728 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4157 |29729 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4158 |29730 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4159 |29731 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4160 |29732 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4161 |29733 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4162 |29734 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4163 |29735 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4164 |29736 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4165 |29737 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4166 |29787 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4167 |29788 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4168 |29789 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4169 |29790 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4170 |29791 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4171 |29792 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4172 |29793 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4173 |29794 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4174 |29795 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4175 |29796 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4176 |29797 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4177 |29798 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4178 |29799 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4179 |29800 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4180 |29801 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4181 |29802 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4182 |29803 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4183 |29804 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4184 |29805 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4185 |29806 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4186 |29807 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4187 |29808 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4188 |29809 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4189 |29810 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4190 |29811 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4191 |29812 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4192 |29813 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4193 |29814 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4194 |29815 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4195 |29816 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4196 |29817 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4197 |29818 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4198 |29819 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4199 |29820 |Application |RabbitMQ: Queue "{#VHOST}/{#QUEUE}" | +ROW |4200 |27032 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4201 |27191 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4202 |27332 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4203 |27461 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4204 |27531 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4205 |27567 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4206 |27630 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4207 |27653 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4208 |27733 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4209 |27799 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4210 |27955 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4211 |28129 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4212 |28281 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4213 |28956 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4214 |27099 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4215 |27100 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4216 |27101 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4217 |27102 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4218 |27103 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4219 |27104 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4220 |27105 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4221 |27106 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4222 |27107 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4223 |27181 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4224 |27182 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4225 |27183 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4226 |27184 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4227 |27185 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4228 |27186 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4229 |27187 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4230 |27188 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4231 |27189 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4232 |27216 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4233 |27217 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4234 |27218 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4235 |27219 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4236 |27220 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4237 |27221 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4238 |27222 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4239 |27223 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4240 |27224 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4241 |27252 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4242 |27253 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4243 |27254 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4244 |27255 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4245 |27256 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4246 |27257 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4247 |27258 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4248 |27259 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4249 |27260 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4250 |27273 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4251 |27274 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4252 |27275 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4253 |27276 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4254 |27277 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4255 |27278 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4256 |27279 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4257 |27280 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4258 |27281 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4259 |27322 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4260 |27323 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4261 |27324 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4262 |27325 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4263 |27326 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4264 |27327 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4265 |27328 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4266 |27329 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4267 |27330 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4268 |27451 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4269 |27452 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4270 |27453 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4271 |27454 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4272 |27455 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4273 |27456 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4274 |27457 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4275 |27458 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4276 |27459 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4277 |27487 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4278 |27488 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4279 |27489 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4280 |27490 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4281 |27491 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4282 |27492 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4283 |27493 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4284 |27494 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4285 |27495 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4286 |27521 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4287 |27522 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4288 |27523 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4289 |27524 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4290 |27525 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4291 |27526 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4292 |27527 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4293 |27528 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4294 |27529 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4295 |27557 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4296 |27558 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4297 |27559 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4298 |27560 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4299 |27561 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4300 |27562 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4301 |27563 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4302 |27564 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4303 |27565 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4304 |27643 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4305 |27644 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4306 |27645 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4307 |27646 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4308 |27647 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4309 |27648 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4310 |27649 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4311 |27650 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4312 |27651 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4313 |27723 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4314 |27724 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4315 |27725 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4316 |27726 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4317 |27727 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4318 |27728 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4319 |27729 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4320 |27730 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4321 |27731 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4322 |27757 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4323 |27758 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4324 |27759 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4325 |27760 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4326 |27761 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4327 |27762 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4328 |27763 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4329 |27764 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4330 |27765 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4331 |27789 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4332 |27790 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4333 |27791 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4334 |27792 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4335 |27793 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4336 |27794 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4337 |27795 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4338 |27796 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4339 |27797 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4340 |27873 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4341 |27874 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4342 |27875 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4343 |27876 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4344 |27877 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4345 |27878 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4346 |27879 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4347 |27880 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4348 |27881 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4349 |27910 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4350 |27911 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4351 |27912 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4352 |27913 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4353 |27914 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4354 |27915 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4355 |27916 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4356 |27917 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4357 |27918 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4358 |27945 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4359 |27946 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4360 |27947 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4361 |27948 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4362 |27949 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4363 |27950 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4364 |27951 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4365 |27952 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4366 |27953 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4367 |28119 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4368 |28120 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4369 |28121 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4370 |28122 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4371 |28123 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4372 |28124 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4373 |28125 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4374 |28126 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4375 |28127 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4376 |28224 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4377 |28225 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4378 |28226 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4379 |28227 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4380 |28228 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4381 |28229 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4382 |28230 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4383 |28231 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4384 |28232 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4385 |28294 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4386 |28295 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4387 |28296 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4388 |28297 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4389 |28298 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4390 |28299 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4391 |28300 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4392 |28301 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4393 |28302 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4394 |28969 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4395 |28970 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4396 |28971 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4397 |28972 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4398 |28973 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4399 |28974 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4400 |28975 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4401 |28976 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4402 |28977 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4403 |28006 |Application |Interface {#IFDESCR} | +ROW |4404 |28007 |Application |Interface {#IFDESCR} | +ROW |4405 |28008 |Application |Interface {#IFDESCR} | +ROW |4406 |28009 |Application |Interface {#IFDESCR} | +ROW |4407 |28010 |Application |Interface {#IFDESCR} | +ROW |4408 |28011 |Application |Interface {#IFDESCR} | +ROW |4409 |28012 |Application |Interface {#IFDESCR} | +ROW |4410 |28013 |Application |Interface {#IFDESCR} | +ROW |4411 |28014 |Application |Interface {#IFDESCR} | +ROW |4412 |27079 |Application |Interface {#IFDESCR} | +ROW |4413 |27080 |Application |Interface {#IFDESCR} | +ROW |4414 |27081 |Application |Interface {#IFDESCR} | +ROW |4415 |27082 |Application |Interface {#IFDESCR} | +ROW |4416 |27083 |Application |Interface {#IFDESCR} | +ROW |4417 |27084 |Application |Interface {#IFDESCR} | +ROW |4418 |27085 |Application |Interface {#IFDESCR} | +ROW |4419 |27086 |Application |Interface {#IFDESCR} | +ROW |4420 |27087 |Application |Interface {#IFDESCR} | +ROW |4421 |27620 |Application |Interface {#IFDESCR} | +ROW |4422 |27621 |Application |Interface {#IFDESCR} | +ROW |4423 |27622 |Application |Interface {#IFDESCR} | +ROW |4424 |27623 |Application |Interface {#IFDESCR} | +ROW |4425 |27624 |Application |Interface {#IFDESCR} | +ROW |4426 |27625 |Application |Interface {#IFDESCR} | +ROW |4427 |27626 |Application |Interface {#IFDESCR} | +ROW |4428 |27627 |Application |Interface {#IFDESCR} | +ROW |4429 |27628 |Application |Interface {#IFDESCR} | +ROW |4430 |27977 |Application |Interface {#IFDESCR} | +ROW |4431 |27978 |Application |Interface {#IFDESCR} | +ROW |4432 |27979 |Application |Interface {#IFDESCR} | +ROW |4433 |27980 |Application |Interface {#IFDESCR} | +ROW |4434 |27981 |Application |Interface {#IFDESCR} | +ROW |4435 |27982 |Application |Interface {#IFDESCR} | +ROW |4436 |27983 |Application |Interface {#IFDESCR} | +ROW |4437 |27984 |Application |Interface {#IFDESCR} | +ROW |4438 |27985 |Application |Interface {#IFDESCR} | +ROW |4439 |27119 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4440 |27120 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4441 |27121 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4442 |27122 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4443 |27123 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4444 |27124 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4445 |27125 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4446 |27126 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4447 |27127 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4448 |29078 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4449 |29079 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4450 |29080 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4451 |29081 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4452 |29082 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4453 |29083 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4454 |29084 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4455 |29085 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4456 |29086 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4457 |30027 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4458 |30028 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4459 |30029 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4460 |30030 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4461 |30031 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4462 |30032 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4463 |30033 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4464 |30034 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4465 |30035 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4466 |30036 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4467 |30037 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4468 |30038 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4469 |30039 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4470 |30040 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4471 |30041 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4472 |30042 |Application |RabbitMQ: Exchange "{#VHOST}/{#EXCHANGE}/{#TYPE}" | +ROW |4473 |30160 |Application |Filesystem {#FSNAME} | +ROW |4474 |30161 |Application |Filesystem {#FSNAME} | +ROW |4475 |30162 |Application |Filesystem {#FSNAME} | +ROW |4476 |30166 |Application |Filesystem {#FSNAME} | +ROW |4477 |30167 |Application |Filesystem {#FSNAME} | +ROW |4478 |30168 |Application |Filesystem {#FSNAME} | +ROW |4479 |30178 |Application |Filesystem {#FSNAME} | +ROW |4480 |30179 |Application |Filesystem {#FSNAME} | +ROW |4481 |30180 |Application |Filesystem {#FSNAME} | +ROW |4482 |30184 |Application |Filesystem {#FSNAME} | +ROW |4483 |30185 |Application |Filesystem {#FSNAME} | +ROW |4484 |30186 |Application |Filesystem {#FSNAME} | +ROW |4553 |30348 |Application |Redis: DB {#DB} | +ROW |4554 |30349 |Application |Redis: DB {#DB} | +ROW |4555 |30350 |Application |Redis: DB {#DB} | +ROW |4556 |30396 |Application |Redis: Slave {#SLAVE_IP}:{#SLAVE_PORT} | +ROW |4557 |30573 |Application |Docker: Container {#NAME} | +ROW |4558 |30574 |Application |Docker: Container {#NAME} | +ROW |4559 |30575 |Application |Docker: Container {#NAME} | +ROW |4560 |30576 |Application |Docker: Container {#NAME} | +ROW |4561 |30577 |Application |Docker: Container {#NAME} | +ROW |4562 |30578 |Application |Docker: Container {#NAME} | +ROW |4563 |30579 |Application |Docker: Container {#NAME} | +ROW |4564 |30580 |Application |Docker: Container {#NAME} | +ROW |4565 |30581 |Application |Docker: Container {#NAME} | +ROW |4566 |30582 |Application |Docker: Container {#NAME} | +ROW |4567 |30583 |Application |Docker: Container {#NAME} | +ROW |4568 |30584 |Application |Docker: Container {#NAME} | +ROW |4569 |30585 |Application |Docker: Container {#NAME} | +ROW |4570 |30586 |Application |Docker: Container {#NAME} | +ROW |4571 |30587 |Application |Docker: Container {#NAME} | +ROW |4572 |30588 |Application |Docker: Container {#NAME} | +ROW |4573 |30589 |Application |Docker: Container {#NAME} | +ROW |4574 |30590 |Application |Docker: Container {#NAME} | +ROW |4575 |30591 |Application |Docker: Container {#NAME} | +ROW |4576 |30592 |Application |Docker: Container {#NAME} | +ROW |4577 |30593 |Application |Docker: Container {#NAME} | +ROW |4578 |30594 |Application |Docker: Container {#NAME} | +ROW |4579 |30595 |Application |Docker: Container {#NAME} | +ROW |4580 |30596 |Application |Docker: Container {#NAME} | +ROW |4581 |30597 |Application |Docker: Container {#NAME} | +ROW |4582 |30598 |Application |Docker: Container {#NAME} | +ROW |4583 |30599 |Application |Docker: Container {#NAME} | +ROW |4584 |30600 |Application |Docker: Container {#NAME} | +ROW |4585 |30601 |Application |Docker: Container {#NAME} | +ROW |4586 |30602 |Application |Docker: Container {#NAME} | +ROW |4587 |30603 |Application |Docker: Container {#NAME} | +ROW |4588 |30604 |Application |Docker: Container {#NAME} | +ROW |4589 |30605 |Application |Docker: Container {#NAME} | +ROW |4590 |30606 |Application |Docker: Container {#NAME} | +ROW |4591 |30607 |Application |Docker: Container {#NAME} | +ROW |4592 |30608 |Application |Docker: Container {#NAME} | +ROW |4593 |30609 |Application |Docker: Image {#NAME} | +ROW |4594 |30610 |Application |Docker: Image {#NAME} | +ROW |4595 |30688 |Application |IPMI {#SENSOR_TYPE} | +ROW |4596 |30689 |Application |IPMI {#SENSOR_TYPE} | +ROW |4597 |30714 |Application |ES {#ES.NODE} | +ROW |4598 |30715 |Application |ES {#ES.NODE} | +ROW |4599 |30716 |Application |ES {#ES.NODE} | +ROW |4600 |30717 |Application |ES {#ES.NODE} | +ROW |4601 |30718 |Application |ES {#ES.NODE} | +ROW |4602 |30720 |Application |ES {#ES.NODE} | +ROW |4603 |30721 |Application |ES {#ES.NODE} | +ROW |4604 |30722 |Application |ES {#ES.NODE} | +ROW |4605 |30723 |Application |ES {#ES.NODE} | +ROW |4606 |30724 |Application |ES {#ES.NODE} | +ROW |4607 |30725 |Application |ES {#ES.NODE} | +ROW |4608 |30726 |Application |ES {#ES.NODE} | +ROW |4609 |30727 |Application |ES {#ES.NODE} | +ROW |4610 |30728 |Application |ES {#ES.NODE} | +ROW |4611 |30729 |Application |ES {#ES.NODE} | +ROW |4612 |30730 |Application |ES {#ES.NODE} | +ROW |4613 |30731 |Application |ES {#ES.NODE} | +ROW |4614 |30732 |Application |ES {#ES.NODE} | +ROW |4615 |30733 |Application |ES {#ES.NODE} | +ROW |4616 |30734 |Application |ES {#ES.NODE} | +ROW |4617 |30735 |Application |ES {#ES.NODE} | +ROW |4618 |30736 |Application |ES {#ES.NODE} | +ROW |4619 |30737 |Application |ES {#ES.NODE} | +ROW |4620 |30738 |Application |ES {#ES.NODE} | +ROW |4621 |30740 |Application |ES {#ES.NODE} | +ROW |4622 |30741 |Application |ES {#ES.NODE} | +ROW |4623 |30742 |Application |ES {#ES.NODE} | +ROW |4624 |30745 |Application |ES {#ES.NODE} | +ROW |4625 |30748 |Application |ES {#ES.NODE} | +ROW |4626 |30749 |Application |ES {#ES.NODE} | +ROW |4627 |30750 |Application |ES {#ES.NODE} | +ROW |4628 |30751 |Application |ES {#ES.NODE} | +ROW |4629 |30752 |Application |ES {#ES.NODE} | +ROW |4630 |30753 |Application |ES {#ES.NODE} | +ROW |4631 |30755 |Application |ES {#ES.NODE} | +ROW |4632 |30757 |Application |ES {#ES.NODE} | +ROW |4633 |30758 |Application |ES {#ES.NODE} | +ROW |4688 |30877 |Application |ClickHouse: Dictionary "{#NAME}" | +ROW |4689 |30878 |Application |ClickHouse: Dictionary "{#NAME}" | +ROW |4690 |30879 |Application |ClickHouse: Dictionary "{#NAME}" | +ROW |4691 |30880 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4692 |30881 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4693 |30882 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4694 |30883 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4695 |30884 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4696 |30885 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4697 |30886 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4698 |30887 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4699 |30888 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4700 |30889 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4701 |30890 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4702 |30891 |Application |ClickHouse: "{#DB}.{#TABLE}" replica status | +ROW |4703 |30892 |Application |ClickHouse: DB "{#DB}" | +ROW |4704 |30893 |Application |ClickHouse: Table "{#DB}.{#TABLE}" | +ROW |4705 |30894 |Application |ClickHouse: Table "{#DB}.{#TABLE}" | +ROW |4706 |30895 |Application |ClickHouse: Table "{#DB}.{#TABLE}" | +ROW |4707 |30964 |Application |Etcd peer {#ETCD.PEER} | +ROW |4708 |30965 |Application |Etcd peer {#ETCD.PEER} | +ROW |4709 |30966 |Application |Etcd peer {#ETCD.PEER} | +ROW |4710 |30967 |Application |Etcd peer {#ETCD.PEER} | +ROW |4711 |31006 |Application |{#APPPOOL} | +ROW |4712 |31007 |Application |{#APPPOOL} | +ROW |4713 |31008 |Application |{#APPPOOL} | +ROW |4714 |31009 |Application |{#APPPOOL} | +ROW |4715 |31048 |Application |{#APPPOOL} | +ROW |4716 |31049 |Application |{#APPPOOL} | +ROW |4717 |31050 |Application |{#APPPOOL} | +ROW |4718 |31051 |Application |{#APPPOOL} | +ROW |4752 |31258 |Application |Oracle Archivelog | +ROW |4753 |31259 |Application |Oracle Archivelog | +ROW |4754 |31260 |Application |Oracle Archivelog | +ROW |4755 |31261 |Application |Oracle ASM | +ROW |4756 |31262 |Application |Oracle ASM | +ROW |4757 |31263 |Application |Oracle ASM | +ROW |4758 |31264 |Application |Oracle {#TYPE} | +ROW |4759 |31265 |Application |Oracle {#TYPE} | +ROW |4760 |31266 |Application |Oracle {#TYPE} | +ROW |4761 |31267 |Application |Oracle {#TYPE} | +ROW |4762 |31268 |Application |Oracle PDB | +ROW |4763 |31269 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4764 |31270 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4765 |31271 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4766 |31272 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4767 |31273 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4768 |33170 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4769 |33171 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4770 |31335 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4771 |31336 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4772 |31337 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4773 |31338 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4774 |31339 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4775 |31340 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4776 |31341 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4777 |31342 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4778 |31343 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4779 |31344 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4780 |31345 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4781 |31346 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4782 |31347 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4783 |31348 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4784 |31349 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4785 |31350 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4786 |31351 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4787 |31352 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4788 |31353 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4789 |31354 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4790 |31355 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4791 |31356 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4792 |31357 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4793 |31358 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4794 |31359 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4795 |31360 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4796 |31361 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4797 |31362 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4798 |31363 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4799 |31370 |Application |Disk {#DEVNAME} | +ROW |4800 |31371 |Application |Disk {#DEVNAME} | +ROW |4801 |31379 |Application |Disk {#DEVNAME} | +ROW |4802 |31380 |Application |Disk {#DEVNAME} | +ROW |4803 |31382 |Application |Disk {#DEVNAME} | +ROW |4804 |31383 |Application |Disk {#DEVNAME} | +ROW |4805 |31373 |Application |Disk {#DEVNAME} | +ROW |4806 |31374 |Application |Disk {#DEVNAME} | +ROW |4807 |31385 |Application |Disk {#DEVNAME} | +ROW |4808 |31386 |Application |Disk {#DEVNAME} | +ROW |4809 |31388 |Application |Disk {#DEVNAME} | +ROW |4810 |31389 |Application |Disk {#DEVNAME} | +ROW |4811 |31376 |Application |Disk {#DEVNAME} | +ROW |4812 |31377 |Application |Disk {#DEVNAME} | +ROW |4813 |31391 |Application |Disk {#DEVNAME} | +ROW |4814 |31392 |Application |Disk {#DEVNAME} | +ROW |4815 |31394 |Application |Disk {#DEVNAME} | +ROW |4816 |31395 |Application |Disk {#DEVNAME} | +ROW |4817 |31433 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4818 |31434 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4819 |31435 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4820 |31436 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4821 |31437 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4822 |31438 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4823 |31453 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4824 |31454 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4825 |31455 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4826 |31439 |Application |Disk {#DEVNAME} | +ROW |4827 |31440 |Application |Disk {#DEVNAME} | +ROW |4828 |31441 |Application |Disk {#DEVNAME} | +ROW |4829 |31442 |Application |Disk {#DEVNAME} | +ROW |4830 |33321 |Application |Disk {#DEVNAME} | +ROW |4831 |33322 |Application |Disk {#DEVNAME} | +ROW |4832 |33323 |Application |Disk {#DEVNAME} | +ROW |4833 |33324 |Application |Disk {#DEVNAME} | +ROW |4834 |31443 |Application |Disk {#DEVNAME} | +ROW |4835 |31444 |Application |Disk {#DEVNAME} | +ROW |4836 |31445 |Application |Disk {#DEVNAME} | +ROW |4837 |31446 |Application |Disk {#DEVNAME} | +ROW |4838 |33325 |Application |Disk {#DEVNAME} | +ROW |4839 |33326 |Application |Disk {#DEVNAME} | +ROW |4840 |33327 |Application |Disk {#DEVNAME} | +ROW |4841 |33328 |Application |Disk {#DEVNAME} | +ROW |4842 |31447 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4843 |31448 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4844 |31449 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4845 |31450 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4846 |31451 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4847 |31452 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4848 |31456 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4849 |31457 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4850 |31458 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4851 |31561 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4852 |31562 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4853 |31563 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4854 |31564 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4855 |31565 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4856 |31566 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4857 |31567 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4858 |31568 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4859 |31569 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4860 |31766 |Application |Oracle Archivelog | +ROW |4861 |31767 |Application |Oracle Archivelog | +ROW |4862 |31768 |Application |Oracle Archivelog | +ROW |4863 |31769 |Application |Oracle {#TYPE} | +ROW |4864 |31770 |Application |Oracle {#TYPE} | +ROW |4865 |31771 |Application |Oracle {#TYPE} | +ROW |4866 |31772 |Application |Oracle {#TYPE} | +ROW |4867 |31773 |Application |Oracle ASM | +ROW |4868 |31774 |Application |Oracle ASM | +ROW |4869 |31775 |Application |Oracle ASM | +ROW |4870 |31776 |Application |Oracle PDB | +ROW |4871 |31777 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4872 |31778 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4873 |31779 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4874 |31780 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4875 |31781 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4876 |33168 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4877 |33169 |Application |Oracle {#CONTENTS} Tablespaces. {#TABLESPACE} | +ROW |4878 |31807 |Application |Asterisk IAX trunks | +ROW |4879 |31808 |Application |Asterisk IAX trunks | +ROW |4880 |31809 |Application |Asterisk PJSIP trunks | +ROW |4881 |31810 |Application |Asterisk PJSIP trunks | +ROW |4882 |31811 |Application |Asterisk queue "{#QUEUE}" | +ROW |4883 |31812 |Application |Asterisk queue "{#QUEUE}" | +ROW |4884 |31813 |Application |Asterisk queue "{#QUEUE}" | +ROW |4885 |31814 |Application |Asterisk SIP trunks | +ROW |4886 |31815 |Application |Asterisk SIP trunks | +ROW |4887 |31902 |Application |Disk {#DEVNAME} | +ROW |4888 |31903 |Application |Disk {#DEVNAME} | +ROW |4889 |31932 |Application |Disk {#DEVNAME} | +ROW |4890 |31933 |Application |Disk {#DEVNAME} | +ROW |4891 |31935 |Application |Disk {#DEVNAME} | +ROW |4892 |31936 |Application |Disk {#DEVNAME} | +ROW |4893 |31905 |Application |Filesystem {#FSNAME} | +ROW |4894 |31906 |Application |Filesystem {#FSNAME} | +ROW |4895 |31907 |Application |Filesystem {#FSNAME} | +ROW |4896 |31908 |Application |Filesystem {#FSNAME} | +ROW |4897 |31909 |Application |Interface {#IFNAME} | +ROW |4898 |31910 |Application |Interface {#IFNAME} | +ROW |4899 |31911 |Application |Interface {#IFNAME} | +ROW |4900 |31912 |Application |Interface {#IFNAME} | +ROW |4901 |31913 |Application |Interface {#IFNAME} | +ROW |4902 |31914 |Application |Interface {#IFNAME} | +ROW |4903 |31915 |Application |Interface {#IFNAME} | +ROW |4904 |31916 |Application |Interface {#IFNAME} | +ROW |4905 |31917 |Application |Disk {#DEVNAME} | +ROW |4906 |31918 |Application |Disk {#DEVNAME} | +ROW |4907 |31938 |Application |Disk {#DEVNAME} | +ROW |4908 |31939 |Application |Disk {#DEVNAME} | +ROW |4909 |31941 |Application |Disk {#DEVNAME} | +ROW |4910 |31942 |Application |Disk {#DEVNAME} | +ROW |4911 |31920 |Application |Filesystem {#FSNAME} | +ROW |4912 |31921 |Application |Filesystem {#FSNAME} | +ROW |4913 |31922 |Application |Filesystem {#FSNAME} | +ROW |4914 |31923 |Application |Filesystem {#FSNAME} | +ROW |4915 |31924 |Application |Interface {#IFNAME} | +ROW |4916 |31925 |Application |Interface {#IFNAME} | +ROW |4917 |31926 |Application |Interface {#IFNAME} | +ROW |4918 |31927 |Application |Interface {#IFNAME} | +ROW |4919 |31928 |Application |Interface {#IFNAME} | +ROW |4920 |31929 |Application |Interface {#IFNAME} | +ROW |4921 |31930 |Application |Interface {#IFNAME} | +ROW |4922 |31931 |Application |Interface {#IFNAME} | +ROW |4923 |32012 |Application |Filesystem {#FSNAME} | +ROW |4924 |32013 |Application |Filesystem {#FSNAME} | +ROW |4925 |32014 |Application |Filesystem {#FSNAME} | +ROW |4926 |32015 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4927 |32016 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4928 |32017 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4929 |32018 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4930 |32019 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4931 |32020 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4932 |32040 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4933 |32041 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4934 |32042 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4935 |32021 |Application |Disk {#DEVNAME} | +ROW |4936 |32022 |Application |Disk {#DEVNAME} | +ROW |4937 |32023 |Application |Disk {#DEVNAME} | +ROW |4938 |32024 |Application |Disk {#DEVNAME} | +ROW |4939 |33329 |Application |Disk {#DEVNAME} | +ROW |4940 |33330 |Application |Disk {#DEVNAME} | +ROW |4941 |33331 |Application |Disk {#DEVNAME} | +ROW |4942 |33332 |Application |Disk {#DEVNAME} | +ROW |4943 |32026 |Application |Filesystem {#FSNAME} | +ROW |4944 |32027 |Application |Filesystem {#FSNAME} | +ROW |4945 |32028 |Application |Filesystem {#FSNAME} | +ROW |4946 |32029 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4947 |32030 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4948 |32031 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4949 |32032 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4950 |32033 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4951 |32034 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4952 |32043 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4953 |32044 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4954 |32045 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4955 |32035 |Application |Disk {#DEVNAME} | +ROW |4956 |32036 |Application |Disk {#DEVNAME} | +ROW |4957 |32037 |Application |Disk {#DEVNAME} | +ROW |4958 |32038 |Application |Disk {#DEVNAME} | +ROW |4959 |33333 |Application |Disk {#DEVNAME} | +ROW |4960 |33334 |Application |Disk {#DEVNAME} | +ROW |4961 |33335 |Application |Disk {#DEVNAME} | +ROW |4962 |33336 |Application |Disk {#DEVNAME} | +ROW |4963 |32405 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4964 |32408 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4965 |32409 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4966 |32410 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4967 |32411 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4968 |32412 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4969 |32413 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4970 |32414 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4971 |32415 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4972 |32416 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4973 |32417 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4974 |32418 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4975 |32419 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4976 |32420 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4977 |32421 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4978 |32422 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4979 |32423 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4980 |32424 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4981 |32425 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4982 |32426 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4983 |32427 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4984 |32428 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4985 |32429 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4986 |32430 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4987 |32431 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4988 |32432 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4989 |32433 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4990 |32434 |Application |PostgreSQL: DB {#DBNAME} | +ROW |4991 |32436 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4992 |32437 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4993 |32438 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4994 |32439 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |4995 |32442 |Application |{#JMXBROKERNAME} | +ROW |4996 |32443 |Application |{#JMXBROKERNAME} | +ROW |4997 |32444 |Application |{#JMXBROKERNAME} | +ROW |4998 |32445 |Application |{#JMXBROKERNAME} | +ROW |4999 |32446 |Application |{#JMXBROKERNAME} | +ROW |5000 |32447 |Application |{#JMXBROKERNAME} | +ROW |5001 |32448 |Application |{#JMXBROKERNAME} | +ROW |5002 |32449 |Application |{#JMXBROKERNAME} | +ROW |5003 |32450 |Application |{#JMXBROKERNAME} | +ROW |5004 |32451 |Application |{#JMXBROKERNAME} | +ROW |5005 |32452 |Application |{#JMXBROKERNAME} | +ROW |5006 |32453 |Application |{#JMXBROKERNAME} | +ROW |5007 |32454 |Application |{#JMXBROKERNAME} | +ROW |5008 |32455 |Application |{#JMXBROKERNAME} | +ROW |5009 |32456 |Application |{#JMXBROKERNAME} | +ROW |5010 |32457 |Application |{#JMXBROKERNAME} | +ROW |5011 |32458 |Application |{#JMXBROKERNAME} | +ROW |5012 |32459 |Application |{#JMXBROKERNAME} | +ROW |5013 |32460 |Application |{#JMXBROKERNAME} | +ROW |5014 |32461 |Application |{#JMXBROKERNAME} | +ROW |5015 |32462 |Application |{#JMXBROKERNAME} | +ROW |5016 |32486 |Application |{#METRIC} | +ROW |5017 |32487 |Application |{#METRIC} | +ROW |5018 |32488 |Application |{#METRIC} | +ROW |5019 |32489 |Application |{#METRIC} | +ROW |5020 |32490 |Application |{#METRIC} | +ROW |5021 |32491 |Application |{#METRIC} | +ROW |5022 |32492 |Application |{#METRIC} | +ROW |5023 |32493 |Application |{#METRIC} | +ROW |5024 |32494 |Application |{#METRIC} | +ROW |5025 |32495 |Application |{#METRIC} | +ROW |5026 |32496 |Application |{#METRIC} | +ROW |5027 |32497 |Application |{#METRIC} | +ROW |5028 |32498 |Application |{#METRIC} | +ROW |5029 |32499 |Application |{#METRIC} | +ROW |5030 |32500 |Application |{#METRIC} | +ROW |5031 |32501 |Application |{#METRIC} | +ROW |5032 |32502 |Application |{#METRIC} | +ROW |5033 |32503 |Application |{#METRIC} | +ROW |5034 |32504 |Application |{#METRIC} | +ROW |5035 |32505 |Application |{#METRIC} | +ROW |5036 |32506 |Application |{#METRIC} | +ROW |5037 |32507 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5038 |32508 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5039 |32509 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5040 |32510 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5041 |32511 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5042 |32512 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5043 |32513 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5044 |32514 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5045 |32515 |Application |Ceph CRUSH [{#CRUSHRULE}] Pool | +ROW |5046 |32170 |Application |Ceph {#HOST} OSD [{#CLASS}] | +ROW |5047 |32171 |Application |Ceph {#HOST} OSD [{#CLASS}] | +ROW |5048 |32172 |Application |Ceph {#HOST} OSD [{#CLASS}] | +ROW |5049 |32173 |Application |Ceph {#HOST} OSD [{#CLASS}] | +ROW |5050 |32174 |Application |Ceph {#HOST} OSD [{#CLASS}] | +ROW |5051 |32175 |Application |Ceph {#HOST} OSD [{#CLASS}] | +ROW |5052 |32528 |Application |Database {#INSTANCE} | +ROW |5053 |32529 |Application |Database {#INSTANCE} | +ROW |5054 |32530 |Application |Database {#INSTANCE} | +ROW |5055 |32531 |Application |Database {#INSTANCE} | +ROW |5056 |32532 |Application |Database {#INSTANCE} | +ROW |5057 |32533 |Application |Database {#INSTANCE} | +ROW |5058 |32534 |Application |Database {#INSTANCE} | +ROW |5059 |32535 |Application |Database {#INSTANCE} | +ROW |5060 |32536 |Application |Database {#INSTANCE} | +ROW |5061 |32537 |Application |Database {#INSTANCE} | +ROW |5062 |32538 |Application |Database {#INSTANCE} | +ROW |5063 |32539 |Application |Database {#INSTANCE} | +ROW |5064 |32540 |Application |Database {#INSTANCE} | +ROW |5065 |32541 |Application |Database {#INSTANCE} | +ROW |5066 |32542 |Application |Database {#INSTANCE} | +ROW |5067 |32558 |Application |Database {#INSTANCE} | +ROW |5068 |32559 |Application |Database {#INSTANCE} | +ROW |5069 |32560 |Application |Database {#INSTANCE} | +ROW |5070 |32561 |Application |Database {#INSTANCE} | +ROW |5071 |32562 |Application |Database {#INSTANCE} | +ROW |5072 |32563 |Application |Database {#INSTANCE} | +ROW |5073 |32564 |Application |Database {#INSTANCE} | +ROW |5074 |32565 |Application |Database {#INSTANCE} | +ROW |5075 |32566 |Application |Database {#INSTANCE} | +ROW |5076 |32567 |Application |Database {#INSTANCE} | +ROW |5077 |32568 |Application |Database {#INSTANCE} | +ROW |5078 |32569 |Application |Database {#INSTANCE} | +ROW |5079 |32570 |Application |Database {#INSTANCE} | +ROW |5080 |32571 |Application |Database {#INSTANCE} | +ROW |5081 |32572 |Application |Database {#INSTANCE} | +ROW |5082 |32672 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5083 |32673 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5084 |32674 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5085 |32675 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5086 |32676 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5087 |32677 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5088 |32678 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5089 |32679 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5090 |32680 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5091 |32681 |Application |Hadoop DataNode {#HOSTNAME} | +ROW |5092 |32682 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5093 |32683 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5094 |32684 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5095 |32685 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5096 |32686 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5097 |32687 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5098 |32688 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5099 |32689 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5100 |32690 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5101 |32691 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5102 |32692 |Application |Hadoop NodeManager {#HOSTNAME} | +ROW |5103 |32758 |Application |Kafka topic [{#JMXTOPIC}] | +ROW |5104 |32759 |Application |Kafka topic [{#JMXTOPIC}] | +ROW |5105 |32760 |Application |Kafka topic [{#JMXTOPIC}] | +ROW |5106 |32761 |Application |Kafka topic [{#JMXTOPIC}] | +ROW |5107 |32766 |Application |Tomcat: ProtocolHandler {#JMXVALUE} | +ROW |5108 |32767 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5109 |32768 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5110 |32769 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5111 |32770 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5112 |32771 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5113 |32772 |Application |Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | +ROW |5114 |32773 |Application |Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | +ROW |5115 |32774 |Application |Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | +ROW |5116 |32775 |Application |Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | +ROW |5117 |32776 |Application |Tomcat: Context {#JMXHOST}{#JMXCONTEXT} | +ROW |5118 |32777 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5119 |32778 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5120 |32779 |Application |Tomcat: {#JMXTYPE} {#JMXNAME} | +ROW |5121 |32871 |Application |Vault: Token {#TOKEN_NAME} | +ROW |5122 |32872 |Application |Vault: Token {#TOKEN_NAME} | +ROW |5123 |32873 |Application |Vault: Token {#TOKEN_NAME} | +ROW |5124 |32874 |Application |Vault: Mountpoint {#MOUNTPOINT} | +ROW |5125 |32875 |Application |Vault: Mountpoint {#MOUNTPOINT} | +ROW |5126 |32876 |Application |Vault: Replication | +ROW |5127 |32877 |Application |Vault: Replication | +ROW |5128 |32878 |Application |Vault: Replication | +ROW |5129 |32879 |Application |Vault: Replication | +ROW |5130 |32880 |Application |Vault: Replication | +ROW |5131 |32881 |Application |Vault: Replication | +ROW |5132 |32882 |Application |Vault: Replication | +ROW |5133 |32883 |Application |Vault: Storage {#STORAGE} | +ROW |5134 |32884 |Application |Vault: WAL | +ROW |5135 |32885 |Application |Vault: WAL | +ROW |5136 |32886 |Application |Vault: WAL | +ROW |5137 |32887 |Application |Vault: WAL | +ROW |5138 |32888 |Application |Vault: WAL | +ROW |5139 |32889 |Application |Vault: WAL | +ROW |5140 |33000 |Application |Zookeeper {#TYPE} {#CLIENT} | +ROW |5141 |33001 |Application |Zookeeper {#TYPE} {#CLIENT} | +ROW |5142 |33002 |Application |Zookeeper {#TYPE} {#CLIENT} | +ROW |5143 |33003 |Application |Zookeeper {#TYPE} {#CLIENT} | +ROW |5144 |33004 |Application |Zookeeper {#TYPE} {#CLIENT} | +ROW |5145 |33005 |Application |Zookeeper {#TYPE} {#CLIENT} | +ROW |5146 |33096 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5147 |33097 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5148 |33098 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5149 |33099 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5150 |33100 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5151 |33101 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5152 |33102 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5153 |33103 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5154 |33104 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5155 |33105 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5156 |33106 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5157 |33107 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5158 |33108 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5159 |33109 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5160 |33110 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5161 |33111 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5162 |33112 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5163 |33113 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5164 |33114 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5165 |33115 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5166 |33116 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5167 |33117 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5168 |33118 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5169 |33119 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5170 |33120 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5171 |33121 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5172 |33122 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5173 |33123 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5174 |33124 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5175 |33125 |Application |Cassandra table {#JMXKEYSPACE}.{#JMXSCOPE} | +ROW |5176 |33178 |Application |PostgreSQL: Application {#APPLICATION} | +ROW |5177 |33179 |Application |PostgreSQL: Application {#APPLICATION} | +ROW |5178 |33180 |Application |PostgreSQL: Application {#APPLICATION} | +ROW |5179 |33357 |Application |Node {#NODE.NAME} Health | +ROW |5180 |33358 |Application |Node {#NODE.NAME} Health | +ROW |5181 |33359 |Application |Node {#NODE.NAME} Health | +ROW |5182 |33360 |Application |Node {#NODE.NAME} Health | +ROW |5183 |33361 |Application |Node {#NODE.NAME} Health | +ROW |5184 |33362 |Application |Node {#NODE.NAME} Health | +ROW |5185 |33365 |Application |Node {#NODE.NAME} Health | +ROW |5186 |33367 |Application |Node {#NODE.NAME} Health | +ROW |5187 |33363 |Application |Node {#NODE.NAME} Inventory | +ROW |5188 |33364 |Application |Node {#NODE.NAME} Inventory | +ROW |5189 |33366 |Application |Node {#NODE.NAME} Inventory | +ROW |5190 |33368 |Application |Node {#NODE.NAME} CPU | +ROW |5191 |33369 |Application |{#VSERVER}{#FSNAME} | +ROW |5192 |33370 |Application |{#VSERVER}{#FSNAME} | +ROW |5193 |33371 |Application |{#VSERVER}{#FSNAME} | +ROW |5194 |33372 |Application |{#VSERVER}{#FSNAME} | +ROW |5195 |33373 |Application |{#VSERVER}{#FSNAME} | +ROW |5196 |33374 |Application |{#VSERVER}{#FSNAME} | +ROW |5197 |33375 |Application |Node {#NODE.NAME} HA | +ROW |5198 |33376 |Application |Node {#NODE.NAME} HA | +ROW |5199 |33377 |Application |{#IFDESCR} | +ROW |5200 |33378 |Application |{#IFDESCR} | +ROW |5201 |33379 |Application |{#IFDESCR} | +ROW |5202 |33380 |Application |{#IFDESCR} | +ROW |5203 |33381 |Application |{#IFDESCR} | +ROW |5204 |33382 |Application |{#IFDESCR} | +ROW |5205 |33383 |Application |{#IFDESCR} | +ROW |5206 |33384 |Application |{#IFDESCR} | +ROW |5207 |33385 |Application |{#IFDESCR} | +ROW |5208 |33386 |Application |{#IFDESCR} | +ROW |5209 |33387 |Application |{#IFDESCR} | +ROW |5210 |33388 |Application |{#IFDESCR} | +ROW |5211 |33467 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5212 |33468 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5213 |33469 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5214 |33470 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5215 |33471 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5216 |33472 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5217 |33473 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5218 |33474 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5219 |33475 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5220 |33476 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5221 |33477 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5222 |33478 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5223 |33479 |Application |Jenkins: Computer [{#DISPLAY_NAME}] | +ROW |5224 |33480 |Application |Jenkins job [{#NAME}] | +ROW |5225 |33481 |Application |Jenkins job [{#NAME}] | +ROW |5226 |33482 |Application |Jenkins job [{#NAME}] | +ROW |5227 |33483 |Application |Jenkins job [{#NAME}] | +ROW |5228 |33484 |Application |Jenkins job [{#NAME}] | +ROW |5229 |33485 |Application |Jenkins job [{#NAME}] | +ROW |5230 |33486 |Application |Jenkins job [{#NAME}] | +ROW |5231 |33487 |Application |Jenkins job [{#NAME}] | +ROW |5232 |33488 |Application |Jenkins job [{#NAME}] | +ROW |5233 |33489 |Application |Jenkins job [{#NAME}] | +ROW |5234 |33490 |Application |Jenkins job [{#NAME}] | +ROW |5235 |33524 |Application |Hikvision camera: PTZ channel "{#PTZ_CHANNEL_ID}" | +ROW |5236 |33525 |Application |Hikvision camera: PTZ channel "{#PTZ_CHANNEL_ID}" | +ROW |5237 |33526 |Application |Hikvision camera: PTZ channel "{#PTZ_CHANNEL_ID}" | +ROW |5238 |33527 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5239 |33528 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5240 |33529 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5241 |33530 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5242 |33531 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5243 |33532 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5244 |33533 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5245 |33534 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5246 |33535 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5247 |33536 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5248 |33537 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5249 |33538 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5250 |33539 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5251 |33540 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5252 |33541 |Application |Hikvision camera: Streaming channel "{#CHANNEL_ID}" | +ROW |5253 |33552 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5254 |33553 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5255 |33554 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5256 |33555 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5257 |33556 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5258 |33557 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5259 |33558 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5260 |33559 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5261 |33560 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5262 |33561 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5263 |33562 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |5264 |33563 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5265 |33564 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5266 |33565 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5267 |33566 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5268 |33567 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5269 |33568 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5270 |33569 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5271 |33570 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5272 |33571 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5273 |33572 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5274 |33573 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5275 |33574 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5276 |33575 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5277 |33576 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5278 |33577 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5279 |33578 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5280 |33579 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5281 |33580 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5282 |33581 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5283 |33582 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5284 |33584 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5285 |33585 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5286 |33586 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5287 |33587 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5288 |33588 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5289 |33589 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5290 |33590 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5291 |33591 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5292 |33592 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5293 |33593 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5294 |33594 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5295 |33595 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5296 |33596 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5297 |33597 |Application |Ignite instance [{#JMXIGNITEINSTANCENAME}] | +ROW |5298 |33598 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5299 |33599 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5300 |33600 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5301 |33601 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5302 |33602 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5303 |33603 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5304 |33604 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5305 |33605 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5306 |33606 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |5307 |33607 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |5308 |33608 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |5309 |33609 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |5310 |33610 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |5311 |33611 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5312 |33612 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5313 |33613 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5314 |33614 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5315 |33615 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5316 |33616 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5317 |33617 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5318 |33618 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5319 |33619 |Application |Ignite [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |5320 |33635 |Application |Sharepoint object [{#SHAREPOINT.LLD.FULL_PATH}]" | +ROW |5321 |33636 |Application |Sharepoint object [{#SHAREPOINT.LLD.FULL_PATH}]" | +ROW |5322 |33637 |Application |Sharepoint object [{#SHAREPOINT.LLD.FULL_PATH}]" | +ROW |5323 |33659 |Application |{#DISKTYPE} {#NAME} | +ROW |5324 |33660 |Application |{#DISKTYPE} {#NAME} | +ROW |5325 |33661 |Application |{#DISKTYPE} {#NAME} | +ROW |5326 |33662 |Application |{#DISKTYPE} {#NAME} | +ROW |5327 |33663 |Application |{#DISKTYPE} {#NAME} | +ROW |5328 |33664 |Application |{#DISKTYPE} {#NAME} | +ROW |5329 |33665 |Application |{#DISKTYPE} {#NAME} | +ROW |5330 |33666 |Application |{#DISKTYPE} {#NAME} | +ROW |5331 |33667 |Application |{#DISKTYPE} {#NAME} | +ROW |5332 |33671 |Application |{#DISKTYPE} {#NAME} | +ROW |5333 |33672 |Application |{#DISKTYPE} {#NAME} | +ROW |5334 |33673 |Application |{#DISKTYPE} {#NAME} | +ROW |5335 |33674 |Application |{#DISKTYPE} {#NAME} | +ROW |5336 |33675 |Application |{#DISKTYPE} {#NAME} | +ROW |5337 |33676 |Application |{#DISKTYPE} {#NAME} | +ROW |5338 |33677 |Application |{#DISKTYPE} {#NAME} | +ROW |5339 |33678 |Application |{#DISKTYPE} {#NAME} | +ROW |5340 |33679 |Application |{#DISKTYPE} {#NAME} | +ROW |5341 |33703 |Application |BBU {#ID} | +ROW |5342 |33704 |Application |BBU {#ID} | +ROW |5343 |33705 |Application |Controller {#ID} | +ROW |5344 |33706 |Application |Controller {#ID} | +ROW |5345 |33707 |Application |Controller {#ID} | +ROW |5346 |33708 |Application |Controller {#ID} | +ROW |5347 |33709 |Application |Controller {#ID} | +ROW |5348 |33710 |Application |Disk {#MODEL} | +ROW |5349 |33712 |Application |Disk {#MODEL} | +ROW |5350 |33713 |Application |Disk {#MODEL} | +ROW |5351 |33711 |Application |Disk {#NAME} | +ROW |5352 |33714 |Application |Enclosure {#NAME} | +ROW |5353 |33715 |Application |Enclosure {#NAME} | +ROW |5354 |33716 |Application |Enclosure {#NAME} | +ROW |5355 |33717 |Application |FAN {#ID} | +ROW |5356 |33718 |Application |FAN {#ID} | +ROW |5357 |33719 |Application |LUN {#NAME} | +ROW |5358 |33720 |Application |LUN {#NAME} | +ROW |5359 |33721 |Application |LUN {#NAME} | +ROW |5360 |33722 |Application |LUN {#NAME} | +ROW |5361 |33723 |Application |LUN {#NAME} | +ROW |5362 |33724 |Application |LUN {#NAME} | +ROW |5363 |33725 |Application |LUN {#NAME} | +ROW |5364 |33726 |Application |LUN {#NAME} | +ROW |5365 |33727 |Application |LUN {#NAME} | +ROW |5366 |33728 |Application |LUN {#NAME} | +ROW |5367 |33729 |Application |LUN {#NAME} | +ROW |5368 |33730 |Application |Node {#NODE} | +ROW |5369 |33731 |Application |Node {#NODE} | +ROW |5370 |33732 |Application |Node {#NODE} | +ROW |5371 |33733 |Application |Node {#NODE} | +ROW |5372 |33734 |Application |Node {#NODE} | +ROW |5373 |33735 |Application |Node {#NODE} | +ROW |5374 |33736 |Application |Node {#NODE} | +ROW |5375 |33737 |Application |Node {#NODE} | +ROW |5376 |33738 |Application |Pool {#MODEL} | +ROW |5377 |33739 |Application |Pool {#MODEL} | +ROW |5378 |33741 |Application |Pool {#MODEL} | +ROW |5379 |33742 |Application |Pool {#MODEL} | +ROW |5380 |33743 |Application |Pool {#MODEL} | +ROW |5381 |33740 |Application |Pool {#NAME} | +ROW |5382 |33814 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5383 |33815 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5384 |33816 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5385 |33817 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5386 |33818 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5387 |33819 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5388 |33820 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5389 |33821 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5390 |33822 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5391 |33823 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5392 |33824 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5393 |33825 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5394 |33826 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5395 |33827 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5396 |33828 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5397 |33829 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5398 |33830 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5399 |33831 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5400 |33832 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5401 |33833 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5402 |33834 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5403 |33835 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5404 |33836 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5405 |33837 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5406 |33838 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5407 |33839 |Application |MongoDB: {#DBNAME}.{#COLLECTION} | +ROW |5408 |33840 |Application |MongoDB: {#DBNAME} | +ROW |5409 |33841 |Application |MongoDB: {#DBNAME} | +ROW |5410 |33842 |Application |MongoDB: {#DBNAME} | +ROW |5411 |33843 |Application |MongoDB: {#DBNAME} | +ROW |5412 |33844 |Application |MongoDB: {#DBNAME} | +ROW |5413 |33845 |Application |MongoDB: {#DBNAME} | +ROW |5414 |33846 |Application |MongoDB: {#DBNAME} | +ROW |5415 |33847 |Application |MongoDB: {#DBNAME} | +ROW |5416 |33848 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5417 |33849 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5418 |33850 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5419 |33851 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5420 |33852 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5421 |33853 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5422 |33854 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5423 |33855 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5424 |33856 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5425 |33857 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5426 |33858 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5427 |33859 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5428 |33860 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5429 |33861 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5430 |33862 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5431 |33863 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5432 |33864 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5433 |33865 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5434 |33866 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5435 |33867 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5436 |33868 |Application |MongoDB Replica Set: {#RS_NAME} | +ROW |5437 |33926 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5438 |33927 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5439 |33928 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5440 |33929 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5441 |33930 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5442 |33931 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5443 |33932 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5444 |33933 |Application |MongoDB sharded cluster: {#DBNAME}.{#COLLECTION} | +ROW |5445 |33934 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5446 |33935 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5447 |33936 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5448 |33937 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5449 |33938 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5450 |33939 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5451 |33940 |Application |MongoDB sharded cluster: {#DBNAME} | +ROW |5454 |33972 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5455 |33973 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5456 |33974 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5457 |33975 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5458 |33976 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5459 |33977 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5460 |33978 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5461 |33979 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5462 |33980 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5463 |33981 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5464 |34013 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5465 |34014 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5466 |34015 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5467 |34016 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5468 |34017 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5469 |34018 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5470 |34019 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5471 |34020 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5472 |34021 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5473 |34022 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5474 |34054 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5475 |34055 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5476 |34056 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5477 |34057 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5478 |34058 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5479 |34059 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5480 |34060 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5481 |34061 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5482 |34062 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5483 |34063 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5484 |34095 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5485 |34096 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5486 |34097 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5487 |34098 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5488 |34099 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5489 |34100 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5490 |34101 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5491 |34102 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5492 |34103 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5493 |34104 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5494 |34136 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5495 |34137 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5496 |34138 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5497 |34139 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5498 |34140 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5499 |34141 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5500 |34142 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5501 |34143 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5502 |34144 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5503 |34145 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5504 |34164 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5505 |34165 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5506 |34166 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5507 |34167 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5508 |34168 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5509 |34169 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5510 |34170 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5511 |34171 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5512 |34172 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |5513 |34173 |Application |Filesystem {#FSNAME} | +ROW |5514 |34174 |Application |Filesystem {#FSNAME} | +ROW |5515 |34175 |Application |Filesystem {#FSNAME} | +ROW |5516 |34269 |Application |Volume "{#VOLUMENAME}" | +ROW |5517 |34270 |Application |Volume "{#VOLUMENAME}" | +ROW |5518 |34271 |Application |Volume "{#VOLUMENAME}" | +ROW |5519 |34272 |Application |Volume "{#VOLUMENAME}" | +ROW |5520 |34291 |Application |Volume "{#VOLUMENAME}" | +ROW |5521 |34292 |Application |Volume "{#VOLUMENAME}" | +ROW |5522 |34293 |Application |Volume "{#VOLUMENAME}" | +ROW |5523 |34294 |Application |Volume "{#VOLUMENAME}" | +ROW |5524 |34295 |Application |Volume "{#VOLUMENAME}" | +ROW |5525 |34300 |Application |Volume "{#VOLUMENAME}" | +ROW |5526 |34301 |Application |Volume "{#VOLUMENAME}" | +ROW |5527 |34306 |Application |Volume "{#VOLUMENAME}" | +ROW |5528 |34307 |Application |Volume "{#VOLUMENAME}" | +ROW |5529 |34308 |Application |Volume "{#VOLUMENAME}" | +ROW |5530 |34309 |Application |Volume "{#VOLUMENAME}" | +ROW |5531 |34310 |Application |Volume "{#VOLUMENAME}" | +ROW |5532 |34311 |Application |Volume "{#VOLUMENAME}" | +ROW |5533 |34312 |Application |Volume "{#VOLUMENAME}" | +ROW |5534 |34313 |Application |Volume "{#VOLUMENAME}" | +ROW |5535 |34273 |Application |Chassis "{#ID}" | +ROW |5536 |34274 |Application |Node "{#NODENAME}" disks | +ROW |5537 |34275 |Application |Chassis "{#CHASSISID}" | +ROW |5538 |34276 |Application |SVM "{#SVMNAME}" | +ROW |5539 |34277 |Application |SVM "{#SVMNAME}" | +ROW |5540 |34278 |Application |SVM "{#SVMNAME}" | +ROW |5541 |34279 |Application |SVM "{#SVMNAME}" | +ROW |5542 |34280 |Application |Node "{#NODENAME}" | +ROW |5543 |34281 |Application |Node "{#NODENAME}" | +ROW |5544 |34282 |Application |Node "{#NODENAME}" | +ROW |5545 |34283 |Application |Node "{#NODENAME}" | +ROW |5546 |34284 |Application |Node "{#NODENAME}" | +ROW |5547 |34285 |Application |Node "{#NODENAME}" | +ROW |5548 |34286 |Application |Node "{#NODENAME}" Ethernet ports | +ROW |5549 |34287 |Application |Node "{#NODENAME}" FC ports | +ROW |5550 |34288 |Application |Node "{#NODENAME}" FC ports | +ROW |5551 |34289 |Application |SVM "{#SVMNAME}" | +ROW |5552 |34290 |Application |SVM "{#SVMNAME}" | +ROW |5553 |34314 |Application |Zabbix server | +ROW |5554 |34315 |Application |Zabbix server | +ROW |5555 |34316 |Application |Zabbix server | +ROW |5556 |34317 |Application |Zabbix server | +ROW |5557 |34318 |Application |Zabbix server | +ROW |5558 |34319 |Application |Zabbix server | +ROW |5559 |34320 |Application |ClickHouse ZooKeeper | +ROW |5560 |34321 |Application |MongoDB sharded cluster | +ROW |5561 |34322 |Application |Zabbix raw items | +ROW |5562 |34323 |Application |Zabbix raw items | +ROW |5563 |34325 |Application |MSSQL Database '{#DBNAME}' | +ROW |5564 |34326 |Application |MSSQL Database '{#DBNAME}' | +ROW |5565 |34327 |Application |MSSQL Database '{#DBNAME}' | +ROW |5566 |34328 |Application |MSSQL Database '{#DBNAME}' | +ROW |5567 |34329 |Application |MSSQL Database '{#DBNAME}' | +ROW |5568 |34330 |Application |MSSQL Database '{#DBNAME}' | +ROW |5569 |34331 |Application |MSSQL Job '{#JOBNAME}' | +ROW |5570 |34332 |Application |MSSQL Job '{#JOBNAME}' | +ROW |5571 |34333 |Application |MSSQL Job '{#JOBNAME}' | +ROW |5572 |34334 |Application |MSSQL Job '{#JOBNAME}' | +ROW |5573 |34335 |Application |MSSQL Job '{#JOBNAME}' | +ROW |5574 |31133 |Application |MSSQL Availability Group '{#GROUP_NAME}' | +ROW |5575 |31134 |Application |MSSQL Availability Group '{#GROUP_NAME}' | +ROW |5576 |31135 |Application |MSSQL Availability Group '{#GROUP_NAME}' | +ROW |5577 |31136 |Application |MSSQL Availability Group '{#GROUP_NAME}' | +ROW |5578 |31137 |Application |MSSQL Database '{#DBNAME}' | +ROW |5579 |31138 |Application |MSSQL Database '{#DBNAME}' | +ROW |5580 |31139 |Application |MSSQL Database '{#DBNAME}' | +ROW |5581 |31140 |Application |MSSQL Database '{#DBNAME}' | +ROW |5582 |31141 |Application |MSSQL Database '{#DBNAME}' | +ROW |5583 |31142 |Application |MSSQL Database '{#DBNAME}' | +ROW |5584 |31143 |Application |MSSQL Database '{#DBNAME}' | +ROW |5585 |31144 |Application |MSSQL Database '{#DBNAME}' | +ROW |5586 |31145 |Application |MSSQL Database '{#DBNAME}' | +ROW |5587 |31146 |Application |MSSQL Database '{#DBNAME}' | +ROW |5588 |31147 |Application |MSSQL Database '{#DBNAME}' | +ROW |5589 |31148 |Application |MSSQL Database '{#DBNAME}' | +ROW |5590 |31149 |Application |MSSQL Database '{#DBNAME}' | +ROW |5591 |31150 |Application |MSSQL Database '{#DBNAME}' | +ROW |5592 |31151 |Application |MSSQL Available Group '{#GROUP_NAME}' Local DB '{#DBNAME}' | +ROW |5593 |31152 |Application |MSSQL Available Group '{#GROUP_NAME}' Local DB '{#DBNAME}' | +ROW |5594 |31153 |Application |MSSQL Available Group '{#GROUP_NAME}' Local DB '{#DBNAME}' | +ROW |5595 |31154 |Application |MSSQL Mirroring '{#DBNAME}' | +ROW |5596 |31155 |Application |MSSQL Mirroring '{#DBNAME}' | +ROW |5597 |31156 |Application |MSSQL Mirroring '{#DBNAME}' | +ROW |5598 |31157 |Application |MSSQL Mirroring '{#DBNAME}' | +ROW |5599 |31158 |Application |MSSQL Mirroring '{#DBNAME}' | +ROW |5600 |31161 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5601 |31162 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5602 |31163 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5603 |31164 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5604 |31165 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5605 |31166 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5606 |31167 |Application |MSSQL Available Group '{#GROUP_NAME}' Replica '{#REPLICA_NAME}'| +ROW |5607 |33942 |Application |MSSQL Available Group '{#GROUP_NAME}' Non-Local DB '{#DBNAME}' | +ROW |5608 |33943 |Application |MSSQL Available Group '{#GROUP_NAME}' Non-Local DB '{#DBNAME}' | +ROW |5609 |34336 |Application |Zabbix raw items | +ROW |5610 |34337 |Application |Zabbix raw items | +ROW |5611 |34338 |Application |PD instance | +ROW |5612 |34339 |Application |PD instance | +ROW |5613 |34340 |Application |PD instance | +ROW |5614 |34341 |Application |PD instance | +ROW |5615 |34348 |Application |TiDB cluster | +ROW |5616 |34349 |Application |TiDB cluster | +ROW |5617 |34350 |Application |TiDB cluster | +ROW |5618 |34351 |Application |TiDB cluster | +ROW |5619 |34352 |Application |TiDB cluster | +ROW |5620 |34353 |Application |TiDB cluster | +ROW |5621 |34354 |Application |TiDB cluster | +ROW |5622 |34355 |Application |TiDB cluster | +ROW |5623 |34356 |Application |TiDB cluster | +ROW |5624 |34357 |Application |TiDB cluster | +ROW |5625 |34358 |Application |TiDB cluster | +ROW |5626 |34359 |Application |PD instance | +ROW |5627 |34360 |Application |TiDB Store [{#STORE_ADDRESS}] | +ROW |5628 |34361 |Application |TiDB Store [{#STORE_ADDRESS}] | +ROW |5629 |34362 |Application |TiDB Store [{#STORE_ADDRESS}] | +ROW |5630 |34363 |Application |TiDB Store [{#STORE_ADDRESS}] | +ROW |5631 |34364 |Application |TiDB cluster | +ROW |5632 |34365 |Application |TiDB cluster | +ROW |5633 |34366 |Application |TiDB cluster | +ROW |5634 |34367 |Application |Zabbix raw items | +ROW |5635 |34368 |Application |Zabbix raw items | +ROW |5636 |34369 |Application |TiDB node | +ROW |5637 |34370 |Application |TiDB node | +ROW |5638 |34371 |Application |TiDB node | +ROW |5639 |34372 |Application |TiDB node | +ROW |5640 |34373 |Application |TiDB node | +ROW |5641 |34374 |Application |TiDB node | +ROW |5642 |34375 |Application |TiDB node | +ROW |5643 |34376 |Application |TiDB node | +ROW |5644 |34377 |Application |TiDB node | +ROW |5645 |34378 |Application |TiDB node | +ROW |5646 |34379 |Application |TiDB node | +ROW |5647 |34380 |Application |TiDB node | +ROW |5648 |34381 |Application |TiDB node | +ROW |5649 |34382 |Application |TiDB node | +ROW |5650 |34383 |Application |TiDB node | +ROW |5651 |34384 |Application |TiDB node | +ROW |5652 |34385 |Application |TiDB node | +ROW |5653 |34386 |Application |TiDB node | +ROW |5654 |34387 |Application |TiDB node | +ROW |5655 |34388 |Application |TiDB node | +ROW |5656 |34389 |Application |TiDB node | +ROW |5657 |34390 |Application |TiDB node | +ROW |5658 |34391 |Application |TiDB node | +ROW |5659 |34392 |Application |TiDB node | +ROW |5660 |34393 |Application |TiDB node | +ROW |5661 |34394 |Application |TiDB node | +ROW |5662 |34395 |Application |TiDB node | +ROW |5663 |34396 |Application |TiDB node | +ROW |5664 |34397 |Application |TiDB node | +ROW |5665 |34398 |Application |TiDB node | +ROW |5666 |34405 |Application |TiDB node | +ROW |5667 |34406 |Application |TiDB node | +ROW |5668 |34407 |Application |TiDB node | +ROW |5669 |34408 |Application |TiDB node | +ROW |5670 |34409 |Application |TiDB node | +ROW |5671 |34410 |Application |TiDB node | +ROW |5672 |34411 |Application |TiDB node | +ROW |5673 |34412 |Application |Zabbix raw items | +ROW |5674 |34413 |Application |TiKV node | +ROW |5675 |34414 |Application |TiKV node | +ROW |5676 |34415 |Application |TiKV node | +ROW |5677 |34416 |Application |TiKV node | +ROW |5678 |34417 |Application |TiKV node | +ROW |5679 |34418 |Application |TiKV node | +ROW |5680 |34419 |Application |TiKV node | +ROW |5681 |34420 |Application |TiKV node | +ROW |5682 |34421 |Application |TiKV node | +ROW |5683 |34422 |Application |TiKV node | +ROW |5684 |34423 |Application |TiKV node | +ROW |5685 |34424 |Application |TiKV node | +ROW |5686 |34425 |Application |TiKV node | +ROW |5687 |34426 |Application |TiKV node | +ROW |5688 |34427 |Application |TiKV node | +ROW |5689 |34428 |Application |TiKV node | +ROW |5690 |34429 |Application |TiKV node | +ROW |5691 |34430 |Application |TiKV node | +ROW |5692 |34431 |Application |TiKV node | +ROW |5693 |34432 |Application |TiKV node | +ROW |5694 |34433 |Application |TiKV node | +ROW |5695 |34434 |Application |TiKV node | +ROW |5696 |34435 |Application |TiKV node | +ROW |5697 |34436 |Application |TiKV node | +ROW |5698 |34437 |Application |TiKV node | +ROW |5699 |34438 |Application |TiKV node | +ROW |5700 |34439 |Application |TiKV node | +ROW |5701 |34444 |Application |TiKV node | +ROW |5702 |34445 |Application |TiKV node | +ROW |5703 |34446 |Application |TiKV node | +ROW |5704 |34447 |Application |TiKV node | +ROW |5705 |34448 |Application |TiKV node | +ROW |5706 |34449 |Application |TiKV node | +ROW |5707 |34450 |Application |TiKV node | +ROW |5708 |34451 |Status | | +ROW |5709 |34452 |Status | | +ROW |5710 |34453 |Status | | +ROW |5711 |34454 |General | | +ROW |5712 |34455 |General | | +ROW |5713 |34456 |General | | +ROW |5714 |34457 |General | | +ROW |5715 |34458 |General | | +ROW |5716 |34459 |General | | +ROW |5717 |34460 |General | | +ROW |5718 |34461 |General | | +ROW |5719 |34462 |Status | | +ROW |5720 |34463 |Status | | +ROW |5721 |34464 |Status | | +ROW |5722 |34465 |Status | | +ROW |5723 |34466 |Status | | +ROW |5724 |34467 |Status | | +ROW |5725 |34468 |Status | | +ROW |5726 |34469 |Status | | +ROW |5727 |34470 |Status | | +ROW |5728 |34471 |Status | | +ROW |5729 |34472 |Status | | +ROW |5730 |34473 |Status | | +ROW |5731 |34474 |Status | | +ROW |5732 |34475 |Status | | +ROW |5733 |34482 |Status | | +ROW |5734 |34483 |Status | | +ROW |5735 |34484 |Status | | +ROW |5736 |34485 |Status | | +ROW |5737 |34486 |Status | | +ROW |5738 |34487 |General | | +ROW |5739 |34488 |Status | | +ROW |5740 |34489 |Status | | +ROW |5741 |34490 |Status | | +ROW |5742 |34491 |Status | | +ROW |5743 |34492 |Status | | +ROW |5744 |34493 |Status | | +ROW |5745 |34494 |Status | | +ROW |5746 |34495 |Status | | +ROW |5747 |34496 |Status | | +ROW |5748 |34497 |Status | | +ROW |5749 |34498 |Status | | +ROW |5750 |34499 |Status | | +ROW |5751 |34500 |Status | | +ROW |5752 |34501 |Status | | +ROW |5753 |34502 |General | | +ROW |5754 |34503 |General | | +ROW |5755 |34504 |General | | +ROW |5756 |34505 |General | | +ROW |5757 |34506 |General | | +ROW |5758 |34507 |General | | +ROW |5759 |34508 |General | | +ROW |5760 |34509 |General | | +ROW |5761 |34510 |Status | | +ROW |5762 |34511 |Status | | +ROW |5763 |34512 |Status | | +ROW |5764 |34513 |Status | | +ROW |5765 |34514 |Status | | +ROW |5766 |34515 |Status | | +ROW |5767 |34516 |Status | | +ROW |5768 |34517 |Status | | +ROW |5769 |34518 |Status | | +ROW |5770 |34519 |Status | | +ROW |5771 |34520 |Status | | +ROW |5772 |34521 |Status | | +ROW |5773 |34522 |Status | | +ROW |5774 |34523 |Status | | +ROW |5775 |34530 |Status | | +ROW |5776 |34531 |Status | | +ROW |5777 |34532 |Status | | +ROW |5778 |34533 |Status | | +ROW |5779 |34534 |Status | | +ROW |5780 |34535 |General | | +ROW |5781 |34536 |Status | | +ROW |5782 |34537 |Status | | +ROW |5783 |34538 |Status | | +ROW |5784 |34539 |Status | | +ROW |5785 |34540 |Status | | +ROW |5786 |34541 |Status | | +ROW |5787 |34542 |Status | | +ROW |5788 |34543 |Status | | +ROW |5789 |34544 |Status | | +ROW |5790 |34545 |Status | | +ROW |5791 |34546 |Status | | +ROW |5792 |34547 |Status | | +ROW |5793 |34548 |Status | | +ROW |5794 |34549 |Status | | +ROW |5795 |34550 |General | | +ROW |5796 |34551 |General | | +ROW |5797 |34552 |General | | +ROW |5798 |34553 |General | | +ROW |5799 |34554 |General | | +ROW |5800 |34555 |General | | +ROW |5801 |34556 |General | | +ROW |5802 |34557 |General | | +ROW |5803 |34558 |Status | | +ROW |5804 |34559 |Status | | +ROW |5805 |34560 |Status | | +ROW |5806 |34561 |Status | | +ROW |5807 |34562 |Status | | +ROW |5808 |34563 |Status | | +ROW |5809 |34564 |Status | | +ROW |5810 |34565 |Status | | +ROW |5811 |34566 |Status | | +ROW |5812 |34567 |Status | | +ROW |5813 |34568 |Status | | +ROW |5814 |34569 |Status | | +ROW |5815 |34570 |Status | | +ROW |5816 |34571 |Status | | +ROW |5817 |34578 |Status | | +ROW |5818 |34579 |Status | | +ROW |5819 |34580 |Status | | +ROW |5820 |34581 |Status | | +ROW |5821 |34582 |Status | | +ROW |5822 |34583 |General | | +ROW |5823 |34584 |Status | | +ROW |5824 |34585 |Status | | +ROW |5825 |34586 |Status | | +ROW |5826 |34587 |Status | | +ROW |5827 |34588 |Status | | +ROW |5828 |34589 |Status | | +ROW |5829 |34590 |Status | | +ROW |5830 |34591 |Status | | +ROW |5831 |34592 |Status | | +ROW |5832 |34593 |Status | | +ROW |5833 |34594 |Status | | +ROW |5834 |34595 |Status | | +ROW |5835 |34596 |Status | | +ROW |5836 |34597 |Status | | +ROW |5837 |34598 |General | | +ROW |5838 |34599 |General | | +ROW |5839 |34600 |General | | +ROW |5840 |34601 |General | | +ROW |5841 |34602 |General | | +ROW |5842 |34603 |General | | +ROW |5843 |34604 |General | | +ROW |5844 |34605 |General | | +ROW |5845 |34606 |Status | | +ROW |5846 |34607 |Status | | +ROW |5847 |34608 |Status | | +ROW |5848 |34609 |Status | | +ROW |5849 |34610 |Status | | +ROW |5850 |34611 |Status | | +ROW |5851 |34612 |Status | | +ROW |5852 |34613 |Status | | +ROW |5853 |34614 |Status | | +ROW |5854 |34615 |Status | | +ROW |5855 |34616 |Status | | +ROW |5856 |34617 |Status | | +ROW |5857 |34618 |Status | | +ROW |5858 |34619 |Status | | +ROW |5859 |34626 |Status | | +ROW |5860 |34627 |Status | | +ROW |5861 |34628 |Status | | +ROW |5862 |34629 |Status | | +ROW |5863 |34630 |Status | | +ROW |5864 |34631 |General | | +ROW |5865 |34632 |Status | | +ROW |5866 |34633 |Status | | +ROW |5867 |34634 |Status | | +ROW |5868 |34635 |Status | | +ROW |5869 |34636 |Status | | +ROW |5870 |34637 |Status | | +ROW |5871 |34638 |Status | | +ROW |5872 |34639 |Status | | +ROW |5873 |34640 |Status | | +ROW |5874 |34641 |Status | | +ROW |5875 |34642 |Status | | +ROW |5876 |34643 |Status | | +ROW |5877 |34644 |Status | | +ROW |5878 |34645 |Status | | +ROW |5879 |34646 |General | | +ROW |5880 |34647 |General | | +ROW |5881 |34648 |General | | +ROW |5882 |34649 |General | | +ROW |5883 |34650 |General | | +ROW |5884 |34651 |General | | +ROW |5885 |34652 |General | | +ROW |5886 |34653 |General | | +ROW |5887 |34654 |Status | | +ROW |5888 |34655 |Status | | +ROW |5889 |34656 |Status | | +ROW |5890 |34657 |Status | | +ROW |5891 |34658 |Status | | +ROW |5892 |34659 |Status | | +ROW |5893 |34660 |Status | | +ROW |5894 |34661 |Status | | +ROW |5895 |34662 |Status | | +ROW |5896 |34663 |Status | | +ROW |5897 |34664 |Status | | +ROW |5898 |34665 |Status | | +ROW |5899 |34666 |Status | | +ROW |5900 |34667 |Status | | +ROW |5901 |34674 |Status | | +ROW |5902 |34675 |Status | | +ROW |5903 |34676 |Status | | +ROW |5904 |34677 |Status | | +ROW |5905 |34678 |Status | | +ROW |5906 |34679 |General | | +ROW |5907 |34680 |Status | | +ROW |5908 |34681 |Status | | +ROW |5909 |34682 |Status | | +ROW |5910 |34683 |Status | | +ROW |5911 |34684 |Status | | +ROW |5912 |34685 |Status | | +ROW |5913 |34686 |Status | | +ROW |5914 |34687 |Status | | +ROW |5915 |34688 |Status | | +ROW |5916 |34689 |Status | | +ROW |5917 |34690 |Status | | +ROW |5918 |34691 |Status | | +ROW |5919 |34692 |Status | | +ROW |5920 |34693 |Status | | +ROW |5921 |34694 |General | | +ROW |5922 |34695 |General | | +ROW |5923 |34696 |General | | +ROW |5924 |34697 |General | | +ROW |5925 |34698 |General | | +ROW |5926 |34699 |General | | +ROW |5927 |34700 |General | | +ROW |5928 |34701 |General | | +ROW |5929 |34702 |Status | | +ROW |5930 |34703 |Status | | +ROW |5931 |34704 |Status | | +ROW |5932 |34705 |Status | | +ROW |5933 |34706 |Status | | +ROW |5934 |34707 |Status | | +ROW |5935 |34708 |Status | | +ROW |5936 |34709 |Status | | +ROW |5937 |34710 |Status | | +ROW |5938 |34711 |Status | | +ROW |5939 |34712 |Status | | +ROW |5940 |34713 |Status | | +ROW |5941 |34714 |Status | | +ROW |5942 |34715 |Status | | +ROW |5943 |34722 |Status | | +ROW |5944 |34723 |Status | | +ROW |5945 |34724 |Status | | +ROW |5946 |34725 |Status | | +ROW |5947 |34726 |Status | | +ROW |5948 |34727 |General | | +ROW |5949 |34728 |Status | | +ROW |5950 |34729 |Status | | +ROW |5951 |34730 |Status | | +ROW |5952 |34731 |Status | | +ROW |5953 |34732 |Status | | +ROW |5954 |34733 |Status | | +ROW |5955 |34734 |Status | | +ROW |5956 |34735 |Status | | +ROW |5957 |34736 |Status | | +ROW |5958 |34737 |Status | | +ROW |5959 |34738 |Status | | +ROW |5960 |34739 |Status | | +ROW |5961 |34740 |Status | | +ROW |5962 |34741 |Status | | +ROW |5963 |34742 |General | | +ROW |5964 |34743 |General | | +ROW |5965 |34744 |General | | +ROW |5966 |34745 |General | | +ROW |5967 |34746 |General | | +ROW |5968 |34747 |General | | +ROW |5969 |34748 |General | | +ROW |5970 |34749 |General | | +ROW |5971 |34750 |Status | | +ROW |5972 |34751 |Status | | +ROW |5973 |34752 |Status | | +ROW |5974 |34753 |Status | | +ROW |5975 |34754 |Status | | +ROW |5976 |34755 |Status | | +ROW |5977 |34756 |Status | | +ROW |5978 |34757 |Status | | +ROW |5979 |34758 |Status | | +ROW |5980 |34759 |Status | | +ROW |5981 |34760 |Status | | +ROW |5982 |34761 |Status | | +ROW |5983 |34762 |Status | | +ROW |5984 |34763 |Status | | +ROW |5985 |34770 |Status | | +ROW |5986 |34771 |Status | | +ROW |5987 |34772 |Status | | +ROW |5988 |34773 |Status | | +ROW |5989 |34774 |Status | | +ROW |5990 |34775 |General | | +ROW |5991 |34776 |Status | | +ROW |5992 |34777 |Status | | +ROW |5993 |34778 |Status | | +ROW |5994 |34779 |Status | | +ROW |5995 |34780 |Status | | +ROW |5996 |34781 |Status | | +ROW |5997 |34782 |Status | | +ROW |5998 |34783 |Status | | +ROW |5999 |34784 |Status | | +ROW |6000 |34785 |Status | | +ROW |6001 |34786 |Status | | +ROW |6002 |34787 |Status | | +ROW |6003 |34788 |General | | +ROW |6004 |34180 |Status | | +ROW |6005 |34181 |Status | | +ROW |6006 |34182 |General | | +ROW |6007 |34183 |General | | +ROW |6008 |34185 |General | | +ROW |6009 |34186 |General | | +ROW |6010 |34187 |General | | +ROW |6011 |34188 |General | | +ROW |6012 |34189 |General | | +ROW |6013 |34190 |Status | | +ROW |6014 |34191 |Status | | +ROW |6015 |34192 |Status | | +ROW |6016 |34193 |Status | | +ROW |6017 |34194 |Status | | +ROW |6018 |34195 |Status | | +ROW |6019 |34196 |Status | | +ROW |6020 |34200 |Status | | +ROW |6021 |34201 |Status | | +ROW |6022 |34202 |Status | | +ROW |6023 |34203 |Status | | +ROW |6024 |34204 |Status | | +ROW |6025 |34205 |Status | | +ROW |6026 |34206 |Status | | +ROW |6027 |34790 |Status | | +ROW |6028 |34791 |Status | | +ROW |6029 |34792 |Status | | +ROW |6030 |34212 |Status | | +ROW |6031 |34213 |Status | | +ROW |6032 |34214 |Status | | +ROW |6033 |34215 |Status | | +ROW |6034 |34216 |Status | | +ROW |6035 |34217 |General | | +ROW |6036 |34218 |Status | | +ROW |6037 |34219 |Status | | +ROW |6038 |34220 |Status | | +ROW |6039 |34221 |Status | | +ROW |6040 |34222 |Status | | +ROW |6041 |34223 |Status | | +ROW |6042 |34224 |Status | | +ROW |6043 |34225 |Status | | +ROW |6044 |34793 |Status | | +ROW |6045 |34794 |Status | | +ROW |6046 |34795 |Status | | +ROW |6047 |34796 |General | | +ROW |6048 |34797 |General | | +ROW |6049 |34798 |General | | +ROW |6050 |34799 |General | | +ROW |6051 |34800 |General | | +ROW |6052 |34801 |General | | +ROW |6053 |34802 |General | | +ROW |6054 |34803 |General | | +ROW |6055 |34804 |Status | | +ROW |6056 |34805 |Status | | +ROW |6057 |34806 |Status | | +ROW |6058 |34807 |Status | | +ROW |6059 |34808 |Status | | +ROW |6060 |34809 |Status | | +ROW |6061 |34810 |Status | | +ROW |6062 |34811 |Status | | +ROW |6063 |34812 |Status | | +ROW |6064 |34813 |Status | | +ROW |6065 |34814 |Status | | +ROW |6066 |34815 |Status | | +ROW |6067 |34816 |Status | | +ROW |6068 |34817 |Status | | +ROW |6069 |34824 |Status | | +ROW |6070 |34825 |Status | | +ROW |6071 |34826 |Status | | +ROW |6072 |34827 |Status | | +ROW |6073 |34828 |Status | | +ROW |6074 |34829 |General | | +ROW |6075 |34830 |Status | | +ROW |6076 |34831 |Status | | +ROW |6077 |34832 |Status | | +ROW |6078 |34833 |Status | | +ROW |6079 |34834 |Status | | +ROW |6080 |34835 |Status | | +ROW |6081 |34836 |Status | | +ROW |6082 |34837 |Status | | +ROW |6083 |34838 |Status | | +ROW |6084 |34839 |Status | | +ROW |6085 |34840 |Status | | +ROW |6086 |34841 |Status | | +ROW |6087 |34842 |Status | | +ROW |6088 |34843 |Status | | +ROW |6089 |34844 |General | | +ROW |6090 |34845 |General | | +ROW |6091 |34846 |General | | +ROW |6092 |34847 |General | | +ROW |6093 |34848 |General | | +ROW |6094 |34849 |General | | +ROW |6095 |34850 |General | | +ROW |6096 |34851 |General | | +ROW |6097 |34852 |Status | | +ROW |6098 |34853 |Status | | +ROW |6099 |34854 |Status | | +ROW |6100 |34855 |Status | | +ROW |6101 |34856 |Status | | +ROW |6102 |34857 |Status | | +ROW |6103 |34858 |Status | | +ROW |6104 |34859 |Status | | +ROW |6105 |34860 |Status | | +ROW |6106 |34861 |Status | | +ROW |6107 |34862 |Status | | +ROW |6108 |34863 |Status | | +ROW |6109 |34864 |Status | | +ROW |6110 |34865 |Status | | +ROW |6111 |34872 |Status | | +ROW |6112 |34873 |Status | | +ROW |6113 |34874 |Status | | +ROW |6114 |34875 |Status | | +ROW |6115 |34876 |Status | | +ROW |6116 |34877 |General | | +ROW |6117 |34878 |Status | | +ROW |6118 |34879 |Status | | +ROW |6119 |34880 |Status | | +ROW |6120 |34881 |Status | | +ROW |6121 |34882 |Status | | +ROW |6122 |34883 |Status | | +ROW |6123 |34884 |Status | | +ROW |6124 |34885 |Status | | +ROW |6125 |34886 |Status | | +ROW |6126 |34887 |Status | | +ROW |6127 |34888 |Status | | +ROW |6128 |34889 |Status | | +ROW |6129 |34890 |Status | | +ROW |6130 |34891 |Status | | +ROW |6131 |34892 |General | | +ROW |6132 |34893 |General | | +ROW |6133 |34894 |General | | +ROW |6134 |34895 |General | | +ROW |6135 |34896 |General | | +ROW |6136 |34897 |General | | +ROW |6137 |34898 |General | | +ROW |6138 |34899 |General | | +ROW |6139 |34900 |Status | | +ROW |6140 |34901 |Status | | +ROW |6141 |34902 |Status | | +ROW |6142 |34903 |Status | | +ROW |6143 |34904 |Status | | +ROW |6144 |34905 |Status | | +ROW |6145 |34906 |Status | | +ROW |6146 |34907 |Status | | +ROW |6147 |34908 |Status | | +ROW |6148 |34909 |Status | | +ROW |6149 |34910 |Status | | +ROW |6150 |34911 |Status | | +ROW |6151 |34912 |Status | | +ROW |6152 |34913 |Status | | +ROW |6153 |34920 |Status | | +ROW |6154 |34921 |Status | | +ROW |6155 |34922 |Status | | +ROW |6156 |34923 |Status | | +ROW |6157 |34924 |Status | | +ROW |6158 |34925 |General | | +ROW |6159 |34926 |Status | | +ROW |6160 |34927 |Status | | +ROW |6161 |34928 |Status | | +ROW |6162 |34929 |Status | | +ROW |6163 |34930 |Status | | +ROW |6164 |34931 |Status | | +ROW |6165 |34932 |Status | | +ROW |6166 |34933 |Status | | +ROW |6167 |34934 |Status | | +ROW |6168 |34935 |Status | | +ROW |6169 |34936 |Status | | +ROW |6170 |34937 |Application |WildFly | +ROW |6171 |34938 |Application |WildFly | +ROW |6172 |34939 |Application |WildFly | +ROW |6173 |34940 |Application |WildFly | +ROW |6174 |34941 |Application |WildFly | +ROW |6175 |34944 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6176 |34945 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6177 |34946 |Application |WildFly domain: Server [{#SERVER}] | +ROW |6178 |34947 |Application |WildFly domain: Server [{#SERVER}] | +ROW |6179 |34948 |Application |WildFly domain: Server [{#SERVER}] | +ROW |6180 |34949 |Application |WildFly | +ROW |6181 |34950 |Application |WildFly | +ROW |6182 |34951 |Application |WildFly | +ROW |6183 |34952 |Application |WildFly | +ROW |6184 |34953 |Application |WildFly | +ROW |6185 |34954 |Application |WildFly | +ROW |6186 |34955 |Application |WildFly | +ROW |6187 |34956 |Application |WildFly | +ROW |6188 |34957 |Application |WildFly | +ROW |6189 |34958 |Application |WildFly | +ROW |6190 |34959 |Application |WildFly | +ROW |6191 |34960 |Application |WildFly | +ROW |6192 |34961 |Application |WildFly | +ROW |6193 |34962 |Application |WildFly | +ROW |6194 |34963 |Application |WildFly | +ROW |6195 |34964 |Application |WildFly | +ROW |6196 |34965 |Application |WildFly | +ROW |6197 |34970 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6198 |34971 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6199 |34972 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6200 |34973 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6201 |34974 |Application |WildFly deployment [{#DEPLOYMENT}] | +ROW |6202 |34975 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6203 |34976 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6204 |34977 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6205 |34978 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6206 |34979 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6207 |34980 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6208 |34981 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6209 |34982 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6210 |34983 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6211 |34984 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6212 |34985 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6213 |34986 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6214 |34987 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6215 |34988 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6216 |34989 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6217 |34990 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6218 |34991 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6219 |34992 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6220 |34993 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6221 |34994 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6222 |34995 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6223 |34996 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6224 |34997 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6225 |34998 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6226 |34999 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6227 |35000 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6228 |35001 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6229 |35002 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6230 |35003 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6231 |35004 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6232 |35005 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6233 |35006 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6234 |35007 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6235 |35008 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6236 |35009 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6237 |35010 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6238 |35011 |Application |WildFly datasource [{#JMX_DATA_SOURCE}] | +ROW |6239 |35012 |Application |WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | +ROW |6240 |35013 |Application |WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | +ROW |6241 |35014 |Application |WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | +ROW |6242 |35015 |Application |WildFly listener [{#SERVER}.{#HTTP_LISTENER}] | +ROW |6243 |35016 |Application |Status | +ROW |6244 |35017 |Application |Status | +ROW |6245 |35018 |Application |Status | +ROW |6246 |35019 |Application |General | +ROW |6247 |35020 |Application |General | +ROW |6248 |35021 |Application |General | +ROW |6249 |35022 |Application |General | +ROW |6250 |35023 |Application |General | +ROW |6251 |35024 |Application |General | +ROW |6252 |35025 |Application |General | +ROW |6253 |35026 |Application |General | +ROW |6254 |35027 |Application |Status | +ROW |6255 |35028 |Application |Status | +ROW |6256 |35029 |Application |Status | +ROW |6257 |35030 |Application |Status | +ROW |6258 |35031 |Application |Status | +ROW |6259 |35032 |Application |Status | +ROW |6260 |35033 |Application |Status | +ROW |6261 |35034 |Application |Status | +ROW |6262 |35035 |Application |Status | +ROW |6263 |35036 |Application |Status | +ROW |6264 |35037 |Application |Status | +ROW |6265 |35038 |Application |Status | +ROW |6266 |35039 |Application |Status | +ROW |6267 |35040 |Application |Status | +ROW |6268 |35047 |Application |Status | +ROW |6269 |35048 |Application |Status | +ROW |6270 |35049 |Application |Status | +ROW |6271 |35050 |Application |Status | +ROW |6272 |35051 |Application |Status | +ROW |6273 |35052 |Application |General | +ROW |6274 |35053 |Application |Status | +ROW |6275 |35054 |Application |Status | +ROW |6276 |35055 |Application |Status | +ROW |6277 |35056 |Application |Status | +ROW |6278 |35057 |Application |Status | +ROW |6279 |35058 |Application |Status | +ROW |6280 |35059 |Application |Status | +ROW |6281 |35060 |Application |Status | +ROW |6282 |35061 |Application |Status | +ROW |6283 |35062 |Application |Status | +ROW |6284 |35063 |Application |Status | +ROW |6285 |35064 |data |raw | +ROW |6286 |35064 |target |cert | +ROW |6287 |35064 |transport |agent | +ROW |6288 |35065 |resource |general | +ROW |6289 |35065 |target |cert | +ROW |6290 |35065 |transport |dependent | +ROW |6291 |35065 |type |gauge | +ROW |6292 |35066 |resource |general | +ROW |6293 |35066 |target |cert | +ROW |6294 |35066 |transport |dependent | +ROW |6295 |35066 |type |gauge | +ROW |6296 |35067 |resource |general | +ROW |6297 |35067 |target |cert | +ROW |6298 |35067 |transport |dependent | +ROW |6299 |35067 |type |gauge | +ROW |6300 |35068 |resource |general | +ROW |6301 |35068 |target |cert | +ROW |6302 |35068 |transport |dependent | +ROW |6303 |35068 |type |gauge | +ROW |6304 |35069 |resource |general | +ROW |6305 |35069 |target |cert | +ROW |6306 |35069 |transport |dependent | +ROW |6307 |35069 |type |gauge | +ROW |6308 |35070 |resource |general | +ROW |6309 |35070 |target |cert | +ROW |6310 |35070 |transport |dependent | +ROW |6311 |35070 |type |gauge | +ROW |6312 |35071 |resource |general | +ROW |6313 |35071 |target |cert | +ROW |6314 |35071 |transport |dependent | +ROW |6315 |35071 |type |gauge | +ROW |6316 |35072 |resource |general | +ROW |6317 |35072 |target |cert | +ROW |6318 |35072 |transport |dependent | +ROW |6319 |35072 |type |gauge | +ROW |6320 |35073 |resource |general | +ROW |6321 |35073 |target |cert | +ROW |6322 |35073 |transport |dependent | +ROW |6323 |35073 |type |gauge | +ROW |6324 |35074 |resource |general | +ROW |6325 |35074 |target |cert | +ROW |6326 |35074 |transport |dependent | +ROW |6327 |35074 |type |gauge | +ROW |6328 |35075 |resource |general | +ROW |6329 |35075 |target |cert | +ROW |6330 |35075 |transport |dependent | +ROW |6331 |35075 |type |gauge | +ROW |6332 |35076 |resource |general | +ROW |6333 |35076 |target |cert | +ROW |6334 |35076 |transport |dependent | +ROW |6335 |35076 |type |gauge | +ROW |6336 |35077 |data |raw | +ROW |6337 |35077 |target |cloudflare | +ROW |6338 |35077 |transport |Script | +ROW |6339 |35078 |resource |bandwidth | +ROW |6340 |35078 |target |cloudflare | +ROW |6341 |35078 |type |gauge | +ROW |6342 |35079 |resource |requests | +ROW |6343 |35079 |target |cloudflare | +ROW |6344 |35079 |type |ratio | +ROW |6345 |35080 |resource |threats | +ROW |6346 |35080 |target |cloudflare | +ROW |6347 |35080 |type |gauge | +ROW |6348 |35081 |resource |requests | +ROW |6349 |35081 |target |cloudflare | +ROW |6350 |35081 |type |gauge | +ROW |6351 |35082 |resource |requests | +ROW |6352 |35082 |target |cloudflare | +ROW |6353 |35082 |type |ratio | +ROW |6354 |35083 |resource |requests | +ROW |6355 |35083 |target |cloudflare | +ROW |6356 |35083 |type |gauge | +ROW |6357 |35084 |resource |requests | +ROW |6358 |35084 |target |cloudflare | +ROW |6359 |35084 |type |gauge | +ROW |6360 |35085 |resource |requests | +ROW |6361 |35085 |target |cloudflare | +ROW |6362 |35085 |type |gauge | +ROW |6363 |35086 |resource |requests | +ROW |6364 |35086 |target |cloudflare | +ROW |6365 |35086 |type |gauge | +ROW |6366 |35087 |resource |requests | +ROW |6367 |35087 |target |cloudflare | +ROW |6368 |35087 |type |gauge | +ROW |6369 |35088 |resource |requests | +ROW |6370 |35088 |target |cloudflare | +ROW |6371 |35088 |type |gauge | +ROW |6372 |35089 |resource |requests | +ROW |6373 |35089 |target |cloudflare | +ROW |6374 |35089 |type |gauge | +ROW |6375 |35090 |resource |requests | +ROW |6376 |35090 |target |cloudflare | +ROW |6377 |35090 |type |ratio | +ROW |6378 |35091 |resource |bandwidth | +ROW |6379 |35091 |target |cloudflare | +ROW |6380 |35091 |type |gauge | +ROW |6381 |35092 |resource |requests | +ROW |6382 |35092 |target |cloudflare | +ROW |6383 |35092 |type |gauge | +ROW |6384 |35093 |resource |requests | +ROW |6385 |35093 |target |cloudflare | +ROW |6386 |35093 |type |gauge | +ROW |6387 |35094 |resource |pageviews | +ROW |6388 |35094 |target |cloudflare | +ROW |6389 |35094 |type |gauge | +ROW |6390 |35095 |resource |dns | +ROW |6391 |35095 |target |cloudflare | +ROW |6392 |35095 |type |gauge | +ROW |6393 |35096 |resource |dns | +ROW |6394 |35096 |target |cloudflare | +ROW |6395 |35096 |type |gauge | +ROW |6396 |35097 |resource |dns | +ROW |6397 |35097 |target |cloudflare | +ROW |6398 |35097 |type |gauge | +ROW |6399 |35098 |resource |bandwidth | +ROW |6400 |35098 |target |cloudflare | +ROW |6401 |35098 |type |gauge | +ROW |6402 |35099 |resource |bandwidth | +ROW |6403 |35099 |target |cloudflare | +ROW |6404 |35099 |type |gauge | +ROW |6405 |35100 |resource |bandwidth | +ROW |6406 |35100 |target |cloudflare | +ROW |6407 |35100 |type |gauge | +ROW |6408 |35101 |resource |bandwidth | +ROW |6409 |35101 |target |cloudflare | +ROW |6410 |35101 |type |ratio | +ROW |6411 |35102 |resource |uniques | +ROW |6412 |35102 |target |cloudflare | +ROW |6413 |35102 |type |gauge | +ROW |6414 |30187 |resource |general | +ROW |6415 |30187 |target |haproxy | +ROW |6416 |30187 |transport |agent | +ROW |6417 |30187 |type |gauge | +ROW |6418 |30188 |resource |general | +ROW |6419 |30188 |target |haproxy | +ROW |6420 |30188 |transport |agent | +ROW |6421 |30188 |type |gauge | +ROW |6422 |30189 |data |raw | +ROW |6423 |30189 |target |haproxy | +ROW |6424 |30189 |transport |agent | +ROW |6425 |30190 |data |raw | +ROW |6426 |30190 |target |haproxy | +ROW |6427 |30190 |transport |agent | +ROW |6428 |30191 |resource |general | +ROW |6429 |30191 |target |haproxy | +ROW |6430 |30191 |transport |dependent | +ROW |6431 |30191 |type |gauge | +ROW |6432 |30192 |resource |general | +ROW |6433 |30192 |target |haproxy | +ROW |6434 |30192 |transport |dependent | +ROW |6435 |30192 |type |gauge | +ROW |6436 |35103 |data |raw | +ROW |6437 |35103 |target |haproxy | +ROW |6438 |35103 |transport |dependent | +ROW |6439 |30196 |frontend |{#PXNAME} | +ROW |6440 |30196 |resource |frontend | +ROW |6441 |30196 |target |haproxy | +ROW |6442 |30196 |transport |calculated | +ROW |6443 |30196 |type |gauge | +ROW |6444 |30197 |backend |{#PXNAME} | +ROW |6445 |30197 |resource |backend | +ROW |6446 |30197 |target |haproxy | +ROW |6447 |30197 |transport |dependent | +ROW |6448 |30197 |type |rate | +ROW |6449 |30198 |backend |{#PXNAME} | +ROW |6450 |30198 |resource |backend | +ROW |6451 |30198 |target |haproxy | +ROW |6452 |30198 |transport |dependent | +ROW |6453 |30198 |type |rate | +ROW |6454 |30199 |backend |{#PXNAME} | +ROW |6455 |30199 |resource |backend | +ROW |6456 |30199 |target |haproxy | +ROW |6457 |30199 |transport |dependent | +ROW |6458 |30199 |type |rate | +ROW |6459 |30200 |backend |{#PXNAME} | +ROW |6460 |30200 |resource |backend | +ROW |6461 |30200 |target |haproxy | +ROW |6462 |30200 |transport |dependent | +ROW |6463 |30200 |type |gauge | +ROW |6464 |30201 |backend |{#PXNAME} | +ROW |6465 |30201 |resource |backend | +ROW |6466 |30201 |target |haproxy | +ROW |6467 |30201 |transport |dependent | +ROW |6468 |30201 |type |gauge | +ROW |6469 |30202 |backend |{#PXNAME} | +ROW |6470 |30202 |resource |backend | +ROW |6471 |30202 |target |haproxy | +ROW |6472 |30202 |transport |dependent | +ROW |6473 |30202 |type |gauge | +ROW |6474 |30203 |backend |{#PXNAME} | +ROW |6475 |30203 |resource |backend | +ROW |6476 |30203 |target |haproxy | +ROW |6477 |30203 |transport |dependent | +ROW |6478 |30203 |type |state | +ROW |6479 |30204 |backend |{#PXNAME} | +ROW |6480 |30204 |resource |backend | +ROW |6481 |30204 |target |haproxy | +ROW |6482 |30204 |transport |dependent | +ROW |6483 |30204 |type |rate | +ROW |6484 |30205 |backend |{#PXNAME} | +ROW |6485 |30205 |resource |backend | +ROW |6486 |30205 |target |haproxy | +ROW |6487 |30205 |transport |dependent | +ROW |6488 |30205 |type |rate | +ROW |6489 |30206 |frontend |{#PXNAME} | +ROW |6490 |30206 |resource |frontend | +ROW |6491 |30206 |target |haproxy | +ROW |6492 |30206 |transport |dependent | +ROW |6493 |30206 |type |rate | +ROW |6494 |30207 |frontend |{#PXNAME} | +ROW |6495 |30207 |resource |frontend | +ROW |6496 |30207 |target |haproxy | +ROW |6497 |30207 |transport |dependent | +ROW |6498 |30207 |type |rate | +ROW |6499 |30208 |frontend |{#PXNAME} | +ROW |6500 |30208 |resource |frontend | +ROW |6501 |30208 |target |haproxy | +ROW |6502 |30208 |transport |dependent | +ROW |6503 |30208 |type |rate | +ROW |6504 |30209 |frontend |{#PXNAME} | +ROW |6505 |30209 |resource |frontend | +ROW |6506 |30209 |target |haproxy | +ROW |6507 |30209 |transport |dependent | +ROW |6508 |30209 |type |rate | +ROW |6509 |30210 |frontend |{#PXNAME} | +ROW |6510 |30210 |resource |frontend | +ROW |6511 |30210 |target |haproxy | +ROW |6512 |30210 |transport |dependent | +ROW |6513 |30210 |type |rate | +ROW |6514 |30211 |frontend |{#PXNAME} | +ROW |6515 |30211 |resource |frontend | +ROW |6516 |30211 |target |haproxy | +ROW |6517 |30211 |transport |dependent | +ROW |6518 |30211 |type |rate | +ROW |6519 |30212 |frontend |{#PXNAME} | +ROW |6520 |30212 |resource |frontend | +ROW |6521 |30212 |target |haproxy | +ROW |6522 |30212 |transport |dependent | +ROW |6523 |30212 |type |rate | +ROW |6524 |30213 |frontend |{#PXNAME} | +ROW |6525 |30213 |resource |frontend | +ROW |6526 |30213 |target |haproxy | +ROW |6527 |30213 |transport |dependent | +ROW |6528 |30213 |type |rate | +ROW |6529 |30214 |frontend |{#PXNAME} | +ROW |6530 |30214 |resource |frontend | +ROW |6531 |30214 |target |haproxy | +ROW |6532 |30214 |transport |dependent | +ROW |6533 |30214 |type |rate | +ROW |6534 |30215 |frontend |{#PXNAME} | +ROW |6535 |30215 |resource |frontend | +ROW |6536 |30215 |target |haproxy | +ROW |6537 |30215 |transport |dependent | +ROW |6538 |30215 |type |gauge | +ROW |6539 |30216 |frontend |{#PXNAME} | +ROW |6540 |30216 |resource |frontend | +ROW |6541 |30216 |target |haproxy | +ROW |6542 |30216 |transport |dependent | +ROW |6543 |30216 |type |gauge | +ROW |6544 |30217 |frontend |{#PXNAME} | +ROW |6545 |30217 |resource |frontend | +ROW |6546 |30217 |target |haproxy | +ROW |6547 |30217 |transport |dependent | +ROW |6548 |30217 |type |gauge | +ROW |6549 |30218 |frontend |{#PXNAME} | +ROW |6550 |30218 |resource |frontend | +ROW |6551 |30218 |target |haproxy | +ROW |6552 |30218 |transport |dependent | +ROW |6553 |30218 |type |gauge | +ROW |6554 |30219 |resource |server | +ROW |6555 |30219 |server |{#PXNAME} {#SVNAME} | +ROW |6556 |30219 |target |haproxy | +ROW |6557 |30219 |transport |dependent | +ROW |6558 |30219 |type |rate | +ROW |6559 |30220 |resource |server | +ROW |6560 |30220 |server |{#PXNAME} {#SVNAME} | +ROW |6561 |30220 |target |haproxy | +ROW |6562 |30220 |transport |dependent | +ROW |6563 |30220 |type |rate | +ROW |6564 |30221 |resource |server | +ROW |6565 |30221 |server |{#PXNAME} {#SVNAME} | +ROW |6566 |30221 |target |haproxy | +ROW |6567 |30221 |transport |dependent | +ROW |6568 |30221 |type |rate | +ROW |6569 |30222 |resource |server | +ROW |6570 |30222 |server |{#PXNAME} {#SVNAME} | +ROW |6571 |30222 |target |haproxy | +ROW |6572 |30222 |transport |dependent | +ROW |6573 |30222 |type |rate | +ROW |6574 |30223 |resource |server | +ROW |6575 |30223 |server |{#PXNAME} {#SVNAME} | +ROW |6576 |30223 |target |haproxy | +ROW |6577 |30223 |transport |dependent | +ROW |6578 |30223 |type |rate | +ROW |6579 |30224 |resource |server | +ROW |6580 |30224 |server |{#PXNAME} {#SVNAME} | +ROW |6581 |30224 |target |haproxy | +ROW |6582 |30224 |transport |dependent | +ROW |6583 |30224 |type |gauge | +ROW |6584 |30225 |resource |server | +ROW |6585 |30225 |server |{#PXNAME} {#SVNAME} | +ROW |6586 |30225 |target |haproxy | +ROW |6587 |30225 |transport |dependent | +ROW |6588 |30225 |type |gauge | +ROW |6589 |30226 |resource |server | +ROW |6590 |30226 |server |{#PXNAME} {#SVNAME} | +ROW |6591 |30226 |target |haproxy | +ROW |6592 |30226 |transport |dependent | +ROW |6593 |30226 |type |gauge | +ROW |6594 |30227 |resource |server | +ROW |6595 |30227 |server |{#PXNAME} {#SVNAME} | +ROW |6596 |30227 |target |haproxy | +ROW |6597 |30227 |transport |dependent | +ROW |6598 |30227 |type |state | +ROW |6599 |30228 |resource |server | +ROW |6600 |30228 |server |{#PXNAME} {#SVNAME} | +ROW |6601 |30228 |target |haproxy | +ROW |6602 |30228 |transport |dependent | +ROW |6603 |30228 |type |rate | +ROW |6604 |30229 |resource |server | +ROW |6605 |30229 |server |{#PXNAME} {#SVNAME} | +ROW |6606 |30229 |target |haproxy | +ROW |6607 |30229 |transport |dependent | +ROW |6608 |30229 |type |rate | +ROW |6609 |35104 |backend |{#PXNAME} | +ROW |6610 |35104 |resource |backend | +ROW |6611 |35104 |target |haproxy | +ROW |6612 |35104 |transport |dependent | +ROW |6613 |35104 |type |gauge | +ROW |6614 |35105 |backend |{#PXNAME} | +ROW |6615 |35105 |resource |backend | +ROW |6616 |35105 |target |haproxy | +ROW |6617 |35105 |transport |dependent | +ROW |6618 |35105 |type |rate | +ROW |6619 |35106 |backend |{#PXNAME} | +ROW |6620 |35106 |resource |backend | +ROW |6621 |35106 |target |haproxy | +ROW |6622 |35106 |transport |dependent | +ROW |6623 |35106 |type |gauge | +ROW |6624 |35107 |backend |{#PXNAME} | +ROW |6625 |35107 |resource |backend | +ROW |6626 |35107 |target |haproxy | +ROW |6627 |35107 |transport |dependent | +ROW |6628 |35107 |type |rate | +ROW |6629 |35108 |backend |{#PXNAME} | +ROW |6630 |35108 |resource |backend | +ROW |6631 |35108 |target |haproxy | +ROW |6632 |35108 |transport |dependent | +ROW |6633 |35108 |type |rate | +ROW |6634 |35109 |backend |{#PXNAME} | +ROW |6635 |35109 |resource |backend | +ROW |6636 |35109 |target |haproxy | +ROW |6637 |35109 |transport |dependent | +ROW |6638 |35109 |type |gauge | +ROW |6639 |35110 |backend |{#PXNAME} | +ROW |6640 |35110 |resource |backend | +ROW |6641 |35110 |target |haproxy | +ROW |6642 |35110 |transport |dependent | +ROW |6643 |35110 |type |rate | +ROW |6644 |35111 |backend |{#PXNAME} | +ROW |6645 |35111 |resource |backend | +ROW |6646 |35111 |target |haproxy | +ROW |6647 |35111 |transport |dependent | +ROW |6648 |35111 |type |rate | +ROW |6649 |35112 |backend |{#PXNAME} | +ROW |6650 |35112 |resource |backend | +ROW |6651 |35112 |target |haproxy | +ROW |6652 |35112 |transport |dependent | +ROW |6653 |35112 |type |rate | +ROW |6654 |35113 |backend |{#PXNAME} | +ROW |6655 |35113 |resource |backend | +ROW |6656 |35113 |target |haproxy | +ROW |6657 |35113 |transport |dependent | +ROW |6658 |35113 |type |rate | +ROW |6659 |35114 |backend |{#PXNAME} | +ROW |6660 |35114 |resource |backend | +ROW |6661 |35114 |target |haproxy | +ROW |6662 |35114 |transport |dependent | +ROW |6663 |35114 |type |rate | +ROW |6664 |35115 |frontend |{#PXNAME} | +ROW |6665 |35115 |resource |frontend | +ROW |6666 |35115 |target |haproxy | +ROW |6667 |35115 |transport |dependent | +ROW |6668 |35115 |type |state | +ROW |6669 |35116 |resource |server | +ROW |6670 |35116 |server |{#PXNAME} {#SVNAME} | +ROW |6671 |35116 |target |haproxy | +ROW |6672 |35116 |transport |dependent | +ROW |6673 |35116 |type |gauge | +ROW |6674 |35117 |resource |server | +ROW |6675 |35117 |server |{#PXNAME} {#SVNAME} | +ROW |6676 |35117 |target |haproxy | +ROW |6677 |35117 |transport |dependent | +ROW |6678 |35117 |type |gauge | +ROW |6679 |35118 |resource |server | +ROW |6680 |35118 |server |{#PXNAME} {#SVNAME} | +ROW |6681 |35118 |target |haproxy | +ROW |6682 |35118 |transport |dependent | +ROW |6683 |35118 |type |rate | +ROW |6684 |35119 |resource |server | +ROW |6685 |35119 |server |{#PXNAME} {#SVNAME} | +ROW |6686 |35119 |target |haproxy | +ROW |6687 |35119 |transport |dependent | +ROW |6688 |35119 |type |gauge | +ROW |6689 |35120 |resource |server | +ROW |6690 |35120 |server |{#PXNAME} {#SVNAME} | +ROW |6691 |35120 |target |haproxy | +ROW |6692 |35120 |transport |dependent | +ROW |6693 |35120 |type |rate | +ROW |6694 |35121 |resource |server | +ROW |6695 |35121 |server |{#PXNAME} {#SVNAME} | +ROW |6696 |35121 |target |haproxy | +ROW |6697 |35121 |transport |dependent | +ROW |6698 |35121 |type |gauge | +ROW |6699 |35122 |resource |server | +ROW |6700 |35122 |server |{#PXNAME} {#SVNAME} | +ROW |6701 |35122 |target |haproxy | +ROW |6702 |35122 |transport |dependent | +ROW |6703 |35122 |type |rate | +ROW |6704 |35123 |resource |server | +ROW |6705 |35123 |server |{#PXNAME} {#SVNAME} | +ROW |6706 |35123 |target |haproxy | +ROW |6707 |35123 |transport |dependent | +ROW |6708 |35123 |type |rate | +ROW |6709 |35124 |resource |server | +ROW |6710 |35124 |server |{#PXNAME} {#SVNAME} | +ROW |6711 |35124 |target |haproxy | +ROW |6712 |35124 |transport |dependent | +ROW |6713 |35124 |type |rate | +ROW |6714 |35125 |resource |server | +ROW |6715 |35125 |server |{#PXNAME} {#SVNAME} | +ROW |6716 |35125 |target |haproxy | +ROW |6717 |35125 |transport |dependent | +ROW |6718 |35125 |type |state | +ROW |6719 |35126 |resource |server | +ROW |6720 |35126 |server |{#PXNAME} {#SVNAME} | +ROW |6721 |35126 |target |haproxy | +ROW |6722 |35126 |transport |dependent | +ROW |6723 |35126 |type |rate | +ROW |6724 |35127 |resource |server | +ROW |6725 |35127 |server |{#PXNAME} {#SVNAME} | +ROW |6726 |35127 |target |haproxy | +ROW |6727 |35127 |transport |dependent | +ROW |6728 |35127 |type |rate | +ROW |6729 |30230 |data |raw | +ROW |6730 |30230 |target |haproxy | +ROW |6731 |30230 |transport |http | +ROW |6732 |30231 |data |raw | +ROW |6733 |30231 |target |haproxy | +ROW |6734 |30231 |transport |http | +ROW |6735 |30789 |resource |general | +ROW |6736 |30789 |target |haproxy | +ROW |6737 |30789 |transport |simple | +ROW |6738 |30789 |type |gauge | +ROW |6739 |30790 |resource |general | +ROW |6740 |30790 |target |haproxy | +ROW |6741 |30790 |transport |simple | +ROW |6742 |30790 |type |gauge | +ROW |6743 |30234 |resource |general | +ROW |6744 |30234 |target |haproxy | +ROW |6745 |30234 |transport |dependent | +ROW |6746 |30234 |type |gauge | +ROW |6747 |30235 |resource |general | +ROW |6748 |30235 |target |haproxy | +ROW |6749 |30235 |transport |dependent | +ROW |6750 |30235 |type |gauge | +ROW |6751 |35128 |data |raw | +ROW |6752 |35128 |target |haproxy | +ROW |6753 |35128 |transport |dependent | +ROW |6754 |30239 |frontend |{#PXNAME} | +ROW |6755 |30239 |resource |frontend | +ROW |6756 |30239 |target |haproxy | +ROW |6757 |30239 |transport |calculated | +ROW |6758 |30239 |type |gauge | +ROW |6759 |30240 |backend |{#PXNAME} | +ROW |6760 |30240 |resource |backend | +ROW |6761 |30240 |target |haproxy | +ROW |6762 |30240 |transport |dependent | +ROW |6763 |30240 |type |rate | +ROW |6764 |30241 |backend |{#PXNAME} | +ROW |6765 |30241 |resource |backend | +ROW |6766 |30241 |target |haproxy | +ROW |6767 |30241 |transport |dependent | +ROW |6768 |30241 |type |rate | +ROW |6769 |30242 |backend |{#PXNAME} | +ROW |6770 |30242 |resource |backend | +ROW |6771 |30242 |target |haproxy | +ROW |6772 |30242 |transport |dependent | +ROW |6773 |30242 |type |rate | +ROW |6774 |30243 |backend |{#PXNAME} | +ROW |6775 |30243 |resource |backend | +ROW |6776 |30243 |target |haproxy | +ROW |6777 |30243 |transport |dependent | +ROW |6778 |30243 |type |gauge | +ROW |6779 |30244 |backend |{#PXNAME} | +ROW |6780 |30244 |resource |backend | +ROW |6781 |30244 |target |haproxy | +ROW |6782 |30244 |transport |dependent | +ROW |6783 |30244 |type |gauge | +ROW |6784 |30245 |backend |{#PXNAME} | +ROW |6785 |30245 |resource |backend | +ROW |6786 |30245 |target |haproxy | +ROW |6787 |30245 |transport |dependent | +ROW |6788 |30245 |type |gauge | +ROW |6789 |30246 |backend |{#PXNAME} | +ROW |6790 |30246 |resource |backend | +ROW |6791 |30246 |target |haproxy | +ROW |6792 |30246 |transport |dependent | +ROW |6793 |30246 |type |state | +ROW |6794 |30247 |backend |{#PXNAME} | +ROW |6795 |30247 |resource |backend | +ROW |6796 |30247 |target |haproxy | +ROW |6797 |30247 |transport |dependent | +ROW |6798 |30247 |type |rate | +ROW |6799 |30248 |backend |{#PXNAME} | +ROW |6800 |30248 |resource |backend | +ROW |6801 |30248 |target |haproxy | +ROW |6802 |30248 |transport |dependent | +ROW |6803 |30248 |type |rate | +ROW |6804 |30249 |frontend |{#PXNAME} | +ROW |6805 |30249 |resource |frontend | +ROW |6806 |30249 |target |haproxy | +ROW |6807 |30249 |transport |dependent | +ROW |6808 |30249 |type |rate | +ROW |6809 |30250 |frontend |{#PXNAME} | +ROW |6810 |30250 |resource |frontend | +ROW |6811 |30250 |target |haproxy | +ROW |6812 |30250 |transport |dependent | +ROW |6813 |30250 |type |rate | +ROW |6814 |30251 |frontend |{#PXNAME} | +ROW |6815 |30251 |resource |frontend | +ROW |6816 |30251 |target |haproxy | +ROW |6817 |30251 |transport |dependent | +ROW |6818 |30251 |type |rate | +ROW |6819 |30252 |frontend |{#PXNAME} | +ROW |6820 |30252 |resource |frontend | +ROW |6821 |30252 |target |haproxy | +ROW |6822 |30252 |transport |dependent | +ROW |6823 |30252 |type |rate | +ROW |6824 |30253 |frontend |{#PXNAME} | +ROW |6825 |30253 |resource |frontend | +ROW |6826 |30253 |target |haproxy | +ROW |6827 |30253 |transport |dependent | +ROW |6828 |30253 |type |rate | +ROW |6829 |30254 |frontend |{#PXNAME} | +ROW |6830 |30254 |resource |frontend | +ROW |6831 |30254 |target |haproxy | +ROW |6832 |30254 |transport |dependent | +ROW |6833 |30254 |type |rate | +ROW |6834 |30255 |frontend |{#PXNAME} | +ROW |6835 |30255 |resource |frontend | +ROW |6836 |30255 |target |haproxy | +ROW |6837 |30255 |transport |dependent | +ROW |6838 |30255 |type |rate | +ROW |6839 |30256 |frontend |{#PXNAME} | +ROW |6840 |30256 |resource |frontend | +ROW |6841 |30256 |target |haproxy | +ROW |6842 |30256 |transport |dependent | +ROW |6843 |30256 |type |rate | +ROW |6844 |30257 |frontend |{#PXNAME} | +ROW |6845 |30257 |resource |frontend | +ROW |6846 |30257 |target |haproxy | +ROW |6847 |30257 |transport |dependent | +ROW |6848 |30257 |type |rate | +ROW |6849 |30258 |frontend |{#PXNAME} | +ROW |6850 |30258 |resource |frontend | +ROW |6851 |30258 |target |haproxy | +ROW |6852 |30258 |transport |dependent | +ROW |6853 |30258 |type |gauge | +ROW |6854 |30259 |frontend |{#PXNAME} | +ROW |6855 |30259 |resource |frontend | +ROW |6856 |30259 |target |haproxy | +ROW |6857 |30259 |transport |dependent | +ROW |6858 |30259 |type |gauge | +ROW |6859 |30260 |frontend |{#PXNAME} | +ROW |6860 |30260 |resource |frontend | +ROW |6861 |30260 |target |haproxy | +ROW |6862 |30260 |transport |dependent | +ROW |6863 |30260 |type |gauge | +ROW |6864 |30261 |frontend |{#PXNAME} | +ROW |6865 |30261 |resource |frontend | +ROW |6866 |30261 |target |haproxy | +ROW |6867 |30261 |transport |dependent | +ROW |6868 |30261 |type |gauge | +ROW |6869 |30262 |resource |server | +ROW |6870 |30262 |server |{#PXNAME} {#SVNAME} | +ROW |6871 |30262 |target |haproxy | +ROW |6872 |30262 |transport |dependent | +ROW |6873 |30262 |type |rate | +ROW |6874 |30263 |resource |server | +ROW |6875 |30263 |server |{#PXNAME} {#SVNAME} | +ROW |6876 |30263 |target |haproxy | +ROW |6877 |30263 |transport |dependent | +ROW |6878 |30263 |type |rate | +ROW |6879 |30264 |resource |server | +ROW |6880 |30264 |server |{#PXNAME} {#SVNAME} | +ROW |6881 |30264 |target |haproxy | +ROW |6882 |30264 |transport |dependent | +ROW |6883 |30264 |type |rate | +ROW |6884 |30265 |resource |server | +ROW |6885 |30265 |server |{#PXNAME} {#SVNAME} | +ROW |6886 |30265 |target |haproxy | +ROW |6887 |30265 |transport |dependent | +ROW |6888 |30265 |type |rate | +ROW |6889 |30266 |resource |server | +ROW |6890 |30266 |server |{#PXNAME} {#SVNAME} | +ROW |6891 |30266 |target |haproxy | +ROW |6892 |30266 |transport |dependent | +ROW |6893 |30266 |type |rate | +ROW |6894 |30267 |resource |server | +ROW |6895 |30267 |server |{#PXNAME} {#SVNAME} | +ROW |6896 |30267 |target |haproxy | +ROW |6897 |30267 |transport |dependent | +ROW |6898 |30267 |type |gauge | +ROW |6899 |30268 |resource |server | +ROW |6900 |30268 |server |{#PXNAME} {#SVNAME} | +ROW |6901 |30268 |target |haproxy | +ROW |6902 |30268 |transport |dependent | +ROW |6903 |30268 |type |gauge | +ROW |6904 |30269 |resource |server | +ROW |6905 |30269 |server |{#PXNAME} {#SVNAME} | +ROW |6906 |30269 |target |haproxy | +ROW |6907 |30269 |transport |dependent | +ROW |6908 |30269 |type |gauge | +ROW |6909 |30270 |resource |server | +ROW |6910 |30270 |server |{#PXNAME} {#SVNAME} | +ROW |6911 |30270 |target |haproxy | +ROW |6912 |30270 |transport |dependent | +ROW |6913 |30270 |type |state | +ROW |6914 |30271 |resource |server | +ROW |6915 |30271 |server |{#PXNAME} {#SVNAME} | +ROW |6916 |30271 |target |haproxy | +ROW |6917 |30271 |transport |dependent | +ROW |6918 |30271 |type |rate | +ROW |6919 |30272 |resource |server | +ROW |6920 |30272 |server |{#PXNAME} {#SVNAME} | +ROW |6921 |30272 |target |haproxy | +ROW |6922 |30272 |transport |dependent | +ROW |6923 |30272 |type |rate | +ROW |6924 |35129 |backend |{#PXNAME} | +ROW |6925 |35129 |resource |backend | +ROW |6926 |35129 |target |haproxy | +ROW |6927 |35129 |transport |dependent | +ROW |6928 |35129 |type |gauge | +ROW |6929 |35130 |backend |{#PXNAME} | +ROW |6930 |35130 |resource |backend | +ROW |6931 |35130 |target |haproxy | +ROW |6932 |35130 |transport |dependent | +ROW |6933 |35130 |type |rate | +ROW |6934 |35131 |backend |{#PXNAME} | +ROW |6935 |35131 |resource |backend | +ROW |6936 |35131 |target |haproxy | +ROW |6937 |35131 |transport |dependent | +ROW |6938 |35131 |type |gauge | +ROW |6939 |35132 |backend |{#PXNAME} | +ROW |6940 |35132 |resource |backend | +ROW |6941 |35132 |target |haproxy | +ROW |6942 |35132 |transport |dependent | +ROW |6943 |35132 |type |rate | +ROW |6944 |35133 |backend |{#PXNAME} | +ROW |6945 |35133 |resource |backend | +ROW |6946 |35133 |target |haproxy | +ROW |6947 |35133 |transport |dependent | +ROW |6948 |35133 |type |rate | +ROW |6949 |35134 |backend |{#PXNAME} | +ROW |6950 |35134 |resource |backend | +ROW |6951 |35134 |target |haproxy | +ROW |6952 |35134 |transport |dependent | +ROW |6953 |35134 |type |gauge | +ROW |6954 |35135 |backend |{#PXNAME} | +ROW |6955 |35135 |resource |backend | +ROW |6956 |35135 |target |haproxy | +ROW |6957 |35135 |transport |dependent | +ROW |6958 |35135 |type |rate | +ROW |6959 |35136 |backend |{#PXNAME} | +ROW |6960 |35136 |resource |backend | +ROW |6961 |35136 |target |haproxy | +ROW |6962 |35136 |transport |dependent | +ROW |6963 |35136 |type |rate | +ROW |6964 |35137 |backend |{#PXNAME} | +ROW |6965 |35137 |resource |backend | +ROW |6966 |35137 |target |haproxy | +ROW |6967 |35137 |transport |dependent | +ROW |6968 |35137 |type |rate | +ROW |6969 |35138 |backend |{#PXNAME} | +ROW |6970 |35138 |resource |backend | +ROW |6971 |35138 |target |haproxy | +ROW |6972 |35138 |transport |dependent | +ROW |6973 |35138 |type |rate | +ROW |6974 |35139 |backend |{#PXNAME} | +ROW |6975 |35139 |resource |backend | +ROW |6976 |35139 |target |haproxy | +ROW |6977 |35139 |transport |dependent | +ROW |6978 |35139 |type |rate | +ROW |6979 |35140 |frontend |{#PXNAME} | +ROW |6980 |35140 |resource |frontend | +ROW |6981 |35140 |target |haproxy | +ROW |6982 |35140 |transport |dependent | +ROW |6983 |35140 |type |state | +ROW |6984 |35141 |resource |server | +ROW |6985 |35141 |server |{#PXNAME} {#SVNAME} | +ROW |6986 |35141 |target |haproxy | +ROW |6987 |35141 |transport |dependent | +ROW |6988 |35141 |type |gauge | +ROW |6989 |35142 |resource |server | +ROW |6990 |35142 |server |{#PXNAME} {#SVNAME} | +ROW |6991 |35142 |target |haproxy | +ROW |6992 |35142 |transport |dependent | +ROW |6993 |35142 |type |gauge | +ROW |6994 |35143 |resource |server | +ROW |6995 |35143 |server |{#PXNAME} {#SVNAME} | +ROW |6996 |35143 |target |haproxy | +ROW |6997 |35143 |transport |dependent | +ROW |6998 |35143 |type |rate | +ROW |6999 |35144 |resource |server | +ROW |7000 |35144 |server |{#PXNAME} {#SVNAME} | +ROW |7001 |35144 |target |haproxy | +ROW |7002 |35144 |transport |dependent | +ROW |7003 |35144 |type |gauge | +ROW |7004 |35145 |resource |server | +ROW |7005 |35145 |server |{#PXNAME} {#SVNAME} | +ROW |7006 |35145 |target |haproxy | +ROW |7007 |35145 |transport |dependent | +ROW |7008 |35145 |type |rate | +ROW |7009 |35146 |resource |server | +ROW |7010 |35146 |server |{#PXNAME} {#SVNAME} | +ROW |7011 |35146 |target |haproxy | +ROW |7012 |35146 |transport |dependent | +ROW |7013 |35146 |type |gauge | +ROW |7014 |35147 |resource |server | +ROW |7015 |35147 |server |{#PXNAME} {#SVNAME} | +ROW |7016 |35147 |target |haproxy | +ROW |7017 |35147 |transport |dependent | +ROW |7018 |35147 |type |rate | +ROW |7019 |35148 |resource |server | +ROW |7020 |35148 |server |{#PXNAME} {#SVNAME} | +ROW |7021 |35148 |target |haproxy | +ROW |7022 |35148 |transport |dependent | +ROW |7023 |35148 |type |rate | +ROW |7024 |35149 |resource |server | +ROW |7025 |35149 |server |{#PXNAME} {#SVNAME} | +ROW |7026 |35149 |target |haproxy | +ROW |7027 |35149 |transport |dependent | +ROW |7028 |35149 |type |rate | +ROW |7029 |35150 |resource |server | +ROW |7030 |35150 |server |{#PXNAME} {#SVNAME} | +ROW |7031 |35150 |target |haproxy | +ROW |7032 |35150 |transport |dependent | +ROW |7033 |35150 |type |state | +ROW |7034 |35151 |resource |server | +ROW |7035 |35151 |server |{#PXNAME} {#SVNAME} | +ROW |7036 |35151 |target |haproxy | +ROW |7037 |35151 |transport |dependent | +ROW |7038 |35151 |type |rate | +ROW |7039 |35152 |resource |server | +ROW |7040 |35152 |server |{#PXNAME} {#SVNAME} | +ROW |7041 |35152 |target |haproxy | +ROW |7042 |35152 |transport |dependent | +ROW |7043 |35152 |type |rate | +ROW |7044 |35153 |Application |Zabbix raw items | +ROW |7045 |35154 |Application |Zabbix raw items | +ROW |7046 |35155 |Application |Zabbix raw items | +ROW |7047 |35156 |Application |Zabbix raw items | +ROW |7048 |35157 |Application |Zabbix raw items | +ROW |7049 |35158 |Application |Zabbix raw items | +ROW |7050 |35159 |Application |Zabbix raw items | +ROW |7051 |35160 |Application |Zabbix raw items | +ROW |7052 |35161 |Application |Zabbix raw items | +ROW |7053 |35162 |Application |Zabbix raw items | +ROW |7054 |35163 |Application |Nginx | +ROW |7055 |35164 |Application |Nginx | +ROW |7056 |35165 |Application |Nginx | +ROW |7057 |35166 |Application |Nginx | +ROW |7058 |35167 |Application |Nginx | +ROW |7059 |35168 |Application |Nginx | +ROW |7060 |35169 |Application |Nginx | +ROW |7061 |35170 |Application |Nginx | +ROW |7062 |35171 |Application |Nginx | +ROW |7063 |35172 |Application |Nginx | +ROW |7064 |35173 |Application |Nginx | +ROW |7065 |35174 |Application |Nginx | +ROW |7066 |35175 |Application |Nginx | +ROW |7067 |35176 |Application |Nginx | +ROW |7068 |35185 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7069 |35186 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7070 |35187 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7071 |35188 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7072 |35189 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7073 |35190 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7074 |35191 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7075 |35192 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7076 |35193 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7077 |35194 |Application |Nginx: HTTP location zone [{#NAME}] | +ROW |7078 |35195 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7079 |35196 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7080 |35197 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7081 |35198 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7082 |35199 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7083 |35200 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7084 |35201 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7085 |35202 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7086 |35203 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7087 |35204 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7088 |35205 |Application |Nginx: HTTP zone [{#NAME}] | +ROW |7089 |35206 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7090 |35207 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7091 |35208 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7092 |35209 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7093 |35210 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7094 |35211 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7095 |35212 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7096 |35213 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7097 |35214 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7098 |35215 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7099 |35216 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7100 |35217 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7101 |35218 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7102 |35219 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7103 |35220 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7104 |35221 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7105 |35222 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7106 |35223 |Application |Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7107 |35224 |Application |Nginx: HTTP upstream [{#NAME}] | +ROW |7108 |35225 |Application |Nginx: HTTP upstream [{#NAME}] | +ROW |7109 |35226 |Application |Nginx: HTTP upstream [{#NAME}] | +ROW |7110 |35227 |Application |Nginx: Resolver [{#NAME}] | +ROW |7111 |35228 |Application |Nginx: Resolver [{#NAME}] | +ROW |7112 |35229 |Application |Nginx: Resolver [{#NAME}] | +ROW |7113 |35230 |Application |Nginx: Resolver [{#NAME}] | +ROW |7114 |35231 |Application |Nginx: Resolver [{#NAME}] | +ROW |7115 |35232 |Application |Nginx: Resolver [{#NAME}] | +ROW |7116 |35233 |Application |Nginx: Resolver [{#NAME}] | +ROW |7117 |35234 |Application |Nginx: Resolver [{#NAME}] | +ROW |7118 |35235 |Application |Nginx: Resolver [{#NAME}] | +ROW |7119 |35236 |Application |Nginx: Resolver [{#NAME}] | +ROW |7120 |35237 |Application |Nginx: Resolver [{#NAME}] | +ROW |7121 |35238 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7122 |35239 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7123 |35240 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7124 |35241 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7125 |35242 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7126 |35243 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7127 |35244 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7128 |35245 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7129 |35246 |Application |Nginx: Stream zone [{#NAME}] | +ROW |7130 |35247 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7131 |35248 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7132 |35249 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7133 |35250 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7134 |35251 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7135 |35252 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7136 |35253 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7137 |35254 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7138 |35255 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7139 |35256 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7140 |35257 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7141 |35258 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7142 |35259 |Application |Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}] | +ROW |7143 |35260 |Application |Nginx: Stream upstream [{#NAME}] | +ROW |7144 |35261 |Application |Nginx: Stream upstream [{#NAME}] | +ROW |7145 |35264 |Application |Zabbix raw items | +ROW |7146 |35265 |Application |Zabbix raw items | +ROW |7147 |35266 |Application |Systemd service: {#UNIT.NAME} | +ROW |7148 |35267 |Application |Systemd service: {#UNIT.NAME} | +ROW |7149 |35268 |Application |Systemd service: {#UNIT.NAME} | +ROW |7150 |35269 |Application |Systemd service: {#UNIT.NAME} | +ROW |7151 |35270 |Application |Systemd socket: {#UNIT.NAME} | +ROW |7152 |35271 |Application |Systemd socket: {#UNIT.NAME} | +ROW |7153 |35272 |Application |Zabbix server | +ROW |7154 |35273 |Application |Zabbix server | +ROW |7155 |35274 |Application |Zabbix server | +ROW |7156 |35275 |Application |Zabbix server | +ROW |7157 |35276 |Application |Zabbix server | +ROW |7158 |35277 |Application |Zabbix server | +ROW |7159 |28539 |Application |Zabbix raw items | +ROW |7160 |35278 |Application |Zabbix server | +ROW |7161 |35279 |Application |Zabbix server | +ROW |7162 |35290 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7163 |35291 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7164 |35292 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7165 |35293 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7166 |35294 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7167 |35295 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7168 |35296 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7169 |35297 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7170 |35298 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7171 |35299 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7172 |35300 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Data region [{#JMXNAME}] | +ROW |7173 |35301 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7174 |35302 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7175 |35303 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7176 |35304 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7177 |35305 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7178 |35306 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7179 |35307 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7180 |35308 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7181 |35309 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7182 |35310 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7183 |35311 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7184 |35312 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7185 |35313 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7186 |35314 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7187 |35315 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7188 |35316 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7189 |35317 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7190 |35318 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7191 |35319 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7192 |35320 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7193 |35321 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7194 |35322 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7195 |35323 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7196 |35324 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7197 |35325 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7198 |35326 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7199 |35327 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7200 |35328 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7201 |35329 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7202 |35330 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7203 |35331 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7204 |35332 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7205 |35333 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7206 |35334 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7207 |35335 |Application |GridGain instance [{#JMXIGNITEINSTANCENAME}] | +ROW |7208 |35336 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7209 |35337 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7210 |35338 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7211 |35339 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7212 |35340 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7213 |35341 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7214 |35342 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7215 |35343 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7216 |35344 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXNAME}] | +ROW |7217 |35345 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |7218 |35346 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |7219 |35347 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |7220 |35348 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Thread pool [{#JMXNAME}] | +ROW |7221 |35349 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7222 |35350 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7223 |35351 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7224 |35352 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7225 |35353 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7226 |35354 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7227 |35355 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7228 |35356 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7229 |35357 |Application |GridGain [{#JMXIGNITEINSTANCENAME}]: Cache group [{#JMXGROUP}] | +ROW |7230 |35358 |Application |Inventory | +ROW |7231 |35359 |Application |Inventory | +ROW |7232 |35360 |Application |Inventory | +ROW |7233 |35361 |Application |Inventory | +ROW |7234 |35362 |Application |Status | +ROW |7235 |35363 |Application |Status | +ROW |7236 |35369 |Application |CPU | +ROW |7237 |35370 |Application |Memory | +ROW |7238 |35371 |Application |Memory | +ROW |7239 |35372 |Application |Memory | +ROW |7240 |35373 |Application |{#CISCO.IF.NAME} | +ROW |7241 |35374 |Application |{#CISCO.IF.NAME} | +ROW |7242 |35375 |Application |{#CISCO.IF.NAME} | +ROW |7243 |35376 |Application |{#CISCO.IF.NAME} | +ROW |7244 |35377 |Application |{#CISCO.IF.NAME} | +ROW |7245 |35378 |Application |{#CISCO.IF.NAME} | +ROW |7246 |35379 |Application |{#CISCO.IF.NAME} | +ROW |7247 |35380 |Application |{#CISCO.IF.NAME} | +ROW |7248 |35381 |Application |{#CISCO.IF.NAME} | +ROW |7249 |35382 |Application |{#CISCO.IF.NAME} | +ROW |7250 |35383 |Application |{#CISCO.IF.NAME} | +ROW |7251 |35384 |Application |{#CISCO.IF.NAME} | +ROW |7252 |35385 |Application |{#CISCO.IF.NAME} | +ROW |7253 |35386 |Application |{#CISCO.IF.NAME} | +ROW |7254 |35387 |Application |{#CISCO.IF.NAME} | +ROW |7255 |35388 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7256 |35389 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7257 |35390 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7258 |35391 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7259 |35392 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7260 |35393 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7261 |35394 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7262 |35395 |Application |{#CISCO.ASAV.PHYS.NAME} | +ROW |7263 |35396 |Application |{#CISCO.CRAS.USER} | +ROW |7264 |35397 |Application |{#CISCO.CRAS.USER} | +ROW |7265 |35398 |Application |{#CISCO.CRAS.USER} | +ROW |7266 |35399 |Application |{#CISCO.CRAS.USER} | +ROW |7267 |35400 |Application |{#CISCO.CRAS.USER} | +ROW |7268 |35401 |Application |{#CISCO.CRAS.USER} | +ROW |7269 |35402 |Application |{#CISCO.CRAS.USER} | +ROW |7270 |35403 |Application |{#CISCO.CRAS.USER} | +ROW |7271 |35404 |Application |{#CISCO.CRAS.USER} | +ROW |7272 |35405 |Application |{#CISCO.CRAS.USER} | +ROW |7273 |35406 |Application |Inventory | +ROW |7274 |35407 |Application |TCP/UDP stat | +ROW |7275 |35408 |Application |Status | +ROW |7276 |35409 |Application |TCP/UDP stat | +ROW |7277 |35410 |Application |TCP/UDP stat | +ROW |7278 |35411 |Application |TCP/UDP stat | +ROW |7279 |35412 |Application |TCP/UDP stat | +ROW |7280 |35413 |Application |TCP/UDP stat | +ROW |7281 |35414 |Application |Inventory | +ROW |7282 |35415 |Application |Inventory | +ROW |7283 |35416 |Application |Inventory | +ROW |7284 |35417 |Application |Inventory | +ROW |7285 |35418 |Application |Inventory | +ROW |7286 |35419 |Application |Inventory | +ROW |7287 |35420 |Application |Inventory | +ROW |7288 |35421 |Application |Inventory | +ROW |7289 |35422 |Application |Inventory | +ROW |7290 |35423 |Application |Status | +ROW |7291 |35439 |Application |Temperature | +ROW |7292 |35440 |Application |Voltage | +ROW |7293 |35441 |Application |Voltage | +ROW |7294 |35442 |Application |Security | +ROW |7295 |35443 |Application |Fans | +ROW |7296 |35444 |Application |Fans | +ROW |7297 |35445 |Application |Power supply | +ROW |7298 |35446 |Application |Temperature | +ROW |7299 |35447 |Application |CPU | +ROW |7300 |35448 |Application |CPU | +ROW |7301 |35449 |Application |CPU | +ROW |7302 |35450 |Application |CPU | +ROW |7303 |35451 |Application |CPU | +ROW |7304 |35452 |Application |CPU | +ROW |7305 |35453 |Application |CPU | +ROW |7306 |35454 |Application |CPU | +ROW |7307 |35455 |Application |CPU | +ROW |7308 |35456 |Application |CPU | +ROW |7309 |35457 |Application |CPU | +ROW |7310 |35458 |Application |CPU | +ROW |7311 |35459 |Application |CPU | +ROW |7312 |35460 |Application |CPU | +ROW |7313 |35461 |Application |CPU | +ROW |7314 |35462 |Application |CPU | +ROW |7315 |35463 |Application |CPU | +ROW |7316 |35464 |Application |CPU | +ROW |7317 |35465 |Application |CPU | +ROW |7318 |35466 |Application |CPU | +ROW |7319 |35467 |Application |CPU | +ROW |7320 |35468 |Application |CPU | +ROW |7321 |35469 |Application |CPU | +ROW |7322 |35470 |Application |CPU | +ROW |7323 |35471 |Application |CPU | +ROW |7324 |35472 |Application |CPU | +ROW |7325 |35473 |Application |CPU | +ROW |7326 |35474 |Application |CPU | +ROW |7327 |35475 |Application |CPU | +ROW |7328 |35476 |Application |CPU | +ROW |7329 |35477 |Application |Mount point [{#PART.NAME}] | +ROW |7330 |35478 |Application |Mount point [{#PART.NAME}] | +ROW |7331 |35479 |Application |Mount point [{#PART.NAME}] | +ROW |7332 |35480 |Application |Mount point [{#PART.NAME}] | +ROW |7333 |35481 |Application |Mount point [{#PART.NAME}] | +ROW |7334 |35482 |Application |Memory | +ROW |7335 |35483 |Application |Memory | +ROW |7336 |35484 |Application |Memory | +ROW |7337 |35485 |Application |Memory | +ROW |7338 |35486 |Application |Memory | +ROW |7339 |35487 |Application |Memory | +ROW |7340 |35488 |Application |Modules | +ROW |7341 |35489 |Application |Modules | +ROW |7342 |35490 |Application |Modules | +ROW |7343 |35491 |Application |Modules | +ROW |7344 |35492 |Application |Interface [{#IF.NAME}] | +ROW |7345 |35493 |Application |Interface [{#IF.NAME}] | +ROW |7346 |35494 |Application |Interface [{#IF.NAME}] | +ROW |7347 |35495 |Application |Interface [{#IF.NAME}] | +ROW |7348 |35496 |Application |Interface [{#IF.NAME}] | +ROW |7349 |35497 |Application |Interface [{#IF.NAME}] | +ROW |7350 |35498 |Application |Interface [{#IF.NAME}] | +ROW |7351 |35499 |Application |Interface [{#IF.NAME}] | +ROW |7352 |35500 |Application |Interface [{#IF.NAME}] | +ROW |7353 |35501 |Application |Interface [{#IF.NAME}] | +ROW |7354 |35502 |Application |Interface [{#IF.NAME}] | +ROW |7355 |35503 |Application |Interface [{#IF.NAME}] | +ROW |7356 |35504 |Application |Interface [{#IF.NAME}] | +ROW |7357 |35505 |Application |Interface [{#IF.NAME}] | +ROW |7358 |35506 |Application |Node [{#NODE.NAME}] | +ROW |7359 |35507 |Application |Node [{#NODE.NAME}] | +ROW |7360 |35508 |Application |Node [{#NODE.NAME}] | +ROW |7361 |35509 |Application |Node [{#NODE.NAME}] | +ROW |7362 |35510 |Application |Node [{#NODE.NAME}] | +ROW |7363 |35511 |Application |Node [{#NODE.NAME}] | +ROW |7364 |35512 |Application |Node [{#NODE.NAME}] | +ROW |7365 |35513 |Application |Node [{#NODE.NAME}] | +ROW |7366 |35514 |Application |Pool [{#POOL.NAME}] | +ROW |7367 |35515 |Application |Pool [{#POOL.NAME}] | +ROW |7368 |35516 |Application |Pool [{#POOL.NAME}] | +ROW |7369 |35517 |Application |Pool [{#POOL.NAME}] | +ROW |7370 |35518 |Application |Pool [{#POOL.NAME}] | +ROW |7371 |35519 |Application |Pool [{#POOL.NAME}] | +ROW |7372 |35520 |Application |Pool [{#POOL.NAME}] | +ROW |7373 |35521 |Application |Pool [{#POOL.NAME}] | +ROW |7374 |35522 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7375 |35523 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7376 |35524 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7377 |35525 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7378 |35526 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7379 |35527 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7380 |35528 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7381 |35529 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7382 |35530 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7383 |35531 |Application |Virtual server [{#VSERVER.NAME}] | +ROW |7384 |35532 |Application |Status | +ROW |7385 |35533 |Application |Inventory | +ROW |7386 |35534 |Application |Inventory | +ROW |7387 |35535 |Application |Inventory | +ROW |7388 |35536 |Application |Inventory | +ROW |7389 |35537 |Application |Inventory | +ROW |7390 |35538 |Application |Inventory | +ROW |7391 |35539 |Application |Inventory | +ROW |7392 |35540 |Application |Status | +ROW |7393 |35541 |Application |Status | +ROW |7394 |35546 |Application |Port {#SNMPINDEX} | +ROW |7395 |35547 |Application |Port {#SNMPINDEX} | +ROW |7396 |35548 |Application |Port {#SNMPINDEX} | +ROW |7397 |35549 |Application |Port {#SNMPINDEX} | +ROW |7398 |35550 |Application |Port {#SNMPINDEX} | +ROW |7399 |35551 |Application |Port {#SNMPINDEX} | +ROW |7400 |35552 |Application |Port {#SNMPINDEX} | +ROW |7401 |35553 |Application |Port {#SNMPINDEX} | +ROW |7402 |35554 |Application |Port {#SNMPINDEX} | +ROW |7403 |35555 |Application |Port {#SNMPINDEX} | +ROW |7404 |35556 |Application |Port {#SNMPINDEX} | +ROW |7405 |35557 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7406 |35558 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7407 |35559 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7408 |35560 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7409 |35561 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7410 |35562 |Application |Temperature | +ROW |7411 |35563 |Application |Power supply | +ROW |7412 |35564 |Application |Status | +ROW |7413 |35565 |Application |Inventory | +ROW |7414 |35566 |Application |CPU | +ROW |7415 |35567 |Application |Inventory | +ROW |7416 |35568 |Application |Inventory | +ROW |7417 |35569 |Application |Inventory | +ROW |7418 |35570 |Application |Inventory | +ROW |7419 |35571 |Application |Inventory | +ROW |7420 |35572 |Application |Inventory | +ROW |7421 |35573 |Application |Status | +ROW |7422 |35580 |Application |Memory | +ROW |7423 |35581 |Application |Port {#SNMPINDEX} | +ROW |7424 |35582 |Application |Port {#SNMPINDEX} | +ROW |7425 |35583 |Application |Port {#SNMPINDEX} | +ROW |7426 |35584 |Application |Port {#SNMPINDEX} | +ROW |7427 |35585 |Application |Port {#SNMPINDEX} | +ROW |7428 |35586 |Application |Port {#SNMPINDEX} | +ROW |7429 |35587 |Application |Port {#SNMPINDEX} | +ROW |7430 |35588 |Application |Port {#SNMPINDEX} | +ROW |7431 |35589 |Application |Port {#SNMPINDEX} | +ROW |7432 |35590 |Application |Port {#SNMPINDEX} | +ROW |7433 |35591 |Application |Port {#SNMPINDEX} | +ROW |7434 |35592 |Application |Port {#SNMPINDEX} | +ROW |7435 |35593 |Application |Port {#SNMPINDEX} | +ROW |7436 |35594 |Application |Port {#SNMPINDEX} | +ROW |7437 |35595 |Application |Port {#SNMPINDEX} | +ROW |7438 |35596 |Application |Port {#SNMPINDEX} | +ROW |7439 |35597 |Application |Port {#SNMPINDEX} | +ROW |7440 |35598 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7441 |35599 |Application |Port {#SNMPINDEX} | +ROW |7442 |35600 |Application |Port {#SNMPINDEX} | +ROW |7443 |35601 |Application |Port {#SNMPINDEX} | +ROW |7444 |35602 |Application |Port {#SNMPINDEX} | +ROW |7445 |35603 |Application |Port {#SNMPINDEX} | +ROW |7446 |35604 |Application |Port {#SNMPINDEX} | +ROW |7447 |35605 |Application |Port {#SNMPINDEX} | +ROW |7448 |35606 |Application |Temperature | +ROW |7449 |35607 |Application |Power supply | +ROW |7450 |35608 |Application |Status | +ROW |7451 |35609 |Application |Inventory | +ROW |7452 |35610 |Application |CPU | +ROW |7453 |35611 |Application |Inventory | +ROW |7454 |35612 |Application |Inventory | +ROW |7455 |35613 |Application |Inventory | +ROW |7456 |35614 |Application |Inventory | +ROW |7457 |35615 |Application |Inventory | +ROW |7458 |35616 |Application |Inventory | +ROW |7459 |35617 |Application |Status | +ROW |7460 |35622 |Application |Fans | +ROW |7461 |35623 |Application |Port {#SNMPINDEX} | +ROW |7462 |35624 |Application |Port {#SNMPINDEX} | +ROW |7463 |35625 |Application |Port {#SNMPINDEX} | +ROW |7464 |35626 |Application |Port {#SNMPINDEX} | +ROW |7465 |35627 |Application |Port {#SNMPINDEX} | +ROW |7466 |35628 |Application |Port {#SNMPINDEX} | +ROW |7467 |35629 |Application |Port {#SNMPINDEX} | +ROW |7468 |35630 |Application |Port {#SNMPINDEX} | +ROW |7469 |35631 |Application |Port {#SNMPINDEX} | +ROW |7470 |35632 |Application |Port {#SNMPINDEX} | +ROW |7471 |35633 |Application |Port {#SNMPINDEX} | +ROW |7472 |35634 |Application |Port {#SNMPINDEX} | +ROW |7473 |35635 |Application |Port {#SNMPINDEX} | +ROW |7474 |35636 |Application |Port {#SNMPINDEX} | +ROW |7475 |35637 |Application |Port {#SNMPINDEX} | +ROW |7476 |35638 |Application |Port {#SNMPINDEX} | +ROW |7477 |35639 |Application |Port {#SNMPINDEX} | +ROW |7478 |35640 |Application |Temperature | +ROW |7479 |35641 |Application |Power supply | +ROW |7480 |35642 |Application |Status | +ROW |7481 |35643 |Application |Inventory | +ROW |7482 |35644 |Application |Inventory | +ROW |7483 |35645 |Application |Inventory | +ROW |7484 |35646 |Application |Inventory | +ROW |7485 |35647 |Application |Inventory | +ROW |7486 |35648 |Application |Status | +ROW |7487 |35658 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7488 |35659 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7489 |35660 |Application |Fans | +ROW |7490 |35661 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7491 |35662 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7492 |35663 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7493 |35664 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7494 |35665 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7495 |35666 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7496 |35667 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7497 |35668 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7498 |35669 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7499 |35670 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7500 |35671 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7501 |35672 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7502 |35673 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7503 |35674 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7504 |35675 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7505 |35676 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7506 |35677 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7507 |35678 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7508 |35679 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7509 |35680 |Application |Port {#SNMPINDEX} | +ROW |7510 |35681 |Application |Port {#SNMPINDEX} | +ROW |7511 |35682 |Application |Port {#SNMPINDEX} | +ROW |7512 |35683 |Application |Port {#SNMPINDEX} | +ROW |7513 |35684 |Application |Port {#SNMPINDEX} | +ROW |7514 |35685 |Application |Port {#SNMPINDEX} | +ROW |7515 |35686 |Application |Port {#SNMPINDEX} | +ROW |7516 |35687 |Application |Port {#SNMPINDEX} | +ROW |7517 |35688 |Application |Port {#SNMPINDEX} | +ROW |7518 |35689 |Application |Port {#SNMPINDEX} | +ROW |7519 |35690 |Application |Port {#SNMPINDEX} | +ROW |7520 |35691 |Application |Port {#SNMPINDEX} | +ROW |7521 |35692 |Application |Port {#SNMPINDEX} | +ROW |7522 |35693 |Application |Port {#SNMPINDEX} | +ROW |7523 |35694 |Application |Port {#SNMPINDEX} | +ROW |7524 |35695 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7525 |35696 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7526 |35697 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7527 |35698 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7528 |35699 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7529 |35700 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7530 |35701 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7531 |35702 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7532 |35703 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7533 |35704 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7534 |35705 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7535 |35706 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7536 |35707 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7537 |35708 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7538 |35709 |Application |Status | +ROW |7539 |35710 |Application |Inventory | +ROW |7540 |35711 |Application |Inventory | +ROW |7541 |35712 |Application |Inventory | +ROW |7542 |35713 |Application |Inventory | +ROW |7543 |35714 |Application |Inventory | +ROW |7544 |35715 |Application |Status | +ROW |7545 |35725 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7546 |35726 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7547 |35727 |Application |Fans | +ROW |7548 |35728 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7549 |35729 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7550 |35730 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7551 |35731 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7552 |35732 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7553 |35733 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7554 |35734 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7555 |35735 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7556 |35736 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7557 |35737 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7558 |35738 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7559 |35739 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7560 |35740 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7561 |35741 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7562 |35742 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7563 |35743 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7564 |35744 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7565 |35745 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7566 |35746 |Application |Slot {#ZYXEL.SLOT.ID} Port {#ZYXEL.PORTID} | +ROW |7567 |35747 |Application |Port {#SNMPINDEX} | +ROW |7568 |35748 |Application |Port {#SNMPINDEX} | +ROW |7569 |35749 |Application |Port {#SNMPINDEX} | +ROW |7570 |35750 |Application |Port {#SNMPINDEX} | +ROW |7571 |35751 |Application |Port {#SNMPINDEX} | +ROW |7572 |35752 |Application |Port {#SNMPINDEX} | +ROW |7573 |35753 |Application |Port {#SNMPINDEX} | +ROW |7574 |35754 |Application |Port {#SNMPINDEX} | +ROW |7575 |35755 |Application |Port {#SNMPINDEX} | +ROW |7576 |35756 |Application |Port {#SNMPINDEX} | +ROW |7577 |35757 |Application |Port {#SNMPINDEX} | +ROW |7578 |35758 |Application |Port {#SNMPINDEX} | +ROW |7579 |35759 |Application |Port {#SNMPINDEX} | +ROW |7580 |35760 |Application |Port {#SNMPINDEX} | +ROW |7581 |35761 |Application |Port {#SNMPINDEX} | +ROW |7582 |35762 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7583 |35763 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7584 |35764 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7585 |35765 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7586 |35766 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7587 |35767 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7588 |35768 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7589 |35769 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7590 |35770 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7591 |35771 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7592 |35772 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7593 |35773 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7594 |35774 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7595 |35775 |Application |Slot {#ZYXEL.SLOT.ID} | +ROW |7596 |35776 |Application |Status | +ROW |7597 |35777 |Application |Inventory | +ROW |7598 |35778 |Application |Inventory | +ROW |7599 |35779 |Application |Inventory | +ROW |7600 |35780 |Application |Inventory | +ROW |7601 |35781 |Application |Inventory | +ROW |7602 |35782 |Application |Inventory | +ROW |7603 |35783 |Application |Inventory | +ROW |7604 |35784 |Application |Status | +ROW |7605 |35785 |Application |Status | +ROW |7606 |35791 |Application |Fans | +ROW |7607 |35792 |Application |Port {#SNMPINDEX} | +ROW |7608 |35793 |Application |Port {#SNMPINDEX} | +ROW |7609 |35794 |Application |Port {#SNMPINDEX} | +ROW |7610 |35795 |Application |Port {#SNMPINDEX} | +ROW |7611 |35796 |Application |Port {#SNMPINDEX} | +ROW |7612 |35797 |Application |Port {#SNMPINDEX} | +ROW |7613 |35798 |Application |Port {#SNMPINDEX} | +ROW |7614 |35799 |Application |Port {#SNMPINDEX} | +ROW |7615 |35800 |Application |Port {#SNMPINDEX} | +ROW |7616 |35801 |Application |Port {#SNMPINDEX} | +ROW |7617 |35802 |Application |Port {#SNMPINDEX} | +ROW |7618 |35803 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7619 |35804 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7620 |35805 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7621 |35806 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7622 |35807 |Application |Port {#ZYXEL.IF.NAME} | +ROW |7623 |35808 |Application |Temperature | +ROW |7624 |35809 |Application |Power supply | +ROW |7625 |35810 |Application |Status | +ROW |7626 |35811 |Application |Inventory | +ROW |7627 |35812 |Application |CPU | +ROW |7628 |35813 |Application |Inventory | +ROW |7629 |35814 |Application |Inventory | +ROW |7630 |35815 |Application |Inventory | +ROW |7631 |35816 |Application |Inventory | +ROW |7632 |35817 |Application |Inventory | +ROW |7633 |35818 |Application |Inventory | +ROW |7634 |35819 |Application |Status | +ROW |7635 |35823 |Application |Port {#SNMPINDEX} | +ROW |7636 |35824 |Application |Port {#SNMPINDEX} | +ROW |7637 |35825 |Application |Port {#SNMPINDEX} | +ROW |7638 |35826 |Application |Port {#SNMPINDEX} | +ROW |7639 |35827 |Application |Port {#SNMPINDEX} | +ROW |7640 |35828 |Application |Port {#SNMPINDEX} | +ROW |7641 |35829 |Application |Port {#SNMPINDEX} | +ROW |7642 |35830 |Application |Port {#SNMPINDEX} | +ROW |7643 |35831 |Application |Port {#SNMPINDEX} | +ROW |7644 |35832 |Application |Port {#SNMPINDEX} | +ROW |7645 |35833 |Application |Port {#SNMPINDEX} | +ROW |7646 |35834 |Application |Port {#SNMPINDEX} | +ROW |7647 |35835 |Application |Port {#SNMPINDEX} | +ROW |7648 |35836 |Application |Port {#SNMPINDEX} | +ROW |7649 |35837 |Application |Port {#SNMPINDEX} | +ROW |7650 |35838 |Application |Port {#SNMPINDEX} | +ROW |7651 |35839 |Application |Port {#SNMPINDEX} | +ROW |7652 |35840 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7653 |35841 |Application |Port {#SNMPINDEX} | +ROW |7654 |35842 |Application |Port {#SNMPINDEX} | +ROW |7655 |35843 |Application |Port {#SNMPINDEX} | +ROW |7656 |35844 |Application |Port {#SNMPINDEX} | +ROW |7657 |35845 |Application |Port {#SNMPINDEX} | +ROW |7658 |35846 |Application |Port {#SNMPINDEX} | +ROW |7659 |35847 |Application |Port {#SNMPINDEX} | +ROW |7660 |35848 |Application |Status | +ROW |7661 |35849 |Application |Inventory | +ROW |7662 |35850 |Application |CPU | +ROW |7663 |35851 |Application |Inventory | +ROW |7664 |35852 |Application |Inventory | +ROW |7665 |35853 |Application |Inventory | +ROW |7666 |35854 |Application |Inventory | +ROW |7667 |35855 |Application |Inventory | +ROW |7668 |35856 |Application |Inventory | +ROW |7669 |35857 |Application |Status | +ROW |7670 |35864 |Application |Memory | +ROW |7671 |35865 |Application |Port {#SNMPINDEX} | +ROW |7672 |35866 |Application |Port {#SNMPINDEX} | +ROW |7673 |35867 |Application |Port {#SNMPINDEX} | +ROW |7674 |35868 |Application |Port {#SNMPINDEX} | +ROW |7675 |35869 |Application |Port {#SNMPINDEX} | +ROW |7676 |35870 |Application |Port {#SNMPINDEX} | +ROW |7677 |35871 |Application |Port {#SNMPINDEX} | +ROW |7678 |35872 |Application |Port {#SNMPINDEX} | +ROW |7679 |35873 |Application |Port {#SNMPINDEX} | +ROW |7680 |35874 |Application |Port {#SNMPINDEX} | +ROW |7681 |35875 |Application |Port {#SNMPINDEX} | +ROW |7682 |35876 |Application |Port {#SNMPINDEX} | +ROW |7683 |35877 |Application |Port {#SNMPINDEX} | +ROW |7684 |35878 |Application |Port {#SNMPINDEX} | +ROW |7685 |35879 |Application |Port {#SNMPINDEX} | +ROW |7686 |35880 |Application |Port {#SNMPINDEX} | +ROW |7687 |35881 |Application |Port {#SNMPINDEX} | +ROW |7688 |35882 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7689 |35883 |Application |Port {#SNMPINDEX} | +ROW |7690 |35884 |Application |Port {#SNMPINDEX} | +ROW |7691 |35885 |Application |Port {#SNMPINDEX} | +ROW |7692 |35886 |Application |Port {#SNMPINDEX} | +ROW |7693 |35887 |Application |Port {#SNMPINDEX} | +ROW |7694 |35888 |Application |Port {#SNMPINDEX} | +ROW |7695 |35889 |Application |Port {#SNMPINDEX} | +ROW |7696 |35890 |Application |Temperature | +ROW |7697 |35891 |Application |Power supply | +ROW |7698 |35892 |Application |Status | +ROW |7699 |35893 |Application |Inventory | +ROW |7700 |35894 |Application |CPU | +ROW |7701 |35895 |Application |Inventory | +ROW |7702 |35896 |Application |Inventory | +ROW |7703 |35897 |Application |Inventory | +ROW |7704 |35898 |Application |Inventory | +ROW |7705 |35899 |Application |Inventory | +ROW |7706 |35900 |Application |Inventory | +ROW |7707 |35901 |Application |Status | +ROW |7708 |35908 |Application |Memory | +ROW |7709 |35909 |Application |Port {#SNMPINDEX} | +ROW |7710 |35910 |Application |Port {#SNMPINDEX} | +ROW |7711 |35911 |Application |Port {#SNMPINDEX} | +ROW |7712 |35912 |Application |Port {#SNMPINDEX} | +ROW |7713 |35913 |Application |Port {#SNMPINDEX} | +ROW |7714 |35914 |Application |Port {#SNMPINDEX} | +ROW |7715 |35915 |Application |Port {#SNMPINDEX} | +ROW |7716 |35916 |Application |Port {#SNMPINDEX} | +ROW |7717 |35917 |Application |Port {#SNMPINDEX} | +ROW |7718 |35918 |Application |Port {#SNMPINDEX} | +ROW |7719 |35919 |Application |Port {#SNMPINDEX} | +ROW |7720 |35920 |Application |Port {#SNMPINDEX} | +ROW |7721 |35921 |Application |Port {#SNMPINDEX} | +ROW |7722 |35922 |Application |Port {#SNMPINDEX} | +ROW |7723 |35923 |Application |Port {#SNMPINDEX} | +ROW |7724 |35924 |Application |Port {#SNMPINDEX} | +ROW |7725 |35925 |Application |Port {#SNMPINDEX} | +ROW |7726 |35926 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7727 |35927 |Application |Port {#SNMPINDEX} | +ROW |7728 |35928 |Application |Port {#SNMPINDEX} | +ROW |7729 |35929 |Application |Port {#SNMPINDEX} | +ROW |7730 |35930 |Application |Port {#SNMPINDEX} | +ROW |7731 |35931 |Application |Port {#SNMPINDEX} | +ROW |7732 |35932 |Application |Port {#SNMPINDEX} | +ROW |7733 |35933 |Application |Port {#SNMPINDEX} | +ROW |7734 |35934 |Application |Temperature | +ROW |7735 |35935 |Application |Power supply | +ROW |7736 |35936 |Application |Status | +ROW |7737 |35937 |Application |Inventory | +ROW |7738 |35938 |Application |CPU | +ROW |7739 |35939 |Application |Inventory | +ROW |7740 |35940 |Application |Inventory | +ROW |7741 |35941 |Application |Inventory | +ROW |7742 |35942 |Application |Inventory | +ROW |7743 |35943 |Application |Inventory | +ROW |7744 |35944 |Application |Inventory | +ROW |7745 |35945 |Application |Status | +ROW |7746 |35952 |Application |Fans | +ROW |7747 |35953 |Application |Port {#SNMPINDEX} | +ROW |7748 |35954 |Application |Port {#SNMPINDEX} | +ROW |7749 |35955 |Application |Port {#SNMPINDEX} | +ROW |7750 |35956 |Application |Port {#SNMPINDEX} | +ROW |7751 |35957 |Application |Port {#SNMPINDEX} | +ROW |7752 |35958 |Application |Port {#SNMPINDEX} | +ROW |7753 |35959 |Application |Port {#SNMPINDEX} | +ROW |7754 |35960 |Application |Port {#SNMPINDEX} | +ROW |7755 |35961 |Application |Port {#SNMPINDEX} | +ROW |7756 |35962 |Application |Port {#SNMPINDEX} | +ROW |7757 |35963 |Application |Port {#SNMPINDEX} | +ROW |7758 |35964 |Application |Port {#SNMPINDEX} | +ROW |7759 |35965 |Application |Port {#SNMPINDEX} | +ROW |7760 |35966 |Application |Port {#SNMPINDEX} | +ROW |7761 |35967 |Application |Port {#SNMPINDEX} | +ROW |7762 |35968 |Application |Port {#SNMPINDEX} | +ROW |7763 |35969 |Application |Port {#SNMPINDEX} | +ROW |7764 |35970 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7765 |35971 |Application |Port {#SNMPINDEX} | +ROW |7766 |35972 |Application |Port {#SNMPINDEX} | +ROW |7767 |35973 |Application |Port {#SNMPINDEX} | +ROW |7768 |35974 |Application |Port {#SNMPINDEX} | +ROW |7769 |35975 |Application |Port {#SNMPINDEX} | +ROW |7770 |35976 |Application |Port {#SNMPINDEX} | +ROW |7771 |35977 |Application |Port {#SNMPINDEX} | +ROW |7772 |35978 |Application |Temperature | +ROW |7773 |35979 |Application |Power supply | +ROW |7774 |35980 |Application |Status | +ROW |7775 |35981 |Application |Inventory | +ROW |7776 |35982 |Application |CPU | +ROW |7777 |35983 |Application |Inventory | +ROW |7778 |35984 |Application |Inventory | +ROW |7779 |35985 |Application |Inventory | +ROW |7780 |35986 |Application |Inventory | +ROW |7781 |35987 |Application |Inventory | +ROW |7782 |35988 |Application |Inventory | +ROW |7783 |35989 |Application |Status | +ROW |7784 |35996 |Application |Fans | +ROW |7785 |35997 |Application |Port {#SNMPINDEX} | +ROW |7786 |35998 |Application |Port {#SNMPINDEX} | +ROW |7787 |35999 |Application |Port {#SNMPINDEX} | +ROW |7788 |36000 |Application |Port {#SNMPINDEX} | +ROW |7789 |36001 |Application |Port {#SNMPINDEX} | +ROW |7790 |36002 |Application |Port {#SNMPINDEX} | +ROW |7791 |36003 |Application |Port {#SNMPINDEX} | +ROW |7792 |36004 |Application |Port {#SNMPINDEX} | +ROW |7793 |36005 |Application |Port {#SNMPINDEX} | +ROW |7794 |36006 |Application |Port {#SNMPINDEX} | +ROW |7795 |36007 |Application |Port {#SNMPINDEX} | +ROW |7796 |36008 |Application |Port {#SNMPINDEX} | +ROW |7797 |36009 |Application |Port {#SNMPINDEX} | +ROW |7798 |36010 |Application |Port {#SNMPINDEX} | +ROW |7799 |36011 |Application |Port {#SNMPINDEX} | +ROW |7800 |36012 |Application |Port {#SNMPINDEX} | +ROW |7801 |36013 |Application |Port {#SNMPINDEX} | +ROW |7802 |36014 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7803 |36015 |Application |Port {#SNMPINDEX} | +ROW |7804 |36016 |Application |Port {#SNMPINDEX} | +ROW |7805 |36017 |Application |Port {#SNMPINDEX} | +ROW |7806 |36018 |Application |Port {#SNMPINDEX} | +ROW |7807 |36019 |Application |Port {#SNMPINDEX} | +ROW |7808 |36020 |Application |Port {#SNMPINDEX} | +ROW |7809 |36021 |Application |Port {#SNMPINDEX} | +ROW |7810 |36022 |Application |Temperature | +ROW |7811 |36023 |Application |Power supply | +ROW |7812 |36024 |Application |Status | +ROW |7813 |36025 |Application |Inventory | +ROW |7814 |36026 |Application |CPU | +ROW |7815 |36027 |Application |Inventory | +ROW |7816 |36028 |Application |Inventory | +ROW |7817 |36029 |Application |Inventory | +ROW |7818 |36030 |Application |Memory | +ROW |7819 |36031 |Application |Inventory | +ROW |7820 |36032 |Application |Inventory | +ROW |7821 |36033 |Application |Inventory | +ROW |7822 |36034 |Application |Status | +ROW |7823 |36041 |Application |Fans | +ROW |7824 |36042 |Application |Port {#SNMPINDEX} | +ROW |7825 |36043 |Application |Port {#SNMPINDEX} | +ROW |7826 |36044 |Application |Port {#SNMPINDEX} | +ROW |7827 |36045 |Application |Port {#SNMPINDEX} | +ROW |7828 |36046 |Application |Port {#SNMPINDEX} | +ROW |7829 |36047 |Application |Port {#SNMPINDEX} | +ROW |7830 |36048 |Application |Port {#SNMPINDEX} | +ROW |7831 |36049 |Application |Port {#SNMPINDEX} | +ROW |7832 |36050 |Application |Port {#SNMPINDEX} | +ROW |7833 |36051 |Application |Port {#SNMPINDEX} | +ROW |7834 |36052 |Application |Port {#SNMPINDEX} | +ROW |7835 |36053 |Application |Port {#SNMPINDEX} | +ROW |7836 |36054 |Application |Port {#SNMPINDEX} | +ROW |7837 |36055 |Application |Port {#SNMPINDEX} | +ROW |7838 |36056 |Application |Port {#SNMPINDEX} | +ROW |7839 |36057 |Application |Port {#SNMPINDEX} | +ROW |7840 |36058 |Application |Port {#SNMPINDEX} | +ROW |7841 |36059 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7842 |36060 |Application |Port {#SNMPINDEX} | +ROW |7843 |36061 |Application |Port {#SNMPINDEX} | +ROW |7844 |36062 |Application |Port {#SNMPINDEX} | +ROW |7845 |36063 |Application |Port {#SNMPINDEX} | +ROW |7846 |36064 |Application |Port {#SNMPINDEX} | +ROW |7847 |36065 |Application |Port {#SNMPINDEX} | +ROW |7848 |36066 |Application |Port {#SNMPINDEX} | +ROW |7849 |36067 |Application |Temperature | +ROW |7850 |36068 |Application |Power supply | +ROW |7851 |36069 |Application |Status | +ROW |7852 |36070 |Application |Inventory | +ROW |7853 |36071 |Application |CPU | +ROW |7854 |36072 |Application |Inventory | +ROW |7855 |36073 |Application |Inventory | +ROW |7856 |36074 |Application |Inventory | +ROW |7857 |36075 |Application |Memory | +ROW |7858 |36076 |Application |Inventory | +ROW |7859 |36077 |Application |Inventory | +ROW |7860 |36078 |Application |Inventory | +ROW |7861 |36079 |Application |Status | +ROW |7862 |36086 |Application |Fans | +ROW |7863 |36087 |Application |Port {#SNMPINDEX} | +ROW |7864 |36088 |Application |Port {#SNMPINDEX} | +ROW |7865 |36089 |Application |Port {#SNMPINDEX} | +ROW |7866 |36090 |Application |Port {#SNMPINDEX} | +ROW |7867 |36091 |Application |Port {#SNMPINDEX} | +ROW |7868 |36092 |Application |Port {#SNMPINDEX} | +ROW |7869 |36093 |Application |Port {#SNMPINDEX} | +ROW |7870 |36094 |Application |Port {#SNMPINDEX} | +ROW |7871 |36095 |Application |Port {#SNMPINDEX} | +ROW |7872 |36096 |Application |Port {#SNMPINDEX} | +ROW |7873 |36097 |Application |Port {#SNMPINDEX} | +ROW |7874 |36098 |Application |Port {#SNMPINDEX} | +ROW |7875 |36099 |Application |Port {#SNMPINDEX} | +ROW |7876 |36100 |Application |Port {#SNMPINDEX} | +ROW |7877 |36101 |Application |Port {#SNMPINDEX} | +ROW |7878 |36102 |Application |Port {#SNMPINDEX} | +ROW |7879 |36103 |Application |Port {#SNMPINDEX} | +ROW |7880 |36104 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7881 |36105 |Application |Port {#SNMPINDEX} | +ROW |7882 |36106 |Application |Port {#SNMPINDEX} | +ROW |7883 |36107 |Application |Port {#SNMPINDEX} | +ROW |7884 |36108 |Application |Port {#SNMPINDEX} | +ROW |7885 |36109 |Application |Port {#SNMPINDEX} | +ROW |7886 |36110 |Application |Port {#SNMPINDEX} | +ROW |7887 |36111 |Application |Port {#SNMPINDEX} | +ROW |7888 |36112 |Application |Temperature | +ROW |7889 |36113 |Application |Power supply | +ROW |7890 |36114 |Application |Status | +ROW |7891 |36115 |Application |Inventory | +ROW |7892 |36116 |Application |CPU | +ROW |7893 |36117 |Application |Inventory | +ROW |7894 |36118 |Application |Inventory | +ROW |7895 |36119 |Application |Inventory | +ROW |7896 |36120 |Application |Inventory | +ROW |7897 |36121 |Application |Inventory | +ROW |7898 |36122 |Application |Inventory | +ROW |7899 |36123 |Application |Status | +ROW |7900 |36131 |Application |Fans | +ROW |7901 |36132 |Application |Memory | +ROW |7902 |36133 |Application |Port {#SNMPINDEX} | +ROW |7903 |36134 |Application |Port {#SNMPINDEX} | +ROW |7904 |36135 |Application |Port {#SNMPINDEX} | +ROW |7905 |36136 |Application |Port {#SNMPINDEX} | +ROW |7906 |36137 |Application |Port {#SNMPINDEX} | +ROW |7907 |36138 |Application |Port {#SNMPINDEX} | +ROW |7908 |36139 |Application |Port {#SNMPINDEX} | +ROW |7909 |36140 |Application |Port {#SNMPINDEX} | +ROW |7910 |36141 |Application |Port {#SNMPINDEX} | +ROW |7911 |36142 |Application |Port {#SNMPINDEX} | +ROW |7912 |36143 |Application |Port {#SNMPINDEX} | +ROW |7913 |36144 |Application |Port {#SNMPINDEX} | +ROW |7914 |36145 |Application |Port {#SNMPINDEX} | +ROW |7915 |36146 |Application |Port {#SNMPINDEX} | +ROW |7916 |36147 |Application |Port {#SNMPINDEX} | +ROW |7917 |36148 |Application |Port {#SNMPINDEX} | +ROW |7918 |36149 |Application |Port {#SNMPINDEX} | +ROW |7919 |36150 |Application |Port {#ZYXEL.SFP.PORT} | +ROW |7920 |36151 |Application |Port {#SNMPINDEX} | +ROW |7921 |36152 |Application |Port {#SNMPINDEX} | +ROW |7922 |36153 |Application |Port {#SNMPINDEX} | +ROW |7923 |36154 |Application |Port {#SNMPINDEX} | +ROW |7924 |36155 |Application |Port {#SNMPINDEX} | +ROW |7925 |36156 |Application |Port {#SNMPINDEX} | +ROW |7926 |36157 |Application |Port {#SNMPINDEX} | +ROW |7927 |36158 |Application |Temperature | +ROW |7928 |36159 |Application |Power supply | +ROW |7929 |36160 |Application |General | +ROW |7930 |36161 |Application |General | +ROW |7931 |36162 |Application |General | +ROW |7932 |36163 |Application |General | +ROW |7933 |36164 |Application |General | +ROW |7934 |36165 |Application |Status | +ROW |7935 |36166 |Application |General | +ROW |7936 |36167 |Application |Status | +ROW |7937 |36178 |Application |Disk arrays | +ROW |7938 |36179 |Application |Disk arrays | +ROW |7939 |36180 |Application |Disk arrays | +ROW |7940 |36181 |Application |Fans | +ROW |7941 |36182 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7942 |36183 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7943 |36184 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7944 |36185 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7945 |36186 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7946 |36187 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7947 |36188 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7948 |36189 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7949 |36190 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7950 |36191 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7951 |36192 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7952 |36193 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7953 |36194 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7954 |36195 |Application |Interface {#IFNAME}({#IFALIAS}) | +ROW |7955 |36196 |Application |Physical disks | +ROW |7956 |36197 |Application |Physical disks | +ROW |7957 |36198 |Application |Physical disks | +ROW |7958 |36199 |Application |Physical disks | +ROW |7959 |36200 |Application |Physical disks | +ROW |7960 |36201 |Application |Power supply | +ROW |7961 |36202 |Application |Temperature | +ROW |7962 |36203 |Application |Temperature | +ROW |7963 |36204 |Application |Temperature | +ROW |7964 |36205 |Application |Temperature | +ROW |7965 |36206 |Application |Temperature | +ROW |7966 |36207 |Application |Inventory | +ROW |7967 |36208 |Application |Inventory | +ROW |7968 |36209 |Application |Status | +ROW |7969 |36210 |Application |Virtual disks | +ROW |7970 |36211 |Application |Virtual disks | +ROW |7971 |36212 |Application |Virtual disks | +ROW |7972 |36213 |Application |Zabbix raw items | +ROW |7973 |36214 |Application |Status | +ROW |7974 |36215 |Application |Inventory | +ROW |7975 |36216 |Application |Inventory | +ROW |7976 |36217 |Application |Inventory | +ROW |7977 |36218 |Application |Status | +ROW |7978 |36227 |Application |Zabbix raw items | +ROW |7979 |36228 |Application |Zabbix raw items | +ROW |7980 |36229 |Application |Zabbix raw items | +ROW |7981 |36230 |Application |Zabbix raw items | +ROW |7982 |36231 |Application |Zabbix raw items | +ROW |7983 |36232 |Application |Zabbix raw items | +ROW |7984 |36233 |Application |Zabbix raw items | +ROW |7985 |36234 |Application |Zabbix raw items | +ROW |7986 |36235 |Application |Fans | +ROW |7987 |36236 |Application |Fans | +ROW |7988 |36237 |Application |Network interfaces | +ROW |7989 |36238 |Application |Network interfaces | +ROW |7990 |36239 |Application |Network interfaces | +ROW |7991 |36240 |Application |Network interfaces | +ROW |7992 |36241 |Application |Physical disks | +ROW |7993 |36242 |Application |Physical disks | +ROW |7994 |36243 |Application |Physical disks | +ROW |7995 |36244 |Application |Physical disks | +ROW |7996 |36245 |Application |Physical disks | +ROW |7997 |36246 |Application |Power supply | +ROW |7998 |36247 |Application |Temperature | +ROW |7999 |36248 |Application |Temperature | +ROW |8000 |36249 |Application |Virtual disks | +ROW |8001 |36250 |Application |Virtual disks | +ROW |8002 |36251 |Application |Virtual disks | +ROW |8003 |36252 |Application |Virtual disks | +ROW |8004 |36253 |Application |Virtual disks | +ROW |8005 |36254 |Application |Virtual disks | +ROW |8006 |36255 |Application |General | +ROW |8007 |36256 |Application |General | +ROW |8008 |36257 |Application |Inventory | +ROW |8009 |36258 |Application |Inventory | +ROW |8010 |36259 |Application |Inventory | +ROW |8011 |36260 |Application |General | +ROW |8012 |36261 |Application |General | +ROW |8013 |36262 |Application |General | +ROW |8014 |36263 |Application |Status | +ROW |8015 |36264 |Application |Inventory | +ROW |8016 |36265 |Application |Status | +ROW |8017 |36266 |Application |General | +ROW |8018 |36267 |Application |Status | +ROW |8019 |36275 |Application |Disk arrays | +ROW |8020 |36276 |Application |Disk arrays | +ROW |8021 |36277 |Application |Disk arrays | +ROW |8022 |36278 |Application |Fans | +ROW |8023 |36279 |Application |Fans | +ROW |8024 |36280 |Application |Physical disks | +ROW |8025 |36281 |Application |Physical disks | +ROW |8026 |36282 |Application |Physical disks | +ROW |8027 |36283 |Application |Physical disks | +ROW |8028 |36284 |Application |Physical disks | +ROW |8029 |36285 |Application |Physical disks | +ROW |8030 |36286 |Application |Power supply | +ROW |8031 |36287 |Application |Temperature | +ROW |8032 |36288 |Application |Temperature | +ROW |8033 |36289 |Application |Virtual disks | +ROW |8034 |36290 |Application |Virtual disks | +ROW |8035 |36291 |Application |Virtual disks | +ROW |8036 |36292 |Application |Virtual disks | +ROW |8037 |36293 |Application |Virtual disks | +ROW |8038 |36294 |Application |Virtual disks | +ROW |8039 |36295 |Application |Zabbix raw items | +ROW |8040 |36296 |Application |Status | +ROW |8041 |36297 |Application |Inventory | +ROW |8042 |36298 |Application |Inventory | +ROW |8043 |36299 |Application |Inventory | +ROW |8044 |36300 |Application |Status | +ROW |8045 |36309 |Application |Zabbix raw items | +ROW |8046 |36310 |Application |Zabbix raw items | +ROW |8047 |36311 |Application |Zabbix raw items | +ROW |8048 |36312 |Application |Zabbix raw items | +ROW |8049 |36313 |Application |Zabbix raw items | +ROW |8050 |36314 |Application |Zabbix raw items | +ROW |8051 |36315 |Application |Zabbix raw items | +ROW |8052 |36316 |Application |Zabbix raw items | +ROW |8053 |36317 |Application |Fans | +ROW |8054 |36318 |Application |Fans | +ROW |8055 |36319 |Application |Network interfaces | +ROW |8056 |36320 |Application |Network interfaces | +ROW |8057 |36321 |Application |Network interfaces | +ROW |8058 |36322 |Application |Network interfaces | +ROW |8059 |36323 |Application |Physical disks | +ROW |8060 |36324 |Application |Physical disks | +ROW |8061 |36325 |Application |Physical disks | +ROW |8062 |36326 |Application |Physical disks | +ROW |8063 |36327 |Application |Physical disks | +ROW |8064 |36328 |Application |Power supply | +ROW |8065 |36329 |Application |Temperature | +ROW |8066 |36330 |Application |Temperature | +ROW |8067 |36331 |Application |Virtual disks | +ROW |8068 |36332 |Application |Virtual disks | +ROW |8069 |36333 |Application |Virtual disks | +ROW |8070 |36334 |Application |Virtual disks | +ROW |8071 |36335 |Application |Virtual disks | +ROW |8072 |36336 |Application |Virtual disks | +ROW |8073 |36337 |Application |General | +ROW |8074 |36338 |Application |General | +ROW |8075 |36339 |Application |Inventory | +ROW |8076 |36340 |Application |Inventory | +ROW |8077 |36341 |Application |Inventory | +ROW |8078 |36342 |Application |General | +ROW |8079 |36343 |Application |General | +ROW |8080 |36344 |Application |General | +ROW |8081 |36345 |Application |Status | +ROW |8082 |36346 |Application |Inventory | +ROW |8083 |36347 |Application |Status | +ROW |8084 |36348 |Application |General | +ROW |8085 |36349 |Application |Status | +ROW |8086 |36357 |Application |Disk arrays | +ROW |8087 |36358 |Application |Disk arrays | +ROW |8088 |36359 |Application |Disk arrays | +ROW |8089 |36360 |Application |Fans | +ROW |8090 |36361 |Application |Fans | +ROW |8091 |36362 |Application |Physical disks | +ROW |8092 |36363 |Application |Physical disks | +ROW |8093 |36364 |Application |Physical disks | +ROW |8094 |36365 |Application |Physical disks | +ROW |8095 |36366 |Application |Physical disks | +ROW |8096 |36367 |Application |Physical disks | +ROW |8097 |36368 |Application |Power supply | +ROW |8098 |36369 |Application |Temperature | +ROW |8099 |36370 |Application |Temperature | +ROW |8100 |36371 |Application |Virtual disks | +ROW |8101 |36372 |Application |Virtual disks | +ROW |8102 |36373 |Application |Virtual disks | +ROW |8103 |36374 |Application |Virtual disks | +ROW |8104 |36375 |Application |Virtual disks | +ROW |8105 |36376 |Application |Virtual disks | +ROW |8106 |36377 |Application |Zabbix raw items | +ROW |8107 |36378 |Application |Status | +ROW |8108 |36379 |Application |Inventory | +ROW |8109 |36380 |Application |Inventory | +ROW |8110 |36381 |Application |Inventory | +ROW |8111 |36382 |Application |Status | +ROW |8112 |36391 |Application |Zabbix raw items | +ROW |8113 |36392 |Application |Zabbix raw items | +ROW |8114 |36393 |Application |Zabbix raw items | +ROW |8115 |36394 |Application |Zabbix raw items | +ROW |8116 |36395 |Application |Zabbix raw items | +ROW |8117 |36396 |Application |Zabbix raw items | +ROW |8118 |36397 |Application |Zabbix raw items | +ROW |8119 |36398 |Application |Zabbix raw items | +ROW |8120 |36399 |Application |Fans | +ROW |8121 |36400 |Application |Fans | +ROW |8122 |36401 |Application |Network interfaces | +ROW |8123 |36402 |Application |Network interfaces | +ROW |8124 |36403 |Application |Network interfaces | +ROW |8125 |36404 |Application |Network interfaces | +ROW |8126 |36405 |Application |Physical disks | +ROW |8127 |36406 |Application |Physical disks | +ROW |8128 |36407 |Application |Physical disks | +ROW |8129 |36408 |Application |Physical disks | +ROW |8130 |36409 |Application |Physical disks | +ROW |8131 |36410 |Application |Power supply | +ROW |8132 |36411 |Application |Temperature | +ROW |8133 |36412 |Application |Temperature | +ROW |8134 |36413 |Application |Virtual disks | +ROW |8135 |36414 |Application |Virtual disks | +ROW |8136 |36415 |Application |Virtual disks | +ROW |8137 |36416 |Application |Virtual disks | +ROW |8138 |36417 |Application |Virtual disks | +ROW |8139 |36418 |Application |Virtual disks | +ROW |8140 |36419 |Application |General | +ROW |8141 |36420 |Application |General | +ROW |8142 |36421 |Application |Inventory | +ROW |8143 |36422 |Application |Inventory | +ROW |8144 |36423 |Application |Inventory | +ROW |8145 |36424 |Application |General | +ROW |8146 |36425 |Application |General | +ROW |8147 |36426 |Application |General | +ROW |8148 |36427 |Application |Status | +ROW |8149 |36428 |Application |Inventory | +ROW |8150 |36429 |Application |Status | +ROW |8151 |36430 |Application |General | +ROW |8152 |36431 |Application |Status | +ROW |8153 |36439 |Application |Disk arrays | +ROW |8154 |36440 |Application |Disk arrays | +ROW |8155 |36441 |Application |Disk arrays | +ROW |8156 |36442 |Application |Fans | +ROW |8157 |36443 |Application |Fans | +ROW |8158 |36444 |Application |Physical disks | +ROW |8159 |36445 |Application |Physical disks | +ROW |8160 |36446 |Application |Physical disks | +ROW |8161 |36447 |Application |Physical disks | +ROW |8162 |36448 |Application |Physical disks | +ROW |8163 |36449 |Application |Physical disks | +ROW |8164 |36450 |Application |Power supply | +ROW |8165 |36451 |Application |Temperature | +ROW |8166 |36452 |Application |Temperature | +ROW |8167 |36453 |Application |Virtual disks | +ROW |8168 |36454 |Application |Virtual disks | +ROW |8169 |36455 |Application |Virtual disks | +ROW |8170 |36456 |Application |Virtual disks | +ROW |8171 |36457 |Application |Virtual disks | +ROW |8172 |36458 |Application |Virtual disks | +ROW |8173 |36459 |Application |Zabbix raw items | +ROW |8174 |36460 |Application |Status | +ROW |8175 |36461 |Application |Inventory | +ROW |8176 |36462 |Application |Inventory | +ROW |8177 |36463 |Application |Inventory | +ROW |8178 |36464 |Application |Status | +ROW |8179 |36473 |Application |Zabbix raw items | +ROW |8180 |36474 |Application |Zabbix raw items | +ROW |8181 |36475 |Application |Zabbix raw items | +ROW |8182 |36476 |Application |Zabbix raw items | +ROW |8183 |36477 |Application |Zabbix raw items | +ROW |8184 |36478 |Application |Zabbix raw items | +ROW |8185 |36479 |Application |Zabbix raw items | +ROW |8186 |36480 |Application |Zabbix raw items | +ROW |8187 |36481 |Application |Fans | +ROW |8188 |36482 |Application |Fans | +ROW |8189 |36483 |Application |Network interfaces | +ROW |8190 |36484 |Application |Network interfaces | +ROW |8191 |36485 |Application |Network interfaces | +ROW |8192 |36486 |Application |Network interfaces | +ROW |8193 |36487 |Application |Physical disks | +ROW |8194 |36488 |Application |Physical disks | +ROW |8195 |36489 |Application |Physical disks | +ROW |8196 |36490 |Application |Physical disks | +ROW |8197 |36491 |Application |Physical disks | +ROW |8198 |36492 |Application |Power supply | +ROW |8199 |36493 |Application |Temperature | +ROW |8200 |36494 |Application |Temperature | +ROW |8201 |36495 |Application |Virtual disks | +ROW |8202 |36496 |Application |Virtual disks | +ROW |8203 |36497 |Application |Virtual disks | +ROW |8204 |36498 |Application |Virtual disks | +ROW |8205 |36499 |Application |Virtual disks | +ROW |8206 |36500 |Application |Virtual disks | +ROW |8207 |36501 |Application |General | +ROW |8208 |36502 |Application |General | +ROW |8209 |36503 |Application |Inventory | +ROW |8210 |36504 |Application |Inventory | +ROW |8211 |36505 |Application |Inventory | +ROW |8212 |36506 |Application |General | +ROW |8213 |36507 |Application |General | +ROW |8214 |36508 |Application |General | +ROW |8215 |36509 |Application |Status | +ROW |8216 |36510 |Application |Inventory | +ROW |8217 |36511 |Application |Status | +ROW |8218 |36512 |Application |General | +ROW |8219 |36513 |Application |Status | +ROW |8220 |36521 |Application |Disk arrays | +ROW |8221 |36522 |Application |Disk arrays | +ROW |8222 |36523 |Application |Disk arrays | +ROW |8223 |36524 |Application |Fans | +ROW |8224 |36525 |Application |Fans | +ROW |8225 |36526 |Application |Physical disks | +ROW |8226 |36527 |Application |Physical disks | +ROW |8227 |36528 |Application |Physical disks | +ROW |8228 |36529 |Application |Physical disks | +ROW |8229 |36530 |Application |Physical disks | +ROW |8230 |36531 |Application |Physical disks | +ROW |8231 |36532 |Application |Power supply | +ROW |8232 |36533 |Application |Temperature | +ROW |8233 |36534 |Application |Temperature | +ROW |8234 |36535 |Application |Virtual disks | +ROW |8235 |36536 |Application |Virtual disks | +ROW |8236 |36537 |Application |Virtual disks | +ROW |8237 |36538 |Application |Virtual disks | +ROW |8238 |36539 |Application |Virtual disks | +ROW |8239 |36540 |Application |Virtual disks | +ROW |8240 |36541 |Application |General | +ROW |8241 |36542 |Application |General | +ROW |8242 |36543 |Application |Inventory | +ROW |8243 |36544 |Application |Inventory | +ROW |8244 |36545 |Application |General | +ROW |8245 |36546 |Application |General | +ROW |8246 |36547 |Application |General | +ROW |8247 |36548 |Application |Temperature | +ROW |8248 |36549 |Application |Status | +ROW |8249 |36550 |Application |Status | +ROW |8250 |36551 |Application |General | +ROW |8251 |36552 |Application |Status | +ROW |8252 |36567 |Application |Disk arrays | +ROW |8253 |36568 |Application |Disk arrays | +ROW |8254 |36569 |Application |Disk arrays | +ROW |8255 |36570 |Application |Disk arrays | +ROW |8256 |36571 |Application |Fans | +ROW |8257 |36572 |Application |Network interfaces | +ROW |8258 |36573 |Application |Physical disks | +ROW |8259 |36574 |Application |Physical disks | +ROW |8260 |36575 |Application |Physical disks | +ROW |8261 |36576 |Application |Physical disks | +ROW |8262 |36577 |Application |Physical disks | +ROW |8263 |36578 |Application |Physical disks | +ROW |8264 |36579 |Application |Power supply | +ROW |8265 |36580 |Application |Temperature | +ROW |8266 |36581 |Application |Temperature | +ROW |8267 |36582 |Application |Temperature | +ROW |8268 |36583 |Application |Temperature | +ROW |8269 |36584 |Application |Temperature | +ROW |8270 |36585 |Application |Temperature | +ROW |8271 |36586 |Application |Temperature | +ROW |8272 |36587 |Application |Temperature | +ROW |8273 |36588 |Application |Temperature | +ROW |8274 |36589 |Application |Temperature | +ROW |8275 |36590 |Application |Temperature | +ROW |8276 |36591 |Application |Temperature | +ROW |8277 |36592 |Application |Temperature | +ROW |8278 |36593 |Application |Temperature | +ROW |8279 |36594 |Application |Temperature | +ROW |8280 |36595 |Application |Virtual disks | +ROW |8281 |36596 |Application |Virtual disks | +ROW |8282 |36597 |Application |Virtual disks | +ROW |8283 |36598 |Application |General | +ROW |8284 |36599 |Application |General | +ROW |8285 |36600 |Application |Inventory | +ROW |8286 |36601 |Application |Inventory | +ROW |8287 |36602 |Application |General | +ROW |8288 |36603 |Application |General | +ROW |8289 |36604 |Application |General | +ROW |8290 |36605 |Application |Temperature | +ROW |8291 |36606 |Application |Status | +ROW |8292 |36607 |Application |Status | +ROW |8293 |36608 |Application |General | +ROW |8294 |36609 |Application |Status | +ROW |8295 |36624 |Application |Disk arrays | +ROW |8296 |36625 |Application |Disk arrays | +ROW |8297 |36626 |Application |Disk arrays | +ROW |8298 |36627 |Application |Disk arrays | +ROW |8299 |36628 |Application |Fans | +ROW |8300 |36629 |Application |Network interfaces | +ROW |8301 |36630 |Application |Physical disks | +ROW |8302 |36631 |Application |Physical disks | +ROW |8303 |36632 |Application |Physical disks | +ROW |8304 |36633 |Application |Physical disks | +ROW |8305 |36634 |Application |Physical disks | +ROW |8306 |36635 |Application |Physical disks | +ROW |8307 |36636 |Application |Power supply | +ROW |8308 |36637 |Application |Temperature | +ROW |8309 |36638 |Application |Temperature | +ROW |8310 |36639 |Application |Temperature | +ROW |8311 |36640 |Application |Temperature | +ROW |8312 |36641 |Application |Temperature | +ROW |8313 |36642 |Application |Temperature | +ROW |8314 |36643 |Application |Temperature | +ROW |8315 |36644 |Application |Temperature | +ROW |8316 |36645 |Application |Temperature | +ROW |8317 |36646 |Application |Temperature | +ROW |8318 |36647 |Application |Temperature | +ROW |8319 |36648 |Application |Temperature | +ROW |8320 |36649 |Application |Temperature | +ROW |8321 |36650 |Application |Temperature | +ROW |8322 |36651 |Application |Temperature | +ROW |8323 |36652 |Application |Virtual disks | +ROW |8324 |36653 |Application |Virtual disks | +ROW |8325 |36654 |Application |Virtual disks | +ROW |8326 |36655 |Application |General | +ROW |8327 |36656 |Application |General | +ROW |8328 |36657 |Application |Inventory | +ROW |8329 |36658 |Application |Inventory | +ROW |8330 |36659 |Application |General | +ROW |8331 |36660 |Application |General | +ROW |8332 |36661 |Application |General | +ROW |8333 |36662 |Application |Temperature | +ROW |8334 |36663 |Application |Status | +ROW |8335 |36664 |Application |Status | +ROW |8336 |36665 |Application |General | +ROW |8337 |36666 |Application |Status | +ROW |8338 |36681 |Application |Disk arrays | +ROW |8339 |36682 |Application |Disk arrays | +ROW |8340 |36683 |Application |Disk arrays | +ROW |8341 |36684 |Application |Disk arrays | +ROW |8342 |36685 |Application |Fans | +ROW |8343 |36686 |Application |Network interfaces | +ROW |8344 |36687 |Application |Physical disks | +ROW |8345 |36688 |Application |Physical disks | +ROW |8346 |36689 |Application |Physical disks | +ROW |8347 |36690 |Application |Physical disks | +ROW |8348 |36691 |Application |Physical disks | +ROW |8349 |36692 |Application |Physical disks | +ROW |8350 |36693 |Application |Power supply | +ROW |8351 |36694 |Application |Temperature | +ROW |8352 |36695 |Application |Temperature | +ROW |8353 |36696 |Application |Temperature | +ROW |8354 |36697 |Application |Temperature | +ROW |8355 |36698 |Application |Temperature | +ROW |8356 |36699 |Application |Temperature | +ROW |8357 |36700 |Application |Temperature | +ROW |8358 |36701 |Application |Temperature | +ROW |8359 |36702 |Application |Temperature | +ROW |8360 |36703 |Application |Temperature | +ROW |8361 |36704 |Application |Temperature | +ROW |8362 |36705 |Application |Temperature | +ROW |8363 |36706 |Application |Temperature | +ROW |8364 |36707 |Application |Temperature | +ROW |8365 |36708 |Application |Temperature | +ROW |8366 |36709 |Application |Virtual disks | +ROW |8367 |36710 |Application |Virtual disks | +ROW |8368 |36711 |Application |Virtual disks | +ROW |8369 |36712 |Application |General | +ROW |8370 |36713 |Application |General | +ROW |8371 |36714 |Application |Inventory | +ROW |8372 |36715 |Application |Inventory | +ROW |8373 |36716 |Application |General | +ROW |8374 |36717 |Application |General | +ROW |8375 |36718 |Application |General | +ROW |8376 |36719 |Application |Temperature | +ROW |8377 |36720 |Application |Status | +ROW |8378 |36721 |Application |Status | +ROW |8379 |36722 |Application |General | +ROW |8380 |36723 |Application |Status | +ROW |8381 |36738 |Application |Disk arrays | +ROW |8382 |36739 |Application |Disk arrays | +ROW |8383 |36740 |Application |Disk arrays | +ROW |8384 |36741 |Application |Disk arrays | +ROW |8385 |36742 |Application |Fans | +ROW |8386 |36743 |Application |Network interfaces | +ROW |8387 |36744 |Application |Physical disks | +ROW |8388 |36745 |Application |Physical disks | +ROW |8389 |36746 |Application |Physical disks | +ROW |8390 |36747 |Application |Physical disks | +ROW |8391 |36748 |Application |Physical disks | +ROW |8392 |36749 |Application |Physical disks | +ROW |8393 |36750 |Application |Power supply | +ROW |8394 |36751 |Application |Temperature | +ROW |8395 |36752 |Application |Temperature | +ROW |8396 |36753 |Application |Temperature | +ROW |8397 |36754 |Application |Temperature | +ROW |8398 |36755 |Application |Temperature | +ROW |8399 |36756 |Application |Temperature | +ROW |8400 |36757 |Application |Temperature | +ROW |8401 |36758 |Application |Temperature | +ROW |8402 |36759 |Application |Temperature | +ROW |8403 |36760 |Application |Temperature | +ROW |8404 |36761 |Application |Temperature | +ROW |8405 |36762 |Application |Temperature | +ROW |8406 |36763 |Application |Temperature | +ROW |8407 |36764 |Application |Temperature | +ROW |8408 |36765 |Application |Temperature | +ROW |8409 |36766 |Application |Virtual disks | +ROW |8410 |36767 |Application |Virtual disks | +ROW |8411 |36768 |Application |Virtual disks | +ROW |8412 |36769 |Application |Asterisk | +ROW |8413 |36770 |Application |Asterisk | +ROW |8414 |36771 |Application |Asterisk | +ROW |8415 |36772 |Application |Zabbix raw items | +ROW |8416 |36773 |Application |Travis | +ROW |8417 |36774 |Application |Zabbix raw items | +ROW |8418 |36775 |Application |Zabbix raw items | +ROW |8419 |36776 |Application |Travis | +ROW |8420 |36777 |Application |Travis | +ROW |8421 |36778 |Application |Travis | +ROW |8422 |36779 |Application |Travis | +ROW |8423 |36780 |Application |Travis | +ROW |8424 |36782 |Application |Travis: Repo [{#SLUG}] | +ROW |8425 |36783 |Application |Zabbix raw items | +ROW |8426 |36784 |Application |Zabbix raw items | +ROW |8427 |36785 |Application |Travis: Repo [{#SLUG}] | +ROW |8428 |36786 |Application |Travis: Repo [{#SLUG}] | +ROW |8429 |36787 |Application |Travis: Repo [{#SLUG}] | +ROW |8430 |36788 |Application |Travis: Repo [{#SLUG}] | +ROW |8431 |36789 |Application |Travis: Repo [{#SLUG}] | +ROW |8432 |36790 |Application |Travis: Repo [{#SLUG}] | +ROW |8433 |36791 |Application |Travis: Repo [{#SLUG}] | +ROW |8434 |36792 |Application |Travis: Repo [{#SLUG}] | +ROW |8435 |36793 |Application |Travis: Repo [{#SLUG}] | +ROW |8436 |36794 |Application |Travis: Repo [{#SLUG}] | +ROW |8437 |36795 |Data |Raw | +ROW |8438 |36795 |target |InfluxDB | +ROW |8439 |36795 |transport |HTTP | +ROW |8440 |36796 |target |InfluxDB | +ROW |8441 |36796 |transport |HTTP | +ROW |8442 |36796 |type |State | +ROW |8443 |36797 |resource |tokens | +ROW |8444 |36797 |target |InfluxDB | +ROW |8445 |36797 |transport |dependent | +ROW |8446 |36797 |type |gauge | +ROW |8447 |36798 |resource |uptime | +ROW |8448 |36798 |target |InfluxDB | +ROW |8449 |36798 |transport |dependent | +ROW |8450 |36798 |type |gauge | +ROW |8451 |36799 |resource |tokens | +ROW |8452 |36799 |target |InfluxDB | +ROW |8453 |36799 |transport |dependent | +ROW |8454 |36799 |type |gauge | +ROW |8455 |36800 |resource |telegraf | +ROW |8456 |36800 |target |InfluxDB | +ROW |8457 |36800 |transport |dependent | +ROW |8458 |36800 |type |gauge | +ROW |8459 |36801 |resource |telegraf | +ROW |8460 |36801 |target |InfluxDB | +ROW |8461 |36801 |transport |dependent | +ROW |8462 |36801 |type |gauge | +ROW |8463 |36802 |resource |tasks | +ROW |8464 |36802 |target |InfluxDB | +ROW |8465 |36802 |transport |dependent | +ROW |8466 |36802 |type |gauge | +ROW |8467 |36803 |resource |tasks | +ROW |8468 |36803 |target |InfluxDB | +ROW |8469 |36803 |transport |dependent | +ROW |8470 |36803 |type |gauge | +ROW |8471 |36804 |resource |tasks | +ROW |8472 |36804 |target |InfluxDB | +ROW |8473 |36804 |transport |dependent | +ROW |8474 |36804 |type |rate | +ROW |8475 |36805 |resource |tasks | +ROW |8476 |36805 |target |InfluxDB | +ROW |8477 |36805 |transport |dependent | +ROW |8478 |36805 |type |rate | +ROW |8479 |36806 |resource |scrapers | +ROW |8480 |36806 |target |InfluxDB | +ROW |8481 |36806 |transport |dependent | +ROW |8482 |36806 |type |gauge | +ROW |8483 |36807 |resource |organizations | +ROW |8484 |36807 |target |InfluxDB | +ROW |8485 |36807 |transport |dependent | +ROW |8486 |36807 |type |gauge | +ROW |8487 |36808 |resource |dashboards | +ROW |8488 |36808 |target |InfluxDB | +ROW |8489 |36808 |transport |dependent | +ROW |8490 |36808 |type |gauge | +ROW |8491 |36809 |resource |buckets | +ROW |8492 |36809 |target |InfluxDB | +ROW |8493 |36809 |transport |dependent | +ROW |8494 |36809 |type |gauge | +ROW |8495 |36810 |resource |boltdb | +ROW |8496 |36810 |target |InfluxDB | +ROW |8497 |36810 |transport |dependent | +ROW |8498 |36810 |type |rate | +ROW |8499 |36811 |resource |boltdb | +ROW |8500 |36811 |target |InfluxDB | +ROW |8501 |36811 |transport |dependent | +ROW |8502 |36811 |type |rate | +ROW |8503 |36812 |resource |version | +ROW |8504 |36812 |target |InfluxDB | +ROW |8505 |36812 |transport |dependent | +ROW |8506 |36812 |type |text | +ROW |8507 |36814 |organization|{#ORG_NAME} | +ROW |8508 |36814 |resource |queries | +ROW |8509 |36814 |target |InfluxDB | +ROW |8510 |36814 |transport |dependent | +ROW |8511 |36814 |type |rate | +ROW |8512 |36815 |organization|{#ORG_NAME} | +ROW |8513 |36815 |resource |queries | +ROW |8514 |36815 |target |InfluxDB | +ROW |8515 |36815 |transport |dependent | +ROW |8516 |36815 |type |rate | +ROW |8517 |36816 |organization|{#ORG_NAME} | +ROW |8518 |36816 |resource |queries | +ROW |8519 |36816 |target |InfluxDB | +ROW |8520 |36816 |transport |dependent | +ROW |8521 |36816 |type |rate | +ROW |8522 |36817 |organization|{#ORG_NAME} | +ROW |8523 |36817 |resource |queries | +ROW |8524 |36817 |target |InfluxDB | +ROW |8525 |36817 |transport |dependent | +ROW |8526 |36817 |type |rate | +ROW |8527 |36818 |organization|{#ORG_NAME} | +ROW |8528 |36818 |resource |queries | +ROW |8529 |36818 |target |InfluxDB | +ROW |8530 |36818 |transport |dependent | +ROW |8531 |36818 |type |rate | +ROW |8532 |36819 |organization|{#ORG_NAME} | +ROW |8533 |36819 |resource |queries | +ROW |8534 |36819 |target |InfluxDB | +ROW |8535 |36819 |transport |dependent | +ROW |8536 |36819 |type |rate | +ROW |8537 |36820 |Application |{#DISKTYPE} {#NAME} | +ROW |8538 |36821 |Application |{#DISKTYPE} {#NAME} | -- cgit v1.2.3 From d9eaa24bd13f7972f9c385b7e8b9c85f9d8608ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrejs=20Gri=C5=A1=C4=8Denko?= Date: Wed, 13 Oct 2021 10:41:01 +0300 Subject: ..F.I..... [ZBXNEXT-6930] removed Monitoring -> Overview --- create/src/schema.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create') diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl index 842eeef0c19..55dcd95d9dd 100644 --- a/create/src/schema.tmpl +++ b/create/src/schema.tmpl @@ -1891,4 +1891,4 @@ INDEX |1 |serviceid TABLE|dbversion|| FIELD |mandatory |t_integer |'0' |NOT NULL | FIELD |optional |t_integer |'0' |NOT NULL | -ROW |5050072 |5050072 +ROW |5050074 |5050074 -- cgit v1.2.3