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 | 2b7092a54f4dd827daa1f92c79edfecbeadf4077 (patch) | |
| tree | f6aff6dd46177cf76dc9f0cb0d36a98876fa37a6 /roles/prometheus | |
| parent | 476f166e9c86c42d0c86fa63539e672674278884 (diff) | |
Clean up argument_specs
Diffstat (limited to 'roles/prometheus')
| -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 |
