Skip to content

Commit bbe5d7e

Browse files
committed
fix: specify shema for bootstrap function
1 parent 46b9e7f commit bbe5d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self, zbx):
3636
if Pooler.is_bootstraped() and Pooler.bootstrap_version_greater('2.3.4'):
3737
result = Pooler.query(
3838
'select state, count(*) '
39-
'from mamonsu_get_connections_states() where state is not null group by state')
39+
'from public.mamonsu_get_connections_states() where state is not null group by state')
4040
else:
4141
result = Pooler.query(
4242
'select state, count(*) '

0 commit comments

Comments
 (0)