Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorContinuous Integration <ci@zabbix.com>2022-03-28 13:07:17 +0300
committerContinuous Integration <ci@zabbix.com>2022-03-28 13:07:17 +0300
commit8ae03026773558299cc6252e206845d69cceac01 (patch)
tree5980b6d769cceb64eedb976e383a70c2ba9b1b1f
parentb1d863b46bce50ea81d5c5a5911c544a15129b0d (diff)
.......... [ZBXNEXT-826] automatic deployment of official Zabbix templates and media types5.0.22rc1
-rw-r--r--create/src/data.tmpl2
-rw-r--r--create/src/templates.tmpl20608
2 files changed, 10275 insertions, 10335 deletions
diff --git a/create/src/data.tmpl b/create/src/data.tmpl
index fcd30331102..1dc670099d3 100644
--- a/create/src/data.tmpl
+++ b/create/src/data.tmpl
@@ -60,7 +60,7 @@ ROW |7 |4 |PagerDuty | | |
ROW |8 |4 |Pushover | | | | | | | |0 |25 |0 |0 |0 |0 | |0 |3 |10s |1 |try {&eol; var params = JSON.parse(value),&eol; request = new CurlHttpRequest(),&eol; data,&eol; response,&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: 'resolved', color: '#009900'},&eol; {name: 'default', color: '#000000'}&eol; ],&eol; priority;&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {&eol; request.SetProxy(params.HTTPProxy);&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; 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; if ([0, 1, 2, 3, 4, 5].indexOf(parseInt(params.event_nseverity)) === -1) {&eol; params.event_nseverity = '7';&eol; }&eol;&eol; if (params.event_value === '0') {&eol; params.event_nseverity = '6';&eol; }&eol;&eol; priority = params['priority_' + severities[params.event_nseverity].name] &pipe;&pipe; params.priority_default;&eol;&eol; if (isNaN(priority) &pipe;&pipe; priority < -2 &pipe;&pipe; priority > 2) {&eol; throw '"priority" should be -2..2';&eol; }&eol;&eol; if (params.event_source === '0' && isNaN(params.triggerid)) {&eol; throw 'field "triggerid" is not a number';&eol; }&eol;&eol; if (isNaN(params.eventid)) {&eol; throw 'field "eventid" is not a number';&eol; }&eol;&eol; if (typeof params.message !== 'string' &pipe;&pipe; params.message.trim() === '') {&eol; throw 'field "message" cannot be empty';&eol; }&eol;&eol; data = {&eol; token: params.token,&eol; user: params.user,&eol; title: params.title,&eol; message: params.message,&eol; url: (params.event_source === '0') &eol; ? params.url + '/tr_events.php?triggerid=' + params.triggerid + '&eventid=' + params.eventid&eol; : params.url,&eol; url_title: params.url_title,&eol; priority: priority&eol; };&eol;&eol; if (priority == 2) {&eol; if (isNaN(params.retry) &pipe;&pipe; params.retry < 30) {&eol; throw 'field "retry" should be a number with value of at least 30 if "priority" is set to 2';&eol; }&eol;&eol; if (isNaN(params.expire) &pipe;&pipe; params.expire > 10800) {&eol; throw 'field "expire" should be a number with value of at most 10800 if "priority" is set to 2';&eol; }&eol;&eol; data.retry = params.retry;&eol; data.expire = params.expire;&eol; }&eol;&eol; data = JSON.stringify(data);&eol; Zabbix.Log(4, '[ Pushover Webhook ] Sending request: ' + params.endpoint + '\n' + data);&eol;&eol; request.AddHeader('Content-Type: application/json');&eol; response = request.Post(params.endpoint, data);&eol;&eol; Zabbix.Log(4, '[ Pushover Webhook ] Received response with status code ' + request.Status() + '\n' + response);&eol;&eol; if (response !== null) {&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.Log(4, '[ Pushover Webhook ] Failed to parse response received from Pushover');&eol; response = null;&eol; }&eol; }&eol;&eol; if (request.Status() != 200 &pipe;&pipe; response === null &pipe;&pipe; typeof response !== 'object' &pipe;&pipe; response.status !== 1) {&eol; if (response !== null && typeof response === 'object' && typeof response.errors === 'object'&eol; && typeof response.errors[0] === 'string') {&eol; throw response.errors[0];&eol; }&eol; else {&eol; throw 'Unknown error. Check debug log for more information.';&eol; }&eol; }&eol;&eol; return 'OK';&eol;}&eol;catch (error) {&eol; Zabbix.Log(4, '[ Pushover Webhook ] Pushover notification failed: ' + error);&eol; throw 'Pushover notification failed: ' + error;&eol;}|30s |0 |0 | | |Please refer to setup guide here: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/pushover&eol;&eol;Set token parameter with to your Pushover application key.&eol;When assigning Pushover media to the Zabbix user - add user key into send to field. |
ROW |9 |4 |Slack | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var SEVERITY_COLORS = [&eol; '#97AAB3', '#7499FF', '#FFC859',&eol; '#FFA059', '#E97659', '#E45959'&eol;];&eol;&eol;var RESOLVE_COLOR = '#009900';&eol;&eol;var SLACK_MODE_HANDLERS = {&eol; alarm: handlerAlarm,&eol; event: handlerEvent&eol;};&eol;&eol;&eol;if (!String.prototype.format) {&eol; String.prototype.format = function() {&eol; var args = arguments;&eol;&eol; return this.replace(/{(\d+)}/g, function(match, number) {&eol; return number in args&eol; ? args[number]&eol; : match&eol; ;&eol; });&eol; };&eol;}&eol;&eol;function isEventProblem(params) {&eol; return params.event_value == 1&eol; && params.event_update_status == 0&eol; ;&eol;}&eol;&eol;function isEventUpdate(params) {&eol; return params.event_value == 1&eol; && params.event_update_status == 1&eol; ;&eol;}&eol;&eol;function isEventResolve(params) {&eol; return params.event_value == 0;&eol;}&eol;&eol;function getPermalink(channelId, messageTimestamp) {&eol; var req = new CurlHttpRequest();&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {&eol; req.SetProxy(params.HTTPProxy);&eol; }&eol;&eol; req.AddHeader('Content-Type: application/x-www-form-urlencoded; charset=utf-8');&eol; req.AddHeader('Authorization: Bearer ' + params.bot_token);&eol;&eol; var query = '{0}?channel={1}&message_ts={2}'.format(&eol; Slack.getPermalink,&eol; encodeURIComponent(channelId),&eol; encodeURIComponent(messageTimestamp)),&eol; resp = JSON.parse(req.Get(query));&eol;&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw 'message was created, but getting message link was failed with reason "' + resp.error + '"';&eol; }&eol;&eol; return resp.permalink;&eol;}&eol;&eol;function createProblemURL(zabbix_url, triggerid, eventid, event_source) {&eol; var problem_url = '';&eol; if (event_source === '0') {&eol; problem_url = '{0}/tr_events.php?triggerid={1}&eventid={2}'&eol; .format(&eol; zabbix_url,&eol; triggerid,&eol; eventid&eol; );&eol; }&eol; else {&eol; problem_url = zabbix_url;&eol; }&eol;&eol; return problem_url;&eol;}&eol;&eol;function handlerAlarm(params) {&eol; var fields = {&eol; channel: params.channel,&eol; as_user: params.slack_as_user,&eol; };&eol;&eol; if (isEventProblem(params)) {&eol; fields.attachments = [&eol; createMessage(&eol; SEVERITY_COLORS[params.event_nseverity] &pipe;&pipe; 0,&eol; params.event_date,&eol; params.event_time,&eol; createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source)&eol; )&eol; ];&eol;&eol; var resp = JSON.parse(req.Post(Slack.postMessage, JSON.stringify(fields)));&eol;&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw resp.error;&eol; }&eol;&eol; result.tags = {&eol; ['__message_ts_' + params.channel]: resp.ts,&eol; ['__channel_id_' + params.channel]: resp.channel,&eol; ['__message_link_' + params.channel]: getPermalink(resp.channel, resp.ts),&eol; };&eol;&eol; }&eol; else if (isEventUpdate(params)) {&eol; try {&eol; var channel_event_tags = JSON.parse(params.event_tags);&eol; } catch (error) {&eol; throw 'Cannot process event tags: ' + error;&eol; }&eol;&eol; if (Array.isArray(channel_event_tags)) {&eol; for (i in channel_event_tags) {&eol; if (channel_event_tags[i].tag.includes('__message_ts_' + params.channel)) {&eol; fields.thread_ts = channel_event_tags[i].value;&eol; break;&eol; }&eol; }&eol; }&eol;&eol; fields.attachments = [&eol; createMessage(&eol; SEVERITY_COLORS[params.event_nseverity] &pipe;&pipe; 0,&eol; params.event_update_date,&eol; params.event_update_time,&eol; createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source),&eol; true&eol; )&eol; ];&eol;&eol; resp = JSON.parse(req.Post(Slack.postMessage, JSON.stringify(fields)));&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw resp.error;&eol; }&eol;&eol; }&eol; else if (isEventResolve(params)) {&eol; fields.text = '';&eol;&eol; try {&eol; var channel_event_tags = JSON.parse(params.event_tags);&eol; } catch (error) {&eol; throw 'Cannot process event tags: ' + error;&eol; }&eol;&eol; if (Array.isArray(channel_event_tags)) {&eol; for (i in channel_event_tags) {&eol; if (channel_event_tags[i].tag.includes('__channel_id_' + params.channel)) {&eol; fields.channel = channel_event_tags[i].value;&eol; continue;&eol; }&eol; if (channel_event_tags[i].tag.includes('__message_ts_' + params.channel)) {&eol; fields.ts = channel_event_tags[i].value;&eol; }&eol; }&eol; }&eol;&eol; fields.attachments = [&eol; createMessage(&eol; RESOLVE_COLOR,&eol; params.event_date,&eol; params.event_time,&eol; createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source)&eol; )&eol; ];&eol;&eol; resp = JSON.parse(req.Post(Slack.chatUpdate, JSON.stringify(fields)));&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw resp.error;&eol; }&eol; }&eol;}&eol;&eol;function handlerEvent(params) {&eol; var fields = {&eol; channel: params.channel,&eol; as_user: params.slack_as_user&eol; };&eol;&eol; if (isEventProblem(params)) {&eol; fields.attachments = [&eol; createMessage(&eol; SEVERITY_COLORS[params.event_nseverity] &pipe;&pipe; 0,&eol; params.event_date,&eol; params.event_time,&eol; createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source)&eol; )&eol; ];&eol;&eol; var resp = JSON.parse(req.Post(Slack.postMessage, JSON.stringify(fields)));&eol;&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw resp.error;&eol; }&eol;&eol; result.tags = {&eol; ['__message_link_' + params.channel]: getPermalink(resp.channel, resp.ts)&eol; }&eol;&eol; }&eol; else if (isEventUpdate(params)) {&eol; fields.attachments = [&eol; createMessage(&eol; SEVERITY_COLORS[params.event_nseverity] &pipe;&pipe; 0,&eol; params.event_update_date,&eol; params.event_update_time,&eol; createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source),&eol; false&eol; )&eol; ];&eol;&eol; resp = JSON.parse(req.Post(Slack.postMessage, JSON.stringify(fields)));&eol;&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw resp.error;&eol; }&eol;&eol; }&eol; else if (isEventResolve(params)) {&eol; fields.attachments = [&eol; createMessage(&eol; RESOLVE_COLOR,&eol; params.event_recovery_date,&eol; params.event_recovery_time,&eol; createProblemURL(params.zabbix_url, params.trigger_id, params.event_id, params.event_source)&eol; )&eol; ];&eol;&eol; resp = JSON.parse(req.Post(Slack.postMessage, JSON.stringify(fields)));&eol;&eol; if (req.Status() != 200 &pipe;&pipe; !resp.ok &pipe;&pipe; resp.ok === 'false') {&eol; throw resp.error;&eol; }&eol; }&eol;}&eol;&eol;function createMessage(&eol; event_severity_color,&eol; event_date,&eol; event_time,&eol; problem_url,&eol; isShort,&eol; messageText&eol;) {&eol; var message = {&eol; fallback: params.alert_subject,&eol; title: params.alert_subject,&eol; color: event_severity_color,&eol; title_link: problem_url,&eol; pretext: messageText &pipe;&pipe; '',&eol;&eol; fields: [&eol; {&eol; title: 'Host',&eol; value: '{0} [{1}]'.format(params.host_name, params.host_conn),&eol; short: true&eol; },&eol; {&eol; title: 'Event time',&eol; value: '{0} {1}'.format(event_date, event_time),&eol; short: true&eol; }&eol; ],&eol; };&eol;&eol; if (params.event_source === '0') {&eol; message.fields.push(&eol; {&eol; title: 'Severity',&eol; value: params.event_severity,&eol; short: true&eol; },&eol; {&eol; title: 'Opdata',&eol; value: params.event_opdata,&eol; short: true&eol; }&eol; );&eol; }&eol;&eol; if (!isShort && params.event_source === '0') {&eol; message['actions'] = [&eol; {&eol; type: 'button',&eol; text: 'Open in Zabbix',&eol; url: problem_url&eol; }&eol; ];&eol;&eol; message.fields.push(&eol; {&eol; title: 'Event tags',&eol; value: JSON.parse(params.event_tags).filter(function (e) { return !e.tag.includes('__') }).map(function (e) { return e.tag + ': ' + e.value }).join('\n') &pipe;&pipe; 'None',&eol; short: true&eol; },&eol; {&eol; title: 'Trigger description',&eol; value: params.trigger_description,&eol; short: true&eol; }&eol; );&eol; }&eol;&eol; if (params.event_source !== '0' &pipe;&pipe; params.event_update_status === '1') {&eol; message.fields.push(&eol; {&eol; title: 'Details',&eol; value: params.alert_message,&eol; short: false&eol; }&eol; );&eol; }&eol;&eol; return message;&eol;}&eol;&eol;function validateParams(params) {&eol; if (typeof params.bot_token !== 'string' &pipe;&pipe; params.bot_token.trim() === '') {&eol; throw 'Field "bot_token" cannot be empty';&eol; }&eol;&eol; if (typeof params.channel !== 'string' &pipe;&pipe; params.channel.trim() === '') {&eol; throw 'Field "channel" cannot be empty';&eol; }&eol;&eol; if (isNaN(params.event_id)) {&eol; throw 'Field "event_id" is not a number';&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; if (params.event_source !== '0') {&eol; params.event_nseverity = '0';&eol; params.event_severity = 'Not classified';&eol; params.event_update_status = '0';&eol; params.slack_mode = 'event';&eol; }&eol;&eol; if (params.event_source === '1' &pipe;&pipe; params.event_source === '2') {&eol; params.event_value = '1';&eol; }&eol;&eol; if (params.event_source === '1') {&eol; params.host_name = params.discovery_host_dns;&eol; params.host_ip = params.discovery_host_ip;&eol; }&eol;&eol; if (!~[0, 1, 2, 3, 4, 5].indexOf(parseInt(params.event_nseverity))) {&eol; throw 'Incorrect "event_nseverity" parameter given: ' + params.event_nseverity + '\nMust be 0-5.';&eol; }&eol;&eol; if (typeof params.event_severity !== 'string' &pipe;&pipe; params.event_severity.trim() === '') {&eol; throw 'Field "event_severity" cannot be empty';&eol; }&eol;&eol; if (params.event_update_status !== '0' && params.event_update_status !== '1') {&eol; throw 'Incorrect "event_update_status" parameter given: ' + params.event_update_status + '\nMust be 0 or 1.';&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; if (typeof params.host_conn !== 'string' &pipe;&pipe; params.host_conn.trim() === '') {&eol; throw 'Field "host_conn" cannot be empty';&eol; }&eol;&eol; if (typeof params.host_name !== 'string' &pipe;&pipe; params.host_name.trim() === '') {&eol; throw 'Field "host_name" cannot be empty';&eol; }&eol;&eol; if (!~['true', 'false'].indexOf(params.slack_as_user.toLowerCase())) {&eol; throw 'Incorrect "slack_as_user" parameter given: ' + params.slack_as_user + '\nMust be "true" or "false".';&eol; }&eol;&eol; if (!~['alarm', 'event'].indexOf(params.slack_mode)) {&eol; throw 'Incorrect "slack_mode" parameter given: ' + params.slack_mode + '\nMust be "alarm" or "event".';&eol; }&eol;&eol; if (isNaN(params.trigger_id) && params.event_source === '0') {&eol; throw 'field "trigger_id" is not a number';&eol; }&eol;&eol; if (typeof params.zabbix_url !== 'string' &pipe;&pipe; params.zabbix_url.trim() === '') {&eol; throw 'Field "zabbix_url" cannot be empty';&eol; }&eol;&eol; if (!/^(http&pipe;https):\/\/.+/.test(params.zabbix_url)) {&eol; throw 'Field "zabbix_url" must contain a schema';&eol; }&eol;}&eol;&eol;try {&eol; var params = JSON.parse(value);&eol;&eol; validateParams(params);&eol;&eol; var req = new CurlHttpRequest(),&eol; result = {tags: {}};&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {&eol; req.SetProxy(params.HTTPProxy);&eol; }&eol;&eol; req.AddHeader('Content-Type: application/json; charset=utf-8');&eol; req.AddHeader('Authorization: Bearer ' + params.bot_token);&eol;&eol; var slack_endpoint = 'https://slack.com/api/';&eol;&eol; var Slack = {&eol; postMessage: slack_endpoint + 'chat.postMessage',&eol; getPermalink: slack_endpoint + 'chat.getPermalink',&eol; chatUpdate: slack_endpoint + 'chat.update'&eol; };&eol;&eol; params.slack_mode = params.slack_mode.toLowerCase();&eol; params.slack_mode = params.slack_mode in SLACK_MODE_HANDLERS&eol; ? params.slack_mode&eol; : 'alarm';&eol;&eol; SLACK_MODE_HANDLERS[params.slack_mode](params);&eol;&eol; if (params.event_source === '0') {&eol; return JSON.stringify(result);&eol; }&eol; else {&eol; return 'OK';&eol; }&eol;}&eol;catch (error) {&eol; Zabbix.Log(4, '[ Slack Webhook ] Slack notification failed : ' + error);&eol; throw 'Slack notification failed : ' + error;&eol;}|30s |1 |0 | | | |
ROW |10 |4 |Discord | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var SEVERITY_COLORS = [&eol; '#97AAB3', // Not classified.&eol; '#7499FF', // Information.&eol; '#FFC859', // Warning.&eol; '#FFA059', // Average.&eol; '#E97659', // High.&eol; '#E45959', // Disaster.&eol; '#009900' // Resolved.&eol;];&eol;&eol;function stringTruncate(str, len) {&eol; return str.length > len ? str.substring(0, len - 3) + '...' : str;&eol;}&eol;&eol;try {&eol; Zabbix.Log(4, '[ Discord Webhook ] Executed with params: ' + value);&eol;&eol; var params = JSON.parse(value);&eol;&eol; if (!params.discord_endpoint) {&eol; throw 'Cannot get discord_endpoint';&eol; }&eol; else {&eol; params.discord_endpoint = params.discord_endpoint.replace('/api/', '/api/v7/') + '?wait=True';&eol; }&eol;&eol; params.zabbix_url = (params.zabbix_url.endsWith('/'))&eol; ? params.zabbix_url.slice(0, -1) : params.zabbix_url;&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; // Set params to true for non trigger-based events.&eol; if (params.event_source !== '0') {&eol; params.use_default_message = 'true';&eol; params.event_nseverity = '0';&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_value == 0) {&eol; params.event_nseverity = '6';&eol; }&eol;&eol; if (!SEVERITY_COLORS[params.event_nseverity]) {&eol; throw 'Incorrect "event_nseverity" parameter given: ' + params.event_nseverity + '\nMust be 0-5.';&eol; }&eol;&eol; var color = parseInt(SEVERITY_COLORS[params.event_nseverity].replace('#', ''), 16),&eol; fields = [],&eol; body = {&eol; embeds: [&eol; {&eol; color: color &pipe;&pipe; 0,&eol; url: (params.event_source === '0')&eol; ? params.zabbix_url + '/tr_events.php?triggerid=' + params.trigger_id +&eol; '&eventid=' + params.event_id&eol; : params.zabbix_url&eol; }&eol; ]&eol; };&eol;&eol; // Default message from {ALERT.MESSAGE}.&eol; if (params.use_default_message.toLowerCase() == 'true') {&eol; body.embeds[0].title = stringTruncate(params.alert_subject, 256);&eol; body.embeds[0].description = stringTruncate(params.alert_message, 2048);&eol; }&eol; else {&eol; fields.push(&eol; {&eol; name: 'Host',&eol; value: params.host_name + ' [' + params.host_ip + ']'&eol; }&eol; );&eol;&eol; // Resolved message.&eol; if (params.event_value == 0 && params.event_update_status == 0) {&eol; body.embeds[0].title = stringTruncate('OK: ' + params.event_name, 256);&eol; fields.push(&eol; {&eol; name: 'Recovery time',&eol; value: params.event_recovery_time + ' ' + params.event_recovery_date,&eol; inline: 'True'&eol; }&eol; );&eol; }&eol;&eol; // Problem message.&eol; else if (params.event_value == 1 && params.event_update_status == 0) {&eol; body.embeds[0].title = stringTruncate('PROBLEM: ' + params.event_name, 256);&eol; fields.push(&eol; {&eol; name: 'Event time',&eol; value: params.event_time + ' ' + params.event_date,&eol; inline: 'True'&eol; }&eol; );&eol; }&eol;&eol; // Update message.&eol; else if (params.event_update_status == 1) {&eol; body.embeds[0].title = stringTruncate('UPDATE: ' + params.event_name, 256);&eol; body.embeds[0].description = params.event_update_user + ' ' + params.event_update_action + '.';&eol;&eol; if (params.event_update_message) {&eol; body.embeds[0].description += ' Comment:\n>>> ' + params.event_update_message;&eol; }&eol;&eol; body.embeds[0].description = stringTruncate(body.embeds[0].description, 2048);&eol;&eol; fields.push(&eol; {&eol; name: 'Event update time',&eol; value: params.event_update_time + ' ' + params.event_update_date,&eol; inline: 'True'&eol; }&eol; );&eol; }&eol;&eol; fields.push(&eol; {&eol; name: 'Severity',&eol; value: params.event_severity,&eol; inline: 'True'&eol; }&eol; );&eol;&eol; if (params.event_opdata) {&eol; fields.push(&eol; {&eol; name: 'Operational data',&eol; value: stringTruncate(params.event_opdata, 1024),&eol; inline: 'True'&eol; }&eol; );&eol; }&eol;&eol; if (params.event_value == 1 && params.event_update_status == 0 && params.trigger_description) {&eol; fields.push(&eol; {&eol; name: 'Trigger description',&eol; value: stringTruncate(params.trigger_description, 1024)&eol; }&eol; );&eol; }&eol;&eol; body.embeds[0].footer = {&eol; text: 'Event ID: ' + params.event_id&eol; };&eol;&eol; if (params.event_tags) {&eol; body.embeds[0].footer.text += '\nEvent tags: ' + params.event_tags;&eol; }&eol; body.embeds[0].footer.text = stringTruncate(body.embeds[0].footer.text, 2048);&eol; }&eol;&eol; if (fields.length > 0) {&eol; body.embeds[0].fields = fields;&eol; }&eol;&eol; var req = new CurlHttpRequest();&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {&eol; req.SetProxy(params.HTTPProxy);&eol; }&eol;&eol; req.AddHeader('Content-Type: application/json');&eol;&eol; var resp = req.Post(params.discord_endpoint, JSON.stringify(body)),&eol; data = JSON.parse(resp);&eol;&eol; Zabbix.Log(4, '[ Discord Webhook ] JSON: ' + JSON.stringify(body));&eol; Zabbix.Log(4, '[ Discord Webhook ] Response: ' + resp);&eol;&eol; if (data.id) {&eol; return resp;&eol; }&eol; else {&eol; var message = ((typeof data.message === 'string') ? data.message : 'Unknown error');&eol;&eol; Zabbix.Log(3, '[ Discord Webhook ] FAILED with response: ' + resp);&eol; throw message + '. For more details check zabbix server log.';&eol; }&eol;}&eol;catch (error) {&eol; Zabbix.Log(3, '[ Discord Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |0 |0 | | | |
-ROW |11 |4 |SIGNL4 | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |// SIGNL4 Webhook&eol;try {&eol; var response,&eol; payload,&eol; params = JSON.parse(value),&eol; endpoint = 'https://connect.signl4.com/webhook/',&eol; request = new CurlHttpRequest();&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {&eol; request.SetProxy(params.HTTPProxy);&eol; }&eol;&eol; if (typeof params.teamsecret === 'string' && params.teamsecret.trim() !== '') {&eol; endpoint += params.teamsecret;&eol; delete params.teamsecret;&eol; }&eol; else {&eol; throw 'The team secret of your SIGNL4 team cannot be empty.';&eol; }&eol;&eol; if (typeof params.Severity === 'string' && params.Severity === '{EVENT.SEVERITY}') {&eol; params.Severity = 'Not classified';&eol; }&eol;&eol;if (typeof params.User === 'string' && params.User === '{USER.FULLNAME}') {&eol; params.User = '';&eol; }&eol;&eol;if (typeof params.Event_Update_Action === 'string' && params.Event_Update_Action === '{EVENT.UPDATE.ACTION}') {&eol; params.Event_Update_Action = '';&eol; }&eol;&eol;// Assemble X-S4-ExternalID for two-way integration&eol;// Format: "ZabbixEventID: 222 ZabbixURL: https://your-zabbix-server/zabbix/"&eol;params['X-S4-ExternalID'] = 'ZabbixEventID: ' + params.Event_ID;&eol;if (typeof params.Zabbix_URL === 'string' && params.Zabbix_URL.indexOf('http') == 0) {&eol;// Make sure the URL ends with '/'&eol;if (params.Zabbix_URL.charAt(params.Zabbix_URL.length - 1) != '/') {&eol;params.Zabbix_URL = params.Zabbix_URL + '/';&eol;}&eol;&eol;params['X-S4-ExternalID'] = params['X-S4-ExternalID'] + ' ZabbixURL: ' + params.Zabbix_URL;&eol;&eol;// Add Link parameter&eol;params['Link'] = params.Zabbix_URL + "tr_events.php?triggerid="+params.Trigger_ID + "&eventid=" + params.Event_ID;&eol;}&eol;&eol;// Check if this is a new problem or a recovery&eol;if (params.Trigger_Status == 'OK') {&eol;params['X-S4-Status'] = 'resolved';&eol;}&eol;else {&eol;params['X-S4-Status'] = 'new';&eol;}&eol;&eol; payload = JSON.stringify(params);&eol; Zabbix.Log(4, '[ SIGNL4 Webhook ] Sending request: ' + payload);&eol;&eol; request.AddHeader('Content-Type: application/json');&eol; response = request.Post(endpoint, 'payload=' + payload);&eol;&eol; Zabbix.Log(4, '[ SIGNL4 Webhook ] Received response with status code ' +&eol; request.Status() + '\n' + response&eol; );&eol;&eol; if (request.Status() !== 201) {&eol; throw 'Request failed with status code ' + request.Status() +&eol; '. Check debug log for more information.';&eol; }&eol;&eol; return 'OK';&eol;}&eol;catch (error) {&eol; Zabbix.Log(4, '[ SIGNL4 Webhook ] ERROR: ' + error);&eol;&eol; throw 'Sending failed: ' + error;&eol;}|30s |0 |0 | | |SIGNL4 is a mobile alert notification app for powerful alerting, alert management and mobile assignment of work items. It offers alerting via app push, SMS and voice calls including escalations, tracking, and duty scheduling.&eol;&eol;Get the app at https://www.signl4.com.&eol;&eol;Find out more including an integration video here: https://www.signl4.com/blog/portfolio_item/zabbix-mobile-alert-notification-duty-schedule-escalation/&eol; |
+ROW |11 |4 |SIGNL4 | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |// SIGNL4 Webhook&eol;try {&eol; var response,&eol; payload,&eol; params = JSON.parse(value),&eol; endpoint = 'https://connect.signl4.com/webhook/',&eol; request = new CurlHttpRequest();&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy.trim() !== '') {&eol; request.SetProxy(params.HTTPProxy);&eol; }&eol;&eol; if (typeof params.teamsecret === 'string' && params.teamsecret.trim() !== '') {&eol; endpoint += params.teamsecret;&eol; delete params.teamsecret;&eol; }&eol; else {&eol; throw 'The team secret of your SIGNL4 team cannot be empty.';&eol; }&eol;&eol; if (typeof params.Severity === 'string' && params.Severity === '{EVENT.SEVERITY}') {&eol; params.Severity = 'Not classified';&eol; }&eol;&eol; if (typeof params.User === 'string' && params.User === '{USER.FULLNAME}') {&eol; params.User = '';&eol; }&eol;&eol; if (typeof params.Event_Update_Action === 'string' && params.Event_Update_Action === '{EVENT.UPDATE.ACTION}') {&eol; params.Event_Update_Action = '';&eol; }&eol;&eol; // Assemble X-S4-ExternalID for two-way integration&eol; // Format: "ZabbixEventID: 222 ZabbixURL: https://your-zabbix-server/zabbix/"&eol; params['X-S4-ExternalID'] = 'ZabbixEventID: ' + params.Event_ID;&eol; if (typeof params.Zabbix_URL === 'string' && params.Zabbix_URL.indexOf('http') == 0) {&eol; // Make sure the URL ends with '/'&eol; if (params.Zabbix_URL.charAt(params.Zabbix_URL.length - 1) != '/') {&eol; params.Zabbix_URL = params.Zabbix_URL + '/';&eol; }&eol;&eol; params['X-S4-ExternalID'] = params['X-S4-ExternalID'] + ' ZabbixURL: ' + params.Zabbix_URL;&eol;&eol; // Add Link parameter&eol; params['Link'] = params.Zabbix_URL + "tr_events.php?triggerid="+params.Trigger_ID + "&eventid=" + params.Event_ID;&eol; }&eol;&eol; // Check if this is a new problem or a recovery&eol; if (params.Trigger_Status == 'OK') {&eol; params['X-S4-Status'] = 'resolved';&eol; }&eol; else {&eol; params['X-S4-Status'] = 'new';&eol; }&eol;&eol; payload = JSON.stringify(params);&eol; Zabbix.Log(4, '[ SIGNL4 Webhook ] Sending request: ' + payload);&eol;&eol; request.AddHeader('Content-Type: application/json');&eol; response = request.Post(endpoint, 'payload=' + payload);&eol;&eol; Zabbix.Log(4, '[ SIGNL4 Webhook ] Received response with status code ' +&eol; request.Status() + '\n' + response&eol; );&eol;&eol; if (request.Status() !== 201) {&eol; throw 'Request failed with status code ' + request.Status() +&eol; '. Check debug log for more information.';&eol; }&eol;&eol; return 'OK';&eol;}&eol;catch (error) {&eol; Zabbix.Log(4, '[ SIGNL4 Webhook ] ERROR: ' + error);&eol;&eol; throw 'Sending failed: ' + error;&eol;}|30s |0 |0 | | |SIGNL4 is a mobile alert notification app for powerful alerting, alert management and mobile assignment of work items. It offers alerting via app push, SMS and voice calls including escalations, tracking, and duty scheduling.&eol;&eol;Get the app at https://www.signl4.com.&eol;&eol;Find out more including an integration video here: https://www.signl4.com/blog/portfolio_item/zabbix-mobile-alert-notification-duty-schedule-escalation/&eol; |
ROW |12 |4 |Jira | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var Jira = {&eol; params: {},&eol;&eol; setParams: function (params) {&eol; if (typeof params !== 'object') {&eol; return;&eol; }&eol;&eol; Jira.params = params;&eol; if (typeof Jira.params.url === 'string') {&eol; if (!Jira.params.url.endsWith('/')) {&eol; Jira.params.url += '/';&eol; }&eol;&eol; Jira.params.url += 'rest/api/latest/';&eol; }&eol; },&eol;&eol; setProxy: function (HTTPProxy) {&eol; Jira.HTTPProxy = HTTPProxy;&eol; },&eol;&eol; setTags: function(event_tags_json) {&eol; if (typeof event_tags_json !== 'undefined' && event_tags_json !== ''&eol; && event_tags_json !== '{EVENT.TAGSJSON}') {&eol; try {&eol; var tags = JSON.parse(event_tags_json),&eol; label;&eol;&eol; Jira.labels = [];&eol;&eol; tags.forEach(function (tag) {&eol; if (typeof tag.tag !== 'undefined' && typeof tag.value !== 'undefined'&eol; && !tag.tag.startsWith('__zbx')) {&eol; label = (tag.tag + (tag.value ? (':' + tag.value) : '')).replace(/\s/g, '_');&eol; if (label.length < 256) {&eol; Jira.labels.push(label);&eol; }&eol; }&eol; });&eol; }&eol; catch (error) {&eol; // Code is not missing here.&eol; }&eol; }&eol; },&eol;&eol; escapeMarkup: function (str) {&eol; var length = str.length,&eol; result = '',&eol; markup = ['{', '&pipe;', '}', '~', '_', '\\', '[', ']', '^', '<', '>', '?', '!', '#', '+', '*', '&'];&eol;&eol; for (var i = 0; i < length; i++) {&eol; var char = str[i];&eol;&eol; result += (markup.indexOf(char) !== -1) ? ('&#' + str[i].charCodeAt() + ';') : char;&eol; }&eol;&eol; return result;&eol; },&eol;&eol; addCustomFields: function (data, fields) {&eol; if (typeof fields === 'object' && Object.keys(fields).length) {&eol; var schema = Jira.getSchema(),&eol; path = ['projects', 0, 'issuetypes', 0, 'fields'],&eol; field;&eol;&eol; while ((field = path.shift()) !== undefined) {&eol; schema = schema[field];&eol; if (typeof schema === 'undefined') {&eol; schema = null;&eol; break;&eol; }&eol; }&eol;&eol; if (schema) {&eol; Object.keys(fields)&eol; .forEach(function(field) {&eol; if (typeof schema[field] === 'object' && typeof schema[field].schema === 'object') {&eol; switch (schema[field].schema.type) {&eol; case 'number':&eol; data.fields[field] = parseInt(fields[field]);&eol; break;&eol;&eol; case 'datetime':&eol; if (fields[field].match(/\d+[.-]\d+[.-]\d+T\d+:\d+:\d+/) !== null) {&eol; data.fields[field] = fields[field].replace(/\./g, '-');&eol; }&eol; break;&eol;&eol; case 'option':&eol; data.fields[field] = {value: fields[field]};&eol; break;&eol;&eol; case 'array':&eol; if (schema[field].schema.items === 'option') {&eol; data.fields[field] = [{value: fields[field]}];&eol; }&eol; else {&eol; data.fields[field] = [fields[field]];&eol; }&eol; break;&eol;&eol; default:&eol; data.fields[field] = fields[field];&eol; }&eol; }&eol; });&eol; }&eol; else {&eol; Zabbix.Log(4, '[ Jira Webhook ] Failed to retrieve field schema.');&eol; }&eol; }&eol;&eol; return data;&eol; },&eol;&eol; request: function (method, query, data) {&eol; ['url', 'user', 'password', 'project_key', 'issue_type'].forEach(function (field) {&eol; if (typeof Jira.params !== 'object' &pipe;&pipe; typeof Jira.params[field] === 'undefined'&eol; &pipe;&pipe; Jira.params[field] === '' ) {&eol; throw 'Required Jira param is not set: "' + field + '".';&eol; }&eol; });&eol;&eol; var response,&eol; url = Jira.params.url + query,&eol; request = new CurlHttpRequest();&eol;&eol; request.AddHeader('Content-Type: application/json');&eol; request.AddHeader('Authorization: Basic ' + btoa(Jira.params.user + ':' + Jira.params.password));&eol;&eol; if (typeof Jira.HTTPProxy !== 'undefined' && Jira.HTTPProxy !== '') {&eol; request.SetProxy(Jira.HTTPProxy);&eol; }&eol;&eol; if (typeof data !== 'undefined') {&eol; data = JSON.stringify(data);&eol; }&eol;&eol; Zabbix.Log(4, '[ Jira Webhook ] Sending request: ' + url + ((typeof data === 'string') ? ('\n' + data) : ''));&eol;&eol; switch (method) {&eol; case 'get':&eol; response = request.Get(url, data);&eol; break;&eol;&eol; case 'post':&eol; response = request.Post(url, data);&eol; break;&eol;&eol; case 'put':&eol; response = request.Put(url, data);&eol; break;&eol;&eol; default:&eol; throw 'Unsupported HTTP request method: ' + method;&eol; }&eol;&eol; Zabbix.Log(4, '[ Jira Webhook ] Received response with status code ' + request.Status() + '\n' + response);&eol;&eol; if (response !== null) {&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.Log(4, '[ Jira Webhook ] Failed to parse response received from Jira');&eol; response = null;&eol; }&eol; }&eol;&eol; if (request.Status() < 200 &pipe;&pipe; request.Status() >= 300) {&eol; var message = 'Request failed with status code ' + request.Status();&eol;&eol; if (response !== null && typeof response.errors !== 'undefined'&eol; && Object.keys(response.errors).length > 0) {&eol; message += ': ' + JSON.stringify(response.errors);&eol; }&eol; else if (response !== null && typeof response.errorMessages !== 'undefined'&eol; && Object.keys(response.errorMessages).length > 0) {&eol; message += ': ' + JSON.stringify(response.errorMessages);&eol; }&eol;&eol; throw message + ' Check debug log for more information.';&eol; }&eol;&eol; return {&eol; status: request.Status(),&eol; response: response&eol; };&eol; },&eol;&eol; getSchema: function() {&eol; var result = Jira.request('get', 'issue/createmeta?expand=projects.issuetypes.fields&projectKeys=' +&eol; encodeURIComponent(Jira.params.project_key) + '&issuetypeNames=' +&eol; encodeURIComponent(Jira.params.issue_type));&eol;&eol; return result.response;&eol; },&eol;&eol; createIssue: function(summary, description, fields) {&eol; var data = {&eol; fields: {&eol; project: {&eol; key: Jira.params.project_key&eol; },&eol; issuetype: {&eol; name: Jira.params.issue_type&eol; },&eol; summary: summary,&eol; description: description&eol; }&eol; };&eol;&eol; if (Jira.labels && Jira.labels.length > 0) {&eol; data.fields.labels = Jira.labels;&eol; }&eol; var result = Jira.request('post', 'issue', Jira.addCustomFields(data, fields));&eol;&eol; if (typeof result.response !== 'object' &pipe;&pipe; typeof result.response.key === 'undefined') {&eol; throw 'Cannot create Jira issue. Check debug log for more information.';&eol; }&eol;&eol; return result.response.key;&eol; },&eol;&eol; updateIssue: function(summary, fields, update) {&eol; var data = {fields: {}};&eol;&eol; if (summary) {&eol; data.fields.summary = summary;&eol; }&eol;&eol; Jira.request('put', 'issue/' + encodeURIComponent(Jira.params.issue_key), Jira.addCustomFields(data, fields));&eol; Jira.commentIssue(update);&eol; },&eol;&eol; commentIssue: function(update) {&eol; var data = {};&eol;&eol; if (typeof update === 'string') {&eol; data.body = update;&eol; Jira.request('post', 'issue/' + encodeURIComponent(Jira.params.issue_key) + '/comment', data);&eol; }&eol; else if (update.status === '1') {&eol; data.body = update.user + ' ' + update.action + '.';&eol;&eol; if (update.message) {&eol; data.body += '\nMessage: {quote}' + Jira.escapeMarkup(update.message) + '{quote}';&eol; }&eol;&eol; Jira.request('post', 'issue/' + encodeURIComponent(Jira.params.issue_key) + '/comment', data);&eol; }&eol; }&eol;};&eol;&eol;try {&eol; var params = JSON.parse(value),&eol; fields = {},&eol; jira = {},&eol; update = {},&eol; result = {tags: {}},&eol; required_params = ['alert_subject', 'summary', 'event_recovery_value', 'event_source', 'event_value'];&eol;&eol; Object.keys(params)&eol; .forEach(function (key) {&eol; if (key.startsWith('jira_')) {&eol; jira[key.substring(5)] = params[key];&eol; }&eol; else if (key.startsWith('customfield_')) {&eol; fields[key] = params[key];&eol; }&eol; else if (key.startsWith('event_update_')) {&eol; update[key.substring(13)] = 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; Jira.setParams(jira);&eol; Jira.setProxy(params.HTTPProxy);&eol; Jira.setTags(params.event_tags_json);&eol;&eol; // Create issue for non trigger-based events.&eol; if (params.event_source !== '0' && params.event_recovery_value !== '0') {&eol; Jira.createIssue(params.alert_subject, params.alert_message);&eol; }&eol; // Create issue for trigger-based events.&eol; else if (params.event_value === '1' && update.status === '0' && !jira.issue_key.startsWith(jira.project_key)) {&eol; var key = Jira.createIssue(params.alert_subject,&eol; (Object.keys(fields).length ? params.trigger_description : params.alert_message), fields);&eol;&eol;&eol; result.tags.__zbx_jira_issuekey = key;&eol; result.tags.__zbx_jira_issuelink = params.jira_url +&eol; (params.jira_url.endsWith('/') ? '' : '/') + 'browse/' + key;&eol; }&eol; // Update created issue for trigger-based event.&eol; else {&eol; if (!jira.issue_key.startsWith(jira.project_key)) {&eol; throw 'Incorrect Issue key given: ' + jira.issue_key;&eol; }&eol; Jira.updateIssue(params.alert_subject, fields,&eol; ((params.event_value === '0' && !Object.keys(fields).length)&eol; ? params.alert_message : update));&eol; }&eol;&eol; return JSON.stringify(result);&eol;}&eol;catch (error) {&eol; Zabbix.Log(3, '[ Jira Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |1 |1 |{EVENT.TAGS.__zbx_jira_issuelink} |Jira: {EVENT.TAGS.__zbx_jira_issuekey} | |
ROW |13 |4 |Jira with CustomFields | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var Jira = {&eol; params: {},&eol;&eol; setParams: function (params) {&eol; if (typeof params !== 'object') {&eol; return;&eol; }&eol;&eol; Jira.params = params;&eol; if (typeof Jira.params.url === 'string') {&eol; if (!Jira.params.url.endsWith('/')) {&eol; Jira.params.url += '/';&eol; }&eol;&eol; Jira.params.url += 'rest/api/latest/';&eol; }&eol; },&eol;&eol; setProxy: function (HTTPProxy) {&eol; Jira.HTTPProxy = HTTPProxy;&eol; },&eol;&eol; setTags: function(event_tags_json) {&eol; if (typeof event_tags_json !== 'undefined' && event_tags_json !== ''&eol; && event_tags_json !== '{EVENT.TAGSJSON}') {&eol; try {&eol; var tags = JSON.parse(event_tags_json),&eol; label;&eol;&eol; Jira.labels = [];&eol;&eol; tags.forEach(function (tag) {&eol; if (typeof tag.tag !== 'undefined' && typeof tag.value !== 'undefined' ) {&eol; label = (tag.tag + (tag.value ? (':' + tag.value) : '')).replace(/\s/g, '_');&eol; if (label.length < 256) {&eol; Jira.labels.push(label);&eol; }&eol; }&eol; });&eol; }&eol; catch (error) {&eol; // Code is not missing here.&eol; }&eol; }&eol; },&eol;&eol; escapeMarkup: function (str) {&eol; var length = str.length,&eol; result = '',&eol; markup = ['{', '&pipe;', '}', '~', '_', '\\', '[', ']', '^', '<', '>', '?', '!', '#', '+', '*', '&'];&eol;&eol; for (var i = 0; i < length; i++) {&eol; var char = str[i];&eol;&eol; result += (markup.indexOf(char) !== -1) ? ('&#' + str[i].charCodeAt() + ';') : char;&eol; }&eol;&eol; return result;&eol; },&eol;&eol; addCustomFields: function (data, fields) {&eol; if (typeof fields === 'object' && Object.keys(fields).length) {&eol; var schema = Jira.getSchema(),&eol; path = ['projects', 0, 'issuetypes', 0, 'fields'],&eol; field;&eol;&eol; while ((field = path.shift()) !== undefined) {&eol; schema = schema[field];&eol; if (typeof schema === 'undefined') {&eol; schema = null;&eol; break;&eol; }&eol; }&eol;&eol; if (schema) {&eol; Object.keys(fields)&eol; .forEach(function(field) {&eol; data.fields[field] = fields[field];&eol;&eol; if (typeof schema[field] === 'object' && typeof schema[field].schema === 'object'&eol; && (schema[field].schema.type === 'number' &pipe;&pipe; schema[field].schema.type === 'datetime')) {&eol; switch (schema[field].schema.type) {&eol; case 'number':&eol; data.fields[field] = parseInt(fields[field]);&eol; break;&eol;&eol; case 'datetime':&eol; if (fields[field].match(/\d+[.-]\d+[.-]\d+T\d+:\d+:\d+/) !== null) {&eol; data.fields[field] = fields[field].replace(/\./g, '-');&eol; }&eol; else {&eol; delete data.fields[field];&eol; }&eol; break;&eol; }&eol; }&eol; });&eol; }&eol; else {&eol; Zabbix.Log(4, '[ Jira Webhook ] Failed to retrieve field schema.');&eol; }&eol; }&eol;&eol; return data;&eol; },&eol;&eol; request: function (method, query, data) {&eol; ['url', 'user', 'password', 'project_key', 'issue_type'].forEach(function (field) {&eol; if (typeof Jira.params !== 'object' &pipe;&pipe; typeof Jira.params[field] === 'undefined'&eol; &pipe;&pipe; Jira.params[field] === '' ) {&eol; throw 'Required Jira param is not set: "' + field + '".';&eol; }&eol; });&eol;&eol; var response,&eol; url = Jira.params.url + query,&eol; request = new CurlHttpRequest();&eol;&eol; request.AddHeader('Content-Type: application/json');&eol; request.AddHeader('Authorization: Basic ' + btoa(Jira.params.user + ':' + Jira.params.password));&eol;&eol; if (typeof Jira.HTTPProxy !== 'undefined' && Jira.HTTPProxy !== '') {&eol; request.SetProxy(Jira.HTTPProxy);&eol; }&eol;&eol; if (typeof data !== 'undefined') {&eol; data = JSON.stringify(data);&eol; }&eol;&eol; Zabbix.Log(4, '[ Jira Webhook ] Sending request: ' + url + ((typeof data === 'string') ? ('\n' + data) : ''));&eol;&eol; switch (method) {&eol; case 'get':&eol; response = request.Get(url, data);&eol; break;&eol;&eol; case 'post':&eol; response = request.Post(url, data);&eol; break;&eol;&eol; case 'put':&eol; response = request.Put(url, data);&eol; break;&eol;&eol; default:&eol; throw 'Unsupported HTTP request method: ' + method;&eol; }&eol;&eol; Zabbix.Log(4, '[ Jira Webhook ] Received response with status code ' + request.Status() + '\n' + response);&eol;&eol; if (response !== null) {&eol; try {&eol; response = JSON.parse(response);&eol; }&eol; catch (error) {&eol; Zabbix.Log(4, '[ Jira Webhook ] Failed to parse response received from Jira');&eol; response = null;&eol; }&eol; }&eol;&eol; if (request.Status() < 200 &pipe;&pipe; request.Status() >= 300) {&eol; var message = 'Request failed with status code ' + request.Status();&eol;&eol; if (response !== null && typeof response.errors !== 'undefined'&eol; && Object.keys(response.errors).length > 0) {&eol; message += ': ' + JSON.stringify(response.errors);&eol; }&eol; else if (response !== null && typeof response.errorMessages !== 'undefined'&eol; && Object.keys(response.errorMessages).length > 0) {&eol; message += ': ' + JSON.stringify(response.errorMessages);&eol; }&eol;&eol; throw message + ' Check debug log for more information.';&eol; }&eol;&eol; return {&eol; status: request.Status(),&eol; response: response&eol; };&eol; },&eol;&eol; getSchema: function() {&eol; var result = Jira.request('get', 'issue/createmeta?expand=projects.issuetypes.fields&projectKeys=' +&eol; Jira.params.project_key + '&issuetypeNames=' + Jira.params.issue_type);&eol;&eol; return result.response;&eol; },&eol;&eol; createIssue: function(summary, description, fields) {&eol; var data = {&eol; fields: {&eol; project: {&eol; key: Jira.params.project_key&eol; },&eol; issuetype: {&eol; name: Jira.params.issue_type&eol; },&eol; summary: summary,&eol; description: description&eol; }&eol; };&eol;&eol; if (Jira.labels && Jira.labels.length > 0) {&eol; data.fields.labels = Jira.labels;&eol; }&eol; var result = Jira.request('post', 'issue', Jira.addCustomFields(data, fields));&eol;&eol; if (typeof result.response !== 'object' &pipe;&pipe; typeof result.response.key === 'undefined') {&eol; throw 'Cannot create Jira issue. Check debug log for more information.';&eol; }&eol;&eol; return result.response.key;&eol; },&eol;&eol; updateIssue: function(summary, fields, update) {&eol; var data = {fields: {}};&eol;&eol; if (summary) {&eol; data.fields.summary = summary;&eol; }&eol;&eol; Jira.request('put', 'issue/' + Jira.params.issue_key, Jira.addCustomFields(data, fields));&eol; Jira.commentIssue(update);&eol; },&eol;&eol; commentIssue: function(update) {&eol; var data = {};&eol;&eol; if (typeof update === 'string') {&eol; data.body = update;&eol; Jira.request('post', 'issue/' + Jira.params.issue_key + '/comment', data);&eol; }&eol; else if (update.status === '1') {&eol; data.body = update.user + ' ' + update.action + '.';&eol;&eol; if (update.message) {&eol; data.body += '\nMessage: {quote}' + Jira.escapeMarkup(update.message) + '{quote}';&eol; }&eol;&eol; Jira.request('post', 'issue/' + Jira.params.issue_key + '/comment', data);&eol; }&eol; }&eol;};&eol;&eol;try {&eol; var params = JSON.parse(value),&eol; fields = {},&eol; jira = {},&eol; update = {},&eol; result = {tags: {}},&eol; required_params = ['alert_subject', 'summary', 'event_recovery_value', 'event_source', 'event_value'];&eol;&eol; Object.keys(params)&eol; .forEach(function (key) {&eol; if (key.startsWith('jira_')) {&eol; jira[key.substring(5)] = params[key];&eol; }&eol; else if (key.startsWith('customfield_')) {&eol; fields[key] = params[key];&eol; }&eol; else if (key.startsWith('event_update_')) {&eol; update[key.substring(13)] = 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; Jira.setParams(jira);&eol; Jira.setProxy(params.HTTPProxy);&eol; Jira.setTags(params.event_tags_json);&eol;&eol; // Create issue for non trigger-based events.&eol; if (params.event_source !== '0' && params.event_recovery_value !== '0') {&eol; Jira.createIssue(params.alert_subject, params.alert_message);&eol; }&eol; // Create issue for trigger-based events.&eol; else if (params.event_value === '1' && update.status === '0' && !jira.issue_key.startsWith(jira.project_key)) {&eol; var key = Jira.createIssue(params.alert_subject,&eol; (Object.keys(fields).length ? params.trigger_description : params.alert_message), fields);&eol;&eol;&eol; result.tags.__zbx_jira_issuekey = key;&eol; result.tags.__zbx_jira_issuelink = params.jira_url +&eol; (params.jira_url.endsWith('/') ? '' : '/') + 'browse/' + key;&eol; }&eol; // Update created issue for trigger-based event.&eol; else {&eol; if (!jira.issue_key.startsWith(jira.project_key)) {&eol; throw 'Incorrect Issue key given: ' + jira.issue_key;&eol; }&eol; Jira.updateIssue(params.alert_subject, fields,&eol; ((params.event_value === '0' && !Object.keys(fields).length)&eol; ? params.alert_message : update));&eol; }&eol;&eol; return JSON.stringify(result);&eol;}&eol;catch (error) {&eol; Zabbix.Log(3, '[ Jira Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |1 |1 |{EVENT.TAGS.__zbx_jira_issuelink} |Jira: {EVENT.TAGS.__zbx_jira_issuekey} | |
ROW |14 |4 |MS Teams | | | | | | | |0 |25 |0 |0 |0 |0 | |1 |3 |10s |1 |var SEVERITY_COLORS = [&eol; '#97AAB3', // Not classified.&eol; '#7499FF', // Information.&eol; '#FFC859', // Warning.&eol; '#FFA059', // Average.&eol; '#E97659', // High.&eol; '#E45959', // Disaster.&eol; '#009900', // Resolved.&eol; '#000000' // Default.&eol;];&eol;&eol;try {&eol; var params = JSON.parse(value);&eol;&eol; if (typeof params.teams_endpoint !== 'string' &pipe;&pipe; params.teams_endpoint.trim() === '') {&eol; throw 'Cannot get teams_endpoint';&eol; }&eol; else if (!params.teams_endpoint.startsWith('http')) {&eol; throw 'Invalid MS Teams webhook URL: ' + params.teams_endpoint;&eol; }&eol;&eol; params.zabbix_url = (params.zabbix_url.endsWith('/'))&eol; ? params.zabbix_url.slice(0, -1) : params.zabbix_url;&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; // Set "use_default_message" to true for non trigger-based events.&eol; if (params.event_source !== '0') {&eol; params.use_default_message = 'true';&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_value == 0) {&eol; params.event_nseverity = '6';&eol; }&eol;&eol; if (!SEVERITY_COLORS[params.event_nseverity]) {&eol; params.event_nseverity = '7';&eol; }&eol;&eol; var request = new CurlHttpRequest(),&eol; facts = [],&eol; body = {&eol; themeColor: SEVERITY_COLORS[params.event_nseverity].replace('#', ''),&eol; summary: 'Zabbix',&eol; sections: [&eol; {&eol; markdown: 'false',&eol; activityTitle: params.alert_subject,&eol; activitySubtitle: 'On ' + params.host_name + ' [' + params.host_ip + ']',&eol; text: (params.use_default_message.toLowerCase() == 'true')&eol; ? params.alert_message&eol; : params.trigger_description&eol; }&eol; ],&eol; potentialAction: [&eol; {&eol; '@type': 'OpenUri',&eol; name: (params.event_source === '0')&eol; ? 'Event Info'&eol; : 'Zabbix Home',&eol; targets: [&eol; {&eol; os: 'default',&eol; uri: (params.event_source === '0')&eol; ? params.zabbix_url + '/tr_events.php?triggerid=' +&eol; params.trigger_id + '&eventid=' + params.event_id&eol; : params.zabbix_url&eol; }&eol; ]&eol; }&eol; ]&eol; };&eol;&eol; if (params.use_default_message.toLowerCase() !== 'true') {&eol; // Problem message.&eol; if (params.event_value === '1' && params.event_update_status === '0') {&eol; facts.push({&eol; name: 'Event time',&eol; value: params.event_time + ' ' + params.event_date&eol; });&eol; }&eol; // Update message.&eol; else if (params.event_update_status === '1') {&eol; body.sections[0].text = params.event_update_user + ' ' + params.event_update_action + '.';&eol;&eol; if (params.event_update_message) {&eol; body.sections[0].text += '<br>Message:<br>' + params.event_update_message;&eol; }&eol;&eol; facts.push({&eol; name: 'Event update time',&eol; value: params.event_update_time + ' ' + params.event_update_date&eol; });&eol; }&eol; // Resolved message.&eol; else {&eol; facts.push({&eol; name: 'Recovery time',&eol; value: params.event_recovery_time + ' ' + params.event_recovery_date&eol; });&eol; }&eol;&eol; if (params.event_severity && params.event_severity !== '{EVENT.SEVERITY}') {&eol; facts.push({&eol; name: 'Severity',&eol; value: params.event_severity&eol; });&eol; }&eol;&eol;&eol; if (params.event_opdata && params.event_opdata !== '{EVENT.OPDATA}') {&eol; facts.push({&eol; name: 'Operational data',&eol; value: params.event_opdata&eol; });&eol; }&eol;&eol; if (params.event_tags && params.event_tags !== '{EVENT.TAGS}') {&eol; facts.push({&eol; name: 'Event tags',&eol; value: params.event_tags&eol; });&eol; }&eol;&eol; Object.keys(params)&eol; .forEach(function (key) {&eol; if (key.startsWith('fact_') && params[key] !== '') {&eol; facts.push({&eol; name: key.substring(5),&eol; value: params[key]&eol; });&eol; }&eol; else if (key.startsWith('openUri_') && params[key] !== '' && !params[key].startsWith('{')) {&eol; body.potentialAction.push({&eol; '@type': 'OpenUri',&eol; name: key.substring(8),&eol; targets: [&eol; {&eol; os: 'default',&eol; uri: params[key]&eol; }&eol; ]&eol; });&eol; }&eol; });&eol; body.sections[0].facts = facts;&eol; }&eol;&eol; body.sections[0].text = body.sections[0].text.replace(/(?:\r\n&pipe;\r&pipe;\n)/g, '<br>');&eol;&eol; request.AddHeader('Content-Type: application/json');&eol;&eol; if (typeof params.HTTPProxy === 'string' && params.HTTPProxy !== '') {&eol; request.SetProxy(params.HTTPProxy);&eol; }&eol;&eol; Zabbix.Log(4, '[ MS Teams Webhook ] JSON: ' + JSON.stringify(body));&eol;&eol; var response = request.Post(params.teams_endpoint, JSON.stringify(body));&eol;&eol; Zabbix.Log(4, '[ MS Teams Webhook ] Response: ' + response);&eol;&eol; if (response === '1') {&eol; return 'OK';&eol; }&eol; else {&eol; Zabbix.Log(4, '[ MS Teams Webhook ] FAILED with response: ' + response);&eol; throw response;&eol; }&eol;}&eol;catch (error) {&eol; Zabbix.Log(3, '[ MS Teams Webhook ] ERROR: ' + error);&eol; throw 'Sending failed: ' + error;&eol;}|30s |0 |0 | | | |
diff --git a/create/src/templates.tmpl b/create/src/templates.tmpl
index 4cf6c07de1e..9e91934ec28 100644
--- a/create/src/templates.tmpl
+++ b/create/src/templates.tmpl
@@ -251,10 +251,10 @@ ROW |5 |10332 |{#DATACENTER.NAME} (vm) |NULL |NU
ROW |6 |10332 |{#HV.NAME} |NULL |NULL |
ROW |24 |10364 |MongoDB sharded cluster/{#REPLICASET}|NULL |NULL |
ROW |26 |10365 |MongoDB sharded cluster/{#ID} |NULL |NULL |
-ROW |80 |10331 | |12 |NULL |
-ROW |81 |10332 | |12 |NULL |
-ROW |82 |10364 | |13 |NULL |
-ROW |83 |10365 | |13 |NULL |
+ROW |84 |10331 | |12 |NULL |
+ROW |85 |10332 | |12 |NULL |
+ROW |86 |10364 | |13 |NULL |
+ROW |87 |10365 | |13 |NULL |
TABLE |screens
FIELDS|screenid|name |hsize|vsize|templateid|userid|private|
@@ -357,339 +357,341 @@ ROW |9003 |61 |20 |1212 |500 |100 |0 |0 |1
ROW |9004 |61 |20 |1210 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
ROW |9005 |61 |20 |1213 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
ROW |9006 |61 |20 |1211 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10185 |25 |0 |1174 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10186 |25 |0 |1176 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10187 |25 |20 |1172 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10188 |25 |20 |1173 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10189 |25 |0 |1175 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10190 |26 |0 |838 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10191 |26 |0 |839 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10192 |26 |20 |836 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10193 |26 |20 |837 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10194 |26 |0 |840 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10195 |59 |0 |1125 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10196 |59 |0 |1129 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10197 |59 |0 |1128 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10198 |59 |0 |1126 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10199 |59 |0 |1127 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10200 |48 |20 |1710 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10201 |48 |20 |1711 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10202 |48 |20 |1709 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10203 |49 |20 |1714 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10204 |49 |20 |1712 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10205 |49 |20 |1715 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10206 |49 |20 |1713 |500 |100 |0 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10207 |50 |20 |1718 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10208 |50 |20 |1717 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10209 |50 |20 |1716 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10210 |51 |20 |1720 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10211 |51 |20 |1721 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10212 |51 |20 |1719 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10213 |52 |20 |1724 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10214 |52 |20 |1722 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10215 |52 |20 |1725 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10216 |52 |20 |1723 |500 |100 |0 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10217 |53 |20 |1728 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10218 |53 |20 |1727 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10219 |53 |20 |1726 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10220 |27 |0 |841 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10221 |27 |0 |843 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10222 |27 |0 |842 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10223 |28 |0 |845 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10224 |28 |0 |847 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10225 |28 |0 |846 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10226 |62 |0 |1915 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10227 |62 |0 |1911 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10228 |62 |0 |1917 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10229 |62 |0 |1919 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10230 |62 |0 |1916 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10231 |63 |0 |1918 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10232 |63 |0 |1921 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10233 |63 |0 |1912 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10234 |63 |0 |1914 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10235 |63 |0 |1913 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10236 |63 |0 |1920 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10237 |64 |0 |1432 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10238 |64 |0 |1428 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10239 |64 |0 |1434 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10240 |64 |0 |1436 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10241 |64 |0 |1433 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10242 |65 |0 |1435 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10243 |65 |0 |1438 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10244 |65 |0 |1429 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10245 |65 |0 |1431 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10246 |65 |0 |1430 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10247 |65 |0 |1437 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10248 |17 |0 |1885 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10249 |17 |0 |1882 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10250 |17 |0 |1883 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10251 |17 |0 |1881 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10252 |22 |0 |1890 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10253 |22 |0 |1887 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10254 |22 |0 |1888 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10255 |22 |0 |1886 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10256 |4 |0 |1545 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10257 |4 |0 |1539 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10258 |4 |0 |1541 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10259 |4 |0 |1537 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10260 |4 |0 |1535 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10261 |4 |0 |1543 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10262 |79 |0 |1527 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10263 |79 |0 |1531 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10264 |79 |0 |1529 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10265 |79 |0 |1525 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10266 |21 |0 |1557 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10267 |21 |0 |1554 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10268 |21 |0 |1555 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10269 |21 |0 |1553 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10270 |21 |0 |1552 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10271 |21 |0 |1556 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10272 |80 |0 |1548 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10273 |80 |0 |1550 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10274 |80 |0 |1549 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10275 |80 |0 |1547 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10276 |5 |0 |469 |500 |148 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10277 |5 |0 |471 |500 |100 |1 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10278 |5 |0 |498 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10279 |5 |0 |540 |500 |100 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10280 |7 |0 |463 |500 |120 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10281 |7 |0 |462 |500 |106 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10282 |7 |0 |541 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10283 |7 |0 |464 |500 |300 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10284 |6 |0 |475 |500 |114 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10285 |6 |0 |474 |500 |100 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10286 |6 |0 |542 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10287 |18 |0 |487 |750 |100 |0 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10288 |18 |0 |543 |750 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10289 |9 |0 |457 |500 |120 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10290 |9 |0 |456 |500 |106 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10291 |9 |0 |544 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10292 |9 |0 |458 |500 |300 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10293 |9 |1 |22838 |500 |100 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10294 |9 |1 |22837 |500 |100 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10295 |10 |0 |481 |500 |114 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10296 |10 |0 |480 |500 |100 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
-ROW |10297 |10 |0 |545 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10298 |10 |0 |482 |500 |300 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10299 |10 |1 |22998 |500 |100 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10300 |10 |1 |22997 |500 |100 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10301 |57 |0 |1112 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10302 |57 |0 |1113 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10303 |57 |0 |1110 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10304 |57 |0 |1109 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10305 |57 |0 |1111 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10306 |57 |0 |1114 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10307 |60 |0 |1139 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10308 |60 |0 |1140 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10309 |60 |0 |1137 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10310 |60 |0 |1136 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10311 |60 |0 |1138 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10312 |60 |0 |1141 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10313 |58 |0 |1118 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10314 |58 |0 |1119 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10315 |58 |0 |1116 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10316 |58 |0 |1115 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10317 |58 |0 |1117 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10318 |58 |0 |1120 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10319 |84 |20 |1900 |500 |200 |0 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10320 |84 |20 |1895 |500 |200 |1 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10321 |84 |20 |1893 |500 |200 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10322 |84 |20 |1899 |500 |200 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10323 |84 |20 |1896 |500 |200 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10324 |84 |20 |1894 |500 |200 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10325 |84 |20 |1897 |500 |200 |0 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10326 |84 |20 |1898 |500 |200 |1 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10327 |85 |0 |1903 |500 |200 |0 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10328 |85 |0 |1906 |500 |200 |1 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10329 |85 |0 |1904 |500 |200 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10330 |85 |0 |1907 |500 |200 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10331 |85 |0 |1905 |500 |200 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10332 |85 |0 |1908 |500 |200 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10333 |85 |0 |1901 |500 |200 |0 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10334 |85 |0 |1902 |500 |200 |1 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
-ROW |10335 |86 |20 |1863 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10336 |86 |20 |1861 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10337 |86 |20 |1864 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10338 |86 |20 |1862 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10339 |54 |0 |1091 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10340 |54 |0 |1095 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10341 |54 |0 |1092 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10342 |54 |0 |1094 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10343 |54 |0 |1099 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10344 |54 |0 |1100 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10345 |54 |0 |1101 |500 |100 |0 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10346 |54 |0 |1102 |500 |100 |1 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10347 |54 |20 |1090 |500 |100 |0 |4 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10348 |55 |0 |1093 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10349 |55 |0 |1098 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10350 |55 |0 |1096 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10351 |55 |0 |1097 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10352 |47 |0 |1071 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10353 |47 |20 |1061 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10354 |47 |20 |1066 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10355 |45 |20 |741 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10356 |43 |20 |745 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10357 |46 |20 |766 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10358 |66 |20 |1476 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10359 |67 |0 |1479 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10360 |67 |20 |1478 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10361 |67 |20 |1477 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10362 |3 |0 |903 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10363 |3 |0 |909 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10364 |3 |0 |918 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10365 |3 |0 |921 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10366 |3 |20 |888 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10367 |3 |20 |1218 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10368 |3 |20 |1215 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10369 |3 |20 |1221 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10370 |3 |20 |900 |500 |100 |0 |6 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10371 |30 |20 |899 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10372 |31 |20 |934 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10373 |32 |0 |937 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10374 |32 |0 |941 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10375 |32 |0 |947 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10376 |32 |0 |949 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10377 |32 |20 |927 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10378 |32 |20 |1226 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10379 |32 |20 |1224 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10380 |32 |20 |1228 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10381 |32 |20 |935 |500 |100 |0 |6 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10382 |33 |0 |957 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10383 |33 |0 |959 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10384 |33 |0 |962 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10385 |33 |0 |963 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10386 |33 |20 |953 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10387 |33 |20 |954 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10388 |33 |20 |955 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10389 |33 |20 |956 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10390 |33 |20 |952 |500 |100 |0 |6 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10391 |34 |20 |952 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10392 |29 |0 |881 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10393 |29 |20 |869 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10394 |29 |0 |877 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10395 |29 |0 |879 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10396 |29 |20 |873 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10397 |29 |20 |867 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10398 |29 |19 |29033 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10399 |29 |20 |865 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
-ROW |10400 |19 |0 |977 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10401 |19 |1 |29485 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10402 |19 |0 |979 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10403 |19 |0 |981 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10404 |19 |20 |965 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10405 |19 |20 |1230 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10406 |19 |20 |1232 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10407 |19 |20 |1840 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10408 |82 |20 |1839 |750 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10409 |37 |0 |995 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10410 |37 |1 |29592 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10411 |37 |0 |997 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10412 |37 |0 |999 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10413 |37 |20 |983 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10414 |37 |20 |1234 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10415 |37 |20 |1236 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10416 |37 |20 |1842 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10417 |83 |20 |1841 |750 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10418 |69 |3 |33570 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10419 |69 |3 |33585 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10420 |69 |3 |33580 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10421 |69 |3 |33591 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10422 |69 |3 |33592 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10423 |69 |3 |33594 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10424 |69 |0 |1489 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10425 |69 |0 |1491 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10426 |69 |0 |1490 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10427 |70 |3 |33621 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10428 |70 |3 |33636 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10429 |70 |3 |33631 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10430 |70 |3 |33642 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10431 |70 |3 |33643 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10432 |70 |3 |33645 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10433 |70 |0 |1492 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10434 |70 |0 |1494 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10435 |70 |0 |1493 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10436 |71 |3 |33672 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10437 |71 |3 |33687 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10438 |71 |3 |33682 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10439 |71 |3 |33693 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10440 |71 |3 |33694 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10441 |71 |3 |33696 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10442 |71 |0 |1495 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10443 |71 |0 |1497 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10444 |71 |0 |1496 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10445 |72 |3 |33723 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10446 |72 |3 |33738 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10447 |72 |3 |33733 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10448 |72 |3 |33744 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10449 |72 |3 |33745 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10450 |72 |3 |33747 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10451 |72 |0 |1498 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10452 |72 |0 |1500 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10453 |72 |0 |1499 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10454 |73 |3 |33774 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10455 |73 |3 |33789 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10456 |73 |3 |33784 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10457 |73 |3 |33795 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10458 |73 |3 |33796 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10459 |73 |3 |33798 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10460 |73 |0 |1501 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10461 |73 |0 |1503 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10462 |73 |0 |1502 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10463 |74 |3 |33825 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10464 |74 |3 |33840 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10465 |74 |3 |33835 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10466 |74 |3 |33846 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10467 |74 |3 |33847 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10468 |74 |3 |33849 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10469 |74 |0 |1504 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10470 |74 |0 |1506 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10471 |74 |0 |1505 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10472 |75 |3 |33876 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10473 |75 |3 |33891 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10474 |75 |3 |33886 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10475 |75 |3 |33897 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10476 |75 |3 |33898 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10477 |75 |3 |33900 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10478 |75 |0 |1507 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10479 |75 |0 |1509 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10480 |75 |0 |1508 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10481 |68 |3 |33434 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10482 |68 |3 |33449 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10483 |68 |3 |33444 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10484 |68 |3 |33455 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10485 |68 |3 |33456 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10486 |68 |3 |33458 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10487 |68 |0 |1510 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10488 |68 |0 |1482 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10489 |68 |0 |1481 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10490 |76 |3 |33932 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10491 |76 |3 |33947 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10492 |76 |3 |33942 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10493 |76 |3 |33953 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10494 |76 |3 |33954 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10495 |76 |3 |33956 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10496 |76 |0 |1511 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10497 |76 |0 |1513 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10498 |76 |0 |1512 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10499 |77 |3 |33983 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10500 |77 |3 |33998 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10501 |77 |3 |33993 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10502 |77 |3 |34004 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10503 |77 |3 |34005 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10504 |77 |3 |34007 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10505 |77 |0 |1514 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10506 |77 |0 |1516 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10507 |77 |0 |1515 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10508 |78 |3 |34034 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10509 |78 |3 |34049 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10510 |78 |3 |34044 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10511 |78 |3 |34055 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10512 |78 |3 |34056 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10513 |78 |3 |34058 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
-ROW |10514 |78 |0 |1517 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10515 |78 |0 |1519 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10516 |78 |0 |1518 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
-ROW |10517 |81 |20 |1676 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10518 |25 |0 |1174 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10519 |25 |0 |1176 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10520 |25 |20 |1172 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10521 |25 |20 |1173 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10522 |25 |0 |1175 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10523 |26 |0 |838 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10524 |26 |0 |839 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10525 |26 |20 |836 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10526 |26 |20 |837 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10527 |26 |0 |840 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10528 |59 |0 |1125 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10529 |59 |0 |1129 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10530 |59 |0 |1128 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10531 |59 |0 |1126 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10532 |59 |0 |1127 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10533 |48 |20 |1710 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10534 |48 |20 |1711 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10535 |48 |20 |1709 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10536 |49 |20 |1714 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10537 |49 |20 |1712 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10538 |49 |20 |1715 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10539 |49 |20 |1713 |500 |100 |0 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10540 |50 |20 |1718 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10541 |50 |20 |1717 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10542 |50 |20 |1716 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10543 |51 |20 |1720 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10544 |51 |20 |1721 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10545 |51 |20 |1719 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10546 |52 |20 |1724 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10547 |52 |20 |1722 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10548 |52 |20 |1725 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10549 |52 |20 |1723 |500 |100 |0 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10550 |53 |20 |1728 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10551 |53 |20 |1727 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10552 |53 |20 |1726 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10553 |27 |0 |841 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10554 |27 |0 |843 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10555 |27 |0 |842 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10556 |28 |0 |845 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10557 |28 |0 |847 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10558 |28 |0 |846 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10559 |62 |0 |1915 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10560 |62 |0 |1911 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10561 |62 |0 |1917 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10562 |62 |0 |1919 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10563 |62 |0 |1916 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10564 |63 |0 |1918 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10565 |63 |0 |1921 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10566 |63 |0 |1912 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10567 |63 |0 |1914 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10568 |63 |0 |1913 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10569 |63 |0 |1920 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10570 |64 |0 |1432 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10571 |64 |0 |1428 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10572 |64 |0 |1434 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10573 |64 |0 |1436 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10574 |64 |0 |1433 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10575 |65 |0 |1435 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10576 |65 |0 |1438 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10577 |65 |0 |1429 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10578 |65 |0 |1431 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10579 |65 |0 |1430 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10580 |65 |0 |1437 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10581 |17 |0 |1885 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10582 |17 |0 |1882 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10583 |17 |0 |1883 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10584 |17 |0 |1881 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10585 |22 |0 |1890 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10586 |22 |0 |1887 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10587 |22 |0 |1888 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10588 |22 |0 |1886 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10589 |4 |0 |1545 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10590 |4 |0 |1539 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10591 |4 |0 |1541 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10592 |4 |0 |1537 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10593 |4 |0 |1535 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10594 |4 |0 |1543 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10595 |79 |0 |1527 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10596 |79 |0 |1531 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10597 |79 |0 |1529 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10598 |79 |0 |1525 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10599 |21 |0 |1557 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10600 |21 |0 |1554 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10601 |21 |0 |1555 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10602 |21 |0 |1553 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10603 |21 |0 |1552 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10604 |21 |0 |1556 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10605 |80 |0 |1548 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10606 |80 |0 |1550 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10607 |80 |0 |1549 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10608 |80 |0 |1547 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10609 |5 |0 |469 |500 |148 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10610 |5 |0 |471 |500 |100 |1 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10611 |5 |0 |498 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10612 |5 |0 |540 |500 |100 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10613 |7 |0 |463 |500 |120 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10614 |7 |0 |462 |500 |106 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10615 |7 |0 |541 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10616 |7 |0 |464 |500 |300 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10617 |6 |0 |475 |500 |114 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10618 |6 |0 |474 |500 |100 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10619 |6 |0 |542 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10620 |18 |0 |487 |750 |100 |0 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10621 |18 |0 |543 |750 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10622 |9 |0 |457 |500 |120 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10623 |9 |0 |456 |500 |106 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10624 |9 |0 |544 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10625 |9 |0 |458 |500 |300 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10626 |9 |1 |22838 |500 |100 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10627 |9 |1 |22837 |500 |100 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10628 |10 |0 |481 |500 |114 |0 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10629 |10 |0 |480 |500 |100 |1 |0 |1 |1 |0 |1 |0 |0 | |0 |0 | |3 |
+ROW |10630 |10 |0 |545 |500 |100 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10631 |10 |0 |482 |500 |300 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10632 |10 |1 |22998 |500 |100 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10633 |10 |1 |22997 |500 |100 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10634 |57 |0 |1112 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10635 |57 |0 |1113 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10636 |57 |0 |1110 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10637 |57 |0 |1109 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10638 |57 |0 |1111 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10639 |57 |0 |1114 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10640 |60 |0 |1139 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10641 |60 |0 |1140 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10642 |60 |0 |1137 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10643 |60 |0 |1136 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10644 |60 |0 |1138 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10645 |60 |0 |1141 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10646 |58 |0 |1118 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10647 |58 |0 |1119 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10648 |58 |0 |1116 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10649 |58 |0 |1115 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10650 |58 |0 |1117 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10651 |58 |0 |1120 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10652 |84 |20 |1900 |500 |200 |0 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10653 |84 |20 |1895 |500 |200 |1 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10654 |84 |20 |1893 |500 |200 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10655 |84 |20 |1899 |500 |200 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10656 |84 |20 |1896 |500 |200 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10657 |84 |20 |1894 |500 |200 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10658 |84 |20 |1897 |500 |200 |0 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10659 |84 |20 |1898 |500 |200 |1 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10660 |85 |0 |1903 |500 |200 |0 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10661 |85 |0 |1906 |500 |200 |1 |0 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10662 |85 |0 |1904 |500 |200 |0 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10663 |85 |0 |1907 |500 |200 |1 |1 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10664 |85 |0 |1905 |500 |200 |0 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10665 |85 |0 |1908 |500 |200 |1 |2 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10666 |85 |0 |1901 |500 |200 |0 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10667 |85 |0 |1902 |500 |200 |1 |3 |1 |1 |0 |0 |0 |0 | |0 |0 | |3 |
+ROW |10668 |86 |20 |1863 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10669 |86 |20 |1861 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10670 |86 |20 |1864 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10671 |86 |20 |1862 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10672 |86 |20 |1926 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10673 |86 |20 |1927 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10674 |54 |0 |1091 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10675 |54 |0 |1095 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10676 |54 |0 |1092 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10677 |54 |0 |1094 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10678 |54 |0 |1099 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10679 |54 |0 |1100 |500 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10680 |54 |0 |1101 |500 |100 |0 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10681 |54 |0 |1102 |500 |100 |1 |3 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10682 |54 |20 |1090 |500 |100 |0 |4 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10683 |55 |0 |1093 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10684 |55 |0 |1098 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10685 |55 |0 |1096 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10686 |55 |0 |1097 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10687 |47 |0 |1071 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10688 |47 |20 |1061 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10689 |47 |20 |1066 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10690 |45 |20 |741 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10691 |43 |20 |745 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10692 |46 |20 |766 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10693 |66 |20 |1476 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10694 |67 |0 |1479 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10695 |67 |20 |1478 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10696 |67 |20 |1477 |500 |100 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10697 |3 |0 |903 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10698 |3 |0 |909 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10699 |3 |0 |918 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10700 |3 |0 |921 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10701 |3 |20 |888 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10702 |3 |20 |1218 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10703 |3 |20 |1215 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10704 |3 |20 |1221 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10705 |3 |20 |900 |500 |100 |0 |6 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10706 |30 |20 |899 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10707 |31 |20 |934 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10708 |32 |0 |937 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10709 |32 |0 |941 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10710 |32 |0 |947 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10711 |32 |0 |949 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10712 |32 |20 |927 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10713 |32 |20 |1226 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10714 |32 |20 |1224 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10715 |32 |20 |1228 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10716 |32 |20 |935 |500 |100 |0 |6 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10717 |33 |0 |957 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10718 |33 |0 |959 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10719 |33 |0 |962 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10720 |33 |0 |963 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10721 |33 |20 |953 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10722 |33 |20 |954 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10723 |33 |20 |955 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10724 |33 |20 |956 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10725 |33 |20 |952 |500 |100 |0 |6 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10726 |34 |20 |952 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10727 |29 |0 |881 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10728 |29 |20 |869 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10729 |29 |0 |877 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10730 |29 |0 |879 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10731 |29 |20 |873 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10732 |29 |20 |867 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10733 |29 |19 |29033 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10734 |29 |20 |865 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |2 |
+ROW |10735 |19 |0 |977 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10736 |19 |1 |29485 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10737 |19 |0 |979 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10738 |19 |0 |981 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10739 |19 |20 |965 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10740 |19 |20 |1230 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10741 |19 |20 |1232 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10742 |19 |20 |1840 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10743 |82 |20 |1839 |750 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10744 |37 |0 |995 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10745 |37 |1 |29592 |500 |100 |1 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10746 |37 |0 |997 |500 |100 |0 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10747 |37 |0 |999 |500 |100 |1 |1 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10748 |37 |20 |983 |500 |100 |0 |2 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10749 |37 |20 |1234 |500 |100 |0 |3 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10750 |37 |20 |1236 |500 |100 |0 |4 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10751 |37 |20 |1842 |500 |100 |0 |5 |2 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10752 |83 |20 |1841 |750 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10753 |69 |3 |33570 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10754 |69 |3 |33585 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10755 |69 |3 |33580 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10756 |69 |3 |33591 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10757 |69 |3 |33592 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10758 |69 |3 |33594 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10759 |69 |0 |1489 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10760 |69 |0 |1491 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10761 |69 |0 |1490 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10762 |70 |3 |33621 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10763 |70 |3 |33636 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10764 |70 |3 |33631 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10765 |70 |3 |33642 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10766 |70 |3 |33643 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10767 |70 |3 |33645 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10768 |70 |0 |1492 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10769 |70 |0 |1494 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10770 |70 |0 |1493 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10771 |71 |3 |33672 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10772 |71 |3 |33687 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10773 |71 |3 |33682 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10774 |71 |3 |33693 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10775 |71 |3 |33694 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10776 |71 |3 |33696 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10777 |71 |0 |1495 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10778 |71 |0 |1497 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10779 |71 |0 |1496 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10780 |72 |3 |33723 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10781 |72 |3 |33738 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10782 |72 |3 |33733 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10783 |72 |3 |33744 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10784 |72 |3 |33745 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10785 |72 |3 |33747 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10786 |72 |0 |1498 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10787 |72 |0 |1500 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10788 |72 |0 |1499 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10789 |73 |3 |33774 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10790 |73 |3 |33789 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10791 |73 |3 |33784 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10792 |73 |3 |33795 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10793 |73 |3 |33796 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10794 |73 |3 |33798 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10795 |73 |0 |1501 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10796 |73 |0 |1503 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10797 |73 |0 |1502 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10798 |74 |3 |33825 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10799 |74 |3 |33840 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10800 |74 |3 |33835 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10801 |74 |3 |33846 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10802 |74 |3 |33847 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10803 |74 |3 |33849 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10804 |74 |0 |1504 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10805 |74 |0 |1506 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10806 |74 |0 |1505 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10807 |75 |3 |33876 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10808 |75 |3 |33891 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10809 |75 |3 |33886 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10810 |75 |3 |33897 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10811 |75 |3 |33898 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10812 |75 |3 |33900 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10813 |75 |0 |1507 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10814 |75 |0 |1509 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10815 |75 |0 |1508 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10816 |68 |3 |33434 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10817 |68 |3 |33449 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10818 |68 |3 |33444 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10819 |68 |3 |33455 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10820 |68 |3 |33456 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10821 |68 |3 |33458 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10822 |68 |0 |1510 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10823 |68 |0 |1482 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10824 |68 |0 |1481 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10825 |76 |3 |33932 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10826 |76 |3 |33947 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10827 |76 |3 |33942 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10828 |76 |3 |33953 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10829 |76 |3 |33954 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10830 |76 |3 |33956 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10831 |76 |0 |1511 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10832 |76 |0 |1513 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10833 |76 |0 |1512 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10834 |77 |3 |33983 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10835 |77 |3 |33998 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10836 |77 |3 |33993 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10837 |77 |3 |34004 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10838 |77 |3 |34005 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10839 |77 |3 |34007 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10840 |77 |0 |1514 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10841 |77 |0 |1516 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10842 |77 |0 |1515 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10843 |78 |3 |34034 |500 |100 |0 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10844 |78 |3 |34049 |500 |100 |1 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10845 |78 |3 |34044 |500 |100 |2 |0 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10846 |78 |3 |34055 |500 |100 |0 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10847 |78 |3 |34056 |500 |100 |1 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10848 |78 |3 |34058 |500 |100 |2 |1 |1 |1 |1 |0 |0 |0 | |0 |0 | |3 |
+ROW |10849 |78 |0 |1517 |300 |300 |0 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10850 |78 |0 |1519 |400 |100 |1 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10851 |78 |0 |1518 |400 |100 |2 |2 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
+ROW |10852 |81 |20 |1676 |500 |100 |0 |0 |1 |1 |25 |0 |0 |0 | |0 |0 | |3 |
TABLE |applications
FIELDS|applicationid|hostid|name |flags|
@@ -1909,8 +1911,8 @@ ROW |22424 |5 |
ROW |22426 |5 | |10047 |Zabbix server: Utilization of timer internal processes, in % |zabbix[process,timer,avg,busy] |1m |1w |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |0 |NULL |Average percentage of time timer processes have been busy in the last minute |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22430 |5 | |10047 |Zabbix server: Utilization of discoverer data collector processes, in % |zabbix[process,discoverer,avg,busy] |1m |1w |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |0 |NULL |Average percentage of time discoverer processes have been busy in the last minute |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22689 |5 | |10047 |Zabbix server: Utilization of java poller data collector processes, in % |zabbix[process,java poller,avg,busy] |1m |1w |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |0 |NULL |Average percentage of time java poller processes have been busy in the last minute |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |22835 |0 | |10074 |Maximum number of opened files |kernel.maxfiles |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |22836 |0 | |10074 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |22835 |0 | |10074 |Maximum number of opened files |kernel.maxfiles |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |22836 |0 | |10074 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22837 |0 | |10074 |Number of running processes |proc.num[,,run] |1m |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of processes in running state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22838 |0 | |10074 |Number of processes |proc.num[] |1m |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of processes in any state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22839 |0 | |10074 |Host boot time |system.boottime |10m |1w |365d |0 |3 | |unixtime | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -1941,8 +1943,8 @@ ROW |22869 |0 |
ROW |22870 |0 | |10074 |Total disk space on {#FSNAME} |vfs.fs.size[{#FSNAME},total] |1h |1w |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22871 |0 | |10074 |Used disk space on {#FSNAME} |vfs.fs.size[{#FSNAME},used] |1m |1w |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22872 |0 | |10074 |Free disk space on {#FSNAME} (percentage) |vfs.fs.size[{#FSNAME},pfree] |1m |1w |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |22875 |0 | |10075 |Maximum number of opened files |kernel.maxfiles |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |22876 |0 | |10075 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |22875 |0 | |10075 |Maximum number of opened files |kernel.maxfiles |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |22876 |0 | |10075 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22877 |0 | |10075 |Number of running processes |proc.num[,,run] |1m |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of processes in running state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22878 |0 | |10075 |Number of processes |proc.num[] |1m |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of processes in any state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22879 |0 | |10075 |Host boot time |system.boottime |10m |1w |365d |0 |3 | |unixtime | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -2020,7 +2022,7 @@ ROW |22989 |0 |
ROW |22990 |0 | |10077 |Total disk space on {#FSNAME} |vfs.fs.size[{#FSNAME},total] |1h |1w |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22991 |0 | |10077 |Used disk space on {#FSNAME} |vfs.fs.size[{#FSNAME},used] |1m |1w |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22992 |0 | |10077 |Free disk space on {#FSNAME} (percentage) |vfs.fs.size[{#FSNAME},pfree] |1m |1w |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |22996 |0 | |10078 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |22996 |0 | |10078 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22997 |0 | |10078 |Number of running processes |proc.num[,,run] |1m |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of processes in running state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22998 |0 | |10078 |Number of processes |proc.num[] |1m |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of processes in any state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |22999 |0 | |10078 |Host boot time |system.boottime |10m |1w |365d |0 |3 | |unixtime | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -2053,8 +2055,8 @@ ROW |23029 |0 |
ROW |23030 |0 | |10078 |Total disk space on {#FSNAME} |vfs.fs.size[{#FSNAME},total] |1h |1w |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |23031 |0 | |10078 |Used disk space on {#FSNAME} |vfs.fs.size[{#FSNAME},used] |1m |1w |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |23032 |0 | |10078 |Free disk space on {#FSNAME} (percentage) |vfs.fs.size[{#FSNAME},pfree] |1m |1w |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |0 |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |23035 |0 | |10079 |Maximum number of opened files |kernel.maxfiles |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |23036 |0 | |10079 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |23035 |0 | |10079 |Maximum number of opened files |kernel.maxfiles |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |23036 |0 | |10079 |Maximum number of processes |kernel.maxproc |1h |1w |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |23039 |0 | |10079 |Host boot time |system.boottime |10m |1w |365d |0 |3 | |unixtime | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |23041 |0 | |10079 |Processor load (15 min average per core) |system.cpu.load[percpu,avg15] |1m |1w |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The processor load is calculated as system CPU load divided by number of CPU cores. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |23042 |0 | |10079 |Processor load (1 min average per core) |system.cpu.load[percpu,avg1] |1m |1w |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The processor load is calculated as system CPU load divided by number of CPU cores. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -2175,17 +2177,17 @@ ROW |27066 |3 |
ROW |27067 |3 | |10186 |ICMP ping |icmpping |1m |1w |365d |0 |3 | | | | |NULL |1 | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27078 |20 |discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3] |10188 |Network interfaces discovery |net.if.discovery |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27079 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Inbound packets discarded |net.if.in.discards[ifInDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27080 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27081 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27080 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27081 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the Internet Assigned Numbers Authority's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27082 |20 |1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Outbound packets discarded |net.if.out.discards[ifOutDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of outbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27083 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Outbound packets with errors |net.if.out.errors[ifOutErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27084 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27085 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27084 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27085 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27086 |20 |1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Inbound packets with errors |net.if.in.errors[ifInErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27087 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10188 |Interface {#IFDESCR}: Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27098 |20 |discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3] |10190 |Network interfaces discovery |net.if.discovery |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27099 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded |net.if.in.discards[ifInDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27100 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27100 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27101 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27102 |20 |1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded |net.if.out.discards[ifOutDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of outbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27103 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors |net.if.out.errors[ifOutErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -2195,7 +2197,7 @@ ROW |27106 |20 |1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}
ROW |27107 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10190 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27118 |20 |discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3] |10192 |Network interfaces discovery |net.if.discovery |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27119 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10192 |Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded |net.if.in.discards[ifInDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27120 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10192 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27120 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10192 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27121 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10192 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27122 |20 |1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX} |10192 |Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded |net.if.out.discards[ifOutDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of outbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27123 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX} |10192 |Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors |net.if.out.errors[ifOutErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -2657,8 +2659,8 @@ ROW |29112 |0 |
ROW |29113 |0 | |10277 |System name |system.hostname |1h |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |System host name. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29114 |0 | |10277 |System description |system.uname |15m |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The information as normally returned by 'uname -a'. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29115 |0 | |10277 |Number of logged in users |system.users.num |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of users who are currently logged in. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29116 |0 | |10277 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29117 |0 | |10277 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29116 |0 | |10277 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29117 |0 | |10277 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29118 |0 | |10277 |Number of processes |proc.num |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29119 |0 | |10277 |Number of running processes |proc.num[,,run] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29120 |0 | |10277 |Checksum of /etc/passwd |vfs.file.cksum[/etc/passwd] |15m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -2707,8 +2709,8 @@ ROW |29298 |0 |
ROW |29299 |7 | |10283 |System name |system.hostname |1h |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |System host name. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29300 |7 | |10283 |System description |system.uname |15m |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The information as normally returned by 'uname -a'. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29301 |7 | |10283 |Number of logged in users |system.users.num |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of users who are currently logged in. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29302 |7 | |10283 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29303 |7 | |10283 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29302 |7 | |10283 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29303 |7 | |10283 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29304 |7 | |10283 |Number of processes |proc.num |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29305 |7 | |10283 |Number of running processes |proc.num[,,run] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29306 |7 | |10283 |Checksum of /etc/passwd |vfs.file.cksum[/etc/passwd] |15m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -3108,61 +3110,28 @@ ROW |31351 |7 |
ROW |31354 |7 | |10296 |{#DEVNAME}: Disk average queue size (avgqu-sz) |perf_counter_en["\PhysicalDisk({#DEVNAME})\Current Disk Queue Length",60] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Current average disk queue, the number of requests outstanding on the disk at the time the performance data is collected. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31355 |7 | |10296 |{#DEVNAME}: Disk read rate |perf_counter_en["\PhysicalDisk({#DEVNAME})\Disk Reads/sec",60] |1m |7d |365d |0 |0 | |!r/s | | |NULL |NULL | | |0 | | | | |2 |NULL |Rate of read operations on the disk. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31356 |7 | |10296 |{#DEVNAME}: Disk write rate |perf_counter_en["\PhysicalDisk({#DEVNAME})\Disk Writes/sec",60] |1m |7d |365d |0 |0 | |!w/s | | |NULL |NULL | | |0 | | | | |2 |NULL |Rate of write operations on the disk. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31499 |16 | |10169 |ClassLoading: Loaded class count |jmx["java.lang:type=ClassLoading","LoadedClassCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays number of classes that are currently loaded in the Java virtual machine. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31500 |16 | |10169 |MemoryPool: PS Perm Gen used |jmx["java.lang:type=MemoryPool,name=PS Perm Gen","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31501 |16 | |10169 |MemoryPool: Code Cache committed |jmx["java.lang:type=MemoryPool,name=Code Cache","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31502 |16 | |10169 |MemoryPool: CodeCache maximum size |jmx["java.lang:type=MemoryPool,name=Code Cache","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31503 |16 | |10169 |MemoryPool: Code Cache used |jmx["java.lang:type=MemoryPool,name=Code Cache","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31504 |16 | |10169 |MemoryPool: Perm Gen committed |jmx["java.lang:type=MemoryPool,name=Perm Gen","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31505 |16 | |10169 |MemoryPool: Perm Gen maximum size |jmx["java.lang:type=MemoryPool,name=Perm Gen","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31506 |16 | |10169 |MemoryPool: Perm Gen used |jmx["java.lang:type=MemoryPool,name=Perm Gen","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31507 |16 | |10169 |MemoryPool: PS Old Gen |jmx["java.lang:type=MemoryPool,name=PS Old Gen","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31508 |16 | |10169 |MemoryPool: PS Old Gen maximum size |jmx["java.lang:type=MemoryPool,name=PS Old Gen","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31509 |16 | |10169 |MemoryPool: PS Old Gen used |jmx["java.lang:type=MemoryPool,name=PS Old Gen","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31510 |16 | |10169 |MemoryPool: PS Perm Gen committed |jmx["java.lang:type=MemoryPool,name=PS Perm Gen","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31511 |16 | |10169 |MemoryPool: PS Perm Gen maximum size |jmx["java.lang:type=MemoryPool,name=PS Perm Gen","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31512 |16 | |10169 |MemoryPool: Tenured Gen committed |jmx["java.lang:type=MemoryPool,name=Tenured Gen","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31513 |16 | |10169 |MemoryPool: CMS Perm Gen maximum size |jmx["java.lang:type=MemoryPool,name=CMS Perm Gen","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31514 |16 | |10169 |MemoryPool: Tenured Gen maximum size |jmx["java.lang:type=MemoryPool,name=Tenured Gen","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31515 |16 | |10169 |MemoryPool: Tenured Gen used |jmx["java.lang:type=MemoryPool,name=Tenured Gen","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31516 |16 | |10169 |OperatingSystem: File descriptors maximum count |jmx["java.lang:type=OperatingSystem","MaxFileDescriptorCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |This is the number of file descriptors we can have opened in the same process, as determined by the operating system. You can never have more file descriptors than this number. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31517 |16 | |10169 |OperatingSystem: File descriptors opened |jmx["java.lang:type=OperatingSystem","OpenFileDescriptorCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |This is the number of opened file descriptors at the moment, if this reaches the MaxFileDescriptorCount, the application will throw an IOException: Too many open files. This could mean you're are opening file descriptors and never closing them. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31518 |16 | |10169 |OperatingSystem: Process CPU Load |jmx["java.lang:type=OperatingSystem","ProcessCpuLoad"] |1m |7d |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |0 |NULL |ProcessCpuLoad represents the CPU load in this process. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31519 |16 | |10169 |Runtime: JVM uptime |jmx["java.lang:type=Runtime","Uptime"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31520 |16 | |10169 |Runtime: JVM name |jmx["java.lang:type=Runtime","VmName"] |1h |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31521 |16 | |10169 |Runtime: JVM version |jmx["java.lang:type=Runtime","VmVersion"] |1h |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31522 |16 | |10169 |Threading: Daemon thread count |jmx["java.lang:type=Threading","DaemonThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of daemon threads running. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31523 |16 | |10169 |Threading: Peak thread count |jmx["java.lang:type=Threading","PeakThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum number of threads being executed at the same time since the JVM was started or the peak was reset. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31524 |16 | |10169 |Threading: Thread count |jmx["java.lang:type=Threading","ThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The number of threads running at the current moment. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31525 |16 | |10169 |MemoryPool: CMS Perm Gen used |jmx["java.lang:type=MemoryPool,name=CMS Perm Gen","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31526 |16 | |10169 |MemoryPool: CMS Perm Gen committed |jmx["java.lang:type=MemoryPool,name=CMS Perm Gen","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31527 |16 | |10169 |ClassLoading: Total loaded class count |jmx["java.lang:type=ClassLoading","TotalLoadedClassCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of classes that have been loaded since the Java virtual machine has started execution. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31528 |16 | |10169 |GarbageCollector: PS MarkSweep number of collections per second |jmx["java.lang:type=GarbageCollector,name=PS MarkSweep","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31529 |16 | |10169 |ClassLoading: Unloaded class count |jmx["java.lang:type=ClassLoading","UnloadedClassCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of classes that have been loaded since the Java virtual machine has started execution. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31530 |16 | |10169 |Compilation: Name of the current JIT compiler |jmx["java.lang:type=Compilation","Name"] |1m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of classes unloaded since the Java virtual machine has started execution. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31531 |16 | |10169 |Compilation: Accumulated time spent |jmx["java.lang:type=Compilation","TotalCompilationTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated elapsed time spent in compilation, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31532 |16 | |10169 |GarbageCollector: ConcurrentMarkSweep number of collections per second |jmx["java.lang:type=GarbageCollector,name=ConcurrentMarkSweep","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31533 |16 | |10169 |GarbageCollector: ConcurrentMarkSweep accumulated time spent in collection |jmx["java.lang:type=GarbageCollector,name=ConcurrentMarkSweep","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31534 |16 | |10169 |GarbageCollector: Copy number of collections per second |jmx["java.lang:type=GarbageCollector,name=Copy","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31535 |16 | |10169 |GarbageCollector: Copy accumulated time spent in collection |jmx["java.lang:type=GarbageCollector,name=Copy","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31536 |16 | |10169 |GarbageCollector: MarkSweepCompact number of collections per second |jmx["java.lang:type=GarbageCollector,name=MarkSweepCompact","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31537 |16 | |10169 |GarbageCollector: MarkSweepCompact accumulated time spent in collection |jmx["java.lang:type=GarbageCollector,name=MarkSweepCompact","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31538 |16 | |10169 |GarbageCollector: ParNew number of collections per second |jmx["java.lang:type=GarbageCollector,name=ParNew","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31539 |16 | |10169 |GarbageCollector: ParNew accumulated time spent in collection |jmx["java.lang:type=GarbageCollector,name=ParNew","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31540 |16 | |10169 |GarbageCollector: PS MarkSweep accumulated time spent in collection |jmx["java.lang:type=GarbageCollector,name=PS MarkSweep","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31541 |16 | |10169 |MemoryPool: CMS Old Gen used |jmx["java.lang:type=MemoryPool,name=CMS Old Gen","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31542 |16 | |10169 |GarbageCollector: PS Scavenge number of collections per second |jmx["java.lang:type=GarbageCollector,name=PS Scavenge","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31543 |16 | |10169 |GarbageCollector: PS Scavenge accumulated time spent in collection |jmx["java.lang:type=GarbageCollector,name=PS Scavenge","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31544 |16 | |10169 |Memory: Heap memory committed |jmx["java.lang:type=Memory","HeapMemoryUsage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current heap memory allocated. This amount of memory is guaranteed for the Java virtual machine to use. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31545 |16 | |10169 |Memory: Heap memory maximum size |jmx["java.lang:type=Memory","HeapMemoryUsage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of heap that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31546 |16 | |10169 |Memory: Heap memory used |jmx["java.lang:type=Memory","HeapMemoryUsage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage outside the heap. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31547 |16 | |10169 |Memory: Non-Heap memory committed |jmx["java.lang:type=Memory","NonHeapMemoryUsage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated outside the heap. This amount of memory is guaranteed for the Java virtual machine to use. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31548 |16 | |10169 |Memory: Non-Heap memory maximum size |jmx["java.lang:type=Memory","NonHeapMemoryUsage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of non-heap memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31549 |16 | |10169 |Memory: Non-Heap memory used |jmx["java.lang:type=Memory","NonHeapMemoryUsage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory usage outside the heap |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31550 |16 | |10169 |Memory: Object pending finalization count |jmx["java.lang:type=Memory","ObjectPendingFinalizationCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The approximate number of objects for which finalization is pending. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31551 |16 | |10169 |MemoryPool: CMS Old Gen committed |jmx["java.lang:type=MemoryPool,name=CMS Old Gen","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Current memory allocated |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31552 |16 | |10169 |MemoryPool: CMS Old Gen maximum size |jmx["java.lang:type=MemoryPool,name=CMS Old Gen","Usage.max"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31553 |16 | |10169 |Threading: Total started thread count |jmx["java.lang:type=Threading","TotalStartedThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The number of threads started since the JVM was launched. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31499 |16 | |10169 |ClassLoading: Loaded class count |jmx["java.lang:type=ClassLoading","LoadedClassCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Displays number of classes that are currently loaded in the Java virtual machine. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31516 |16 | |10169 |OperatingSystem: File descriptors maximum count |jmx["java.lang:type=OperatingSystem","MaxFileDescriptorCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |This is the number of file descriptors we can have opened in the same process, as determined by the operating system. You can never have more file descriptors than this number. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31517 |16 | |10169 |OperatingSystem: File descriptors opened |jmx["java.lang:type=OperatingSystem","OpenFileDescriptorCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |This is the number of opened file descriptors at the moment, if this reaches the MaxFileDescriptorCount, the application will throw an IOException: Too many open files. This could mean you are opening file descriptors and never closing them. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31518 |16 | |10169 |OperatingSystem: Process CPU Load |jmx["java.lang:type=OperatingSystem","ProcessCpuLoad"] |1m |7d |365d |0 |0 | |% | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |ProcessCpuLoad represents the CPU load in this process. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31519 |16 | |10169 |Runtime: JVM uptime |jmx["java.lang:type=Runtime","Uptime"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31520 |16 | |10169 |Runtime: JVM name |jmx["java.lang:type=Runtime","VmName"] |1h |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31521 |16 | |10169 |Runtime: JVM version |jmx["java.lang:type=Runtime","VmVersion"] |1h |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31522 |16 | |10169 |Threading: Daemon thread count |jmx["java.lang:type=Threading","DaemonThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Number of daemon threads running. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31523 |16 | |10169 |Threading: Peak thread count |jmx["java.lang:type=Threading","PeakThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Maximum number of threads being executed at the same time since the JVM was started or the peak was reset. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31524 |16 | |10169 |Threading: Thread count |jmx["java.lang:type=Threading","ThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |The number of threads running at the current moment. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31527 |16 | |10169 |ClassLoading: Total loaded class count |jmx["java.lang:type=ClassLoading","TotalLoadedClassCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Displays the total number of classes that have been loaded since the Java virtual machine has started execution. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31529 |16 | |10169 |ClassLoading: Unloaded class count |jmx["java.lang:type=ClassLoading","UnloadedClassCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Displays the total number of classes that have been loaded since the Java virtual machine has started execution. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31530 |16 | |10169 |Compilation: Name of the current JIT compiler |jmx["java.lang:type=Compilation","Name"] |1m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Displays the total number of classes unloaded since the Java virtual machine has started execution. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31531 |16 | |10169 |Compilation: Accumulated time spent |jmx["java.lang:type=Compilation","TotalCompilationTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Displays the approximate accumulated elapsed time spent in compilation, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31544 |16 | |10169 |Memory: Heap memory committed |jmx["java.lang:type=Memory","HeapMemoryUsage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Current heap memory allocated. This amount of memory is guaranteed for the Java virtual machine to use. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31545 |16 | |10169 |Memory: Heap memory maximum size |jmx["java.lang:type=Memory","HeapMemoryUsage.max"] |1m |7d |365d |0 |0 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Maximum amount of heap that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31546 |16 | |10169 |Memory: Heap memory used |jmx["java.lang:type=Memory","HeapMemoryUsage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Current memory usage outside the heap. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31547 |16 | |10169 |Memory: Non-Heap memory committed |jmx["java.lang:type=Memory","NonHeapMemoryUsage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Current memory allocated outside the heap. This amount of memory is guaranteed for the Java virtual machine to use. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31548 |16 | |10169 |Memory: Non-Heap memory maximum size |jmx["java.lang:type=Memory","NonHeapMemoryUsage.max"] |1m |7d |365d |0 |0 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Maximum amount of non-heap memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31549 |16 | |10169 |Memory: Non-Heap memory used |jmx["java.lang:type=Memory","NonHeapMemoryUsage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |Current memory usage outside the heap |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31550 |16 | |10169 |Memory: Object pending finalization count |jmx["java.lang:type=Memory","ObjectPendingFinalizationCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |The approximate number of objects for which finalization is pending. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31553 |16 | |10169 |Threading: Total started thread count |jmx["java.lang:type=Threading","TotalStartedThreadCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |0 |NULL |The number of threads started since the JVM was launched. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31554 |3 | |10173 |VMware: Event log |vmware.eventlog[{$VMWARE.URL},skip] |1m |7d |0 |0 |2 | | | | |NULL |NULL | | |0 |{$VMWARE.USERNAME} |{$VMWARE.PASSWORD} | | |0 |NULL |Collect VMware event log. See also: https://www.zabbix.com/documentation/5.0/manual/config/items/preprocessing/examples#filtering_vmware_event_log_records |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31555 |3 | |10173 |VMware: Full name |vmware.fullname[{$VMWARE.URL}] |1h |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$VMWARE.USERNAME} |{$VMWARE.PASSWORD} | | |0 |NULL |VMware service full name. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31556 |3 | |10173 |VMware: Version |vmware.version[{$VMWARE.URL}] |1h |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$VMWARE.USERNAME} |{$VMWARE.PASSWORD} | | |0 |NULL |VMware service version. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -3430,7 +3399,7 @@ ROW |32137 |16 |
ROW |32138 |16 | |10340 |Kafka {#JMXTOPIC}: Bytes in per second |jmx["kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec,topic={#JMXTOPIC}","Count"] |1m |7d |365d |0 |0 | |Bps | | |NULL |NULL | | |0 |{$KAFKA.USER} |{$KAFKA.PASSWORD} | | |2 |NULL |The rate at which data sent from producers is consumed by topic. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32139 |16 | |10340 |Kafka {#JMXTOPIC}: Messages in per second |jmx["kafka.server:type=BrokerTopicMetrics,name=MessagesInPerSec,topic={#JMXTOPIC}","Count"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$KAFKA.USER} |{$KAFKA.PASSWORD} | | |2 |NULL |The rate at which individual messages are consumed by topic. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32140 |16 | |10260 |Protocol handlers discovery |jmx.discovery[attributes,"Catalina:type=ProtocolHandler,port=*"] |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$TOMCAT.USER} |{$TOMCAT.PASSWORD} | | |1 |NULL |Discovery for ProtocolHandler |0 |30d |1 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32141 |16 | |10260 |Global request processors discovery |jmx.discovery[beans,"Catalina:type=GlobalRequestProcessor,name=*"] |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$TOMCAT.USER} |{$TOMCAT.PASSWORD} | | |1 |NULL |Discovery for GlobalRequesProcessor |0 |30d |1 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32141 |16 | |10260 |Global request processors discovery |jmx.discovery[beans,"Catalina:type=GlobalRequestProcessor,name=*"] |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$TOMCAT.USER} |{$TOMCAT.PASSWORD} | | |1 |NULL |Discovery for GlobalRequestProcessor |0 |30d |1 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32142 |16 | |10260 |Contexts discovery |jmx.discovery[beans,"Catalina:type=Manager,host=*,context=*"] |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$TOMCAT.USER} |{$TOMCAT.PASSWORD} | | |1 |NULL |Discovery for contexts |0 |30d |1 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32143 |16 | |10260 |Thread pools discovery |jmx.discovery[beans,"Catalina:type=ThreadPool,name=*"] |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$TOMCAT.USER} |{$TOMCAT.PASSWORD} | | |1 |NULL |Discovery for ThreadPool |0 |30d |1 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32144 |16 | |10260 |{#JMXVALUE}: Gzip compression status |jmx[{#JMXOBJ},compression] |1m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$TOMCAT.USER} |{$TOMCAT.PASSWORD} | | |2 |NULL |Gzip compression status on {#JMXNAME}. Enabling gzip compression may save server bandwidth. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -3451,38 +3420,38 @@ ROW |32158 |19 |
ROW |32159 |19 | |10341 |Zookeeper: Get connections stats |zookeeper.get_connections_stats |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Get information on client connections to server. Note, depending on the number of client connections this operation may be expensive (i.e. impact server performance). |0 |30d |0 | |NULL |3s |{$ZOOKEEPER.SCHEME}://{HOST.CONN}:{$ZOOKEEPER.PORT}/{$ZOOKEEPER.COMMAND_URL}/connections | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32193 |19 | |10341 |Clients discovery |zookeeper.clients |1h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |Get list of client connections.&eol;Note, depending on the number of client connections this operation may be expensive (i.e. impact server performance). |0 |30d |0 | |NULL |3s |{$ZOOKEEPER.SCHEME}://{HOST.CONN}:{$ZOOKEEPER.PORT}/{$ZOOKEEPER.COMMAND_URL}/connections | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32207 |16 | |10342 |Cluster: Name |jmx["org.apache.cassandra.db:type=StorageService","ClusterName"] |1m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32208 |16 | |10342 |Thread pool SecondaryIndexManagement: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=SecondaryIndexManagement,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;SecondaryIndexManagement:Performs updates to secondary indexes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32209 |16 | |10342 |Thread pool HintsDispatcher: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=HintsDispatcher,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;HintsDispatcher:Performs hinted handoff. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32210 |16 | |10342 |Thread pool HintsDispatcher: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=HintsDispatcher,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;HintsDispatcher:Performs hinted handoff. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32211 |16 | |10342 |Thread pool MemtableFlushWriter: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtableFlushWriter,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MemtableFlushWriter:Writes memtables to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32212 |16 | |10342 |Thread pool MemtableFlushWriter: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtableFlushWriter,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MemtableFlushWriter:Writes memtables to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32213 |16 | |10342 |Thread pool MemtableFlushWriter: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtableFlushWriter,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MemtableFlushWriter:Writes memtables to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32214 |16 | |10342 |Thread pool MemtablePostFlush: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtablePostFlush,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MemtablePostFlush:Cleans up commit log after memtable is written to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32215 |16 | |10342 |Thread pool MemtablePostFlush: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtablePostFlush,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MemtablePostFlush:Cleans up commit log after memtable is written to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32216 |16 | |10342 |Thread pool MemtablePostFlush: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtablePostFlush,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MemtablePostFlush:Cleans up commit log after memtable is written to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32217 |16 | |10342 |Thread pool MigrationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MigrationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MigrationStage:Runs schema migrations. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32218 |16 | |10342 |Thread pool MigrationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MigrationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MigrationStage:Runs schema migrations. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32219 |16 | |10342 |Thread pool MigrationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MigrationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MigrationStage:Runs schema migrations. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32220 |16 | |10342 |Thread pool MiscStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MiscStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MiscStage:Miscellaneous tasks run here. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32221 |16 | |10342 |Thread pool MiscStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MiscStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MiscStage:Miscellaneous tasks run here. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32222 |16 | |10342 |Thread pool MiscStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MiscStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MiscStage:Miscellaneous tasks run here. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32223 |16 | |10342 |Thread pool SecondaryIndexManagement: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=SecondaryIndexManagement,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;SecondaryIndexManagement:Performs updates to secondary indexes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32208 |16 | |10342 |Thread pool SecondaryIndexManagement: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=SecondaryIndexManagement,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;SecondaryIndexManagement: Performs updates to secondary indexes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32209 |16 | |10342 |Thread pool HintsDispatcher: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=HintsDispatcher,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;HintsDispatcher: Performs hinted handoff. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32210 |16 | |10342 |Thread pool HintsDispatcher: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=HintsDispatcher,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;HintsDispatcher: Performs hinted handoff. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32211 |16 | |10342 |Thread pool MemtableFlushWriter: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtableFlushWriter,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MemtableFlushWriter: Writes memtables to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32212 |16 | |10342 |Thread pool MemtableFlushWriter: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtableFlushWriter,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MemtableFlushWriter: Writes memtables to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32213 |16 | |10342 |Thread pool MemtableFlushWriter: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtableFlushWriter,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MemtableFlushWriter: Writes memtables to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32214 |16 | |10342 |Thread pool MemtablePostFlush: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtablePostFlush,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MemtablePostFlush: Cleans up commit log after memtable is written to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32215 |16 | |10342 |Thread pool MemtablePostFlush: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtablePostFlush,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MemtablePostFlush: Cleans up commit log after memtable is written to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32216 |16 | |10342 |Thread pool MemtablePostFlush: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MemtablePostFlush,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MemtablePostFlush: Cleans up commit log after memtable is written to disk. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32217 |16 | |10342 |Thread pool MigrationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MigrationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MigrationStage: Runs schema migrations. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32218 |16 | |10342 |Thread pool MigrationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MigrationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MigrationStage: Runs schema migrations. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32219 |16 | |10342 |Thread pool MigrationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MigrationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MigrationStage: Runs schema migrations. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32220 |16 | |10342 |Thread pool MiscStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MiscStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MiscStage: Miscellaneous tasks run here. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32221 |16 | |10342 |Thread pool MiscStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MiscStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MiscStage: Miscellaneous tasks run here. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32222 |16 | |10342 |Thread pool MiscStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=MiscStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MiscStage: Miscellaneous tasks run here. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32223 |16 | |10342 |Thread pool SecondaryIndexManagement: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=SecondaryIndexManagement,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;SecondaryIndexManagement: Performs updates to secondary indexes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32224 |16 | |10342 |Storage: Hints |jmx["org.apache.cassandra.metrics:type=Storage,name=TotalHints","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of hint messages written to this node since [re]start. Includes one entry for each host to be hinted per hint. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32225 |16 | |10342 |Thread pool SecondaryIndexManagement: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=SecondaryIndexManagement,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;SecondaryIndexManagement:Performs updates to secondary indexes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32226 |16 | |10342 |Thread pool CounterMutationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=CounterMutationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;CounterMutationStage:Responsible for counter writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32227 |16 | |10342 |Thread pool CounterMutationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=CounterMutationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;CounterMutationStage:Responsible for counter writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32228 |16 | |10342 |Thread pool CounterMutationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=CounterMutationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;CounterMutationStage:Responsible for counter writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32229 |16 | |10342 |Thread pool MutationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=MutationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MutationStage:Responsible for writes (exclude materialized and counter writes). |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32230 |16 | |10342 |Thread pool.MutationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=MutationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MutationStage:Responsible for writes (exclude materialized and counter writes). |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32231 |16 | |10342 |Thread pool MutationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=MutationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MutationStage:Responsible for writes (exclude materialized and counter writes). |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32232 |16 | |10342 |Thread pool ReadStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ReadStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;ReadStage:Local reads run on this thread pool. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32233 |16 | |10342 |Thread pool ReadStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ReadStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;ReadStage:Local reads run on this thread pool. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32234 |16 | |10342 |Thread pool ReadStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ReadStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;ReadStage:Local reads run on this thread pool. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32235 |16 | |10342 |Thread pool ViewMutationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ViewMutationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;ViewMutationStage:Responsible for materialized view writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32236 |16 | |10342 |Thread pool ViewMutationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ViewMutationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;ViewMutationStage:Responsible for materialized view writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32237 |16 | |10342 |Thread pool ViewMutationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ViewMutationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;ViewMutationStage:Responsible for materialized view writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32225 |16 | |10342 |Thread pool SecondaryIndexManagement: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=SecondaryIndexManagement,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;SecondaryIndexManagement: Performs updates to secondary indexes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32226 |16 | |10342 |Thread pool CounterMutationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=CounterMutationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;CounterMutationStage: Responsible for counter writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32227 |16 | |10342 |Thread pool CounterMutationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=CounterMutationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;CounterMutationStage: Responsible for counter writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32228 |16 | |10342 |Thread pool CounterMutationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=CounterMutationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;CounterMutationStage: Responsible for counter writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32229 |16 | |10342 |Thread pool MutationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=MutationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;MutationStage: Responsible for writes (exclude materialized and counter writes). |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32230 |16 | |10342 |Thread pool.MutationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=MutationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;MutationStage: Responsible for writes (exclude materialized and counter writes). |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32231 |16 | |10342 |Thread pool MutationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=MutationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;MutationStage: Responsible for writes (exclude materialized and counter writes). |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32232 |16 | |10342 |Thread pool ReadStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ReadStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;ReadStage: Local reads run on this thread pool. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32233 |16 | |10342 |Thread pool ReadStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ReadStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;ReadStage: Local reads run on this thread pool. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32234 |16 | |10342 |Thread pool ReadStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ReadStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;ReadStage: Local reads run on this thread pool. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32235 |16 | |10342 |Thread pool ViewMutationStage: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ViewMutationStage,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;ViewMutationStage: Responsible for materialized view writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32236 |16 | |10342 |Thread pool ViewMutationStage: Pending tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ViewMutationStage,name=PendingTasks","Value"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of queued tasks queued up on this pool.&eol;ViewMutationStage: Responsible for materialized view writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32237 |16 | |10342 |Thread pool ViewMutationStage: Total blocked tasks |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=request,scope=ViewMutationStage,name=TotalBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that were blocked due to queue saturation.&eol;ViewMutationStage: Responsible for materialized view writes. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32238 |16 | |10342 |Cluster: Nodes down |jmx["org.apache.cassandra.net:type=FailureDetector","DownEndpointCount"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |32239 |16 | |10342 |Thread pool HintsDispatcher: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=HintsDispatcher,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;HintsDispatcher:Performs hinted handoff. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |32239 |16 | |10342 |Thread pool HintsDispatcher: Currently blocked task |jmx["org.apache.cassandra.metrics:type=ThreadPools,path=internal,scope=HintsDispatcher,name=CurrentlyBlockedTasks","Count"] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Number of tasks that are currently blocked due to queue saturation but on retry will become unblocked.&eol;HintsDispatcher: Performs hinted handoff. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32240 |16 | |10342 |Storage: Used (bytes) |jmx["org.apache.cassandra.metrics:type=Storage,name=Load","Count"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Size, in bytes, of the on disk data size this node manages. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32241 |16 | |10342 |Version |jmx["org.apache.cassandra.db:type=StorageService","ReleaseVersion"] |1m |7d |0 |0 |1 | | | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL | |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32242 |16 | |10342 |KeyCache: requests per second |jmx["org.apache.cassandra.metrics:type=Cache,scope=KeyCache,name=Requests","Count"] |1m |7d |365d |0 |0 | |rps | | |NULL |NULL | | |0 |{$CASSANDRA.USER} |{$CASSANDRA.PASSWORD} | | |0 |NULL |Rate of cache requests. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -3970,10 +3939,10 @@ ROW |32930 |19 |
ROW |32976 |19 | |10360 |RabbitMQ: Healthcheck: alarms in effect in the cluster{#SINGLETON} |rabbitmq.healthcheck.alarms[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if there are no alarms in effect in the cluster, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/alarms | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |32977 |19 | |10361 |RabbitMQ: Healthcheck{#SINGLETON} |rabbitmq.healthcheck[{#SINGLETON}] |1m |7h |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Runs basic healthchecks in the current node. Checks that the rabbit application is running, channels and queues can be listed successfully, and that no alarms are in effect. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/healthchecks/node | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |32978 |19 | |10361 |RabbitMQ: Healthcheck: expiration date on the certificates{#SINGLETON} |rabbitmq.healthcheck.certificate_expiration[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Checks the expiration date on the certificates for every listener configured to use TLS. Responds a 200 OK if all certificates are valid (have not expired), otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/certificate-expiration/1/months | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
-ROW |32979 |19 | |10361 |RabbitMQ: Healthcheck: local alarms in effect on the this node{#SINGLETON} |rabbitmq.healthcheck.local_alarms[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if there are no local alarms in effect on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/local-alarms | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
+ROW |32979 |19 | |10361 |RabbitMQ: Healthcheck: local alarms in effect on this node{#SINGLETON} |rabbitmq.healthcheck.local_alarms[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if there are no local alarms in effect on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/local-alarms | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |32980 |19 | |10361 |RabbitMQ: Healthcheck: classic mirrored queues without synchronized mirrors online{#SINGLETON} |rabbitmq.healthcheck.mirror_sync[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Checks if there are classic mirrored queues without synchronized mirrors online (queues that would potentially lose data if the target node is shut down). Responds a 200 OK if there are no such classic mirrored queues, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/node-is-mirror-sync-critical | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |32981 |19 | |10361 |RabbitMQ: Healthcheck: queues with minimum online quorum{#SINGLETON} |rabbitmq.healthcheck.quorum[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Checks if there are quorum queues with minimum online quorum (queues that would lose their quorum and availability if the target node is shut down). Responds a 200 OK if there are no such quorum queues, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/node-is-quorum-critical | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
-ROW |32982 |19 | |10361 |RabbitMQ: Healthcheck: virtual hosts on the this node{#SINGLETON} |rabbitmq.healthcheck.virtual_hosts[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if all virtual hosts and running on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/virtual-hosts | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
+ROW |32982 |19 | |10361 |RabbitMQ: Healthcheck: virtual hosts on this node{#SINGLETON} |rabbitmq.healthcheck.virtual_hosts[{#SINGLETON}] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if all virtual hosts and running on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/virtual-hosts | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |33017 |0 | |10362 |MongoDB: Get server status |mongodb.server.status["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Returns a database's state. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33018 |0 | |10362 |MongoDB: Get Replica Set status |mongodb.rs.status["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Returns the replica set status from the point of view of the member where the method is run. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33019 |0 | |10362 |MongoDB: Ping |mongodb.ping["{$MONGODB.CONNSTRING}","{$MONGODB.USER}","{$MONGODB.PASSWORD}"] |30s |7d |365d |0 |3 | | | | |NULL |1 | | |0 | | | | |0 |NULL |Test if a connection is alive or not. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4030,7 +3999,7 @@ ROW |33229 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |33230 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10366 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33231 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10366 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33232 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10366 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |33233 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10366 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |33233 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10366 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33234 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10366 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;Object name: dot3StatsDuplexStatus&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33235 |20 |1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX} |10366 |{#SNMPVALUE}: Power supply status |sensor.psu.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonSupplyState |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33236 |20 |1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX} |10366 |{#SNMPVALUE}: Temperature status |sensor.temp.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonTemperatureState&eol;The current state of the test point being instrumented. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4071,7 +4040,7 @@ ROW |33270 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |33271 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10367 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33272 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10367 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33273 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10367 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |33274 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10367 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |33274 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10367 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33275 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10367 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;Object name: dot3StatsDuplexStatus&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33276 |20 |1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX} |10367 |{#SNMPVALUE}: Power supply status |sensor.psu.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonSupplyState |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33277 |20 |1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX} |10367 |{#SNMPVALUE}: Temperature status |sensor.temp.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonTemperatureState&eol;The current state of the test point being instrumented. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4112,7 +4081,7 @@ ROW |33311 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |33312 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10368 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33313 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10368 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33314 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10368 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |33315 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10368 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |33315 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10368 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33316 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10368 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;Object name: dot3StatsDuplexStatus&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33317 |20 |1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX} |10368 |{#SNMPVALUE}: Power supply status |sensor.psu.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonSupplyState |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33318 |20 |1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX} |10368 |{#SNMPVALUE}: Temperature status |sensor.temp.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonTemperatureState&eol;The current state of the test point being instrumented. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4153,7 +4122,7 @@ ROW |33352 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |33353 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10369 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33354 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10369 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33355 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10369 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |33356 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10369 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |33356 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10369 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33357 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10369 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;Object name: dot3StatsDuplexStatus&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33358 |20 |1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX} |10369 |{#SNMPVALUE}: Power supply status |sensor.psu.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonSupplyState |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33359 |20 |1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX} |10369 |{#SNMPVALUE}: Temperature status |sensor.temp.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonTemperatureState&eol;The current state of the test point being instrumented. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4194,7 +4163,7 @@ ROW |33393 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |33394 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10370 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33395 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10370 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33396 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10370 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |33397 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10370 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |33397 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10370 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33398 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10370 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;Object name: dot3StatsDuplexStatus&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33399 |20 |1.3.6.1.4.1.9.9.13.1.5.1.3.{#SNMPINDEX} |10370 |{#SNMPVALUE}: Power supply status |sensor.psu.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonSupplyState |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33400 |20 |1.3.6.1.4.1.9.9.13.1.3.1.6.{#SNMPINDEX} |10370 |{#SNMPVALUE}: Temperature status |sensor.temp.status[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |28 | | |0 | | | | |2 |NULL |MIB: CISCO-ENVMON-MIB&eol;Object name: ciscoEnvMonTemperatureState&eol;The current state of the test point being instrumented. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4222,7 +4191,7 @@ ROW |33421 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |33422 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10251 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33423 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10251 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33424 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10251 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |33425 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10251 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |33425 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10251 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33426 |15 | |10251 |{#FSNAME}: Space utilization |vfs.fs.pused[storageUsedPercentage.{#SNMPINDEX}] |1m |7d |365d |0 |0 | |% | | |NULL |NULL |(last("vfs.fs.used[hrStorageUsed.{#SNMPINDEX}]")/last("vfs.fs.total[hrStorageSize.{#SNMPINDEX}]"))*100 | |0 | | | | |2 |NULL |Space utilization in % for {#FSNAME} |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33427 |20 |1.3.6.1.2.1.25.2.3.1.5.{#SNMPINDEX} |10251 |{#FSNAME}: Total space |vfs.fs.total[hrStorageSize.{#SNMPINDEX}] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: HOST-RESOURCES-MIB&eol;The size of the storage represented by this entry, in units of hrStorageAllocationUnits.&eol;This object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system.&eol;For example, the amount of main storage allocated to a buffer pool might be modified or the amount of disk space allocated to virtual storage might be modified. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |33428 |20 |1.3.6.1.2.1.25.2.3.1.6.{#SNMPINDEX} |10251 |{#FSNAME}: Used space |vfs.fs.used[hrStorageUsed.{#SNMPINDEX}] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: HOST-RESOURCES-MIB&eol;The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4827,7 +4796,7 @@ ROW |34135 |16 |
ROW |34136 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Start time, avg |jmx["{#JMXOBJ}",XAStartAverageTime] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The average time for a XAResource start invocation. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34137 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Rollback, rate |jmx["{#JMXOBJ}",XARollbackCount] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The number of XAResource rollback invocations per second. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34138 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Rollback time, avg |jmx["{#JMXOBJ}",XARollbackAverageTime] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The average time for a XAResource rollback invocation. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |34139 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Recover, rate |jmx["{#JMXOBJ}",XARecoverCount] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The number of XAResource recover invocationsper second. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |34139 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Recover, rate |jmx["{#JMXOBJ}",XARecoverCount] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The number of XAResource recover invocations per second. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34140 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Recover time, avg |jmx["{#JMXOBJ}",XARecoverAverageTime] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The average time for a XAResource recover invocation. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34141 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Prepare, rate |jmx["{#JMXOBJ}",XAPrepareCount] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The number of XAResource prepare invocations per second. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34142 |16 | |10384 |WildFly {#JMX_DATA_SOURCE}: XA: Prepare time, avg |jmx["{#JMXOBJ}",XAPrepareAverageTime] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$WILDFLY.USER} |{$WILDFLY.PASSWORD} | | |2 |NULL |The average time for a XAResource prepare invocation. |0 |30d |0 |service:jmx:{$WILDFLY.JMX.PROTOCOL}://{HOST.CONN}:{HOST.PORT}|NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -4912,7 +4881,7 @@ ROW |34977 |20 |1.3.6.1.2.1.31.1.1.1.12.{#SNMPINDEX}
ROW |34978 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10400 |Interface {#IFNAME}({#IFALIAS}): Bits sent |cisco.ucs.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34979 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10400 |Interface {#IFNAME}({#IFALIAS}): Speed |cisco.ucs.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34980 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10400 |Interface {#IFNAME}({#IFALIAS}): Operational status |cisco.ucs.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |NULL |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |34981 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10400 |Interface {#IFNAME}({#IFALIAS}): Interface type |cisco.ucs.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |34981 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10400 |Interface {#IFNAME}({#IFALIAS}): Interface type |cisco.ucs.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34982 |20 |1.3.6.1.4.1.9.9.719.1.45.4.1.17.{#SNMPINDEX} |10400 |{#DISK_LOCATION}: Physical disk media type |cisco.ucs.hw.physicaldisk.media_type[cucsStorageLocalDiskDeviceType.{#SNMPINDEX}] |1h |2w |0 |0 |1 | | | | |NULL |235 | | |0 | | | | |2 |NULL |MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB&eol;Cisco UCS storage:LocalDisk:deviceType managed object property. Actually returns 'HDD' or 'SSD'. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34983 |20 |1.3.6.1.4.1.9.9.719.1.45.4.1.7.{#SNMPINDEX} |10400 |{#DISK_LOCATION}: Physical disk model name |cisco.ucs.hw.physicaldisk.model[cucsStorageLocalDiskModel.{#SNMPINDEX}] |1h |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB&eol;Cisco UCS storage:LocalDisk:model managed object property. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |34984 |20 |1.3.6.1.4.1.9.9.719.1.45.4.1.12.{#SNMPINDEX} |10400 |{#DISK_LOCATION}: Physical disk serial number |cisco.ucs.hw.physicaldisk.serialnumber[cucsStorageLocalDiskSerial.{#SNMPINDEX}] |1h |90d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB&eol;Cisco UCS storage:LocalDisk:serial managed object property. Actually returns part number code. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -6324,7 +6293,7 @@ ROW |36875 |20 |1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX}
ROW |36876 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10434 |PFSense: Interface [{#IFNAME}({#IFALIAS})]: Inbound packets discarded |net.if.in.discards[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36877 |20 |.1.3.6.1.4.1.12325.1.200.1.8.2.1.20["index",".1.3.6.1.4.1.12325.1.200.1.8.2.1.2","{#IFDESCR}"] |10434 |PFSense: Interface [{#IFNAME}({#IFALIAS})]: Inbound IPv6 packets blocked |net.if.in.block.v6.pps[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |pps | | |NULL |NULL | | |0 | | | | |2 |NULL |BEGEMOT-PF-MIB&eol;The number of IPv6 packets blocked coming in on this interface. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36878 |20 |.1.3.6.1.4.1.12325.1.200.1.8.2.1.16["index",".1.3.6.1.4.1.12325.1.200.1.8.2.1.2","{#IFDESCR}"] |10434 |PFSense: Interface [{#IFNAME}({#IFALIAS})]: Inbound IPv6 traffic blocked |net.if.in.block.v6.bps[{#SNMPINDEX}] |1m |7d |365d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |BEGEMOT-PF-MIB&eol;IPv6 bits per second blocked coming in on this interface. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |36879 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10434 |PFSense: Interface [{#IFNAME}({#IFALIAS})]: Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |36879 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10434 |PFSense: Interface [{#IFNAME}({#IFALIAS})]: Interface type |net.if.type[{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |NULL |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36880 |20 |1.3.6.1.4.1.2021.13.15.1.1.5.{#SNMPINDEX} |10434 |PFSense: [{#DEVNAME}]: Disk read rate |vfs.dev.read.rate[{#SNMPINDEX}] |1m |7d |365d |0 |0 | |!r/s | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: UCD-DISKIO-MIB&eol;The number of read accesses from this device since boot. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36881 |20 |1.3.6.1.4.1.2021.13.15.1.1.9.{#SNMPINDEX} |10434 |PFSense: [{#DEVNAME}]: Disk utilization |vfs.dev.util[{#SNMPINDEX}] |1m |7d |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: UCD-DISKIO-MIB&eol;The 1 minute average load of disk (%) |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36882 |20 |1.3.6.1.4.1.2021.13.15.1.1.6.{#SNMPINDEX} |10434 |PFSense: [{#DEVNAME}]: Disk write rate |vfs.dev.write.rate[{#SNMPINDEX}] |1m |7d |365d |0 |0 | |!w/s | | |NULL |NULL | | |0 | | | | |2 |NULL |MIB: UCD-DISKIO-MIB&eol;The number of write accesses from this device since boot. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -6370,16 +6339,24 @@ ROW |37011 |0 |
ROW |37012 |0 | |10359 |RabbitMQ: Get queues |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/queues"] |1m |1h |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The HTTP API endpoint that returns queues metrics |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37057 |0 | |10358 |RabbitMQ: Healthcheck: alarms in effect in the cluster{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.CLUSTER_HOST}:{$RABBITMQ.API.PORT}/api/health/checks/alarms{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if there are no alarms in effect in the cluster, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s |{$RABBITMQ.API.SCHEME}://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/health/checks/alarms | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |37058 |0 | |10359 |RabbitMQ: Healthcheck: expiration date on the certificates{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/certificate-expiration/1/months{#SINGLETON}"]|1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Checks the expiration date on the certificates for every listener configured to use TLS. Responds a 200 OK if all certificates are valid (have not expired), otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
-ROW |37059 |0 | |10359 |RabbitMQ: Healthcheck: local alarms in effect on the this node{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/local-alarms{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if there are no local alarms in effect on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
+ROW |37059 |0 | |10359 |RabbitMQ: Healthcheck: local alarms in effect on this node{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/local-alarms{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if there are no local alarms in effect on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |37060 |0 | |10359 |RabbitMQ: Healthcheck: classic mirrored queues without synchronized mirrors online{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/node-is-mirror-sync-critical{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Checks if there are classic mirrored queues without synchronized mirrors online (queues that would potentially lose data if the target node is shut down). Responds a 200 OK if there are no such classic mirrored queues, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |37061 |0 | |10359 |RabbitMQ: Healthcheck: queues with minimum online quorum{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/node-is-quorum-critical{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Checks if there are quorum queues with minimum online quorum (queues that would lose their quorum and availability if the target node is shut down). Responds a 200 OK if there are no such quorum queues, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
-ROW |37062 |0 | |10359 |RabbitMQ: Healthcheck: virtual hosts on the this node{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/virtual-hosts{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if all virtual hosts and running on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
+ROW |37062 |0 | |10359 |RabbitMQ: Healthcheck: virtual hosts on this node{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/health/checks/virtual-hosts{#SINGLETON}"] |1m |7d |365d |0 |3 | | | | |NULL |82 | | |1 |{$RABBITMQ.API.USER} |{$RABBITMQ.API.PASSWORD} | | |2 |NULL |Responds a 200 OK if all virtual hosts and running on the target node, otherwise responds with a 503 Service Unavailable. |0 |30d |0 | |NULL |3s | | | |200,503,404 |1 |0 | |1 |0 |0 |0 |0 |0 |0 |
ROW |37063 |0 | |10359 |RabbitMQ: Healthcheck{#SINGLETON} |web.page.get["{$RABBITMQ.API.SCHEME}://{$RABBITMQ.API.USER}:{$RABBITMQ.API.PASSWORD}@{$RABBITMQ.API.HOST}:{$RABBITMQ.API.PORT}/api/healthchecks/node{#SINGLETON}"] |1m |7h |365d |0 |3 | | | | |NULL |82 | | |0 | | | | |2 |NULL |Runs basic healthchecks in the current node. Checks that the rabbit application is running, channels and queues can be listed successfully, and that no alarms are in effect. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37098 |3 | |10361 |RabbitMQ: Service response time |net.tcp.service.perf["{$RABBITMQ.API.SCHEME}","{HOST.CONN}","{$RABBITMQ.API.PORT}"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37099 |3 | |10361 |RabbitMQ: Service ping |net.tcp.service["{$RABBITMQ.API.SCHEME}","{HOST.CONN}","{$RABBITMQ.API.PORT}"] |1m |7d |365d |0 |3 | | | | |NULL |1 | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37100 |3 | |10175 |VMware: Get sensors |vmware.hv.sensors.get[{$VMWARE.URL},{HOST.HOST}] |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 |{$VMWARE.USERNAME} |{$VMWARE.PASSWORD} | | |0 |NULL |Master item for sensors data. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37103 |0 | |10276 |Interface {#IFNAME}: Speed |vfs.file.contents["/sys/class/net/{#IFNAME}/speed"] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |Indicates the interface latest or current speed value. Value is an integer representing the link speed in bits/sec.&eol;This attribute is only valid for interfaces that implement the ethtool get_link_ksettings method (mostly Ethernet).&eol;Reference: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37106 |7 | |10282 |Interface {#IFNAME}: Speed |vfs.file.contents["/sys/class/net/{#IFNAME}/speed"] |5m |7d |0d |0 |3 | |bps | | |NULL |NULL | | |0 | | | | |2 |NULL |Indicates the interface latest or current speed value. Value is an integer representing the link speed in bits/sec.&eol;This attribute is only valid for interfaces that implement the ethtool get_link_ksettings method (mostly Ethernet).&eol;Reference: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37108 |16 | |10169 |Garbage collector discovery |jmx.discovery["beans","java.lang:name=*,type=GarbageCollector"] |4h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |1 |NULL |Garbage collectors metrics discovery. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37109 |16 | |10169 |Memory pool discovery |jmx.discovery["beans","java.lang:name=*,type=MemoryPool"] |4h |90d |0 |0 |4 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |1 |NULL |Memory pools metrics discovery. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37110 |16 | |10169 |GarbageCollector {#JMXNAME}: number of collections per second |jmx["java.lang:name={#JMXNAME},type=GarbageCollector","CollectionCount"] |1m |7d |365d |0 |0 | | | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |2 |NULL |Displays the total number of collections that have occurred per second. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37111 |16 | |10169 |GarbageCollector {#JMXNAME}: accumulated time spent in collection |jmx["java.lang:name={#JMXNAME},type=GarbageCollector","CollectionTime"] |1m |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |2 |NULL |Displays the approximate accumulated collection elapsed time, in seconds. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37112 |16 | |10169 |Memory pool {#JMXNAME}: committed |jmx["java.lang:name={#JMXNAME},type=MemoryPool","Usage.committed"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |2 |NULL |Current memory allocated. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37113 |16 | |10169 |Memory pool {#JMXNAME}: maximum size |jmx["java.lang:name={#JMXNAME},type=MemoryPool","Usage.max"] |1m |7d |365d |0 |0 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |2 |NULL |Maximum amount of memory that can be used for memory management. This amount of memory is not guaranteed to be available if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37114 |16 | |10169 |Memory pool {#JMXNAME}: used |jmx["java.lang:name={#JMXNAME},type=MemoryPool","Usage.used"] |1m |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 |{$JMX.USER} |{$JMX.PASSWORD} | | |2 |NULL |Current memory usage. |0 |30d |0 |service:jmx:rmi:///jndi/rmi://{HOST.CONN}:{HOST.PORT}/jmxrmi |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37115 |0 | |10433 |PostgreSQL: Get queries |pgsql.queries["{$PG.URI}","{$PG.USER}","{$PG.PASSWORD}","{$PG.DATABASE}","{$PG.QUERY_ETIME.MAX.WARN}"] |1m |0 |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Collect all metrics by query execution time |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
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|
@@ -6591,7 +6568,7 @@ ROW |29420 |18 | |10285 |Load average (1m avg)
ROW |29421 |18 | |10285 |System uptime |system.uptime[node_exporter] |0 |2w |0d |0 |3 | |uptime | | |NULL |NULL | | |0 | | | | |0 |NULL |System uptime in 'N days, hh:mm:ss' format. |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29422 |18 | |10285 |Operating system architecture |system.sw.arch[node_exporter] |0 |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Operating system architecture of the host. |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29423 |18 | |10285 |Number of open file descriptors |fd.open[node_exporter] |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29424 |18 | |10285 |Maximum number of open file descriptors |kernel.maxfiles[node_exporter] |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29424 |18 | |10285 |Maximum number of open file descriptors |kernel.maxfiles[node_exporter] |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29425 |18 | |10285 |System description |system.descr[node_exporter] |0 |2w |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Labeled system information as provided by the uname system call. |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29426 |18 | |10285 |CPU system time |system.cpu.system[node_exporter] |0 |7d |365d |0 |0 | |% | | |NULL |NULL | | |0 | | | | |0 |NULL |The time the CPU has spent running the kernel and its processes. |0 |30d |0 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29429 |18 | |10285 |Network interface discovery |net.if.discovery[node_exporter] |0 |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |Discovery of network interfaces. Requires node_exporter v0.18 and up. |0 |30d |1 | |29395 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -7130,7 +7107,7 @@ ROW |30956 |18 | |10324 |Etcd: Server is a leader
ROW |30957 |18 | |10324 |Etcd: Keys compacted per second |etcd.keys.compacted.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The number of DB keys compacted per second. |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |30958 |18 | |10324 |Etcd: Keys expired per second |etcd.keys.expired.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The number of expired keys per second. |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |30959 |18 | |10324 |Etcd: Keys total |etcd.keys.total |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Total number of keys. |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |30960 |18 | |10324 |Etcd: Leader changes |etcd.leader.changes |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The the number of leader changes the member has seen since its start. |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |30960 |18 | |10324 |Etcd: Leader changes |etcd.leader.changes |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The number of leader changes the member has seen since its start. |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |30961 |18 | |10324 |gRPC codes discovery |etcd.grpc_code.discovery |0 |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL | |0 |30d |1 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |30962 |18 | |10324 |Peers discovery |etcd.peer.discovery |0 |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL | |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |30963 |18 | |10324 |Etcd: RPCs completed with code {#GRPC.CODE} |etcd.grpc.handled.rate[{#GRPC.CODE}] |0 |7d |365d |0 |0 | |rps | | |NULL |NULL | | |0 | | | | |2 |NULL |The number of RPCs completed on the server with grpc_code {#GRPC.CODE} |0 |30d |0 | |30925 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -7152,7 +7129,7 @@ ROW |31068 |18 | |10327 |MSSQL: Page writes per second
ROW |31069 |18 | |10327 |MSSQL: Number of blocked processes |mssql.processes_blocked |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of currently blocked processes. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31070 |18 | |10327 |MSSQL: Read-ahead pages per second |mssql.readahead_pages_sec.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Indicates the number of pages read per second in anticipation of use. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31071 |18 | |10327 |MSSQL: Safe auto-params per second |mssql.safe_autoparams_sec.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of safe auto-parameterization attempts per second. Safe refers to a determination that a cached execution plan can be shared between different similar-looking Transact-SQL statements. SQL Server makes many auto-parameterization attempts some of which turn out to be safe and others fail. Note that auto-parameterizations are also known as simple parameterizations in the newer versions of SQL Server. This does not include forced parameterizations. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |31072 |18 | |10327 |MSSQL: SQL compilations per second |mssql.sql_compilations_sec.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of SQL compilations per second. Indicates the number of times the compile code path is entered. Includes compiles caused by statement-level recompilations in SQL Server. After SQL Server user activity is stable, this value reaches a steady state. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |31072 |18 | |10327 |MSSQL: SQL compilations per second |mssql.sql_compilations_sec.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of SQL compilations per second. Indicates the number of times the compile code path is entered. Includes runs caused by statement-level recompilations in SQL Server. After SQL Server user activity is stable, this value reaches a steady state. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31073 |18 | |10327 |MSSQL: SQL re-compilations per second |mssql.sql_recompilations_sec.rate |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |Number of statement recompiles per second. Counts the number of times statement recompiles are triggered. Generally, you want the recompiles to be low. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31074 |18 | |10327 |MSSQL: Target pages |mssql.target_pages |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |0 |NULL |The optimal number of pages in the buffer pool. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |31075 |18 | |10327 |MSSQL: Maximum workspace memory |mssql.maximum_workspace_memory |0 |7d |365d |0 |3 | |B | | |NULL |NULL | | |0 | | | | |0 |NULL |Indicates the maximum amount of memory available for executing processes, such as hash, sort, bulk copy, and index creation operations. |0 |30d |0 | |31055 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8291,8 +8268,8 @@ ROW |36792 |18 | |10433 |DB {#DBNAME}: Detected conflicts per second
ROW |36793 |18 | |10433 |DB {#DBNAME}: Checksum failures |pgsql.dbstat.checksum_failures.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Number of data page checksum failures detected in this database |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36794 |18 | |10433 |DB {#DBNAME}: Disk blocks read per second |pgsql.dbstat.blks_read.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Total number of disk blocks read in this database |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36795 |18 | |10433 |DB {#DBNAME}: Blocks hit per second |pgsql.dbstat.blks_hit.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Total number of times disk blocks were found already in the buffer cache, so that a read was not necessary |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |36796 |18 | |10433 |DB {#DBNAME}: Disk blocks read per second |pgsql.dbstat.blk_write_time.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Time spent writing data file blocks by backends, in milliseconds |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |36797 |18 | |10433 |DB {#DBNAME}: Disk blocks read per second |pgsql.dbstat.blk_read_time.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Time spent reading data file blocks by backends, in milliseconds |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |36796 |18 | |10433 |DB {#DBNAME}: Disk blocks write time |pgsql.dbstat.blk_write_time.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Time spent writing data file blocks by backends, in milliseconds |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |36797 |18 | |10433 |DB {#DBNAME}: Disk blocks read time |pgsql.dbstat.blk_read_time.rate["{#DBNAME}"] |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Time spent reading data file blocks by backends, in milliseconds |0 |30d |0 | |36710 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36798 |18 | |10433 |DB {#DBNAME}: Num of total locks |pgsql.locks.total["{#DBNAME}"] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Number of total locks for each database |0 |30d |0 | |36711 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36799 |18 | |10433 |Application {#APPLICATION_NAME}: Replication flush lag |pgsql.replication.process.flush_lag["{#APPLICATION_NAME}"] |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |36717 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |36800 |18 | |10433 |Application {#APPLICATION_NAME}: Replication replay lag |pgsql.replication.process.replay_lag["{#APPLICATION_NAME}"] |0 |7d |365d |0 |0 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL | |0 |30d |0 | |36717 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8468,6 +8445,15 @@ ROW |37096 |18 | |10359 |RabbitMQ: Queue [{#VHOST}][{#QUEUE}]: Message
ROW |37097 |18 | |10359 |RabbitMQ: Queue [{#VHOST}][{#QUEUE}]: Messages |rabbitmq.queue.messages["{#VHOST}/{#QUEUE}"] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Count of the total messages in the queue |0 |30d |0 | |37012 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37101 |18 | |10175 |Healthcheck discovery |vmware.hv.healthcheck.discovery |0 |90d |0 |0 |4 | | | | |NULL |NULL | | |0 | | | | |1 |NULL |VMware Rollup Health State sensor discovery |0 |30d |0 | |37100 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |37102 |18 | |10175 |VMware: Health state rollup |vmware.hv.sensor.health.state[{#SINGLETON}] |0 |7d |0 |0 |1 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |The host health state rollup sensor value: gray - unknown, green - ok, red - it has a problem, yellow - it might have a problem. |0 |30d |0 | |37100 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37116 |18 | |10433 |DB {#DBNAME}: Queries max maintenance time |pgsql.queries.mro.time_max["{#DBNAME}"] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Max maintenance query time |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37117 |18 | |10433 |DB {#DBNAME}: Queries slow maintenance count |pgsql.queries.mro.slow_count["{#DBNAME}"] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Slow maintenance query count |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37118 |18 | |10433 |DB {#DBNAME}: Queries sum maintenance time |pgsql.queries.mro.time_sum["{#DBNAME}"] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Sum maintenance query time |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37119 |18 | |10433 |DB {#DBNAME}: Queries slow query count |pgsql.queries.query.slow_count["{#DBNAME}"] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Slow query count |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37120 |18 | |10433 |DB {#DBNAME}: Queries max query time |pgsql.queries.query.time_max["{#DBNAME}"] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Max query time |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37121 |18 | |10433 |DB {#DBNAME}: Queries sum query time |pgsql.queries.query.time_sum["{#DBNAME}"] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Sum query time |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37122 |18 | |10433 |DB {#DBNAME}: Queries slow transaction count |pgsql.queries.tx.slow_count["{#DBNAME}"] |0 |7d |365d |0 |3 | | | | |NULL |NULL | | |0 | | | | |2 |NULL |Slow transaction query count |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37123 |18 | |10433 |DB {#DBNAME}: Queries max transaction time |pgsql.queries.tx.time_max["{#DBNAME}"] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Max transaction query time |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |37124 |18 | |10433 |DB {#DBNAME}: Queries sum transaction time |pgsql.queries.tx.time_sum["{#DBNAME}"] |0 |7d |365d |0 |3 | |s | | |NULL |NULL | | |0 | | | | |2 |NULL |Sum transaction query time |0 |30d |0 | |37115 |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
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|
@@ -8559,7 +8545,7 @@ ROW |27185 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27186 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10207 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27187 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10207 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27188 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10207 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27189 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10207 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27189 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10207 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27190 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10207 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27191 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10207 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27195 |17 | |10207 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8574,7 +8560,7 @@ ROW |27220 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27221 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10208 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27222 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10208 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27223 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10208 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27224 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10208 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27224 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10208 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27228 |17 | |10208 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27232 |20 |1.3.6.1.2.1.1.5.0 |10208 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27235 |5 | |10208 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8587,7 +8573,7 @@ ROW |27256 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27257 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10210 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27258 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10210 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27259 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10210 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27260 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10210 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27260 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10210 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27264 |17 | |10210 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27268 |20 |1.3.6.1.2.1.1.5.0 |10210 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27271 |5 | |10210 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8600,7 +8586,7 @@ ROW |27277 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27278 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10211 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27279 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10211 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27280 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10211 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27281 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10211 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27281 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10211 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27285 |17 | |10211 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27289 |20 |1.3.6.1.2.1.1.5.0 |10211 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27292 |5 | |10211 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8615,7 +8601,7 @@ ROW |27326 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27327 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10218 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27328 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10218 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27329 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10218 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27330 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10218 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27330 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10218 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27331 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10218 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27332 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10218 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27336 |17 | |10218 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8664,7 +8650,7 @@ ROW |27455 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27456 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10221 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27457 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10221 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27458 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10221 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27459 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10221 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27459 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10221 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27460 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10221 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27461 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10221 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27465 |17 | |10221 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8679,7 +8665,7 @@ ROW |27491 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27492 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10222 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27493 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10222 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27494 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10222 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27495 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10222 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27495 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10222 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27499 |17 | |10222 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27503 |20 |1.3.6.1.2.1.1.5.0 |10222 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27506 |5 | |10222 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8692,7 +8678,7 @@ ROW |27525 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27526 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10223 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27527 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10223 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27528 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10223 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27529 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10223 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27529 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10223 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27530 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10223 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27531 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10223 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27535 |17 | |10223 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8707,7 +8693,7 @@ ROW |27561 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27562 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10224 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27563 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10224 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27564 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10224 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27565 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10224 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27565 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10224 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27566 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10224 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27567 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10224 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27571 |17 | |10224 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8716,13 +8702,13 @@ ROW |27578 |5 |
ROW |27619 |20 |discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3] |10226 |Network interfaces discovery |net.if.discovery |1h |90d |0 |0 |4 | | | | |27078 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27620 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Inbound packets discarded |net.if.in.discards[ifInDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27079 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27621 |20 |1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Inbound packets with errors |net.if.in.errors[ifInErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27086 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27622 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27084 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27622 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27084 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27623 |20 |1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Outbound packets discarded |net.if.out.discards[ifOutDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27082 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of outbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27624 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Outbound packets with errors |net.if.out.errors[ifOutErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27083 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27625 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27085 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27626 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27081 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27625 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27085 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27626 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27081 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the Internet Assigned Numbers Authority's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27627 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27087 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27628 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27080 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27628 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10226 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27080 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27629 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10226 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27630 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10226 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27634 |17 | |10226 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8737,7 +8723,7 @@ ROW |27647 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27648 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10227 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27649 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10227 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27650 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10227 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27651 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10227 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27651 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10227 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27652 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10227 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27653 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10227 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27657 |17 | |10227 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8752,7 +8738,7 @@ ROW |27727 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27728 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10229 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27729 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10229 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27730 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10229 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27731 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10229 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27731 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10229 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27732 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10229 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27733 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10229 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27737 |17 | |10229 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8767,7 +8753,7 @@ ROW |27761 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27762 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10230 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27763 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10230 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27764 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10230 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27765 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10230 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27765 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10230 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27769 |17 | |10230 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27773 |20 |1.3.6.1.2.1.1.5.0 |10230 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27776 |5 | |10230 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8780,7 +8766,7 @@ ROW |27793 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27794 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10231 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27795 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10231 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27796 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10231 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27797 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10231 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27797 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10231 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27798 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10231 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27799 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10231 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27803 |17 | |10231 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8795,7 +8781,7 @@ ROW |27877 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27878 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10233 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27879 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10233 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27880 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10233 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27881 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10233 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27881 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10233 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27885 |17 | |10233 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27889 |20 |1.3.6.1.2.1.1.5.0 |10233 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27892 |5 | |10233 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8808,7 +8794,7 @@ ROW |27914 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27915 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10234 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27916 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10234 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27917 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10234 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27918 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10234 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27918 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10234 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27922 |17 | |10234 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27926 |20 |1.3.6.1.2.1.1.5.0 |10234 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27929 |5 | |10234 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8821,7 +8807,7 @@ ROW |27949 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |27950 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10235 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27951 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10235 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27952 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10235 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27953 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10235 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27953 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10235 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27954 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10235 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27955 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10235 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27959 |17 | |10235 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8830,26 +8816,26 @@ ROW |27966 |5 |
ROW |27976 |20 |discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3] |10236 |Network interfaces discovery |net.if.discovery |1h |90d |0 |0 |4 | | | | |27078 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27977 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Inbound packets discarded |net.if.in.discards[ifInDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27079 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27978 |20 |1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Inbound packets with errors |net.if.in.errors[ifInErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27086 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27979 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27084 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27979 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27084 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27980 |20 |1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Outbound packets discarded |net.if.out.discards[ifOutDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27082 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of outbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27981 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Outbound packets with errors |net.if.out.errors[ifOutErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27083 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27982 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27085 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27983 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27081 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27982 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27085 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27983 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27081 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the Internet Assigned Numbers Authority's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27984 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27087 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |27985 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27080 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |27985 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10236 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27080 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27989 |17 | |10236 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27993 |20 |1.3.6.1.2.1.1.5.0 |10236 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |27996 |5 | |10236 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28005 |20 |discovery[{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFADMINSTATUS},1.3.6.1.2.1.2.2.1.7,{#IFNAME},1.3.6.1.2.1.2.2.1.2,{#IFDESCR},1.3.6.1.2.1.2.2.1.2,{#IFTYPE},1.3.6.1.2.1.2.2.1.3] |10237 |Network interfaces discovery |net.if.discovery |1h |90d |0 |0 |4 | | | | |27078 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28006 |20 |1.3.6.1.2.1.2.2.1.13.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Inbound packets discarded |net.if.in.discards[ifInDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27079 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of inbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28007 |20 |1.3.6.1.2.1.2.2.1.14.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Inbound packets with errors |net.if.in.errors[ifInErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27086 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28008 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27084 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28008 |20 |1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Bits received |net.if.in[ifInOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27084 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets received on the interface,including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and atother times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28009 |20 |1.3.6.1.2.1.2.2.1.19.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Outbound packets discarded |net.if.out.discards[ifOutDiscards.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27082 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The number of outbound packets which were chosen to be discarded&eol;even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.&eol;One possible reason for discarding such a packet could be to free up buffer space.&eol;Discontinuities in the value of this counter can occur at re-initialization of the management system,&eol;and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28010 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Outbound packets with errors |net.if.out.errors[ifOutErrors.{#SNMPINDEX}] |3m |7d |365d |0 |3 | | | | |27083 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;For packet-oriented interfaces, the number of outbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of outbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28011 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27085 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occurat re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28012 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27081 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28011 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27085 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28012 |20 |1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Speed |net.if.speed[ifSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27081 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in bits per second.&eol;For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made,&eol;this object should contain the nominal bandwidth.&eol;If the bandwidth of the interface is greater than the maximum value reportable by this object then&eol;this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the Internet Assigned Numbers Authority's speed.&eol;For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28013 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27087 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28014 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27080 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28014 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10237 |Interface {#IFDESCR}: Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27080 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28018 |17 | |10237 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28022 |20 |1.3.6.1.2.1.1.5.0 |10237 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28025 |5 | |10237 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8862,7 +8848,7 @@ ROW |28123 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |28124 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10250 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28125 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10250 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28126 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10250 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28127 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10250 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28127 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10250 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28128 |20 |discovery[{#SNMPVALUE},1.3.6.1.2.1.10.7.2.1.19,{#IFOPERSTATUS},1.3.6.1.2.1.2.2.1.8,{#IFALIAS},1.3.6.1.2.1.31.1.1.1.18,{#IFNAME},1.3.6.1.2.1.31.1.1.1.1,{#IFDESCR},1.3.6.1.2.1.2.2.1.2] |10250 |EtherLike-MIB Discovery |net.if.duplex.discovery |1h |90d |0 |0 |4 | | | | |27031 |NULL | | |0 | | | | |1 |NULL |Discovering interfaces from IF-MIB and EtherLike-MIB. Interfaces with up(1) Operational Status are discovered. |0 |30d |1 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28129 |20 |1.3.6.1.2.1.10.7.2.1.19.{#SNMPINDEX} |10250 |Interface {#IFNAME}({#IFALIAS}): Duplex status |net.if.duplex[dot3StatsDuplexStatus.{#SNMPINDEX}] |1m |7d |365d |0 |3 | | | | |27032 |19 | | |0 | | | | |2 |NULL |MIB: EtherLike-MIB&eol;The current mode of operation of the MAC&eol;entity. 'unknown' indicates that the current&eol;duplex mode could not be determined.&eol;&eol;Management control of the duplex mode is&eol;accomplished through the MAU MIB. When&eol;an interface does not support autonegotiation,&eol;or when autonegotiation is not enabled, the&eol;duplex mode is controlled using&eol;ifMauDefaultType. When autonegotiation is&eol;supported and enabled, duplex mode is controlled&eol;using ifMauAutoNegAdvertisedBits. In either&eol;case, the currently operating duplex mode is&eol;reflected both in this object and in ifMauType.&eol;&eol;Note that this object provides redundant&eol;information with ifMauType. Normally, redundant&eol;objects are discouraged. However, in this&eol;instance, it allows a management application to&eol;determine the duplex status of an interface&eol;without having to know every possible value of&eol;ifMauType. This was felt to be sufficiently&eol;valuable to justify the redundancy.&eol;Reference: [IEEE 802.3 Std.], 30.3.1.1.32,aDuplexStatus.|0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28133 |17 | |10250 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8891,7 +8877,7 @@ ROW |28228 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |28229 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10253 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28230 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10253 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28231 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10253 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28232 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10253 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28232 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10253 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28236 |17 | |10253 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28240 |20 |1.3.6.1.2.1.1.5.0 |10253 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28243 |5 | |10253 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8912,7 +8898,7 @@ ROW |28298 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |28299 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10254 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28300 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10254 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28301 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10254 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28302 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10254 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28302 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10254 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28333 |17 | |10255 |SNMP traps (fallback) |snmptrap.fallback |1m |2w |0 |0 |2 | | | |hh:mm:sszyyyy/MM/dd|27157 |NULL | | |0 | | | | |0 |NULL |The item is used to collect all SNMP traps unmatched by other snmptrap items |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28337 |20 |1.3.6.1.2.1.1.5.0 |10255 |System name |system.name |15m |2w |0 |0 |1 | | | | |27152 |NULL | | |0 | | | | |0 |NULL |MIB: SNMPv2-MIB&eol;An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28340 |5 | |10255 |SNMP agent availability |zabbix[host,snmp,available] |1m |7d |365d |0 |3 | | | | |27154 |22 | | |0 | | | | |0 |NULL |Availability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list.&eol;Possible value:&eol;0 - not available&eol;1 - available&eol;2 - unknown |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8942,7 +8928,7 @@ ROW |28973 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |28974 |20 |1.3.6.1.2.1.31.1.1.1.10.{#SNMPINDEX} |10248 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifHCOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27105 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets.Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28975 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10248 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27101 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28976 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10248 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27107 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |28977 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10248 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |28977 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10248 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27100 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28993 |15 | |10248 |Memory utilization |vm.memory.util[snmp] |1m |7d |365d |0 |0 | |% | | |28978 |NULL |(last("vm.memory.total[memTotalReal.0]")-(last("vm.memory.free[memAvailReal.0]")+last("vm.memory.buffers[memBuffer.0]")+last("vm.memory.cached[memCached.0]")))/last("vm.memory.total[memTotalReal.0]")*100| |0 | | | | |0 |NULL |Please note that memory utilization is a rough estimate, since memory available is calculated as free+buffers+cached, which is not 100% accurate, but the best we can get using SNMP. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28994 |20 |1.3.6.1.4.1.2021.4.6.0 |10248 |Free memory |vm.memory.free[memAvailReal.0] |1m |7d |365d |0 |3 | |B | | |28979 |NULL | | |0 | | | | |0 |NULL |MIB: UCD-SNMP-MIB |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |28995 |20 |1.3.6.1.4.1.2021.4.14.0 |10248 |Memory (buffers) |vm.memory.buffers[memBuffer.0] |1m |7d |365d |0 |3 | |B | | |28980 |NULL | | |0 | | | | |0 |NULL |MIB: UCD-SNMP-MIB&eol;Memory used by kernel buffers (Buffers in /proc/meminfo) |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -8989,7 +8975,7 @@ ROW |29082 |20 |1.3.6.1.2.1.2.2.1.20.{#SNMPINDEX}
ROW |29083 |20 |1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX} |10249 |Interface {#IFNAME}({#IFALIAS}): Bits sent |net.if.out[ifOutOctets.{#SNMPINDEX}] |3m |7d |365d |0 |3 | |bps | | |27125 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29084 |20 |1.3.6.1.2.1.31.1.1.1.15.{#SNMPINDEX} |10249 |Interface {#IFNAME}({#IFALIAS}): Speed |net.if.speed[ifHighSpeed.{#SNMPINDEX}] |5m |7d |0d |0 |3 | |bps | | |27121 |NULL | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to`n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29085 |20 |1.3.6.1.2.1.2.2.1.8.{#SNMPINDEX} |10249 |Interface {#IFNAME}({#IFALIAS}): Operational status |net.if.status[ifOperStatus.{#SNMPINDEX}] |1m |7d |0 |0 |3 | | | | |27127 |20 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The current operational state of the interface.&eol;- The testing(3) state indicates that no operational packet scan be passed&eol;- If ifAdminStatus is down(2) then ifOperStatus should be down(2)&eol;- If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic&eol;- It should change todormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection)&eol;- It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state&eol;- It should remain in the notPresent(6) state if the interface has missing(typically, hardware) components. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29086 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10249 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27120 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned NumbersAuthority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29086 |20 |1.3.6.1.2.1.2.2.1.3.{#SNMPINDEX} |10249 |Interface {#IFNAME}({#IFALIAS}): Interface type |net.if.type[ifType.{#SNMPINDEX}] |1h |7d |0d |0 |3 | | | | |27120 |21 | | |0 | | | | |2 |NULL |MIB: IF-MIB&eol;The type of interface.&eol;Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA),&eol;through updating the syntax of the IANAifType textual convention. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29124 |0 | |10001 |Number of CPUs |system.cpu.num |1m |7d |365d |0 |3 | | | | |29087 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29125 |0 | |10001 |CPU iowait time |system.cpu.util[,iowait] |1m |7d |365d |0 |0 | |% | | |29088 |NULL | | |0 | | | | |0 |NULL |Amount of time the CPU has been waiting for I/O to complete. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29126 |0 | |10001 |Context switches per second |system.cpu.switches |1m |7d |365d |0 |0 | | | | |29089 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -9018,8 +9004,8 @@ ROW |29149 |0 |
ROW |29150 |0 | |10001 |System name |system.hostname |1h |2w |0 |0 |1 | | | | |29113 |NULL | | |0 | | | | |0 |NULL |System host name. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29151 |0 | |10001 |System description |system.uname |15m |2w |0 |0 |1 | | | | |29114 |NULL | | |0 | | | | |0 |NULL |The information as normally returned by 'uname -a'. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29152 |0 | |10001 |Number of logged in users |system.users.num |1m |7d |365d |0 |3 | | | | |29115 |NULL | | |0 | | | | |0 |NULL |Number of users who are currently logged in. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29153 |0 | |10001 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |29116 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29154 |0 | |10001 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |29117 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29153 |0 | |10001 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |29116 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29154 |0 | |10001 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |29117 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29155 |0 | |10001 |Number of processes |proc.num |1m |7d |365d |0 |3 | | | | |29118 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29156 |0 | |10001 |Number of running processes |proc.num[,,run] |1m |7d |365d |0 |3 | | | | |29119 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29157 |0 | |10001 |Checksum of /etc/passwd |vfs.file.cksum[/etc/passwd] |15m |7d |0 |0 |1 | | | | |29120 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -9068,8 +9054,8 @@ ROW |29335 |0 |
ROW |29336 |7 | |10284 |System name |system.hostname |1h |2w |0 |0 |1 | | | | |29299 |NULL | | |0 | | | | |0 |NULL |System host name. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29337 |7 | |10284 |System description |system.uname |15m |2w |0 |0 |1 | | | | |29300 |NULL | | |0 | | | | |0 |NULL |The information as normally returned by 'uname -a'. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29338 |7 | |10284 |Number of logged in users |system.users.num |1m |7d |365d |0 |3 | | | | |29301 |NULL | | |0 | | | | |0 |NULL |Number of users who are currently logged in. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29339 |7 | |10284 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |29302 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29340 |7 | |10284 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |29303 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29339 |7 | |10284 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |29302 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29340 |7 | |10284 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |29303 |NULL | | |0 | | | | |0 |NULL |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29341 |7 | |10284 |Number of processes |proc.num |1m |7d |365d |0 |3 | | | | |29304 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29342 |7 | |10284 |Number of running processes |proc.num[,,run] |1m |7d |365d |0 |3 | | | | |29305 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29343 |7 | |10284 |Checksum of /etc/passwd |vfs.file.cksum[/etc/passwd] |15m |7d |0 |0 |1 | | | | |29306 |NULL | | |0 | | | | |0 |NULL | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -9550,8 +9536,8 @@ ROW |29186 |0 |
ROW |29187 |0 | |10084 |System name |system.hostname |1h |2w |0 |0 |1 | | | | |29150 |NULL | | |0 | | | | |0 |1 |System host name. |3 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29188 |0 | |10084 |System description |system.uname |15m |2w |0 |0 |1 | | | | |29151 |NULL | | |0 | | | | |0 |1 |The information as normally returned by 'uname -a'. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29189 |0 | |10084 |Number of logged in users |system.users.num |1m |7d |365d |0 |3 | | | | |29152 |NULL | | |0 | | | | |0 |1 |Number of users who are currently logged in. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29190 |0 | |10084 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |29153 |NULL | | |0 | | | | |0 |1 |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
-ROW |29191 |0 | |10084 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |29154 |NULL | | |0 | | | | |0 |1 |It could be increased by using sysctrl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29190 |0 | |10084 |Maximum number of open file descriptors |kernel.maxfiles |1h |7d |365d |0 |3 | | | | |29153 |NULL | | |0 | | | | |0 |1 |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
+ROW |29191 |0 | |10084 |Maximum number of processes |kernel.maxproc |1h |7d |365d |0 |3 | | | | |29154 |NULL | | |0 | | | | |0 |1 |It could be increased by using sysctl utility or modifying file /etc/sysctl.conf. |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29192 |0 | |10084 |Number of processes |proc.num |1m |7d |365d |0 |3 | | | | |29155 |NULL | | |0 | | | | |0 |1 | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29193 |0 | |10084 |Number of running processes |proc.num[,,run] |1m |7d |365d |0 |3 | | | | |29156 |NULL | | |0 | | | | |0 |1 | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
ROW |29194 |0 | |10084 |Checksum of /etc/passwd |vfs.file.cksum[/etc/passwd] |15m |7d |0 |0 |1 | | | | |29157 |NULL | | |0 | | | | |0 |1 | |0 |30d |0 | |NULL |3s | | | |200 |1 |0 | |0 |0 |0 |0 |0 |0 |0 |
@@ -10100,7 +10086,7 @@ ROW |16746 |{19588}>0 and {19589}=0
ROW |16747 |{19590}=1 and {19591}>0 |Container {#NAME}: An error has occurred in the container | |0 |2 |Container {#NAME} has an error. Ack to close. |NULL |0 |2 |0 | |0 | |1 | |0 |
ROW |16748 |{19592}/{19593}*100>{$MEMCACHED.MEM.PUSED.MAX.WARN} |Memcached: Memory usage is too high (over {$MEMCACHED.MEM.PUSED.MAX.WARN} in 5m) | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |16749 |{19594}/{19595}*100>{$MEMCACHED.CONN.PRC.MAX.WARN} |Memcached: Total number of connected clients is too high (over {$MEMCACHED.CONN.PRC.MAX.WARN}% in 5m) | |0 |2 |When the number of connections reaches the value of the "max_connections" parameter, new connections will be rejected. |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |16750 |{19596}>{$MEMCACHED.CONN.QUEUED.MAX.WARN} |Memcached: Too many queued connections (over {$MEMCACHED.CONN.QUEUED.MAX.WARN} in 5m) | |0 |2 |The max number of connections is reachedand and a new connection had to wait in the queue as a result. |NULL |0 |0 |0 | |0 | |0 | |0 |
+ROW |16750 |{19596}>{$MEMCACHED.CONN.QUEUED.MAX.WARN} |Memcached: Too many queued connections (over {$MEMCACHED.CONN.QUEUED.MAX.WARN} in 5m) | |0 |2 |The max number of connections is reached and and a new connection had to wait in the queue as a result. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |16751 |{19597}>{$MEMCACHED.CONN.THROTTLED.MAX.WARN} |Memcached: Too many throttled connections (over {$MEMCACHED.CONN.THROTTLED.MAX.WARN} in 5m) | |0 |2 |Number of times a client connection was throttled is too high.&eol;When sending GETs in batch mode and the connection contains too many requests (limited by -R parameter) the connection might be throttled to prevent starvation. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |16752 |{19598}=1 |Memcached: Failed to fetch info data (or no data for 30m) | |0 |2 |Zabbix has not received data for items for the last 30 minutes |NULL |0 |0 |0 | |0 | |1 | |0 |
ROW |16753 |{19599}=0 |Memcached: Service is down | |0 |3 | |NULL |0 |0 |0 | |0 | |1 | |0 |
@@ -10260,18 +10246,6 @@ ROW |17001 |{19931} > {$VFS.DEV.READ.AWAIT.WARN:"{#DEVNAME}"} or {19932} >
ROW |17002 |{$IFCONTROL:"{#IFNAME}"}=1 and ({19933}=2 and {19934}=1) |Interface {#IFNAME}: Link down | |0 |3 |This trigger expression works as follows:&eol;1. Can be triggered if operations status is down.&eol;2. {$IFCONTROL:"{#IFNAME}"}=1 - user can redefine Context macro to value - 0. That marks this interface as not important. No new trigger will be fired if this interface is down.&eol;3. {TEMPLATE_NAME:METRIC.diff()}=1) - trigger fires only if operational status was up(1) sometime before. (So, do not fire 'ethernal off' interfaces.)&eol;&eol;WARNING: if closed manually - won't fire again on next poll, because of .diff. |NULL |0 |2 |1 |{19933}<>2 or {$IFCONTROL:"{#IFNAME}"}=0 |0 | |1 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |17005 |{19939} - {19940} * 2 > {$CPU.QUEUE.CRIT.MAX} |CPU queue length is too high (over {$CPU.QUEUE.CRIT.MAX} for 5m) | |0 |2 |The CPU Queue Length in the last 5 minutes exceeds {$CPU.QUEUE.CRIT.MAX}. According to actual observations, PQL should not exceed the number of cores * 2. To fine-tune the conditions, use the macro {$CPU.QUEUE.CRIT.MAX }. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17011 |{19949} - {19950} * 2 > {$CPU.QUEUE.CRIT.MAX} |CPU queue length is too high (over {$CPU.QUEUE.CRIT.MAX} for 5m) | |0 |2 |The CPU Queue Length in the last 5 minutes exceeds {$CPU.QUEUE.CRIT.MAX}. According to actual observations, PQL should not exceed the number of cores * 2. To fine-tune the conditions, use the macro {$CPU.QUEUE.CRIT.MAX }. |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17063 |{20054}>{20055} |GarbageCollector: Concurrent Mark Sweep in fire fighting mode | |0 |3 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17064 |{20056}>{20057} |GarbageCollector: Mark Sweep Compact in fire fighting mode | |0 |3 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17065 |{20058}>{20059} |GarbageCollector: PS Mark Sweep in fire fighting mode | |0 |3 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17066 |{20060}>({20061}*{$JMX.HEAP.MEM.USAGE.MAX}/100) |Memory: Heap memory usage more than {$JMX.HEAP.USAGE.MAX}% for {$JMX.HEAP.MEM.USAGE.TIME} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17067 |{20062}>({20063}*{$JMX.NONHEAP.MEM.USAGE.MAX}/100) |Memory: Non-Heap memory usage more than {$JMX.NONHEAP.MEM.USAGE.MAX}% for {$JMX.NONHEAP.MEM.USAGE.TIME} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17068 |{20064}>({20065}*{$JMX.MP.USAGE.MAX:"CMS Old Gen"}/100) |MemoryPool: CMS Old Gen memory usage more than {$JMX.MP.USAGE.MAX:"CMS Old Gen"}% for {$JMX.MP.USAGE.TIME:"CMS Old Gen"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17069 |{20066}>({20067}*{$JMX.MP.USAGE.MAX:"CMS Perm Gen"}/100) |MemoryPool: CMS Perm Gen memory usage more than {$JMX.MP.USAGE.MAX:"CMS Perm Gen"}% for {$JMX.MP.USAGE.TIME:"CMS Perm Gen"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17070 |{20068}>({20069}*{$JMX.MP.USAGE.MAX:"Code Cache"}/100) |MemoryPool: Code Cache memory usage more than {$JMX.MP.USAGE.MAX:"Code Cache"}% for {$JMX.MP.USAGE.TIME:"Code Cache"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17071 |{20070}>({20071}*{$JMX.MP.USAGE.MAX:"Perm Gen"}/100) |MemoryPool: Perm Gen memory usage more than {$JMX.MP.USAGE.MAX:"Perm Gen"}% for {$JMX.MP.USAGE.TIME:"Perm Gen"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17072 |{20072}>({20073}*{$JMX.MP.USAGE.MAX:"PS Old Gen"}/100) |MemoryPool: PS Old Gen memory usage more than {$JMX.MP.USAGE.MAX:"PS Old Gen"}% for {$JMX.MP.USAGE.TIME:"PS Old Gen"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17073 |{20074}>({20075}*{$JMX.MP.USAGE.MAX:"PS Perm Gen"}/100) |MemoryPool: PS Perm Gen memory usage more than {$JMX.MP.USAGE.MAX:"PS Perm Gen"}% for {$JMX.MP.USAGE.TIME:"PS Perm Gen"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17074 |{20076}>({20077}*{$JMX.MP.USAGE.MAX:"Tenured Gen"}/100) |MemoryPool: Tenured Gen memory usage more than {$JMX.MP.USAGE.MAX:"Tenured Gen"}% for {$JMX.MP.USAGE.TIME:"Tenured Gen"} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17075 |{20078}>({20079}*{$JMX.FILE.DESCRIPTORS.MAX}/100) |OperatingSystem: Opened file descriptor count more than {$JMX.FILE.DESCRIPTORS.MAX}% of maximum | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17076 |{20080}=1 |Compilation: {HOST.NAME} uses suboptimal JIT compiler | |0 |1 | |NULL |0 |0 |0 | |0 | |1 | |0 |
ROW |17077 |{20081}>{$JMX.CPU.LOAD.MAX} |OperatingSystem: Process CPU Load more than {$JMX.CPU.LOAD.MAX}% for {$JMX.CPU.LOAD.TIME} | |0 |3 | |NULL |0 |0 |0 | |0 | |0 | |0 |
@@ -10439,7 +10413,7 @@ ROW |17281 |{20358}<10m
ROW |17282 |{20359}=1 |{#HOSTNAME}: Failed to fetch NodeManager API page (or no data for 30m) | |0 |2 |Zabbix has not received data for items for the last 30 minutes. |NULL |0 |2 |0 | |0 | |1 | |0 |
ROW |17283 |{20360}>0 |Kafka: Unclean leader election detected | |0 |3 |Unclean leader elections occur when there is no qualified partition leader among Kafka brokers. If Kafka is configured to allow an unclean leader election, a leader is chosen from the out-of-sync replicas, and any messages that were not synced prior to the loss of the former leader are lost forever. Essentially, unclean leader elections sacrifice consistency for availability. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17284 |{20361} > 0 |Kafka: One or more partitions have no leader | |0 |2 |Any partition without an active leader will be completely inaccessible, and both consumers and producers of that partition will be blocked until a leader becomes available. |NULL |0 |0 |0 | |0 | |0 | |0 |
-ROW |17285 |{20362} > 0 |Kafka: There are offline log directories | |0 |2 |The offline log directory count metric indicate the number of log directories which are offline (due to an hardware failure for example) so that the broker cannot store incoming messages anymore. |NULL |0 |0 |0 | |0 | |0 | |0 |
+ROW |17285 |{20362} > 0 |Kafka: There are offline log directories | |0 |2 |The offline log directory count metric indicate the number of log directories which are offline (due to a hardware failure for example) so that the broker cannot store incoming messages anymore. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17286 |{20363}<{$KAFKA.NET_PROC_AVG_IDLE.MIN.WARN} |Kafka: Network processor average idle percent is too low (under {$KAFKA.NET_PROC_AVG_IDLE.MIN.WARN} for 15m) | |0 |3 |The network processor idle ratio metric indicates the percentage of time the network processor are not in use. The lower this number, the more loaded the broker is. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17287 |{20364}=1 |Kafka: Failed to fetch info data (or no data for 15m) | |0 |2 |Zabbix has not received data for items for the last 15 minutes |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |17288 |{20365}<10m |Kafka: has been restarted (uptime < 10m) | |0 |1 |Uptime is less than 10 minutes |NULL |0 |0 |0 | |0 | |1 | |0 |
@@ -10994,8 +10968,6 @@ ROW |17994 |{21330}=0
ROW |17995 |{21331}=0 |RabbitMQ: Node healthcheck failed | |0 |3 |https://www.rabbitmq.com/monitoring.html#health-checks |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |17996 |{21332}=0 |RabbitMQ: There are valid TLS certificates expiring in the next month | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |17997 |{21333}=0 |RabbitMQ: There are active alarms in the node | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
-ROW |17998 |{21334}=0 |RabbitMQ: There are queues that could potentially lose data if the this node goes offline. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
-ROW |17999 |{21335}=0 |RabbitMQ: There are queues that would lose their quorum and availability if the this node is shut down. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |18000 |{21336}=0 |RabbitMQ: There are not running virtual hosts | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |18002 |{21338}/({21339}+{21340})*100>{$MONGODB.CONNS.PCT.USED.MAX.WARN} |MongoDB: Total number of open connections is too high (over {$MONGODB.CONNS.PCT.USED.MAX.WARN%} in 5m) | |0 |2 |Too few available connections. If MongoDB runs low on connections, in may not be able to handle incoming requests in a timely manner. |NULL |0 |0 |0 | |0 | |0 | |0 |
ROW |18003 |{21341}>{$MONGODB.CURSOR.OPEN.MAX.WARN} |MongoDB: Too many cursors opened by MongoDB for clients (over {$MONGODB.CURSOR.OPEN.MAX.WARN} in 5m) | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
@@ -12433,8 +12405,6 @@ ROW |19936 |{23953}=1
ROW |19937 |{23954}=0 |RabbitMQ: There are active alarms in the cluster | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |19938 |{23955}=0 |RabbitMQ: There are valid TLS certificates expiring in the next month | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |19939 |{23956}=0 |RabbitMQ: There are active alarms in the node | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
-ROW |19940 |{23957}=0 |RabbitMQ: There are queues that could potentially lose data if the this node goes offline. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
-ROW |19941 |{23958}=0 |RabbitMQ: There are queues that would lose their quorum and availability if the this node is shut down. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |19942 |{23959}=0 |RabbitMQ: There are not running virtual hosts | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |19943 |{23960}=0 |RabbitMQ: Node healthcheck failed | |0 |3 |https://www.rabbitmq.com/monitoring.html#health-checks |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
ROW |19944 |{23961}>{$RABBITMQ.MESSAGES.MAX.WARN:"{#QUEUE}"} |RabbitMQ: Too many messages in queue [{#VHOST}][{#QUEUE}] (over {$RABBITMQ.MESSAGES.MAX.WARN:"{#QUEUE}"} for 5m) | |0 |2 | |NULL |0 |2 |0 | |0 | |0 |Current value: {ITEM.LASTVALUE1} |0 |
@@ -12447,6 +12417,14 @@ ROW |19950 |{23967}<0 and {23968}>0&eol;and&eol;({23969}=6&eol;or {23969}=1
ROW |19951 |({23972}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{23973} or&eol;{23974}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{23973}) and&eol;{23973}>0 |Interface {#IFNAME}: High bandwidth usage (>{$IF.UTIL.MAX:"{#IFNAME}"}%) | |0 |2 |The network interface utilization is close to its estimated maximum bandwidth. |NULL |0 |2 |1 |{23972}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{23973} and&eol;{23974}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{23973}|0 | |1 |In: {ITEM.LASTVALUE1}, out: {ITEM.LASTVALUE3}, speed: {ITEM.LASTVALUE2} |0 |
ROW |19956 |{23991}<0 and {23992}>0&eol;and&eol;({23993}=6&eol;or {23993}=1)&eol;and&eol;({23994}<>2) |Interface {#IFNAME}: Ethernet has changed to lower speed than it was before | |0 |1 |This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Ack to close. |NULL |0 |2 |1 |({23991}>0 and {23995}>0) or&eol;({23994}=2) |0 | |1 |Current reported speed: {ITEM.LASTVALUE1} |0 |
ROW |19957 |({23996}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{23997} or&eol;{23998}>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*{23997}) and&eol;{23997}>0 |Interface {#IFNAME}: High bandwidth usage (>{$IF.UTIL.MAX:"{#IFNAME}"}%) | |0 |2 |The network interface utilization is close to its estimated maximum bandwidth. |NULL |0 |2 |1 |{23996}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{23997} and&eol;{23998}<(({$IF.UTIL.MAX:"{#IFNAME}"}-3)/100)*{23997}|0 | |1 |In: {ITEM.LASTVALUE1}, out: {ITEM.LASTVALUE3}, speed: {ITEM.LASTVALUE2} |0 |
+ROW |19960 |{24007}>({24008}*{$JMX.HEAP.MEM.USAGE.MAX}/100) and {24008}>0 |Memory: Heap memory usage more than {$JMX.HEAP.USAGE.MAX}% for {$JMX.HEAP.MEM.USAGE.TIME} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
+ROW |19961 |{24009}>({24010}*{$JMX.NONHEAP.MEM.USAGE.MAX}/100) and {24010}>0 |Memory: Non-Heap memory usage more than {$JMX.NONHEAP.MEM.USAGE.MAX}% for {$JMX.NONHEAP.MEM.USAGE.TIME} | |0 |2 | |NULL |0 |0 |0 | |0 | |0 | |0 |
+ROW |19962 |{24011}>({24012}*{$JMX.MP.USAGE.MAX:"{#JMXNAME}"}/100) and {24012}>0 |Memory pool {#JMXNAME}: {#JMXNAME} memory usage more than {$JMX.MP.USAGE.MAX:"{#JMXNAME}"}% for {$JMX.MP.USAGE.TIME:"{#JMXNAME}"} | |0 |2 | |NULL |0 |2 |0 | |0 | |0 | |0 |
+ROW |19963 |{24013}=0 |RabbitMQ: There are queues that could potentially lose data if this node goes offline. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
+ROW |19964 |{24014}=0 |RabbitMQ: There are queues that would lose their quorum and availability if this node is shut down. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
+ROW |19965 |{24015}=0 |RabbitMQ: There are queues that could potentially lose data if this node goes offline. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
+ROW |19966 |{24016}=0 |RabbitMQ: There are queues that would lose their quorum and availability if this node is shut down. | |0 |3 |http://{HOST.CONN}:{$RABBITMQ.API.PORT}/api/index.html |NULL |0 |2 |0 | |0 | |0 |Current state: {ITEM.LASTVALUE1} |0 |
+ROW |19967 |{24017}>{$PG.SLOW_QUERIES.MAX.WARN:"{#DBNAME}"} |DB {#DBNAME}: Too many slow queries (over {$PG.SLOW_QUERIES.MAX.WARN:"{#DBNAME}"} in 5m) | |0 |2 | |NULL |0 |2 |0 | |0 | |0 | |0 |
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|
@@ -12981,913 +12959,913 @@ ROW |10548 |15986 |15987 |
ROW |10549 |15988 |15987 |
ROW |30559 |15928 |15933 |
ROW |30560 |15931 |15933 |
-ROW |34018 |17682 |17683 |
-ROW |34019 |17684 |17685 |
-ROW |34020 |17686 |17687 |
-ROW |34021 |15944 |15947 |
-ROW |34022 |15944 |15943 |
-ROW |34023 |15943 |15947 |
-ROW |34024 |16888 |15947 |
-ROW |34025 |16888 |15943 |
-ROW |34026 |15948 |15949 |
-ROW |34027 |15950 |15949 |
-ROW |34028 |17219 |17218 |
-ROW |34029 |17222 |17221 |
-ROW |34030 |19426 |19428 |
-ROW |34031 |16743 |16744 |
-ROW |34032 |16784 |16785 |
-ROW |34033 |16790 |16791 |
-ROW |34034 |16892 |16900 |
-ROW |34035 |16894 |16900 |
-ROW |34036 |17267 |17275 |
-ROW |34037 |17272 |17276 |
-ROW |34038 |17273 |17275 |
-ROW |34039 |17274 |17276 |
-ROW |34040 |17279 |17277 |
-ROW |34041 |17282 |17280 |
-ROW |34042 |16646 |16647 |
-ROW |34043 |19437 |19442 |
-ROW |34044 |16809 |16810 |
-ROW |34045 |19451 |19456 |
-ROW |34046 |16902 |16904 |
-ROW |34047 |16904 |16905 |
-ROW |34048 |16909 |16906 |
-ROW |34049 |16910 |16912 |
-ROW |34050 |16912 |16913 |
-ROW |34051 |16917 |16914 |
-ROW |34052 |16752 |16753 |
-ROW |34053 |15955 |15957 |
-ROW |34054 |15955 |15954 |
-ROW |34055 |15954 |15957 |
-ROW |34056 |15956 |15957 |
-ROW |34057 |15956 |15954 |
-ROW |34058 |16678 |15957 |
-ROW |34059 |16678 |15954 |
-ROW |34060 |15961 |15960 |
-ROW |34061 |15962 |15960 |
-ROW |34062 |16679 |15960 |
-ROW |34063 |19744 |19758 |
-ROW |34064 |19744 |19745 |
-ROW |34065 |19748 |19747 |
-ROW |34066 |19749 |19747 |
-ROW |34067 |19750 |19759 |
-ROW |34068 |19750 |19747 |
-ROW |34069 |19751 |19759 |
-ROW |34070 |19751 |19747 |
-ROW |34071 |19752 |19759 |
-ROW |34072 |19752 |19747 |
-ROW |34073 |19758 |19745 |
-ROW |34074 |19759 |19747 |
-ROW |34075 |19761 |19766 |
-ROW |34076 |19762 |19766 |
-ROW |34077 |19763 |19766 |
-ROW |34078 |19764 |19766 |
-ROW |34079 |19765 |19766 |
-ROW |34080 |19768 |19767 |
-ROW |34081 |19770 |19769 |
-ROW |34082 |17225 |17231 |
-ROW |34083 |17228 |17231 |
-ROW |34084 |17236 |17233 |
-ROW |34085 |19928 |17968 |
-ROW |34086 |19928 |19929 |
-ROW |34087 |19929 |17968 |
-ROW |34088 |19934 |17968 |
-ROW |34089 |19934 |19929 |
-ROW |34090 |19936 |17968 |
-ROW |34091 |19936 |19929 |
-ROW |34092 |19945 |19946 |
-ROW |34093 |17987 |19946 |
-ROW |34094 |17992 |19946 |
-ROW |34095 |17084 |17083 |
-ROW |34096 |19949 |19948 |
-ROW |34097 |18615 |18614 |
-ROW |34098 |17117 |17127 |
-ROW |34099 |17118 |17117 |
-ROW |34100 |17118 |17127 |
-ROW |34101 |17119 |17127 |
-ROW |34102 |17120 |17119 |
-ROW |34103 |17120 |17127 |
-ROW |34104 |17122 |17121 |
-ROW |34105 |17123 |17127 |
-ROW |34106 |17124 |17123 |
-ROW |34107 |17124 |17127 |
-ROW |34108 |17126 |17125 |
-ROW |34109 |17128 |17144 |
-ROW |34110 |17129 |17128 |
-ROW |34111 |17129 |17144 |
-ROW |34112 |17130 |17144 |
-ROW |34113 |17131 |17130 |
-ROW |34114 |17131 |17144 |
-ROW |34115 |17132 |17144 |
-ROW |34116 |17133 |17132 |
-ROW |34117 |17133 |17144 |
-ROW |34118 |17134 |17144 |
-ROW |34119 |17135 |17134 |
-ROW |34120 |17135 |17144 |
-ROW |34121 |17136 |17144 |
-ROW |34122 |17137 |17136 |
-ROW |34123 |17137 |17144 |
-ROW |34124 |17139 |17138 |
-ROW |34125 |17140 |17144 |
-ROW |34126 |17141 |17140 |
-ROW |34127 |17141 |17144 |
-ROW |34128 |17142 |17144 |
-ROW |34129 |17143 |17142 |
-ROW |34130 |17143 |17144 |
-ROW |34131 |17145 |17144 |
-ROW |34132 |17146 |17144 |
-ROW |34133 |17146 |17145 |
-ROW |34134 |17147 |17144 |
-ROW |34135 |17148 |17144 |
-ROW |34136 |17148 |17147 |
-ROW |34137 |17306 |17307 |
-ROW |34138 |16920 |19827 |
-ROW |34139 |16833 |16920 |
-ROW |34140 |19395 |19394 |
-ROW |34141 |19829 |19828 |
-ROW |34142 |19400 |19401 |
-ROW |34143 |19402 |19401 |
-ROW |34144 |19412 |19413 |
-ROW |34145 |17748 |17747 |
-ROW |34146 |19831 |19830 |
-ROW |34147 |17753 |17754 |
-ROW |34148 |17755 |17754 |
-ROW |34149 |17765 |17766 |
-ROW |34150 |18007 |18005 |
-ROW |34151 |18019 |18017 |
-ROW |34152 |16929 |16928 |
-ROW |34153 |16940 |17153 |
-ROW |34154 |18627 |18626 |
-ROW |34155 |18629 |18628 |
-ROW |34156 |18631 |18630 |
-ROW |34157 |16719 |16721 |
-ROW |34158 |16975 |16723 |
-ROW |34159 |16729 |16728 |
-ROW |34160 |16730 |16728 |
-ROW |34161 |16756 |16758 |
-ROW |34162 |16979 |16759 |
-ROW |34163 |16765 |16764 |
-ROW |34164 |16766 |16764 |
-ROW |34165 |16734 |16736 |
-ROW |34166 |16983 |16732 |
-ROW |34167 |16741 |16740 |
-ROW |34168 |16742 |16740 |
-ROW |34169 |17173 |17172 |
-ROW |34170 |17175 |17176 |
-ROW |34171 |17180 |19835 |
-ROW |34172 |17711 |17712 |
-ROW |34173 |17713 |17714 |
-ROW |34174 |19837 |19842 |
-ROW |34175 |19841 |19842 |
-ROW |34176 |16683 |16687 |
-ROW |34177 |14252 |14251 |
-ROW |34178 |14294 |14293 |
-ROW |34179 |14312 |14311 |
-ROW |34180 |14328 |14327 |
-ROW |34181 |14348 |14347 |
-ROW |34182 |14357 |14356 |
-ROW |34183 |14390 |14389 |
-ROW |34184 |14404 |14403 |
-ROW |34185 |14452 |14451 |
-ROW |34186 |14469 |14468 |
-ROW |34187 |14487 |14486 |
-ROW |34188 |14506 |14505 |
-ROW |34189 |14535 |14534 |
-ROW |34190 |14545 |14544 |
-ROW |34191 |14583 |14582 |
-ROW |34192 |14599 |14598 |
-ROW |34193 |14616 |14615 |
-ROW |34194 |14653 |14652 |
-ROW |34195 |14674 |14673 |
-ROW |34196 |14692 |14691 |
-ROW |34197 |14705 |14704 |
-ROW |34198 |14718 |14717 |
-ROW |34199 |14907 |14906 |
-ROW |34200 |15221 |15220 |
-ROW |34201 |15702 |15701 |
-ROW |34202 |15724 |15723 |
-ROW |34203 |15756 |15755 |
-ROW |34204 |15820 |15819 |
-ROW |34205 |15841 |15840 |
-ROW |34206 |15991 |15990 |
-ROW |34207 |16018 |16017 |
-ROW |34208 |16454 |16453 |
-ROW |34209 |17721 |17720 |
-ROW |34210 |17936 |17935 |
-ROW |34211 |14253 |14252 |
-ROW |34212 |14295 |14294 |
-ROW |34213 |14313 |14312 |
-ROW |34214 |14329 |14328 |
-ROW |34215 |14349 |14348 |
-ROW |34216 |14358 |14357 |
-ROW |34217 |14391 |14390 |
-ROW |34218 |14405 |14404 |
-ROW |34219 |14453 |14452 |
-ROW |34220 |14470 |14469 |
-ROW |34221 |14488 |14487 |
-ROW |34222 |14507 |14506 |
-ROW |34223 |14536 |14535 |
-ROW |34224 |14546 |14545 |
-ROW |34225 |14584 |14583 |
-ROW |34226 |14600 |14599 |
-ROW |34227 |14617 |14616 |
-ROW |34228 |14654 |14653 |
-ROW |34229 |14675 |14674 |
-ROW |34230 |14693 |14692 |
-ROW |34231 |14706 |14705 |
-ROW |34232 |14719 |14718 |
-ROW |34233 |14908 |14907 |
-ROW |34234 |15222 |15221 |
-ROW |34235 |15703 |15702 |
-ROW |34236 |15725 |15724 |
-ROW |34237 |15757 |15756 |
-ROW |34238 |15821 |15820 |
-ROW |34239 |15842 |15841 |
-ROW |34240 |15992 |15991 |
-ROW |34241 |16019 |16018 |
-ROW |34242 |16455 |16454 |
-ROW |34243 |17722 |17721 |
-ROW |34244 |17937 |17936 |
-ROW |34245 |14253 |14251 |
-ROW |34246 |14295 |14293 |
-ROW |34247 |14313 |14311 |
-ROW |34248 |14329 |14327 |
-ROW |34249 |14349 |14347 |
-ROW |34250 |14358 |14356 |
-ROW |34251 |14391 |14389 |
-ROW |34252 |14405 |14403 |
-ROW |34253 |14453 |14451 |
-ROW |34254 |14470 |14468 |
-ROW |34255 |14488 |14486 |
-ROW |34256 |14507 |14505 |
-ROW |34257 |14536 |14534 |
-ROW |34258 |14546 |14544 |
-ROW |34259 |14584 |14582 |
-ROW |34260 |14600 |14598 |
-ROW |34261 |14617 |14615 |
-ROW |34262 |14654 |14652 |
-ROW |34263 |14675 |14673 |
-ROW |34264 |14693 |14691 |
-ROW |34265 |14706 |14704 |
-ROW |34266 |14719 |14717 |
-ROW |34267 |14908 |14906 |
-ROW |34268 |15222 |15220 |
-ROW |34269 |15703 |15701 |
-ROW |34270 |15725 |15723 |
-ROW |34271 |15757 |15755 |
-ROW |34272 |15821 |15819 |
-ROW |34273 |15842 |15840 |
-ROW |34274 |15992 |15990 |
-ROW |34275 |16019 |16017 |
-ROW |34276 |16455 |16453 |
-ROW |34277 |17722 |17720 |
-ROW |34278 |17937 |17935 |
-ROW |34279 |16287 |16289 |
-ROW |34280 |16279 |16285 |
-ROW |34281 |16290 |16348 |
-ROW |34282 |16291 |16349 |
-ROW |34283 |16292 |16350 |
-ROW |34284 |16293 |16351 |
-ROW |34285 |16294 |16352 |
-ROW |34286 |16295 |16353 |
-ROW |34287 |16296 |16354 |
-ROW |34288 |16297 |16355 |
-ROW |34289 |16298 |16356 |
-ROW |34290 |16299 |16357 |
-ROW |34291 |16300 |16358 |
-ROW |34292 |16301 |16359 |
-ROW |34293 |16302 |16360 |
-ROW |34294 |16303 |16361 |
-ROW |34295 |16304 |16362 |
-ROW |34296 |16305 |16363 |
-ROW |34297 |16306 |16364 |
-ROW |34298 |16307 |16365 |
-ROW |34299 |16308 |16366 |
-ROW |34300 |16309 |16367 |
-ROW |34301 |16311 |16369 |
-ROW |34302 |16312 |16370 |
-ROW |34303 |16313 |16371 |
-ROW |34304 |16314 |16372 |
-ROW |34305 |16315 |16373 |
-ROW |34306 |16316 |16374 |
-ROW |34307 |16317 |16375 |
-ROW |34308 |16318 |16376 |
-ROW |34309 |16457 |16458 |
-ROW |34310 |17724 |17725 |
-ROW |34311 |17939 |17940 |
-ROW |34312 |16289 |14293 |
-ROW |34313 |16285 |14717 |
-ROW |34314 |16348 |14311 |
-ROW |34315 |16349 |14327 |
-ROW |34316 |16350 |14347 |
-ROW |34317 |16351 |14356 |
-ROW |34318 |16352 |14389 |
-ROW |34319 |16353 |14403 |
-ROW |34320 |16354 |14451 |
-ROW |34321 |16355 |14468 |
-ROW |34322 |16356 |14486 |
-ROW |34323 |16357 |14505 |
-ROW |34324 |16358 |14534 |
-ROW |34325 |16359 |14544 |
-ROW |34326 |16360 |14582 |
-ROW |34327 |16361 |14598 |
-ROW |34328 |16362 |14615 |
-ROW |34329 |16363 |14652 |
-ROW |34330 |16364 |14673 |
-ROW |34331 |16365 |14691 |
-ROW |34332 |16366 |14704 |
-ROW |34333 |16367 |14906 |
-ROW |34334 |16369 |15220 |
-ROW |34335 |16370 |15701 |
-ROW |34336 |16371 |15723 |
-ROW |34337 |16372 |15755 |
-ROW |34338 |16373 |15819 |
-ROW |34339 |16374 |15840 |
-ROW |34340 |16375 |15990 |
-ROW |34341 |16376 |16017 |
-ROW |34342 |16458 |16453 |
-ROW |34343 |17725 |17720 |
-ROW |34344 |17940 |17935 |
-ROW |34345 |16631 |16630 |
-ROW |34346 |16640 |16636 |
-ROW |34347 |16642 |16638 |
-ROW |34348 |16643 |16639 |
-ROW |34349 |15695 |16863 |
-ROW |34350 |19852 |16863 |
-ROW |34351 |19853 |16863 |
-ROW |34352 |15694 |16868 |
-ROW |34353 |15696 |16864 |
-ROW |34354 |15697 |16865 |
-ROW |34355 |19854 |16864 |
-ROW |34356 |19855 |16865 |
-ROW |34357 |19856 |16868 |
-ROW |34358 |19857 |16864 |
-ROW |34359 |19858 |16865 |
-ROW |34360 |19859 |16868 |
-ROW |34361 |15671 |16841 |
-ROW |34362 |19860 |16841 |
-ROW |34363 |19861 |16841 |
-ROW |34364 |15672 |16842 |
-ROW |34365 |15673 |16843 |
-ROW |34366 |15674 |16844 |
-ROW |34367 |15675 |16845 |
-ROW |34368 |15676 |16846 |
-ROW |34369 |15677 |16847 |
-ROW |34370 |15678 |16848 |
-ROW |34371 |15679 |16849 |
-ROW |34372 |15680 |16850 |
-ROW |34373 |15681 |16851 |
-ROW |34374 |15682 |16852 |
-ROW |34375 |15683 |16853 |
-ROW |34376 |15684 |16854 |
-ROW |34377 |15685 |16855 |
-ROW |34378 |15686 |16856 |
-ROW |34379 |15687 |16857 |
-ROW |34380 |15689 |16858 |
-ROW |34381 |15691 |16860 |
-ROW |34382 |15708 |16861 |
-ROW |34383 |15997 |16862 |
-ROW |34384 |19862 |16842 |
-ROW |34385 |19863 |16843 |
-ROW |34386 |19864 |16844 |
-ROW |34387 |19865 |16845 |
-ROW |34388 |19866 |16846 |
-ROW |34389 |19867 |16847 |
-ROW |34390 |19868 |16848 |
-ROW |34391 |19869 |16849 |
-ROW |34392 |19870 |16850 |
-ROW |34393 |19871 |16851 |
-ROW |34394 |19872 |16852 |
-ROW |34395 |19873 |16853 |
-ROW |34396 |19874 |16854 |
-ROW |34397 |19875 |16855 |
-ROW |34398 |19876 |16856 |
-ROW |34399 |19877 |16857 |
-ROW |34400 |19878 |16858 |
-ROW |34401 |19879 |16860 |
-ROW |34402 |19880 |16861 |
-ROW |34403 |19881 |16862 |
-ROW |34404 |19882 |16842 |
-ROW |34405 |19883 |16843 |
-ROW |34406 |19884 |16844 |
-ROW |34407 |19885 |16845 |
-ROW |34408 |19886 |16846 |
-ROW |34409 |19887 |16847 |
-ROW |34410 |19888 |16848 |
-ROW |34411 |19889 |16849 |
-ROW |34412 |19890 |16850 |
-ROW |34413 |19891 |16851 |
-ROW |34414 |19892 |16852 |
-ROW |34415 |19893 |16853 |
-ROW |34416 |19894 |16854 |
-ROW |34417 |19895 |16855 |
-ROW |34418 |19896 |16856 |
-ROW |34419 |19897 |16857 |
-ROW |34420 |19898 |16858 |
-ROW |34421 |19899 |16860 |
-ROW |34422 |19900 |16861 |
-ROW |34423 |19901 |16862 |
-ROW |34424 |15698 |16866 |
-ROW |34425 |19902 |16866 |
-ROW |34426 |19903 |16866 |
-ROW |34427 |16028 |16867 |
-ROW |34428 |19904 |16867 |
-ROW |34429 |19905 |16867 |
-ROW |34430 |17857 |17858 |
-ROW |34431 |17863 |17864 |
-ROW |34432 |14318 |14319 |
-ROW |34433 |17314 |15717 |
-ROW |34434 |17313 |15717 |
-ROW |34435 |17313 |17314 |
-ROW |34436 |17312 |15717 |
-ROW |34437 |17311 |15717 |
-ROW |34438 |17311 |17312 |
-ROW |34439 |17317 |17318 |
-ROW |34440 |17315 |17316 |
-ROW |34441 |17321 |17322 |
-ROW |34442 |17319 |17320 |
-ROW |34443 |15721 |15720 |
-ROW |34444 |15394 |15393 |
-ROW |34445 |15392 |15391 |
-ROW |34446 |17194 |14339 |
-ROW |34447 |15382 |15381 |
-ROW |34448 |15380 |15379 |
-ROW |34449 |16504 |16505 |
-ROW |34450 |14372 |14373 |
-ROW |34451 |15386 |15385 |
-ROW |34452 |15384 |15383 |
-ROW |34453 |14380 |14381 |
-ROW |34454 |18024 |18023 |
-ROW |34455 |18025 |18024 |
-ROW |34456 |18025 |18023 |
-ROW |34457 |18028 |18027 |
-ROW |34458 |18034 |18033 |
-ROW |34459 |19906 |18041 |
-ROW |34460 |19907 |18041 |
-ROW |34461 |19908 |18041 |
-ROW |34462 |18039 |18041 |
-ROW |34463 |18040 |18041 |
-ROW |34464 |18044 |19909 |
-ROW |34465 |18046 |18045 |
-ROW |34466 |18048 |18047 |
-ROW |34467 |18051 |18050 |
-ROW |34468 |18052 |18051 |
-ROW |34469 |18052 |18050 |
-ROW |34470 |18055 |18054 |
-ROW |34471 |18061 |18060 |
-ROW |34472 |19910 |18068 |
-ROW |34473 |19911 |18068 |
-ROW |34474 |19912 |18068 |
-ROW |34475 |18066 |18068 |
-ROW |34476 |18067 |18068 |
-ROW |34477 |18071 |19913 |
-ROW |34478 |18073 |18072 |
-ROW |34479 |18075 |18074 |
-ROW |34480 |18078 |18077 |
-ROW |34481 |18079 |18078 |
-ROW |34482 |18079 |18077 |
-ROW |34483 |18082 |18081 |
-ROW |34484 |18088 |18087 |
-ROW |34485 |19914 |18095 |
-ROW |34486 |19915 |18095 |
-ROW |34487 |19916 |18095 |
-ROW |34488 |18093 |18095 |
-ROW |34489 |18094 |18095 |
-ROW |34490 |18098 |19917 |
-ROW |34491 |18100 |18099 |
-ROW |34492 |18102 |18101 |
-ROW |34493 |18105 |18104 |
-ROW |34494 |18106 |18105 |
-ROW |34495 |18106 |18104 |
-ROW |34496 |18109 |18108 |
-ROW |34497 |18115 |18114 |
-ROW |34498 |19918 |18122 |
-ROW |34499 |19919 |18122 |
-ROW |34500 |19920 |18122 |
-ROW |34501 |18120 |18122 |
-ROW |34502 |18121 |18122 |
-ROW |34503 |18125 |19921 |
-ROW |34504 |18127 |18126 |
-ROW |34505 |18129 |18128 |
-ROW |34506 |18132 |18131 |
-ROW |34507 |18133 |18132 |
-ROW |34508 |18133 |18131 |
-ROW |34509 |18136 |18135 |
-ROW |34510 |18142 |18141 |
-ROW |34511 |19922 |18149 |
-ROW |34512 |19923 |18149 |
-ROW |34513 |19924 |18149 |
-ROW |34514 |18147 |18149 |
-ROW |34515 |18148 |18149 |
-ROW |34516 |18152 |19925 |
-ROW |34517 |18154 |18153 |
-ROW |34518 |18156 |18155 |
-ROW |34519 |15347 |15346 |
-ROW |34520 |15345 |15344 |
-ROW |34521 |17196 |17195 |
-ROW |34522 |15363 |15360 |
-ROW |34523 |15364 |15361 |
-ROW |34524 |15365 |15362 |
-ROW |34525 |15357 |15354 |
-ROW |34526 |15358 |15355 |
-ROW |34527 |15359 |15356 |
-ROW |34528 |17200 |17197 |
-ROW |34529 |17201 |17198 |
-ROW |34530 |17202 |17199 |
-ROW |34531 |15334 |15333 |
-ROW |34532 |15332 |15331 |
-ROW |34533 |14460 |14461 |
-ROW |34534 |14476 |14477 |
-ROW |34535 |14495 |14496 |
-ROW |34536 |14511 |17203 |
-ROW |34537 |19692 |19691 |
-ROW |34538 |19694 |19695 |
-ROW |34539 |14551 |14552 |
-ROW |34540 |15374 |15373 |
-ROW |34541 |15376 |15375 |
-ROW |34542 |14914 |14915 |
-ROW |34543 |14589 |14590 |
-ROW |34544 |15338 |15337 |
-ROW |34545 |17205 |17204 |
-ROW |34546 |14624 |14625 |
-ROW |34547 |18159 |18158 |
-ROW |34548 |18160 |18159 |
-ROW |34549 |18160 |18158 |
-ROW |34550 |18163 |18164 |
-ROW |34551 |18164 |18158 |
-ROW |34552 |18166 |18169 |
-ROW |34553 |19696 |18169 |
-ROW |34554 |19697 |18169 |
-ROW |34555 |18171 |18172 |
-ROW |34556 |18175 |18174 |
-ROW |34557 |14664 |14665 |
-ROW |34558 |17207 |17208 |
-ROW |34559 |16547 |16546 |
-ROW |34560 |17323 |17324 |
-ROW |34561 |17325 |17326 |
-ROW |34562 |17376 |17377 |
-ROW |34563 |17374 |17375 |
-ROW |34564 |17380 |17381 |
-ROW |34565 |17378 |17379 |
-ROW |34566 |17382 |17383 |
-ROW |34567 |17384 |17385 |
-ROW |34568 |17434 |17435 |
-ROW |34569 |17432 |17433 |
-ROW |34570 |17438 |17439 |
-ROW |34571 |17436 |17437 |
-ROW |34572 |17440 |17441 |
-ROW |34573 |17442 |17443 |
-ROW |34574 |17478 |17479 |
-ROW |34575 |17476 |17477 |
-ROW |34576 |17482 |17483 |
-ROW |34577 |17480 |17481 |
-ROW |34578 |17484 |17485 |
-ROW |34579 |17502 |17503 |
-ROW |34580 |17500 |17501 |
-ROW |34581 |17504 |17505 |
-ROW |34582 |17567 |17568 |
-ROW |34583 |17565 |17566 |
-ROW |34584 |17571 |17572 |
-ROW |34585 |17569 |17570 |
-ROW |34586 |17573 |17574 |
-ROW |34587 |17608 |17609 |
-ROW |34588 |17606 |17607 |
-ROW |34589 |17612 |17613 |
-ROW |34590 |17610 |17611 |
-ROW |34591 |17647 |17648 |
-ROW |34592 |17645 |17646 |
-ROW |34593 |17651 |17652 |
-ROW |34594 |17649 |17650 |
-ROW |34595 |17653 |17654 |
-ROW |34596 |17655 |17656 |
-ROW |34597 |17212 |17211 |
-ROW |34598 |16551 |16552 |
-ROW |34599 |17888 |17890 |
-ROW |34600 |17891 |17893 |
-ROW |34601 |17894 |17896 |
-ROW |34602 |17888 |19699 |
-ROW |34603 |17891 |19700 |
-ROW |34604 |17894 |19701 |
-ROW |34605 |16031 |16563 |
-ROW |34606 |16045 |16564 |
-ROW |34607 |16046 |16565 |
-ROW |34608 |16039 |16040 |
-ROW |34609 |16061 |16063 |
-ROW |34610 |16062 |16064 |
-ROW |34611 |16042 |16579 |
-ROW |34612 |16067 |16580 |
-ROW |34613 |16068 |16581 |
-ROW |34614 |16041 |16042 |
-ROW |34615 |16065 |16067 |
-ROW |34616 |16066 |16068 |
-ROW |34617 |16041 |16579 |
-ROW |34618 |16065 |16580 |
-ROW |34619 |16066 |16581 |
-ROW |34620 |17890 |19699 |
-ROW |34621 |17893 |19700 |
-ROW |34622 |17896 |19701 |
-ROW |34623 |16070 |16069 |
-ROW |34624 |16072 |16071 |
-ROW |34625 |19950 |16994 |
-ROW |34626 |19951 |16994 |
-ROW |34627 |19702 |16994 |
-ROW |34628 |16079 |16077 |
-ROW |34629 |16080 |16078 |
-ROW |34630 |16083 |16081 |
-ROW |34631 |16084 |16082 |
-ROW |34632 |19952 |16997 |
-ROW |34633 |19954 |16998 |
-ROW |34634 |19953 |16997 |
-ROW |34635 |19955 |16998 |
-ROW |34636 |19703 |16997 |
-ROW |34637 |19704 |16998 |
-ROW |34638 |17900 |17902 |
-ROW |34639 |17903 |17905 |
-ROW |34640 |17900 |19705 |
-ROW |34641 |17903 |19706 |
-ROW |34642 |16097 |16569 |
-ROW |34643 |16110 |16570 |
-ROW |34644 |16105 |16106 |
-ROW |34645 |16118 |16119 |
-ROW |34646 |16108 |16582 |
-ROW |34647 |16121 |16583 |
-ROW |34648 |16107 |16108 |
-ROW |34649 |16120 |16121 |
-ROW |34650 |16107 |16582 |
-ROW |34651 |16120 |16583 |
-ROW |34652 |17902 |19705 |
-ROW |34653 |17905 |19706 |
-ROW |34654 |16123 |16122 |
-ROW |34655 |16125 |16124 |
-ROW |34656 |19956 |17002 |
-ROW |34657 |19957 |17002 |
-ROW |34658 |19707 |17002 |
-ROW |34659 |16131 |16130 |
-ROW |34660 |16133 |16132 |
-ROW |34661 |19958 |17004 |
-ROW |34662 |19959 |17004 |
-ROW |34663 |19708 |17004 |
-ROW |34664 |17908 |17910 |
-ROW |34665 |17908 |19709 |
-ROW |34666 |16141 |16142 |
-ROW |34667 |16146 |16573 |
-ROW |34668 |16143 |16584 |
-ROW |34669 |17910 |19709 |
-ROW |34670 |16152 |16883 |
-ROW |34671 |16153 |16883 |
-ROW |34672 |19710 |16883 |
-ROW |34673 |19711 |16883 |
-ROW |34674 |16156 |16155 |
-ROW |34675 |16158 |16157 |
-ROW |34676 |17913 |17915 |
-ROW |34677 |17916 |17918 |
-ROW |34678 |17913 |19741 |
-ROW |34679 |17916 |19742 |
-ROW |34680 |17915 |19741 |
-ROW |34681 |17918 |19742 |
-ROW |34682 |16009 |16008 |
-ROW |34683 |16011 |16010 |
-ROW |34684 |16014 |16013 |
-ROW |34685 |16016 |16015 |
-ROW |34686 |17005 |16160 |
-ROW |34687 |17007 |16171 |
-ROW |34688 |17919 |17920 |
-ROW |34689 |17921 |17922 |
-ROW |34690 |16161 |16160 |
-ROW |34691 |16172 |16171 |
-ROW |34692 |16162 |16161 |
-ROW |34693 |16173 |16172 |
-ROW |34694 |16162 |16160 |
-ROW |34695 |16173 |16171 |
-ROW |34696 |16166 |17920 |
-ROW |34697 |16177 |17922 |
-ROW |34698 |16167 |17920 |
-ROW |34699 |16178 |17922 |
-ROW |34700 |16183 |16182 |
-ROW |34701 |19663 |19666 |
-ROW |34702 |19664 |19666 |
-ROW |34703 |19665 |19666 |
-ROW |34704 |19712 |17662 |
-ROW |34705 |19712 |17661 |
-ROW |34706 |16190 |16189 |
-ROW |34707 |19667 |19670 |
-ROW |34708 |19668 |19670 |
-ROW |34709 |19669 |19670 |
-ROW |34710 |19713 |17664 |
-ROW |34711 |19713 |17663 |
-ROW |34712 |17011 |16209 |
-ROW |34713 |17013 |16220 |
-ROW |34714 |17927 |17928 |
-ROW |34715 |17929 |17930 |
-ROW |34716 |16210 |16209 |
-ROW |34717 |16221 |16220 |
-ROW |34718 |16211 |16210 |
-ROW |34719 |16222 |16221 |
-ROW |34720 |16211 |16209 |
-ROW |34721 |16222 |16220 |
-ROW |34722 |16215 |17928 |
-ROW |34723 |16226 |17930 |
-ROW |34724 |16216 |17928 |
-ROW |34725 |16227 |17930 |
-ROW |34726 |16232 |16231 |
-ROW |34727 |19671 |19674 |
-ROW |34728 |19672 |19674 |
-ROW |34729 |19673 |19674 |
-ROW |34730 |19714 |17666 |
-ROW |34731 |19714 |17665 |
-ROW |34732 |16239 |16238 |
-ROW |34733 |19675 |19678 |
-ROW |34734 |19676 |19678 |
-ROW |34735 |19677 |19678 |
-ROW |34736 |19715 |17668 |
-ROW |34737 |19715 |17667 |
-ROW |34738 |18256 |18257 |
-ROW |34739 |18292 |18293 |
-ROW |34740 |18328 |18329 |
-ROW |34741 |18364 |18365 |
-ROW |34742 |18400 |18401 |
-ROW |34743 |18436 |18437 |
-ROW |34744 |18472 |18473 |
-ROW |34745 |18199 |18200 |
-ROW |34746 |18511 |18512 |
-ROW |34747 |18547 |18548 |
-ROW |34748 |18583 |18584 |
-ROW |34749 |16772 |16773 |
-ROW |34750 |16771 |16772 |
-ROW |34751 |16771 |16773 |
-ROW |34752 |16769 |16770 |
-ROW |34753 |16768 |16769 |
-ROW |34754 |16768 |16770 |
-ROW |34755 |18966 |18967 |
-ROW |34756 |18969 |18968 |
-ROW |34757 |18971 |18970 |
-ROW |34758 |18972 |18970 |
-ROW |34759 |18972 |18971 |
-ROW |34760 |18974 |18973 |
-ROW |34761 |18975 |18976 |
-ROW |34762 |18979 |18978 |
-ROW |34763 |18981 |18980 |
-ROW |34764 |18982 |18983 |
-ROW |34765 |18984 |18985 |
-ROW |34766 |18986 |18987 |
-ROW |34767 |18988 |18989 |
-ROW |34768 |18990 |18991 |
-ROW |34769 |18994 |18993 |
-ROW |34770 |16488 |16487 |
-ROW |34771 |16485 |16484 |
-ROW |34772 |16486 |16484 |
-ROW |34773 |16486 |16485 |
-ROW |34774 |16480 |16479 |
-ROW |34775 |16482 |16481 |
-ROW |34776 |16475 |16474 |
-ROW |34777 |16471 |16472 |
-ROW |34778 |16468 |16469 |
-ROW |34779 |16459 |16460 |
-ROW |34780 |16462 |16463 |
-ROW |34781 |16465 |16466 |
-ROW |34782 |16477 |16476 |
-ROW |34783 |19024 |19023 |
-ROW |34784 |19029 |19028 |
-ROW |34785 |19030 |19028 |
-ROW |34786 |19030 |19029 |
-ROW |34787 |19032 |19031 |
-ROW |34788 |19033 |19032 |
-ROW |34789 |19033 |19031 |
-ROW |34790 |19035 |19034 |
-ROW |34791 |19037 |19038 |
-ROW |34792 |19039 |19038 |
-ROW |34793 |19041 |19040 |
-ROW |34794 |19043 |19042 |
-ROW |34795 |19044 |19042 |
-ROW |34796 |19044 |19043 |
-ROW |34797 |19046 |19045 |
-ROW |34798 |19075 |19074 |
-ROW |34799 |19080 |19079 |
-ROW |34800 |19081 |19079 |
-ROW |34801 |19081 |19080 |
-ROW |34802 |19083 |19082 |
-ROW |34803 |19084 |19083 |
-ROW |34804 |19084 |19082 |
-ROW |34805 |19086 |19085 |
-ROW |34806 |19088 |19089 |
-ROW |34807 |19090 |19089 |
-ROW |34808 |19092 |19091 |
-ROW |34809 |19094 |19093 |
-ROW |34810 |19095 |19093 |
-ROW |34811 |19095 |19094 |
-ROW |34812 |19097 |19096 |
-ROW |34813 |19126 |19125 |
-ROW |34814 |19131 |19130 |
-ROW |34815 |19132 |19130 |
-ROW |34816 |19132 |19131 |
-ROW |34817 |19134 |19133 |
-ROW |34818 |19135 |19134 |
-ROW |34819 |19135 |19133 |
-ROW |34820 |19137 |19136 |
-ROW |34821 |19139 |19140 |
-ROW |34822 |19141 |19140 |
-ROW |34823 |19143 |19142 |
-ROW |34824 |19145 |19144 |
-ROW |34825 |19146 |19144 |
-ROW |34826 |19146 |19145 |
-ROW |34827 |19148 |19147 |
-ROW |34828 |19177 |19176 |
-ROW |34829 |19182 |19181 |
-ROW |34830 |19183 |19181 |
-ROW |34831 |19183 |19182 |
-ROW |34832 |19185 |19184 |
-ROW |34833 |19186 |19185 |
-ROW |34834 |19186 |19184 |
-ROW |34835 |19188 |19187 |
-ROW |34836 |19190 |19191 |
-ROW |34837 |19192 |19191 |
-ROW |34838 |19194 |19193 |
-ROW |34839 |19196 |19195 |
-ROW |34840 |19197 |19195 |
-ROW |34841 |19197 |19196 |
-ROW |34842 |19199 |19198 |
-ROW |34843 |15729 |15728 |
-ROW |34844 |15730 |15728 |
-ROW |34845 |15730 |15729 |
-ROW |34846 |15752 |15754 |
-ROW |34847 |15753 |15754 |
-ROW |34848 |15753 |15752 |
-ROW |34849 |15742 |15741 |
-ROW |34850 |15750 |15749 |
-ROW |34851 |15751 |15750 |
-ROW |34852 |15751 |15749 |
-ROW |34853 |15746 |15743 |
-ROW |34854 |15744 |15743 |
-ROW |34855 |15740 |15739 |
-ROW |34856 |17214 |17213 |
-ROW |34857 |17216 |17215 |
-ROW |34858 |15748 |15747 |
-ROW |34859 |19203 |19202 |
-ROW |34860 |19207 |19206 |
-ROW |34861 |19209 |19208 |
-ROW |34862 |19210 |19208 |
-ROW |34863 |19210 |19209 |
-ROW |34864 |19212 |19211 |
-ROW |34865 |19214 |19213 |
-ROW |34866 |19216 |19215 |
-ROW |34867 |19218 |19219 |
-ROW |34868 |19220 |19219 |
-ROW |34869 |19222 |19221 |
-ROW |34870 |19245 |19244 |
-ROW |34871 |19249 |19248 |
-ROW |34872 |19253 |19252 |
-ROW |34873 |19255 |19254 |
-ROW |34874 |19256 |19254 |
-ROW |34875 |19256 |19255 |
-ROW |34876 |19258 |19257 |
-ROW |34877 |19260 |19259 |
-ROW |34878 |19262 |19261 |
-ROW |34879 |19264 |19265 |
-ROW |34880 |19266 |19265 |
-ROW |34881 |19268 |19267 |
-ROW |34882 |19291 |19290 |
-ROW |34883 |19295 |19294 |
-ROW |34884 |19299 |19298 |
-ROW |34885 |19301 |19300 |
-ROW |34886 |19302 |19300 |
-ROW |34887 |19302 |19301 |
-ROW |34888 |19304 |19303 |
-ROW |34889 |19306 |19305 |
-ROW |34890 |19308 |19307 |
-ROW |34891 |19310 |19311 |
-ROW |34892 |19312 |19311 |
-ROW |34893 |19314 |19313 |
-ROW |34894 |19337 |19336 |
-ROW |34895 |19341 |19340 |
-ROW |34896 |19345 |19344 |
-ROW |34897 |19347 |19346 |
-ROW |34898 |19348 |19346 |
-ROW |34899 |19348 |19347 |
-ROW |34900 |19350 |19349 |
-ROW |34901 |19352 |19351 |
-ROW |34902 |19354 |19353 |
-ROW |34903 |19356 |19357 |
-ROW |34904 |19358 |19357 |
-ROW |34905 |19360 |19359 |
-ROW |34906 |19383 |19382 |
-ROW |34907 |16440 |16439 |
-ROW |34908 |17768 |15790 |
-ROW |34909 |17769 |15787 |
-ROW |34910 |17770 |15787 |
-ROW |34911 |17770 |17769 |
-ROW |34912 |15786 |15785 |
-ROW |34913 |15784 |15783 |
-ROW |34914 |15794 |15792 |
-ROW |34915 |15793 |15792 |
-ROW |34916 |15782 |15781 |
-ROW |34917 |15797 |15796 |
-ROW |34918 |15825 |15824 |
-ROW |34919 |15826 |15824 |
-ROW |34920 |15826 |15825 |
-ROW |34921 |15828 |15829 |
-ROW |34922 |15831 |15832 |
-ROW |34923 |15834 |15835 |
-ROW |34924 |15845 |15846 |
+ROW |34925 |17682 |17683 |
+ROW |34926 |17684 |17685 |
+ROW |34927 |17686 |17687 |
+ROW |34928 |15944 |15947 |
+ROW |34929 |15944 |15943 |
+ROW |34930 |15943 |15947 |
+ROW |34931 |16888 |15947 |
+ROW |34932 |16888 |15943 |
+ROW |34933 |15948 |15949 |
+ROW |34934 |15950 |15949 |
+ROW |34935 |17219 |17218 |
+ROW |34936 |17222 |17221 |
+ROW |34937 |19426 |19428 |
+ROW |34938 |16743 |16744 |
+ROW |34939 |16784 |16785 |
+ROW |34940 |16790 |16791 |
+ROW |34941 |16892 |16900 |
+ROW |34942 |16894 |16900 |
+ROW |34943 |17267 |17275 |
+ROW |34944 |17272 |17276 |
+ROW |34945 |17273 |17275 |
+ROW |34946 |17274 |17276 |
+ROW |34947 |17279 |17277 |
+ROW |34948 |17282 |17280 |
+ROW |34949 |16646 |16647 |
+ROW |34950 |19437 |19442 |
+ROW |34951 |16809 |16810 |
+ROW |34952 |19451 |19456 |
+ROW |34953 |16902 |16904 |
+ROW |34954 |16904 |16905 |
+ROW |34955 |16909 |16906 |
+ROW |34956 |16910 |16912 |
+ROW |34957 |16912 |16913 |
+ROW |34958 |16917 |16914 |
+ROW |34959 |16752 |16753 |
+ROW |34960 |15955 |15957 |
+ROW |34961 |15955 |15954 |
+ROW |34962 |15954 |15957 |
+ROW |34963 |15956 |15957 |
+ROW |34964 |15956 |15954 |
+ROW |34965 |16678 |15957 |
+ROW |34966 |16678 |15954 |
+ROW |34967 |15961 |15960 |
+ROW |34968 |15962 |15960 |
+ROW |34969 |16679 |15960 |
+ROW |34970 |19744 |19758 |
+ROW |34971 |19744 |19745 |
+ROW |34972 |19748 |19747 |
+ROW |34973 |19749 |19747 |
+ROW |34974 |19750 |19759 |
+ROW |34975 |19750 |19747 |
+ROW |34976 |19751 |19759 |
+ROW |34977 |19751 |19747 |
+ROW |34978 |19752 |19759 |
+ROW |34979 |19752 |19747 |
+ROW |34980 |19758 |19745 |
+ROW |34981 |19759 |19747 |
+ROW |34982 |19761 |19766 |
+ROW |34983 |19762 |19766 |
+ROW |34984 |19763 |19766 |
+ROW |34985 |19764 |19766 |
+ROW |34986 |19765 |19766 |
+ROW |34987 |19768 |19767 |
+ROW |34988 |19770 |19769 |
+ROW |34989 |17225 |17231 |
+ROW |34990 |17228 |17231 |
+ROW |34991 |17236 |17233 |
+ROW |34992 |19928 |17968 |
+ROW |34993 |19928 |19929 |
+ROW |34994 |19929 |17968 |
+ROW |34995 |19934 |17968 |
+ROW |34996 |19934 |19929 |
+ROW |34997 |19936 |17968 |
+ROW |34998 |19936 |19929 |
+ROW |34999 |19945 |19946 |
+ROW |35000 |17987 |19946 |
+ROW |35001 |17992 |19946 |
+ROW |35002 |17084 |17083 |
+ROW |35003 |19949 |19948 |
+ROW |35004 |18615 |18614 |
+ROW |35005 |17117 |17127 |
+ROW |35006 |17118 |17117 |
+ROW |35007 |17118 |17127 |
+ROW |35008 |17119 |17127 |
+ROW |35009 |17120 |17119 |
+ROW |35010 |17120 |17127 |
+ROW |35011 |17122 |17121 |
+ROW |35012 |17123 |17127 |
+ROW |35013 |17124 |17123 |
+ROW |35014 |17124 |17127 |
+ROW |35015 |17126 |17125 |
+ROW |35016 |17128 |17144 |
+ROW |35017 |17129 |17128 |
+ROW |35018 |17129 |17144 |
+ROW |35019 |17130 |17144 |
+ROW |35020 |17131 |17130 |
+ROW |35021 |17131 |17144 |
+ROW |35022 |17132 |17144 |
+ROW |35023 |17133 |17132 |
+ROW |35024 |17133 |17144 |
+ROW |35025 |17134 |17144 |
+ROW |35026 |17135 |17134 |
+ROW |35027 |17135 |17144 |
+ROW |35028 |17136 |17144 |
+ROW |35029 |17137 |17136 |
+ROW |35030 |17137 |17144 |
+ROW |35031 |17139 |17138 |
+ROW |35032 |17140 |17144 |
+ROW |35033 |17141 |17140 |
+ROW |35034 |17141 |17144 |
+ROW |35035 |17142 |17144 |
+ROW |35036 |17143 |17142 |
+ROW |35037 |17143 |17144 |
+ROW |35038 |17145 |17144 |
+ROW |35039 |17146 |17144 |
+ROW |35040 |17146 |17145 |
+ROW |35041 |17147 |17144 |
+ROW |35042 |17148 |17144 |
+ROW |35043 |17148 |17147 |
+ROW |35044 |17306 |17307 |
+ROW |35045 |16920 |19827 |
+ROW |35046 |16833 |16920 |
+ROW |35047 |19395 |19394 |
+ROW |35048 |19829 |19828 |
+ROW |35049 |19400 |19401 |
+ROW |35050 |19402 |19401 |
+ROW |35051 |19412 |19413 |
+ROW |35052 |17748 |17747 |
+ROW |35053 |19831 |19830 |
+ROW |35054 |17753 |17754 |
+ROW |35055 |17755 |17754 |
+ROW |35056 |17765 |17766 |
+ROW |35057 |18007 |18005 |
+ROW |35058 |18019 |18017 |
+ROW |35059 |16929 |16928 |
+ROW |35060 |16940 |17153 |
+ROW |35061 |18627 |18626 |
+ROW |35062 |18629 |18628 |
+ROW |35063 |18631 |18630 |
+ROW |35064 |16719 |16721 |
+ROW |35065 |16975 |16723 |
+ROW |35066 |16729 |16728 |
+ROW |35067 |16730 |16728 |
+ROW |35068 |16756 |16758 |
+ROW |35069 |16979 |16759 |
+ROW |35070 |16765 |16764 |
+ROW |35071 |16766 |16764 |
+ROW |35072 |16734 |16736 |
+ROW |35073 |16983 |16732 |
+ROW |35074 |16741 |16740 |
+ROW |35075 |16742 |16740 |
+ROW |35076 |17173 |17172 |
+ROW |35077 |17175 |17176 |
+ROW |35078 |17180 |19835 |
+ROW |35079 |17711 |17712 |
+ROW |35080 |17713 |17714 |
+ROW |35081 |19837 |19842 |
+ROW |35082 |19841 |19842 |
+ROW |35083 |16683 |16687 |
+ROW |35084 |14252 |14251 |
+ROW |35085 |14294 |14293 |
+ROW |35086 |14312 |14311 |
+ROW |35087 |14328 |14327 |
+ROW |35088 |14348 |14347 |
+ROW |35089 |14357 |14356 |
+ROW |35090 |14390 |14389 |
+ROW |35091 |14404 |14403 |
+ROW |35092 |14452 |14451 |
+ROW |35093 |14469 |14468 |
+ROW |35094 |14487 |14486 |
+ROW |35095 |14506 |14505 |
+ROW |35096 |14535 |14534 |
+ROW |35097 |14545 |14544 |
+ROW |35098 |14583 |14582 |
+ROW |35099 |14599 |14598 |
+ROW |35100 |14616 |14615 |
+ROW |35101 |14653 |14652 |
+ROW |35102 |14674 |14673 |
+ROW |35103 |14692 |14691 |
+ROW |35104 |14705 |14704 |
+ROW |35105 |14718 |14717 |
+ROW |35106 |14907 |14906 |
+ROW |35107 |15221 |15220 |
+ROW |35108 |15702 |15701 |
+ROW |35109 |15724 |15723 |
+ROW |35110 |15756 |15755 |
+ROW |35111 |15820 |15819 |
+ROW |35112 |15841 |15840 |
+ROW |35113 |15991 |15990 |
+ROW |35114 |16018 |16017 |
+ROW |35115 |16454 |16453 |
+ROW |35116 |17721 |17720 |
+ROW |35117 |17936 |17935 |
+ROW |35118 |14253 |14252 |
+ROW |35119 |14295 |14294 |
+ROW |35120 |14313 |14312 |
+ROW |35121 |14329 |14328 |
+ROW |35122 |14349 |14348 |
+ROW |35123 |14358 |14357 |
+ROW |35124 |14391 |14390 |
+ROW |35125 |14405 |14404 |
+ROW |35126 |14453 |14452 |
+ROW |35127 |14470 |14469 |
+ROW |35128 |14488 |14487 |
+ROW |35129 |14507 |14506 |
+ROW |35130 |14536 |14535 |
+ROW |35131 |14546 |14545 |
+ROW |35132 |14584 |14583 |
+ROW |35133 |14600 |14599 |
+ROW |35134 |14617 |14616 |
+ROW |35135 |14654 |14653 |
+ROW |35136 |14675 |14674 |
+ROW |35137 |14693 |14692 |
+ROW |35138 |14706 |14705 |
+ROW |35139 |14719 |14718 |
+ROW |35140 |14908 |14907 |
+ROW |35141 |15222 |15221 |
+ROW |35142 |15703 |15702 |
+ROW |35143 |15725 |15724 |
+ROW |35144 |15757 |15756 |
+ROW |35145 |15821 |15820 |
+ROW |35146 |15842 |15841 |
+ROW |35147 |15992 |15991 |
+ROW |35148 |16019 |16018 |
+ROW |35149 |16455 |16454 |
+ROW |35150 |17722 |17721 |
+ROW |35151 |17937 |17936 |
+ROW |35152 |14253 |14251 |
+ROW |35153 |14295 |14293 |
+ROW |35154 |14313 |14311 |
+ROW |35155 |14329 |14327 |
+ROW |35156 |14349 |14347 |
+ROW |35157 |14358 |14356 |
+ROW |35158 |14391 |14389 |
+ROW |35159 |14405 |14403 |
+ROW |35160 |14453 |14451 |
+ROW |35161 |14470 |14468 |
+ROW |35162 |14488 |14486 |
+ROW |35163 |14507 |14505 |
+ROW |35164 |14536 |14534 |
+ROW |35165 |14546 |14544 |
+ROW |35166 |14584 |14582 |
+ROW |35167 |14600 |14598 |
+ROW |35168 |14617 |14615 |
+ROW |35169 |14654 |14652 |
+ROW |35170 |14675 |14673 |
+ROW |35171 |14693 |14691 |
+ROW |35172 |14706 |14704 |
+ROW |35173 |14719 |14717 |
+ROW |35174 |14908 |14906 |
+ROW |35175 |15222 |15220 |
+ROW |35176 |15703 |15701 |
+ROW |35177 |15725 |15723 |
+ROW |35178 |15757 |15755 |
+ROW |35179 |15821 |15819 |
+ROW |35180 |15842 |15840 |
+ROW |35181 |15992 |15990 |
+ROW |35182 |16019 |16017 |
+ROW |35183 |16455 |16453 |
+ROW |35184 |17722 |17720 |
+ROW |35185 |17937 |17935 |
+ROW |35186 |16287 |16289 |
+ROW |35187 |16279 |16285 |
+ROW |35188 |16290 |16348 |
+ROW |35189 |16291 |16349 |
+ROW |35190 |16292 |16350 |
+ROW |35191 |16293 |16351 |
+ROW |35192 |16294 |16352 |
+ROW |35193 |16295 |16353 |
+ROW |35194 |16296 |16354 |
+ROW |35195 |16297 |16355 |
+ROW |35196 |16298 |16356 |
+ROW |35197 |16299 |16357 |
+ROW |35198 |16300 |16358 |
+ROW |35199 |16301 |16359 |
+ROW |35200 |16302 |16360 |
+ROW |35201 |16303 |16361 |
+ROW |35202 |16304 |16362 |
+ROW |35203 |16305 |16363 |
+ROW |35204 |16306 |16364 |
+ROW |35205 |16307 |16365 |
+ROW |35206 |16308 |16366 |
+ROW |35207 |16309 |16367 |
+ROW |35208 |16311 |16369 |
+ROW |35209 |16312 |16370 |
+ROW |35210 |16313 |16371 |
+ROW |35211 |16314 |16372 |
+ROW |35212 |16315 |16373 |
+ROW |35213 |16316 |16374 |
+ROW |35214 |16317 |16375 |
+ROW |35215 |16318 |16376 |
+ROW |35216 |16457 |16458 |
+ROW |35217 |17724 |17725 |
+ROW |35218 |17939 |17940 |
+ROW |35219 |16289 |14293 |
+ROW |35220 |16285 |14717 |
+ROW |35221 |16348 |14311 |
+ROW |35222 |16349 |14327 |
+ROW |35223 |16350 |14347 |
+ROW |35224 |16351 |14356 |
+ROW |35225 |16352 |14389 |
+ROW |35226 |16353 |14403 |
+ROW |35227 |16354 |14451 |
+ROW |35228 |16355 |14468 |
+ROW |35229 |16356 |14486 |
+ROW |35230 |16357 |14505 |
+ROW |35231 |16358 |14534 |
+ROW |35232 |16359 |14544 |
+ROW |35233 |16360 |14582 |
+ROW |35234 |16361 |14598 |
+ROW |35235 |16362 |14615 |
+ROW |35236 |16363 |14652 |
+ROW |35237 |16364 |14673 |
+ROW |35238 |16365 |14691 |
+ROW |35239 |16366 |14704 |
+ROW |35240 |16367 |14906 |
+ROW |35241 |16369 |15220 |
+ROW |35242 |16370 |15701 |
+ROW |35243 |16371 |15723 |
+ROW |35244 |16372 |15755 |
+ROW |35245 |16373 |15819 |
+ROW |35246 |16374 |15840 |
+ROW |35247 |16375 |15990 |
+ROW |35248 |16376 |16017 |
+ROW |35249 |16458 |16453 |
+ROW |35250 |17725 |17720 |
+ROW |35251 |17940 |17935 |
+ROW |35252 |16631 |16630 |
+ROW |35253 |16640 |16636 |
+ROW |35254 |16642 |16638 |
+ROW |35255 |16643 |16639 |
+ROW |35256 |15695 |16863 |
+ROW |35257 |19852 |16863 |
+ROW |35258 |19853 |16863 |
+ROW |35259 |15694 |16868 |
+ROW |35260 |15696 |16864 |
+ROW |35261 |15697 |16865 |
+ROW |35262 |19854 |16864 |
+ROW |35263 |19855 |16865 |
+ROW |35264 |19856 |16868 |
+ROW |35265 |19857 |16864 |
+ROW |35266 |19858 |16865 |
+ROW |35267 |19859 |16868 |
+ROW |35268 |15671 |16841 |
+ROW |35269 |19860 |16841 |
+ROW |35270 |19861 |16841 |
+ROW |35271 |15672 |16842 |
+ROW |35272 |15673 |16843 |
+ROW |35273 |15674 |16844 |
+ROW |35274 |15675 |16845 |
+ROW |35275 |15676 |16846 |
+ROW |35276 |15677 |16847 |
+ROW |35277 |15678 |16848 |
+ROW |35278 |15679 |16849 |
+ROW |35279 |15680 |16850 |
+ROW |35280 |15681 |16851 |
+ROW |35281 |15682 |16852 |
+ROW |35282 |15683 |16853 |
+ROW |35283 |15684 |16854 |
+ROW |35284 |15685 |16855 |
+ROW |35285 |15686 |16856 |
+ROW |35286 |15687 |16857 |
+ROW |35287 |15689 |16858 |
+ROW |35288 |15691 |16860 |
+ROW |35289 |15708 |16861 |
+ROW |35290 |15997 |16862 |
+ROW |35291 |19862 |16842 |
+ROW |35292 |19863 |16843 |
+ROW |35293 |19864 |16844 |
+ROW |35294 |19865 |16845 |
+ROW |35295 |19866 |16846 |
+ROW |35296 |19867 |16847 |
+ROW |35297 |19868 |16848 |
+ROW |35298 |19869 |16849 |
+ROW |35299 |19870 |16850 |
+ROW |35300 |19871 |16851 |
+ROW |35301 |19872 |16852 |
+ROW |35302 |19873 |16853 |
+ROW |35303 |19874 |16854 |
+ROW |35304 |19875 |16855 |
+ROW |35305 |19876 |16856 |
+ROW |35306 |19877 |16857 |
+ROW |35307 |19878 |16858 |
+ROW |35308 |19879 |16860 |
+ROW |35309 |19880 |16861 |
+ROW |35310 |19881 |16862 |
+ROW |35311 |19882 |16842 |
+ROW |35312 |19883 |16843 |
+ROW |35313 |19884 |16844 |
+ROW |35314 |19885 |16845 |
+ROW |35315 |19886 |16846 |
+ROW |35316 |19887 |16847 |
+ROW |35317 |19888 |16848 |
+ROW |35318 |19889 |16849 |
+ROW |35319 |19890 |16850 |
+ROW |35320 |19891 |16851 |
+ROW |35321 |19892 |16852 |
+ROW |35322 |19893 |16853 |
+ROW |35323 |19894 |16854 |
+ROW |35324 |19895 |16855 |
+ROW |35325 |19896 |16856 |
+ROW |35326 |19897 |16857 |
+ROW |35327 |19898 |16858 |
+ROW |35328 |19899 |16860 |
+ROW |35329 |19900 |16861 |
+ROW |35330 |19901 |16862 |
+ROW |35331 |15698 |16866 |
+ROW |35332 |19902 |16866 |
+ROW |35333 |19903 |16866 |
+ROW |35334 |16028 |16867 |
+ROW |35335 |19904 |16867 |
+ROW |35336 |19905 |16867 |
+ROW |35337 |17857 |17858 |
+ROW |35338 |17863 |17864 |
+ROW |35339 |14318 |14319 |
+ROW |35340 |17314 |15717 |
+ROW |35341 |17313 |15717 |
+ROW |35342 |17313 |17314 |
+ROW |35343 |17312 |15717 |
+ROW |35344 |17311 |15717 |
+ROW |35345 |17311 |17312 |
+ROW |35346 |17317 |17318 |
+ROW |35347 |17315 |17316 |
+ROW |35348 |17321 |17322 |
+ROW |35349 |17319 |17320 |
+ROW |35350 |15721 |15720 |
+ROW |35351 |15394 |15393 |
+ROW |35352 |15392 |15391 |
+ROW |35353 |17194 |14339 |
+ROW |35354 |15382 |15381 |
+ROW |35355 |15380 |15379 |
+ROW |35356 |16504 |16505 |
+ROW |35357 |14372 |14373 |
+ROW |35358 |15386 |15385 |
+ROW |35359 |15384 |15383 |
+ROW |35360 |14380 |14381 |
+ROW |35361 |18024 |18023 |
+ROW |35362 |18025 |18024 |
+ROW |35363 |18025 |18023 |
+ROW |35364 |18028 |18027 |
+ROW |35365 |18034 |18033 |
+ROW |35366 |19906 |18041 |
+ROW |35367 |19907 |18041 |
+ROW |35368 |19908 |18041 |
+ROW |35369 |18039 |18041 |
+ROW |35370 |18040 |18041 |
+ROW |35371 |18044 |19909 |
+ROW |35372 |18046 |18045 |
+ROW |35373 |18048 |18047 |
+ROW |35374 |18051 |18050 |
+ROW |35375 |18052 |18051 |
+ROW |35376 |18052 |18050 |
+ROW |35377 |18055 |18054 |
+ROW |35378 |18061 |18060 |
+ROW |35379 |19910 |18068 |
+ROW |35380 |19911 |18068 |
+ROW |35381 |19912 |18068 |
+ROW |35382 |18066 |18068 |
+ROW |35383 |18067 |18068 |
+ROW |35384 |18071 |19913 |
+ROW |35385 |18073 |18072 |
+ROW |35386 |18075 |18074 |
+ROW |35387 |18078 |18077 |
+ROW |35388 |18079 |18078 |
+ROW |35389 |18079 |18077 |
+ROW |35390 |18082 |18081 |
+ROW |35391 |18088 |18087 |
+ROW |35392 |19914 |18095 |
+ROW |35393 |19915 |18095 |
+ROW |35394 |19916 |18095 |
+ROW |35395 |18093 |18095 |
+ROW |35396 |18094 |18095 |
+ROW |35397 |18098 |19917 |
+ROW |35398 |18100 |18099 |
+ROW |35399 |18102 |18101 |
+ROW |35400 |18105 |18104 |
+ROW |35401 |18106 |18105 |
+ROW |35402 |18106 |18104 |
+ROW |35403 |18109 |18108 |
+ROW |35404 |18115 |18114 |
+ROW |35405 |19918 |18122 |
+ROW |35406 |19919 |18122 |
+ROW |35407 |19920 |18122 |
+ROW |35408 |18120 |18122 |
+ROW |35409 |18121 |18122 |
+ROW |35410 |18125 |19921 |
+ROW |35411 |18127 |18126 |
+ROW |35412 |18129 |18128 |
+ROW |35413 |18132 |18131 |
+ROW |35414 |18133 |18132 |
+ROW |35415 |18133 |18131 |
+ROW |35416 |18136 |18135 |
+ROW |35417 |18142 |18141 |
+ROW |35418 |19922 |18149 |
+ROW |35419 |19923 |18149 |
+ROW |35420 |19924 |18149 |
+ROW |35421 |18147 |18149 |
+ROW |35422 |18148 |18149 |
+ROW |35423 |18152 |19925 |
+ROW |35424 |18154 |18153 |
+ROW |35425 |18156 |18155 |
+ROW |35426 |15347 |15346 |
+ROW |35427 |15345 |15344 |
+ROW |35428 |17196 |17195 |
+ROW |35429 |15363 |15360 |
+ROW |35430 |15364 |15361 |
+ROW |35431 |15365 |15362 |
+ROW |35432 |15357 |15354 |
+ROW |35433 |15358 |15355 |
+ROW |35434 |15359 |15356 |
+ROW |35435 |17200 |17197 |
+ROW |35436 |17201 |17198 |
+ROW |35437 |17202 |17199 |
+ROW |35438 |15334 |15333 |
+ROW |35439 |15332 |15331 |
+ROW |35440 |14460 |14461 |
+ROW |35441 |14476 |14477 |
+ROW |35442 |14495 |14496 |
+ROW |35443 |14511 |17203 |
+ROW |35444 |19692 |19691 |
+ROW |35445 |19694 |19695 |
+ROW |35446 |14551 |14552 |
+ROW |35447 |15374 |15373 |
+ROW |35448 |15376 |15375 |
+ROW |35449 |14914 |14915 |
+ROW |35450 |14589 |14590 |
+ROW |35451 |15338 |15337 |
+ROW |35452 |17205 |17204 |
+ROW |35453 |14624 |14625 |
+ROW |35454 |18159 |18158 |
+ROW |35455 |18160 |18159 |
+ROW |35456 |18160 |18158 |
+ROW |35457 |18163 |18164 |
+ROW |35458 |18164 |18158 |
+ROW |35459 |18166 |18169 |
+ROW |35460 |19696 |18169 |
+ROW |35461 |19697 |18169 |
+ROW |35462 |18171 |18172 |
+ROW |35463 |18175 |18174 |
+ROW |35464 |14664 |14665 |
+ROW |35465 |17207 |17208 |
+ROW |35466 |16547 |16546 |
+ROW |35467 |17323 |17324 |
+ROW |35468 |17325 |17326 |
+ROW |35469 |17376 |17377 |
+ROW |35470 |17374 |17375 |
+ROW |35471 |17380 |17381 |
+ROW |35472 |17378 |17379 |
+ROW |35473 |17382 |17383 |
+ROW |35474 |17384 |17385 |
+ROW |35475 |17434 |17435 |
+ROW |35476 |17432 |17433 |
+ROW |35477 |17438 |17439 |
+ROW |35478 |17436 |17437 |
+ROW |35479 |17440 |17441 |
+ROW |35480 |17442 |17443 |
+ROW |35481 |17478 |17479 |
+ROW |35482 |17476 |17477 |
+ROW |35483 |17482 |17483 |
+ROW |35484 |17480 |17481 |
+ROW |35485 |17484 |17485 |
+ROW |35486 |17502 |17503 |
+ROW |35487 |17500 |17501 |
+ROW |35488 |17504 |17505 |
+ROW |35489 |17567 |17568 |
+ROW |35490 |17565 |17566 |
+ROW |35491 |17571 |17572 |
+ROW |35492 |17569 |17570 |
+ROW |35493 |17573 |17574 |
+ROW |35494 |17608 |17609 |
+ROW |35495 |17606 |17607 |
+ROW |35496 |17612 |17613 |
+ROW |35497 |17610 |17611 |
+ROW |35498 |17647 |17648 |
+ROW |35499 |17645 |17646 |
+ROW |35500 |17651 |17652 |
+ROW |35501 |17649 |17650 |
+ROW |35502 |17653 |17654 |
+ROW |35503 |17655 |17656 |
+ROW |35504 |17212 |17211 |
+ROW |35505 |16551 |16552 |
+ROW |35506 |17888 |17890 |
+ROW |35507 |17891 |17893 |
+ROW |35508 |17894 |17896 |
+ROW |35509 |17888 |19699 |
+ROW |35510 |17891 |19700 |
+ROW |35511 |17894 |19701 |
+ROW |35512 |16031 |16563 |
+ROW |35513 |16045 |16564 |
+ROW |35514 |16046 |16565 |
+ROW |35515 |16039 |16040 |
+ROW |35516 |16061 |16063 |
+ROW |35517 |16062 |16064 |
+ROW |35518 |16042 |16579 |
+ROW |35519 |16067 |16580 |
+ROW |35520 |16068 |16581 |
+ROW |35521 |16041 |16042 |
+ROW |35522 |16065 |16067 |
+ROW |35523 |16066 |16068 |
+ROW |35524 |16041 |16579 |
+ROW |35525 |16065 |16580 |
+ROW |35526 |16066 |16581 |
+ROW |35527 |17890 |19699 |
+ROW |35528 |17893 |19700 |
+ROW |35529 |17896 |19701 |
+ROW |35530 |16070 |16069 |
+ROW |35531 |16072 |16071 |
+ROW |35532 |19950 |16994 |
+ROW |35533 |19951 |16994 |
+ROW |35534 |19702 |16994 |
+ROW |35535 |16079 |16077 |
+ROW |35536 |16080 |16078 |
+ROW |35537 |16083 |16081 |
+ROW |35538 |16084 |16082 |
+ROW |35539 |19952 |16997 |
+ROW |35540 |19954 |16998 |
+ROW |35541 |19953 |16997 |
+ROW |35542 |19955 |16998 |
+ROW |35543 |19703 |16997 |
+ROW |35544 |19704 |16998 |
+ROW |35545 |17900 |17902 |
+ROW |35546 |17903 |17905 |
+ROW |35547 |17900 |19705 |
+ROW |35548 |17903 |19706 |
+ROW |35549 |16097 |16569 |
+ROW |35550 |16110 |16570 |
+ROW |35551 |16105 |16106 |
+ROW |35552 |16118 |16119 |
+ROW |35553 |16108 |16582 |
+ROW |35554 |16121 |16583 |
+ROW |35555 |16107 |16108 |
+ROW |35556 |16120 |16121 |
+ROW |35557 |16107 |16582 |
+ROW |35558 |16120 |16583 |
+ROW |35559 |17902 |19705 |
+ROW |35560 |17905 |19706 |
+ROW |35561 |16123 |16122 |
+ROW |35562 |16125 |16124 |
+ROW |35563 |19956 |17002 |
+ROW |35564 |19957 |17002 |
+ROW |35565 |19707 |17002 |
+ROW |35566 |16131 |16130 |
+ROW |35567 |16133 |16132 |
+ROW |35568 |19958 |17004 |
+ROW |35569 |19959 |17004 |
+ROW |35570 |19708 |17004 |
+ROW |35571 |17908 |17910 |
+ROW |35572 |17908 |19709 |
+ROW |35573 |16141 |16142 |
+ROW |35574 |16146 |16573 |
+ROW |35575 |16143 |16584 |
+ROW |35576 |17910 |19709 |
+ROW |35577 |16152 |16883 |
+ROW |35578 |16153 |16883 |
+ROW |35579 |19710 |16883 |
+ROW |35580 |19711 |16883 |
+ROW |35581 |16156 |16155 |
+ROW |35582 |16158 |16157 |
+ROW |35583 |17913 |17915 |
+ROW |35584 |17916 |17918 |
+ROW |35585 |17913 |19741 |
+ROW |35586 |17916 |19742 |
+ROW |35587 |17915 |19741 |
+ROW |35588 |17918 |19742 |
+ROW |35589 |16009 |16008 |
+ROW |35590 |16011 |16010 |
+ROW |35591 |16014 |16013 |
+ROW |35592 |16016 |16015 |
+ROW |35593 |17005 |16160 |
+ROW |35594 |17007 |16171 |
+ROW |35595 |17919 |17920 |
+ROW |35596 |17921 |17922 |
+ROW |35597 |16161 |16160 |
+ROW |35598 |16172 |16171 |
+ROW |35599 |16162 |16161 |
+ROW |35600 |16173 |16172 |
+ROW |35601 |16162 |16160 |
+ROW |35602 |16173 |16171 |
+ROW |35603 |16166 |17920 |
+ROW |35604 |16177 |17922 |
+ROW |35605 |16167 |17920 |
+ROW |35606 |16178 |17922 |
+ROW |35607 |16183 |16182 |
+ROW |35608 |19663 |19666 |
+ROW |35609 |19664 |19666 |
+ROW |35610 |19665 |19666 |
+ROW |35611 |19712 |17662 |
+ROW |35612 |19712 |17661 |
+ROW |35613 |16190 |16189 |
+ROW |35614 |19667 |19670 |
+ROW |35615 |19668 |19670 |
+ROW |35616 |19669 |19670 |
+ROW |35617 |19713 |17664 |
+ROW |35618 |19713 |17663 |
+ROW |35619 |17011 |16209 |
+ROW |35620 |17013 |16220 |
+ROW |35621 |17927 |17928 |
+ROW |35622 |17929 |17930 |
+ROW |35623 |16210 |16209 |
+ROW |35624 |16221 |16220 |
+ROW |35625 |16211 |16210 |
+ROW |35626 |16222 |16221 |
+ROW |35627 |16211 |16209 |
+ROW |35628 |16222 |16220 |
+ROW |35629 |16215 |17928 |
+ROW |35630 |16226 |17930 |
+ROW |35631 |16216 |17928 |
+ROW |35632 |16227 |17930 |
+ROW |35633 |16232 |16231 |
+ROW |35634 |19671 |19674 |
+ROW |35635 |19672 |19674 |
+ROW |35636 |19673 |19674 |
+ROW |35637 |19714 |17666 |
+ROW |35638 |19714 |17665 |
+ROW |35639 |16239 |16238 |
+ROW |35640 |19675 |19678 |
+ROW |35641 |19676 |19678 |
+ROW |35642 |19677 |19678 |
+ROW |35643 |19715 |17668 |
+ROW |35644 |19715 |17667 |
+ROW |35645 |18256 |18257 |
+ROW |35646 |18292 |18293 |
+ROW |35647 |18328 |18329 |
+ROW |35648 |18364 |18365 |
+ROW |35649 |18400 |18401 |
+ROW |35650 |18436 |18437 |
+ROW |35651 |18472 |18473 |
+ROW |35652 |18199 |18200 |
+ROW |35653 |18511 |18512 |
+ROW |35654 |18547 |18548 |
+ROW |35655 |18583 |18584 |
+ROW |35656 |16772 |16773 |
+ROW |35657 |16771 |16772 |
+ROW |35658 |16771 |16773 |
+ROW |35659 |16769 |16770 |
+ROW |35660 |16768 |16769 |
+ROW |35661 |16768 |16770 |
+ROW |35662 |18966 |18967 |
+ROW |35663 |18969 |18968 |
+ROW |35664 |18971 |18970 |
+ROW |35665 |18972 |18970 |
+ROW |35666 |18972 |18971 |
+ROW |35667 |18974 |18973 |
+ROW |35668 |18975 |18976 |
+ROW |35669 |18979 |18978 |
+ROW |35670 |18981 |18980 |
+ROW |35671 |18982 |18983 |
+ROW |35672 |18984 |18985 |
+ROW |35673 |18986 |18987 |
+ROW |35674 |18988 |18989 |
+ROW |35675 |18990 |18991 |
+ROW |35676 |18994 |18993 |
+ROW |35677 |16488 |16487 |
+ROW |35678 |16485 |16484 |
+ROW |35679 |16486 |16484 |
+ROW |35680 |16486 |16485 |
+ROW |35681 |16480 |16479 |
+ROW |35682 |16482 |16481 |
+ROW |35683 |16475 |16474 |
+ROW |35684 |16471 |16472 |
+ROW |35685 |16468 |16469 |
+ROW |35686 |16459 |16460 |
+ROW |35687 |16462 |16463 |
+ROW |35688 |16465 |16466 |
+ROW |35689 |16477 |16476 |
+ROW |35690 |19024 |19023 |
+ROW |35691 |19029 |19028 |
+ROW |35692 |19030 |19028 |
+ROW |35693 |19030 |19029 |
+ROW |35694 |19032 |19031 |
+ROW |35695 |19033 |19032 |
+ROW |35696 |19033 |19031 |
+ROW |35697 |19035 |19034 |
+ROW |35698 |19037 |19038 |
+ROW |35699 |19039 |19038 |
+ROW |35700 |19041 |19040 |
+ROW |35701 |19043 |19042 |
+ROW |35702 |19044 |19042 |
+ROW |35703 |19044 |19043 |
+ROW |35704 |19046 |19045 |
+ROW |35705 |19075 |19074 |
+ROW |35706 |19080 |19079 |
+ROW |35707 |19081 |19079 |
+ROW |35708 |19081 |19080 |
+ROW |35709 |19083 |19082 |
+ROW |35710 |19084 |19083 |
+ROW |35711 |19084 |19082 |
+ROW |35712 |19086 |19085 |
+ROW |35713 |19088 |19089 |
+ROW |35714 |19090 |19089 |
+ROW |35715 |19092 |19091 |
+ROW |35716 |19094 |19093 |
+ROW |35717 |19095 |19093 |
+ROW |35718 |19095 |19094 |
+ROW |35719 |19097 |19096 |
+ROW |35720 |19126 |19125 |
+ROW |35721 |19131 |19130 |
+ROW |35722 |19132 |19130 |
+ROW |35723 |19132 |19131 |
+ROW |35724 |19134 |19133 |
+ROW |35725 |19135 |19134 |
+ROW |35726 |19135 |19133 |
+ROW |35727 |19137 |19136 |
+ROW |35728 |19139 |19140 |
+ROW |35729 |19141 |19140 |
+ROW |35730 |19143 |19142 |
+ROW |35731 |19145 |19144 |
+ROW |35732 |19146 |19144 |
+ROW |35733 |19146 |19145 |
+ROW |35734 |19148 |19147 |
+ROW |35735 |19177 |19176 |
+ROW |35736 |19182 |19181 |
+ROW |35737 |19183 |19181 |
+ROW |35738 |19183 |19182 |
+ROW |35739 |19185 |19184 |
+ROW |35740 |19186 |19185 |
+ROW |35741 |19186 |19184 |
+ROW |35742 |19188 |19187 |
+ROW |35743 |19190 |19191 |
+ROW |35744 |19192 |19191 |
+ROW |35745 |19194 |19193 |
+ROW |35746 |19196 |19195 |
+ROW |35747 |19197 |19195 |
+ROW |35748 |19197 |19196 |
+ROW |35749 |19199 |19198 |
+ROW |35750 |15729 |15728 |
+ROW |35751 |15730 |15728 |
+ROW |35752 |15730 |15729 |
+ROW |35753 |15752 |15754 |
+ROW |35754 |15753 |15754 |
+ROW |35755 |15753 |15752 |
+ROW |35756 |15742 |15741 |
+ROW |35757 |15750 |15749 |
+ROW |35758 |15751 |15750 |
+ROW |35759 |15751 |15749 |
+ROW |35760 |15746 |15743 |
+ROW |35761 |15744 |15743 |
+ROW |35762 |15740 |15739 |
+ROW |35763 |17214 |17213 |
+ROW |35764 |17216 |17215 |
+ROW |35765 |15748 |15747 |
+ROW |35766 |19203 |19202 |
+ROW |35767 |19207 |19206 |
+ROW |35768 |19209 |19208 |
+ROW |35769 |19210 |19208 |
+ROW |35770 |19210 |19209 |
+ROW |35771 |19212 |19211 |
+ROW |35772 |19214 |19213 |
+ROW |35773 |19216 |19215 |
+ROW |35774 |19218 |19219 |
+ROW |35775 |19220 |19219 |
+ROW |35776 |19222 |19221 |
+ROW |35777 |19245 |19244 |
+ROW |35778 |19249 |19248 |
+ROW |35779 |19253 |19252 |
+ROW |35780 |19255 |19254 |
+ROW |35781 |19256 |19254 |
+ROW |35782 |19256 |19255 |
+ROW |35783 |19258 |19257 |
+ROW |35784 |19260 |19259 |
+ROW |35785 |19262 |19261 |
+ROW |35786 |19264 |19265 |
+ROW |35787 |19266 |19265 |
+ROW |35788 |19268 |19267 |
+ROW |35789 |19291 |19290 |
+ROW |35790 |19295 |19294 |
+ROW |35791 |19299 |19298 |
+ROW |35792 |19301 |19300 |
+ROW |35793 |19302 |19300 |
+ROW |35794 |19302 |19301 |
+ROW |35795 |19304 |19303 |
+ROW |35796 |19306 |19305 |
+ROW |35797 |19308 |19307 |
+ROW |35798 |19310 |19311 |
+ROW |35799 |19312 |19311 |
+ROW |35800 |19314 |19313 |
+ROW |35801 |19337 |19336 |
+ROW |35802 |19341 |19340 |
+ROW |35803 |19345 |19344 |
+ROW |35804 |19347 |19346 |
+ROW |35805 |19348 |19346 |
+ROW |35806 |19348 |19347 |
+ROW |35807 |19350 |19349 |
+ROW |35808 |19352 |19351 |
+ROW |35809 |19354 |19353 |
+ROW |35810 |19356 |19357 |
+ROW |35811 |19358 |19357 |
+ROW |35812 |19360 |19359 |
+ROW |35813 |19383 |19382 |
+ROW |35814 |16440 |16439 |
+ROW |35815 |17768 |15790 |
+ROW |35816 |17769 |15787 |
+ROW |35817 |17770 |15787 |
+ROW |35818 |17770 |17769 |
+ROW |35819 |15786 |15785 |
+ROW |35820 |15784 |15783 |
+ROW |35821 |15794 |15792 |
+ROW |35822 |15793 |15792 |
+ROW |35823 |15782 |15781 |
+ROW |35824 |15797 |15796 |
+ROW |35825 |15825 |15824 |
+ROW |35826 |15826 |15824 |
+ROW |35827 |15826 |15825 |
+ROW |35828 |15828 |15829 |
+ROW |35829 |15831 |15832 |
+ROW |35830 |15834 |15835 |
+ROW |35831 |15845 |15846 |
TABLE |functions
FIELDS|functionid|itemid|triggerid|name |parameter |
@@ -15448,30 +15426,6 @@ ROW |19949 |29566 |17011 |min |5m
ROW |19950 |31343 |17011 |last | |
ROW |19953 |29592 |17013 |min |5m |
ROW |19954 |31346 |17013 |last | |
-ROW |20054 |31532 |17063 |last | |
-ROW |20055 |31538 |17063 |last | |
-ROW |20056 |31536 |17064 |last | |
-ROW |20057 |31534 |17064 |last | |
-ROW |20058 |31528 |17065 |last | |
-ROW |20059 |31542 |17065 |last | |
-ROW |20060 |31546 |17066 |min |{$JMX.HEAP.MEM.USAGE.TIME} |
-ROW |20061 |31545 |17066 |last | |
-ROW |20062 |31549 |17067 |min |{$JMX.NONHEAP.MEM.USAGE.TIME} |
-ROW |20063 |31548 |17067 |last | |
-ROW |20064 |31541 |17068 |min |{$JMX.MP.USAGE.TIME:"CMS Old Gen"} |
-ROW |20065 |31552 |17068 |last | |
-ROW |20066 |31525 |17069 |min |{$JMX.MP.USAGE.TIME:"CMS Perm Gen"} |
-ROW |20067 |31513 |17069 |last | |
-ROW |20068 |31503 |17070 |min |{$JMX.MP.USAGE.TIME:"Code Cache"} |
-ROW |20069 |31502 |17070 |last | |
-ROW |20070 |31506 |17071 |min |{$JMX.MP.USAGE.TIME:"Perm Gen"} |
-ROW |20071 |31505 |17071 |last | |
-ROW |20072 |31509 |17072 |min |{$JMX.MP.USAGE.TIME:"PS Old Gen"} |
-ROW |20073 |31508 |17072 |last | |
-ROW |20074 |31500 |17073 |min |{$JMX.MP.USAGE.TIME:"PS Perm Gen"} |
-ROW |20075 |31511 |17073 |last | |
-ROW |20076 |31515 |17074 |min |{$JMX.MP.USAGE.TIME:"Tenured Gen"} |
-ROW |20077 |31514 |17074 |last | |
ROW |20078 |31517 |17075 |min |{$JMX.FILE.DESCRIPTORS.TIME} |
ROW |20079 |31516 |17075 |last | |
ROW |20080 |31530 |17076 |str |Client |
@@ -16349,8 +16303,6 @@ ROW |21330 |32976 |17994 |last |
ROW |21331 |32977 |17995 |last | |
ROW |21332 |32978 |17996 |last | |
ROW |21333 |32979 |17997 |last | |
-ROW |21334 |32980 |17998 |last | |
-ROW |21335 |32981 |17999 |last | |
ROW |21336 |32982 |18000 |last | |
ROW |21338 |33054 |18002 |min |5m |
ROW |21339 |33053 |18002 |last | |
@@ -18433,8 +18385,6 @@ ROW |23953 |37011 |19936 |nodata |30m
ROW |23954 |37057 |19937 |last | |
ROW |23955 |37058 |19938 |last | |
ROW |23956 |37059 |19939 |last | |
-ROW |23957 |37060 |19940 |last | |
-ROW |23958 |37061 |19941 |last | |
ROW |23959 |37062 |19942 |last | |
ROW |23960 |37063 |19943 |last | |
ROW |23961 |37097 |19944 |min |5m |
@@ -18483,6 +18433,17 @@ ROW |24003 |37107 |19958 |prev |
ROW |24004 |29375 |19959 |avg |15m |
ROW |24005 |37107 |19959 |last | |
ROW |24006 |29376 |19959 |avg |15m |
+ROW |24007 |31546 |19960 |min |{$JMX.HEAP.MEM.USAGE.TIME} |
+ROW |24008 |31545 |19960 |last | |
+ROW |24009 |31549 |19961 |min |{$JMX.NONHEAP.MEM.USAGE.TIME} |
+ROW |24010 |31548 |19961 |last | |
+ROW |24011 |37114 |19962 |min |{$JMX.MP.USAGE.TIME:"{#JMXNAME}"} |
+ROW |24012 |37113 |19962 |last | |
+ROW |24013 |37060 |19963 |last | |
+ROW |24014 |37061 |19964 |last | |
+ROW |24015 |32980 |19965 |last | |
+ROW |24016 |32981 |19966 |last | |
+ROW |24017 |37119 |19967 |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|
@@ -18782,14 +18743,6 @@ ROW |1231 |{#DEVNAME}: Disk utilization and queue
ROW |1233 |{#DEVNAME}: Disk read/write rates |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
ROW |1235 |{#DEVNAME}: Disk utilization and queue |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
ROW |1250 |ClassLoading: Class Loader |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1251 |GarbageCollector: Garbage Collector collections per second |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1252 |MemoryPool: Memory Pool CMS Old Gen |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1253 |MemoryPool: Memory Pool CMS Perm Gen |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1254 |MemoryPool: Memory Pool Code Cache |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1255 |MemoryPool: Memory Pool Perm Gen |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1256 |MemoryPool: Memory Pool PS Old Gen |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1257 |MemoryPool: Memory Pool PS Perm Gen |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
-ROW |1258 |MemoryPool: Memory Pool Tenured Gen |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
ROW |1259 |OperatingSystem: File Descriptors |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
ROW |1260 |Threading: Threads |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
ROW |1261 |MSSQL DB '{#DBNAME}': Number of Log changes |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
@@ -19280,6 +19233,10 @@ ROW |1920 |RabbitMQ: Sockets
ROW |1921 |RabbitMQ: Uptime |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |0 |0 |
ROW |1922 |RabbitMQ: Queue [{#VHOST}][{#QUEUE}]: Messages per second |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
ROW |1923 |RabbitMQ: Queue [{#VHOST}][{#QUEUE}]: Messages status |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
+ROW |1924 |GarbageCollector {#JMXNAME}: Garbage Collector {#JMXNAME} collections per second |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
+ROW |1925 |Memory pool {#JMXNAME}: Memory pool {#JMXNAME} |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |0 |0 |NULL |NULL |2 |0 |
+ROW |1926 |DB {#DBNAME}: Queries |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |1 |0 |NULL |NULL |2 |0 |
+ROW |1927 |DB {#DBNAME}: Slow queries |900 |200 |0 |100 |NULL |1 |1 |0 |1 |0 |0 |0 |1 |0 |NULL |NULL |2 |0 |
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|
@@ -19513,2570 +19470,2556 @@ ROW |71198 |1213 |31242 |5 |0 |1A7C11|0 |2 |0 |
ROW |71199 |1386 |32598 |0 |0 |1A7C11|0 |2 |0 |
ROW |71200 |1386 |32599 |0 |1 |2774A4|0 |2 |0 |
ROW |71201 |1386 |32600 |0 |2 |F63100|0 |2 |0 |
-ROW |79923 |1374 |32471 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79924 |1375 |32469 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79925 |1375 |32468 |5 |1 |2774A4|0 |2 |0 |
-ROW |79926 |1376 |32472 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79927 |1376 |32467 |5 |1 |2774A4|0 |2 |0 |
-ROW |79928 |1377 |32483 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79929 |1377 |32482 |5 |1 |2774A4|0 |2 |0 |
-ROW |79930 |1378 |32484 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79931 |1378 |32481 |5 |1 |2774A4|0 |2 |0 |
-ROW |79932 |1379 |32476 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79933 |1379 |32478 |5 |1 |2774A4|0 |2 |0 |
-ROW |79934 |1379 |32480 |5 |2 |F63100|0 |2 |0 |
-ROW |79935 |1172 |30918 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79936 |1172 |30919 |0 |1 |2774A4|0 |2 |0 |
-ROW |79937 |1172 |30920 |0 |2 |F63100|0 |2 |0 |
-ROW |79938 |1172 |30921 |2 |3 |A54F10|0 |2 |0 |
-ROW |79939 |1173 |30922 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79940 |835 |28744 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79941 |835 |28745 |0 |1 |2774A4|0 |2 |0 |
-ROW |79942 |1174 |30913 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79943 |1175 |30906 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79944 |1175 |30908 |0 |1 |2774A4|0 |2 |0 |
-ROW |79945 |1175 |30915 |0 |2 |F63100|0 |2 |0 |
-ROW |79946 |1175 |30897 |0 |3 |A54F10|0 |2 |0 |
-ROW |79947 |1175 |30901 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |79948 |1175 |30899 |0 |5 |6C59DC|0 |2 |0 |
-ROW |79949 |1175 |30907 |0 |6 |AC8C14|0 |2 |0 |
-ROW |79950 |1175 |30905 |0 |7 |611F27|0 |2 |0 |
-ROW |79951 |1175 |30904 |0 |8 |F230E0|0 |2 |0 |
-ROW |79952 |1175 |30900 |0 |9 |FFAD40|0 |2 |0 |
-ROW |79953 |1175 |30898 |0 |10 |40CDFF|0 |2 |0 |
-ROW |79954 |1176 |30910 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79955 |1176 |30909 |0 |1 |2774A4|0 |2 |0 |
-ROW |79956 |836 |28798 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79957 |836 |28799 |0 |1 |2774A4|0 |2 |0 |
-ROW |79958 |836 |28800 |0 |2 |F63100|0 |2 |0 |
-ROW |79959 |836 |28801 |2 |3 |A54F10|0 |2 |0 |
-ROW |79960 |837 |28803 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79961 |838 |28793 |5 |0 |1A7C11|0 |2 |0 |
-ROW |79962 |840 |28787 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79963 |840 |28784 |0 |1 |2774A4|0 |2 |0 |
-ROW |79964 |840 |28782 |0 |2 |F63100|0 |2 |0 |
-ROW |79965 |840 |28781 |0 |3 |A54F10|0 |2 |0 |
-ROW |79966 |840 |28780 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |79967 |840 |28778 |0 |5 |6C59DC|0 |2 |0 |
-ROW |79968 |840 |28786 |0 |6 |AC8C14|0 |2 |0 |
-ROW |79969 |840 |28785 |0 |7 |611F27|0 |2 |0 |
-ROW |79970 |840 |28783 |0 |8 |F230E0|0 |2 |0 |
-ROW |79971 |840 |28779 |0 |9 |FFAD40|0 |2 |0 |
-ROW |79972 |840 |28796 |0 |10 |40CDFF|0 |2 |0 |
-ROW |79973 |839 |28789 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79974 |839 |28788 |0 |1 |2774A4|0 |2 |0 |
-ROW |79975 |1278 |31855 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79976 |1278 |31856 |0 |1 |2774A4|0 |2 |0 |
-ROW |79977 |1304 |32007 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79978 |1304 |32010 |0 |1 |2774A4|0 |2 |0 |
-ROW |79979 |1305 |32008 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79980 |1305 |32011 |0 |1 |2774A4|0 |2 |0 |
-ROW |79981 |1306 |32003 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79982 |1306 |32004 |0 |1 |2774A4|0 |2 |0 |
-ROW |79983 |1306 |32009 |0 |2 |F63100|0 |2 |0 |
-ROW |79984 |1282 |31818 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79985 |1282 |31825 |0 |1 |2774A4|0 |2 |0 |
-ROW |79986 |1283 |31850 |0 |0 |1A7C11|0 |2 |0 |
-ROW |79987 |1283 |31819 |0 |1 |2774A4|0 |2 |0 |
-ROW |79988 |1284 |31824 |1 |0 |1A7C11|0 |2 |0 |
-ROW |79989 |1284 |31821 |1 |1 |2774A4|0 |2 |0 |
-ROW |79990 |1285 |31839 |2 |0 |1A7C11|0 |2 |0 |
-ROW |79991 |1285 |31841 |0 |1 |2774A4|0 |2 |0 |
-ROW |79992 |1285 |31842 |0 |2 |F63100|0 |2 |0 |
-ROW |79993 |1285 |31837 |2 |3 |A54F10|0 |2 |0 |
-ROW |79994 |1285 |31838 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |79995 |1285 |31829 |0 |5 |6C59DC|0 |2 |0 |
-ROW |79996 |1286 |31833 |2 |0 |1A7C11|0 |2 |0 |
-ROW |79997 |1286 |31834 |0 |1 |2774A4|0 |2 |0 |
-ROW |79998 |1286 |31835 |0 |2 |F63100|0 |2 |0 |
-ROW |79999 |1121 |30606 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80000 |1121 |30590 |5 |1 |2774A4|0 |2 |0 |
-ROW |80001 |1121 |30582 |5 |2 |F63100|0 |2 |0 |
-ROW |80002 |1122 |30580 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80003 |1122 |30578 |5 |1 |2774A4|0 |2 |0 |
-ROW |80004 |1123 |30586 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80005 |1123 |30608 |2 |1 |2774A4|0 |2 |0 |
-ROW |80006 |1123 |30585 |2 |2 |F63100|0 |2 |0 |
-ROW |80007 |1123 |30589 |2 |3 |A54F10|0 |2 |0 |
-ROW |80008 |1123 |30584 |2 |4 |FC6EA3|0 |2 |0 |
-ROW |80009 |1123 |30588 |2 |5 |6C59DC|0 |2 |0 |
-ROW |80010 |1124 |30583 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80011 |1124 |30587 |2 |1 |2774A4|0 |2 |0 |
-ROW |80012 |1125 |30555 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80013 |1125 |30554 |2 |1 |2774A4|0 |2 |0 |
-ROW |80014 |1125 |30556 |2 |2 |F63100|0 |2 |0 |
-ROW |80015 |1125 |30557 |2 |3 |A54F10|0 |2 |0 |
-ROW |80016 |1126 |30565 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80017 |1127 |30567 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80018 |1127 |30568 |2 |1 |2774A4|0 |2 |0 |
-ROW |80019 |1128 |30536 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80020 |1129 |30566 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80021 |1129 |30549 |2 |1 |2774A4|0 |2 |0 |
-ROW |80022 |1129 |30553 |2 |2 |F63100|0 |2 |0 |
-ROW |80023 |1129 |30570 |2 |3 |A54F10|0 |2 |0 |
-ROW |80024 |1143 |30714 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80025 |1143 |30716 |0 |1 |2774A4|0 |2 |0 |
-ROW |80026 |1143 |30717 |0 |2 |F63100|0 |2 |0 |
-ROW |80027 |1143 |30715 |0 |3 |A54F10|0 |2 |0 |
-ROW |80028 |1144 |30753 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80029 |1144 |30738 |0 |1 |2774A4|0 |2 |0 |
-ROW |80030 |1145 |30718 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80031 |1145 |30737 |0 |1 |2774A4|0 |2 |0 |
-ROW |80032 |1145 |30727 |0 |2 |F63100|0 |2 |0 |
-ROW |80033 |1145 |30729 |0 |3 |A54F10|0 |2 |0 |
-ROW |80034 |1146 |30730 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80035 |1146 |30732 |0 |1 |2774A4|0 |2 |0 |
-ROW |80036 |1146 |30731 |0 |2 |F63100|0 |2 |0 |
-ROW |80037 |1146 |30733 |0 |3 |A54F10|0 |2 |0 |
-ROW |80038 |1147 |30734 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80039 |1147 |30736 |0 |1 |2774A4|0 |2 |0 |
-ROW |80040 |1147 |30735 |0 |2 |F63100|0 |2 |0 |
-ROW |80041 |1147 |30758 |0 |3 |A54F10|0 |2 |0 |
-ROW |80042 |1148 |30711 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80043 |1148 |30706 |0 |1 |2774A4|0 |2 |0 |
-ROW |80044 |1148 |30710 |0 |2 |F63100|0 |2 |0 |
-ROW |80045 |1148 |30712 |0 |3 |A54F10|0 |2 |0 |
-ROW |80046 |1148 |30702 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80047 |1148 |30707 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80048 |1148 |30704 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80049 |1177 |30927 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80050 |1177 |30944 |2 |1 |2774A4|0 |2 |0 |
-ROW |80051 |1178 |30935 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80052 |1178 |30942 |0 |1 |2774A4|0 |2 |0 |
-ROW |80053 |1179 |30949 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80054 |1179 |30950 |0 |1 |2774A4|0 |2 |0 |
-ROW |80055 |1179 |30951 |0 |2 |F63100|0 |2 |0 |
-ROW |80056 |1180 |30952 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80057 |1180 |30954 |0 |1 |2774A4|0 |2 |0 |
-ROW |80058 |1180 |30955 |0 |2 |F63100|0 |2 |0 |
-ROW |80059 |1181 |30936 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80060 |1181 |30940 |5 |1 |2774A4|0 |2 |0 |
-ROW |80061 |1182 |30930 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80062 |1182 |30929 |0 |1 |2774A4|0 |2 |0 |
-ROW |80063 |1182 |30928 |0 |2 |F63100|0 |2 |0 |
-ROW |80064 |1182 |30931 |2 |3 |A54F10|1 |2 |0 |
-ROW |80065 |1183 |30934 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80066 |1183 |30941 |0 |1 |2774A4|0 |2 |0 |
-ROW |80067 |1380 |32498 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80068 |1380 |32499 |0 |1 |2774A4|0 |2 |0 |
-ROW |80069 |1381 |32505 |0 |0 |1A7C11|1 |2 |0 |
-ROW |80070 |1381 |32508 |0 |1 |2774A4|1 |2 |0 |
-ROW |80071 |1381 |32506 |0 |2 |F63100|0 |2 |0 |
-ROW |80072 |1381 |32507 |0 |3 |A54F10|0 |2 |0 |
-ROW |80073 |1381 |32509 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80074 |1381 |32510 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80075 |1382 |32488 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80076 |1382 |32491 |0 |1 |2774A4|0 |2 |0 |
-ROW |80077 |1382 |32493 |0 |2 |F63100|0 |2 |0 |
-ROW |80078 |1382 |32494 |0 |3 |A54F10|0 |2 |0 |
-ROW |80079 |1383 |32528 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80080 |1383 |32529 |0 |1 |2774A4|0 |2 |0 |
-ROW |80081 |1384 |32535 |0 |0 |1A7C11|1 |2 |0 |
-ROW |80082 |1384 |32538 |0 |1 |2774A4|1 |2 |0 |
-ROW |80083 |1384 |32536 |0 |2 |F63100|0 |2 |0 |
-ROW |80084 |1384 |32537 |0 |3 |A54F10|0 |2 |0 |
-ROW |80085 |1384 |32539 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80086 |1384 |32540 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80087 |1385 |32518 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80088 |1385 |32521 |0 |1 |2774A4|0 |2 |0 |
-ROW |80089 |1385 |32523 |0 |2 |F63100|0 |2 |0 |
-ROW |80090 |1385 |32524 |0 |3 |A54F10|0 |2 |0 |
-ROW |80091 |1250 |31527 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80092 |1250 |31529 |0 |1 |2774A4|0 |2 |0 |
-ROW |80093 |1250 |31499 |0 |2 |F63100|0 |2 |0 |
-ROW |80094 |1251 |31532 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80095 |1251 |31534 |0 |1 |2774A4|0 |2 |0 |
-ROW |80096 |1251 |31538 |0 |2 |F63100|0 |2 |0 |
-ROW |80097 |1251 |31536 |0 |3 |A54F10|0 |2 |0 |
-ROW |80098 |1251 |31528 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80099 |1251 |31542 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80100 |1252 |31552 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80101 |1252 |31551 |0 |1 |2774A4|0 |2 |0 |
-ROW |80102 |1252 |31541 |0 |2 |F63100|0 |2 |0 |
-ROW |80103 |1253 |31513 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80104 |1253 |31526 |0 |1 |2774A4|0 |2 |0 |
-ROW |80105 |1253 |31525 |0 |2 |F63100|0 |2 |0 |
-ROW |80106 |1254 |31502 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80107 |1254 |31501 |0 |1 |2774A4|0 |2 |0 |
-ROW |80108 |1254 |31503 |0 |2 |F63100|0 |2 |0 |
-ROW |80109 |1255 |31505 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80110 |1255 |31504 |0 |1 |2774A4|0 |2 |0 |
-ROW |80111 |1255 |31506 |0 |2 |F63100|0 |2 |0 |
-ROW |80112 |1256 |31508 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80113 |1256 |31507 |0 |1 |2774A4|0 |2 |0 |
-ROW |80114 |1256 |31509 |0 |2 |F63100|0 |2 |0 |
-ROW |80115 |1257 |31511 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80116 |1257 |31510 |0 |1 |2774A4|0 |2 |0 |
-ROW |80117 |1257 |31500 |0 |2 |F63100|0 |2 |0 |
-ROW |80118 |1258 |31514 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80119 |1258 |31512 |0 |1 |2774A4|0 |2 |0 |
-ROW |80120 |1258 |31515 |0 |2 |F63100|0 |2 |0 |
-ROW |80121 |1259 |31516 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80122 |1259 |31517 |0 |1 |2774A4|0 |2 |0 |
-ROW |80123 |1260 |31523 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80124 |1260 |31522 |0 |1 |2774A4|0 |2 |0 |
-ROW |80125 |1260 |31524 |0 |2 |F63100|0 |2 |0 |
-ROW |80126 |1307 |32051 |1 |0 |1A7C11|0 |2 |0 |
-ROW |80127 |1307 |32057 |1 |1 |2774A4|0 |2 |0 |
-ROW |80128 |1709 |35805 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80129 |1709 |35804 |5 |1 |2774A4|0 |2 |0 |
-ROW |80130 |1710 |35789 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80131 |1710 |35806 |0 |1 |2774A4|0 |2 |0 |
-ROW |80132 |1711 |35800 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80133 |1711 |35799 |0 |1 |2774A4|0 |2 |0 |
-ROW |80134 |1711 |35798 |0 |2 |F63100|0 |2 |0 |
-ROW |80135 |1711 |35796 |0 |3 |A54F10|0 |2 |0 |
-ROW |80136 |1711 |35788 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80137 |1712 |35810 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80138 |1712 |35809 |0 |1 |2774A4|0 |2 |0 |
-ROW |80139 |1713 |35807 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80140 |1713 |35808 |5 |1 |2774A4|0 |2 |0 |
-ROW |80141 |1714 |35817 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80142 |1714 |35816 |0 |1 |2774A4|0 |2 |0 |
-ROW |80143 |1715 |35811 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80144 |1715 |35812 |0 |1 |2774A4|0 |2 |0 |
-ROW |80145 |1715 |35813 |0 |2 |F63100|0 |2 |0 |
-ROW |80146 |1715 |35814 |0 |3 |A54F10|0 |2 |0 |
-ROW |80147 |1715 |35815 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80148 |1716 |35842 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80149 |1716 |35841 |5 |1 |2774A4|0 |2 |0 |
-ROW |80150 |1717 |35836 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80151 |1717 |35835 |0 |1 |2774A4|0 |2 |0 |
-ROW |80152 |1717 |35834 |0 |2 |F63100|0 |2 |0 |
-ROW |80153 |1717 |35832 |0 |3 |A54F10|0 |2 |0 |
-ROW |80154 |1717 |35822 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80155 |1718 |35827 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80156 |1718 |35828 |0 |1 |2774A4|0 |2 |0 |
-ROW |80157 |1719 |35864 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80158 |1719 |35863 |5 |1 |2774A4|0 |2 |0 |
-ROW |80159 |1720 |35848 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80160 |1720 |35865 |0 |1 |2774A4|0 |2 |0 |
-ROW |80161 |1721 |35859 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80162 |1721 |35858 |0 |1 |2774A4|0 |2 |0 |
-ROW |80163 |1721 |35857 |0 |2 |F63100|0 |2 |0 |
-ROW |80164 |1721 |35855 |0 |3 |A54F10|0 |2 |0 |
-ROW |80165 |1721 |35847 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80166 |1722 |35869 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80167 |1722 |35868 |0 |1 |2774A4|0 |2 |0 |
-ROW |80168 |1723 |35866 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80169 |1723 |35867 |5 |1 |2774A4|0 |2 |0 |
-ROW |80170 |1724 |35876 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80171 |1724 |35875 |0 |1 |2774A4|0 |2 |0 |
-ROW |80172 |1725 |35870 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80173 |1725 |35871 |0 |1 |2774A4|0 |2 |0 |
-ROW |80174 |1725 |35872 |0 |2 |F63100|0 |2 |0 |
-ROW |80175 |1725 |35873 |0 |3 |A54F10|0 |2 |0 |
-ROW |80176 |1725 |35874 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80177 |1726 |35901 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80178 |1726 |35900 |5 |1 |2774A4|0 |2 |0 |
-ROW |80179 |1727 |35895 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80180 |1727 |35894 |0 |1 |2774A4|0 |2 |0 |
-ROW |80181 |1727 |35893 |0 |2 |F63100|0 |2 |0 |
-ROW |80182 |1727 |35891 |0 |3 |A54F10|0 |2 |0 |
-ROW |80183 |1727 |35881 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80184 |1728 |35886 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80185 |1728 |35887 |0 |1 |2774A4|0 |2 |0 |
-ROW |80186 |1184 |30982 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80187 |1184 |30980 |5 |1 |2774A4|0 |2 |0 |
-ROW |80188 |1185 |30983 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80189 |1185 |30981 |0 |1 |2774A4|0 |2 |0 |
-ROW |80190 |1186 |30976 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80191 |1186 |30985 |0 |1 |2774A4|0 |2 |0 |
-ROW |80192 |1186 |30997 |0 |2 |F63100|0 |2 |0 |
-ROW |80193 |1186 |30970 |0 |3 |A54F10|0 |2 |0 |
-ROW |80194 |1186 |30973 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80195 |1186 |30995 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80196 |1186 |30998 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80197 |1186 |30978 |0 |7 |611F27|0 |2 |0 |
-ROW |80198 |1187 |31024 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80199 |1187 |31022 |5 |1 |2774A4|0 |2 |0 |
-ROW |80200 |1188 |31025 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80201 |1188 |31023 |0 |1 |2774A4|0 |2 |0 |
-ROW |80202 |1189 |31018 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80203 |1189 |31027 |0 |1 |2774A4|0 |2 |0 |
-ROW |80204 |1189 |31039 |0 |2 |F63100|0 |2 |0 |
-ROW |80205 |1189 |31012 |0 |3 |A54F10|0 |2 |0 |
-ROW |80206 |1189 |31015 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80207 |1189 |31037 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80208 |1189 |31040 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80209 |1189 |31020 |0 |7 |611F27|0 |2 |0 |
-ROW |80210 |1308 |32078 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80211 |1308 |32077 |0 |1 |2774A4|0 |2 |0 |
-ROW |80212 |1309 |32088 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80213 |1309 |32087 |0 |1 |2774A4|0 |2 |0 |
-ROW |80214 |1866 |32071 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80215 |1866 |32102 |0 |1 |2774A4|0 |2 |0 |
-ROW |80216 |1311 |32108 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80217 |1311 |32109 |0 |1 |2774A4|0 |2 |0 |
-ROW |80218 |1311 |32106 |0 |2 |F63100|0 |2 |0 |
-ROW |80219 |1311 |32107 |0 |3 |A54F10|0 |2 |0 |
-ROW |80220 |1312 |32083 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80221 |1312 |32084 |0 |1 |2774A4|0 |2 |0 |
-ROW |80222 |1313 |32080 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80223 |1313 |32081 |0 |1 |2774A4|0 |2 |0 |
-ROW |80224 |1314 |32086 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80225 |1314 |32100 |2 |1 |2774A4|0 |2 |0 |
-ROW |80226 |1314 |32073 |0 |2 |F63100|0 |2 |0 |
-ROW |80227 |1314 |32131 |0 |3 |A54F10|0 |2 |0 |
-ROW |80228 |1314 |32118 |2 |4 |FC6EA3|0 |2 |0 |
-ROW |80229 |1314 |32101 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80230 |1314 |32125 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80231 |1314 |32126 |2 |7 |611F27|0 |2 |0 |
-ROW |80232 |1314 |32127 |0 |8 |F230E0|0 |2 |0 |
-ROW |80233 |1314 |32128 |0 |9 |FFAD40|0 |2 |0 |
-ROW |80234 |1314 |32129 |2 |10 |40CDFF|0 |2 |0 |
-ROW |80235 |1314 |32130 |0 |11 |40FFA0|0 |2 |0 |
-ROW |80236 |1315 |32124 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80237 |1315 |32123 |2 |1 |2774A4|0 |2 |0 |
-ROW |80238 |1315 |32122 |0 |2 |F63100|0 |2 |0 |
-ROW |80239 |1315 |32121 |0 |3 |A54F10|0 |2 |0 |
-ROW |80240 |1315 |32121 |2 |4 |FC6EA3|0 |2 |0 |
-ROW |80241 |1315 |32120 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80242 |1316 |32098 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80243 |1316 |32099 |0 |1 |2774A4|0 |2 |0 |
-ROW |80244 |1316 |32097 |0 |2 |F63100|0 |2 |0 |
-ROW |80245 |1316 |32096 |0 |3 |A54F10|0 |2 |0 |
-ROW |80246 |1130 |30613 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80247 |1130 |30635 |0 |1 |2774A4|0 |2 |0 |
-ROW |80248 |1130 |30625 |0 |2 |F63100|0 |2 |0 |
-ROW |80249 |1131 |30632 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80250 |1131 |30633 |5 |1 |2774A4|0 |2 |0 |
-ROW |80251 |1131 |30629 |5 |2 |F63100|0 |2 |0 |
-ROW |80252 |1132 |30630 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80253 |1132 |30628 |2 |1 |2774A4|0 |2 |0 |
-ROW |80254 |1132 |30631 |2 |2 |F63100|0 |2 |0 |
-ROW |80255 |1133 |30619 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80256 |1133 |30618 |0 |1 |2774A4|0 |2 |0 |
-ROW |80257 |1134 |30623 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80258 |1134 |30622 |5 |1 |2774A4|0 |2 |0 |
-ROW |80259 |1135 |30615 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80260 |841 |28813 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80261 |841 |28811 |0 |1 |2774A4|0 |2 |0 |
-ROW |80262 |841 |28812 |0 |2 |F63100|0 |2 |0 |
-ROW |80263 |841 |28814 |0 |3 |A54F10|0 |2 |0 |
-ROW |80264 |842 |28817 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80265 |842 |28815 |0 |1 |2774A4|0 |2 |0 |
-ROW |80266 |842 |28816 |0 |2 |F63100|0 |2 |0 |
-ROW |80267 |844 |28808 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80268 |844 |28807 |0 |1 |2774A4|0 |2 |0 |
-ROW |80269 |843 |28818 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80270 |845 |28829 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80271 |845 |28831 |0 |1 |2774A4|0 |2 |0 |
-ROW |80272 |845 |28832 |0 |2 |F63100|0 |2 |0 |
-ROW |80273 |845 |28830 |0 |3 |A54F10|0 |2 |0 |
-ROW |80274 |846 |28826 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80275 |846 |28828 |0 |1 |2774A4|0 |2 |0 |
-ROW |80276 |846 |28827 |0 |2 |F63100|0 |2 |0 |
-ROW |80277 |847 |28825 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80278 |1662 |34869 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80279 |1663 |34871 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80280 |1663 |34870 |5 |1 |2774A4|0 |2 |0 |
-ROW |80281 |1663 |34872 |5 |2 |F63100|0 |2 |0 |
-ROW |80282 |1663 |34873 |5 |3 |A54F10|0 |2 |0 |
-ROW |80283 |1663 |34874 |5 |4 |FC6EA3|0 |2 |0 |
-ROW |80284 |1664 |34880 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80285 |1665 |34882 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80286 |1665 |34881 |5 |1 |2774A4|0 |2 |0 |
-ROW |80287 |1665 |34883 |5 |2 |F63100|0 |2 |0 |
-ROW |80288 |1665 |34884 |5 |3 |A54F10|0 |2 |0 |
-ROW |80289 |1665 |34885 |5 |4 |FC6EA3|0 |2 |0 |
-ROW |80290 |1666 |34903 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80291 |1666 |34902 |5 |1 |2774A4|0 |2 |0 |
-ROW |80292 |1666 |34901 |5 |2 |F63100|0 |2 |0 |
-ROW |80293 |1667 |34889 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80294 |1667 |34896 |5 |1 |2774A4|0 |2 |0 |
-ROW |80295 |1667 |34895 |5 |2 |F63100|0 |2 |0 |
-ROW |80296 |1667 |34894 |5 |3 |A54F10|0 |2 |0 |
-ROW |80297 |1667 |34893 |5 |4 |FC6EA3|0 |2 |0 |
-ROW |80298 |1668 |34910 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80299 |1668 |34911 |5 |1 |2774A4|0 |2 |0 |
-ROW |80300 |1668 |34909 |5 |2 |F63100|0 |2 |0 |
-ROW |80301 |1669 |34913 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80302 |1669 |34912 |5 |1 |2774A4|0 |2 |0 |
-ROW |80303 |1669 |34917 |5 |2 |F63100|0 |2 |0 |
-ROW |80304 |1669 |34915 |5 |3 |A54F10|0 |2 |0 |
-ROW |80305 |1669 |34914 |5 |4 |FC6EA3|0 |2 |0 |
-ROW |80306 |1669 |34916 |5 |5 |6C59DC|0 |2 |0 |
-ROW |80307 |1669 |34918 |5 |6 |AC8C14|0 |2 |0 |
-ROW |80308 |1669 |34919 |5 |7 |611F27|0 |2 |0 |
-ROW |80309 |1670 |34925 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80310 |1670 |34926 |5 |1 |2774A4|0 |2 |0 |
-ROW |80311 |1670 |34927 |5 |2 |F63100|0 |2 |0 |
-ROW |80312 |1671 |34934 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80313 |1671 |34935 |5 |1 |2774A4|0 |2 |0 |
-ROW |80314 |1671 |34936 |5 |2 |F63100|0 |2 |0 |
-ROW |80315 |1672 |34854 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80316 |1672 |34850 |5 |1 |2774A4|0 |2 |0 |
-ROW |80317 |1672 |34846 |5 |2 |F63100|0 |2 |0 |
-ROW |80318 |1672 |34845 |5 |3 |A54F10|0 |2 |0 |
-ROW |80319 |1673 |34852 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80320 |1674 |34848 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80321 |1674 |34849 |5 |1 |2774A4|0 |2 |0 |
-ROW |80322 |1674 |34847 |5 |2 |F63100|0 |2 |0 |
-ROW |80323 |1675 |34858 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80324 |1867 |36852 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80325 |1867 |36853 |0 |1 |2774A4|0 |2 |0 |
-ROW |80326 |1867 |36851 |0 |2 |F63100|0 |2 |0 |
-ROW |80327 |1867 |36850 |0 |3 |A54F10|0 |2 |0 |
-ROW |80328 |1867 |36849 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80329 |1868 |36887 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80330 |1869 |36874 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80331 |1869 |36854 |0 |1 |F63100|0 |2 |0 |
-ROW |80332 |1869 |36872 |0 |2 |2774A4|0 |2 |0 |
-ROW |80333 |1869 |36878 |0 |3 |A54F10|0 |2 |0 |
-ROW |80334 |1869 |36873 |0 |4 |6C59DC|1 |2 |0 |
-ROW |80335 |1869 |36867 |0 |5 |FC6EA3|1 |2 |0 |
-ROW |80336 |1869 |36871 |0 |6 |AC8C14|1 |2 |0 |
-ROW |80337 |1869 |36877 |0 |7 |611F27|1 |2 |0 |
-ROW |80338 |1870 |36870 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80339 |1870 |36859 |2 |1 |2774A4|0 |2 |0 |
-ROW |80340 |1870 |36864 |0 |2 |F63100|1 |2 |0 |
-ROW |80341 |1870 |36875 |0 |3 |A54F10|1 |2 |0 |
-ROW |80342 |1870 |36865 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |80343 |1870 |36876 |0 |5 |6C59DC|1 |2 |0 |
-ROW |80344 |1871 |36863 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80345 |1871 |36869 |0 |1 |F63100|0 |2 |0 |
-ROW |80346 |1871 |36861 |0 |2 |2774A4|0 |2 |0 |
-ROW |80347 |1871 |36866 |0 |3 |A54F10|0 |2 |0 |
-ROW |80348 |1871 |36862 |0 |4 |6C59DC|1 |2 |0 |
-ROW |80349 |1871 |36868 |0 |5 |FC6EA3|1 |2 |0 |
-ROW |80350 |1871 |36860 |0 |6 |AC8C14|1 |2 |0 |
-ROW |80351 |1871 |36855 |0 |7 |611F27|1 |2 |0 |
-ROW |80352 |1872 |36880 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80353 |1872 |36882 |5 |1 |2774A4|0 |2 |0 |
-ROW |80354 |1873 |36885 |0 |0 |969696|0 |9 |2 |
-ROW |80355 |1873 |36886 |0 |1 |C80000|0 |9 |0 |
-ROW |80356 |1874 |36806 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80357 |1874 |36822 |0 |1 |2774A4|0 |2 |0 |
-ROW |80358 |1875 |36819 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80359 |1875 |36815 |5 |1 |2774A4|0 |2 |0 |
-ROW |80360 |1876 |36820 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80361 |1877 |36831 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80362 |1877 |36829 |0 |1 |2774A4|0 |2 |0 |
-ROW |80363 |1877 |36830 |0 |2 |F63100|0 |2 |0 |
-ROW |80364 |1877 |36833 |0 |3 |A54F10|0 |2 |0 |
-ROW |80365 |1877 |36824 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80366 |1877 |36832 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80367 |1878 |36803 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80368 |1878 |36813 |0 |1 |2774A4|0 |2 |0 |
-ROW |80369 |1879 |36812 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80370 |1879 |36804 |0 |1 |2774A4|0 |2 |0 |
-ROW |80371 |1879 |36821 |0 |2 |F63100|0 |2 |0 |
-ROW |80372 |1879 |36805 |0 |3 |A54F10|1 |2 |0 |
-ROW |80373 |1287 |31890 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80374 |1287 |31882 |0 |1 |2774A4|0 |2 |0 |
-ROW |80375 |1287 |31880 |0 |2 |F63100|0 |2 |0 |
-ROW |80376 |1287 |31883 |0 |3 |A54F10|0 |2 |0 |
-ROW |80377 |1288 |31889 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80378 |1288 |31881 |0 |1 |2774A4|0 |2 |0 |
-ROW |80379 |1288 |31888 |0 |2 |F63100|0 |2 |0 |
-ROW |80380 |1289 |31900 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80381 |1289 |31895 |0 |1 |2774A4|0 |2 |0 |
-ROW |80382 |1289 |31899 |0 |2 |F63100|0 |2 |0 |
-ROW |80383 |1289 |31902 |0 |3 |A54F10|0 |2 |0 |
-ROW |80384 |1290 |31907 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80385 |1290 |31908 |0 |1 |2774A4|0 |2 |0 |
-ROW |80386 |1290 |31906 |0 |2 |F63100|0 |2 |0 |
-ROW |80387 |1909 |37084 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80388 |1909 |37092 |0 |1 |2774A4|0 |2 |0 |
-ROW |80389 |1909 |37081 |0 |2 |F63100|0 |2 |0 |
-ROW |80390 |1909 |37090 |0 |3 |A54F10|0 |2 |0 |
-ROW |80391 |1909 |37086 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80392 |1909 |37096 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80393 |1909 |37083 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80394 |1909 |37094 |0 |7 |611F27|0 |2 |0 |
-ROW |80395 |1910 |37097 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80396 |1910 |37091 |0 |1 |2774A4|0 |2 |0 |
-ROW |80397 |1910 |37087 |0 |2 |F63100|0 |2 |0 |
-ROW |80398 |1910 |37088 |0 |3 |A54F10|0 |2 |0 |
-ROW |80399 |1910 |37085 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80400 |1910 |37095 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80401 |1910 |37082 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80402 |1910 |37093 |0 |7 |611F27|0 |2 |0 |
-ROW |80403 |1911 |37020 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80404 |1911 |37021 |0 |1 |2774A4|0 |2 |0 |
-ROW |80405 |1911 |37019 |0 |2 |F63100|0 |2 |0 |
-ROW |80406 |1912 |37044 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80407 |1912 |37049 |2 |1 |FF0000|0 |2 |0 |
-ROW |80408 |1913 |37048 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80409 |1914 |37051 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80410 |1914 |37046 |2 |1 |FF0000|0 |2 |0 |
-ROW |80411 |1915 |37016 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80412 |1915 |37015 |0 |1 |2774A4|0 |2 |0 |
-ROW |80413 |1915 |37014 |0 |2 |F63100|0 |2 |0 |
-ROW |80414 |1916 |37026 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80415 |1916 |37024 |0 |1 |2774A4|0 |2 |0 |
-ROW |80416 |1916 |37034 |0 |2 |F63100|0 |2 |0 |
-ROW |80417 |1916 |37032 |0 |3 |A54F10|0 |2 |0 |
-ROW |80418 |1916 |37029 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80419 |1916 |37027 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80420 |1916 |37036 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80421 |1916 |37022 |0 |7 |611F27|0 |2 |0 |
-ROW |80422 |1917 |37031 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80423 |1917 |37023 |0 |1 |2774A4|0 |2 |0 |
-ROW |80424 |1917 |37035 |0 |2 |F63100|0 |2 |0 |
-ROW |80425 |1917 |37033 |0 |3 |A54F10|0 |2 |0 |
-ROW |80426 |1917 |37030 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80427 |1917 |37028 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80428 |1917 |37025 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80429 |1917 |37013 |0 |7 |611F27|0 |2 |0 |
-ROW |80430 |1918 |37041 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80431 |1919 |37017 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80432 |1920 |37039 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80433 |1920 |37040 |0 |1 |2774A4|0 |2 |0 |
-ROW |80434 |1921 |37038 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80435 |1417 |32839 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80436 |1417 |32838 |0 |1 |2774A4|0 |2 |0 |
-ROW |80437 |1922 |33000 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80438 |1922 |33015 |0 |1 |2774A4|0 |2 |0 |
-ROW |80439 |1922 |33013 |0 |2 |F63100|0 |2 |0 |
-ROW |80440 |1922 |33011 |0 |3 |A54F10|0 |2 |0 |
-ROW |80441 |1922 |33009 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80442 |1922 |33003 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80443 |1922 |33006 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80444 |1922 |33001 |0 |7 |611F27|0 |2 |0 |
-ROW |80445 |1923 |33004 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80446 |1923 |33014 |0 |1 |2774A4|0 |2 |0 |
-ROW |80447 |1923 |33012 |0 |2 |F63100|0 |2 |0 |
-ROW |80448 |1923 |33010 |0 |3 |A54F10|0 |2 |0 |
-ROW |80449 |1923 |33007 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80450 |1923 |33002 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80451 |1923 |33005 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80452 |1923 |33016 |0 |7 |611F27|0 |2 |0 |
-ROW |80453 |1428 |32937 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80454 |1428 |32938 |0 |1 |2774A4|0 |2 |0 |
-ROW |80455 |1428 |32936 |0 |2 |F63100|0 |2 |0 |
-ROW |80456 |1429 |32969 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80457 |1429 |32967 |2 |1 |FF0000|0 |2 |0 |
-ROW |80458 |1430 |32966 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80459 |1431 |32964 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80460 |1431 |32962 |2 |1 |FF0000|0 |2 |0 |
-ROW |80461 |1432 |32933 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80462 |1432 |32932 |0 |1 |2774A4|0 |2 |0 |
-ROW |80463 |1432 |32955 |0 |2 |F63100|0 |2 |0 |
-ROW |80464 |1433 |32947 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80465 |1433 |32953 |0 |1 |2774A4|0 |2 |0 |
-ROW |80466 |1433 |32951 |0 |2 |F63100|0 |2 |0 |
-ROW |80467 |1433 |32949 |0 |3 |A54F10|0 |2 |0 |
-ROW |80468 |1433 |32945 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80469 |1433 |32943 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80470 |1433 |32941 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80471 |1433 |32939 |0 |7 |611F27|0 |2 |0 |
-ROW |80472 |1434 |32948 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80473 |1434 |32954 |0 |1 |2774A4|0 |2 |0 |
-ROW |80474 |1434 |32952 |0 |2 |F63100|0 |2 |0 |
-ROW |80475 |1434 |32950 |0 |3 |A54F10|0 |2 |0 |
-ROW |80476 |1434 |32946 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80477 |1434 |32944 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80478 |1434 |32942 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80479 |1434 |32940 |0 |7 |611F27|0 |2 |0 |
-ROW |80480 |1435 |32960 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80481 |1436 |32934 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80482 |1437 |32957 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80483 |1437 |32958 |0 |1 |2774A4|0 |2 |0 |
-ROW |80484 |1438 |32970 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80485 |1291 |31947 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80486 |1291 |31946 |0 |1 |2774A4|0 |2 |0 |
-ROW |80487 |1880 |31952 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80488 |1880 |31938 |0 |1 |2774A4|0 |2 |0 |
-ROW |80489 |1880 |31950 |0 |2 |F63100|0 |2 |0 |
-ROW |80490 |1293 |31939 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80491 |1293 |31945 |0 |1 |2774A4|0 |2 |0 |
-ROW |80492 |1293 |31942 |0 |2 |F63100|0 |2 |0 |
-ROW |80493 |1294 |31959 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80494 |1294 |31962 |0 |1 |2774A4|0 |2 |0 |
-ROW |80495 |1295 |31918 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80496 |1295 |31916 |0 |1 |2774A4|0 |2 |0 |
-ROW |80497 |1295 |31917 |0 |2 |F63100|0 |2 |0 |
-ROW |80498 |1296 |31919 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80499 |1296 |31920 |0 |1 |2774A4|0 |2 |0 |
-ROW |80500 |1296 |31921 |0 |2 |F63100|0 |2 |0 |
-ROW |80501 |1297 |31911 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80502 |1297 |31944 |0 |1 |2774A4|0 |2 |0 |
-ROW |80503 |1298 |31953 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80504 |1298 |31954 |0 |1 |2774A4|0 |2 |0 |
-ROW |80505 |1298 |31960 |0 |2 |F63100|0 |2 |0 |
-ROW |80506 |1298 |31961 |0 |3 |A54F10|0 |2 |0 |
-ROW |80507 |1298 |31957 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80508 |1298 |31958 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80509 |1298 |31912 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80510 |1298 |31913 |0 |7 |611F27|0 |2 |0 |
-ROW |80511 |1298 |31914 |0 |8 |F230E0|0 |2 |0 |
-ROW |80512 |1298 |31915 |0 |9 |FFAD40|0 |2 |0 |
-ROW |80513 |1298 |31948 |0 |10 |40CDFF|0 |2 |0 |
-ROW |80514 |1298 |31949 |0 |11 |40FFA0|0 |2 |0 |
-ROW |80515 |1317 |32146 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80516 |1317 |32145 |5 |1 |2774A4|0 |2 |0 |
-ROW |80517 |1318 |32151 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80518 |1318 |32150 |5 |1 |2774A4|0 |2 |0 |
-ROW |80519 |1318 |32153 |5 |2 |F63100|0 |2 |0 |
-ROW |80520 |1318 |32152 |5 |3 |A54F10|0 |2 |0 |
-ROW |80521 |1319 |32157 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80522 |1319 |32155 |5 |1 |2774A4|0 |2 |0 |
-ROW |80523 |1319 |32156 |5 |2 |F63100|0 |2 |0 |
-ROW |80524 |1520 |34128 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80525 |1520 |34127 |0 |1 |2774A4|0 |2 |0 |
-ROW |80526 |1520 |34130 |0 |2 |F63100|0 |2 |0 |
-ROW |80527 |1520 |34131 |0 |3 |A54F10|0 |2 |0 |
-ROW |80528 |1520 |34132 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80529 |1521 |34134 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80530 |1521 |34149 |0 |1 |2774A4|0 |2 |0 |
-ROW |80531 |1521 |34153 |0 |2 |F63100|0 |2 |0 |
-ROW |80532 |1521 |34152 |0 |3 |A54F10|0 |2 |0 |
-ROW |80533 |1521 |34150 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80534 |1521 |34148 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80535 |1522 |34167 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80536 |1522 |34166 |0 |1 |2774A4|0 |2 |0 |
-ROW |80537 |1523 |34164 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80538 |1523 |34165 |0 |1 |2774A4|0 |2 |0 |
-ROW |80539 |1524 |34108 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80540 |1524 |34109 |0 |1 |2774A4|0 |2 |0 |
-ROW |80541 |1524 |34110 |0 |2 |F63100|0 |2 |0 |
-ROW |80542 |1524 |34111 |0 |3 |A54F10|0 |2 |0 |
-ROW |80543 |1524 |34113 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80544 |1524 |34107 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80545 |1524 |34114 |0 |6 |AC8C14|0 |2 |0 |
-ROW |80546 |1524 |34116 |0 |7 |611F27|0 |2 |0 |
-ROW |80547 |1524 |34122 |0 |8 |F230E0|0 |2 |0 |
-ROW |80548 |1881 |23357 |0 |0 |DD0000|0 |2 |0 |
-ROW |80549 |1881 |23341 |0 |1 |00DDDD|0 |2 |0 |
-ROW |80550 |1881 |23342 |0 |2 |3333FF|0 |2 |0 |
-ROW |80551 |1881 |28251 |0 |3 |00FF00|0 |2 |0 |
-ROW |80552 |1882 |23345 |0 |0 |990099|0 |2 |0 |
-ROW |80553 |1882 |23348 |0 |1 |990000|0 |2 |0 |
-ROW |80554 |1882 |23355 |0 |2 |0000EE|0 |2 |0 |
-ROW |80555 |1882 |23352 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80556 |1882 |23356 |0 |4 |007700|0 |2 |0 |
-ROW |80557 |1882 |23354 |0 |5 |003300|0 |2 |0 |
-ROW |80558 |1882 |23346 |0 |6 |33FFFF|0 |2 |0 |
-ROW |80559 |1882 |23349 |0 |7 |DD0000|0 |2 |0 |
-ROW |80560 |1882 |23344 |0 |8 |000099|0 |2 |0 |
-ROW |80561 |1882 |28250 |0 |9 |00FF00|0 |2 |0 |
-ROW |80562 |1883 |23353 |0 |0 |FFAA00|0 |2 |0 |
-ROW |80563 |1883 |23347 |0 |1 |990099|0 |2 |0 |
-ROW |80564 |1883 |23350 |0 |2 |EE0000|0 |2 |0 |
-ROW |80565 |1883 |23343 |0 |3 |FF66FF|0 |2 |0 |
-ROW |80566 |1883 |23351 |0 |4 |0000EE|0 |2 |0 |
-ROW |80567 |1883 |23360 |0 |5 |00EE00|0 |2 |0 |
-ROW |80568 |1883 |25369 |0 |6 |009999|0 |2 |0 |
-ROW |80569 |1883 |25368 |0 |7 |BBBB00|0 |2 |0 |
-ROW |80570 |1883 |28618 |0 |8 |990000|0 |2 |0 |
-ROW |80571 |1883 |28619 |0 |9 |008800|0 |2 |0 |
-ROW |80572 |1884 |28617 |0 |0 |008800|0 |2 |0 |
-ROW |80573 |1885 |23340 |5 |0 |00C800|0 |2 |0 |
-ROW |80574 |1885 |23358 |0 |1 |C80000|0 |2 |0 |
-ROW |80575 |1886 |36910 |0 |0 |DD0000|0 |2 |0 |
-ROW |80576 |1886 |36896 |0 |1 |00DDDD|0 |2 |0 |
-ROW |80577 |1886 |36901 |0 |2 |3333FF|0 |2 |0 |
-ROW |80578 |1886 |36900 |0 |3 |00FF00|0 |2 |0 |
-ROW |80579 |1887 |36922 |0 |0 |990099|0 |2 |0 |
-ROW |80580 |1887 |36924 |0 |1 |990000|0 |2 |0 |
-ROW |80581 |1887 |36921 |0 |2 |0000EE|0 |2 |0 |
-ROW |80582 |1887 |36915 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80583 |1887 |36920 |0 |4 |007700|0 |2 |0 |
-ROW |80584 |1887 |36919 |0 |5 |003300|0 |2 |0 |
-ROW |80585 |1887 |36930 |0 |6 |33FFFF|0 |2 |0 |
-ROW |80586 |1887 |36923 |0 |7 |DD0000|0 |2 |0 |
-ROW |80587 |1887 |36928 |0 |8 |000099|0 |2 |0 |
-ROW |80588 |1887 |36904 |0 |9 |00FF00|0 |2 |0 |
-ROW |80589 |1888 |36918 |0 |0 |FFAA00|0 |2 |0 |
-ROW |80590 |1888 |36912 |0 |1 |990099|0 |2 |0 |
-ROW |80591 |1888 |36917 |0 |2 |EE0000|0 |2 |0 |
-ROW |80592 |1888 |36927 |0 |3 |FF66FF|0 |2 |0 |
-ROW |80593 |1888 |36916 |0 |4 |0000EE|0 |2 |0 |
-ROW |80594 |1888 |36914 |0 |5 |00EE00|0 |2 |0 |
-ROW |80595 |1888 |36929 |0 |6 |009999|0 |2 |0 |
-ROW |80596 |1888 |36913 |0 |7 |BBBB00|0 |2 |0 |
-ROW |80597 |1888 |36925 |0 |8 |990000|0 |2 |0 |
-ROW |80598 |1888 |36926 |0 |9 |008800|0 |2 |0 |
-ROW |80599 |1889 |36911 |0 |0 |008800|0 |2 |0 |
-ROW |80600 |1890 |36903 |5 |0 |00C800|0 |2 |0 |
-ROW |80601 |1890 |36894 |0 |1 |C80000|0 |2 |0 |
-ROW |80602 |1525 |22404 |0 |0 |990099|0 |2 |0 |
-ROW |80603 |1525 |22399 |0 |1 |990000|0 |2 |0 |
-ROW |80604 |1525 |22416 |0 |2 |0000EE|0 |2 |0 |
-ROW |80605 |1525 |25366 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80606 |1525 |22418 |0 |4 |009600|0 |2 |0 |
-ROW |80607 |1525 |22402 |0 |5 |003300|0 |2 |0 |
-ROW |80608 |1525 |22400 |0 |6 |33FFFF|0 |2 |0 |
-ROW |80609 |1525 |22689 |0 |7 |DD0000|0 |2 |0 |
-ROW |80610 |1525 |23171 |0 |8 |000099|0 |2 |0 |
-ROW |80611 |1525 |22401 |0 |9 |00FF00|0 |2 |0 |
-ROW |80612 |1526 |23269 |0 |0 |990099|0 |2 |0 |
-ROW |80613 |1526 |23264 |0 |1 |990000|0 |2 |0 |
-ROW |80614 |1526 |23261 |0 |2 |0000EE|0 |2 |0 |
-ROW |80615 |1526 |25367 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80616 |1526 |23260 |0 |4 |009600|0 |2 |0 |
-ROW |80617 |1526 |23259 |0 |5 |003300|0 |2 |0 |
-ROW |80618 |1526 |23270 |0 |6 |33FFFF|0 |2 |0 |
-ROW |80619 |1526 |23262 |0 |7 |DD0000|0 |2 |0 |
-ROW |80620 |1526 |23267 |0 |8 |000099|0 |2 |0 |
-ROW |80621 |1526 |23328 |0 |9 |00FF00|0 |2 |0 |
-ROW |80622 |1527 |22406 |0 |0 |00EE00|0 |2 |0 |
-ROW |80623 |1527 |25665 |0 |1 |0000EE|0 |2 |0 |
-ROW |80624 |1527 |25666 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80625 |1527 |28537 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80626 |1527 |28535 |0 |4 |990099|0 |2 |0 |
-ROW |80627 |1528 |23257 |0 |0 |00EE00|0 |2 |0 |
-ROW |80628 |1528 |25667 |0 |1 |0000EE|0 |2 |0 |
-ROW |80629 |1528 |25668 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80630 |1528 |28538 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80631 |1528 |28536 |0 |4 |990099|0 |2 |0 |
-ROW |80632 |1529 |22426 |0 |0 |00EE00|0 |2 |0 |
-ROW |80633 |1529 |22408 |0 |1 |FFAA00|0 |2 |0 |
-ROW |80634 |1529 |22412 |0 |2 |990099|0 |2 |0 |
-ROW |80635 |1529 |22414 |0 |3 |FF66FF|0 |2 |0 |
-ROW |80636 |1529 |23663 |0 |4 |009999|0 |2 |0 |
-ROW |80637 |1529 |22430 |0 |5 |8048B4|0 |2 |0 |
-ROW |80638 |1529 |22420 |0 |6 |FD5434|0 |2 |0 |
-ROW |80639 |1530 |23268 |0 |0 |00EE00|0 |2 |0 |
-ROW |80640 |1530 |23258 |0 |1 |FFAA00|0 |2 |0 |
-ROW |80641 |1530 |23253 |0 |2 |990099|0 |2 |0 |
-ROW |80642 |1530 |23266 |0 |3 |FF66FF|0 |2 |0 |
-ROW |80643 |1530 |23664 |0 |4 |009999|0 |2 |0 |
-ROW |80644 |1530 |23255 |0 |5 |8048B4|0 |2 |0 |
-ROW |80645 |1530 |23265 |0 |6 |FD5434|0 |2 |0 |
-ROW |80646 |1531 |22422 |0 |0 |00EE00|0 |2 |0 |
-ROW |80647 |1531 |22424 |0 |1 |0000EE|0 |2 |0 |
-ROW |80648 |1531 |25370 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80649 |1531 |29822 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80650 |1532 |23256 |0 |0 |00EE00|0 |2 |0 |
-ROW |80651 |1532 |23252 |0 |1 |0000EE|0 |2 |0 |
-ROW |80652 |1532 |25371 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80653 |1532 |29823 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80654 |1535 |22199 |0 |0 |C80000|0 |2 |0 |
-ROW |80655 |1535 |22196 |0 |1 |00C800|0 |2 |0 |
-ROW |80656 |1536 |23628 |0 |0 |C80000|0 |2 |0 |
-ROW |80657 |1536 |23625 |0 |1 |00C800|0 |2 |0 |
-ROW |80658 |1537 |22185 |0 |0 |009900|0 |2 |0 |
-ROW |80659 |1537 |22189 |0 |1 |DD0000|0 |2 |0 |
-ROW |80660 |1537 |22396 |0 |2 |00DDDD|0 |2 |0 |
-ROW |80661 |1537 |22183 |0 |3 |3333FF|0 |2 |0 |
-ROW |80662 |1537 |22191 |0 |4 |999900|0 |2 |0 |
-ROW |80663 |1537 |23634 |0 |5 |00FF00|0 |2 |0 |
-ROW |80664 |1538 |23276 |0 |0 |009900|0 |2 |0 |
-ROW |80665 |1538 |23273 |0 |1 |DD0000|0 |2 |0 |
-ROW |80666 |1538 |23275 |0 |2 |00DDDD|0 |2 |0 |
-ROW |80667 |1538 |23274 |0 |3 |3333FF|0 |2 |0 |
-ROW |80668 |1538 |23620 |0 |4 |999900|0 |2 |0 |
-ROW |80669 |1538 |23635 |0 |5 |00FF00|0 |2 |0 |
-ROW |80670 |1539 |22404 |0 |0 |990099|0 |2 |0 |
-ROW |80671 |1539 |22399 |0 |1 |990000|0 |2 |0 |
-ROW |80672 |1539 |22416 |0 |2 |0000EE|0 |2 |0 |
-ROW |80673 |1539 |22430 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80674 |1539 |22418 |0 |4 |009600|0 |2 |0 |
-ROW |80675 |1539 |22402 |0 |5 |003300|0 |2 |0 |
-ROW |80676 |1539 |22420 |0 |6 |CCCC00|0 |2 |0 |
-ROW |80677 |1539 |22400 |0 |7 |33FFFF|0 |2 |0 |
-ROW |80678 |1539 |22689 |0 |8 |DD0000|0 |2 |0 |
-ROW |80679 |1539 |23171 |0 |9 |000099|0 |2 |0 |
-ROW |80680 |1539 |22401 |0 |10 |00FF00|0 |2 |0 |
-ROW |80681 |1540 |23269 |0 |0 |990099|0 |2 |0 |
-ROW |80682 |1540 |23264 |0 |1 |990000|0 |2 |0 |
-ROW |80683 |1540 |23261 |0 |2 |0000EE|0 |2 |0 |
-ROW |80684 |1540 |23255 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80685 |1540 |23260 |0 |4 |009600|0 |2 |0 |
-ROW |80686 |1540 |23259 |0 |5 |003300|0 |2 |0 |
-ROW |80687 |1540 |23265 |0 |6 |CCCC00|0 |2 |0 |
-ROW |80688 |1540 |23270 |0 |7 |33FFFF|0 |2 |0 |
-ROW |80689 |1540 |23262 |0 |8 |DD0000|0 |2 |0 |
-ROW |80690 |1540 |23267 |0 |9 |000099|0 |2 |0 |
-ROW |80691 |1540 |23328 |0 |10 |00FF00|0 |2 |0 |
-ROW |80692 |1541 |22426 |0 |0 |00EE00|0 |2 |0 |
-ROW |80693 |1541 |22422 |0 |1 |0000EE|0 |2 |0 |
-ROW |80694 |1541 |22408 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80695 |1541 |22424 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80696 |1541 |22412 |0 |4 |990099|0 |2 |0 |
-ROW |80697 |1541 |22406 |0 |5 |EE0000|0 |2 |0 |
-ROW |80698 |1541 |22414 |0 |6 |FF66FF|0 |2 |0 |
-ROW |80699 |1541 |23663 |0 |7 |009999|0 |2 |0 |
-ROW |80700 |1541 |25366 |0 |8 |BBBB00|0 |2 |0 |
-ROW |80701 |1541 |25370 |0 |9 |AA0000|0 |2 |0 |
-ROW |80702 |1541 |25665 |0 |10 |990000|0 |2 |0 |
-ROW |80703 |1541 |25666 |0 |11 |008800|0 |2 |0 |
-ROW |80704 |1541 |28535 |0 |12 |80B0E0|0 |2 |0 |
-ROW |80705 |1541 |28537 |0 |13 |4080B0|0 |2 |0 |
-ROW |80706 |1541 |29822 |0 |14 |8000FF|0 |2 |0 |
-ROW |80707 |1542 |23268 |0 |0 |00EE00|0 |2 |0 |
-ROW |80708 |1542 |23256 |0 |1 |0000EE|0 |2 |0 |
-ROW |80709 |1542 |23258 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80710 |1542 |23252 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80711 |1542 |23253 |0 |4 |990099|0 |2 |0 |
-ROW |80712 |1542 |23257 |0 |5 |EE0000|0 |2 |0 |
-ROW |80713 |1542 |23266 |0 |6 |FF66FF|0 |2 |0 |
-ROW |80714 |1542 |23664 |0 |7 |009999|0 |2 |0 |
-ROW |80715 |1542 |25367 |0 |8 |BBBB00|0 |2 |0 |
-ROW |80716 |1542 |25371 |0 |9 |AA0000|0 |2 |0 |
-ROW |80717 |1542 |25667 |0 |10 |990000|0 |2 |0 |
-ROW |80718 |1542 |25668 |0 |11 |008800|0 |2 |0 |
-ROW |80719 |1542 |28536 |0 |12 |80B0E0|0 |2 |0 |
-ROW |80720 |1542 |28538 |0 |13 |4080B0|0 |2 |0 |
-ROW |80721 |1542 |29823 |0 |14 |8000FF|0 |2 |0 |
-ROW |80722 |1543 |28248 |0 |0 |008800|0 |2 |0 |
-ROW |80723 |1543 |28533 |0 |1 |EE0000|0 |2 |0 |
-ROW |80724 |1544 |28249 |0 |0 |008800|0 |2 |0 |
-ROW |80725 |1544 |28534 |0 |1 |EE0000|0 |2 |0 |
-ROW |80726 |1545 |22187 |5 |0 |00C800|0 |2 |0 |
-ROW |80727 |1545 |23251 |0 |1 |F63100|0 |2 |0 |
-ROW |80728 |1546 |23277 |5 |0 |00C800|0 |2 |0 |
-ROW |80729 |1546 |23272 |0 |1 |F63100|0 |2 |0 |
-ROW |80730 |1547 |28581 |0 |0 |990099|0 |2 |0 |
-ROW |80731 |1547 |28574 |0 |1 |990000|0 |2 |0 |
-ROW |80732 |1547 |28571 |0 |2 |0000EE|0 |2 |0 |
-ROW |80733 |1547 |28562 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80734 |1547 |28570 |0 |4 |009600|0 |2 |0 |
-ROW |80735 |1547 |28569 |0 |5 |003300|0 |2 |0 |
-ROW |80736 |1547 |28552 |0 |6 |33FFFF|0 |2 |0 |
-ROW |80737 |1547 |28573 |0 |7 |DD0000|0 |2 |0 |
-ROW |80738 |1547 |28579 |0 |8 |000099|0 |2 |0 |
-ROW |80739 |1547 |28559 |0 |9 |00FF00|0 |2 |0 |
-ROW |80740 |1548 |28567 |0 |0 |00EE00|0 |2 |0 |
-ROW |80741 |1548 |28575 |0 |1 |0000EE|0 |2 |0 |
-ROW |80742 |1548 |28576 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80743 |1548 |28583 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80744 |1548 |28582 |0 |4 |990099|0 |2 |0 |
-ROW |80745 |1549 |28572 |0 |0 |00EE00|0 |2 |0 |
-ROW |80746 |1549 |28568 |0 |1 |FFAA00|0 |2 |0 |
-ROW |80747 |1549 |28564 |0 |2 |990099|0 |2 |0 |
-ROW |80748 |1549 |28578 |0 |3 |FF66FF|0 |2 |0 |
-ROW |80749 |1549 |28580 |0 |4 |009999|0 |2 |0 |
-ROW |80750 |1549 |28565 |0 |5 |8048B4|0 |2 |0 |
-ROW |80751 |1549 |28577 |0 |6 |FD5434|0 |2 |0 |
-ROW |80752 |1550 |28566 |0 |0 |00EE00|0 |2 |0 |
-ROW |80753 |1550 |28561 |0 |1 |0000EE|0 |2 |0 |
-ROW |80754 |1550 |28563 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80755 |1550 |29821 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80756 |1552 |28546 |0 |0 |C80000|0 |2 |0 |
-ROW |80757 |1552 |28545 |0 |1 |00C800|0 |2 |0 |
-ROW |80758 |1553 |28551 |0 |0 |009900|0 |2 |0 |
-ROW |80759 |1553 |28543 |0 |1 |DD0000|0 |2 |0 |
-ROW |80760 |1553 |28542 |0 |2 |00DDDD|0 |2 |0 |
-ROW |80761 |1553 |28549 |0 |3 |3333FF|0 |2 |0 |
-ROW |80762 |1553 |28544 |0 |4 |999900|0 |2 |0 |
-ROW |80763 |1553 |28548 |0 |5 |00FF00|0 |2 |0 |
-ROW |80764 |1554 |28581 |0 |0 |990099|0 |2 |0 |
-ROW |80765 |1554 |28574 |0 |1 |990000|0 |2 |0 |
-ROW |80766 |1554 |28571 |0 |2 |0000EE|0 |2 |0 |
-ROW |80767 |1554 |28565 |0 |3 |FF33FF|0 |2 |0 |
-ROW |80768 |1554 |28570 |0 |4 |009600|0 |2 |0 |
-ROW |80769 |1554 |28569 |0 |5 |003300|0 |2 |0 |
-ROW |80770 |1554 |28577 |0 |6 |CCCC00|0 |2 |0 |
-ROW |80771 |1554 |28552 |0 |7 |33FFFF|0 |2 |0 |
-ROW |80772 |1554 |28573 |0 |8 |DD0000|0 |2 |0 |
-ROW |80773 |1554 |28579 |0 |9 |000099|0 |2 |0 |
-ROW |80774 |1554 |28559 |0 |10 |00FF00|0 |2 |0 |
-ROW |80775 |1555 |28572 |0 |0 |00EE00|0 |2 |0 |
-ROW |80776 |1555 |28566 |0 |1 |0000EE|0 |2 |0 |
-ROW |80777 |1555 |28568 |0 |2 |FFAA00|0 |2 |0 |
-ROW |80778 |1555 |28561 |0 |3 |00EEEE|0 |2 |0 |
-ROW |80779 |1555 |28564 |0 |4 |990099|0 |2 |0 |
-ROW |80780 |1555 |28567 |0 |5 |EE0000|0 |2 |0 |
-ROW |80781 |1555 |28578 |0 |6 |FF66FF|0 |2 |0 |
-ROW |80782 |1555 |28580 |0 |7 |009999|0 |2 |0 |
-ROW |80783 |1555 |28562 |0 |8 |BBBB00|0 |2 |0 |
-ROW |80784 |1555 |28563 |0 |9 |AA0000|0 |2 |0 |
-ROW |80785 |1555 |28575 |0 |10 |990000|0 |2 |0 |
-ROW |80786 |1555 |28576 |0 |11 |008800|0 |2 |0 |
-ROW |80787 |1555 |28582 |0 |12 |80B0E0|0 |2 |0 |
-ROW |80788 |1555 |28583 |0 |13 |4080B0|0 |2 |0 |
-ROW |80789 |1555 |29821 |0 |14 |8000FF|0 |2 |0 |
-ROW |80790 |1556 |28560 |0 |0 |008800|0 |2 |0 |
-ROW |80791 |1556 |28584 |0 |1 |EE0000|0 |2 |0 |
-ROW |80792 |1557 |28550 |5 |0 |00C800|0 |2 |0 |
-ROW |80793 |1557 |28540 |0 |1 |F63100|0 |2 |0 |
-ROW |80794 |1320 |32196 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80795 |1320 |32197 |0 |1 |2774A4|0 |2 |0 |
-ROW |80796 |1320 |32195 |2 |2 |F63100|0 |2 |0 |
-ROW |80797 |1321 |32200 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80798 |1321 |32199 |0 |1 |2774A4|0 |2 |0 |
-ROW |80799 |1322 |32175 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80800 |1322 |32165 |0 |1 |2774A4|0 |2 |0 |
-ROW |80801 |1323 |32162 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80802 |1323 |32163 |0 |1 |2774A4|0 |2 |0 |
-ROW |80803 |1323 |32190 |2 |2 |F63100|0 |2 |0 |
-ROW |80804 |1324 |32192 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80805 |1324 |32179 |0 |1 |2774A4|0 |2 |0 |
-ROW |80806 |1325 |32168 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80807 |1325 |32166 |0 |1 |2774A4|0 |2 |0 |
-ROW |80808 |472 |22945 |5 |0 |00AA00|0 |2 |0 |
-ROW |80809 |472 |22946 |5 |1 |3333FF|0 |2 |0 |
-ROW |80810 |473 |22950 |0 |0 |C80000|0 |2 |2 |
-ROW |80811 |473 |22948 |0 |1 |00C800|0 |2 |0 |
-ROW |80812 |471 |22924 |0 |0 |009900|0 |2 |0 |
-ROW |80813 |471 |22920 |0 |1 |000099|0 |2 |0 |
-ROW |80814 |469 |22922 |0 |0 |009900|0 |2 |0 |
-ROW |80815 |469 |22923 |0 |1 |000099|0 |2 |0 |
-ROW |80816 |469 |22921 |0 |2 |990000|0 |2 |0 |
-ROW |80817 |498 |23109 |0 |0 |009999|0 |2 |0 |
-ROW |80818 |498 |23112 |0 |1 |990099|0 |2 |0 |
-ROW |80819 |498 |23115 |0 |2 |999900|0 |2 |0 |
-ROW |80820 |498 |23113 |0 |3 |990000|0 |2 |0 |
-ROW |80821 |498 |23114 |0 |4 |000099|0 |2 |0 |
-ROW |80822 |498 |23110 |0 |5 |009900|0 |2 |0 |
-ROW |80823 |540 |22942 |5 |0 |00C800|0 |2 |0 |
-ROW |80824 |492 |23073 |5 |0 |00AA00|0 |2 |0 |
-ROW |80825 |492 |23074 |5 |1 |3333FF|0 |2 |0 |
-ROW |80826 |467 |22910 |0 |0 |C80000|0 |2 |2 |
-ROW |80827 |467 |22908 |0 |1 |00C800|0 |2 |0 |
-ROW |80828 |465 |22884 |0 |0 |009900|0 |2 |0 |
-ROW |80829 |465 |22880 |0 |1 |000099|0 |2 |0 |
-ROW |80830 |463 |22882 |0 |0 |009900|0 |2 |0 |
-ROW |80831 |463 |22883 |0 |1 |000099|0 |2 |0 |
-ROW |80832 |463 |22881 |0 |2 |990000|0 |2 |0 |
-ROW |80833 |462 |22886 |1 |0 |009999|0 |2 |0 |
-ROW |80834 |462 |22888 |1 |1 |990099|0 |2 |0 |
-ROW |80835 |462 |22891 |1 |2 |990000|0 |2 |0 |
-ROW |80836 |462 |22892 |1 |3 |000099|0 |2 |0 |
-ROW |80837 |462 |22885 |1 |4 |009900|0 |2 |0 |
-ROW |80838 |541 |22902 |5 |0 |00C800|0 |2 |0 |
-ROW |80839 |464 |22897 |0 |0 |AA0000|0 |2 |2 |
-ROW |80840 |464 |22895 |0 |1 |00AA00|0 |2 |0 |
-ROW |80841 |478 |22985 |5 |0 |00AA00|0 |2 |0 |
-ROW |80842 |478 |22986 |5 |1 |3333FF|0 |2 |0 |
-ROW |80843 |479 |22990 |0 |0 |C80000|0 |2 |2 |
-ROW |80844 |479 |22988 |0 |1 |00C800|0 |2 |0 |
-ROW |80845 |475 |22962 |0 |0 |009900|0 |2 |0 |
-ROW |80846 |475 |22963 |0 |1 |000099|0 |2 |0 |
-ROW |80847 |475 |22961 |0 |2 |990000|0 |2 |0 |
-ROW |80848 |474 |22968 |1 |0 |990099|0 |2 |0 |
-ROW |80849 |474 |22971 |1 |1 |990000|0 |2 |0 |
-ROW |80850 |474 |22972 |1 |2 |000099|0 |2 |0 |
-ROW |80851 |474 |22965 |1 |3 |009900|0 |2 |0 |
-ROW |80852 |542 |22982 |5 |0 |00C800|0 |2 |0 |
-ROW |80853 |491 |23070 |0 |0 |C80000|0 |2 |2 |
-ROW |80854 |491 |23068 |0 |1 |00C800|0 |2 |0 |
-ROW |80855 |487 |23042 |0 |0 |009900|0 |2 |0 |
-ROW |80856 |487 |23043 |0 |1 |000099|0 |2 |0 |
-ROW |80857 |487 |23041 |0 |2 |990000|0 |2 |0 |
-ROW |80858 |543 |23062 |5 |0 |00C800|0 |2 |0 |
-ROW |80859 |494 |23077 |5 |0 |00AA00|0 |2 |0 |
-ROW |80860 |494 |23078 |5 |1 |3333FF|0 |2 |0 |
-ROW |80861 |493 |23075 |5 |0 |00AA00|0 |2 |0 |
-ROW |80862 |493 |23076 |5 |1 |3333FF|0 |2 |0 |
-ROW |80863 |461 |22870 |0 |0 |C80000|0 |2 |2 |
-ROW |80864 |461 |22868 |0 |1 |00C800|0 |2 |0 |
-ROW |80865 |459 |22844 |0 |0 |009900|0 |2 |0 |
-ROW |80866 |459 |22840 |0 |1 |000099|0 |2 |0 |
-ROW |80867 |457 |22842 |0 |0 |009900|0 |2 |0 |
-ROW |80868 |457 |22843 |0 |1 |000099|0 |2 |0 |
-ROW |80869 |457 |22841 |0 |2 |990000|0 |2 |0 |
-ROW |80870 |456 |22846 |1 |0 |009999|0 |2 |0 |
-ROW |80871 |456 |22848 |1 |1 |990099|0 |2 |0 |
-ROW |80872 |456 |22851 |1 |2 |990000|0 |2 |0 |
-ROW |80873 |456 |22852 |1 |3 |000099|0 |2 |0 |
-ROW |80874 |456 |22845 |1 |4 |009900|0 |2 |0 |
-ROW |80875 |544 |22862 |5 |0 |00C800|0 |2 |0 |
-ROW |80876 |458 |22857 |0 |0 |AA0000|0 |2 |2 |
-ROW |80877 |458 |22855 |0 |1 |00AA00|0 |2 |0 |
-ROW |80878 |484 |23025 |5 |0 |00AA00|0 |2 |0 |
-ROW |80879 |484 |23026 |5 |1 |3333FF|0 |2 |0 |
-ROW |80880 |485 |23030 |0 |0 |C80000|0 |2 |2 |
-ROW |80881 |485 |23028 |0 |1 |00C800|0 |2 |0 |
-ROW |80882 |483 |23004 |0 |0 |009900|0 |2 |0 |
-ROW |80883 |483 |23000 |0 |1 |000099|0 |2 |0 |
-ROW |80884 |481 |23002 |0 |0 |009900|0 |2 |0 |
-ROW |80885 |481 |23003 |0 |1 |000099|0 |2 |0 |
-ROW |80886 |481 |23001 |0 |2 |990000|0 |2 |0 |
-ROW |80887 |480 |23007 |1 |0 |999900|0 |2 |0 |
-ROW |80888 |480 |23011 |1 |1 |990000|0 |2 |0 |
-ROW |80889 |480 |23012 |1 |2 |000099|0 |2 |0 |
-ROW |80890 |480 |23005 |1 |3 |009900|0 |2 |0 |
-ROW |80891 |545 |23022 |5 |0 |00C800|0 |2 |0 |
-ROW |80892 |482 |23017 |0 |0 |AA0000|0 |2 |2 |
-ROW |80893 |482 |23015 |0 |1 |00AA00|0 |2 |0 |
-ROW |80894 |651 |26928 |5 |0 |EE0000|0 |2 |0 |
-ROW |80895 |651 |26927 |0 |1 |000000|1 |2 |0 |
-ROW |80896 |652 |26925 |2 |0 |880000|0 |2 |0 |
-ROW |80897 |652 |26932 |0 |1 |009900|0 |2 |0 |
-ROW |80898 |652 |26930 |0 |2 |00CCCC|0 |2 |0 |
-ROW |80899 |652 |26931 |0 |3 |000000|0 |2 |0 |
-ROW |80900 |652 |26929 |0 |4 |3333FF|0 |2 |0 |
-ROW |80901 |652 |26926 |0 |5 |777700|0 |2 |0 |
-ROW |80902 |653 |26933 |2 |0 |EE0000|0 |2 |0 |
-ROW |80903 |653 |26943 |2 |1 |EE00EE|0 |2 |0 |
-ROW |80904 |653 |26935 |0 |2 |000000|1 |2 |0 |
-ROW |80905 |653 |26936 |4 |3 |000000|1 |2 |0 |
-ROW |80906 |654 |26934 |2 |0 |880000|0 |2 |0 |
-ROW |80907 |654 |26939 |0 |1 |009900|0 |2 |0 |
-ROW |80908 |654 |26942 |0 |2 |00CCCC|0 |2 |0 |
-ROW |80909 |654 |26938 |0 |3 |000000|0 |2 |0 |
-ROW |80910 |654 |26937 |0 |4 |3333FF|0 |2 |0 |
-ROW |80911 |1326 |32292 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80912 |1326 |32291 |0 |1 |2774A4|0 |2 |0 |
-ROW |80913 |1326 |32278 |0 |2 |F63100|0 |2 |0 |
-ROW |80914 |1326 |32277 |0 |3 |A54F10|0 |2 |0 |
-ROW |80915 |1327 |32304 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80916 |1327 |32289 |0 |1 |2774A4|0 |2 |0 |
-ROW |80917 |1328 |32259 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80918 |1328 |32260 |2 |1 |2774A4|0 |2 |0 |
-ROW |80919 |1329 |32268 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80920 |1329 |32264 |2 |1 |2774A4|0 |2 |0 |
-ROW |80921 |1330 |32261 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80922 |1330 |32265 |2 |1 |2774A4|0 |2 |0 |
-ROW |80923 |1330 |32262 |0 |2 |F63100|0 |2 |0 |
-ROW |80924 |1330 |32263 |0 |3 |A54F10|0 |2 |0 |
-ROW |80925 |1330 |32266 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80926 |1330 |32267 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80927 |1331 |32272 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80928 |1331 |32271 |2 |1 |2774A4|0 |2 |0 |
-ROW |80929 |1332 |32256 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80930 |1332 |32242 |2 |1 |2774A4|0 |2 |0 |
-ROW |80931 |1333 |32273 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80932 |1333 |32238 |0 |1 |2774A4|0 |2 |0 |
-ROW |80933 |1334 |32245 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80934 |1334 |32250 |2 |1 |2774A4|0 |2 |0 |
-ROW |80935 |1334 |32246 |0 |2 |F63100|0 |2 |0 |
-ROW |80936 |1334 |32247 |0 |3 |A54F10|0 |2 |0 |
-ROW |80937 |1334 |32251 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80938 |1334 |32252 |0 |5 |6C59DC|0 |2 |0 |
-ROW |80939 |1159 |30886 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80940 |1159 |30887 |0 |1 |2774A4|0 |2 |0 |
-ROW |80941 |1160 |30888 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80942 |1160 |30882 |0 |1 |2774A4|0 |2 |0 |
-ROW |80943 |1160 |30890 |0 |2 |F63100|0 |2 |0 |
-ROW |80944 |1160 |30881 |0 |3 |A54F10|0 |2 |0 |
-ROW |80945 |1160 |30889 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80946 |1161 |30847 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80947 |1161 |30872 |2 |1 |2774A4|0 |2 |0 |
-ROW |80948 |1162 |30853 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80949 |1162 |30849 |2 |1 |2774A4|0 |2 |0 |
-ROW |80950 |1162 |30852 |2 |2 |F63100|0 |2 |0 |
-ROW |80951 |1162 |30851 |2 |3 |A54F10|0 |2 |0 |
-ROW |80952 |1162 |30848 |2 |4 |FC6EA3|0 |2 |0 |
-ROW |80953 |1163 |30856 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80954 |1163 |30855 |0 |1 |2774A4|0 |2 |0 |
-ROW |80955 |1163 |30854 |2 |2 |F63100|1 |2 |0 |
-ROW |80956 |1164 |30859 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80957 |1164 |30870 |2 |1 |2774A4|0 |2 |0 |
-ROW |80958 |1165 |30860 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80959 |1165 |30871 |2 |1 |2774A4|0 |2 |0 |
-ROW |80960 |1166 |30868 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80961 |1166 |30869 |0 |1 |2774A4|0 |2 |0 |
-ROW |80962 |1166 |30867 |0 |2 |F63100|0 |2 |0 |
-ROW |80963 |1166 |30866 |0 |3 |A54F10|0 |2 |0 |
-ROW |80964 |1166 |30865 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |80965 |1167 |30850 |5 |0 |1A7C11|0 |2 |0 |
-ROW |80966 |1167 |30863 |5 |1 |2774A4|0 |2 |0 |
-ROW |80967 |1167 |30861 |5 |2 |F63100|0 |2 |0 |
-ROW |80968 |1168 |30833 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80969 |1168 |30841 |2 |1 |2774A4|0 |2 |0 |
-ROW |80970 |1168 |30857 |2 |2 |F63100|0 |2 |0 |
-ROW |80971 |1169 |30834 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80972 |1169 |30831 |2 |1 |2774A4|0 |2 |0 |
-ROW |80973 |1170 |30846 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80974 |1488 |36931 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80975 |1488 |36932 |0 |1 |2774A4|0 |2 |0 |
-ROW |80976 |1488 |36933 |0 |2 |F63100|0 |2 |0 |
-ROW |80977 |1488 |30873 |2 |3 |A54F10|1 |2 |0 |
-ROW |80978 |1677 |35580 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80979 |1677 |35583 |0 |1 |2774A4|0 |2 |0 |
-ROW |80980 |1677 |35581 |0 |2 |F63100|0 |2 |0 |
-ROW |80981 |1677 |35582 |0 |3 |A54F10|0 |2 |0 |
-ROW |80982 |1678 |35589 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80983 |1678 |35588 |0 |1 |2774A4|0 |2 |0 |
-ROW |80984 |1678 |35587 |0 |2 |F63100|0 |2 |0 |
-ROW |80985 |1679 |35592 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80986 |1679 |35601 |0 |1 |2774A4|0 |2 |0 |
-ROW |80987 |1891 |35596 |2 |0 |1A7C11|0 |2 |0 |
-ROW |80988 |1891 |35597 |0 |1 |2774A4|0 |2 |0 |
-ROW |80989 |1681 |35602 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80990 |1681 |35607 |0 |1 |2774A4|0 |2 |0 |
-ROW |80991 |1681 |35605 |0 |2 |F63100|0 |2 |0 |
-ROW |80992 |1681 |35603 |0 |3 |A54F10|0 |2 |0 |
-ROW |80993 |1682 |35609 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80994 |1682 |35611 |0 |1 |2774A4|0 |2 |0 |
-ROW |80995 |1682 |35610 |0 |2 |F63100|0 |2 |0 |
-ROW |80996 |1683 |35623 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80997 |1683 |35621 |0 |1 |2774A4|0 |2 |0 |
-ROW |80998 |1684 |35630 |0 |0 |1A7C11|0 |2 |0 |
-ROW |80999 |1684 |35631 |0 |1 |2774A4|0 |2 |0 |
-ROW |81000 |1685 |35633 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81001 |1685 |35635 |0 |1 |2774A4|0 |2 |0 |
-ROW |81002 |1686 |35636 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81003 |1686 |35634 |0 |1 |2774A4|0 |2 |0 |
-ROW |81004 |1687 |35638 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81005 |1687 |35639 |0 |1 |2774A4|0 |2 |0 |
-ROW |81006 |1688 |35637 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81007 |1688 |35640 |0 |1 |2774A4|0 |2 |0 |
-ROW |81008 |1688 |35641 |0 |2 |F63100|0 |2 |0 |
-ROW |81009 |1689 |35643 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81010 |1689 |35644 |0 |1 |2774A4|0 |2 |0 |
-ROW |81011 |1390 |32665 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81012 |1390 |32668 |0 |1 |2774A4|0 |2 |0 |
-ROW |81013 |1390 |32666 |0 |2 |F63100|0 |2 |0 |
-ROW |81014 |1390 |32667 |0 |3 |A54F10|0 |2 |0 |
-ROW |81015 |1391 |32674 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81016 |1391 |32673 |0 |1 |2774A4|0 |2 |0 |
-ROW |81017 |1391 |32672 |0 |2 |F63100|0 |2 |0 |
-ROW |81018 |1392 |32677 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81019 |1392 |32686 |0 |1 |2774A4|0 |2 |0 |
-ROW |81020 |1892 |32681 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81021 |1892 |32682 |0 |1 |2774A4|0 |2 |0 |
-ROW |81022 |1394 |32687 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81023 |1394 |32692 |0 |1 |2774A4|0 |2 |0 |
-ROW |81024 |1394 |32690 |0 |2 |F63100|0 |2 |0 |
-ROW |81025 |1394 |32688 |0 |3 |A54F10|0 |2 |0 |
-ROW |81026 |1395 |32694 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81027 |1395 |32696 |0 |1 |2774A4|0 |2 |0 |
-ROW |81028 |1395 |32695 |0 |2 |F63100|0 |2 |0 |
-ROW |81029 |1396 |32708 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81030 |1396 |32706 |0 |1 |2774A4|0 |2 |0 |
-ROW |81031 |1397 |32715 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81032 |1397 |32716 |0 |1 |2774A4|0 |2 |0 |
-ROW |81033 |1398 |32718 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81034 |1398 |32720 |0 |1 |2774A4|0 |2 |0 |
-ROW |81035 |1399 |32721 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81036 |1399 |32719 |0 |1 |2774A4|0 |2 |0 |
-ROW |81037 |1400 |32723 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81038 |1400 |32724 |0 |1 |2774A4|0 |2 |0 |
-ROW |81039 |1401 |32722 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81040 |1401 |32725 |0 |1 |2774A4|0 |2 |0 |
-ROW |81041 |1401 |32726 |0 |2 |F63100|0 |2 |0 |
-ROW |81042 |1402 |32728 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81043 |1402 |32729 |0 |1 |2774A4|0 |2 |0 |
-ROW |81044 |1439 |33072 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81045 |1439 |33092 |0 |1 |2774A4|0 |2 |0 |
-ROW |81046 |1440 |33073 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81047 |1440 |33069 |0 |1 |2774A4|0 |2 |0 |
-ROW |81048 |1441 |33079 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81049 |1441 |33084 |0 |1 |2774A4|0 |2 |0 |
-ROW |81050 |1441 |33082 |0 |2 |F63100|0 |2 |0 |
-ROW |81051 |1441 |33074 |0 |3 |A54F10|0 |2 |0 |
-ROW |81052 |1441 |33078 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81053 |1441 |33086 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81054 |1441 |33076 |2 |6 |AC8C14|0 |2 |0 |
-ROW |81055 |1442 |33081 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81056 |1442 |33085 |0 |1 |2774A4|0 |2 |0 |
-ROW |81057 |1442 |33083 |0 |2 |F63100|0 |2 |0 |
-ROW |81058 |1442 |33075 |0 |3 |A54F10|0 |2 |0 |
-ROW |81059 |1442 |33068 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81060 |1442 |33087 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81061 |1442 |33077 |2 |6 |AC8C14|0 |2 |0 |
-ROW |81062 |1443 |33093 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81063 |1443 |33098 |0 |1 |2774A4|0 |2 |0 |
-ROW |81064 |1444 |33097 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81065 |1444 |33100 |0 |1 |2774A4|0 |2 |0 |
-ROW |81066 |1444 |33096 |0 |2 |F63100|0 |2 |0 |
-ROW |81067 |1444 |33094 |0 |3 |A54F10|0 |2 |0 |
-ROW |81068 |1445 |33116 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81069 |1446 |33045 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81070 |1446 |33044 |0 |1 |2774A4|0 |2 |0 |
-ROW |81071 |1446 |33046 |0 |2 |F63100|0 |2 |0 |
-ROW |81072 |1447 |33055 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81073 |1447 |33023 |0 |1 |2774A4|0 |2 |0 |
-ROW |81074 |1448 |33053 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81075 |1448 |33052 |0 |1 |2774A4|0 |2 |0 |
-ROW |81076 |1448 |33054 |0 |2 |F63100|0 |2 |0 |
-ROW |81077 |1449 |33051 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81078 |1449 |33059 |0 |1 |2774A4|0 |2 |0 |
-ROW |81079 |1449 |33027 |0 |2 |F63100|0 |2 |0 |
-ROW |81080 |1450 |33022 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81081 |1450 |33040 |0 |1 |2774A4|0 |2 |0 |
-ROW |81082 |1450 |33042 |0 |2 |F63100|0 |2 |0 |
-ROW |81083 |1450 |33043 |0 |3 |A54F10|0 |2 |0 |
-ROW |81084 |1451 |33038 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81085 |1451 |33025 |0 |1 |2774A4|0 |2 |0 |
-ROW |81086 |1451 |33026 |0 |2 |F63100|0 |2 |0 |
-ROW |81087 |1451 |33024 |0 |3 |A54F10|0 |2 |0 |
-ROW |81088 |1452 |33029 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81089 |1452 |33028 |0 |1 |2774A4|0 |2 |0 |
-ROW |81090 |1453 |33035 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81091 |1453 |33034 |0 |1 |2774A4|0 |2 |0 |
-ROW |81092 |1453 |33033 |0 |2 |F63100|0 |2 |0 |
-ROW |81093 |1453 |33036 |0 |3 |A54F10|0 |2 |0 |
-ROW |81094 |1453 |33030 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81095 |1453 |33031 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81096 |1454 |33057 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81097 |1454 |33056 |2 |1 |2774A4|0 |2 |0 |
-ROW |81098 |1454 |33058 |2 |2 |F63100|0 |2 |0 |
-ROW |81099 |1455 |33190 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81100 |1455 |33193 |0 |1 |2774A4|0 |2 |0 |
-ROW |81101 |1455 |33189 |0 |2 |F63100|0 |2 |0 |
-ROW |81102 |1455 |33187 |0 |3 |A54F10|0 |2 |0 |
-ROW |81103 |1456 |33158 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81104 |1456 |33168 |0 |1 |2774A4|0 |2 |0 |
-ROW |81105 |1456 |33169 |0 |2 |F63100|0 |2 |0 |
-ROW |81106 |1456 |33167 |0 |3 |A54F10|0 |2 |0 |
-ROW |81107 |1456 |33171 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81108 |1457 |33165 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81109 |1457 |33166 |0 |1 |2774A4|0 |2 |0 |
-ROW |81110 |1457 |33164 |0 |2 |F63100|0 |2 |0 |
-ROW |81111 |1457 |33163 |2 |3 |A54F10|1 |2 |0 |
-ROW |81112 |1458 |33161 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81113 |1458 |33162 |0 |1 |2774A4|0 |2 |0 |
-ROW |81114 |1458 |33155 |0 |2 |F63100|0 |2 |0 |
-ROW |81115 |1459 |33146 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81116 |1459 |33145 |0 |1 |2774A4|0 |2 |0 |
-ROW |81117 |1460 |33152 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81118 |1460 |33151 |2 |1 |2774A4|0 |2 |0 |
-ROW |81119 |1460 |33148 |2 |2 |F63100|0 |2 |0 |
-ROW |81120 |1460 |33153 |2 |3 |A54F10|0 |2 |0 |
-ROW |81121 |1460 |33149 |2 |4 |FC6EA3|0 |2 |0 |
-ROW |81122 |1460 |33144 |2 |5 |6C59DC|0 |2 |0 |
-ROW |81123 |1190 |31140 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81124 |1190 |31141 |0 |1 |2774A4|0 |2 |0 |
-ROW |81125 |1261 |31145 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81126 |1261 |31146 |0 |1 |2774A4|0 |2 |0 |
-ROW |81127 |1261 |31147 |0 |2 |F63100|0 |2 |0 |
-ROW |81128 |1191 |31138 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81129 |1192 |31157 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81130 |1192 |31158 |0 |1 |2774A4|0 |2 |0 |
-ROW |81131 |1193 |31092 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81132 |1193 |31108 |0 |1 |2774A4|0 |2 |0 |
-ROW |81133 |1193 |31110 |0 |2 |F63100|0 |2 |0 |
-ROW |81134 |1193 |31067 |0 |3 |A54F10|0 |2 |0 |
-ROW |81135 |1193 |31086 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81136 |1193 |31087 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81137 |1194 |31120 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81138 |1194 |31105 |0 |1 |2774A4|0 |2 |0 |
-ROW |81139 |1194 |31071 |0 |2 |F63100|0 |2 |0 |
-ROW |81140 |1194 |31081 |0 |3 |A54F10|0 |2 |0 |
-ROW |81141 |1195 |31098 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81142 |1195 |31099 |0 |1 |2774A4|0 |2 |0 |
-ROW |81143 |1196 |31072 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81144 |1196 |31072 |0 |1 |2774A4|0 |2 |0 |
-ROW |81145 |1197 |31103 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81146 |1197 |31074 |0 |1 |2774A4|0 |2 |0 |
-ROW |81147 |1198 |31104 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81148 |1198 |31063 |0 |1 |2774A4|0 |2 |0 |
-ROW |81149 |1198 |31111 |0 |2 |F63100|0 |2 |0 |
-ROW |81150 |1198 |31112 |0 |3 |A54F10|0 |2 |0 |
-ROW |81151 |1198 |31084 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81152 |1199 |31115 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81153 |1199 |31116 |0 |1 |2774A4|0 |2 |0 |
-ROW |81154 |1199 |31062 |0 |2 |F63100|0 |2 |0 |
-ROW |81155 |1199 |31118 |0 |3 |A54F10|0 |2 |0 |
-ROW |81156 |1199 |31056 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81157 |1200 |31107 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81158 |1200 |31090 |0 |1 |2774A4|0 |2 |0 |
-ROW |81159 |1201 |31097 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81160 |1201 |31096 |0 |1 |2774A4|0 |2 |0 |
-ROW |81161 |1202 |31089 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81162 |1202 |31061 |0 |1 |2774A4|0 |2 |0 |
-ROW |81163 |1203 |31064 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81164 |1204 |31065 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81165 |1204 |31066 |0 |1 |2774A4|0 |2 |0 |
-ROW |81166 |1204 |31068 |0 |2 |F63100|0 |2 |0 |
-ROW |81167 |1204 |31070 |0 |3 |A54F10|0 |2 |0 |
-ROW |81168 |1204 |31101 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81169 |1204 |31106 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81170 |1204 |31114 |0 |6 |AC8C14|0 |2 |0 |
-ROW |81171 |1205 |31069 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81172 |1206 |31076 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81173 |1206 |31078 |0 |1 |2774A4|0 |2 |0 |
-ROW |81174 |1206 |31109 |0 |2 |F63100|0 |2 |0 |
-ROW |81175 |1206 |31075 |0 |3 |A54F10|0 |2 |0 |
-ROW |81176 |1207 |31080 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81177 |1207 |31095 |0 |1 |2774A4|0 |2 |0 |
-ROW |81178 |1208 |31113 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81179 |1208 |31118 |0 |1 |2774A4|0 |2 |0 |
-ROW |81180 |1209 |31058 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81181 |1209 |31077 |0 |1 |2774A4|0 |2 |0 |
-ROW |81182 |1209 |31056 |0 |2 |F63100|0 |2 |0 |
-ROW |81183 |1209 |31117 |0 |3 |A54F10|0 |2 |0 |
-ROW |81184 |1109 |30453 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81185 |1109 |30455 |5 |1 |2774A4|0 |2 |0 |
-ROW |81186 |1110 |30471 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81187 |1110 |30470 |0 |1 |2774A4|0 |2 |0 |
-ROW |81188 |1110 |30466 |0 |2 |F63100|0 |2 |0 |
-ROW |81189 |1110 |30441 |0 |3 |A54F10|0 |2 |0 |
-ROW |81190 |1111 |30463 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81191 |1111 |30452 |0 |1 |2774A4|0 |2 |0 |
-ROW |81192 |1111 |30451 |0 |2 |F63100|0 |2 |0 |
-ROW |81193 |1111 |30437 |0 |3 |A54F10|0 |2 |0 |
-ROW |81194 |1112 |30456 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81195 |1112 |30457 |0 |1 |2774A4|0 |2 |0 |
-ROW |81196 |1112 |30458 |0 |2 |F63100|0 |2 |0 |
-ROW |81197 |1112 |30459 |0 |3 |A54F10|0 |2 |0 |
-ROW |81198 |1113 |30442 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81199 |1113 |30444 |0 |1 |2774A4|0 |2 |0 |
-ROW |81200 |1113 |30445 |0 |2 |F63100|0 |2 |0 |
-ROW |81201 |1114 |30446 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81202 |1114 |30447 |0 |1 |2774A4|0 |2 |0 |
-ROW |81203 |1114 |31168 |0 |2 |F63100|0 |2 |0 |
-ROW |81204 |1114 |30449 |0 |3 |A54F10|0 |2 |0 |
-ROW |81205 |1136 |30659 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81206 |1136 |30661 |5 |1 |2774A4|0 |2 |0 |
-ROW |81207 |1137 |30677 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81208 |1137 |30676 |0 |1 |2774A4|0 |2 |0 |
-ROW |81209 |1137 |30672 |0 |2 |F63100|0 |2 |0 |
-ROW |81210 |1137 |30647 |0 |3 |A54F10|0 |2 |0 |
-ROW |81211 |1138 |30669 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81212 |1138 |30658 |0 |1 |2774A4|0 |2 |0 |
-ROW |81213 |1138 |30657 |0 |2 |F63100|0 |2 |0 |
-ROW |81214 |1138 |30643 |0 |3 |A54F10|0 |2 |0 |
-ROW |81215 |1139 |30662 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81216 |1139 |30663 |0 |1 |2774A4|0 |2 |0 |
-ROW |81217 |1139 |30664 |0 |2 |F63100|0 |2 |0 |
-ROW |81218 |1139 |30665 |0 |3 |A54F10|0 |2 |0 |
-ROW |81219 |1140 |30648 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81220 |1140 |30650 |0 |1 |2774A4|0 |2 |0 |
-ROW |81221 |1140 |30651 |0 |2 |F63100|0 |2 |0 |
-ROW |81222 |1141 |30652 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81223 |1141 |30653 |0 |1 |2774A4|0 |2 |0 |
-ROW |81224 |1141 |31172 |0 |2 |F63100|0 |2 |0 |
-ROW |81225 |1141 |30655 |0 |3 |A54F10|0 |2 |0 |
-ROW |81226 |1115 |30506 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81227 |1115 |30507 |5 |1 |2774A4|0 |2 |0 |
-ROW |81228 |1116 |30504 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81229 |1116 |30505 |0 |1 |2774A4|0 |2 |0 |
-ROW |81230 |1116 |30518 |0 |2 |F63100|0 |2 |0 |
-ROW |81231 |1116 |30492 |0 |3 |A54F10|0 |2 |0 |
-ROW |81232 |1117 |30493 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81233 |1117 |30500 |0 |1 |2774A4|0 |2 |0 |
-ROW |81234 |1117 |30486 |0 |2 |F63100|0 |2 |0 |
-ROW |81235 |1117 |30488 |0 |3 |A54F10|0 |2 |0 |
-ROW |81236 |1118 |30508 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81237 |1118 |30509 |0 |1 |2774A4|0 |2 |0 |
-ROW |81238 |1118 |30503 |0 |2 |F63100|0 |2 |0 |
-ROW |81239 |1118 |30510 |0 |3 |A54F10|0 |2 |0 |
-ROW |81240 |1119 |30491 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81241 |1119 |30494 |0 |1 |2774A4|0 |2 |0 |
-ROW |81242 |1119 |30495 |0 |2 |F63100|0 |2 |0 |
-ROW |81243 |1120 |30496 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81244 |1120 |30497 |0 |1 |2774A4|0 |2 |0 |
-ROW |81245 |1120 |31176 |0 |2 |F63100|0 |2 |0 |
-ROW |81246 |1120 |30499 |0 |3 |A54F10|0 |2 |0 |
-ROW |81247 |1262 |31718 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81248 |1262 |31719 |0 |1 |2774A4|0 |2 |0 |
-ROW |81249 |1263 |31722 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81250 |1263 |31724 |0 |1 |2774A4|0 |2 |0 |
-ROW |81251 |1263 |32588 |0 |2 |F63100|0 |2 |0 |
-ROW |81252 |1264 |31630 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81253 |1264 |31683 |0 |1 |2774A4|0 |2 |0 |
-ROW |81254 |1265 |31668 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81255 |1265 |31702 |0 |1 |2774A4|0 |2 |0 |
-ROW |81256 |1265 |31666 |0 |2 |F63100|0 |2 |0 |
-ROW |81257 |1266 |31673 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81258 |1266 |31704 |0 |1 |2774A4|0 |2 |0 |
-ROW |81259 |1267 |31690 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81260 |1267 |31672 |0 |1 |2774A4|0 |2 |0 |
-ROW |81261 |1268 |31632 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81262 |1268 |31655 |0 |1 |2774A4|0 |2 |0 |
-ROW |81263 |1269 |31650 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81264 |1269 |31648 |0 |1 |2774A4|0 |2 |0 |
-ROW |81265 |1269 |31651 |0 |2 |F63100|0 |2 |0 |
-ROW |81266 |1269 |31646 |0 |3 |A54F10|0 |2 |0 |
-ROW |81267 |1269 |31653 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81268 |1270 |31660 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81269 |1270 |31671 |0 |1 |2774A4|0 |2 |0 |
-ROW |81270 |1270 |31662 |0 |2 |F63100|0 |2 |0 |
-ROW |81271 |1270 |31661 |0 |3 |A54F10|0 |2 |0 |
-ROW |81272 |1270 |31659 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81273 |1270 |31658 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81274 |1893 |36993 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81275 |1893 |36991 |0 |1 |2774A4|0 |2 |0 |
-ROW |81276 |1894 |36975 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81277 |1895 |36996 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81278 |1895 |36978 |0 |1 |2774A4|0 |2 |0 |
-ROW |81279 |1895 |36992 |0 |2 |F63100|0 |2 |0 |
-ROW |81280 |1895 |36995 |0 |3 |A54F10|0 |2 |0 |
-ROW |81281 |1896 |36979 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81282 |1897 |36989 |0 |0 |1A7C11|1 |2 |0 |
-ROW |81283 |1897 |36986 |0 |1 |2774A4|1 |2 |0 |
-ROW |81284 |1897 |36983 |0 |2 |F63100|1 |2 |0 |
-ROW |81285 |1897 |36988 |5 |3 |A54F10|0 |2 |0 |
-ROW |81286 |1897 |36985 |5 |4 |FC6EA3|0 |2 |0 |
-ROW |81287 |1897 |36982 |5 |5 |6C59DC|0 |2 |0 |
-ROW |81288 |1898 |36990 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81289 |1898 |36987 |0 |1 |2774A4|0 |2 |0 |
-ROW |81290 |1898 |36984 |0 |2 |F63100|0 |2 |0 |
-ROW |81291 |1899 |37003 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81292 |1899 |37002 |0 |1 |2774A4|1 |2 |0 |
-ROW |81293 |1900 |37001 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81294 |1900 |37000 |0 |1 |2774A4|0 |2 |0 |
-ROW |81295 |1900 |36999 |0 |2 |F63100|0 |2 |0 |
-ROW |81296 |1900 |36998 |0 |3 |A54F10|0 |2 |0 |
-ROW |81297 |1900 |36997 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81298 |1901 |36956 |0 |0 |1A7C11|1 |2 |0 |
-ROW |81299 |1901 |36961 |0 |1 |2774A4|1 |2 |0 |
-ROW |81300 |1901 |36959 |0 |2 |F63100|1 |2 |0 |
-ROW |81301 |1901 |36960 |0 |3 |A54F10|1 |2 |0 |
-ROW |81302 |1901 |36965 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81303 |1901 |36957 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81304 |1902 |36958 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81305 |1902 |36964 |0 |1 |2774A4|0 |2 |0 |
-ROW |81306 |1902 |36962 |0 |2 |F63100|1 |2 |0 |
-ROW |81307 |1902 |36963 |0 |3 |A54F10|1 |2 |0 |
-ROW |81308 |1903 |36971 |5 |0 |1A7C11|1 |2 |0 |
-ROW |81309 |1903 |36972 |0 |1 |2774A4|0 |2 |0 |
-ROW |81310 |1903 |36967 |0 |2 |F63100|1 |2 |0 |
-ROW |81311 |1903 |36968 |0 |3 |A54F10|1 |2 |0 |
-ROW |81312 |1903 |36969 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81313 |1903 |36970 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81314 |1903 |36966 |0 |6 |AC8C14|1 |2 |0 |
-ROW |81315 |1904 |36937 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81316 |1904 |36936 |0 |1 |2774A4|1 |2 |0 |
-ROW |81317 |1905 |36940 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81318 |1906 |36952 |0 |0 |1A7C11|1 |2 |0 |
-ROW |81319 |1906 |36951 |0 |1 |2774A4|1 |2 |0 |
-ROW |81320 |1906 |36953 |0 |2 |F63100|1 |2 |0 |
-ROW |81321 |1906 |36954 |0 |3 |A54F10|1 |2 |0 |
-ROW |81322 |1907 |36947 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81323 |1907 |36944 |0 |1 |2774A4|1 |2 |0 |
-ROW |81324 |1908 |36973 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81325 |1908 |36955 |0 |1 |2774A4|1 |2 |0 |
-ROW |81326 |1861 |36798 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81327 |1861 |36781 |0 |1 |2774A4|0 |2 |0 |
-ROW |81328 |1861 |36780 |0 |2 |F63100|0 |2 |0 |
-ROW |81329 |1861 |36779 |0 |3 |A54F10|0 |2 |0 |
-ROW |81330 |1861 |36778 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81331 |1861 |36777 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81332 |1861 |36775 |0 |6 |AC8C14|0 |2 |0 |
-ROW |81333 |1861 |36774 |0 |7 |611F27|0 |2 |0 |
-ROW |81334 |1861 |36776 |0 |8 |F230E0|0 |2 |0 |
-ROW |81335 |1861 |36776 |0 |9 |FFAD40|0 |2 |0 |
-ROW |81336 |1862 |36772 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81337 |1863 |36795 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81338 |1863 |36794 |0 |1 |2774A4|0 |2 |0 |
-ROW |81339 |1863 |36792 |0 |2 |F63100|0 |2 |0 |
-ROW |81340 |1863 |36791 |0 |3 |A54F10|0 |2 |0 |
-ROW |81341 |1863 |36789 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81342 |1863 |36788 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81343 |1863 |36787 |0 |6 |AC8C14|0 |2 |0 |
-ROW |81344 |1863 |36785 |0 |7 |611F27|0 |2 |0 |
-ROW |81345 |1863 |36786 |0 |8 |F230E0|0 |2 |0 |
-ROW |81346 |1863 |36773 |0 |9 |FFAD40|0 |2 |0 |
-ROW |81347 |1863 |36784 |0 |10 |40CDFF|0 |2 |0 |
-ROW |81348 |1863 |36783 |0 |11 |40FFA0|0 |2 |0 |
-ROW |81349 |1863 |36782 |0 |12 |AE4500|0 |2 |0 |
-ROW |81350 |1864 |36771 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81351 |1865 |36799 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81352 |1865 |36800 |0 |1 |2774A4|0 |2 |0 |
-ROW |81353 |1865 |36801 |0 |2 |F63100|0 |2 |0 |
-ROW |81354 |1087 |30346 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81355 |1087 |30345 |0 |1 |2774A4|0 |2 |0 |
-ROW |81356 |1088 |30350 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81357 |1088 |30349 |5 |1 |2774A4|0 |2 |0 |
-ROW |81358 |1089 |30396 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81359 |1090 |30398 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81360 |1091 |30322 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81361 |1091 |30277 |5 |1 |2774A4|0 |2 |0 |
-ROW |81362 |1092 |30284 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81363 |1093 |30313 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81364 |1093 |30314 |0 |1 |2774A4|0 |2 |0 |
-ROW |81365 |1093 |30315 |5 |2 |F63100|0 |2 |0 |
-ROW |81366 |1093 |30316 |0 |3 |A54F10|0 |2 |0 |
-ROW |81367 |1094 |30279 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81368 |1094 |30280 |2 |1 |2774A4|0 |2 |0 |
-ROW |81369 |1095 |30290 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81370 |1095 |30293 |0 |1 |2774A4|0 |2 |0 |
-ROW |81371 |1096 |30318 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81372 |1096 |30308 |2 |1 |2774A4|0 |2 |0 |
-ROW |81373 |1096 |30320 |2 |2 |F63100|0 |2 |0 |
-ROW |81374 |1097 |30317 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81375 |1098 |30289 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81376 |1098 |30291 |5 |1 |2774A4|0 |2 |0 |
-ROW |81377 |1099 |30334 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81378 |1099 |30325 |2 |1 |2774A4|0 |2 |0 |
-ROW |81379 |1100 |30306 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81380 |1101 |30274 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81381 |1102 |30281 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81382 |1060 |30159 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81383 |1061 |30165 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81384 |1063 |30177 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81385 |1064 |30183 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81386 |1065 |30161 |0 |0 |969696|0 |9 |2 |
-ROW |81387 |1065 |30162 |0 |1 |C80000|0 |9 |0 |
-ROW |81388 |1066 |30167 |0 |0 |969696|0 |9 |2 |
-ROW |81389 |1066 |30168 |0 |1 |C80000|0 |9 |0 |
-ROW |81390 |1068 |30179 |0 |0 |969696|0 |9 |2 |
-ROW |81391 |1068 |30180 |0 |1 |C80000|0 |9 |0 |
-ROW |81392 |1069 |30185 |0 |0 |969696|0 |9 |2 |
-ROW |81393 |1069 |30186 |0 |1 |C80000|0 |9 |0 |
-ROW |81394 |1070 |30142 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81395 |1071 |30143 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81396 |1073 |30145 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81397 |1074 |30146 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81398 |741 |27084 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81399 |741 |27085 |2 |1 |2774A4|0 |2 |0 |
-ROW |81400 |741 |27083 |0 |2 |F63100|1 |2 |0 |
-ROW |81401 |741 |27086 |0 |3 |A54F10|1 |2 |0 |
-ROW |81402 |741 |27082 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81403 |741 |27079 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81404 |742 |27622 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81405 |742 |27625 |2 |1 |2774A4|0 |2 |0 |
-ROW |81406 |742 |27624 |0 |2 |F63100|1 |2 |0 |
-ROW |81407 |742 |27621 |0 |3 |A54F10|1 |2 |0 |
-ROW |81408 |742 |27623 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81409 |742 |27620 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81410 |743 |27979 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81411 |743 |27982 |2 |1 |2774A4|0 |2 |0 |
-ROW |81412 |743 |27981 |0 |2 |F63100|1 |2 |0 |
-ROW |81413 |743 |27978 |0 |3 |A54F10|1 |2 |0 |
-ROW |81414 |743 |27980 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81415 |743 |27977 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81416 |740 |28008 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81417 |740 |28011 |2 |1 |2774A4|0 |2 |0 |
-ROW |81418 |740 |28010 |0 |2 |F63100|1 |2 |0 |
-ROW |81419 |740 |28007 |0 |3 |A54F10|1 |2 |0 |
-ROW |81420 |740 |28009 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81421 |740 |28006 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81422 |745 |27104 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81423 |745 |27105 |2 |1 |2774A4|0 |2 |0 |
-ROW |81424 |745 |27103 |0 |2 |F63100|1 |2 |0 |
-ROW |81425 |745 |27106 |0 |3 |A54F10|1 |2 |0 |
-ROW |81426 |745 |27102 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81427 |745 |27099 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81428 |746 |27183 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81429 |746 |27186 |2 |1 |2774A4|0 |2 |0 |
-ROW |81430 |746 |27185 |0 |2 |F63100|1 |2 |0 |
-ROW |81431 |746 |27182 |0 |3 |A54F10|1 |2 |0 |
-ROW |81432 |746 |27184 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81433 |746 |27181 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81434 |747 |27218 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81435 |747 |27221 |2 |1 |2774A4|0 |2 |0 |
-ROW |81436 |747 |27220 |0 |2 |F63100|1 |2 |0 |
-ROW |81437 |747 |27217 |0 |3 |A54F10|1 |2 |0 |
-ROW |81438 |747 |27219 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81439 |747 |27216 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81440 |748 |27254 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81441 |748 |27257 |2 |1 |2774A4|0 |2 |0 |
-ROW |81442 |748 |27256 |0 |2 |F63100|1 |2 |0 |
-ROW |81443 |748 |27253 |0 |3 |A54F10|1 |2 |0 |
-ROW |81444 |748 |27255 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81445 |748 |27252 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81446 |749 |27275 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81447 |749 |27278 |2 |1 |2774A4|0 |2 |0 |
-ROW |81448 |749 |27277 |0 |2 |F63100|1 |2 |0 |
-ROW |81449 |749 |27274 |0 |3 |A54F10|1 |2 |0 |
-ROW |81450 |749 |27276 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81451 |749 |27273 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81452 |750 |27324 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81453 |750 |27327 |2 |1 |2774A4|0 |2 |0 |
-ROW |81454 |750 |27326 |0 |2 |F63100|1 |2 |0 |
-ROW |81455 |750 |27323 |0 |3 |A54F10|1 |2 |0 |
-ROW |81456 |750 |27325 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81457 |750 |27322 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81458 |752 |27453 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81459 |752 |27456 |2 |1 |2774A4|0 |2 |0 |
-ROW |81460 |752 |27455 |0 |2 |F63100|1 |2 |0 |
-ROW |81461 |752 |27452 |0 |3 |A54F10|1 |2 |0 |
-ROW |81462 |752 |27454 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81463 |752 |27451 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81464 |753 |27489 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81465 |753 |27492 |2 |1 |2774A4|0 |2 |0 |
-ROW |81466 |753 |27491 |0 |2 |F63100|1 |2 |0 |
-ROW |81467 |753 |27488 |0 |3 |A54F10|1 |2 |0 |
-ROW |81468 |753 |27490 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81469 |753 |27487 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81470 |754 |27523 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81471 |754 |27526 |2 |1 |2774A4|0 |2 |0 |
-ROW |81472 |754 |27525 |0 |2 |F63100|1 |2 |0 |
-ROW |81473 |754 |27522 |0 |3 |A54F10|1 |2 |0 |
-ROW |81474 |754 |27524 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81475 |754 |27521 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81476 |755 |27559 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81477 |755 |27562 |2 |1 |2774A4|0 |2 |0 |
-ROW |81478 |755 |27561 |0 |2 |F63100|1 |2 |0 |
-ROW |81479 |755 |27558 |0 |3 |A54F10|1 |2 |0 |
-ROW |81480 |755 |27560 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81481 |755 |27557 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81482 |756 |27645 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81483 |756 |27648 |2 |1 |2774A4|0 |2 |0 |
-ROW |81484 |756 |27647 |0 |2 |F63100|1 |2 |0 |
-ROW |81485 |756 |27644 |0 |3 |A54F10|1 |2 |0 |
-ROW |81486 |756 |27646 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81487 |756 |27643 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81488 |758 |27725 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81489 |758 |27728 |2 |1 |2774A4|0 |2 |0 |
-ROW |81490 |758 |27727 |0 |2 |F63100|1 |2 |0 |
-ROW |81491 |758 |27724 |0 |3 |A54F10|1 |2 |0 |
-ROW |81492 |758 |27726 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81493 |758 |27723 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81494 |759 |27759 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81495 |759 |27762 |2 |1 |2774A4|0 |2 |0 |
-ROW |81496 |759 |27761 |0 |2 |F63100|1 |2 |0 |
-ROW |81497 |759 |27758 |0 |3 |A54F10|1 |2 |0 |
-ROW |81498 |759 |27760 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81499 |759 |27757 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81500 |760 |27791 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81501 |760 |27794 |2 |1 |2774A4|0 |2 |0 |
-ROW |81502 |760 |27793 |0 |2 |F63100|1 |2 |0 |
-ROW |81503 |760 |27790 |0 |3 |A54F10|1 |2 |0 |
-ROW |81504 |760 |27792 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81505 |760 |27789 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81506 |762 |27875 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81507 |762 |27878 |2 |1 |2774A4|0 |2 |0 |
-ROW |81508 |762 |27877 |0 |2 |F63100|1 |2 |0 |
-ROW |81509 |762 |27874 |0 |3 |A54F10|1 |2 |0 |
-ROW |81510 |762 |27876 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81511 |762 |27873 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81512 |763 |27912 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81513 |763 |27915 |2 |1 |2774A4|0 |2 |0 |
-ROW |81514 |763 |27914 |0 |2 |F63100|1 |2 |0 |
-ROW |81515 |763 |27911 |0 |3 |A54F10|1 |2 |0 |
-ROW |81516 |763 |27913 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81517 |763 |27910 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81518 |764 |27947 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81519 |764 |27950 |2 |1 |2774A4|0 |2 |0 |
-ROW |81520 |764 |27949 |0 |2 |F63100|1 |2 |0 |
-ROW |81521 |764 |27946 |0 |3 |A54F10|1 |2 |0 |
-ROW |81522 |764 |27948 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81523 |764 |27945 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81524 |773 |28121 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81525 |773 |28124 |2 |1 |2774A4|0 |2 |0 |
-ROW |81526 |773 |28123 |0 |2 |F63100|1 |2 |0 |
-ROW |81527 |773 |28120 |0 |3 |A54F10|1 |2 |0 |
-ROW |81528 |773 |28122 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81529 |773 |28119 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81530 |785 |28226 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81531 |785 |28229 |2 |1 |2774A4|0 |2 |0 |
-ROW |81532 |785 |28228 |0 |2 |F63100|1 |2 |0 |
-ROW |81533 |785 |28225 |0 |3 |A54F10|1 |2 |0 |
-ROW |81534 |785 |28227 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81535 |785 |28224 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81536 |790 |28296 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81537 |790 |28299 |2 |1 |2774A4|0 |2 |0 |
-ROW |81538 |790 |28298 |0 |2 |F63100|1 |2 |0 |
-ROW |81539 |790 |28295 |0 |3 |A54F10|1 |2 |0 |
-ROW |81540 |790 |28297 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81541 |790 |28294 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81542 |865 |28971 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81543 |865 |28974 |2 |1 |2774A4|0 |2 |0 |
-ROW |81544 |865 |28973 |0 |2 |F63100|1 |2 |0 |
-ROW |81545 |865 |28970 |0 |3 |A54F10|1 |2 |0 |
-ROW |81546 |865 |28972 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81547 |865 |28969 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81548 |766 |27124 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81549 |766 |27125 |2 |1 |2774A4|0 |2 |0 |
-ROW |81550 |766 |27123 |0 |2 |F63100|1 |2 |0 |
-ROW |81551 |766 |27126 |0 |3 |A54F10|1 |2 |0 |
-ROW |81552 |766 |27122 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81553 |766 |27119 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81554 |886 |29080 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81555 |886 |29083 |2 |1 |2774A4|0 |2 |0 |
-ROW |81556 |886 |29082 |0 |2 |F63100|1 |2 |0 |
-ROW |81557 |886 |29079 |0 |3 |A54F10|1 |2 |0 |
-ROW |81558 |886 |29081 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81559 |886 |29078 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81560 |668 |27208 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81561 |1032 |30088 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81562 |1032 |30087 |5 |1 |2774A4|0 |2 |0 |
-ROW |81563 |1033 |30089 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81564 |671 |27240 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81565 |1034 |30093 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81566 |675 |27294 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81567 |676 |27299 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81568 |677 |27301 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81569 |1035 |30094 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81570 |1036 |30095 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81571 |1037 |30096 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81572 |1729 |35914 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81573 |1730 |35917 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81574 |1731 |35924 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81575 |1731 |35931 |0 |1 |2774A4|0 |2 |0 |
-ROW |81576 |1731 |35922 |0 |2 |F63100|0 |2 |0 |
-ROW |81577 |1731 |35929 |0 |3 |A54F10|0 |2 |0 |
-ROW |81578 |1731 |35921 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81579 |1731 |35928 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81580 |1732 |35932 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81581 |1732 |35925 |0 |1 |2774A4|0 |2 |0 |
-ROW |81582 |1733 |35923 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81583 |1733 |35930 |0 |1 |2774A4|0 |2 |0 |
-ROW |81584 |1734 |35948 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81585 |1734 |35949 |0 |1 |2774A4|0 |2 |0 |
-ROW |81586 |1461 |33219 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81587 |1462 |33224 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81588 |1463 |33227 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81589 |1463 |33230 |2 |1 |2774A4|0 |2 |0 |
-ROW |81590 |1463 |33229 |0 |2 |F63100|1 |2 |0 |
-ROW |81591 |1463 |33226 |0 |3 |A54F10|1 |2 |0 |
-ROW |81592 |1463 |33228 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81593 |1463 |33225 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81594 |1464 |33260 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81595 |1465 |33265 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81596 |1466 |33268 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81597 |1466 |33271 |2 |1 |2774A4|0 |2 |0 |
-ROW |81598 |1466 |33270 |0 |2 |F63100|1 |2 |0 |
-ROW |81599 |1466 |33267 |0 |3 |A54F10|1 |2 |0 |
-ROW |81600 |1466 |33269 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81601 |1466 |33266 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81602 |1467 |33301 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81603 |1468 |33306 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81604 |1469 |33309 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81605 |1469 |33312 |2 |1 |2774A4|0 |2 |0 |
-ROW |81606 |1469 |33311 |0 |2 |F63100|1 |2 |0 |
-ROW |81607 |1469 |33308 |0 |3 |A54F10|1 |2 |0 |
-ROW |81608 |1469 |33310 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81609 |1469 |33307 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81610 |1470 |33342 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81611 |1471 |33347 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81612 |1472 |33350 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81613 |1472 |33353 |2 |1 |2774A4|0 |2 |0 |
-ROW |81614 |1472 |33352 |0 |2 |F63100|1 |2 |0 |
-ROW |81615 |1472 |33349 |0 |3 |A54F10|1 |2 |0 |
-ROW |81616 |1472 |33351 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81617 |1472 |33348 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81618 |1473 |33383 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81619 |1474 |33388 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81620 |1475 |33391 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81621 |1475 |33394 |2 |1 |2774A4|0 |2 |0 |
-ROW |81622 |1475 |33393 |0 |2 |F63100|1 |2 |0 |
-ROW |81623 |1475 |33390 |0 |3 |A54F10|1 |2 |0 |
-ROW |81624 |1475 |33392 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81625 |1475 |33389 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81626 |1038 |30101 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81627 |1039 |30102 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81628 |1040 |30103 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81629 |1041 |30104 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81630 |786 |28246 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81631 |787 |28247 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81632 |687 |27417 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81633 |688 |27427 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81634 |691 |27376 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81635 |692 |27380 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81636 |694 |27478 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81637 |1042 |30105 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81638 |1043 |30107 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81639 |698 |27511 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81640 |1044 |30108 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81641 |701 |27547 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81642 |1045 |27591 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81643 |1045 |30110 |5 |1 |2774A4|0 |2 |0 |
-ROW |81644 |1046 |30111 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81645 |704 |27586 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81646 |1690 |35679 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81647 |1691 |35681 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81648 |1692 |35683 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81649 |1693 |35686 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81650 |1694 |35690 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81651 |1694 |35705 |0 |1 |2774A4|0 |2 |0 |
-ROW |81652 |1694 |35696 |0 |2 |F63100|0 |2 |0 |
-ROW |81653 |1694 |35687 |0 |3 |A54F10|0 |2 |0 |
-ROW |81654 |1694 |35708 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81655 |1694 |35711 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81656 |1694 |35699 |0 |6 |AC8C14|0 |2 |0 |
-ROW |81657 |1695 |35689 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81658 |1695 |35704 |0 |1 |2774A4|0 |2 |0 |
-ROW |81659 |1695 |35695 |0 |2 |F63100|0 |2 |0 |
-ROW |81660 |1695 |35701 |0 |3 |A54F10|0 |2 |0 |
-ROW |81661 |1695 |35707 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81662 |1695 |35710 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81663 |1695 |35697 |0 |6 |AC8C14|0 |2 |0 |
-ROW |81664 |1696 |35713 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81665 |1696 |35703 |0 |1 |2774A4|0 |2 |0 |
-ROW |81666 |1696 |35694 |0 |2 |F63100|0 |2 |0 |
-ROW |81667 |1696 |35712 |0 |3 |A54F10|0 |2 |0 |
-ROW |81668 |1696 |35706 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81669 |1696 |35709 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81670 |1696 |35698 |0 |6 |AC8C14|0 |2 |0 |
-ROW |81671 |1697 |35714 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81672 |1698 |35716 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81673 |1699 |35718 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81674 |1699 |35720 |0 |1 |2774A4|0 |2 |0 |
-ROW |81675 |1700 |35727 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81676 |1700 |35724 |0 |1 |2774A4|0 |2 |0 |
-ROW |81677 |1701 |35726 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81678 |1701 |35723 |0 |1 |2774A4|0 |2 |0 |
-ROW |81679 |1702 |35730 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81680 |1702 |35728 |0 |1 |2774A4|0 |2 |0 |
-ROW |81681 |1702 |35729 |0 |2 |F63100|0 |2 |0 |
-ROW |81682 |1703 |35737 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81683 |1703 |35733 |0 |1 |2774A4|1 |2 |0 |
-ROW |81684 |1703 |35743 |0 |2 |F63100|0 |2 |0 |
-ROW |81685 |1703 |35739 |0 |3 |A54F10|1 |2 |0 |
-ROW |81686 |1703 |35736 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81687 |1703 |35742 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81688 |1704 |35748 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81689 |1704 |35747 |0 |1 |2774A4|1 |2 |0 |
-ROW |81690 |1704 |35750 |0 |2 |F63100|0 |2 |0 |
-ROW |81691 |1704 |35749 |0 |3 |A54F10|1 |2 |0 |
-ROW |81692 |1705 |35756 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81693 |1705 |35755 |0 |1 |2774A4|1 |2 |0 |
-ROW |81694 |1705 |35758 |0 |2 |F63100|0 |2 |0 |
-ROW |81695 |1705 |35757 |0 |3 |A54F10|1 |2 |0 |
-ROW |81696 |1843 |35764 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81697 |1843 |35763 |0 |1 |2774A4|1 |2 |0 |
-ROW |81698 |1843 |35766 |0 |2 |F63100|0 |2 |0 |
-ROW |81699 |1843 |35765 |0 |3 |A54F10|1 |2 |0 |
-ROW |81700 |1844 |35771 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81701 |1844 |35769 |0 |1 |2774A4|0 |2 |0 |
-ROW |81702 |1844 |35770 |0 |2 |F63100|0 |2 |0 |
-ROW |81703 |1708 |35651 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81704 |1708 |35649 |0 |1 |2774A4|0 |2 |0 |
-ROW |81705 |1708 |35647 |0 |2 |F63100|0 |2 |0 |
-ROW |81706 |1708 |35653 |0 |3 |A54F10|0 |2 |0 |
-ROW |81707 |1708 |35652 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81708 |1708 |35650 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81709 |708 |27671 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81710 |1047 |30112 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81711 |1048 |30114 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81712 |1048 |30113 |5 |1 |2774A4|0 |2 |0 |
-ROW |81713 |1049 |30115 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81714 |775 |28143 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81715 |714 |27753 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81716 |1050 |30116 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81717 |856 |28894 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81718 |1051 |30118 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81719 |1476 |33419 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81720 |1476 |33422 |2 |1 |2774A4|0 |2 |0 |
-ROW |81721 |1476 |33421 |0 |2 |F63100|1 |2 |0 |
-ROW |81722 |1476 |33418 |0 |3 |A54F10|1 |2 |0 |
-ROW |81723 |1476 |33420 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |81724 |1476 |33417 |0 |5 |6C59DC|1 |2 |0 |
-ROW |81725 |1477 |33427 |0 |0 |969696|0 |9 |2 |
-ROW |81726 |1477 |33428 |0 |1 |C80000|0 |9 |0 |
-ROW |81727 |1478 |33431 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81728 |1479 |33407 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81729 |724 |27904 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81730 |1299 |31968 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81731 |1299 |31966 |0 |1 |2774A4|0 |2 |0 |
-ROW |81732 |1299 |31965 |0 |2 |F63100|0 |2 |0 |
-ROW |81733 |1299 |31967 |0 |3 |A54F10|0 |2 |0 |
-ROW |81734 |1052 |27907 |0 |0 |969696|0 |9 |2 |
-ROW |81735 |1052 |27908 |0 |1 |C80000|0 |9 |0 |
-ROW |81736 |1053 |30120 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81737 |1335 |32330 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81738 |1335 |32317 |5 |1 |2774A4|0 |2 |0 |
-ROW |81739 |1336 |32319 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81740 |1336 |32327 |5 |1 |2774A4|0 |2 |0 |
-ROW |81741 |1336 |32326 |5 |2 |F63100|0 |2 |0 |
-ROW |81742 |1337 |32324 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81743 |1337 |32318 |5 |1 |2774A4|0 |2 |0 |
-ROW |81744 |1338 |32311 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81745 |1338 |32310 |5 |1 |2774A4|0 |2 |0 |
-ROW |81746 |1338 |32328 |5 |2 |F63100|0 |2 |0 |
-ROW |81747 |1339 |32350 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81748 |1339 |32339 |5 |1 |2774A4|0 |2 |0 |
-ROW |81749 |1340 |32331 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81750 |1341 |32347 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81751 |1341 |32342 |5 |1 |2774A4|0 |2 |0 |
-ROW |81752 |1342 |32334 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81753 |1342 |32333 |5 |1 |2774A4|0 |2 |0 |
-ROW |81754 |1342 |32348 |5 |2 |F63100|0 |2 |0 |
-ROW |81755 |1343 |32373 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81756 |1343 |32360 |5 |1 |2774A4|0 |2 |0 |
-ROW |81757 |1344 |32362 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81758 |1344 |32370 |5 |1 |2774A4|0 |2 |0 |
-ROW |81759 |1344 |32369 |5 |2 |F63100|0 |2 |0 |
-ROW |81760 |1345 |32367 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81761 |1345 |32361 |5 |1 |2774A4|0 |2 |0 |
-ROW |81762 |1346 |32354 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81763 |1346 |32353 |5 |1 |2774A4|0 |2 |0 |
-ROW |81764 |1346 |32371 |5 |2 |F63100|0 |2 |0 |
-ROW |81765 |1347 |32382 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81766 |1348 |32375 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81767 |1349 |32380 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81768 |1350 |32401 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81769 |1351 |32398 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81770 |1351 |32397 |5 |1 |2774A4|0 |2 |0 |
-ROW |81771 |1351 |32396 |5 |2 |F63100|0 |2 |0 |
-ROW |81772 |1352 |32394 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81773 |1353 |32393 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81774 |1354 |32385 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81775 |1354 |32399 |5 |1 |2774A4|0 |2 |0 |
-ROW |81776 |1355 |32420 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81777 |1356 |32417 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81778 |1356 |32416 |5 |1 |2774A4|0 |2 |0 |
-ROW |81779 |1356 |32415 |5 |2 |F63100|0 |2 |0 |
-ROW |81780 |1357 |32413 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81781 |1358 |32412 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81782 |1359 |32404 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81783 |1359 |32418 |5 |1 |2774A4|0 |2 |0 |
-ROW |81784 |1360 |32436 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81785 |1361 |32439 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81786 |1362 |32440 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81787 |1363 |32442 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81788 |1364 |32443 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81789 |1365 |32428 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81790 |1365 |32429 |5 |1 |2774A4|0 |2 |0 |
-ROW |81791 |727 |27936 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81792 |1054 |27935 |2 |0 |1A7C11|0 |2 |0 |
-ROW |81793 |1054 |30122 |5 |1 |2774A4|0 |2 |0 |
-ROW |81794 |1055 |30123 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81795 |730 |27975 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81796 |1056 |30126 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81797 |733 |28003 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81798 |1057 |30131 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81799 |736 |28031 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81800 |1058 |30136 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81801 |1735 |35972 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81802 |1735 |35975 |0 |1 |2774A4|0 |2 |0 |
-ROW |81803 |1736 |35977 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81804 |1736 |35980 |0 |1 |2774A4|0 |2 |0 |
-ROW |81805 |1737 |35981 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81806 |1738 |35982 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81807 |1739 |36011 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81808 |1739 |36003 |0 |1 |2774A4|0 |2 |0 |
-ROW |81809 |1739 |36013 |0 |2 |F63100|0 |2 |0 |
-ROW |81810 |1739 |36005 |0 |3 |A54F10|0 |2 |0 |
-ROW |81811 |1739 |36014 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81812 |1739 |36006 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81813 |1740 |36012 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81814 |1740 |36004 |0 |1 |2774A4|0 |2 |0 |
-ROW |81815 |1741 |36002 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81816 |1741 |36010 |0 |1 |2774A4|0 |2 |0 |
-ROW |81817 |1742 |36017 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81818 |1743 |36025 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81819 |1744 |36026 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81820 |1745 |35985 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81821 |1746 |36041 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81822 |1747 |36053 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81823 |1747 |36045 |0 |1 |2774A4|0 |2 |0 |
-ROW |81824 |1747 |36055 |0 |2 |F63100|0 |2 |0 |
-ROW |81825 |1747 |36047 |0 |3 |A54F10|0 |2 |0 |
-ROW |81826 |1747 |36056 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81827 |1747 |36048 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81828 |1748 |36054 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81829 |1748 |36046 |0 |1 |2774A4|0 |2 |0 |
-ROW |81830 |1749 |36044 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81831 |1749 |36052 |0 |1 |2774A4|0 |2 |0 |
-ROW |81832 |1750 |36059 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81833 |1751 |36060 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81834 |1752 |36029 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81835 |1753 |36077 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81836 |1754 |36078 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81837 |1755 |36079 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81838 |1756 |36080 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81839 |1757 |36088 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81840 |1757 |36098 |0 |1 |2774A4|0 |2 |0 |
-ROW |81841 |1757 |36089 |0 |2 |F63100|0 |2 |0 |
-ROW |81842 |1757 |36084 |0 |3 |A54F10|0 |2 |0 |
-ROW |81843 |1757 |36091 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81844 |1757 |36085 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81845 |1758 |36082 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81846 |1758 |36083 |0 |1 |2774A4|0 |2 |0 |
-ROW |81847 |1759 |36105 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81848 |1759 |36112 |0 |1 |2774A4|0 |2 |0 |
-ROW |81849 |1759 |36103 |0 |2 |F63100|0 |2 |0 |
-ROW |81850 |1759 |36110 |0 |3 |A54F10|0 |2 |0 |
-ROW |81851 |1759 |36102 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81852 |1759 |36109 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81853 |1760 |36104 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81854 |1760 |36111 |0 |1 |2774A4|0 |2 |0 |
-ROW |81855 |1761 |36113 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81856 |1761 |36106 |0 |1 |2774A4|0 |2 |0 |
-ROW |81857 |1762 |36126 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81858 |1763 |36127 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81859 |1764 |36144 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81860 |1765 |36145 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81861 |1766 |36146 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81862 |1767 |36147 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81863 |1768 |36155 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81864 |1768 |36165 |0 |1 |2774A4|0 |2 |0 |
-ROW |81865 |1768 |36156 |0 |2 |F63100|0 |2 |0 |
-ROW |81866 |1768 |36151 |0 |3 |A54F10|0 |2 |0 |
-ROW |81867 |1768 |36158 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81868 |1768 |36152 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81869 |1769 |36149 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81870 |1769 |36150 |0 |1 |2774A4|0 |2 |0 |
-ROW |81871 |1770 |36172 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81872 |1770 |36179 |0 |1 |2774A4|0 |2 |0 |
-ROW |81873 |1770 |36170 |0 |2 |F63100|0 |2 |0 |
-ROW |81874 |1770 |36177 |0 |3 |A54F10|0 |2 |0 |
-ROW |81875 |1770 |36169 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81876 |1770 |36176 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81877 |1771 |36171 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81878 |1771 |36178 |0 |1 |2774A4|0 |2 |0 |
-ROW |81879 |1772 |36180 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81880 |1772 |36173 |0 |1 |2774A4|0 |2 |0 |
-ROW |81881 |1773 |36193 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81882 |1774 |36194 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81883 |1775 |36210 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81884 |1776 |36218 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81885 |1776 |36221 |0 |1 |2774A4|0 |2 |0 |
-ROW |81886 |1777 |36223 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81887 |1777 |36226 |0 |1 |2774A4|0 |2 |0 |
-ROW |81888 |1778 |36227 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81889 |1779 |36228 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81890 |1780 |36253 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81891 |1780 |36245 |0 |1 |2774A4|0 |2 |0 |
-ROW |81892 |1780 |36255 |0 |2 |F63100|0 |2 |0 |
-ROW |81893 |1780 |36247 |0 |3 |A54F10|0 |2 |0 |
-ROW |81894 |1780 |36256 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81895 |1780 |36248 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81896 |1781 |36254 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81897 |1781 |36246 |0 |1 |2774A4|0 |2 |0 |
-ROW |81898 |1782 |36244 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81899 |1782 |36252 |0 |1 |2774A4|0 |2 |0 |
-ROW |81900 |1783 |36259 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81901 |1784 |36231 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81902 |1785 |36295 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81903 |1785 |36287 |0 |1 |2774A4|0 |2 |0 |
-ROW |81904 |1785 |36297 |0 |2 |F63100|0 |2 |0 |
-ROW |81905 |1785 |36289 |0 |3 |A54F10|0 |2 |0 |
-ROW |81906 |1785 |36298 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81907 |1785 |36290 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81908 |1786 |36296 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81909 |1786 |36288 |0 |1 |2774A4|0 |2 |0 |
-ROW |81910 |1787 |36286 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81911 |1787 |36294 |0 |1 |2774A4|0 |2 |0 |
-ROW |81912 |1788 |36301 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81913 |1789 |36309 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81914 |1790 |36310 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81915 |1791 |36269 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81916 |1792 |36339 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81917 |1792 |36331 |0 |1 |2774A4|0 |2 |0 |
-ROW |81918 |1792 |36341 |0 |2 |F63100|0 |2 |0 |
-ROW |81919 |1792 |36333 |0 |3 |A54F10|0 |2 |0 |
-ROW |81920 |1792 |36342 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81921 |1792 |36334 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81922 |1793 |36340 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81923 |1793 |36332 |0 |1 |2774A4|0 |2 |0 |
-ROW |81924 |1794 |36330 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81925 |1794 |36338 |0 |1 |2774A4|0 |2 |0 |
-ROW |81926 |1795 |36345 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81927 |1796 |36353 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81928 |1797 |36354 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81929 |1798 |36313 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81930 |1799 |36371 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81931 |1800 |36383 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81932 |1800 |36375 |0 |1 |2774A4|0 |2 |0 |
-ROW |81933 |1800 |36385 |0 |2 |F63100|0 |2 |0 |
-ROW |81934 |1800 |36377 |0 |3 |A54F10|0 |2 |0 |
-ROW |81935 |1800 |36386 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81936 |1800 |36378 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81937 |1801 |36384 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81938 |1801 |36376 |0 |1 |2774A4|0 |2 |0 |
-ROW |81939 |1802 |36374 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81940 |1802 |36382 |0 |1 |2774A4|0 |2 |0 |
-ROW |81941 |1803 |36389 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81942 |1804 |36397 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81943 |1805 |36398 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81944 |1806 |36357 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81945 |1807 |36415 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81946 |1808 |36427 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81947 |1808 |36419 |0 |1 |2774A4|0 |2 |0 |
-ROW |81948 |1808 |36429 |0 |2 |F63100|0 |2 |0 |
-ROW |81949 |1808 |36421 |0 |3 |A54F10|0 |2 |0 |
-ROW |81950 |1808 |36430 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81951 |1808 |36422 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81952 |1809 |36428 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81953 |1809 |36420 |0 |1 |2774A4|0 |2 |0 |
-ROW |81954 |1810 |36418 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81955 |1810 |36426 |0 |1 |2774A4|0 |2 |0 |
-ROW |81956 |1811 |36433 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81957 |1812 |36441 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81958 |1813 |36442 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81959 |1814 |36401 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81960 |1815 |36460 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81961 |1816 |36472 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81962 |1816 |36464 |0 |1 |2774A4|0 |2 |0 |
-ROW |81963 |1816 |36474 |0 |2 |F63100|0 |2 |0 |
-ROW |81964 |1816 |36466 |0 |3 |A54F10|0 |2 |0 |
-ROW |81965 |1816 |36475 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81966 |1816 |36467 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81967 |1817 |36473 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81968 |1817 |36465 |0 |1 |2774A4|0 |2 |0 |
-ROW |81969 |1818 |36463 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81970 |1818 |36471 |0 |1 |2774A4|0 |2 |0 |
-ROW |81971 |1819 |36478 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81972 |1820 |36486 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81973 |1821 |36487 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81974 |1822 |36445 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81975 |1823 |36505 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81976 |1824 |36517 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81977 |1824 |36509 |0 |1 |2774A4|0 |2 |0 |
-ROW |81978 |1824 |36519 |0 |2 |F63100|0 |2 |0 |
-ROW |81979 |1824 |36511 |0 |3 |A54F10|0 |2 |0 |
-ROW |81980 |1824 |36520 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81981 |1824 |36512 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81982 |1825 |36518 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81983 |1825 |36510 |0 |1 |2774A4|0 |2 |0 |
-ROW |81984 |1826 |36508 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81985 |1826 |36516 |0 |1 |2774A4|0 |2 |0 |
-ROW |81986 |1827 |36523 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81987 |1828 |36531 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81988 |1829 |36532 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81989 |1830 |36490 |5 |0 |1A7C11|0 |2 |0 |
-ROW |81990 |1831 |36550 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81991 |1832 |36563 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81992 |1832 |36555 |0 |1 |2774A4|0 |2 |0 |
-ROW |81993 |1832 |36565 |0 |2 |F63100|0 |2 |0 |
-ROW |81994 |1832 |36557 |0 |3 |A54F10|0 |2 |0 |
-ROW |81995 |1832 |36566 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |81996 |1832 |36558 |0 |5 |6C59DC|0 |2 |0 |
-ROW |81997 |1833 |36564 |0 |0 |1A7C11|0 |2 |0 |
-ROW |81998 |1833 |36556 |0 |1 |2774A4|0 |2 |0 |
-ROW |81999 |1834 |36554 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82000 |1834 |36562 |0 |1 |2774A4|0 |2 |0 |
-ROW |82001 |1835 |36569 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82002 |1836 |36577 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82003 |1837 |36578 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82004 |1838 |36535 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82005 |1214 |31276 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82006 |1214 |31277 |5 |1 |2774A4|0 |2 |0 |
-ROW |82007 |1215 |31279 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82008 |1215 |31280 |5 |1 |2774A4|0 |2 |0 |
-ROW |82009 |1216 |31282 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82010 |1216 |31283 |5 |1 |2774A4|0 |2 |0 |
-ROW |82011 |1217 |31286 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82012 |1217 |31289 |5 |1 |2774A4|0 |2 |0 |
-ROW |82013 |1218 |31292 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82014 |1218 |31295 |5 |1 |2774A4|0 |2 |0 |
-ROW |82015 |1219 |31298 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82016 |1219 |31301 |5 |1 |2774A4|0 |2 |0 |
-ROW |82017 |1220 |31285 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82018 |1220 |31288 |5 |1 |2774A4|0 |2 |0 |
-ROW |82019 |1221 |31291 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82020 |1221 |31294 |5 |1 |2774A4|0 |2 |0 |
-ROW |82021 |1222 |31297 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82022 |1222 |31300 |5 |1 |2774A4|0 |2 |0 |
-ROW |82023 |887 |29211 |0 |0 |969696|0 |9 |2 |
-ROW |82024 |887 |29210 |0 |1 |C80000|0 |9 |0 |
-ROW |82025 |888 |29225 |0 |0 |969696|0 |9 |2 |
-ROW |82026 |888 |29224 |0 |1 |C80000|0 |9 |0 |
-ROW |82027 |889 |29239 |0 |0 |969696|0 |9 |2 |
-ROW |82028 |889 |29238 |0 |1 |C80000|0 |9 |0 |
-ROW |82029 |899 |29216 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82030 |899 |29217 |2 |1 |2774A4|0 |2 |0 |
-ROW |82031 |899 |29218 |0 |2 |F63100|1 |2 |0 |
-ROW |82032 |899 |29219 |0 |3 |A54F10|1 |2 |0 |
-ROW |82033 |899 |29220 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82034 |899 |29221 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82035 |900 |29230 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82036 |900 |29231 |2 |1 |2774A4|0 |2 |0 |
-ROW |82037 |900 |29232 |0 |2 |F63100|1 |2 |0 |
-ROW |82038 |900 |29233 |0 |3 |A54F10|1 |2 |0 |
-ROW |82039 |900 |29234 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82040 |900 |29235 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82041 |901 |29244 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82042 |901 |29245 |2 |1 |2774A4|0 |2 |0 |
-ROW |82043 |901 |29246 |0 |2 |F63100|1 |2 |0 |
-ROW |82044 |901 |29247 |0 |3 |A54F10|1 |2 |0 |
-ROW |82045 |901 |29248 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82046 |901 |29249 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82047 |911 |29089 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82048 |911 |29102 |0 |1 |2774A4|0 |2 |0 |
-ROW |82049 |912 |29126 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82050 |912 |29139 |0 |1 |2774A4|0 |2 |0 |
-ROW |82051 |913 |29163 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82052 |913 |29176 |0 |1 |2774A4|0 |2 |0 |
-ROW |82053 |908 |29098 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82054 |908 |29097 |0 |1 |2774A4|0 |2 |0 |
-ROW |82055 |908 |29095 |0 |2 |F63100|0 |2 |0 |
-ROW |82056 |908 |29088 |0 |3 |A54F10|0 |2 |0 |
-ROW |82057 |908 |29094 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82058 |908 |29093 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82059 |908 |29092 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82060 |908 |29091 |0 |7 |611F27|0 |2 |0 |
-ROW |82061 |908 |29090 |0 |8 |F230E0|0 |2 |0 |
-ROW |82062 |909 |29135 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82063 |909 |29134 |0 |1 |2774A4|0 |2 |0 |
-ROW |82064 |909 |29132 |0 |2 |F63100|0 |2 |0 |
-ROW |82065 |909 |29125 |0 |3 |A54F10|0 |2 |0 |
-ROW |82066 |909 |29131 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82067 |909 |29130 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82068 |909 |29129 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82069 |909 |29128 |0 |7 |611F27|0 |2 |0 |
-ROW |82070 |909 |29127 |0 |8 |F230E0|0 |2 |0 |
-ROW |82071 |910 |29172 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82072 |910 |29171 |0 |1 |2774A4|0 |2 |0 |
-ROW |82073 |910 |29169 |0 |2 |F63100|0 |2 |0 |
-ROW |82074 |910 |29162 |0 |3 |A54F10|0 |2 |0 |
-ROW |82075 |910 |29168 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82076 |910 |29167 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82077 |910 |29166 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82078 |910 |29165 |0 |7 |611F27|0 |2 |0 |
-ROW |82079 |910 |29164 |0 |8 |F230E0|0 |2 |0 |
-ROW |82080 |905 |29198 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82081 |906 |29199 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82082 |907 |29200 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82083 |917 |29104 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82084 |917 |29105 |5 |1 |2774A4|0 |2 |0 |
-ROW |82085 |918 |29141 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82086 |918 |29142 |5 |1 |2774A4|0 |2 |0 |
-ROW |82087 |919 |29178 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82088 |919 |29179 |5 |1 |2774A4|0 |2 |0 |
-ROW |82089 |914 |31270 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82090 |915 |31271 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82091 |916 |31272 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82092 |923 |29118 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82093 |923 |29119 |0 |1 |2774A4|0 |2 |0 |
-ROW |82094 |923 |29117 |0 |2 |F63100|0 |2 |0 |
-ROW |82095 |924 |29155 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82096 |924 |29156 |0 |1 |2774A4|0 |2 |0 |
-ROW |82097 |924 |29154 |0 |2 |F63100|0 |2 |0 |
-ROW |82098 |925 |29192 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82099 |925 |29193 |0 |1 |2774A4|0 |2 |0 |
-ROW |82100 |925 |29191 |0 |2 |F63100|0 |2 |0 |
-ROW |82101 |920 |29107 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82102 |920 |29106 |0 |1 |2774A4|0 |2 |0 |
-ROW |82103 |921 |29144 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82104 |921 |29143 |0 |1 |2774A4|0 |2 |0 |
-ROW |82105 |922 |29181 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82106 |922 |29180 |0 |1 |2774A4|0 |2 |0 |
-ROW |82107 |902 |29096 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82108 |902 |29101 |0 |1 |2774A4|0 |2 |0 |
-ROW |82109 |902 |29100 |0 |2 |F63100|0 |2 |0 |
-ROW |82110 |902 |29087 |0 |3 |A54F10|1 |2 |0 |
-ROW |82111 |903 |29133 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82112 |903 |29138 |0 |1 |2774A4|0 |2 |0 |
-ROW |82113 |903 |29137 |0 |2 |F63100|0 |2 |0 |
-ROW |82114 |903 |29124 |0 |3 |A54F10|1 |2 |0 |
-ROW |82115 |904 |29170 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82116 |904 |29175 |0 |1 |2774A4|0 |2 |0 |
-ROW |82117 |904 |29174 |0 |2 |F63100|0 |2 |0 |
-ROW |82118 |904 |29161 |0 |3 |A54F10|1 |2 |0 |
-ROW |82119 |1223 |31307 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82120 |1223 |31308 |5 |1 |2774A4|0 |2 |0 |
-ROW |82121 |1224 |31310 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82122 |1224 |31311 |5 |1 |2774A4|0 |2 |0 |
-ROW |82123 |1225 |31314 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82124 |1225 |31317 |5 |1 |2774A4|0 |2 |0 |
-ROW |82125 |1226 |31320 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82126 |1226 |31323 |5 |1 |2774A4|0 |2 |0 |
-ROW |82127 |1227 |31313 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82128 |1227 |31316 |5 |1 |2774A4|0 |2 |0 |
-ROW |82129 |1228 |31319 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82130 |1228 |31322 |5 |1 |2774A4|0 |2 |0 |
-ROW |82131 |926 |29356 |0 |0 |969696|0 |9 |2 |
-ROW |82132 |926 |29355 |0 |1 |C80000|0 |9 |0 |
-ROW |82133 |927 |29370 |0 |0 |969696|0 |9 |2 |
-ROW |82134 |927 |29369 |0 |1 |C80000|0 |9 |0 |
-ROW |82135 |934 |29361 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82136 |934 |29362 |2 |1 |2774A4|0 |2 |0 |
-ROW |82137 |934 |29363 |0 |2 |F63100|1 |2 |0 |
-ROW |82138 |934 |29364 |0 |3 |A54F10|1 |2 |0 |
-ROW |82139 |934 |29365 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82140 |934 |29366 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82141 |935 |29375 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82142 |935 |29376 |2 |1 |2774A4|0 |2 |0 |
-ROW |82143 |935 |29377 |0 |2 |F63100|1 |2 |0 |
-ROW |82144 |935 |29378 |0 |3 |A54F10|1 |2 |0 |
-ROW |82145 |935 |29379 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82146 |935 |29380 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82147 |942 |29275 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82148 |942 |29288 |0 |1 |2774A4|0 |2 |0 |
-ROW |82149 |943 |29312 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82150 |943 |29325 |0 |1 |2774A4|0 |2 |0 |
-ROW |82151 |940 |29284 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82152 |940 |29283 |0 |1 |2774A4|0 |2 |0 |
-ROW |82153 |940 |29281 |0 |2 |F63100|0 |2 |0 |
-ROW |82154 |940 |29274 |0 |3 |A54F10|0 |2 |0 |
-ROW |82155 |940 |29280 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82156 |940 |29279 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82157 |940 |29278 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82158 |940 |29277 |0 |7 |611F27|0 |2 |0 |
-ROW |82159 |940 |29276 |0 |8 |F230E0|0 |2 |0 |
-ROW |82160 |941 |29321 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82161 |941 |29320 |0 |1 |2774A4|0 |2 |0 |
-ROW |82162 |941 |29318 |0 |2 |F63100|0 |2 |0 |
-ROW |82163 |941 |29311 |0 |3 |A54F10|0 |2 |0 |
-ROW |82164 |941 |29317 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82165 |941 |29316 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82166 |941 |29315 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82167 |941 |29314 |0 |7 |611F27|0 |2 |0 |
-ROW |82168 |941 |29313 |0 |8 |F230E0|0 |2 |0 |
-ROW |82169 |938 |29347 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82170 |939 |29348 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82171 |946 |29290 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82172 |946 |29291 |5 |1 |2774A4|0 |2 |0 |
-ROW |82173 |947 |29327 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82174 |947 |29328 |5 |1 |2774A4|0 |2 |0 |
-ROW |82175 |944 |31303 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82176 |945 |31304 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82177 |950 |29304 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82178 |950 |29305 |0 |1 |2774A4|0 |2 |0 |
-ROW |82179 |950 |29303 |0 |2 |F63100|0 |2 |0 |
-ROW |82180 |951 |29341 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82181 |951 |29342 |0 |1 |2774A4|0 |2 |0 |
-ROW |82182 |951 |29340 |0 |2 |F63100|0 |2 |0 |
-ROW |82183 |948 |29293 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82184 |948 |29292 |0 |1 |2774A4|0 |2 |0 |
-ROW |82185 |949 |29330 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82186 |949 |29329 |0 |1 |2774A4|0 |2 |0 |
-ROW |82187 |936 |29282 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82188 |936 |29287 |0 |1 |2774A4|0 |2 |0 |
-ROW |82189 |936 |29286 |0 |2 |F63100|0 |2 |0 |
-ROW |82190 |936 |29273 |0 |3 |A54F10|1 |2 |0 |
-ROW |82191 |937 |29319 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82192 |937 |29324 |0 |1 |2774A4|0 |2 |0 |
-ROW |82193 |937 |29323 |0 |2 |F63100|0 |2 |0 |
-ROW |82194 |937 |29310 |0 |3 |A54F10|1 |2 |0 |
-ROW |82195 |952 |29436 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82196 |952 |29437 |2 |1 |2774A4|0 |2 |0 |
-ROW |82197 |952 |29438 |0 |2 |F63100|1 |2 |0 |
-ROW |82198 |952 |29439 |0 |3 |A54F10|1 |2 |0 |
-ROW |82199 |952 |29441 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82200 |952 |29440 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82201 |955 |29434 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82202 |955 |29435 |5 |1 |2774A4|0 |2 |0 |
-ROW |82203 |954 |29448 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82204 |954 |29449 |5 |1 |2774A4|0 |2 |0 |
-ROW |82205 |956 |29452 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82206 |956 |29453 |5 |1 |2774A4|0 |2 |0 |
-ROW |82207 |953 |29446 |0 |0 |969696|0 |9 |2 |
-ROW |82208 |953 |29432 |0 |1 |C80000|0 |9 |0 |
-ROW |82209 |960 |29405 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82210 |960 |29406 |0 |1 |2774A4|0 |2 |0 |
-ROW |82211 |959 |29426 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82212 |959 |29413 |0 |1 |2774A4|0 |2 |0 |
-ROW |82213 |959 |29411 |0 |2 |F63100|0 |2 |0 |
-ROW |82214 |959 |29410 |0 |3 |A54F10|0 |2 |0 |
-ROW |82215 |959 |29399 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82216 |959 |29409 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82217 |959 |29412 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82218 |959 |29408 |0 |7 |611F27|0 |2 |0 |
-ROW |82219 |959 |29407 |0 |8 |F230E0|0 |2 |0 |
-ROW |82220 |958 |29427 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82221 |962 |29403 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82222 |962 |29402 |5 |1 |2774A4|0 |2 |0 |
-ROW |82223 |961 |29396 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82224 |963 |29400 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82225 |963 |29401 |0 |1 |2774A4|0 |2 |0 |
-ROW |82226 |957 |29420 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82227 |957 |29419 |0 |1 |2774A4|0 |2 |0 |
-ROW |82228 |957 |29418 |0 |2 |F63100|0 |2 |0 |
-ROW |82229 |957 |29417 |0 |3 |A54F10|1 |2 |0 |
-ROW |82230 |866 |29014 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82231 |866 |29015 |5 |1 |2774A4|0 |2 |0 |
-ROW |82232 |867 |29031 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82233 |867 |29032 |5 |1 |2774A4|0 |2 |0 |
-ROW |82234 |868 |29018 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82235 |868 |29019 |0 |1 |2774A4|0 |2 |0 |
-ROW |82236 |868 |29022 |0 |2 |F63100|0 |2 |0 |
-ROW |82237 |868 |29023 |0 |3 |A54F10|0 |2 |0 |
-ROW |82238 |868 |29020 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82239 |868 |29024 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82240 |868 |29021 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82241 |868 |29025 |0 |7 |611F27|0 |2 |0 |
-ROW |82242 |868 |29026 |0 |8 |F230E0|0 |2 |0 |
-ROW |82243 |869 |29035 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82244 |869 |29036 |0 |1 |2774A4|0 |2 |0 |
-ROW |82245 |869 |29039 |0 |2 |F63100|0 |2 |0 |
-ROW |82246 |869 |29040 |0 |3 |A54F10|0 |2 |0 |
-ROW |82247 |869 |29037 |0 |4 |FC6EA3|0 |2 |0 |
-ROW |82248 |869 |29041 |0 |5 |6C59DC|0 |2 |0 |
-ROW |82249 |869 |29038 |0 |6 |AC8C14|0 |2 |0 |
-ROW |82250 |869 |29042 |0 |7 |611F27|0 |2 |0 |
-ROW |82251 |869 |29043 |0 |8 |F230E0|0 |2 |0 |
-ROW |82252 |870 |29048 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82253 |871 |29049 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82254 |872 |29028 |0 |0 |969696|0 |9 |2 |
-ROW |82255 |872 |29027 |0 |1 |C80000|0 |9 |0 |
-ROW |82256 |873 |29045 |0 |0 |969696|0 |9 |2 |
-ROW |82257 |873 |29044 |0 |1 |C80000|0 |9 |0 |
-ROW |82258 |882 |28992 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82259 |882 |28991 |0 |1 |2774A4|0 |2 |0 |
-ROW |82260 |883 |29007 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82261 |883 |29006 |0 |1 |2774A4|0 |2 |0 |
-ROW |82262 |876 |28982 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82263 |876 |28983 |5 |1 |2774A4|0 |2 |0 |
-ROW |82264 |877 |28997 |2 |0 |1A7C11|0 |2 |0 |
-ROW |82265 |877 |28998 |5 |1 |2774A4|0 |2 |0 |
-ROW |82266 |874 |28978 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82267 |875 |28993 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82268 |878 |28985 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82269 |878 |28984 |0 |1 |2774A4|0 |2 |0 |
-ROW |82270 |879 |29000 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82271 |879 |28999 |0 |1 |2774A4|0 |2 |0 |
-ROW |82272 |880 |28987 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82273 |880 |28988 |0 |1 |2774A4|0 |2 |0 |
-ROW |82274 |880 |28989 |0 |2 |F63100|0 |2 |0 |
-ROW |82275 |880 |28990 |0 |3 |A54F10|1 |2 |0 |
-ROW |82276 |881 |29002 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82277 |881 |29003 |0 |1 |2774A4|0 |2 |0 |
-ROW |82278 |881 |29004 |0 |2 |F63100|0 |2 |0 |
-ROW |82279 |881 |29005 |0 |3 |A54F10|1 |2 |0 |
-ROW |82280 |964 |29513 |0 |0 |969696|0 |9 |2 |
-ROW |82281 |964 |29512 |0 |1 |C80000|0 |9 |0 |
-ROW |82282 |965 |29522 |0 |0 |969696|0 |9 |2 |
-ROW |82283 |965 |29521 |0 |1 |C80000|0 |9 |0 |
-ROW |82284 |1839 |36585 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82285 |1839 |36588 |2 |1 |2774A4|0 |2 |0 |
-ROW |82286 |1839 |36587 |0 |2 |F63100|1 |2 |0 |
-ROW |82287 |1839 |36584 |0 |3 |A54F10|1 |2 |0 |
-ROW |82288 |1839 |36586 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82289 |1839 |36583 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82290 |1840 |36591 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82291 |1840 |36594 |2 |1 |2774A4|0 |2 |0 |
-ROW |82292 |1840 |36593 |0 |2 |F63100|1 |2 |0 |
-ROW |82293 |1840 |36590 |0 |3 |A54F10|1 |2 |0 |
-ROW |82294 |1840 |36592 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82295 |1840 |36589 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82296 |1366 |32445 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82297 |1366 |32448 |0 |1 |2774A4|0 |2 |0 |
-ROW |82298 |1367 |32449 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82299 |1367 |32452 |0 |1 |2774A4|0 |2 |0 |
-ROW |82300 |1368 |32446 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82301 |1368 |32447 |5 |1 |2774A4|0 |2 |0 |
-ROW |82302 |1369 |32450 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82303 |1369 |32451 |5 |1 |2774A4|0 |2 |0 |
-ROW |82304 |1229 |31337 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82305 |1229 |31338 |5 |1 |2774A4|0 |2 |0 |
-ROW |82306 |1230 |31341 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82307 |1230 |31342 |5 |1 |2774A4|0 |2 |0 |
-ROW |82308 |1231 |31336 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82309 |1231 |36630 |5 |1 |2774A4|0 |2 |0 |
-ROW |82310 |1232 |31340 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82311 |1232 |36631 |5 |1 |2774A4|0 |2 |0 |
-ROW |82312 |974 |29456 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82313 |974 |29455 |0 |1 |2774A4|0 |2 |0 |
-ROW |82314 |975 |29482 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82315 |975 |29481 |0 |1 |2774A4|0 |2 |0 |
-ROW |82316 |976 |29458 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82317 |976 |29457 |0 |1 |2774A4|0 |2 |0 |
-ROW |82318 |977 |29484 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82319 |977 |29483 |0 |1 |2774A4|0 |2 |0 |
-ROW |82320 |972 |29454 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82321 |973 |29480 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82322 |978 |29462 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82323 |979 |29488 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82324 |980 |31327 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82325 |980 |29466 |0 |1 |2774A4|0 |2 |0 |
-ROW |82326 |981 |31330 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82327 |981 |29492 |0 |1 |2774A4|0 |2 |0 |
-ROW |82328 |982 |29620 |0 |0 |969696|0 |9 |2 |
-ROW |82329 |982 |29619 |0 |1 |C80000|0 |9 |0 |
-ROW |82330 |983 |29629 |0 |0 |969696|0 |9 |2 |
-ROW |82331 |983 |29628 |0 |1 |C80000|0 |9 |0 |
-ROW |82332 |1841 |36607 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82333 |1841 |36610 |2 |1 |2774A4|0 |2 |0 |
-ROW |82334 |1841 |36609 |0 |2 |F63100|1 |2 |0 |
-ROW |82335 |1841 |36606 |0 |3 |A54F10|1 |2 |0 |
-ROW |82336 |1841 |36608 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82337 |1841 |36605 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82338 |1842 |36613 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82339 |1842 |36616 |2 |1 |2774A4|0 |2 |0 |
-ROW |82340 |1842 |36615 |0 |2 |F63100|1 |2 |0 |
-ROW |82341 |1842 |36612 |0 |3 |A54F10|1 |2 |0 |
-ROW |82342 |1842 |36614 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82343 |1842 |36611 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82344 |1370 |32453 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82345 |1370 |32456 |0 |1 |2774A4|0 |2 |0 |
-ROW |82346 |1371 |32457 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82347 |1371 |32460 |0 |1 |2774A4|0 |2 |0 |
-ROW |82348 |1372 |32454 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82349 |1372 |32455 |5 |1 |2774A4|0 |2 |0 |
-ROW |82350 |1373 |32458 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82351 |1373 |32459 |5 |1 |2774A4|0 |2 |0 |
-ROW |82352 |1233 |31355 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82353 |1233 |31356 |5 |1 |2774A4|0 |2 |0 |
-ROW |82354 |1234 |31359 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82355 |1234 |31360 |5 |1 |2774A4|0 |2 |0 |
-ROW |82356 |1235 |31354 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82357 |1235 |36632 |5 |1 |2774A4|0 |2 |0 |
-ROW |82358 |1236 |31358 |0 |0 |1A7C11|1 |2 |0 |
-ROW |82359 |1236 |36633 |5 |1 |2774A4|0 |2 |0 |
-ROW |82360 |992 |29563 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82361 |992 |29562 |0 |1 |2774A4|0 |2 |0 |
-ROW |82362 |993 |29589 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82363 |993 |29588 |0 |1 |2774A4|0 |2 |0 |
-ROW |82364 |994 |29565 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82365 |994 |29564 |0 |1 |2774A4|0 |2 |0 |
-ROW |82366 |995 |29591 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82367 |995 |29590 |0 |1 |2774A4|0 |2 |0 |
-ROW |82368 |990 |29561 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82369 |991 |29587 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82370 |996 |29569 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82371 |997 |29595 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82372 |998 |31345 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82373 |998 |29573 |0 |1 |2774A4|0 |2 |0 |
-ROW |82374 |999 |31348 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82375 |999 |29599 |0 |1 |2774A4|0 |2 |0 |
-ROW |82376 |1489 |33568 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82377 |1490 |33581 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82378 |1490 |33569 |0 |1 |2774A4|0 |2 |0 |
-ROW |82379 |1491 |33583 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82380 |1491 |33579 |0 |1 |2774A4|0 |2 |0 |
-ROW |82381 |1492 |33619 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82382 |1493 |33632 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82383 |1493 |33620 |0 |1 |2774A4|0 |2 |0 |
-ROW |82384 |1494 |33634 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82385 |1494 |33630 |0 |1 |2774A4|0 |2 |0 |
-ROW |82386 |1495 |33670 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82387 |1496 |33683 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82388 |1496 |33671 |0 |1 |2774A4|0 |2 |0 |
-ROW |82389 |1497 |33685 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82390 |1497 |33681 |0 |1 |2774A4|0 |2 |0 |
-ROW |82391 |1498 |33721 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82392 |1499 |33734 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82393 |1499 |33722 |0 |1 |2774A4|0 |2 |0 |
-ROW |82394 |1500 |33736 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82395 |1500 |33732 |0 |1 |2774A4|0 |2 |0 |
-ROW |82396 |1501 |33772 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82397 |1502 |33785 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82398 |1502 |33773 |0 |1 |2774A4|0 |2 |0 |
-ROW |82399 |1503 |33787 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82400 |1503 |33783 |0 |1 |2774A4|0 |2 |0 |
-ROW |82401 |1504 |33823 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82402 |1505 |33836 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82403 |1505 |33824 |0 |1 |2774A4|0 |2 |0 |
-ROW |82404 |1506 |33838 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82405 |1506 |33834 |0 |1 |2774A4|0 |2 |0 |
-ROW |82406 |1507 |33874 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82407 |1508 |33887 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82408 |1508 |33875 |0 |1 |2774A4|0 |2 |0 |
-ROW |82409 |1509 |33889 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82410 |1509 |33885 |0 |1 |2774A4|0 |2 |0 |
-ROW |82411 |1510 |33925 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82412 |1481 |33445 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82413 |1481 |33433 |0 |1 |2774A4|0 |2 |0 |
-ROW |82414 |1482 |33447 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82415 |1482 |33443 |0 |1 |2774A4|0 |2 |0 |
-ROW |82416 |1511 |33930 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82417 |1512 |33943 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82418 |1512 |33931 |0 |1 |2774A4|0 |2 |0 |
-ROW |82419 |1513 |33945 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82420 |1513 |33941 |0 |1 |2774A4|0 |2 |0 |
-ROW |82421 |1514 |33981 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82422 |1515 |33994 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82423 |1515 |33982 |0 |1 |2774A4|0 |2 |0 |
-ROW |82424 |1516 |33996 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82425 |1516 |33992 |0 |1 |2774A4|0 |2 |0 |
-ROW |82426 |1517 |34032 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82427 |1518 |34045 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82428 |1518 |34033 |0 |1 |2774A4|0 |2 |0 |
-ROW |82429 |1519 |34047 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82430 |1519 |34043 |0 |1 |2774A4|0 |2 |0 |
-ROW |82431 |1403 |32790 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82432 |1404 |32809 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82433 |1404 |32807 |0 |1 |2774A4|0 |2 |0 |
-ROW |82434 |1404 |32811 |0 |2 |F63100|0 |2 |0 |
-ROW |82435 |1405 |32804 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82436 |1405 |32805 |0 |1 |2774A4|0 |2 |0 |
-ROW |82437 |1405 |32806 |0 |2 |F63100|0 |2 |0 |
-ROW |82438 |1406 |32810 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82439 |1406 |32808 |0 |1 |2774A4|0 |2 |0 |
-ROW |82440 |1406 |32812 |0 |2 |F63100|0 |2 |0 |
-ROW |82441 |1407 |32815 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82442 |1408 |32819 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82443 |1408 |32817 |0 |1 |2774A4|0 |2 |0 |
-ROW |82444 |1408 |32821 |0 |2 |F63100|0 |2 |0 |
-ROW |82445 |1409 |32820 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82446 |1409 |32818 |0 |1 |2774A4|0 |2 |0 |
-ROW |82447 |1409 |32822 |0 |2 |F63100|0 |2 |0 |
-ROW |82448 |1410 |32828 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82449 |1410 |32827 |0 |1 |2774A4|0 |2 |0 |
-ROW |82450 |1410 |32823 |0 |2 |F63100|0 |2 |0 |
-ROW |82451 |1411 |32777 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82452 |1411 |32778 |0 |1 |2774A4|0 |2 |0 |
-ROW |82453 |1483 |33525 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82454 |1483 |33524 |0 |1 |2774A4|0 |2 |0 |
-ROW |82455 |1483 |33523 |0 |2 |F63100|0 |2 |0 |
-ROW |82456 |1483 |33522 |0 |3 |A54F10|0 |2 |0 |
-ROW |82457 |1484 |33564 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82458 |1484 |33554 |0 |1 |2774A4|0 |2 |0 |
-ROW |82459 |1485 |33500 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82460 |1485 |33507 |0 |1 |2774A4|0 |2 |0 |
-ROW |82461 |1485 |33509 |0 |2 |F63100|0 |2 |0 |
-ROW |82462 |1485 |33508 |0 |3 |A54F10|0 |2 |0 |
-ROW |82463 |1486 |33480 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82464 |1486 |33491 |0 |1 |2774A4|0 |2 |0 |
-ROW |82465 |1486 |33488 |0 |2 |F63100|0 |2 |0 |
-ROW |82466 |1486 |33489 |0 |3 |A54F10|0 |2 |0 |
-ROW |82467 |1487 |33506 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82468 |1487 |33505 |0 |1 |2774A4|0 |2 |0 |
-ROW |82469 |1487 |33512 |0 |2 |F63100|0 |2 |0 |
-ROW |82470 |1487 |33504 |0 |3 |A54F10|0 |2 |0 |
-ROW |82471 |1387 |32632 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82472 |1388 |32635 |1 |0 |1A7C11|0 |2 |0 |
-ROW |82473 |1388 |32635 |1 |1 |2774A4|0 |2 |0 |
-ROW |82474 |1389 |32643 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82475 |1389 |32646 |2 |1 |2774A4|0 |2 |0 |
-ROW |82476 |1389 |32645 |0 |2 |F63100|1 |2 |0 |
-ROW |82477 |1389 |32642 |0 |3 |A54F10|1 |2 |0 |
-ROW |82478 |1389 |32644 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82479 |1389 |32641 |0 |5 |6C59DC|1 |2 |0 |
-ROW |82480 |1142 |30689 |0 |0 |1A7C11|0 |2 |0 |
-ROW |82481 |1676 |34973 |5 |0 |1A7C11|0 |2 |0 |
-ROW |82482 |1676 |34978 |2 |1 |2774A4|0 |2 |0 |
-ROW |82483 |1676 |34976 |0 |2 |F63100|1 |2 |0 |
-ROW |82484 |1676 |34971 |0 |3 |A54F10|1 |2 |0 |
-ROW |82485 |1676 |34975 |0 |4 |FC6EA3|1 |2 |0 |
-ROW |82486 |1676 |34970 |0 |5 |6C59DC|1 |2 |0 |
+ROW |82487 |1374 |32471 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82488 |1375 |32469 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82489 |1375 |32468 |5 |1 |2774A4|0 |2 |0 |
+ROW |82490 |1376 |32472 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82491 |1376 |32467 |5 |1 |2774A4|0 |2 |0 |
+ROW |82492 |1377 |32483 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82493 |1377 |32482 |5 |1 |2774A4|0 |2 |0 |
+ROW |82494 |1378 |32484 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82495 |1378 |32481 |5 |1 |2774A4|0 |2 |0 |
+ROW |82496 |1379 |32476 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82497 |1379 |32478 |5 |1 |2774A4|0 |2 |0 |
+ROW |82498 |1379 |32480 |5 |2 |F63100|0 |2 |0 |
+ROW |82499 |1172 |30918 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82500 |1172 |30919 |0 |1 |2774A4|0 |2 |0 |
+ROW |82501 |1172 |30920 |0 |2 |F63100|0 |2 |0 |
+ROW |82502 |1172 |30921 |2 |3 |A54F10|0 |2 |0 |
+ROW |82503 |1173 |30922 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82504 |835 |28744 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82505 |835 |28745 |0 |1 |2774A4|0 |2 |0 |
+ROW |82506 |1174 |30913 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82507 |1175 |30906 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82508 |1175 |30908 |0 |1 |2774A4|0 |2 |0 |
+ROW |82509 |1175 |30915 |0 |2 |F63100|0 |2 |0 |
+ROW |82510 |1175 |30897 |0 |3 |A54F10|0 |2 |0 |
+ROW |82511 |1175 |30901 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82512 |1175 |30899 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82513 |1175 |30907 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82514 |1175 |30905 |0 |7 |611F27|0 |2 |0 |
+ROW |82515 |1175 |30904 |0 |8 |F230E0|0 |2 |0 |
+ROW |82516 |1175 |30900 |0 |9 |FFAD40|0 |2 |0 |
+ROW |82517 |1175 |30898 |0 |10 |40CDFF|0 |2 |0 |
+ROW |82518 |1176 |30910 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82519 |1176 |30909 |0 |1 |2774A4|0 |2 |0 |
+ROW |82520 |836 |28798 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82521 |836 |28799 |0 |1 |2774A4|0 |2 |0 |
+ROW |82522 |836 |28800 |0 |2 |F63100|0 |2 |0 |
+ROW |82523 |836 |28801 |2 |3 |A54F10|0 |2 |0 |
+ROW |82524 |837 |28803 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82525 |838 |28793 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82526 |840 |28787 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82527 |840 |28784 |0 |1 |2774A4|0 |2 |0 |
+ROW |82528 |840 |28782 |0 |2 |F63100|0 |2 |0 |
+ROW |82529 |840 |28781 |0 |3 |A54F10|0 |2 |0 |
+ROW |82530 |840 |28780 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82531 |840 |28778 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82532 |840 |28786 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82533 |840 |28785 |0 |7 |611F27|0 |2 |0 |
+ROW |82534 |840 |28783 |0 |8 |F230E0|0 |2 |0 |
+ROW |82535 |840 |28779 |0 |9 |FFAD40|0 |2 |0 |
+ROW |82536 |840 |28796 |0 |10 |40CDFF|0 |2 |0 |
+ROW |82537 |839 |28789 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82538 |839 |28788 |0 |1 |2774A4|0 |2 |0 |
+ROW |82539 |1278 |31855 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82540 |1278 |31856 |0 |1 |2774A4|0 |2 |0 |
+ROW |82541 |1304 |32007 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82542 |1304 |32010 |0 |1 |2774A4|0 |2 |0 |
+ROW |82543 |1305 |32008 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82544 |1305 |32011 |0 |1 |2774A4|0 |2 |0 |
+ROW |82545 |1306 |32003 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82546 |1306 |32004 |0 |1 |2774A4|0 |2 |0 |
+ROW |82547 |1306 |32009 |0 |2 |F63100|0 |2 |0 |
+ROW |82548 |1282 |31818 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82549 |1282 |31825 |0 |1 |2774A4|0 |2 |0 |
+ROW |82550 |1283 |31850 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82551 |1283 |31819 |0 |1 |2774A4|0 |2 |0 |
+ROW |82552 |1284 |31824 |1 |0 |1A7C11|0 |2 |0 |
+ROW |82553 |1284 |31821 |1 |1 |2774A4|0 |2 |0 |
+ROW |82554 |1285 |31839 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82555 |1285 |31841 |0 |1 |2774A4|0 |2 |0 |
+ROW |82556 |1285 |31842 |0 |2 |F63100|0 |2 |0 |
+ROW |82557 |1285 |31837 |2 |3 |A54F10|0 |2 |0 |
+ROW |82558 |1285 |31838 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82559 |1285 |31829 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82560 |1286 |31833 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82561 |1286 |31834 |0 |1 |2774A4|0 |2 |0 |
+ROW |82562 |1286 |31835 |0 |2 |F63100|0 |2 |0 |
+ROW |82563 |1121 |30606 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82564 |1121 |30590 |5 |1 |2774A4|0 |2 |0 |
+ROW |82565 |1121 |30582 |5 |2 |F63100|0 |2 |0 |
+ROW |82566 |1122 |30580 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82567 |1122 |30578 |5 |1 |2774A4|0 |2 |0 |
+ROW |82568 |1123 |30586 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82569 |1123 |30608 |2 |1 |2774A4|0 |2 |0 |
+ROW |82570 |1123 |30585 |2 |2 |F63100|0 |2 |0 |
+ROW |82571 |1123 |30589 |2 |3 |A54F10|0 |2 |0 |
+ROW |82572 |1123 |30584 |2 |4 |FC6EA3|0 |2 |0 |
+ROW |82573 |1123 |30588 |2 |5 |6C59DC|0 |2 |0 |
+ROW |82574 |1124 |30583 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82575 |1124 |30587 |2 |1 |2774A4|0 |2 |0 |
+ROW |82576 |1125 |30555 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82577 |1125 |30554 |2 |1 |2774A4|0 |2 |0 |
+ROW |82578 |1125 |30556 |2 |2 |F63100|0 |2 |0 |
+ROW |82579 |1125 |30557 |2 |3 |A54F10|0 |2 |0 |
+ROW |82580 |1126 |30565 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82581 |1127 |30567 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82582 |1127 |30568 |2 |1 |2774A4|0 |2 |0 |
+ROW |82583 |1128 |30536 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82584 |1129 |30566 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82585 |1129 |30549 |2 |1 |2774A4|0 |2 |0 |
+ROW |82586 |1129 |30553 |2 |2 |F63100|0 |2 |0 |
+ROW |82587 |1129 |30570 |2 |3 |A54F10|0 |2 |0 |
+ROW |82588 |1143 |30714 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82589 |1143 |30716 |0 |1 |2774A4|0 |2 |0 |
+ROW |82590 |1143 |30717 |0 |2 |F63100|0 |2 |0 |
+ROW |82591 |1143 |30715 |0 |3 |A54F10|0 |2 |0 |
+ROW |82592 |1144 |30753 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82593 |1144 |30738 |0 |1 |2774A4|0 |2 |0 |
+ROW |82594 |1145 |30718 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82595 |1145 |30737 |0 |1 |2774A4|0 |2 |0 |
+ROW |82596 |1145 |30727 |0 |2 |F63100|0 |2 |0 |
+ROW |82597 |1145 |30729 |0 |3 |A54F10|0 |2 |0 |
+ROW |82598 |1146 |30730 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82599 |1146 |30732 |0 |1 |2774A4|0 |2 |0 |
+ROW |82600 |1146 |30731 |0 |2 |F63100|0 |2 |0 |
+ROW |82601 |1146 |30733 |0 |3 |A54F10|0 |2 |0 |
+ROW |82602 |1147 |30734 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82603 |1147 |30736 |0 |1 |2774A4|0 |2 |0 |
+ROW |82604 |1147 |30735 |0 |2 |F63100|0 |2 |0 |
+ROW |82605 |1147 |30758 |0 |3 |A54F10|0 |2 |0 |
+ROW |82606 |1148 |30711 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82607 |1148 |30706 |0 |1 |2774A4|0 |2 |0 |
+ROW |82608 |1148 |30710 |0 |2 |F63100|0 |2 |0 |
+ROW |82609 |1148 |30712 |0 |3 |A54F10|0 |2 |0 |
+ROW |82610 |1148 |30702 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82611 |1148 |30707 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82612 |1148 |30704 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82613 |1177 |30927 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82614 |1177 |30944 |2 |1 |2774A4|0 |2 |0 |
+ROW |82615 |1178 |30935 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82616 |1178 |30942 |0 |1 |2774A4|0 |2 |0 |
+ROW |82617 |1179 |30949 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82618 |1179 |30950 |0 |1 |2774A4|0 |2 |0 |
+ROW |82619 |1179 |30951 |0 |2 |F63100|0 |2 |0 |
+ROW |82620 |1180 |30952 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82621 |1180 |30954 |0 |1 |2774A4|0 |2 |0 |
+ROW |82622 |1180 |30955 |0 |2 |F63100|0 |2 |0 |
+ROW |82623 |1181 |30936 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82624 |1181 |30940 |5 |1 |2774A4|0 |2 |0 |
+ROW |82625 |1182 |30930 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82626 |1182 |30929 |0 |1 |2774A4|0 |2 |0 |
+ROW |82627 |1182 |30928 |0 |2 |F63100|0 |2 |0 |
+ROW |82628 |1182 |30931 |2 |3 |A54F10|1 |2 |0 |
+ROW |82629 |1183 |30934 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82630 |1183 |30941 |0 |1 |2774A4|0 |2 |0 |
+ROW |82631 |1380 |32498 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82632 |1380 |32499 |0 |1 |2774A4|0 |2 |0 |
+ROW |82633 |1381 |32505 |0 |0 |1A7C11|1 |2 |0 |
+ROW |82634 |1381 |32508 |0 |1 |2774A4|1 |2 |0 |
+ROW |82635 |1381 |32506 |0 |2 |F63100|0 |2 |0 |
+ROW |82636 |1381 |32507 |0 |3 |A54F10|0 |2 |0 |
+ROW |82637 |1381 |32509 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82638 |1381 |32510 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82639 |1382 |32488 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82640 |1382 |32491 |0 |1 |2774A4|0 |2 |0 |
+ROW |82641 |1382 |32493 |0 |2 |F63100|0 |2 |0 |
+ROW |82642 |1382 |32494 |0 |3 |A54F10|0 |2 |0 |
+ROW |82643 |1383 |32528 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82644 |1383 |32529 |0 |1 |2774A4|0 |2 |0 |
+ROW |82645 |1384 |32535 |0 |0 |1A7C11|1 |2 |0 |
+ROW |82646 |1384 |32538 |0 |1 |2774A4|1 |2 |0 |
+ROW |82647 |1384 |32536 |0 |2 |F63100|0 |2 |0 |
+ROW |82648 |1384 |32537 |0 |3 |A54F10|0 |2 |0 |
+ROW |82649 |1384 |32539 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82650 |1384 |32540 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82651 |1385 |32518 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82652 |1385 |32521 |0 |1 |2774A4|0 |2 |0 |
+ROW |82653 |1385 |32523 |0 |2 |F63100|0 |2 |0 |
+ROW |82654 |1385 |32524 |0 |3 |A54F10|0 |2 |0 |
+ROW |82655 |1924 |37110 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82656 |1925 |37113 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82657 |1925 |37112 |0 |1 |2774A4|0 |2 |0 |
+ROW |82658 |1925 |37114 |0 |2 |F63100|0 |2 |0 |
+ROW |82659 |1250 |31527 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82660 |1250 |31529 |0 |1 |2774A4|0 |2 |0 |
+ROW |82661 |1250 |31499 |0 |2 |F63100|0 |2 |0 |
+ROW |82662 |1259 |31516 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82663 |1259 |31517 |0 |1 |2774A4|0 |2 |0 |
+ROW |82664 |1260 |31523 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82665 |1260 |31522 |0 |1 |2774A4|0 |2 |0 |
+ROW |82666 |1260 |31524 |0 |2 |F63100|0 |2 |0 |
+ROW |82667 |1307 |32051 |1 |0 |1A7C11|0 |2 |0 |
+ROW |82668 |1307 |32057 |1 |1 |2774A4|0 |2 |0 |
+ROW |82669 |1709 |35805 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82670 |1709 |35804 |5 |1 |2774A4|0 |2 |0 |
+ROW |82671 |1710 |35789 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82672 |1710 |35806 |0 |1 |2774A4|0 |2 |0 |
+ROW |82673 |1711 |35800 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82674 |1711 |35799 |0 |1 |2774A4|0 |2 |0 |
+ROW |82675 |1711 |35798 |0 |2 |F63100|0 |2 |0 |
+ROW |82676 |1711 |35796 |0 |3 |A54F10|0 |2 |0 |
+ROW |82677 |1711 |35788 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82678 |1712 |35810 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82679 |1712 |35809 |0 |1 |2774A4|0 |2 |0 |
+ROW |82680 |1713 |35807 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82681 |1713 |35808 |5 |1 |2774A4|0 |2 |0 |
+ROW |82682 |1714 |35817 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82683 |1714 |35816 |0 |1 |2774A4|0 |2 |0 |
+ROW |82684 |1715 |35811 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82685 |1715 |35812 |0 |1 |2774A4|0 |2 |0 |
+ROW |82686 |1715 |35813 |0 |2 |F63100|0 |2 |0 |
+ROW |82687 |1715 |35814 |0 |3 |A54F10|0 |2 |0 |
+ROW |82688 |1715 |35815 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82689 |1716 |35842 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82690 |1716 |35841 |5 |1 |2774A4|0 |2 |0 |
+ROW |82691 |1717 |35836 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82692 |1717 |35835 |0 |1 |2774A4|0 |2 |0 |
+ROW |82693 |1717 |35834 |0 |2 |F63100|0 |2 |0 |
+ROW |82694 |1717 |35832 |0 |3 |A54F10|0 |2 |0 |
+ROW |82695 |1717 |35822 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82696 |1718 |35827 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82697 |1718 |35828 |0 |1 |2774A4|0 |2 |0 |
+ROW |82698 |1719 |35864 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82699 |1719 |35863 |5 |1 |2774A4|0 |2 |0 |
+ROW |82700 |1720 |35848 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82701 |1720 |35865 |0 |1 |2774A4|0 |2 |0 |
+ROW |82702 |1721 |35859 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82703 |1721 |35858 |0 |1 |2774A4|0 |2 |0 |
+ROW |82704 |1721 |35857 |0 |2 |F63100|0 |2 |0 |
+ROW |82705 |1721 |35855 |0 |3 |A54F10|0 |2 |0 |
+ROW |82706 |1721 |35847 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82707 |1722 |35869 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82708 |1722 |35868 |0 |1 |2774A4|0 |2 |0 |
+ROW |82709 |1723 |35866 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82710 |1723 |35867 |5 |1 |2774A4|0 |2 |0 |
+ROW |82711 |1724 |35876 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82712 |1724 |35875 |0 |1 |2774A4|0 |2 |0 |
+ROW |82713 |1725 |35870 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82714 |1725 |35871 |0 |1 |2774A4|0 |2 |0 |
+ROW |82715 |1725 |35872 |0 |2 |F63100|0 |2 |0 |
+ROW |82716 |1725 |35873 |0 |3 |A54F10|0 |2 |0 |
+ROW |82717 |1725 |35874 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82718 |1726 |35901 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82719 |1726 |35900 |5 |1 |2774A4|0 |2 |0 |
+ROW |82720 |1727 |35895 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82721 |1727 |35894 |0 |1 |2774A4|0 |2 |0 |
+ROW |82722 |1727 |35893 |0 |2 |F63100|0 |2 |0 |
+ROW |82723 |1727 |35891 |0 |3 |A54F10|0 |2 |0 |
+ROW |82724 |1727 |35881 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82725 |1728 |35886 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82726 |1728 |35887 |0 |1 |2774A4|0 |2 |0 |
+ROW |82727 |1184 |30982 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82728 |1184 |30980 |5 |1 |2774A4|0 |2 |0 |
+ROW |82729 |1185 |30983 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82730 |1185 |30981 |0 |1 |2774A4|0 |2 |0 |
+ROW |82731 |1186 |30976 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82732 |1186 |30985 |0 |1 |2774A4|0 |2 |0 |
+ROW |82733 |1186 |30997 |0 |2 |F63100|0 |2 |0 |
+ROW |82734 |1186 |30970 |0 |3 |A54F10|0 |2 |0 |
+ROW |82735 |1186 |30973 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82736 |1186 |30995 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82737 |1186 |30998 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82738 |1186 |30978 |0 |7 |611F27|0 |2 |0 |
+ROW |82739 |1187 |31024 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82740 |1187 |31022 |5 |1 |2774A4|0 |2 |0 |
+ROW |82741 |1188 |31025 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82742 |1188 |31023 |0 |1 |2774A4|0 |2 |0 |
+ROW |82743 |1189 |31018 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82744 |1189 |31027 |0 |1 |2774A4|0 |2 |0 |
+ROW |82745 |1189 |31039 |0 |2 |F63100|0 |2 |0 |
+ROW |82746 |1189 |31012 |0 |3 |A54F10|0 |2 |0 |
+ROW |82747 |1189 |31015 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82748 |1189 |31037 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82749 |1189 |31040 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82750 |1189 |31020 |0 |7 |611F27|0 |2 |0 |
+ROW |82751 |1308 |32078 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82752 |1308 |32077 |0 |1 |2774A4|0 |2 |0 |
+ROW |82753 |1309 |32088 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82754 |1309 |32087 |0 |1 |2774A4|0 |2 |0 |
+ROW |82755 |1866 |32071 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82756 |1866 |32102 |0 |1 |2774A4|0 |2 |0 |
+ROW |82757 |1311 |32108 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82758 |1311 |32109 |0 |1 |2774A4|0 |2 |0 |
+ROW |82759 |1311 |32106 |0 |2 |F63100|0 |2 |0 |
+ROW |82760 |1311 |32107 |0 |3 |A54F10|0 |2 |0 |
+ROW |82761 |1312 |32083 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82762 |1312 |32084 |0 |1 |2774A4|0 |2 |0 |
+ROW |82763 |1313 |32080 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82764 |1313 |32081 |0 |1 |2774A4|0 |2 |0 |
+ROW |82765 |1314 |32086 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82766 |1314 |32100 |2 |1 |2774A4|0 |2 |0 |
+ROW |82767 |1314 |32073 |0 |2 |F63100|0 |2 |0 |
+ROW |82768 |1314 |32131 |0 |3 |A54F10|0 |2 |0 |
+ROW |82769 |1314 |32118 |2 |4 |FC6EA3|0 |2 |0 |
+ROW |82770 |1314 |32101 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82771 |1314 |32125 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82772 |1314 |32126 |2 |7 |611F27|0 |2 |0 |
+ROW |82773 |1314 |32127 |0 |8 |F230E0|0 |2 |0 |
+ROW |82774 |1314 |32128 |0 |9 |FFAD40|0 |2 |0 |
+ROW |82775 |1314 |32129 |2 |10 |40CDFF|0 |2 |0 |
+ROW |82776 |1314 |32130 |0 |11 |40FFA0|0 |2 |0 |
+ROW |82777 |1315 |32124 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82778 |1315 |32123 |2 |1 |2774A4|0 |2 |0 |
+ROW |82779 |1315 |32122 |0 |2 |F63100|0 |2 |0 |
+ROW |82780 |1315 |32121 |0 |3 |A54F10|0 |2 |0 |
+ROW |82781 |1315 |32121 |2 |4 |FC6EA3|0 |2 |0 |
+ROW |82782 |1315 |32120 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82783 |1316 |32098 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82784 |1316 |32099 |0 |1 |2774A4|0 |2 |0 |
+ROW |82785 |1316 |32097 |0 |2 |F63100|0 |2 |0 |
+ROW |82786 |1316 |32096 |0 |3 |A54F10|0 |2 |0 |
+ROW |82787 |1130 |30613 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82788 |1130 |30635 |0 |1 |2774A4|0 |2 |0 |
+ROW |82789 |1130 |30625 |0 |2 |F63100|0 |2 |0 |
+ROW |82790 |1131 |30632 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82791 |1131 |30633 |5 |1 |2774A4|0 |2 |0 |
+ROW |82792 |1131 |30629 |5 |2 |F63100|0 |2 |0 |
+ROW |82793 |1132 |30630 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82794 |1132 |30628 |2 |1 |2774A4|0 |2 |0 |
+ROW |82795 |1132 |30631 |2 |2 |F63100|0 |2 |0 |
+ROW |82796 |1133 |30619 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82797 |1133 |30618 |0 |1 |2774A4|0 |2 |0 |
+ROW |82798 |1134 |30623 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82799 |1134 |30622 |5 |1 |2774A4|0 |2 |0 |
+ROW |82800 |1135 |30615 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82801 |841 |28813 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82802 |841 |28811 |0 |1 |2774A4|0 |2 |0 |
+ROW |82803 |841 |28812 |0 |2 |F63100|0 |2 |0 |
+ROW |82804 |841 |28814 |0 |3 |A54F10|0 |2 |0 |
+ROW |82805 |842 |28817 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82806 |842 |28815 |0 |1 |2774A4|0 |2 |0 |
+ROW |82807 |842 |28816 |0 |2 |F63100|0 |2 |0 |
+ROW |82808 |844 |28808 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82809 |844 |28807 |0 |1 |2774A4|0 |2 |0 |
+ROW |82810 |843 |28818 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82811 |845 |28829 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82812 |845 |28831 |0 |1 |2774A4|0 |2 |0 |
+ROW |82813 |845 |28832 |0 |2 |F63100|0 |2 |0 |
+ROW |82814 |845 |28830 |0 |3 |A54F10|0 |2 |0 |
+ROW |82815 |846 |28826 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82816 |846 |28828 |0 |1 |2774A4|0 |2 |0 |
+ROW |82817 |846 |28827 |0 |2 |F63100|0 |2 |0 |
+ROW |82818 |847 |28825 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82819 |1662 |34869 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82820 |1663 |34871 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82821 |1663 |34870 |5 |1 |2774A4|0 |2 |0 |
+ROW |82822 |1663 |34872 |5 |2 |F63100|0 |2 |0 |
+ROW |82823 |1663 |34873 |5 |3 |A54F10|0 |2 |0 |
+ROW |82824 |1663 |34874 |5 |4 |FC6EA3|0 |2 |0 |
+ROW |82825 |1664 |34880 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82826 |1665 |34882 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82827 |1665 |34881 |5 |1 |2774A4|0 |2 |0 |
+ROW |82828 |1665 |34883 |5 |2 |F63100|0 |2 |0 |
+ROW |82829 |1665 |34884 |5 |3 |A54F10|0 |2 |0 |
+ROW |82830 |1665 |34885 |5 |4 |FC6EA3|0 |2 |0 |
+ROW |82831 |1666 |34903 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82832 |1666 |34902 |5 |1 |2774A4|0 |2 |0 |
+ROW |82833 |1666 |34901 |5 |2 |F63100|0 |2 |0 |
+ROW |82834 |1667 |34889 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82835 |1667 |34896 |5 |1 |2774A4|0 |2 |0 |
+ROW |82836 |1667 |34895 |5 |2 |F63100|0 |2 |0 |
+ROW |82837 |1667 |34894 |5 |3 |A54F10|0 |2 |0 |
+ROW |82838 |1667 |34893 |5 |4 |FC6EA3|0 |2 |0 |
+ROW |82839 |1668 |34910 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82840 |1668 |34911 |5 |1 |2774A4|0 |2 |0 |
+ROW |82841 |1668 |34909 |5 |2 |F63100|0 |2 |0 |
+ROW |82842 |1669 |34913 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82843 |1669 |34912 |5 |1 |2774A4|0 |2 |0 |
+ROW |82844 |1669 |34917 |5 |2 |F63100|0 |2 |0 |
+ROW |82845 |1669 |34915 |5 |3 |A54F10|0 |2 |0 |
+ROW |82846 |1669 |34914 |5 |4 |FC6EA3|0 |2 |0 |
+ROW |82847 |1669 |34916 |5 |5 |6C59DC|0 |2 |0 |
+ROW |82848 |1669 |34918 |5 |6 |AC8C14|0 |2 |0 |
+ROW |82849 |1669 |34919 |5 |7 |611F27|0 |2 |0 |
+ROW |82850 |1670 |34925 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82851 |1670 |34926 |5 |1 |2774A4|0 |2 |0 |
+ROW |82852 |1670 |34927 |5 |2 |F63100|0 |2 |0 |
+ROW |82853 |1671 |34934 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82854 |1671 |34935 |5 |1 |2774A4|0 |2 |0 |
+ROW |82855 |1671 |34936 |5 |2 |F63100|0 |2 |0 |
+ROW |82856 |1672 |34854 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82857 |1672 |34850 |5 |1 |2774A4|0 |2 |0 |
+ROW |82858 |1672 |34846 |5 |2 |F63100|0 |2 |0 |
+ROW |82859 |1672 |34845 |5 |3 |A54F10|0 |2 |0 |
+ROW |82860 |1673 |34852 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82861 |1674 |34848 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82862 |1674 |34849 |5 |1 |2774A4|0 |2 |0 |
+ROW |82863 |1674 |34847 |5 |2 |F63100|0 |2 |0 |
+ROW |82864 |1675 |34858 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82865 |1867 |36852 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82866 |1867 |36853 |0 |1 |2774A4|0 |2 |0 |
+ROW |82867 |1867 |36851 |0 |2 |F63100|0 |2 |0 |
+ROW |82868 |1867 |36850 |0 |3 |A54F10|0 |2 |0 |
+ROW |82869 |1867 |36849 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82870 |1868 |36887 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82871 |1869 |36874 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82872 |1869 |36854 |0 |1 |F63100|0 |2 |0 |
+ROW |82873 |1869 |36872 |0 |2 |2774A4|0 |2 |0 |
+ROW |82874 |1869 |36878 |0 |3 |A54F10|0 |2 |0 |
+ROW |82875 |1869 |36873 |0 |4 |6C59DC|1 |2 |0 |
+ROW |82876 |1869 |36867 |0 |5 |FC6EA3|1 |2 |0 |
+ROW |82877 |1869 |36871 |0 |6 |AC8C14|1 |2 |0 |
+ROW |82878 |1869 |36877 |0 |7 |611F27|1 |2 |0 |
+ROW |82879 |1870 |36870 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82880 |1870 |36859 |2 |1 |2774A4|0 |2 |0 |
+ROW |82881 |1870 |36864 |0 |2 |F63100|1 |2 |0 |
+ROW |82882 |1870 |36875 |0 |3 |A54F10|1 |2 |0 |
+ROW |82883 |1870 |36865 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |82884 |1870 |36876 |0 |5 |6C59DC|1 |2 |0 |
+ROW |82885 |1871 |36863 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82886 |1871 |36869 |0 |1 |F63100|0 |2 |0 |
+ROW |82887 |1871 |36861 |0 |2 |2774A4|0 |2 |0 |
+ROW |82888 |1871 |36866 |0 |3 |A54F10|0 |2 |0 |
+ROW |82889 |1871 |36862 |0 |4 |6C59DC|1 |2 |0 |
+ROW |82890 |1871 |36868 |0 |5 |FC6EA3|1 |2 |0 |
+ROW |82891 |1871 |36860 |0 |6 |AC8C14|1 |2 |0 |
+ROW |82892 |1871 |36855 |0 |7 |611F27|1 |2 |0 |
+ROW |82893 |1872 |36880 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82894 |1872 |36882 |5 |1 |2774A4|0 |2 |0 |
+ROW |82895 |1873 |36885 |0 |0 |969696|0 |9 |2 |
+ROW |82896 |1873 |36886 |0 |1 |C80000|0 |9 |0 |
+ROW |82897 |1874 |36806 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82898 |1874 |36822 |0 |1 |2774A4|0 |2 |0 |
+ROW |82899 |1875 |36819 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82900 |1875 |36815 |5 |1 |2774A4|0 |2 |0 |
+ROW |82901 |1876 |36820 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82902 |1877 |36831 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82903 |1877 |36829 |0 |1 |2774A4|0 |2 |0 |
+ROW |82904 |1877 |36830 |0 |2 |F63100|0 |2 |0 |
+ROW |82905 |1877 |36833 |0 |3 |A54F10|0 |2 |0 |
+ROW |82906 |1877 |36824 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82907 |1877 |36832 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82908 |1878 |36803 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82909 |1878 |36813 |0 |1 |2774A4|0 |2 |0 |
+ROW |82910 |1879 |36812 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82911 |1879 |36804 |0 |1 |2774A4|0 |2 |0 |
+ROW |82912 |1879 |36821 |0 |2 |F63100|0 |2 |0 |
+ROW |82913 |1879 |36805 |0 |3 |A54F10|1 |2 |0 |
+ROW |82914 |1287 |31890 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82915 |1287 |31882 |0 |1 |2774A4|0 |2 |0 |
+ROW |82916 |1287 |31880 |0 |2 |F63100|0 |2 |0 |
+ROW |82917 |1287 |31883 |0 |3 |A54F10|0 |2 |0 |
+ROW |82918 |1288 |31889 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82919 |1288 |31881 |0 |1 |2774A4|0 |2 |0 |
+ROW |82920 |1288 |31888 |0 |2 |F63100|0 |2 |0 |
+ROW |82921 |1289 |31900 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82922 |1289 |31895 |0 |1 |2774A4|0 |2 |0 |
+ROW |82923 |1289 |31899 |0 |2 |F63100|0 |2 |0 |
+ROW |82924 |1289 |31902 |0 |3 |A54F10|0 |2 |0 |
+ROW |82925 |1290 |31907 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82926 |1290 |31908 |0 |1 |2774A4|0 |2 |0 |
+ROW |82927 |1290 |31906 |0 |2 |F63100|0 |2 |0 |
+ROW |82928 |1909 |37084 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82929 |1909 |37092 |0 |1 |2774A4|0 |2 |0 |
+ROW |82930 |1909 |37081 |0 |2 |F63100|0 |2 |0 |
+ROW |82931 |1909 |37090 |0 |3 |A54F10|0 |2 |0 |
+ROW |82932 |1909 |37086 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82933 |1909 |37096 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82934 |1909 |37083 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82935 |1909 |37094 |0 |7 |611F27|0 |2 |0 |
+ROW |82936 |1910 |37097 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82937 |1910 |37091 |0 |1 |2774A4|0 |2 |0 |
+ROW |82938 |1910 |37087 |0 |2 |F63100|0 |2 |0 |
+ROW |82939 |1910 |37088 |0 |3 |A54F10|0 |2 |0 |
+ROW |82940 |1910 |37085 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82941 |1910 |37095 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82942 |1910 |37082 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82943 |1910 |37093 |0 |7 |611F27|0 |2 |0 |
+ROW |82944 |1911 |37020 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82945 |1911 |37021 |0 |1 |2774A4|0 |2 |0 |
+ROW |82946 |1911 |37019 |0 |2 |F63100|0 |2 |0 |
+ROW |82947 |1912 |37044 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82948 |1912 |37049 |2 |1 |FF0000|0 |2 |0 |
+ROW |82949 |1913 |37048 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82950 |1417 |32839 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82951 |1417 |32838 |0 |1 |2774A4|0 |2 |0 |
+ROW |82952 |1914 |37051 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82953 |1914 |37046 |2 |1 |FF0000|0 |2 |0 |
+ROW |82954 |1915 |37016 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82955 |1915 |37015 |0 |1 |2774A4|0 |2 |0 |
+ROW |82956 |1915 |37014 |0 |2 |F63100|0 |2 |0 |
+ROW |82957 |1916 |37026 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82958 |1916 |37024 |0 |1 |2774A4|0 |2 |0 |
+ROW |82959 |1916 |37034 |0 |2 |F63100|0 |2 |0 |
+ROW |82960 |1916 |37032 |0 |3 |A54F10|0 |2 |0 |
+ROW |82961 |1916 |37029 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82962 |1916 |37027 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82963 |1916 |37036 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82964 |1916 |37022 |0 |7 |611F27|0 |2 |0 |
+ROW |82965 |1917 |37031 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82966 |1917 |37023 |0 |1 |2774A4|0 |2 |0 |
+ROW |82967 |1917 |37035 |0 |2 |F63100|0 |2 |0 |
+ROW |82968 |1917 |37033 |0 |3 |A54F10|0 |2 |0 |
+ROW |82969 |1917 |37030 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82970 |1917 |37028 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82971 |1917 |37025 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82972 |1917 |37013 |0 |7 |611F27|0 |2 |0 |
+ROW |82973 |1918 |37041 |2 |0 |1A7C11|0 |2 |0 |
+ROW |82974 |1919 |37017 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82975 |1920 |37039 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82976 |1920 |37040 |0 |1 |2774A4|0 |2 |0 |
+ROW |82977 |1921 |37038 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82978 |1922 |33000 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82979 |1922 |33015 |0 |1 |2774A4|0 |2 |0 |
+ROW |82980 |1922 |33013 |0 |2 |F63100|0 |2 |0 |
+ROW |82981 |1922 |33011 |0 |3 |A54F10|0 |2 |0 |
+ROW |82982 |1922 |33009 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82983 |1922 |33003 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82984 |1922 |33006 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82985 |1922 |33001 |0 |7 |611F27|0 |2 |0 |
+ROW |82986 |1923 |33004 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82987 |1923 |33014 |0 |1 |2774A4|0 |2 |0 |
+ROW |82988 |1923 |33012 |0 |2 |F63100|0 |2 |0 |
+ROW |82989 |1923 |33010 |0 |3 |A54F10|0 |2 |0 |
+ROW |82990 |1923 |33007 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |82991 |1923 |33002 |0 |5 |6C59DC|0 |2 |0 |
+ROW |82992 |1923 |33005 |0 |6 |AC8C14|0 |2 |0 |
+ROW |82993 |1923 |33016 |0 |7 |611F27|0 |2 |0 |
+ROW |82994 |1428 |32937 |0 |0 |1A7C11|0 |2 |0 |
+ROW |82995 |1428 |32938 |0 |1 |2774A4|0 |2 |0 |
+ROW |82996 |1428 |32936 |0 |2 |F63100|0 |2 |0 |
+ROW |82997 |1429 |32969 |5 |0 |1A7C11|0 |2 |0 |
+ROW |82998 |1429 |32967 |2 |1 |FF0000|0 |2 |0 |
+ROW |82999 |1430 |32966 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83000 |1431 |32964 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83001 |1431 |32962 |2 |1 |FF0000|0 |2 |0 |
+ROW |83002 |1432 |32933 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83003 |1432 |32932 |0 |1 |2774A4|0 |2 |0 |
+ROW |83004 |1432 |32955 |0 |2 |F63100|0 |2 |0 |
+ROW |83005 |1433 |32947 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83006 |1433 |32953 |0 |1 |2774A4|0 |2 |0 |
+ROW |83007 |1433 |32951 |0 |2 |F63100|0 |2 |0 |
+ROW |83008 |1433 |32949 |0 |3 |A54F10|0 |2 |0 |
+ROW |83009 |1433 |32945 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83010 |1433 |32943 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83011 |1433 |32941 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83012 |1433 |32939 |0 |7 |611F27|0 |2 |0 |
+ROW |83013 |1434 |32948 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83014 |1434 |32954 |0 |1 |2774A4|0 |2 |0 |
+ROW |83015 |1434 |32952 |0 |2 |F63100|0 |2 |0 |
+ROW |83016 |1434 |32950 |0 |3 |A54F10|0 |2 |0 |
+ROW |83017 |1434 |32946 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83018 |1434 |32944 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83019 |1434 |32942 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83020 |1434 |32940 |0 |7 |611F27|0 |2 |0 |
+ROW |83021 |1435 |32960 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83022 |1436 |32934 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83023 |1437 |32957 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83024 |1437 |32958 |0 |1 |2774A4|0 |2 |0 |
+ROW |83025 |1438 |32970 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83026 |1291 |31947 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83027 |1291 |31946 |0 |1 |2774A4|0 |2 |0 |
+ROW |83028 |1880 |31952 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83029 |1880 |31938 |0 |1 |2774A4|0 |2 |0 |
+ROW |83030 |1880 |31950 |0 |2 |F63100|0 |2 |0 |
+ROW |83031 |1293 |31939 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83032 |1293 |31945 |0 |1 |2774A4|0 |2 |0 |
+ROW |83033 |1293 |31942 |0 |2 |F63100|0 |2 |0 |
+ROW |83034 |1294 |31959 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83035 |1294 |31962 |0 |1 |2774A4|0 |2 |0 |
+ROW |83036 |1295 |31918 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83037 |1295 |31916 |0 |1 |2774A4|0 |2 |0 |
+ROW |83038 |1295 |31917 |0 |2 |F63100|0 |2 |0 |
+ROW |83039 |1296 |31919 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83040 |1296 |31920 |0 |1 |2774A4|0 |2 |0 |
+ROW |83041 |1296 |31921 |0 |2 |F63100|0 |2 |0 |
+ROW |83042 |1297 |31911 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83043 |1297 |31944 |0 |1 |2774A4|0 |2 |0 |
+ROW |83044 |1298 |31953 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83045 |1298 |31954 |0 |1 |2774A4|0 |2 |0 |
+ROW |83046 |1298 |31960 |0 |2 |F63100|0 |2 |0 |
+ROW |83047 |1298 |31961 |0 |3 |A54F10|0 |2 |0 |
+ROW |83048 |1298 |31957 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83049 |1298 |31958 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83050 |1298 |31912 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83051 |1298 |31913 |0 |7 |611F27|0 |2 |0 |
+ROW |83052 |1298 |31914 |0 |8 |F230E0|0 |2 |0 |
+ROW |83053 |1298 |31915 |0 |9 |FFAD40|0 |2 |0 |
+ROW |83054 |1298 |31948 |0 |10 |40CDFF|0 |2 |0 |
+ROW |83055 |1298 |31949 |0 |11 |40FFA0|0 |2 |0 |
+ROW |83056 |1317 |32146 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83057 |1317 |32145 |5 |1 |2774A4|0 |2 |0 |
+ROW |83058 |1318 |32151 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83059 |1318 |32150 |5 |1 |2774A4|0 |2 |0 |
+ROW |83060 |1318 |32153 |5 |2 |F63100|0 |2 |0 |
+ROW |83061 |1318 |32152 |5 |3 |A54F10|0 |2 |0 |
+ROW |83062 |1319 |32157 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83063 |1319 |32155 |5 |1 |2774A4|0 |2 |0 |
+ROW |83064 |1319 |32156 |5 |2 |F63100|0 |2 |0 |
+ROW |83065 |1520 |34128 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83066 |1520 |34127 |0 |1 |2774A4|0 |2 |0 |
+ROW |83067 |1520 |34130 |0 |2 |F63100|0 |2 |0 |
+ROW |83068 |1520 |34131 |0 |3 |A54F10|0 |2 |0 |
+ROW |83069 |1520 |34132 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83070 |1521 |34134 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83071 |1521 |34149 |0 |1 |2774A4|0 |2 |0 |
+ROW |83072 |1521 |34153 |0 |2 |F63100|0 |2 |0 |
+ROW |83073 |1521 |34152 |0 |3 |A54F10|0 |2 |0 |
+ROW |83074 |1521 |34150 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83075 |1521 |34148 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83076 |1522 |34167 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83077 |1522 |34166 |0 |1 |2774A4|0 |2 |0 |
+ROW |83078 |1523 |34164 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83079 |1523 |34165 |0 |1 |2774A4|0 |2 |0 |
+ROW |83080 |1524 |34108 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83081 |1524 |34109 |0 |1 |2774A4|0 |2 |0 |
+ROW |83082 |1524 |34110 |0 |2 |F63100|0 |2 |0 |
+ROW |83083 |1524 |34111 |0 |3 |A54F10|0 |2 |0 |
+ROW |83084 |1524 |34113 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83085 |1524 |34107 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83086 |1524 |34114 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83087 |1524 |34116 |0 |7 |611F27|0 |2 |0 |
+ROW |83088 |1524 |34122 |0 |8 |F230E0|0 |2 |0 |
+ROW |83089 |1881 |23357 |0 |0 |DD0000|0 |2 |0 |
+ROW |83090 |1881 |23341 |0 |1 |00DDDD|0 |2 |0 |
+ROW |83091 |1881 |23342 |0 |2 |3333FF|0 |2 |0 |
+ROW |83092 |1881 |28251 |0 |3 |00FF00|0 |2 |0 |
+ROW |83093 |1882 |23345 |0 |0 |990099|0 |2 |0 |
+ROW |83094 |1882 |23348 |0 |1 |990000|0 |2 |0 |
+ROW |83095 |1882 |23355 |0 |2 |0000EE|0 |2 |0 |
+ROW |83096 |1882 |23352 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83097 |1882 |23356 |0 |4 |007700|0 |2 |0 |
+ROW |83098 |1882 |23354 |0 |5 |003300|0 |2 |0 |
+ROW |83099 |1882 |23346 |0 |6 |33FFFF|0 |2 |0 |
+ROW |83100 |1882 |23349 |0 |7 |DD0000|0 |2 |0 |
+ROW |83101 |1882 |23344 |0 |8 |000099|0 |2 |0 |
+ROW |83102 |1882 |28250 |0 |9 |00FF00|0 |2 |0 |
+ROW |83103 |1883 |23353 |0 |0 |FFAA00|0 |2 |0 |
+ROW |83104 |1883 |23347 |0 |1 |990099|0 |2 |0 |
+ROW |83105 |1883 |23350 |0 |2 |EE0000|0 |2 |0 |
+ROW |83106 |1883 |23343 |0 |3 |FF66FF|0 |2 |0 |
+ROW |83107 |1883 |23351 |0 |4 |0000EE|0 |2 |0 |
+ROW |83108 |1883 |23360 |0 |5 |00EE00|0 |2 |0 |
+ROW |83109 |1883 |25369 |0 |6 |009999|0 |2 |0 |
+ROW |83110 |1883 |25368 |0 |7 |BBBB00|0 |2 |0 |
+ROW |83111 |1883 |28618 |0 |8 |990000|0 |2 |0 |
+ROW |83112 |1883 |28619 |0 |9 |008800|0 |2 |0 |
+ROW |83113 |1884 |28617 |0 |0 |008800|0 |2 |0 |
+ROW |83114 |1885 |23340 |5 |0 |00C800|0 |2 |0 |
+ROW |83115 |1885 |23358 |0 |1 |C80000|0 |2 |0 |
+ROW |83116 |1886 |36910 |0 |0 |DD0000|0 |2 |0 |
+ROW |83117 |1886 |36896 |0 |1 |00DDDD|0 |2 |0 |
+ROW |83118 |1886 |36901 |0 |2 |3333FF|0 |2 |0 |
+ROW |83119 |1886 |36900 |0 |3 |00FF00|0 |2 |0 |
+ROW |83120 |1887 |36922 |0 |0 |990099|0 |2 |0 |
+ROW |83121 |1887 |36924 |0 |1 |990000|0 |2 |0 |
+ROW |83122 |1887 |36921 |0 |2 |0000EE|0 |2 |0 |
+ROW |83123 |1887 |36915 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83124 |1887 |36920 |0 |4 |007700|0 |2 |0 |
+ROW |83125 |1887 |36919 |0 |5 |003300|0 |2 |0 |
+ROW |83126 |1887 |36930 |0 |6 |33FFFF|0 |2 |0 |
+ROW |83127 |1887 |36923 |0 |7 |DD0000|0 |2 |0 |
+ROW |83128 |1887 |36928 |0 |8 |000099|0 |2 |0 |
+ROW |83129 |1887 |36904 |0 |9 |00FF00|0 |2 |0 |
+ROW |83130 |1888 |36918 |0 |0 |FFAA00|0 |2 |0 |
+ROW |83131 |1888 |36912 |0 |1 |990099|0 |2 |0 |
+ROW |83132 |1888 |36917 |0 |2 |EE0000|0 |2 |0 |
+ROW |83133 |1888 |36927 |0 |3 |FF66FF|0 |2 |0 |
+ROW |83134 |1888 |36916 |0 |4 |0000EE|0 |2 |0 |
+ROW |83135 |1888 |36914 |0 |5 |00EE00|0 |2 |0 |
+ROW |83136 |1888 |36929 |0 |6 |009999|0 |2 |0 |
+ROW |83137 |1888 |36913 |0 |7 |BBBB00|0 |2 |0 |
+ROW |83138 |1888 |36925 |0 |8 |990000|0 |2 |0 |
+ROW |83139 |1888 |36926 |0 |9 |008800|0 |2 |0 |
+ROW |83140 |1889 |36911 |0 |0 |008800|0 |2 |0 |
+ROW |83141 |1890 |36903 |5 |0 |00C800|0 |2 |0 |
+ROW |83142 |1890 |36894 |0 |1 |C80000|0 |2 |0 |
+ROW |83143 |1525 |22404 |0 |0 |990099|0 |2 |0 |
+ROW |83144 |1525 |22399 |0 |1 |990000|0 |2 |0 |
+ROW |83145 |1525 |22416 |0 |2 |0000EE|0 |2 |0 |
+ROW |83146 |1525 |25366 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83147 |1525 |22418 |0 |4 |009600|0 |2 |0 |
+ROW |83148 |1525 |22402 |0 |5 |003300|0 |2 |0 |
+ROW |83149 |1525 |22400 |0 |6 |33FFFF|0 |2 |0 |
+ROW |83150 |1525 |22689 |0 |7 |DD0000|0 |2 |0 |
+ROW |83151 |1525 |23171 |0 |8 |000099|0 |2 |0 |
+ROW |83152 |1525 |22401 |0 |9 |00FF00|0 |2 |0 |
+ROW |83153 |1526 |23269 |0 |0 |990099|0 |2 |0 |
+ROW |83154 |1526 |23264 |0 |1 |990000|0 |2 |0 |
+ROW |83155 |1526 |23261 |0 |2 |0000EE|0 |2 |0 |
+ROW |83156 |1526 |25367 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83157 |1526 |23260 |0 |4 |009600|0 |2 |0 |
+ROW |83158 |1526 |23259 |0 |5 |003300|0 |2 |0 |
+ROW |83159 |1526 |23270 |0 |6 |33FFFF|0 |2 |0 |
+ROW |83160 |1526 |23262 |0 |7 |DD0000|0 |2 |0 |
+ROW |83161 |1526 |23267 |0 |8 |000099|0 |2 |0 |
+ROW |83162 |1526 |23328 |0 |9 |00FF00|0 |2 |0 |
+ROW |83163 |1527 |22406 |0 |0 |00EE00|0 |2 |0 |
+ROW |83164 |1527 |25665 |0 |1 |0000EE|0 |2 |0 |
+ROW |83165 |1527 |25666 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83166 |1527 |28537 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83167 |1527 |28535 |0 |4 |990099|0 |2 |0 |
+ROW |83168 |1528 |23257 |0 |0 |00EE00|0 |2 |0 |
+ROW |83169 |1528 |25667 |0 |1 |0000EE|0 |2 |0 |
+ROW |83170 |1528 |25668 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83171 |1528 |28538 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83172 |1528 |28536 |0 |4 |990099|0 |2 |0 |
+ROW |83173 |1529 |22426 |0 |0 |00EE00|0 |2 |0 |
+ROW |83174 |1529 |22408 |0 |1 |FFAA00|0 |2 |0 |
+ROW |83175 |1529 |22412 |0 |2 |990099|0 |2 |0 |
+ROW |83176 |1529 |22414 |0 |3 |FF66FF|0 |2 |0 |
+ROW |83177 |1529 |23663 |0 |4 |009999|0 |2 |0 |
+ROW |83178 |1529 |22430 |0 |5 |8048B4|0 |2 |0 |
+ROW |83179 |1529 |22420 |0 |6 |FD5434|0 |2 |0 |
+ROW |83180 |1530 |23268 |0 |0 |00EE00|0 |2 |0 |
+ROW |83181 |1530 |23258 |0 |1 |FFAA00|0 |2 |0 |
+ROW |83182 |1530 |23253 |0 |2 |990099|0 |2 |0 |
+ROW |83183 |1530 |23266 |0 |3 |FF66FF|0 |2 |0 |
+ROW |83184 |1530 |23664 |0 |4 |009999|0 |2 |0 |
+ROW |83185 |1530 |23255 |0 |5 |8048B4|0 |2 |0 |
+ROW |83186 |1530 |23265 |0 |6 |FD5434|0 |2 |0 |
+ROW |83187 |1531 |22422 |0 |0 |00EE00|0 |2 |0 |
+ROW |83188 |1531 |22424 |0 |1 |0000EE|0 |2 |0 |
+ROW |83189 |1531 |25370 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83190 |1531 |29822 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83191 |1532 |23256 |0 |0 |00EE00|0 |2 |0 |
+ROW |83192 |1532 |23252 |0 |1 |0000EE|0 |2 |0 |
+ROW |83193 |1532 |25371 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83194 |1532 |29823 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83195 |1535 |22199 |0 |0 |C80000|0 |2 |0 |
+ROW |83196 |1535 |22196 |0 |1 |00C800|0 |2 |0 |
+ROW |83197 |1536 |23628 |0 |0 |C80000|0 |2 |0 |
+ROW |83198 |1536 |23625 |0 |1 |00C800|0 |2 |0 |
+ROW |83199 |1537 |22185 |0 |0 |009900|0 |2 |0 |
+ROW |83200 |1537 |22189 |0 |1 |DD0000|0 |2 |0 |
+ROW |83201 |1537 |22396 |0 |2 |00DDDD|0 |2 |0 |
+ROW |83202 |1537 |22183 |0 |3 |3333FF|0 |2 |0 |
+ROW |83203 |1537 |22191 |0 |4 |999900|0 |2 |0 |
+ROW |83204 |1537 |23634 |0 |5 |00FF00|0 |2 |0 |
+ROW |83205 |1538 |23276 |0 |0 |009900|0 |2 |0 |
+ROW |83206 |1538 |23273 |0 |1 |DD0000|0 |2 |0 |
+ROW |83207 |1538 |23275 |0 |2 |00DDDD|0 |2 |0 |
+ROW |83208 |1538 |23274 |0 |3 |3333FF|0 |2 |0 |
+ROW |83209 |1538 |23620 |0 |4 |999900|0 |2 |0 |
+ROW |83210 |1538 |23635 |0 |5 |00FF00|0 |2 |0 |
+ROW |83211 |1539 |22404 |0 |0 |990099|0 |2 |0 |
+ROW |83212 |1539 |22399 |0 |1 |990000|0 |2 |0 |
+ROW |83213 |1539 |22416 |0 |2 |0000EE|0 |2 |0 |
+ROW |83214 |1539 |22430 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83215 |1539 |22418 |0 |4 |009600|0 |2 |0 |
+ROW |83216 |1539 |22402 |0 |5 |003300|0 |2 |0 |
+ROW |83217 |1539 |22420 |0 |6 |CCCC00|0 |2 |0 |
+ROW |83218 |1539 |22400 |0 |7 |33FFFF|0 |2 |0 |
+ROW |83219 |1539 |22689 |0 |8 |DD0000|0 |2 |0 |
+ROW |83220 |1539 |23171 |0 |9 |000099|0 |2 |0 |
+ROW |83221 |1539 |22401 |0 |10 |00FF00|0 |2 |0 |
+ROW |83222 |1540 |23269 |0 |0 |990099|0 |2 |0 |
+ROW |83223 |1540 |23264 |0 |1 |990000|0 |2 |0 |
+ROW |83224 |1540 |23261 |0 |2 |0000EE|0 |2 |0 |
+ROW |83225 |1540 |23255 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83226 |1540 |23260 |0 |4 |009600|0 |2 |0 |
+ROW |83227 |1540 |23259 |0 |5 |003300|0 |2 |0 |
+ROW |83228 |1540 |23265 |0 |6 |CCCC00|0 |2 |0 |
+ROW |83229 |1540 |23270 |0 |7 |33FFFF|0 |2 |0 |
+ROW |83230 |1540 |23262 |0 |8 |DD0000|0 |2 |0 |
+ROW |83231 |1540 |23267 |0 |9 |000099|0 |2 |0 |
+ROW |83232 |1540 |23328 |0 |10 |00FF00|0 |2 |0 |
+ROW |83233 |1541 |22426 |0 |0 |00EE00|0 |2 |0 |
+ROW |83234 |1541 |22422 |0 |1 |0000EE|0 |2 |0 |
+ROW |83235 |1541 |22408 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83236 |1541 |22424 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83237 |1541 |22412 |0 |4 |990099|0 |2 |0 |
+ROW |83238 |1541 |22406 |0 |5 |EE0000|0 |2 |0 |
+ROW |83239 |1541 |22414 |0 |6 |FF66FF|0 |2 |0 |
+ROW |83240 |1541 |23663 |0 |7 |009999|0 |2 |0 |
+ROW |83241 |1541 |25366 |0 |8 |BBBB00|0 |2 |0 |
+ROW |83242 |1541 |25370 |0 |9 |AA0000|0 |2 |0 |
+ROW |83243 |1541 |25665 |0 |10 |990000|0 |2 |0 |
+ROW |83244 |1541 |25666 |0 |11 |008800|0 |2 |0 |
+ROW |83245 |1541 |28535 |0 |12 |80B0E0|0 |2 |0 |
+ROW |83246 |1541 |28537 |0 |13 |4080B0|0 |2 |0 |
+ROW |83247 |1541 |29822 |0 |14 |8000FF|0 |2 |0 |
+ROW |83248 |1542 |23268 |0 |0 |00EE00|0 |2 |0 |
+ROW |83249 |1542 |23256 |0 |1 |0000EE|0 |2 |0 |
+ROW |83250 |1542 |23258 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83251 |1542 |23252 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83252 |1542 |23253 |0 |4 |990099|0 |2 |0 |
+ROW |83253 |1542 |23257 |0 |5 |EE0000|0 |2 |0 |
+ROW |83254 |1542 |23266 |0 |6 |FF66FF|0 |2 |0 |
+ROW |83255 |1542 |23664 |0 |7 |009999|0 |2 |0 |
+ROW |83256 |1542 |25367 |0 |8 |BBBB00|0 |2 |0 |
+ROW |83257 |1542 |25371 |0 |9 |AA0000|0 |2 |0 |
+ROW |83258 |1542 |25667 |0 |10 |990000|0 |2 |0 |
+ROW |83259 |1542 |25668 |0 |11 |008800|0 |2 |0 |
+ROW |83260 |1542 |28536 |0 |12 |80B0E0|0 |2 |0 |
+ROW |83261 |1542 |28538 |0 |13 |4080B0|0 |2 |0 |
+ROW |83262 |1542 |29823 |0 |14 |8000FF|0 |2 |0 |
+ROW |83263 |1543 |28248 |0 |0 |008800|0 |2 |0 |
+ROW |83264 |1543 |28533 |0 |1 |EE0000|0 |2 |0 |
+ROW |83265 |1544 |28249 |0 |0 |008800|0 |2 |0 |
+ROW |83266 |1544 |28534 |0 |1 |EE0000|0 |2 |0 |
+ROW |83267 |1545 |22187 |5 |0 |00C800|0 |2 |0 |
+ROW |83268 |1545 |23251 |0 |1 |F63100|0 |2 |0 |
+ROW |83269 |1546 |23277 |5 |0 |00C800|0 |2 |0 |
+ROW |83270 |1546 |23272 |0 |1 |F63100|0 |2 |0 |
+ROW |83271 |1547 |28581 |0 |0 |990099|0 |2 |0 |
+ROW |83272 |1547 |28574 |0 |1 |990000|0 |2 |0 |
+ROW |83273 |1547 |28571 |0 |2 |0000EE|0 |2 |0 |
+ROW |83274 |1547 |28562 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83275 |1547 |28570 |0 |4 |009600|0 |2 |0 |
+ROW |83276 |1547 |28569 |0 |5 |003300|0 |2 |0 |
+ROW |83277 |1547 |28552 |0 |6 |33FFFF|0 |2 |0 |
+ROW |83278 |1547 |28573 |0 |7 |DD0000|0 |2 |0 |
+ROW |83279 |1547 |28579 |0 |8 |000099|0 |2 |0 |
+ROW |83280 |1547 |28559 |0 |9 |00FF00|0 |2 |0 |
+ROW |83281 |1548 |28567 |0 |0 |00EE00|0 |2 |0 |
+ROW |83282 |1548 |28575 |0 |1 |0000EE|0 |2 |0 |
+ROW |83283 |1548 |28576 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83284 |1548 |28583 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83285 |1548 |28582 |0 |4 |990099|0 |2 |0 |
+ROW |83286 |1549 |28572 |0 |0 |00EE00|0 |2 |0 |
+ROW |83287 |1549 |28568 |0 |1 |FFAA00|0 |2 |0 |
+ROW |83288 |1549 |28564 |0 |2 |990099|0 |2 |0 |
+ROW |83289 |1549 |28578 |0 |3 |FF66FF|0 |2 |0 |
+ROW |83290 |1549 |28580 |0 |4 |009999|0 |2 |0 |
+ROW |83291 |1549 |28565 |0 |5 |8048B4|0 |2 |0 |
+ROW |83292 |1549 |28577 |0 |6 |FD5434|0 |2 |0 |
+ROW |83293 |1550 |28566 |0 |0 |00EE00|0 |2 |0 |
+ROW |83294 |1550 |28561 |0 |1 |0000EE|0 |2 |0 |
+ROW |83295 |1550 |28563 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83296 |1550 |29821 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83297 |1552 |28546 |0 |0 |C80000|0 |2 |0 |
+ROW |83298 |1552 |28545 |0 |1 |00C800|0 |2 |0 |
+ROW |83299 |1553 |28551 |0 |0 |009900|0 |2 |0 |
+ROW |83300 |1553 |28543 |0 |1 |DD0000|0 |2 |0 |
+ROW |83301 |1553 |28542 |0 |2 |00DDDD|0 |2 |0 |
+ROW |83302 |1553 |28549 |0 |3 |3333FF|0 |2 |0 |
+ROW |83303 |1553 |28544 |0 |4 |999900|0 |2 |0 |
+ROW |83304 |1553 |28548 |0 |5 |00FF00|0 |2 |0 |
+ROW |83305 |1554 |28581 |0 |0 |990099|0 |2 |0 |
+ROW |83306 |1554 |28574 |0 |1 |990000|0 |2 |0 |
+ROW |83307 |1554 |28571 |0 |2 |0000EE|0 |2 |0 |
+ROW |83308 |1554 |28565 |0 |3 |FF33FF|0 |2 |0 |
+ROW |83309 |1554 |28570 |0 |4 |009600|0 |2 |0 |
+ROW |83310 |1554 |28569 |0 |5 |003300|0 |2 |0 |
+ROW |83311 |1554 |28577 |0 |6 |CCCC00|0 |2 |0 |
+ROW |83312 |1554 |28552 |0 |7 |33FFFF|0 |2 |0 |
+ROW |83313 |1554 |28573 |0 |8 |DD0000|0 |2 |0 |
+ROW |83314 |1554 |28579 |0 |9 |000099|0 |2 |0 |
+ROW |83315 |1554 |28559 |0 |10 |00FF00|0 |2 |0 |
+ROW |83316 |1555 |28572 |0 |0 |00EE00|0 |2 |0 |
+ROW |83317 |1555 |28566 |0 |1 |0000EE|0 |2 |0 |
+ROW |83318 |1555 |28568 |0 |2 |FFAA00|0 |2 |0 |
+ROW |83319 |1555 |28561 |0 |3 |00EEEE|0 |2 |0 |
+ROW |83320 |1555 |28564 |0 |4 |990099|0 |2 |0 |
+ROW |83321 |1555 |28567 |0 |5 |EE0000|0 |2 |0 |
+ROW |83322 |1555 |28578 |0 |6 |FF66FF|0 |2 |0 |
+ROW |83323 |1555 |28580 |0 |7 |009999|0 |2 |0 |
+ROW |83324 |1555 |28562 |0 |8 |BBBB00|0 |2 |0 |
+ROW |83325 |1555 |28563 |0 |9 |AA0000|0 |2 |0 |
+ROW |83326 |1555 |28575 |0 |10 |990000|0 |2 |0 |
+ROW |83327 |1555 |28576 |0 |11 |008800|0 |2 |0 |
+ROW |83328 |1555 |28582 |0 |12 |80B0E0|0 |2 |0 |
+ROW |83329 |1555 |28583 |0 |13 |4080B0|0 |2 |0 |
+ROW |83330 |1555 |29821 |0 |14 |8000FF|0 |2 |0 |
+ROW |83331 |1556 |28560 |0 |0 |008800|0 |2 |0 |
+ROW |83332 |1556 |28584 |0 |1 |EE0000|0 |2 |0 |
+ROW |83333 |1557 |28550 |5 |0 |00C800|0 |2 |0 |
+ROW |83334 |1557 |28540 |0 |1 |F63100|0 |2 |0 |
+ROW |83335 |1320 |32196 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83336 |1320 |32197 |0 |1 |2774A4|0 |2 |0 |
+ROW |83337 |1320 |32195 |2 |2 |F63100|0 |2 |0 |
+ROW |83338 |1321 |32200 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83339 |1321 |32199 |0 |1 |2774A4|0 |2 |0 |
+ROW |83340 |1322 |32175 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83341 |1322 |32165 |0 |1 |2774A4|0 |2 |0 |
+ROW |83342 |1323 |32162 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83343 |1323 |32163 |0 |1 |2774A4|0 |2 |0 |
+ROW |83344 |1323 |32190 |2 |2 |F63100|0 |2 |0 |
+ROW |83345 |1324 |32192 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83346 |1324 |32179 |0 |1 |2774A4|0 |2 |0 |
+ROW |83347 |1325 |32168 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83348 |1325 |32166 |0 |1 |2774A4|0 |2 |0 |
+ROW |83349 |472 |22945 |5 |0 |00AA00|0 |2 |0 |
+ROW |83350 |472 |22946 |5 |1 |3333FF|0 |2 |0 |
+ROW |83351 |473 |22950 |0 |0 |C80000|0 |2 |2 |
+ROW |83352 |473 |22948 |0 |1 |00C800|0 |2 |0 |
+ROW |83353 |471 |22924 |0 |0 |009900|0 |2 |0 |
+ROW |83354 |471 |22920 |0 |1 |000099|0 |2 |0 |
+ROW |83355 |469 |22922 |0 |0 |009900|0 |2 |0 |
+ROW |83356 |469 |22923 |0 |1 |000099|0 |2 |0 |
+ROW |83357 |469 |22921 |0 |2 |990000|0 |2 |0 |
+ROW |83358 |498 |23109 |0 |0 |009999|0 |2 |0 |
+ROW |83359 |498 |23112 |0 |1 |990099|0 |2 |0 |
+ROW |83360 |498 |23115 |0 |2 |999900|0 |2 |0 |
+ROW |83361 |498 |23113 |0 |3 |990000|0 |2 |0 |
+ROW |83362 |498 |23114 |0 |4 |000099|0 |2 |0 |
+ROW |83363 |498 |23110 |0 |5 |009900|0 |2 |0 |
+ROW |83364 |540 |22942 |5 |0 |00C800|0 |2 |0 |
+ROW |83365 |492 |23073 |5 |0 |00AA00|0 |2 |0 |
+ROW |83366 |492 |23074 |5 |1 |3333FF|0 |2 |0 |
+ROW |83367 |467 |22910 |0 |0 |C80000|0 |2 |2 |
+ROW |83368 |467 |22908 |0 |1 |00C800|0 |2 |0 |
+ROW |83369 |465 |22884 |0 |0 |009900|0 |2 |0 |
+ROW |83370 |465 |22880 |0 |1 |000099|0 |2 |0 |
+ROW |83371 |463 |22882 |0 |0 |009900|0 |2 |0 |
+ROW |83372 |463 |22883 |0 |1 |000099|0 |2 |0 |
+ROW |83373 |463 |22881 |0 |2 |990000|0 |2 |0 |
+ROW |83374 |462 |22886 |1 |0 |009999|0 |2 |0 |
+ROW |83375 |462 |22888 |1 |1 |990099|0 |2 |0 |
+ROW |83376 |462 |22891 |1 |2 |990000|0 |2 |0 |
+ROW |83377 |462 |22892 |1 |3 |000099|0 |2 |0 |
+ROW |83378 |462 |22885 |1 |4 |009900|0 |2 |0 |
+ROW |83379 |541 |22902 |5 |0 |00C800|0 |2 |0 |
+ROW |83380 |464 |22897 |0 |0 |AA0000|0 |2 |2 |
+ROW |83381 |464 |22895 |0 |1 |00AA00|0 |2 |0 |
+ROW |83382 |478 |22985 |5 |0 |00AA00|0 |2 |0 |
+ROW |83383 |478 |22986 |5 |1 |3333FF|0 |2 |0 |
+ROW |83384 |479 |22990 |0 |0 |C80000|0 |2 |2 |
+ROW |83385 |479 |22988 |0 |1 |00C800|0 |2 |0 |
+ROW |83386 |475 |22962 |0 |0 |009900|0 |2 |0 |
+ROW |83387 |475 |22963 |0 |1 |000099|0 |2 |0 |
+ROW |83388 |475 |22961 |0 |2 |990000|0 |2 |0 |
+ROW |83389 |474 |22968 |1 |0 |990099|0 |2 |0 |
+ROW |83390 |474 |22971 |1 |1 |990000|0 |2 |0 |
+ROW |83391 |474 |22972 |1 |2 |000099|0 |2 |0 |
+ROW |83392 |474 |22965 |1 |3 |009900|0 |2 |0 |
+ROW |83393 |542 |22982 |5 |0 |00C800|0 |2 |0 |
+ROW |83394 |491 |23070 |0 |0 |C80000|0 |2 |2 |
+ROW |83395 |491 |23068 |0 |1 |00C800|0 |2 |0 |
+ROW |83396 |487 |23042 |0 |0 |009900|0 |2 |0 |
+ROW |83397 |487 |23043 |0 |1 |000099|0 |2 |0 |
+ROW |83398 |487 |23041 |0 |2 |990000|0 |2 |0 |
+ROW |83399 |543 |23062 |5 |0 |00C800|0 |2 |0 |
+ROW |83400 |494 |23077 |5 |0 |00AA00|0 |2 |0 |
+ROW |83401 |494 |23078 |5 |1 |3333FF|0 |2 |0 |
+ROW |83402 |493 |23075 |5 |0 |00AA00|0 |2 |0 |
+ROW |83403 |493 |23076 |5 |1 |3333FF|0 |2 |0 |
+ROW |83404 |461 |22870 |0 |0 |C80000|0 |2 |2 |
+ROW |83405 |461 |22868 |0 |1 |00C800|0 |2 |0 |
+ROW |83406 |459 |22844 |0 |0 |009900|0 |2 |0 |
+ROW |83407 |459 |22840 |0 |1 |000099|0 |2 |0 |
+ROW |83408 |457 |22842 |0 |0 |009900|0 |2 |0 |
+ROW |83409 |457 |22843 |0 |1 |000099|0 |2 |0 |
+ROW |83410 |457 |22841 |0 |2 |990000|0 |2 |0 |
+ROW |83411 |456 |22846 |1 |0 |009999|0 |2 |0 |
+ROW |83412 |456 |22848 |1 |1 |990099|0 |2 |0 |
+ROW |83413 |456 |22851 |1 |2 |990000|0 |2 |0 |
+ROW |83414 |456 |22852 |1 |3 |000099|0 |2 |0 |
+ROW |83415 |456 |22845 |1 |4 |009900|0 |2 |0 |
+ROW |83416 |544 |22862 |5 |0 |00C800|0 |2 |0 |
+ROW |83417 |458 |22857 |0 |0 |AA0000|0 |2 |2 |
+ROW |83418 |458 |22855 |0 |1 |00AA00|0 |2 |0 |
+ROW |83419 |484 |23025 |5 |0 |00AA00|0 |2 |0 |
+ROW |83420 |484 |23026 |5 |1 |3333FF|0 |2 |0 |
+ROW |83421 |485 |23030 |0 |0 |C80000|0 |2 |2 |
+ROW |83422 |485 |23028 |0 |1 |00C800|0 |2 |0 |
+ROW |83423 |483 |23004 |0 |0 |009900|0 |2 |0 |
+ROW |83424 |483 |23000 |0 |1 |000099|0 |2 |0 |
+ROW |83425 |481 |23002 |0 |0 |009900|0 |2 |0 |
+ROW |83426 |481 |23003 |0 |1 |000099|0 |2 |0 |
+ROW |83427 |481 |23001 |0 |2 |990000|0 |2 |0 |
+ROW |83428 |480 |23007 |1 |0 |999900|0 |2 |0 |
+ROW |83429 |480 |23011 |1 |1 |990000|0 |2 |0 |
+ROW |83430 |480 |23012 |1 |2 |000099|0 |2 |0 |
+ROW |83431 |480 |23005 |1 |3 |009900|0 |2 |0 |
+ROW |83432 |545 |23022 |5 |0 |00C800|0 |2 |0 |
+ROW |83433 |482 |23017 |0 |0 |AA0000|0 |2 |2 |
+ROW |83434 |482 |23015 |0 |1 |00AA00|0 |2 |0 |
+ROW |83435 |651 |26928 |5 |0 |EE0000|0 |2 |0 |
+ROW |83436 |651 |26927 |0 |1 |000000|1 |2 |0 |
+ROW |83437 |652 |26925 |2 |0 |880000|0 |2 |0 |
+ROW |83438 |652 |26932 |0 |1 |009900|0 |2 |0 |
+ROW |83439 |652 |26930 |0 |2 |00CCCC|0 |2 |0 |
+ROW |83440 |652 |26931 |0 |3 |000000|0 |2 |0 |
+ROW |83441 |652 |26929 |0 |4 |3333FF|0 |2 |0 |
+ROW |83442 |652 |26926 |0 |5 |777700|0 |2 |0 |
+ROW |83443 |653 |26933 |2 |0 |EE0000|0 |2 |0 |
+ROW |83444 |653 |26943 |2 |1 |EE00EE|0 |2 |0 |
+ROW |83445 |653 |26935 |0 |2 |000000|1 |2 |0 |
+ROW |83446 |653 |26936 |4 |3 |000000|1 |2 |0 |
+ROW |83447 |654 |26934 |2 |0 |880000|0 |2 |0 |
+ROW |83448 |654 |26939 |0 |1 |009900|0 |2 |0 |
+ROW |83449 |654 |26942 |0 |2 |00CCCC|0 |2 |0 |
+ROW |83450 |654 |26938 |0 |3 |000000|0 |2 |0 |
+ROW |83451 |654 |26937 |0 |4 |3333FF|0 |2 |0 |
+ROW |83452 |1326 |32292 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83453 |1326 |32291 |0 |1 |2774A4|0 |2 |0 |
+ROW |83454 |1326 |32278 |0 |2 |F63100|0 |2 |0 |
+ROW |83455 |1326 |32277 |0 |3 |A54F10|0 |2 |0 |
+ROW |83456 |1327 |32304 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83457 |1327 |32289 |0 |1 |2774A4|0 |2 |0 |
+ROW |83458 |1328 |32259 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83459 |1328 |32260 |2 |1 |2774A4|0 |2 |0 |
+ROW |83460 |1329 |32268 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83461 |1329 |32264 |2 |1 |2774A4|0 |2 |0 |
+ROW |83462 |1330 |32261 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83463 |1330 |32265 |2 |1 |2774A4|0 |2 |0 |
+ROW |83464 |1330 |32262 |0 |2 |F63100|0 |2 |0 |
+ROW |83465 |1330 |32263 |0 |3 |A54F10|0 |2 |0 |
+ROW |83466 |1330 |32266 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83467 |1330 |32267 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83468 |1331 |32272 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83469 |1331 |32271 |2 |1 |2774A4|0 |2 |0 |
+ROW |83470 |1332 |32256 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83471 |1332 |32242 |2 |1 |2774A4|0 |2 |0 |
+ROW |83472 |1333 |32273 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83473 |1333 |32238 |0 |1 |2774A4|0 |2 |0 |
+ROW |83474 |1334 |32245 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83475 |1334 |32250 |2 |1 |2774A4|0 |2 |0 |
+ROW |83476 |1334 |32246 |0 |2 |F63100|0 |2 |0 |
+ROW |83477 |1334 |32247 |0 |3 |A54F10|0 |2 |0 |
+ROW |83478 |1334 |32251 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83479 |1334 |32252 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83480 |1159 |30886 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83481 |1159 |30887 |0 |1 |2774A4|0 |2 |0 |
+ROW |83482 |1160 |30888 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83483 |1160 |30882 |0 |1 |2774A4|0 |2 |0 |
+ROW |83484 |1160 |30890 |0 |2 |F63100|0 |2 |0 |
+ROW |83485 |1160 |30881 |0 |3 |A54F10|0 |2 |0 |
+ROW |83486 |1160 |30889 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83487 |1161 |30847 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83488 |1161 |30872 |2 |1 |2774A4|0 |2 |0 |
+ROW |83489 |1162 |30853 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83490 |1162 |30849 |2 |1 |2774A4|0 |2 |0 |
+ROW |83491 |1162 |30852 |2 |2 |F63100|0 |2 |0 |
+ROW |83492 |1162 |30851 |2 |3 |A54F10|0 |2 |0 |
+ROW |83493 |1162 |30848 |2 |4 |FC6EA3|0 |2 |0 |
+ROW |83494 |1163 |30856 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83495 |1163 |30855 |0 |1 |2774A4|0 |2 |0 |
+ROW |83496 |1163 |30854 |2 |2 |F63100|1 |2 |0 |
+ROW |83497 |1164 |30859 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83498 |1164 |30870 |2 |1 |2774A4|0 |2 |0 |
+ROW |83499 |1165 |30860 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83500 |1165 |30871 |2 |1 |2774A4|0 |2 |0 |
+ROW |83501 |1166 |30868 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83502 |1166 |30869 |0 |1 |2774A4|0 |2 |0 |
+ROW |83503 |1166 |30867 |0 |2 |F63100|0 |2 |0 |
+ROW |83504 |1166 |30866 |0 |3 |A54F10|0 |2 |0 |
+ROW |83505 |1166 |30865 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83506 |1167 |30850 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83507 |1167 |30863 |5 |1 |2774A4|0 |2 |0 |
+ROW |83508 |1167 |30861 |5 |2 |F63100|0 |2 |0 |
+ROW |83509 |1168 |30833 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83510 |1168 |30841 |2 |1 |2774A4|0 |2 |0 |
+ROW |83511 |1168 |30857 |2 |2 |F63100|0 |2 |0 |
+ROW |83512 |1169 |30834 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83513 |1169 |30831 |2 |1 |2774A4|0 |2 |0 |
+ROW |83514 |1170 |30846 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83515 |1488 |36931 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83516 |1488 |36932 |0 |1 |2774A4|0 |2 |0 |
+ROW |83517 |1488 |36933 |0 |2 |F63100|0 |2 |0 |
+ROW |83518 |1488 |30873 |2 |3 |A54F10|1 |2 |0 |
+ROW |83519 |1677 |35580 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83520 |1677 |35583 |0 |1 |2774A4|0 |2 |0 |
+ROW |83521 |1677 |35581 |0 |2 |F63100|0 |2 |0 |
+ROW |83522 |1677 |35582 |0 |3 |A54F10|0 |2 |0 |
+ROW |83523 |1678 |35589 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83524 |1678 |35588 |0 |1 |2774A4|0 |2 |0 |
+ROW |83525 |1678 |35587 |0 |2 |F63100|0 |2 |0 |
+ROW |83526 |1679 |35592 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83527 |1679 |35601 |0 |1 |2774A4|0 |2 |0 |
+ROW |83528 |1891 |35596 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83529 |1891 |35597 |0 |1 |2774A4|0 |2 |0 |
+ROW |83530 |1681 |35602 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83531 |1681 |35607 |0 |1 |2774A4|0 |2 |0 |
+ROW |83532 |1681 |35605 |0 |2 |F63100|0 |2 |0 |
+ROW |83533 |1681 |35603 |0 |3 |A54F10|0 |2 |0 |
+ROW |83534 |1682 |35609 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83535 |1682 |35611 |0 |1 |2774A4|0 |2 |0 |
+ROW |83536 |1682 |35610 |0 |2 |F63100|0 |2 |0 |
+ROW |83537 |1683 |35623 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83538 |1683 |35621 |0 |1 |2774A4|0 |2 |0 |
+ROW |83539 |1684 |35630 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83540 |1684 |35631 |0 |1 |2774A4|0 |2 |0 |
+ROW |83541 |1685 |35633 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83542 |1685 |35635 |0 |1 |2774A4|0 |2 |0 |
+ROW |83543 |1686 |35636 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83544 |1686 |35634 |0 |1 |2774A4|0 |2 |0 |
+ROW |83545 |1687 |35638 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83546 |1687 |35639 |0 |1 |2774A4|0 |2 |0 |
+ROW |83547 |1688 |35637 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83548 |1688 |35640 |0 |1 |2774A4|0 |2 |0 |
+ROW |83549 |1688 |35641 |0 |2 |F63100|0 |2 |0 |
+ROW |83550 |1689 |35643 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83551 |1689 |35644 |0 |1 |2774A4|0 |2 |0 |
+ROW |83552 |1390 |32665 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83553 |1390 |32668 |0 |1 |2774A4|0 |2 |0 |
+ROW |83554 |1390 |32666 |0 |2 |F63100|0 |2 |0 |
+ROW |83555 |1390 |32667 |0 |3 |A54F10|0 |2 |0 |
+ROW |83556 |1391 |32674 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83557 |1391 |32673 |0 |1 |2774A4|0 |2 |0 |
+ROW |83558 |1391 |32672 |0 |2 |F63100|0 |2 |0 |
+ROW |83559 |1392 |32677 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83560 |1392 |32686 |0 |1 |2774A4|0 |2 |0 |
+ROW |83561 |1892 |32681 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83562 |1892 |32682 |0 |1 |2774A4|0 |2 |0 |
+ROW |83563 |1394 |32687 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83564 |1394 |32692 |0 |1 |2774A4|0 |2 |0 |
+ROW |83565 |1394 |32690 |0 |2 |F63100|0 |2 |0 |
+ROW |83566 |1394 |32688 |0 |3 |A54F10|0 |2 |0 |
+ROW |83567 |1395 |32694 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83568 |1395 |32696 |0 |1 |2774A4|0 |2 |0 |
+ROW |83569 |1395 |32695 |0 |2 |F63100|0 |2 |0 |
+ROW |83570 |1396 |32708 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83571 |1396 |32706 |0 |1 |2774A4|0 |2 |0 |
+ROW |83572 |1397 |32715 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83573 |1397 |32716 |0 |1 |2774A4|0 |2 |0 |
+ROW |83574 |1398 |32718 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83575 |1398 |32720 |0 |1 |2774A4|0 |2 |0 |
+ROW |83576 |1399 |32721 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83577 |1399 |32719 |0 |1 |2774A4|0 |2 |0 |
+ROW |83578 |1400 |32723 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83579 |1400 |32724 |0 |1 |2774A4|0 |2 |0 |
+ROW |83580 |1401 |32722 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83581 |1401 |32725 |0 |1 |2774A4|0 |2 |0 |
+ROW |83582 |1401 |32726 |0 |2 |F63100|0 |2 |0 |
+ROW |83583 |1402 |32728 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83584 |1402 |32729 |0 |1 |2774A4|0 |2 |0 |
+ROW |83585 |1439 |33072 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83586 |1439 |33092 |0 |1 |2774A4|0 |2 |0 |
+ROW |83587 |1440 |33073 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83588 |1440 |33069 |0 |1 |2774A4|0 |2 |0 |
+ROW |83589 |1441 |33079 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83590 |1441 |33084 |0 |1 |2774A4|0 |2 |0 |
+ROW |83591 |1441 |33082 |0 |2 |F63100|0 |2 |0 |
+ROW |83592 |1441 |33074 |0 |3 |A54F10|0 |2 |0 |
+ROW |83593 |1441 |33078 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83594 |1441 |33086 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83595 |1441 |33076 |2 |6 |AC8C14|0 |2 |0 |
+ROW |83596 |1442 |33081 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83597 |1442 |33085 |0 |1 |2774A4|0 |2 |0 |
+ROW |83598 |1442 |33083 |0 |2 |F63100|0 |2 |0 |
+ROW |83599 |1442 |33075 |0 |3 |A54F10|0 |2 |0 |
+ROW |83600 |1442 |33068 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83601 |1442 |33087 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83602 |1442 |33077 |2 |6 |AC8C14|0 |2 |0 |
+ROW |83603 |1443 |33093 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83604 |1443 |33098 |0 |1 |2774A4|0 |2 |0 |
+ROW |83605 |1444 |33097 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83606 |1444 |33100 |0 |1 |2774A4|0 |2 |0 |
+ROW |83607 |1444 |33096 |0 |2 |F63100|0 |2 |0 |
+ROW |83608 |1444 |33094 |0 |3 |A54F10|0 |2 |0 |
+ROW |83609 |1445 |33116 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83610 |1446 |33045 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83611 |1446 |33044 |0 |1 |2774A4|0 |2 |0 |
+ROW |83612 |1446 |33046 |0 |2 |F63100|0 |2 |0 |
+ROW |83613 |1447 |33055 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83614 |1447 |33023 |0 |1 |2774A4|0 |2 |0 |
+ROW |83615 |1448 |33053 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83616 |1448 |33052 |0 |1 |2774A4|0 |2 |0 |
+ROW |83617 |1448 |33054 |0 |2 |F63100|0 |2 |0 |
+ROW |83618 |1449 |33051 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83619 |1449 |33059 |0 |1 |2774A4|0 |2 |0 |
+ROW |83620 |1449 |33027 |0 |2 |F63100|0 |2 |0 |
+ROW |83621 |1450 |33022 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83622 |1450 |33040 |0 |1 |2774A4|0 |2 |0 |
+ROW |83623 |1450 |33042 |0 |2 |F63100|0 |2 |0 |
+ROW |83624 |1450 |33043 |0 |3 |A54F10|0 |2 |0 |
+ROW |83625 |1451 |33038 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83626 |1451 |33025 |0 |1 |2774A4|0 |2 |0 |
+ROW |83627 |1451 |33026 |0 |2 |F63100|0 |2 |0 |
+ROW |83628 |1451 |33024 |0 |3 |A54F10|0 |2 |0 |
+ROW |83629 |1452 |33029 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83630 |1452 |33028 |0 |1 |2774A4|0 |2 |0 |
+ROW |83631 |1453 |33035 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83632 |1453 |33034 |0 |1 |2774A4|0 |2 |0 |
+ROW |83633 |1453 |33033 |0 |2 |F63100|0 |2 |0 |
+ROW |83634 |1453 |33036 |0 |3 |A54F10|0 |2 |0 |
+ROW |83635 |1453 |33030 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83636 |1453 |33031 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83637 |1454 |33057 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83638 |1454 |33056 |2 |1 |2774A4|0 |2 |0 |
+ROW |83639 |1454 |33058 |2 |2 |F63100|0 |2 |0 |
+ROW |83640 |1455 |33190 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83641 |1455 |33193 |0 |1 |2774A4|0 |2 |0 |
+ROW |83642 |1455 |33189 |0 |2 |F63100|0 |2 |0 |
+ROW |83643 |1455 |33187 |0 |3 |A54F10|0 |2 |0 |
+ROW |83644 |1456 |33158 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83645 |1456 |33168 |0 |1 |2774A4|0 |2 |0 |
+ROW |83646 |1456 |33169 |0 |2 |F63100|0 |2 |0 |
+ROW |83647 |1456 |33167 |0 |3 |A54F10|0 |2 |0 |
+ROW |83648 |1456 |33171 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83649 |1457 |33165 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83650 |1457 |33166 |0 |1 |2774A4|0 |2 |0 |
+ROW |83651 |1457 |33164 |0 |2 |F63100|0 |2 |0 |
+ROW |83652 |1457 |33163 |2 |3 |A54F10|1 |2 |0 |
+ROW |83653 |1458 |33161 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83654 |1458 |33162 |0 |1 |2774A4|0 |2 |0 |
+ROW |83655 |1458 |33155 |0 |2 |F63100|0 |2 |0 |
+ROW |83656 |1459 |33146 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83657 |1459 |33145 |0 |1 |2774A4|0 |2 |0 |
+ROW |83658 |1460 |33152 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83659 |1460 |33151 |2 |1 |2774A4|0 |2 |0 |
+ROW |83660 |1460 |33148 |2 |2 |F63100|0 |2 |0 |
+ROW |83661 |1460 |33153 |2 |3 |A54F10|0 |2 |0 |
+ROW |83662 |1460 |33149 |2 |4 |FC6EA3|0 |2 |0 |
+ROW |83663 |1460 |33144 |2 |5 |6C59DC|0 |2 |0 |
+ROW |83664 |1190 |31140 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83665 |1190 |31141 |0 |1 |2774A4|0 |2 |0 |
+ROW |83666 |1261 |31145 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83667 |1261 |31146 |0 |1 |2774A4|0 |2 |0 |
+ROW |83668 |1261 |31147 |0 |2 |F63100|0 |2 |0 |
+ROW |83669 |1191 |31138 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83670 |1192 |31157 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83671 |1192 |31158 |0 |1 |2774A4|0 |2 |0 |
+ROW |83672 |1193 |31092 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83673 |1193 |31108 |0 |1 |2774A4|0 |2 |0 |
+ROW |83674 |1193 |31110 |0 |2 |F63100|0 |2 |0 |
+ROW |83675 |1193 |31067 |0 |3 |A54F10|0 |2 |0 |
+ROW |83676 |1193 |31086 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83677 |1193 |31087 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83678 |1194 |31120 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83679 |1194 |31105 |0 |1 |2774A4|0 |2 |0 |
+ROW |83680 |1194 |31071 |0 |2 |F63100|0 |2 |0 |
+ROW |83681 |1194 |31081 |0 |3 |A54F10|0 |2 |0 |
+ROW |83682 |1195 |31098 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83683 |1195 |31099 |0 |1 |2774A4|0 |2 |0 |
+ROW |83684 |1196 |31072 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83685 |1196 |31072 |0 |1 |2774A4|0 |2 |0 |
+ROW |83686 |1197 |31103 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83687 |1197 |31074 |0 |1 |2774A4|0 |2 |0 |
+ROW |83688 |1198 |31104 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83689 |1198 |31063 |0 |1 |2774A4|0 |2 |0 |
+ROW |83690 |1198 |31111 |0 |2 |F63100|0 |2 |0 |
+ROW |83691 |1198 |31112 |0 |3 |A54F10|0 |2 |0 |
+ROW |83692 |1198 |31084 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83693 |1199 |31115 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83694 |1199 |31116 |0 |1 |2774A4|0 |2 |0 |
+ROW |83695 |1199 |31062 |0 |2 |F63100|0 |2 |0 |
+ROW |83696 |1199 |31118 |0 |3 |A54F10|0 |2 |0 |
+ROW |83697 |1199 |31056 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83698 |1200 |31107 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83699 |1200 |31090 |0 |1 |2774A4|0 |2 |0 |
+ROW |83700 |1201 |31097 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83701 |1201 |31096 |0 |1 |2774A4|0 |2 |0 |
+ROW |83702 |1202 |31089 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83703 |1202 |31061 |0 |1 |2774A4|0 |2 |0 |
+ROW |83704 |1203 |31064 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83705 |1204 |31065 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83706 |1204 |31066 |0 |1 |2774A4|0 |2 |0 |
+ROW |83707 |1204 |31068 |0 |2 |F63100|0 |2 |0 |
+ROW |83708 |1204 |31070 |0 |3 |A54F10|0 |2 |0 |
+ROW |83709 |1204 |31101 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83710 |1204 |31106 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83711 |1204 |31114 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83712 |1205 |31069 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83713 |1206 |31076 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83714 |1206 |31078 |0 |1 |2774A4|0 |2 |0 |
+ROW |83715 |1206 |31109 |0 |2 |F63100|0 |2 |0 |
+ROW |83716 |1206 |31075 |0 |3 |A54F10|0 |2 |0 |
+ROW |83717 |1207 |31080 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83718 |1207 |31095 |0 |1 |2774A4|0 |2 |0 |
+ROW |83719 |1208 |31113 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83720 |1208 |31118 |0 |1 |2774A4|0 |2 |0 |
+ROW |83721 |1209 |31058 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83722 |1209 |31077 |0 |1 |2774A4|0 |2 |0 |
+ROW |83723 |1209 |31056 |0 |2 |F63100|0 |2 |0 |
+ROW |83724 |1209 |31117 |0 |3 |A54F10|0 |2 |0 |
+ROW |83725 |1109 |30453 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83726 |1109 |30455 |5 |1 |2774A4|0 |2 |0 |
+ROW |83727 |1110 |30471 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83728 |1110 |30470 |0 |1 |2774A4|0 |2 |0 |
+ROW |83729 |1110 |30466 |0 |2 |F63100|0 |2 |0 |
+ROW |83730 |1110 |30441 |0 |3 |A54F10|0 |2 |0 |
+ROW |83731 |1111 |30463 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83732 |1111 |30452 |0 |1 |2774A4|0 |2 |0 |
+ROW |83733 |1111 |30451 |0 |2 |F63100|0 |2 |0 |
+ROW |83734 |1111 |30437 |0 |3 |A54F10|0 |2 |0 |
+ROW |83735 |1112 |30456 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83736 |1112 |30457 |0 |1 |2774A4|0 |2 |0 |
+ROW |83737 |1112 |30458 |0 |2 |F63100|0 |2 |0 |
+ROW |83738 |1112 |30459 |0 |3 |A54F10|0 |2 |0 |
+ROW |83739 |1113 |30442 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83740 |1113 |30444 |0 |1 |2774A4|0 |2 |0 |
+ROW |83741 |1113 |30445 |0 |2 |F63100|0 |2 |0 |
+ROW |83742 |1114 |30446 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83743 |1114 |30447 |0 |1 |2774A4|0 |2 |0 |
+ROW |83744 |1114 |31168 |0 |2 |F63100|0 |2 |0 |
+ROW |83745 |1114 |30449 |0 |3 |A54F10|0 |2 |0 |
+ROW |83746 |1136 |30659 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83747 |1136 |30661 |5 |1 |2774A4|0 |2 |0 |
+ROW |83748 |1137 |30677 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83749 |1137 |30676 |0 |1 |2774A4|0 |2 |0 |
+ROW |83750 |1137 |30672 |0 |2 |F63100|0 |2 |0 |
+ROW |83751 |1137 |30647 |0 |3 |A54F10|0 |2 |0 |
+ROW |83752 |1138 |30669 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83753 |1138 |30658 |0 |1 |2774A4|0 |2 |0 |
+ROW |83754 |1138 |30657 |0 |2 |F63100|0 |2 |0 |
+ROW |83755 |1138 |30643 |0 |3 |A54F10|0 |2 |0 |
+ROW |83756 |1139 |30662 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83757 |1139 |30663 |0 |1 |2774A4|0 |2 |0 |
+ROW |83758 |1139 |30664 |0 |2 |F63100|0 |2 |0 |
+ROW |83759 |1139 |30665 |0 |3 |A54F10|0 |2 |0 |
+ROW |83760 |1140 |30648 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83761 |1140 |30650 |0 |1 |2774A4|0 |2 |0 |
+ROW |83762 |1140 |30651 |0 |2 |F63100|0 |2 |0 |
+ROW |83763 |1141 |30652 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83764 |1141 |30653 |0 |1 |2774A4|0 |2 |0 |
+ROW |83765 |1141 |31172 |0 |2 |F63100|0 |2 |0 |
+ROW |83766 |1141 |30655 |0 |3 |A54F10|0 |2 |0 |
+ROW |83767 |1115 |30506 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83768 |1115 |30507 |5 |1 |2774A4|0 |2 |0 |
+ROW |83769 |1116 |30504 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83770 |1116 |30505 |0 |1 |2774A4|0 |2 |0 |
+ROW |83771 |1116 |30518 |0 |2 |F63100|0 |2 |0 |
+ROW |83772 |1116 |30492 |0 |3 |A54F10|0 |2 |0 |
+ROW |83773 |1117 |30493 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83774 |1117 |30500 |0 |1 |2774A4|0 |2 |0 |
+ROW |83775 |1117 |30486 |0 |2 |F63100|0 |2 |0 |
+ROW |83776 |1117 |30488 |0 |3 |A54F10|0 |2 |0 |
+ROW |83777 |1118 |30508 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83778 |1118 |30509 |0 |1 |2774A4|0 |2 |0 |
+ROW |83779 |1118 |30503 |0 |2 |F63100|0 |2 |0 |
+ROW |83780 |1118 |30510 |0 |3 |A54F10|0 |2 |0 |
+ROW |83781 |1119 |30491 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83782 |1119 |30494 |0 |1 |2774A4|0 |2 |0 |
+ROW |83783 |1119 |30495 |0 |2 |F63100|0 |2 |0 |
+ROW |83784 |1120 |30496 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83785 |1120 |30497 |0 |1 |2774A4|0 |2 |0 |
+ROW |83786 |1120 |31176 |0 |2 |F63100|0 |2 |0 |
+ROW |83787 |1120 |30499 |0 |3 |A54F10|0 |2 |0 |
+ROW |83788 |1262 |31718 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83789 |1262 |31719 |0 |1 |2774A4|0 |2 |0 |
+ROW |83790 |1263 |31722 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83791 |1263 |31724 |0 |1 |2774A4|0 |2 |0 |
+ROW |83792 |1263 |32588 |0 |2 |F63100|0 |2 |0 |
+ROW |83793 |1264 |31630 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83794 |1264 |31683 |0 |1 |2774A4|0 |2 |0 |
+ROW |83795 |1265 |31668 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83796 |1265 |31702 |0 |1 |2774A4|0 |2 |0 |
+ROW |83797 |1265 |31666 |0 |2 |F63100|0 |2 |0 |
+ROW |83798 |1266 |31673 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83799 |1266 |31704 |0 |1 |2774A4|0 |2 |0 |
+ROW |83800 |1267 |31690 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83801 |1267 |31672 |0 |1 |2774A4|0 |2 |0 |
+ROW |83802 |1268 |31632 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83803 |1268 |31655 |0 |1 |2774A4|0 |2 |0 |
+ROW |83804 |1269 |31650 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83805 |1269 |31648 |0 |1 |2774A4|0 |2 |0 |
+ROW |83806 |1269 |31651 |0 |2 |F63100|0 |2 |0 |
+ROW |83807 |1269 |31646 |0 |3 |A54F10|0 |2 |0 |
+ROW |83808 |1269 |31653 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83809 |1270 |31660 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83810 |1270 |31671 |0 |1 |2774A4|0 |2 |0 |
+ROW |83811 |1270 |31662 |0 |2 |F63100|0 |2 |0 |
+ROW |83812 |1270 |31661 |0 |3 |A54F10|0 |2 |0 |
+ROW |83813 |1270 |31659 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83814 |1270 |31658 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83815 |1893 |36993 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83816 |1893 |36991 |0 |1 |2774A4|0 |2 |0 |
+ROW |83817 |1894 |36975 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83818 |1895 |36996 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83819 |1895 |36978 |0 |1 |2774A4|0 |2 |0 |
+ROW |83820 |1895 |36992 |0 |2 |F63100|0 |2 |0 |
+ROW |83821 |1895 |36995 |0 |3 |A54F10|0 |2 |0 |
+ROW |83822 |1896 |36979 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83823 |1897 |36989 |0 |0 |1A7C11|1 |2 |0 |
+ROW |83824 |1897 |36986 |0 |1 |2774A4|1 |2 |0 |
+ROW |83825 |1897 |36983 |0 |2 |F63100|1 |2 |0 |
+ROW |83826 |1897 |36988 |5 |3 |A54F10|0 |2 |0 |
+ROW |83827 |1897 |36985 |5 |4 |FC6EA3|0 |2 |0 |
+ROW |83828 |1897 |36982 |5 |5 |6C59DC|0 |2 |0 |
+ROW |83829 |1898 |36990 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83830 |1898 |36987 |0 |1 |2774A4|0 |2 |0 |
+ROW |83831 |1898 |36984 |0 |2 |F63100|0 |2 |0 |
+ROW |83832 |1899 |37003 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83833 |1899 |37002 |0 |1 |2774A4|1 |2 |0 |
+ROW |83834 |1900 |37001 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83835 |1900 |37000 |0 |1 |2774A4|0 |2 |0 |
+ROW |83836 |1900 |36999 |0 |2 |F63100|0 |2 |0 |
+ROW |83837 |1900 |36998 |0 |3 |A54F10|0 |2 |0 |
+ROW |83838 |1900 |36997 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83839 |1901 |36956 |0 |0 |1A7C11|1 |2 |0 |
+ROW |83840 |1901 |36961 |0 |1 |2774A4|1 |2 |0 |
+ROW |83841 |1901 |36959 |0 |2 |F63100|1 |2 |0 |
+ROW |83842 |1901 |36960 |0 |3 |A54F10|1 |2 |0 |
+ROW |83843 |1901 |36965 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83844 |1901 |36957 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83845 |1902 |36958 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83846 |1902 |36964 |0 |1 |2774A4|0 |2 |0 |
+ROW |83847 |1902 |36962 |0 |2 |F63100|1 |2 |0 |
+ROW |83848 |1902 |36963 |0 |3 |A54F10|1 |2 |0 |
+ROW |83849 |1903 |36971 |5 |0 |1A7C11|1 |2 |0 |
+ROW |83850 |1903 |36972 |0 |1 |2774A4|0 |2 |0 |
+ROW |83851 |1903 |36967 |0 |2 |F63100|1 |2 |0 |
+ROW |83852 |1903 |36968 |0 |3 |A54F10|1 |2 |0 |
+ROW |83853 |1903 |36969 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83854 |1903 |36970 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83855 |1903 |36966 |0 |6 |AC8C14|1 |2 |0 |
+ROW |83856 |1904 |36937 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83857 |1904 |36936 |0 |1 |2774A4|1 |2 |0 |
+ROW |83858 |1905 |36940 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83859 |1906 |36952 |0 |0 |1A7C11|1 |2 |0 |
+ROW |83860 |1906 |36951 |0 |1 |2774A4|1 |2 |0 |
+ROW |83861 |1906 |36953 |0 |2 |F63100|1 |2 |0 |
+ROW |83862 |1906 |36954 |0 |3 |A54F10|1 |2 |0 |
+ROW |83863 |1907 |36947 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83864 |1907 |36944 |0 |1 |2774A4|1 |2 |0 |
+ROW |83865 |1908 |36973 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83866 |1908 |36955 |0 |1 |2774A4|1 |2 |0 |
+ROW |83867 |1926 |37116 |0 |0 |1A7C11|1 |2 |0 |
+ROW |83868 |1926 |37120 |0 |1 |2774A4|1 |2 |0 |
+ROW |83869 |1926 |37123 |0 |2 |F63100|1 |2 |0 |
+ROW |83870 |1926 |37118 |5 |3 |A54F10|0 |2 |0 |
+ROW |83871 |1926 |37121 |5 |4 |FC6EA3|0 |2 |0 |
+ROW |83872 |1926 |37124 |5 |5 |6C59DC|0 |2 |0 |
+ROW |83873 |1927 |37117 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83874 |1927 |37119 |0 |1 |2774A4|0 |2 |0 |
+ROW |83875 |1927 |37122 |0 |2 |F63100|0 |2 |0 |
+ROW |83876 |1861 |36798 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83877 |1861 |36781 |0 |1 |2774A4|0 |2 |0 |
+ROW |83878 |1861 |36780 |0 |2 |F63100|0 |2 |0 |
+ROW |83879 |1861 |36779 |0 |3 |A54F10|0 |2 |0 |
+ROW |83880 |1861 |36778 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83881 |1861 |36777 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83882 |1861 |36775 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83883 |1861 |36774 |0 |7 |611F27|0 |2 |0 |
+ROW |83884 |1861 |36776 |0 |8 |F230E0|0 |2 |0 |
+ROW |83885 |1861 |36776 |0 |9 |FFAD40|0 |2 |0 |
+ROW |83886 |1862 |36772 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83887 |1863 |36795 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83888 |1863 |36794 |0 |1 |2774A4|0 |2 |0 |
+ROW |83889 |1863 |36792 |0 |2 |F63100|0 |2 |0 |
+ROW |83890 |1863 |36791 |0 |3 |A54F10|0 |2 |0 |
+ROW |83891 |1863 |36789 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |83892 |1863 |36788 |0 |5 |6C59DC|0 |2 |0 |
+ROW |83893 |1863 |36787 |0 |6 |AC8C14|0 |2 |0 |
+ROW |83894 |1863 |36785 |0 |7 |611F27|0 |2 |0 |
+ROW |83895 |1863 |36786 |0 |8 |F230E0|0 |2 |0 |
+ROW |83896 |1863 |36773 |0 |9 |FFAD40|0 |2 |0 |
+ROW |83897 |1863 |36784 |0 |10 |40CDFF|0 |2 |0 |
+ROW |83898 |1863 |36783 |0 |11 |40FFA0|0 |2 |0 |
+ROW |83899 |1863 |36782 |0 |12 |AE4500|0 |2 |0 |
+ROW |83900 |1864 |36771 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83901 |1865 |36799 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83902 |1865 |36800 |0 |1 |2774A4|0 |2 |0 |
+ROW |83903 |1865 |36801 |0 |2 |F63100|0 |2 |0 |
+ROW |83904 |1087 |30346 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83905 |1087 |30345 |0 |1 |2774A4|0 |2 |0 |
+ROW |83906 |1088 |30350 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83907 |1088 |30349 |5 |1 |2774A4|0 |2 |0 |
+ROW |83908 |1089 |30396 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83909 |1090 |30398 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83910 |1091 |30322 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83911 |1091 |30277 |5 |1 |2774A4|0 |2 |0 |
+ROW |83912 |1092 |30284 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83913 |1093 |30313 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83914 |1093 |30314 |0 |1 |2774A4|0 |2 |0 |
+ROW |83915 |1093 |30315 |5 |2 |F63100|0 |2 |0 |
+ROW |83916 |1093 |30316 |0 |3 |A54F10|0 |2 |0 |
+ROW |83917 |1094 |30279 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83918 |1094 |30280 |2 |1 |2774A4|0 |2 |0 |
+ROW |83919 |1095 |30290 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83920 |1095 |30293 |0 |1 |2774A4|0 |2 |0 |
+ROW |83921 |1096 |30318 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83922 |1096 |30308 |2 |1 |2774A4|0 |2 |0 |
+ROW |83923 |1096 |30320 |2 |2 |F63100|0 |2 |0 |
+ROW |83924 |1097 |30317 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83925 |1098 |30289 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83926 |1098 |30291 |5 |1 |2774A4|0 |2 |0 |
+ROW |83927 |1099 |30334 |2 |0 |1A7C11|0 |2 |0 |
+ROW |83928 |1099 |30325 |2 |1 |2774A4|0 |2 |0 |
+ROW |83929 |1100 |30306 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83930 |1101 |30274 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83931 |1102 |30281 |0 |0 |1A7C11|0 |2 |0 |
+ROW |83932 |1060 |30159 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83933 |1061 |30165 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83934 |1063 |30177 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83935 |1064 |30183 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83936 |1065 |30161 |0 |0 |969696|0 |9 |2 |
+ROW |83937 |1065 |30162 |0 |1 |C80000|0 |9 |0 |
+ROW |83938 |1066 |30167 |0 |0 |969696|0 |9 |2 |
+ROW |83939 |1066 |30168 |0 |1 |C80000|0 |9 |0 |
+ROW |83940 |1068 |30179 |0 |0 |969696|0 |9 |2 |
+ROW |83941 |1068 |30180 |0 |1 |C80000|0 |9 |0 |
+ROW |83942 |1069 |30185 |0 |0 |969696|0 |9 |2 |
+ROW |83943 |1069 |30186 |0 |1 |C80000|0 |9 |0 |
+ROW |83944 |1070 |30142 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83945 |1071 |30143 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83946 |1073 |30145 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83947 |1074 |30146 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83948 |741 |27084 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83949 |741 |27085 |2 |1 |2774A4|0 |2 |0 |
+ROW |83950 |741 |27083 |0 |2 |F63100|1 |2 |0 |
+ROW |83951 |741 |27086 |0 |3 |A54F10|1 |2 |0 |
+ROW |83952 |741 |27082 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83953 |741 |27079 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83954 |742 |27622 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83955 |742 |27625 |2 |1 |2774A4|0 |2 |0 |
+ROW |83956 |742 |27624 |0 |2 |F63100|1 |2 |0 |
+ROW |83957 |742 |27621 |0 |3 |A54F10|1 |2 |0 |
+ROW |83958 |742 |27623 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83959 |742 |27620 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83960 |743 |27979 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83961 |743 |27982 |2 |1 |2774A4|0 |2 |0 |
+ROW |83962 |743 |27981 |0 |2 |F63100|1 |2 |0 |
+ROW |83963 |743 |27978 |0 |3 |A54F10|1 |2 |0 |
+ROW |83964 |743 |27980 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83965 |743 |27977 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83966 |740 |28008 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83967 |740 |28011 |2 |1 |2774A4|0 |2 |0 |
+ROW |83968 |740 |28010 |0 |2 |F63100|1 |2 |0 |
+ROW |83969 |740 |28007 |0 |3 |A54F10|1 |2 |0 |
+ROW |83970 |740 |28009 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83971 |740 |28006 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83972 |745 |27104 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83973 |745 |27105 |2 |1 |2774A4|0 |2 |0 |
+ROW |83974 |745 |27103 |0 |2 |F63100|1 |2 |0 |
+ROW |83975 |745 |27106 |0 |3 |A54F10|1 |2 |0 |
+ROW |83976 |745 |27102 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83977 |745 |27099 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83978 |746 |27183 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83979 |746 |27186 |2 |1 |2774A4|0 |2 |0 |
+ROW |83980 |746 |27185 |0 |2 |F63100|1 |2 |0 |
+ROW |83981 |746 |27182 |0 |3 |A54F10|1 |2 |0 |
+ROW |83982 |746 |27184 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83983 |746 |27181 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83984 |747 |27218 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83985 |747 |27221 |2 |1 |2774A4|0 |2 |0 |
+ROW |83986 |747 |27220 |0 |2 |F63100|1 |2 |0 |
+ROW |83987 |747 |27217 |0 |3 |A54F10|1 |2 |0 |
+ROW |83988 |747 |27219 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83989 |747 |27216 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83990 |748 |27254 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83991 |748 |27257 |2 |1 |2774A4|0 |2 |0 |
+ROW |83992 |748 |27256 |0 |2 |F63100|1 |2 |0 |
+ROW |83993 |748 |27253 |0 |3 |A54F10|1 |2 |0 |
+ROW |83994 |748 |27255 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |83995 |748 |27252 |0 |5 |6C59DC|1 |2 |0 |
+ROW |83996 |749 |27275 |5 |0 |1A7C11|0 |2 |0 |
+ROW |83997 |749 |27278 |2 |1 |2774A4|0 |2 |0 |
+ROW |83998 |749 |27277 |0 |2 |F63100|1 |2 |0 |
+ROW |83999 |749 |27274 |0 |3 |A54F10|1 |2 |0 |
+ROW |84000 |749 |27276 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84001 |749 |27273 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84002 |750 |27324 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84003 |750 |27327 |2 |1 |2774A4|0 |2 |0 |
+ROW |84004 |750 |27326 |0 |2 |F63100|1 |2 |0 |
+ROW |84005 |750 |27323 |0 |3 |A54F10|1 |2 |0 |
+ROW |84006 |750 |27325 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84007 |750 |27322 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84008 |752 |27453 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84009 |752 |27456 |2 |1 |2774A4|0 |2 |0 |
+ROW |84010 |752 |27455 |0 |2 |F63100|1 |2 |0 |
+ROW |84011 |752 |27452 |0 |3 |A54F10|1 |2 |0 |
+ROW |84012 |752 |27454 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84013 |752 |27451 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84014 |753 |27489 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84015 |753 |27492 |2 |1 |2774A4|0 |2 |0 |
+ROW |84016 |753 |27491 |0 |2 |F63100|1 |2 |0 |
+ROW |84017 |753 |27488 |0 |3 |A54F10|1 |2 |0 |
+ROW |84018 |753 |27490 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84019 |753 |27487 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84020 |754 |27523 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84021 |754 |27526 |2 |1 |2774A4|0 |2 |0 |
+ROW |84022 |754 |27525 |0 |2 |F63100|1 |2 |0 |
+ROW |84023 |754 |27522 |0 |3 |A54F10|1 |2 |0 |
+ROW |84024 |754 |27524 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84025 |754 |27521 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84026 |755 |27559 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84027 |755 |27562 |2 |1 |2774A4|0 |2 |0 |
+ROW |84028 |755 |27561 |0 |2 |F63100|1 |2 |0 |
+ROW |84029 |755 |27558 |0 |3 |A54F10|1 |2 |0 |
+ROW |84030 |755 |27560 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84031 |755 |27557 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84032 |756 |27645 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84033 |756 |27648 |2 |1 |2774A4|0 |2 |0 |
+ROW |84034 |756 |27647 |0 |2 |F63100|1 |2 |0 |
+ROW |84035 |756 |27644 |0 |3 |A54F10|1 |2 |0 |
+ROW |84036 |756 |27646 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84037 |756 |27643 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84038 |758 |27725 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84039 |758 |27728 |2 |1 |2774A4|0 |2 |0 |
+ROW |84040 |758 |27727 |0 |2 |F63100|1 |2 |0 |
+ROW |84041 |758 |27724 |0 |3 |A54F10|1 |2 |0 |
+ROW |84042 |758 |27726 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84043 |758 |27723 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84044 |759 |27759 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84045 |759 |27762 |2 |1 |2774A4|0 |2 |0 |
+ROW |84046 |759 |27761 |0 |2 |F63100|1 |2 |0 |
+ROW |84047 |759 |27758 |0 |3 |A54F10|1 |2 |0 |
+ROW |84048 |759 |27760 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84049 |759 |27757 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84050 |760 |27791 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84051 |760 |27794 |2 |1 |2774A4|0 |2 |0 |
+ROW |84052 |760 |27793 |0 |2 |F63100|1 |2 |0 |
+ROW |84053 |760 |27790 |0 |3 |A54F10|1 |2 |0 |
+ROW |84054 |760 |27792 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84055 |760 |27789 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84056 |762 |27875 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84057 |762 |27878 |2 |1 |2774A4|0 |2 |0 |
+ROW |84058 |762 |27877 |0 |2 |F63100|1 |2 |0 |
+ROW |84059 |762 |27874 |0 |3 |A54F10|1 |2 |0 |
+ROW |84060 |762 |27876 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84061 |762 |27873 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84062 |763 |27912 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84063 |763 |27915 |2 |1 |2774A4|0 |2 |0 |
+ROW |84064 |763 |27914 |0 |2 |F63100|1 |2 |0 |
+ROW |84065 |763 |27911 |0 |3 |A54F10|1 |2 |0 |
+ROW |84066 |763 |27913 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84067 |763 |27910 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84068 |764 |27947 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84069 |764 |27950 |2 |1 |2774A4|0 |2 |0 |
+ROW |84070 |764 |27949 |0 |2 |F63100|1 |2 |0 |
+ROW |84071 |764 |27946 |0 |3 |A54F10|1 |2 |0 |
+ROW |84072 |764 |27948 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84073 |764 |27945 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84074 |773 |28121 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84075 |773 |28124 |2 |1 |2774A4|0 |2 |0 |
+ROW |84076 |773 |28123 |0 |2 |F63100|1 |2 |0 |
+ROW |84077 |773 |28120 |0 |3 |A54F10|1 |2 |0 |
+ROW |84078 |773 |28122 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84079 |773 |28119 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84080 |785 |28226 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84081 |785 |28229 |2 |1 |2774A4|0 |2 |0 |
+ROW |84082 |785 |28228 |0 |2 |F63100|1 |2 |0 |
+ROW |84083 |785 |28225 |0 |3 |A54F10|1 |2 |0 |
+ROW |84084 |785 |28227 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84085 |785 |28224 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84086 |790 |28296 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84087 |790 |28299 |2 |1 |2774A4|0 |2 |0 |
+ROW |84088 |790 |28298 |0 |2 |F63100|1 |2 |0 |
+ROW |84089 |790 |28295 |0 |3 |A54F10|1 |2 |0 |
+ROW |84090 |790 |28297 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84091 |790 |28294 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84092 |865 |28971 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84093 |865 |28974 |2 |1 |2774A4|0 |2 |0 |
+ROW |84094 |865 |28973 |0 |2 |F63100|1 |2 |0 |
+ROW |84095 |865 |28970 |0 |3 |A54F10|1 |2 |0 |
+ROW |84096 |865 |28972 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84097 |865 |28969 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84098 |766 |27124 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84099 |766 |27125 |2 |1 |2774A4|0 |2 |0 |
+ROW |84100 |766 |27123 |0 |2 |F63100|1 |2 |0 |
+ROW |84101 |766 |27126 |0 |3 |A54F10|1 |2 |0 |
+ROW |84102 |766 |27122 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84103 |766 |27119 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84104 |886 |29080 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84105 |886 |29083 |2 |1 |2774A4|0 |2 |0 |
+ROW |84106 |886 |29082 |0 |2 |F63100|1 |2 |0 |
+ROW |84107 |886 |29079 |0 |3 |A54F10|1 |2 |0 |
+ROW |84108 |886 |29081 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84109 |886 |29078 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84110 |668 |27208 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84111 |1032 |30088 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84112 |1032 |30087 |5 |1 |2774A4|0 |2 |0 |
+ROW |84113 |1033 |30089 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84114 |671 |27240 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84115 |1034 |30093 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84116 |675 |27294 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84117 |676 |27299 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84118 |677 |27301 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84119 |1035 |30094 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84120 |1036 |30095 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84121 |1037 |30096 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84122 |1729 |35914 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84123 |1730 |35917 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84124 |1731 |35924 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84125 |1731 |35931 |0 |1 |2774A4|0 |2 |0 |
+ROW |84126 |1731 |35922 |0 |2 |F63100|0 |2 |0 |
+ROW |84127 |1731 |35929 |0 |3 |A54F10|0 |2 |0 |
+ROW |84128 |1731 |35921 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84129 |1731 |35928 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84130 |1732 |35932 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84131 |1732 |35925 |0 |1 |2774A4|0 |2 |0 |
+ROW |84132 |1733 |35923 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84133 |1733 |35930 |0 |1 |2774A4|0 |2 |0 |
+ROW |84134 |1734 |35948 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84135 |1734 |35949 |0 |1 |2774A4|0 |2 |0 |
+ROW |84136 |1461 |33219 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84137 |1462 |33224 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84138 |1463 |33227 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84139 |1463 |33230 |2 |1 |2774A4|0 |2 |0 |
+ROW |84140 |1463 |33229 |0 |2 |F63100|1 |2 |0 |
+ROW |84141 |1463 |33226 |0 |3 |A54F10|1 |2 |0 |
+ROW |84142 |1463 |33228 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84143 |1463 |33225 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84144 |1464 |33260 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84145 |1465 |33265 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84146 |1466 |33268 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84147 |1466 |33271 |2 |1 |2774A4|0 |2 |0 |
+ROW |84148 |1466 |33270 |0 |2 |F63100|1 |2 |0 |
+ROW |84149 |1466 |33267 |0 |3 |A54F10|1 |2 |0 |
+ROW |84150 |1466 |33269 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84151 |1466 |33266 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84152 |1467 |33301 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84153 |1468 |33306 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84154 |1469 |33309 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84155 |1469 |33312 |2 |1 |2774A4|0 |2 |0 |
+ROW |84156 |1469 |33311 |0 |2 |F63100|1 |2 |0 |
+ROW |84157 |1469 |33308 |0 |3 |A54F10|1 |2 |0 |
+ROW |84158 |1469 |33310 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84159 |1469 |33307 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84160 |1470 |33342 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84161 |1471 |33347 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84162 |1472 |33350 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84163 |1472 |33353 |2 |1 |2774A4|0 |2 |0 |
+ROW |84164 |1472 |33352 |0 |2 |F63100|1 |2 |0 |
+ROW |84165 |1472 |33349 |0 |3 |A54F10|1 |2 |0 |
+ROW |84166 |1472 |33351 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84167 |1472 |33348 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84168 |1473 |33383 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84169 |1474 |33388 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84170 |1475 |33391 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84171 |1475 |33394 |2 |1 |2774A4|0 |2 |0 |
+ROW |84172 |1475 |33393 |0 |2 |F63100|1 |2 |0 |
+ROW |84173 |1475 |33390 |0 |3 |A54F10|1 |2 |0 |
+ROW |84174 |1475 |33392 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84175 |1475 |33389 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84176 |1038 |30101 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84177 |1039 |30102 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84178 |1040 |30103 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84179 |1041 |30104 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84180 |786 |28246 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84181 |787 |28247 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84182 |687 |27417 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84183 |688 |27427 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84184 |691 |27376 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84185 |692 |27380 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84186 |694 |27478 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84187 |1042 |30105 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84188 |1043 |30107 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84189 |698 |27511 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84190 |1044 |30108 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84191 |701 |27547 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84192 |1045 |27591 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84193 |1045 |30110 |5 |1 |2774A4|0 |2 |0 |
+ROW |84194 |1046 |30111 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84195 |704 |27586 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84196 |1690 |35679 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84197 |1691 |35681 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84198 |1692 |35683 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84199 |1693 |35686 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84200 |1694 |35690 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84201 |1694 |35705 |0 |1 |2774A4|0 |2 |0 |
+ROW |84202 |1694 |35696 |0 |2 |F63100|0 |2 |0 |
+ROW |84203 |1694 |35687 |0 |3 |A54F10|0 |2 |0 |
+ROW |84204 |1694 |35708 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84205 |1694 |35711 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84206 |1694 |35699 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84207 |1695 |35689 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84208 |1695 |35704 |0 |1 |2774A4|0 |2 |0 |
+ROW |84209 |1695 |35695 |0 |2 |F63100|0 |2 |0 |
+ROW |84210 |1695 |35701 |0 |3 |A54F10|0 |2 |0 |
+ROW |84211 |1695 |35707 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84212 |1695 |35710 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84213 |1695 |35697 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84214 |1696 |35713 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84215 |1696 |35703 |0 |1 |2774A4|0 |2 |0 |
+ROW |84216 |1696 |35694 |0 |2 |F63100|0 |2 |0 |
+ROW |84217 |1696 |35712 |0 |3 |A54F10|0 |2 |0 |
+ROW |84218 |1696 |35706 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84219 |1696 |35709 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84220 |1696 |35698 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84221 |1697 |35714 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84222 |1698 |35716 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84223 |1699 |35718 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84224 |1699 |35720 |0 |1 |2774A4|0 |2 |0 |
+ROW |84225 |1700 |35727 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84226 |1700 |35724 |0 |1 |2774A4|0 |2 |0 |
+ROW |84227 |1701 |35726 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84228 |1701 |35723 |0 |1 |2774A4|0 |2 |0 |
+ROW |84229 |1702 |35730 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84230 |1702 |35728 |0 |1 |2774A4|0 |2 |0 |
+ROW |84231 |1702 |35729 |0 |2 |F63100|0 |2 |0 |
+ROW |84232 |1703 |35737 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84233 |1703 |35733 |0 |1 |2774A4|1 |2 |0 |
+ROW |84234 |1703 |35743 |0 |2 |F63100|0 |2 |0 |
+ROW |84235 |1703 |35739 |0 |3 |A54F10|1 |2 |0 |
+ROW |84236 |1703 |35736 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84237 |1703 |35742 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84238 |1704 |35748 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84239 |1704 |35747 |0 |1 |2774A4|1 |2 |0 |
+ROW |84240 |1704 |35750 |0 |2 |F63100|0 |2 |0 |
+ROW |84241 |1704 |35749 |0 |3 |A54F10|1 |2 |0 |
+ROW |84242 |1705 |35756 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84243 |1705 |35755 |0 |1 |2774A4|1 |2 |0 |
+ROW |84244 |1705 |35758 |0 |2 |F63100|0 |2 |0 |
+ROW |84245 |1705 |35757 |0 |3 |A54F10|1 |2 |0 |
+ROW |84246 |1843 |35764 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84247 |1843 |35763 |0 |1 |2774A4|1 |2 |0 |
+ROW |84248 |1843 |35766 |0 |2 |F63100|0 |2 |0 |
+ROW |84249 |1843 |35765 |0 |3 |A54F10|1 |2 |0 |
+ROW |84250 |1844 |35771 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84251 |1844 |35769 |0 |1 |2774A4|0 |2 |0 |
+ROW |84252 |1844 |35770 |0 |2 |F63100|0 |2 |0 |
+ROW |84253 |1708 |35651 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84254 |1708 |35649 |0 |1 |2774A4|0 |2 |0 |
+ROW |84255 |1708 |35647 |0 |2 |F63100|0 |2 |0 |
+ROW |84256 |1708 |35653 |0 |3 |A54F10|0 |2 |0 |
+ROW |84257 |1708 |35652 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84258 |1708 |35650 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84259 |708 |27671 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84260 |1047 |30112 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84261 |1048 |30114 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84262 |1048 |30113 |5 |1 |2774A4|0 |2 |0 |
+ROW |84263 |1049 |30115 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84264 |775 |28143 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84265 |714 |27753 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84266 |1050 |30116 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84267 |856 |28894 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84268 |1051 |30118 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84269 |1476 |33419 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84270 |1476 |33422 |2 |1 |2774A4|0 |2 |0 |
+ROW |84271 |1476 |33421 |0 |2 |F63100|1 |2 |0 |
+ROW |84272 |1476 |33418 |0 |3 |A54F10|1 |2 |0 |
+ROW |84273 |1476 |33420 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84274 |1476 |33417 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84275 |1477 |33427 |0 |0 |969696|0 |9 |2 |
+ROW |84276 |1477 |33428 |0 |1 |C80000|0 |9 |0 |
+ROW |84277 |1478 |33431 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84278 |1479 |33407 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84279 |724 |27904 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84280 |1299 |31968 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84281 |1299 |31966 |0 |1 |2774A4|0 |2 |0 |
+ROW |84282 |1299 |31965 |0 |2 |F63100|0 |2 |0 |
+ROW |84283 |1299 |31967 |0 |3 |A54F10|0 |2 |0 |
+ROW |84284 |1052 |27907 |0 |0 |969696|0 |9 |2 |
+ROW |84285 |1052 |27908 |0 |1 |C80000|0 |9 |0 |
+ROW |84286 |1053 |30120 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84287 |1335 |32330 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84288 |1335 |32317 |5 |1 |2774A4|0 |2 |0 |
+ROW |84289 |1336 |32319 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84290 |1336 |32327 |5 |1 |2774A4|0 |2 |0 |
+ROW |84291 |1336 |32326 |5 |2 |F63100|0 |2 |0 |
+ROW |84292 |1337 |32324 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84293 |1337 |32318 |5 |1 |2774A4|0 |2 |0 |
+ROW |84294 |1338 |32311 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84295 |1338 |32310 |5 |1 |2774A4|0 |2 |0 |
+ROW |84296 |1338 |32328 |5 |2 |F63100|0 |2 |0 |
+ROW |84297 |1339 |32350 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84298 |1339 |32339 |5 |1 |2774A4|0 |2 |0 |
+ROW |84299 |1340 |32331 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84300 |1341 |32347 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84301 |1341 |32342 |5 |1 |2774A4|0 |2 |0 |
+ROW |84302 |1342 |32334 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84303 |1342 |32333 |5 |1 |2774A4|0 |2 |0 |
+ROW |84304 |1342 |32348 |5 |2 |F63100|0 |2 |0 |
+ROW |84305 |1343 |32373 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84306 |1343 |32360 |5 |1 |2774A4|0 |2 |0 |
+ROW |84307 |1344 |32362 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84308 |1344 |32370 |5 |1 |2774A4|0 |2 |0 |
+ROW |84309 |1344 |32369 |5 |2 |F63100|0 |2 |0 |
+ROW |84310 |1345 |32367 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84311 |1345 |32361 |5 |1 |2774A4|0 |2 |0 |
+ROW |84312 |1346 |32354 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84313 |1346 |32353 |5 |1 |2774A4|0 |2 |0 |
+ROW |84314 |1346 |32371 |5 |2 |F63100|0 |2 |0 |
+ROW |84315 |1347 |32382 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84316 |1348 |32375 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84317 |1349 |32380 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84318 |1350 |32401 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84319 |1351 |32398 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84320 |1351 |32397 |5 |1 |2774A4|0 |2 |0 |
+ROW |84321 |1351 |32396 |5 |2 |F63100|0 |2 |0 |
+ROW |84322 |1352 |32394 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84323 |1353 |32393 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84324 |1354 |32385 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84325 |1354 |32399 |5 |1 |2774A4|0 |2 |0 |
+ROW |84326 |1355 |32420 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84327 |1356 |32417 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84328 |1356 |32416 |5 |1 |2774A4|0 |2 |0 |
+ROW |84329 |1356 |32415 |5 |2 |F63100|0 |2 |0 |
+ROW |84330 |1357 |32413 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84331 |1358 |32412 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84332 |1359 |32404 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84333 |1359 |32418 |5 |1 |2774A4|0 |2 |0 |
+ROW |84334 |1360 |32436 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84335 |1361 |32439 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84336 |1362 |32440 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84337 |1363 |32442 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84338 |1364 |32443 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84339 |1365 |32428 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84340 |1365 |32429 |5 |1 |2774A4|0 |2 |0 |
+ROW |84341 |727 |27936 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84342 |1054 |27935 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84343 |1054 |30122 |5 |1 |2774A4|0 |2 |0 |
+ROW |84344 |1055 |30123 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84345 |730 |27975 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84346 |1056 |30126 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84347 |733 |28003 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84348 |1057 |30131 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84349 |736 |28031 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84350 |1058 |30136 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84351 |1735 |35972 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84352 |1735 |35975 |0 |1 |2774A4|0 |2 |0 |
+ROW |84353 |1736 |35977 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84354 |1736 |35980 |0 |1 |2774A4|0 |2 |0 |
+ROW |84355 |1737 |35981 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84356 |1738 |35982 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84357 |1739 |36011 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84358 |1739 |36003 |0 |1 |2774A4|0 |2 |0 |
+ROW |84359 |1739 |36013 |0 |2 |F63100|0 |2 |0 |
+ROW |84360 |1739 |36005 |0 |3 |A54F10|0 |2 |0 |
+ROW |84361 |1739 |36014 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84362 |1739 |36006 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84363 |1740 |36012 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84364 |1740 |36004 |0 |1 |2774A4|0 |2 |0 |
+ROW |84365 |1741 |36002 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84366 |1741 |36010 |0 |1 |2774A4|0 |2 |0 |
+ROW |84367 |1742 |36017 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84368 |1743 |36025 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84369 |1744 |36026 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84370 |1745 |35985 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84371 |1746 |36041 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84372 |1747 |36053 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84373 |1747 |36045 |0 |1 |2774A4|0 |2 |0 |
+ROW |84374 |1747 |36055 |0 |2 |F63100|0 |2 |0 |
+ROW |84375 |1747 |36047 |0 |3 |A54F10|0 |2 |0 |
+ROW |84376 |1747 |36056 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84377 |1747 |36048 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84378 |1748 |36054 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84379 |1748 |36046 |0 |1 |2774A4|0 |2 |0 |
+ROW |84380 |1749 |36044 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84381 |1749 |36052 |0 |1 |2774A4|0 |2 |0 |
+ROW |84382 |1750 |36059 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84383 |1751 |36060 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84384 |1752 |36029 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84385 |1753 |36077 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84386 |1754 |36078 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84387 |1755 |36079 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84388 |1756 |36080 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84389 |1757 |36088 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84390 |1757 |36098 |0 |1 |2774A4|0 |2 |0 |
+ROW |84391 |1757 |36089 |0 |2 |F63100|0 |2 |0 |
+ROW |84392 |1757 |36084 |0 |3 |A54F10|0 |2 |0 |
+ROW |84393 |1757 |36091 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84394 |1757 |36085 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84395 |1758 |36082 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84396 |1758 |36083 |0 |1 |2774A4|0 |2 |0 |
+ROW |84397 |1759 |36105 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84398 |1759 |36112 |0 |1 |2774A4|0 |2 |0 |
+ROW |84399 |1759 |36103 |0 |2 |F63100|0 |2 |0 |
+ROW |84400 |1759 |36110 |0 |3 |A54F10|0 |2 |0 |
+ROW |84401 |1759 |36102 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84402 |1759 |36109 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84403 |1760 |36104 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84404 |1760 |36111 |0 |1 |2774A4|0 |2 |0 |
+ROW |84405 |1761 |36113 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84406 |1761 |36106 |0 |1 |2774A4|0 |2 |0 |
+ROW |84407 |1762 |36126 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84408 |1763 |36127 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84409 |1764 |36144 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84410 |1765 |36145 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84411 |1766 |36146 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84412 |1767 |36147 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84413 |1768 |36155 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84414 |1768 |36165 |0 |1 |2774A4|0 |2 |0 |
+ROW |84415 |1768 |36156 |0 |2 |F63100|0 |2 |0 |
+ROW |84416 |1768 |36151 |0 |3 |A54F10|0 |2 |0 |
+ROW |84417 |1768 |36158 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84418 |1768 |36152 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84419 |1769 |36149 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84420 |1769 |36150 |0 |1 |2774A4|0 |2 |0 |
+ROW |84421 |1770 |36172 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84422 |1770 |36179 |0 |1 |2774A4|0 |2 |0 |
+ROW |84423 |1770 |36170 |0 |2 |F63100|0 |2 |0 |
+ROW |84424 |1770 |36177 |0 |3 |A54F10|0 |2 |0 |
+ROW |84425 |1770 |36169 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84426 |1770 |36176 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84427 |1771 |36171 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84428 |1771 |36178 |0 |1 |2774A4|0 |2 |0 |
+ROW |84429 |1772 |36180 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84430 |1772 |36173 |0 |1 |2774A4|0 |2 |0 |
+ROW |84431 |1773 |36193 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84432 |1774 |36194 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84433 |1775 |36210 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84434 |1776 |36218 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84435 |1776 |36221 |0 |1 |2774A4|0 |2 |0 |
+ROW |84436 |1777 |36223 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84437 |1777 |36226 |0 |1 |2774A4|0 |2 |0 |
+ROW |84438 |1778 |36227 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84439 |1779 |36228 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84440 |1780 |36253 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84441 |1780 |36245 |0 |1 |2774A4|0 |2 |0 |
+ROW |84442 |1780 |36255 |0 |2 |F63100|0 |2 |0 |
+ROW |84443 |1780 |36247 |0 |3 |A54F10|0 |2 |0 |
+ROW |84444 |1780 |36256 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84445 |1780 |36248 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84446 |1781 |36254 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84447 |1781 |36246 |0 |1 |2774A4|0 |2 |0 |
+ROW |84448 |1782 |36244 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84449 |1782 |36252 |0 |1 |2774A4|0 |2 |0 |
+ROW |84450 |1783 |36259 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84451 |1784 |36231 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84452 |1785 |36295 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84453 |1785 |36287 |0 |1 |2774A4|0 |2 |0 |
+ROW |84454 |1785 |36297 |0 |2 |F63100|0 |2 |0 |
+ROW |84455 |1785 |36289 |0 |3 |A54F10|0 |2 |0 |
+ROW |84456 |1785 |36298 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84457 |1785 |36290 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84458 |1786 |36296 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84459 |1786 |36288 |0 |1 |2774A4|0 |2 |0 |
+ROW |84460 |1787 |36286 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84461 |1787 |36294 |0 |1 |2774A4|0 |2 |0 |
+ROW |84462 |1788 |36301 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84463 |1789 |36309 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84464 |1790 |36310 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84465 |1791 |36269 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84466 |1792 |36339 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84467 |1792 |36331 |0 |1 |2774A4|0 |2 |0 |
+ROW |84468 |1792 |36341 |0 |2 |F63100|0 |2 |0 |
+ROW |84469 |1792 |36333 |0 |3 |A54F10|0 |2 |0 |
+ROW |84470 |1792 |36342 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84471 |1792 |36334 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84472 |1793 |36340 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84473 |1793 |36332 |0 |1 |2774A4|0 |2 |0 |
+ROW |84474 |1794 |36330 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84475 |1794 |36338 |0 |1 |2774A4|0 |2 |0 |
+ROW |84476 |1795 |36345 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84477 |1796 |36353 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84478 |1797 |36354 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84479 |1798 |36313 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84480 |1799 |36371 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84481 |1800 |36383 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84482 |1800 |36375 |0 |1 |2774A4|0 |2 |0 |
+ROW |84483 |1800 |36385 |0 |2 |F63100|0 |2 |0 |
+ROW |84484 |1800 |36377 |0 |3 |A54F10|0 |2 |0 |
+ROW |84485 |1800 |36386 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84486 |1800 |36378 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84487 |1801 |36384 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84488 |1801 |36376 |0 |1 |2774A4|0 |2 |0 |
+ROW |84489 |1802 |36374 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84490 |1802 |36382 |0 |1 |2774A4|0 |2 |0 |
+ROW |84491 |1803 |36389 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84492 |1804 |36397 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84493 |1805 |36398 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84494 |1806 |36357 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84495 |1807 |36415 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84496 |1808 |36427 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84497 |1808 |36419 |0 |1 |2774A4|0 |2 |0 |
+ROW |84498 |1808 |36429 |0 |2 |F63100|0 |2 |0 |
+ROW |84499 |1808 |36421 |0 |3 |A54F10|0 |2 |0 |
+ROW |84500 |1808 |36430 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84501 |1808 |36422 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84502 |1809 |36428 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84503 |1809 |36420 |0 |1 |2774A4|0 |2 |0 |
+ROW |84504 |1810 |36418 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84505 |1810 |36426 |0 |1 |2774A4|0 |2 |0 |
+ROW |84506 |1811 |36433 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84507 |1812 |36441 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84508 |1813 |36442 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84509 |1814 |36401 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84510 |1815 |36460 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84511 |1816 |36472 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84512 |1816 |36464 |0 |1 |2774A4|0 |2 |0 |
+ROW |84513 |1816 |36474 |0 |2 |F63100|0 |2 |0 |
+ROW |84514 |1816 |36466 |0 |3 |A54F10|0 |2 |0 |
+ROW |84515 |1816 |36475 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84516 |1816 |36467 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84517 |1817 |36473 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84518 |1817 |36465 |0 |1 |2774A4|0 |2 |0 |
+ROW |84519 |1818 |36463 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84520 |1818 |36471 |0 |1 |2774A4|0 |2 |0 |
+ROW |84521 |1819 |36478 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84522 |1820 |36486 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84523 |1821 |36487 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84524 |1822 |36445 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84525 |1823 |36505 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84526 |1824 |36517 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84527 |1824 |36509 |0 |1 |2774A4|0 |2 |0 |
+ROW |84528 |1824 |36519 |0 |2 |F63100|0 |2 |0 |
+ROW |84529 |1824 |36511 |0 |3 |A54F10|0 |2 |0 |
+ROW |84530 |1824 |36520 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84531 |1824 |36512 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84532 |1825 |36518 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84533 |1825 |36510 |0 |1 |2774A4|0 |2 |0 |
+ROW |84534 |1826 |36508 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84535 |1826 |36516 |0 |1 |2774A4|0 |2 |0 |
+ROW |84536 |1827 |36523 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84537 |1828 |36531 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84538 |1829 |36532 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84539 |1830 |36490 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84540 |1831 |36550 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84541 |1832 |36563 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84542 |1832 |36555 |0 |1 |2774A4|0 |2 |0 |
+ROW |84543 |1832 |36565 |0 |2 |F63100|0 |2 |0 |
+ROW |84544 |1832 |36557 |0 |3 |A54F10|0 |2 |0 |
+ROW |84545 |1832 |36566 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84546 |1832 |36558 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84547 |1833 |36564 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84548 |1833 |36556 |0 |1 |2774A4|0 |2 |0 |
+ROW |84549 |1834 |36554 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84550 |1834 |36562 |0 |1 |2774A4|0 |2 |0 |
+ROW |84551 |1835 |36569 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84552 |1836 |36577 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84553 |1837 |36578 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84554 |1838 |36535 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84555 |1214 |31276 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84556 |1214 |31277 |5 |1 |2774A4|0 |2 |0 |
+ROW |84557 |1215 |31279 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84558 |1215 |31280 |5 |1 |2774A4|0 |2 |0 |
+ROW |84559 |1216 |31282 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84560 |1216 |31283 |5 |1 |2774A4|0 |2 |0 |
+ROW |84561 |1217 |31286 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84562 |1217 |31289 |5 |1 |2774A4|0 |2 |0 |
+ROW |84563 |1218 |31292 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84564 |1218 |31295 |5 |1 |2774A4|0 |2 |0 |
+ROW |84565 |1219 |31298 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84566 |1219 |31301 |5 |1 |2774A4|0 |2 |0 |
+ROW |84567 |1220 |31285 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84568 |1220 |31288 |5 |1 |2774A4|0 |2 |0 |
+ROW |84569 |1221 |31291 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84570 |1221 |31294 |5 |1 |2774A4|0 |2 |0 |
+ROW |84571 |1222 |31297 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84572 |1222 |31300 |5 |1 |2774A4|0 |2 |0 |
+ROW |84573 |887 |29211 |0 |0 |969696|0 |9 |2 |
+ROW |84574 |887 |29210 |0 |1 |C80000|0 |9 |0 |
+ROW |84575 |888 |29225 |0 |0 |969696|0 |9 |2 |
+ROW |84576 |888 |29224 |0 |1 |C80000|0 |9 |0 |
+ROW |84577 |889 |29239 |0 |0 |969696|0 |9 |2 |
+ROW |84578 |889 |29238 |0 |1 |C80000|0 |9 |0 |
+ROW |84579 |899 |29216 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84580 |899 |29217 |2 |1 |2774A4|0 |2 |0 |
+ROW |84581 |899 |29218 |0 |2 |F63100|1 |2 |0 |
+ROW |84582 |899 |29219 |0 |3 |A54F10|1 |2 |0 |
+ROW |84583 |899 |29220 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84584 |899 |29221 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84585 |900 |29230 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84586 |900 |29231 |2 |1 |2774A4|0 |2 |0 |
+ROW |84587 |900 |29232 |0 |2 |F63100|1 |2 |0 |
+ROW |84588 |900 |29233 |0 |3 |A54F10|1 |2 |0 |
+ROW |84589 |900 |29234 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84590 |900 |29235 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84591 |901 |29244 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84592 |901 |29245 |2 |1 |2774A4|0 |2 |0 |
+ROW |84593 |901 |29246 |0 |2 |F63100|1 |2 |0 |
+ROW |84594 |901 |29247 |0 |3 |A54F10|1 |2 |0 |
+ROW |84595 |901 |29248 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84596 |901 |29249 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84597 |911 |29089 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84598 |911 |29102 |0 |1 |2774A4|0 |2 |0 |
+ROW |84599 |912 |29126 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84600 |912 |29139 |0 |1 |2774A4|0 |2 |0 |
+ROW |84601 |913 |29163 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84602 |913 |29176 |0 |1 |2774A4|0 |2 |0 |
+ROW |84603 |908 |29098 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84604 |908 |29097 |0 |1 |2774A4|0 |2 |0 |
+ROW |84605 |908 |29095 |0 |2 |F63100|0 |2 |0 |
+ROW |84606 |908 |29088 |0 |3 |A54F10|0 |2 |0 |
+ROW |84607 |908 |29094 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84608 |908 |29093 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84609 |908 |29092 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84610 |908 |29091 |0 |7 |611F27|0 |2 |0 |
+ROW |84611 |908 |29090 |0 |8 |F230E0|0 |2 |0 |
+ROW |84612 |909 |29135 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84613 |909 |29134 |0 |1 |2774A4|0 |2 |0 |
+ROW |84614 |909 |29132 |0 |2 |F63100|0 |2 |0 |
+ROW |84615 |909 |29125 |0 |3 |A54F10|0 |2 |0 |
+ROW |84616 |909 |29131 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84617 |909 |29130 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84618 |909 |29129 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84619 |909 |29128 |0 |7 |611F27|0 |2 |0 |
+ROW |84620 |909 |29127 |0 |8 |F230E0|0 |2 |0 |
+ROW |84621 |910 |29172 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84622 |910 |29171 |0 |1 |2774A4|0 |2 |0 |
+ROW |84623 |910 |29169 |0 |2 |F63100|0 |2 |0 |
+ROW |84624 |910 |29162 |0 |3 |A54F10|0 |2 |0 |
+ROW |84625 |910 |29168 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84626 |910 |29167 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84627 |910 |29166 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84628 |910 |29165 |0 |7 |611F27|0 |2 |0 |
+ROW |84629 |910 |29164 |0 |8 |F230E0|0 |2 |0 |
+ROW |84630 |905 |29198 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84631 |906 |29199 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84632 |907 |29200 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84633 |917 |29104 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84634 |917 |29105 |5 |1 |2774A4|0 |2 |0 |
+ROW |84635 |918 |29141 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84636 |918 |29142 |5 |1 |2774A4|0 |2 |0 |
+ROW |84637 |919 |29178 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84638 |919 |29179 |5 |1 |2774A4|0 |2 |0 |
+ROW |84639 |914 |31270 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84640 |915 |31271 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84641 |916 |31272 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84642 |923 |29118 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84643 |923 |29119 |0 |1 |2774A4|0 |2 |0 |
+ROW |84644 |923 |29117 |0 |2 |F63100|0 |2 |0 |
+ROW |84645 |924 |29155 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84646 |924 |29156 |0 |1 |2774A4|0 |2 |0 |
+ROW |84647 |924 |29154 |0 |2 |F63100|0 |2 |0 |
+ROW |84648 |925 |29192 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84649 |925 |29193 |0 |1 |2774A4|0 |2 |0 |
+ROW |84650 |925 |29191 |0 |2 |F63100|0 |2 |0 |
+ROW |84651 |920 |29107 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84652 |920 |29106 |0 |1 |2774A4|0 |2 |0 |
+ROW |84653 |921 |29144 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84654 |921 |29143 |0 |1 |2774A4|0 |2 |0 |
+ROW |84655 |922 |29181 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84656 |922 |29180 |0 |1 |2774A4|0 |2 |0 |
+ROW |84657 |902 |29096 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84658 |902 |29101 |0 |1 |2774A4|0 |2 |0 |
+ROW |84659 |902 |29100 |0 |2 |F63100|0 |2 |0 |
+ROW |84660 |902 |29087 |0 |3 |A54F10|1 |2 |0 |
+ROW |84661 |903 |29133 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84662 |903 |29138 |0 |1 |2774A4|0 |2 |0 |
+ROW |84663 |903 |29137 |0 |2 |F63100|0 |2 |0 |
+ROW |84664 |903 |29124 |0 |3 |A54F10|1 |2 |0 |
+ROW |84665 |904 |29170 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84666 |904 |29175 |0 |1 |2774A4|0 |2 |0 |
+ROW |84667 |904 |29174 |0 |2 |F63100|0 |2 |0 |
+ROW |84668 |904 |29161 |0 |3 |A54F10|1 |2 |0 |
+ROW |84669 |1223 |31307 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84670 |1223 |31308 |5 |1 |2774A4|0 |2 |0 |
+ROW |84671 |1224 |31310 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84672 |1224 |31311 |5 |1 |2774A4|0 |2 |0 |
+ROW |84673 |1225 |31314 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84674 |1225 |31317 |5 |1 |2774A4|0 |2 |0 |
+ROW |84675 |1226 |31320 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84676 |1226 |31323 |5 |1 |2774A4|0 |2 |0 |
+ROW |84677 |1227 |31313 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84678 |1227 |31316 |5 |1 |2774A4|0 |2 |0 |
+ROW |84679 |1228 |31319 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84680 |1228 |31322 |5 |1 |2774A4|0 |2 |0 |
+ROW |84681 |926 |29356 |0 |0 |969696|0 |9 |2 |
+ROW |84682 |926 |29355 |0 |1 |C80000|0 |9 |0 |
+ROW |84683 |927 |29370 |0 |0 |969696|0 |9 |2 |
+ROW |84684 |927 |29369 |0 |1 |C80000|0 |9 |0 |
+ROW |84685 |934 |29361 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84686 |934 |29362 |2 |1 |2774A4|0 |2 |0 |
+ROW |84687 |934 |29363 |0 |2 |F63100|1 |2 |0 |
+ROW |84688 |934 |29364 |0 |3 |A54F10|1 |2 |0 |
+ROW |84689 |934 |29365 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84690 |934 |29366 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84691 |935 |29375 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84692 |935 |29376 |2 |1 |2774A4|0 |2 |0 |
+ROW |84693 |935 |29377 |0 |2 |F63100|1 |2 |0 |
+ROW |84694 |935 |29378 |0 |3 |A54F10|1 |2 |0 |
+ROW |84695 |935 |29379 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84696 |935 |29380 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84697 |942 |29275 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84698 |942 |29288 |0 |1 |2774A4|0 |2 |0 |
+ROW |84699 |943 |29312 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84700 |943 |29325 |0 |1 |2774A4|0 |2 |0 |
+ROW |84701 |940 |29284 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84702 |940 |29283 |0 |1 |2774A4|0 |2 |0 |
+ROW |84703 |940 |29281 |0 |2 |F63100|0 |2 |0 |
+ROW |84704 |940 |29274 |0 |3 |A54F10|0 |2 |0 |
+ROW |84705 |940 |29280 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84706 |940 |29279 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84707 |940 |29278 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84708 |940 |29277 |0 |7 |611F27|0 |2 |0 |
+ROW |84709 |940 |29276 |0 |8 |F230E0|0 |2 |0 |
+ROW |84710 |941 |29321 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84711 |941 |29320 |0 |1 |2774A4|0 |2 |0 |
+ROW |84712 |941 |29318 |0 |2 |F63100|0 |2 |0 |
+ROW |84713 |941 |29311 |0 |3 |A54F10|0 |2 |0 |
+ROW |84714 |941 |29317 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84715 |941 |29316 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84716 |941 |29315 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84717 |941 |29314 |0 |7 |611F27|0 |2 |0 |
+ROW |84718 |941 |29313 |0 |8 |F230E0|0 |2 |0 |
+ROW |84719 |938 |29347 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84720 |939 |29348 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84721 |946 |29290 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84722 |946 |29291 |5 |1 |2774A4|0 |2 |0 |
+ROW |84723 |947 |29327 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84724 |947 |29328 |5 |1 |2774A4|0 |2 |0 |
+ROW |84725 |944 |31303 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84726 |945 |31304 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84727 |950 |29304 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84728 |950 |29305 |0 |1 |2774A4|0 |2 |0 |
+ROW |84729 |950 |29303 |0 |2 |F63100|0 |2 |0 |
+ROW |84730 |951 |29341 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84731 |951 |29342 |0 |1 |2774A4|0 |2 |0 |
+ROW |84732 |951 |29340 |0 |2 |F63100|0 |2 |0 |
+ROW |84733 |948 |29293 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84734 |948 |29292 |0 |1 |2774A4|0 |2 |0 |
+ROW |84735 |949 |29330 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84736 |949 |29329 |0 |1 |2774A4|0 |2 |0 |
+ROW |84737 |936 |29282 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84738 |936 |29287 |0 |1 |2774A4|0 |2 |0 |
+ROW |84739 |936 |29286 |0 |2 |F63100|0 |2 |0 |
+ROW |84740 |936 |29273 |0 |3 |A54F10|1 |2 |0 |
+ROW |84741 |937 |29319 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84742 |937 |29324 |0 |1 |2774A4|0 |2 |0 |
+ROW |84743 |937 |29323 |0 |2 |F63100|0 |2 |0 |
+ROW |84744 |937 |29310 |0 |3 |A54F10|1 |2 |0 |
+ROW |84745 |952 |29436 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84746 |952 |29437 |2 |1 |2774A4|0 |2 |0 |
+ROW |84747 |952 |29438 |0 |2 |F63100|1 |2 |0 |
+ROW |84748 |952 |29439 |0 |3 |A54F10|1 |2 |0 |
+ROW |84749 |952 |29441 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84750 |952 |29440 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84751 |955 |29434 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84752 |955 |29435 |5 |1 |2774A4|0 |2 |0 |
+ROW |84753 |954 |29448 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84754 |954 |29449 |5 |1 |2774A4|0 |2 |0 |
+ROW |84755 |956 |29452 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84756 |956 |29453 |5 |1 |2774A4|0 |2 |0 |
+ROW |84757 |953 |29446 |0 |0 |969696|0 |9 |2 |
+ROW |84758 |953 |29432 |0 |1 |C80000|0 |9 |0 |
+ROW |84759 |960 |29405 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84760 |960 |29406 |0 |1 |2774A4|0 |2 |0 |
+ROW |84761 |959 |29426 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84762 |959 |29413 |0 |1 |2774A4|0 |2 |0 |
+ROW |84763 |959 |29411 |0 |2 |F63100|0 |2 |0 |
+ROW |84764 |959 |29410 |0 |3 |A54F10|0 |2 |0 |
+ROW |84765 |959 |29399 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84766 |959 |29409 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84767 |959 |29412 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84768 |959 |29408 |0 |7 |611F27|0 |2 |0 |
+ROW |84769 |959 |29407 |0 |8 |F230E0|0 |2 |0 |
+ROW |84770 |958 |29427 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84771 |962 |29403 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84772 |962 |29402 |5 |1 |2774A4|0 |2 |0 |
+ROW |84773 |961 |29396 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84774 |963 |29400 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84775 |963 |29401 |0 |1 |2774A4|0 |2 |0 |
+ROW |84776 |957 |29420 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84777 |957 |29419 |0 |1 |2774A4|0 |2 |0 |
+ROW |84778 |957 |29418 |0 |2 |F63100|0 |2 |0 |
+ROW |84779 |957 |29417 |0 |3 |A54F10|1 |2 |0 |
+ROW |84780 |866 |29014 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84781 |866 |29015 |5 |1 |2774A4|0 |2 |0 |
+ROW |84782 |867 |29031 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84783 |867 |29032 |5 |1 |2774A4|0 |2 |0 |
+ROW |84784 |868 |29018 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84785 |868 |29019 |0 |1 |2774A4|0 |2 |0 |
+ROW |84786 |868 |29022 |0 |2 |F63100|0 |2 |0 |
+ROW |84787 |868 |29023 |0 |3 |A54F10|0 |2 |0 |
+ROW |84788 |868 |29020 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84789 |868 |29024 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84790 |868 |29021 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84791 |868 |29025 |0 |7 |611F27|0 |2 |0 |
+ROW |84792 |868 |29026 |0 |8 |F230E0|0 |2 |0 |
+ROW |84793 |869 |29035 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84794 |869 |29036 |0 |1 |2774A4|0 |2 |0 |
+ROW |84795 |869 |29039 |0 |2 |F63100|0 |2 |0 |
+ROW |84796 |869 |29040 |0 |3 |A54F10|0 |2 |0 |
+ROW |84797 |869 |29037 |0 |4 |FC6EA3|0 |2 |0 |
+ROW |84798 |869 |29041 |0 |5 |6C59DC|0 |2 |0 |
+ROW |84799 |869 |29038 |0 |6 |AC8C14|0 |2 |0 |
+ROW |84800 |869 |29042 |0 |7 |611F27|0 |2 |0 |
+ROW |84801 |869 |29043 |0 |8 |F230E0|0 |2 |0 |
+ROW |84802 |870 |29048 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84803 |871 |29049 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84804 |872 |29028 |0 |0 |969696|0 |9 |2 |
+ROW |84805 |872 |29027 |0 |1 |C80000|0 |9 |0 |
+ROW |84806 |873 |29045 |0 |0 |969696|0 |9 |2 |
+ROW |84807 |873 |29044 |0 |1 |C80000|0 |9 |0 |
+ROW |84808 |882 |28992 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84809 |882 |28991 |0 |1 |2774A4|0 |2 |0 |
+ROW |84810 |883 |29007 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84811 |883 |29006 |0 |1 |2774A4|0 |2 |0 |
+ROW |84812 |876 |28982 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84813 |876 |28983 |5 |1 |2774A4|0 |2 |0 |
+ROW |84814 |877 |28997 |2 |0 |1A7C11|0 |2 |0 |
+ROW |84815 |877 |28998 |5 |1 |2774A4|0 |2 |0 |
+ROW |84816 |874 |28978 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84817 |875 |28993 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84818 |878 |28985 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84819 |878 |28984 |0 |1 |2774A4|0 |2 |0 |
+ROW |84820 |879 |29000 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84821 |879 |28999 |0 |1 |2774A4|0 |2 |0 |
+ROW |84822 |880 |28987 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84823 |880 |28988 |0 |1 |2774A4|0 |2 |0 |
+ROW |84824 |880 |28989 |0 |2 |F63100|0 |2 |0 |
+ROW |84825 |880 |28990 |0 |3 |A54F10|1 |2 |0 |
+ROW |84826 |881 |29002 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84827 |881 |29003 |0 |1 |2774A4|0 |2 |0 |
+ROW |84828 |881 |29004 |0 |2 |F63100|0 |2 |0 |
+ROW |84829 |881 |29005 |0 |3 |A54F10|1 |2 |0 |
+ROW |84830 |964 |29513 |0 |0 |969696|0 |9 |2 |
+ROW |84831 |964 |29512 |0 |1 |C80000|0 |9 |0 |
+ROW |84832 |965 |29522 |0 |0 |969696|0 |9 |2 |
+ROW |84833 |965 |29521 |0 |1 |C80000|0 |9 |0 |
+ROW |84834 |1839 |36585 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84835 |1839 |36588 |2 |1 |2774A4|0 |2 |0 |
+ROW |84836 |1839 |36587 |0 |2 |F63100|1 |2 |0 |
+ROW |84837 |1839 |36584 |0 |3 |A54F10|1 |2 |0 |
+ROW |84838 |1839 |36586 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84839 |1839 |36583 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84840 |1840 |36591 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84841 |1840 |36594 |2 |1 |2774A4|0 |2 |0 |
+ROW |84842 |1840 |36593 |0 |2 |F63100|1 |2 |0 |
+ROW |84843 |1840 |36590 |0 |3 |A54F10|1 |2 |0 |
+ROW |84844 |1840 |36592 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84845 |1840 |36589 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84846 |1366 |32445 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84847 |1366 |32448 |0 |1 |2774A4|0 |2 |0 |
+ROW |84848 |1367 |32449 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84849 |1367 |32452 |0 |1 |2774A4|0 |2 |0 |
+ROW |84850 |1368 |32446 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84851 |1368 |32447 |5 |1 |2774A4|0 |2 |0 |
+ROW |84852 |1369 |32450 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84853 |1369 |32451 |5 |1 |2774A4|0 |2 |0 |
+ROW |84854 |1229 |31337 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84855 |1229 |31338 |5 |1 |2774A4|0 |2 |0 |
+ROW |84856 |1230 |31341 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84857 |1230 |31342 |5 |1 |2774A4|0 |2 |0 |
+ROW |84858 |1231 |31336 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84859 |1231 |36630 |5 |1 |2774A4|0 |2 |0 |
+ROW |84860 |1232 |31340 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84861 |1232 |36631 |5 |1 |2774A4|0 |2 |0 |
+ROW |84862 |974 |29456 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84863 |974 |29455 |0 |1 |2774A4|0 |2 |0 |
+ROW |84864 |975 |29482 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84865 |975 |29481 |0 |1 |2774A4|0 |2 |0 |
+ROW |84866 |976 |29458 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84867 |976 |29457 |0 |1 |2774A4|0 |2 |0 |
+ROW |84868 |977 |29484 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84869 |977 |29483 |0 |1 |2774A4|0 |2 |0 |
+ROW |84870 |972 |29454 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84871 |973 |29480 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84872 |978 |29462 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84873 |979 |29488 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84874 |980 |31327 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84875 |980 |29466 |0 |1 |2774A4|0 |2 |0 |
+ROW |84876 |981 |31330 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84877 |981 |29492 |0 |1 |2774A4|0 |2 |0 |
+ROW |84878 |982 |29620 |0 |0 |969696|0 |9 |2 |
+ROW |84879 |982 |29619 |0 |1 |C80000|0 |9 |0 |
+ROW |84880 |983 |29629 |0 |0 |969696|0 |9 |2 |
+ROW |84881 |983 |29628 |0 |1 |C80000|0 |9 |0 |
+ROW |84882 |1841 |36607 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84883 |1841 |36610 |2 |1 |2774A4|0 |2 |0 |
+ROW |84884 |1841 |36609 |0 |2 |F63100|1 |2 |0 |
+ROW |84885 |1841 |36606 |0 |3 |A54F10|1 |2 |0 |
+ROW |84886 |1841 |36608 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84887 |1841 |36605 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84888 |1842 |36613 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84889 |1842 |36616 |2 |1 |2774A4|0 |2 |0 |
+ROW |84890 |1842 |36615 |0 |2 |F63100|1 |2 |0 |
+ROW |84891 |1842 |36612 |0 |3 |A54F10|1 |2 |0 |
+ROW |84892 |1842 |36614 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |84893 |1842 |36611 |0 |5 |6C59DC|1 |2 |0 |
+ROW |84894 |1370 |32453 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84895 |1370 |32456 |0 |1 |2774A4|0 |2 |0 |
+ROW |84896 |1371 |32457 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84897 |1371 |32460 |0 |1 |2774A4|0 |2 |0 |
+ROW |84898 |1372 |32454 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84899 |1372 |32455 |5 |1 |2774A4|0 |2 |0 |
+ROW |84900 |1373 |32458 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84901 |1373 |32459 |5 |1 |2774A4|0 |2 |0 |
+ROW |84902 |1233 |31355 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84903 |1233 |31356 |5 |1 |2774A4|0 |2 |0 |
+ROW |84904 |1234 |31359 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84905 |1234 |31360 |5 |1 |2774A4|0 |2 |0 |
+ROW |84906 |1235 |31354 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84907 |1235 |36632 |5 |1 |2774A4|0 |2 |0 |
+ROW |84908 |1236 |31358 |0 |0 |1A7C11|1 |2 |0 |
+ROW |84909 |1236 |36633 |5 |1 |2774A4|0 |2 |0 |
+ROW |84910 |992 |29563 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84911 |992 |29562 |0 |1 |2774A4|0 |2 |0 |
+ROW |84912 |993 |29589 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84913 |993 |29588 |0 |1 |2774A4|0 |2 |0 |
+ROW |84914 |994 |29565 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84915 |994 |29564 |0 |1 |2774A4|0 |2 |0 |
+ROW |84916 |995 |29591 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84917 |995 |29590 |0 |1 |2774A4|0 |2 |0 |
+ROW |84918 |990 |29561 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84919 |991 |29587 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84920 |996 |29569 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84921 |997 |29595 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84922 |998 |31345 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84923 |998 |29573 |0 |1 |2774A4|0 |2 |0 |
+ROW |84924 |999 |31348 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84925 |999 |29599 |0 |1 |2774A4|0 |2 |0 |
+ROW |84926 |1489 |33568 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84927 |1490 |33581 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84928 |1490 |33569 |0 |1 |2774A4|0 |2 |0 |
+ROW |84929 |1491 |33583 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84930 |1491 |33579 |0 |1 |2774A4|0 |2 |0 |
+ROW |84931 |1492 |33619 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84932 |1493 |33632 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84933 |1493 |33620 |0 |1 |2774A4|0 |2 |0 |
+ROW |84934 |1494 |33634 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84935 |1494 |33630 |0 |1 |2774A4|0 |2 |0 |
+ROW |84936 |1495 |33670 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84937 |1496 |33683 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84938 |1496 |33671 |0 |1 |2774A4|0 |2 |0 |
+ROW |84939 |1497 |33685 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84940 |1497 |33681 |0 |1 |2774A4|0 |2 |0 |
+ROW |84941 |1498 |33721 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84942 |1499 |33734 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84943 |1499 |33722 |0 |1 |2774A4|0 |2 |0 |
+ROW |84944 |1500 |33736 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84945 |1500 |33732 |0 |1 |2774A4|0 |2 |0 |
+ROW |84946 |1501 |33772 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84947 |1502 |33785 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84948 |1502 |33773 |0 |1 |2774A4|0 |2 |0 |
+ROW |84949 |1503 |33787 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84950 |1503 |33783 |0 |1 |2774A4|0 |2 |0 |
+ROW |84951 |1504 |33823 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84952 |1505 |33836 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84953 |1505 |33824 |0 |1 |2774A4|0 |2 |0 |
+ROW |84954 |1506 |33838 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84955 |1506 |33834 |0 |1 |2774A4|0 |2 |0 |
+ROW |84956 |1507 |33874 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84957 |1508 |33887 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84958 |1508 |33875 |0 |1 |2774A4|0 |2 |0 |
+ROW |84959 |1509 |33889 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84960 |1509 |33885 |0 |1 |2774A4|0 |2 |0 |
+ROW |84961 |1510 |33925 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84962 |1481 |33445 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84963 |1481 |33433 |0 |1 |2774A4|0 |2 |0 |
+ROW |84964 |1482 |33447 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84965 |1482 |33443 |0 |1 |2774A4|0 |2 |0 |
+ROW |84966 |1511 |33930 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84967 |1512 |33943 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84968 |1512 |33931 |0 |1 |2774A4|0 |2 |0 |
+ROW |84969 |1513 |33945 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84970 |1513 |33941 |0 |1 |2774A4|0 |2 |0 |
+ROW |84971 |1514 |33981 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84972 |1515 |33994 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84973 |1515 |33982 |0 |1 |2774A4|0 |2 |0 |
+ROW |84974 |1516 |33996 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84975 |1516 |33992 |0 |1 |2774A4|0 |2 |0 |
+ROW |84976 |1517 |34032 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84977 |1518 |34045 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84978 |1518 |34033 |0 |1 |2774A4|0 |2 |0 |
+ROW |84979 |1519 |34047 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84980 |1519 |34043 |0 |1 |2774A4|0 |2 |0 |
+ROW |84981 |1403 |32790 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84982 |1404 |32809 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84983 |1404 |32807 |0 |1 |2774A4|0 |2 |0 |
+ROW |84984 |1404 |32811 |0 |2 |F63100|0 |2 |0 |
+ROW |84985 |1405 |32804 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84986 |1405 |32805 |0 |1 |2774A4|0 |2 |0 |
+ROW |84987 |1405 |32806 |0 |2 |F63100|0 |2 |0 |
+ROW |84988 |1406 |32810 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84989 |1406 |32808 |0 |1 |2774A4|0 |2 |0 |
+ROW |84990 |1406 |32812 |0 |2 |F63100|0 |2 |0 |
+ROW |84991 |1407 |32815 |5 |0 |1A7C11|0 |2 |0 |
+ROW |84992 |1408 |32819 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84993 |1408 |32817 |0 |1 |2774A4|0 |2 |0 |
+ROW |84994 |1408 |32821 |0 |2 |F63100|0 |2 |0 |
+ROW |84995 |1409 |32820 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84996 |1409 |32818 |0 |1 |2774A4|0 |2 |0 |
+ROW |84997 |1409 |32822 |0 |2 |F63100|0 |2 |0 |
+ROW |84998 |1410 |32828 |0 |0 |1A7C11|0 |2 |0 |
+ROW |84999 |1410 |32827 |0 |1 |2774A4|0 |2 |0 |
+ROW |85000 |1410 |32823 |0 |2 |F63100|0 |2 |0 |
+ROW |85001 |1411 |32777 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85002 |1411 |32778 |0 |1 |2774A4|0 |2 |0 |
+ROW |85003 |1483 |33525 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85004 |1483 |33524 |0 |1 |2774A4|0 |2 |0 |
+ROW |85005 |1483 |33523 |0 |2 |F63100|0 |2 |0 |
+ROW |85006 |1483 |33522 |0 |3 |A54F10|0 |2 |0 |
+ROW |85007 |1484 |33564 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85008 |1484 |33554 |0 |1 |2774A4|0 |2 |0 |
+ROW |85009 |1485 |33500 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85010 |1485 |33507 |0 |1 |2774A4|0 |2 |0 |
+ROW |85011 |1485 |33509 |0 |2 |F63100|0 |2 |0 |
+ROW |85012 |1485 |33508 |0 |3 |A54F10|0 |2 |0 |
+ROW |85013 |1486 |33480 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85014 |1486 |33491 |0 |1 |2774A4|0 |2 |0 |
+ROW |85015 |1486 |33488 |0 |2 |F63100|0 |2 |0 |
+ROW |85016 |1486 |33489 |0 |3 |A54F10|0 |2 |0 |
+ROW |85017 |1487 |33506 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85018 |1487 |33505 |0 |1 |2774A4|0 |2 |0 |
+ROW |85019 |1487 |33512 |0 |2 |F63100|0 |2 |0 |
+ROW |85020 |1487 |33504 |0 |3 |A54F10|0 |2 |0 |
+ROW |85021 |1387 |32632 |5 |0 |1A7C11|0 |2 |0 |
+ROW |85022 |1388 |32635 |1 |0 |1A7C11|0 |2 |0 |
+ROW |85023 |1388 |32635 |1 |1 |2774A4|0 |2 |0 |
+ROW |85024 |1389 |32643 |5 |0 |1A7C11|0 |2 |0 |
+ROW |85025 |1389 |32646 |2 |1 |2774A4|0 |2 |0 |
+ROW |85026 |1389 |32645 |0 |2 |F63100|1 |2 |0 |
+ROW |85027 |1389 |32642 |0 |3 |A54F10|1 |2 |0 |
+ROW |85028 |1389 |32644 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |85029 |1389 |32641 |0 |5 |6C59DC|1 |2 |0 |
+ROW |85030 |1142 |30689 |0 |0 |1A7C11|0 |2 |0 |
+ROW |85031 |1676 |34973 |5 |0 |1A7C11|0 |2 |0 |
+ROW |85032 |1676 |34978 |2 |1 |2774A4|0 |2 |0 |
+ROW |85033 |1676 |34976 |0 |2 |F63100|1 |2 |0 |
+ROW |85034 |1676 |34971 |0 |3 |A54F10|1 |2 |0 |
+ROW |85035 |1676 |34975 |0 |4 |FC6EA3|1 |2 |0 |
+ROW |85036 |1676 |34970 |0 |5 |6C59DC|1 |2 |0 |
TABLE |hostmacro
FIELDS|hostmacroid|hostid|macro |value |description |type|
@@ -22716,7 +22659,7 @@ ROW |1301 |10323 |{$CLICKHOUSE.USER}
ROW |1302 |10264 |{$APACHE.STATUS.SCHEME} |http |Request scheme which may be http or https |0 |
ROW |1303 |10324 |{$ETCD.GRPC_CODE.MATCHES} |.* |Filter of discoverable gRPC codes https://github.com/grpc/grpc/blob/master/doc/statuscodes.md |0 |
ROW |1304 |10324 |{$ETCD.GRPC_CODE.NOT_MATCHES} |CHANGE_IF_NEEDED |Filter to exclude discovered gRPC codes https://github.com/grpc/grpc/blob/master/doc/statuscodes.md |0 |
-ROW |1305 |10324 |{$ETCD.GRPC_CODE.TRIGGER.MATCHES} |Aborted&pipe;Unavailable |Filter of discoverable gRPC codes which will be create triggers |0 |
+ROW |1305 |10324 |{$ETCD.GRPC_CODE.TRIGGER.MATCHES} |Aborted&pipe;Unavailable |Filter of discoverable gRPC codes which will create triggers |0 |
ROW |1306 |10324 |{$ETCD.GRPC.ERRORS.MAX.WARN} |1 |Maximum number of gRPC requests failures |0 |
ROW |1307 |10324 |{$ETCD.HTTP.FAIL.MAX.WARN} |2 |Maximum number of HTTP requests failures |0 |
ROW |1308 |10324 |{$ETCD.LEADER.CHANGES.MAX.WARN} |5 |Maximum number of leader changes |0 |
@@ -24025,6 +23968,13 @@ ROW |2840 |10358 |{$RABBITMQ.API.SCHEME}
ROW |2841 |10359 |{$RABBITMQ.API.SCHEME} |http |Request scheme which may be http or https |0 |
ROW |2842 |10276 |{$IF.UTIL.MAX} |90 |This macro is used as a threshold in interface utilization trigger. |0 |
ROW |2843 |10282 |{$IF.UTIL.MAX} |90 |This macro is used as a threshold in interface utilization trigger. |0 |
+ROW |2844 |10169 |{$JMX.MEM.POOL.NAME.MATCHES} |Old Gen&pipe;G1&pipe;Perm Gen&pipe;Code Cache&pipe;Tenured Gen |This macro used in memory pool discovery as a filter. |0 |
+ROW |2845 |10169 |{$JMX.PASSWORD} | |JMX password. |0 |
+ROW |2846 |10169 |{$JMX.USER} | |JMX username. |0 |
+ROW |2847 |10433 |{$PG.QUERY_ETIME.MAX.WARN} |30 |Execution time limit for count of slow queries. |0 |
+ROW |2848 |10433 |{$PG.SLOW_QUERIES.MAX.WARN} |5 |Slow queries count threshold for a trigger. |0 |
+ROW |2849 |10314 |{$SERVICE.NAME.NOT_MATCHES.EXTENDED} |^(CDPUserSvc_.+&pipe;WpnUserService_.+&pipe;OneSyncSvc_.+&pipe;WbioSrvc&pipe;BITS&pipe;tiledatamodelsvc&pipe;GISvc&pipe;ShellHWDetection&pipe;TrustedInstaller&pipe;TabletInputService&pipe;CDPSvc)$ |This macro is used in Service discovery. Can be overridden on the host or linked template level. |0 |
+ROW |2850 |10315 |{$SERVICE.NAME.NOT_MATCHES.EXTENDED} |^(CDPUserSvc_.+&pipe;WpnUserService_.+&pipe;OneSyncSvc_.+&pipe;WbioSrvc&pipe;BITS&pipe;tiledatamodelsvc&pipe;GISvc&pipe;ShellHWDetection&pipe;TrustedInstaller&pipe;TabletInputService&pipe;CDPSvc)$ |This macro is used in Service discovery. Can be overridden on the host or linked template level. |0 |
TABLE |hosts_groups
FIELDS|hostgroupid|hostid|groupid|
@@ -24537,4846 +24487,4819 @@ ROW |145529 |1337 |31237 |
ROW |145530 |1337 |31238 |
ROW |145531 |1337 |31239 |
ROW |145532 |1337 |32596 |
-ROW |162518 |1116 |28743 |
-ROW |162519 |1116 |28744 |
-ROW |162520 |1116 |28745 |
-ROW |162521 |1116 |28746 |
-ROW |162522 |1116 |28747 |
-ROW |162523 |1116 |28748 |
-ROW |162524 |1117 |30896 |
-ROW |162525 |1116 |30897 |
-ROW |162526 |1116 |30898 |
-ROW |162527 |1116 |30899 |
-ROW |162528 |1116 |30900 |
-ROW |162529 |1116 |30901 |
-ROW |162530 |1116 |30902 |
-ROW |162531 |1116 |30903 |
-ROW |162532 |1116 |30904 |
-ROW |162533 |1116 |30905 |
-ROW |162534 |1116 |30906 |
-ROW |162535 |1116 |30907 |
-ROW |162536 |1116 |30908 |
-ROW |162537 |1116 |30909 |
-ROW |162538 |1116 |30910 |
-ROW |162539 |1116 |30911 |
-ROW |162540 |1116 |30912 |
-ROW |162541 |1116 |30913 |
-ROW |162542 |1116 |30914 |
-ROW |162543 |1116 |30915 |
-ROW |162544 |1116 |30917 |
-ROW |162545 |1116 |30918 |
-ROW |162546 |1116 |30919 |
-ROW |162547 |1116 |30920 |
-ROW |162548 |1116 |30921 |
-ROW |162549 |1116 |30922 |
-ROW |162550 |1119 |28775 |
-ROW |162551 |1118 |28776 |
-ROW |162552 |1118 |28777 |
-ROW |162553 |1118 |28778 |
-ROW |162554 |1118 |28779 |
-ROW |162555 |1118 |28780 |
-ROW |162556 |1118 |28781 |
-ROW |162557 |1118 |28782 |
-ROW |162558 |1118 |28783 |
-ROW |162559 |1118 |28784 |
-ROW |162560 |1118 |28785 |
-ROW |162561 |1118 |28786 |
-ROW |162562 |1118 |28787 |
-ROW |162563 |1118 |28788 |
-ROW |162564 |1118 |28789 |
-ROW |162565 |1118 |28790 |
-ROW |162566 |1118 |28791 |
-ROW |162567 |1118 |28792 |
-ROW |162568 |1118 |28793 |
-ROW |162569 |1118 |28794 |
-ROW |162570 |1118 |28795 |
-ROW |162571 |1118 |28796 |
-ROW |162572 |1118 |28798 |
-ROW |162573 |1118 |28799 |
-ROW |162574 |1118 |28800 |
-ROW |162575 |1118 |28801 |
-ROW |162576 |1118 |28802 |
-ROW |162577 |1118 |28803 |
-ROW |162578 |1349 |31800 |
-ROW |162579 |1349 |31801 |
-ROW |162580 |1349 |31802 |
-ROW |162581 |1348 |31803 |
-ROW |162582 |1349 |31804 |
-ROW |162583 |1348 |31805 |
-ROW |162584 |1348 |31806 |
-ROW |162585 |1348 |31807 |
-ROW |162586 |1348 |31808 |
-ROW |162587 |1348 |31809 |
-ROW |162588 |1348 |31810 |
-ROW |162589 |1348 |31811 |
-ROW |162590 |1348 |31812 |
-ROW |162591 |1348 |31813 |
-ROW |162592 |1348 |31814 |
-ROW |162593 |1348 |31815 |
-ROW |162594 |1348 |31816 |
-ROW |162595 |1348 |31817 |
-ROW |162596 |1348 |31818 |
-ROW |162597 |1348 |31819 |
-ROW |162598 |1348 |31820 |
-ROW |162599 |1348 |31821 |
-ROW |162600 |1348 |31822 |
-ROW |162601 |1348 |31823 |
-ROW |162602 |1348 |31824 |
-ROW |162603 |1348 |31825 |
-ROW |162604 |1348 |31826 |
-ROW |162605 |1348 |31827 |
-ROW |162606 |1348 |31828 |
-ROW |162607 |1348 |31829 |
-ROW |162608 |1348 |31830 |
-ROW |162609 |1348 |31831 |
-ROW |162610 |1348 |31832 |
-ROW |162611 |1348 |31833 |
-ROW |162612 |1348 |31834 |
-ROW |162613 |1348 |31835 |
-ROW |162614 |1348 |31836 |
-ROW |162615 |1348 |31837 |
-ROW |162616 |1348 |31838 |
-ROW |162617 |1348 |31839 |
-ROW |162618 |1348 |31840 |
-ROW |162619 |1348 |31841 |
-ROW |162620 |1348 |31842 |
-ROW |162621 |1348 |31843 |
-ROW |162622 |1348 |31844 |
-ROW |162623 |1348 |31845 |
-ROW |162624 |1348 |31846 |
-ROW |162625 |1348 |31847 |
-ROW |162626 |1348 |31848 |
-ROW |162627 |1348 |31849 |
-ROW |162628 |1348 |31850 |
-ROW |162629 |1753 |35772 |
-ROW |162630 |1752 |35773 |
-ROW |162631 |1752 |35774 |
-ROW |162632 |1752 |35775 |
-ROW |162633 |1752 |35776 |
-ROW |162634 |1752 |35777 |
-ROW |162635 |1752 |35778 |
-ROW |162636 |1752 |35779 |
-ROW |162637 |1752 |35780 |
-ROW |162638 |1752 |35781 |
-ROW |162639 |1752 |35782 |
-ROW |162640 |1752 |35783 |
-ROW |162641 |1752 |35784 |
-ROW |162642 |1319 |30527 |
-ROW |162643 |1319 |30528 |
-ROW |162644 |1319 |30529 |
-ROW |162645 |1318 |30530 |
-ROW |162646 |1319 |30531 |
-ROW |162647 |1318 |30532 |
-ROW |162648 |1318 |30533 |
-ROW |162649 |1318 |30534 |
-ROW |162650 |1318 |30535 |
-ROW |162651 |1318 |30536 |
-ROW |162652 |1318 |30537 |
-ROW |162653 |1318 |30538 |
-ROW |162654 |1318 |30539 |
-ROW |162655 |1318 |30540 |
-ROW |162656 |1318 |30541 |
-ROW |162657 |1318 |30542 |
-ROW |162658 |1318 |30543 |
-ROW |162659 |1318 |30544 |
-ROW |162660 |1318 |30545 |
-ROW |162661 |1318 |30546 |
-ROW |162662 |1318 |30547 |
-ROW |162663 |1318 |30548 |
-ROW |162664 |1318 |30549 |
-ROW |162665 |1318 |30550 |
-ROW |162666 |1318 |30551 |
-ROW |162667 |1318 |30552 |
-ROW |162668 |1318 |30553 |
-ROW |162669 |1318 |30554 |
-ROW |162670 |1318 |30555 |
-ROW |162671 |1318 |30556 |
-ROW |162672 |1318 |30557 |
-ROW |162673 |1318 |30558 |
-ROW |162674 |1318 |30559 |
-ROW |162675 |1318 |30560 |
-ROW |162676 |1318 |30561 |
-ROW |162677 |1318 |30562 |
-ROW |162678 |1318 |30563 |
-ROW |162679 |1318 |30564 |
-ROW |162680 |1318 |30565 |
-ROW |162681 |1318 |30566 |
-ROW |162682 |1318 |30567 |
-ROW |162683 |1318 |30568 |
-ROW |162684 |1318 |30569 |
-ROW |162685 |1318 |30570 |
-ROW |162686 |1326 |37005 |
-ROW |162687 |1326 |30690 |
-ROW |162688 |1327 |30691 |
-ROW |162689 |1326 |30692 |
-ROW |162690 |1327 |30693 |
-ROW |162691 |1327 |30694 |
-ROW |162692 |1326 |30695 |
-ROW |162693 |1326 |30697 |
-ROW |162694 |1326 |30698 |
-ROW |162695 |1326 |30699 |
-ROW |162696 |1326 |30700 |
-ROW |162697 |1326 |30701 |
-ROW |162698 |1326 |30702 |
-ROW |162699 |1326 |30703 |
-ROW |162700 |1326 |30704 |
-ROW |162701 |1326 |30705 |
-ROW |162702 |1326 |30706 |
-ROW |162703 |1326 |30707 |
-ROW |162704 |1326 |30708 |
-ROW |162705 |1326 |30709 |
-ROW |162706 |1326 |30710 |
-ROW |162707 |1326 |30711 |
-ROW |162708 |1326 |30712 |
-ROW |162709 |1327 |30719 |
-ROW |162710 |1327 |30739 |
-ROW |162711 |1327 |30743 |
-ROW |162712 |1327 |30744 |
-ROW |162713 |1327 |30746 |
-ROW |162714 |1327 |30747 |
-ROW |162715 |1327 |30754 |
-ROW |162716 |1327 |30756 |
-ROW |162717 |1331 |30923 |
-ROW |162718 |1331 |30924 |
-ROW |162719 |1332 |30925 |
-ROW |162720 |1332 |30926 |
-ROW |162721 |1331 |30927 |
-ROW |162722 |1331 |30928 |
-ROW |162723 |1331 |30929 |
-ROW |162724 |1331 |30930 |
-ROW |162725 |1331 |30931 |
-ROW |162726 |1331 |30932 |
-ROW |162727 |1331 |30933 |
-ROW |162728 |1331 |30934 |
-ROW |162729 |1331 |30935 |
-ROW |162730 |1331 |30936 |
-ROW |162731 |1331 |30937 |
-ROW |162732 |1331 |30938 |
-ROW |162733 |1331 |30939 |
-ROW |162734 |1331 |30940 |
-ROW |162735 |1331 |30941 |
-ROW |162736 |1331 |30942 |
-ROW |162737 |1331 |30943 |
-ROW |162738 |1331 |30944 |
-ROW |162739 |1331 |30945 |
-ROW |162740 |1331 |30946 |
-ROW |162741 |1331 |30947 |
-ROW |162742 |1331 |30948 |
-ROW |162743 |1331 |30949 |
-ROW |162744 |1331 |30950 |
-ROW |162745 |1331 |30951 |
-ROW |162746 |1331 |30952 |
-ROW |162747 |1331 |30953 |
-ROW |162748 |1331 |30954 |
-ROW |162749 |1331 |30955 |
-ROW |162750 |1331 |30956 |
-ROW |162751 |1331 |30957 |
-ROW |162752 |1331 |30958 |
-ROW |162753 |1331 |30959 |
-ROW |162754 |1331 |30960 |
-ROW |162755 |1331 |30963 |
-ROW |162756 |1411 |32486 |
-ROW |162757 |1411 |32487 |
-ROW |162758 |1411 |32488 |
-ROW |162759 |1411 |32489 |
-ROW |162760 |1411 |32490 |
-ROW |162761 |1411 |32491 |
-ROW |162762 |1411 |32492 |
-ROW |162763 |1411 |32493 |
-ROW |162764 |1411 |32494 |
-ROW |162765 |1411 |32498 |
-ROW |162766 |1411 |32499 |
-ROW |162767 |1411 |32500 |
-ROW |162768 |1412 |32516 |
-ROW |162769 |1412 |32517 |
-ROW |162770 |1412 |32518 |
-ROW |162771 |1412 |32519 |
-ROW |162772 |1412 |32520 |
-ROW |162773 |1412 |32521 |
-ROW |162774 |1412 |32522 |
-ROW |162775 |1412 |32523 |
-ROW |162776 |1412 |32524 |
-ROW |162777 |1412 |32528 |
-ROW |162778 |1412 |32529 |
-ROW |162779 |1412 |32530 |
-ROW |162780 |1341 |31499 |
-ROW |162781 |1341 |31500 |
-ROW |162782 |1341 |31501 |
-ROW |162783 |1341 |31502 |
-ROW |162784 |1341 |31503 |
-ROW |162785 |1341 |31504 |
-ROW |162786 |1341 |31505 |
-ROW |162787 |1341 |31506 |
-ROW |162788 |1341 |31507 |
-ROW |162789 |1341 |31508 |
-ROW |162790 |1341 |31509 |
-ROW |162791 |1341 |31510 |
-ROW |162792 |1341 |31511 |
-ROW |162793 |1341 |31512 |
-ROW |162794 |1341 |31513 |
-ROW |162795 |1341 |31514 |
-ROW |162796 |1341 |31515 |
-ROW |162797 |1341 |31516 |
-ROW |162798 |1341 |31517 |
-ROW |162799 |1341 |31518 |
-ROW |162800 |1341 |31519 |
-ROW |162801 |1341 |31520 |
-ROW |162802 |1341 |31521 |
-ROW |162803 |1341 |31522 |
-ROW |162804 |1341 |31523 |
-ROW |162805 |1341 |31524 |
-ROW |162806 |1341 |31525 |
-ROW |162807 |1341 |31526 |
-ROW |162808 |1341 |31527 |
-ROW |162809 |1341 |31528 |
-ROW |162810 |1341 |31529 |
-ROW |162811 |1341 |31530 |
-ROW |162812 |1341 |31531 |
-ROW |162813 |1341 |31532 |
-ROW |162814 |1341 |31533 |
-ROW |162815 |1341 |31534 |
-ROW |162816 |1341 |31535 |
-ROW |162817 |1341 |31536 |
-ROW |162818 |1341 |31537 |
-ROW |162819 |1341 |31538 |
-ROW |162820 |1341 |31539 |
-ROW |162821 |1341 |31540 |
-ROW |162822 |1341 |31541 |
-ROW |162823 |1341 |31542 |
-ROW |162824 |1341 |31543 |
-ROW |162825 |1341 |31544 |
-ROW |162826 |1341 |31545 |
-ROW |162827 |1341 |31546 |
-ROW |162828 |1341 |31547 |
-ROW |162829 |1341 |31548 |
-ROW |162830 |1341 |31549 |
-ROW |162831 |1341 |31550 |
-ROW |162832 |1341 |31551 |
-ROW |162833 |1341 |31552 |
-ROW |162834 |1341 |31553 |
-ROW |162835 |1358 |32012 |
-ROW |162836 |1358 |32013 |
-ROW |162837 |1357 |32014 |
-ROW |162838 |1357 |32015 |
-ROW |162839 |1357 |32016 |
-ROW |162840 |1358 |32017 |
-ROW |162841 |1357 |32018 |
-ROW |162842 |1358 |32019 |
-ROW |162843 |1357 |32020 |
-ROW |162844 |1357 |32021 |
-ROW |162845 |1357 |32022 |
-ROW |162846 |1357 |32023 |
-ROW |162847 |1357 |32024 |
-ROW |162848 |1357 |32025 |
-ROW |162849 |1357 |32026 |
-ROW |162850 |1357 |32027 |
-ROW |162851 |1357 |32028 |
-ROW |162852 |1357 |32029 |
-ROW |162853 |1357 |32030 |
-ROW |162854 |1357 |32031 |
-ROW |162855 |1357 |32032 |
-ROW |162856 |1357 |32033 |
-ROW |162857 |1357 |32034 |
-ROW |162858 |1357 |32035 |
-ROW |162859 |1357 |32036 |
-ROW |162860 |1357 |32037 |
-ROW |162861 |1357 |32038 |
-ROW |162862 |1357 |32039 |
-ROW |162863 |1357 |32040 |
-ROW |162864 |1357 |32041 |
-ROW |162865 |1357 |32042 |
-ROW |162866 |1357 |32043 |
-ROW |162867 |1357 |32044 |
-ROW |162868 |1357 |32045 |
-ROW |162869 |1358 |32048 |
-ROW |162870 |1358 |32049 |
-ROW |162871 |1298 |30187 |
-ROW |162872 |1298 |30188 |
-ROW |162873 |1299 |30189 |
-ROW |162874 |1299 |30190 |
-ROW |162875 |1298 |30191 |
-ROW |162876 |1298 |30192 |
-ROW |162877 |1299 |35785 |
-ROW |162878 |1301 |30230 |
-ROW |162879 |1301 |30231 |
-ROW |162880 |1300 |30789 |
-ROW |162881 |1300 |30790 |
-ROW |162882 |1300 |30234 |
-ROW |162883 |1300 |30235 |
-ROW |162884 |1301 |35844 |
-ROW |162885 |1333 |30968 |
-ROW |162886 |1333 |30969 |
-ROW |162887 |1333 |30970 |
-ROW |162888 |1333 |30971 |
-ROW |162889 |1333 |30972 |
-ROW |162890 |1333 |30973 |
-ROW |162891 |1333 |30974 |
-ROW |162892 |1333 |30975 |
-ROW |162893 |1333 |30976 |
-ROW |162894 |1333 |30977 |
-ROW |162895 |1333 |30978 |
-ROW |162896 |1333 |30979 |
-ROW |162897 |1333 |30980 |
-ROW |162898 |1333 |30981 |
-ROW |162899 |1333 |30982 |
-ROW |162900 |1333 |30983 |
-ROW |162901 |1333 |30984 |
-ROW |162902 |1333 |30985 |
-ROW |162903 |1333 |30986 |
-ROW |162904 |1333 |30987 |
-ROW |162905 |1333 |30988 |
-ROW |162906 |1333 |30989 |
-ROW |162907 |1333 |30990 |
-ROW |162908 |1333 |30991 |
-ROW |162909 |1333 |30992 |
-ROW |162910 |1333 |30993 |
-ROW |162911 |1333 |30994 |
-ROW |162912 |1333 |30995 |
-ROW |162913 |1333 |30996 |
-ROW |162914 |1333 |30997 |
-ROW |162915 |1333 |30998 |
-ROW |162916 |1333 |30999 |
-ROW |162917 |1333 |31000 |
-ROW |162918 |1333 |31001 |
-ROW |162919 |1333 |31002 |
-ROW |162920 |1333 |31003 |
-ROW |162921 |1333 |31004 |
-ROW |162922 |1334 |31010 |
-ROW |162923 |1334 |31011 |
-ROW |162924 |1334 |31012 |
-ROW |162925 |1334 |31013 |
-ROW |162926 |1334 |31014 |
-ROW |162927 |1334 |31015 |
-ROW |162928 |1334 |31016 |
-ROW |162929 |1334 |31017 |
-ROW |162930 |1334 |31018 |
-ROW |162931 |1334 |31019 |
-ROW |162932 |1334 |31020 |
-ROW |162933 |1334 |31021 |
-ROW |162934 |1334 |31022 |
-ROW |162935 |1334 |31023 |
-ROW |162936 |1334 |31024 |
-ROW |162937 |1334 |31025 |
-ROW |162938 |1334 |31026 |
-ROW |162939 |1334 |31027 |
-ROW |162940 |1334 |31028 |
-ROW |162941 |1334 |31029 |
-ROW |162942 |1334 |31030 |
-ROW |162943 |1334 |31031 |
-ROW |162944 |1334 |31032 |
-ROW |162945 |1334 |31033 |
-ROW |162946 |1334 |31034 |
-ROW |162947 |1334 |31035 |
-ROW |162948 |1334 |31036 |
-ROW |162949 |1334 |31037 |
-ROW |162950 |1334 |31038 |
-ROW |162951 |1334 |31039 |
-ROW |162952 |1334 |31040 |
-ROW |162953 |1334 |31041 |
-ROW |162954 |1334 |31042 |
-ROW |162955 |1334 |31043 |
-ROW |162956 |1334 |31044 |
-ROW |162957 |1334 |31045 |
-ROW |162958 |1334 |31046 |
-ROW |162959 |1359 |32071 |
-ROW |162960 |1359 |32072 |
-ROW |162961 |1359 |32073 |
-ROW |162962 |1359 |32074 |
-ROW |162963 |1359 |32075 |
-ROW |162964 |1359 |32076 |
-ROW |162965 |1359 |32077 |
-ROW |162966 |1359 |32078 |
-ROW |162967 |1359 |32079 |
-ROW |162968 |1359 |32080 |
-ROW |162969 |1359 |32081 |
-ROW |162970 |1359 |32082 |
-ROW |162971 |1359 |32083 |
-ROW |162972 |1359 |32084 |
-ROW |162973 |1359 |32085 |
-ROW |162974 |1359 |32086 |
-ROW |162975 |1359 |32087 |
-ROW |162976 |1359 |32088 |
-ROW |162977 |1359 |32089 |
-ROW |162978 |1359 |32090 |
-ROW |162979 |1359 |32091 |
-ROW |162980 |1359 |32092 |
-ROW |162981 |1359 |32093 |
-ROW |162982 |1359 |32094 |
-ROW |162983 |1359 |32095 |
-ROW |162984 |1359 |32096 |
-ROW |162985 |1359 |32097 |
-ROW |162986 |1359 |32098 |
-ROW |162987 |1359 |32099 |
-ROW |162988 |1359 |32100 |
-ROW |162989 |1359 |32101 |
-ROW |162990 |1359 |32102 |
-ROW |162991 |1359 |32103 |
-ROW |162992 |1359 |32104 |
-ROW |162993 |1359 |32105 |
-ROW |162994 |1359 |32106 |
-ROW |162995 |1359 |32107 |
-ROW |162996 |1359 |32108 |
-ROW |162997 |1359 |32109 |
-ROW |162998 |1359 |32110 |
-ROW |162999 |1359 |32111 |
-ROW |163000 |1359 |32112 |
-ROW |163001 |1359 |32113 |
-ROW |163002 |1359 |32114 |
-ROW |163003 |1359 |32115 |
-ROW |163004 |1359 |32116 |
-ROW |163005 |1359 |32117 |
-ROW |163006 |1359 |32118 |
-ROW |163007 |1359 |32119 |
-ROW |163008 |1359 |32120 |
-ROW |163009 |1359 |32121 |
-ROW |163010 |1359 |32122 |
-ROW |163011 |1359 |32123 |
-ROW |163012 |1359 |32124 |
-ROW |163013 |1359 |32125 |
-ROW |163014 |1359 |32126 |
-ROW |163015 |1359 |32127 |
-ROW |163016 |1359 |32128 |
-ROW |163017 |1359 |32129 |
-ROW |163018 |1359 |32130 |
-ROW |163019 |1359 |32131 |
-ROW |163020 |1359 |32132 |
-ROW |163021 |1320 |30611 |
-ROW |163022 |1321 |30612 |
-ROW |163023 |1320 |30613 |
-ROW |163024 |1320 |30614 |
-ROW |163025 |1320 |30615 |
-ROW |163026 |1320 |30616 |
-ROW |163027 |1320 |30617 |
-ROW |163028 |1320 |30618 |
-ROW |163029 |1320 |30619 |
-ROW |163030 |1320 |30620 |
-ROW |163031 |1320 |30621 |
-ROW |163032 |1320 |30622 |
-ROW |163033 |1320 |30623 |
-ROW |163034 |1320 |30624 |
-ROW |163035 |1320 |30625 |
-ROW |163036 |1320 |30626 |
-ROW |163037 |1320 |30627 |
-ROW |163038 |1320 |30628 |
-ROW |163039 |1320 |30629 |
-ROW |163040 |1320 |30630 |
-ROW |163041 |1320 |30631 |
-ROW |163042 |1320 |30632 |
-ROW |163043 |1320 |30633 |
-ROW |163044 |1320 |30634 |
-ROW |163045 |1320 |30635 |
-ROW |163046 |1320 |30636 |
-ROW |163047 |1121 |28804 |
-ROW |163048 |1120 |28805 |
-ROW |163049 |1120 |28806 |
-ROW |163050 |1120 |28807 |
-ROW |163051 |1120 |28808 |
-ROW |163052 |1120 |28809 |
-ROW |163053 |1120 |28810 |
-ROW |163054 |1120 |28811 |
-ROW |163055 |1120 |28812 |
-ROW |163056 |1120 |28813 |
-ROW |163057 |1120 |28814 |
-ROW |163058 |1120 |28815 |
-ROW |163059 |1120 |28816 |
-ROW |163060 |1120 |28817 |
-ROW |163061 |1120 |28818 |
-ROW |163062 |1120 |28819 |
-ROW |163063 |1120 |28820 |
-ROW |163064 |1123 |28821 |
-ROW |163065 |1122 |28822 |
-ROW |163066 |1122 |28823 |
-ROW |163067 |1122 |28824 |
-ROW |163068 |1122 |28825 |
-ROW |163069 |1122 |28826 |
-ROW |163070 |1122 |28827 |
-ROW |163071 |1122 |28828 |
-ROW |163072 |1122 |28829 |
-ROW |163073 |1122 |28830 |
-ROW |163074 |1122 |28831 |
-ROW |163075 |1122 |28832 |
-ROW |163076 |1122 |28833 |
-ROW |163077 |1613 |34835 |
-ROW |163078 |1613 |34836 |
-ROW |163079 |1613 |34837 |
-ROW |163080 |1613 |34838 |
-ROW |163081 |1613 |34839 |
-ROW |163082 |1613 |34840 |
-ROW |163083 |1613 |34841 |
-ROW |163084 |1613 |34842 |
-ROW |163085 |1613 |34843 |
-ROW |163086 |1613 |34844 |
-ROW |163087 |1612 |34845 |
-ROW |163088 |1612 |34846 |
-ROW |163089 |1612 |34847 |
-ROW |163090 |1612 |34848 |
-ROW |163091 |1612 |34849 |
-ROW |163092 |1612 |34850 |
-ROW |163093 |1612 |34851 |
-ROW |163094 |1612 |34852 |
-ROW |163095 |1612 |34853 |
-ROW |163096 |1612 |34854 |
-ROW |163097 |1612 |34855 |
-ROW |163098 |1612 |34856 |
-ROW |163099 |1612 |34857 |
-ROW |163100 |1612 |34858 |
-ROW |163101 |1865 |36802 |
-ROW |163102 |1862 |36803 |
-ROW |163103 |1860 |36804 |
-ROW |163104 |1860 |36805 |
-ROW |163105 |1860 |36806 |
-ROW |163106 |1861 |36807 |
-ROW |163107 |1861 |36808 |
-ROW |163108 |1861 |36809 |
-ROW |163109 |1861 |36810 |
-ROW |163110 |1862 |36811 |
-ROW |163111 |1860 |36812 |
-ROW |163112 |1862 |36813 |
-ROW |163113 |1865 |36814 |
-ROW |163114 |1862 |36815 |
-ROW |163115 |1862 |36816 |
-ROW |163116 |1862 |36817 |
-ROW |163117 |1862 |36818 |
-ROW |163118 |1862 |36819 |
-ROW |163119 |1862 |36820 |
-ROW |163120 |1860 |36821 |
-ROW |163121 |1860 |36822 |
-ROW |163122 |1865 |36823 |
-ROW |163123 |1864 |36824 |
-ROW |163124 |1865 |36825 |
-ROW |163125 |1864 |36826 |
-ROW |163126 |1864 |36827 |
-ROW |163127 |1864 |36828 |
-ROW |163128 |1864 |36829 |
-ROW |163129 |1864 |36830 |
-ROW |163130 |1864 |36831 |
-ROW |163131 |1864 |36832 |
-ROW |163132 |1864 |36833 |
-ROW |163133 |1861 |36834 |
-ROW |163134 |1864 |36835 |
-ROW |163135 |1864 |36836 |
-ROW |163136 |1864 |36837 |
-ROW |163137 |1864 |36838 |
-ROW |163138 |1864 |36839 |
-ROW |163139 |1864 |36840 |
-ROW |163140 |1864 |36841 |
-ROW |163141 |1864 |36842 |
-ROW |163142 |1865 |36843 |
-ROW |163143 |1860 |36848 |
-ROW |163144 |1860 |36849 |
-ROW |163145 |1860 |36850 |
-ROW |163146 |1860 |36851 |
-ROW |163147 |1860 |36852 |
-ROW |163148 |1860 |36853 |
-ROW |163149 |1863 |36854 |
-ROW |163150 |1863 |36855 |
-ROW |163151 |1863 |36856 |
-ROW |163152 |1863 |36857 |
-ROW |163153 |1863 |36858 |
-ROW |163154 |1863 |36859 |
-ROW |163155 |1863 |36860 |
-ROW |163156 |1863 |36861 |
-ROW |163157 |1863 |36862 |
-ROW |163158 |1863 |36863 |
-ROW |163159 |1863 |36864 |
-ROW |163160 |1863 |36865 |
-ROW |163161 |1863 |36866 |
-ROW |163162 |1863 |36867 |
-ROW |163163 |1863 |36868 |
-ROW |163164 |1863 |36869 |
-ROW |163165 |1863 |36870 |
-ROW |163166 |1863 |36871 |
-ROW |163167 |1863 |36872 |
-ROW |163168 |1863 |36873 |
-ROW |163169 |1863 |36874 |
-ROW |163170 |1863 |36875 |
-ROW |163171 |1863 |36876 |
-ROW |163172 |1863 |36877 |
-ROW |163173 |1863 |36878 |
-ROW |163174 |1863 |36879 |
-ROW |163175 |1866 |36880 |
-ROW |163176 |1866 |36881 |
-ROW |163177 |1866 |36882 |
-ROW |163178 |1866 |36883 |
-ROW |163179 |1866 |36884 |
-ROW |163180 |1866 |36885 |
-ROW |163181 |1866 |36886 |
-ROW |163182 |1860 |36887 |
-ROW |163183 |1351 |31868 |
-ROW |163184 |1351 |31869 |
-ROW |163185 |1350 |31870 |
-ROW |163186 |1350 |31871 |
-ROW |163187 |1350 |31872 |
-ROW |163188 |1350 |31873 |
-ROW |163189 |1350 |31874 |
-ROW |163190 |1350 |31875 |
-ROW |163191 |1350 |31876 |
-ROW |163192 |1350 |31877 |
-ROW |163193 |1350 |31878 |
-ROW |163194 |1350 |31879 |
-ROW |163195 |1350 |31880 |
-ROW |163196 |1350 |31881 |
-ROW |163197 |1350 |31882 |
-ROW |163198 |1350 |31883 |
-ROW |163199 |1350 |31884 |
-ROW |163200 |1350 |31885 |
-ROW |163201 |1350 |31886 |
-ROW |163202 |1350 |31887 |
-ROW |163203 |1350 |31888 |
-ROW |163204 |1350 |31889 |
-ROW |163205 |1350 |31890 |
-ROW |163206 |1352 |31891 |
-ROW |163207 |1353 |31892 |
-ROW |163208 |1353 |31893 |
-ROW |163209 |1352 |31894 |
-ROW |163210 |1352 |31895 |
-ROW |163211 |1352 |31896 |
-ROW |163212 |1352 |31897 |
-ROW |163213 |1352 |31898 |
-ROW |163214 |1352 |31899 |
-ROW |163215 |1352 |31900 |
-ROW |163216 |1352 |31901 |
-ROW |163217 |1352 |31902 |
-ROW |163218 |1352 |31903 |
-ROW |163219 |1352 |31904 |
-ROW |163220 |1352 |31905 |
-ROW |163221 |1352 |31906 |
-ROW |163222 |1352 |31907 |
-ROW |163223 |1352 |31908 |
-ROW |163224 |1352 |31909 |
-ROW |163225 |1426 |37006 |
-ROW |163226 |1426 |37007 |
-ROW |163227 |1427 |37008 |
-ROW |163228 |1427 |37009 |
-ROW |163229 |1428 |37010 |
-ROW |163230 |1428 |37011 |
-ROW |163231 |1428 |37012 |
-ROW |163232 |1425 |37013 |
-ROW |163233 |1425 |37014 |
-ROW |163234 |1425 |37015 |
-ROW |163235 |1425 |37016 |
-ROW |163236 |1425 |37017 |
-ROW |163237 |1425 |37018 |
-ROW |163238 |1425 |37019 |
-ROW |163239 |1425 |37020 |
-ROW |163240 |1425 |37021 |
-ROW |163241 |1425 |37022 |
-ROW |163242 |1425 |37023 |
-ROW |163243 |1425 |37024 |
-ROW |163244 |1425 |37025 |
-ROW |163245 |1425 |37026 |
-ROW |163246 |1425 |37027 |
-ROW |163247 |1425 |37028 |
-ROW |163248 |1425 |37029 |
-ROW |163249 |1425 |37030 |
-ROW |163250 |1425 |37031 |
-ROW |163251 |1425 |37032 |
-ROW |163252 |1425 |37033 |
-ROW |163253 |1425 |37034 |
-ROW |163254 |1425 |37035 |
-ROW |163255 |1425 |37036 |
-ROW |163256 |1427 |37037 |
-ROW |163257 |1427 |37038 |
-ROW |163258 |1427 |37039 |
-ROW |163259 |1427 |37040 |
-ROW |163260 |1427 |37041 |
-ROW |163261 |1427 |37042 |
-ROW |163262 |1427 |37043 |
-ROW |163263 |1427 |37044 |
-ROW |163264 |1427 |37045 |
-ROW |163265 |1427 |37046 |
-ROW |163266 |1427 |37047 |
-ROW |163267 |1427 |37048 |
-ROW |163268 |1427 |37049 |
-ROW |163269 |1427 |37050 |
-ROW |163270 |1427 |37051 |
-ROW |163271 |1427 |32836 |
-ROW |163272 |1427 |32837 |
-ROW |163273 |1427 |32838 |
-ROW |163274 |1427 |32839 |
-ROW |163275 |1425 |37057 |
-ROW |163276 |1427 |37058 |
-ROW |163277 |1427 |37059 |
-ROW |163278 |1427 |37060 |
-ROW |163279 |1427 |37061 |
-ROW |163280 |1427 |37062 |
-ROW |163281 |1427 |37063 |
-ROW |163282 |1431 |37098 |
-ROW |163283 |1431 |37099 |
-ROW |163284 |1430 |32925 |
-ROW |163285 |1430 |32926 |
-ROW |163286 |1432 |32928 |
-ROW |163287 |1432 |32929 |
-ROW |163288 |1432 |32930 |
-ROW |163289 |1429 |32932 |
-ROW |163290 |1429 |32933 |
-ROW |163291 |1429 |32934 |
-ROW |163292 |1429 |32935 |
-ROW |163293 |1429 |32936 |
-ROW |163294 |1429 |32937 |
-ROW |163295 |1429 |32938 |
-ROW |163296 |1429 |32939 |
-ROW |163297 |1429 |32940 |
-ROW |163298 |1429 |32941 |
-ROW |163299 |1429 |32942 |
-ROW |163300 |1429 |32943 |
-ROW |163301 |1429 |32944 |
-ROW |163302 |1429 |32945 |
-ROW |163303 |1429 |32946 |
-ROW |163304 |1429 |32947 |
-ROW |163305 |1429 |32948 |
-ROW |163306 |1429 |32949 |
-ROW |163307 |1429 |32950 |
-ROW |163308 |1429 |32951 |
-ROW |163309 |1429 |32952 |
-ROW |163310 |1429 |32953 |
-ROW |163311 |1429 |32954 |
-ROW |163312 |1429 |32955 |
-ROW |163313 |1431 |32956 |
-ROW |163314 |1431 |32957 |
-ROW |163315 |1431 |32958 |
-ROW |163316 |1431 |32959 |
-ROW |163317 |1431 |32960 |
-ROW |163318 |1431 |32961 |
-ROW |163319 |1431 |32962 |
-ROW |163320 |1431 |32963 |
-ROW |163321 |1431 |32964 |
-ROW |163322 |1431 |32965 |
-ROW |163323 |1431 |32966 |
-ROW |163324 |1431 |32967 |
-ROW |163325 |1431 |32968 |
-ROW |163326 |1431 |32969 |
-ROW |163327 |1431 |32970 |
-ROW |163328 |1429 |32976 |
-ROW |163329 |1431 |32977 |
-ROW |163330 |1431 |32978 |
-ROW |163331 |1431 |32979 |
-ROW |163332 |1431 |32980 |
-ROW |163333 |1431 |32981 |
-ROW |163334 |1431 |32982 |
-ROW |163335 |1354 |31910 |
-ROW |163336 |1354 |31911 |
-ROW |163337 |1354 |31912 |
-ROW |163338 |1354 |31913 |
-ROW |163339 |1354 |31914 |
-ROW |163340 |1354 |31915 |
-ROW |163341 |1354 |31916 |
-ROW |163342 |1354 |31917 |
-ROW |163343 |1354 |31918 |
-ROW |163344 |1354 |31919 |
-ROW |163345 |1354 |31920 |
-ROW |163346 |1354 |31921 |
-ROW |163347 |1354 |31922 |
-ROW |163348 |1354 |31923 |
-ROW |163349 |1354 |31924 |
-ROW |163350 |1354 |31925 |
-ROW |163351 |1354 |31926 |
-ROW |163352 |1354 |31927 |
-ROW |163353 |1354 |31928 |
-ROW |163354 |1354 |31929 |
-ROW |163355 |1354 |31930 |
-ROW |163356 |1354 |31931 |
-ROW |163357 |1354 |31932 |
-ROW |163358 |1354 |31933 |
-ROW |163359 |1354 |31934 |
-ROW |163360 |1354 |31935 |
-ROW |163361 |1354 |31936 |
-ROW |163362 |1354 |31937 |
-ROW |163363 |1354 |31938 |
-ROW |163364 |1354 |31939 |
-ROW |163365 |1354 |31940 |
-ROW |163366 |1354 |31941 |
-ROW |163367 |1354 |31942 |
-ROW |163368 |1354 |31943 |
-ROW |163369 |1354 |31944 |
-ROW |163370 |1354 |31945 |
-ROW |163371 |1354 |31946 |
-ROW |163372 |1354 |31947 |
-ROW |163373 |1354 |31948 |
-ROW |163374 |1354 |31949 |
-ROW |163375 |1354 |31950 |
-ROW |163376 |1354 |31951 |
-ROW |163377 |1354 |31952 |
-ROW |163378 |1354 |31953 |
-ROW |163379 |1354 |31954 |
-ROW |163380 |1354 |31955 |
-ROW |163381 |1354 |31956 |
-ROW |163382 |1354 |31957 |
-ROW |163383 |1354 |31958 |
-ROW |163384 |1354 |31959 |
-ROW |163385 |1354 |31960 |
-ROW |163386 |1354 |31961 |
-ROW |163387 |1354 |31962 |
-ROW |163388 |1354 |31963 |
-ROW |163389 |1737 |35560 |
-ROW |163390 |1737 |35561 |
-ROW |163391 |1109 |28511 |
-ROW |163392 |1870 |37100 |
-ROW |163393 |1342 |31554 |
-ROW |163394 |1342 |31555 |
-ROW |163395 |1342 |31556 |
-ROW |163396 |1343 |31557 |
-ROW |163397 |1343 |31558 |
-ROW |163398 |1343 |31559 |
-ROW |163399 |1343 |31560 |
-ROW |163400 |1343 |31561 |
-ROW |163401 |1343 |31562 |
-ROW |163402 |1343 |31563 |
-ROW |163403 |1343 |31564 |
-ROW |163404 |1343 |31565 |
-ROW |163405 |1343 |31566 |
-ROW |163406 |1343 |31567 |
-ROW |163407 |1343 |31568 |
-ROW |163408 |1343 |31569 |
-ROW |163409 |1343 |31570 |
-ROW |163410 |1343 |31571 |
-ROW |163411 |1343 |31572 |
-ROW |163412 |1343 |31573 |
-ROW |163413 |1343 |31574 |
-ROW |163414 |1343 |31575 |
-ROW |163415 |1344 |31576 |
-ROW |163416 |1344 |31577 |
-ROW |163417 |1344 |31578 |
-ROW |163418 |1344 |31579 |
-ROW |163419 |1344 |31580 |
-ROW |163420 |1344 |31582 |
-ROW |163421 |1344 |31583 |
-ROW |163422 |1344 |31584 |
-ROW |163423 |1344 |31585 |
-ROW |163424 |1344 |31586 |
-ROW |163425 |1344 |31587 |
-ROW |163426 |1344 |31588 |
-ROW |163427 |1344 |31589 |
-ROW |163428 |1344 |31590 |
-ROW |163429 |1344 |31591 |
-ROW |163430 |1344 |31592 |
-ROW |163431 |1344 |31593 |
-ROW |163432 |1344 |31594 |
-ROW |163433 |1344 |31595 |
-ROW |163434 |1344 |31596 |
-ROW |163435 |1344 |36888 |
-ROW |163436 |1344 |37102 |
-ROW |163437 |1342 |31605 |
-ROW |163438 |1342 |31606 |
-ROW |163439 |1342 |31607 |
-ROW |163440 |1342 |31608 |
-ROW |163441 |1342 |31609 |
-ROW |163442 |1343 |31610 |
-ROW |163443 |1343 |31611 |
-ROW |163444 |1343 |31612 |
-ROW |163445 |1343 |31613 |
-ROW |163446 |1343 |31614 |
-ROW |163447 |1343 |31615 |
-ROW |163448 |1343 |31616 |
-ROW |163449 |1343 |31617 |
-ROW |163450 |1343 |31618 |
-ROW |163451 |1343 |31619 |
-ROW |163452 |1343 |31620 |
-ROW |163453 |1343 |31621 |
-ROW |163454 |1344 |31622 |
-ROW |163455 |1344 |31623 |
-ROW |163456 |1344 |31624 |
-ROW |163457 |1344 |31625 |
-ROW |163458 |1512 |34094 |
-ROW |163459 |1512 |34095 |
-ROW |163460 |1512 |34096 |
-ROW |163461 |1512 |34097 |
-ROW |163462 |1512 |34098 |
-ROW |163463 |1513 |34106 |
-ROW |163464 |1513 |34107 |
-ROW |163465 |1513 |34108 |
-ROW |163466 |1513 |34109 |
-ROW |163467 |1513 |34110 |
-ROW |163468 |1513 |34111 |
-ROW |163469 |1513 |34112 |
-ROW |163470 |1513 |34113 |
-ROW |163471 |1513 |34114 |
-ROW |163472 |1513 |34115 |
-ROW |163473 |1513 |34116 |
-ROW |163474 |1513 |34117 |
-ROW |163475 |1513 |34118 |
-ROW |163476 |1513 |34119 |
-ROW |163477 |1513 |34120 |
-ROW |163478 |1513 |34121 |
-ROW |163479 |1513 |34122 |
-ROW |163480 |356 |10067 |
-ROW |163481 |356 |10068 |
-ROW |163482 |356 |10069 |
-ROW |163483 |356 |10070 |
-ROW |163484 |356 |10071 |
-ROW |163485 |356 |10072 |
-ROW |163486 |356 |23340 |
-ROW |163487 |356 |23341 |
-ROW |163488 |356 |23342 |
-ROW |163489 |356 |23343 |
-ROW |163490 |356 |23344 |
-ROW |163491 |356 |23345 |
-ROW |163492 |356 |23346 |
-ROW |163493 |356 |23347 |
-ROW |163494 |356 |23348 |
-ROW |163495 |356 |23349 |
-ROW |163496 |356 |23350 |
-ROW |163497 |356 |23351 |
-ROW |163498 |356 |23352 |
-ROW |163499 |356 |23353 |
-ROW |163500 |356 |23354 |
-ROW |163501 |356 |23355 |
-ROW |163502 |356 |23356 |
-ROW |163503 |356 |23357 |
-ROW |163504 |356 |23358 |
-ROW |163505 |356 |23359 |
-ROW |163506 |356 |23360 |
-ROW |163507 |356 |25368 |
-ROW |163508 |356 |25369 |
-ROW |163509 |356 |28250 |
-ROW |163510 |356 |28251 |
-ROW |163511 |356 |28617 |
-ROW |163512 |356 |28618 |
-ROW |163513 |356 |28619 |
-ROW |163514 |356 |36889 |
-ROW |163515 |356 |36890 |
-ROW |163516 |356 |36891 |
-ROW |163517 |356 |36892 |
-ROW |163518 |1867 |36893 |
-ROW |163519 |1111 |36894 |
-ROW |163520 |1111 |36895 |
-ROW |163521 |1111 |36896 |
-ROW |163522 |1111 |36897 |
-ROW |163523 |1111 |36898 |
-ROW |163524 |1111 |36899 |
-ROW |163525 |1111 |36900 |
-ROW |163526 |1111 |36901 |
-ROW |163527 |1111 |36902 |
-ROW |163528 |1111 |36903 |
-ROW |163529 |1111 |36904 |
-ROW |163530 |1111 |36905 |
-ROW |163531 |1111 |36906 |
-ROW |163532 |1111 |36907 |
-ROW |163533 |1111 |36908 |
-ROW |163534 |1111 |36909 |
-ROW |163535 |1111 |36910 |
-ROW |163536 |1111 |36911 |
-ROW |163537 |1111 |36912 |
-ROW |163538 |1111 |36913 |
-ROW |163539 |1111 |36914 |
-ROW |163540 |1111 |36915 |
-ROW |163541 |1111 |36916 |
-ROW |163542 |1111 |36917 |
-ROW |163543 |1111 |36918 |
-ROW |163544 |1111 |36919 |
-ROW |163545 |1111 |36920 |
-ROW |163546 |1111 |36921 |
-ROW |163547 |1111 |36922 |
-ROW |163548 |1111 |36923 |
-ROW |163549 |1111 |36924 |
-ROW |163550 |1111 |36925 |
-ROW |163551 |1111 |36926 |
-ROW |163552 |1111 |36927 |
-ROW |163553 |1111 |36928 |
-ROW |163554 |1111 |36929 |
-ROW |163555 |1111 |36930 |
-ROW |163556 |179 |10061 |
-ROW |163557 |179 |10062 |
-ROW |163558 |179 |10063 |
-ROW |163559 |179 |10064 |
-ROW |163560 |179 |10065 |
-ROW |163561 |179 |10066 |
-ROW |163562 |179 |22183 |
-ROW |163563 |179 |22185 |
-ROW |163564 |179 |22187 |
-ROW |163565 |179 |22189 |
-ROW |163566 |179 |22191 |
-ROW |163567 |179 |22196 |
-ROW |163568 |179 |22199 |
-ROW |163569 |179 |22219 |
-ROW |163570 |179 |22396 |
-ROW |163571 |179 |22399 |
-ROW |163572 |179 |22400 |
-ROW |163573 |179 |22401 |
-ROW |163574 |179 |22402 |
-ROW |163575 |179 |22404 |
-ROW |163576 |179 |22406 |
-ROW |163577 |179 |22408 |
-ROW |163578 |179 |22412 |
-ROW |163579 |179 |22414 |
-ROW |163580 |179 |22416 |
-ROW |163581 |179 |22418 |
-ROW |163582 |179 |22420 |
-ROW |163583 |179 |22422 |
-ROW |163584 |179 |22424 |
-ROW |163585 |179 |22426 |
-ROW |163586 |179 |22430 |
-ROW |163587 |179 |22689 |
-ROW |163588 |179 |23171 |
-ROW |163589 |179 |23251 |
-ROW |163590 |179 |23634 |
-ROW |163591 |179 |23661 |
-ROW |163592 |179 |23663 |
-ROW |163593 |179 |25366 |
-ROW |163594 |179 |25370 |
-ROW |163595 |179 |25665 |
-ROW |163596 |179 |25666 |
-ROW |163597 |179 |28248 |
-ROW |163598 |179 |28533 |
-ROW |163599 |179 |28535 |
-ROW |163600 |179 |28537 |
-ROW |163601 |179 |29822 |
-ROW |163602 |179 |34189 |
-ROW |163603 |345 |10073 |
-ROW |163604 |345 |10074 |
-ROW |163605 |345 |10075 |
-ROW |163606 |345 |10076 |
-ROW |163607 |345 |10077 |
-ROW |163608 |345 |10078 |
-ROW |163609 |345 |23252 |
-ROW |163610 |345 |23253 |
-ROW |163611 |345 |23255 |
-ROW |163612 |345 |23256 |
-ROW |163613 |345 |23257 |
-ROW |163614 |345 |23258 |
-ROW |163615 |345 |23259 |
-ROW |163616 |345 |23260 |
-ROW |163617 |345 |23261 |
-ROW |163618 |345 |23262 |
-ROW |163619 |345 |23264 |
-ROW |163620 |345 |23265 |
-ROW |163621 |345 |23266 |
-ROW |163622 |345 |23267 |
-ROW |163623 |345 |23268 |
-ROW |163624 |345 |23269 |
-ROW |163625 |345 |23270 |
-ROW |163626 |345 |23271 |
-ROW |163627 |345 |23272 |
-ROW |163628 |345 |23273 |
-ROW |163629 |345 |23274 |
-ROW |163630 |345 |23275 |
-ROW |163631 |345 |23276 |
-ROW |163632 |345 |23277 |
-ROW |163633 |345 |23328 |
-ROW |163634 |345 |23620 |
-ROW |163635 |345 |23625 |
-ROW |163636 |345 |23628 |
-ROW |163637 |345 |23635 |
-ROW |163638 |345 |23662 |
-ROW |163639 |345 |23664 |
-ROW |163640 |345 |25367 |
-ROW |163641 |345 |25371 |
-ROW |163642 |345 |25667 |
-ROW |163643 |345 |25668 |
-ROW |163644 |345 |28249 |
-ROW |163645 |345 |28534 |
-ROW |163646 |345 |28536 |
-ROW |163647 |345 |28538 |
-ROW |163648 |345 |29823 |
-ROW |163649 |345 |34196 |
-ROW |163650 |1514 |28539 |
-ROW |163651 |1110 |28540 |
-ROW |163652 |1110 |28541 |
-ROW |163653 |1110 |28542 |
-ROW |163654 |1110 |28543 |
-ROW |163655 |1110 |28544 |
-ROW |163656 |1110 |28545 |
-ROW |163657 |1110 |28546 |
-ROW |163658 |1110 |28547 |
-ROW |163659 |1110 |28548 |
-ROW |163660 |1110 |28549 |
-ROW |163661 |1110 |28550 |
-ROW |163662 |1110 |28551 |
-ROW |163663 |1110 |28552 |
-ROW |163664 |1110 |28553 |
-ROW |163665 |1110 |28554 |
-ROW |163666 |1110 |28555 |
-ROW |163667 |1110 |28556 |
-ROW |163668 |1110 |28557 |
-ROW |163669 |1110 |28558 |
-ROW |163670 |1110 |28559 |
-ROW |163671 |1110 |28560 |
-ROW |163672 |1110 |28561 |
-ROW |163673 |1110 |28562 |
-ROW |163674 |1110 |28563 |
-ROW |163675 |1110 |28564 |
-ROW |163676 |1110 |28565 |
-ROW |163677 |1110 |28566 |
-ROW |163678 |1110 |28567 |
-ROW |163679 |1110 |28568 |
-ROW |163680 |1110 |28569 |
-ROW |163681 |1110 |28570 |
-ROW |163682 |1110 |28571 |
-ROW |163683 |1110 |28572 |
-ROW |163684 |1110 |28573 |
-ROW |163685 |1110 |28574 |
-ROW |163686 |1110 |28575 |
-ROW |163687 |1110 |28576 |
-ROW |163688 |1110 |28577 |
-ROW |163689 |1110 |28578 |
-ROW |163690 |1110 |28579 |
-ROW |163691 |1110 |28580 |
-ROW |163692 |1110 |28581 |
-ROW |163693 |1110 |28582 |
-ROW |163694 |1110 |28583 |
-ROW |163695 |1110 |28584 |
-ROW |163696 |1110 |29821 |
-ROW |163697 |1110 |31053 |
-ROW |163698 |1360 |32158 |
-ROW |163699 |1360 |32159 |
-ROW |163700 |1361 |32160 |
-ROW |163701 |1361 |32161 |
-ROW |163702 |1361 |32162 |
-ROW |163703 |1361 |32163 |
-ROW |163704 |1361 |32164 |
-ROW |163705 |1361 |32165 |
-ROW |163706 |1361 |32166 |
-ROW |163707 |1361 |32167 |
-ROW |163708 |1361 |32168 |
-ROW |163709 |1361 |32169 |
-ROW |163710 |1361 |32170 |
-ROW |163711 |1361 |32171 |
-ROW |163712 |1361 |32172 |
-ROW |163713 |1361 |32173 |
-ROW |163714 |1361 |32174 |
-ROW |163715 |1361 |32175 |
-ROW |163716 |1361 |32176 |
-ROW |163717 |1361 |32177 |
-ROW |163718 |1361 |32178 |
-ROW |163719 |1361 |32179 |
-ROW |163720 |1361 |32180 |
-ROW |163721 |1361 |32181 |
-ROW |163722 |1361 |32182 |
-ROW |163723 |1361 |32183 |
-ROW |163724 |1361 |32184 |
-ROW |163725 |1361 |32185 |
-ROW |163726 |1361 |32186 |
-ROW |163727 |1361 |32187 |
-ROW |163728 |1361 |32188 |
-ROW |163729 |1361 |32189 |
-ROW |163730 |1361 |32190 |
-ROW |163731 |1361 |32191 |
-ROW |163732 |1361 |32192 |
-ROW |163733 |1361 |32201 |
-ROW |163734 |1361 |32202 |
-ROW |163735 |1361 |32203 |
-ROW |163736 |1361 |32204 |
-ROW |163737 |1361 |32205 |
-ROW |163738 |1361 |32206 |
-ROW |163739 |446 |23644 |
-ROW |163740 |447 |23645 |
-ROW |163741 |448 |23646 |
-ROW |163742 |449 |23647 |
-ROW |163743 |450 |23648 |
-ROW |163744 |451 |23649 |
-ROW |163745 |452 |23650 |
-ROW |163746 |453 |23651 |
-ROW |163747 |454 |23652 |
-ROW |163748 |455 |23653 |
-ROW |163749 |456 |23654 |
-ROW |163750 |280 |22917 |
-ROW |163751 |280 |22918 |
-ROW |163752 |273 |22920 |
-ROW |163753 |279 |22920 |
-ROW |163754 |273 |22921 |
-ROW |163755 |279 |22921 |
-ROW |163756 |273 |22922 |
-ROW |163757 |279 |22922 |
-ROW |163758 |273 |22923 |
-ROW |163759 |279 |22923 |
-ROW |163760 |273 |22924 |
-ROW |163761 |279 |22924 |
-ROW |163762 |275 |22933 |
-ROW |163763 |278 |22933 |
-ROW |163764 |275 |22934 |
-ROW |163765 |278 |22934 |
-ROW |163766 |275 |22938 |
-ROW |163767 |278 |22938 |
-ROW |163768 |275 |22939 |
-ROW |163769 |278 |22939 |
-ROW |163770 |278 |22940 |
-ROW |163771 |281 |22940 |
-ROW |163772 |281 |22941 |
-ROW |163773 |276 |22942 |
-ROW |163774 |276 |22943 |
-ROW |163775 |273 |23108 |
-ROW |163776 |331 |23108 |
-ROW |163777 |279 |23108 |
-ROW |163778 |273 |23109 |
-ROW |163779 |331 |23109 |
-ROW |163780 |279 |23109 |
-ROW |163781 |273 |23110 |
-ROW |163782 |279 |23110 |
-ROW |163783 |273 |23111 |
-ROW |163784 |331 |23111 |
-ROW |163785 |279 |23111 |
-ROW |163786 |273 |23112 |
-ROW |163787 |331 |23112 |
-ROW |163788 |279 |23112 |
-ROW |163789 |273 |23113 |
-ROW |163790 |279 |23113 |
-ROW |163791 |273 |23114 |
-ROW |163792 |279 |23114 |
-ROW |163793 |273 |23115 |
-ROW |163794 |279 |23115 |
-ROW |163795 |274 |23116 |
-ROW |163796 |279 |23116 |
-ROW |163797 |274 |23117 |
-ROW |163798 |279 |23117 |
-ROW |163799 |273 |23118 |
-ROW |163800 |331 |23118 |
-ROW |163801 |273 |23119 |
-ROW |163802 |279 |23119 |
-ROW |163803 |273 |23120 |
-ROW |163804 |279 |23120 |
-ROW |163805 |273 |23121 |
-ROW |163806 |279 |23121 |
-ROW |163807 |276 |23122 |
-ROW |163808 |279 |23122 |
-ROW |163809 |273 |23123 |
-ROW |163810 |279 |23123 |
-ROW |163811 |276 |23124 |
-ROW |163812 |276 |23125 |
-ROW |163813 |276 |23126 |
-ROW |163814 |276 |23127 |
-ROW |163815 |276 |23128 |
-ROW |163816 |276 |23129 |
-ROW |163817 |276 |23130 |
-ROW |163818 |276 |23131 |
-ROW |163819 |277 |22945 |
-ROW |163820 |277 |22946 |
-ROW |163821 |274 |22948 |
-ROW |163822 |274 |22949 |
-ROW |163823 |274 |22950 |
-ROW |163824 |274 |22951 |
-ROW |163825 |274 |22952 |
-ROW |163826 |268 |22875 |
-ROW |163827 |268 |22876 |
-ROW |163828 |270 |22877 |
-ROW |163829 |270 |22878 |
-ROW |163830 |265 |22879 |
-ROW |163831 |268 |22879 |
-ROW |163832 |263 |22880 |
-ROW |163833 |269 |22880 |
-ROW |163834 |263 |22881 |
-ROW |163835 |269 |22881 |
-ROW |163836 |263 |22882 |
-ROW |163837 |269 |22882 |
-ROW |163838 |263 |22883 |
-ROW |163839 |269 |22883 |
-ROW |163840 |263 |22884 |
-ROW |163841 |269 |22884 |
-ROW |163842 |263 |22885 |
-ROW |163843 |269 |22885 |
-ROW |163844 |263 |22886 |
-ROW |163845 |269 |22886 |
-ROW |163846 |263 |22888 |
-ROW |163847 |269 |22888 |
-ROW |163848 |263 |22891 |
-ROW |163849 |269 |22891 |
-ROW |163850 |263 |22892 |
-ROW |163851 |269 |22892 |
-ROW |163852 |265 |22893 |
-ROW |163853 |268 |22893 |
-ROW |163854 |265 |22894 |
-ROW |163855 |268 |22894 |
-ROW |163856 |266 |22895 |
-ROW |163857 |266 |22896 |
-ROW |163858 |266 |22897 |
-ROW |163859 |265 |22898 |
-ROW |163860 |268 |22898 |
-ROW |163861 |265 |22899 |
-ROW |163862 |268 |22899 |
-ROW |163863 |268 |22900 |
-ROW |163864 |271 |22900 |
-ROW |163865 |271 |22901 |
-ROW |163866 |266 |22902 |
-ROW |163867 |266 |22903 |
-ROW |163868 |264 |22908 |
-ROW |163869 |264 |22909 |
-ROW |163870 |264 |22910 |
-ROW |163871 |264 |22911 |
-ROW |163872 |264 |22912 |
-ROW |163873 |267 |23073 |
-ROW |163874 |267 |23074 |
-ROW |163875 |283 |22961 |
-ROW |163876 |289 |22961 |
-ROW |163877 |283 |22962 |
-ROW |163878 |289 |22962 |
-ROW |163879 |283 |22963 |
-ROW |163880 |289 |22963 |
-ROW |163881 |283 |22965 |
-ROW |163882 |289 |22965 |
-ROW |163883 |283 |22968 |
-ROW |163884 |289 |22968 |
-ROW |163885 |283 |22971 |
-ROW |163886 |289 |22971 |
-ROW |163887 |283 |22972 |
-ROW |163888 |289 |22972 |
-ROW |163889 |285 |22973 |
-ROW |163890 |288 |22973 |
-ROW |163891 |285 |22974 |
-ROW |163892 |288 |22974 |
-ROW |163893 |285 |22978 |
-ROW |163894 |288 |22978 |
-ROW |163895 |288 |22980 |
-ROW |163896 |291 |22980 |
-ROW |163897 |291 |22981 |
-ROW |163898 |286 |22982 |
-ROW |163899 |286 |22983 |
-ROW |163900 |287 |22985 |
-ROW |163901 |287 |22986 |
-ROW |163902 |284 |22988 |
-ROW |163903 |284 |22989 |
-ROW |163904 |284 |22990 |
-ROW |163905 |284 |22991 |
-ROW |163906 |284 |22992 |
-ROW |163907 |308 |23035 |
-ROW |163908 |308 |23036 |
-ROW |163909 |305 |23039 |
-ROW |163910 |308 |23039 |
-ROW |163911 |303 |23041 |
-ROW |163912 |309 |23041 |
-ROW |163913 |303 |23042 |
-ROW |163914 |309 |23042 |
-ROW |163915 |303 |23043 |
-ROW |163916 |309 |23043 |
-ROW |163917 |305 |23053 |
-ROW |163918 |308 |23053 |
-ROW |163919 |305 |23054 |
-ROW |163920 |308 |23054 |
-ROW |163921 |305 |23058 |
-ROW |163922 |308 |23058 |
-ROW |163923 |305 |23059 |
-ROW |163924 |308 |23059 |
-ROW |163925 |308 |23060 |
-ROW |163926 |311 |23060 |
-ROW |163927 |311 |23061 |
-ROW |163928 |306 |23062 |
-ROW |163929 |306 |23063 |
-ROW |163930 |307 |23077 |
-ROW |163931 |307 |23078 |
-ROW |163932 |304 |23068 |
-ROW |163933 |304 |23069 |
-ROW |163934 |304 |23070 |
-ROW |163935 |304 |23071 |
-ROW |163936 |304 |23072 |
-ROW |163937 |258 |22835 |
-ROW |163938 |258 |22836 |
-ROW |163939 |260 |22837 |
-ROW |163940 |260 |22838 |
-ROW |163941 |255 |22839 |
-ROW |163942 |258 |22839 |
-ROW |163943 |253 |22840 |
-ROW |163944 |259 |22840 |
-ROW |163945 |253 |22841 |
-ROW |163946 |259 |22841 |
-ROW |163947 |253 |22842 |
-ROW |163948 |259 |22842 |
-ROW |163949 |253 |22843 |
-ROW |163950 |259 |22843 |
-ROW |163951 |253 |22844 |
-ROW |163952 |259 |22844 |
-ROW |163953 |253 |22845 |
-ROW |163954 |259 |22845 |
-ROW |163955 |253 |22846 |
-ROW |163956 |259 |22846 |
-ROW |163957 |253 |22848 |
-ROW |163958 |259 |22848 |
-ROW |163959 |253 |22851 |
-ROW |163960 |259 |22851 |
-ROW |163961 |253 |22852 |
-ROW |163962 |259 |22852 |
-ROW |163963 |255 |22853 |
-ROW |163964 |258 |22853 |
-ROW |163965 |255 |22854 |
-ROW |163966 |258 |22854 |
-ROW |163967 |256 |22855 |
-ROW |163968 |256 |22856 |
-ROW |163969 |256 |22857 |
-ROW |163970 |255 |22858 |
-ROW |163971 |258 |22858 |
-ROW |163972 |255 |22859 |
-ROW |163973 |258 |22859 |
-ROW |163974 |258 |22860 |
-ROW |163975 |261 |22860 |
-ROW |163976 |261 |22861 |
-ROW |163977 |256 |22862 |
-ROW |163978 |256 |22863 |
-ROW |163979 |254 |22868 |
-ROW |163980 |254 |22869 |
-ROW |163981 |254 |22870 |
-ROW |163982 |254 |22871 |
-ROW |163983 |254 |22872 |
-ROW |163984 |257 |23075 |
-ROW |163985 |257 |23076 |
-ROW |163986 |298 |22996 |
-ROW |163987 |300 |22997 |
-ROW |163988 |300 |22998 |
-ROW |163989 |295 |22999 |
-ROW |163990 |298 |22999 |
-ROW |163991 |293 |23000 |
-ROW |163992 |299 |23000 |
-ROW |163993 |293 |23001 |
-ROW |163994 |299 |23001 |
-ROW |163995 |293 |23002 |
-ROW |163996 |299 |23002 |
-ROW |163997 |293 |23003 |
-ROW |163998 |299 |23003 |
-ROW |163999 |293 |23004 |
-ROW |164000 |299 |23004 |
-ROW |164001 |293 |23005 |
-ROW |164002 |299 |23005 |
-ROW |164003 |293 |23007 |
-ROW |164004 |299 |23007 |
-ROW |164005 |293 |23011 |
-ROW |164006 |299 |23011 |
-ROW |164007 |293 |23012 |
-ROW |164008 |299 |23012 |
-ROW |164009 |295 |23013 |
-ROW |164010 |298 |23013 |
-ROW |164011 |295 |23014 |
-ROW |164012 |298 |23014 |
-ROW |164013 |296 |23015 |
-ROW |164014 |296 |23016 |
-ROW |164015 |296 |23017 |
-ROW |164016 |295 |23018 |
-ROW |164017 |298 |23018 |
-ROW |164018 |295 |23019 |
-ROW |164019 |298 |23019 |
-ROW |164020 |298 |23020 |
-ROW |164021 |301 |23020 |
-ROW |164022 |301 |23021 |
-ROW |164023 |296 |23022 |
-ROW |164024 |296 |23023 |
-ROW |164025 |297 |23025 |
-ROW |164026 |297 |23026 |
-ROW |164027 |294 |23028 |
-ROW |164028 |294 |23029 |
-ROW |164029 |294 |23030 |
-ROW |164030 |294 |23031 |
-ROW |164031 |294 |23032 |
-ROW |164032 |743 |26925 |
-ROW |164033 |743 |26926 |
-ROW |164034 |741 |26927 |
-ROW |164035 |742 |26928 |
-ROW |164036 |743 |26929 |
-ROW |164037 |743 |26930 |
-ROW |164038 |743 |26931 |
-ROW |164039 |743 |26932 |
-ROW |164040 |745 |26933 |
-ROW |164041 |746 |26934 |
-ROW |164042 |744 |26935 |
-ROW |164043 |744 |26936 |
-ROW |164044 |746 |26937 |
-ROW |164045 |746 |26938 |
-ROW |164046 |746 |26939 |
-ROW |164047 |746 |26940 |
-ROW |164048 |746 |26941 |
-ROW |164049 |746 |26942 |
-ROW |164050 |745 |26943 |
-ROW |164051 |1362 |32207 |
-ROW |164052 |1362 |32208 |
-ROW |164053 |1362 |32209 |
-ROW |164054 |1362 |32210 |
-ROW |164055 |1362 |32211 |
-ROW |164056 |1362 |32212 |
-ROW |164057 |1362 |32213 |
-ROW |164058 |1362 |32214 |
-ROW |164059 |1362 |32215 |
-ROW |164060 |1362 |32216 |
-ROW |164061 |1362 |32217 |
-ROW |164062 |1362 |32218 |
-ROW |164063 |1362 |32219 |
-ROW |164064 |1362 |32220 |
-ROW |164065 |1362 |32221 |
-ROW |164066 |1362 |32222 |
-ROW |164067 |1362 |32223 |
-ROW |164068 |1362 |32224 |
-ROW |164069 |1362 |32225 |
-ROW |164070 |1362 |32226 |
-ROW |164071 |1362 |32227 |
-ROW |164072 |1362 |32228 |
-ROW |164073 |1362 |32229 |
-ROW |164074 |1362 |32230 |
-ROW |164075 |1362 |32231 |
-ROW |164076 |1362 |32232 |
-ROW |164077 |1362 |32233 |
-ROW |164078 |1362 |32234 |
-ROW |164079 |1362 |32235 |
-ROW |164080 |1362 |32236 |
-ROW |164081 |1362 |32237 |
-ROW |164082 |1362 |32238 |
-ROW |164083 |1362 |32239 |
-ROW |164084 |1362 |32240 |
-ROW |164085 |1362 |32241 |
-ROW |164086 |1362 |32242 |
-ROW |164087 |1362 |32243 |
-ROW |164088 |1362 |32244 |
-ROW |164089 |1362 |32245 |
-ROW |164090 |1362 |32246 |
-ROW |164091 |1362 |32247 |
-ROW |164092 |1362 |32248 |
-ROW |164093 |1362 |32249 |
-ROW |164094 |1362 |32250 |
-ROW |164095 |1362 |32251 |
-ROW |164096 |1362 |32252 |
-ROW |164097 |1362 |32253 |
-ROW |164098 |1362 |32254 |
-ROW |164099 |1362 |32255 |
-ROW |164100 |1362 |32256 |
-ROW |164101 |1362 |32257 |
-ROW |164102 |1362 |32258 |
-ROW |164103 |1362 |32259 |
-ROW |164104 |1362 |32260 |
-ROW |164105 |1362 |32261 |
-ROW |164106 |1362 |32262 |
-ROW |164107 |1362 |32263 |
-ROW |164108 |1362 |32264 |
-ROW |164109 |1362 |32265 |
-ROW |164110 |1362 |32266 |
-ROW |164111 |1362 |32267 |
-ROW |164112 |1362 |32268 |
-ROW |164113 |1362 |32269 |
-ROW |164114 |1362 |32270 |
-ROW |164115 |1362 |32271 |
-ROW |164116 |1362 |32272 |
-ROW |164117 |1362 |32273 |
-ROW |164118 |1328 |30821 |
-ROW |164119 |1328 |30822 |
-ROW |164120 |1330 |30823 |
-ROW |164121 |1330 |30824 |
-ROW |164122 |1330 |30825 |
-ROW |164123 |1330 |30826 |
-ROW |164124 |1328 |30827 |
-ROW |164125 |1330 |30828 |
-ROW |164126 |1330 |30829 |
-ROW |164127 |1330 |30830 |
-ROW |164128 |1328 |31054 |
-ROW |164129 |1328 |30831 |
-ROW |164130 |1328 |30832 |
-ROW |164131 |1328 |30833 |
-ROW |164132 |1328 |30834 |
-ROW |164133 |1328 |30835 |
-ROW |164134 |1329 |30836 |
-ROW |164135 |1328 |30837 |
-ROW |164136 |1328 |30838 |
-ROW |164137 |1328 |30839 |
-ROW |164138 |1328 |30841 |
-ROW |164139 |1329 |30843 |
-ROW |164140 |1329 |30844 |
-ROW |164141 |1328 |30846 |
-ROW |164142 |1328 |30847 |
-ROW |164143 |1328 |30848 |
-ROW |164144 |1328 |30849 |
-ROW |164145 |1328 |30850 |
-ROW |164146 |1328 |30851 |
-ROW |164147 |1328 |30852 |
-ROW |164148 |1328 |30853 |
-ROW |164149 |1328 |30854 |
-ROW |164150 |1328 |30855 |
-ROW |164151 |1328 |30856 |
-ROW |164152 |1328 |30857 |
-ROW |164153 |1328 |30858 |
-ROW |164154 |1328 |30859 |
-ROW |164155 |1328 |30860 |
-ROW |164156 |1328 |30861 |
-ROW |164157 |1328 |30862 |
-ROW |164158 |1328 |30863 |
-ROW |164159 |1328 |30864 |
-ROW |164160 |1328 |30865 |
-ROW |164161 |1328 |30866 |
-ROW |164162 |1328 |30867 |
-ROW |164163 |1328 |30868 |
-ROW |164164 |1328 |30869 |
-ROW |164165 |1328 |30870 |
-ROW |164166 |1328 |30871 |
-ROW |164167 |1328 |30872 |
-ROW |164168 |1329 |30873 |
-ROW |164169 |1329 |36931 |
-ROW |164170 |1329 |36932 |
-ROW |164171 |1329 |36933 |
-ROW |164172 |1434 |33017 |
-ROW |164173 |1434 |33018 |
-ROW |164174 |1433 |33019 |
-ROW |164175 |1434 |33020 |
-ROW |164176 |1434 |33021 |
-ROW |164177 |1433 |33022 |
-ROW |164178 |1433 |33023 |
-ROW |164179 |1433 |33024 |
-ROW |164180 |1433 |33025 |
-ROW |164181 |1433 |33026 |
-ROW |164182 |1433 |33027 |
-ROW |164183 |1433 |33028 |
-ROW |164184 |1433 |33029 |
-ROW |164185 |1433 |33030 |
-ROW |164186 |1433 |33031 |
-ROW |164187 |1433 |33032 |
-ROW |164188 |1433 |33033 |
-ROW |164189 |1433 |33034 |
-ROW |164190 |1433 |33035 |
-ROW |164191 |1433 |33036 |
-ROW |164192 |1433 |33037 |
-ROW |164193 |1433 |33038 |
-ROW |164194 |1433 |33039 |
-ROW |164195 |1433 |33040 |
-ROW |164196 |1433 |33041 |
-ROW |164197 |1433 |33042 |
-ROW |164198 |1433 |33043 |
-ROW |164199 |1433 |33044 |
-ROW |164200 |1433 |33045 |
-ROW |164201 |1433 |33046 |
-ROW |164202 |1433 |33047 |
-ROW |164203 |1433 |33048 |
-ROW |164204 |1433 |33049 |
-ROW |164205 |1433 |33050 |
-ROW |164206 |1433 |33051 |
-ROW |164207 |1433 |33052 |
-ROW |164208 |1433 |33053 |
-ROW |164209 |1433 |33054 |
-ROW |164210 |1433 |33055 |
-ROW |164211 |1433 |33056 |
-ROW |164212 |1433 |33057 |
-ROW |164213 |1433 |33058 |
-ROW |164214 |1433 |33059 |
-ROW |164215 |1433 |33060 |
-ROW |164216 |1434 |33065 |
-ROW |164217 |1434 |33066 |
-ROW |164218 |1433 |33122 |
-ROW |164219 |1433 |33123 |
-ROW |164220 |1433 |33124 |
-ROW |164221 |1433 |33125 |
-ROW |164222 |1433 |33126 |
-ROW |164223 |1433 |33127 |
-ROW |164224 |1433 |33128 |
-ROW |164225 |1433 |33129 |
-ROW |164226 |1433 |33130 |
-ROW |164227 |1433 |33131 |
-ROW |164228 |1433 |33132 |
-ROW |164229 |1433 |33133 |
-ROW |164230 |1433 |33134 |
-ROW |164231 |1433 |33135 |
-ROW |164232 |1433 |33136 |
-ROW |164233 |1433 |33137 |
-ROW |164234 |1433 |33138 |
-ROW |164235 |1435 |33139 |
-ROW |164236 |1436 |33140 |
-ROW |164237 |1435 |33141 |
-ROW |164238 |1436 |33142 |
-ROW |164239 |1435 |33144 |
-ROW |164240 |1435 |33145 |
-ROW |164241 |1435 |33146 |
-ROW |164242 |1435 |33147 |
-ROW |164243 |1435 |33148 |
-ROW |164244 |1435 |33149 |
-ROW |164245 |1435 |33150 |
-ROW |164246 |1435 |33151 |
-ROW |164247 |1435 |33152 |
-ROW |164248 |1435 |33153 |
-ROW |164249 |1435 |33154 |
-ROW |164250 |1435 |33155 |
-ROW |164251 |1435 |33156 |
-ROW |164252 |1435 |33157 |
-ROW |164253 |1435 |33158 |
-ROW |164254 |1435 |33159 |
-ROW |164255 |1435 |33160 |
-ROW |164256 |1435 |33161 |
-ROW |164257 |1435 |33162 |
-ROW |164258 |1435 |33163 |
-ROW |164259 |1435 |33164 |
-ROW |164260 |1435 |33165 |
-ROW |164261 |1435 |33166 |
-ROW |164262 |1435 |33167 |
-ROW |164263 |1435 |33168 |
-ROW |164264 |1435 |33169 |
-ROW |164265 |1435 |33170 |
-ROW |164266 |1435 |33171 |
-ROW |164267 |1435 |33172 |
-ROW |164268 |1435 |33567 |
-ROW |164269 |1436 |33177 |
-ROW |164270 |1436 |33178 |
-ROW |164271 |1336 |31055 |
-ROW |164272 |1335 |31056 |
-ROW |164273 |1335 |31057 |
-ROW |164274 |1335 |31058 |
-ROW |164275 |1335 |31626 |
-ROW |164276 |1335 |31627 |
-ROW |164277 |1335 |31628 |
-ROW |164278 |1336 |34173 |
-ROW |164279 |1336 |34174 |
-ROW |164280 |1336 |31059 |
-ROW |164281 |1335 |31060 |
-ROW |164282 |1335 |31061 |
-ROW |164283 |1335 |31062 |
-ROW |164284 |1335 |31063 |
-ROW |164285 |1335 |31064 |
-ROW |164286 |1335 |31065 |
-ROW |164287 |1335 |31066 |
-ROW |164288 |1335 |31067 |
-ROW |164289 |1335 |31068 |
-ROW |164290 |1335 |31069 |
-ROW |164291 |1335 |31070 |
-ROW |164292 |1335 |31071 |
-ROW |164293 |1335 |31072 |
-ROW |164294 |1335 |31073 |
-ROW |164295 |1335 |31074 |
-ROW |164296 |1335 |31075 |
-ROW |164297 |1335 |31076 |
-ROW |164298 |1335 |31077 |
-ROW |164299 |1335 |31078 |
-ROW |164300 |1335 |31079 |
-ROW |164301 |1335 |31080 |
-ROW |164302 |1335 |31081 |
-ROW |164303 |1335 |31082 |
-ROW |164304 |1335 |31083 |
-ROW |164305 |1335 |31084 |
-ROW |164306 |1335 |31085 |
-ROW |164307 |1335 |31086 |
-ROW |164308 |1335 |31087 |
-ROW |164309 |1335 |31088 |
-ROW |164310 |1335 |31089 |
-ROW |164311 |1335 |31090 |
-ROW |164312 |1336 |31091 |
-ROW |164313 |1335 |31092 |
-ROW |164314 |1336 |31093 |
-ROW |164315 |1336 |31094 |
-ROW |164316 |1335 |31095 |
-ROW |164317 |1335 |31096 |
-ROW |164318 |1335 |31097 |
-ROW |164319 |1335 |31098 |
-ROW |164320 |1335 |31099 |
-ROW |164321 |1335 |31100 |
-ROW |164322 |1335 |31101 |
-ROW |164323 |1335 |31102 |
-ROW |164324 |1335 |31103 |
-ROW |164325 |1335 |31104 |
-ROW |164326 |1335 |31105 |
-ROW |164327 |1335 |31106 |
-ROW |164328 |1335 |31107 |
-ROW |164329 |1335 |31108 |
-ROW |164330 |1335 |31109 |
-ROW |164331 |1335 |31110 |
-ROW |164332 |1335 |31111 |
-ROW |164333 |1335 |31112 |
-ROW |164334 |1335 |31113 |
-ROW |164335 |1335 |31114 |
-ROW |164336 |1335 |31115 |
-ROW |164337 |1335 |31116 |
-ROW |164338 |1335 |31117 |
-ROW |164339 |1335 |31118 |
-ROW |164340 |1335 |31119 |
-ROW |164341 |1335 |31120 |
-ROW |164342 |1335 |31121 |
-ROW |164343 |1336 |31128 |
-ROW |164344 |1336 |31129 |
-ROW |164345 |1336 |31130 |
-ROW |164346 |1336 |31132 |
-ROW |164347 |1336 |33194 |
-ROW |164348 |1314 |30431 |
-ROW |164349 |1314 |30432 |
-ROW |164350 |1315 |30433 |
-ROW |164351 |1314 |30434 |
-ROW |164352 |1314 |30435 |
-ROW |164353 |1314 |32546 |
-ROW |164354 |1315 |30436 |
-ROW |164355 |1314 |30437 |
-ROW |164356 |1314 |30438 |
-ROW |164357 |1314 |30439 |
-ROW |164358 |1314 |30440 |
-ROW |164359 |1314 |30441 |
-ROW |164360 |1314 |30442 |
-ROW |164361 |1315 |30443 |
-ROW |164362 |1314 |30444 |
-ROW |164363 |1314 |30445 |
-ROW |164364 |1314 |30446 |
-ROW |164365 |1314 |30447 |
-ROW |164366 |1314 |30449 |
-ROW |164367 |1314 |30450 |
-ROW |164368 |1314 |30451 |
-ROW |164369 |1314 |30452 |
-ROW |164370 |1314 |30453 |
-ROW |164371 |1314 |30454 |
-ROW |164372 |1314 |30455 |
-ROW |164373 |1314 |30456 |
-ROW |164374 |1314 |30457 |
-ROW |164375 |1314 |30458 |
-ROW |164376 |1314 |30459 |
-ROW |164377 |1314 |30460 |
-ROW |164378 |1314 |30461 |
-ROW |164379 |1314 |30462 |
-ROW |164380 |1314 |30463 |
-ROW |164381 |1314 |30464 |
-ROW |164382 |1314 |30465 |
-ROW |164383 |1314 |30466 |
-ROW |164384 |1314 |30470 |
-ROW |164385 |1314 |30471 |
-ROW |164386 |1314 |31168 |
-ROW |164387 |1314 |31169 |
-ROW |164388 |1314 |31170 |
-ROW |164389 |1314 |31171 |
-ROW |164390 |1314 |32547 |
-ROW |164391 |1314 |32548 |
-ROW |164392 |1314 |32549 |
-ROW |164393 |1314 |32550 |
-ROW |164394 |1314 |32551 |
-ROW |164395 |1314 |32552 |
-ROW |164396 |1314 |30474 |
-ROW |164397 |1315 |30475 |
-ROW |164398 |1314 |30476 |
-ROW |164399 |1314 |30477 |
-ROW |164400 |1314 |30478 |
-ROW |164401 |1314 |32554 |
-ROW |164402 |1314 |32555 |
-ROW |164403 |1314 |32556 |
-ROW |164404 |1314 |32557 |
-ROW |164405 |1314 |32558 |
-ROW |164406 |1314 |32559 |
-ROW |164407 |1322 |30637 |
-ROW |164408 |1322 |30638 |
-ROW |164409 |1323 |30639 |
-ROW |164410 |1322 |30640 |
-ROW |164411 |1322 |30641 |
-ROW |164412 |1322 |32560 |
-ROW |164413 |1323 |30642 |
-ROW |164414 |1322 |30643 |
-ROW |164415 |1322 |30644 |
-ROW |164416 |1322 |30645 |
-ROW |164417 |1322 |30646 |
-ROW |164418 |1322 |30647 |
-ROW |164419 |1322 |30648 |
-ROW |164420 |1323 |30649 |
-ROW |164421 |1322 |30650 |
-ROW |164422 |1322 |30651 |
-ROW |164423 |1322 |30652 |
-ROW |164424 |1322 |30653 |
-ROW |164425 |1322 |30655 |
-ROW |164426 |1322 |30656 |
-ROW |164427 |1322 |30657 |
-ROW |164428 |1322 |30658 |
-ROW |164429 |1322 |30659 |
-ROW |164430 |1322 |30660 |
-ROW |164431 |1322 |30661 |
-ROW |164432 |1322 |30662 |
-ROW |164433 |1322 |30663 |
-ROW |164434 |1322 |30664 |
-ROW |164435 |1322 |30665 |
-ROW |164436 |1322 |30666 |
-ROW |164437 |1322 |30667 |
-ROW |164438 |1322 |30668 |
-ROW |164439 |1322 |30669 |
-ROW |164440 |1322 |30670 |
-ROW |164441 |1322 |30671 |
-ROW |164442 |1322 |30672 |
-ROW |164443 |1322 |30676 |
-ROW |164444 |1322 |30677 |
-ROW |164445 |1322 |31172 |
-ROW |164446 |1322 |31173 |
-ROW |164447 |1322 |31174 |
-ROW |164448 |1322 |31175 |
-ROW |164449 |1322 |32561 |
-ROW |164450 |1322 |32562 |
-ROW |164451 |1322 |32563 |
-ROW |164452 |1322 |32564 |
-ROW |164453 |1322 |32565 |
-ROW |164454 |1322 |32566 |
-ROW |164455 |1322 |30680 |
-ROW |164456 |1323 |30681 |
-ROW |164457 |1322 |30682 |
-ROW |164458 |1322 |30683 |
-ROW |164459 |1322 |30684 |
-ROW |164460 |1322 |32568 |
-ROW |164461 |1322 |32569 |
-ROW |164462 |1322 |32570 |
-ROW |164463 |1322 |32571 |
-ROW |164464 |1322 |32572 |
-ROW |164465 |1322 |32573 |
-ROW |164466 |1317 |30479 |
-ROW |164467 |1316 |30480 |
-ROW |164468 |1316 |30481 |
-ROW |164469 |1316 |30482 |
-ROW |164470 |1316 |30483 |
-ROW |164471 |1316 |32574 |
-ROW |164472 |1316 |30484 |
-ROW |164473 |1317 |30485 |
-ROW |164474 |1316 |30486 |
-ROW |164475 |1317 |30487 |
-ROW |164476 |1316 |30488 |
-ROW |164477 |1316 |30489 |
-ROW |164478 |1316 |30490 |
-ROW |164479 |1316 |30491 |
-ROW |164480 |1316 |30492 |
-ROW |164481 |1316 |30493 |
-ROW |164482 |1316 |30494 |
-ROW |164483 |1316 |30495 |
-ROW |164484 |1316 |30496 |
-ROW |164485 |1316 |30497 |
-ROW |164486 |1316 |30499 |
-ROW |164487 |1316 |30500 |
-ROW |164488 |1316 |30503 |
-ROW |164489 |1316 |30504 |
-ROW |164490 |1316 |30505 |
-ROW |164491 |1316 |30506 |
-ROW |164492 |1316 |30507 |
-ROW |164493 |1316 |30508 |
-ROW |164494 |1316 |30509 |
-ROW |164495 |1316 |30510 |
-ROW |164496 |1316 |30512 |
-ROW |164497 |1316 |30513 |
-ROW |164498 |1316 |30514 |
-ROW |164499 |1316 |30515 |
-ROW |164500 |1316 |30516 |
-ROW |164501 |1316 |30517 |
-ROW |164502 |1316 |30518 |
-ROW |164503 |1316 |30519 |
-ROW |164504 |1316 |31176 |
-ROW |164505 |1316 |31177 |
-ROW |164506 |1316 |31178 |
-ROW |164507 |1316 |31179 |
-ROW |164508 |1316 |32575 |
-ROW |164509 |1316 |32576 |
-ROW |164510 |1316 |32577 |
-ROW |164511 |1316 |32578 |
-ROW |164512 |1316 |32579 |
-ROW |164513 |1316 |32580 |
-ROW |164514 |1316 |30522 |
-ROW |164515 |1317 |30523 |
-ROW |164516 |1316 |30524 |
-ROW |164517 |1316 |30525 |
-ROW |164518 |1316 |30526 |
-ROW |164519 |1316 |32582 |
-ROW |164520 |1316 |32583 |
-ROW |164521 |1316 |32584 |
-ROW |164522 |1316 |32585 |
-ROW |164523 |1316 |32586 |
-ROW |164524 |1316 |32587 |
-ROW |164525 |1345 |31629 |
-ROW |164526 |1345 |31630 |
-ROW |164527 |1346 |31631 |
-ROW |164528 |1345 |31632 |
-ROW |164529 |1346 |31633 |
-ROW |164530 |1346 |31634 |
-ROW |164531 |1346 |31635 |
-ROW |164532 |1346 |31636 |
-ROW |164533 |1346 |31637 |
-ROW |164534 |1346 |31638 |
-ROW |164535 |1346 |31639 |
-ROW |164536 |1345 |31640 |
-ROW |164537 |1345 |31641 |
-ROW |164538 |1346 |31642 |
-ROW |164539 |1346 |31643 |
-ROW |164540 |1346 |31644 |
-ROW |164541 |1346 |31645 |
-ROW |164542 |1345 |31646 |
-ROW |164543 |1345 |31647 |
-ROW |164544 |1345 |31648 |
-ROW |164545 |1345 |31649 |
-ROW |164546 |1345 |31650 |
-ROW |164547 |1345 |31651 |
-ROW |164548 |1345 |31652 |
-ROW |164549 |1345 |31653 |
-ROW |164550 |1345 |31654 |
-ROW |164551 |1345 |31655 |
-ROW |164552 |1345 |31656 |
-ROW |164553 |1345 |31657 |
-ROW |164554 |1345 |31658 |
-ROW |164555 |1345 |31659 |
-ROW |164556 |1345 |31660 |
-ROW |164557 |1345 |31661 |
-ROW |164558 |1345 |31662 |
-ROW |164559 |1345 |31663 |
-ROW |164560 |1345 |31664 |
-ROW |164561 |1345 |31665 |
-ROW |164562 |1345 |31666 |
-ROW |164563 |1345 |31667 |
-ROW |164564 |1345 |31668 |
-ROW |164565 |1345 |31669 |
-ROW |164566 |1345 |31670 |
-ROW |164567 |1345 |31671 |
-ROW |164568 |1345 |31672 |
-ROW |164569 |1345 |31673 |
-ROW |164570 |1345 |31674 |
-ROW |164571 |1345 |31675 |
-ROW |164572 |1345 |31676 |
-ROW |164573 |1345 |31677 |
-ROW |164574 |1345 |31678 |
-ROW |164575 |1345 |31679 |
-ROW |164576 |1345 |31680 |
-ROW |164577 |1345 |31681 |
-ROW |164578 |1345 |31682 |
-ROW |164579 |1345 |31683 |
-ROW |164580 |1345 |31684 |
-ROW |164581 |1345 |31685 |
-ROW |164582 |1345 |31686 |
-ROW |164583 |1345 |31687 |
-ROW |164584 |1345 |31688 |
-ROW |164585 |1345 |31689 |
-ROW |164586 |1345 |31690 |
-ROW |164587 |1345 |31691 |
-ROW |164588 |1345 |31692 |
-ROW |164589 |1345 |31693 |
-ROW |164590 |1345 |31694 |
-ROW |164591 |1345 |31695 |
-ROW |164592 |1345 |31696 |
-ROW |164593 |1345 |31697 |
-ROW |164594 |1345 |31698 |
-ROW |164595 |1345 |31699 |
-ROW |164596 |1345 |31700 |
-ROW |164597 |1345 |31701 |
-ROW |164598 |1345 |31702 |
-ROW |164599 |1345 |31703 |
-ROW |164600 |1345 |31704 |
-ROW |164601 |1345 |31705 |
-ROW |164602 |1857 |36934 |
-ROW |164603 |1857 |36935 |
-ROW |164604 |1856 |36936 |
-ROW |164605 |1856 |36937 |
-ROW |164606 |1857 |36938 |
-ROW |164607 |1856 |36939 |
-ROW |164608 |1856 |36940 |
-ROW |164609 |1856 |36941 |
-ROW |164610 |1856 |36942 |
-ROW |164611 |1856 |36943 |
-ROW |164612 |1856 |36944 |
-ROW |164613 |1857 |36945 |
-ROW |164614 |1857 |36946 |
-ROW |164615 |1856 |36947 |
-ROW |164616 |1856 |36948 |
-ROW |164617 |1857 |36949 |
-ROW |164618 |1857 |36950 |
-ROW |164619 |1856 |36951 |
-ROW |164620 |1856 |36952 |
-ROW |164621 |1856 |36953 |
-ROW |164622 |1856 |36954 |
-ROW |164623 |1856 |36955 |
-ROW |164624 |1856 |36956 |
-ROW |164625 |1856 |36957 |
-ROW |164626 |1856 |36958 |
-ROW |164627 |1856 |36959 |
-ROW |164628 |1856 |36960 |
-ROW |164629 |1856 |36961 |
-ROW |164630 |1856 |36962 |
-ROW |164631 |1856 |36963 |
-ROW |164632 |1856 |36964 |
-ROW |164633 |1856 |36965 |
-ROW |164634 |1856 |36966 |
-ROW |164635 |1856 |36967 |
-ROW |164636 |1856 |36968 |
-ROW |164637 |1856 |36969 |
-ROW |164638 |1856 |36970 |
-ROW |164639 |1856 |36971 |
-ROW |164640 |1856 |36972 |
-ROW |164641 |1856 |36973 |
-ROW |164642 |1857 |36976 |
-ROW |164643 |1857 |36977 |
-ROW |164644 |1858 |36705 |
-ROW |164645 |1858 |36706 |
-ROW |164646 |1859 |36707 |
-ROW |164647 |1858 |36708 |
-ROW |164648 |1859 |36709 |
-ROW |164649 |1859 |36710 |
-ROW |164650 |1859 |36711 |
-ROW |164651 |1859 |36712 |
-ROW |164652 |1858 |36713 |
-ROW |164653 |1858 |36714 |
-ROW |164654 |1858 |36715 |
-ROW |164655 |1858 |36716 |
-ROW |164656 |1859 |36717 |
-ROW |164657 |1858 |36718 |
-ROW |164658 |1858 |36719 |
-ROW |164659 |1858 |36720 |
-ROW |164660 |1858 |36721 |
-ROW |164661 |1859 |36722 |
-ROW |164662 |1859 |36723 |
-ROW |164663 |1858 |36724 |
-ROW |164664 |1858 |36725 |
-ROW |164665 |1858 |36726 |
-ROW |164666 |1858 |36728 |
-ROW |164667 |1858 |36729 |
-ROW |164668 |1858 |36730 |
-ROW |164669 |1858 |36731 |
-ROW |164670 |1858 |36732 |
-ROW |164671 |1858 |36733 |
-ROW |164672 |1858 |36734 |
-ROW |164673 |1858 |36735 |
-ROW |164674 |1858 |36736 |
-ROW |164675 |1858 |36737 |
-ROW |164676 |1858 |36738 |
-ROW |164677 |1858 |36739 |
-ROW |164678 |1858 |36740 |
-ROW |164679 |1858 |36741 |
-ROW |164680 |1858 |36742 |
-ROW |164681 |1858 |36743 |
-ROW |164682 |1858 |36744 |
-ROW |164683 |1858 |36745 |
-ROW |164684 |1858 |36746 |
-ROW |164685 |1858 |36747 |
-ROW |164686 |1858 |36748 |
-ROW |164687 |1858 |36749 |
-ROW |164688 |1858 |36750 |
-ROW |164689 |1858 |36751 |
-ROW |164690 |1858 |36752 |
-ROW |164691 |1858 |36753 |
-ROW |164692 |1858 |36754 |
-ROW |164693 |1858 |36755 |
-ROW |164694 |1858 |36756 |
-ROW |164695 |1858 |36757 |
-ROW |164696 |1858 |36758 |
-ROW |164697 |1858 |36759 |
-ROW |164698 |1858 |36760 |
-ROW |164699 |1858 |36761 |
-ROW |164700 |1858 |36762 |
-ROW |164701 |1858 |36763 |
-ROW |164702 |1858 |36764 |
-ROW |164703 |1858 |36765 |
-ROW |164704 |1858 |36766 |
-ROW |164705 |1858 |36767 |
-ROW |164706 |1302 |30273 |
-ROW |164707 |1302 |30274 |
-ROW |164708 |1303 |30275 |
-ROW |164709 |1303 |30276 |
-ROW |164710 |1302 |30277 |
-ROW |164711 |1302 |30278 |
-ROW |164712 |1302 |30279 |
-ROW |164713 |1302 |30280 |
-ROW |164714 |1302 |30281 |
-ROW |164715 |1302 |30282 |
-ROW |164716 |1302 |30283 |
-ROW |164717 |1302 |30284 |
-ROW |164718 |1302 |30285 |
-ROW |164719 |1302 |30286 |
-ROW |164720 |1302 |30287 |
-ROW |164721 |1302 |30288 |
-ROW |164722 |1302 |30289 |
-ROW |164723 |1302 |30290 |
-ROW |164724 |1302 |30291 |
-ROW |164725 |1302 |30292 |
-ROW |164726 |1302 |30293 |
-ROW |164727 |1302 |30294 |
-ROW |164728 |1302 |30295 |
-ROW |164729 |1302 |30296 |
-ROW |164730 |1302 |30297 |
-ROW |164731 |1302 |30298 |
-ROW |164732 |1302 |30299 |
-ROW |164733 |1302 |30300 |
-ROW |164734 |1302 |30301 |
-ROW |164735 |1302 |30302 |
-ROW |164736 |1302 |30303 |
-ROW |164737 |1302 |30304 |
-ROW |164738 |1302 |30305 |
-ROW |164739 |1302 |30306 |
-ROW |164740 |1302 |30307 |
-ROW |164741 |1302 |30308 |
-ROW |164742 |1302 |30309 |
-ROW |164743 |1302 |30310 |
-ROW |164744 |1302 |30311 |
-ROW |164745 |1302 |30312 |
-ROW |164746 |1302 |30313 |
-ROW |164747 |1302 |30314 |
-ROW |164748 |1302 |30315 |
-ROW |164749 |1302 |30316 |
-ROW |164750 |1302 |30317 |
-ROW |164751 |1302 |30318 |
-ROW |164752 |1302 |30319 |
-ROW |164753 |1302 |30320 |
-ROW |164754 |1302 |30321 |
-ROW |164755 |1302 |30322 |
-ROW |164756 |1302 |30323 |
-ROW |164757 |1302 |30324 |
-ROW |164758 |1302 |30325 |
-ROW |164759 |1302 |30326 |
-ROW |164760 |1302 |30327 |
-ROW |164761 |1302 |30328 |
-ROW |164762 |1302 |30329 |
-ROW |164763 |1302 |30330 |
-ROW |164764 |1302 |30331 |
-ROW |164765 |1302 |30332 |
-ROW |164766 |1302 |30333 |
-ROW |164767 |1302 |30334 |
-ROW |164768 |1302 |30335 |
-ROW |164769 |1302 |30336 |
-ROW |164770 |1302 |30344 |
-ROW |164771 |1302 |30345 |
-ROW |164772 |1302 |30346 |
-ROW |164773 |1302 |30347 |
-ROW |164774 |1302 |30351 |
-ROW |164775 |1302 |30352 |
-ROW |164776 |1302 |30353 |
-ROW |164777 |1302 |30354 |
-ROW |164778 |1302 |30355 |
-ROW |164779 |1302 |30356 |
-ROW |164780 |1302 |30357 |
-ROW |164781 |1302 |30358 |
-ROW |164782 |1302 |30359 |
-ROW |164783 |1302 |30360 |
-ROW |164784 |1302 |30361 |
-ROW |164785 |1302 |30362 |
-ROW |164786 |1302 |30363 |
-ROW |164787 |1302 |30364 |
-ROW |164788 |1302 |30365 |
-ROW |164789 |1302 |30366 |
-ROW |164790 |1302 |30367 |
-ROW |164791 |1302 |30368 |
-ROW |164792 |1302 |30369 |
-ROW |164793 |1302 |30370 |
-ROW |164794 |1302 |30371 |
-ROW |164795 |1302 |30372 |
-ROW |164796 |1302 |30373 |
-ROW |164797 |1302 |30374 |
-ROW |164798 |1302 |30375 |
-ROW |164799 |1302 |30376 |
-ROW |164800 |1302 |30377 |
-ROW |164801 |1302 |30378 |
-ROW |164802 |1302 |30379 |
-ROW |164803 |1302 |30380 |
-ROW |164804 |1302 |30381 |
-ROW |164805 |1302 |30382 |
-ROW |164806 |1302 |30383 |
-ROW |164807 |1302 |30384 |
-ROW |164808 |1302 |30385 |
-ROW |164809 |1302 |30386 |
-ROW |164810 |1302 |30387 |
-ROW |164811 |1302 |30388 |
-ROW |164812 |1302 |30389 |
-ROW |164813 |1302 |30390 |
-ROW |164814 |1302 |30391 |
-ROW |164815 |1302 |30392 |
-ROW |164816 |1302 |30393 |
-ROW |164817 |1302 |30394 |
-ROW |164818 |1302 |30395 |
-ROW |164819 |1302 |30397 |
-ROW |164820 |1302 |30398 |
-ROW |164821 |1302 |30399 |
-ROW |164822 |1302 |30400 |
-ROW |164823 |1302 |30401 |
-ROW |164824 |1302 |30402 |
-ROW |164825 |1302 |30403 |
-ROW |164826 |1302 |30404 |
-ROW |164827 |780 |27065 |
-ROW |164828 |780 |27066 |
-ROW |164829 |780 |27067 |
-ROW |164830 |799 |27149 |
-ROW |164831 |799 |27150 |
-ROW |164832 |799 |27151 |
-ROW |164833 |805 |27192 |
-ROW |164834 |805 |27193 |
-ROW |164835 |805 |27194 |
-ROW |164836 |813 |27225 |
-ROW |164837 |813 |27226 |
-ROW |164838 |813 |27227 |
-ROW |164839 |822 |27261 |
-ROW |164840 |822 |27262 |
-ROW |164841 |822 |27263 |
-ROW |164842 |825 |27282 |
-ROW |164843 |825 |27283 |
-ROW |164844 |825 |27284 |
-ROW |164845 |842 |27333 |
-ROW |164846 |842 |27334 |
-ROW |164847 |842 |27335 |
-ROW |164848 |847 |27365 |
-ROW |164849 |847 |27366 |
-ROW |164850 |847 |27367 |
-ROW |164851 |876 |27462 |
-ROW |164852 |876 |27463 |
-ROW |164853 |876 |27464 |
-ROW |164854 |885 |27496 |
-ROW |164855 |885 |27497 |
-ROW |164856 |885 |27498 |
-ROW |164857 |894 |27532 |
-ROW |164858 |894 |27533 |
-ROW |164859 |894 |27534 |
-ROW |164860 |903 |27568 |
-ROW |164861 |903 |27569 |
-ROW |164862 |903 |27570 |
-ROW |164863 |915 |27631 |
-ROW |164864 |915 |27632 |
-ROW |164865 |915 |27633 |
-ROW |164866 |918 |27654 |
-ROW |164867 |918 |27655 |
-ROW |164868 |918 |27656 |
-ROW |164869 |936 |27734 |
-ROW |164870 |936 |27735 |
-ROW |164871 |936 |27736 |
-ROW |164872 |944 |27766 |
-ROW |164873 |944 |27767 |
-ROW |164874 |944 |27768 |
-ROW |164875 |951 |27800 |
-ROW |164876 |951 |27801 |
-ROW |164877 |951 |27802 |
-ROW |164878 |971 |27882 |
-ROW |164879 |971 |27883 |
-ROW |164880 |971 |27884 |
-ROW |164881 |979 |27919 |
-ROW |164882 |979 |27920 |
-ROW |164883 |979 |27921 |
-ROW |164884 |988 |27956 |
-ROW |164885 |988 |27957 |
-ROW |164886 |988 |27958 |
-ROW |164887 |994 |27986 |
-ROW |164888 |994 |27987 |
-ROW |164889 |994 |27988 |
-ROW |164890 |1000 |28015 |
-ROW |164891 |1000 |28016 |
-ROW |164892 |1000 |28017 |
-ROW |164893 |1030 |28130 |
-ROW |164894 |1030 |28131 |
-ROW |164895 |1030 |28132 |
-ROW |164896 |1055 |28233 |
-ROW |164897 |1055 |28234 |
-ROW |164898 |1055 |28235 |
-ROW |164899 |1060 |28282 |
-ROW |164900 |1060 |28283 |
-ROW |164901 |1060 |28284 |
-ROW |164902 |1070 |28330 |
-ROW |164903 |1070 |28331 |
-ROW |164904 |1070 |28332 |
-ROW |164905 |1079 |28377 |
-ROW |164906 |1079 |28378 |
-ROW |164907 |1079 |28379 |
-ROW |164908 |1095 |28454 |
-ROW |164909 |1095 |28455 |
-ROW |164910 |1095 |28456 |
-ROW |164911 |1102 |28482 |
-ROW |164912 |1102 |28483 |
-ROW |164913 |1102 |28484 |
-ROW |164914 |1127 |28957 |
-ROW |164915 |1127 |28958 |
-ROW |164916 |1127 |28959 |
-ROW |164917 |1136 |29050 |
-ROW |164918 |1136 |29051 |
-ROW |164919 |1136 |29052 |
-ROW |164920 |1271 |30046 |
-ROW |164921 |1271 |30047 |
-ROW |164922 |1271 |30048 |
-ROW |164923 |1414 |32601 |
-ROW |164924 |1414 |32602 |
-ROW |164925 |1414 |32603 |
-ROW |164926 |1422 |32765 |
-ROW |164927 |1422 |32766 |
-ROW |164928 |1422 |32767 |
-ROW |164929 |800 |27152 |
-ROW |164930 |799 |27154 |
-ROW |164931 |800 |27157 |
-ROW |164932 |799 |29844 |
-ROW |164933 |800 |29845 |
-ROW |164934 |800 |29846 |
-ROW |164935 |800 |29847 |
-ROW |164936 |800 |29848 |
-ROW |164937 |804 |27195 |
-ROW |164938 |804 |27199 |
-ROW |164939 |805 |27202 |
-ROW |164940 |812 |27228 |
-ROW |164941 |812 |27232 |
-ROW |164942 |813 |27235 |
-ROW |164943 |821 |27264 |
-ROW |164944 |821 |27268 |
-ROW |164945 |822 |27271 |
-ROW |164946 |824 |27285 |
-ROW |164947 |824 |27289 |
-ROW |164948 |825 |27292 |
-ROW |164949 |841 |27336 |
-ROW |164950 |841 |27340 |
-ROW |164951 |842 |27343 |
-ROW |164952 |846 |27368 |
-ROW |164953 |846 |27372 |
-ROW |164954 |847 |27375 |
-ROW |164955 |875 |27465 |
-ROW |164956 |875 |27469 |
-ROW |164957 |876 |27472 |
-ROW |164958 |884 |27499 |
-ROW |164959 |884 |27503 |
-ROW |164960 |885 |27506 |
-ROW |164961 |893 |27535 |
-ROW |164962 |893 |27539 |
-ROW |164963 |894 |27542 |
-ROW |164964 |902 |27571 |
-ROW |164965 |902 |27575 |
-ROW |164966 |903 |27578 |
-ROW |164967 |914 |27634 |
-ROW |164968 |914 |27638 |
-ROW |164969 |915 |27641 |
-ROW |164970 |917 |27657 |
-ROW |164971 |917 |27661 |
-ROW |164972 |918 |27664 |
-ROW |164973 |935 |27737 |
-ROW |164974 |935 |27741 |
-ROW |164975 |936 |27744 |
-ROW |164976 |943 |27769 |
-ROW |164977 |943 |27773 |
-ROW |164978 |944 |27776 |
-ROW |164979 |950 |27803 |
-ROW |164980 |950 |27807 |
-ROW |164981 |951 |27810 |
-ROW |164982 |970 |27885 |
-ROW |164983 |970 |27889 |
-ROW |164984 |971 |27892 |
-ROW |164985 |978 |27922 |
-ROW |164986 |978 |27926 |
-ROW |164987 |979 |27929 |
-ROW |164988 |987 |27959 |
-ROW |164989 |987 |27963 |
-ROW |164990 |988 |27966 |
-ROW |164991 |993 |27989 |
-ROW |164992 |993 |27993 |
-ROW |164993 |994 |27996 |
-ROW |164994 |999 |28018 |
-ROW |164995 |999 |28022 |
-ROW |164996 |1000 |28025 |
-ROW |164997 |1029 |28133 |
-ROW |164998 |1029 |28137 |
-ROW |164999 |1030 |28140 |
-ROW |165000 |1054 |28236 |
-ROW |165001 |1054 |28240 |
-ROW |165002 |1055 |28243 |
-ROW |165003 |1059 |28285 |
-ROW |165004 |1059 |28289 |
-ROW |165005 |1060 |28292 |
-ROW |165006 |1069 |28333 |
-ROW |165007 |1069 |28337 |
-ROW |165008 |1070 |28340 |
-ROW |165009 |1078 |28380 |
-ROW |165010 |1078 |28384 |
-ROW |165011 |1079 |28387 |
-ROW |165012 |1094 |28457 |
-ROW |165013 |1094 |28461 |
-ROW |165014 |1095 |28464 |
-ROW |165015 |1101 |28485 |
-ROW |165016 |1101 |28489 |
-ROW |165017 |1102 |28492 |
-ROW |165018 |1126 |28960 |
-ROW |165019 |1126 |28964 |
-ROW |165020 |1127 |28967 |
-ROW |165021 |1135 |29053 |
-ROW |165022 |1135 |29057 |
-ROW |165023 |1136 |29060 |
-ROW |165024 |1000 |29834 |
-ROW |165025 |999 |29835 |
-ROW |165026 |999 |29836 |
-ROW |165027 |999 |29837 |
-ROW |165028 |999 |29838 |
-ROW |165029 |805 |29849 |
-ROW |165030 |804 |29850 |
-ROW |165031 |804 |29851 |
-ROW |165032 |804 |29852 |
-ROW |165033 |804 |29853 |
-ROW |165034 |813 |29854 |
-ROW |165035 |812 |29855 |
-ROW |165036 |812 |29856 |
-ROW |165037 |812 |29857 |
-ROW |165038 |812 |29858 |
-ROW |165039 |822 |29859 |
-ROW |165040 |821 |29860 |
-ROW |165041 |821 |29861 |
-ROW |165042 |821 |29862 |
-ROW |165043 |821 |29863 |
-ROW |165044 |825 |29864 |
-ROW |165045 |824 |29865 |
-ROW |165046 |824 |29866 |
-ROW |165047 |824 |29867 |
-ROW |165048 |824 |29868 |
-ROW |165049 |842 |29869 |
-ROW |165050 |841 |29870 |
-ROW |165051 |841 |29871 |
-ROW |165052 |841 |29872 |
-ROW |165053 |841 |29873 |
-ROW |165054 |847 |29874 |
-ROW |165055 |846 |29875 |
-ROW |165056 |846 |29876 |
-ROW |165057 |846 |29877 |
-ROW |165058 |846 |29878 |
-ROW |165059 |876 |29879 |
-ROW |165060 |875 |29880 |
-ROW |165061 |875 |29881 |
-ROW |165062 |875 |29882 |
-ROW |165063 |875 |29883 |
-ROW |165064 |885 |29884 |
-ROW |165065 |884 |29885 |
-ROW |165066 |884 |29886 |
-ROW |165067 |884 |29887 |
-ROW |165068 |884 |29888 |
-ROW |165069 |894 |29889 |
-ROW |165070 |893 |29890 |
-ROW |165071 |893 |29891 |
-ROW |165072 |893 |29892 |
-ROW |165073 |893 |29893 |
-ROW |165074 |903 |29894 |
-ROW |165075 |902 |29895 |
-ROW |165076 |902 |29896 |
-ROW |165077 |902 |29897 |
-ROW |165078 |902 |29898 |
-ROW |165079 |915 |29899 |
-ROW |165080 |914 |29900 |
-ROW |165081 |914 |29901 |
-ROW |165082 |914 |29902 |
-ROW |165083 |914 |29903 |
-ROW |165084 |918 |29904 |
-ROW |165085 |917 |29905 |
-ROW |165086 |917 |29906 |
-ROW |165087 |917 |29907 |
-ROW |165088 |917 |29908 |
-ROW |165089 |936 |29909 |
-ROW |165090 |935 |29910 |
-ROW |165091 |935 |29911 |
-ROW |165092 |935 |29912 |
-ROW |165093 |935 |29913 |
-ROW |165094 |944 |29914 |
-ROW |165095 |943 |29915 |
-ROW |165096 |943 |29916 |
-ROW |165097 |943 |29917 |
-ROW |165098 |943 |29918 |
-ROW |165099 |951 |29919 |
-ROW |165100 |950 |29920 |
-ROW |165101 |950 |29921 |
-ROW |165102 |950 |29922 |
-ROW |165103 |950 |29923 |
-ROW |165104 |971 |29924 |
-ROW |165105 |970 |29925 |
-ROW |165106 |970 |29926 |
-ROW |165107 |970 |29927 |
-ROW |165108 |970 |29928 |
-ROW |165109 |979 |29929 |
-ROW |165110 |978 |29930 |
-ROW |165111 |978 |29931 |
-ROW |165112 |978 |29932 |
-ROW |165113 |978 |29933 |
-ROW |165114 |988 |29934 |
-ROW |165115 |987 |29935 |
-ROW |165116 |987 |29936 |
-ROW |165117 |987 |29937 |
-ROW |165118 |987 |29938 |
-ROW |165119 |994 |29939 |
-ROW |165120 |993 |29940 |
-ROW |165121 |993 |29941 |
-ROW |165122 |993 |29942 |
-ROW |165123 |993 |29943 |
-ROW |165124 |1030 |29944 |
-ROW |165125 |1029 |29945 |
-ROW |165126 |1029 |29946 |
-ROW |165127 |1029 |29947 |
-ROW |165128 |1029 |29948 |
-ROW |165129 |1055 |29954 |
-ROW |165130 |1054 |29955 |
-ROW |165131 |1054 |29956 |
-ROW |165132 |1054 |29957 |
-ROW |165133 |1054 |29958 |
-ROW |165134 |1060 |29959 |
-ROW |165135 |1059 |29960 |
-ROW |165136 |1059 |29961 |
-ROW |165137 |1059 |29962 |
-ROW |165138 |1059 |29963 |
-ROW |165139 |1070 |29964 |
-ROW |165140 |1069 |29965 |
-ROW |165141 |1069 |29966 |
-ROW |165142 |1069 |29967 |
-ROW |165143 |1069 |29968 |
-ROW |165144 |1079 |29969 |
-ROW |165145 |1078 |29970 |
-ROW |165146 |1078 |29971 |
-ROW |165147 |1078 |29972 |
-ROW |165148 |1078 |29973 |
-ROW |165149 |1095 |29974 |
-ROW |165150 |1094 |29975 |
-ROW |165151 |1094 |29976 |
-ROW |165152 |1094 |29977 |
-ROW |165153 |1094 |29978 |
-ROW |165154 |1102 |29979 |
-ROW |165155 |1101 |29980 |
-ROW |165156 |1101 |29981 |
-ROW |165157 |1101 |29982 |
-ROW |165158 |1101 |29983 |
-ROW |165159 |1127 |29984 |
-ROW |165160 |1126 |29985 |
-ROW |165161 |1126 |29986 |
-ROW |165162 |1126 |29987 |
-ROW |165163 |1126 |29988 |
-ROW |165164 |1136 |29989 |
-ROW |165165 |1135 |29990 |
-ROW |165166 |1135 |29991 |
-ROW |165167 |1135 |29992 |
-ROW |165168 |1135 |29993 |
-ROW |165169 |1270 |30049 |
-ROW |165170 |1270 |30050 |
-ROW |165171 |1270 |30051 |
-ROW |165172 |1270 |30052 |
-ROW |165173 |1270 |30053 |
-ROW |165174 |1270 |30054 |
-ROW |165175 |1271 |30055 |
-ROW |165176 |1271 |30056 |
-ROW |165177 |1413 |32604 |
-ROW |165178 |1413 |32605 |
-ROW |165179 |1413 |32606 |
-ROW |165180 |1413 |32607 |
-ROW |165181 |1413 |32608 |
-ROW |165182 |1413 |32609 |
-ROW |165183 |1414 |32610 |
-ROW |165184 |1414 |32611 |
-ROW |165185 |1421 |32768 |
-ROW |165186 |1421 |32769 |
-ROW |165187 |1421 |32770 |
-ROW |165188 |1421 |32771 |
-ROW |165189 |1421 |32772 |
-ROW |165190 |1421 |32773 |
-ROW |165191 |1422 |32774 |
-ROW |165192 |1422 |32775 |
-ROW |165193 |1283 |30142 |
-ROW |165194 |1286 |30143 |
-ROW |165195 |1292 |30145 |
-ROW |165196 |1295 |30146 |
-ROW |165197 |1284 |30157 |
-ROW |165198 |1284 |30158 |
-ROW |165199 |1284 |30159 |
-ROW |165200 |1287 |30163 |
-ROW |165201 |1287 |30164 |
-ROW |165202 |1287 |30165 |
-ROW |165203 |1293 |30175 |
-ROW |165204 |1293 |30176 |
-ROW |165205 |1293 |30177 |
-ROW |165206 |1296 |30181 |
-ROW |165207 |1296 |30182 |
-ROW |165208 |1296 |30183 |
-ROW |165209 |1419 |32741 |
-ROW |165210 |1420 |32753 |
-ROW |165211 |1221 |22231 |
-ROW |165212 |1221 |22232 |
-ROW |165213 |1221 |23318 |
-ROW |165214 |1222 |29544 |
-ROW |165215 |1223 |29545 |
-ROW |165216 |1223 |29546 |
-ROW |165217 |1224 |29547 |
-ROW |165218 |1225 |10020 |
-ROW |165219 |1225 |10059 |
-ROW |165220 |1226 |22833 |
-ROW |165221 |1226 |22834 |
-ROW |165222 |1228 |22873 |
-ROW |165223 |1228 |22874 |
-ROW |165224 |1230 |22913 |
-ROW |165225 |1230 |22914 |
-ROW |165226 |1232 |22953 |
-ROW |165227 |1232 |22954 |
-ROW |165228 |1234 |22993 |
-ROW |165229 |1234 |22994 |
-ROW |165230 |1236 |23033 |
-ROW |165231 |1236 |23034 |
-ROW |165232 |1238 |23160 |
-ROW |165233 |1238 |23161 |
-ROW |165234 |1225 |23319 |
-ROW |165235 |1226 |23320 |
-ROW |165236 |1228 |23321 |
-ROW |165237 |1230 |23322 |
-ROW |165238 |1232 |23323 |
-ROW |165239 |1234 |23324 |
-ROW |165240 |1236 |23325 |
-ROW |165241 |1238 |23326 |
-ROW |165242 |1161 |29548 |
-ROW |165243 |1227 |29549 |
-ROW |165244 |1229 |29550 |
-ROW |165245 |1231 |29551 |
-ROW |165246 |1233 |29552 |
-ROW |165247 |1235 |29553 |
-ROW |165248 |1237 |29554 |
-ROW |165249 |1219 |29555 |
-ROW |165250 |1241 |29558 |
-ROW |165251 |1242 |29559 |
-ROW |165252 |1241 |29560 |
-ROW |165253 |1269 |29995 |
-ROW |165254 |1192 |29996 |
-ROW |165255 |1269 |29997 |
-ROW |165256 |1240 |23287 |
-ROW |165257 |1240 |23288 |
-ROW |165258 |1240 |23327 |
-ROW |165259 |1171 |29557 |
-ROW |165260 |810 |27203 |
-ROW |165261 |807 |27207 |
-ROW |165262 |806 |27208 |
-ROW |165263 |810 |30086 |
-ROW |165264 |807 |30087 |
-ROW |165265 |807 |30088 |
-ROW |165266 |807 |30089 |
-ROW |165267 |808 |27212 |
-ROW |165268 |809 |27213 |
-ROW |165269 |810 |27214 |
-ROW |165270 |1279 |30091 |
-ROW |165271 |1279 |30092 |
-ROW |165272 |1364 |28305 |
-ROW |165273 |1068 |28323 |
-ROW |165274 |1068 |28324 |
-ROW |165275 |1062 |28325 |
-ROW |165276 |1062 |28326 |
-ROW |165277 |1064 |28327 |
-ROW |165278 |1064 |28328 |
-ROW |165279 |1066 |28329 |
-ROW |165280 |1363 |32307 |
-ROW |165281 |819 |27236 |
-ROW |165282 |819 |27237 |
-ROW |165283 |813 |27238 |
-ROW |165284 |814 |27240 |
-ROW |165285 |815 |30093 |
-ROW |165286 |816 |27246 |
-ROW |165287 |816 |27247 |
-ROW |165288 |817 |27248 |
-ROW |165289 |818 |27249 |
-ROW |165290 |818 |27250 |
-ROW |165291 |826 |27294 |
-ROW |165292 |831 |27295 |
-ROW |165293 |831 |27296 |
-ROW |165294 |835 |27297 |
-ROW |165295 |827 |30094 |
-ROW |165296 |836 |27299 |
-ROW |165297 |838 |27301 |
-ROW |165298 |837 |30095 |
-ROW |165299 |839 |30096 |
-ROW |165300 |829 |27312 |
-ROW |165301 |830 |27313 |
-ROW |165302 |828 |27314 |
-ROW |165303 |828 |27315 |
-ROW |165304 |833 |27316 |
-ROW |165305 |834 |27317 |
-ROW |165306 |832 |27318 |
-ROW |165307 |835 |27319 |
-ROW |165308 |835 |27320 |
-ROW |165309 |1755 |35903 |
-ROW |165310 |1755 |35904 |
-ROW |165311 |1755 |35905 |
-ROW |165312 |1755 |35906 |
-ROW |165313 |1757 |35907 |
-ROW |165314 |1757 |35908 |
-ROW |165315 |1754 |35914 |
-ROW |165316 |1756 |35915 |
-ROW |165317 |1756 |35916 |
-ROW |165318 |1756 |35917 |
-ROW |165319 |1444 |33197 |
-ROW |165320 |1444 |33198 |
-ROW |165321 |1444 |33199 |
-ROW |165322 |1439 |33200 |
-ROW |165323 |1439 |33201 |
-ROW |165324 |1439 |33202 |
-ROW |165325 |1440 |33203 |
-ROW |165326 |1440 |33204 |
-ROW |165327 |1439 |33205 |
-ROW |165328 |1439 |33206 |
-ROW |165329 |1439 |33207 |
-ROW |165330 |1440 |33208 |
-ROW |165331 |1444 |33209 |
-ROW |165332 |1444 |33210 |
-ROW |165333 |1437 |33219 |
-ROW |165334 |1440 |33220 |
-ROW |165335 |1438 |33221 |
-ROW |165336 |1441 |33222 |
-ROW |165337 |1441 |33223 |
-ROW |165338 |1441 |33224 |
-ROW |165339 |1443 |33235 |
-ROW |165340 |1445 |33236 |
-ROW |165341 |1445 |33237 |
-ROW |165342 |1453 |33238 |
-ROW |165343 |1453 |33239 |
-ROW |165344 |1453 |33240 |
-ROW |165345 |1448 |33241 |
-ROW |165346 |1448 |33242 |
-ROW |165347 |1448 |33243 |
-ROW |165348 |1449 |33244 |
-ROW |165349 |1449 |33245 |
-ROW |165350 |1448 |33246 |
-ROW |165351 |1448 |33247 |
-ROW |165352 |1448 |33248 |
-ROW |165353 |1449 |33249 |
-ROW |165354 |1453 |33250 |
-ROW |165355 |1453 |33251 |
-ROW |165356 |1446 |33260 |
-ROW |165357 |1449 |33261 |
-ROW |165358 |1447 |33262 |
-ROW |165359 |1450 |33263 |
-ROW |165360 |1450 |33264 |
-ROW |165361 |1450 |33265 |
-ROW |165362 |1452 |33276 |
-ROW |165363 |1454 |33277 |
-ROW |165364 |1454 |33278 |
-ROW |165365 |1462 |33279 |
-ROW |165366 |1462 |33280 |
-ROW |165367 |1462 |33281 |
-ROW |165368 |1457 |33282 |
-ROW |165369 |1457 |33283 |
-ROW |165370 |1457 |33284 |
-ROW |165371 |1458 |33285 |
-ROW |165372 |1458 |33286 |
-ROW |165373 |1457 |33287 |
-ROW |165374 |1457 |33288 |
-ROW |165375 |1457 |33289 |
-ROW |165376 |1458 |33290 |
-ROW |165377 |1462 |33291 |
-ROW |165378 |1462 |33292 |
-ROW |165379 |1455 |33301 |
-ROW |165380 |1458 |33302 |
-ROW |165381 |1456 |33303 |
-ROW |165382 |1459 |33304 |
-ROW |165383 |1459 |33305 |
-ROW |165384 |1459 |33306 |
-ROW |165385 |1461 |33317 |
-ROW |165386 |1463 |33318 |
-ROW |165387 |1463 |33319 |
-ROW |165388 |1471 |33320 |
-ROW |165389 |1471 |33321 |
-ROW |165390 |1471 |33322 |
-ROW |165391 |1466 |33323 |
-ROW |165392 |1466 |33324 |
-ROW |165393 |1466 |33325 |
-ROW |165394 |1467 |33326 |
-ROW |165395 |1467 |33327 |
-ROW |165396 |1466 |33328 |
-ROW |165397 |1466 |33329 |
-ROW |165398 |1466 |33330 |
-ROW |165399 |1467 |33331 |
-ROW |165400 |1471 |33332 |
-ROW |165401 |1471 |33333 |
-ROW |165402 |1464 |33342 |
-ROW |165403 |1467 |33343 |
-ROW |165404 |1465 |33344 |
-ROW |165405 |1468 |33345 |
-ROW |165406 |1468 |33346 |
-ROW |165407 |1468 |33347 |
-ROW |165408 |1470 |33358 |
-ROW |165409 |1472 |33359 |
-ROW |165410 |1472 |33360 |
-ROW |165411 |1480 |33361 |
-ROW |165412 |1480 |33362 |
-ROW |165413 |1480 |33363 |
-ROW |165414 |1475 |33364 |
-ROW |165415 |1475 |33365 |
-ROW |165416 |1475 |33366 |
-ROW |165417 |1476 |33367 |
-ROW |165418 |1476 |33368 |
-ROW |165419 |1475 |33369 |
-ROW |165420 |1475 |33370 |
-ROW |165421 |1475 |33371 |
-ROW |165422 |1476 |33372 |
-ROW |165423 |1480 |33373 |
-ROW |165424 |1480 |33374 |
-ROW |165425 |1473 |33383 |
-ROW |165426 |1476 |33384 |
-ROW |165427 |1474 |33385 |
-ROW |165428 |1477 |33386 |
-ROW |165429 |1477 |33387 |
-ROW |165430 |1477 |33388 |
-ROW |165431 |1479 |33399 |
-ROW |165432 |1481 |33400 |
-ROW |165433 |1481 |33401 |
-ROW |165434 |851 |27376 |
-ROW |165435 |852 |27378 |
-ROW |165436 |852 |27379 |
-ROW |165437 |852 |30097 |
-ROW |165438 |869 |27380 |
-ROW |165439 |870 |27382 |
-ROW |165440 |870 |27383 |
-ROW |165441 |858 |27385 |
-ROW |165442 |858 |27386 |
-ROW |165443 |1048 |28209 |
-ROW |165444 |1048 |28210 |
-ROW |165445 |858 |30098 |
-ROW |165446 |870 |30099 |
-ROW |165447 |1048 |30100 |
-ROW |165448 |848 |27415 |
-ROW |165449 |848 |27416 |
-ROW |165450 |849 |27417 |
-ROW |165451 |852 |27419 |
-ROW |165452 |853 |27420 |
-ROW |165453 |853 |27421 |
-ROW |165454 |854 |27422 |
-ROW |165455 |855 |27423 |
-ROW |165456 |1056 |28246 |
-ROW |165457 |848 |30101 |
-ROW |165458 |856 |27425 |
-ROW |165459 |856 |27426 |
-ROW |165460 |857 |27427 |
-ROW |165461 |858 |27428 |
-ROW |165462 |859 |27429 |
-ROW |165463 |859 |27430 |
-ROW |165464 |860 |27431 |
-ROW |165465 |861 |27432 |
-ROW |165466 |868 |27443 |
-ROW |165467 |868 |27444 |
-ROW |165468 |870 |27445 |
-ROW |165469 |871 |27446 |
-ROW |165470 |871 |27447 |
-ROW |165471 |872 |27448 |
-ROW |165472 |873 |27449 |
-ROW |165473 |1048 |28208 |
-ROW |165474 |1049 |28215 |
-ROW |165475 |1050 |28216 |
-ROW |165476 |1051 |28217 |
-ROW |165477 |1051 |28218 |
-ROW |165478 |1052 |28220 |
-ROW |165479 |1052 |28222 |
-ROW |165480 |1057 |28247 |
-ROW |165481 |856 |30102 |
-ROW |165482 |868 |30103 |
-ROW |165483 |1052 |30104 |
-ROW |165484 |877 |27478 |
-ROW |165485 |880 |27479 |
-ROW |165486 |881 |27480 |
-ROW |165487 |882 |27481 |
-ROW |165488 |882 |27482 |
-ROW |165489 |882 |27483 |
-ROW |165490 |882 |27484 |
-ROW |165491 |879 |27485 |
-ROW |165492 |878 |30105 |
-ROW |165493 |891 |27508 |
-ROW |165494 |891 |27509 |
-ROW |165495 |891 |27510 |
-ROW |165496 |886 |27511 |
-ROW |165497 |891 |30106 |
-ROW |165498 |888 |27517 |
-ROW |165499 |890 |27518 |
-ROW |165500 |889 |27519 |
-ROW |165501 |887 |30107 |
-ROW |165502 |900 |27543 |
-ROW |165503 |900 |27544 |
-ROW |165504 |900 |27545 |
-ROW |165505 |900 |27546 |
-ROW |165506 |895 |27547 |
-ROW |165507 |897 |27553 |
-ROW |165508 |899 |27554 |
-ROW |165509 |898 |27555 |
-ROW |165510 |896 |30108 |
-ROW |165511 |909 |27579 |
-ROW |165512 |909 |27580 |
-ROW |165513 |909 |27582 |
-ROW |165514 |909 |27583 |
-ROW |165515 |906 |27584 |
-ROW |165516 |906 |27585 |
-ROW |165517 |904 |27586 |
-ROW |165518 |909 |30109 |
-ROW |165519 |905 |27591 |
-ROW |165520 |907 |27593 |
-ROW |165521 |908 |27594 |
-ROW |165522 |908 |27595 |
-ROW |165523 |905 |30110 |
-ROW |165524 |905 |30111 |
-ROW |165525 |1742 |35646 |
-ROW |165526 |1749 |35647 |
-ROW |165527 |1748 |35648 |
-ROW |165528 |1749 |35649 |
-ROW |165529 |1749 |35650 |
-ROW |165530 |1749 |35651 |
-ROW |165531 |1749 |35652 |
-ROW |165532 |1749 |35653 |
-ROW |165533 |1742 |35654 |
-ROW |165534 |1742 |35655 |
-ROW |165535 |1742 |35656 |
-ROW |165536 |1742 |35657 |
-ROW |165537 |1742 |35658 |
-ROW |165538 |1742 |35659 |
-ROW |165539 |1742 |35660 |
-ROW |165540 |1742 |35661 |
-ROW |165541 |1742 |35662 |
-ROW |165542 |1748 |35663 |
-ROW |165543 |1855 |36626 |
-ROW |165544 |1855 |36627 |
-ROW |165545 |1750 |35679 |
-ROW |165546 |1751 |35680 |
-ROW |165547 |1751 |35681 |
-ROW |165548 |1747 |35682 |
-ROW |165549 |1740 |35683 |
-ROW |165550 |1740 |35684 |
-ROW |165551 |1746 |35685 |
-ROW |165552 |1750 |35686 |
-ROW |165553 |1739 |35687 |
-ROW |165554 |1739 |35688 |
-ROW |165555 |1739 |35689 |
-ROW |165556 |1739 |35690 |
-ROW |165557 |1739 |35691 |
-ROW |165558 |1739 |35692 |
-ROW |165559 |1739 |35693 |
-ROW |165560 |1739 |35694 |
-ROW |165561 |1739 |35695 |
-ROW |165562 |1739 |35696 |
-ROW |165563 |1739 |35697 |
-ROW |165564 |1739 |35698 |
-ROW |165565 |1739 |35699 |
-ROW |165566 |1739 |35700 |
-ROW |165567 |1739 |35701 |
-ROW |165568 |1739 |35702 |
-ROW |165569 |1739 |35703 |
-ROW |165570 |1739 |35704 |
-ROW |165571 |1739 |35705 |
-ROW |165572 |1739 |35706 |
-ROW |165573 |1739 |35707 |
-ROW |165574 |1739 |35708 |
-ROW |165575 |1739 |35709 |
-ROW |165576 |1739 |35710 |
-ROW |165577 |1739 |35711 |
-ROW |165578 |1739 |35712 |
-ROW |165579 |1739 |35713 |
-ROW |165580 |1739 |35714 |
-ROW |165581 |1739 |35715 |
-ROW |165582 |1739 |35716 |
-ROW |165583 |1743 |35722 |
-ROW |165584 |1743 |35723 |
-ROW |165585 |1743 |35724 |
-ROW |165586 |1743 |35725 |
-ROW |165587 |1743 |35726 |
-ROW |165588 |1743 |35727 |
-ROW |165589 |1744 |35728 |
-ROW |165590 |1744 |35729 |
-ROW |165591 |1744 |35730 |
-ROW |165592 |1744 |35731 |
-ROW |165593 |919 |27671 |
-ROW |165594 |921 |27672 |
-ROW |165595 |922 |27673 |
-ROW |165596 |923 |27674 |
-ROW |165597 |924 |27675 |
-ROW |165598 |924 |27676 |
-ROW |165599 |924 |27677 |
-ROW |165600 |924 |27678 |
-ROW |165601 |924 |27679 |
-ROW |165602 |920 |30112 |
-ROW |165603 |1036 |28141 |
-ROW |165604 |1036 |28142 |
-ROW |165605 |1031 |28143 |
-ROW |165606 |1033 |28150 |
-ROW |165607 |1032 |28153 |
-ROW |165608 |1034 |28154 |
-ROW |165609 |1035 |28155 |
-ROW |165610 |1033 |28156 |
-ROW |165611 |1036 |28157 |
-ROW |165612 |1036 |28158 |
-ROW |165613 |1032 |30113 |
-ROW |165614 |1032 |30114 |
-ROW |165615 |1032 |30115 |
-ROW |165616 |941 |27748 |
-ROW |165617 |941 |27749 |
-ROW |165618 |941 |27750 |
-ROW |165619 |939 |27751 |
-ROW |165620 |937 |27753 |
-ROW |165621 |941 |27754 |
-ROW |165622 |940 |27755 |
-ROW |165623 |938 |30116 |
-ROW |165624 |948 |27777 |
-ROW |165625 |948 |27778 |
-ROW |165626 |945 |27783 |
-ROW |165627 |945 |27784 |
-ROW |165628 |948 |27785 |
-ROW |165629 |946 |27786 |
-ROW |165630 |947 |27787 |
-ROW |165631 |957 |27812 |
-ROW |165632 |957 |27813 |
-ROW |165633 |951 |27814 |
-ROW |165634 |957 |30117 |
-ROW |165635 |954 |27821 |
-ROW |165636 |956 |27822 |
-ROW |165637 |955 |27823 |
-ROW |165638 |952 |28894 |
-ROW |165639 |953 |30118 |
-ROW |165640 |1486 |33402 |
-ROW |165641 |1486 |33403 |
-ROW |165642 |1486 |33404 |
-ROW |165643 |1483 |33405 |
-ROW |165644 |1483 |33406 |
-ROW |165645 |1482 |33407 |
-ROW |165646 |1483 |33408 |
-ROW |165647 |1483 |33409 |
-ROW |165648 |1483 |33410 |
-ROW |165649 |1483 |33411 |
-ROW |165650 |1486 |33412 |
-ROW |165651 |1486 |33413 |
-ROW |165652 |1044 |28200 |
-ROW |165653 |1044 |28201 |
-ROW |165654 |1045 |28202 |
-ROW |165655 |1045 |28203 |
-ROW |165656 |1047 |28204 |
-ROW |165657 |1047 |28205 |
-ROW |165658 |1046 |28206 |
-ROW |165659 |1484 |33429 |
-ROW |165660 |1484 |33430 |
-ROW |165661 |1484 |33431 |
-ROW |165662 |976 |27893 |
-ROW |165663 |976 |27894 |
-ROW |165664 |976 |27895 |
-ROW |165665 |973 |27898 |
-ROW |165666 |973 |27900 |
-ROW |165667 |976 |30119 |
-ROW |165668 |973 |30120 |
-ROW |165669 |972 |27904 |
-ROW |165670 |974 |27905 |
-ROW |165671 |975 |27906 |
-ROW |165672 |975 |27907 |
-ROW |165673 |975 |27908 |
-ROW |165674 |974 |31790 |
-ROW |165675 |1365 |32308 |
-ROW |165676 |1368 |32309 |
-ROW |165677 |1370 |32310 |
-ROW |165678 |1370 |32311 |
-ROW |165679 |1366 |32312 |
-ROW |165680 |1369 |32313 |
-ROW |165681 |1369 |32314 |
-ROW |165682 |1369 |32315 |
-ROW |165683 |1369 |32316 |
-ROW |165684 |1368 |32317 |
-ROW |165685 |1368 |32318 |
-ROW |165686 |1365 |32319 |
-ROW |165687 |1367 |32320 |
-ROW |165688 |1367 |32321 |
-ROW |165689 |1367 |32322 |
-ROW |165690 |1366 |32323 |
-ROW |165691 |1366 |32324 |
-ROW |165692 |1371 |32325 |
-ROW |165693 |1365 |32326 |
-ROW |165694 |1365 |32327 |
-ROW |165695 |1370 |32328 |
-ROW |165696 |1366 |32330 |
-ROW |165697 |1372 |32331 |
-ROW |165698 |1376 |32332 |
-ROW |165699 |1377 |32333 |
-ROW |165700 |1377 |32334 |
-ROW |165701 |1373 |32335 |
-ROW |165702 |1376 |32336 |
-ROW |165703 |1376 |32337 |
-ROW |165704 |1376 |32338 |
-ROW |165705 |1375 |32339 |
-ROW |165706 |1378 |32340 |
-ROW |165707 |1375 |32341 |
-ROW |165708 |1375 |32342 |
-ROW |165709 |1374 |32343 |
-ROW |165710 |1374 |32344 |
-ROW |165711 |1374 |32345 |
-ROW |165712 |1373 |32346 |
-ROW |165713 |1373 |32347 |
-ROW |165714 |1377 |32348 |
-ROW |165715 |1373 |32350 |
-ROW |165716 |1379 |32351 |
-ROW |165717 |1382 |32352 |
-ROW |165718 |1384 |32353 |
-ROW |165719 |1384 |32354 |
-ROW |165720 |1380 |32355 |
-ROW |165721 |1383 |32356 |
-ROW |165722 |1383 |32357 |
-ROW |165723 |1383 |32358 |
-ROW |165724 |1383 |32359 |
-ROW |165725 |1382 |32360 |
-ROW |165726 |1382 |32361 |
-ROW |165727 |1379 |32362 |
-ROW |165728 |1381 |32363 |
-ROW |165729 |1381 |32364 |
-ROW |165730 |1381 |32365 |
-ROW |165731 |1380 |32366 |
-ROW |165732 |1380 |32367 |
-ROW |165733 |1385 |32368 |
-ROW |165734 |1379 |32369 |
-ROW |165735 |1379 |32370 |
-ROW |165736 |1384 |32371 |
-ROW |165737 |1380 |32373 |
-ROW |165738 |1390 |32374 |
-ROW |165739 |1387 |32375 |
-ROW |165740 |1387 |32376 |
-ROW |165741 |1388 |32377 |
-ROW |165742 |1388 |32378 |
-ROW |165743 |1388 |32379 |
-ROW |165744 |1389 |32380 |
-ROW |165745 |1386 |32382 |
-ROW |165746 |1391 |32383 |
-ROW |165747 |1393 |32384 |
-ROW |165748 |1395 |32385 |
-ROW |165749 |1392 |32386 |
-ROW |165750 |1394 |32387 |
-ROW |165751 |1394 |32388 |
-ROW |165752 |1394 |32389 |
-ROW |165753 |1393 |32390 |
-ROW |165754 |1392 |32391 |
-ROW |165755 |1391 |32392 |
-ROW |165756 |1392 |32393 |
-ROW |165757 |1392 |32394 |
-ROW |165758 |1396 |32395 |
-ROW |165759 |1391 |32396 |
-ROW |165760 |1391 |32397 |
-ROW |165761 |1391 |32398 |
-ROW |165762 |1395 |32399 |
-ROW |165763 |1392 |32401 |
-ROW |165764 |1397 |32402 |
-ROW |165765 |1399 |32403 |
-ROW |165766 |1401 |32404 |
-ROW |165767 |1398 |32405 |
-ROW |165768 |1400 |32406 |
-ROW |165769 |1400 |32407 |
-ROW |165770 |1400 |32408 |
-ROW |165771 |1399 |32409 |
-ROW |165772 |1398 |32410 |
-ROW |165773 |1397 |32411 |
-ROW |165774 |1398 |32412 |
-ROW |165775 |1398 |32413 |
-ROW |165776 |1402 |32414 |
-ROW |165777 |1397 |32415 |
-ROW |165778 |1397 |32416 |
-ROW |165779 |1397 |32417 |
-ROW |165780 |1401 |32418 |
-ROW |165781 |1398 |32420 |
-ROW |165782 |1409 |32421 |
-ROW |165783 |1407 |32422 |
-ROW |165784 |1405 |32423 |
-ROW |165785 |1405 |32424 |
-ROW |165786 |1407 |32425 |
-ROW |165787 |1407 |32426 |
-ROW |165788 |1407 |32427 |
-ROW |165789 |1408 |32428 |
-ROW |165790 |1408 |32429 |
-ROW |165791 |1404 |32436 |
-ROW |165792 |1404 |32437 |
-ROW |165793 |1404 |32438 |
-ROW |165794 |1403 |32439 |
-ROW |165795 |1404 |32440 |
-ROW |165796 |1406 |32441 |
-ROW |165797 |1406 |32442 |
-ROW |165798 |1406 |32443 |
-ROW |165799 |1406 |32444 |
-ROW |165800 |985 |27930 |
-ROW |165801 |985 |27931 |
-ROW |165802 |981 |27935 |
-ROW |165803 |980 |27936 |
-ROW |165804 |985 |30121 |
-ROW |165805 |981 |30122 |
-ROW |165806 |981 |30123 |
-ROW |165807 |982 |27940 |
-ROW |165808 |982 |27941 |
-ROW |165809 |984 |27942 |
-ROW |165810 |983 |27943 |
-ROW |165811 |991 |27967 |
-ROW |165812 |991 |27968 |
-ROW |165813 |991 |27970 |
-ROW |165814 |991 |27971 |
-ROW |165815 |990 |27972 |
-ROW |165816 |990 |27973 |
-ROW |165817 |989 |27975 |
-ROW |165818 |1282 |30124 |
-ROW |165819 |991 |30125 |
-ROW |165820 |990 |30126 |
-ROW |165821 |1280 |30129 |
-ROW |165822 |1281 |30130 |
-ROW |165823 |997 |27997 |
-ROW |165824 |997 |27998 |
-ROW |165825 |997 |27999 |
-ROW |165826 |997 |28000 |
-ROW |165827 |995 |28003 |
-ROW |165828 |996 |30131 |
-ROW |165829 |1003 |28026 |
-ROW |165830 |1003 |28027 |
-ROW |165831 |1001 |28031 |
-ROW |165832 |1002 |30132 |
-ROW |165833 |1002 |30133 |
-ROW |165834 |1002 |30134 |
-ROW |165835 |1002 |30135 |
-ROW |165836 |1002 |30136 |
-ROW |165837 |1761 |35951 |
-ROW |165838 |1758 |35952 |
-ROW |165839 |1758 |35953 |
-ROW |165840 |1758 |35954 |
-ROW |165841 |1758 |35955 |
-ROW |165842 |1758 |35956 |
-ROW |165843 |1758 |35957 |
-ROW |165844 |1758 |35958 |
-ROW |165845 |1761 |35959 |
-ROW |165846 |1761 |35960 |
-ROW |165847 |1762 |35981 |
-ROW |165848 |1760 |35982 |
-ROW |165849 |1768 |35983 |
-ROW |165850 |1764 |35984 |
-ROW |165851 |1763 |35985 |
-ROW |165852 |1764 |35986 |
-ROW |165853 |1764 |35987 |
-ROW |165854 |1764 |35988 |
-ROW |165855 |1764 |35989 |
-ROW |165856 |1764 |35990 |
-ROW |165857 |1764 |35991 |
-ROW |165858 |1768 |35992 |
-ROW |165859 |1765 |35999 |
-ROW |165860 |1769 |36025 |
-ROW |165861 |1767 |36026 |
-ROW |165862 |1775 |36027 |
-ROW |165863 |1772 |36028 |
-ROW |165864 |1770 |36029 |
-ROW |165865 |1772 |36030 |
-ROW |165866 |1772 |36031 |
-ROW |165867 |1772 |36032 |
-ROW |165868 |1772 |36033 |
-ROW |165869 |1772 |36034 |
-ROW |165870 |1772 |36035 |
-ROW |165871 |1775 |36036 |
-ROW |165872 |1771 |36041 |
-ROW |165873 |1776 |36059 |
-ROW |165874 |1774 |36060 |
-ROW |165875 |1783 |36061 |
-ROW |165876 |1779 |36062 |
-ROW |165877 |1779 |36063 |
-ROW |165878 |1779 |36064 |
-ROW |165879 |1779 |36065 |
-ROW |165880 |1779 |36066 |
-ROW |165881 |1783 |36067 |
-ROW |165882 |1778 |36079 |
-ROW |165883 |1791 |36128 |
-ROW |165884 |1787 |36129 |
-ROW |165885 |1787 |36130 |
-ROW |165886 |1787 |36131 |
-ROW |165887 |1787 |36132 |
-ROW |165888 |1787 |36133 |
-ROW |165889 |1791 |36134 |
-ROW |165890 |1786 |36146 |
-ROW |165891 |1797 |36195 |
-ROW |165892 |1794 |36196 |
-ROW |165893 |1794 |36197 |
-ROW |165894 |1794 |36198 |
-ROW |165895 |1794 |36199 |
-ROW |165896 |1794 |36200 |
-ROW |165897 |1794 |36201 |
-ROW |165898 |1794 |36202 |
-ROW |165899 |1797 |36203 |
-ROW |165900 |1797 |36204 |
-ROW |165901 |1793 |36210 |
-ROW |165902 |1798 |36227 |
-ROW |165903 |1796 |36228 |
-ROW |165904 |1802 |36229 |
-ROW |165905 |1800 |36230 |
-ROW |165906 |1799 |36231 |
-ROW |165907 |1800 |36232 |
-ROW |165908 |1800 |36233 |
-ROW |165909 |1800 |36234 |
-ROW |165910 |1800 |36235 |
-ROW |165911 |1800 |36236 |
-ROW |165912 |1800 |36237 |
-ROW |165913 |1802 |36238 |
-ROW |165914 |1808 |36267 |
-ROW |165915 |1804 |36268 |
-ROW |165916 |1803 |36269 |
-ROW |165917 |1804 |36270 |
-ROW |165918 |1804 |36271 |
-ROW |165919 |1804 |36272 |
-ROW |165920 |1804 |36273 |
-ROW |165921 |1804 |36274 |
-ROW |165922 |1804 |36275 |
-ROW |165923 |1808 |36276 |
-ROW |165924 |1805 |36283 |
-ROW |165925 |1809 |36309 |
-ROW |165926 |1807 |36310 |
-ROW |165927 |1815 |36311 |
-ROW |165928 |1811 |36312 |
-ROW |165929 |1810 |36313 |
-ROW |165930 |1811 |36314 |
-ROW |165931 |1811 |36315 |
-ROW |165932 |1811 |36316 |
-ROW |165933 |1811 |36317 |
-ROW |165934 |1811 |36318 |
-ROW |165935 |1811 |36319 |
-ROW |165936 |1815 |36320 |
-ROW |165937 |1812 |36327 |
-ROW |165938 |1816 |36353 |
-ROW |165939 |1814 |36354 |
-ROW |165940 |1822 |36355 |
-ROW |165941 |1819 |36356 |
-ROW |165942 |1817 |36357 |
-ROW |165943 |1819 |36358 |
-ROW |165944 |1819 |36359 |
-ROW |165945 |1819 |36360 |
-ROW |165946 |1819 |36361 |
-ROW |165947 |1819 |36362 |
-ROW |165948 |1819 |36363 |
-ROW |165949 |1822 |36364 |
-ROW |165950 |1818 |36371 |
-ROW |165951 |1823 |36397 |
-ROW |165952 |1821 |36398 |
-ROW |165953 |1829 |36399 |
-ROW |165954 |1826 |36400 |
-ROW |165955 |1824 |36401 |
-ROW |165956 |1826 |36402 |
-ROW |165957 |1826 |36403 |
-ROW |165958 |1826 |36404 |
-ROW |165959 |1826 |36405 |
-ROW |165960 |1826 |36406 |
-ROW |165961 |1826 |36407 |
-ROW |165962 |1829 |36408 |
-ROW |165963 |1825 |36415 |
-ROW |165964 |1830 |36441 |
-ROW |165965 |1828 |36442 |
-ROW |165966 |1837 |36443 |
-ROW |165967 |1833 |36444 |
-ROW |165968 |1831 |36445 |
-ROW |165969 |1833 |36446 |
-ROW |165970 |1833 |36447 |
-ROW |165971 |1833 |36448 |
-ROW |165972 |1834 |36449 |
-ROW |165973 |1833 |36450 |
-ROW |165974 |1833 |36451 |
-ROW |165975 |1833 |36452 |
-ROW |165976 |1837 |36453 |
-ROW |165977 |1832 |36460 |
-ROW |165978 |1838 |36486 |
-ROW |165979 |1836 |36487 |
-ROW |165980 |1845 |36488 |
-ROW |165981 |1841 |36489 |
-ROW |165982 |1839 |36490 |
-ROW |165983 |1841 |36491 |
-ROW |165984 |1841 |36492 |
-ROW |165985 |1841 |36493 |
-ROW |165986 |1842 |36494 |
-ROW |165987 |1841 |36495 |
-ROW |165988 |1841 |36496 |
-ROW |165989 |1841 |36497 |
-ROW |165990 |1845 |36498 |
-ROW |165991 |1840 |36505 |
-ROW |165992 |1846 |36531 |
-ROW |165993 |1844 |36532 |
-ROW |165994 |1853 |36533 |
-ROW |165995 |1849 |36534 |
-ROW |165996 |1847 |36535 |
-ROW |165997 |1849 |36536 |
-ROW |165998 |1849 |36537 |
-ROW |165999 |1849 |36538 |
-ROW |166000 |1849 |36539 |
-ROW |166001 |1849 |36540 |
-ROW |166002 |1849 |36541 |
-ROW |166003 |1853 |36542 |
-ROW |166004 |1848 |36550 |
-ROW |166005 |1850 |36551 |
-ROW |166006 |1854 |36577 |
-ROW |166007 |1852 |36578 |
-ROW |166008 |1142 |29087 |
-ROW |166009 |1142 |29088 |
-ROW |166010 |1142 |29089 |
-ROW |166011 |1142 |29090 |
-ROW |166012 |1142 |29091 |
-ROW |166013 |1142 |29092 |
-ROW |166014 |1142 |29093 |
-ROW |166015 |1142 |29094 |
-ROW |166016 |1142 |29095 |
-ROW |166017 |1142 |29096 |
-ROW |166018 |1142 |29097 |
-ROW |166019 |1142 |29098 |
-ROW |166020 |1142 |29099 |
-ROW |166021 |1142 |29100 |
-ROW |166022 |1142 |29101 |
-ROW |166023 |1142 |29102 |
-ROW |166024 |1144 |29103 |
-ROW |166025 |1144 |29104 |
-ROW |166026 |1144 |29105 |
-ROW |166027 |1144 |29106 |
-ROW |166028 |1144 |29107 |
-ROW |166029 |1144 |29108 |
-ROW |166030 |1151 |29110 |
-ROW |166031 |1148 |29111 |
-ROW |166032 |1148 |29112 |
-ROW |166033 |1148 |29113 |
-ROW |166034 |1148 |29114 |
-ROW |166035 |1148 |29115 |
-ROW |166036 |1148 |29116 |
-ROW |166037 |1148 |29117 |
-ROW |166038 |1148 |29118 |
-ROW |166039 |1148 |29119 |
-ROW |166040 |1150 |29120 |
-ROW |166041 |1149 |29121 |
-ROW |166042 |1149 |29122 |
-ROW |166043 |1149 |29123 |
-ROW |166044 |1152 |29124 |
-ROW |166045 |1152 |29125 |
-ROW |166046 |1152 |29126 |
-ROW |166047 |1152 |29127 |
-ROW |166048 |1152 |29128 |
-ROW |166049 |1152 |29129 |
-ROW |166050 |1152 |29130 |
-ROW |166051 |1152 |29131 |
-ROW |166052 |1152 |29132 |
-ROW |166053 |1152 |29133 |
-ROW |166054 |1152 |29134 |
-ROW |166055 |1152 |29135 |
-ROW |166056 |1152 |29136 |
-ROW |166057 |1152 |29137 |
-ROW |166058 |1152 |29138 |
-ROW |166059 |1152 |29139 |
-ROW |166060 |1154 |29140 |
-ROW |166061 |1154 |29141 |
-ROW |166062 |1154 |29142 |
-ROW |166063 |1154 |29143 |
-ROW |166064 |1154 |29144 |
-ROW |166065 |1154 |29145 |
-ROW |166066 |1161 |29147 |
-ROW |166067 |1158 |29148 |
-ROW |166068 |1158 |29149 |
-ROW |166069 |1158 |29150 |
-ROW |166070 |1158 |29151 |
-ROW |166071 |1158 |29152 |
-ROW |166072 |1158 |29153 |
-ROW |166073 |1158 |29154 |
-ROW |166074 |1158 |29155 |
-ROW |166075 |1158 |29156 |
-ROW |166076 |1160 |29157 |
-ROW |166077 |1159 |29158 |
-ROW |166078 |1159 |29159 |
-ROW |166079 |1159 |29160 |
-ROW |166080 |1162 |29161 |
-ROW |166081 |1162 |29162 |
-ROW |166082 |1162 |29163 |
-ROW |166083 |1162 |29164 |
-ROW |166084 |1162 |29165 |
-ROW |166085 |1162 |29166 |
-ROW |166086 |1162 |29167 |
-ROW |166087 |1162 |29168 |
-ROW |166088 |1162 |29169 |
-ROW |166089 |1162 |29170 |
-ROW |166090 |1162 |29171 |
-ROW |166091 |1162 |29172 |
-ROW |166092 |1162 |29173 |
-ROW |166093 |1162 |29174 |
-ROW |166094 |1162 |29175 |
-ROW |166095 |1162 |29176 |
-ROW |166096 |1164 |29177 |
-ROW |166097 |1164 |29178 |
-ROW |166098 |1164 |29179 |
-ROW |166099 |1164 |29180 |
-ROW |166100 |1164 |29181 |
-ROW |166101 |1164 |29182 |
-ROW |166102 |1171 |29184 |
-ROW |166103 |1168 |29185 |
-ROW |166104 |1168 |29186 |
-ROW |166105 |1168 |29187 |
-ROW |166106 |1168 |29188 |
-ROW |166107 |1168 |29189 |
-ROW |166108 |1168 |29190 |
-ROW |166109 |1168 |29191 |
-ROW |166110 |1168 |29192 |
-ROW |166111 |1168 |29193 |
-ROW |166112 |1170 |29194 |
-ROW |166113 |1169 |29195 |
-ROW |166114 |1169 |29196 |
-ROW |166115 |1169 |29197 |
-ROW |166116 |1142 |29198 |
-ROW |166117 |1144 |31270 |
-ROW |166118 |1152 |29199 |
-ROW |166119 |1154 |31271 |
-ROW |166120 |1162 |29200 |
-ROW |166121 |1164 |31272 |
-ROW |166122 |1146 |31278 |
-ROW |166123 |1156 |31281 |
-ROW |166124 |1166 |31284 |
-ROW |166125 |1146 |31287 |
-ROW |166126 |1146 |31290 |
-ROW |166127 |1156 |31293 |
-ROW |166128 |1156 |31296 |
-ROW |166129 |1166 |31299 |
-ROW |166130 |1166 |31302 |
-ROW |166131 |1173 |29273 |
-ROW |166132 |1173 |29274 |
-ROW |166133 |1173 |29275 |
-ROW |166134 |1173 |29276 |
-ROW |166135 |1173 |29277 |
-ROW |166136 |1173 |29278 |
-ROW |166137 |1173 |29279 |
-ROW |166138 |1173 |29280 |
-ROW |166139 |1173 |29281 |
-ROW |166140 |1173 |29282 |
-ROW |166141 |1173 |29283 |
-ROW |166142 |1173 |29284 |
-ROW |166143 |1173 |29285 |
-ROW |166144 |1173 |29286 |
-ROW |166145 |1173 |29287 |
-ROW |166146 |1173 |29288 |
-ROW |166147 |1175 |29289 |
-ROW |166148 |1175 |29290 |
-ROW |166149 |1175 |29291 |
-ROW |166150 |1175 |29292 |
-ROW |166151 |1175 |29293 |
-ROW |166152 |1175 |29294 |
-ROW |166153 |1182 |29296 |
-ROW |166154 |1179 |29297 |
-ROW |166155 |1179 |29298 |
-ROW |166156 |1179 |29299 |
-ROW |166157 |1179 |29300 |
-ROW |166158 |1179 |29301 |
-ROW |166159 |1179 |29302 |
-ROW |166160 |1179 |29303 |
-ROW |166161 |1179 |29304 |
-ROW |166162 |1179 |29305 |
-ROW |166163 |1181 |29306 |
-ROW |166164 |1180 |29307 |
-ROW |166165 |1180 |29308 |
-ROW |166166 |1180 |29309 |
-ROW |166167 |1183 |29310 |
-ROW |166168 |1183 |29311 |
-ROW |166169 |1183 |29312 |
-ROW |166170 |1183 |29313 |
-ROW |166171 |1183 |29314 |
-ROW |166172 |1183 |29315 |
-ROW |166173 |1183 |29316 |
-ROW |166174 |1183 |29317 |
-ROW |166175 |1183 |29318 |
-ROW |166176 |1183 |29319 |
-ROW |166177 |1183 |29320 |
-ROW |166178 |1183 |29321 |
-ROW |166179 |1183 |29322 |
-ROW |166180 |1183 |29323 |
-ROW |166181 |1183 |29324 |
-ROW |166182 |1183 |29325 |
-ROW |166183 |1185 |29326 |
-ROW |166184 |1185 |29327 |
-ROW |166185 |1185 |29328 |
-ROW |166186 |1185 |29329 |
-ROW |166187 |1185 |29330 |
-ROW |166188 |1185 |29331 |
-ROW |166189 |1192 |29333 |
-ROW |166190 |1189 |29334 |
-ROW |166191 |1189 |29335 |
-ROW |166192 |1189 |29336 |
-ROW |166193 |1189 |29337 |
-ROW |166194 |1189 |29338 |
-ROW |166195 |1189 |29339 |
-ROW |166196 |1189 |29340 |
-ROW |166197 |1189 |29341 |
-ROW |166198 |1189 |29342 |
-ROW |166199 |1191 |29343 |
-ROW |166200 |1190 |29344 |
-ROW |166201 |1190 |29345 |
-ROW |166202 |1190 |29346 |
-ROW |166203 |1173 |29347 |
-ROW |166204 |1175 |31303 |
-ROW |166205 |1183 |29348 |
-ROW |166206 |1185 |31304 |
-ROW |166207 |1177 |31309 |
-ROW |166208 |1187 |31312 |
-ROW |166209 |1177 |31315 |
-ROW |166210 |1177 |31318 |
-ROW |166211 |1187 |31321 |
-ROW |166212 |1187 |31324 |
-ROW |166213 |1201 |29395 |
-ROW |166214 |1196 |29396 |
-ROW |166215 |1196 |29397 |
-ROW |166216 |1194 |29398 |
-ROW |166217 |1193 |29399 |
-ROW |166218 |1196 |29400 |
-ROW |166219 |1196 |29401 |
-ROW |166220 |1196 |29402 |
-ROW |166221 |1196 |29403 |
-ROW |166222 |1194 |29404 |
-ROW |166223 |1193 |29405 |
-ROW |166224 |1193 |29406 |
-ROW |166225 |1193 |29407 |
-ROW |166226 |1193 |29408 |
-ROW |166227 |1193 |29409 |
-ROW |166228 |1193 |29410 |
-ROW |166229 |1193 |29411 |
-ROW |166230 |1193 |29412 |
-ROW |166231 |1193 |29413 |
-ROW |166232 |1194 |29414 |
-ROW |166233 |1197 |29415 |
-ROW |166234 |1193 |29416 |
-ROW |166235 |1193 |29417 |
-ROW |166236 |1193 |29418 |
-ROW |166237 |1193 |29419 |
-ROW |166238 |1193 |29420 |
-ROW |166239 |1199 |29421 |
-ROW |166240 |1195 |29422 |
-ROW |166241 |1194 |29423 |
-ROW |166242 |1194 |29424 |
-ROW |166243 |1194 |29425 |
-ROW |166244 |1193 |29426 |
-ROW |166245 |1193 |29427 |
-ROW |166246 |1195 |29428 |
-ROW |166247 |1201 |29450 |
-ROW |166248 |1201 |29451 |
-ROW |166249 |1128 |28978 |
-ROW |166250 |1128 |28979 |
-ROW |166251 |1128 |28980 |
-ROW |166252 |1128 |28981 |
-ROW |166253 |1128 |28982 |
-ROW |166254 |1128 |28983 |
-ROW |166255 |1128 |28984 |
-ROW |166256 |1128 |28985 |
-ROW |166257 |1128 |28986 |
-ROW |166258 |1130 |28987 |
-ROW |166259 |1130 |28988 |
-ROW |166260 |1130 |28989 |
-ROW |166261 |1130 |28990 |
-ROW |166262 |1130 |28991 |
-ROW |166263 |1130 |28992 |
-ROW |166264 |1132 |28993 |
-ROW |166265 |1132 |28994 |
-ROW |166266 |1132 |28995 |
-ROW |166267 |1132 |28996 |
-ROW |166268 |1132 |28997 |
-ROW |166269 |1132 |28998 |
-ROW |166270 |1132 |28999 |
-ROW |166271 |1132 |29000 |
-ROW |166272 |1132 |29001 |
-ROW |166273 |1134 |29002 |
-ROW |166274 |1134 |29003 |
-ROW |166275 |1134 |29004 |
-ROW |166276 |1134 |29005 |
-ROW |166277 |1134 |29006 |
-ROW |166278 |1134 |29007 |
-ROW |166279 |1130 |29017 |
-ROW |166280 |1130 |29018 |
-ROW |166281 |1130 |29019 |
-ROW |166282 |1130 |29020 |
-ROW |166283 |1130 |29021 |
-ROW |166284 |1130 |29022 |
-ROW |166285 |1130 |29023 |
-ROW |166286 |1130 |29024 |
-ROW |166287 |1130 |29025 |
-ROW |166288 |1130 |29026 |
-ROW |166289 |1134 |29034 |
-ROW |166290 |1134 |29035 |
-ROW |166291 |1134 |29036 |
-ROW |166292 |1134 |29037 |
-ROW |166293 |1134 |29038 |
-ROW |166294 |1134 |29039 |
-ROW |166295 |1134 |29040 |
-ROW |166296 |1134 |29041 |
-ROW |166297 |1134 |29042 |
-ROW |166298 |1134 |29043 |
-ROW |166299 |1130 |29048 |
-ROW |166300 |1134 |29049 |
-ROW |166301 |1202 |29454 |
-ROW |166302 |1202 |29455 |
-ROW |166303 |1202 |29456 |
-ROW |166304 |1202 |29457 |
-ROW |166305 |1202 |29458 |
-ROW |166306 |1202 |29459 |
-ROW |166307 |1203 |29460 |
-ROW |166308 |1203 |29461 |
-ROW |166309 |1203 |29462 |
-ROW |166310 |1203 |29463 |
-ROW |166311 |1203 |29466 |
-ROW |166312 |1203 |29467 |
-ROW |166313 |1203 |29468 |
-ROW |166314 |1203 |29469 |
-ROW |166315 |1203 |29470 |
-ROW |166316 |1209 |29472 |
-ROW |166317 |1207 |29473 |
-ROW |166318 |1207 |29474 |
-ROW |166319 |1207 |29475 |
-ROW |166320 |1207 |29476 |
-ROW |166321 |1207 |29477 |
-ROW |166322 |1208 |29478 |
-ROW |166323 |1202 |30137 |
-ROW |166324 |1202 |31325 |
-ROW |166325 |1203 |31326 |
-ROW |166326 |1203 |31327 |
-ROW |166327 |1211 |36579 |
-ROW |166328 |1212 |29480 |
-ROW |166329 |1212 |29481 |
-ROW |166330 |1212 |29482 |
-ROW |166331 |1212 |29483 |
-ROW |166332 |1212 |29484 |
-ROW |166333 |1212 |29485 |
-ROW |166334 |1213 |29486 |
-ROW |166335 |1213 |29487 |
-ROW |166336 |1213 |29488 |
-ROW |166337 |1213 |29489 |
-ROW |166338 |1213 |29492 |
-ROW |166339 |1213 |29493 |
-ROW |166340 |1213 |29494 |
-ROW |166341 |1213 |29495 |
-ROW |166342 |1213 |29496 |
-ROW |166343 |1219 |29498 |
-ROW |166344 |1217 |29499 |
-ROW |166345 |1217 |29500 |
-ROW |166346 |1217 |29501 |
-ROW |166347 |1217 |29502 |
-ROW |166348 |1217 |29503 |
-ROW |166349 |1218 |29504 |
-ROW |166350 |1212 |30138 |
-ROW |166351 |1212 |31328 |
-ROW |166352 |1213 |31329 |
-ROW |166353 |1213 |31330 |
-ROW |166354 |1216 |36580 |
-ROW |166355 |1203 |31331 |
-ROW |166356 |1213 |31332 |
-ROW |166357 |1310 |30425 |
-ROW |166358 |1311 |30426 |
-ROW |166359 |1243 |29561 |
-ROW |166360 |1243 |29562 |
-ROW |166361 |1243 |29563 |
-ROW |166362 |1243 |29564 |
-ROW |166363 |1243 |29565 |
-ROW |166364 |1243 |29566 |
-ROW |166365 |1244 |29567 |
-ROW |166366 |1244 |29568 |
-ROW |166367 |1244 |29569 |
-ROW |166368 |1244 |29570 |
-ROW |166369 |1244 |29573 |
-ROW |166370 |1244 |29574 |
-ROW |166371 |1244 |29575 |
-ROW |166372 |1244 |29576 |
-ROW |166373 |1244 |29577 |
-ROW |166374 |1250 |29579 |
-ROW |166375 |1248 |29580 |
-ROW |166376 |1248 |29581 |
-ROW |166377 |1248 |29582 |
-ROW |166378 |1248 |29583 |
-ROW |166379 |1248 |29584 |
-ROW |166380 |1249 |29585 |
-ROW |166381 |1243 |30139 |
-ROW |166382 |1243 |31343 |
-ROW |166383 |1244 |31344 |
-ROW |166384 |1244 |31345 |
-ROW |166385 |1252 |36601 |
-ROW |166386 |1253 |29587 |
-ROW |166387 |1253 |29588 |
-ROW |166388 |1253 |29589 |
-ROW |166389 |1253 |29590 |
-ROW |166390 |1253 |29591 |
-ROW |166391 |1253 |29592 |
-ROW |166392 |1254 |29593 |
-ROW |166393 |1254 |29594 |
-ROW |166394 |1254 |29595 |
-ROW |166395 |1254 |29596 |
-ROW |166396 |1254 |29599 |
-ROW |166397 |1254 |29600 |
-ROW |166398 |1254 |29601 |
-ROW |166399 |1254 |29602 |
-ROW |166400 |1254 |29603 |
-ROW |166401 |1242 |29605 |
-ROW |166402 |1258 |29606 |
-ROW |166403 |1258 |29607 |
-ROW |166404 |1258 |29608 |
-ROW |166405 |1258 |29609 |
-ROW |166406 |1258 |29610 |
-ROW |166407 |1259 |29611 |
-ROW |166408 |1253 |30140 |
-ROW |166409 |1253 |31346 |
-ROW |166410 |1254 |31347 |
-ROW |166411 |1254 |31348 |
-ROW |166412 |1257 |36602 |
-ROW |166413 |1244 |31349 |
-ROW |166414 |1254 |31350 |
-ROW |166415 |1312 |30429 |
-ROW |166416 |1313 |30430 |
-ROW |166417 |1493 |33568 |
-ROW |166418 |1493 |33569 |
-ROW |166419 |1493 |33570 |
-ROW |166420 |1492 |33571 |
-ROW |166421 |1492 |33572 |
-ROW |166422 |1492 |33574 |
-ROW |166423 |1492 |33575 |
-ROW |166424 |1492 |33576 |
-ROW |166425 |1492 |33577 |
-ROW |166426 |1492 |33578 |
-ROW |166427 |1493 |33579 |
-ROW |166428 |1493 |33580 |
-ROW |166429 |1493 |33581 |
-ROW |166430 |1493 |33582 |
-ROW |166431 |1493 |33583 |
-ROW |166432 |1493 |33584 |
-ROW |166433 |1493 |33585 |
-ROW |166434 |1493 |33589 |
-ROW |166435 |1493 |33590 |
-ROW |166436 |1493 |33591 |
-ROW |166437 |1493 |33592 |
-ROW |166438 |1493 |33593 |
-ROW |166439 |1493 |33594 |
-ROW |166440 |1493 |33595 |
-ROW |166441 |1492 |34083 |
-ROW |166442 |1493 |33602 |
-ROW |166443 |1493 |33603 |
-ROW |166444 |1493 |33604 |
-ROW |166445 |1493 |33605 |
-ROW |166446 |1493 |33606 |
-ROW |166447 |1492 |33607 |
-ROW |166448 |1493 |33608 |
-ROW |166449 |1493 |33609 |
-ROW |166450 |1493 |33610 |
-ROW |166451 |1493 |33611 |
-ROW |166452 |1493 |33612 |
-ROW |166453 |1493 |33613 |
-ROW |166454 |1493 |33614 |
-ROW |166455 |1493 |33615 |
-ROW |166456 |1493 |33616 |
-ROW |166457 |1493 |33617 |
-ROW |166458 |1493 |33618 |
-ROW |166459 |1495 |33619 |
-ROW |166460 |1495 |33620 |
-ROW |166461 |1495 |33621 |
-ROW |166462 |1494 |33622 |
-ROW |166463 |1494 |33623 |
-ROW |166464 |1494 |33625 |
-ROW |166465 |1494 |33626 |
-ROW |166466 |1494 |33627 |
-ROW |166467 |1494 |33628 |
-ROW |166468 |1494 |33629 |
-ROW |166469 |1495 |33630 |
-ROW |166470 |1495 |33631 |
-ROW |166471 |1495 |33632 |
-ROW |166472 |1495 |33633 |
-ROW |166473 |1495 |33634 |
-ROW |166474 |1495 |33635 |
-ROW |166475 |1495 |33636 |
-ROW |166476 |1495 |33640 |
-ROW |166477 |1495 |33641 |
-ROW |166478 |1495 |33642 |
-ROW |166479 |1495 |33643 |
-ROW |166480 |1495 |33644 |
-ROW |166481 |1495 |33645 |
-ROW |166482 |1495 |33646 |
-ROW |166483 |1494 |34084 |
-ROW |166484 |1495 |33653 |
-ROW |166485 |1495 |33654 |
-ROW |166486 |1495 |33655 |
-ROW |166487 |1495 |33656 |
-ROW |166488 |1495 |33657 |
-ROW |166489 |1494 |33658 |
-ROW |166490 |1495 |33659 |
-ROW |166491 |1495 |33660 |
-ROW |166492 |1495 |33661 |
-ROW |166493 |1495 |33662 |
-ROW |166494 |1495 |33663 |
-ROW |166495 |1495 |33664 |
-ROW |166496 |1495 |33665 |
-ROW |166497 |1495 |33666 |
-ROW |166498 |1495 |33667 |
-ROW |166499 |1495 |33668 |
-ROW |166500 |1495 |33669 |
-ROW |166501 |1497 |33670 |
-ROW |166502 |1497 |33671 |
-ROW |166503 |1497 |33672 |
-ROW |166504 |1496 |33673 |
-ROW |166505 |1496 |33674 |
-ROW |166506 |1496 |33676 |
-ROW |166507 |1496 |33677 |
-ROW |166508 |1496 |33678 |
-ROW |166509 |1496 |33679 |
-ROW |166510 |1496 |33680 |
-ROW |166511 |1497 |33681 |
-ROW |166512 |1497 |33682 |
-ROW |166513 |1497 |33683 |
-ROW |166514 |1497 |33684 |
-ROW |166515 |1497 |33685 |
-ROW |166516 |1497 |33686 |
-ROW |166517 |1497 |33687 |
-ROW |166518 |1497 |33691 |
-ROW |166519 |1497 |33692 |
-ROW |166520 |1497 |33693 |
-ROW |166521 |1497 |33694 |
-ROW |166522 |1497 |33695 |
-ROW |166523 |1497 |33696 |
-ROW |166524 |1497 |33697 |
-ROW |166525 |1496 |34085 |
-ROW |166526 |1497 |33704 |
-ROW |166527 |1497 |33705 |
-ROW |166528 |1497 |33706 |
-ROW |166529 |1497 |33707 |
-ROW |166530 |1497 |33708 |
-ROW |166531 |1496 |33709 |
-ROW |166532 |1497 |33710 |
-ROW |166533 |1497 |33711 |
-ROW |166534 |1497 |33712 |
-ROW |166535 |1497 |33713 |
-ROW |166536 |1497 |33714 |
-ROW |166537 |1497 |33715 |
-ROW |166538 |1497 |33716 |
-ROW |166539 |1497 |33717 |
-ROW |166540 |1497 |33718 |
-ROW |166541 |1497 |33719 |
-ROW |166542 |1497 |33720 |
-ROW |166543 |1499 |33721 |
-ROW |166544 |1499 |33722 |
-ROW |166545 |1499 |33723 |
-ROW |166546 |1498 |33724 |
-ROW |166547 |1498 |33725 |
-ROW |166548 |1498 |33727 |
-ROW |166549 |1498 |33728 |
-ROW |166550 |1498 |33729 |
-ROW |166551 |1498 |33730 |
-ROW |166552 |1498 |33731 |
-ROW |166553 |1499 |33732 |
-ROW |166554 |1499 |33733 |
-ROW |166555 |1499 |33734 |
-ROW |166556 |1499 |33735 |
-ROW |166557 |1499 |33736 |
-ROW |166558 |1499 |33737 |
-ROW |166559 |1499 |33738 |
-ROW |166560 |1499 |33742 |
-ROW |166561 |1499 |33743 |
-ROW |166562 |1499 |33744 |
-ROW |166563 |1499 |33745 |
-ROW |166564 |1499 |33746 |
-ROW |166565 |1499 |33747 |
-ROW |166566 |1499 |33748 |
-ROW |166567 |1498 |34086 |
-ROW |166568 |1499 |33755 |
-ROW |166569 |1499 |33756 |
-ROW |166570 |1499 |33757 |
-ROW |166571 |1499 |33758 |
-ROW |166572 |1499 |33759 |
-ROW |166573 |1498 |33760 |
-ROW |166574 |1499 |33761 |
-ROW |166575 |1499 |33762 |
-ROW |166576 |1499 |33763 |
-ROW |166577 |1499 |33764 |
-ROW |166578 |1499 |33765 |
-ROW |166579 |1499 |33766 |
-ROW |166580 |1499 |33767 |
-ROW |166581 |1499 |33768 |
-ROW |166582 |1499 |33769 |
-ROW |166583 |1499 |33770 |
-ROW |166584 |1499 |33771 |
-ROW |166585 |1501 |33772 |
-ROW |166586 |1501 |33773 |
-ROW |166587 |1501 |33774 |
-ROW |166588 |1500 |33775 |
-ROW |166589 |1500 |33776 |
-ROW |166590 |1500 |33778 |
-ROW |166591 |1500 |33779 |
-ROW |166592 |1500 |33780 |
-ROW |166593 |1500 |33781 |
-ROW |166594 |1500 |33782 |
-ROW |166595 |1501 |33783 |
-ROW |166596 |1501 |33784 |
-ROW |166597 |1501 |33785 |
-ROW |166598 |1501 |33786 |
-ROW |166599 |1501 |33787 |
-ROW |166600 |1501 |33788 |
-ROW |166601 |1501 |33789 |
-ROW |166602 |1501 |33793 |
-ROW |166603 |1501 |33794 |
-ROW |166604 |1501 |33795 |
-ROW |166605 |1501 |33796 |
-ROW |166606 |1501 |33797 |
-ROW |166607 |1501 |33798 |
-ROW |166608 |1501 |33799 |
-ROW |166609 |1500 |34087 |
-ROW |166610 |1501 |33806 |
-ROW |166611 |1501 |33807 |
-ROW |166612 |1501 |33808 |
-ROW |166613 |1501 |33809 |
-ROW |166614 |1501 |33810 |
-ROW |166615 |1500 |33811 |
-ROW |166616 |1501 |33812 |
-ROW |166617 |1501 |33813 |
-ROW |166618 |1501 |33814 |
-ROW |166619 |1501 |33815 |
-ROW |166620 |1501 |33816 |
-ROW |166621 |1501 |33817 |
-ROW |166622 |1501 |33818 |
-ROW |166623 |1501 |33819 |
-ROW |166624 |1501 |33820 |
-ROW |166625 |1501 |33821 |
-ROW |166626 |1501 |33822 |
-ROW |166627 |1503 |33823 |
-ROW |166628 |1503 |33824 |
-ROW |166629 |1503 |33825 |
-ROW |166630 |1502 |33826 |
-ROW |166631 |1502 |33827 |
-ROW |166632 |1502 |33829 |
-ROW |166633 |1502 |33830 |
-ROW |166634 |1502 |33831 |
-ROW |166635 |1502 |33832 |
-ROW |166636 |1502 |33833 |
-ROW |166637 |1503 |33834 |
-ROW |166638 |1503 |33835 |
-ROW |166639 |1503 |33836 |
-ROW |166640 |1503 |33837 |
-ROW |166641 |1503 |33838 |
-ROW |166642 |1503 |33839 |
-ROW |166643 |1503 |33840 |
-ROW |166644 |1503 |33844 |
-ROW |166645 |1503 |33845 |
-ROW |166646 |1503 |33846 |
-ROW |166647 |1503 |33847 |
-ROW |166648 |1503 |33848 |
-ROW |166649 |1503 |33849 |
-ROW |166650 |1503 |33850 |
-ROW |166651 |1502 |34088 |
-ROW |166652 |1503 |33857 |
-ROW |166653 |1503 |33858 |
-ROW |166654 |1503 |33859 |
-ROW |166655 |1503 |33860 |
-ROW |166656 |1503 |33861 |
-ROW |166657 |1502 |33862 |
-ROW |166658 |1503 |33863 |
-ROW |166659 |1503 |33864 |
-ROW |166660 |1503 |33865 |
-ROW |166661 |1503 |33866 |
-ROW |166662 |1503 |33867 |
-ROW |166663 |1503 |33868 |
-ROW |166664 |1503 |33869 |
-ROW |166665 |1503 |33870 |
-ROW |166666 |1503 |33871 |
-ROW |166667 |1503 |33872 |
-ROW |166668 |1503 |33873 |
-ROW |166669 |1505 |33874 |
-ROW |166670 |1505 |33875 |
-ROW |166671 |1505 |33876 |
-ROW |166672 |1504 |33877 |
-ROW |166673 |1504 |33878 |
-ROW |166674 |1504 |33880 |
-ROW |166675 |1504 |33881 |
-ROW |166676 |1504 |33882 |
-ROW |166677 |1504 |33883 |
-ROW |166678 |1504 |33884 |
-ROW |166679 |1505 |33885 |
-ROW |166680 |1505 |33886 |
-ROW |166681 |1505 |33887 |
-ROW |166682 |1505 |33888 |
-ROW |166683 |1505 |33889 |
-ROW |166684 |1505 |33890 |
-ROW |166685 |1505 |33891 |
-ROW |166686 |1505 |33895 |
-ROW |166687 |1505 |33896 |
-ROW |166688 |1505 |33897 |
-ROW |166689 |1505 |33898 |
-ROW |166690 |1505 |33899 |
-ROW |166691 |1505 |33900 |
-ROW |166692 |1505 |33901 |
-ROW |166693 |1504 |34089 |
-ROW |166694 |1505 |33908 |
-ROW |166695 |1505 |33909 |
-ROW |166696 |1505 |33910 |
-ROW |166697 |1505 |33911 |
-ROW |166698 |1505 |33912 |
-ROW |166699 |1504 |33913 |
-ROW |166700 |1505 |33914 |
-ROW |166701 |1505 |33915 |
-ROW |166702 |1505 |33916 |
-ROW |166703 |1505 |33917 |
-ROW |166704 |1505 |33918 |
-ROW |166705 |1505 |33919 |
-ROW |166706 |1505 |33920 |
-ROW |166707 |1505 |33921 |
-ROW |166708 |1505 |33922 |
-ROW |166709 |1505 |33923 |
-ROW |166710 |1505 |33924 |
-ROW |166711 |1489 |33433 |
-ROW |166712 |1489 |33434 |
-ROW |166713 |1488 |33435 |
-ROW |166714 |1488 |33436 |
-ROW |166715 |1488 |33438 |
-ROW |166716 |1488 |33439 |
-ROW |166717 |1488 |33440 |
-ROW |166718 |1488 |33441 |
-ROW |166719 |1488 |33442 |
-ROW |166720 |1489 |33443 |
-ROW |166721 |1489 |33444 |
-ROW |166722 |1489 |33445 |
-ROW |166723 |1489 |33446 |
-ROW |166724 |1489 |33447 |
-ROW |166725 |1489 |33448 |
-ROW |166726 |1489 |33449 |
-ROW |166727 |1489 |33453 |
-ROW |166728 |1489 |33454 |
-ROW |166729 |1489 |33455 |
-ROW |166730 |1489 |33456 |
-ROW |166731 |1489 |33457 |
-ROW |166732 |1489 |33458 |
-ROW |166733 |1489 |33459 |
-ROW |166734 |1489 |33925 |
-ROW |166735 |1488 |34090 |
-ROW |166736 |1489 |33465 |
-ROW |166737 |1489 |33466 |
-ROW |166738 |1489 |33467 |
-ROW |166739 |1489 |33468 |
-ROW |166740 |1489 |33469 |
-ROW |166741 |1488 |33470 |
-ROW |166742 |1489 |33471 |
-ROW |166743 |1489 |33472 |
-ROW |166744 |1489 |33473 |
-ROW |166745 |1489 |33474 |
-ROW |166746 |1489 |33475 |
-ROW |166747 |1489 |33476 |
-ROW |166748 |1489 |33477 |
-ROW |166749 |1489 |33478 |
-ROW |166750 |1489 |33927 |
-ROW |166751 |1489 |33928 |
-ROW |166752 |1489 |33929 |
-ROW |166753 |1507 |33930 |
-ROW |166754 |1507 |33931 |
-ROW |166755 |1507 |33932 |
-ROW |166756 |1506 |33933 |
-ROW |166757 |1506 |33934 |
-ROW |166758 |1506 |33936 |
-ROW |166759 |1506 |33937 |
-ROW |166760 |1506 |33938 |
-ROW |166761 |1506 |33939 |
-ROW |166762 |1506 |33940 |
-ROW |166763 |1507 |33941 |
-ROW |166764 |1507 |33942 |
-ROW |166765 |1507 |33943 |
-ROW |166766 |1507 |33944 |
-ROW |166767 |1507 |33945 |
-ROW |166768 |1507 |33946 |
-ROW |166769 |1507 |33947 |
-ROW |166770 |1507 |33951 |
-ROW |166771 |1507 |33952 |
-ROW |166772 |1507 |33953 |
-ROW |166773 |1507 |33954 |
-ROW |166774 |1507 |33955 |
-ROW |166775 |1507 |33956 |
-ROW |166776 |1507 |33957 |
-ROW |166777 |1506 |34091 |
-ROW |166778 |1507 |33964 |
-ROW |166779 |1507 |33965 |
-ROW |166780 |1507 |33966 |
-ROW |166781 |1507 |33967 |
-ROW |166782 |1507 |33968 |
-ROW |166783 |1506 |33969 |
-ROW |166784 |1507 |33970 |
-ROW |166785 |1507 |33971 |
-ROW |166786 |1507 |33972 |
-ROW |166787 |1507 |33973 |
-ROW |166788 |1507 |33974 |
-ROW |166789 |1507 |33975 |
-ROW |166790 |1507 |33976 |
-ROW |166791 |1507 |33977 |
-ROW |166792 |1507 |33978 |
-ROW |166793 |1507 |33979 |
-ROW |166794 |1507 |33980 |
-ROW |166795 |1509 |33981 |
-ROW |166796 |1509 |33982 |
-ROW |166797 |1509 |33983 |
-ROW |166798 |1508 |33984 |
-ROW |166799 |1508 |33985 |
-ROW |166800 |1508 |33987 |
-ROW |166801 |1508 |33988 |
-ROW |166802 |1508 |33989 |
-ROW |166803 |1508 |33990 |
-ROW |166804 |1508 |33991 |
-ROW |166805 |1509 |33992 |
-ROW |166806 |1509 |33993 |
-ROW |166807 |1509 |33994 |
-ROW |166808 |1509 |33995 |
-ROW |166809 |1509 |33996 |
-ROW |166810 |1509 |33997 |
-ROW |166811 |1509 |33998 |
-ROW |166812 |1509 |34002 |
-ROW |166813 |1509 |34003 |
-ROW |166814 |1509 |34004 |
-ROW |166815 |1509 |34005 |
-ROW |166816 |1509 |34006 |
-ROW |166817 |1509 |34007 |
-ROW |166818 |1509 |34008 |
-ROW |166819 |1508 |34092 |
-ROW |166820 |1509 |34015 |
-ROW |166821 |1509 |34016 |
-ROW |166822 |1509 |34017 |
-ROW |166823 |1509 |34018 |
-ROW |166824 |1509 |34019 |
-ROW |166825 |1508 |34020 |
-ROW |166826 |1509 |34021 |
-ROW |166827 |1509 |34022 |
-ROW |166828 |1509 |34023 |
-ROW |166829 |1509 |34024 |
-ROW |166830 |1509 |34025 |
-ROW |166831 |1509 |34026 |
-ROW |166832 |1509 |34027 |
-ROW |166833 |1509 |34028 |
-ROW |166834 |1509 |34029 |
-ROW |166835 |1509 |34030 |
-ROW |166836 |1509 |34031 |
-ROW |166837 |1511 |34032 |
-ROW |166838 |1511 |34033 |
-ROW |166839 |1511 |34034 |
-ROW |166840 |1510 |34035 |
-ROW |166841 |1510 |34036 |
-ROW |166842 |1510 |34038 |
-ROW |166843 |1510 |34039 |
-ROW |166844 |1510 |34040 |
-ROW |166845 |1510 |34041 |
-ROW |166846 |1510 |34042 |
-ROW |166847 |1511 |34043 |
-ROW |166848 |1511 |34044 |
-ROW |166849 |1511 |34045 |
-ROW |166850 |1511 |34046 |
-ROW |166851 |1511 |34047 |
-ROW |166852 |1511 |34048 |
-ROW |166853 |1511 |34049 |
-ROW |166854 |1511 |34053 |
-ROW |166855 |1511 |34054 |
-ROW |166856 |1511 |34055 |
-ROW |166857 |1511 |34056 |
-ROW |166858 |1511 |34057 |
-ROW |166859 |1511 |34058 |
-ROW |166860 |1511 |34059 |
-ROW |166861 |1510 |34093 |
-ROW |166862 |1511 |34066 |
-ROW |166863 |1511 |34067 |
-ROW |166864 |1511 |34068 |
-ROW |166865 |1511 |34069 |
-ROW |166866 |1511 |34070 |
-ROW |166867 |1510 |34071 |
-ROW |166868 |1511 |34072 |
-ROW |166869 |1511 |34073 |
-ROW |166870 |1511 |34074 |
-ROW |166871 |1511 |34075 |
-ROW |166872 |1511 |34076 |
-ROW |166873 |1511 |34077 |
-ROW |166874 |1511 |34078 |
-ROW |166875 |1511 |34079 |
-ROW |166876 |1511 |34080 |
-ROW |166877 |1511 |34081 |
-ROW |166878 |1511 |34082 |
-ROW |166879 |1424 |32776 |
-ROW |166880 |1424 |32777 |
-ROW |166881 |1424 |32778 |
-ROW |166882 |1424 |32779 |
-ROW |166883 |1491 |33479 |
-ROW |166884 |1490 |33480 |
-ROW |166885 |1491 |33481 |
-ROW |166886 |1491 |33482 |
-ROW |166887 |1491 |33483 |
-ROW |166888 |1491 |33484 |
-ROW |166889 |1491 |33485 |
-ROW |166890 |1491 |33486 |
-ROW |166891 |1491 |33487 |
-ROW |166892 |1490 |33488 |
-ROW |166893 |1490 |33489 |
-ROW |166894 |1491 |33490 |
-ROW |166895 |1490 |33491 |
-ROW |166896 |1491 |33492 |
-ROW |166897 |1490 |33493 |
-ROW |166898 |1490 |33494 |
-ROW |166899 |1490 |33495 |
-ROW |166900 |1491 |33496 |
-ROW |166901 |1491 |33497 |
-ROW |166902 |1491 |33498 |
-ROW |166903 |1491 |33499 |
-ROW |166904 |1490 |33500 |
-ROW |166905 |1490 |33501 |
-ROW |166906 |1491 |33502 |
-ROW |166907 |1491 |33503 |
-ROW |166908 |1490 |33504 |
-ROW |166909 |1490 |33505 |
-ROW |166910 |1490 |33506 |
-ROW |166911 |1490 |33507 |
-ROW |166912 |1490 |33508 |
-ROW |166913 |1490 |33509 |
-ROW |166914 |1491 |33510 |
-ROW |166915 |1491 |33511 |
-ROW |166916 |1490 |33512 |
-ROW |166917 |1491 |33545 |
-ROW |166918 |1491 |33551 |
-ROW |166919 |1491 |33552 |
-ROW |166920 |1491 |33553 |
-ROW |166921 |1491 |33559 |
-ROW |166922 |1491 |33560 |
-ROW |166923 |1491 |33561 |
-ROW |166924 |1491 |33562 |
-ROW |166925 |1416 |32612 |
-ROW |166926 |1416 |32613 |
-ROW |166927 |1416 |32614 |
-ROW |166928 |1416 |32615 |
-ROW |166929 |1325 |30685 |
-ROW |166930 |1616 |34946 |
-ROW |166931 |1616 |34947 |
-ROW |166932 |1616 |34948 |
-ROW |166933 |1616 |34949 |
-ROW |166934 |1616 |34950 |
-ROW |166935 |1621 |34951 |
-ROW |166936 |1616 |34952 |
-ROW |166937 |1621 |34953 |
-ROW |166938 |1614 |34964 |
-ROW |166939 |1614 |34965 |
-ROW |166940 |1614 |34966 |
-ROW |166941 |1615 |34967 |
-ROW |166942 |1619 |34982 |
-ROW |166943 |1619 |34983 |
-ROW |166944 |1619 |34984 |
-ROW |166945 |1619 |34985 |
-ROW |166946 |1619 |34986 |
-ROW |166947 |1620 |34987 |
-ROW |166948 |1622 |34988 |
-ROW |166949 |1622 |34989 |
-ROW |166950 |1622 |34990 |
-ROW |166951 |1622 |34991 |
-ROW |166952 |1622 |34992 |
-ROW |166953 |1617 |34993 |
-ROW |166954 |1617 |34994 |
-ROW |166955 |1621 |34995 |
-ROW |166956 |1623 |34996 |
-ROW |166957 |1623 |34997 |
-ROW |166958 |1623 |34998 |
-ROW |166959 |1277 |30066 |
-ROW |166960 |1277 |30067 |
-ROW |166961 |1277 |30068 |
-ROW |166962 |1277 |30069 |
-ROW |166963 |1277 |30070 |
-ROW |166964 |1276 |30071 |
-ROW |166965 |1271 |30072 |
-ROW |166966 |1274 |30073 |
-ROW |166967 |1274 |30074 |
-ROW |166968 |1273 |30075 |
-ROW |166969 |1275 |30076 |
-ROW |166970 |1275 |30077 |
-ROW |166971 |1275 |30078 |
-ROW |166972 |1275 |30079 |
-ROW |166973 |1278 |30080 |
-ROW |166974 |1278 |30081 |
-ROW |166975 |1278 |30082 |
-ROW |166976 |1272 |30083 |
-ROW |166977 |1272 |30084 |
-ROW |166978 |1272 |30085 |
-ROW |166979 |1635 |35041 |
-ROW |166980 |1635 |35042 |
-ROW |166981 |1636 |35043 |
-ROW |166982 |1636 |35044 |
-ROW |166983 |1636 |35045 |
-ROW |166984 |1635 |35046 |
-ROW |166985 |1635 |35047 |
-ROW |166986 |1635 |35048 |
-ROW |166987 |1639 |35049 |
-ROW |166988 |1636 |35050 |
-ROW |166989 |1639 |35051 |
-ROW |166990 |1635 |35052 |
-ROW |166991 |1639 |35053 |
-ROW |166992 |1633 |35061 |
-ROW |166993 |1633 |35062 |
-ROW |166994 |1633 |35063 |
-ROW |166995 |1634 |35064 |
-ROW |166996 |1634 |35065 |
-ROW |166997 |1637 |35066 |
-ROW |166998 |1637 |35067 |
-ROW |166999 |1637 |35068 |
-ROW |167000 |1637 |35069 |
-ROW |167001 |1637 |35070 |
-ROW |167002 |1637 |35071 |
-ROW |167003 |1638 |35072 |
-ROW |167004 |1640 |35073 |
-ROW |167005 |1640 |35074 |
-ROW |167006 |1641 |35075 |
-ROW |167007 |1641 |35076 |
-ROW |167008 |1641 |35077 |
-ROW |167009 |1641 |35078 |
-ROW |167010 |1641 |35079 |
-ROW |167011 |1641 |35080 |
-ROW |167012 |1653 |35123 |
-ROW |167013 |1653 |35124 |
-ROW |167014 |1654 |35125 |
-ROW |167015 |1654 |35126 |
-ROW |167016 |1654 |35127 |
-ROW |167017 |1653 |35128 |
-ROW |167018 |1653 |35129 |
-ROW |167019 |1653 |35130 |
-ROW |167020 |1657 |35131 |
-ROW |167021 |1654 |35132 |
-ROW |167022 |1657 |35133 |
-ROW |167023 |1653 |35134 |
-ROW |167024 |1657 |35135 |
-ROW |167025 |1651 |35143 |
-ROW |167026 |1651 |35144 |
-ROW |167027 |1651 |35145 |
-ROW |167028 |1652 |35146 |
-ROW |167029 |1652 |35147 |
-ROW |167030 |1655 |35148 |
-ROW |167031 |1655 |35149 |
-ROW |167032 |1655 |35150 |
-ROW |167033 |1655 |35151 |
-ROW |167034 |1655 |35152 |
-ROW |167035 |1655 |35153 |
-ROW |167036 |1656 |35154 |
-ROW |167037 |1658 |35155 |
-ROW |167038 |1658 |35156 |
-ROW |167039 |1659 |35157 |
-ROW |167040 |1659 |35158 |
-ROW |167041 |1659 |35159 |
-ROW |167042 |1659 |35160 |
-ROW |167043 |1659 |35161 |
-ROW |167044 |1659 |35162 |
-ROW |167045 |1671 |35205 |
-ROW |167046 |1671 |35206 |
-ROW |167047 |1672 |35207 |
-ROW |167048 |1672 |35208 |
-ROW |167049 |1672 |35209 |
-ROW |167050 |1671 |35210 |
-ROW |167051 |1671 |35211 |
-ROW |167052 |1671 |35212 |
-ROW |167053 |1675 |35213 |
-ROW |167054 |1672 |35214 |
-ROW |167055 |1675 |35215 |
-ROW |167056 |1671 |35216 |
-ROW |167057 |1675 |35217 |
-ROW |167058 |1669 |35225 |
-ROW |167059 |1669 |35226 |
-ROW |167060 |1669 |35227 |
-ROW |167061 |1670 |35228 |
-ROW |167062 |1670 |35229 |
-ROW |167063 |1673 |35230 |
-ROW |167064 |1673 |35231 |
-ROW |167065 |1673 |35232 |
-ROW |167066 |1673 |35233 |
-ROW |167067 |1673 |35234 |
-ROW |167068 |1673 |35235 |
-ROW |167069 |1674 |35236 |
-ROW |167070 |1676 |35237 |
-ROW |167071 |1676 |35238 |
-ROW |167072 |1677 |35239 |
-ROW |167073 |1677 |35240 |
-ROW |167074 |1677 |35241 |
-ROW |167075 |1677 |35242 |
-ROW |167076 |1677 |35243 |
-ROW |167077 |1677 |35244 |
-ROW |167078 |1689 |35287 |
-ROW |167079 |1689 |35288 |
-ROW |167080 |1690 |35289 |
-ROW |167081 |1690 |35290 |
-ROW |167082 |1690 |35291 |
-ROW |167083 |1689 |35292 |
-ROW |167084 |1689 |35293 |
-ROW |167085 |1689 |35294 |
-ROW |167086 |1693 |35295 |
-ROW |167087 |1690 |35296 |
-ROW |167088 |1693 |35297 |
-ROW |167089 |1689 |35298 |
-ROW |167090 |1693 |35299 |
-ROW |167091 |1687 |35307 |
-ROW |167092 |1687 |35308 |
-ROW |167093 |1687 |35309 |
-ROW |167094 |1688 |35310 |
-ROW |167095 |1688 |35311 |
-ROW |167096 |1691 |35312 |
-ROW |167097 |1691 |35313 |
-ROW |167098 |1691 |35314 |
-ROW |167099 |1691 |35315 |
-ROW |167100 |1691 |35316 |
-ROW |167101 |1691 |35317 |
-ROW |167102 |1692 |35318 |
-ROW |167103 |1694 |35319 |
-ROW |167104 |1694 |35320 |
-ROW |167105 |1695 |35321 |
-ROW |167106 |1695 |35322 |
-ROW |167107 |1695 |35323 |
-ROW |167108 |1695 |35324 |
-ROW |167109 |1695 |35325 |
-ROW |167110 |1695 |35326 |
-ROW |167111 |1070 |28341 |
-ROW |167112 |1073 |28342 |
-ROW |167113 |1073 |28344 |
-ROW |167114 |1073 |28345 |
-ROW |167115 |1073 |30141 |
-ROW |167116 |1076 |28354 |
-ROW |167117 |1076 |28355 |
-ROW |167118 |1076 |28356 |
-ROW |167119 |1076 |28357 |
-ROW |167120 |1075 |28358 |
-ROW |167121 |1072 |28359 |
-ROW |167122 |1072 |28360 |
-ROW |167123 |1074 |28361 |
-ROW |167124 |1074 |28362 |
-ROW |167125 |1074 |28363 |
-ROW |167126 |1074 |28364 |
-ROW |167127 |1074 |28365 |
-ROW |167128 |1074 |28366 |
-ROW |167129 |1074 |28367 |
-ROW |167130 |1077 |28368 |
-ROW |167131 |1077 |28369 |
-ROW |167132 |1077 |28370 |
-ROW |167133 |1077 |28371 |
-ROW |167134 |1077 |28372 |
-ROW |167135 |1077 |28373 |
-ROW |167136 |1071 |28374 |
-ROW |167137 |1071 |28375 |
-ROW |167138 |1071 |28376 |
-ROW |167139 |1698 |35327 |
-ROW |167140 |1698 |35328 |
-ROW |167141 |1699 |35329 |
-ROW |167142 |1699 |35330 |
-ROW |167143 |1698 |35331 |
-ROW |167144 |1698 |35332 |
-ROW |167145 |1698 |35333 |
-ROW |167146 |1704 |35334 |
-ROW |167147 |1703 |35335 |
-ROW |167148 |1703 |35336 |
-ROW |167149 |1698 |35337 |
-ROW |167150 |1703 |35338 |
-ROW |167151 |1696 |35353 |
-ROW |167152 |1696 |35354 |
-ROW |167153 |1696 |35355 |
-ROW |167154 |1696 |35356 |
-ROW |167155 |1697 |35357 |
-ROW |167156 |1700 |35358 |
-ROW |167157 |1701 |35359 |
-ROW |167158 |1701 |35360 |
-ROW |167159 |1701 |35361 |
-ROW |167160 |1701 |35362 |
-ROW |167161 |1701 |35363 |
-ROW |167162 |1701 |35364 |
-ROW |167163 |1702 |35365 |
-ROW |167164 |1704 |35366 |
-ROW |167165 |1704 |35367 |
-ROW |167166 |1704 |35368 |
-ROW |167167 |1704 |35369 |
-ROW |167168 |1704 |35370 |
-ROW |167169 |1704 |35371 |
-ROW |167170 |1704 |35372 |
-ROW |167171 |1704 |35373 |
-ROW |167172 |1704 |35374 |
-ROW |167173 |1704 |35375 |
-ROW |167174 |1704 |35376 |
-ROW |167175 |1704 |35377 |
-ROW |167176 |1704 |35378 |
-ROW |167177 |1704 |35379 |
-ROW |167178 |1704 |35380 |
-ROW |167179 |1705 |35381 |
-ROW |167180 |1705 |35382 |
-ROW |167181 |1705 |35383 |
-ROW |167182 |1708 |35384 |
-ROW |167183 |1708 |35385 |
-ROW |167184 |1709 |35386 |
-ROW |167185 |1709 |35387 |
-ROW |167186 |1708 |35388 |
-ROW |167187 |1708 |35389 |
-ROW |167188 |1708 |35390 |
-ROW |167189 |1714 |35391 |
-ROW |167190 |1713 |35392 |
-ROW |167191 |1713 |35393 |
-ROW |167192 |1708 |35394 |
-ROW |167193 |1713 |35395 |
-ROW |167194 |1706 |35410 |
-ROW |167195 |1706 |35411 |
-ROW |167196 |1706 |35412 |
-ROW |167197 |1706 |35413 |
-ROW |167198 |1707 |35414 |
-ROW |167199 |1710 |35415 |
-ROW |167200 |1711 |35416 |
-ROW |167201 |1711 |35417 |
-ROW |167202 |1711 |35418 |
-ROW |167203 |1711 |35419 |
-ROW |167204 |1711 |35420 |
-ROW |167205 |1711 |35421 |
-ROW |167206 |1712 |35422 |
-ROW |167207 |1714 |35423 |
-ROW |167208 |1714 |35424 |
-ROW |167209 |1714 |35425 |
-ROW |167210 |1714 |35426 |
-ROW |167211 |1714 |35427 |
-ROW |167212 |1714 |35428 |
-ROW |167213 |1714 |35429 |
-ROW |167214 |1714 |35430 |
-ROW |167215 |1714 |35431 |
-ROW |167216 |1714 |35432 |
-ROW |167217 |1714 |35433 |
-ROW |167218 |1714 |35434 |
-ROW |167219 |1714 |35435 |
-ROW |167220 |1714 |35436 |
-ROW |167221 |1714 |35437 |
-ROW |167222 |1715 |35438 |
-ROW |167223 |1715 |35439 |
-ROW |167224 |1715 |35440 |
-ROW |167225 |1718 |35441 |
-ROW |167226 |1718 |35442 |
-ROW |167227 |1719 |35443 |
-ROW |167228 |1719 |35444 |
-ROW |167229 |1718 |35445 |
-ROW |167230 |1718 |35446 |
-ROW |167231 |1718 |35447 |
-ROW |167232 |1724 |35448 |
-ROW |167233 |1723 |35449 |
-ROW |167234 |1723 |35450 |
-ROW |167235 |1718 |35451 |
-ROW |167236 |1723 |35452 |
-ROW |167237 |1716 |35467 |
-ROW |167238 |1716 |35468 |
-ROW |167239 |1716 |35469 |
-ROW |167240 |1716 |35470 |
-ROW |167241 |1717 |35471 |
-ROW |167242 |1720 |35472 |
-ROW |167243 |1721 |35473 |
-ROW |167244 |1721 |35474 |
-ROW |167245 |1721 |35475 |
-ROW |167246 |1721 |35476 |
-ROW |167247 |1721 |35477 |
-ROW |167248 |1721 |35478 |
-ROW |167249 |1722 |35479 |
-ROW |167250 |1724 |35480 |
-ROW |167251 |1724 |35481 |
-ROW |167252 |1724 |35482 |
-ROW |167253 |1724 |35483 |
-ROW |167254 |1724 |35484 |
-ROW |167255 |1724 |35485 |
-ROW |167256 |1724 |35486 |
-ROW |167257 |1724 |35487 |
-ROW |167258 |1724 |35488 |
-ROW |167259 |1724 |35489 |
-ROW |167260 |1724 |35490 |
-ROW |167261 |1724 |35491 |
-ROW |167262 |1724 |35492 |
-ROW |167263 |1724 |35493 |
-ROW |167264 |1724 |35494 |
-ROW |167265 |1725 |35495 |
-ROW |167266 |1725 |35496 |
-ROW |167267 |1725 |35497 |
-ROW |167268 |1728 |35498 |
-ROW |167269 |1728 |35499 |
-ROW |167270 |1729 |35500 |
-ROW |167271 |1729 |35501 |
-ROW |167272 |1728 |35502 |
-ROW |167273 |1728 |35503 |
-ROW |167274 |1728 |35504 |
-ROW |167275 |1734 |35505 |
-ROW |167276 |1733 |35506 |
-ROW |167277 |1733 |35507 |
-ROW |167278 |1728 |35508 |
-ROW |167279 |1733 |35509 |
-ROW |167280 |1726 |35524 |
-ROW |167281 |1726 |35525 |
-ROW |167282 |1726 |35526 |
-ROW |167283 |1726 |35527 |
-ROW |167284 |1727 |35528 |
-ROW |167285 |1730 |35529 |
-ROW |167286 |1731 |35530 |
-ROW |167287 |1731 |35531 |
-ROW |167288 |1731 |35532 |
-ROW |167289 |1731 |35533 |
-ROW |167290 |1731 |35534 |
-ROW |167291 |1731 |35535 |
-ROW |167292 |1732 |35536 |
-ROW |167293 |1734 |35537 |
-ROW |167294 |1734 |35538 |
-ROW |167295 |1734 |35539 |
-ROW |167296 |1734 |35540 |
-ROW |167297 |1734 |35541 |
-ROW |167298 |1734 |35542 |
-ROW |167299 |1734 |35543 |
-ROW |167300 |1734 |35544 |
-ROW |167301 |1734 |35545 |
-ROW |167302 |1734 |35546 |
-ROW |167303 |1734 |35547 |
-ROW |167304 |1734 |35548 |
-ROW |167305 |1734 |35549 |
-ROW |167306 |1734 |35550 |
-ROW |167307 |1734 |35551 |
-ROW |167308 |1735 |35552 |
-ROW |167309 |1735 |35553 |
-ROW |167310 |1735 |35554 |
-ROW |167311 |1085 |28388 |
-ROW |167312 |1082 |28390 |
-ROW |167313 |1082 |28391 |
-ROW |167314 |1079 |29994 |
-ROW |167315 |1085 |28404 |
-ROW |167316 |1085 |28405 |
-ROW |167317 |1085 |28406 |
-ROW |167318 |1085 |28407 |
-ROW |167319 |1085 |28408 |
-ROW |167320 |1085 |28409 |
-ROW |167321 |1084 |28411 |
-ROW |167322 |1081 |28412 |
-ROW |167323 |1080 |28413 |
-ROW |167324 |1080 |28414 |
-ROW |167325 |1080 |28415 |
-ROW |167326 |1080 |28416 |
-ROW |167327 |1083 |28417 |
-ROW |167328 |1083 |28418 |
-ROW |167329 |1083 |28419 |
-ROW |167330 |1083 |28420 |
-ROW |167331 |1083 |28421 |
-ROW |167332 |1083 |28422 |
-ROW |167333 |1086 |28423 |
-ROW |167334 |1086 |28424 |
-ROW |167335 |1086 |28425 |
-ROW |167336 |1085 |32732 |
-ROW |167337 |1085 |32733 |
-ROW |167338 |1085 |32734 |
-ROW |167339 |1085 |32735 |
-ROW |167340 |1085 |32736 |
-ROW |167341 |1085 |32737 |
-ROW |167342 |1085 |32738 |
-ROW |167343 |1085 |32739 |
-ROW |167344 |1085 |32740 |
-ROW |167345 |1095 |28465 |
-ROW |167346 |1097 |28466 |
-ROW |167347 |1097 |28467 |
-ROW |167348 |1100 |28474 |
-ROW |167349 |1100 |28475 |
-ROW |167350 |1100 |28476 |
-ROW |167351 |1099 |28477 |
-ROW |167352 |1096 |28478 |
-ROW |167353 |1096 |28479 |
-ROW |167354 |1098 |28480 |
-ROW |167355 |1098 |28481 |
-ROW |167356 |1104 |28495 |
-ROW |167357 |1103 |28496 |
+ROW |167358 |1116 |28743 |
+ROW |167359 |1116 |28744 |
+ROW |167360 |1116 |28745 |
+ROW |167361 |1116 |28746 |
+ROW |167362 |1116 |28747 |
+ROW |167363 |1116 |28748 |
+ROW |167364 |1117 |30896 |
+ROW |167365 |1116 |30897 |
+ROW |167366 |1116 |30898 |
+ROW |167367 |1116 |30899 |
+ROW |167368 |1116 |30900 |
+ROW |167369 |1116 |30901 |
+ROW |167370 |1116 |30902 |
+ROW |167371 |1116 |30903 |
+ROW |167372 |1116 |30904 |
+ROW |167373 |1116 |30905 |
+ROW |167374 |1116 |30906 |
+ROW |167375 |1116 |30907 |
+ROW |167376 |1116 |30908 |
+ROW |167377 |1116 |30909 |
+ROW |167378 |1116 |30910 |
+ROW |167379 |1116 |30911 |
+ROW |167380 |1116 |30912 |
+ROW |167381 |1116 |30913 |
+ROW |167382 |1116 |30914 |
+ROW |167383 |1116 |30915 |
+ROW |167384 |1116 |30917 |
+ROW |167385 |1116 |30918 |
+ROW |167386 |1116 |30919 |
+ROW |167387 |1116 |30920 |
+ROW |167388 |1116 |30921 |
+ROW |167389 |1116 |30922 |
+ROW |167390 |1119 |28775 |
+ROW |167391 |1118 |28776 |
+ROW |167392 |1118 |28777 |
+ROW |167393 |1118 |28778 |
+ROW |167394 |1118 |28779 |
+ROW |167395 |1118 |28780 |
+ROW |167396 |1118 |28781 |
+ROW |167397 |1118 |28782 |
+ROW |167398 |1118 |28783 |
+ROW |167399 |1118 |28784 |
+ROW |167400 |1118 |28785 |
+ROW |167401 |1118 |28786 |
+ROW |167402 |1118 |28787 |
+ROW |167403 |1118 |28788 |
+ROW |167404 |1118 |28789 |
+ROW |167405 |1118 |28790 |
+ROW |167406 |1118 |28791 |
+ROW |167407 |1118 |28792 |
+ROW |167408 |1118 |28793 |
+ROW |167409 |1118 |28794 |
+ROW |167410 |1118 |28795 |
+ROW |167411 |1118 |28796 |
+ROW |167412 |1118 |28798 |
+ROW |167413 |1118 |28799 |
+ROW |167414 |1118 |28800 |
+ROW |167415 |1118 |28801 |
+ROW |167416 |1118 |28802 |
+ROW |167417 |1118 |28803 |
+ROW |167418 |1349 |31800 |
+ROW |167419 |1349 |31801 |
+ROW |167420 |1349 |31802 |
+ROW |167421 |1348 |31803 |
+ROW |167422 |1349 |31804 |
+ROW |167423 |1348 |31805 |
+ROW |167424 |1348 |31806 |
+ROW |167425 |1348 |31807 |
+ROW |167426 |1348 |31808 |
+ROW |167427 |1348 |31809 |
+ROW |167428 |1348 |31810 |
+ROW |167429 |1348 |31811 |
+ROW |167430 |1348 |31812 |
+ROW |167431 |1348 |31813 |
+ROW |167432 |1348 |31814 |
+ROW |167433 |1348 |31815 |
+ROW |167434 |1348 |31816 |
+ROW |167435 |1348 |31817 |
+ROW |167436 |1348 |31818 |
+ROW |167437 |1348 |31819 |
+ROW |167438 |1348 |31820 |
+ROW |167439 |1348 |31821 |
+ROW |167440 |1348 |31822 |
+ROW |167441 |1348 |31823 |
+ROW |167442 |1348 |31824 |
+ROW |167443 |1348 |31825 |
+ROW |167444 |1348 |31826 |
+ROW |167445 |1348 |31827 |
+ROW |167446 |1348 |31828 |
+ROW |167447 |1348 |31829 |
+ROW |167448 |1348 |31830 |
+ROW |167449 |1348 |31831 |
+ROW |167450 |1348 |31832 |
+ROW |167451 |1348 |31833 |
+ROW |167452 |1348 |31834 |
+ROW |167453 |1348 |31835 |
+ROW |167454 |1348 |31836 |
+ROW |167455 |1348 |31837 |
+ROW |167456 |1348 |31838 |
+ROW |167457 |1348 |31839 |
+ROW |167458 |1348 |31840 |
+ROW |167459 |1348 |31841 |
+ROW |167460 |1348 |31842 |
+ROW |167461 |1348 |31843 |
+ROW |167462 |1348 |31844 |
+ROW |167463 |1348 |31845 |
+ROW |167464 |1348 |31846 |
+ROW |167465 |1348 |31847 |
+ROW |167466 |1348 |31848 |
+ROW |167467 |1348 |31849 |
+ROW |167468 |1348 |31850 |
+ROW |167469 |1753 |35772 |
+ROW |167470 |1752 |35773 |
+ROW |167471 |1752 |35774 |
+ROW |167472 |1752 |35775 |
+ROW |167473 |1752 |35776 |
+ROW |167474 |1752 |35777 |
+ROW |167475 |1752 |35778 |
+ROW |167476 |1752 |35779 |
+ROW |167477 |1752 |35780 |
+ROW |167478 |1752 |35781 |
+ROW |167479 |1752 |35782 |
+ROW |167480 |1752 |35783 |
+ROW |167481 |1752 |35784 |
+ROW |167482 |1319 |30527 |
+ROW |167483 |1319 |30528 |
+ROW |167484 |1319 |30529 |
+ROW |167485 |1318 |30530 |
+ROW |167486 |1319 |30531 |
+ROW |167487 |1318 |30532 |
+ROW |167488 |1318 |30533 |
+ROW |167489 |1318 |30534 |
+ROW |167490 |1318 |30535 |
+ROW |167491 |1318 |30536 |
+ROW |167492 |1318 |30537 |
+ROW |167493 |1318 |30538 |
+ROW |167494 |1318 |30539 |
+ROW |167495 |1318 |30540 |
+ROW |167496 |1318 |30541 |
+ROW |167497 |1318 |30542 |
+ROW |167498 |1318 |30543 |
+ROW |167499 |1318 |30544 |
+ROW |167500 |1318 |30545 |
+ROW |167501 |1318 |30546 |
+ROW |167502 |1318 |30547 |
+ROW |167503 |1318 |30548 |
+ROW |167504 |1318 |30549 |
+ROW |167505 |1318 |30550 |
+ROW |167506 |1318 |30551 |
+ROW |167507 |1318 |30552 |
+ROW |167508 |1318 |30553 |
+ROW |167509 |1318 |30554 |
+ROW |167510 |1318 |30555 |
+ROW |167511 |1318 |30556 |
+ROW |167512 |1318 |30557 |
+ROW |167513 |1318 |30558 |
+ROW |167514 |1318 |30559 |
+ROW |167515 |1318 |30560 |
+ROW |167516 |1318 |30561 |
+ROW |167517 |1318 |30562 |
+ROW |167518 |1318 |30563 |
+ROW |167519 |1318 |30564 |
+ROW |167520 |1318 |30565 |
+ROW |167521 |1318 |30566 |
+ROW |167522 |1318 |30567 |
+ROW |167523 |1318 |30568 |
+ROW |167524 |1318 |30569 |
+ROW |167525 |1318 |30570 |
+ROW |167526 |1326 |30690 |
+ROW |167527 |1327 |30691 |
+ROW |167528 |1326 |30692 |
+ROW |167529 |1327 |30693 |
+ROW |167530 |1327 |30694 |
+ROW |167531 |1326 |30695 |
+ROW |167532 |1326 |30697 |
+ROW |167533 |1326 |30698 |
+ROW |167534 |1326 |30699 |
+ROW |167535 |1326 |30700 |
+ROW |167536 |1326 |30701 |
+ROW |167537 |1326 |30702 |
+ROW |167538 |1326 |30703 |
+ROW |167539 |1326 |30704 |
+ROW |167540 |1326 |30705 |
+ROW |167541 |1326 |30706 |
+ROW |167542 |1326 |30707 |
+ROW |167543 |1326 |30708 |
+ROW |167544 |1326 |30709 |
+ROW |167545 |1326 |30710 |
+ROW |167546 |1326 |30711 |
+ROW |167547 |1326 |30712 |
+ROW |167548 |1326 |37005 |
+ROW |167549 |1327 |30719 |
+ROW |167550 |1327 |30739 |
+ROW |167551 |1327 |30743 |
+ROW |167552 |1327 |30744 |
+ROW |167553 |1327 |30746 |
+ROW |167554 |1327 |30747 |
+ROW |167555 |1327 |30754 |
+ROW |167556 |1327 |30756 |
+ROW |167557 |1331 |30923 |
+ROW |167558 |1331 |30924 |
+ROW |167559 |1332 |30925 |
+ROW |167560 |1332 |30926 |
+ROW |167561 |1331 |30927 |
+ROW |167562 |1331 |30928 |
+ROW |167563 |1331 |30929 |
+ROW |167564 |1331 |30930 |
+ROW |167565 |1331 |30931 |
+ROW |167566 |1331 |30932 |
+ROW |167567 |1331 |30933 |
+ROW |167568 |1331 |30934 |
+ROW |167569 |1331 |30935 |
+ROW |167570 |1331 |30936 |
+ROW |167571 |1331 |30937 |
+ROW |167572 |1331 |30938 |
+ROW |167573 |1331 |30939 |
+ROW |167574 |1331 |30940 |
+ROW |167575 |1331 |30941 |
+ROW |167576 |1331 |30942 |
+ROW |167577 |1331 |30943 |
+ROW |167578 |1331 |30944 |
+ROW |167579 |1331 |30945 |
+ROW |167580 |1331 |30946 |
+ROW |167581 |1331 |30947 |
+ROW |167582 |1331 |30948 |
+ROW |167583 |1331 |30949 |
+ROW |167584 |1331 |30950 |
+ROW |167585 |1331 |30951 |
+ROW |167586 |1331 |30952 |
+ROW |167587 |1331 |30953 |
+ROW |167588 |1331 |30954 |
+ROW |167589 |1331 |30955 |
+ROW |167590 |1331 |30956 |
+ROW |167591 |1331 |30957 |
+ROW |167592 |1331 |30958 |
+ROW |167593 |1331 |30959 |
+ROW |167594 |1331 |30960 |
+ROW |167595 |1331 |30963 |
+ROW |167596 |1411 |32486 |
+ROW |167597 |1411 |32487 |
+ROW |167598 |1411 |32488 |
+ROW |167599 |1411 |32489 |
+ROW |167600 |1411 |32490 |
+ROW |167601 |1411 |32491 |
+ROW |167602 |1411 |32492 |
+ROW |167603 |1411 |32493 |
+ROW |167604 |1411 |32494 |
+ROW |167605 |1411 |32498 |
+ROW |167606 |1411 |32499 |
+ROW |167607 |1411 |32500 |
+ROW |167608 |1412 |32516 |
+ROW |167609 |1412 |32517 |
+ROW |167610 |1412 |32518 |
+ROW |167611 |1412 |32519 |
+ROW |167612 |1412 |32520 |
+ROW |167613 |1412 |32521 |
+ROW |167614 |1412 |32522 |
+ROW |167615 |1412 |32523 |
+ROW |167616 |1412 |32524 |
+ROW |167617 |1412 |32528 |
+ROW |167618 |1412 |32529 |
+ROW |167619 |1412 |32530 |
+ROW |167620 |1341 |31499 |
+ROW |167621 |1341 |31516 |
+ROW |167622 |1341 |31517 |
+ROW |167623 |1341 |31518 |
+ROW |167624 |1341 |31519 |
+ROW |167625 |1341 |31520 |
+ROW |167626 |1341 |31521 |
+ROW |167627 |1341 |31522 |
+ROW |167628 |1341 |31523 |
+ROW |167629 |1341 |31524 |
+ROW |167630 |1341 |31527 |
+ROW |167631 |1341 |31529 |
+ROW |167632 |1341 |31530 |
+ROW |167633 |1341 |31531 |
+ROW |167634 |1341 |31544 |
+ROW |167635 |1341 |31545 |
+ROW |167636 |1341 |31546 |
+ROW |167637 |1341 |31547 |
+ROW |167638 |1341 |31548 |
+ROW |167639 |1341 |31549 |
+ROW |167640 |1341 |31550 |
+ROW |167641 |1341 |31553 |
+ROW |167642 |1341 |37110 |
+ROW |167643 |1341 |37111 |
+ROW |167644 |1341 |37112 |
+ROW |167645 |1341 |37113 |
+ROW |167646 |1341 |37114 |
+ROW |167647 |1358 |32012 |
+ROW |167648 |1358 |32013 |
+ROW |167649 |1357 |32014 |
+ROW |167650 |1357 |32015 |
+ROW |167651 |1357 |32016 |
+ROW |167652 |1358 |32017 |
+ROW |167653 |1357 |32018 |
+ROW |167654 |1358 |32019 |
+ROW |167655 |1357 |32020 |
+ROW |167656 |1357 |32021 |
+ROW |167657 |1357 |32022 |
+ROW |167658 |1357 |32023 |
+ROW |167659 |1357 |32024 |
+ROW |167660 |1357 |32025 |
+ROW |167661 |1357 |32026 |
+ROW |167662 |1357 |32027 |
+ROW |167663 |1357 |32028 |
+ROW |167664 |1357 |32029 |
+ROW |167665 |1357 |32030 |
+ROW |167666 |1357 |32031 |
+ROW |167667 |1357 |32032 |
+ROW |167668 |1357 |32033 |
+ROW |167669 |1357 |32034 |
+ROW |167670 |1357 |32035 |
+ROW |167671 |1357 |32036 |
+ROW |167672 |1357 |32037 |
+ROW |167673 |1357 |32038 |
+ROW |167674 |1357 |32039 |
+ROW |167675 |1357 |32040 |
+ROW |167676 |1357 |32041 |
+ROW |167677 |1357 |32042 |
+ROW |167678 |1357 |32043 |
+ROW |167679 |1357 |32044 |
+ROW |167680 |1357 |32045 |
+ROW |167681 |1358 |32048 |
+ROW |167682 |1358 |32049 |
+ROW |167683 |1298 |30187 |
+ROW |167684 |1298 |30188 |
+ROW |167685 |1299 |30189 |
+ROW |167686 |1299 |30190 |
+ROW |167687 |1298 |30191 |
+ROW |167688 |1298 |30192 |
+ROW |167689 |1299 |35785 |
+ROW |167690 |1301 |30230 |
+ROW |167691 |1301 |30231 |
+ROW |167692 |1300 |30789 |
+ROW |167693 |1300 |30790 |
+ROW |167694 |1300 |30234 |
+ROW |167695 |1300 |30235 |
+ROW |167696 |1301 |35844 |
+ROW |167697 |1333 |30968 |
+ROW |167698 |1333 |30969 |
+ROW |167699 |1333 |30970 |
+ROW |167700 |1333 |30971 |
+ROW |167701 |1333 |30972 |
+ROW |167702 |1333 |30973 |
+ROW |167703 |1333 |30974 |
+ROW |167704 |1333 |30975 |
+ROW |167705 |1333 |30976 |
+ROW |167706 |1333 |30977 |
+ROW |167707 |1333 |30978 |
+ROW |167708 |1333 |30979 |
+ROW |167709 |1333 |30980 |
+ROW |167710 |1333 |30981 |
+ROW |167711 |1333 |30982 |
+ROW |167712 |1333 |30983 |
+ROW |167713 |1333 |30984 |
+ROW |167714 |1333 |30985 |
+ROW |167715 |1333 |30986 |
+ROW |167716 |1333 |30987 |
+ROW |167717 |1333 |30988 |
+ROW |167718 |1333 |30989 |
+ROW |167719 |1333 |30990 |
+ROW |167720 |1333 |30991 |
+ROW |167721 |1333 |30992 |
+ROW |167722 |1333 |30993 |
+ROW |167723 |1333 |30994 |
+ROW |167724 |1333 |30995 |
+ROW |167725 |1333 |30996 |
+ROW |167726 |1333 |30997 |
+ROW |167727 |1333 |30998 |
+ROW |167728 |1333 |30999 |
+ROW |167729 |1333 |31000 |
+ROW |167730 |1333 |31001 |
+ROW |167731 |1333 |31002 |
+ROW |167732 |1333 |31003 |
+ROW |167733 |1333 |31004 |
+ROW |167734 |1334 |31010 |
+ROW |167735 |1334 |31011 |
+ROW |167736 |1334 |31012 |
+ROW |167737 |1334 |31013 |
+ROW |167738 |1334 |31014 |
+ROW |167739 |1334 |31015 |
+ROW |167740 |1334 |31016 |
+ROW |167741 |1334 |31017 |
+ROW |167742 |1334 |31018 |
+ROW |167743 |1334 |31019 |
+ROW |167744 |1334 |31020 |
+ROW |167745 |1334 |31021 |
+ROW |167746 |1334 |31022 |
+ROW |167747 |1334 |31023 |
+ROW |167748 |1334 |31024 |
+ROW |167749 |1334 |31025 |
+ROW |167750 |1334 |31026 |
+ROW |167751 |1334 |31027 |
+ROW |167752 |1334 |31028 |
+ROW |167753 |1334 |31029 |
+ROW |167754 |1334 |31030 |
+ROW |167755 |1334 |31031 |
+ROW |167756 |1334 |31032 |
+ROW |167757 |1334 |31033 |
+ROW |167758 |1334 |31034 |
+ROW |167759 |1334 |31035 |
+ROW |167760 |1334 |31036 |
+ROW |167761 |1334 |31037 |
+ROW |167762 |1334 |31038 |
+ROW |167763 |1334 |31039 |
+ROW |167764 |1334 |31040 |
+ROW |167765 |1334 |31041 |
+ROW |167766 |1334 |31042 |
+ROW |167767 |1334 |31043 |
+ROW |167768 |1334 |31044 |
+ROW |167769 |1334 |31045 |
+ROW |167770 |1334 |31046 |
+ROW |167771 |1359 |32071 |
+ROW |167772 |1359 |32072 |
+ROW |167773 |1359 |32073 |
+ROW |167774 |1359 |32074 |
+ROW |167775 |1359 |32075 |
+ROW |167776 |1359 |32076 |
+ROW |167777 |1359 |32077 |
+ROW |167778 |1359 |32078 |
+ROW |167779 |1359 |32079 |
+ROW |167780 |1359 |32080 |
+ROW |167781 |1359 |32081 |
+ROW |167782 |1359 |32082 |
+ROW |167783 |1359 |32083 |
+ROW |167784 |1359 |32084 |
+ROW |167785 |1359 |32085 |
+ROW |167786 |1359 |32086 |
+ROW |167787 |1359 |32087 |
+ROW |167788 |1359 |32088 |
+ROW |167789 |1359 |32089 |
+ROW |167790 |1359 |32090 |
+ROW |167791 |1359 |32091 |
+ROW |167792 |1359 |32092 |
+ROW |167793 |1359 |32093 |
+ROW |167794 |1359 |32094 |
+ROW |167795 |1359 |32095 |
+ROW |167796 |1359 |32096 |
+ROW |167797 |1359 |32097 |
+ROW |167798 |1359 |32098 |
+ROW |167799 |1359 |32099 |
+ROW |167800 |1359 |32100 |
+ROW |167801 |1359 |32101 |
+ROW |167802 |1359 |32102 |
+ROW |167803 |1359 |32103 |
+ROW |167804 |1359 |32104 |
+ROW |167805 |1359 |32105 |
+ROW |167806 |1359 |32106 |
+ROW |167807 |1359 |32107 |
+ROW |167808 |1359 |32108 |
+ROW |167809 |1359 |32109 |
+ROW |167810 |1359 |32110 |
+ROW |167811 |1359 |32111 |
+ROW |167812 |1359 |32112 |
+ROW |167813 |1359 |32113 |
+ROW |167814 |1359 |32114 |
+ROW |167815 |1359 |32115 |
+ROW |167816 |1359 |32116 |
+ROW |167817 |1359 |32117 |
+ROW |167818 |1359 |32118 |
+ROW |167819 |1359 |32119 |
+ROW |167820 |1359 |32120 |
+ROW |167821 |1359 |32121 |
+ROW |167822 |1359 |32122 |
+ROW |167823 |1359 |32123 |
+ROW |167824 |1359 |32124 |
+ROW |167825 |1359 |32125 |
+ROW |167826 |1359 |32126 |
+ROW |167827 |1359 |32127 |
+ROW |167828 |1359 |32128 |
+ROW |167829 |1359 |32129 |
+ROW |167830 |1359 |32130 |
+ROW |167831 |1359 |32131 |
+ROW |167832 |1359 |32132 |
+ROW |167833 |1320 |30611 |
+ROW |167834 |1321 |30612 |
+ROW |167835 |1320 |30613 |
+ROW |167836 |1320 |30614 |
+ROW |167837 |1320 |30615 |
+ROW |167838 |1320 |30616 |
+ROW |167839 |1320 |30617 |
+ROW |167840 |1320 |30618 |
+ROW |167841 |1320 |30619 |
+ROW |167842 |1320 |30620 |
+ROW |167843 |1320 |30621 |
+ROW |167844 |1320 |30622 |
+ROW |167845 |1320 |30623 |
+ROW |167846 |1320 |30624 |
+ROW |167847 |1320 |30625 |
+ROW |167848 |1320 |30626 |
+ROW |167849 |1320 |30627 |
+ROW |167850 |1320 |30628 |
+ROW |167851 |1320 |30629 |
+ROW |167852 |1320 |30630 |
+ROW |167853 |1320 |30631 |
+ROW |167854 |1320 |30632 |
+ROW |167855 |1320 |30633 |
+ROW |167856 |1320 |30634 |
+ROW |167857 |1320 |30635 |
+ROW |167858 |1320 |30636 |
+ROW |167859 |1121 |28804 |
+ROW |167860 |1120 |28805 |
+ROW |167861 |1120 |28806 |
+ROW |167862 |1120 |28807 |
+ROW |167863 |1120 |28808 |
+ROW |167864 |1120 |28809 |
+ROW |167865 |1120 |28810 |
+ROW |167866 |1120 |28811 |
+ROW |167867 |1120 |28812 |
+ROW |167868 |1120 |28813 |
+ROW |167869 |1120 |28814 |
+ROW |167870 |1120 |28815 |
+ROW |167871 |1120 |28816 |
+ROW |167872 |1120 |28817 |
+ROW |167873 |1120 |28818 |
+ROW |167874 |1120 |28819 |
+ROW |167875 |1120 |28820 |
+ROW |167876 |1123 |28821 |
+ROW |167877 |1122 |28822 |
+ROW |167878 |1122 |28823 |
+ROW |167879 |1122 |28824 |
+ROW |167880 |1122 |28825 |
+ROW |167881 |1122 |28826 |
+ROW |167882 |1122 |28827 |
+ROW |167883 |1122 |28828 |
+ROW |167884 |1122 |28829 |
+ROW |167885 |1122 |28830 |
+ROW |167886 |1122 |28831 |
+ROW |167887 |1122 |28832 |
+ROW |167888 |1122 |28833 |
+ROW |167889 |1613 |34835 |
+ROW |167890 |1613 |34836 |
+ROW |167891 |1613 |34837 |
+ROW |167892 |1613 |34838 |
+ROW |167893 |1613 |34839 |
+ROW |167894 |1613 |34840 |
+ROW |167895 |1613 |34841 |
+ROW |167896 |1613 |34842 |
+ROW |167897 |1613 |34843 |
+ROW |167898 |1613 |34844 |
+ROW |167899 |1612 |34845 |
+ROW |167900 |1612 |34846 |
+ROW |167901 |1612 |34847 |
+ROW |167902 |1612 |34848 |
+ROW |167903 |1612 |34849 |
+ROW |167904 |1612 |34850 |
+ROW |167905 |1612 |34851 |
+ROW |167906 |1612 |34852 |
+ROW |167907 |1612 |34853 |
+ROW |167908 |1612 |34854 |
+ROW |167909 |1612 |34855 |
+ROW |167910 |1612 |34856 |
+ROW |167911 |1612 |34857 |
+ROW |167912 |1612 |34858 |
+ROW |167913 |1865 |36802 |
+ROW |167914 |1862 |36803 |
+ROW |167915 |1860 |36804 |
+ROW |167916 |1860 |36805 |
+ROW |167917 |1860 |36806 |
+ROW |167918 |1861 |36807 |
+ROW |167919 |1861 |36808 |
+ROW |167920 |1861 |36809 |
+ROW |167921 |1861 |36810 |
+ROW |167922 |1862 |36811 |
+ROW |167923 |1860 |36812 |
+ROW |167924 |1862 |36813 |
+ROW |167925 |1865 |36814 |
+ROW |167926 |1862 |36815 |
+ROW |167927 |1862 |36816 |
+ROW |167928 |1862 |36817 |
+ROW |167929 |1862 |36818 |
+ROW |167930 |1862 |36819 |
+ROW |167931 |1862 |36820 |
+ROW |167932 |1860 |36821 |
+ROW |167933 |1860 |36822 |
+ROW |167934 |1865 |36823 |
+ROW |167935 |1864 |36824 |
+ROW |167936 |1865 |36825 |
+ROW |167937 |1864 |36826 |
+ROW |167938 |1864 |36827 |
+ROW |167939 |1864 |36828 |
+ROW |167940 |1864 |36829 |
+ROW |167941 |1864 |36830 |
+ROW |167942 |1864 |36831 |
+ROW |167943 |1864 |36832 |
+ROW |167944 |1864 |36833 |
+ROW |167945 |1861 |36834 |
+ROW |167946 |1864 |36835 |
+ROW |167947 |1864 |36836 |
+ROW |167948 |1864 |36837 |
+ROW |167949 |1864 |36838 |
+ROW |167950 |1864 |36839 |
+ROW |167951 |1864 |36840 |
+ROW |167952 |1864 |36841 |
+ROW |167953 |1864 |36842 |
+ROW |167954 |1865 |36843 |
+ROW |167955 |1860 |36848 |
+ROW |167956 |1860 |36849 |
+ROW |167957 |1860 |36850 |
+ROW |167958 |1860 |36851 |
+ROW |167959 |1860 |36852 |
+ROW |167960 |1860 |36853 |
+ROW |167961 |1863 |36854 |
+ROW |167962 |1863 |36855 |
+ROW |167963 |1863 |36856 |
+ROW |167964 |1863 |36857 |
+ROW |167965 |1863 |36858 |
+ROW |167966 |1863 |36859 |
+ROW |167967 |1863 |36860 |
+ROW |167968 |1863 |36861 |
+ROW |167969 |1863 |36862 |
+ROW |167970 |1863 |36863 |
+ROW |167971 |1863 |36864 |
+ROW |167972 |1863 |36865 |
+ROW |167973 |1863 |36866 |
+ROW |167974 |1863 |36867 |
+ROW |167975 |1863 |36868 |
+ROW |167976 |1863 |36869 |
+ROW |167977 |1863 |36870 |
+ROW |167978 |1863 |36871 |
+ROW |167979 |1863 |36872 |
+ROW |167980 |1863 |36873 |
+ROW |167981 |1863 |36874 |
+ROW |167982 |1863 |36875 |
+ROW |167983 |1863 |36876 |
+ROW |167984 |1863 |36877 |
+ROW |167985 |1863 |36878 |
+ROW |167986 |1863 |36879 |
+ROW |167987 |1866 |36880 |
+ROW |167988 |1866 |36881 |
+ROW |167989 |1866 |36882 |
+ROW |167990 |1866 |36883 |
+ROW |167991 |1866 |36884 |
+ROW |167992 |1866 |36885 |
+ROW |167993 |1866 |36886 |
+ROW |167994 |1860 |36887 |
+ROW |167995 |1351 |31868 |
+ROW |167996 |1351 |31869 |
+ROW |167997 |1350 |31870 |
+ROW |167998 |1350 |31871 |
+ROW |167999 |1350 |31872 |
+ROW |168000 |1350 |31873 |
+ROW |168001 |1350 |31874 |
+ROW |168002 |1350 |31875 |
+ROW |168003 |1350 |31876 |
+ROW |168004 |1350 |31877 |
+ROW |168005 |1350 |31878 |
+ROW |168006 |1350 |31879 |
+ROW |168007 |1350 |31880 |
+ROW |168008 |1350 |31881 |
+ROW |168009 |1350 |31882 |
+ROW |168010 |1350 |31883 |
+ROW |168011 |1350 |31884 |
+ROW |168012 |1350 |31885 |
+ROW |168013 |1350 |31886 |
+ROW |168014 |1350 |31887 |
+ROW |168015 |1350 |31888 |
+ROW |168016 |1350 |31889 |
+ROW |168017 |1350 |31890 |
+ROW |168018 |1352 |31891 |
+ROW |168019 |1353 |31892 |
+ROW |168020 |1353 |31893 |
+ROW |168021 |1352 |31894 |
+ROW |168022 |1352 |31895 |
+ROW |168023 |1352 |31896 |
+ROW |168024 |1352 |31897 |
+ROW |168025 |1352 |31898 |
+ROW |168026 |1352 |31899 |
+ROW |168027 |1352 |31900 |
+ROW |168028 |1352 |31901 |
+ROW |168029 |1352 |31902 |
+ROW |168030 |1352 |31903 |
+ROW |168031 |1352 |31904 |
+ROW |168032 |1352 |31905 |
+ROW |168033 |1352 |31906 |
+ROW |168034 |1352 |31907 |
+ROW |168035 |1352 |31908 |
+ROW |168036 |1352 |31909 |
+ROW |168037 |1427 |32836 |
+ROW |168038 |1427 |32837 |
+ROW |168039 |1427 |32838 |
+ROW |168040 |1427 |32839 |
+ROW |168041 |1426 |37006 |
+ROW |168042 |1426 |37007 |
+ROW |168043 |1427 |37008 |
+ROW |168044 |1427 |37009 |
+ROW |168045 |1428 |37010 |
+ROW |168046 |1428 |37011 |
+ROW |168047 |1428 |37012 |
+ROW |168048 |1425 |37013 |
+ROW |168049 |1425 |37014 |
+ROW |168050 |1425 |37015 |
+ROW |168051 |1425 |37016 |
+ROW |168052 |1425 |37017 |
+ROW |168053 |1425 |37018 |
+ROW |168054 |1425 |37019 |
+ROW |168055 |1425 |37020 |
+ROW |168056 |1425 |37021 |
+ROW |168057 |1425 |37022 |
+ROW |168058 |1425 |37023 |
+ROW |168059 |1425 |37024 |
+ROW |168060 |1425 |37025 |
+ROW |168061 |1425 |37026 |
+ROW |168062 |1425 |37027 |
+ROW |168063 |1425 |37028 |
+ROW |168064 |1425 |37029 |
+ROW |168065 |1425 |37030 |
+ROW |168066 |1425 |37031 |
+ROW |168067 |1425 |37032 |
+ROW |168068 |1425 |37033 |
+ROW |168069 |1425 |37034 |
+ROW |168070 |1425 |37035 |
+ROW |168071 |1425 |37036 |
+ROW |168072 |1427 |37037 |
+ROW |168073 |1427 |37038 |
+ROW |168074 |1427 |37039 |
+ROW |168075 |1427 |37040 |
+ROW |168076 |1427 |37041 |
+ROW |168077 |1427 |37042 |
+ROW |168078 |1427 |37043 |
+ROW |168079 |1427 |37044 |
+ROW |168080 |1427 |37045 |
+ROW |168081 |1427 |37046 |
+ROW |168082 |1427 |37047 |
+ROW |168083 |1427 |37048 |
+ROW |168084 |1427 |37049 |
+ROW |168085 |1427 |37050 |
+ROW |168086 |1427 |37051 |
+ROW |168087 |1425 |37057 |
+ROW |168088 |1427 |37058 |
+ROW |168089 |1427 |37059 |
+ROW |168090 |1427 |37060 |
+ROW |168091 |1427 |37061 |
+ROW |168092 |1427 |37062 |
+ROW |168093 |1427 |37063 |
+ROW |168094 |1430 |32925 |
+ROW |168095 |1430 |32926 |
+ROW |168096 |1432 |32928 |
+ROW |168097 |1432 |32929 |
+ROW |168098 |1432 |32930 |
+ROW |168099 |1431 |37098 |
+ROW |168100 |1431 |37099 |
+ROW |168101 |1429 |32932 |
+ROW |168102 |1429 |32933 |
+ROW |168103 |1429 |32934 |
+ROW |168104 |1429 |32935 |
+ROW |168105 |1429 |32936 |
+ROW |168106 |1429 |32937 |
+ROW |168107 |1429 |32938 |
+ROW |168108 |1429 |32939 |
+ROW |168109 |1429 |32940 |
+ROW |168110 |1429 |32941 |
+ROW |168111 |1429 |32942 |
+ROW |168112 |1429 |32943 |
+ROW |168113 |1429 |32944 |
+ROW |168114 |1429 |32945 |
+ROW |168115 |1429 |32946 |
+ROW |168116 |1429 |32947 |
+ROW |168117 |1429 |32948 |
+ROW |168118 |1429 |32949 |
+ROW |168119 |1429 |32950 |
+ROW |168120 |1429 |32951 |
+ROW |168121 |1429 |32952 |
+ROW |168122 |1429 |32953 |
+ROW |168123 |1429 |32954 |
+ROW |168124 |1429 |32955 |
+ROW |168125 |1431 |32956 |
+ROW |168126 |1431 |32957 |
+ROW |168127 |1431 |32958 |
+ROW |168128 |1431 |32959 |
+ROW |168129 |1431 |32960 |
+ROW |168130 |1431 |32961 |
+ROW |168131 |1431 |32962 |
+ROW |168132 |1431 |32963 |
+ROW |168133 |1431 |32964 |
+ROW |168134 |1431 |32965 |
+ROW |168135 |1431 |32966 |
+ROW |168136 |1431 |32967 |
+ROW |168137 |1431 |32968 |
+ROW |168138 |1431 |32969 |
+ROW |168139 |1431 |32970 |
+ROW |168140 |1429 |32976 |
+ROW |168141 |1431 |32977 |
+ROW |168142 |1431 |32978 |
+ROW |168143 |1431 |32979 |
+ROW |168144 |1431 |32980 |
+ROW |168145 |1431 |32981 |
+ROW |168146 |1431 |32982 |
+ROW |168147 |1354 |31910 |
+ROW |168148 |1354 |31911 |
+ROW |168149 |1354 |31912 |
+ROW |168150 |1354 |31913 |
+ROW |168151 |1354 |31914 |
+ROW |168152 |1354 |31915 |
+ROW |168153 |1354 |31916 |
+ROW |168154 |1354 |31917 |
+ROW |168155 |1354 |31918 |
+ROW |168156 |1354 |31919 |
+ROW |168157 |1354 |31920 |
+ROW |168158 |1354 |31921 |
+ROW |168159 |1354 |31922 |
+ROW |168160 |1354 |31923 |
+ROW |168161 |1354 |31924 |
+ROW |168162 |1354 |31925 |
+ROW |168163 |1354 |31926 |
+ROW |168164 |1354 |31927 |
+ROW |168165 |1354 |31928 |
+ROW |168166 |1354 |31929 |
+ROW |168167 |1354 |31930 |
+ROW |168168 |1354 |31931 |
+ROW |168169 |1354 |31932 |
+ROW |168170 |1354 |31933 |
+ROW |168171 |1354 |31934 |
+ROW |168172 |1354 |31935 |
+ROW |168173 |1354 |31936 |
+ROW |168174 |1354 |31937 |
+ROW |168175 |1354 |31938 |
+ROW |168176 |1354 |31939 |
+ROW |168177 |1354 |31940 |
+ROW |168178 |1354 |31941 |
+ROW |168179 |1354 |31942 |
+ROW |168180 |1354 |31943 |
+ROW |168181 |1354 |31944 |
+ROW |168182 |1354 |31945 |
+ROW |168183 |1354 |31946 |
+ROW |168184 |1354 |31947 |
+ROW |168185 |1354 |31948 |
+ROW |168186 |1354 |31949 |
+ROW |168187 |1354 |31950 |
+ROW |168188 |1354 |31951 |
+ROW |168189 |1354 |31952 |
+ROW |168190 |1354 |31953 |
+ROW |168191 |1354 |31954 |
+ROW |168192 |1354 |31955 |
+ROW |168193 |1354 |31956 |
+ROW |168194 |1354 |31957 |
+ROW |168195 |1354 |31958 |
+ROW |168196 |1354 |31959 |
+ROW |168197 |1354 |31960 |
+ROW |168198 |1354 |31961 |
+ROW |168199 |1354 |31962 |
+ROW |168200 |1354 |31963 |
+ROW |168201 |1737 |35560 |
+ROW |168202 |1737 |35561 |
+ROW |168203 |1109 |28511 |
+ROW |168204 |1342 |31554 |
+ROW |168205 |1342 |31555 |
+ROW |168206 |1342 |31556 |
+ROW |168207 |1343 |31557 |
+ROW |168208 |1343 |31558 |
+ROW |168209 |1343 |31559 |
+ROW |168210 |1343 |31560 |
+ROW |168211 |1343 |31561 |
+ROW |168212 |1343 |31562 |
+ROW |168213 |1343 |31563 |
+ROW |168214 |1343 |31564 |
+ROW |168215 |1343 |31565 |
+ROW |168216 |1343 |31566 |
+ROW |168217 |1343 |31567 |
+ROW |168218 |1343 |31568 |
+ROW |168219 |1343 |31569 |
+ROW |168220 |1343 |31570 |
+ROW |168221 |1343 |31571 |
+ROW |168222 |1343 |31572 |
+ROW |168223 |1343 |31573 |
+ROW |168224 |1343 |31574 |
+ROW |168225 |1343 |31575 |
+ROW |168226 |1344 |31576 |
+ROW |168227 |1344 |31577 |
+ROW |168228 |1344 |31578 |
+ROW |168229 |1344 |31579 |
+ROW |168230 |1344 |31580 |
+ROW |168231 |1344 |31582 |
+ROW |168232 |1344 |31583 |
+ROW |168233 |1344 |31584 |
+ROW |168234 |1344 |31585 |
+ROW |168235 |1344 |31586 |
+ROW |168236 |1344 |31587 |
+ROW |168237 |1344 |31588 |
+ROW |168238 |1344 |31589 |
+ROW |168239 |1344 |31590 |
+ROW |168240 |1344 |31591 |
+ROW |168241 |1344 |31592 |
+ROW |168242 |1344 |31593 |
+ROW |168243 |1344 |31594 |
+ROW |168244 |1344 |31595 |
+ROW |168245 |1344 |31596 |
+ROW |168246 |1344 |36888 |
+ROW |168247 |1870 |37100 |
+ROW |168248 |1342 |31605 |
+ROW |168249 |1342 |31606 |
+ROW |168250 |1342 |31607 |
+ROW |168251 |1342 |31608 |
+ROW |168252 |1342 |31609 |
+ROW |168253 |1343 |31610 |
+ROW |168254 |1343 |31611 |
+ROW |168255 |1343 |31612 |
+ROW |168256 |1343 |31613 |
+ROW |168257 |1343 |31614 |
+ROW |168258 |1343 |31615 |
+ROW |168259 |1343 |31616 |
+ROW |168260 |1343 |31617 |
+ROW |168261 |1343 |31618 |
+ROW |168262 |1343 |31619 |
+ROW |168263 |1343 |31620 |
+ROW |168264 |1343 |31621 |
+ROW |168265 |1344 |31622 |
+ROW |168266 |1344 |31623 |
+ROW |168267 |1344 |31624 |
+ROW |168268 |1344 |31625 |
+ROW |168269 |1344 |37102 |
+ROW |168270 |1512 |34094 |
+ROW |168271 |1512 |34095 |
+ROW |168272 |1512 |34096 |
+ROW |168273 |1512 |34097 |
+ROW |168274 |1512 |34098 |
+ROW |168275 |1513 |34106 |
+ROW |168276 |1513 |34107 |
+ROW |168277 |1513 |34108 |
+ROW |168278 |1513 |34109 |
+ROW |168279 |1513 |34110 |
+ROW |168280 |1513 |34111 |
+ROW |168281 |1513 |34112 |
+ROW |168282 |1513 |34113 |
+ROW |168283 |1513 |34114 |
+ROW |168284 |1513 |34115 |
+ROW |168285 |1513 |34116 |
+ROW |168286 |1513 |34117 |
+ROW |168287 |1513 |34118 |
+ROW |168288 |1513 |34119 |
+ROW |168289 |1513 |34120 |
+ROW |168290 |1513 |34121 |
+ROW |168291 |1513 |34122 |
+ROW |168292 |356 |10067 |
+ROW |168293 |356 |10068 |
+ROW |168294 |356 |10069 |
+ROW |168295 |356 |10070 |
+ROW |168296 |356 |10071 |
+ROW |168297 |356 |10072 |
+ROW |168298 |356 |23340 |
+ROW |168299 |356 |23341 |
+ROW |168300 |356 |23342 |
+ROW |168301 |356 |23343 |
+ROW |168302 |356 |23344 |
+ROW |168303 |356 |23345 |
+ROW |168304 |356 |23346 |
+ROW |168305 |356 |23347 |
+ROW |168306 |356 |23348 |
+ROW |168307 |356 |23349 |
+ROW |168308 |356 |23350 |
+ROW |168309 |356 |23351 |
+ROW |168310 |356 |23352 |
+ROW |168311 |356 |23353 |
+ROW |168312 |356 |23354 |
+ROW |168313 |356 |23355 |
+ROW |168314 |356 |23356 |
+ROW |168315 |356 |23357 |
+ROW |168316 |356 |23358 |
+ROW |168317 |356 |23359 |
+ROW |168318 |356 |23360 |
+ROW |168319 |356 |25368 |
+ROW |168320 |356 |25369 |
+ROW |168321 |356 |28250 |
+ROW |168322 |356 |28251 |
+ROW |168323 |356 |28617 |
+ROW |168324 |356 |28618 |
+ROW |168325 |356 |28619 |
+ROW |168326 |356 |36889 |
+ROW |168327 |356 |36890 |
+ROW |168328 |356 |36891 |
+ROW |168329 |356 |36892 |
+ROW |168330 |1867 |36893 |
+ROW |168331 |1111 |36894 |
+ROW |168332 |1111 |36895 |
+ROW |168333 |1111 |36896 |
+ROW |168334 |1111 |36897 |
+ROW |168335 |1111 |36898 |
+ROW |168336 |1111 |36899 |
+ROW |168337 |1111 |36900 |
+ROW |168338 |1111 |36901 |
+ROW |168339 |1111 |36902 |
+ROW |168340 |1111 |36903 |
+ROW |168341 |1111 |36904 |
+ROW |168342 |1111 |36905 |
+ROW |168343 |1111 |36906 |
+ROW |168344 |1111 |36907 |
+ROW |168345 |1111 |36908 |
+ROW |168346 |1111 |36909 |
+ROW |168347 |1111 |36910 |
+ROW |168348 |1111 |36911 |
+ROW |168349 |1111 |36912 |
+ROW |168350 |1111 |36913 |
+ROW |168351 |1111 |36914 |
+ROW |168352 |1111 |36915 |
+ROW |168353 |1111 |36916 |
+ROW |168354 |1111 |36917 |
+ROW |168355 |1111 |36918 |
+ROW |168356 |1111 |36919 |
+ROW |168357 |1111 |36920 |
+ROW |168358 |1111 |36921 |
+ROW |168359 |1111 |36922 |
+ROW |168360 |1111 |36923 |
+ROW |168361 |1111 |36924 |
+ROW |168362 |1111 |36925 |
+ROW |168363 |1111 |36926 |
+ROW |168364 |1111 |36927 |
+ROW |168365 |1111 |36928 |
+ROW |168366 |1111 |36929 |
+ROW |168367 |1111 |36930 |
+ROW |168368 |179 |10061 |
+ROW |168369 |179 |10062 |
+ROW |168370 |179 |10063 |
+ROW |168371 |179 |10064 |
+ROW |168372 |179 |10065 |
+ROW |168373 |179 |10066 |
+ROW |168374 |179 |22183 |
+ROW |168375 |179 |22185 |
+ROW |168376 |179 |22187 |
+ROW |168377 |179 |22189 |
+ROW |168378 |179 |22191 |
+ROW |168379 |179 |22196 |
+ROW |168380 |179 |22199 |
+ROW |168381 |179 |22219 |
+ROW |168382 |179 |22396 |
+ROW |168383 |179 |22399 |
+ROW |168384 |179 |22400 |
+ROW |168385 |179 |22401 |
+ROW |168386 |179 |22402 |
+ROW |168387 |179 |22404 |
+ROW |168388 |179 |22406 |
+ROW |168389 |179 |22408 |
+ROW |168390 |179 |22412 |
+ROW |168391 |179 |22414 |
+ROW |168392 |179 |22416 |
+ROW |168393 |179 |22418 |
+ROW |168394 |179 |22420 |
+ROW |168395 |179 |22422 |
+ROW |168396 |179 |22424 |
+ROW |168397 |179 |22426 |
+ROW |168398 |179 |22430 |
+ROW |168399 |179 |22689 |
+ROW |168400 |179 |23171 |
+ROW |168401 |179 |23251 |
+ROW |168402 |179 |23634 |
+ROW |168403 |179 |23661 |
+ROW |168404 |179 |23663 |
+ROW |168405 |179 |25366 |
+ROW |168406 |179 |25370 |
+ROW |168407 |179 |25665 |
+ROW |168408 |179 |25666 |
+ROW |168409 |179 |28248 |
+ROW |168410 |179 |28533 |
+ROW |168411 |179 |28535 |
+ROW |168412 |179 |28537 |
+ROW |168413 |179 |29822 |
+ROW |168414 |179 |34189 |
+ROW |168415 |345 |10073 |
+ROW |168416 |345 |10074 |
+ROW |168417 |345 |10075 |
+ROW |168418 |345 |10076 |
+ROW |168419 |345 |10077 |
+ROW |168420 |345 |10078 |
+ROW |168421 |345 |23252 |
+ROW |168422 |345 |23253 |
+ROW |168423 |345 |23255 |
+ROW |168424 |345 |23256 |
+ROW |168425 |345 |23257 |
+ROW |168426 |345 |23258 |
+ROW |168427 |345 |23259 |
+ROW |168428 |345 |23260 |
+ROW |168429 |345 |23261 |
+ROW |168430 |345 |23262 |
+ROW |168431 |345 |23264 |
+ROW |168432 |345 |23265 |
+ROW |168433 |345 |23266 |
+ROW |168434 |345 |23267 |
+ROW |168435 |345 |23268 |
+ROW |168436 |345 |23269 |
+ROW |168437 |345 |23270 |
+ROW |168438 |345 |23271 |
+ROW |168439 |345 |23272 |
+ROW |168440 |345 |23273 |
+ROW |168441 |345 |23274 |
+ROW |168442 |345 |23275 |
+ROW |168443 |345 |23276 |
+ROW |168444 |345 |23277 |
+ROW |168445 |345 |23328 |
+ROW |168446 |345 |23620 |
+ROW |168447 |345 |23625 |
+ROW |168448 |345 |23628 |
+ROW |168449 |345 |23635 |
+ROW |168450 |345 |23662 |
+ROW |168451 |345 |23664 |
+ROW |168452 |345 |25367 |
+ROW |168453 |345 |25371 |
+ROW |168454 |345 |25667 |
+ROW |168455 |345 |25668 |
+ROW |168456 |345 |28249 |
+ROW |168457 |345 |28534 |
+ROW |168458 |345 |28536 |
+ROW |168459 |345 |28538 |
+ROW |168460 |345 |29823 |
+ROW |168461 |345 |34196 |
+ROW |168462 |1514 |28539 |
+ROW |168463 |1110 |28540 |
+ROW |168464 |1110 |28541 |
+ROW |168465 |1110 |28542 |
+ROW |168466 |1110 |28543 |
+ROW |168467 |1110 |28544 |
+ROW |168468 |1110 |28545 |
+ROW |168469 |1110 |28546 |
+ROW |168470 |1110 |28547 |
+ROW |168471 |1110 |28548 |
+ROW |168472 |1110 |28549 |
+ROW |168473 |1110 |28550 |
+ROW |168474 |1110 |28551 |
+ROW |168475 |1110 |28552 |
+ROW |168476 |1110 |28553 |
+ROW |168477 |1110 |28554 |
+ROW |168478 |1110 |28555 |
+ROW |168479 |1110 |28556 |
+ROW |168480 |1110 |28557 |
+ROW |168481 |1110 |28558 |
+ROW |168482 |1110 |28559 |
+ROW |168483 |1110 |28560 |
+ROW |168484 |1110 |28561 |
+ROW |168485 |1110 |28562 |
+ROW |168486 |1110 |28563 |
+ROW |168487 |1110 |28564 |
+ROW |168488 |1110 |28565 |
+ROW |168489 |1110 |28566 |
+ROW |168490 |1110 |28567 |
+ROW |168491 |1110 |28568 |
+ROW |168492 |1110 |28569 |
+ROW |168493 |1110 |28570 |
+ROW |168494 |1110 |28571 |
+ROW |168495 |1110 |28572 |
+ROW |168496 |1110 |28573 |
+ROW |168497 |1110 |28574 |
+ROW |168498 |1110 |28575 |
+ROW |168499 |1110 |28576 |
+ROW |168500 |1110 |28577 |
+ROW |168501 |1110 |28578 |
+ROW |168502 |1110 |28579 |
+ROW |168503 |1110 |28580 |
+ROW |168504 |1110 |28581 |
+ROW |168505 |1110 |28582 |
+ROW |168506 |1110 |28583 |
+ROW |168507 |1110 |28584 |
+ROW |168508 |1110 |29821 |
+ROW |168509 |1110 |31053 |
+ROW |168510 |1360 |32158 |
+ROW |168511 |1360 |32159 |
+ROW |168512 |1361 |32160 |
+ROW |168513 |1361 |32161 |
+ROW |168514 |1361 |32162 |
+ROW |168515 |1361 |32163 |
+ROW |168516 |1361 |32164 |
+ROW |168517 |1361 |32165 |
+ROW |168518 |1361 |32166 |
+ROW |168519 |1361 |32167 |
+ROW |168520 |1361 |32168 |
+ROW |168521 |1361 |32169 |
+ROW |168522 |1361 |32170 |
+ROW |168523 |1361 |32171 |
+ROW |168524 |1361 |32172 |
+ROW |168525 |1361 |32173 |
+ROW |168526 |1361 |32174 |
+ROW |168527 |1361 |32175 |
+ROW |168528 |1361 |32176 |
+ROW |168529 |1361 |32177 |
+ROW |168530 |1361 |32178 |
+ROW |168531 |1361 |32179 |
+ROW |168532 |1361 |32180 |
+ROW |168533 |1361 |32181 |
+ROW |168534 |1361 |32182 |
+ROW |168535 |1361 |32183 |
+ROW |168536 |1361 |32184 |
+ROW |168537 |1361 |32185 |
+ROW |168538 |1361 |32186 |
+ROW |168539 |1361 |32187 |
+ROW |168540 |1361 |32188 |
+ROW |168541 |1361 |32189 |
+ROW |168542 |1361 |32190 |
+ROW |168543 |1361 |32191 |
+ROW |168544 |1361 |32192 |
+ROW |168545 |1361 |32201 |
+ROW |168546 |1361 |32202 |
+ROW |168547 |1361 |32203 |
+ROW |168548 |1361 |32204 |
+ROW |168549 |1361 |32205 |
+ROW |168550 |1361 |32206 |
+ROW |168551 |446 |23644 |
+ROW |168552 |447 |23645 |
+ROW |168553 |448 |23646 |
+ROW |168554 |449 |23647 |
+ROW |168555 |450 |23648 |
+ROW |168556 |451 |23649 |
+ROW |168557 |452 |23650 |
+ROW |168558 |453 |23651 |
+ROW |168559 |454 |23652 |
+ROW |168560 |455 |23653 |
+ROW |168561 |456 |23654 |
+ROW |168562 |280 |22917 |
+ROW |168563 |280 |22918 |
+ROW |168564 |273 |22920 |
+ROW |168565 |279 |22920 |
+ROW |168566 |273 |22921 |
+ROW |168567 |279 |22921 |
+ROW |168568 |273 |22922 |
+ROW |168569 |279 |22922 |
+ROW |168570 |273 |22923 |
+ROW |168571 |279 |22923 |
+ROW |168572 |273 |22924 |
+ROW |168573 |279 |22924 |
+ROW |168574 |275 |22933 |
+ROW |168575 |278 |22933 |
+ROW |168576 |275 |22934 |
+ROW |168577 |278 |22934 |
+ROW |168578 |275 |22938 |
+ROW |168579 |278 |22938 |
+ROW |168580 |275 |22939 |
+ROW |168581 |278 |22939 |
+ROW |168582 |278 |22940 |
+ROW |168583 |281 |22940 |
+ROW |168584 |281 |22941 |
+ROW |168585 |276 |22942 |
+ROW |168586 |276 |22943 |
+ROW |168587 |273 |23108 |
+ROW |168588 |331 |23108 |
+ROW |168589 |279 |23108 |
+ROW |168590 |273 |23109 |
+ROW |168591 |331 |23109 |
+ROW |168592 |279 |23109 |
+ROW |168593 |273 |23110 |
+ROW |168594 |279 |23110 |
+ROW |168595 |273 |23111 |
+ROW |168596 |331 |23111 |
+ROW |168597 |279 |23111 |
+ROW |168598 |273 |23112 |
+ROW |168599 |331 |23112 |
+ROW |168600 |279 |23112 |
+ROW |168601 |273 |23113 |
+ROW |168602 |279 |23113 |
+ROW |168603 |273 |23114 |
+ROW |168604 |279 |23114 |
+ROW |168605 |273 |23115 |
+ROW |168606 |279 |23115 |
+ROW |168607 |274 |23116 |
+ROW |168608 |279 |23116 |
+ROW |168609 |274 |23117 |
+ROW |168610 |279 |23117 |
+ROW |168611 |273 |23118 |
+ROW |168612 |331 |23118 |
+ROW |168613 |273 |23119 |
+ROW |168614 |279 |23119 |
+ROW |168615 |273 |23120 |
+ROW |168616 |279 |23120 |
+ROW |168617 |273 |23121 |
+ROW |168618 |279 |23121 |
+ROW |168619 |276 |23122 |
+ROW |168620 |279 |23122 |
+ROW |168621 |273 |23123 |
+ROW |168622 |279 |23123 |
+ROW |168623 |276 |23124 |
+ROW |168624 |276 |23125 |
+ROW |168625 |276 |23126 |
+ROW |168626 |276 |23127 |
+ROW |168627 |276 |23128 |
+ROW |168628 |276 |23129 |
+ROW |168629 |276 |23130 |
+ROW |168630 |276 |23131 |
+ROW |168631 |277 |22945 |
+ROW |168632 |277 |22946 |
+ROW |168633 |274 |22948 |
+ROW |168634 |274 |22949 |
+ROW |168635 |274 |22950 |
+ROW |168636 |274 |22951 |
+ROW |168637 |274 |22952 |
+ROW |168638 |268 |22875 |
+ROW |168639 |268 |22876 |
+ROW |168640 |270 |22877 |
+ROW |168641 |270 |22878 |
+ROW |168642 |265 |22879 |
+ROW |168643 |268 |22879 |
+ROW |168644 |263 |22880 |
+ROW |168645 |269 |22880 |
+ROW |168646 |263 |22881 |
+ROW |168647 |269 |22881 |
+ROW |168648 |263 |22882 |
+ROW |168649 |269 |22882 |
+ROW |168650 |263 |22883 |
+ROW |168651 |269 |22883 |
+ROW |168652 |263 |22884 |
+ROW |168653 |269 |22884 |
+ROW |168654 |263 |22885 |
+ROW |168655 |269 |22885 |
+ROW |168656 |263 |22886 |
+ROW |168657 |269 |22886 |
+ROW |168658 |263 |22888 |
+ROW |168659 |269 |22888 |
+ROW |168660 |263 |22891 |
+ROW |168661 |269 |22891 |
+ROW |168662 |263 |22892 |
+ROW |168663 |269 |22892 |
+ROW |168664 |265 |22893 |
+ROW |168665 |268 |22893 |
+ROW |168666 |265 |22894 |
+ROW |168667 |268 |22894 |
+ROW |168668 |266 |22895 |
+ROW |168669 |266 |22896 |
+ROW |168670 |266 |22897 |
+ROW |168671 |265 |22898 |
+ROW |168672 |268 |22898 |
+ROW |168673 |265 |22899 |
+ROW |168674 |268 |22899 |
+ROW |168675 |268 |22900 |
+ROW |168676 |271 |22900 |
+ROW |168677 |271 |22901 |
+ROW |168678 |266 |22902 |
+ROW |168679 |266 |22903 |
+ROW |168680 |264 |22908 |
+ROW |168681 |264 |22909 |
+ROW |168682 |264 |22910 |
+ROW |168683 |264 |22911 |
+ROW |168684 |264 |22912 |
+ROW |168685 |267 |23073 |
+ROW |168686 |267 |23074 |
+ROW |168687 |283 |22961 |
+ROW |168688 |289 |22961 |
+ROW |168689 |283 |22962 |
+ROW |168690 |289 |22962 |
+ROW |168691 |283 |22963 |
+ROW |168692 |289 |22963 |
+ROW |168693 |283 |22965 |
+ROW |168694 |289 |22965 |
+ROW |168695 |283 |22968 |
+ROW |168696 |289 |22968 |
+ROW |168697 |283 |22971 |
+ROW |168698 |289 |22971 |
+ROW |168699 |283 |22972 |
+ROW |168700 |289 |22972 |
+ROW |168701 |285 |22973 |
+ROW |168702 |288 |22973 |
+ROW |168703 |285 |22974 |
+ROW |168704 |288 |22974 |
+ROW |168705 |285 |22978 |
+ROW |168706 |288 |22978 |
+ROW |168707 |288 |22980 |
+ROW |168708 |291 |22980 |
+ROW |168709 |291 |22981 |
+ROW |168710 |286 |22982 |
+ROW |168711 |286 |22983 |
+ROW |168712 |287 |22985 |
+ROW |168713 |287 |22986 |
+ROW |168714 |284 |22988 |
+ROW |168715 |284 |22989 |
+ROW |168716 |284 |22990 |
+ROW |168717 |284 |22991 |
+ROW |168718 |284 |22992 |
+ROW |168719 |308 |23035 |
+ROW |168720 |308 |23036 |
+ROW |168721 |305 |23039 |
+ROW |168722 |308 |23039 |
+ROW |168723 |303 |23041 |
+ROW |168724 |309 |23041 |
+ROW |168725 |303 |23042 |
+ROW |168726 |309 |23042 |
+ROW |168727 |303 |23043 |
+ROW |168728 |309 |23043 |
+ROW |168729 |305 |23053 |
+ROW |168730 |308 |23053 |
+ROW |168731 |305 |23054 |
+ROW |168732 |308 |23054 |
+ROW |168733 |305 |23058 |
+ROW |168734 |308 |23058 |
+ROW |168735 |305 |23059 |
+ROW |168736 |308 |23059 |
+ROW |168737 |308 |23060 |
+ROW |168738 |311 |23060 |
+ROW |168739 |311 |23061 |
+ROW |168740 |306 |23062 |
+ROW |168741 |306 |23063 |
+ROW |168742 |307 |23077 |
+ROW |168743 |307 |23078 |
+ROW |168744 |304 |23068 |
+ROW |168745 |304 |23069 |
+ROW |168746 |304 |23070 |
+ROW |168747 |304 |23071 |
+ROW |168748 |304 |23072 |
+ROW |168749 |258 |22835 |
+ROW |168750 |258 |22836 |
+ROW |168751 |260 |22837 |
+ROW |168752 |260 |22838 |
+ROW |168753 |255 |22839 |
+ROW |168754 |258 |22839 |
+ROW |168755 |253 |22840 |
+ROW |168756 |259 |22840 |
+ROW |168757 |253 |22841 |
+ROW |168758 |259 |22841 |
+ROW |168759 |253 |22842 |
+ROW |168760 |259 |22842 |
+ROW |168761 |253 |22843 |
+ROW |168762 |259 |22843 |
+ROW |168763 |253 |22844 |
+ROW |168764 |259 |22844 |
+ROW |168765 |253 |22845 |
+ROW |168766 |259 |22845 |
+ROW |168767 |253 |22846 |
+ROW |168768 |259 |22846 |
+ROW |168769 |253 |22848 |
+ROW |168770 |259 |22848 |
+ROW |168771 |253 |22851 |
+ROW |168772 |259 |22851 |
+ROW |168773 |253 |22852 |
+ROW |168774 |259 |22852 |
+ROW |168775 |255 |22853 |
+ROW |168776 |258 |22853 |
+ROW |168777 |255 |22854 |
+ROW |168778 |258 |22854 |
+ROW |168779 |256 |22855 |
+ROW |168780 |256 |22856 |
+ROW |168781 |256 |22857 |
+ROW |168782 |255 |22858 |
+ROW |168783 |258 |22858 |
+ROW |168784 |255 |22859 |
+ROW |168785 |258 |22859 |
+ROW |168786 |258 |22860 |
+ROW |168787 |261 |22860 |
+ROW |168788 |261 |22861 |
+ROW |168789 |256 |22862 |
+ROW |168790 |256 |22863 |
+ROW |168791 |254 |22868 |
+ROW |168792 |254 |22869 |
+ROW |168793 |254 |22870 |
+ROW |168794 |254 |22871 |
+ROW |168795 |254 |22872 |
+ROW |168796 |257 |23075 |
+ROW |168797 |257 |23076 |
+ROW |168798 |298 |22996 |
+ROW |168799 |300 |22997 |
+ROW |168800 |300 |22998 |
+ROW |168801 |295 |22999 |
+ROW |168802 |298 |22999 |
+ROW |168803 |293 |23000 |
+ROW |168804 |299 |23000 |
+ROW |168805 |293 |23001 |
+ROW |168806 |299 |23001 |
+ROW |168807 |293 |23002 |
+ROW |168808 |299 |23002 |
+ROW |168809 |293 |23003 |
+ROW |168810 |299 |23003 |
+ROW |168811 |293 |23004 |
+ROW |168812 |299 |23004 |
+ROW |168813 |293 |23005 |
+ROW |168814 |299 |23005 |
+ROW |168815 |293 |23007 |
+ROW |168816 |299 |23007 |
+ROW |168817 |293 |23011 |
+ROW |168818 |299 |23011 |
+ROW |168819 |293 |23012 |
+ROW |168820 |299 |23012 |
+ROW |168821 |295 |23013 |
+ROW |168822 |298 |23013 |
+ROW |168823 |295 |23014 |
+ROW |168824 |298 |23014 |
+ROW |168825 |296 |23015 |
+ROW |168826 |296 |23016 |
+ROW |168827 |296 |23017 |
+ROW |168828 |295 |23018 |
+ROW |168829 |298 |23018 |
+ROW |168830 |295 |23019 |
+ROW |168831 |298 |23019 |
+ROW |168832 |298 |23020 |
+ROW |168833 |301 |23020 |
+ROW |168834 |301 |23021 |
+ROW |168835 |296 |23022 |
+ROW |168836 |296 |23023 |
+ROW |168837 |297 |23025 |
+ROW |168838 |297 |23026 |
+ROW |168839 |294 |23028 |
+ROW |168840 |294 |23029 |
+ROW |168841 |294 |23030 |
+ROW |168842 |294 |23031 |
+ROW |168843 |294 |23032 |
+ROW |168844 |743 |26925 |
+ROW |168845 |743 |26926 |
+ROW |168846 |741 |26927 |
+ROW |168847 |742 |26928 |
+ROW |168848 |743 |26929 |
+ROW |168849 |743 |26930 |
+ROW |168850 |743 |26931 |
+ROW |168851 |743 |26932 |
+ROW |168852 |745 |26933 |
+ROW |168853 |746 |26934 |
+ROW |168854 |744 |26935 |
+ROW |168855 |744 |26936 |
+ROW |168856 |746 |26937 |
+ROW |168857 |746 |26938 |
+ROW |168858 |746 |26939 |
+ROW |168859 |746 |26940 |
+ROW |168860 |746 |26941 |
+ROW |168861 |746 |26942 |
+ROW |168862 |745 |26943 |
+ROW |168863 |1362 |32207 |
+ROW |168864 |1362 |32208 |
+ROW |168865 |1362 |32209 |
+ROW |168866 |1362 |32210 |
+ROW |168867 |1362 |32211 |
+ROW |168868 |1362 |32212 |
+ROW |168869 |1362 |32213 |
+ROW |168870 |1362 |32214 |
+ROW |168871 |1362 |32215 |
+ROW |168872 |1362 |32216 |
+ROW |168873 |1362 |32217 |
+ROW |168874 |1362 |32218 |
+ROW |168875 |1362 |32219 |
+ROW |168876 |1362 |32220 |
+ROW |168877 |1362 |32221 |
+ROW |168878 |1362 |32222 |
+ROW |168879 |1362 |32223 |
+ROW |168880 |1362 |32224 |
+ROW |168881 |1362 |32225 |
+ROW |168882 |1362 |32226 |
+ROW |168883 |1362 |32227 |
+ROW |168884 |1362 |32228 |
+ROW |168885 |1362 |32229 |
+ROW |168886 |1362 |32230 |
+ROW |168887 |1362 |32231 |
+ROW |168888 |1362 |32232 |
+ROW |168889 |1362 |32233 |
+ROW |168890 |1362 |32234 |
+ROW |168891 |1362 |32235 |
+ROW |168892 |1362 |32236 |
+ROW |168893 |1362 |32237 |
+ROW |168894 |1362 |32238 |
+ROW |168895 |1362 |32239 |
+ROW |168896 |1362 |32240 |
+ROW |168897 |1362 |32241 |
+ROW |168898 |1362 |32242 |
+ROW |168899 |1362 |32243 |
+ROW |168900 |1362 |32244 |
+ROW |168901 |1362 |32245 |
+ROW |168902 |1362 |32246 |
+ROW |168903 |1362 |32247 |
+ROW |168904 |1362 |32248 |
+ROW |168905 |1362 |32249 |
+ROW |168906 |1362 |32250 |
+ROW |168907 |1362 |32251 |
+ROW |168908 |1362 |32252 |
+ROW |168909 |1362 |32253 |
+ROW |168910 |1362 |32254 |
+ROW |168911 |1362 |32255 |
+ROW |168912 |1362 |32256 |
+ROW |168913 |1362 |32257 |
+ROW |168914 |1362 |32258 |
+ROW |168915 |1362 |32259 |
+ROW |168916 |1362 |32260 |
+ROW |168917 |1362 |32261 |
+ROW |168918 |1362 |32262 |
+ROW |168919 |1362 |32263 |
+ROW |168920 |1362 |32264 |
+ROW |168921 |1362 |32265 |
+ROW |168922 |1362 |32266 |
+ROW |168923 |1362 |32267 |
+ROW |168924 |1362 |32268 |
+ROW |168925 |1362 |32269 |
+ROW |168926 |1362 |32270 |
+ROW |168927 |1362 |32271 |
+ROW |168928 |1362 |32272 |
+ROW |168929 |1362 |32273 |
+ROW |168930 |1328 |30821 |
+ROW |168931 |1328 |30822 |
+ROW |168932 |1330 |30823 |
+ROW |168933 |1330 |30824 |
+ROW |168934 |1330 |30825 |
+ROW |168935 |1330 |30826 |
+ROW |168936 |1328 |30827 |
+ROW |168937 |1330 |30828 |
+ROW |168938 |1330 |30829 |
+ROW |168939 |1330 |30830 |
+ROW |168940 |1328 |31054 |
+ROW |168941 |1328 |30831 |
+ROW |168942 |1328 |30832 |
+ROW |168943 |1328 |30833 |
+ROW |168944 |1328 |30834 |
+ROW |168945 |1328 |30835 |
+ROW |168946 |1329 |30836 |
+ROW |168947 |1328 |30837 |
+ROW |168948 |1328 |30838 |
+ROW |168949 |1328 |30839 |
+ROW |168950 |1328 |30841 |
+ROW |168951 |1329 |30843 |
+ROW |168952 |1329 |30844 |
+ROW |168953 |1328 |30846 |
+ROW |168954 |1328 |30847 |
+ROW |168955 |1328 |30848 |
+ROW |168956 |1328 |30849 |
+ROW |168957 |1328 |30850 |
+ROW |168958 |1328 |30851 |
+ROW |168959 |1328 |30852 |
+ROW |168960 |1328 |30853 |
+ROW |168961 |1328 |30854 |
+ROW |168962 |1328 |30855 |
+ROW |168963 |1328 |30856 |
+ROW |168964 |1328 |30857 |
+ROW |168965 |1328 |30858 |
+ROW |168966 |1328 |30859 |
+ROW |168967 |1328 |30860 |
+ROW |168968 |1328 |30861 |
+ROW |168969 |1328 |30862 |
+ROW |168970 |1328 |30863 |
+ROW |168971 |1328 |30864 |
+ROW |168972 |1328 |30865 |
+ROW |168973 |1328 |30866 |
+ROW |168974 |1328 |30867 |
+ROW |168975 |1328 |30868 |
+ROW |168976 |1328 |30869 |
+ROW |168977 |1328 |30870 |
+ROW |168978 |1328 |30871 |
+ROW |168979 |1328 |30872 |
+ROW |168980 |1329 |30873 |
+ROW |168981 |1329 |36931 |
+ROW |168982 |1329 |36932 |
+ROW |168983 |1329 |36933 |
+ROW |168984 |1434 |33017 |
+ROW |168985 |1434 |33018 |
+ROW |168986 |1433 |33019 |
+ROW |168987 |1434 |33020 |
+ROW |168988 |1434 |33021 |
+ROW |168989 |1433 |33022 |
+ROW |168990 |1433 |33023 |
+ROW |168991 |1433 |33024 |
+ROW |168992 |1433 |33025 |
+ROW |168993 |1433 |33026 |
+ROW |168994 |1433 |33027 |
+ROW |168995 |1433 |33028 |
+ROW |168996 |1433 |33029 |
+ROW |168997 |1433 |33030 |
+ROW |168998 |1433 |33031 |
+ROW |168999 |1433 |33032 |
+ROW |169000 |1433 |33033 |
+ROW |169001 |1433 |33034 |
+ROW |169002 |1433 |33035 |
+ROW |169003 |1433 |33036 |
+ROW |169004 |1433 |33037 |
+ROW |169005 |1433 |33038 |
+ROW |169006 |1433 |33039 |
+ROW |169007 |1433 |33040 |
+ROW |169008 |1433 |33041 |
+ROW |169009 |1433 |33042 |
+ROW |169010 |1433 |33043 |
+ROW |169011 |1433 |33044 |
+ROW |169012 |1433 |33045 |
+ROW |169013 |1433 |33046 |
+ROW |169014 |1433 |33047 |
+ROW |169015 |1433 |33048 |
+ROW |169016 |1433 |33049 |
+ROW |169017 |1433 |33050 |
+ROW |169018 |1433 |33051 |
+ROW |169019 |1433 |33052 |
+ROW |169020 |1433 |33053 |
+ROW |169021 |1433 |33054 |
+ROW |169022 |1433 |33055 |
+ROW |169023 |1433 |33056 |
+ROW |169024 |1433 |33057 |
+ROW |169025 |1433 |33058 |
+ROW |169026 |1433 |33059 |
+ROW |169027 |1433 |33060 |
+ROW |169028 |1434 |33065 |
+ROW |169029 |1434 |33066 |
+ROW |169030 |1433 |33122 |
+ROW |169031 |1433 |33123 |
+ROW |169032 |1433 |33124 |
+ROW |169033 |1433 |33125 |
+ROW |169034 |1433 |33126 |
+ROW |169035 |1433 |33127 |
+ROW |169036 |1433 |33128 |
+ROW |169037 |1433 |33129 |
+ROW |169038 |1433 |33130 |
+ROW |169039 |1433 |33131 |
+ROW |169040 |1433 |33132 |
+ROW |169041 |1433 |33133 |
+ROW |169042 |1433 |33134 |
+ROW |169043 |1433 |33135 |
+ROW |169044 |1433 |33136 |
+ROW |169045 |1433 |33137 |
+ROW |169046 |1433 |33138 |
+ROW |169047 |1435 |33139 |
+ROW |169048 |1436 |33140 |
+ROW |169049 |1435 |33141 |
+ROW |169050 |1436 |33142 |
+ROW |169051 |1435 |33144 |
+ROW |169052 |1435 |33145 |
+ROW |169053 |1435 |33146 |
+ROW |169054 |1435 |33147 |
+ROW |169055 |1435 |33148 |
+ROW |169056 |1435 |33149 |
+ROW |169057 |1435 |33150 |
+ROW |169058 |1435 |33151 |
+ROW |169059 |1435 |33152 |
+ROW |169060 |1435 |33153 |
+ROW |169061 |1435 |33154 |
+ROW |169062 |1435 |33155 |
+ROW |169063 |1435 |33156 |
+ROW |169064 |1435 |33157 |
+ROW |169065 |1435 |33158 |
+ROW |169066 |1435 |33159 |
+ROW |169067 |1435 |33160 |
+ROW |169068 |1435 |33161 |
+ROW |169069 |1435 |33162 |
+ROW |169070 |1435 |33163 |
+ROW |169071 |1435 |33164 |
+ROW |169072 |1435 |33165 |
+ROW |169073 |1435 |33166 |
+ROW |169074 |1435 |33167 |
+ROW |169075 |1435 |33168 |
+ROW |169076 |1435 |33169 |
+ROW |169077 |1435 |33170 |
+ROW |169078 |1435 |33171 |
+ROW |169079 |1435 |33172 |
+ROW |169080 |1435 |33567 |
+ROW |169081 |1436 |33177 |
+ROW |169082 |1436 |33178 |
+ROW |169083 |1336 |31055 |
+ROW |169084 |1335 |31056 |
+ROW |169085 |1335 |31057 |
+ROW |169086 |1335 |31058 |
+ROW |169087 |1335 |31626 |
+ROW |169088 |1335 |31627 |
+ROW |169089 |1335 |31628 |
+ROW |169090 |1336 |34173 |
+ROW |169091 |1336 |34174 |
+ROW |169092 |1336 |31059 |
+ROW |169093 |1335 |31060 |
+ROW |169094 |1335 |31061 |
+ROW |169095 |1335 |31062 |
+ROW |169096 |1335 |31063 |
+ROW |169097 |1335 |31064 |
+ROW |169098 |1335 |31065 |
+ROW |169099 |1335 |31066 |
+ROW |169100 |1335 |31067 |
+ROW |169101 |1335 |31068 |
+ROW |169102 |1335 |31069 |
+ROW |169103 |1335 |31070 |
+ROW |169104 |1335 |31071 |
+ROW |169105 |1335 |31072 |
+ROW |169106 |1335 |31073 |
+ROW |169107 |1335 |31074 |
+ROW |169108 |1335 |31075 |
+ROW |169109 |1335 |31076 |
+ROW |169110 |1335 |31077 |
+ROW |169111 |1335 |31078 |
+ROW |169112 |1335 |31079 |
+ROW |169113 |1335 |31080 |
+ROW |169114 |1335 |31081 |
+ROW |169115 |1335 |31082 |
+ROW |169116 |1335 |31083 |
+ROW |169117 |1335 |31084 |
+ROW |169118 |1335 |31085 |
+ROW |169119 |1335 |31086 |
+ROW |169120 |1335 |31087 |
+ROW |169121 |1335 |31088 |
+ROW |169122 |1335 |31089 |
+ROW |169123 |1335 |31090 |
+ROW |169124 |1336 |31091 |
+ROW |169125 |1335 |31092 |
+ROW |169126 |1336 |31093 |
+ROW |169127 |1336 |31094 |
+ROW |169128 |1335 |31095 |
+ROW |169129 |1335 |31096 |
+ROW |169130 |1335 |31097 |
+ROW |169131 |1335 |31098 |
+ROW |169132 |1335 |31099 |
+ROW |169133 |1335 |31100 |
+ROW |169134 |1335 |31101 |
+ROW |169135 |1335 |31102 |
+ROW |169136 |1335 |31103 |
+ROW |169137 |1335 |31104 |
+ROW |169138 |1335 |31105 |
+ROW |169139 |1335 |31106 |
+ROW |169140 |1335 |31107 |
+ROW |169141 |1335 |31108 |
+ROW |169142 |1335 |31109 |
+ROW |169143 |1335 |31110 |
+ROW |169144 |1335 |31111 |
+ROW |169145 |1335 |31112 |
+ROW |169146 |1335 |31113 |
+ROW |169147 |1335 |31114 |
+ROW |169148 |1335 |31115 |
+ROW |169149 |1335 |31116 |
+ROW |169150 |1335 |31117 |
+ROW |169151 |1335 |31118 |
+ROW |169152 |1335 |31119 |
+ROW |169153 |1335 |31120 |
+ROW |169154 |1335 |31121 |
+ROW |169155 |1336 |31128 |
+ROW |169156 |1336 |31129 |
+ROW |169157 |1336 |31130 |
+ROW |169158 |1336 |31132 |
+ROW |169159 |1336 |33194 |
+ROW |169160 |1314 |30431 |
+ROW |169161 |1314 |30432 |
+ROW |169162 |1315 |30433 |
+ROW |169163 |1314 |30434 |
+ROW |169164 |1314 |30435 |
+ROW |169165 |1314 |32546 |
+ROW |169166 |1315 |30436 |
+ROW |169167 |1314 |30437 |
+ROW |169168 |1314 |30438 |
+ROW |169169 |1314 |30439 |
+ROW |169170 |1314 |30440 |
+ROW |169171 |1314 |30441 |
+ROW |169172 |1314 |30442 |
+ROW |169173 |1315 |30443 |
+ROW |169174 |1314 |30444 |
+ROW |169175 |1314 |30445 |
+ROW |169176 |1314 |30446 |
+ROW |169177 |1314 |30447 |
+ROW |169178 |1314 |30449 |
+ROW |169179 |1314 |30450 |
+ROW |169180 |1314 |30451 |
+ROW |169181 |1314 |30452 |
+ROW |169182 |1314 |30453 |
+ROW |169183 |1314 |30454 |
+ROW |169184 |1314 |30455 |
+ROW |169185 |1314 |30456 |
+ROW |169186 |1314 |30457 |
+ROW |169187 |1314 |30458 |
+ROW |169188 |1314 |30459 |
+ROW |169189 |1314 |30460 |
+ROW |169190 |1314 |30461 |
+ROW |169191 |1314 |30462 |
+ROW |169192 |1314 |30463 |
+ROW |169193 |1314 |30464 |
+ROW |169194 |1314 |30465 |
+ROW |169195 |1314 |30466 |
+ROW |169196 |1314 |30470 |
+ROW |169197 |1314 |30471 |
+ROW |169198 |1314 |31168 |
+ROW |169199 |1314 |31169 |
+ROW |169200 |1314 |31170 |
+ROW |169201 |1314 |31171 |
+ROW |169202 |1314 |32547 |
+ROW |169203 |1314 |32548 |
+ROW |169204 |1314 |32549 |
+ROW |169205 |1314 |32550 |
+ROW |169206 |1314 |32551 |
+ROW |169207 |1314 |32552 |
+ROW |169208 |1314 |30474 |
+ROW |169209 |1315 |30475 |
+ROW |169210 |1314 |30476 |
+ROW |169211 |1314 |30477 |
+ROW |169212 |1314 |30478 |
+ROW |169213 |1314 |32554 |
+ROW |169214 |1314 |32555 |
+ROW |169215 |1314 |32556 |
+ROW |169216 |1314 |32557 |
+ROW |169217 |1314 |32558 |
+ROW |169218 |1314 |32559 |
+ROW |169219 |1322 |30637 |
+ROW |169220 |1322 |30638 |
+ROW |169221 |1323 |30639 |
+ROW |169222 |1322 |30640 |
+ROW |169223 |1322 |30641 |
+ROW |169224 |1322 |32560 |
+ROW |169225 |1323 |30642 |
+ROW |169226 |1322 |30643 |
+ROW |169227 |1322 |30644 |
+ROW |169228 |1322 |30645 |
+ROW |169229 |1322 |30646 |
+ROW |169230 |1322 |30647 |
+ROW |169231 |1322 |30648 |
+ROW |169232 |1323 |30649 |
+ROW |169233 |1322 |30650 |
+ROW |169234 |1322 |30651 |
+ROW |169235 |1322 |30652 |
+ROW |169236 |1322 |30653 |
+ROW |169237 |1322 |30655 |
+ROW |169238 |1322 |30656 |
+ROW |169239 |1322 |30657 |
+ROW |169240 |1322 |30658 |
+ROW |169241 |1322 |30659 |
+ROW |169242 |1322 |30660 |
+ROW |169243 |1322 |30661 |
+ROW |169244 |1322 |30662 |
+ROW |169245 |1322 |30663 |
+ROW |169246 |1322 |30664 |
+ROW |169247 |1322 |30665 |
+ROW |169248 |1322 |30666 |
+ROW |169249 |1322 |30667 |
+ROW |169250 |1322 |30668 |
+ROW |169251 |1322 |30669 |
+ROW |169252 |1322 |30670 |
+ROW |169253 |1322 |30671 |
+ROW |169254 |1322 |30672 |
+ROW |169255 |1322 |30676 |
+ROW |169256 |1322 |30677 |
+ROW |169257 |1322 |31172 |
+ROW |169258 |1322 |31173 |
+ROW |169259 |1322 |31174 |
+ROW |169260 |1322 |31175 |
+ROW |169261 |1322 |32561 |
+ROW |169262 |1322 |32562 |
+ROW |169263 |1322 |32563 |
+ROW |169264 |1322 |32564 |
+ROW |169265 |1322 |32565 |
+ROW |169266 |1322 |32566 |
+ROW |169267 |1322 |30680 |
+ROW |169268 |1323 |30681 |
+ROW |169269 |1322 |30682 |
+ROW |169270 |1322 |30683 |
+ROW |169271 |1322 |30684 |
+ROW |169272 |1322 |32568 |
+ROW |169273 |1322 |32569 |
+ROW |169274 |1322 |32570 |
+ROW |169275 |1322 |32571 |
+ROW |169276 |1322 |32572 |
+ROW |169277 |1322 |32573 |
+ROW |169278 |1317 |30479 |
+ROW |169279 |1316 |30480 |
+ROW |169280 |1316 |30481 |
+ROW |169281 |1316 |30482 |
+ROW |169282 |1316 |30483 |
+ROW |169283 |1316 |32574 |
+ROW |169284 |1316 |30484 |
+ROW |169285 |1317 |30485 |
+ROW |169286 |1316 |30486 |
+ROW |169287 |1317 |30487 |
+ROW |169288 |1316 |30488 |
+ROW |169289 |1316 |30489 |
+ROW |169290 |1316 |30490 |
+ROW |169291 |1316 |30491 |
+ROW |169292 |1316 |30492 |
+ROW |169293 |1316 |30493 |
+ROW |169294 |1316 |30494 |
+ROW |169295 |1316 |30495 |
+ROW |169296 |1316 |30496 |
+ROW |169297 |1316 |30497 |
+ROW |169298 |1316 |30499 |
+ROW |169299 |1316 |30500 |
+ROW |169300 |1316 |30503 |
+ROW |169301 |1316 |30504 |
+ROW |169302 |1316 |30505 |
+ROW |169303 |1316 |30506 |
+ROW |169304 |1316 |30507 |
+ROW |169305 |1316 |30508 |
+ROW |169306 |1316 |30509 |
+ROW |169307 |1316 |30510 |
+ROW |169308 |1316 |30512 |
+ROW |169309 |1316 |30513 |
+ROW |169310 |1316 |30514 |
+ROW |169311 |1316 |30515 |
+ROW |169312 |1316 |30516 |
+ROW |169313 |1316 |30517 |
+ROW |169314 |1316 |30518 |
+ROW |169315 |1316 |30519 |
+ROW |169316 |1316 |31176 |
+ROW |169317 |1316 |31177 |
+ROW |169318 |1316 |31178 |
+ROW |169319 |1316 |31179 |
+ROW |169320 |1316 |32575 |
+ROW |169321 |1316 |32576 |
+ROW |169322 |1316 |32577 |
+ROW |169323 |1316 |32578 |
+ROW |169324 |1316 |32579 |
+ROW |169325 |1316 |32580 |
+ROW |169326 |1316 |30522 |
+ROW |169327 |1317 |30523 |
+ROW |169328 |1316 |30524 |
+ROW |169329 |1316 |30525 |
+ROW |169330 |1316 |30526 |
+ROW |169331 |1316 |32582 |
+ROW |169332 |1316 |32583 |
+ROW |169333 |1316 |32584 |
+ROW |169334 |1316 |32585 |
+ROW |169335 |1316 |32586 |
+ROW |169336 |1316 |32587 |
+ROW |169337 |1345 |31629 |
+ROW |169338 |1345 |31630 |
+ROW |169339 |1346 |31631 |
+ROW |169340 |1345 |31632 |
+ROW |169341 |1346 |31633 |
+ROW |169342 |1346 |31634 |
+ROW |169343 |1346 |31635 |
+ROW |169344 |1346 |31636 |
+ROW |169345 |1346 |31637 |
+ROW |169346 |1346 |31638 |
+ROW |169347 |1346 |31639 |
+ROW |169348 |1345 |31640 |
+ROW |169349 |1345 |31641 |
+ROW |169350 |1346 |31642 |
+ROW |169351 |1346 |31643 |
+ROW |169352 |1346 |31644 |
+ROW |169353 |1346 |31645 |
+ROW |169354 |1345 |31646 |
+ROW |169355 |1345 |31647 |
+ROW |169356 |1345 |31648 |
+ROW |169357 |1345 |31649 |
+ROW |169358 |1345 |31650 |
+ROW |169359 |1345 |31651 |
+ROW |169360 |1345 |31652 |
+ROW |169361 |1345 |31653 |
+ROW |169362 |1345 |31654 |
+ROW |169363 |1345 |31655 |
+ROW |169364 |1345 |31656 |
+ROW |169365 |1345 |31657 |
+ROW |169366 |1345 |31658 |
+ROW |169367 |1345 |31659 |
+ROW |169368 |1345 |31660 |
+ROW |169369 |1345 |31661 |
+ROW |169370 |1345 |31662 |
+ROW |169371 |1345 |31663 |
+ROW |169372 |1345 |31664 |
+ROW |169373 |1345 |31665 |
+ROW |169374 |1345 |31666 |
+ROW |169375 |1345 |31667 |
+ROW |169376 |1345 |31668 |
+ROW |169377 |1345 |31669 |
+ROW |169378 |1345 |31670 |
+ROW |169379 |1345 |31671 |
+ROW |169380 |1345 |31672 |
+ROW |169381 |1345 |31673 |
+ROW |169382 |1345 |31674 |
+ROW |169383 |1345 |31675 |
+ROW |169384 |1345 |31676 |
+ROW |169385 |1345 |31677 |
+ROW |169386 |1345 |31678 |
+ROW |169387 |1345 |31679 |
+ROW |169388 |1345 |31680 |
+ROW |169389 |1345 |31681 |
+ROW |169390 |1345 |31682 |
+ROW |169391 |1345 |31683 |
+ROW |169392 |1345 |31684 |
+ROW |169393 |1345 |31685 |
+ROW |169394 |1345 |31686 |
+ROW |169395 |1345 |31687 |
+ROW |169396 |1345 |31688 |
+ROW |169397 |1345 |31689 |
+ROW |169398 |1345 |31690 |
+ROW |169399 |1345 |31691 |
+ROW |169400 |1345 |31692 |
+ROW |169401 |1345 |31693 |
+ROW |169402 |1345 |31694 |
+ROW |169403 |1345 |31695 |
+ROW |169404 |1345 |31696 |
+ROW |169405 |1345 |31697 |
+ROW |169406 |1345 |31698 |
+ROW |169407 |1345 |31699 |
+ROW |169408 |1345 |31700 |
+ROW |169409 |1345 |31701 |
+ROW |169410 |1345 |31702 |
+ROW |169411 |1345 |31703 |
+ROW |169412 |1345 |31704 |
+ROW |169413 |1345 |31705 |
+ROW |169414 |1857 |36934 |
+ROW |169415 |1857 |36935 |
+ROW |169416 |1856 |36936 |
+ROW |169417 |1856 |36937 |
+ROW |169418 |1857 |36938 |
+ROW |169419 |1856 |36939 |
+ROW |169420 |1856 |36940 |
+ROW |169421 |1856 |36941 |
+ROW |169422 |1856 |36942 |
+ROW |169423 |1856 |36943 |
+ROW |169424 |1856 |36944 |
+ROW |169425 |1857 |36945 |
+ROW |169426 |1857 |36946 |
+ROW |169427 |1856 |36947 |
+ROW |169428 |1856 |36948 |
+ROW |169429 |1857 |36949 |
+ROW |169430 |1857 |36950 |
+ROW |169431 |1856 |36951 |
+ROW |169432 |1856 |36952 |
+ROW |169433 |1856 |36953 |
+ROW |169434 |1856 |36954 |
+ROW |169435 |1856 |36955 |
+ROW |169436 |1856 |36956 |
+ROW |169437 |1856 |36957 |
+ROW |169438 |1856 |36958 |
+ROW |169439 |1856 |36959 |
+ROW |169440 |1856 |36960 |
+ROW |169441 |1856 |36961 |
+ROW |169442 |1856 |36962 |
+ROW |169443 |1856 |36963 |
+ROW |169444 |1856 |36964 |
+ROW |169445 |1856 |36965 |
+ROW |169446 |1856 |36966 |
+ROW |169447 |1856 |36967 |
+ROW |169448 |1856 |36968 |
+ROW |169449 |1856 |36969 |
+ROW |169450 |1856 |36970 |
+ROW |169451 |1856 |36971 |
+ROW |169452 |1856 |36972 |
+ROW |169453 |1856 |36973 |
+ROW |169454 |1857 |36976 |
+ROW |169455 |1857 |36977 |
+ROW |169456 |1859 |37115 |
+ROW |169457 |1858 |36705 |
+ROW |169458 |1858 |36706 |
+ROW |169459 |1859 |36707 |
+ROW |169460 |1858 |36708 |
+ROW |169461 |1859 |36709 |
+ROW |169462 |1859 |36710 |
+ROW |169463 |1859 |36711 |
+ROW |169464 |1859 |36712 |
+ROW |169465 |1858 |36713 |
+ROW |169466 |1858 |36714 |
+ROW |169467 |1858 |36715 |
+ROW |169468 |1858 |36716 |
+ROW |169469 |1859 |36717 |
+ROW |169470 |1858 |36718 |
+ROW |169471 |1858 |36719 |
+ROW |169472 |1858 |36720 |
+ROW |169473 |1858 |36721 |
+ROW |169474 |1859 |36722 |
+ROW |169475 |1859 |36723 |
+ROW |169476 |1858 |36724 |
+ROW |169477 |1858 |36725 |
+ROW |169478 |1858 |36726 |
+ROW |169479 |1858 |36728 |
+ROW |169480 |1858 |36729 |
+ROW |169481 |1858 |36730 |
+ROW |169482 |1858 |36731 |
+ROW |169483 |1858 |36732 |
+ROW |169484 |1858 |36733 |
+ROW |169485 |1858 |36734 |
+ROW |169486 |1858 |36735 |
+ROW |169487 |1858 |36736 |
+ROW |169488 |1858 |36737 |
+ROW |169489 |1858 |36738 |
+ROW |169490 |1858 |36739 |
+ROW |169491 |1858 |36740 |
+ROW |169492 |1858 |36741 |
+ROW |169493 |1858 |36742 |
+ROW |169494 |1858 |36743 |
+ROW |169495 |1858 |36744 |
+ROW |169496 |1858 |36745 |
+ROW |169497 |1858 |36746 |
+ROW |169498 |1858 |36747 |
+ROW |169499 |1858 |36748 |
+ROW |169500 |1858 |36749 |
+ROW |169501 |1858 |36750 |
+ROW |169502 |1858 |36751 |
+ROW |169503 |1858 |36752 |
+ROW |169504 |1858 |36753 |
+ROW |169505 |1858 |36754 |
+ROW |169506 |1858 |36755 |
+ROW |169507 |1858 |36756 |
+ROW |169508 |1858 |36757 |
+ROW |169509 |1858 |36758 |
+ROW |169510 |1858 |36759 |
+ROW |169511 |1858 |36760 |
+ROW |169512 |1858 |36761 |
+ROW |169513 |1858 |36762 |
+ROW |169514 |1858 |36763 |
+ROW |169515 |1858 |36764 |
+ROW |169516 |1858 |36765 |
+ROW |169517 |1858 |36766 |
+ROW |169518 |1858 |36767 |
+ROW |169519 |1302 |30273 |
+ROW |169520 |1302 |30274 |
+ROW |169521 |1303 |30275 |
+ROW |169522 |1303 |30276 |
+ROW |169523 |1302 |30277 |
+ROW |169524 |1302 |30278 |
+ROW |169525 |1302 |30279 |
+ROW |169526 |1302 |30280 |
+ROW |169527 |1302 |30281 |
+ROW |169528 |1302 |30282 |
+ROW |169529 |1302 |30283 |
+ROW |169530 |1302 |30284 |
+ROW |169531 |1302 |30285 |
+ROW |169532 |1302 |30286 |
+ROW |169533 |1302 |30287 |
+ROW |169534 |1302 |30288 |
+ROW |169535 |1302 |30289 |
+ROW |169536 |1302 |30290 |
+ROW |169537 |1302 |30291 |
+ROW |169538 |1302 |30292 |
+ROW |169539 |1302 |30293 |
+ROW |169540 |1302 |30294 |
+ROW |169541 |1302 |30295 |
+ROW |169542 |1302 |30296 |
+ROW |169543 |1302 |30297 |
+ROW |169544 |1302 |30298 |
+ROW |169545 |1302 |30299 |
+ROW |169546 |1302 |30300 |
+ROW |169547 |1302 |30301 |
+ROW |169548 |1302 |30302 |
+ROW |169549 |1302 |30303 |
+ROW |169550 |1302 |30304 |
+ROW |169551 |1302 |30305 |
+ROW |169552 |1302 |30306 |
+ROW |169553 |1302 |30307 |
+ROW |169554 |1302 |30308 |
+ROW |169555 |1302 |30309 |
+ROW |169556 |1302 |30310 |
+ROW |169557 |1302 |30311 |
+ROW |169558 |1302 |30312 |
+ROW |169559 |1302 |30313 |
+ROW |169560 |1302 |30314 |
+ROW |169561 |1302 |30315 |
+ROW |169562 |1302 |30316 |
+ROW |169563 |1302 |30317 |
+ROW |169564 |1302 |30318 |
+ROW |169565 |1302 |30319 |
+ROW |169566 |1302 |30320 |
+ROW |169567 |1302 |30321 |
+ROW |169568 |1302 |30322 |
+ROW |169569 |1302 |30323 |
+ROW |169570 |1302 |30324 |
+ROW |169571 |1302 |30325 |
+ROW |169572 |1302 |30326 |
+ROW |169573 |1302 |30327 |
+ROW |169574 |1302 |30328 |
+ROW |169575 |1302 |30329 |
+ROW |169576 |1302 |30330 |
+ROW |169577 |1302 |30331 |
+ROW |169578 |1302 |30332 |
+ROW |169579 |1302 |30333 |
+ROW |169580 |1302 |30334 |
+ROW |169581 |1302 |30335 |
+ROW |169582 |1302 |30336 |
+ROW |169583 |1302 |30344 |
+ROW |169584 |1302 |30345 |
+ROW |169585 |1302 |30346 |
+ROW |169586 |1302 |30347 |
+ROW |169587 |1302 |30351 |
+ROW |169588 |1302 |30352 |
+ROW |169589 |1302 |30353 |
+ROW |169590 |1302 |30354 |
+ROW |169591 |1302 |30355 |
+ROW |169592 |1302 |30356 |
+ROW |169593 |1302 |30357 |
+ROW |169594 |1302 |30358 |
+ROW |169595 |1302 |30359 |
+ROW |169596 |1302 |30360 |
+ROW |169597 |1302 |30361 |
+ROW |169598 |1302 |30362 |
+ROW |169599 |1302 |30363 |
+ROW |169600 |1302 |30364 |
+ROW |169601 |1302 |30365 |
+ROW |169602 |1302 |30366 |
+ROW |169603 |1302 |30367 |
+ROW |169604 |1302 |30368 |
+ROW |169605 |1302 |30369 |
+ROW |169606 |1302 |30370 |
+ROW |169607 |1302 |30371 |
+ROW |169608 |1302 |30372 |
+ROW |169609 |1302 |30373 |
+ROW |169610 |1302 |30374 |
+ROW |169611 |1302 |30375 |
+ROW |169612 |1302 |30376 |
+ROW |169613 |1302 |30377 |
+ROW |169614 |1302 |30378 |
+ROW |169615 |1302 |30379 |
+ROW |169616 |1302 |30380 |
+ROW |169617 |1302 |30381 |
+ROW |169618 |1302 |30382 |
+ROW |169619 |1302 |30383 |
+ROW |169620 |1302 |30384 |
+ROW |169621 |1302 |30385 |
+ROW |169622 |1302 |30386 |
+ROW |169623 |1302 |30387 |
+ROW |169624 |1302 |30388 |
+ROW |169625 |1302 |30389 |
+ROW |169626 |1302 |30390 |
+ROW |169627 |1302 |30391 |
+ROW |169628 |1302 |30392 |
+ROW |169629 |1302 |30393 |
+ROW |169630 |1302 |30394 |
+ROW |169631 |1302 |30395 |
+ROW |169632 |1302 |30397 |
+ROW |169633 |1302 |30398 |
+ROW |169634 |1302 |30399 |
+ROW |169635 |1302 |30400 |
+ROW |169636 |1302 |30401 |
+ROW |169637 |1302 |30402 |
+ROW |169638 |1302 |30403 |
+ROW |169639 |1302 |30404 |
+ROW |169640 |780 |27065 |
+ROW |169641 |780 |27066 |
+ROW |169642 |780 |27067 |
+ROW |169643 |799 |27149 |
+ROW |169644 |799 |27150 |
+ROW |169645 |799 |27151 |
+ROW |169646 |805 |27192 |
+ROW |169647 |805 |27193 |
+ROW |169648 |805 |27194 |
+ROW |169649 |813 |27225 |
+ROW |169650 |813 |27226 |
+ROW |169651 |813 |27227 |
+ROW |169652 |822 |27261 |
+ROW |169653 |822 |27262 |
+ROW |169654 |822 |27263 |
+ROW |169655 |825 |27282 |
+ROW |169656 |825 |27283 |
+ROW |169657 |825 |27284 |
+ROW |169658 |842 |27333 |
+ROW |169659 |842 |27334 |
+ROW |169660 |842 |27335 |
+ROW |169661 |847 |27365 |
+ROW |169662 |847 |27366 |
+ROW |169663 |847 |27367 |
+ROW |169664 |876 |27462 |
+ROW |169665 |876 |27463 |
+ROW |169666 |876 |27464 |
+ROW |169667 |885 |27496 |
+ROW |169668 |885 |27497 |
+ROW |169669 |885 |27498 |
+ROW |169670 |894 |27532 |
+ROW |169671 |894 |27533 |
+ROW |169672 |894 |27534 |
+ROW |169673 |903 |27568 |
+ROW |169674 |903 |27569 |
+ROW |169675 |903 |27570 |
+ROW |169676 |915 |27631 |
+ROW |169677 |915 |27632 |
+ROW |169678 |915 |27633 |
+ROW |169679 |918 |27654 |
+ROW |169680 |918 |27655 |
+ROW |169681 |918 |27656 |
+ROW |169682 |936 |27734 |
+ROW |169683 |936 |27735 |
+ROW |169684 |936 |27736 |
+ROW |169685 |944 |27766 |
+ROW |169686 |944 |27767 |
+ROW |169687 |944 |27768 |
+ROW |169688 |951 |27800 |
+ROW |169689 |951 |27801 |
+ROW |169690 |951 |27802 |
+ROW |169691 |971 |27882 |
+ROW |169692 |971 |27883 |
+ROW |169693 |971 |27884 |
+ROW |169694 |979 |27919 |
+ROW |169695 |979 |27920 |
+ROW |169696 |979 |27921 |
+ROW |169697 |988 |27956 |
+ROW |169698 |988 |27957 |
+ROW |169699 |988 |27958 |
+ROW |169700 |994 |27986 |
+ROW |169701 |994 |27987 |
+ROW |169702 |994 |27988 |
+ROW |169703 |1000 |28015 |
+ROW |169704 |1000 |28016 |
+ROW |169705 |1000 |28017 |
+ROW |169706 |1030 |28130 |
+ROW |169707 |1030 |28131 |
+ROW |169708 |1030 |28132 |
+ROW |169709 |1055 |28233 |
+ROW |169710 |1055 |28234 |
+ROW |169711 |1055 |28235 |
+ROW |169712 |1060 |28282 |
+ROW |169713 |1060 |28283 |
+ROW |169714 |1060 |28284 |
+ROW |169715 |1070 |28330 |
+ROW |169716 |1070 |28331 |
+ROW |169717 |1070 |28332 |
+ROW |169718 |1079 |28377 |
+ROW |169719 |1079 |28378 |
+ROW |169720 |1079 |28379 |
+ROW |169721 |1095 |28454 |
+ROW |169722 |1095 |28455 |
+ROW |169723 |1095 |28456 |
+ROW |169724 |1102 |28482 |
+ROW |169725 |1102 |28483 |
+ROW |169726 |1102 |28484 |
+ROW |169727 |1127 |28957 |
+ROW |169728 |1127 |28958 |
+ROW |169729 |1127 |28959 |
+ROW |169730 |1136 |29050 |
+ROW |169731 |1136 |29051 |
+ROW |169732 |1136 |29052 |
+ROW |169733 |1271 |30046 |
+ROW |169734 |1271 |30047 |
+ROW |169735 |1271 |30048 |
+ROW |169736 |1414 |32601 |
+ROW |169737 |1414 |32602 |
+ROW |169738 |1414 |32603 |
+ROW |169739 |1422 |32765 |
+ROW |169740 |1422 |32766 |
+ROW |169741 |1422 |32767 |
+ROW |169742 |800 |27152 |
+ROW |169743 |799 |27154 |
+ROW |169744 |800 |27157 |
+ROW |169745 |799 |29844 |
+ROW |169746 |800 |29845 |
+ROW |169747 |800 |29846 |
+ROW |169748 |800 |29847 |
+ROW |169749 |800 |29848 |
+ROW |169750 |804 |27195 |
+ROW |169751 |804 |27199 |
+ROW |169752 |805 |27202 |
+ROW |169753 |812 |27228 |
+ROW |169754 |812 |27232 |
+ROW |169755 |813 |27235 |
+ROW |169756 |821 |27264 |
+ROW |169757 |821 |27268 |
+ROW |169758 |822 |27271 |
+ROW |169759 |824 |27285 |
+ROW |169760 |824 |27289 |
+ROW |169761 |825 |27292 |
+ROW |169762 |841 |27336 |
+ROW |169763 |841 |27340 |
+ROW |169764 |842 |27343 |
+ROW |169765 |846 |27368 |
+ROW |169766 |846 |27372 |
+ROW |169767 |847 |27375 |
+ROW |169768 |875 |27465 |
+ROW |169769 |875 |27469 |
+ROW |169770 |876 |27472 |
+ROW |169771 |884 |27499 |
+ROW |169772 |884 |27503 |
+ROW |169773 |885 |27506 |
+ROW |169774 |893 |27535 |
+ROW |169775 |893 |27539 |
+ROW |169776 |894 |27542 |
+ROW |169777 |902 |27571 |
+ROW |169778 |902 |27575 |
+ROW |169779 |903 |27578 |
+ROW |169780 |914 |27634 |
+ROW |169781 |914 |27638 |
+ROW |169782 |915 |27641 |
+ROW |169783 |917 |27657 |
+ROW |169784 |917 |27661 |
+ROW |169785 |918 |27664 |
+ROW |169786 |935 |27737 |
+ROW |169787 |935 |27741 |
+ROW |169788 |936 |27744 |
+ROW |169789 |943 |27769 |
+ROW |169790 |943 |27773 |
+ROW |169791 |944 |27776 |
+ROW |169792 |950 |27803 |
+ROW |169793 |950 |27807 |
+ROW |169794 |951 |27810 |
+ROW |169795 |970 |27885 |
+ROW |169796 |970 |27889 |
+ROW |169797 |971 |27892 |
+ROW |169798 |978 |27922 |
+ROW |169799 |978 |27926 |
+ROW |169800 |979 |27929 |
+ROW |169801 |987 |27959 |
+ROW |169802 |987 |27963 |
+ROW |169803 |988 |27966 |
+ROW |169804 |993 |27989 |
+ROW |169805 |993 |27993 |
+ROW |169806 |994 |27996 |
+ROW |169807 |999 |28018 |
+ROW |169808 |999 |28022 |
+ROW |169809 |1000 |28025 |
+ROW |169810 |1029 |28133 |
+ROW |169811 |1029 |28137 |
+ROW |169812 |1030 |28140 |
+ROW |169813 |1054 |28236 |
+ROW |169814 |1054 |28240 |
+ROW |169815 |1055 |28243 |
+ROW |169816 |1059 |28285 |
+ROW |169817 |1059 |28289 |
+ROW |169818 |1060 |28292 |
+ROW |169819 |1069 |28333 |
+ROW |169820 |1069 |28337 |
+ROW |169821 |1070 |28340 |
+ROW |169822 |1078 |28380 |
+ROW |169823 |1078 |28384 |
+ROW |169824 |1079 |28387 |
+ROW |169825 |1094 |28457 |
+ROW |169826 |1094 |28461 |
+ROW |169827 |1095 |28464 |
+ROW |169828 |1101 |28485 |
+ROW |169829 |1101 |28489 |
+ROW |169830 |1102 |28492 |
+ROW |169831 |1126 |28960 |
+ROW |169832 |1126 |28964 |
+ROW |169833 |1127 |28967 |
+ROW |169834 |1135 |29053 |
+ROW |169835 |1135 |29057 |
+ROW |169836 |1136 |29060 |
+ROW |169837 |1000 |29834 |
+ROW |169838 |999 |29835 |
+ROW |169839 |999 |29836 |
+ROW |169840 |999 |29837 |
+ROW |169841 |999 |29838 |
+ROW |169842 |805 |29849 |
+ROW |169843 |804 |29850 |
+ROW |169844 |804 |29851 |
+ROW |169845 |804 |29852 |
+ROW |169846 |804 |29853 |
+ROW |169847 |813 |29854 |
+ROW |169848 |812 |29855 |
+ROW |169849 |812 |29856 |
+ROW |169850 |812 |29857 |
+ROW |169851 |812 |29858 |
+ROW |169852 |822 |29859 |
+ROW |169853 |821 |29860 |
+ROW |169854 |821 |29861 |
+ROW |169855 |821 |29862 |
+ROW |169856 |821 |29863 |
+ROW |169857 |825 |29864 |
+ROW |169858 |824 |29865 |
+ROW |169859 |824 |29866 |
+ROW |169860 |824 |29867 |
+ROW |169861 |824 |29868 |
+ROW |169862 |842 |29869 |
+ROW |169863 |841 |29870 |
+ROW |169864 |841 |29871 |
+ROW |169865 |841 |29872 |
+ROW |169866 |841 |29873 |
+ROW |169867 |847 |29874 |
+ROW |169868 |846 |29875 |
+ROW |169869 |846 |29876 |
+ROW |169870 |846 |29877 |
+ROW |169871 |846 |29878 |
+ROW |169872 |876 |29879 |
+ROW |169873 |875 |29880 |
+ROW |169874 |875 |29881 |
+ROW |169875 |875 |29882 |
+ROW |169876 |875 |29883 |
+ROW |169877 |885 |29884 |
+ROW |169878 |884 |29885 |
+ROW |169879 |884 |29886 |
+ROW |169880 |884 |29887 |
+ROW |169881 |884 |29888 |
+ROW |169882 |894 |29889 |
+ROW |169883 |893 |29890 |
+ROW |169884 |893 |29891 |
+ROW |169885 |893 |29892 |
+ROW |169886 |893 |29893 |
+ROW |169887 |903 |29894 |
+ROW |169888 |902 |29895 |
+ROW |169889 |902 |29896 |
+ROW |169890 |902 |29897 |
+ROW |169891 |902 |29898 |
+ROW |169892 |915 |29899 |
+ROW |169893 |914 |29900 |
+ROW |169894 |914 |29901 |
+ROW |169895 |914 |29902 |
+ROW |169896 |914 |29903 |
+ROW |169897 |918 |29904 |
+ROW |169898 |917 |29905 |
+ROW |169899 |917 |29906 |
+ROW |169900 |917 |29907 |
+ROW |169901 |917 |29908 |
+ROW |169902 |936 |29909 |
+ROW |169903 |935 |29910 |
+ROW |169904 |935 |29911 |
+ROW |169905 |935 |29912 |
+ROW |169906 |935 |29913 |
+ROW |169907 |944 |29914 |
+ROW |169908 |943 |29915 |
+ROW |169909 |943 |29916 |
+ROW |169910 |943 |29917 |
+ROW |169911 |943 |29918 |
+ROW |169912 |951 |29919 |
+ROW |169913 |950 |29920 |
+ROW |169914 |950 |29921 |
+ROW |169915 |950 |29922 |
+ROW |169916 |950 |29923 |
+ROW |169917 |971 |29924 |
+ROW |169918 |970 |29925 |
+ROW |169919 |970 |29926 |
+ROW |169920 |970 |29927 |
+ROW |169921 |970 |29928 |
+ROW |169922 |979 |29929 |
+ROW |169923 |978 |29930 |
+ROW |169924 |978 |29931 |
+ROW |169925 |978 |29932 |
+ROW |169926 |978 |29933 |
+ROW |169927 |988 |29934 |
+ROW |169928 |987 |29935 |
+ROW |169929 |987 |29936 |
+ROW |169930 |987 |29937 |
+ROW |169931 |987 |29938 |
+ROW |169932 |994 |29939 |
+ROW |169933 |993 |29940 |
+ROW |169934 |993 |29941 |
+ROW |169935 |993 |29942 |
+ROW |169936 |993 |29943 |
+ROW |169937 |1030 |29944 |
+ROW |169938 |1029 |29945 |
+ROW |169939 |1029 |29946 |
+ROW |169940 |1029 |29947 |
+ROW |169941 |1029 |29948 |
+ROW |169942 |1055 |29954 |
+ROW |169943 |1054 |29955 |
+ROW |169944 |1054 |29956 |
+ROW |169945 |1054 |29957 |
+ROW |169946 |1054 |29958 |
+ROW |169947 |1060 |29959 |
+ROW |169948 |1059 |29960 |
+ROW |169949 |1059 |29961 |
+ROW |169950 |1059 |29962 |
+ROW |169951 |1059 |29963 |
+ROW |169952 |1070 |29964 |
+ROW |169953 |1069 |29965 |
+ROW |169954 |1069 |29966 |
+ROW |169955 |1069 |29967 |
+ROW |169956 |1069 |29968 |
+ROW |169957 |1079 |29969 |
+ROW |169958 |1078 |29970 |
+ROW |169959 |1078 |29971 |
+ROW |169960 |1078 |29972 |
+ROW |169961 |1078 |29973 |
+ROW |169962 |1095 |29974 |
+ROW |169963 |1094 |29975 |
+ROW |169964 |1094 |29976 |
+ROW |169965 |1094 |29977 |
+ROW |169966 |1094 |29978 |
+ROW |169967 |1102 |29979 |
+ROW |169968 |1101 |29980 |
+ROW |169969 |1101 |29981 |
+ROW |169970 |1101 |29982 |
+ROW |169971 |1101 |29983 |
+ROW |169972 |1127 |29984 |
+ROW |169973 |1126 |29985 |
+ROW |169974 |1126 |29986 |
+ROW |169975 |1126 |29987 |
+ROW |169976 |1126 |29988 |
+ROW |169977 |1136 |29989 |
+ROW |169978 |1135 |29990 |
+ROW |169979 |1135 |29991 |
+ROW |169980 |1135 |29992 |
+ROW |169981 |1135 |29993 |
+ROW |169982 |1270 |30049 |
+ROW |169983 |1270 |30050 |
+ROW |169984 |1270 |30051 |
+ROW |169985 |1270 |30052 |
+ROW |169986 |1270 |30053 |
+ROW |169987 |1270 |30054 |
+ROW |169988 |1271 |30055 |
+ROW |169989 |1271 |30056 |
+ROW |169990 |1413 |32604 |
+ROW |169991 |1413 |32605 |
+ROW |169992 |1413 |32606 |
+ROW |169993 |1413 |32607 |
+ROW |169994 |1413 |32608 |
+ROW |169995 |1413 |32609 |
+ROW |169996 |1414 |32610 |
+ROW |169997 |1414 |32611 |
+ROW |169998 |1421 |32768 |
+ROW |169999 |1421 |32769 |
+ROW |170000 |1421 |32770 |
+ROW |170001 |1421 |32771 |
+ROW |170002 |1421 |32772 |
+ROW |170003 |1421 |32773 |
+ROW |170004 |1422 |32774 |
+ROW |170005 |1422 |32775 |
+ROW |170006 |1283 |30142 |
+ROW |170007 |1286 |30143 |
+ROW |170008 |1292 |30145 |
+ROW |170009 |1295 |30146 |
+ROW |170010 |1284 |30157 |
+ROW |170011 |1284 |30158 |
+ROW |170012 |1284 |30159 |
+ROW |170013 |1287 |30163 |
+ROW |170014 |1287 |30164 |
+ROW |170015 |1287 |30165 |
+ROW |170016 |1293 |30175 |
+ROW |170017 |1293 |30176 |
+ROW |170018 |1293 |30177 |
+ROW |170019 |1296 |30181 |
+ROW |170020 |1296 |30182 |
+ROW |170021 |1296 |30183 |
+ROW |170022 |1419 |32741 |
+ROW |170023 |1420 |32753 |
+ROW |170024 |1221 |22231 |
+ROW |170025 |1221 |22232 |
+ROW |170026 |1221 |23318 |
+ROW |170027 |1222 |29544 |
+ROW |170028 |1223 |29545 |
+ROW |170029 |1223 |29546 |
+ROW |170030 |1224 |29547 |
+ROW |170031 |1225 |10020 |
+ROW |170032 |1225 |10059 |
+ROW |170033 |1226 |22833 |
+ROW |170034 |1226 |22834 |
+ROW |170035 |1228 |22873 |
+ROW |170036 |1228 |22874 |
+ROW |170037 |1230 |22913 |
+ROW |170038 |1230 |22914 |
+ROW |170039 |1232 |22953 |
+ROW |170040 |1232 |22954 |
+ROW |170041 |1234 |22993 |
+ROW |170042 |1234 |22994 |
+ROW |170043 |1236 |23033 |
+ROW |170044 |1236 |23034 |
+ROW |170045 |1238 |23160 |
+ROW |170046 |1238 |23161 |
+ROW |170047 |1225 |23319 |
+ROW |170048 |1226 |23320 |
+ROW |170049 |1228 |23321 |
+ROW |170050 |1230 |23322 |
+ROW |170051 |1232 |23323 |
+ROW |170052 |1234 |23324 |
+ROW |170053 |1236 |23325 |
+ROW |170054 |1238 |23326 |
+ROW |170055 |1161 |29548 |
+ROW |170056 |1227 |29549 |
+ROW |170057 |1229 |29550 |
+ROW |170058 |1231 |29551 |
+ROW |170059 |1233 |29552 |
+ROW |170060 |1235 |29553 |
+ROW |170061 |1237 |29554 |
+ROW |170062 |1219 |29555 |
+ROW |170063 |1241 |29558 |
+ROW |170064 |1242 |29559 |
+ROW |170065 |1241 |29560 |
+ROW |170066 |1269 |29995 |
+ROW |170067 |1192 |29996 |
+ROW |170068 |1269 |29997 |
+ROW |170069 |1240 |23287 |
+ROW |170070 |1240 |23288 |
+ROW |170071 |1240 |23327 |
+ROW |170072 |1171 |29557 |
+ROW |170073 |810 |27203 |
+ROW |170074 |807 |27207 |
+ROW |170075 |806 |27208 |
+ROW |170076 |810 |30086 |
+ROW |170077 |807 |30087 |
+ROW |170078 |807 |30088 |
+ROW |170079 |807 |30089 |
+ROW |170080 |808 |27212 |
+ROW |170081 |809 |27213 |
+ROW |170082 |810 |27214 |
+ROW |170083 |1279 |30091 |
+ROW |170084 |1279 |30092 |
+ROW |170085 |1364 |28305 |
+ROW |170086 |1068 |28323 |
+ROW |170087 |1068 |28324 |
+ROW |170088 |1062 |28325 |
+ROW |170089 |1062 |28326 |
+ROW |170090 |1064 |28327 |
+ROW |170091 |1064 |28328 |
+ROW |170092 |1066 |28329 |
+ROW |170093 |1363 |32307 |
+ROW |170094 |819 |27236 |
+ROW |170095 |819 |27237 |
+ROW |170096 |813 |27238 |
+ROW |170097 |814 |27240 |
+ROW |170098 |815 |30093 |
+ROW |170099 |816 |27246 |
+ROW |170100 |816 |27247 |
+ROW |170101 |817 |27248 |
+ROW |170102 |818 |27249 |
+ROW |170103 |818 |27250 |
+ROW |170104 |826 |27294 |
+ROW |170105 |831 |27295 |
+ROW |170106 |831 |27296 |
+ROW |170107 |835 |27297 |
+ROW |170108 |827 |30094 |
+ROW |170109 |836 |27299 |
+ROW |170110 |838 |27301 |
+ROW |170111 |837 |30095 |
+ROW |170112 |839 |30096 |
+ROW |170113 |829 |27312 |
+ROW |170114 |830 |27313 |
+ROW |170115 |828 |27314 |
+ROW |170116 |828 |27315 |
+ROW |170117 |833 |27316 |
+ROW |170118 |834 |27317 |
+ROW |170119 |832 |27318 |
+ROW |170120 |835 |27319 |
+ROW |170121 |835 |27320 |
+ROW |170122 |1755 |35903 |
+ROW |170123 |1755 |35904 |
+ROW |170124 |1755 |35905 |
+ROW |170125 |1755 |35906 |
+ROW |170126 |1757 |35907 |
+ROW |170127 |1757 |35908 |
+ROW |170128 |1754 |35914 |
+ROW |170129 |1756 |35915 |
+ROW |170130 |1756 |35916 |
+ROW |170131 |1756 |35917 |
+ROW |170132 |1444 |33197 |
+ROW |170133 |1444 |33198 |
+ROW |170134 |1444 |33199 |
+ROW |170135 |1439 |33200 |
+ROW |170136 |1439 |33201 |
+ROW |170137 |1439 |33202 |
+ROW |170138 |1440 |33203 |
+ROW |170139 |1440 |33204 |
+ROW |170140 |1439 |33205 |
+ROW |170141 |1439 |33206 |
+ROW |170142 |1439 |33207 |
+ROW |170143 |1440 |33208 |
+ROW |170144 |1444 |33209 |
+ROW |170145 |1444 |33210 |
+ROW |170146 |1437 |33219 |
+ROW |170147 |1440 |33220 |
+ROW |170148 |1438 |33221 |
+ROW |170149 |1441 |33222 |
+ROW |170150 |1441 |33223 |
+ROW |170151 |1441 |33224 |
+ROW |170152 |1443 |33235 |
+ROW |170153 |1445 |33236 |
+ROW |170154 |1445 |33237 |
+ROW |170155 |1453 |33238 |
+ROW |170156 |1453 |33239 |
+ROW |170157 |1453 |33240 |
+ROW |170158 |1448 |33241 |
+ROW |170159 |1448 |33242 |
+ROW |170160 |1448 |33243 |
+ROW |170161 |1449 |33244 |
+ROW |170162 |1449 |33245 |
+ROW |170163 |1448 |33246 |
+ROW |170164 |1448 |33247 |
+ROW |170165 |1448 |33248 |
+ROW |170166 |1449 |33249 |
+ROW |170167 |1453 |33250 |
+ROW |170168 |1453 |33251 |
+ROW |170169 |1446 |33260 |
+ROW |170170 |1449 |33261 |
+ROW |170171 |1447 |33262 |
+ROW |170172 |1450 |33263 |
+ROW |170173 |1450 |33264 |
+ROW |170174 |1450 |33265 |
+ROW |170175 |1452 |33276 |
+ROW |170176 |1454 |33277 |
+ROW |170177 |1454 |33278 |
+ROW |170178 |1462 |33279 |
+ROW |170179 |1462 |33280 |
+ROW |170180 |1462 |33281 |
+ROW |170181 |1457 |33282 |
+ROW |170182 |1457 |33283 |
+ROW |170183 |1457 |33284 |
+ROW |170184 |1458 |33285 |
+ROW |170185 |1458 |33286 |
+ROW |170186 |1457 |33287 |
+ROW |170187 |1457 |33288 |
+ROW |170188 |1457 |33289 |
+ROW |170189 |1458 |33290 |
+ROW |170190 |1462 |33291 |
+ROW |170191 |1462 |33292 |
+ROW |170192 |1455 |33301 |
+ROW |170193 |1458 |33302 |
+ROW |170194 |1456 |33303 |
+ROW |170195 |1459 |33304 |
+ROW |170196 |1459 |33305 |
+ROW |170197 |1459 |33306 |
+ROW |170198 |1461 |33317 |
+ROW |170199 |1463 |33318 |
+ROW |170200 |1463 |33319 |
+ROW |170201 |1471 |33320 |
+ROW |170202 |1471 |33321 |
+ROW |170203 |1471 |33322 |
+ROW |170204 |1466 |33323 |
+ROW |170205 |1466 |33324 |
+ROW |170206 |1466 |33325 |
+ROW |170207 |1467 |33326 |
+ROW |170208 |1467 |33327 |
+ROW |170209 |1466 |33328 |
+ROW |170210 |1466 |33329 |
+ROW |170211 |1466 |33330 |
+ROW |170212 |1467 |33331 |
+ROW |170213 |1471 |33332 |
+ROW |170214 |1471 |33333 |
+ROW |170215 |1464 |33342 |
+ROW |170216 |1467 |33343 |
+ROW |170217 |1465 |33344 |
+ROW |170218 |1468 |33345 |
+ROW |170219 |1468 |33346 |
+ROW |170220 |1468 |33347 |
+ROW |170221 |1470 |33358 |
+ROW |170222 |1472 |33359 |
+ROW |170223 |1472 |33360 |
+ROW |170224 |1480 |33361 |
+ROW |170225 |1480 |33362 |
+ROW |170226 |1480 |33363 |
+ROW |170227 |1475 |33364 |
+ROW |170228 |1475 |33365 |
+ROW |170229 |1475 |33366 |
+ROW |170230 |1476 |33367 |
+ROW |170231 |1476 |33368 |
+ROW |170232 |1475 |33369 |
+ROW |170233 |1475 |33370 |
+ROW |170234 |1475 |33371 |
+ROW |170235 |1476 |33372 |
+ROW |170236 |1480 |33373 |
+ROW |170237 |1480 |33374 |
+ROW |170238 |1473 |33383 |
+ROW |170239 |1476 |33384 |
+ROW |170240 |1474 |33385 |
+ROW |170241 |1477 |33386 |
+ROW |170242 |1477 |33387 |
+ROW |170243 |1477 |33388 |
+ROW |170244 |1479 |33399 |
+ROW |170245 |1481 |33400 |
+ROW |170246 |1481 |33401 |
+ROW |170247 |851 |27376 |
+ROW |170248 |852 |27378 |
+ROW |170249 |852 |27379 |
+ROW |170250 |852 |30097 |
+ROW |170251 |869 |27380 |
+ROW |170252 |870 |27382 |
+ROW |170253 |870 |27383 |
+ROW |170254 |858 |27385 |
+ROW |170255 |858 |27386 |
+ROW |170256 |1048 |28209 |
+ROW |170257 |1048 |28210 |
+ROW |170258 |858 |30098 |
+ROW |170259 |870 |30099 |
+ROW |170260 |1048 |30100 |
+ROW |170261 |848 |27415 |
+ROW |170262 |848 |27416 |
+ROW |170263 |849 |27417 |
+ROW |170264 |852 |27419 |
+ROW |170265 |853 |27420 |
+ROW |170266 |853 |27421 |
+ROW |170267 |854 |27422 |
+ROW |170268 |855 |27423 |
+ROW |170269 |1056 |28246 |
+ROW |170270 |848 |30101 |
+ROW |170271 |856 |27425 |
+ROW |170272 |856 |27426 |
+ROW |170273 |857 |27427 |
+ROW |170274 |858 |27428 |
+ROW |170275 |859 |27429 |
+ROW |170276 |859 |27430 |
+ROW |170277 |860 |27431 |
+ROW |170278 |861 |27432 |
+ROW |170279 |868 |27443 |
+ROW |170280 |868 |27444 |
+ROW |170281 |870 |27445 |
+ROW |170282 |871 |27446 |
+ROW |170283 |871 |27447 |
+ROW |170284 |872 |27448 |
+ROW |170285 |873 |27449 |
+ROW |170286 |1048 |28208 |
+ROW |170287 |1049 |28215 |
+ROW |170288 |1050 |28216 |
+ROW |170289 |1051 |28217 |
+ROW |170290 |1051 |28218 |
+ROW |170291 |1052 |28220 |
+ROW |170292 |1052 |28222 |
+ROW |170293 |1057 |28247 |
+ROW |170294 |856 |30102 |
+ROW |170295 |868 |30103 |
+ROW |170296 |1052 |30104 |
+ROW |170297 |877 |27478 |
+ROW |170298 |880 |27479 |
+ROW |170299 |881 |27480 |
+ROW |170300 |882 |27481 |
+ROW |170301 |882 |27482 |
+ROW |170302 |882 |27483 |
+ROW |170303 |882 |27484 |
+ROW |170304 |879 |27485 |
+ROW |170305 |878 |30105 |
+ROW |170306 |891 |27508 |
+ROW |170307 |891 |27509 |
+ROW |170308 |891 |27510 |
+ROW |170309 |886 |27511 |
+ROW |170310 |891 |30106 |
+ROW |170311 |888 |27517 |
+ROW |170312 |890 |27518 |
+ROW |170313 |889 |27519 |
+ROW |170314 |887 |30107 |
+ROW |170315 |900 |27543 |
+ROW |170316 |900 |27544 |
+ROW |170317 |900 |27545 |
+ROW |170318 |900 |27546 |
+ROW |170319 |895 |27547 |
+ROW |170320 |897 |27553 |
+ROW |170321 |899 |27554 |
+ROW |170322 |898 |27555 |
+ROW |170323 |896 |30108 |
+ROW |170324 |909 |27579 |
+ROW |170325 |909 |27580 |
+ROW |170326 |909 |27582 |
+ROW |170327 |909 |27583 |
+ROW |170328 |906 |27584 |
+ROW |170329 |906 |27585 |
+ROW |170330 |904 |27586 |
+ROW |170331 |909 |30109 |
+ROW |170332 |905 |27591 |
+ROW |170333 |907 |27593 |
+ROW |170334 |908 |27594 |
+ROW |170335 |908 |27595 |
+ROW |170336 |905 |30110 |
+ROW |170337 |905 |30111 |
+ROW |170338 |1742 |35646 |
+ROW |170339 |1749 |35647 |
+ROW |170340 |1748 |35648 |
+ROW |170341 |1749 |35649 |
+ROW |170342 |1749 |35650 |
+ROW |170343 |1749 |35651 |
+ROW |170344 |1749 |35652 |
+ROW |170345 |1749 |35653 |
+ROW |170346 |1742 |35654 |
+ROW |170347 |1742 |35655 |
+ROW |170348 |1742 |35656 |
+ROW |170349 |1742 |35657 |
+ROW |170350 |1742 |35658 |
+ROW |170351 |1742 |35659 |
+ROW |170352 |1742 |35660 |
+ROW |170353 |1742 |35661 |
+ROW |170354 |1742 |35662 |
+ROW |170355 |1748 |35663 |
+ROW |170356 |1855 |36626 |
+ROW |170357 |1855 |36627 |
+ROW |170358 |1750 |35679 |
+ROW |170359 |1751 |35680 |
+ROW |170360 |1751 |35681 |
+ROW |170361 |1747 |35682 |
+ROW |170362 |1740 |35683 |
+ROW |170363 |1740 |35684 |
+ROW |170364 |1746 |35685 |
+ROW |170365 |1750 |35686 |
+ROW |170366 |1739 |35687 |
+ROW |170367 |1739 |35688 |
+ROW |170368 |1739 |35689 |
+ROW |170369 |1739 |35690 |
+ROW |170370 |1739 |35691 |
+ROW |170371 |1739 |35692 |
+ROW |170372 |1739 |35693 |
+ROW |170373 |1739 |35694 |
+ROW |170374 |1739 |35695 |
+ROW |170375 |1739 |35696 |
+ROW |170376 |1739 |35697 |
+ROW |170377 |1739 |35698 |
+ROW |170378 |1739 |35699 |
+ROW |170379 |1739 |35700 |
+ROW |170380 |1739 |35701 |
+ROW |170381 |1739 |35702 |
+ROW |170382 |1739 |35703 |
+ROW |170383 |1739 |35704 |
+ROW |170384 |1739 |35705 |
+ROW |170385 |1739 |35706 |
+ROW |170386 |1739 |35707 |
+ROW |170387 |1739 |35708 |
+ROW |170388 |1739 |35709 |
+ROW |170389 |1739 |35710 |
+ROW |170390 |1739 |35711 |
+ROW |170391 |1739 |35712 |
+ROW |170392 |1739 |35713 |
+ROW |170393 |1739 |35714 |
+ROW |170394 |1739 |35715 |
+ROW |170395 |1739 |35716 |
+ROW |170396 |1743 |35722 |
+ROW |170397 |1743 |35723 |
+ROW |170398 |1743 |35724 |
+ROW |170399 |1743 |35725 |
+ROW |170400 |1743 |35726 |
+ROW |170401 |1743 |35727 |
+ROW |170402 |1744 |35728 |
+ROW |170403 |1744 |35729 |
+ROW |170404 |1744 |35730 |
+ROW |170405 |1744 |35731 |
+ROW |170406 |919 |27671 |
+ROW |170407 |921 |27672 |
+ROW |170408 |922 |27673 |
+ROW |170409 |923 |27674 |
+ROW |170410 |924 |27675 |
+ROW |170411 |924 |27676 |
+ROW |170412 |924 |27677 |
+ROW |170413 |924 |27678 |
+ROW |170414 |924 |27679 |
+ROW |170415 |920 |30112 |
+ROW |170416 |1036 |28141 |
+ROW |170417 |1036 |28142 |
+ROW |170418 |1031 |28143 |
+ROW |170419 |1033 |28150 |
+ROW |170420 |1032 |28153 |
+ROW |170421 |1034 |28154 |
+ROW |170422 |1035 |28155 |
+ROW |170423 |1033 |28156 |
+ROW |170424 |1036 |28157 |
+ROW |170425 |1036 |28158 |
+ROW |170426 |1032 |30113 |
+ROW |170427 |1032 |30114 |
+ROW |170428 |1032 |30115 |
+ROW |170429 |941 |27748 |
+ROW |170430 |941 |27749 |
+ROW |170431 |941 |27750 |
+ROW |170432 |939 |27751 |
+ROW |170433 |937 |27753 |
+ROW |170434 |941 |27754 |
+ROW |170435 |940 |27755 |
+ROW |170436 |938 |30116 |
+ROW |170437 |948 |27777 |
+ROW |170438 |948 |27778 |
+ROW |170439 |945 |27783 |
+ROW |170440 |945 |27784 |
+ROW |170441 |948 |27785 |
+ROW |170442 |946 |27786 |
+ROW |170443 |947 |27787 |
+ROW |170444 |957 |27812 |
+ROW |170445 |957 |27813 |
+ROW |170446 |951 |27814 |
+ROW |170447 |957 |30117 |
+ROW |170448 |954 |27821 |
+ROW |170449 |956 |27822 |
+ROW |170450 |955 |27823 |
+ROW |170451 |952 |28894 |
+ROW |170452 |953 |30118 |
+ROW |170453 |1486 |33402 |
+ROW |170454 |1486 |33403 |
+ROW |170455 |1486 |33404 |
+ROW |170456 |1483 |33405 |
+ROW |170457 |1483 |33406 |
+ROW |170458 |1482 |33407 |
+ROW |170459 |1483 |33408 |
+ROW |170460 |1483 |33409 |
+ROW |170461 |1483 |33410 |
+ROW |170462 |1483 |33411 |
+ROW |170463 |1486 |33412 |
+ROW |170464 |1486 |33413 |
+ROW |170465 |1044 |28200 |
+ROW |170466 |1044 |28201 |
+ROW |170467 |1045 |28202 |
+ROW |170468 |1045 |28203 |
+ROW |170469 |1047 |28204 |
+ROW |170470 |1047 |28205 |
+ROW |170471 |1046 |28206 |
+ROW |170472 |1484 |33429 |
+ROW |170473 |1484 |33430 |
+ROW |170474 |1484 |33431 |
+ROW |170475 |976 |27893 |
+ROW |170476 |976 |27894 |
+ROW |170477 |976 |27895 |
+ROW |170478 |973 |27898 |
+ROW |170479 |973 |27900 |
+ROW |170480 |976 |30119 |
+ROW |170481 |973 |30120 |
+ROW |170482 |972 |27904 |
+ROW |170483 |974 |27905 |
+ROW |170484 |975 |27906 |
+ROW |170485 |975 |27907 |
+ROW |170486 |975 |27908 |
+ROW |170487 |974 |31790 |
+ROW |170488 |1365 |32308 |
+ROW |170489 |1368 |32309 |
+ROW |170490 |1370 |32310 |
+ROW |170491 |1370 |32311 |
+ROW |170492 |1366 |32312 |
+ROW |170493 |1369 |32313 |
+ROW |170494 |1369 |32314 |
+ROW |170495 |1369 |32315 |
+ROW |170496 |1369 |32316 |
+ROW |170497 |1368 |32317 |
+ROW |170498 |1368 |32318 |
+ROW |170499 |1365 |32319 |
+ROW |170500 |1367 |32320 |
+ROW |170501 |1367 |32321 |
+ROW |170502 |1367 |32322 |
+ROW |170503 |1366 |32323 |
+ROW |170504 |1366 |32324 |
+ROW |170505 |1371 |32325 |
+ROW |170506 |1365 |32326 |
+ROW |170507 |1365 |32327 |
+ROW |170508 |1370 |32328 |
+ROW |170509 |1366 |32330 |
+ROW |170510 |1372 |32331 |
+ROW |170511 |1376 |32332 |
+ROW |170512 |1377 |32333 |
+ROW |170513 |1377 |32334 |
+ROW |170514 |1373 |32335 |
+ROW |170515 |1376 |32336 |
+ROW |170516 |1376 |32337 |
+ROW |170517 |1376 |32338 |
+ROW |170518 |1375 |32339 |
+ROW |170519 |1378 |32340 |
+ROW |170520 |1375 |32341 |
+ROW |170521 |1375 |32342 |
+ROW |170522 |1374 |32343 |
+ROW |170523 |1374 |32344 |
+ROW |170524 |1374 |32345 |
+ROW |170525 |1373 |32346 |
+ROW |170526 |1373 |32347 |
+ROW |170527 |1377 |32348 |
+ROW |170528 |1373 |32350 |
+ROW |170529 |1379 |32351 |
+ROW |170530 |1382 |32352 |
+ROW |170531 |1384 |32353 |
+ROW |170532 |1384 |32354 |
+ROW |170533 |1380 |32355 |
+ROW |170534 |1383 |32356 |
+ROW |170535 |1383 |32357 |
+ROW |170536 |1383 |32358 |
+ROW |170537 |1383 |32359 |
+ROW |170538 |1382 |32360 |
+ROW |170539 |1382 |32361 |
+ROW |170540 |1379 |32362 |
+ROW |170541 |1381 |32363 |
+ROW |170542 |1381 |32364 |
+ROW |170543 |1381 |32365 |
+ROW |170544 |1380 |32366 |
+ROW |170545 |1380 |32367 |
+ROW |170546 |1385 |32368 |
+ROW |170547 |1379 |32369 |
+ROW |170548 |1379 |32370 |
+ROW |170549 |1384 |32371 |
+ROW |170550 |1380 |32373 |
+ROW |170551 |1390 |32374 |
+ROW |170552 |1387 |32375 |
+ROW |170553 |1387 |32376 |
+ROW |170554 |1388 |32377 |
+ROW |170555 |1388 |32378 |
+ROW |170556 |1388 |32379 |
+ROW |170557 |1389 |32380 |
+ROW |170558 |1386 |32382 |
+ROW |170559 |1391 |32383 |
+ROW |170560 |1393 |32384 |
+ROW |170561 |1395 |32385 |
+ROW |170562 |1392 |32386 |
+ROW |170563 |1394 |32387 |
+ROW |170564 |1394 |32388 |
+ROW |170565 |1394 |32389 |
+ROW |170566 |1393 |32390 |
+ROW |170567 |1392 |32391 |
+ROW |170568 |1391 |32392 |
+ROW |170569 |1392 |32393 |
+ROW |170570 |1392 |32394 |
+ROW |170571 |1396 |32395 |
+ROW |170572 |1391 |32396 |
+ROW |170573 |1391 |32397 |
+ROW |170574 |1391 |32398 |
+ROW |170575 |1395 |32399 |
+ROW |170576 |1392 |32401 |
+ROW |170577 |1397 |32402 |
+ROW |170578 |1399 |32403 |
+ROW |170579 |1401 |32404 |
+ROW |170580 |1398 |32405 |
+ROW |170581 |1400 |32406 |
+ROW |170582 |1400 |32407 |
+ROW |170583 |1400 |32408 |
+ROW |170584 |1399 |32409 |
+ROW |170585 |1398 |32410 |
+ROW |170586 |1397 |32411 |
+ROW |170587 |1398 |32412 |
+ROW |170588 |1398 |32413 |
+ROW |170589 |1402 |32414 |
+ROW |170590 |1397 |32415 |
+ROW |170591 |1397 |32416 |
+ROW |170592 |1397 |32417 |
+ROW |170593 |1401 |32418 |
+ROW |170594 |1398 |32420 |
+ROW |170595 |1409 |32421 |
+ROW |170596 |1407 |32422 |
+ROW |170597 |1405 |32423 |
+ROW |170598 |1405 |32424 |
+ROW |170599 |1407 |32425 |
+ROW |170600 |1407 |32426 |
+ROW |170601 |1407 |32427 |
+ROW |170602 |1408 |32428 |
+ROW |170603 |1408 |32429 |
+ROW |170604 |1404 |32436 |
+ROW |170605 |1404 |32437 |
+ROW |170606 |1404 |32438 |
+ROW |170607 |1403 |32439 |
+ROW |170608 |1404 |32440 |
+ROW |170609 |1406 |32441 |
+ROW |170610 |1406 |32442 |
+ROW |170611 |1406 |32443 |
+ROW |170612 |1406 |32444 |
+ROW |170613 |985 |27930 |
+ROW |170614 |985 |27931 |
+ROW |170615 |981 |27935 |
+ROW |170616 |980 |27936 |
+ROW |170617 |985 |30121 |
+ROW |170618 |981 |30122 |
+ROW |170619 |981 |30123 |
+ROW |170620 |982 |27940 |
+ROW |170621 |982 |27941 |
+ROW |170622 |984 |27942 |
+ROW |170623 |983 |27943 |
+ROW |170624 |991 |27967 |
+ROW |170625 |991 |27968 |
+ROW |170626 |991 |27970 |
+ROW |170627 |991 |27971 |
+ROW |170628 |990 |27972 |
+ROW |170629 |990 |27973 |
+ROW |170630 |989 |27975 |
+ROW |170631 |1282 |30124 |
+ROW |170632 |991 |30125 |
+ROW |170633 |990 |30126 |
+ROW |170634 |1280 |30129 |
+ROW |170635 |1281 |30130 |
+ROW |170636 |997 |27997 |
+ROW |170637 |997 |27998 |
+ROW |170638 |997 |27999 |
+ROW |170639 |997 |28000 |
+ROW |170640 |995 |28003 |
+ROW |170641 |996 |30131 |
+ROW |170642 |1003 |28026 |
+ROW |170643 |1003 |28027 |
+ROW |170644 |1001 |28031 |
+ROW |170645 |1002 |30132 |
+ROW |170646 |1002 |30133 |
+ROW |170647 |1002 |30134 |
+ROW |170648 |1002 |30135 |
+ROW |170649 |1002 |30136 |
+ROW |170650 |1761 |35951 |
+ROW |170651 |1758 |35952 |
+ROW |170652 |1758 |35953 |
+ROW |170653 |1758 |35954 |
+ROW |170654 |1758 |35955 |
+ROW |170655 |1758 |35956 |
+ROW |170656 |1758 |35957 |
+ROW |170657 |1758 |35958 |
+ROW |170658 |1761 |35959 |
+ROW |170659 |1761 |35960 |
+ROW |170660 |1762 |35981 |
+ROW |170661 |1760 |35982 |
+ROW |170662 |1768 |35983 |
+ROW |170663 |1764 |35984 |
+ROW |170664 |1763 |35985 |
+ROW |170665 |1764 |35986 |
+ROW |170666 |1764 |35987 |
+ROW |170667 |1764 |35988 |
+ROW |170668 |1764 |35989 |
+ROW |170669 |1764 |35990 |
+ROW |170670 |1764 |35991 |
+ROW |170671 |1768 |35992 |
+ROW |170672 |1765 |35999 |
+ROW |170673 |1769 |36025 |
+ROW |170674 |1767 |36026 |
+ROW |170675 |1775 |36027 |
+ROW |170676 |1772 |36028 |
+ROW |170677 |1770 |36029 |
+ROW |170678 |1772 |36030 |
+ROW |170679 |1772 |36031 |
+ROW |170680 |1772 |36032 |
+ROW |170681 |1772 |36033 |
+ROW |170682 |1772 |36034 |
+ROW |170683 |1772 |36035 |
+ROW |170684 |1775 |36036 |
+ROW |170685 |1771 |36041 |
+ROW |170686 |1776 |36059 |
+ROW |170687 |1774 |36060 |
+ROW |170688 |1783 |36061 |
+ROW |170689 |1779 |36062 |
+ROW |170690 |1779 |36063 |
+ROW |170691 |1779 |36064 |
+ROW |170692 |1779 |36065 |
+ROW |170693 |1779 |36066 |
+ROW |170694 |1783 |36067 |
+ROW |170695 |1778 |36079 |
+ROW |170696 |1791 |36128 |
+ROW |170697 |1787 |36129 |
+ROW |170698 |1787 |36130 |
+ROW |170699 |1787 |36131 |
+ROW |170700 |1787 |36132 |
+ROW |170701 |1787 |36133 |
+ROW |170702 |1791 |36134 |
+ROW |170703 |1786 |36146 |
+ROW |170704 |1797 |36195 |
+ROW |170705 |1794 |36196 |
+ROW |170706 |1794 |36197 |
+ROW |170707 |1794 |36198 |
+ROW |170708 |1794 |36199 |
+ROW |170709 |1794 |36200 |
+ROW |170710 |1794 |36201 |
+ROW |170711 |1794 |36202 |
+ROW |170712 |1797 |36203 |
+ROW |170713 |1797 |36204 |
+ROW |170714 |1793 |36210 |
+ROW |170715 |1798 |36227 |
+ROW |170716 |1796 |36228 |
+ROW |170717 |1802 |36229 |
+ROW |170718 |1800 |36230 |
+ROW |170719 |1799 |36231 |
+ROW |170720 |1800 |36232 |
+ROW |170721 |1800 |36233 |
+ROW |170722 |1800 |36234 |
+ROW |170723 |1800 |36235 |
+ROW |170724 |1800 |36236 |
+ROW |170725 |1800 |36237 |
+ROW |170726 |1802 |36238 |
+ROW |170727 |1808 |36267 |
+ROW |170728 |1804 |36268 |
+ROW |170729 |1803 |36269 |
+ROW |170730 |1804 |36270 |
+ROW |170731 |1804 |36271 |
+ROW |170732 |1804 |36272 |
+ROW |170733 |1804 |36273 |
+ROW |170734 |1804 |36274 |
+ROW |170735 |1804 |36275 |
+ROW |170736 |1808 |36276 |
+ROW |170737 |1805 |36283 |
+ROW |170738 |1809 |36309 |
+ROW |170739 |1807 |36310 |
+ROW |170740 |1815 |36311 |
+ROW |170741 |1811 |36312 |
+ROW |170742 |1810 |36313 |
+ROW |170743 |1811 |36314 |
+ROW |170744 |1811 |36315 |
+ROW |170745 |1811 |36316 |
+ROW |170746 |1811 |36317 |
+ROW |170747 |1811 |36318 |
+ROW |170748 |1811 |36319 |
+ROW |170749 |1815 |36320 |
+ROW |170750 |1812 |36327 |
+ROW |170751 |1816 |36353 |
+ROW |170752 |1814 |36354 |
+ROW |170753 |1822 |36355 |
+ROW |170754 |1819 |36356 |
+ROW |170755 |1817 |36357 |
+ROW |170756 |1819 |36358 |
+ROW |170757 |1819 |36359 |
+ROW |170758 |1819 |36360 |
+ROW |170759 |1819 |36361 |
+ROW |170760 |1819 |36362 |
+ROW |170761 |1819 |36363 |
+ROW |170762 |1822 |36364 |
+ROW |170763 |1818 |36371 |
+ROW |170764 |1823 |36397 |
+ROW |170765 |1821 |36398 |
+ROW |170766 |1829 |36399 |
+ROW |170767 |1826 |36400 |
+ROW |170768 |1824 |36401 |
+ROW |170769 |1826 |36402 |
+ROW |170770 |1826 |36403 |
+ROW |170771 |1826 |36404 |
+ROW |170772 |1826 |36405 |
+ROW |170773 |1826 |36406 |
+ROW |170774 |1826 |36407 |
+ROW |170775 |1829 |36408 |
+ROW |170776 |1825 |36415 |
+ROW |170777 |1830 |36441 |
+ROW |170778 |1828 |36442 |
+ROW |170779 |1837 |36443 |
+ROW |170780 |1833 |36444 |
+ROW |170781 |1831 |36445 |
+ROW |170782 |1833 |36446 |
+ROW |170783 |1833 |36447 |
+ROW |170784 |1833 |36448 |
+ROW |170785 |1834 |36449 |
+ROW |170786 |1833 |36450 |
+ROW |170787 |1833 |36451 |
+ROW |170788 |1833 |36452 |
+ROW |170789 |1837 |36453 |
+ROW |170790 |1832 |36460 |
+ROW |170791 |1838 |36486 |
+ROW |170792 |1836 |36487 |
+ROW |170793 |1845 |36488 |
+ROW |170794 |1841 |36489 |
+ROW |170795 |1839 |36490 |
+ROW |170796 |1841 |36491 |
+ROW |170797 |1841 |36492 |
+ROW |170798 |1841 |36493 |
+ROW |170799 |1842 |36494 |
+ROW |170800 |1841 |36495 |
+ROW |170801 |1841 |36496 |
+ROW |170802 |1841 |36497 |
+ROW |170803 |1845 |36498 |
+ROW |170804 |1840 |36505 |
+ROW |170805 |1846 |36531 |
+ROW |170806 |1844 |36532 |
+ROW |170807 |1853 |36533 |
+ROW |170808 |1849 |36534 |
+ROW |170809 |1847 |36535 |
+ROW |170810 |1849 |36536 |
+ROW |170811 |1849 |36537 |
+ROW |170812 |1849 |36538 |
+ROW |170813 |1849 |36539 |
+ROW |170814 |1849 |36540 |
+ROW |170815 |1849 |36541 |
+ROW |170816 |1853 |36542 |
+ROW |170817 |1848 |36550 |
+ROW |170818 |1850 |36551 |
+ROW |170819 |1854 |36577 |
+ROW |170820 |1852 |36578 |
+ROW |170821 |1142 |29087 |
+ROW |170822 |1142 |29088 |
+ROW |170823 |1142 |29089 |
+ROW |170824 |1142 |29090 |
+ROW |170825 |1142 |29091 |
+ROW |170826 |1142 |29092 |
+ROW |170827 |1142 |29093 |
+ROW |170828 |1142 |29094 |
+ROW |170829 |1142 |29095 |
+ROW |170830 |1142 |29096 |
+ROW |170831 |1142 |29097 |
+ROW |170832 |1142 |29098 |
+ROW |170833 |1142 |29099 |
+ROW |170834 |1142 |29100 |
+ROW |170835 |1142 |29101 |
+ROW |170836 |1142 |29102 |
+ROW |170837 |1144 |29103 |
+ROW |170838 |1144 |29104 |
+ROW |170839 |1144 |29105 |
+ROW |170840 |1144 |29106 |
+ROW |170841 |1144 |29107 |
+ROW |170842 |1144 |29108 |
+ROW |170843 |1151 |29110 |
+ROW |170844 |1148 |29111 |
+ROW |170845 |1148 |29112 |
+ROW |170846 |1148 |29113 |
+ROW |170847 |1148 |29114 |
+ROW |170848 |1148 |29115 |
+ROW |170849 |1148 |29116 |
+ROW |170850 |1148 |29117 |
+ROW |170851 |1148 |29118 |
+ROW |170852 |1148 |29119 |
+ROW |170853 |1150 |29120 |
+ROW |170854 |1149 |29121 |
+ROW |170855 |1149 |29122 |
+ROW |170856 |1149 |29123 |
+ROW |170857 |1152 |29124 |
+ROW |170858 |1152 |29125 |
+ROW |170859 |1152 |29126 |
+ROW |170860 |1152 |29127 |
+ROW |170861 |1152 |29128 |
+ROW |170862 |1152 |29129 |
+ROW |170863 |1152 |29130 |
+ROW |170864 |1152 |29131 |
+ROW |170865 |1152 |29132 |
+ROW |170866 |1152 |29133 |
+ROW |170867 |1152 |29134 |
+ROW |170868 |1152 |29135 |
+ROW |170869 |1152 |29136 |
+ROW |170870 |1152 |29137 |
+ROW |170871 |1152 |29138 |
+ROW |170872 |1152 |29139 |
+ROW |170873 |1154 |29140 |
+ROW |170874 |1154 |29141 |
+ROW |170875 |1154 |29142 |
+ROW |170876 |1154 |29143 |
+ROW |170877 |1154 |29144 |
+ROW |170878 |1154 |29145 |
+ROW |170879 |1161 |29147 |
+ROW |170880 |1158 |29148 |
+ROW |170881 |1158 |29149 |
+ROW |170882 |1158 |29150 |
+ROW |170883 |1158 |29151 |
+ROW |170884 |1158 |29152 |
+ROW |170885 |1158 |29153 |
+ROW |170886 |1158 |29154 |
+ROW |170887 |1158 |29155 |
+ROW |170888 |1158 |29156 |
+ROW |170889 |1160 |29157 |
+ROW |170890 |1159 |29158 |
+ROW |170891 |1159 |29159 |
+ROW |170892 |1159 |29160 |
+ROW |170893 |1162 |29161 |
+ROW |170894 |1162 |29162 |
+ROW |170895 |1162 |29163 |
+ROW |170896 |1162 |29164 |
+ROW |170897 |1162 |29165 |
+ROW |170898 |1162 |29166 |
+ROW |170899 |1162 |29167 |
+ROW |170900 |1162 |29168 |
+ROW |170901 |1162 |29169 |
+ROW |170902 |1162 |29170 |
+ROW |170903 |1162 |29171 |
+ROW |170904 |1162 |29172 |
+ROW |170905 |1162 |29173 |
+ROW |170906 |1162 |29174 |
+ROW |170907 |1162 |29175 |
+ROW |170908 |1162 |29176 |
+ROW |170909 |1164 |29177 |
+ROW |170910 |1164 |29178 |
+ROW |170911 |1164 |29179 |
+ROW |170912 |1164 |29180 |
+ROW |170913 |1164 |29181 |
+ROW |170914 |1164 |29182 |
+ROW |170915 |1171 |29184 |
+ROW |170916 |1168 |29185 |
+ROW |170917 |1168 |29186 |
+ROW |170918 |1168 |29187 |
+ROW |170919 |1168 |29188 |
+ROW |170920 |1168 |29189 |
+ROW |170921 |1168 |29190 |
+ROW |170922 |1168 |29191 |
+ROW |170923 |1168 |29192 |
+ROW |170924 |1168 |29193 |
+ROW |170925 |1170 |29194 |
+ROW |170926 |1169 |29195 |
+ROW |170927 |1169 |29196 |
+ROW |170928 |1169 |29197 |
+ROW |170929 |1142 |29198 |
+ROW |170930 |1144 |31270 |
+ROW |170931 |1152 |29199 |
+ROW |170932 |1154 |31271 |
+ROW |170933 |1162 |29200 |
+ROW |170934 |1164 |31272 |
+ROW |170935 |1146 |31278 |
+ROW |170936 |1156 |31281 |
+ROW |170937 |1166 |31284 |
+ROW |170938 |1146 |31287 |
+ROW |170939 |1146 |31290 |
+ROW |170940 |1156 |31293 |
+ROW |170941 |1156 |31296 |
+ROW |170942 |1166 |31299 |
+ROW |170943 |1166 |31302 |
+ROW |170944 |1173 |29273 |
+ROW |170945 |1173 |29274 |
+ROW |170946 |1173 |29275 |
+ROW |170947 |1173 |29276 |
+ROW |170948 |1173 |29277 |
+ROW |170949 |1173 |29278 |
+ROW |170950 |1173 |29279 |
+ROW |170951 |1173 |29280 |
+ROW |170952 |1173 |29281 |
+ROW |170953 |1173 |29282 |
+ROW |170954 |1173 |29283 |
+ROW |170955 |1173 |29284 |
+ROW |170956 |1173 |29285 |
+ROW |170957 |1173 |29286 |
+ROW |170958 |1173 |29287 |
+ROW |170959 |1173 |29288 |
+ROW |170960 |1175 |29289 |
+ROW |170961 |1175 |29290 |
+ROW |170962 |1175 |29291 |
+ROW |170963 |1175 |29292 |
+ROW |170964 |1175 |29293 |
+ROW |170965 |1175 |29294 |
+ROW |170966 |1182 |29296 |
+ROW |170967 |1179 |29297 |
+ROW |170968 |1179 |29298 |
+ROW |170969 |1179 |29299 |
+ROW |170970 |1179 |29300 |
+ROW |170971 |1179 |29301 |
+ROW |170972 |1179 |29302 |
+ROW |170973 |1179 |29303 |
+ROW |170974 |1179 |29304 |
+ROW |170975 |1179 |29305 |
+ROW |170976 |1181 |29306 |
+ROW |170977 |1180 |29307 |
+ROW |170978 |1180 |29308 |
+ROW |170979 |1180 |29309 |
+ROW |170980 |1183 |29310 |
+ROW |170981 |1183 |29311 |
+ROW |170982 |1183 |29312 |
+ROW |170983 |1183 |29313 |
+ROW |170984 |1183 |29314 |
+ROW |170985 |1183 |29315 |
+ROW |170986 |1183 |29316 |
+ROW |170987 |1183 |29317 |
+ROW |170988 |1183 |29318 |
+ROW |170989 |1183 |29319 |
+ROW |170990 |1183 |29320 |
+ROW |170991 |1183 |29321 |
+ROW |170992 |1183 |29322 |
+ROW |170993 |1183 |29323 |
+ROW |170994 |1183 |29324 |
+ROW |170995 |1183 |29325 |
+ROW |170996 |1185 |29326 |
+ROW |170997 |1185 |29327 |
+ROW |170998 |1185 |29328 |
+ROW |170999 |1185 |29329 |
+ROW |171000 |1185 |29330 |
+ROW |171001 |1185 |29331 |
+ROW |171002 |1192 |29333 |
+ROW |171003 |1189 |29334 |
+ROW |171004 |1189 |29335 |
+ROW |171005 |1189 |29336 |
+ROW |171006 |1189 |29337 |
+ROW |171007 |1189 |29338 |
+ROW |171008 |1189 |29339 |
+ROW |171009 |1189 |29340 |
+ROW |171010 |1189 |29341 |
+ROW |171011 |1189 |29342 |
+ROW |171012 |1191 |29343 |
+ROW |171013 |1190 |29344 |
+ROW |171014 |1190 |29345 |
+ROW |171015 |1190 |29346 |
+ROW |171016 |1173 |29347 |
+ROW |171017 |1175 |31303 |
+ROW |171018 |1183 |29348 |
+ROW |171019 |1185 |31304 |
+ROW |171020 |1177 |31309 |
+ROW |171021 |1187 |31312 |
+ROW |171022 |1177 |31315 |
+ROW |171023 |1177 |31318 |
+ROW |171024 |1187 |31321 |
+ROW |171025 |1187 |31324 |
+ROW |171026 |1201 |29395 |
+ROW |171027 |1196 |29396 |
+ROW |171028 |1196 |29397 |
+ROW |171029 |1194 |29398 |
+ROW |171030 |1193 |29399 |
+ROW |171031 |1196 |29400 |
+ROW |171032 |1196 |29401 |
+ROW |171033 |1196 |29402 |
+ROW |171034 |1196 |29403 |
+ROW |171035 |1194 |29404 |
+ROW |171036 |1193 |29405 |
+ROW |171037 |1193 |29406 |
+ROW |171038 |1193 |29407 |
+ROW |171039 |1193 |29408 |
+ROW |171040 |1193 |29409 |
+ROW |171041 |1193 |29410 |
+ROW |171042 |1193 |29411 |
+ROW |171043 |1193 |29412 |
+ROW |171044 |1193 |29413 |
+ROW |171045 |1194 |29414 |
+ROW |171046 |1197 |29415 |
+ROW |171047 |1193 |29416 |
+ROW |171048 |1193 |29417 |
+ROW |171049 |1193 |29418 |
+ROW |171050 |1193 |29419 |
+ROW |171051 |1193 |29420 |
+ROW |171052 |1199 |29421 |
+ROW |171053 |1195 |29422 |
+ROW |171054 |1194 |29423 |
+ROW |171055 |1194 |29424 |
+ROW |171056 |1194 |29425 |
+ROW |171057 |1193 |29426 |
+ROW |171058 |1193 |29427 |
+ROW |171059 |1195 |29428 |
+ROW |171060 |1201 |29450 |
+ROW |171061 |1201 |29451 |
+ROW |171062 |1128 |28978 |
+ROW |171063 |1128 |28979 |
+ROW |171064 |1128 |28980 |
+ROW |171065 |1128 |28981 |
+ROW |171066 |1128 |28982 |
+ROW |171067 |1128 |28983 |
+ROW |171068 |1128 |28984 |
+ROW |171069 |1128 |28985 |
+ROW |171070 |1128 |28986 |
+ROW |171071 |1130 |28987 |
+ROW |171072 |1130 |28988 |
+ROW |171073 |1130 |28989 |
+ROW |171074 |1130 |28990 |
+ROW |171075 |1130 |28991 |
+ROW |171076 |1130 |28992 |
+ROW |171077 |1132 |28993 |
+ROW |171078 |1132 |28994 |
+ROW |171079 |1132 |28995 |
+ROW |171080 |1132 |28996 |
+ROW |171081 |1132 |28997 |
+ROW |171082 |1132 |28998 |
+ROW |171083 |1132 |28999 |
+ROW |171084 |1132 |29000 |
+ROW |171085 |1132 |29001 |
+ROW |171086 |1134 |29002 |
+ROW |171087 |1134 |29003 |
+ROW |171088 |1134 |29004 |
+ROW |171089 |1134 |29005 |
+ROW |171090 |1134 |29006 |
+ROW |171091 |1134 |29007 |
+ROW |171092 |1130 |29017 |
+ROW |171093 |1130 |29018 |
+ROW |171094 |1130 |29019 |
+ROW |171095 |1130 |29020 |
+ROW |171096 |1130 |29021 |
+ROW |171097 |1130 |29022 |
+ROW |171098 |1130 |29023 |
+ROW |171099 |1130 |29024 |
+ROW |171100 |1130 |29025 |
+ROW |171101 |1130 |29026 |
+ROW |171102 |1134 |29034 |
+ROW |171103 |1134 |29035 |
+ROW |171104 |1134 |29036 |
+ROW |171105 |1134 |29037 |
+ROW |171106 |1134 |29038 |
+ROW |171107 |1134 |29039 |
+ROW |171108 |1134 |29040 |
+ROW |171109 |1134 |29041 |
+ROW |171110 |1134 |29042 |
+ROW |171111 |1134 |29043 |
+ROW |171112 |1130 |29048 |
+ROW |171113 |1134 |29049 |
+ROW |171114 |1202 |29454 |
+ROW |171115 |1202 |29455 |
+ROW |171116 |1202 |29456 |
+ROW |171117 |1202 |29457 |
+ROW |171118 |1202 |29458 |
+ROW |171119 |1202 |29459 |
+ROW |171120 |1203 |29460 |
+ROW |171121 |1203 |29461 |
+ROW |171122 |1203 |29462 |
+ROW |171123 |1203 |29463 |
+ROW |171124 |1203 |29466 |
+ROW |171125 |1203 |29467 |
+ROW |171126 |1203 |29468 |
+ROW |171127 |1203 |29469 |
+ROW |171128 |1203 |29470 |
+ROW |171129 |1209 |29472 |
+ROW |171130 |1207 |29473 |
+ROW |171131 |1207 |29474 |
+ROW |171132 |1207 |29475 |
+ROW |171133 |1207 |29476 |
+ROW |171134 |1207 |29477 |
+ROW |171135 |1208 |29478 |
+ROW |171136 |1202 |30137 |
+ROW |171137 |1202 |31325 |
+ROW |171138 |1203 |31326 |
+ROW |171139 |1203 |31327 |
+ROW |171140 |1211 |36579 |
+ROW |171141 |1212 |29480 |
+ROW |171142 |1212 |29481 |
+ROW |171143 |1212 |29482 |
+ROW |171144 |1212 |29483 |
+ROW |171145 |1212 |29484 |
+ROW |171146 |1212 |29485 |
+ROW |171147 |1213 |29486 |
+ROW |171148 |1213 |29487 |
+ROW |171149 |1213 |29488 |
+ROW |171150 |1213 |29489 |
+ROW |171151 |1213 |29492 |
+ROW |171152 |1213 |29493 |
+ROW |171153 |1213 |29494 |
+ROW |171154 |1213 |29495 |
+ROW |171155 |1213 |29496 |
+ROW |171156 |1219 |29498 |
+ROW |171157 |1217 |29499 |
+ROW |171158 |1217 |29500 |
+ROW |171159 |1217 |29501 |
+ROW |171160 |1217 |29502 |
+ROW |171161 |1217 |29503 |
+ROW |171162 |1218 |29504 |
+ROW |171163 |1212 |30138 |
+ROW |171164 |1212 |31328 |
+ROW |171165 |1213 |31329 |
+ROW |171166 |1213 |31330 |
+ROW |171167 |1216 |36580 |
+ROW |171168 |1203 |31331 |
+ROW |171169 |1213 |31332 |
+ROW |171170 |1310 |30425 |
+ROW |171171 |1311 |30426 |
+ROW |171172 |1243 |29561 |
+ROW |171173 |1243 |29562 |
+ROW |171174 |1243 |29563 |
+ROW |171175 |1243 |29564 |
+ROW |171176 |1243 |29565 |
+ROW |171177 |1243 |29566 |
+ROW |171178 |1244 |29567 |
+ROW |171179 |1244 |29568 |
+ROW |171180 |1244 |29569 |
+ROW |171181 |1244 |29570 |
+ROW |171182 |1244 |29573 |
+ROW |171183 |1244 |29574 |
+ROW |171184 |1244 |29575 |
+ROW |171185 |1244 |29576 |
+ROW |171186 |1244 |29577 |
+ROW |171187 |1250 |29579 |
+ROW |171188 |1248 |29580 |
+ROW |171189 |1248 |29581 |
+ROW |171190 |1248 |29582 |
+ROW |171191 |1248 |29583 |
+ROW |171192 |1248 |29584 |
+ROW |171193 |1249 |29585 |
+ROW |171194 |1243 |30139 |
+ROW |171195 |1243 |31343 |
+ROW |171196 |1244 |31344 |
+ROW |171197 |1244 |31345 |
+ROW |171198 |1252 |36601 |
+ROW |171199 |1253 |29587 |
+ROW |171200 |1253 |29588 |
+ROW |171201 |1253 |29589 |
+ROW |171202 |1253 |29590 |
+ROW |171203 |1253 |29591 |
+ROW |171204 |1253 |29592 |
+ROW |171205 |1254 |29593 |
+ROW |171206 |1254 |29594 |
+ROW |171207 |1254 |29595 |
+ROW |171208 |1254 |29596 |
+ROW |171209 |1254 |29599 |
+ROW |171210 |1254 |29600 |
+ROW |171211 |1254 |29601 |
+ROW |171212 |1254 |29602 |
+ROW |171213 |1254 |29603 |
+ROW |171214 |1242 |29605 |
+ROW |171215 |1258 |29606 |
+ROW |171216 |1258 |29607 |
+ROW |171217 |1258 |29608 |
+ROW |171218 |1258 |29609 |
+ROW |171219 |1258 |29610 |
+ROW |171220 |1259 |29611 |
+ROW |171221 |1253 |30140 |
+ROW |171222 |1253 |31346 |
+ROW |171223 |1254 |31347 |
+ROW |171224 |1254 |31348 |
+ROW |171225 |1257 |36602 |
+ROW |171226 |1244 |31349 |
+ROW |171227 |1254 |31350 |
+ROW |171228 |1312 |30429 |
+ROW |171229 |1313 |30430 |
+ROW |171230 |1493 |33568 |
+ROW |171231 |1493 |33569 |
+ROW |171232 |1493 |33570 |
+ROW |171233 |1492 |33571 |
+ROW |171234 |1492 |33572 |
+ROW |171235 |1492 |33574 |
+ROW |171236 |1492 |33575 |
+ROW |171237 |1492 |33576 |
+ROW |171238 |1492 |33577 |
+ROW |171239 |1492 |33578 |
+ROW |171240 |1493 |33579 |
+ROW |171241 |1493 |33580 |
+ROW |171242 |1493 |33581 |
+ROW |171243 |1493 |33582 |
+ROW |171244 |1493 |33583 |
+ROW |171245 |1493 |33584 |
+ROW |171246 |1493 |33585 |
+ROW |171247 |1493 |33589 |
+ROW |171248 |1493 |33590 |
+ROW |171249 |1493 |33591 |
+ROW |171250 |1493 |33592 |
+ROW |171251 |1493 |33593 |
+ROW |171252 |1493 |33594 |
+ROW |171253 |1493 |33595 |
+ROW |171254 |1492 |34083 |
+ROW |171255 |1493 |33602 |
+ROW |171256 |1493 |33603 |
+ROW |171257 |1493 |33604 |
+ROW |171258 |1493 |33605 |
+ROW |171259 |1493 |33606 |
+ROW |171260 |1492 |33607 |
+ROW |171261 |1493 |33608 |
+ROW |171262 |1493 |33609 |
+ROW |171263 |1493 |33610 |
+ROW |171264 |1493 |33611 |
+ROW |171265 |1493 |33612 |
+ROW |171266 |1493 |33613 |
+ROW |171267 |1493 |33614 |
+ROW |171268 |1493 |33615 |
+ROW |171269 |1493 |33616 |
+ROW |171270 |1493 |33617 |
+ROW |171271 |1493 |33618 |
+ROW |171272 |1495 |33619 |
+ROW |171273 |1495 |33620 |
+ROW |171274 |1495 |33621 |
+ROW |171275 |1494 |33622 |
+ROW |171276 |1494 |33623 |
+ROW |171277 |1494 |33625 |
+ROW |171278 |1494 |33626 |
+ROW |171279 |1494 |33627 |
+ROW |171280 |1494 |33628 |
+ROW |171281 |1494 |33629 |
+ROW |171282 |1495 |33630 |
+ROW |171283 |1495 |33631 |
+ROW |171284 |1495 |33632 |
+ROW |171285 |1495 |33633 |
+ROW |171286 |1495 |33634 |
+ROW |171287 |1495 |33635 |
+ROW |171288 |1495 |33636 |
+ROW |171289 |1495 |33640 |
+ROW |171290 |1495 |33641 |
+ROW |171291 |1495 |33642 |
+ROW |171292 |1495 |33643 |
+ROW |171293 |1495 |33644 |
+ROW |171294 |1495 |33645 |
+ROW |171295 |1495 |33646 |
+ROW |171296 |1494 |34084 |
+ROW |171297 |1495 |33653 |
+ROW |171298 |1495 |33654 |
+ROW |171299 |1495 |33655 |
+ROW |171300 |1495 |33656 |
+ROW |171301 |1495 |33657 |
+ROW |171302 |1494 |33658 |
+ROW |171303 |1495 |33659 |
+ROW |171304 |1495 |33660 |
+ROW |171305 |1495 |33661 |
+ROW |171306 |1495 |33662 |
+ROW |171307 |1495 |33663 |
+ROW |171308 |1495 |33664 |
+ROW |171309 |1495 |33665 |
+ROW |171310 |1495 |33666 |
+ROW |171311 |1495 |33667 |
+ROW |171312 |1495 |33668 |
+ROW |171313 |1495 |33669 |
+ROW |171314 |1497 |33670 |
+ROW |171315 |1497 |33671 |
+ROW |171316 |1497 |33672 |
+ROW |171317 |1496 |33673 |
+ROW |171318 |1496 |33674 |
+ROW |171319 |1496 |33676 |
+ROW |171320 |1496 |33677 |
+ROW |171321 |1496 |33678 |
+ROW |171322 |1496 |33679 |
+ROW |171323 |1496 |33680 |
+ROW |171324 |1497 |33681 |
+ROW |171325 |1497 |33682 |
+ROW |171326 |1497 |33683 |
+ROW |171327 |1497 |33684 |
+ROW |171328 |1497 |33685 |
+ROW |171329 |1497 |33686 |
+ROW |171330 |1497 |33687 |
+ROW |171331 |1497 |33691 |
+ROW |171332 |1497 |33692 |
+ROW |171333 |1497 |33693 |
+ROW |171334 |1497 |33694 |
+ROW |171335 |1497 |33695 |
+ROW |171336 |1497 |33696 |
+ROW |171337 |1497 |33697 |
+ROW |171338 |1496 |34085 |
+ROW |171339 |1497 |33704 |
+ROW |171340 |1497 |33705 |
+ROW |171341 |1497 |33706 |
+ROW |171342 |1497 |33707 |
+ROW |171343 |1497 |33708 |
+ROW |171344 |1496 |33709 |
+ROW |171345 |1497 |33710 |
+ROW |171346 |1497 |33711 |
+ROW |171347 |1497 |33712 |
+ROW |171348 |1497 |33713 |
+ROW |171349 |1497 |33714 |
+ROW |171350 |1497 |33715 |
+ROW |171351 |1497 |33716 |
+ROW |171352 |1497 |33717 |
+ROW |171353 |1497 |33718 |
+ROW |171354 |1497 |33719 |
+ROW |171355 |1497 |33720 |
+ROW |171356 |1499 |33721 |
+ROW |171357 |1499 |33722 |
+ROW |171358 |1499 |33723 |
+ROW |171359 |1498 |33724 |
+ROW |171360 |1498 |33725 |
+ROW |171361 |1498 |33727 |
+ROW |171362 |1498 |33728 |
+ROW |171363 |1498 |33729 |
+ROW |171364 |1498 |33730 |
+ROW |171365 |1498 |33731 |
+ROW |171366 |1499 |33732 |
+ROW |171367 |1499 |33733 |
+ROW |171368 |1499 |33734 |
+ROW |171369 |1499 |33735 |
+ROW |171370 |1499 |33736 |
+ROW |171371 |1499 |33737 |
+ROW |171372 |1499 |33738 |
+ROW |171373 |1499 |33742 |
+ROW |171374 |1499 |33743 |
+ROW |171375 |1499 |33744 |
+ROW |171376 |1499 |33745 |
+ROW |171377 |1499 |33746 |
+ROW |171378 |1499 |33747 |
+ROW |171379 |1499 |33748 |
+ROW |171380 |1498 |34086 |
+ROW |171381 |1499 |33755 |
+ROW |171382 |1499 |33756 |
+ROW |171383 |1499 |33757 |
+ROW |171384 |1499 |33758 |
+ROW |171385 |1499 |33759 |
+ROW |171386 |1498 |33760 |
+ROW |171387 |1499 |33761 |
+ROW |171388 |1499 |33762 |
+ROW |171389 |1499 |33763 |
+ROW |171390 |1499 |33764 |
+ROW |171391 |1499 |33765 |
+ROW |171392 |1499 |33766 |
+ROW |171393 |1499 |33767 |
+ROW |171394 |1499 |33768 |
+ROW |171395 |1499 |33769 |
+ROW |171396 |1499 |33770 |
+ROW |171397 |1499 |33771 |
+ROW |171398 |1501 |33772 |
+ROW |171399 |1501 |33773 |
+ROW |171400 |1501 |33774 |
+ROW |171401 |1500 |33775 |
+ROW |171402 |1500 |33776 |
+ROW |171403 |1500 |33778 |
+ROW |171404 |1500 |33779 |
+ROW |171405 |1500 |33780 |
+ROW |171406 |1500 |33781 |
+ROW |171407 |1500 |33782 |
+ROW |171408 |1501 |33783 |
+ROW |171409 |1501 |33784 |
+ROW |171410 |1501 |33785 |
+ROW |171411 |1501 |33786 |
+ROW |171412 |1501 |33787 |
+ROW |171413 |1501 |33788 |
+ROW |171414 |1501 |33789 |
+ROW |171415 |1501 |33793 |
+ROW |171416 |1501 |33794 |
+ROW |171417 |1501 |33795 |
+ROW |171418 |1501 |33796 |
+ROW |171419 |1501 |33797 |
+ROW |171420 |1501 |33798 |
+ROW |171421 |1501 |33799 |
+ROW |171422 |1500 |34087 |
+ROW |171423 |1501 |33806 |
+ROW |171424 |1501 |33807 |
+ROW |171425 |1501 |33808 |
+ROW |171426 |1501 |33809 |
+ROW |171427 |1501 |33810 |
+ROW |171428 |1500 |33811 |
+ROW |171429 |1501 |33812 |
+ROW |171430 |1501 |33813 |
+ROW |171431 |1501 |33814 |
+ROW |171432 |1501 |33815 |
+ROW |171433 |1501 |33816 |
+ROW |171434 |1501 |33817 |
+ROW |171435 |1501 |33818 |
+ROW |171436 |1501 |33819 |
+ROW |171437 |1501 |33820 |
+ROW |171438 |1501 |33821 |
+ROW |171439 |1501 |33822 |
+ROW |171440 |1503 |33823 |
+ROW |171441 |1503 |33824 |
+ROW |171442 |1503 |33825 |
+ROW |171443 |1502 |33826 |
+ROW |171444 |1502 |33827 |
+ROW |171445 |1502 |33829 |
+ROW |171446 |1502 |33830 |
+ROW |171447 |1502 |33831 |
+ROW |171448 |1502 |33832 |
+ROW |171449 |1502 |33833 |
+ROW |171450 |1503 |33834 |
+ROW |171451 |1503 |33835 |
+ROW |171452 |1503 |33836 |
+ROW |171453 |1503 |33837 |
+ROW |171454 |1503 |33838 |
+ROW |171455 |1503 |33839 |
+ROW |171456 |1503 |33840 |
+ROW |171457 |1503 |33844 |
+ROW |171458 |1503 |33845 |
+ROW |171459 |1503 |33846 |
+ROW |171460 |1503 |33847 |
+ROW |171461 |1503 |33848 |
+ROW |171462 |1503 |33849 |
+ROW |171463 |1503 |33850 |
+ROW |171464 |1502 |34088 |
+ROW |171465 |1503 |33857 |
+ROW |171466 |1503 |33858 |
+ROW |171467 |1503 |33859 |
+ROW |171468 |1503 |33860 |
+ROW |171469 |1503 |33861 |
+ROW |171470 |1502 |33862 |
+ROW |171471 |1503 |33863 |
+ROW |171472 |1503 |33864 |
+ROW |171473 |1503 |33865 |
+ROW |171474 |1503 |33866 |
+ROW |171475 |1503 |33867 |
+ROW |171476 |1503 |33868 |
+ROW |171477 |1503 |33869 |
+ROW |171478 |1503 |33870 |
+ROW |171479 |1503 |33871 |
+ROW |171480 |1503 |33872 |
+ROW |171481 |1503 |33873 |
+ROW |171482 |1505 |33874 |
+ROW |171483 |1505 |33875 |
+ROW |171484 |1505 |33876 |
+ROW |171485 |1504 |33877 |
+ROW |171486 |1504 |33878 |
+ROW |171487 |1504 |33880 |
+ROW |171488 |1504 |33881 |
+ROW |171489 |1504 |33882 |
+ROW |171490 |1504 |33883 |
+ROW |171491 |1504 |33884 |
+ROW |171492 |1505 |33885 |
+ROW |171493 |1505 |33886 |
+ROW |171494 |1505 |33887 |
+ROW |171495 |1505 |33888 |
+ROW |171496 |1505 |33889 |
+ROW |171497 |1505 |33890 |
+ROW |171498 |1505 |33891 |
+ROW |171499 |1505 |33895 |
+ROW |171500 |1505 |33896 |
+ROW |171501 |1505 |33897 |
+ROW |171502 |1505 |33898 |
+ROW |171503 |1505 |33899 |
+ROW |171504 |1505 |33900 |
+ROW |171505 |1505 |33901 |
+ROW |171506 |1504 |34089 |
+ROW |171507 |1505 |33908 |
+ROW |171508 |1505 |33909 |
+ROW |171509 |1505 |33910 |
+ROW |171510 |1505 |33911 |
+ROW |171511 |1505 |33912 |
+ROW |171512 |1504 |33913 |
+ROW |171513 |1505 |33914 |
+ROW |171514 |1505 |33915 |
+ROW |171515 |1505 |33916 |
+ROW |171516 |1505 |33917 |
+ROW |171517 |1505 |33918 |
+ROW |171518 |1505 |33919 |
+ROW |171519 |1505 |33920 |
+ROW |171520 |1505 |33921 |
+ROW |171521 |1505 |33922 |
+ROW |171522 |1505 |33923 |
+ROW |171523 |1505 |33924 |
+ROW |171524 |1489 |33433 |
+ROW |171525 |1489 |33434 |
+ROW |171526 |1488 |33435 |
+ROW |171527 |1488 |33436 |
+ROW |171528 |1488 |33438 |
+ROW |171529 |1488 |33439 |
+ROW |171530 |1488 |33440 |
+ROW |171531 |1488 |33441 |
+ROW |171532 |1488 |33442 |
+ROW |171533 |1489 |33443 |
+ROW |171534 |1489 |33444 |
+ROW |171535 |1489 |33445 |
+ROW |171536 |1489 |33446 |
+ROW |171537 |1489 |33447 |
+ROW |171538 |1489 |33448 |
+ROW |171539 |1489 |33449 |
+ROW |171540 |1489 |33453 |
+ROW |171541 |1489 |33454 |
+ROW |171542 |1489 |33455 |
+ROW |171543 |1489 |33456 |
+ROW |171544 |1489 |33457 |
+ROW |171545 |1489 |33458 |
+ROW |171546 |1489 |33459 |
+ROW |171547 |1489 |33925 |
+ROW |171548 |1488 |34090 |
+ROW |171549 |1489 |33465 |
+ROW |171550 |1489 |33466 |
+ROW |171551 |1489 |33467 |
+ROW |171552 |1489 |33468 |
+ROW |171553 |1489 |33469 |
+ROW |171554 |1488 |33470 |
+ROW |171555 |1489 |33471 |
+ROW |171556 |1489 |33472 |
+ROW |171557 |1489 |33473 |
+ROW |171558 |1489 |33474 |
+ROW |171559 |1489 |33475 |
+ROW |171560 |1489 |33476 |
+ROW |171561 |1489 |33477 |
+ROW |171562 |1489 |33478 |
+ROW |171563 |1489 |33927 |
+ROW |171564 |1489 |33928 |
+ROW |171565 |1489 |33929 |
+ROW |171566 |1507 |33930 |
+ROW |171567 |1507 |33931 |
+ROW |171568 |1507 |33932 |
+ROW |171569 |1506 |33933 |
+ROW |171570 |1506 |33934 |
+ROW |171571 |1506 |33936 |
+ROW |171572 |1506 |33937 |
+ROW |171573 |1506 |33938 |
+ROW |171574 |1506 |33939 |
+ROW |171575 |1506 |33940 |
+ROW |171576 |1507 |33941 |
+ROW |171577 |1507 |33942 |
+ROW |171578 |1507 |33943 |
+ROW |171579 |1507 |33944 |
+ROW |171580 |1507 |33945 |
+ROW |171581 |1507 |33946 |
+ROW |171582 |1507 |33947 |
+ROW |171583 |1507 |33951 |
+ROW |171584 |1507 |33952 |
+ROW |171585 |1507 |33953 |
+ROW |171586 |1507 |33954 |
+ROW |171587 |1507 |33955 |
+ROW |171588 |1507 |33956 |
+ROW |171589 |1507 |33957 |
+ROW |171590 |1506 |34091 |
+ROW |171591 |1507 |33964 |
+ROW |171592 |1507 |33965 |
+ROW |171593 |1507 |33966 |
+ROW |171594 |1507 |33967 |
+ROW |171595 |1507 |33968 |
+ROW |171596 |1506 |33969 |
+ROW |171597 |1507 |33970 |
+ROW |171598 |1507 |33971 |
+ROW |171599 |1507 |33972 |
+ROW |171600 |1507 |33973 |
+ROW |171601 |1507 |33974 |
+ROW |171602 |1507 |33975 |
+ROW |171603 |1507 |33976 |
+ROW |171604 |1507 |33977 |
+ROW |171605 |1507 |33978 |
+ROW |171606 |1507 |33979 |
+ROW |171607 |1507 |33980 |
+ROW |171608 |1509 |33981 |
+ROW |171609 |1509 |33982 |
+ROW |171610 |1509 |33983 |
+ROW |171611 |1508 |33984 |
+ROW |171612 |1508 |33985 |
+ROW |171613 |1508 |33987 |
+ROW |171614 |1508 |33988 |
+ROW |171615 |1508 |33989 |
+ROW |171616 |1508 |33990 |
+ROW |171617 |1508 |33991 |
+ROW |171618 |1509 |33992 |
+ROW |171619 |1509 |33993 |
+ROW |171620 |1509 |33994 |
+ROW |171621 |1509 |33995 |
+ROW |171622 |1509 |33996 |
+ROW |171623 |1509 |33997 |
+ROW |171624 |1509 |33998 |
+ROW |171625 |1509 |34002 |
+ROW |171626 |1509 |34003 |
+ROW |171627 |1509 |34004 |
+ROW |171628 |1509 |34005 |
+ROW |171629 |1509 |34006 |
+ROW |171630 |1509 |34007 |
+ROW |171631 |1509 |34008 |
+ROW |171632 |1508 |34092 |
+ROW |171633 |1509 |34015 |
+ROW |171634 |1509 |34016 |
+ROW |171635 |1509 |34017 |
+ROW |171636 |1509 |34018 |
+ROW |171637 |1509 |34019 |
+ROW |171638 |1508 |34020 |
+ROW |171639 |1509 |34021 |
+ROW |171640 |1509 |34022 |
+ROW |171641 |1509 |34023 |
+ROW |171642 |1509 |34024 |
+ROW |171643 |1509 |34025 |
+ROW |171644 |1509 |34026 |
+ROW |171645 |1509 |34027 |
+ROW |171646 |1509 |34028 |
+ROW |171647 |1509 |34029 |
+ROW |171648 |1509 |34030 |
+ROW |171649 |1509 |34031 |
+ROW |171650 |1511 |34032 |
+ROW |171651 |1511 |34033 |
+ROW |171652 |1511 |34034 |
+ROW |171653 |1510 |34035 |
+ROW |171654 |1510 |34036 |
+ROW |171655 |1510 |34038 |
+ROW |171656 |1510 |34039 |
+ROW |171657 |1510 |34040 |
+ROW |171658 |1510 |34041 |
+ROW |171659 |1510 |34042 |
+ROW |171660 |1511 |34043 |
+ROW |171661 |1511 |34044 |
+ROW |171662 |1511 |34045 |
+ROW |171663 |1511 |34046 |
+ROW |171664 |1511 |34047 |
+ROW |171665 |1511 |34048 |
+ROW |171666 |1511 |34049 |
+ROW |171667 |1511 |34053 |
+ROW |171668 |1511 |34054 |
+ROW |171669 |1511 |34055 |
+ROW |171670 |1511 |34056 |
+ROW |171671 |1511 |34057 |
+ROW |171672 |1511 |34058 |
+ROW |171673 |1511 |34059 |
+ROW |171674 |1510 |34093 |
+ROW |171675 |1511 |34066 |
+ROW |171676 |1511 |34067 |
+ROW |171677 |1511 |34068 |
+ROW |171678 |1511 |34069 |
+ROW |171679 |1511 |34070 |
+ROW |171680 |1510 |34071 |
+ROW |171681 |1511 |34072 |
+ROW |171682 |1511 |34073 |
+ROW |171683 |1511 |34074 |
+ROW |171684 |1511 |34075 |
+ROW |171685 |1511 |34076 |
+ROW |171686 |1511 |34077 |
+ROW |171687 |1511 |34078 |
+ROW |171688 |1511 |34079 |
+ROW |171689 |1511 |34080 |
+ROW |171690 |1511 |34081 |
+ROW |171691 |1511 |34082 |
+ROW |171692 |1424 |32776 |
+ROW |171693 |1424 |32777 |
+ROW |171694 |1424 |32778 |
+ROW |171695 |1424 |32779 |
+ROW |171696 |1491 |33479 |
+ROW |171697 |1490 |33480 |
+ROW |171698 |1491 |33481 |
+ROW |171699 |1491 |33482 |
+ROW |171700 |1491 |33483 |
+ROW |171701 |1491 |33484 |
+ROW |171702 |1491 |33485 |
+ROW |171703 |1491 |33486 |
+ROW |171704 |1491 |33487 |
+ROW |171705 |1490 |33488 |
+ROW |171706 |1490 |33489 |
+ROW |171707 |1491 |33490 |
+ROW |171708 |1490 |33491 |
+ROW |171709 |1491 |33492 |
+ROW |171710 |1490 |33493 |
+ROW |171711 |1490 |33494 |
+ROW |171712 |1490 |33495 |
+ROW |171713 |1491 |33496 |
+ROW |171714 |1491 |33497 |
+ROW |171715 |1491 |33498 |
+ROW |171716 |1491 |33499 |
+ROW |171717 |1490 |33500 |
+ROW |171718 |1490 |33501 |
+ROW |171719 |1491 |33502 |
+ROW |171720 |1491 |33503 |
+ROW |171721 |1490 |33504 |
+ROW |171722 |1490 |33505 |
+ROW |171723 |1490 |33506 |
+ROW |171724 |1490 |33507 |
+ROW |171725 |1490 |33508 |
+ROW |171726 |1490 |33509 |
+ROW |171727 |1491 |33510 |
+ROW |171728 |1491 |33511 |
+ROW |171729 |1490 |33512 |
+ROW |171730 |1491 |33545 |
+ROW |171731 |1491 |33551 |
+ROW |171732 |1491 |33552 |
+ROW |171733 |1491 |33553 |
+ROW |171734 |1491 |33559 |
+ROW |171735 |1491 |33560 |
+ROW |171736 |1491 |33561 |
+ROW |171737 |1491 |33562 |
+ROW |171738 |1416 |32612 |
+ROW |171739 |1416 |32613 |
+ROW |171740 |1416 |32614 |
+ROW |171741 |1416 |32615 |
+ROW |171742 |1325 |30685 |
+ROW |171743 |1616 |34946 |
+ROW |171744 |1616 |34947 |
+ROW |171745 |1616 |34948 |
+ROW |171746 |1616 |34949 |
+ROW |171747 |1616 |34950 |
+ROW |171748 |1621 |34951 |
+ROW |171749 |1616 |34952 |
+ROW |171750 |1621 |34953 |
+ROW |171751 |1614 |34964 |
+ROW |171752 |1614 |34965 |
+ROW |171753 |1614 |34966 |
+ROW |171754 |1615 |34967 |
+ROW |171755 |1619 |34982 |
+ROW |171756 |1619 |34983 |
+ROW |171757 |1619 |34984 |
+ROW |171758 |1619 |34985 |
+ROW |171759 |1619 |34986 |
+ROW |171760 |1620 |34987 |
+ROW |171761 |1622 |34988 |
+ROW |171762 |1622 |34989 |
+ROW |171763 |1622 |34990 |
+ROW |171764 |1622 |34991 |
+ROW |171765 |1622 |34992 |
+ROW |171766 |1617 |34993 |
+ROW |171767 |1617 |34994 |
+ROW |171768 |1621 |34995 |
+ROW |171769 |1623 |34996 |
+ROW |171770 |1623 |34997 |
+ROW |171771 |1623 |34998 |
+ROW |171772 |1277 |30066 |
+ROW |171773 |1277 |30067 |
+ROW |171774 |1277 |30068 |
+ROW |171775 |1277 |30069 |
+ROW |171776 |1277 |30070 |
+ROW |171777 |1276 |30071 |
+ROW |171778 |1271 |30072 |
+ROW |171779 |1274 |30073 |
+ROW |171780 |1274 |30074 |
+ROW |171781 |1273 |30075 |
+ROW |171782 |1275 |30076 |
+ROW |171783 |1275 |30077 |
+ROW |171784 |1275 |30078 |
+ROW |171785 |1275 |30079 |
+ROW |171786 |1278 |30080 |
+ROW |171787 |1278 |30081 |
+ROW |171788 |1278 |30082 |
+ROW |171789 |1272 |30083 |
+ROW |171790 |1272 |30084 |
+ROW |171791 |1272 |30085 |
+ROW |171792 |1635 |35041 |
+ROW |171793 |1635 |35042 |
+ROW |171794 |1636 |35043 |
+ROW |171795 |1636 |35044 |
+ROW |171796 |1636 |35045 |
+ROW |171797 |1635 |35046 |
+ROW |171798 |1635 |35047 |
+ROW |171799 |1635 |35048 |
+ROW |171800 |1639 |35049 |
+ROW |171801 |1636 |35050 |
+ROW |171802 |1639 |35051 |
+ROW |171803 |1635 |35052 |
+ROW |171804 |1639 |35053 |
+ROW |171805 |1633 |35061 |
+ROW |171806 |1633 |35062 |
+ROW |171807 |1633 |35063 |
+ROW |171808 |1634 |35064 |
+ROW |171809 |1634 |35065 |
+ROW |171810 |1637 |35066 |
+ROW |171811 |1637 |35067 |
+ROW |171812 |1637 |35068 |
+ROW |171813 |1637 |35069 |
+ROW |171814 |1637 |35070 |
+ROW |171815 |1637 |35071 |
+ROW |171816 |1638 |35072 |
+ROW |171817 |1640 |35073 |
+ROW |171818 |1640 |35074 |
+ROW |171819 |1641 |35075 |
+ROW |171820 |1641 |35076 |
+ROW |171821 |1641 |35077 |
+ROW |171822 |1641 |35078 |
+ROW |171823 |1641 |35079 |
+ROW |171824 |1641 |35080 |
+ROW |171825 |1653 |35123 |
+ROW |171826 |1653 |35124 |
+ROW |171827 |1654 |35125 |
+ROW |171828 |1654 |35126 |
+ROW |171829 |1654 |35127 |
+ROW |171830 |1653 |35128 |
+ROW |171831 |1653 |35129 |
+ROW |171832 |1653 |35130 |
+ROW |171833 |1657 |35131 |
+ROW |171834 |1654 |35132 |
+ROW |171835 |1657 |35133 |
+ROW |171836 |1653 |35134 |
+ROW |171837 |1657 |35135 |
+ROW |171838 |1651 |35143 |
+ROW |171839 |1651 |35144 |
+ROW |171840 |1651 |35145 |
+ROW |171841 |1652 |35146 |
+ROW |171842 |1652 |35147 |
+ROW |171843 |1655 |35148 |
+ROW |171844 |1655 |35149 |
+ROW |171845 |1655 |35150 |
+ROW |171846 |1655 |35151 |
+ROW |171847 |1655 |35152 |
+ROW |171848 |1655 |35153 |
+ROW |171849 |1656 |35154 |
+ROW |171850 |1658 |35155 |
+ROW |171851 |1658 |35156 |
+ROW |171852 |1659 |35157 |
+ROW |171853 |1659 |35158 |
+ROW |171854 |1659 |35159 |
+ROW |171855 |1659 |35160 |
+ROW |171856 |1659 |35161 |
+ROW |171857 |1659 |35162 |
+ROW |171858 |1671 |35205 |
+ROW |171859 |1671 |35206 |
+ROW |171860 |1672 |35207 |
+ROW |171861 |1672 |35208 |
+ROW |171862 |1672 |35209 |
+ROW |171863 |1671 |35210 |
+ROW |171864 |1671 |35211 |
+ROW |171865 |1671 |35212 |
+ROW |171866 |1675 |35213 |
+ROW |171867 |1672 |35214 |
+ROW |171868 |1675 |35215 |
+ROW |171869 |1671 |35216 |
+ROW |171870 |1675 |35217 |
+ROW |171871 |1669 |35225 |
+ROW |171872 |1669 |35226 |
+ROW |171873 |1669 |35227 |
+ROW |171874 |1670 |35228 |
+ROW |171875 |1670 |35229 |
+ROW |171876 |1673 |35230 |
+ROW |171877 |1673 |35231 |
+ROW |171878 |1673 |35232 |
+ROW |171879 |1673 |35233 |
+ROW |171880 |1673 |35234 |
+ROW |171881 |1673 |35235 |
+ROW |171882 |1674 |35236 |
+ROW |171883 |1676 |35237 |
+ROW |171884 |1676 |35238 |
+ROW |171885 |1677 |35239 |
+ROW |171886 |1677 |35240 |
+ROW |171887 |1677 |35241 |
+ROW |171888 |1677 |35242 |
+ROW |171889 |1677 |35243 |
+ROW |171890 |1677 |35244 |
+ROW |171891 |1689 |35287 |
+ROW |171892 |1689 |35288 |
+ROW |171893 |1690 |35289 |
+ROW |171894 |1690 |35290 |
+ROW |171895 |1690 |35291 |
+ROW |171896 |1689 |35292 |
+ROW |171897 |1689 |35293 |
+ROW |171898 |1689 |35294 |
+ROW |171899 |1693 |35295 |
+ROW |171900 |1690 |35296 |
+ROW |171901 |1693 |35297 |
+ROW |171902 |1689 |35298 |
+ROW |171903 |1693 |35299 |
+ROW |171904 |1687 |35307 |
+ROW |171905 |1687 |35308 |
+ROW |171906 |1687 |35309 |
+ROW |171907 |1688 |35310 |
+ROW |171908 |1688 |35311 |
+ROW |171909 |1691 |35312 |
+ROW |171910 |1691 |35313 |
+ROW |171911 |1691 |35314 |
+ROW |171912 |1691 |35315 |
+ROW |171913 |1691 |35316 |
+ROW |171914 |1691 |35317 |
+ROW |171915 |1692 |35318 |
+ROW |171916 |1694 |35319 |
+ROW |171917 |1694 |35320 |
+ROW |171918 |1695 |35321 |
+ROW |171919 |1695 |35322 |
+ROW |171920 |1695 |35323 |
+ROW |171921 |1695 |35324 |
+ROW |171922 |1695 |35325 |
+ROW |171923 |1695 |35326 |
+ROW |171924 |1070 |28341 |
+ROW |171925 |1073 |28342 |
+ROW |171926 |1073 |28344 |
+ROW |171927 |1073 |28345 |
+ROW |171928 |1073 |30141 |
+ROW |171929 |1076 |28354 |
+ROW |171930 |1076 |28355 |
+ROW |171931 |1076 |28356 |
+ROW |171932 |1076 |28357 |
+ROW |171933 |1075 |28358 |
+ROW |171934 |1072 |28359 |
+ROW |171935 |1072 |28360 |
+ROW |171936 |1074 |28361 |
+ROW |171937 |1074 |28362 |
+ROW |171938 |1074 |28363 |
+ROW |171939 |1074 |28364 |
+ROW |171940 |1074 |28365 |
+ROW |171941 |1074 |28366 |
+ROW |171942 |1074 |28367 |
+ROW |171943 |1077 |28368 |
+ROW |171944 |1077 |28369 |
+ROW |171945 |1077 |28370 |
+ROW |171946 |1077 |28371 |
+ROW |171947 |1077 |28372 |
+ROW |171948 |1077 |28373 |
+ROW |171949 |1071 |28374 |
+ROW |171950 |1071 |28375 |
+ROW |171951 |1071 |28376 |
+ROW |171952 |1698 |35327 |
+ROW |171953 |1698 |35328 |
+ROW |171954 |1699 |35329 |
+ROW |171955 |1699 |35330 |
+ROW |171956 |1698 |35331 |
+ROW |171957 |1698 |35332 |
+ROW |171958 |1698 |35333 |
+ROW |171959 |1704 |35334 |
+ROW |171960 |1703 |35335 |
+ROW |171961 |1703 |35336 |
+ROW |171962 |1698 |35337 |
+ROW |171963 |1703 |35338 |
+ROW |171964 |1696 |35353 |
+ROW |171965 |1696 |35354 |
+ROW |171966 |1696 |35355 |
+ROW |171967 |1696 |35356 |
+ROW |171968 |1697 |35357 |
+ROW |171969 |1700 |35358 |
+ROW |171970 |1701 |35359 |
+ROW |171971 |1701 |35360 |
+ROW |171972 |1701 |35361 |
+ROW |171973 |1701 |35362 |
+ROW |171974 |1701 |35363 |
+ROW |171975 |1701 |35364 |
+ROW |171976 |1702 |35365 |
+ROW |171977 |1704 |35366 |
+ROW |171978 |1704 |35367 |
+ROW |171979 |1704 |35368 |
+ROW |171980 |1704 |35369 |
+ROW |171981 |1704 |35370 |
+ROW |171982 |1704 |35371 |
+ROW |171983 |1704 |35372 |
+ROW |171984 |1704 |35373 |
+ROW |171985 |1704 |35374 |
+ROW |171986 |1704 |35375 |
+ROW |171987 |1704 |35376 |
+ROW |171988 |1704 |35377 |
+ROW |171989 |1704 |35378 |
+ROW |171990 |1704 |35379 |
+ROW |171991 |1704 |35380 |
+ROW |171992 |1705 |35381 |
+ROW |171993 |1705 |35382 |
+ROW |171994 |1705 |35383 |
+ROW |171995 |1708 |35384 |
+ROW |171996 |1708 |35385 |
+ROW |171997 |1709 |35386 |
+ROW |171998 |1709 |35387 |
+ROW |171999 |1708 |35388 |
+ROW |172000 |1708 |35389 |
+ROW |172001 |1708 |35390 |
+ROW |172002 |1714 |35391 |
+ROW |172003 |1713 |35392 |
+ROW |172004 |1713 |35393 |
+ROW |172005 |1708 |35394 |
+ROW |172006 |1713 |35395 |
+ROW |172007 |1706 |35410 |
+ROW |172008 |1706 |35411 |
+ROW |172009 |1706 |35412 |
+ROW |172010 |1706 |35413 |
+ROW |172011 |1707 |35414 |
+ROW |172012 |1710 |35415 |
+ROW |172013 |1711 |35416 |
+ROW |172014 |1711 |35417 |
+ROW |172015 |1711 |35418 |
+ROW |172016 |1711 |35419 |
+ROW |172017 |1711 |35420 |
+ROW |172018 |1711 |35421 |
+ROW |172019 |1712 |35422 |
+ROW |172020 |1714 |35423 |
+ROW |172021 |1714 |35424 |
+ROW |172022 |1714 |35425 |
+ROW |172023 |1714 |35426 |
+ROW |172024 |1714 |35427 |
+ROW |172025 |1714 |35428 |
+ROW |172026 |1714 |35429 |
+ROW |172027 |1714 |35430 |
+ROW |172028 |1714 |35431 |
+ROW |172029 |1714 |35432 |
+ROW |172030 |1714 |35433 |
+ROW |172031 |1714 |35434 |
+ROW |172032 |1714 |35435 |
+ROW |172033 |1714 |35436 |
+ROW |172034 |1714 |35437 |
+ROW |172035 |1715 |35438 |
+ROW |172036 |1715 |35439 |
+ROW |172037 |1715 |35440 |
+ROW |172038 |1718 |35441 |
+ROW |172039 |1718 |35442 |
+ROW |172040 |1719 |35443 |
+ROW |172041 |1719 |35444 |
+ROW |172042 |1718 |35445 |
+ROW |172043 |1718 |35446 |
+ROW |172044 |1718 |35447 |
+ROW |172045 |1724 |35448 |
+ROW |172046 |1723 |35449 |
+ROW |172047 |1723 |35450 |
+ROW |172048 |1718 |35451 |
+ROW |172049 |1723 |35452 |
+ROW |172050 |1716 |35467 |
+ROW |172051 |1716 |35468 |
+ROW |172052 |1716 |35469 |
+ROW |172053 |1716 |35470 |
+ROW |172054 |1717 |35471 |
+ROW |172055 |1720 |35472 |
+ROW |172056 |1721 |35473 |
+ROW |172057 |1721 |35474 |
+ROW |172058 |1721 |35475 |
+ROW |172059 |1721 |35476 |
+ROW |172060 |1721 |35477 |
+ROW |172061 |1721 |35478 |
+ROW |172062 |1722 |35479 |
+ROW |172063 |1724 |35480 |
+ROW |172064 |1724 |35481 |
+ROW |172065 |1724 |35482 |
+ROW |172066 |1724 |35483 |
+ROW |172067 |1724 |35484 |
+ROW |172068 |1724 |35485 |
+ROW |172069 |1724 |35486 |
+ROW |172070 |1724 |35487 |
+ROW |172071 |1724 |35488 |
+ROW |172072 |1724 |35489 |
+ROW |172073 |1724 |35490 |
+ROW |172074 |1724 |35491 |
+ROW |172075 |1724 |35492 |
+ROW |172076 |1724 |35493 |
+ROW |172077 |1724 |35494 |
+ROW |172078 |1725 |35495 |
+ROW |172079 |1725 |35496 |
+ROW |172080 |1725 |35497 |
+ROW |172081 |1728 |35498 |
+ROW |172082 |1728 |35499 |
+ROW |172083 |1729 |35500 |
+ROW |172084 |1729 |35501 |
+ROW |172085 |1728 |35502 |
+ROW |172086 |1728 |35503 |
+ROW |172087 |1728 |35504 |
+ROW |172088 |1734 |35505 |
+ROW |172089 |1733 |35506 |
+ROW |172090 |1733 |35507 |
+ROW |172091 |1728 |35508 |
+ROW |172092 |1733 |35509 |
+ROW |172093 |1726 |35524 |
+ROW |172094 |1726 |35525 |
+ROW |172095 |1726 |35526 |
+ROW |172096 |1726 |35527 |
+ROW |172097 |1727 |35528 |
+ROW |172098 |1730 |35529 |
+ROW |172099 |1731 |35530 |
+ROW |172100 |1731 |35531 |
+ROW |172101 |1731 |35532 |
+ROW |172102 |1731 |35533 |
+ROW |172103 |1731 |35534 |
+ROW |172104 |1731 |35535 |
+ROW |172105 |1732 |35536 |
+ROW |172106 |1734 |35537 |
+ROW |172107 |1734 |35538 |
+ROW |172108 |1734 |35539 |
+ROW |172109 |1734 |35540 |
+ROW |172110 |1734 |35541 |
+ROW |172111 |1734 |35542 |
+ROW |172112 |1734 |35543 |
+ROW |172113 |1734 |35544 |
+ROW |172114 |1734 |35545 |
+ROW |172115 |1734 |35546 |
+ROW |172116 |1734 |35547 |
+ROW |172117 |1734 |35548 |
+ROW |172118 |1734 |35549 |
+ROW |172119 |1734 |35550 |
+ROW |172120 |1734 |35551 |
+ROW |172121 |1735 |35552 |
+ROW |172122 |1735 |35553 |
+ROW |172123 |1735 |35554 |
+ROW |172124 |1085 |28388 |
+ROW |172125 |1082 |28390 |
+ROW |172126 |1082 |28391 |
+ROW |172127 |1079 |29994 |
+ROW |172128 |1085 |28404 |
+ROW |172129 |1085 |28405 |
+ROW |172130 |1085 |28406 |
+ROW |172131 |1085 |28407 |
+ROW |172132 |1085 |28408 |
+ROW |172133 |1085 |28409 |
+ROW |172134 |1084 |28411 |
+ROW |172135 |1081 |28412 |
+ROW |172136 |1080 |28413 |
+ROW |172137 |1080 |28414 |
+ROW |172138 |1080 |28415 |
+ROW |172139 |1080 |28416 |
+ROW |172140 |1083 |28417 |
+ROW |172141 |1083 |28418 |
+ROW |172142 |1083 |28419 |
+ROW |172143 |1083 |28420 |
+ROW |172144 |1083 |28421 |
+ROW |172145 |1083 |28422 |
+ROW |172146 |1086 |28423 |
+ROW |172147 |1086 |28424 |
+ROW |172148 |1086 |28425 |
+ROW |172149 |1085 |32732 |
+ROW |172150 |1085 |32733 |
+ROW |172151 |1085 |32734 |
+ROW |172152 |1085 |32735 |
+ROW |172153 |1085 |32736 |
+ROW |172154 |1085 |32737 |
+ROW |172155 |1085 |32738 |
+ROW |172156 |1085 |32739 |
+ROW |172157 |1085 |32740 |
+ROW |172158 |1095 |28465 |
+ROW |172159 |1097 |28466 |
+ROW |172160 |1097 |28467 |
+ROW |172161 |1100 |28474 |
+ROW |172162 |1100 |28475 |
+ROW |172163 |1100 |28476 |
+ROW |172164 |1099 |28477 |
+ROW |172165 |1096 |28478 |
+ROW |172166 |1096 |28479 |
+ROW |172167 |1098 |28480 |
+ROW |172168 |1098 |28481 |
+ROW |172169 |1104 |28495 |
+ROW |172170 |1103 |28496 |
TABLE |mappings
FIELDS|mappingid|valuemapid|value|newvalue |
@@ -34696,6 +34619,20 @@ ROW |5252 |37104 |29206 |
ROW |5253 |37105 |29209 |
ROW |5254 |37106 |29351 |
ROW |5255 |37107 |29354 |
+ROW |5256 |37110 |37108 |
+ROW |5257 |37111 |37108 |
+ROW |5258 |37112 |37109 |
+ROW |5259 |37113 |37109 |
+ROW |5260 |37114 |37109 |
+ROW |5261 |37116 |36768 |
+ROW |5262 |37117 |36768 |
+ROW |5263 |37118 |36768 |
+ROW |5264 |37119 |36768 |
+ROW |5265 |37120 |36768 |
+ROW |5266 |37121 |36768 |
+ROW |5267 |37122 |36768 |
+ROW |5268 |37123 |36768 |
+ROW |5269 |37124 |36768 |
TABLE |host_discovery
FIELDS|hostid|parent_hostid|parent_itemid|
@@ -34918,1067 +34855,1072 @@ ROW |446 |1422 |799 |
ROW |447 |1871 |1870 |
TABLE |item_condition
-FIELDS|item_conditionid|itemid|operator|macro |value |
-ROW |4 |22867 |8 |{#FSTYPE} |@File systems for discovery |
-ROW |5 |22907 |8 |{#FSTYPE} |@File systems for discovery |
-ROW |6 |22944 |8 |{#IFNAME} |@Network interfaces for discovery |
-ROW |7 |22947 |8 |{#FSTYPE} |@File systems for discovery |
-ROW |8 |22984 |8 |{#IFNAME} |@Network interfaces for discovery |
-ROW |9 |22987 |8 |{#FSTYPE} |@File systems for discovery |
-ROW |10 |23024 |8 |{#IFNAME} |@Network interfaces for discovery |
-ROW |11 |23027 |8 |{#FSTYPE} |@File systems for discovery |
-ROW |12 |23067 |8 |{#FSTYPE} |@File systems for discovery |
-ROW |15 |23329 |8 |{#IFNAME} |@Network interfaces for discovery |
-ROW |16 |23540 |8 |{#IFNAME} |@Network interfaces for discovery |
-ROW |217 |27031 |8 |{#IFOPERSTATUS} |1 |
-ROW |218 |27031 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |229 |27078 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |230 |27078 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |233 |27098 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |234 |27098 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |237 |27118 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |238 |27118 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |243 |27180 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |244 |27180 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |245 |27190 |8 |{#IFOPERSTATUS} |1 |
-ROW |246 |27190 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |247 |27209 |8 |{#TEMP_SENSOR} |1 |
-ROW |248 |27210 |8 |{#SNMPVALUE} |[^1] |
-ROW |249 |27211 |8 |{#ENT_SN} |.+ |
-ROW |250 |27215 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |251 |27215 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |253 |27242 |8 |{#SENSOR_TYPE} |1 |
-ROW |254 |27243 |8 |{#SENSOR_TYPE} |3 |
-ROW |255 |27244 |8 |{#SENSOR_TYPE} |2 |
-ROW |256 |27251 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |257 |27251 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |258 |27272 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |259 |27272 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |260 |27321 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |261 |27321 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |262 |27331 |8 |{#IFOPERSTATUS} |1 |
-ROW |263 |27331 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |266 |27393 |8 |{#ENT_SN} |.+ |
-ROW |267 |27393 |8 |{#ENT_CLASS} |^3$ |
-ROW |268 |27399 |8 |{#ENT_SN} |.+ |
-ROW |269 |27399 |8 |{#ENT_CLASS} |^3$ |
-ROW |272 |27410 |8 |{#ENT_SN} |.+ |
-ROW |273 |27410 |8 |{#ENT_CLASS} |^3$ |
-ROW |274 |27450 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |275 |27450 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |276 |27460 |8 |{#IFOPERSTATUS} |1 |
-ROW |277 |27460 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |278 |27486 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |279 |27486 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |280 |27520 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |281 |27520 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |282 |27530 |8 |{#IFOPERSTATUS} |1 |
-ROW |283 |27530 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |284 |27550 |8 |{#STATUS} |[^0] |
-ROW |285 |27551 |8 |{#STATUS} |[^0] |
-ROW |286 |27556 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |287 |27556 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |288 |27566 |8 |{#IFOPERSTATUS} |1 |
-ROW |289 |27566 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |294 |27619 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |295 |27619 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |296 |27629 |8 |{#IFOPERSTATUS} |1 |
-ROW |297 |27629 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |298 |27642 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |299 |27642 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |300 |27652 |8 |{#IFOPERSTATUS} |1 |
-ROW |301 |27652 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |302 |27665 |8 |{#SNMPVALUE} |^(MODULE&pipe;Module) (LEVEL&pipe;level)1$ |
-ROW |303 |27665 |8 |{#SNMPVALUE} |(Fabric&pipe;FABRIC) (.+) (Module&pipe;MODULE) |
-ROW |304 |27666 |8 |{#SNMPVALUE} |^(MODULE&pipe;Module) (LEVEL&pipe;level)1$ |
-ROW |305 |27666 |8 |{#SNMPVALUE} |(Fabric&pipe;FABRIC) (.+) (Module&pipe;MODULE) |
-ROW |306 |27666 |8 |{#SNMPVALUE} |(T&pipe;t)emperature.*(s&pipe;S)ensor |
-ROW |307 |27667 |8 |{#ENT_CLASS} |7 |
-ROW |308 |27668 |8 |{#ENT_CLASS} |6 |
-ROW |309 |27669 |8 |{#ENT_CLASS} |3 |
-ROW |323 |27722 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |324 |27722 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |325 |27732 |8 |{#IFOPERSTATUS} |1 |
-ROW |326 |27732 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |327 |27745 |8 |{#ENT_NAME} |MPU.* |
-ROW |328 |27746 |8 |{#ENT_CLASS} |3 |
-ROW |329 |27756 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |330 |27756 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |331 |27779 |8 |{#SENSOR_TYPE} |2 |
-ROW |332 |27780 |8 |{#ENT_CLASS} |2 |
-ROW |333 |27788 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |334 |27788 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |335 |27798 |8 |{#IFOPERSTATUS} |1 |
-ROW |336 |27798 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |337 |27815 |8 |{#SNMPVALUE} |Routing Engine.* |
-ROW |338 |27816 |8 |{#SNMPVALUE} |[^0]+ |
-ROW |350 |27872 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |351 |27872 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |352 |27903 |8 |{#STORAGE_TYPE} |.+4$ |
-ROW |353 |27903 |8 |{#STORAGE_TYPE} |.+hrStorageFixedDisk |
-ROW |354 |27909 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |355 |27909 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |356 |27944 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |357 |27944 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |358 |27954 |8 |{#IFOPERSTATUS} |1 |
-ROW |359 |27954 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |360 |27976 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |361 |27976 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |362 |28005 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |363 |28005 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |378 |28118 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |379 |28118 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |380 |28128 |8 |{#IFOPERSTATUS} |1 |
-ROW |381 |28128 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |382 |28144 |8 |{#SENSOR_TYPE} |8 |
-ROW |383 |28144 |8 |{#SENSOR_PRECISION} |0 |
-ROW |384 |28146 |8 |{#ENT_CLASS} |.+8.3.2$ |
-ROW |385 |28146 |8 |{#ENT_STATUS} |(1&pipe;2&pipe;3&pipe;4) |
-ROW |386 |28147 |8 |{#ENT_CLASS} |.+8.3.1$ |
-ROW |387 |28147 |8 |{#ENT_STATUS} |(1&pipe;2&pipe;3&pipe;4) |
-ROW |388 |28148 |8 |{#ENT_CLASS} |.+8.3.3$ |
-ROW |389 |28148 |8 |{#ENT_STATUS} |(1&pipe;2&pipe;3&pipe;4) |
-ROW |390 |28149 |8 |{#ENT_CLASS} |3 |
-ROW |397 |28196 |8 |{#SENSOR_TYPE} |8 |
-ROW |398 |28196 |8 |{#SENSOR_PRECISION} |1 |
-ROW |399 |28197 |8 |{#SNMPVALUE} |10 |
-ROW |400 |28198 |8 |{#ENT_CLASS} |3 |
-ROW |401 |28199 |8 |{#ENT_CLASS} |6 |
-ROW |402 |28207 |8 |{#ENT_SN} |.+ |
-ROW |403 |28207 |8 |{#ENT_CLASS} |^3$ |
-ROW |404 |28223 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |405 |28223 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |407 |27098 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |408 |27180 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |409 |27215 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |410 |27251 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |411 |27272 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |412 |27321 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |413 |27450 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |414 |27486 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |415 |27520 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |416 |27556 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |417 |27642 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |418 |27722 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |419 |27756 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |420 |27788 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |421 |27872 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |422 |27909 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |423 |27944 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |425 |28118 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |427 |28223 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |430 |28005 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |431 |27078 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |432 |27619 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |433 |27976 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |434 |27118 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |436 |28280 |8 |{#IFOPERSTATUS} |1 |
-ROW |437 |28280 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |438 |28293 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |439 |28293 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |440 |28293 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |448 |28306 |8 |{#SENSOR_TYPE} |8 |
-ROW |449 |28306 |8 |{#SENSOR_PRECISION} |1 |
-ROW |450 |28307 |8 |{#SENSOR_TYPE} |10 |
-ROW |451 |28308 |8 |{#ENT_CLASS} |3 |
-ROW |452 |28309 |8 |{#ENT_CLASS} |6 |
-ROW |453 |28346 |8 |{#SENSOR_LOCALE} |.*CPU.* |
-ROW |454 |28347 |8 |{#SENSOR_LOCALE} |.*Inlet Temp.* |
-ROW |455 |28349 |8 |{#TYPE} |3 |
-ROW |456 |28392 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
-ROW |457 |28393 |8 |{#SNMPINDEX} |0\.1 |
-ROW |458 |28393 |8 |{#SENSOR_LOCALE} |11 |
-ROW |459 |28394 |8 |{#SENSOR_LOCALE} |6 |
-ROW |460 |28395 |8 |{#SENSOR_LOCALE} |7 |
-ROW |461 |28396 |8 |{#SENSOR_LOCALE} |10 |
-ROW |462 |28397 |8 |{#SENSOR_LOCALE} |5 |
-ROW |466 |28468 |8 |{#SNMPVALUE} |(DIMM&pipe;PSU&pipe;PCH&pipe;RAID&pipe;RR&pipe;PCI).* |
-ROW |467 |28469 |8 |{#SNMPVALUE} |Ambient.* |
-ROW |468 |28470 |8 |{#SNMPVALUE} |CPU [0-9]* Temp |
-ROW |469 |28493 |8 |{#SNMPVALUE} |[1-9]+ |
-ROW |470 |28493 |8 |{#SENSOR_DESCR} |.*Temp.* |
-ROW |471 |28494 |8 |{#SNMPVALUE} |[1-9]+ |
-ROW |472 |28494 |8 |{#SENSOR_DESCR} |FAN.* |
-ROW |474 |28711 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
-ROW |475 |28948 |9 |{#DBNAME} |information_schema |
-ROW |476 |28955 |8 |{#IFOPERSTATUS} |1 |
-ROW |477 |28955 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |478 |28968 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |479 |28968 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |480 |28968 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |481 |29008 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |482 |29008 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |483 |29010 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |484 |29010 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |485 |29010 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |486 |29010 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |487 |29011 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |488 |29011 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |489 |29013 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |490 |29013 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |491 |29013 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |492 |29013 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |497 |29077 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |498 |29077 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |499 |29077 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |500 |29201 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |501 |29201 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |502 |29201 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |503 |29201 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |506 |29203 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |507 |29203 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |508 |29204 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |509 |29204 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |510 |29204 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |511 |29204 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |514 |29206 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |515 |29206 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |516 |29207 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |517 |29207 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |518 |29207 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |519 |29207 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |522 |29209 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |523 |29209 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |524 |29349 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |525 |29349 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |526 |29349 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |527 |29349 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |530 |29351 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |531 |29351 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |532 |29352 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |533 |29352 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |534 |29352 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |535 |29352 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |538 |29354 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |539 |29354 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |540 |29429 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |541 |29429 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |542 |29429 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |543 |29429 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |544 |29429 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |545 |29429 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |546 |29430 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |547 |29430 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |548 |29430 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |549 |29430 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |550 |29430 |8 |{#FSNAME} |{$VFS.FS.FSDEVICE.MATCHES} |
-ROW |551 |29430 |9 |{#FSDEVICE} |{$VFS.FS.FSDEVICE.NOT_MATCHES} |
-ROW |552 |29431 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |553 |29431 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |554 |29506 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |555 |29506 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |556 |29506 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |557 |29506 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |558 |29506 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
-ROW |559 |29506 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
-ROW |572 |29509 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |573 |29509 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |574 |29509 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |575 |29509 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |576 |29509 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
-ROW |577 |29509 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
-ROW |590 |29613 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |591 |29613 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |592 |29613 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |593 |29613 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |594 |29613 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
-ROW |595 |29613 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
-ROW |608 |29616 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |609 |29616 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |610 |29616 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |611 |29616 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |612 |29616 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
-ROW |613 |29616 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
-ROW |645 |27098 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |646 |27098 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |647 |27098 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |648 |27098 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |649 |27098 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |650 |27098 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |651 |27098 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |652 |27098 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |653 |27098 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |654 |27180 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |655 |27180 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |656 |27180 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |657 |27180 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |658 |27180 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |659 |27180 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |660 |27180 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |661 |27180 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |662 |27180 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |663 |27215 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |664 |27215 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |665 |27215 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |666 |27215 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |667 |27215 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |668 |27215 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |669 |27215 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |670 |27215 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |671 |27215 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |672 |27251 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |673 |27251 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |674 |27251 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |675 |27251 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |676 |27251 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |677 |27251 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |678 |27251 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |679 |27251 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |680 |27251 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |681 |27272 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |682 |27272 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |683 |27272 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |684 |27272 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |685 |27272 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |686 |27272 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |687 |27272 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |688 |27272 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |689 |27272 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |690 |27321 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |691 |27321 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |692 |27321 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |693 |27321 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |694 |27321 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |695 |27321 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |696 |27321 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |697 |27321 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |698 |27321 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |699 |27450 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |700 |27450 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |701 |27450 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |702 |27450 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |703 |27450 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |704 |27450 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |705 |27450 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |706 |27450 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |707 |27450 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |708 |27486 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |709 |27486 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |710 |27486 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |711 |27486 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |712 |27486 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |713 |27486 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |714 |27486 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |715 |27486 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |716 |27486 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |717 |27520 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |718 |27520 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |719 |27520 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |720 |27520 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |721 |27520 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |722 |27520 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |723 |27520 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |724 |27520 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |725 |27520 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |726 |27556 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |727 |27556 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |728 |27556 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |729 |27556 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |730 |27556 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |731 |27556 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |732 |27556 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |733 |27556 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |734 |27556 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |735 |27642 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |736 |27642 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |737 |27642 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |738 |27642 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |739 |27642 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |740 |27642 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |741 |27642 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |742 |27642 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |743 |27642 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |744 |27722 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |745 |27722 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |746 |27722 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |747 |27722 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |748 |27722 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |749 |27722 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |750 |27722 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |751 |27722 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |752 |27722 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |753 |27756 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |754 |27756 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |755 |27756 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |756 |27756 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |757 |27756 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |758 |27756 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |759 |27756 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |760 |27756 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |761 |27756 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |762 |27788 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |763 |27788 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |764 |27788 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |765 |27788 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |766 |27788 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |767 |27788 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |768 |27788 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |769 |27788 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |770 |27788 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |771 |27872 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |772 |27872 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |773 |27872 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |774 |27872 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |775 |27872 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |776 |27872 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |777 |27872 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |778 |27872 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |779 |27872 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |780 |27909 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |781 |27909 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |782 |27909 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |783 |27909 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |784 |27909 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |785 |27909 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |786 |27909 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |787 |27909 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |788 |27909 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |789 |27944 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |790 |27944 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |791 |27944 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |792 |27944 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |793 |27944 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |794 |27944 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |795 |27944 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |796 |27944 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |797 |27944 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |798 |28118 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |799 |28118 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |800 |28118 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |801 |28118 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |802 |28118 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |803 |28118 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |804 |28118 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |805 |28118 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |806 |28118 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |816 |28223 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |817 |28223 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |818 |28223 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |819 |28223 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |820 |28223 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |821 |28223 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |822 |28223 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |823 |28223 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |824 |28223 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |825 |28293 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |826 |28293 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |827 |28293 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |828 |28293 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |829 |28293 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |830 |28293 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |831 |28293 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |832 |28293 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |833 |28293 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |834 |28968 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |835 |28968 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |836 |28968 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |837 |28968 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |838 |28968 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |839 |28968 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |840 |28968 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |841 |28968 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |842 |28968 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |857 |28005 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |858 |28005 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |859 |28005 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |860 |28005 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |861 |28005 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |862 |28005 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |863 |28005 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |864 |27078 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |865 |27078 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |866 |27078 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |867 |27078 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |868 |27078 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |869 |27078 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |870 |27078 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |871 |27619 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |872 |27619 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |873 |27619 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |874 |27619 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |875 |27619 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |876 |27619 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |877 |27619 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |878 |27976 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |879 |27976 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |880 |27976 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |881 |27976 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |882 |27976 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |883 |27976 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |884 |27976 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |885 |27118 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |886 |27118 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |887 |27118 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |888 |27118 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |889 |27118 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |890 |27118 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |891 |27118 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |892 |27118 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |893 |27118 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |894 |29077 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |895 |29077 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |896 |29077 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |897 |29077 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |898 |29077 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |899 |29077 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |900 |29077 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |901 |29077 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |902 |29077 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |905 |30147 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
-ROW |906 |30147 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
-ROW |907 |30147 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
-ROW |908 |30147 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
-ROW |909 |30148 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |910 |30148 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |911 |30148 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |912 |30148 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |913 |30149 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
-ROW |914 |30149 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
-ROW |915 |30149 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
-ROW |916 |30149 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
-ROW |917 |30150 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |918 |30150 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |919 |30150 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |920 |30150 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |929 |30153 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
-ROW |930 |30153 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
-ROW |931 |30153 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
-ROW |932 |30153 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
-ROW |933 |30154 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |934 |30154 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |935 |30154 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |936 |30154 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |937 |30155 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
-ROW |938 |30155 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
-ROW |939 |30155 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
-ROW |940 |30155 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
-ROW |941 |30156 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |942 |30156 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |943 |30156 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |944 |30156 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |945 |30193 |8 |{#SVNAME} |BACKEND |
-ROW |946 |30194 |8 |{#SVNAME} |FRONTEND |
-ROW |947 |30195 |9 |{#SVNAME} |FRONTEND&pipe;BACKEND |
-ROW |948 |30236 |8 |{#SVNAME} |BACKEND |
-ROW |949 |30237 |8 |{#SVNAME} |FRONTEND |
-ROW |950 |30238 |9 |{#SVNAME} |FRONTEND&pipe;BACKEND |
-ROW |951 |30338 |8 |{#DB} |{$REDIS.LLD.FILTER.DB.MATCHES} |
-ROW |952 |30338 |9 |{#DB} |{$REDIS.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |969 |30423 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
-ROW |970 |30423 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
-ROW |971 |30423 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
-ROW |972 |30423 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
-ROW |973 |30424 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
-ROW |974 |30424 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
-ROW |975 |30424 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
-ROW |976 |30424 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
-ROW |977 |30427 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
-ROW |978 |30427 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
-ROW |979 |30427 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
-ROW |980 |30427 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
-ROW |981 |30428 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
-ROW |982 |30428 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
-ROW |983 |30428 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
-ROW |984 |30428 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
-ROW |985 |30472 |9 |{#DBNAME} |information_schema |
-ROW |986 |30520 |9 |{#DATABASE} |information_schema |
-ROW |987 |30571 |8 |{#NAME} |{$DOCKER.LLD.FILTER.CONTAINER.MATCHES} |
-ROW |988 |30571 |9 |{#NAME} |{$DOCKER.LLD.FILTER.CONTAINER.NOT_MATCHES} |
-ROW |989 |30572 |8 |{#NAME} |{$DOCKER.LLD.FILTER.IMAGE.MATCHES} |
-ROW |990 |30572 |9 |{#NAME} |{$DOCKER.LLD.FILTER.IMAGE.NOT_MATCHES} |
-ROW |991 |30678 |9 |{#DATABASE} |information_schema |
-ROW |992 |30686 |9 |{#SENSOR_READING_TYPE} |threshold |
-ROW |993 |30686 |8 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.MATCHES} |
-ROW |994 |30686 |9 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.NOT_MATCHES} |
-ROW |995 |30687 |8 |{#SENSOR_READING_TYPE} |threshold |
-ROW |996 |30687 |8 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.MATCHES} |
-ROW |997 |30687 |9 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.NOT_MATCHES} |
-ROW |1004 |30193 |8 |{#MODE} |http&pipe;tcp |
-ROW |1005 |30194 |8 |{#MODE} |http&pipe;tcp |
-ROW |1006 |30195 |8 |{#MODE} |http&pipe;tcp |
-ROW |1013 |30236 |8 |{#MODE} |http&pipe;tcp |
-ROW |1014 |30237 |8 |{#MODE} |http&pipe;tcp |
-ROW |1015 |30238 |8 |{#MODE} |http&pipe;tcp |
-ROW |1016 |30874 |8 |{#NAME} |{$CLICKHOUSE.LLD.FILTER.DICT.MATCHES} |
-ROW |1017 |30874 |9 |{#NAME} |{$CLICKHOUSE.LLD.FILTER.DICT.NOT_MATCHES} |
-ROW |1018 |30875 |8 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.MATCHES} |
-ROW |1019 |30875 |9 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |1020 |30876 |8 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.MATCHES} |
-ROW |1021 |30876 |9 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |1022 |30961 |9 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.NOT_MATCHES} |
-ROW |1023 |30961 |8 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.MATCHES} |
-ROW |1024 |31005 |9 |{#APPPOOL} |{$IIS.APPPOOL.NOT_MATCHES} |
-ROW |1025 |31005 |8 |{#APPPOOL} |{$IIS.APPPOOL.MATCHES} |
-ROW |1026 |31047 |9 |{#APPPOOL} |{$IIS.APPPOOL.NOT_MATCHES} |
-ROW |1027 |31047 |8 |{#APPPOOL} |{$IIS.APPPOOL.MATCHES} |
-ROW |1028 |31123 |8 |{#DBNAME} |{$MSSQL.DBNAME.MATCHES} |
-ROW |1029 |31123 |9 |{#DBNAME} |{$MSSQL.DBNAME.NOT_MATCHES} |
-ROW |1030 |31240 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
-ROW |1031 |31273 |8 |{#DEVTYPE} |disk |
-ROW |1032 |31273 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1033 |31273 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1034 |31274 |8 |{#DEVTYPE} |disk |
-ROW |1035 |31274 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1036 |31274 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1037 |31275 |8 |{#DEVTYPE} |disk |
-ROW |1038 |31275 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1039 |31275 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1040 |31305 |8 |{#DEVTYPE} |disk |
-ROW |1041 |31305 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1042 |31305 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1043 |31306 |8 |{#DEVTYPE} |disk |
-ROW |1044 |31306 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1045 |31306 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1046 |31333 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1047 |31333 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1048 |31334 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1049 |31334 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1050 |31351 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1051 |31351 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1052 |31352 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1053 |31352 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1084 |31707 |8 |{#DBNAME} |{$ORACLE.DBNAME.MATCHES} |
-ROW |1085 |31707 |9 |{#DBNAME} |{$ORACLE.DBNAME.NOT_MATCHES} |
-ROW |1086 |31709 |8 |{#DBNAME} |{$ORACLE.DBNAME.MATCHES} |
-ROW |1087 |31709 |9 |{#DBNAME} |{$ORACLE.DBNAME.NOT_MATCHES} |
-ROW |1088 |31710 |8 |{#TABLESPACE} |{$ORACLE.TABLESPACE.NAME.MATCHES} |
-ROW |1089 |31710 |9 |{#TABLESPACE} |{$ORACLE.TABLESPACE.NAME.NOT_MATCHES} |
-ROW |1090 |31788 |8 |{#IFTYPE} |^71$ |
-ROW |1091 |31788 |8 |{#IFADMINSTATUS} |^1$ |
-ROW |1092 |31789 |8 |{#IFTYPE} |^1$ |
-ROW |1093 |31964 |8 |{#IFTYPE} |^1$ |
-ROW |1094 |31964 |8 |{#IFNAME} |{$IFNAME.LTEMODEM.MATCHES} |
-ROW |1095 |31789 |8 |{#IFNAME} |{$IFNAME.WIFI.MATCHES} |
-ROW |1096 |32133 |8 |{#JMXTOPIC} |{$KAFKA.TOPIC.MATCHES} |
-ROW |1097 |32133 |9 |{#JMXTOPIC} |{$KAFKA.TOPIC.NOT_MATCHES} |
-ROW |1098 |32134 |8 |{#JMXTOPIC} |{$KAFKA.TOPIC.MATCHES} |
-ROW |1099 |32134 |9 |{#JMXTOPIC} |{$KAFKA.TOPIC.NOT_MATCHES} |
-ROW |1100 |32135 |8 |{#JMXTOPIC} |{$KAFKA.TOPIC.MATCHES} |
-ROW |1101 |32135 |9 |{#JMXTOPIC} |{$KAFKA.TOPIC.NOT_MATCHES} |
-ROW |1102 |32140 |8 |{#JMXATTR} |^name$ |
-ROW |1103 |32141 |8 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.MATCHES:"GlobalRequesProcessor"} |
-ROW |1104 |32141 |9 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.NOT_MATCHES:"GlobalRequesProcessor"}|
-ROW |1105 |32142 |8 |{#JMXHOST} |{$TOMCAT.LLD.FILTER.MATCHES:"Manager"} |
-ROW |1106 |32142 |9 |{#JMXHOST} |{$TOMCAT.LLD.FILTER.NOT_MATCHES:"Manager"} |
-ROW |1107 |32143 |8 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.MATCHES:"ThreadPool"} |
-ROW |1108 |32143 |9 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.NOT_MATCHES:"ThreadPool"} |
-ROW |1109 |32274 |8 |{#JMXKEYSPACE} |{$CASSANDRA.KEY_SPACE.MATCHES} |
-ROW |1110 |32274 |9 |{#JMXKEYSPACE} |{$CASSANDRA.KEY_SPACE.NOT_MATCHES} |
-ROW |1111 |32306 |8 |{#SENSOR_TYPE} |3&pipe;4 |
-ROW |1112 |32463 |8 |{#JMXDESTINATIONNAME} |{$ACTIVEMQ.LLD.FILTER.DESTINATION.MATCHES} |
-ROW |1113 |32463 |9 |{#JMXDESTINATIONNAME} |{$ACTIVEMQ.LLD.FILTER.DESTINATION.NOT_MATCHES} |
-ROW |1114 |32464 |8 |{#JMXBROKERNAME} |{$ACTIVEMQ.LLD.FILTER.BROKER.MATCHES} |
-ROW |1115 |32464 |9 |{#JMXBROKERNAME} |{$ACTIVEMQ.LLD.FILTER.BROKER.NOT_MATCHES} |
-ROW |1116 |32597 |8 |{#APPLICATION} |{$PG.LLD.FILTER.APPLICATION} |
-ROW |1117 |32618 |8 |{#FSTYPE} |{$FAS3220.FS.TYPE.MATCHES} |
-ROW |1118 |32618 |9 |{#FSTYPE} |{$FAS3220.FS.TYPE.NOT_MATCHES} |
-ROW |1119 |32618 |8 |{#FSNAME} |{$FAS3220.FS.NAME.MATCHES} |
-ROW |1120 |32618 |9 |{#FSNAME} |{$FAS3220.FS.NAME.NOT_MATCHES} |
-ROW |1121 |32620 |8 |{#TYPE} |{$FAS3220.NET.PORT.TYPE.MATCHES} |
-ROW |1122 |32620 |9 |{#TYPE} |{$FAS3220.NET.PORT.TYPE.NOT_MATCHES} |
-ROW |1123 |32620 |8 |{#ROLE} |{$FAS3220.NET.PORT.ROLE.MATCHES} |
-ROW |1124 |32620 |9 |{#TYPE} |{$FAS3220.NET.PORT.ROLE.NOT_MATCHES} |
-ROW |1125 |32620 |8 |{#IFNAME} |{$FAS3220.NET.PORT.NAME.MATCHES} |
-ROW |1126 |32620 |9 |{#IFNAME} |{$FAS3220.NET.PORT.NAME.NOT_MATCHES} |
-ROW |1127 |32653 |8 |{#JMXNAME} |{$IGNITE.LLD.FILTER.CACHE.MATCHES} |
-ROW |1128 |32653 |9 |{#JMXNAME} |{$IGNITE.LLD.FILTER.CACHE.NOT_MATCHES} |
-ROW |1129 |32654 |8 |{#JMXNAME} |{$IGNITE.LLD.FILTER.THREAD.POOL.MATCHES} |
-ROW |1130 |32654 |9 |{#JMXNAME} |{$IGNITE.LLD.FILTER.THREAD.POOL.NOT_MATCHES} |
-ROW |1131 |32655 |8 |{#JMXNAME} |{$IGNITE.LLD.FILTER.DATA.REGION.MATCHES} |
-ROW |1132 |32655 |9 |{#JMXNAME} |{$IGNITE.LLD.FILTER.DATA.REGION.NOT_MATCHES} |
-ROW |1133 |32662 |8 |{#JMXGROUP} |{$IGNITE.LLD.FILTER.CACHE.MATCHES} |
-ROW |1134 |32662 |9 |{#JMXGROUP} |{$IGNITE.LLD.FILTER.CACHE.NOT_MATCHES} |
-ROW |1135 |32731 |8 |{#SENSOR_LOCALE} |3 |
-ROW |1141 |32971 |8 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.MATCHES} |
-ROW |1142 |32971 |9 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.NOT_MATCHES} |
-ROW |1143 |32975 |8 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.MATCHES} |
-ROW |1144 |32975 |9 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.NOT_MATCHES} |
-ROW |1145 |32975 |8 |{#NODE} |{$RABBITMQ.CLUSTER.NAME}@{HOST.NAME} |
-ROW |1146 |33061 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
-ROW |1147 |33061 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |1148 |33061 |8 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.MATCHES} |
-ROW |1149 |33061 |9 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES} |
-ROW |1150 |33062 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
-ROW |1151 |33062 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |1152 |33174 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
-ROW |1153 |33174 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |1154 |33174 |8 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.MATCHES} |
-ROW |1155 |33174 |9 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES} |
-ROW |1156 |33175 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
-ROW |1157 |33175 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
-ROW |1158 |33212 |8 |{#ENT_SN} |.+ |
-ROW |1159 |33212 |8 |{#ENT_CLASS} |[^3] |
-ROW |1160 |33215 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1161 |33215 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1162 |33215 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1163 |33215 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1164 |33215 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1165 |33215 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1166 |33215 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1167 |33215 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1168 |33215 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1169 |33215 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1170 |33215 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1171 |33215 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1172 |33216 |8 |{#IFOPERSTATUS} |1 |
-ROW |1173 |33216 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |1174 |33253 |8 |{#ENT_SN} |.+ |
-ROW |1175 |33253 |8 |{#ENT_CLASS} |[^3] |
-ROW |1176 |33256 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1177 |33256 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1178 |33256 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1179 |33256 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1180 |33256 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1181 |33256 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1182 |33256 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1183 |33256 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1184 |33256 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1185 |33256 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1186 |33256 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1187 |33256 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1188 |33257 |8 |{#IFOPERSTATUS} |1 |
-ROW |1189 |33257 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |1190 |33294 |8 |{#ENT_SN} |.+ |
-ROW |1191 |33294 |8 |{#ENT_CLASS} |[^3] |
-ROW |1192 |33297 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1193 |33297 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1194 |33297 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1195 |33297 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1196 |33297 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1197 |33297 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1198 |33297 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1199 |33297 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1200 |33297 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1201 |33297 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1202 |33297 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1203 |33297 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1204 |33298 |8 |{#IFOPERSTATUS} |1 |
-ROW |1205 |33298 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |1206 |33335 |8 |{#ENT_SN} |.+ |
-ROW |1207 |33335 |8 |{#ENT_CLASS} |[^3] |
-ROW |1208 |33338 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1209 |33338 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1210 |33338 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1211 |33338 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1212 |33338 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1213 |33338 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1214 |33338 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1215 |33338 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1216 |33338 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1217 |33338 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1218 |33338 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1219 |33338 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1220 |33339 |8 |{#IFOPERSTATUS} |1 |
-ROW |1221 |33339 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |1222 |33376 |8 |{#ENT_SN} |.+ |
-ROW |1223 |33376 |8 |{#ENT_CLASS} |[^3] |
-ROW |1224 |33379 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1225 |33379 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1226 |33379 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1227 |33379 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1228 |33379 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1229 |33379 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1230 |33379 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1231 |33379 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1232 |33379 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1233 |33379 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1234 |33379 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1235 |33379 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1236 |33380 |8 |{#IFOPERSTATUS} |1 |
-ROW |1237 |33380 |8 |{#SNMPVALUE} |(2&pipe;3) |
-ROW |1238 |33414 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1239 |33414 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1240 |33414 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1241 |33414 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1242 |33414 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1243 |33414 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1244 |33414 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1245 |33414 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1246 |33414 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1247 |33414 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1248 |33414 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1249 |33414 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1250 |33415 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |1251 |33415 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |1252 |33415 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |1253 |33415 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |1254 |33416 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
-ROW |1255 |33416 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
-ROW |1256 |33416 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
-ROW |1257 |33416 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
-ROW |1258 |33461 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1259 |33597 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1260 |33648 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1261 |33699 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1262 |33750 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1263 |33801 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1264 |33852 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1265 |33903 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1266 |33959 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1267 |34010 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1268 |34061 |9 |{#CARTRIDGE_STATUS} |^$ |
-ROW |1269 |34099 |8 |{#SERVER} |{$WILDFLY.SERVER.MATCHES} |
-ROW |1270 |34099 |9 |{#SERVER} |{$WILDFLY.SERVER.NOT_MATCHES} |
-ROW |1271 |34100 |8 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.MATCHES} |
-ROW |1272 |34100 |9 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.NOT_MATCHES} |
-ROW |1273 |34126 |8 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.MATCHES} |
-ROW |1274 |34126 |9 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.NOT_MATCHES} |
-ROW |1275 |34175 |8 |{#JOBNAME} |{$MSSQL.JOB.MATCHES} |
-ROW |1276 |34175 |9 |{#JOBNAME} |{$MSSQL.JOB.NOT_MATCHES} |
-ROW |1389 |34859 |8 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.LOCATION.ZONE.MATCHES} |
-ROW |1390 |34859 |9 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.LOCATION.ZONE.NOT_MATCHES} |
-ROW |1391 |34860 |8 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.ZONE.MATCHES} |
-ROW |1392 |34860 |9 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.ZONE.NOT_MATCHES} |
-ROW |1393 |34861 |8 |{#UPSTREAM} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.MATCHES} |
-ROW |1394 |34861 |9 |{#UPSTREAM} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.NOT_MATCHES} |
-ROW |1395 |34862 |8 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.MATCHES} |
-ROW |1396 |34862 |9 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.NOT_MATCHES} |
-ROW |1397 |34863 |8 |{#NAME} |{$NGINX.LLD.FILTER.RESOLVER.MATCHES} |
-ROW |1398 |34863 |9 |{#NAME} |{$NGINX.LLD.FILTER.RESOLVER.NOT_MATCHES} |
-ROW |1399 |34864 |8 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.ZONE.MATCHES} |
-ROW |1400 |34864 |9 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.ZONE.NOT_MATCHES} |
-ROW |1401 |34865 |8 |{#UPSTREAM} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.MATCHES} |
-ROW |1402 |34865 |9 |{#UPSTREAM} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.NOT_MATCHES} |
-ROW |1403 |34866 |8 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.MATCHES} |
-ROW |1404 |34866 |9 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.NOT_MATCHES} |
-ROW |1405 |34957 |8 |{#IFADMINSTATUS} |{$NET.IFADMINSTATUS.MATCHES} |
-ROW |1406 |34957 |9 |{#IFADMINSTATUS} |{$NET.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1407 |34957 |8 |{#IFOPERSTATUS} |{$NET.IFOPERSTATUS.MATCHES} |
-ROW |1408 |34957 |9 |{#IFOPERSTATUS} |{$NET.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1409 |34957 |8 |{#IFNAME} |{$NET.IFNAME.MATCHES} |
-ROW |1410 |34957 |9 |{#IFNAME} |{$NET.IFNAME.NOT_MATCHES} |
-ROW |1411 |34957 |8 |{#IFDESCR} |{$NET.IFDESCR.MATCHES} |
-ROW |1412 |34957 |9 |{#IFDESCR} |{$NET.IFDESCR.NOT_MATCHES} |
-ROW |1413 |34957 |8 |{#IFALIAS} |{$NET.IFALIAS.MATCHES} |
-ROW |1414 |34957 |9 |{#IFALIAS} |{$NET.IFALIAS.NOT_MATCHES} |
-ROW |1415 |34957 |8 |{#IFTYPE} |{$NET.IFTYPE.MATCHES} |
-ROW |1416 |34957 |9 |{#IFTYPE} |{$NET.IFTYPE.NOT_MATCHES} |
-ROW |1417 |35056 |8 |{#TYPE} |3 |
-ROW |1418 |35138 |8 |{#TYPE} |3 |
-ROW |1419 |35220 |8 |{#TYPE} |3 |
-ROW |1420 |35302 |8 |{#TYPE} |3 |
-ROW |1421 |35345 |8 |{#SNMPINDEX} |0\.1 |
-ROW |1422 |35345 |8 |{#SENSOR_LOCALE} |11 |
-ROW |1423 |35346 |8 |{#SENSOR_LOCALE} |6 |
-ROW |1424 |35347 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
-ROW |1425 |35348 |8 |{#SENSOR_LOCALE} |5 |
-ROW |1426 |35349 |8 |{#SENSOR_LOCALE} |7 |
-ROW |1427 |35350 |8 |{#SENSOR_LOCALE} |10 |
-ROW |1428 |35351 |8 |{#SENSOR_LOCALE} |3 |
-ROW |1429 |35402 |8 |{#SNMPINDEX} |0\.1 |
-ROW |1430 |35402 |8 |{#SENSOR_LOCALE} |11 |
-ROW |1431 |35403 |8 |{#SENSOR_LOCALE} |6 |
-ROW |1432 |35404 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
-ROW |1433 |35405 |8 |{#SENSOR_LOCALE} |5 |
-ROW |1434 |35406 |8 |{#SENSOR_LOCALE} |7 |
-ROW |1435 |35407 |8 |{#SENSOR_LOCALE} |10 |
-ROW |1436 |35408 |8 |{#SENSOR_LOCALE} |3 |
-ROW |1437 |35459 |8 |{#SNMPINDEX} |0\.1 |
-ROW |1438 |35459 |8 |{#SENSOR_LOCALE} |11 |
-ROW |1439 |35460 |8 |{#SENSOR_LOCALE} |6 |
-ROW |1440 |35461 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
-ROW |1441 |35462 |8 |{#SENSOR_LOCALE} |5 |
-ROW |1442 |35463 |8 |{#SENSOR_LOCALE} |7 |
-ROW |1443 |35464 |8 |{#SENSOR_LOCALE} |10 |
-ROW |1444 |35465 |8 |{#SENSOR_LOCALE} |3 |
-ROW |1445 |35516 |8 |{#SNMPINDEX} |0\.1 |
-ROW |1446 |35516 |8 |{#SENSOR_LOCALE} |11 |
-ROW |1447 |35517 |8 |{#SENSOR_LOCALE} |6 |
-ROW |1448 |35518 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
-ROW |1449 |35519 |8 |{#SENSOR_LOCALE} |5 |
-ROW |1450 |35520 |8 |{#SENSOR_LOCALE} |7 |
-ROW |1451 |35521 |8 |{#SENSOR_LOCALE} |10 |
-ROW |1452 |35522 |8 |{#SENSOR_LOCALE} |3 |
-ROW |1453 |35558 |8 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SERVICE.MATCHES} |
-ROW |1454 |35558 |9 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SERVICE.NOT_MATCHES} |
-ROW |1455 |35558 |8 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SERVICE.MATCHES} |
-ROW |1456 |35558 |9 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SERVICE.NOT_MATCHES} |
-ROW |1457 |35558 |9 |{#UNIT.NAME} |{$SYSTEMD.NAME.SERVICE.NOT_MATCHES} |
-ROW |1458 |35558 |8 |{#UNIT.NAME} |{$SYSTEMD.NAME.SERVICE.MATCHES} |
-ROW |1459 |35559 |8 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SOCKET.MATCHES} |
-ROW |1460 |35559 |9 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SOCKET.NOT_MATCHES} |
-ROW |1461 |35559 |8 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SOCKET.MATCHES} |
-ROW |1462 |35559 |9 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SOCKET.NOT_MATCHES} |
-ROW |1463 |35559 |9 |{#UNIT.NAME} |{$SYSTEMD.NAME.SOCKET.NOT_MATCHES} |
-ROW |1464 |35559 |8 |{#UNIT.NAME} |{$SYSTEMD.NAME.SOCKET.MATCHES} |
-ROW |1465 |35568 |8 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.CACHE.MATCHES} |
-ROW |1466 |35568 |9 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.CACHE.NOT_MATCHES} |
-ROW |1467 |35569 |8 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.THREAD.POOL.MATCHES} |
-ROW |1468 |35569 |9 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.THREAD.POOL.NOT_MATCHES} |
-ROW |1469 |35570 |8 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.DATA.REGION.MATCHES} |
-ROW |1470 |35570 |9 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.DATA.REGION.NOT_MATCHES} |
-ROW |1471 |35577 |8 |{#JMXGROUP} |{$GRIDGAIN.LLD.FILTER.CACHE.MATCHES} |
-ROW |1472 |35577 |9 |{#JMXGROUP} |{$GRIDGAIN.LLD.FILTER.CACHE.NOT_MATCHES} |
-ROW |1473 |35672 |8 |{#PART.NAME} |{$BIGIP.LLD.FILTER.PART.NAME.MATCHES} |
-ROW |1474 |35672 |9 |{#PART.NAME} |{$BIGIP.LLD.FILTER.PART.NAME.NOT_MATCHES} |
-ROW |1475 |35911 |8 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1476 |35911 |9 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1477 |35911 |8 |{#CISCO.IF.STATUS.ADMIN}|{$CISCO.LLD.FILTER.IF.ADMIN.MATCHES} |
-ROW |1478 |35911 |9 |{#CISCO.IF.STATUS.ADMIN}|{$CISCO.LLD.FILTER.IF.ADMIN.NOT_MATCHES} |
-ROW |1479 |35911 |8 |{#CISCO.IF.DESC} |{$CISCO.LLD.FILTER.IF.DESC.MATCHES} |
-ROW |1480 |35911 |9 |{#CISCO.IF.DESC} |{$CISCO.LLD.FILTER.IF.DESC.NOT_MATCHES} |
-ROW |1481 |35961 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1482 |35961 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1483 |35961 |8 |{#ZYXEL.IF.NAME} |adsl |
-ROW |1484 |35962 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1485 |35962 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1486 |35962 |8 |{#ZYXEL.IF.NAME} |enet |
-ROW |1487 |35994 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1488 |35994 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1489 |35994 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1490 |35994 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1491 |35995 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1492 |35995 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1493 |35996 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1494 |35996 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1495 |36038 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1496 |36038 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1497 |36038 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1498 |36038 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1499 |36072 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
-ROW |1500 |36072 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
-ROW |1501 |36072 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1502 |36072 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1503 |36072 |8 |{#ZYXEL.IF.NAME} |adsl |
-ROW |1504 |36073 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
-ROW |1505 |36073 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
-ROW |1506 |36073 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1507 |36073 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1508 |36073 |8 |{#ZYXEL.IF.NAME} |enet |
-ROW |1509 |36074 |8 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.MATCHES} |
-ROW |1510 |36074 |9 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.NOT_MATCHES} |
-ROW |1511 |36139 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
-ROW |1512 |36139 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
-ROW |1513 |36139 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1514 |36139 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1515 |36139 |8 |{#ZYXEL.IF.NAME} |adsl |
-ROW |1516 |36140 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
-ROW |1517 |36140 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
-ROW |1518 |36140 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1519 |36140 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1520 |36140 |8 |{#ZYXEL.IF.NAME} |enet |
-ROW |1521 |36141 |8 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.MATCHES} |
-ROW |1522 |36141 |9 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.NOT_MATCHES} |
-ROW |1523 |36206 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1524 |36206 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1525 |36206 |8 |{#ZYXEL.IF.NAME} |adsl |
-ROW |1526 |36207 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
-ROW |1527 |36207 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
-ROW |1528 |36207 |8 |{#ZYXEL.IF.NAME} |enet |
-ROW |1529 |36239 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1530 |36239 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1531 |36239 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1532 |36239 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1533 |36240 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1534 |36240 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1535 |36241 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1536 |36241 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1537 |36278 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1538 |36278 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1539 |36278 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1540 |36278 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1541 |36279 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1542 |36279 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1543 |36280 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1544 |36280 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1545 |36322 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1546 |36322 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1547 |36322 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1548 |36322 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1549 |36323 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1550 |36323 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1551 |36324 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1552 |36324 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1553 |36366 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1554 |36366 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1555 |36366 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1556 |36366 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1557 |36367 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1558 |36367 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1559 |36368 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1560 |36368 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1561 |36410 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1562 |36410 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1563 |36410 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1564 |36410 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1565 |36411 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1566 |36411 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1567 |36412 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1568 |36412 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1569 |36455 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1570 |36455 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1571 |36455 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1572 |36455 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1573 |36456 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1574 |36456 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1575 |36457 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1576 |36457 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1577 |36500 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1578 |36500 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1579 |36500 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1580 |36500 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1581 |36501 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1582 |36501 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1583 |36502 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1584 |36502 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1585 |36545 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
-ROW |1586 |36545 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
-ROW |1587 |36545 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
-ROW |1588 |36545 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
-ROW |1589 |36546 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
-ROW |1590 |36546 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
-ROW |1591 |36547 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
-ROW |1592 |36547 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
-ROW |1593 |36581 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1594 |36581 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1595 |36581 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1596 |36581 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1597 |36581 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1598 |36581 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1599 |36582 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1600 |36582 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1601 |36582 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1602 |36582 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1603 |36582 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1604 |36582 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1605 |36603 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1606 |36603 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1607 |36603 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1608 |36603 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1609 |36603 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1610 |36603 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1611 |36604 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1612 |36604 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1613 |36604 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1614 |36604 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1615 |36604 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1616 |36604 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1618 |36768 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
-ROW |1619 |36769 |8 |{#APPLICATION_NAME} |{$PG.LLD.FILTER.APPLICATION} |
-ROW |1620 |36845 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
-ROW |1621 |36845 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
-ROW |1622 |36845 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
-ROW |1623 |36845 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
-ROW |1624 |36845 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
-ROW |1625 |36845 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
-ROW |1626 |36845 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
-ROW |1627 |36845 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
-ROW |1628 |36845 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
-ROW |1629 |36845 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
-ROW |1630 |36845 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
-ROW |1631 |36845 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
-ROW |1632 |36846 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
-ROW |1633 |36846 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
-ROW |1634 |36847 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
-ROW |1635 |36847 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
-ROW |1636 |36847 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
-ROW |1637 |36847 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
-ROW |1638 |36974 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
-ROW |1639 |37052 |8 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.MATCHES} |
-ROW |1640 |37052 |9 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.NOT_MATCHES} |
-ROW |1641 |37056 |8 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.MATCHES} |
-ROW |1642 |37056 |9 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.NOT_MATCHES} |
-ROW |1643 |37056 |8 |{#NODE} |{$RABBITMQ.CLUSTER.NAME}@{HOST.NAME} |
+FIELDS|item_conditionid|itemid|operator|macro |value |
+ROW |4 |22867 |8 |{#FSTYPE} |@File systems for discovery |
+ROW |5 |22907 |8 |{#FSTYPE} |@File systems for discovery |
+ROW |6 |22944 |8 |{#IFNAME} |@Network interfaces for discovery |
+ROW |7 |22947 |8 |{#FSTYPE} |@File systems for discovery |
+ROW |8 |22984 |8 |{#IFNAME} |@Network interfaces for discovery |
+ROW |9 |22987 |8 |{#FSTYPE} |@File systems for discovery |
+ROW |10 |23024 |8 |{#IFNAME} |@Network interfaces for discovery |
+ROW |11 |23027 |8 |{#FSTYPE} |@File systems for discovery |
+ROW |12 |23067 |8 |{#FSTYPE} |@File systems for discovery |
+ROW |15 |23329 |8 |{#IFNAME} |@Network interfaces for discovery |
+ROW |16 |23540 |8 |{#IFNAME} |@Network interfaces for discovery |
+ROW |217 |27031 |8 |{#IFOPERSTATUS} |1 |
+ROW |218 |27031 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |229 |27078 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |230 |27078 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |233 |27098 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |234 |27098 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |237 |27118 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |238 |27118 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |243 |27180 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |244 |27180 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |245 |27190 |8 |{#IFOPERSTATUS} |1 |
+ROW |246 |27190 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |247 |27209 |8 |{#TEMP_SENSOR} |1 |
+ROW |248 |27210 |8 |{#SNMPVALUE} |[^1] |
+ROW |249 |27211 |8 |{#ENT_SN} |.+ |
+ROW |250 |27215 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |251 |27215 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |253 |27242 |8 |{#SENSOR_TYPE} |1 |
+ROW |254 |27243 |8 |{#SENSOR_TYPE} |3 |
+ROW |255 |27244 |8 |{#SENSOR_TYPE} |2 |
+ROW |256 |27251 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |257 |27251 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |258 |27272 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |259 |27272 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |260 |27321 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |261 |27321 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |262 |27331 |8 |{#IFOPERSTATUS} |1 |
+ROW |263 |27331 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |266 |27393 |8 |{#ENT_SN} |.+ |
+ROW |267 |27393 |8 |{#ENT_CLASS} |^3$ |
+ROW |268 |27399 |8 |{#ENT_SN} |.+ |
+ROW |269 |27399 |8 |{#ENT_CLASS} |^3$ |
+ROW |272 |27410 |8 |{#ENT_SN} |.+ |
+ROW |273 |27410 |8 |{#ENT_CLASS} |^3$ |
+ROW |274 |27450 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |275 |27450 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |276 |27460 |8 |{#IFOPERSTATUS} |1 |
+ROW |277 |27460 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |278 |27486 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |279 |27486 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |280 |27520 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |281 |27520 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |282 |27530 |8 |{#IFOPERSTATUS} |1 |
+ROW |283 |27530 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |284 |27550 |8 |{#STATUS} |[^0] |
+ROW |285 |27551 |8 |{#STATUS} |[^0] |
+ROW |286 |27556 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |287 |27556 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |288 |27566 |8 |{#IFOPERSTATUS} |1 |
+ROW |289 |27566 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |294 |27619 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |295 |27619 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |296 |27629 |8 |{#IFOPERSTATUS} |1 |
+ROW |297 |27629 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |298 |27642 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |299 |27642 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |300 |27652 |8 |{#IFOPERSTATUS} |1 |
+ROW |301 |27652 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |302 |27665 |8 |{#SNMPVALUE} |^(MODULE&pipe;Module) (LEVEL&pipe;level)1$ |
+ROW |303 |27665 |8 |{#SNMPVALUE} |(Fabric&pipe;FABRIC) (.+) (Module&pipe;MODULE) |
+ROW |304 |27666 |8 |{#SNMPVALUE} |^(MODULE&pipe;Module) (LEVEL&pipe;level)1$ |
+ROW |305 |27666 |8 |{#SNMPVALUE} |(Fabric&pipe;FABRIC) (.+) (Module&pipe;MODULE) |
+ROW |306 |27666 |8 |{#SNMPVALUE} |(T&pipe;t)emperature.*(s&pipe;S)ensor |
+ROW |307 |27667 |8 |{#ENT_CLASS} |7 |
+ROW |308 |27668 |8 |{#ENT_CLASS} |6 |
+ROW |309 |27669 |8 |{#ENT_CLASS} |3 |
+ROW |323 |27722 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |324 |27722 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |325 |27732 |8 |{#IFOPERSTATUS} |1 |
+ROW |326 |27732 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |327 |27745 |8 |{#ENT_NAME} |MPU.* |
+ROW |328 |27746 |8 |{#ENT_CLASS} |3 |
+ROW |329 |27756 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |330 |27756 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |331 |27779 |8 |{#SENSOR_TYPE} |2 |
+ROW |332 |27780 |8 |{#ENT_CLASS} |2 |
+ROW |333 |27788 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |334 |27788 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |335 |27798 |8 |{#IFOPERSTATUS} |1 |
+ROW |336 |27798 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |337 |27815 |8 |{#SNMPVALUE} |Routing Engine.* |
+ROW |338 |27816 |8 |{#SNMPVALUE} |[^0]+ |
+ROW |350 |27872 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |351 |27872 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |352 |27903 |8 |{#STORAGE_TYPE} |.+4$ |
+ROW |353 |27903 |8 |{#STORAGE_TYPE} |.+hrStorageFixedDisk |
+ROW |354 |27909 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |355 |27909 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |356 |27944 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |357 |27944 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |358 |27954 |8 |{#IFOPERSTATUS} |1 |
+ROW |359 |27954 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |360 |27976 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |361 |27976 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |362 |28005 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |363 |28005 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |378 |28118 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |379 |28118 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |380 |28128 |8 |{#IFOPERSTATUS} |1 |
+ROW |381 |28128 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |382 |28144 |8 |{#SENSOR_TYPE} |8 |
+ROW |383 |28144 |8 |{#SENSOR_PRECISION} |0 |
+ROW |384 |28146 |8 |{#ENT_CLASS} |.+8.3.2$ |
+ROW |385 |28146 |8 |{#ENT_STATUS} |(1&pipe;2&pipe;3&pipe;4) |
+ROW |386 |28147 |8 |{#ENT_CLASS} |.+8.3.1$ |
+ROW |387 |28147 |8 |{#ENT_STATUS} |(1&pipe;2&pipe;3&pipe;4) |
+ROW |388 |28148 |8 |{#ENT_CLASS} |.+8.3.3$ |
+ROW |389 |28148 |8 |{#ENT_STATUS} |(1&pipe;2&pipe;3&pipe;4) |
+ROW |390 |28149 |8 |{#ENT_CLASS} |3 |
+ROW |397 |28196 |8 |{#SENSOR_TYPE} |8 |
+ROW |398 |28196 |8 |{#SENSOR_PRECISION} |1 |
+ROW |399 |28197 |8 |{#SNMPVALUE} |10 |
+ROW |400 |28198 |8 |{#ENT_CLASS} |3 |
+ROW |401 |28199 |8 |{#ENT_CLASS} |6 |
+ROW |402 |28207 |8 |{#ENT_SN} |.+ |
+ROW |403 |28207 |8 |{#ENT_CLASS} |^3$ |
+ROW |404 |28223 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |405 |28223 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |407 |27098 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |408 |27180 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |409 |27215 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |410 |27251 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |411 |27272 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |412 |27321 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |413 |27450 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |414 |27486 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |415 |27520 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |416 |27556 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |417 |27642 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |418 |27722 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |419 |27756 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |420 |27788 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |421 |27872 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |422 |27909 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |423 |27944 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |425 |28118 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |427 |28223 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |430 |28005 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |431 |27078 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |432 |27619 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |433 |27976 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |434 |27118 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |436 |28280 |8 |{#IFOPERSTATUS} |1 |
+ROW |437 |28280 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |438 |28293 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |439 |28293 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |440 |28293 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |448 |28306 |8 |{#SENSOR_TYPE} |8 |
+ROW |449 |28306 |8 |{#SENSOR_PRECISION} |1 |
+ROW |450 |28307 |8 |{#SENSOR_TYPE} |10 |
+ROW |451 |28308 |8 |{#ENT_CLASS} |3 |
+ROW |452 |28309 |8 |{#ENT_CLASS} |6 |
+ROW |453 |28346 |8 |{#SENSOR_LOCALE} |.*CPU.* |
+ROW |454 |28347 |8 |{#SENSOR_LOCALE} |.*Inlet Temp.* |
+ROW |455 |28349 |8 |{#TYPE} |3 |
+ROW |456 |28392 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
+ROW |457 |28393 |8 |{#SNMPINDEX} |0\.1 |
+ROW |458 |28393 |8 |{#SENSOR_LOCALE} |11 |
+ROW |459 |28394 |8 |{#SENSOR_LOCALE} |6 |
+ROW |460 |28395 |8 |{#SENSOR_LOCALE} |7 |
+ROW |461 |28396 |8 |{#SENSOR_LOCALE} |10 |
+ROW |462 |28397 |8 |{#SENSOR_LOCALE} |5 |
+ROW |466 |28468 |8 |{#SNMPVALUE} |(DIMM&pipe;PSU&pipe;PCH&pipe;RAID&pipe;RR&pipe;PCI).* |
+ROW |467 |28469 |8 |{#SNMPVALUE} |Ambient.* |
+ROW |468 |28470 |8 |{#SNMPVALUE} |CPU [0-9]* Temp |
+ROW |469 |28493 |8 |{#SNMPVALUE} |[1-9]+ |
+ROW |470 |28493 |8 |{#SENSOR_DESCR} |.*Temp.* |
+ROW |471 |28494 |8 |{#SNMPVALUE} |[1-9]+ |
+ROW |472 |28494 |8 |{#SENSOR_DESCR} |FAN.* |
+ROW |474 |28711 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
+ROW |475 |28948 |9 |{#DBNAME} |information_schema |
+ROW |476 |28955 |8 |{#IFOPERSTATUS} |1 |
+ROW |477 |28955 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |478 |28968 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |479 |28968 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |480 |28968 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |481 |29008 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |482 |29008 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |483 |29010 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |484 |29010 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |485 |29010 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |486 |29010 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |487 |29011 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |488 |29011 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |489 |29013 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |490 |29013 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |491 |29013 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |492 |29013 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |497 |29077 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |498 |29077 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |499 |29077 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |500 |29201 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |501 |29201 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |502 |29201 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |503 |29201 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |506 |29203 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |507 |29203 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |508 |29204 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |509 |29204 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |510 |29204 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |511 |29204 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |514 |29206 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |515 |29206 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |516 |29207 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |517 |29207 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |518 |29207 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |519 |29207 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |522 |29209 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |523 |29209 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |524 |29349 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |525 |29349 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |526 |29349 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |527 |29349 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |530 |29351 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |531 |29351 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |532 |29352 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |533 |29352 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |534 |29352 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |535 |29352 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |538 |29354 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |539 |29354 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |540 |29429 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |541 |29429 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |542 |29429 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |543 |29429 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |544 |29429 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |545 |29429 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |546 |29430 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |547 |29430 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |548 |29430 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |549 |29430 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |550 |29430 |8 |{#FSNAME} |{$VFS.FS.FSDEVICE.MATCHES} |
+ROW |551 |29430 |9 |{#FSDEVICE} |{$VFS.FS.FSDEVICE.NOT_MATCHES} |
+ROW |552 |29431 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |553 |29431 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |554 |29506 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |555 |29506 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |556 |29506 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |557 |29506 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |558 |29506 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
+ROW |559 |29506 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
+ROW |572 |29509 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |573 |29509 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |574 |29509 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |575 |29509 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |576 |29509 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
+ROW |577 |29509 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
+ROW |590 |29613 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |591 |29613 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |592 |29613 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |593 |29613 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |594 |29613 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
+ROW |595 |29613 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
+ROW |608 |29616 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |609 |29616 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |610 |29616 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |611 |29616 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |612 |29616 |8 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.MATCHES} |
+ROW |613 |29616 |9 |{#FSDRIVETYPE} |{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} |
+ROW |645 |27098 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |646 |27098 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |647 |27098 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |648 |27098 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |649 |27098 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |650 |27098 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |651 |27098 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |652 |27098 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |653 |27098 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |654 |27180 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |655 |27180 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |656 |27180 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |657 |27180 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |658 |27180 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |659 |27180 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |660 |27180 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |661 |27180 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |662 |27180 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |663 |27215 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |664 |27215 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |665 |27215 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |666 |27215 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |667 |27215 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |668 |27215 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |669 |27215 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |670 |27215 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |671 |27215 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |672 |27251 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |673 |27251 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |674 |27251 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |675 |27251 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |676 |27251 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |677 |27251 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |678 |27251 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |679 |27251 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |680 |27251 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |681 |27272 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |682 |27272 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |683 |27272 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |684 |27272 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |685 |27272 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |686 |27272 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |687 |27272 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |688 |27272 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |689 |27272 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |690 |27321 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |691 |27321 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |692 |27321 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |693 |27321 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |694 |27321 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |695 |27321 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |696 |27321 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |697 |27321 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |698 |27321 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |699 |27450 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |700 |27450 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |701 |27450 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |702 |27450 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |703 |27450 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |704 |27450 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |705 |27450 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |706 |27450 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |707 |27450 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |708 |27486 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |709 |27486 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |710 |27486 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |711 |27486 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |712 |27486 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |713 |27486 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |714 |27486 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |715 |27486 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |716 |27486 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |717 |27520 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |718 |27520 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |719 |27520 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |720 |27520 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |721 |27520 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |722 |27520 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |723 |27520 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |724 |27520 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |725 |27520 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |726 |27556 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |727 |27556 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |728 |27556 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |729 |27556 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |730 |27556 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |731 |27556 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |732 |27556 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |733 |27556 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |734 |27556 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |735 |27642 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |736 |27642 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |737 |27642 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |738 |27642 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |739 |27642 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |740 |27642 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |741 |27642 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |742 |27642 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |743 |27642 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |744 |27722 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |745 |27722 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |746 |27722 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |747 |27722 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |748 |27722 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |749 |27722 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |750 |27722 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |751 |27722 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |752 |27722 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |753 |27756 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |754 |27756 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |755 |27756 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |756 |27756 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |757 |27756 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |758 |27756 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |759 |27756 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |760 |27756 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |761 |27756 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |762 |27788 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |763 |27788 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |764 |27788 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |765 |27788 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |766 |27788 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |767 |27788 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |768 |27788 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |769 |27788 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |770 |27788 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |771 |27872 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |772 |27872 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |773 |27872 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |774 |27872 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |775 |27872 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |776 |27872 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |777 |27872 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |778 |27872 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |779 |27872 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |780 |27909 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |781 |27909 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |782 |27909 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |783 |27909 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |784 |27909 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |785 |27909 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |786 |27909 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |787 |27909 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |788 |27909 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |789 |27944 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |790 |27944 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |791 |27944 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |792 |27944 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |793 |27944 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |794 |27944 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |795 |27944 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |796 |27944 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |797 |27944 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |798 |28118 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |799 |28118 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |800 |28118 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |801 |28118 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |802 |28118 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |803 |28118 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |804 |28118 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |805 |28118 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |806 |28118 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |816 |28223 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |817 |28223 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |818 |28223 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |819 |28223 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |820 |28223 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |821 |28223 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |822 |28223 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |823 |28223 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |824 |28223 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |825 |28293 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |826 |28293 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |827 |28293 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |828 |28293 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |829 |28293 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |830 |28293 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |831 |28293 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |832 |28293 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |833 |28293 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |834 |28968 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |835 |28968 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |836 |28968 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |837 |28968 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |838 |28968 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |839 |28968 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |840 |28968 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |841 |28968 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |842 |28968 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |857 |28005 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |858 |28005 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |859 |28005 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |860 |28005 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |861 |28005 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |862 |28005 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |863 |28005 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |864 |27078 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |865 |27078 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |866 |27078 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |867 |27078 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |868 |27078 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |869 |27078 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |870 |27078 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |871 |27619 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |872 |27619 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |873 |27619 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |874 |27619 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |875 |27619 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |876 |27619 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |877 |27619 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |878 |27976 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |879 |27976 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |880 |27976 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |881 |27976 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |882 |27976 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |883 |27976 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |884 |27976 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |885 |27118 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |886 |27118 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |887 |27118 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |888 |27118 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |889 |27118 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |890 |27118 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |891 |27118 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |892 |27118 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |893 |27118 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |894 |29077 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |895 |29077 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |896 |29077 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |897 |29077 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |898 |29077 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |899 |29077 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |900 |29077 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |901 |29077 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |902 |29077 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |905 |30147 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
+ROW |906 |30147 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
+ROW |907 |30147 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
+ROW |908 |30147 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
+ROW |909 |30148 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |910 |30148 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |911 |30148 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |912 |30148 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |913 |30149 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
+ROW |914 |30149 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
+ROW |915 |30149 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
+ROW |916 |30149 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
+ROW |917 |30150 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |918 |30150 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |919 |30150 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |920 |30150 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |929 |30153 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
+ROW |930 |30153 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
+ROW |931 |30153 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
+ROW |932 |30153 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
+ROW |933 |30154 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |934 |30154 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |935 |30154 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |936 |30154 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |937 |30155 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
+ROW |938 |30155 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
+ROW |939 |30155 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
+ROW |940 |30155 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
+ROW |941 |30156 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |942 |30156 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |943 |30156 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |944 |30156 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |945 |30193 |8 |{#SVNAME} |BACKEND |
+ROW |946 |30194 |8 |{#SVNAME} |FRONTEND |
+ROW |947 |30195 |9 |{#SVNAME} |FRONTEND&pipe;BACKEND |
+ROW |948 |30236 |8 |{#SVNAME} |BACKEND |
+ROW |949 |30237 |8 |{#SVNAME} |FRONTEND |
+ROW |950 |30238 |9 |{#SVNAME} |FRONTEND&pipe;BACKEND |
+ROW |951 |30338 |8 |{#DB} |{$REDIS.LLD.FILTER.DB.MATCHES} |
+ROW |952 |30338 |9 |{#DB} |{$REDIS.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |969 |30423 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
+ROW |970 |30423 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
+ROW |971 |30423 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES.EXTENDED} |
+ROW |972 |30423 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
+ROW |973 |30424 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
+ROW |974 |30424 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
+ROW |975 |30424 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES.EXTENDED} |
+ROW |976 |30424 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
+ROW |977 |30427 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
+ROW |978 |30427 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
+ROW |979 |30427 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES.EXTENDED} |
+ROW |980 |30427 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
+ROW |981 |30428 |8 |{#SERVICE.NAME} |{$SERVICE.NAME.MATCHES} |
+ROW |982 |30428 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES} |
+ROW |983 |30428 |9 |{#SERVICE.NAME} |{$SERVICE.NAME.NOT_MATCHES.EXTENDED} |
+ROW |984 |30428 |8 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.MATCHES} |
+ROW |985 |30472 |9 |{#DBNAME} |information_schema |
+ROW |986 |30520 |9 |{#DATABASE} |information_schema |
+ROW |987 |30571 |8 |{#NAME} |{$DOCKER.LLD.FILTER.CONTAINER.MATCHES} |
+ROW |988 |30571 |9 |{#NAME} |{$DOCKER.LLD.FILTER.CONTAINER.NOT_MATCHES} |
+ROW |989 |30572 |8 |{#NAME} |{$DOCKER.LLD.FILTER.IMAGE.MATCHES} |
+ROW |990 |30572 |9 |{#NAME} |{$DOCKER.LLD.FILTER.IMAGE.NOT_MATCHES} |
+ROW |991 |30678 |9 |{#DATABASE} |information_schema |
+ROW |992 |30686 |9 |{#SENSOR_READING_TYPE} |threshold |
+ROW |993 |30686 |8 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.MATCHES} |
+ROW |994 |30686 |9 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.NOT_MATCHES} |
+ROW |995 |30687 |8 |{#SENSOR_READING_TYPE} |threshold |
+ROW |996 |30687 |8 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.MATCHES} |
+ROW |997 |30687 |9 |{#SENSOR_TYPE} |{$IPMI.SENSOR_TYPE.NOT_MATCHES} |
+ROW |1004 |30193 |8 |{#MODE} |http&pipe;tcp |
+ROW |1005 |30194 |8 |{#MODE} |http&pipe;tcp |
+ROW |1006 |30195 |8 |{#MODE} |http&pipe;tcp |
+ROW |1013 |30236 |8 |{#MODE} |http&pipe;tcp |
+ROW |1014 |30237 |8 |{#MODE} |http&pipe;tcp |
+ROW |1015 |30238 |8 |{#MODE} |http&pipe;tcp |
+ROW |1016 |30874 |8 |{#NAME} |{$CLICKHOUSE.LLD.FILTER.DICT.MATCHES} |
+ROW |1017 |30874 |9 |{#NAME} |{$CLICKHOUSE.LLD.FILTER.DICT.NOT_MATCHES} |
+ROW |1018 |30875 |8 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.MATCHES} |
+ROW |1019 |30875 |9 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |1020 |30876 |8 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.MATCHES} |
+ROW |1021 |30876 |9 |{#DB} |{$CLICKHOUSE.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |1022 |30961 |9 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.NOT_MATCHES} |
+ROW |1023 |30961 |8 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.MATCHES} |
+ROW |1024 |31005 |9 |{#APPPOOL} |{$IIS.APPPOOL.NOT_MATCHES} |
+ROW |1025 |31005 |8 |{#APPPOOL} |{$IIS.APPPOOL.MATCHES} |
+ROW |1026 |31047 |9 |{#APPPOOL} |{$IIS.APPPOOL.NOT_MATCHES} |
+ROW |1027 |31047 |8 |{#APPPOOL} |{$IIS.APPPOOL.MATCHES} |
+ROW |1028 |31123 |8 |{#DBNAME} |{$MSSQL.DBNAME.MATCHES} |
+ROW |1029 |31123 |9 |{#DBNAME} |{$MSSQL.DBNAME.NOT_MATCHES} |
+ROW |1030 |31240 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
+ROW |1031 |31273 |8 |{#DEVTYPE} |disk |
+ROW |1032 |31273 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1033 |31273 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1034 |31274 |8 |{#DEVTYPE} |disk |
+ROW |1035 |31274 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1036 |31274 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1037 |31275 |8 |{#DEVTYPE} |disk |
+ROW |1038 |31275 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1039 |31275 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1040 |31305 |8 |{#DEVTYPE} |disk |
+ROW |1041 |31305 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1042 |31305 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1043 |31306 |8 |{#DEVTYPE} |disk |
+ROW |1044 |31306 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1045 |31306 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1046 |31333 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1047 |31333 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1048 |31334 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1049 |31334 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1050 |31351 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1051 |31351 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1052 |31352 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1053 |31352 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1084 |31707 |8 |{#DBNAME} |{$ORACLE.DBNAME.MATCHES} |
+ROW |1085 |31707 |9 |{#DBNAME} |{$ORACLE.DBNAME.NOT_MATCHES} |
+ROW |1086 |31709 |8 |{#DBNAME} |{$ORACLE.DBNAME.MATCHES} |
+ROW |1087 |31709 |9 |{#DBNAME} |{$ORACLE.DBNAME.NOT_MATCHES} |
+ROW |1088 |31710 |8 |{#TABLESPACE} |{$ORACLE.TABLESPACE.NAME.MATCHES} |
+ROW |1089 |31710 |9 |{#TABLESPACE} |{$ORACLE.TABLESPACE.NAME.NOT_MATCHES} |
+ROW |1090 |31788 |8 |{#IFTYPE} |^71$ |
+ROW |1091 |31788 |8 |{#IFADMINSTATUS} |^1$ |
+ROW |1092 |31789 |8 |{#IFTYPE} |^1$ |
+ROW |1093 |31964 |8 |{#IFTYPE} |^1$ |
+ROW |1094 |31964 |8 |{#IFNAME} |{$IFNAME.LTEMODEM.MATCHES} |
+ROW |1095 |31789 |8 |{#IFNAME} |{$IFNAME.WIFI.MATCHES} |
+ROW |1096 |32133 |8 |{#JMXTOPIC} |{$KAFKA.TOPIC.MATCHES} |
+ROW |1097 |32133 |9 |{#JMXTOPIC} |{$KAFKA.TOPIC.NOT_MATCHES} |
+ROW |1098 |32134 |8 |{#JMXTOPIC} |{$KAFKA.TOPIC.MATCHES} |
+ROW |1099 |32134 |9 |{#JMXTOPIC} |{$KAFKA.TOPIC.NOT_MATCHES} |
+ROW |1100 |32135 |8 |{#JMXTOPIC} |{$KAFKA.TOPIC.MATCHES} |
+ROW |1101 |32135 |9 |{#JMXTOPIC} |{$KAFKA.TOPIC.NOT_MATCHES} |
+ROW |1102 |32140 |8 |{#JMXATTR} |^name$ |
+ROW |1103 |32141 |8 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.MATCHES:"GlobalRequestProcessor"} |
+ROW |1104 |32141 |9 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.NOT_MATCHES:"GlobalRequestProcessor"}|
+ROW |1105 |32142 |8 |{#JMXHOST} |{$TOMCAT.LLD.FILTER.MATCHES:"Manager"} |
+ROW |1106 |32142 |9 |{#JMXHOST} |{$TOMCAT.LLD.FILTER.NOT_MATCHES:"Manager"} |
+ROW |1107 |32143 |8 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.MATCHES:"ThreadPool"} |
+ROW |1108 |32143 |9 |{#JMXNAME} |{$TOMCAT.LLD.FILTER.NOT_MATCHES:"ThreadPool"} |
+ROW |1109 |32274 |8 |{#JMXKEYSPACE} |{$CASSANDRA.KEY_SPACE.MATCHES} |
+ROW |1110 |32274 |9 |{#JMXKEYSPACE} |{$CASSANDRA.KEY_SPACE.NOT_MATCHES} |
+ROW |1111 |32306 |8 |{#SENSOR_TYPE} |3&pipe;4 |
+ROW |1112 |32463 |8 |{#JMXDESTINATIONNAME} |{$ACTIVEMQ.LLD.FILTER.DESTINATION.MATCHES} |
+ROW |1113 |32463 |9 |{#JMXDESTINATIONNAME} |{$ACTIVEMQ.LLD.FILTER.DESTINATION.NOT_MATCHES} |
+ROW |1114 |32464 |8 |{#JMXBROKERNAME} |{$ACTIVEMQ.LLD.FILTER.BROKER.MATCHES} |
+ROW |1115 |32464 |9 |{#JMXBROKERNAME} |{$ACTIVEMQ.LLD.FILTER.BROKER.NOT_MATCHES} |
+ROW |1116 |32597 |8 |{#APPLICATION} |{$PG.LLD.FILTER.APPLICATION} |
+ROW |1117 |32618 |8 |{#FSTYPE} |{$FAS3220.FS.TYPE.MATCHES} |
+ROW |1118 |32618 |9 |{#FSTYPE} |{$FAS3220.FS.TYPE.NOT_MATCHES} |
+ROW |1119 |32618 |8 |{#FSNAME} |{$FAS3220.FS.NAME.MATCHES} |
+ROW |1120 |32618 |9 |{#FSNAME} |{$FAS3220.FS.NAME.NOT_MATCHES} |
+ROW |1121 |32620 |8 |{#TYPE} |{$FAS3220.NET.PORT.TYPE.MATCHES} |
+ROW |1122 |32620 |9 |{#TYPE} |{$FAS3220.NET.PORT.TYPE.NOT_MATCHES} |
+ROW |1123 |32620 |8 |{#ROLE} |{$FAS3220.NET.PORT.ROLE.MATCHES} |
+ROW |1124 |32620 |9 |{#TYPE} |{$FAS3220.NET.PORT.ROLE.NOT_MATCHES} |
+ROW |1125 |32620 |8 |{#IFNAME} |{$FAS3220.NET.PORT.NAME.MATCHES} |
+ROW |1126 |32620 |9 |{#IFNAME} |{$FAS3220.NET.PORT.NAME.NOT_MATCHES} |
+ROW |1127 |32653 |8 |{#JMXNAME} |{$IGNITE.LLD.FILTER.CACHE.MATCHES} |
+ROW |1128 |32653 |9 |{#JMXNAME} |{$IGNITE.LLD.FILTER.CACHE.NOT_MATCHES} |
+ROW |1129 |32654 |8 |{#JMXNAME} |{$IGNITE.LLD.FILTER.THREAD.POOL.MATCHES} |
+ROW |1130 |32654 |9 |{#JMXNAME} |{$IGNITE.LLD.FILTER.THREAD.POOL.NOT_MATCHES} |
+ROW |1131 |32655 |8 |{#JMXNAME} |{$IGNITE.LLD.FILTER.DATA.REGION.MATCHES} |
+ROW |1132 |32655 |9 |{#JMXNAME} |{$IGNITE.LLD.FILTER.DATA.REGION.NOT_MATCHES} |
+ROW |1133 |32662 |8 |{#JMXGROUP} |{$IGNITE.LLD.FILTER.CACHE.MATCHES} |
+ROW |1134 |32662 |9 |{#JMXGROUP} |{$IGNITE.LLD.FILTER.CACHE.NOT_MATCHES} |
+ROW |1135 |32731 |8 |{#SENSOR_LOCALE} |3 |
+ROW |1141 |32971 |8 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.MATCHES} |
+ROW |1142 |32971 |9 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.NOT_MATCHES} |
+ROW |1143 |32975 |8 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.MATCHES} |
+ROW |1144 |32975 |9 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.NOT_MATCHES} |
+ROW |1145 |32975 |8 |{#NODE} |{$RABBITMQ.CLUSTER.NAME}@{HOST.NAME} |
+ROW |1146 |33061 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
+ROW |1147 |33061 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |1148 |33061 |8 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.MATCHES} |
+ROW |1149 |33061 |9 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES} |
+ROW |1150 |33062 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
+ROW |1151 |33062 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |1152 |33174 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
+ROW |1153 |33174 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |1154 |33174 |8 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.MATCHES} |
+ROW |1155 |33174 |9 |{#COLLECTION} |{$MONGODB.LLD.FILTER.COLLECTION.NOT_MATCHES} |
+ROW |1156 |33175 |8 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.MATCHES} |
+ROW |1157 |33175 |9 |{#DBNAME} |{$MONGODB.LLD.FILTER.DB.NOT_MATCHES} |
+ROW |1158 |33212 |8 |{#ENT_SN} |.+ |
+ROW |1159 |33212 |8 |{#ENT_CLASS} |[^3] |
+ROW |1160 |33215 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1161 |33215 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1162 |33215 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1163 |33215 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1164 |33215 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1165 |33215 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1166 |33215 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1167 |33215 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1168 |33215 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1169 |33215 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1170 |33215 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1171 |33215 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1172 |33216 |8 |{#IFOPERSTATUS} |1 |
+ROW |1173 |33216 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |1174 |33253 |8 |{#ENT_SN} |.+ |
+ROW |1175 |33253 |8 |{#ENT_CLASS} |[^3] |
+ROW |1176 |33256 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1177 |33256 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1178 |33256 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1179 |33256 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1180 |33256 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1181 |33256 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1182 |33256 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1183 |33256 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1184 |33256 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1185 |33256 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1186 |33256 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1187 |33256 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1188 |33257 |8 |{#IFOPERSTATUS} |1 |
+ROW |1189 |33257 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |1190 |33294 |8 |{#ENT_SN} |.+ |
+ROW |1191 |33294 |8 |{#ENT_CLASS} |[^3] |
+ROW |1192 |33297 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1193 |33297 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1194 |33297 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1195 |33297 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1196 |33297 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1197 |33297 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1198 |33297 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1199 |33297 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1200 |33297 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1201 |33297 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1202 |33297 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1203 |33297 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1204 |33298 |8 |{#IFOPERSTATUS} |1 |
+ROW |1205 |33298 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |1206 |33335 |8 |{#ENT_SN} |.+ |
+ROW |1207 |33335 |8 |{#ENT_CLASS} |[^3] |
+ROW |1208 |33338 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1209 |33338 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1210 |33338 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1211 |33338 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1212 |33338 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1213 |33338 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1214 |33338 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1215 |33338 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1216 |33338 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1217 |33338 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1218 |33338 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1219 |33338 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1220 |33339 |8 |{#IFOPERSTATUS} |1 |
+ROW |1221 |33339 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |1222 |33376 |8 |{#ENT_SN} |.+ |
+ROW |1223 |33376 |8 |{#ENT_CLASS} |[^3] |
+ROW |1224 |33379 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1225 |33379 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1226 |33379 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1227 |33379 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1228 |33379 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1229 |33379 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1230 |33379 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1231 |33379 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1232 |33379 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1233 |33379 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1234 |33379 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1235 |33379 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1236 |33380 |8 |{#IFOPERSTATUS} |1 |
+ROW |1237 |33380 |8 |{#SNMPVALUE} |(2&pipe;3) |
+ROW |1238 |33414 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1239 |33414 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1240 |33414 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1241 |33414 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1242 |33414 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1243 |33414 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1244 |33414 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1245 |33414 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1246 |33414 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1247 |33414 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1248 |33414 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1249 |33414 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1250 |33415 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |1251 |33415 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |1252 |33415 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |1253 |33415 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |1254 |33416 |8 |{#MEMTYPE} |{$MEMORY.TYPE.MATCHES} |
+ROW |1255 |33416 |9 |{#MEMTYPE} |{$MEMORY.TYPE.NOT_MATCHES} |
+ROW |1256 |33416 |8 |{#MEMNAME} |{$MEMORY.NAME.MATCHES} |
+ROW |1257 |33416 |9 |{#MEMNAME} |{$MEMORY.NAME.NOT_MATCHES} |
+ROW |1258 |33461 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1259 |33597 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1260 |33648 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1261 |33699 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1262 |33750 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1263 |33801 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1264 |33852 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1265 |33903 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1266 |33959 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1267 |34010 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1268 |34061 |9 |{#CARTRIDGE_STATUS} |^$ |
+ROW |1269 |34099 |8 |{#SERVER} |{$WILDFLY.SERVER.MATCHES} |
+ROW |1270 |34099 |9 |{#SERVER} |{$WILDFLY.SERVER.NOT_MATCHES} |
+ROW |1271 |34100 |8 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.MATCHES} |
+ROW |1272 |34100 |9 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.NOT_MATCHES} |
+ROW |1273 |34126 |8 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.MATCHES} |
+ROW |1274 |34126 |9 |{#DEPLOYMENT} |{$WILDFLY.DEPLOYMENT.NOT_MATCHES} |
+ROW |1275 |34175 |8 |{#JOBNAME} |{$MSSQL.JOB.MATCHES} |
+ROW |1276 |34175 |9 |{#JOBNAME} |{$MSSQL.JOB.NOT_MATCHES} |
+ROW |1389 |34859 |8 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.LOCATION.ZONE.MATCHES} |
+ROW |1390 |34859 |9 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.LOCATION.ZONE.NOT_MATCHES} |
+ROW |1391 |34860 |8 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.ZONE.MATCHES} |
+ROW |1392 |34860 |9 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.ZONE.NOT_MATCHES} |
+ROW |1393 |34861 |8 |{#UPSTREAM} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.MATCHES} |
+ROW |1394 |34861 |9 |{#UPSTREAM} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.NOT_MATCHES} |
+ROW |1395 |34862 |8 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.MATCHES} |
+ROW |1396 |34862 |9 |{#NAME} |{$NGINX.LLD.FILTER.HTTP.UPSTREAM.NOT_MATCHES} |
+ROW |1397 |34863 |8 |{#NAME} |{$NGINX.LLD.FILTER.RESOLVER.MATCHES} |
+ROW |1398 |34863 |9 |{#NAME} |{$NGINX.LLD.FILTER.RESOLVER.NOT_MATCHES} |
+ROW |1399 |34864 |8 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.ZONE.MATCHES} |
+ROW |1400 |34864 |9 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.ZONE.NOT_MATCHES} |
+ROW |1401 |34865 |8 |{#UPSTREAM} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.MATCHES} |
+ROW |1402 |34865 |9 |{#UPSTREAM} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.NOT_MATCHES} |
+ROW |1403 |34866 |8 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.MATCHES} |
+ROW |1404 |34866 |9 |{#NAME} |{$NGINX.LLD.FILTER.STREAM.UPSTREAM.NOT_MATCHES} |
+ROW |1405 |34957 |8 |{#IFADMINSTATUS} |{$NET.IFADMINSTATUS.MATCHES} |
+ROW |1406 |34957 |9 |{#IFADMINSTATUS} |{$NET.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1407 |34957 |8 |{#IFOPERSTATUS} |{$NET.IFOPERSTATUS.MATCHES} |
+ROW |1408 |34957 |9 |{#IFOPERSTATUS} |{$NET.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1409 |34957 |8 |{#IFNAME} |{$NET.IFNAME.MATCHES} |
+ROW |1410 |34957 |9 |{#IFNAME} |{$NET.IFNAME.NOT_MATCHES} |
+ROW |1411 |34957 |8 |{#IFDESCR} |{$NET.IFDESCR.MATCHES} |
+ROW |1412 |34957 |9 |{#IFDESCR} |{$NET.IFDESCR.NOT_MATCHES} |
+ROW |1413 |34957 |8 |{#IFALIAS} |{$NET.IFALIAS.MATCHES} |
+ROW |1414 |34957 |9 |{#IFALIAS} |{$NET.IFALIAS.NOT_MATCHES} |
+ROW |1415 |34957 |8 |{#IFTYPE} |{$NET.IFTYPE.MATCHES} |
+ROW |1416 |34957 |9 |{#IFTYPE} |{$NET.IFTYPE.NOT_MATCHES} |
+ROW |1417 |35056 |8 |{#TYPE} |3 |
+ROW |1418 |35138 |8 |{#TYPE} |3 |
+ROW |1419 |35220 |8 |{#TYPE} |3 |
+ROW |1420 |35302 |8 |{#TYPE} |3 |
+ROW |1421 |35345 |8 |{#SNMPINDEX} |0\.1 |
+ROW |1422 |35345 |8 |{#SENSOR_LOCALE} |11 |
+ROW |1423 |35346 |8 |{#SENSOR_LOCALE} |6 |
+ROW |1424 |35347 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
+ROW |1425 |35348 |8 |{#SENSOR_LOCALE} |5 |
+ROW |1426 |35349 |8 |{#SENSOR_LOCALE} |7 |
+ROW |1427 |35350 |8 |{#SENSOR_LOCALE} |10 |
+ROW |1428 |35351 |8 |{#SENSOR_LOCALE} |3 |
+ROW |1429 |35402 |8 |{#SNMPINDEX} |0\.1 |
+ROW |1430 |35402 |8 |{#SENSOR_LOCALE} |11 |
+ROW |1431 |35403 |8 |{#SENSOR_LOCALE} |6 |
+ROW |1432 |35404 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
+ROW |1433 |35405 |8 |{#SENSOR_LOCALE} |5 |
+ROW |1434 |35406 |8 |{#SENSOR_LOCALE} |7 |
+ROW |1435 |35407 |8 |{#SENSOR_LOCALE} |10 |
+ROW |1436 |35408 |8 |{#SENSOR_LOCALE} |3 |
+ROW |1437 |35459 |8 |{#SNMPINDEX} |0\.1 |
+ROW |1438 |35459 |8 |{#SENSOR_LOCALE} |11 |
+ROW |1439 |35460 |8 |{#SENSOR_LOCALE} |6 |
+ROW |1440 |35461 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
+ROW |1441 |35462 |8 |{#SENSOR_LOCALE} |5 |
+ROW |1442 |35463 |8 |{#SENSOR_LOCALE} |7 |
+ROW |1443 |35464 |8 |{#SENSOR_LOCALE} |10 |
+ROW |1444 |35465 |8 |{#SENSOR_LOCALE} |3 |
+ROW |1445 |35516 |8 |{#SNMPINDEX} |0\.1 |
+ROW |1446 |35516 |8 |{#SENSOR_LOCALE} |11 |
+ROW |1447 |35517 |8 |{#SENSOR_LOCALE} |6 |
+ROW |1448 |35518 |8 |{#SENSOR_LOCALE} |(4&pipe;8&pipe;9&pipe;12&pipe;13) |
+ROW |1449 |35519 |8 |{#SENSOR_LOCALE} |5 |
+ROW |1450 |35520 |8 |{#SENSOR_LOCALE} |7 |
+ROW |1451 |35521 |8 |{#SENSOR_LOCALE} |10 |
+ROW |1452 |35522 |8 |{#SENSOR_LOCALE} |3 |
+ROW |1453 |35558 |8 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SERVICE.MATCHES} |
+ROW |1454 |35558 |9 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SERVICE.NOT_MATCHES} |
+ROW |1455 |35558 |8 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SERVICE.MATCHES} |
+ROW |1456 |35558 |9 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SERVICE.NOT_MATCHES} |
+ROW |1457 |35558 |9 |{#UNIT.NAME} |{$SYSTEMD.NAME.SERVICE.NOT_MATCHES} |
+ROW |1458 |35558 |8 |{#UNIT.NAME} |{$SYSTEMD.NAME.SERVICE.MATCHES} |
+ROW |1459 |35559 |8 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SOCKET.MATCHES} |
+ROW |1460 |35559 |9 |{#UNIT.ACTIVESTATE} |{$SYSTEMD.ACTIVESTATE.SOCKET.NOT_MATCHES} |
+ROW |1461 |35559 |8 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SOCKET.MATCHES} |
+ROW |1462 |35559 |9 |{#UNIT.UNITFILESTATE} |{$SYSTEMD.UNITFILESTATE.SOCKET.NOT_MATCHES} |
+ROW |1463 |35559 |9 |{#UNIT.NAME} |{$SYSTEMD.NAME.SOCKET.NOT_MATCHES} |
+ROW |1464 |35559 |8 |{#UNIT.NAME} |{$SYSTEMD.NAME.SOCKET.MATCHES} |
+ROW |1465 |35568 |8 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.CACHE.MATCHES} |
+ROW |1466 |35568 |9 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.CACHE.NOT_MATCHES} |
+ROW |1467 |35569 |8 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.THREAD.POOL.MATCHES} |
+ROW |1468 |35569 |9 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.THREAD.POOL.NOT_MATCHES} |
+ROW |1469 |35570 |8 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.DATA.REGION.MATCHES} |
+ROW |1470 |35570 |9 |{#JMXNAME} |{$GRIDGAIN.LLD.FILTER.DATA.REGION.NOT_MATCHES} |
+ROW |1471 |35577 |8 |{#JMXGROUP} |{$GRIDGAIN.LLD.FILTER.CACHE.MATCHES} |
+ROW |1472 |35577 |9 |{#JMXGROUP} |{$GRIDGAIN.LLD.FILTER.CACHE.NOT_MATCHES} |
+ROW |1473 |35672 |8 |{#PART.NAME} |{$BIGIP.LLD.FILTER.PART.NAME.MATCHES} |
+ROW |1474 |35672 |9 |{#PART.NAME} |{$BIGIP.LLD.FILTER.PART.NAME.NOT_MATCHES} |
+ROW |1475 |35911 |8 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1476 |35911 |9 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1477 |35911 |8 |{#CISCO.IF.STATUS.ADMIN}|{$CISCO.LLD.FILTER.IF.ADMIN.MATCHES} |
+ROW |1478 |35911 |9 |{#CISCO.IF.STATUS.ADMIN}|{$CISCO.LLD.FILTER.IF.ADMIN.NOT_MATCHES} |
+ROW |1479 |35911 |8 |{#CISCO.IF.DESC} |{$CISCO.LLD.FILTER.IF.DESC.MATCHES} |
+ROW |1480 |35911 |9 |{#CISCO.IF.DESC} |{$CISCO.LLD.FILTER.IF.DESC.NOT_MATCHES} |
+ROW |1481 |35961 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1482 |35961 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1483 |35961 |8 |{#ZYXEL.IF.NAME} |adsl |
+ROW |1484 |35962 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1485 |35962 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1486 |35962 |8 |{#ZYXEL.IF.NAME} |enet |
+ROW |1487 |35994 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1488 |35994 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1489 |35994 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1490 |35994 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1491 |35995 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1492 |35995 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1493 |35996 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1494 |35996 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1495 |36038 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1496 |36038 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1497 |36038 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1498 |36038 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1499 |36072 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
+ROW |1500 |36072 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
+ROW |1501 |36072 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1502 |36072 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1503 |36072 |8 |{#ZYXEL.IF.NAME} |adsl |
+ROW |1504 |36073 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
+ROW |1505 |36073 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
+ROW |1506 |36073 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1507 |36073 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1508 |36073 |8 |{#ZYXEL.IF.NAME} |enet |
+ROW |1509 |36074 |8 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.MATCHES} |
+ROW |1510 |36074 |9 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.NOT_MATCHES} |
+ROW |1511 |36139 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
+ROW |1512 |36139 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
+ROW |1513 |36139 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1514 |36139 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1515 |36139 |8 |{#ZYXEL.IF.NAME} |adsl |
+ROW |1516 |36140 |8 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.MATCHES} |
+ROW |1517 |36140 |9 |{#ZYXEL.IF.DESC} |{$ZYXEL.LLD.FILTER.IF.DESC.NOT_MATCHES} |
+ROW |1518 |36140 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1519 |36140 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1520 |36140 |8 |{#ZYXEL.IF.NAME} |enet |
+ROW |1521 |36141 |8 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.MATCHES} |
+ROW |1522 |36141 |9 |{#ZYXEL.SLOTSTATUS} |{$ZYXEL.LLD.FILTER.SLOT.STATUS.NOT_MATCHES} |
+ROW |1523 |36206 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1524 |36206 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1525 |36206 |8 |{#ZYXEL.IF.NAME} |adsl |
+ROW |1526 |36207 |8 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.MATCHES} |
+ROW |1527 |36207 |9 |{#ZYXEL.IF.LINKSTATUS} |{$ZYXEL.LLD.FILTER.IF.LINKSTATUS.NOT_MATCHES} |
+ROW |1528 |36207 |8 |{#ZYXEL.IF.NAME} |enet |
+ROW |1529 |36239 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1530 |36239 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1531 |36239 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1532 |36239 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1533 |36240 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1534 |36240 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1535 |36241 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1536 |36241 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1537 |36278 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1538 |36278 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1539 |36278 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1540 |36278 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1541 |36279 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1542 |36279 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1543 |36280 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1544 |36280 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1545 |36322 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1546 |36322 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1547 |36322 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1548 |36322 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1549 |36323 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1550 |36323 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1551 |36324 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1552 |36324 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1553 |36366 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1554 |36366 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1555 |36366 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1556 |36366 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1557 |36367 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1558 |36367 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1559 |36368 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1560 |36368 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1561 |36410 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1562 |36410 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1563 |36410 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1564 |36410 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1565 |36411 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1566 |36411 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1567 |36412 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1568 |36412 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1569 |36455 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1570 |36455 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1571 |36455 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1572 |36455 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1573 |36456 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1574 |36456 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1575 |36457 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1576 |36457 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1577 |36500 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1578 |36500 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1579 |36500 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1580 |36500 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1581 |36501 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1582 |36501 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1583 |36502 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1584 |36502 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1585 |36545 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.MATCHES} |
+ROW |1586 |36545 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.NAME.NOT_MATCHES} |
+ROW |1587 |36545 |8 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.MATCHES} |
+ROW |1588 |36545 |9 |{#ZYXEL.IF.LINKUPTYPE} |{$ZYXEL.LLD.FILTER.IF.LINKUPTYPE.NOT_MATCHES} |
+ROW |1589 |36546 |8 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.MATCHES} |
+ROW |1590 |36546 |9 |{#ZYXEL.SFP.DESCRIPTION}|{$ZYXEL.LLD.FILTER.SFPDDM.DESC.NOT_MATCHES} |
+ROW |1591 |36547 |8 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.MATCHES} |
+ROW |1592 |36547 |9 |{#ZYXEL.SFP.STATUS} |{$ZYXEL.LLD.FILTER.SFP.STATUS.NOT_MATCHES} |
+ROW |1593 |36581 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1594 |36581 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1595 |36581 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1596 |36581 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1597 |36581 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1598 |36581 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1599 |36582 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1600 |36582 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1601 |36582 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1602 |36582 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1603 |36582 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1604 |36582 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1605 |36603 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1606 |36603 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1607 |36603 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1608 |36603 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1609 |36603 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1610 |36603 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1611 |36604 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1612 |36604 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1613 |36604 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1614 |36604 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1615 |36604 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1616 |36604 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1618 |36768 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
+ROW |1619 |36769 |8 |{#APPLICATION_NAME} |{$PG.LLD.FILTER.APPLICATION} |
+ROW |1620 |36845 |8 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.MATCHES} |
+ROW |1621 |36845 |9 |{#IFADMINSTATUS} |{$NET.IF.IFADMINSTATUS.NOT_MATCHES} |
+ROW |1622 |36845 |8 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.MATCHES} |
+ROW |1623 |36845 |9 |{#IFOPERSTATUS} |{$NET.IF.IFOPERSTATUS.NOT_MATCHES} |
+ROW |1624 |36845 |8 |{#IFNAME} |{$NET.IF.IFNAME.MATCHES} |
+ROW |1625 |36845 |9 |{#IFNAME} |{$NET.IF.IFNAME.NOT_MATCHES} |
+ROW |1626 |36845 |8 |{#IFDESCR} |{$NET.IF.IFDESCR.MATCHES} |
+ROW |1627 |36845 |9 |{#IFDESCR} |{$NET.IF.IFDESCR.NOT_MATCHES} |
+ROW |1628 |36845 |8 |{#IFALIAS} |{$NET.IF.IFALIAS.MATCHES} |
+ROW |1629 |36845 |9 |{#IFALIAS} |{$NET.IF.IFALIAS.NOT_MATCHES} |
+ROW |1630 |36845 |8 |{#IFTYPE} |{$NET.IF.IFTYPE.MATCHES} |
+ROW |1631 |36845 |9 |{#IFTYPE} |{$NET.IF.IFTYPE.NOT_MATCHES} |
+ROW |1632 |36846 |8 |{#DEVNAME} |{$VFS.DEV.DEVNAME.MATCHES} |
+ROW |1633 |36846 |9 |{#DEVNAME} |{$VFS.DEV.DEVNAME.NOT_MATCHES} |
+ROW |1634 |36847 |8 |{#FSTYPE} |{$VFS.FS.FSTYPE.MATCHES} |
+ROW |1635 |36847 |9 |{#FSTYPE} |{$VFS.FS.FSTYPE.NOT_MATCHES} |
+ROW |1636 |36847 |8 |{#FSNAME} |{$VFS.FS.FSNAME.MATCHES} |
+ROW |1637 |36847 |9 |{#FSNAME} |{$VFS.FS.FSNAME.NOT_MATCHES} |
+ROW |1638 |36974 |8 |{#DBNAME} |{$PG.LLD.FILTER.DBNAME} |
+ROW |1639 |37052 |8 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.MATCHES} |
+ROW |1640 |37052 |9 |{#EXCHANGE} |{$RABBITMQ.LLD.FILTER.EXCHANGE.NOT_MATCHES} |
+ROW |1641 |37056 |8 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.MATCHES} |
+ROW |1642 |37056 |9 |{#QUEUE} |{$RABBITMQ.LLD.FILTER.QUEUE.NOT_MATCHES} |
+ROW |1643 |37056 |8 |{#NODE} |{$RABBITMQ.CLUSTER.NAME}@{HOST.NAME} |
+ROW |1644 |37109 |8 |{#JMXNAME} |{$JMX.MEM.POOL.NAME.MATCHES} |
+ROW |1645 |30423 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
+ROW |1646 |30424 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
+ROW |1647 |30427 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
+ROW |1648 |30428 |9 |{#SERVICE.STARTUPNAME} |{$SERVICE.STARTUPNAME.NOT_MATCHES} |
TABLE |item_rtdata
FIELDS|itemid|
@@ -38476,6 +38418,15 @@ ROW |2968 |12 |37104 |
ROW |2969 |15 |37105 |
ROW |2970 |18 |37106 |
ROW |2971 |21 |37107 |
+ROW |2972 |384 |37116 |
+ROW |2973 |384 |37117 |
+ROW |2974 |384 |37118 |
+ROW |2975 |384 |37119 |
+ROW |2976 |384 |37120 |
+ROW |2977 |384 |37121 |
+ROW |2978 |384 |37122 |
+ROW |2979 |384 |37123 |
+ROW |2980 |384 |37124 |
TABLE |item_preproc
FIELDS|item_preprocid|itemid|step|type|params |error_handler|error_handler_params |
@@ -39040,48 +38991,23 @@ ROW |61702 |30966 |2 |10 |
ROW |61703 |30967 |1 |22 |etcd_network_peer_sent_failures_total{To="{#ETCD.PEER}"}&bsn; |2 |0 |
ROW |61704 |30967 |2 |10 | |0 | |
ROW |61705 |31499 |1 |20 |10m |0 | |
-ROW |61706 |31501 |1 |20 |10m |0 | |
-ROW |61707 |31504 |1 |20 |10m |0 | |
-ROW |61708 |31507 |1 |20 |10m |0 | |
-ROW |61709 |31510 |1 |20 |10m |0 | |
-ROW |61710 |31512 |1 |20 |10m |0 | |
ROW |61711 |31516 |1 |20 |10m |0 | |
ROW |61712 |31518 |1 |1 |100 |0 | |
ROW |61713 |31519 |1 |1 |0.001 |0 | |
ROW |61714 |31520 |1 |20 |30m |0 | |
ROW |61715 |31521 |1 |20 |30m |0 | |
ROW |61716 |31522 |1 |20 |10m |0 | |
-ROW |61717 |31526 |1 |20 |10m |0 | |
ROW |61718 |31527 |1 |20 |10m |0 | |
-ROW |61719 |31528 |1 |10 | |0 | |
ROW |61720 |31529 |1 |20 |10m |0 | |
ROW |61721 |31530 |1 |20 |30m |0 | |
ROW |61722 |31531 |1 |1 |0.001 |0 | |
ROW |61723 |31531 |2 |20 |10m |0 | |
-ROW |61724 |31532 |1 |10 | |0 | |
-ROW |61725 |31533 |1 |1 |0.001 |0 | |
-ROW |61726 |31533 |2 |20 |10m |0 | |
-ROW |61727 |31534 |1 |10 | |0 | |
-ROW |61728 |31535 |1 |1 |0.001 |0 | |
-ROW |61729 |31535 |2 |20 |10m |0 | |
-ROW |61730 |31536 |1 |10 | |0 | |
-ROW |61731 |31537 |1 |1 |0.001 |0 | |
-ROW |61732 |31537 |2 |20 |10m |0 | |
-ROW |61733 |31538 |1 |10 | |0 | |
-ROW |61734 |31539 |1 |1 |0.001 |0 | |
-ROW |61735 |31539 |2 |20 |10m |0 | |
-ROW |61736 |31540 |1 |1 |0.001 |0 | |
-ROW |61737 |31540 |2 |20 |10m |0 | |
-ROW |61738 |31542 |1 |10 | |0 | |
-ROW |61739 |31543 |1 |1 |0.001 |0 | |
-ROW |61740 |31543 |2 |20 |10m |0 | |
ROW |61741 |31545 |1 |20 |10m |0 | |
ROW |61742 |31546 |1 |20 |10m |0 | |
ROW |61743 |31547 |1 |20 |10m |0 | |
ROW |61744 |31548 |1 |20 |10m |0 | |
ROW |61745 |31549 |1 |20 |10m |0 | |
ROW |61746 |31550 |1 |20 |10m |0 | |
-ROW |61747 |31551 |1 |20 |10m |0 | |
ROW |61748 |32012 |1 |21 |try {&bsn; parsed = JSON.parse(value);&bsn; var result = [];&bsn;&bsn; function getNodes(nodes, state) {&bsn; Object.keys(nodes).forEach(function (field) {&bsn; var Node = {};&bsn; Node['HostName'] = field &pipe;&pipe; '';&bsn; Node['adminState'] = nodes[field].adminState &pipe;&pipe; '';&bsn; Node['operState'] = state &pipe;&pipe; '';&bsn; Node['version'] = nodes[field].version &pipe;&pipe; '';&bsn; result.push(Node);&bsn; });&bsn; }&bsn;&bsn; getNodes(JSON.parse(parsed.beans[0].LiveNodes), 'Live');&bsn; getNodes(JSON.parse(parsed.beans[0].DeadNodes), 'Dead');&bsn; getNodes(JSON.parse(parsed.beans[0].DecomNodes), 'Decommission');&bsn; getNodes(JSON.parse(parsed.beans[0].EnteringMaintenanceNodes), 'Maintenance');&bsn;&bsn; return JSON.stringify(result);&bsn;}&bsn;catch (error) {&bsn; throw 'Failed to process response received from Hadoop';&bsn;}&bsn; |0 | |
ROW |61749 |32013 |1 |21 |return JSON.stringify(JSON.parse(JSON.parse(value).beans[0].LiveNodeManagers)) |0 | |
ROW |61750 |32014 |1 |20 |10m |0 | |
@@ -45706,6 +45632,20 @@ ROW |70228 |37106 |1 |1 |1000000
ROW |70229 |37106 |2 |20 |1h |0 | |
ROW |70230 |37107 |1 |1 |1000000 |0 | |
ROW |70231 |37107 |2 |20 |1h |0 | |
+ROW |70232 |37110 |1 |10 | |0 | |
+ROW |70233 |37111 |1 |1 |0.001 |0 | |
+ROW |70234 |37111 |2 |20 |10m |0 | |
+ROW |70235 |37112 |1 |20 |10m |0 | |
+ROW |70236 |37113 |1 |20 |10m |0 | |
+ROW |70237 |37116 |1 |12 |$['{#DBNAME}'].mro_time_max |0 | |
+ROW |70238 |37117 |1 |12 |$['{#DBNAME}'].mro_slow_count |0 | |
+ROW |70239 |37118 |1 |12 |$['{#DBNAME}'].mro_time_sum |0 | |
+ROW |70240 |37119 |1 |12 |$['{#DBNAME}'].query_slow_count |0 | |
+ROW |70241 |37120 |1 |12 |$['{#DBNAME}'].query_time_max |0 | |
+ROW |70242 |37121 |1 |12 |$['{#DBNAME}'].query_time_sum |0 | |
+ROW |70243 |37122 |1 |12 |$['{#DBNAME}'].tx_slow_count |0 | |
+ROW |70244 |37123 |1 |12 |$['{#DBNAME}'].tx_time_max |0 | |
+ROW |70245 |37124 |1 |12 |$['{#DBNAME}'].tx_time_sum |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|
@@ -45795,401 +45735,401 @@ ROW |146 |37056 |{#NODE} |$.node
TABLE |lld_override
FIELDS|lld_overrideid|itemid|name |step|evaltype|formula|stop|
-ROW |1108 |30961 |trigger |1 |0 | |0 |
-ROW |1109 |30193 |Discard HTTP status codes |1 |0 | |0 |
-ROW |1110 |30194 |Discard HTTP status codes |1 |0 | |0 |
-ROW |1111 |30195 |Discard HTTP status codes |1 |0 | |0 |
-ROW |1112 |30236 |Discard HTTP status codes |1 |0 | |0 |
-ROW |1113 |30237 |Discard HTTP status codes |1 |0 | |0 |
-ROW |1114 |30238 |Discard HTTP status codes |1 |0 | |0 |
-ROW |1115 |33063 |Primary metrics |1 |0 | |0 |
-ROW |1116 |33063 |Arbiter metrics |2 |0 | |0 |
-ROW |1117 |32742 |ID filter |1 |0 | |0 |
-ROW |1118 |32743 |Self-test |1 |0 | |0 |
-ROW |1119 |32743 |Not NVMe |2 |0 | |0 |
-ROW |1120 |32754 |ID filter |1 |0 | |0 |
-ROW |1121 |32755 |Self-test |1 |0 | |0 |
-ROW |1122 |32755 |Not NVMe |2 |0 | |0 |
-ROW |1123 |28306 |trigger THRESHOLD_LO_WARN |1 |0 | |0 |
-ROW |1124 |28306 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 |
-ROW |1125 |28306 |trigger THRESHOLD_HI_WARN |3 |0 | |0 |
-ROW |1126 |28306 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 |
-ROW |1127 |28307 |trigger THRESHOLD_LO_WARN |1 |0 | |0 |
-ROW |1128 |28307 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 |
-ROW |1129 |28307 |trigger THRESHOLD_HI_WARN |3 |0 | |0 |
-ROW |1130 |28307 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 |
-ROW |1131 |32306 |trigger THRESHOLD_LO_WARN |1 |0 | |0 |
-ROW |1132 |32306 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 |
-ROW |1133 |32306 |trigger THRESHOLD_HI_WARN |3 |0 | |0 |
-ROW |1134 |32306 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 |
-ROW |1135 |35911 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1136 |35961 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1137 |35962 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1138 |35994 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1139 |36038 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1140 |36072 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1141 |36073 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1142 |36139 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1143 |36140 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1144 |36206 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1145 |36207 |Trigger disabled |1 |0 | |0 |
-ROW |1146 |36207 |Trigger enabled |2 |0 | |0 |
-ROW |1147 |36239 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1148 |36278 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1149 |36322 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1150 |36366 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1151 |36410 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1152 |36455 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1153 |36500 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1154 |36545 |Don't create triggers for matching interface|1 |0 | |0 |
-ROW |1155 |33598 |Temp |1 |0 | |0 |
-ROW |1156 |33599 |Temp |1 |0 | |0 |
-ROW |1157 |33649 |Temp |1 |0 | |0 |
-ROW |1158 |33650 |Temp |1 |0 | |0 |
-ROW |1159 |33700 |Temp |1 |0 | |0 |
-ROW |1160 |33701 |Temp |1 |0 | |0 |
-ROW |1161 |33751 |Temp |1 |0 | |0 |
-ROW |1162 |33752 |Temp |1 |0 | |0 |
-ROW |1163 |33802 |Temp |1 |0 | |0 |
-ROW |1164 |33803 |Temp |1 |0 | |0 |
-ROW |1165 |33853 |Temp |1 |0 | |0 |
-ROW |1166 |33854 |Temp |1 |0 | |0 |
-ROW |1167 |33904 |Temp |1 |0 | |0 |
-ROW |1168 |33905 |Temp |1 |0 | |0 |
-ROW |1169 |33462 |Temp |1 |0 | |0 |
-ROW |1170 |33463 |Temp |1 |0 | |0 |
-ROW |1171 |33960 |Temp |1 |0 | |0 |
-ROW |1172 |33961 |Temp |1 |0 | |0 |
-ROW |1173 |34011 |Temp |1 |0 | |0 |
-ROW |1174 |34012 |Temp |1 |0 | |0 |
-ROW |1175 |34062 |Temp |1 |0 | |0 |
-ROW |1176 |34063 |Temp |1 |0 | |0 |
-ROW |1177 |32618 |Do not discover aggregate metrics |1 |0 | |0 |
-ROW |1178 |30687 |trigger SENSOR_LO_WARN |1 |0 | |0 |
-ROW |1179 |30687 |trigger SENSOR_LO_CRIT |2 |0 | |0 |
-ROW |1180 |30687 |trigger SENSOR_LO_DISAST |3 |0 | |0 |
-ROW |1181 |30687 |trigger SENSOR_HI_WARN |4 |0 | |0 |
-ROW |1182 |30687 |trigger SENSOR_HI_CRIT |5 |0 | |0 |
-ROW |1183 |30687 |trigger SENSOR_HI_DISAST |6 |0 | |0 |
+ROW |1184 |30961 |trigger |1 |0 | |0 |
+ROW |1185 |30193 |Discard HTTP status codes |1 |0 | |0 |
+ROW |1186 |30194 |Discard HTTP status codes |1 |0 | |0 |
+ROW |1187 |30195 |Discard HTTP status codes |1 |0 | |0 |
+ROW |1188 |30236 |Discard HTTP status codes |1 |0 | |0 |
+ROW |1189 |30237 |Discard HTTP status codes |1 |0 | |0 |
+ROW |1190 |30238 |Discard HTTP status codes |1 |0 | |0 |
+ROW |1191 |33063 |Primary metrics |1 |0 | |0 |
+ROW |1192 |33063 |Arbiter metrics |2 |0 | |0 |
+ROW |1193 |32742 |ID filter |1 |0 | |0 |
+ROW |1194 |32743 |Self-test |1 |0 | |0 |
+ROW |1195 |32743 |Not NVMe |2 |0 | |0 |
+ROW |1196 |32754 |ID filter |1 |0 | |0 |
+ROW |1197 |32755 |Self-test |1 |0 | |0 |
+ROW |1198 |32755 |Not NVMe |2 |0 | |0 |
+ROW |1199 |28306 |trigger THRESHOLD_LO_WARN |1 |0 | |0 |
+ROW |1200 |28306 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 |
+ROW |1201 |28306 |trigger THRESHOLD_HI_WARN |3 |0 | |0 |
+ROW |1202 |28306 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 |
+ROW |1203 |28307 |trigger THRESHOLD_LO_WARN |1 |0 | |0 |
+ROW |1204 |28307 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 |
+ROW |1205 |28307 |trigger THRESHOLD_HI_WARN |3 |0 | |0 |
+ROW |1206 |28307 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 |
+ROW |1207 |32306 |trigger THRESHOLD_LO_WARN |1 |0 | |0 |
+ROW |1208 |32306 |trigger THRESHOLD_LO_CRIT |2 |0 | |0 |
+ROW |1209 |32306 |trigger THRESHOLD_HI_WARN |3 |0 | |0 |
+ROW |1210 |32306 |trigger THRESHOLD_HI_CRIT |4 |0 | |0 |
+ROW |1211 |35911 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1212 |35961 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1213 |35962 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1214 |35994 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1215 |36038 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1216 |36072 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1217 |36073 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1218 |36139 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1219 |36140 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1220 |36206 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1221 |36207 |Trigger disabled |1 |0 | |0 |
+ROW |1222 |36207 |Trigger enabled |2 |0 | |0 |
+ROW |1223 |36239 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1224 |36278 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1225 |36322 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1226 |36366 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1227 |36410 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1228 |36455 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1229 |36500 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1230 |36545 |Don't create triggers for matching interface|1 |0 | |0 |
+ROW |1231 |33598 |Temp |1 |0 | |0 |
+ROW |1232 |33599 |Temp |1 |0 | |0 |
+ROW |1233 |33649 |Temp |1 |0 | |0 |
+ROW |1234 |33650 |Temp |1 |0 | |0 |
+ROW |1235 |33700 |Temp |1 |0 | |0 |
+ROW |1236 |33701 |Temp |1 |0 | |0 |
+ROW |1237 |33751 |Temp |1 |0 | |0 |
+ROW |1238 |33752 |Temp |1 |0 | |0 |
+ROW |1239 |33802 |Temp |1 |0 | |0 |
+ROW |1240 |33803 |Temp |1 |0 | |0 |
+ROW |1241 |33853 |Temp |1 |0 | |0 |
+ROW |1242 |33854 |Temp |1 |0 | |0 |
+ROW |1243 |33904 |Temp |1 |0 | |0 |
+ROW |1244 |33905 |Temp |1 |0 | |0 |
+ROW |1245 |33462 |Temp |1 |0 | |0 |
+ROW |1246 |33463 |Temp |1 |0 | |0 |
+ROW |1247 |33960 |Temp |1 |0 | |0 |
+ROW |1248 |33961 |Temp |1 |0 | |0 |
+ROW |1249 |34011 |Temp |1 |0 | |0 |
+ROW |1250 |34012 |Temp |1 |0 | |0 |
+ROW |1251 |34062 |Temp |1 |0 | |0 |
+ROW |1252 |34063 |Temp |1 |0 | |0 |
+ROW |1253 |32618 |Do not discover aggregate metrics |1 |0 | |0 |
+ROW |1254 |30687 |trigger SENSOR_LO_WARN |1 |0 | |0 |
+ROW |1255 |30687 |trigger SENSOR_LO_CRIT |2 |0 | |0 |
+ROW |1256 |30687 |trigger SENSOR_LO_DISAST |3 |0 | |0 |
+ROW |1257 |30687 |trigger SENSOR_HI_WARN |4 |0 | |0 |
+ROW |1258 |30687 |trigger SENSOR_HI_CRIT |5 |0 | |0 |
+ROW |1259 |30687 |trigger SENSOR_HI_DISAST |6 |0 | |0 |
TABLE |lld_override_condition
FIELDS|lld_override_conditionid|lld_overrideid|operator|macro |value |
-ROW |1004 |1108 |8 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.TRIGGER.MATCHES} |
-ROW |1005 |1109 |8 |{#MODE} |tcp |
-ROW |1006 |1110 |8 |{#MODE} |tcp |
-ROW |1007 |1111 |8 |{#MODE} |tcp |
-ROW |1008 |1112 |8 |{#MODE} |tcp |
-ROW |1009 |1113 |8 |{#MODE} |tcp |
-ROW |1010 |1114 |8 |{#MODE} |tcp |
-ROW |1011 |1115 |8 |{#NODE_STATE} |1 |
-ROW |1012 |1116 |8 |{#NODE_STATE} |7 |
-ROW |1013 |1117 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} |
-ROW |1014 |1117 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} |
-ROW |1015 |1118 |8 |{#DISKTYPE} |nvme |
-ROW |1016 |1119 |9 |{#DISKTYPE} |nvme |
-ROW |1017 |1120 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} |
-ROW |1018 |1120 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} |
-ROW |1019 |1121 |8 |{#DISKTYPE} |nvme |
-ROW |1020 |1122 |9 |{#DISKTYPE} |nvme |
-ROW |1021 |1123 |8 |{#THRESHOLD_LO_WARN} |^$ |
-ROW |1022 |1124 |8 |{#THRESHOLD_LO_CRIT} |^$ |
-ROW |1023 |1125 |8 |{#THRESHOLD_HI_WARN} |^$ |
-ROW |1024 |1126 |8 |{#THRESHOLD_HI_CRIT} |^$ |
-ROW |1025 |1127 |8 |{#THRESHOLD_LO_WARN} |^$ |
-ROW |1026 |1128 |8 |{#THRESHOLD_LO_CRIT} |^$ |
-ROW |1027 |1129 |8 |{#THRESHOLD_HI_WARN} |^$ |
-ROW |1028 |1130 |8 |{#THRESHOLD_HI_CRIT} |^$ |
-ROW |1029 |1131 |8 |{#THRESHOLD_LO_WARN} |^$ |
-ROW |1030 |1132 |8 |{#THRESHOLD_LO_CRIT} |^$ |
-ROW |1031 |1133 |8 |{#THRESHOLD_HI_WARN} |^$ |
-ROW |1032 |1134 |8 |{#THRESHOLD_HI_CRIT} |^$ |
-ROW |1033 |1135 |9 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1034 |1136 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1035 |1137 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1036 |1138 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1037 |1139 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1038 |1140 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1039 |1141 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1040 |1142 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1041 |1143 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1042 |1144 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1043 |1145 |8 |{#ZYXEL.IF.NAME} |.* |
-ROW |1044 |1146 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1045 |1147 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1046 |1148 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1047 |1149 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1048 |1150 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1049 |1151 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1050 |1152 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1051 |1153 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1052 |1154 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
-ROW |1053 |1155 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1054 |1156 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1055 |1157 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1056 |1158 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1057 |1159 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1058 |1160 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1059 |1161 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1060 |1162 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1061 |1163 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1062 |1164 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1063 |1165 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1064 |1166 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1065 |1167 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1066 |1168 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1067 |1169 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1068 |1170 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1069 |1171 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1070 |1172 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1071 |1173 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1072 |1174 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1073 |1175 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
-ROW |1074 |1176 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
-ROW |1075 |1177 |8 |{#FSTYPE} |3&pipe;4 |
+ROW |1076 |1184 |8 |{#GRPC.CODE} |{$ETCD.GRPC_CODE.TRIGGER.MATCHES} |
+ROW |1077 |1185 |8 |{#MODE} |tcp |
+ROW |1078 |1186 |8 |{#MODE} |tcp |
+ROW |1079 |1187 |8 |{#MODE} |tcp |
+ROW |1080 |1188 |8 |{#MODE} |tcp |
+ROW |1081 |1189 |8 |{#MODE} |tcp |
+ROW |1082 |1190 |8 |{#MODE} |tcp |
+ROW |1083 |1191 |8 |{#NODE_STATE} |1 |
+ROW |1084 |1192 |8 |{#NODE_STATE} |7 |
+ROW |1085 |1193 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} |
+ROW |1086 |1193 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} |
+ROW |1087 |1194 |8 |{#DISKTYPE} |nvme |
+ROW |1088 |1195 |9 |{#DISKTYPE} |nvme |
+ROW |1089 |1196 |8 |{#ID} |{$SMART.ATTRIBUTE.ID.MATCHES} |
+ROW |1090 |1196 |8 |{#NAME} |{$SMART.DISK.NAME.MATCHES} |
+ROW |1091 |1197 |8 |{#DISKTYPE} |nvme |
+ROW |1092 |1198 |9 |{#DISKTYPE} |nvme |
+ROW |1093 |1199 |8 |{#THRESHOLD_LO_WARN} |^$ |
+ROW |1094 |1200 |8 |{#THRESHOLD_LO_CRIT} |^$ |
+ROW |1095 |1201 |8 |{#THRESHOLD_HI_WARN} |^$ |
+ROW |1096 |1202 |8 |{#THRESHOLD_HI_CRIT} |^$ |
+ROW |1097 |1203 |8 |{#THRESHOLD_LO_WARN} |^$ |
+ROW |1098 |1204 |8 |{#THRESHOLD_LO_CRIT} |^$ |
+ROW |1099 |1205 |8 |{#THRESHOLD_HI_WARN} |^$ |
+ROW |1100 |1206 |8 |{#THRESHOLD_HI_CRIT} |^$ |
+ROW |1101 |1207 |8 |{#THRESHOLD_LO_WARN} |^$ |
+ROW |1102 |1208 |8 |{#THRESHOLD_LO_CRIT} |^$ |
+ROW |1103 |1209 |8 |{#THRESHOLD_HI_WARN} |^$ |
+ROW |1104 |1210 |8 |{#THRESHOLD_HI_CRIT} |^$ |
+ROW |1105 |1211 |9 |{#CISCO.IF.NAME} |{$CISCO.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1106 |1212 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1107 |1213 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1108 |1214 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1109 |1215 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1110 |1216 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1111 |1217 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1112 |1218 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1113 |1219 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1114 |1220 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1115 |1221 |8 |{#ZYXEL.IF.NAME} |.* |
+ROW |1116 |1222 |8 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1117 |1223 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1118 |1224 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1119 |1225 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1120 |1226 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1121 |1227 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1122 |1228 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1123 |1229 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1124 |1230 |9 |{#ZYXEL.IF.NAME} |{$ZYXEL.LLD.FILTER.IF.CONTROL.MATCHES}|
+ROW |1125 |1231 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1126 |1232 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1127 |1233 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1128 |1234 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1129 |1235 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1130 |1236 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1131 |1237 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1132 |1238 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1133 |1239 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1134 |1240 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1135 |1241 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1136 |1242 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1137 |1243 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1138 |1244 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1139 |1245 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1140 |1246 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1141 |1247 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1142 |1248 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1143 |1249 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1144 |1250 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1145 |1251 |8 |{#EXTERNAL_SENSOR1_NAME}|Temp |
+ROW |1146 |1252 |8 |{#EXTERNAL_SENSOR2_NAME}|Temp |
+ROW |1147 |1253 |8 |{#FSTYPE} |3&pipe;4 |
TABLE |lld_override_operation
FIELDS|lld_override_operationid|lld_overrideid|operationobject|operator|value |
-ROW |1150 |1108 |1 |2 |Too many failed gRPC requests |
-ROW |1151 |1109 |0 |2 |Number of responses with codes |
-ROW |1152 |1110 |0 |2 |Number of responses with codes |
-ROW |1153 |1111 |0 |2 |Number of responses with codes |
-ROW |1154 |1112 |0 |2 |Number of responses with codes |
-ROW |1155 |1113 |0 |2 |Number of responses with codes |
-ROW |1156 |1114 |0 |2 |Number of responses with codes |
-ROW |1157 |1115 |0 |2 |Number of replicas |
-ROW |1158 |1115 |0 |2 |Unhealthy replicas |
-ROW |1159 |1115 |0 |2 |Number of unhealthy replicas |
-ROW |1160 |1115 |0 |2 |Replication lag |
-ROW |1161 |1116 |0 |2 |Replication lag |
-ROW |1162 |1117 |0 |8 | |
-ROW |1163 |1118 |0 |2 |Self-test |
-ROW |1164 |1119 |0 |8 |Media&pipe;Percentage&pipe;Critical |
-ROW |1165 |1120 |0 |8 | |
-ROW |1166 |1121 |0 |2 |Self-test |
-ROW |1167 |1122 |0 |8 |Media&pipe;Percentage&pipe;Critical |
-ROW |1168 |1123 |1 |8 |Temperature is below the warning threshold |
-ROW |1169 |1124 |1 |8 |Temperature is below the critical threshold|
-ROW |1170 |1125 |1 |8 |Temperature is above the warning threshold |
-ROW |1171 |1126 |1 |8 |Temperature is above the critical threshold|
-ROW |1172 |1127 |1 |8 |Fan speed is below the warning threshold |
-ROW |1173 |1128 |1 |8 |Fan speed is below the critical threshold |
-ROW |1174 |1129 |1 |8 |Fan speed is above the warning threshold |
-ROW |1175 |1130 |1 |8 |Fan speed is above the critical threshold |
-ROW |1176 |1131 |1 |8 |Voltage is below the warning threshold |
-ROW |1177 |1132 |1 |8 |Voltage is below the critical threshold |
-ROW |1178 |1133 |1 |8 |Voltage is above the warning threshold |
-ROW |1179 |1134 |1 |8 |Voltage is above the critical threshold |
-ROW |1180 |1135 |1 |8 |.* |
-ROW |1181 |1136 |1 |8 |.* |
-ROW |1182 |1137 |1 |8 |.* |
-ROW |1183 |1138 |1 |8 |.* |
-ROW |1184 |1139 |1 |8 |.* |
-ROW |1185 |1140 |1 |8 |.* |
-ROW |1186 |1141 |1 |8 |.* |
-ROW |1187 |1142 |1 |8 |.* |
-ROW |1188 |1143 |1 |8 |.* |
-ROW |1189 |1144 |1 |8 |.* |
-ROW |1190 |1145 |1 |8 |.* |
-ROW |1191 |1146 |1 |8 |.* |
-ROW |1192 |1147 |1 |8 |.* |
-ROW |1193 |1148 |1 |8 |.* |
-ROW |1194 |1149 |1 |8 |.* |
-ROW |1195 |1150 |1 |8 |.* |
-ROW |1196 |1151 |1 |8 |.* |
-ROW |1197 |1152 |1 |8 |.* |
-ROW |1198 |1153 |1 |8 |.* |
-ROW |1199 |1154 |1 |8 |.* |
-ROW |1200 |1155 |0 |2 |Humidity |
-ROW |1201 |1156 |0 |2 |Humidity |
-ROW |1202 |1157 |0 |2 |Humidity |
-ROW |1203 |1158 |0 |2 |Humidity |
-ROW |1204 |1159 |0 |2 |Humidity |
-ROW |1205 |1160 |0 |2 |Humidity |
-ROW |1206 |1161 |0 |2 |Humidity |
-ROW |1207 |1162 |0 |2 |Humidity |
-ROW |1208 |1163 |0 |2 |Humidity |
-ROW |1209 |1164 |0 |2 |Humidity |
-ROW |1210 |1165 |0 |2 |Humidity |
-ROW |1211 |1166 |0 |2 |Humidity |
-ROW |1212 |1167 |0 |2 |Humidity |
-ROW |1213 |1168 |0 |2 |Humidity |
-ROW |1214 |1169 |0 |2 |Humidity |
-ROW |1215 |1170 |0 |2 |Humidity |
-ROW |1216 |1171 |0 |2 |Humidity |
-ROW |1217 |1172 |0 |2 |Humidity |
-ROW |1218 |1173 |0 |2 |Humidity |
-ROW |1219 |1174 |0 |2 |Humidity |
-ROW |1220 |1175 |0 |2 |Humidity |
-ROW |1221 |1176 |0 |2 |Humidity |
-ROW |1222 |1177 |0 |2 |Saved |
-ROW |1223 |1178 |1 |2 |{#SENSOR_LO_WARN} |
-ROW |1224 |1179 |1 |2 |{#SENSOR_LO_CRIT} |
-ROW |1225 |1180 |1 |2 |{#SENSOR_LO_DISAST} |
-ROW |1226 |1181 |1 |2 |{#SENSOR_HI_WARN} |
-ROW |1227 |1182 |1 |2 |{#SENSOR_HI_CRIT} |
-ROW |1228 |1183 |1 |2 |{#SENSOR_HI_DISAST} |
+ROW |1229 |1184 |1 |2 |Too many failed gRPC requests |
+ROW |1230 |1185 |0 |2 |Number of responses with codes |
+ROW |1231 |1186 |0 |2 |Number of responses with codes |
+ROW |1232 |1187 |0 |2 |Number of responses with codes |
+ROW |1233 |1188 |0 |2 |Number of responses with codes |
+ROW |1234 |1189 |0 |2 |Number of responses with codes |
+ROW |1235 |1190 |0 |2 |Number of responses with codes |
+ROW |1236 |1191 |0 |2 |Number of replicas |
+ROW |1237 |1191 |0 |2 |Unhealthy replicas |
+ROW |1238 |1191 |0 |2 |Number of unhealthy replicas |
+ROW |1239 |1191 |0 |2 |Replication lag |
+ROW |1240 |1192 |0 |2 |Replication lag |
+ROW |1241 |1193 |0 |8 | |
+ROW |1242 |1194 |0 |2 |Self-test |
+ROW |1243 |1195 |0 |8 |Media&pipe;Percentage&pipe;Critical |
+ROW |1244 |1196 |0 |8 | |
+ROW |1245 |1197 |0 |2 |Self-test |
+ROW |1246 |1198 |0 |8 |Media&pipe;Percentage&pipe;Critical |
+ROW |1247 |1199 |1 |8 |Temperature is below the warning threshold |
+ROW |1248 |1200 |1 |8 |Temperature is below the critical threshold|
+ROW |1249 |1201 |1 |8 |Temperature is above the warning threshold |
+ROW |1250 |1202 |1 |8 |Temperature is above the critical threshold|
+ROW |1251 |1203 |1 |8 |Fan speed is below the warning threshold |
+ROW |1252 |1204 |1 |8 |Fan speed is below the critical threshold |
+ROW |1253 |1205 |1 |8 |Fan speed is above the warning threshold |
+ROW |1254 |1206 |1 |8 |Fan speed is above the critical threshold |
+ROW |1255 |1207 |1 |8 |Voltage is below the warning threshold |
+ROW |1256 |1208 |1 |8 |Voltage is below the critical threshold |
+ROW |1257 |1209 |1 |8 |Voltage is above the warning threshold |
+ROW |1258 |1210 |1 |8 |Voltage is above the critical threshold |
+ROW |1259 |1211 |1 |8 |.* |
+ROW |1260 |1212 |1 |8 |.* |
+ROW |1261 |1213 |1 |8 |.* |
+ROW |1262 |1214 |1 |8 |.* |
+ROW |1263 |1215 |1 |8 |.* |
+ROW |1264 |1216 |1 |8 |.* |
+ROW |1265 |1217 |1 |8 |.* |
+ROW |1266 |1218 |1 |8 |.* |
+ROW |1267 |1219 |1 |8 |.* |
+ROW |1268 |1220 |1 |8 |.* |
+ROW |1269 |1221 |1 |8 |.* |
+ROW |1270 |1222 |1 |8 |.* |
+ROW |1271 |1223 |1 |8 |.* |
+ROW |1272 |1224 |1 |8 |.* |
+ROW |1273 |1225 |1 |8 |.* |
+ROW |1274 |1226 |1 |8 |.* |
+ROW |1275 |1227 |1 |8 |.* |
+ROW |1276 |1228 |1 |8 |.* |
+ROW |1277 |1229 |1 |8 |.* |
+ROW |1278 |1230 |1 |8 |.* |
+ROW |1279 |1231 |0 |2 |Humidity |
+ROW |1280 |1232 |0 |2 |Humidity |
+ROW |1281 |1233 |0 |2 |Humidity |
+ROW |1282 |1234 |0 |2 |Humidity |
+ROW |1283 |1235 |0 |2 |Humidity |
+ROW |1284 |1236 |0 |2 |Humidity |
+ROW |1285 |1237 |0 |2 |Humidity |
+ROW |1286 |1238 |0 |2 |Humidity |
+ROW |1287 |1239 |0 |2 |Humidity |
+ROW |1288 |1240 |0 |2 |Humidity |
+ROW |1289 |1241 |0 |2 |Humidity |
+ROW |1290 |1242 |0 |2 |Humidity |
+ROW |1291 |1243 |0 |2 |Humidity |
+ROW |1292 |1244 |0 |2 |Humidity |
+ROW |1293 |1245 |0 |2 |Humidity |
+ROW |1294 |1246 |0 |2 |Humidity |
+ROW |1295 |1247 |0 |2 |Humidity |
+ROW |1296 |1248 |0 |2 |Humidity |
+ROW |1297 |1249 |0 |2 |Humidity |
+ROW |1298 |1250 |0 |2 |Humidity |
+ROW |1299 |1251 |0 |2 |Humidity |
+ROW |1300 |1252 |0 |2 |Humidity |
+ROW |1301 |1253 |0 |2 |Saved |
+ROW |1302 |1254 |1 |2 |{#SENSOR_LO_WARN} |
+ROW |1303 |1255 |1 |2 |{#SENSOR_LO_CRIT} |
+ROW |1304 |1256 |1 |2 |{#SENSOR_LO_DISAST} |
+ROW |1305 |1257 |1 |2 |{#SENSOR_HI_WARN} |
+ROW |1306 |1258 |1 |2 |{#SENSOR_HI_CRIT} |
+ROW |1307 |1259 |1 |2 |{#SENSOR_HI_DISAST} |
TABLE |lld_override_opstatus
FIELDS|lld_override_operationid|status|
-ROW |1150 |0 |
-ROW |1151 |0 |
-ROW |1152 |0 |
-ROW |1153 |0 |
-ROW |1154 |0 |
-ROW |1155 |0 |
-ROW |1156 |0 |
-ROW |1157 |0 |
-ROW |1158 |0 |
-ROW |1159 |0 |
-ROW |1160 |0 |
-ROW |1161 |0 |
-ROW |1162 |0 |
-ROW |1163 |0 |
-ROW |1164 |0 |
-ROW |1165 |0 |
-ROW |1166 |0 |
-ROW |1167 |0 |
-ROW |1168 |0 |
-ROW |1169 |0 |
-ROW |1170 |0 |
-ROW |1171 |0 |
-ROW |1172 |0 |
-ROW |1173 |0 |
-ROW |1174 |0 |
-ROW |1175 |0 |
-ROW |1176 |0 |
-ROW |1177 |0 |
-ROW |1178 |0 |
-ROW |1179 |0 |
-ROW |1180 |0 |
-ROW |1181 |0 |
-ROW |1182 |0 |
-ROW |1183 |0 |
-ROW |1184 |0 |
-ROW |1185 |0 |
-ROW |1186 |0 |
-ROW |1187 |0 |
-ROW |1188 |0 |
-ROW |1189 |0 |
-ROW |1190 |0 |
-ROW |1191 |0 |
-ROW |1192 |0 |
-ROW |1193 |0 |
-ROW |1194 |0 |
-ROW |1195 |0 |
-ROW |1196 |0 |
-ROW |1197 |0 |
-ROW |1198 |0 |
-ROW |1199 |0 |
-ROW |1200 |0 |
-ROW |1201 |0 |
-ROW |1202 |0 |
-ROW |1203 |0 |
-ROW |1204 |0 |
-ROW |1205 |0 |
-ROW |1206 |0 |
-ROW |1207 |0 |
-ROW |1208 |0 |
-ROW |1209 |0 |
-ROW |1210 |0 |
-ROW |1211 |0 |
-ROW |1212 |0 |
-ROW |1213 |0 |
-ROW |1214 |0 |
-ROW |1215 |0 |
-ROW |1216 |0 |
-ROW |1217 |0 |
-ROW |1218 |0 |
-ROW |1219 |0 |
-ROW |1220 |0 |
-ROW |1221 |0 |
-ROW |1222 |0 |
-ROW |1223 |0 |
-ROW |1224 |0 |
-ROW |1225 |0 |
-ROW |1226 |0 |
-ROW |1227 |0 |
-ROW |1228 |0 |
+ROW |1229 |0 |
+ROW |1230 |0 |
+ROW |1231 |0 |
+ROW |1232 |0 |
+ROW |1233 |0 |
+ROW |1234 |0 |
+ROW |1235 |0 |
+ROW |1236 |0 |
+ROW |1237 |0 |
+ROW |1238 |0 |
+ROW |1239 |0 |
+ROW |1240 |0 |
+ROW |1241 |0 |
+ROW |1242 |0 |
+ROW |1243 |0 |
+ROW |1244 |0 |
+ROW |1245 |0 |
+ROW |1246 |0 |
+ROW |1247 |0 |
+ROW |1248 |0 |
+ROW |1249 |0 |
+ROW |1250 |0 |
+ROW |1251 |0 |
+ROW |1252 |0 |
+ROW |1253 |0 |
+ROW |1254 |0 |
+ROW |1255 |0 |
+ROW |1256 |0 |
+ROW |1257 |0 |
+ROW |1258 |0 |
+ROW |1259 |0 |
+ROW |1260 |0 |
+ROW |1261 |0 |
+ROW |1262 |0 |
+ROW |1263 |0 |
+ROW |1264 |0 |
+ROW |1265 |0 |
+ROW |1266 |0 |
+ROW |1267 |0 |
+ROW |1268 |0 |
+ROW |1269 |0 |
+ROW |1270 |0 |
+ROW |1271 |0 |
+ROW |1272 |0 |
+ROW |1273 |0 |
+ROW |1274 |0 |
+ROW |1275 |0 |
+ROW |1276 |0 |
+ROW |1277 |0 |
+ROW |1278 |0 |
+ROW |1279 |0 |
+ROW |1280 |0 |
+ROW |1281 |0 |
+ROW |1282 |0 |
+ROW |1283 |0 |
+ROW |1284 |0 |
+ROW |1285 |0 |
+ROW |1286 |0 |
+ROW |1287 |0 |
+ROW |1288 |0 |
+ROW |1289 |0 |
+ROW |1290 |0 |
+ROW |1291 |0 |
+ROW |1292 |0 |
+ROW |1293 |0 |
+ROW |1294 |0 |
+ROW |1295 |0 |
+ROW |1296 |0 |
+ROW |1297 |0 |
+ROW |1298 |0 |
+ROW |1299 |0 |
+ROW |1300 |0 |
+ROW |1301 |0 |
+ROW |1302 |0 |
+ROW |1303 |0 |
+ROW |1304 |0 |
+ROW |1305 |0 |
+ROW |1306 |0 |
+ROW |1307 |0 |
TABLE |lld_override_opdiscover
FIELDS|lld_override_operationid|discover|
-ROW |1150 |0 |
-ROW |1151 |1 |
-ROW |1152 |1 |
-ROW |1153 |1 |
-ROW |1154 |1 |
-ROW |1155 |1 |
-ROW |1156 |1 |
-ROW |1157 |0 |
-ROW |1158 |0 |
-ROW |1159 |0 |
-ROW |1160 |1 |
-ROW |1161 |1 |
-ROW |1162 |1 |
-ROW |1163 |1 |
-ROW |1164 |1 |
-ROW |1165 |1 |
-ROW |1166 |1 |
-ROW |1167 |1 |
-ROW |1168 |1 |
-ROW |1169 |1 |
-ROW |1170 |1 |
-ROW |1171 |1 |
-ROW |1172 |1 |
-ROW |1173 |1 |
-ROW |1174 |1 |
-ROW |1175 |1 |
-ROW |1176 |1 |
-ROW |1177 |1 |
-ROW |1178 |1 |
-ROW |1179 |1 |
-ROW |1180 |1 |
-ROW |1181 |1 |
-ROW |1182 |1 |
-ROW |1183 |1 |
-ROW |1184 |1 |
-ROW |1185 |1 |
-ROW |1186 |1 |
-ROW |1187 |1 |
-ROW |1188 |1 |
-ROW |1189 |1 |
-ROW |1190 |1 |
-ROW |1191 |0 |
-ROW |1192 |1 |
-ROW |1193 |1 |
-ROW |1194 |1 |
-ROW |1195 |1 |
-ROW |1196 |1 |
-ROW |1197 |1 |
-ROW |1198 |1 |
-ROW |1199 |1 |
-ROW |1200 |1 |
-ROW |1201 |1 |
-ROW |1202 |1 |
-ROW |1203 |1 |
-ROW |1204 |1 |
-ROW |1205 |1 |
-ROW |1206 |1 |
-ROW |1207 |1 |
-ROW |1208 |1 |
-ROW |1209 |1 |
-ROW |1210 |1 |
-ROW |1211 |1 |
-ROW |1212 |1 |
-ROW |1213 |1 |
-ROW |1214 |1 |
-ROW |1215 |1 |
-ROW |1216 |1 |
-ROW |1217 |1 |
-ROW |1218 |1 |
-ROW |1219 |1 |
-ROW |1220 |1 |
-ROW |1221 |1 |
-ROW |1222 |1 |
-ROW |1223 |1 |
-ROW |1224 |1 |
-ROW |1225 |1 |
-ROW |1226 |1 |
-ROW |1227 |1 |
-ROW |1228 |1 |
+ROW |1229 |0 |
+ROW |1230 |1 |
+ROW |1231 |1 |
+ROW |1232 |1 |
+ROW |1233 |1 |
+ROW |1234 |1 |
+ROW |1235 |1 |
+ROW |1236 |0 |
+ROW |1237 |0 |
+ROW |1238 |0 |
+ROW |1239 |1 |
+ROW |1240 |1 |
+ROW |1241 |1 |
+ROW |1242 |1 |
+ROW |1243 |1 |
+ROW |1244 |1 |
+ROW |1245 |1 |
+ROW |1246 |1 |
+ROW |1247 |1 |
+ROW |1248 |1 |
+ROW |1249 |1 |
+ROW |1250 |1 |
+ROW |1251 |1 |
+ROW |1252 |1 |
+ROW |1253 |1 |
+ROW |1254 |1 |
+ROW |1255 |1 |
+ROW |1256 |1 |
+ROW |1257 |1 |
+ROW |1258 |1 |
+ROW |1259 |1 |
+ROW |1260 |1 |
+ROW |1261 |1 |
+ROW |1262 |1 |
+ROW |1263 |1 |
+ROW |1264 |1 |
+ROW |1265 |1 |
+ROW |1266 |1 |
+ROW |1267 |1 |
+ROW |1268 |1 |
+ROW |1269 |1 |
+ROW |1270 |0 |
+ROW |1271 |1 |
+ROW |1272 |1 |
+ROW |1273 |1 |
+ROW |1274 |1 |
+ROW |1275 |1 |
+ROW |1276 |1 |
+ROW |1277 |1 |
+ROW |1278 |1 |
+ROW |1279 |1 |
+ROW |1280 |1 |
+ROW |1281 |1 |
+ROW |1282 |1 |
+ROW |1283 |1 |
+ROW |1284 |1 |
+ROW |1285 |1 |
+ROW |1286 |1 |
+ROW |1287 |1 |
+ROW |1288 |1 |
+ROW |1289 |1 |
+ROW |1290 |1 |
+ROW |1291 |1 |
+ROW |1292 |1 |
+ROW |1293 |1 |
+ROW |1294 |1 |
+ROW |1295 |1 |
+ROW |1296 |1 |
+ROW |1297 |1 |
+ROW |1298 |1 |
+ROW |1299 |1 |
+ROW |1300 |1 |
+ROW |1301 |1 |
+ROW |1302 |1 |
+ROW |1303 |1 |
+ROW |1304 |1 |
+ROW |1305 |1 |
+ROW |1306 |1 |
+ROW |1307 |1 |