mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
* Removed CVE col from hosts table * Removed CVE col from hosts table * Started implementing alerts graph * Added tooltip init
100 lines
No EOL
1.9 KiB
JSON
100 lines
No EOL
1.9 KiB
JSON
{
|
|
"id": "exporters",
|
|
"data_url": "lua/pro/rest/v2/get/exporters/data.lua",
|
|
"use_current_page": false,
|
|
"enable_search": true,
|
|
"paging": false,
|
|
"display_empty_rows": true,
|
|
"default_sort": {
|
|
"column_id": "exported_flows",
|
|
"sort": 1
|
|
},
|
|
"columns": [
|
|
{
|
|
"id": "ip",
|
|
"title_i18n": "flow_devices.flow_exporter_ip",
|
|
"data_field": "ip",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "name",
|
|
"title_i18n": "name",
|
|
"data_field": "name",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "ntopng_interface",
|
|
"title_i18n": "flow_devices.ntopng_interface",
|
|
"data_field": "ntopng_interface",
|
|
"sortable": true,
|
|
"min-width": 150,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "probe_ip",
|
|
"title_i18n": "if_stats_overview.probe_ip",
|
|
"data_field": "probe_ip",
|
|
"sortable": true,
|
|
"max-width": "20px",
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "export_type",
|
|
"title_i18n": "flow_devices.exporter_type",
|
|
"data_field": "export_type",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "exporter_interfaces",
|
|
"title_i18n": "if_stats_overview.flow_exporters_interfaces_num",
|
|
"data_field": "exporter_interfaces",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "time_last_used",
|
|
"title_i18n": "flow_devices.exporter_time_last_used",
|
|
"data_field": "time_last_used",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "exported_flows",
|
|
"title_i18n": "nprobe_exported_flows",
|
|
"data_field": "exported_flows",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
},
|
|
{
|
|
"id": "dropped_flows",
|
|
"title_i18n": "nprobe_dropped_flows",
|
|
"data_field": "dropped_flows",
|
|
"sortable": true,
|
|
"class": [
|
|
"text-center",
|
|
"text-nowrap"
|
|
]
|
|
}
|
|
]
|
|
} |