mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
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.
11 lines
367 B
Python
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'
|