add smartctl_exporter role
This commit is contained in:
14
roles/smartctl_exporter/defaults/main.yml
Normal file
14
roles/smartctl_exporter/defaults/main.yml
Normal 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"
|
||||
Reference in New Issue
Block a user