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 f11bbfb commit 0395f1fCopy full SHA for 0395f1f
mamonsu/plugins/pgsql/xlog.py
@@ -140,7 +140,7 @@ def triggers(self, template):
140
'name': 'PostgreSQL number of non-active replication slots '
141
'on {HOSTNAME} (value={ITEM.LASTVALUE})',
142
'expression': '{#TEMPLATE:' + self.right_type(self.key_replication, "sec") + '.last()}≠' +
143
- NUMBER_NON_ACTIVE_SLOTS
+ str(NUMBER_NON_ACTIVE_SLOTS)
144
})
145
return triggers
146
0 commit comments