File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class PreparedTransaction(Plugin):
16
16
key_prepared = {
17
17
'state' : 'oldest_prepared' ,
18
18
'key' : 'pgsql.prepared.oldest' ,
19
- 'name' : 'PostgreSQL: oldest prepared transaction running time in sec' ,
19
+ 'name' : 'PostgreSQL: oldest prepared transaction time in sec' ,
20
20
'color' : '0000BB' ,
21
21
'yaxisside' : 1 ,
22
22
}
@@ -71,7 +71,7 @@ def graphs(self, template):
71
71
72
72
def triggers (self , template ):
73
73
result = template .trigger ({
74
- 'name' : 'PostgreSQL prepared transaction running is too old on {HOSTNAME}' ,
74
+ 'name' : 'PostgreSQL prepared transaction is too old on {HOSTNAME}' ,
75
75
'expression' : '{#TEMPLATE:' + self .key_prepared ['key' ] +
76
76
'.last()}>' + self .plugin_config ('max_prepared_transaction_time' )
77
77
})
You can’t perform that action at this time.
0 commit comments