diff --git a/collectors/smartmonMetric.md b/collectors/smartmonMetric.md index d187fa2..1d995e3 100644 --- a/collectors/smartmonMetric.md +++ b/collectors/smartmonMetric.md @@ -13,17 +13,19 @@ hugo_path: docs/reference/cc-metric-collector/collectors/smartmonMetric.md ```json "smartmon": { - "use_sudo" : true, + "use_sudo": true, "exclude_devices": [ "/dev/sda" ], "excludeMetrics": [ "smartmon_warn_temp_time", "smartmon_crit_comp_time" - ] + ], "devices": [ - "name": "/dev/nvme0" - "type": "nvme" + { + "name": "/dev/nvme0", + "type": "nvme" + } ] } ``` diff --git a/example-configs/collectors.json b/example-configs/collectors.json index a8c1b78..90cd01d 100644 --- a/example-configs/collectors.json +++ b/example-configs/collectors.json @@ -34,8 +34,8 @@ }, "numastats": {}, "nvidia": {}, - "schedstat": { - }, + "schedstat": {}, + "smartmon": {}, "tempstat": { "report_max_temperature": true, "report_critical_temperature": true,