File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
manifests/monitor/prometheus Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ common::openvox::linuxaid_cli::checksums:
77
88common::monitor::prometheus::install_method : " url"
99common::monitor::prometheus::env_file_path : " /etc/default"
10+ common::monitor::prometheus::server::checksums :
11+ 3.8.1 : 70159946928dce8e11a5d38b6f478b5b6b65533e67c7909644cf613eb59cdf5c
1012
1113common::logging::manage : false
1214
Original file line number Diff line number Diff line change @@ -338,6 +338,8 @@ common::monitor::prometheus::usershell: "/usr/sbin/nologin"
338338
339339common::monitor::prometheus::server : prometheus.obmondo.com
340340common::monitor::prometheus::server::version : 3.8.1
341+ common::monitor::prometheus::server::checksums :
342+ 3.8.1 : a09972ced892cd298e353eb9559f1a90f499da3fb4ff0845be352fc138780ee7
341343common::monitor::prometheus::server::listen_address : 127.254.254.254:63400
342344common::monitor::prometheus::server::config_dir : " /etc/prometheus"
343345common::monitor::prometheus::server::collect_scrape_jobs :
Original file line number Diff line number Diff line change 108108
109109 Monitor::Threshold <<| tag == $::trusted [' certname' ] |>>
110110 Monitor::Alert <<| tag == $::trusted [' certname' ] |>>
111+
112+ $_checksum = lookup(' common::monitor::exporter::node::checksums' )
113+
114+ Archive <| tag == " /tmp/prometheus-${version} .tar.gz" |> {
115+ checksum => $_checksum[$version ],
116+ checksum_verify => true ,
117+ noop => $noop_value ,
118+ }
119+
111120}
You can’t perform that action at this time.
0 commit comments