SUSE / DeepSea

A collection of Salt files for deploying, managing and automating Ceph.
GNU General Public License v3.0
161 stars 75 forks source link

monitoring: fix node_exporter overrides in prometheus.yml (bsc#1179029) #1862

Closed tserong closed 3 years ago

tserong commented 3 years ago

f24acb4b changed the name of the node exporter pillar variables from "node" to "node_exporter", but missed making a matching change to the prometheus.yml config file.

This commit also fixes application of custom prometheus rule_files (there was a missing space when invoking basename rule_file).

Fixes https://bugzilla.suse.com/show_bug.cgi?id=1179029 Signed-off-by: Tim Serong tserong@suse.com