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 0807f02 commit 6ea90f6Copy full SHA for 6ea90f6
tests/check.sh
@@ -169,11 +169,6 @@ directory = /tmp
169
file = /var/log/mamonsu/agent.log
170
level = DEBUG
171
172
-[relationssize]
173
-enabled = True
174
-relations=pg_catalog.pg_class,pg_catalog.pg_user
175
-interval = 60
176
-
177
[preparedtransaction]
178
max_prepared_transaction_time = 60
179
interval = 60
@@ -194,7 +189,6 @@ mamonsu agent -c /etc/mamonsu/agent.conf metric-list | grep system
194
189
## metric log
195
190
grep utilization /tmp/localhost.log || exit 7
196
191
grep 'pgsql\.uptime' /tmp/localhost.log || exit 7
197
-grep 'pgsql\.relation\.size' /tmp/localhost.log || exit 7
198
192
grep 'pgsql\.prepared\.count' /tmp/localhost.log || exit 7
199
193
grep 'pgsql\.prepared\.oldest' /tmp/localhost.log || exit 7
200
0 commit comments