We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701c9c1 commit 2e86f42Copy full SHA for 2e86f42
mamonsu/plugins/pgsql/xlog.py
@@ -83,7 +83,7 @@ def graphs(self, template):
83
84
def triggers(self, template):
85
return template.trigger({
86
- 'name': 'PostgreSQL streaming lag to high '
+ 'name': 'PostgreSQL streaming lag too high '
87
'on {HOSTNAME} (value={ITEM.LASTVALUE})',
88
'expression': '{#TEMPLATE:' + self.right_type(self.key_replication, "sec") + '.last()}>' +
89
self.plugin_config('lag_more_then_in_sec')
0 commit comments