Corrected json config

This commit is contained in:
Holger Obermaier
2026-03-09 14:15:09 +01:00
parent 290042d6ea
commit 7a897e8d3f
2 changed files with 8 additions and 6 deletions

View File

@@ -13,17 +13,19 @@ hugo_path: docs/reference/cc-metric-collector/collectors/smartmonMetric.md
```json ```json
"smartmon": { "smartmon": {
"use_sudo" : true, "use_sudo": true,
"exclude_devices": [ "exclude_devices": [
"/dev/sda" "/dev/sda"
], ],
"excludeMetrics": [ "excludeMetrics": [
"smartmon_warn_temp_time", "smartmon_warn_temp_time",
"smartmon_crit_comp_time" "smartmon_crit_comp_time"
] ],
"devices": [ "devices": [
"name": "/dev/nvme0" {
"type": "nvme" "name": "/dev/nvme0",
"type": "nvme"
}
] ]
} }
``` ```

View File

@@ -34,8 +34,8 @@
}, },
"numastats": {}, "numastats": {},
"nvidia": {}, "nvidia": {},
"schedstat": { "schedstat": {},
}, "smartmon": {},
"tempstat": { "tempstat": {
"report_max_temperature": true, "report_max_temperature": true,
"report_critical_temperature": true, "report_critical_temperature": true,