ntopng/httpdocs/tables_config/exporters_interfaces_stats.json

119 lines
No EOL
2.6 KiB
JSON

{
"id": "exporters_interfaces_stats",
"data_url": "lua/pro/rest/v2/get/exporters/get_exporters_interfaces_stats.lua",
"use_current_page": false,
"enable_search": true,
"paging": false,
"display_empty_rows": true,
"default_sort": {
"column_id": "traffic",
"sort": 1
},
"columns": [
{
"id": "actions",
"title_i18n": "actions",
"sortable": false,
"sticky": true,
"min-width" : "80px",
"max-width" : "80px",
"class": [
"text-nowrap",
"text-center"
],
"render_v_node_type": "button_list",
"button_def_array": [
{
"id": "timeseries",
"icon": "fas fa-chart-area",
"title_i18n": "prefs.timeseries",
"class": [],
"event_id": "click_button_timeseries"
},
{
"id": "exporters_stats",
"icon": "fas fa-file-export",
"title_i18n": "exporters_stats",
"class": [],
"event_id": "click_button_exporters_stats"
},
{
"id": "flows",
"icon": "fas fa-stream",
"title_i18n": "active_flows",
"class": [],
"event_id": "click_button_flows"
},
{
"id": "hosts",
"icon": "fas fa-laptop",
"title_i18n": "active_hosts",
"class": [],
"event_id": "click_button_hosts"
}
]
},
{
"id": "exporter_ip",
"title_i18n": "flows_page.device_ip",
"data_field": "exporter_ip",
"sortable": true,
"min-width": "30px",
"class": [
"text-nowrap"
]
},
{
"id": "interface_name",
"title_i18n": "interface_name",
"data_field": "interface_name",
"sortable": true,
"min-width": "80px",
"class": [
"text-left",
"text-nowrap"
]
},
{
"id": "role",
"title_i18n": "snmp.interface_role",
"data_field": "role",
"sortable": true,
"min-width": "80px",
"class": [
"text-left",
"text-nowrap"
]
},
{
"id": "bytes_sent",
"title_i18n": "bytes_sent",
"data_field": "bytes_sent",
"sortable": true,
"class": [
"text-nowrap",
"text-right"
]
},
{
"id": "bytes_rcvd",
"title_i18n": "bytes_rcvd",
"data_field": "bytes_rcvd",
"sortable": true,
"class": [
"text-nowrap",
"text-right"
]
},
{
"id": "total_bytes",
"title_i18n": "total_bytes",
"data_field": "total_bytes",
"sortable": true,
"class": [
"text-nowrap",
"text-right"
]
}
]
}