mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-03-10 10:37:29 +01:00
Corrected json config
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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