add smartctl_exporter role

This commit is contained in:
Sergey Malyuk
2025-12-16 11:40:16 +03:00
parent 7a41b9697c
commit d8d3c2df67
21 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
smartctl_exp_web_listen_address: "localhost:9633"
smartctl_exp_args: ""
smartctl_exp_version: "0.14.0"
smartctl_exp_dir: "/etc/exporters"
smartctl_exp_web_config_dir: "/etc/exporters/config"
smartctl_exp_interval: "60s"
smartctl_exp_rescan: "10m"
smartctl_exp_devices: []
smartctl_exp_device_exclude: ""
smartctl_exp_device_include: ""
smartctl_exp_web_telemetry_path: "/metrics"
smartctl_exp_log_level: "info"
smartctl_exp_log_format: "logfmt"