Skip to content

Commit 6ea90f6

Browse files
committed
test: remove relationsize plugin from test
1 parent 0807f02 commit 6ea90f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/check.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ directory = /tmp
169169
file = /var/log/mamonsu/agent.log
170170
level = DEBUG
171171
172-
[relationssize]
173-
enabled = True
174-
relations=pg_catalog.pg_class,pg_catalog.pg_user
175-
interval = 60
176-
177172
[preparedtransaction]
178173
max_prepared_transaction_time = 60
179174
interval = 60
@@ -194,7 +189,6 @@ mamonsu agent -c /etc/mamonsu/agent.conf metric-list | grep system
194189
## metric log
195190
grep utilization /tmp/localhost.log || exit 7
196191
grep 'pgsql\.uptime' /tmp/localhost.log || exit 7
197-
grep 'pgsql\.relation\.size' /tmp/localhost.log || exit 7
198192
grep 'pgsql\.prepared\.count' /tmp/localhost.log || exit 7
199193
grep 'pgsql\.prepared\.oldest' /tmp/localhost.log || exit 7
200194

0 commit comments

Comments
 (0)