mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-03-10 18:47:30 +01:00
Add config option for manual device configuration
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
"smartmon": {
|
||||
"use_sudo" : true,
|
||||
"exclude_devices": [
|
||||
"/dev/sda",
|
||||
"/dev/sda"
|
||||
],
|
||||
"devices": [
|
||||
"name": "/dev/nvme0"
|
||||
"type": "nvme"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user