3
0
Arne Teuke
2025-10-18 16:30:54 +02:00
parent 72452b8236
commit e487f2be18
3 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
# @param [String] ps_main_port the firewall main port for prometheus
# @param [String] ps_auth_user the username for authentication
# @param [String] ps_auth_pass the password for authentication
# @param [String] ps_web_pass the password for web authentication
# @param [String] ps_retention_time tsdb retention time
# @param [String] ps_retention_size tsdb retention size
##############################################################################
@@ -36,6 +37,7 @@ class prometheus_cd::params (
# auth
String $ps_auth_user = 'changeme',
String $ps_auth_pass = 'changeme',
String $ps_web_pass = 'changeme',
# storage
String $ps_retention_time = '15d',
@@ -54,6 +56,7 @@ class prometheus_cd::params (
# files
$ps_main_file = "${ps_main_dir}/prometheus.yml"
$ps_web_config_file = "${ps_main_dir}/web.yml"
$ps_system_service_file = "${ps_system_file_dir}/override.conf"
# services