Skip to content

Commit 3c6079e

Browse files
authored
Add another metric to check (DataDog#20861)
1 parent d33abd2 commit 3c6079e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

proxmox/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
},
3737
"metrics": {
3838
"prefix": "proxmox.",
39-
"check": "proxmox.api.up",
39+
"check": [
40+
"proxmox.api.up",
41+
"proxmox.cpu"
42+
],
4043
"metadata_path": "metadata.csv"
4144
},
4245
"process_signatures": [
@@ -64,4 +67,4 @@
6467
"homepage": "https://www.datadoghq.com",
6568
"sales_email": "info@datadoghq.com"
6669
}
67-
}
70+
}

0 commit comments

Comments
 (0)