Skip to content

Commit

Permalink
Always enable vault pipeline for the alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Dec 18, 2024
1 parent 001f300 commit bc1f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/libraries/get_pipelines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_pipelines
logstash_pipelines.push('mobility-pipeline')
end

logstash_pipelines.push('vault-pipeline') unless vault_sensor_in_proxy_nodes.empty? && sensors['vault-sensor'].empty?
logstash_pipelines.push('vault-pipeline')

if (has_device_sensors && monitor_config.include?('thermal')) || !monitor_sensor_in_proxy_nodes.empty?
logstash_pipelines.push('redfish-pipeline')
Expand Down

0 comments on commit bc1f5b4

Please sign in to comment.