We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43151f7 commit 6938d17Copy full SHA for 6938d17
packaging/win/agent.conf
@@ -51,19 +51,19 @@ port = 10052
51
52
[plugins]
53
enabled = False
54
-directory = c:\mamonsu\plugins
+directory = c:\Program Files\PostgresPro\Mamonsu\2.5.1\plugins
55
56
# enable storing the collected metric data in text files locally.
57
58
[metric_log]
59
60
-directory = c:\mamonsu\log
+directory = c:\Program Files\PostgresPro\Mamonsu\2.5.1\logs
61
max_size_mb = 1024
62
63
# specify logging settings for mamonsu
64
65
[log]
66
-file = c:\mamonsu\log\agent.log
+file = C:\Program Files\PostgresPro\Mamonsu\2.5.1\logs\mamonsu.log
67
level = INFO
68
format = [%(levelname)s] %(asctime)s - %(name)s - %(message)s
69
0 commit comments