mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-03-10 18:47:30 +01:00
Corrected json config
This commit is contained in:
@@ -20,10 +20,12 @@ hugo_path: docs/reference/cc-metric-collector/collectors/smartmonMetric.md
|
|||||||
"excludeMetrics": [
|
"excludeMetrics": [
|
||||||
"smartmon_warn_temp_time",
|
"smartmon_warn_temp_time",
|
||||||
"smartmon_crit_comp_time"
|
"smartmon_crit_comp_time"
|
||||||
]
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
"name": "/dev/nvme0"
|
{
|
||||||
|
"name": "/dev/nvme0",
|
||||||
"type": "nvme"
|
"type": "nvme"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user