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 3aa424e commit a03b5dbCopy full SHA for a03b5db
mamonsu/plugins/pgsql/replication.py
@@ -90,7 +90,7 @@ def run(self, zbx):
90
else:
91
self.disable_and_exit_if_not_superuser()
92
93
- non_active_slots = Pooler.query(query_non_active_slots)
+ non_active_slots = Pooler.query(self.query_non_active_slots)
94
zbx.send(self.key_non_active_slots.format("[]"), int(non_active_slots[0][0]))
95
96
def items(self, template, dashboard=False):
0 commit comments