Change configuration file placement

This commit is contained in:
Alexander Gorelyshev
2025-12-28 16:17:47 +04:00
parent 31e6b1f330
commit e6eab72d9b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
---
prometheus_version: 3.2.1
prometheus_dir: "/etc/prometheus"
prometheus_config_dir: "/etc/prometheus/conf"
prometheus_config_dir: "/etc/prometheus"
prometheus_db_dir: "/var/lib/prometheus"