Skip to content

Commit 2e86f42

Browse files
committed
docs: fix typo in trigger name
1 parent 701c9c1 commit 2e86f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/xlog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def graphs(self, template):
8383

8484
def triggers(self, template):
8585
return template.trigger({
86-
'name': 'PostgreSQL streaming lag to high '
86+
'name': 'PostgreSQL streaming lag too high '
8787
'on {HOSTNAME} (value={ITEM.LASTVALUE})',
8888
'expression': '{#TEMPLATE:' + self.right_type(self.key_replication, "sec") + '.last()}>' +
8989
self.plugin_config('lag_more_then_in_sec')

0 commit comments

Comments
 (0)