updated tables to grafana7
This commit is contained in:
parent
8222984e01
commit
c7acccf63a
@ -57,12 +57,6 @@
|
||||
"id": "table",
|
||||
"name": "Table",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "panel",
|
||||
"id": "table-old",
|
||||
"name": "Table (old)",
|
||||
"version": ""
|
||||
}
|
||||
],
|
||||
"annotations": {
|
||||
@ -82,7 +76,7 @@
|
||||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": null,
|
||||
"iteration": 1615064017349,
|
||||
"iteration": 1615064635211,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
@ -488,15 +482,109 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"columns": [],
|
||||
"datasource": "$dataSource",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"custom": {}
|
||||
"color": {
|
||||
"mode": "thresholds"
|
||||
},
|
||||
"overrides": []
|
||||
"custom": {
|
||||
"align": "left",
|
||||
"filterable": false
|
||||
},
|
||||
"decimals": 0,
|
||||
"displayName": "",
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "short"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Running"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "idle"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 62
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "zombies"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 108
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "wait"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 77
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "blocked"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 92
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "sleeping"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 87
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"fontSize": "100%",
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
"w": 5,
|
||||
@ -504,36 +592,11 @@
|
||||
"y": 1
|
||||
},
|
||||
"id": 219,
|
||||
"pageSize": null,
|
||||
"options": {
|
||||
"showHeader": true,
|
||||
"sort": {
|
||||
"col": 6,
|
||||
"desc": false
|
||||
"sortBy": []
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"alias": "Time",
|
||||
"align": "auto",
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"pattern": "Time",
|
||||
"type": "hidden"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"align": "right",
|
||||
"colorMode": null,
|
||||
"colors": [
|
||||
"rgba(245, 54, 54, 0.9)",
|
||||
"rgba(237, 129, 40, 0.89)",
|
||||
"rgba(50, 172, 45, 0.97)"
|
||||
],
|
||||
"decimals": 0,
|
||||
"pattern": "/.*/",
|
||||
"thresholds": [],
|
||||
"type": "number",
|
||||
"unit": "short"
|
||||
}
|
||||
],
|
||||
"pluginVersion": "7.4.3",
|
||||
"targets": [
|
||||
{
|
||||
"groupBy": [],
|
||||
@ -614,8 +677,24 @@
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Process Information",
|
||||
"transform": "table",
|
||||
"type": "table-old"
|
||||
"transformations": [
|
||||
{
|
||||
"id": "filterFieldsByName",
|
||||
"options": {
|
||||
"include": {
|
||||
"names": [
|
||||
"Running",
|
||||
"idle",
|
||||
"sleeping",
|
||||
"wait",
|
||||
"blocked",
|
||||
"zombies"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
@ -906,15 +985,36 @@
|
||||
"valueName": "current"
|
||||
},
|
||||
{
|
||||
"columns": [],
|
||||
"datasource": "$dataSource",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"custom": {}
|
||||
"color": {
|
||||
"mode": "thresholds"
|
||||
},
|
||||
"custom": {
|
||||
"align": "left",
|
||||
"filterable": false
|
||||
},
|
||||
"decimals": 0,
|
||||
"displayName": "",
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "locale"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
"fontSize": "100%",
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
"w": 5,
|
||||
@ -922,36 +1022,10 @@
|
||||
"y": 4
|
||||
},
|
||||
"id": 220,
|
||||
"pageSize": null,
|
||||
"showHeader": true,
|
||||
"sort": {
|
||||
"col": 1,
|
||||
"desc": true
|
||||
"options": {
|
||||
"showHeader": true
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"alias": "Time",
|
||||
"align": "auto",
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"pattern": "Time",
|
||||
"type": "hidden"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"align": "right",
|
||||
"colorMode": null,
|
||||
"colors": [
|
||||
"rgba(245, 54, 54, 0.9)",
|
||||
"rgba(237, 129, 40, 0.89)",
|
||||
"rgba(50, 172, 45, 0.97)"
|
||||
],
|
||||
"decimals": 0,
|
||||
"pattern": "/.*/",
|
||||
"thresholds": [],
|
||||
"type": "number",
|
||||
"unit": "locale"
|
||||
}
|
||||
],
|
||||
"pluginVersion": "7.4.3",
|
||||
"targets": [
|
||||
{
|
||||
"groupBy": [],
|
||||
@ -1020,8 +1094,21 @@
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "PF Information",
|
||||
"transform": "table",
|
||||
"type": "table-old"
|
||||
"transformations": [
|
||||
{
|
||||
"id": "filterFieldsByName",
|
||||
"options": {
|
||||
"include": {
|
||||
"names": [
|
||||
"Match",
|
||||
"State Mismatch",
|
||||
"State Insert"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
@ -2963,7 +3050,12 @@
|
||||
"links": [],
|
||||
"options": {
|
||||
"showHeader": true,
|
||||
"sortBy": []
|
||||
"sortBy": [
|
||||
{
|
||||
"desc": false,
|
||||
"displayName": "Interface"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pluginVersion": "7.4.3",
|
||||
"targets": [
|
||||
@ -4134,20 +4226,16 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"collapsed": true,
|
||||
"datasource": "$dataSource",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
"x": 0,
|
||||
"y": 44
|
||||
"y": 88
|
||||
},
|
||||
"id": 43,
|
||||
"panels": [],
|
||||
"repeat": "LAN_Interfaces",
|
||||
"title": "LAN Interface - $LAN_Interfaces",
|
||||
"type": "row"
|
||||
},
|
||||
"panels": [
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "$dataSource",
|
||||
@ -4250,6 +4338,13 @@
|
||||
"sortBy": []
|
||||
},
|
||||
"pluginVersion": "7.4.3",
|
||||
"scopedVars": {
|
||||
"LAN_Interfaces": {
|
||||
"selected": false,
|
||||
"text": "igb2.10",
|
||||
"value": "igb2.10"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"alias": "",
|
||||
@ -4419,6 +4514,13 @@
|
||||
"renderer": "flot",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"LAN_Interfaces": {
|
||||
"selected": false,
|
||||
"text": "igb2.10",
|
||||
"value": "igb2.10"
|
||||
}
|
||||
},
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
@ -4627,6 +4729,13 @@
|
||||
"pluginVersion": "7.4.3",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"LAN_Interfaces": {
|
||||
"selected": false,
|
||||
"text": "igb2.10",
|
||||
"value": "igb2.10"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"alias": "$tag_interface - $col",
|
||||
@ -4795,6 +4904,13 @@
|
||||
"pluginVersion": "7.4.3",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"LAN_Interfaces": {
|
||||
"selected": false,
|
||||
"text": "igb2.10",
|
||||
"value": "igb2.10"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"alias": "$tag_interface - $col - This Month",
|
||||
@ -4941,6 +5057,13 @@
|
||||
"renderer": "flot",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"LAN_Interfaces": {
|
||||
"selected": false,
|
||||
"text": "igb2.10",
|
||||
"value": "igb2.10"
|
||||
}
|
||||
},
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
@ -5094,6 +5217,11 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"repeat": "LAN_Interfaces",
|
||||
"title": "LAN Interface - $LAN_Interfaces",
|
||||
"type": "row"
|
||||
}
|
||||
],
|
||||
"refresh": "10s",
|
||||
"schemaVersion": 27,
|
||||
"style": "dark",
|
||||
@ -5326,5 +5454,5 @@
|
||||
"timezone": "",
|
||||
"title": "pfSense System Dashboard",
|
||||
"uid": "GflT1CsMz",
|
||||
"version": 130
|
||||
"version": 135
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user