Skip to content

Commit 204888a

Browse files
authored
Add proxmox saved view (DataDog#20936)
1 parent f5dcb59 commit 204888a

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Proxmox API Logs",
3+
"type": "logs",
4+
"page": "stream",
5+
"query": "source:proxmox (service:pvedaemon OR service:pveproxy)",
6+
"timerange": {
7+
"interval_ms": 900000
8+
},
9+
"visible_facets": [
10+
"source",
11+
"host",
12+
"service"
13+
],
14+
"options": {
15+
"columns": [
16+
"host",
17+
"service"
18+
],
19+
"show_date_column": true,
20+
"show_message_column": true,
21+
"message_display": "inline",
22+
"show_timeline": true
23+
}
24+
}

proxmox/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
"CPU Usage is High on Proxmox Node": "assets/monitors/node_cpu_usage.json",
7070
"Memory Usage is High on Proxmox VM": "assets/monitors/vm_memory_usage.json",
7171
"Memory Usage is High on Proxmox Node": "assets/monitors/node_memory_usage.json"
72+
},
73+
"saved_views": {
74+
"proxmox_api_logs": "assets/saved_views/proxmox_api_logs.json"
7275
}
7376
},
7477
"author": {

0 commit comments

Comments
 (0)