3
0
This commit is contained in:
Arne Teuke
2025-10-18 15:29:20 +02:00
parent 1dec72f087
commit 173fc542f8
5 changed files with 38 additions and 4 deletions

View File

@@ -44,9 +44,11 @@ class prometheus_cd::params (
# dirs
$ps_main_dir = '/etc/prometheus'
$ps_system_file_dir = '/etc/systemd/system/prometheus.service.d'
# files
$ps_main_file = "${ps_main_dir}/prometheus.yml"
$ps_system_service_file = "${ps_system_file_dir}/override.conf"
# services
$ps_prom_service = 'prometheus'