X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2b597b506b4516fa00f3636fc123f891dd5ad902..066c0bfda604f2a662fa1d4b1b5942fc598a05a4:/cookbooks/prometheus/recipes/server.rb diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 8dd756cf8..f34af60da 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -48,9 +48,9 @@ end cache_dir = Chef::Config[:file_cache_path] -prometheus_version = "2.39.1" +prometheus_version = "2.41.0" alertmanager_version = "0.24.0" -karma_version = "0.108" +karma_version = "0.111" directory "/opt/prometheus-server" do owner "root" @@ -353,6 +353,7 @@ service "prometheus-karma" do action [:enable, :start] subscribes :reload, "template[/etc/prometheus/karma.yml]" subscribes :restart, "archive_file[#{cache_dir}/karma-linux-amd64.tar.gz]" + subscribes :restart, "systemd_service[prometheus-karma]" end package "grafana-enterprise"