ports/databases/py-powa-collector/files/patch-powa_collector__options.py
Palle Girgensohn 4f4643368e databases/py-powa-collector: New port
PoWA (PostgreSQL Workload Analyzer) is a performance tool for PostgreSQL
9.4 and newer allowing to collect, aggregate and purge statistics on
multiple PostgreSQL instances from various Stats Extensions.

PoWA-collector is the daemon that gather performance metrics from remote
PostgreSQL instances (optional) on a dedicated repository server.
2024-11-05 21:55:02 +01:00

11 lines
367 B
Python

--- powa_collector/options.py.orig 2024-11-03 01:42:37 UTC
+++ powa_collector/options.py
@@ -18,7 +18,7 @@ CONF_LOCATIONS = [
"""
CONF_LOCATIONS = [
- '/etc/powa-collector.conf',
+ '/usr/local/etc/powa-collector.conf',
os.path.expanduser('~/.config/powa-collector.conf'),
os.path.expanduser('~/.powa-collector.conf'),
'./powa-collector.conf'