This commit is contained in:
@@ -0,0 +1,331 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "11111111-1111-4111-8111-111111111111",
|
||||
"slug": "overview",
|
||||
"name": "Overzicht",
|
||||
"description": "Standaard operationeel overzicht.",
|
||||
"scope": "system",
|
||||
"variables": [
|
||||
{
|
||||
"name": "server",
|
||||
"type": "server",
|
||||
"label": "Server",
|
||||
"default": "primary"
|
||||
},
|
||||
{
|
||||
"name": "timeRange",
|
||||
"type": "time-range",
|
||||
"label": "Periode",
|
||||
"default": "1h"
|
||||
}
|
||||
],
|
||||
"widgets": [
|
||||
{
|
||||
"id": "21111111-1111-4111-8111-111111111111",
|
||||
"type": "stat",
|
||||
"title": "Serverstatus",
|
||||
"description": "Samengevoegde status met verklaringen.",
|
||||
"data": {
|
||||
"sourceType": "inventory",
|
||||
"scope": {
|
||||
"entityType": "server",
|
||||
"variable": "server"
|
||||
},
|
||||
"transformations": []
|
||||
},
|
||||
"visualization": {
|
||||
"legend": false,
|
||||
"showSparkline": false,
|
||||
"decimals": 0,
|
||||
"thresholds": []
|
||||
},
|
||||
"behavior": {
|
||||
"locked": false,
|
||||
"hidden": false,
|
||||
"hideWhenEmpty": false,
|
||||
"showOnlyOnProblem": false,
|
||||
"link": "/infrastructure/host",
|
||||
"liveIntervalSeconds": 5,
|
||||
"independentTimeRange": null
|
||||
},
|
||||
"layouts": {
|
||||
"desktop": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 6,
|
||||
"h": 4,
|
||||
"visible": true
|
||||
},
|
||||
"tablet": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 4,
|
||||
"visible": true
|
||||
},
|
||||
"mobile": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 1,
|
||||
"h": 4,
|
||||
"visible": true
|
||||
},
|
||||
"wallboard": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 6,
|
||||
"h": 4,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "31111111-1111-4111-8111-111111111111",
|
||||
"type": "timeseries",
|
||||
"title": "CPU en belasting",
|
||||
"data": {
|
||||
"sourceType": "semantic-metric",
|
||||
"metric": "host.cpu.utilization",
|
||||
"scope": {
|
||||
"serverId": "$server"
|
||||
},
|
||||
"range": "$timeRange",
|
||||
"aggregation": "avg",
|
||||
"groupBy": [
|
||||
"instance"
|
||||
],
|
||||
"transformations": []
|
||||
},
|
||||
"visualization": {
|
||||
"unit": "percent",
|
||||
"decimals": 1,
|
||||
"legend": true,
|
||||
"showSparkline": false,
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"thresholds": []
|
||||
},
|
||||
"behavior": {
|
||||
"locked": false,
|
||||
"hidden": false,
|
||||
"hideWhenEmpty": false,
|
||||
"showOnlyOnProblem": false,
|
||||
"link": "/infrastructure/host",
|
||||
"liveIntervalSeconds": 2,
|
||||
"independentTimeRange": null
|
||||
},
|
||||
"layouts": {
|
||||
"desktop": {
|
||||
"x": 6,
|
||||
"y": 0,
|
||||
"w": 12,
|
||||
"h": 8,
|
||||
"visible": true
|
||||
},
|
||||
"tablet": {
|
||||
"x": 4,
|
||||
"y": 0,
|
||||
"w": 4,
|
||||
"h": 5,
|
||||
"visible": true
|
||||
},
|
||||
"mobile": {
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"w": 1,
|
||||
"h": 5,
|
||||
"visible": true
|
||||
},
|
||||
"wallboard": {
|
||||
"x": 6,
|
||||
"y": 0,
|
||||
"w": 10,
|
||||
"h": 6,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "41111111-1111-4111-8111-111111111111",
|
||||
"type": "storage-map",
|
||||
"title": "Array en pools",
|
||||
"data": {
|
||||
"sourceType": "inventory",
|
||||
"scope": {
|
||||
"entityTypes": [
|
||||
"array",
|
||||
"pool",
|
||||
"disk"
|
||||
]
|
||||
},
|
||||
"transformations": []
|
||||
},
|
||||
"visualization": {
|
||||
"legend": true,
|
||||
"showSparkline": false,
|
||||
"decimals": 1,
|
||||
"thresholds": []
|
||||
},
|
||||
"behavior": {
|
||||
"locked": false,
|
||||
"hidden": false,
|
||||
"hideWhenEmpty": false,
|
||||
"showOnlyOnProblem": false,
|
||||
"link": "/infrastructure/storage",
|
||||
"liveIntervalSeconds": 15,
|
||||
"independentTimeRange": null
|
||||
},
|
||||
"layouts": {
|
||||
"desktop": {
|
||||
"x": 0,
|
||||
"y": 8,
|
||||
"w": 9,
|
||||
"h": 8,
|
||||
"visible": true
|
||||
},
|
||||
"tablet": {
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"w": 8,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"mobile": {
|
||||
"x": 0,
|
||||
"y": 9,
|
||||
"w": 1,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"wallboard": {
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"w": 12,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "51111111-1111-4111-8111-111111111111",
|
||||
"type": "status-grid",
|
||||
"title": "Applicaties",
|
||||
"data": {
|
||||
"sourceType": "inventory",
|
||||
"scope": {
|
||||
"entityType": "application"
|
||||
},
|
||||
"transformations": [],
|
||||
"limit": 50
|
||||
},
|
||||
"visualization": {
|
||||
"legend": true,
|
||||
"showSparkline": false,
|
||||
"decimals": 0,
|
||||
"thresholds": []
|
||||
},
|
||||
"behavior": {
|
||||
"locked": false,
|
||||
"hidden": false,
|
||||
"hideWhenEmpty": false,
|
||||
"showOnlyOnProblem": false,
|
||||
"link": "/applications",
|
||||
"liveIntervalSeconds": 5,
|
||||
"independentTimeRange": null
|
||||
},
|
||||
"layouts": {
|
||||
"desktop": {
|
||||
"x": 9,
|
||||
"y": 8,
|
||||
"w": 9,
|
||||
"h": 8,
|
||||
"visible": true
|
||||
},
|
||||
"tablet": {
|
||||
"x": 0,
|
||||
"y": 12,
|
||||
"w": 8,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"mobile": {
|
||||
"x": 0,
|
||||
"y": 16,
|
||||
"w": 1,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"wallboard": {
|
||||
"x": 12,
|
||||
"y": 6,
|
||||
"w": 12,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "61111111-1111-4111-8111-111111111111",
|
||||
"type": "event-timeline",
|
||||
"title": "Recente gebeurtenissen",
|
||||
"data": {
|
||||
"sourceType": "events",
|
||||
"scope": {},
|
||||
"range": "$timeRange",
|
||||
"transformations": [],
|
||||
"limit": 100
|
||||
},
|
||||
"visualization": {
|
||||
"legend": false,
|
||||
"showSparkline": false,
|
||||
"decimals": 0,
|
||||
"thresholds": []
|
||||
},
|
||||
"behavior": {
|
||||
"locked": false,
|
||||
"hidden": false,
|
||||
"hideWhenEmpty": false,
|
||||
"showOnlyOnProblem": false,
|
||||
"link": "/events",
|
||||
"liveIntervalSeconds": 5,
|
||||
"independentTimeRange": null
|
||||
},
|
||||
"layouts": {
|
||||
"desktop": {
|
||||
"x": 0,
|
||||
"y": 16,
|
||||
"w": 18,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"tablet": {
|
||||
"x": 0,
|
||||
"y": 19,
|
||||
"w": 8,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"mobile": {
|
||||
"x": 0,
|
||||
"y": 23,
|
||||
"w": 1,
|
||||
"h": 7,
|
||||
"visible": true
|
||||
},
|
||||
"wallboard": {
|
||||
"x": 0,
|
||||
"y": 13,
|
||||
"w": 24,
|
||||
"h": 6,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"defaultTimeRange": "1h",
|
||||
"live": true,
|
||||
"refreshSeconds": 5,
|
||||
"rotationSeconds": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user