diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-17 15:45:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-17 15:45:25 +0200 |
| commit | 0f20af16ffa0b6c91564da4c08041d9fc11b79b6 (patch) | |
| tree | f6aff6dd46177cf76dc9f0cb0d36a98876fa37a6 | |
| parent | d31f8f49f99397a676aa35b1f368339dc49fe54f (diff) | |
Clean up argument_specs
| -rw-r--r-- | roles/prometheus/meta/argument_specs.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/roles/prometheus/meta/argument_specs.yml b/roles/prometheus/meta/argument_specs.yml index 72ec6819..ead1afa8 100644 --- a/roles/prometheus/meta/argument_specs.yml +++ b/roles/prometheus/meta/argument_specs.yml @@ -1,8 +1,8 @@ --- argument_specs: main: - short_description: "Install and configure Prometheus monitoring system" - description: "Install and configure Prometheus monitoring system" + short_description: "Install and configure Prometheus monitoring with node exporter" + description: "Install and configure Prometheus monitoring with node exporter" options: prometheus_port: description: "Port for Prometheus web interface" @@ -16,11 +16,7 @@ argument_specs: description: "Global scrape interval for metrics collection" type: "str" default: "15s" - prometheus_evaluation_interval: - description: "Interval for evaluating rules" - type: "str" - default: "15s" - node_exporter_port: + prometheus_node_exporter_port: description: "Port for node-exporter metrics endpoint" type: "int" default: 9100 |
