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 46b9e7f commit bbe5d7eCopy full SHA for bbe5d7e
mamonsu/plugins/pgsql/connections.py
@@ -36,7 +36,7 @@ def run(self, zbx):
36
if Pooler.is_bootstraped() and Pooler.bootstrap_version_greater('2.3.4'):
37
result = Pooler.query(
38
'select state, count(*) '
39
- 'from mamonsu_get_connections_states() where state is not null group by state')
+ 'from public.mamonsu_get_connections_states() where state is not null group by state')
40
else:
41
42
0 commit comments